/* Minification failed. Returning unminified contents.
(13336,1): run-time error CSS1019: Unexpected token, found '@'
 */
.modal .modal-form .radio-inline {
  margin-bottom: 8px;
}

.form-modal-thank-you .cta-container {
  padding-top: 16px;
}

.form-modal-thank-you .thumbnail .caption p {
  font-size: 16px;
  margin-bottom: 0;
}

.raq-modal .cta-container {
  padding-top: 16px;
}

.raq-modal .thumbnail .caption p {
  font-size: 20px;
}

.form-modal-sweepstakes .sweepstakes-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-sweepstakes .legal-field {
  overflow: auto;
}

.form-modal-sweepstakes .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-sweepstakes .legal-field .legal-field-inner {
  padding: 7px;
}

.form-modal-sem .sem-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-sem .legal-field {
  overflow: auto;
}

.form-modal-sem .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-sem .legal-field .legal-field-inner {
  padding: 7px;
}

.form-modal-connect-and-share .connect-and-share-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-connect-and-share .g-recaptcha {
  display: inline-block;
}

.form-modal-connect-and-share .legal-field {
  overflow: auto;
}

.form-modal-connect-and-share .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-connect-and-share .legal-field .legal-field-inner {
  padding: 7px;
}

.modal-form .checkbox-inline input[type="checkbox"] + label {
  font-weight: normal !important;
  margin: 0px !important;
  cursor: pointer !important;
  background: none !important;
  line-height: 25px !important;
  padding: 0px !important;
  width: auto !important;
  min-height: initial !important;
}

.modal-form .checkbox-inline input[type="checkbox"] {
  margin-left: -20px !important;
  margin-top: 4px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  opacity: initial !important;
}

.modal-form .form-group {
  line-height: 1.5;
}

.modal-form .form-group label {
  margin-bottom: 5px;
}

.modal-form .form-group label sup.red {
  vertical-align: baseline;
}

.modal-form label.radio-inline.viking-form-control {
  margin-bottom: 8px;
  font-weight: normal;
}

.row.style-separator-20180516 {
  max-width: 850px;
  margin: 0 auto;
}

.row.style-separator-20180516 .img-responsive {
  margin: 0 auto;
}

.sweepstakes-form-fields.style-separator-20180516 {
  max-width: 850px;
  margin: 2rem auto;
}

.modals_hidden, #modals {
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*# sourceMappingURL=forms-modals.css.map */


/* submit busy gif */
.submit-busy
{
    width: 100%;
    text-align:center;
    line-height: normal;
}
.submit-busy img {
    width: auto;
}
.form-button-right .submit-busy, .form-button-left .submit-busy
{
    text-align:inherit;
}
.two-buttons .submit-busy
{
    width: 10%;
    float:left;
}
.right-content .submit-busy img
{
    float: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 20px;

}

/*ECommerce modals:applied to all*/
#cboxLoadedContent .modal-ecommerce { background-color: #FFFFFF; padding: 10px; }

/*ECommerce modals:specific*/
#cboxLoadedContent .modal-timeout { text-align: center; padding:20px 10px }
#cboxLoadedContent .modal-insurance { text-align: center; }
#cboxLoadedContent .modal-processing { text-align: center; }
#cboxLoadedContent .modal-processing img { padding-top: 25px; }


::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }
input.placeheld { color: #999; /*text-align:center;*/ }
input, textarea {
font-weight:400;
font-size:15px;
-webkit-border-radius: 0;
border-radius: 0;
z-index:0;
}
.formArea input[type='text'], .formArea textarea {
-webkit-appearance:none;
}
.chzn-container-active,
.form-text-field .chzn-container-active {
z-index:1000;
}
.formArea  h3{
    text-transform:uppercase;
}
.formArea  h3,
.formArea  label {
color:#333333;
margin: 0;
font-weight:normal;
}
.formArea span > input[type='checkbox'] + label,
.formArea span > input[type='radio'] + label,
.formArea span > input[type='checkbox'] + input + label,
.formArea span > input[type='radio'] + input + label {
font-size:15px;
}

textarea {
padding:7px;
background:white;
border:1px solid #dddddd;
}
input[type='text'] {
padding:7px;
background:white;
border:1px solid #dddddd;
min-width: 210px;
position:static;
}
input[type='password'] {
padding:7px;
background:white;
border:1px solid #dddddd;
position:static;
}
.formArea em {
color: #b10a32;
font-weight: normal;
font-style: normal;
margin-top: 2px;
display: inline-block;
}
.input-container{
    line-height:21px;
    margin-bottom:18px;
}

form input[type='button'], form input[type='submit'], input.submit {
-webkit-appearance: none;
cursor:pointer;
border: 1px solid #cd1041;
background:#b10a32;
color: #ffffff;
font-weight:500;
font-size: 17px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
height:48px;
line-height:48px;
margin-right: 11px;
min-width: 29%;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

form input[type='button']:hover, form input[type='submit']:hover {
background:#c2002e;
}

form input[type='reset']:hover {
background:#f4f4f4;
}

input.reset {
-webkit-appearance: none;
cursor:pointer;
background:#efefef;
border: 1px solid #ccc;
font-weight:500;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
height:48px;
line-height:48px;
margin-right: 11px;
font-size:17px;
color:#333;
min-width: 29%;
-moz-box-shadow: inset 	  0 -3.5em 2em -2em  rgba(218,218,218,1);
-webkit-box-shadow: inset 0 -3.5em 2em -2em  rgba(218,218,218,1);
box-shadow: inset 		  0 -3.5em 2em -2em  rgba(218,218,218,1);
}
input.reset:hover{
    background:#fefefe;
    color:#333333;
}
.formArea {
line-height: 46px;
padding-bottom: 20px;
}
#order_brochure .formArea {
margin: 20px 0 0;
}
#colorbox .formArea {
padding: 0;
}
.formArea .column {
width:300px;
display:inline-block;
position: relative;
}
.formArea sup {
    vertical-align: super;
}
/* 'chosen' styles */
select {
height: 40px;
line-height: 40px;
margin-right: 8px;
border:1px solid #dddddd;
width:286px;
margin-bottom:21px;
margin: -7px 0 7px;
-webkit-appearance:none;
background: url('../../images/v2/drop_arrow.gif') right 15px no-repeat;
}
select:after {
content:' ';
display:block; position:absolute; right:15px;
top:0;
width:40px; height:40px;
}
.form-text-field select {
width: 53.2% !important;
}
.form-text-field.website-address {
    position:relative;
}
.form-text-field.website-address em{
    left: 123px;
}
.form-text-field.website-address input{
    width: 300px;
}
.chzn-container {
margin: -7px 0 7px;
}
.chzn-default  {
color: #adadad;
}

.chzn-container-single .chzn-single {
padding-top:3px;
padding-bottom:3px;
background-color:#f9f9f9;
border:1px solid #dddddd;
}
.chzn-container-single .chzn-drop {
background-color:#f9f9f9;
border:1px solid #dddddd;
border-top:none;
margin-top:0px;
}
.formArea .chzn-container .chzn-results li em {
color:#aaa;
background:transparent;
font-weight:normal;
font-style:italic;
font-family:inherit;
margin:0;
display:inline;
}
.chzn-container-single .chzn-search {
display:none;
}
.formArea .chzn-container-single .chzn-search input {
width: 93% !important;
padding-left:2%;
padding-right:2%;
}
#modal_country_chzn .chzn-search,
#modal_friend_country_chzn .chzn-search,
#modal_state_chzn .chzn-search,
#modal_friend_state_chzn .chzn-search,
#form_special_offers #modal_country_chzn .chzn-search,
#form_special_offers #modal_state_chzn .chzn-search,
#form_special_offers #Country_chzn .chzn-search,
#contactusform  #country_chzn .chzn-search,
#form_special_offers #State_chzn .chzn-search {
display:block;
}
.checkbox-alt label {
display:inline;
}
.radioList {
width: 300px;
display: inline-block;
}

.radioList label {
display:inline-block;
width:105px;
line-height:21px;
}

.radioList span {
display:block;
min-height: 42px;
}
.date{
    display:block;
    margin-top: 9px;
}
.date.required em{
    left:11px;
}

input.datepicker{
    width:100%;
    padding-left:25px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
input.datepicker ~ label{
    background: url("../../images/v2/icon_calendar.png") no-repeat scroll right 10px top 8px rgba(0, 0, 0, 0);
    display: block;
    height: 33px;
    margin-top: -39px;
    position: relative;
    width: 34px;
    z-index: 1;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
}
.shaded input.datepicker ~ label{
    width:100%;
}
/*set the default state of the date picker
   - hidden is required on the ecommerce forms as they data-bind the values on page load
   - z-index override is in case the calendar appears over higher indexed elemnts e.g. field asterix
*/
.ui-datepicker{display:none; z-index: 2 !important;}

.ui-datepicker-title{
    width:100%;
    height:30px;
    font-size:18px;
    /*background-color:#999999;*/
    text-align:center;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color:#b10a32;
}

.ui-datepicker-year,
.ui-datepicker-month{
    width:70px;
    height:auto;
	margin-top:4px;
}
.ui-datepicker-year{}
.ui-datepicker-month{margin-right:15px}
.ui-datepicker-title span{
    vertical-align:middle;
}
.ui-datepicker-header{
    position:relative;
    z-index:0;
	background-color:#cccccc;
}
.ui-datepicker-prev span{
    background: url("../../images/v2/nav_arrow_lt.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    padding-top:40px;
    position:absolute;
    top:5px;
    left:7px;
}
.ui-datepicker-next span{
    background: url("../../images/v2/nav_arrow.png") no-repeat scroll right 3px rgba(0, 0, 0, 0);
    padding-top:40px;
    position:absolute;
    top:5px;
    right:7px;
}
.ui-datepicker-calendar{
    position:relative;
    z-index:1;
}
.ui-datepicker-calendar th{
    height:auto;
}
.ui-datepicker-calendar td{
    padding:5px;
    text-align:center;
}
.shaded .date{
    padding-left:12px;
}
.shaded .form-text-field{
    padding-left:12px;
}
.formArea:not(#thing) .shaded input[type="checkbox"] + label, .formArea:not(#thing) .shaded input[type="radio"] + label{
    margin-left:12px;
}
.shaded .required em{
    left:23px;
}
.shaded input.datepicker{
    width:100%;
}
input.datepicker ~ label span{
    border-left: 1px solid #dddddd;
    display: block;
    float: right;
    height: 34px;
    width: 35px;
}
input.datepicker ~ img
{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 8px 7px 8px 7px;
    width: auto;
    z-index: 1;
    float: right;
    position: relative;
    right: 0px;
    top: -41px;
}
.formExtraInfo {
font-size:11px;
position:absolute;
left:0;
line-height: 15px;
bottom: -20px;
}
.message .formExtraInfo {
position:static;
margin:14px 0;
display: block;
font-size:14px;
}
.message textarea {
background:white;
border:1px solid #dddddd;
width:582px;
height:170px;
margin: -7px 0 7px;
}
/* .formArea:not(#thing) input[type='radio'],
.formArea:not(#thing) input[type='checkbox'] {
opacity: 0;
cursor: pointer;
margin: 0px -16px 0px 0;
}
.formArea:not(#thing) input[type='radio'] + label,
.formArea:not(#thing) input[type='radio'] + input + label {
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    clear: none;
    cursor: pointer;
    line-height: 21px;
    margin: 0;
    padding: 2px 0 2px 32px;
}
.formArea:not(#thing) input[type='checkbox'] + label,
.formArea:not(#thing) input[type='checkbox'] + input + label {
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    display:inline-block;
    clear: none;
    cursor: pointer;
    line-height: 21px;
    margin: 0;
    min-height: 35px;
    padding: 10px 0px 6px 32px;
    width: 98%;
}
.formArea:not(#thing) input[type='radio'] + label,
.formArea:not(#thing) input[type='radio'] + input + label {
background: url('../../images/v2/input_radio.png') left -3px no-repeat;
display: inline-block;
}
.formArea:not(#thing) input[type='radio'][class~='error'] + label,
.formArea:not(#thing) input[type='radio'][class~='error'] + input + label {
background-image: url('../../images/v2/input_radio_error.png');
}
.formArea:not(#thing) input[type='checkbox'] + label,
.formArea:not(#thing) input[type='checkbox'] + input + label {
background: url('../../images/v2/input_check.png') left 4px no-repeat;
}
.formArea:not(#thing) input[type='checkbox'][class~='error'] + label,
.formArea:not(#thing) input[type='checkbox'][class~='error'] + input + label {
background-image: url('../../images/v2/input_check_error.png');
}
.formArea:not(#thing) input[type='radio']:checked + label,
.formArea:not(#thing) input[type='radio']:checked + input + label {
background-image: url('../../images/v2/input_radio_selected.png');
color:#b10a32;
}
.formArea:not(#thing) input[type='checkbox']:checked + label,
.formArea:not(#thing) input[type='checkbox']:checked + input + label {
background-image: url('../../images/v2/input_check_selected.png');
color:#b10a32;
} */

.formArea h4 {
font-size: 110%;
margin: 0.8em 0;
font-weight: 500;
}
.form-text-field {
width: 50%;
display: inline-block;
position:relative;
}

.form-text-field.full-width, .form-text-field.state-city-zip {
width: 100%;
}
.form-text-field.state-city-zip {
position: relative;
}
.form-text-field label{
width: 42%;
display: inline-block;
white-space: pre;
}
.form-text-field.full-width label {
width: 21%;
}
.zip .subtext-error {
padding-left: 0;
text-align: right;
text-indent: -999em;
}
#form_order_brochures .country .subtext-error ,
.form-text-field.title .subtext-error  {
width:70%;
}

.form-text-field.state-city-zip {
margin-bottom: 20px;
margin-top:4px;
}

.form-text-field input {
width: 49%;
padding:7px 2%;
display: inline-block;
}

.form-text-field.full-width input {
width: 100%; /*74.5%;*/
}
#platinum_circle_rewards h2
{
    font-variant: small-caps;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: none;
}
#form_special_offers .form-text-field.phone {
display: block;
}
.form-text-field.phone input {
width: 40px;
display: inline-block;
}
.form-text-field.phone input:nth-child(3) {
width: 55px;
}
.subtext {
font-size: 80%;
color: #666;
width: 47.7%;
right: 0;
text-align: left;
position: absolute;
height: 10px;
line-height: 12px;
}
.email-confirmation .subtext {
width: auto;
}
.form-text-field .chzn-container  {
width: 53.2% !important;
margin: 0;
}
#form_order_brochures .country,
.form-text-field.title {
padding-right:40%;
}
.form-text-field .chzn-drop {
width: 99.5% !important;
}
.chosen-select{
    width:100%;
}
.chzn-container-multi{
    margin-top:15px;
    width:100%;
}
.chzn-container-multi .chzn-choices{
    border:1px solid #DDD;
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice{
    border: 1px solid #DDD;
    margin:8px 0 7px 5px;
    padding:3px 20px 5px 5px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close{
    background:url("../../images/v2/chosen-sprite.png") no-repeat scroll -41px 2px rgba(0, 0, 0, 0);
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{
    background:url("../../images/v2/chosen-sprite.png") no-repeat scroll -41px -9px rgba(0, 0, 0, 0);
}
/*strong.error is written by jquery.validation we override the styling here for consistency*/
strong.error,.subtext-error , .field-validation-error{
font-size: 11px;
color: #b10a32;
text-align: left;
height: 10px;
line-height: 10px;
white-space: nowrap;
}
strong.error,.subtext-error  {
	padding-left: 42%;
}
strong.error
{
padding-left:0px;
font-weight:normal;
}

.subtext-error {
display: none;
}
.even .subtext-error, .even  .field-validation-error {
padding-left: 46%;
}
div.error {
padding-bottom: 20px;
position: relative;
}
.error .subtext {display: none;}

.error .subtext-error {display: block;}

#contact-method.error .subtext-error {width: 50%;}

.contact-reason.error .subtext-error {width: 59%;}

input.error, textarea.error {
border: 2px solid #b10a32 !important;
background-color: #f5e8ea  !important;
}
#errorsAlerts, label.error, h4.error {
color: #b10a32;
}
#errorsAlerts
{
    word-spacing:0;
}

.error .chzn-container-single {
margin-right:4px;
}
.error .chzn-container-single .chzn-single {
width: 96%;
border: 2px solid #b10a32 !important;
background-color: #f5e8ea  !important;
}
.contact-booking-number {
display:none;
}
.contact-booking-number {
overflow: hidden;
}
.contact-booking-number label {
float: left;
margin: 0 10px 0 0;
}
.contact-booking-number input[type='text'] {
float: left;
width: 140px;
}
#postalFields.hide{
    display:block;
    height:0;
    visibility:hidden;
}
#insertPanel.hide{
    display:block;
    height:0;
    visibility:hidden;
}
#form_order_brochures .hide {
display:none;
}
#form_special_offers .hide {
display:none;
}
#send_to_friend_form {
display:none;
}
#send_to_friend_form.show_friend {
display:block;
}
.brochure_checks {
margin:1em 0;
line-height: 2.4;
}

/* Request a quote */
.requestQuote .cruiseDetails {
margin: 0 0 1em;
}
.requestQuote .cruiseDetails span {
font-weight:bold;
font-size: 14px;
padding: 0;
}
.requestQuote #best-time {
position:static;
display:inline-block;
padding-top:3em;
}
.requestQuote .input_module {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
width:auto;
line-height: 1.2;
background:transparent;
margin-bottom:0;
border: none;
}
.requestQuote #fac {
	width:77%;
}
.requestQuote #fac .module_inner { height: auto;  border:none; padding:20px;}

.requestQuote #fac .quick_buttons a {
padding:4px 0;
color:#000;
}
.requestQuote #fac .select_year {
margin-bottom:5px;
}
.requestQuote #fac .quick_buttons .selected {
color:#fff;
}
.requestQuote #fac  h4,
.stateroom_checks h4 {
width: 17%;
display: inline-block;
padding-bottom:3em;
float: left;
}
.stateroom_checks label {
line-height: 1.2;
width: 17%;
display: inline-block;
}
.requestQuote h4 small {
color:#666;
display:block;
font-weight:normal;
text-transform:none;
}

.requestQuote #message {
padding-bottom:10px;
}
.special-offers+h4 { margin-top:-1em; }

/* modal */
.modal .formArea {
	padding: 0;
}

.phone .field-validation-error {
     display: block;
     margin: 3px 0 0 0;
}

/*ContentBloom*/
textarea.placeheld{
    color: #999;
}
.formArea textarea{
    width:98%;
}
/*the following line also applies generically to Oceans and needs testing on all oceans forms*/
.formArea p
{
    margin-bottom:1em;
    font-size:14px;
    line-height:21px;
}
.form-text-field, .select_hybrid {
	width:100%;
    max-width: 800px;
    display: inline-block;
    position: relative;
}
.columns .form-text-field, .left-content .form-text-field{
	width:100%;
    max-width: 800px;
}
.container-fluid .form-text-field input,.columns .form-text-field input,.left-content .form-text-field input{
	width:100%;
}
.cruise-type-choice{
	line-height: 36px;
     margin-top: 20px;
}
.form-button{
	width:100%;
    max-width:770px;
}
.form-button input[type="button"], .form-button input[type="submit"] {
	width:80%;
    margin: 15px 0 15px 10%;
}
.form-button input[type="button"].no-margin-top, .form-button input[type="submit"].no-margin-top, #addInsuranceConfirm .no-margin-top {
	margin-top:0;
}
.form-button.center {
    margin: 0 auto;
}
.form-button-left {
	margin-left:0px;
    margin-top:11px;
	/*width:32%;*/
    /*min-width:350px;*/
}
.form-button-left input, .form-button-left .cta {
	float:left;
    width:84%;
    margin:0;
    padding:0;
}
.form-button-right {
	margin-right:0px;
    margin-top:11px;
	/*width:32%;*/
    /*min-width:350px;*/
}

.form-button-right input, .form-button-right .cta{
	float:right;
    width:84%;
    margin:0;
    padding:0;
}
.form-button-middle {
	margin:0px;
    margin-top:11px;
    text-align: center;
	width:32%;
    min-width:350px;
}
.form-button-middle input{
    width:65%;
    margin:0;
    padding:0;
}
.booking-lookup-fields
{
	margin: 0px;
}
.booking-lookup-fields tbody
{
	background: none #fff;
}

.booking-lookup-fields td
{
	line-height:46px;
	background: none #fff;
	border: none;
	padding:0px;
}
.booking-lookup-fields td label
{
    line-height: 25px;
    display: block;
}
.table-cell.form-button{
    width:auto;
    text-align:center;
}
.table-cell.form-button-right, .table-cell.form-button-left{
    min-width:0;
}
.table-cell.form-button{
    width:auto;
    text-align:center;
}
.table-cell.form-button input{
    margin:0;
}
.full-width-link{
    width:100%;
}
.full-width-link h4{
    display:inline-block;
}
.cta.close{
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 -3.5em 2em -2em #DADADA inset;
    display:block;
    color: #333333;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.two-buttons{
    padding-top:25px;
}
.two-buttons input[type="reset"], .two-buttons input[type="submit"]{
    width:45%;
    margin:0;
    font-size:17px;
}
.two-buttons .cta{
    float:right;
}
.two-buttons .cta:first-child{
    float:left;
}
.two-buttons a.cta{
    width:48%;
}
.two-buttons .cta span{
    min-width:0;
    margin:0;
}
.placehold-label{
	color:#999;
}
.required em {
    position:absolute;
    left: 15px; /*4px;*/
    z-index: 2;
}
.required.select_wrap em {
    top:8px;
}

#cruise_review_popup .required.select_wrap em {
    top:-1px;
}

#form_special_offers .select_wrap em {
    top: 3px;
}

.select_wrap {
    border-bottom: 0;
    margin: 0;
    padding-top: 7px;
    width: 100%;
    max-width: 800px;
}
.form-text-field input {
  padding-left:25px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
}
.form-header img{
    display:none;
}
.form-header h1{
    font-size: 26px;
    margin-top:0;
}
#recaptcha-div, #recaptcha_widget_div{
    margin: 10px auto 15px;
    width: 316px;
}
.recaptcha_input_area input[type='text'] {
    min-width:0;
}
.columns .subtext-error, .columns  .field-validation-error, .left-content .subtext-error, .left-content  .field-validation-error{
    padding:0;
}
.columns .error .chzn-container-single .chzn-single, .left-content .error .chzn-container-single .chzn-single {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
#colorbox .form-header{
    border-bottom: 5px solid #B10A32;
    padding-bottom:15px;
    margin-bottom: 23px;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
#colorbox .form-header a{
    float:left;
}
#colorbox .form-header h1{
    display:block;
    padding:0;
    font-size: 36px;
    padding-top:34px;
    text-align:center;
}
#colorbox .form-header img{
    display:inline;
    margin-bottom:0;
}
#colorbox .not-again{
    display:block;
    float:right;
}
#colorbox .not-again a{
    color: #444;
    font-weight: bold;
}
.not-again
{
    display:none;
}
.tapField {
	line-height:22px;
	font-family:Verdana;
}
.tapFieldLabel {
	display:inline-block;
	width:170px;
}
.tapFieldValue {
	display:inline-block;
	font-weight:900;
}
.completion-status {
    color:#333333;
    line-height:16px;
    margin-left:12px;
}
.completion-status em{
    margin-left:12px;
    margin-top:0;
    line-height:21px;
}
.complete .completion-status em{
    color:#009900;
}
.incomplete .completion-status em{
    color:#777777;
}
.completion-status-complete em{
    color:#009900;
}
.completion-status-incomplete em{
    color:#777777;
}
.input-pair{
    position:relative;
    line-height:21px;
    margin-bottom:18px;
    margin-top:9px;
}
.input-pair.flush-top{
    margin-top:0;
}
.input-pair div{
    width:48%;
    display:inline-block;
    line-height:21px;
}
.formArea .outlined{
    border:1px solid #b10a32;
    padding: 0 20px;
    text-align:center;
}
.formArea .outlined.margin{
    margin:15px 0;
}
.booking-information-responsive{
    display:none;
}
.booking-information{
    padding-bottom:21px;
}
.booking-information .formItemValue {
    display: inline-block;
    margin-top: 7px;
}
.booking-information th{
    text-align:left;
    padding-left: 15px;
}
.booking-information col:first-child, .booking-information col:nth-child(2){
    width:20%;
}
.tap-payment-recap, .payment-summary{
    background:none;
}
.tap-payment-recap th, .payment-summary th{
    background:none;
    border:none;
    text-align:left;
    padding-left:0;
    color: #333333;
    font-size: 140%;
    font-weight: 500;
}
.tap-payment-recap td, .payment-summary td{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    text-align: left;
}
.tap-payment-recap td, .payment-summary td
{
    padding:7px 0px 7px 12px;
}
.tap-payment-recap td.level-one, .payment-summary td.level-one
{
    padding-left:50px;
}
.tap-payment-recap td.level-two, .payment-summary td.level-two
{
    padding-left:100px;
}

/*specific styling of a payment-summary table*/
.payment-summary.installment
{
    margin:15px 0 10px 0;
}
.tap-payment-recap td:first-child, .payment-summary td:first-child, .tap-payment-recap th:first-child, .payment-summary th:first-child{
    width:400px;
}

.tap-payment-recap tbody, .payment-summary tbody{
    background:none;
    height:30px;
}
.tap-payment-recap .heading td, .payment-summary tbody tr.heading
{
    background:none repeat scroll 0 0 #F2F2F2;
    padding-left:12px;
}

.tap-payment-recap tbody tr.summary, .payment-summary tbody tr.summary{
    background:none;
    height:auto;
    padding-left:12px;
    font-weight:bold;
}
.tap-payment-recap .payment, .payment-summary .payment, .inset-table .payment{
    color:#b10a32;
}
#tap_booking_table col:nth-child(3){
    width:130px;
}
.booking-summary .header{
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #999999;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 10px 20px;
}
.booking-summary .header h2, .booking-summary .header h4{
    color:#fff;
    display:inline-block;
    margin: 0 10px 0 0;
}
#tap_booking_table em, .booking-summary em{
    font-style:normal;
    color:#b10a32;
}
.down-arrow{
    background: url("../../images/v2/arrow_nav_drop_dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    margin-left: 30px;
    width: 23px;
}
.phone-number{
    display: inline-block;
    margin-left: 21px;
}
.phone-number input[type="text"]{
    margin-right:15px;
    min-width: 0;
    width:85px;
}
.selected-cruise{
    background:none repeat scroll 0 0 #F2F2F2;
    margin-bottom:11px;
}
.inset-table{
    margin: 0 0 25px 5%;
    width: 95%;
}
.inset-table tbody, .inset-table thead, .itinerary table{
    background:none;
}
.inset-table td{
    border:none;
    padding:2px;
}
.selected-cruise .inset-table th{
    padding:0px;
    background:none;
    border:none;
}
.inset-table td:nth-child(2), .inset-table th:nth-child(2){
    text-align:right;
}
.inset-table td.level-one{
    padding-left:50px;
}
.inset-table tr.heading{
    padding-top:12px;
    padding-left:12px;
}
.inset-table .subtotal td{
    border-top:1px solid #333333;
    padding-bottom:20px;
}
.inset-table tr.summary, .payment-summary tbody tr.summary{
    height:auto;
    padding-left:12px;
    font-weight:bold;
}
.discount-summary {
    height:auto;
    padding-left:12px;
    font-weight:bold;
    color: #f00;
    text-align: right;
}
    .discount-summary:before {
        content: "(";
    }
    .discount-summary:after {
        content: ")";
    }

/* GIF */

.pifError
{
	/*font-size: 14px;
	font-weight: bold;
	color: #a51c37;*/
	line-height: 18px;
    color: #b10a32;
    text-align: left;
    white-space: nowrap;

}

.wmark
{
     color: #999;
}

.form-ca-opt label {
    font-size: 8pt;
}
.events-overview-step input[type="submit"],
.events-destination-step input[type="submit"]{
    margin-left:0px;
}

.itemSelection td {
	text-align: center;
}
.itemSelection input[type="text"] {
	width: 20px;
	min-width: 0;
	text-align: center;
}

.itemSelection td:nth-of-type(1) {
	text-align: left;
}


.message-container, .change-date-container
{
    margin-top:30px;
}
.personal-message
{
    margin-top:20px;
}
.gift-date
{
    font-weight:bold;
}

/* Add border for Angular forms on submit */
form.ng-submitted input.ng-invalid {
    border: 2px solid #b10a32 !important;
    background-color: #f5e8ea  !important;
}

/* Angular for chosen to work */
form.ng-submitted select.ng-invalid~.chzn-container-single {
margin-right:4px;
}
form.ng-submitted select.ng-invalid~.chzn-container-single .chzn-single {
width: 96%;
border: 2px solid #b10a32 !important;
background-color: #f5e8ea  !important;
}

/* Angular for checkboxes to work*/
form.ng-submitted input[type='checkbox'].ng-invalid~label {
background-image: url('../../images/v2/input_check_error.png')!important;
}
/* End for Angular form*/

.events-selection-table .columns.right strong,
.events-selection-table .chevron-link
{
    float:right;
    clear: both;
}
.event-table-remove
{
    cursor:pointer;
}
.shaded {
    background-color:#eeeeee;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
    margin: 10px 0;
}

.ieall .select_hybrid .form-control {
   padding: 6px 0px 6px 22px;
}

.select_hybrid .form-control {
    padding: 6px 22px;
    text-transform: uppercase;
}

.select_wrap .form-control {
    padding: 6px 22px;
}

h1.form-heading {
    font-size: 25px;
}

.field-validation-valid {
        display:none;
}

form small.small.note {
    display: block;
}

#form_special_offers small.small.note {
    margin-bottom: -10px;
}_

#form_sem small.small.note {
    margin-bottom: -20px;
}

#form_sem a.continue:focus,
#cruise-main-content a.continue:focus,
.form-container a.legal-field-toggle:focus {
    color: #333;
    outline: thin dotted!important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#gdpr-form .viking-form-control.radio-inline:focus-within {
    outline: thin dotted!important;
    outline-offset: -2px;
}

#tactical_pricing_form .disclaimer-subscribe {
    padding-top: 5px;
    font-size: 0.85em;
}

#tactical_pricing_form .badge {
    padding:5px 10px; 
    background-color: #44687d; 
    color: #fff; 
    font-size: 12px;
}

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
.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;
}

.social-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  color: #000;
  border-radius: 100%;
  border: 2px solid #333;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.social-links a:hover {
  border-color: #B10A32;
  background-color: #B10A32;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .mobile-footer-canvas {
    margin-bottom: 0px;
  }
}

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
.tile-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 100;
}

#trd-browser-compatibility-alert {
  background: #ffc0c0;
  padding: 10px;
}

#trd-browser-info {
  display: none;
}


/* Assume starting with desktop */
.restrict-on-tablet {
  display: block !important;
}

/*

##################
TABLET : LANDSCAPE
##################
Ensure that some of the tablet header settings are correct when it switches to Landscape

*/
.trd-body-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /*padding-bottom: 50px;*/
}

.trd-body-wrapper {
  top: 51px;
}

.with-cookie-disclaimer .trd-body-wrapper {
  top: 133px;
}

.modal-open .trd-body-wrapper {
  position: absolute;
  padding-right: 17px;
}



#cruise-canvas {
  height: 80px;
  background: transparent;
}

/**********************************************************************************/


/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
#persistentFooter {
  background: #fcfcfc;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
}

#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-footer-canvas {
  z-index: 4000;
  background-color: #FFF;
  margin: 18px auto 0;
  clear: both;
  font-size: 13px;
}

.trd-footer-canvas .footer-contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #999;
  color: #FFF;
}

.trd-footer-canvas .footer-contact .footer-contact-container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: table;
}

@media only screen and (max-width: 767px) {
  .trd-footer-canvas .footer-contact .footer-contact-container {
    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;
}

.seo-block {
  width: 90%;
  margin-left: 5%;
  margin-top: 50px;
  float: left;
  margin-bottom: 50px;
}

.seo-block p, .seo-block h1 {
  font-size: 12px;
}

.seo-block span h1 {
  color: #333333;
  margin-bottom: 1.5em;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.microSendTF {
  display: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
/* modals-mobile start */
/*! 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;
}

* {
  -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: #428BCA;
  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: 4px;
  -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 #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "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: #999999;
}

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: #999999;
}

.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 #eeeeee;
}

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 #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

.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-dialog.modal-md {
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -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: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 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: #428BCA;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #3071a9;
  border-color: #285e8e;
}

.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: #428BCA;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428BCA;
  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: #428BCA;
  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: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs {
  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%;
}

.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: 736px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1156px;
  }
}

.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.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%;
  }
}

.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: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.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;
}

.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: 991px) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .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;
}

/******************************************************************************
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;
}

.custom-modal-close-button button.close.back,
.custom-modal-close-button button.close.back:hover {
  text-indent: 35px;
  background: url("../../images/close_x_back.png") right no-repeat;
}

#cboxContent .modal-content {
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  background-color: #FFF;
  max-width: 100%;
}

@media (min-width: 768px) {
  #cboxContent .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 85%;
    min-width: 750px;
    max-width: 800px;
    margin: 0 auto;
  }
  .modal-video #cboxContent .modal-content {
    max-width: 1366px;
  }
}

#cboxOverlay.video_modal_content {
  background-color: #000;
  opacity: .5 !important;
}

.modal-video h1, .video_modal_content h1 {
  text-transform: none;
  font-family: "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-content .modal-no-margin {
  margin: 0 !important;
}

.modal-content .modal-margin-small {
  margin-bottom: 8px;
}

.modal-content .modal-margin-medium {
  margin-bottom: 16px;
}

.modal-content .modal-margin-large {
  margin-bottom: 32px;
}

.modal-content .modal-top-margin-small {
  margin-top: 8px;
}

.modal-content .modal-top-margin-medium {
  margin-top: 16px !important;
}

.modal-content .minimal-whitespace ul, .modal-content .minimal-whitespace h4 {
  margin-bottom: 16px 0 0 0 !important;
}

.modal-content .minimal-whitespace p {
  margin: 0 !important;
}

.modal-video #cboxClose, .modal-gallery #cboxClose, .cbox-fullsize-img #cboxClose {
  display: none;
}

.cbox-fullsize-img {
  /*.close {
		position: absolute;
		top: ($grid-gutter-width/2);
		right: ($grid-gutter-width/2);
		font-size: 40px;
		color: $gray-lightest;
		background: rgba($gray-light,.8);
		text-shadow: none;

		&:hover {
			color: darken($gray-lightest,10%);
		}
	}*/
}

.cbox-fullsize-img#colorbox {
  margin-top: 0;
}

.cbox-fullsize-img #cboxContent .modal-header, .cbox-fullsize-img #cboxContent .modal-body {
  display: none;
}

.cbox-fullsize-img #cboxContent .modal-content {
  position: relative;
  max-width: none;
  min-width: 100%;
  width: auto;
}

.cbox-fullsize-img #cboxContent .close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.modal-static-content,
.modal-static-content #cboxContent,
.modal-static-content #cboxWrapper,
.modal-static-content #cboxLoadedContent {
  max-width: 100% !important;
}

.modal-static-content #cboxContent,
.modal-static-content #cboxLoadedContent {
  height: auto !important;
}

.modal-static-content .modal-header h2.modal-title {
  font-size: 30px;
  color: #333;
  font-family: "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;
}

/* bootstrap-mobile end */
/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
/* shared-mobile start */
.cruiseNavWrapper {
  position: relative;
  z-index: 5;
  margin-top: 4px;
}

ul {
  padding: 0 0 0 2em;
  margin: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.text-center {
  text-align: center;
}

.form-group {
  margin-bottom: 16px;
}

.icon-border {
  border: 2px solid;
  border-radius: 100%;
  padding: 4px;
  display: inline-block;
  margin-right: 10px;
}

.visible-tn-inline-block {
  display: inline-block !important;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  color: #333;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  color: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

@font-face {
  font-family: 'icomoon';
  src: url("/Content/fonts/icomoon.eot?nbkgm0");
  src: url("/Content/fonts/icomoon.eot?#iefixnbkgm0") format("embedded-opentype"), url("/Content/fonts/icomoon.woff?nbkgm0") format("woff"), url("/Content/fonts/icomoon.ttf?nbkgm0") format("truetype"), url("/Content/fonts/icomoon.svg?nbkgm0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e600";
}

.icon-chevron-up:before {
  content: "\e601";
}

.icon-phone-with-fill:before {
  content: "\e907";
}

.icon-brochure:before {
  content: "\e912";
}

.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";
}

input[type=text]::-webkit-input-placeholder {
  color: #777;
}

input[type=text]:-ms-input-placeholder {
  color: #777;
}

input[type=text]::-ms-input-placeholder {
  color: #777;
}

input[type=text]::placeholder {
  color: #777;
}

.required {
  margin-bottom: 16px;
}

.custom-modal-close-button button.close,
.custom-modal-close-button button.close:hover {
  outline: none;
  padding: 0;
}

.formArea input[type=text], .formArea select, .formArea input[type=text]:focus, .formArea select:focus {
  border-radius: 0;
  outline: none;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  min-width: 248px;
  width: 100%;
}

@media screen and (min-width: 1366px) {
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 300px;
  }
}

.bootstrap-select.btn-group {
  height: 38px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu {
  max-width: 100%;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 24px;
}

.bootstrap-select.btn-group .btn {
  padding: 4px 12px;
}

.bootstrap-select.btn-group .btn.disabled, .bootstrap-select.btn-group .btn[disabled], .bootstrap-select.btn-group fieldset[disabled] .btn {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.bootstrap-select.btn-group .dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #ccc;
  height: 38px;
}

.bootstrap-select.btn-group .dropdown-toggle.bs-placeholder, .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder:hover {
  color: #333;
}

.bootstrap-select.btn-group .dropdown-toggle.bs-placeholder.disabled, .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder:hover.disabled {
  color: #ccc;
  cursor: default;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  border-color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 29px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: auto;
  right: 28px;
  margin-top: 0;
  color: #B10A32;
  height: 24px;
  line-height: 24px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  font-family: icomoon;
  content: "\e600";
}

.bootstrap-select.btn-group .dropdown-toggle.disabled .caret {
  color: #ccc;
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 1200;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
  padding: 0;
  margin: -4px 0 0;
  border: 1px solid #ccc;
  border-top: none;
  max-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu li {
  border-top: 1px solid #ededed;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu li:first-child {
  border-top: none;
}

.bootstrap-select.btn-group .dropdown-menu li a, .bootstrap-select.btn-group .dropdown-menu li a:focus {
  font-size: 18px;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 3px 14px;
  border: 1px solid #fff;
  text-decoration: none;
  line-height: 22px;
  text-transform: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span:not(.check-mark):not(.required), .bootstrap-select.btn-group .dropdown-menu li a:focus span:not(.check-mark):not(.required) {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu li a span.required, .bootstrap-select.btn-group .dropdown-menu li a:focus span.required {
  display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
  color: #fff;
  border-color: #456580;
  background-color: #456580;
}

.bootstrap-select.btn-group .dropdown-menu > li:not(.selected) > a:hover {
  color: #262626;
  border-color: #44687d;
  background-color: #fff;
}

.bootstrap-select.btn-group.dropup .dropdown-menu {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.bootstrap-select.btn-group.dropup .dropdown-toggle .caret:before {
  font-family: icomoon;
  content: "\e601";
}

.bootstrap-select.btn-group.dropup .dropdown-toggle span.required {
  color: #B10A32;
  font-size: 14px;
  float: left;
  margin-right: 2px;
}

.bootstrap-select:focus,
.bootstrap-select .dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 222, 249, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 222, 249, 0.5);
}

.bootstrap-select.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}

.bootstrap-select.open .dropdown-toggle .caret:before {
  content: "\e601";
}

.bootstrap-select.open.dropup .dropdown-toggle .caret:before {
  content: "\e600";
}

.bootstrap-select.scrollable-list ul {
  max-height: 372px !important;
  overflow: hidden !important;
  overflow-y: scroll !important;
  scrollbar-face-color: #cccccc;
  scrollbar-track-color: whitesmoke;
}

.bootstrap-select.scrollable-list ul::-webkit-scrollbar {
  width: 10px;
  z-index: 999;
}

.bootstrap-select.scrollable-list ul::-webkit-scrollbar-track {
  background: whitesmoke;
}

.bootstrap-select.scrollable-list ul::-webkit-scrollbar-thumb {
  background: #cccccc;
  height: 42px;
  width: 10px;
}

.bootstrap-select.scrollable-list ul::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}

.bootstrap-select.scrollable-list ul li {
  overflow: hidden;
}

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.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;
}

.btn .caret {
  margin-left: 0;
}

li {
  margin: 0;
  padding: 0;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  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: 0;
  -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 > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
}

.open > .dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

.bootstrap-select.btn-group .dropdown-toggle.bs-placeholder, .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder:hover {
  color: #333;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  right: 12px;
  height: 28px;
  line-height: 28px;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

.bootstrap-select.btn-group .dropdown-menu li a:focus {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

.bootstrap-select.btn-group .dropdown-menu li a .check-mark {
  display: none;
}

.bootstrap-select.btn-group.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.bootstrap-select.btn-group .btn {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0px;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}


section {
  text-align: center;
}

section article {
  display: table;
  clear: both;
  border-bottom: 1px solid #CCC;
  width: 100%;
  position: relative;
}

section article:last-child {
  border-bottom: 0px;
}

.caret {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border: none;
  margin-top: -3px;
  margin-left: 10px;
  color: #B10A32;
  height: 24px;
  line-height: 24px;
}

.caret::before {
  font-family: icomoon;
  content: "\e601";
}

.caret.open::before {
  font-family: icomoon;
  content: "\e601";
}

.collapsed .caret::before {
  font-family: icomoon;
  content: "\e600";
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.head-line {
  position: relative;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 16px;
  font-size: 26px;
  color: black;
}

.btn.btn-default {
  color: #FFF;
  background-color: #A3A3A3;
  border-color: #A3A3A3;
}

.btn.btn-red {
  color: #FFF;
  background-color: #B10A32;
  border-color: #B10A32;
}

.btn.btn-blue {
  color: #FFF;
  background-color: #0F3055;
  border-color: #0F3055;
}

.btn.btn-block {
  display: block;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.column {
  position: relative;
  float: left;
  width: 100%;
  padding: 16px 0;
}

.column.col-2 {
  width: 50%;
}

.column.col-3 {
  width: 33.33333%;
}

.awards-container .column {
  padding: 0;
}

.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 #AAA;
  background-color: #FFF;
  color: #222222;
  margin-top: 2px;
}

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.why-viking-card-template {
  position: relative;
  font-size: 16px;
  letter-spacing: .025em;
  overflow: hidden;
  margin: 0;
}

.progressive-image {
  position: relative;
  overflow: hidden;
}

.video-thumb-play-lg {
  display: block;
  position: relative;
}

.video-thumb-play-lg::after {
  content: "";
  display: block;
  background: url(/Content/images/v3/video-play-thumb-lg.png) no-repeat -36px 0;
  width: 36px;
  height: 36px;
  margin: -18px auto 0;
  background-size: 72px;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
}


@media screen and (min-width: 768px) {
  .video-thumb-play-lg:after {
    background: url(/Content/images/v3/video-play-thumb-lg.png) no-repeat -72px 0;
    width: 72px;
    height: 72px;
    margin: -36px auto 0 auto;
  }
}

.search-container {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 0;
}

.search-container form {
  margin: 0 16px;
  background: #FFF;
  position: relative;
  border: 1px solid #CCC;
  overflow: hidden;
}

.search-container form input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 100%;
  border: 0;
  padding: 0 45px 0 16px;
  height: 45px;
  outline: none;
  max-width: 100%;
  left: 0;
  right: 0;
  font-size: 16px;
}

.search-container form input:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.search-container .search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 40px;
  font-size: 31px;
  margin: 3px;
  cursor: pointer;
  line-height: 1 !important;
  color: #cbc6c6;
  background-color: transparent;
  border: 0;
}

.search-container .search-button span {
  color: #ccc;
}

.search-container .search-button .icon-search:before, .fac-filters-container .icon-search:before {
  font-family: icomoon;
  content: "\e614";
}

.search-container .submit-busy {
  display: none;
}

.hero-container img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.cta-container {
  margin-top: 16px;
  margin-bottom: 16px;
}

.cta-container .column {
  text-align: center;
}

.cta-container .column.col-2 {
  width: 50%;
}

.cta-container .column.col-2:first-child .btn-block {
  margin-right: 4px;
}

.cta-container .column.col-2:last-child .btn-block {
  margin-left: 4px;
}

.awards-container {
  background: #fff;
  display: table;
}

.awards-container a {
  color: #333;
}

.awards-container .column img {
  max-width: 100%;
  height: auto;
}

.awards-container .column .caption .text {
  font-size: 12px;
  padding: 0 5px;
  margin: 5px 0;
}

.content-container .column {
  text-align: left;
}

.content-container .column:first-child .col-padding {
  padding-left: 16px;
}

.content-container .column:last-child .col-padding {
  padding-right: 16px;
}

.content-container .column .item-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 8px;
  text-transform: capitalize;
}

.content-container .column .item {
  text-transform: capitalize;
}

.content-container .column img {
  padding-left: 5px;
  max-width: 100%;
}

.content-container .thumbnail {
  margin-bottom: 16px;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

.content-container .thumbnail .thumbnail-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.content-container .thumbnail .thumbnail-img img {
  width: 100%;
}

.content-container .thumbnail .thumbnail-img .overlay-block-text {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.content-container .thumbnail .thumbnail-img .overlay-block-text.top {
  top: 0;
}

.content-container .thumbnail .thumbnail-img .overlay-block-text.top h3 {
  text-transform: uppercase !important;
  margin: 2% 0 !important;
  font-size: 18px !important;
  color: #fff;
}

#starting-tooltip, .bubble-wrapper {
  display: none !important;
}

.icon-close:before {
  content: "\e60e";
}

.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;
}

/*** Live Person CSS Styling file ***/
/* Overwrite chat image position */
.lp_chat_line_wrapper {
  margin-bottom: 20px !important;
}

#lpChat {
  font-size: 130% !important;
}

.lp_header .lp_title {
  padding-top: 5px !important;
}

.lp_submit_button,
.lp_confirm_button,
.lp_next_button {
  color: #ffffff !important;
  background-color: #b80635 !important;
}

.lp_bottom-logo-icon {
  visibility: hidden !important;
}

#lpChat .arrowDown {
  position: relative;
}

#lpChat .arrowDown select {
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #lpChat .arrowDown select {
    padding-right: 0 !important;
  }
}

#lpChat .arrowDown:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  right: 0.7em;
  display: block;
  top: 0.4em;
  border-right: 2px solid #515151;
  border-bottom: 2px solid #515151;
  z-index: 1;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #lpChat .arrowDown:before {
    content: none !important;
  }
}

.lp-window-root .lp_input_area {
  padding-top: 10px !important;
}

.lp_expandable_textarea {
  line-height: 20px !important;
}

@media print {
  .LPMcontainer {
    display: none !important;
  }
}

#lpChat .pci_submit {
  color: red !important;
}

#lpChat .lp_cb_button_accept {
  background: #b80635 !important;
  color: #fff !important;
}

.lpc_message__text {
  line-height: 1.4em !important;
}

.LPMcontainer img {
  max-width: none;
}

.animate-from-right {
    position: fixed;
    right: -533px !important;
    -webkit-transition: right 0.5s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: right 0.5s ease-out; /* Firefox 4-15 */
    -o-transition: right 0.5s ease-out; /* Opera 10.50�12.00 */
    transition: right 0.5s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.animate-from-right.open {
    right: 0 !important;
}

.proactive-chat {
    top: 0;
    position: relative;
}

.proactive-chat .LPMimage {
    position: relative;
    z-index: 10;
    top: -90px;
    left: -35px;
    cursor:pointer;
}

.proactive-chat .LPMcloseButton {
    position: absolute;
    z-index: 100;
    top: -70px;
    left: 245px;
    cursor:pointer;
}

.proactive-chat.bubble .LPMimage {
    position: relative;
    z-index: 10;
    top: -70px;
    left: 5px;
    cursor:pointer;
}

.proactive-chat.bubble .LPMcloseButton {
    position: absolute;
    z-index: 100;
    top: -36px;
    left: 25px;
    cursor:pointer;
}

/*** End Live Person CSS Styling file ***/
@media screen and (max-width: 767px) {
  #modal_loader > .contentWrapper > .mainContent > .container-fluid {
    padding: 0;
  }
}

#colorbox .subNavWrapper a, #colorbox .cruiseNavWrapper a {
  text-decoration: none;
  display: inline-block;
}

#colorbox.subpage_loaded .contentWrapper {
  min-height: 200px;
  background-color: white;
}

#colorbox .thumbnail-img img {
  width: 100%;
}

.widget-container { 
    margin-bottom:16px;
}

/*# sourceMappingURL=mobile-home.css.map */

.mobile-footer-canvas {
    background-color: #142640;
    color: #FFF;

}

.mobile-footer-canvas:before, .mobile-footer-canvas:after {
  content: " ";
  display: table;
}

.mobile-footer-canvas:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .mobile-footer-canvas {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.mobile-footer-canvas::before {
  content: "";
  display: table;
  clear: both;
}

.mobile-footer-canvas hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 0 16px 16px;
}

.mobile-footer-canvas .footer-phone {
  font-size: 16px;
}

.mobile-footer-canvas > .footer-mobile-share {
  padding: 0 16px;
  border-top: 1px rgba(255, 255, 255, 0.15) solid;
}

.mobile-footer-canvas > .footer-mobile-share .title {
  margin: 0;
  padding: 24px 0 8px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  font-family: "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;
  display: block;
}

.mobile-footer-canvas > .footer-links section ul li a {
  display: inline-block!important;
  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;
}

/*# sourceMappingURL=mobile-footer.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
body.using-mouse :focus {
    outline: none !important;
}

body.using-mouse .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

fieldset.form-group legend {
    display: inline;
    margin-bottom: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    border: 0;
    border-bottom: none;
}

.skip-to-main-content-button {
    position: absolute;
    top: -40px;
    left: 0;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
    border-right: 1px solid #2b3d52;
    border-bottom: 1px solid #2b3d52;
    border-bottom-right-radius: 8px;
    background: #2b3d52;
    padding: 4px 20px;
    color: #fff;
}

    .skip-to-main-content-button:focus {
        top: 0;
        -webkit-transition: top 0.1s ease-in;
        transition: top 0.1s ease-in;
        outline: 0;
        color: #fff;
    }

.font-family-frutiger {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    font-style: normal;
}

.font-family-frutiger-bold {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-weight: 600;
    font-style: normal;
}

.font-family-adobe-garamond-pro,
.font-family-serif {
    font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif !important;
}

/*

Z-Indexes used here:
 1000 - Body Content
10000 - Browser Information, so that it stays above everything including the modals
 3000 - Eyebrow Canvas, so that it stays above the body content
 2000 - Header Canvas, so that it stays above the body content
 7000 - Desktop Menu content (defined in TRD-Desktop-Menu.css) so that it stays above the search
 6000 - Search Canvas, so that it stays above the body, header, and eyebrow
 5000 - Flyout, so that it stays above the body and header and footer
 4000 - Footer Canvas, so that it stays above the body content
11000 - Back To Top indicator, so that it even stays above the browser information

The top level structure is below. The _base divs are shown or hidden based on the width, and they expose either a .tablet or a .desktop class
<div id=trd-header class="(promo ..or.. login) ..and.. co-branding"> All class modifiers are optional.
	<div class="trd-tablet-eyebrow-base tablet">
	</div>
	<div class="trd-desktop-eyebrow-base desktop">
	</div>
	<div class="trd-tablet-header-base tablet">
	</div>
	<div class="trd-desktop-header-base desktop">
	</div>
</div>

The <div class="trd-eyebrow-center-block"> and the -base divs have a different appearance if co-branding is on.

The desktop menu and search have a few divs that control the horizontal size and placement.
trd-header-search-compressed sets the size and position of the closed search box
trd-header-search-expanded sets the size and position of the open search box
trd-header-search-expand contains the search box itself
trd-header-menu-compressed sets the size and position of the menu if the search is closed
trd-header-menu-canvas contains the desktop menu

*/
.btn.btn-bar {
    display: block;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
}

.grecaptcha-badge {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}

    .grecaptcha-badge[data-style="bottomright"] {
        visibility: hidden !important;
    }

.visually-hidden {
    /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

html.trd-homepage body {
    max-width: initial !important;
}

.trd-eyebrow-link {
    display: table-cell;
    vertical-align: middle;
}

.tile-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 100;
}

/* Reset any attributes that had been set elsewhere */
.trd-eyebrow-canvas a,
.trd-footer-contact-phone-number a,
.trd-story-tileset1 a,
.trd-story-tileset2 a,
.trd-story-tileset3 a,
.trd-story-tilesetB a,
.trd-story-tileset-c-left a,
.trd-story-tileset-c-right a {
    color: #fff;
    text-decoration: none;
}

    .trd-eyebrow-canvas a:hover,
    .trd-footer-contact-phone-number a:hover,
    .trd-header-canvas a:hover,
    .trd-story-tileset1 a:hover,
    .trd-story-tileset2 a:hover,
    .trd-story-tileset3 a:hover,
    .trd-story-tilesetB a:hover,
    .trd-story-tileset-c-left a:hover,
    .trd-story-tileset-c-right a:hover {
        color: #fff;
        cursor: pointer;
    }

    .trd-eyebrow-canvas a:focus,
    .trd-footer-contact-phone-number a:focus,
    .trd-header-canvas a:focus {
        color: #fff;
    }

.trd-eyebrow-canvas ul,
.trd-header-canvas ul,
.trd-story-tileset1 ul,
.trd-story-tileset2 ul,
.trd-story-tileset3 ul,
.trd-story-tilesetB ul,
.trd-story-tileset-c-left ul,
.trd-story-tileset-c-right ul {
    padding: 0;
    margin: 0;
}

#trd-header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
}

#trd-body-mover {
  top: 247px;
}

@media screen and (max-width: 1199px) {
  #trd-header {
    transition: all .5s ease;
  }
}

@media screen and (max-width: 926px) {
  #trd-body-mover {
    top: 214px;
  }
}

@media screen and (max-width: 576px) {
  #trd-body-mover {
    top: 151px;
  }
}

@media screen and (max-height: 256px) {
    #trd-header {
        position: relative !important;
        transform: none !important;
    }
}

#trd-browser-compatibility-alert {
    background: #ffc0c0;
    padding: 10px;
}

.onoffswitch {
    position: relative;
    width: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    opacity: 0;
    position: absolute;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #dbd7d7;
    border-radius: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 10px;
        padding: 0;
        line-height: 10px;
        font-size: 0px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 0px;
        background-color: #dbd7d7;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 0px;
        background-color: #dbd7d7;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 22px;
    margin: -4px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #1c5f70;
}

.onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
    border: 2px solid #000000;
}

.trd-font-regular {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

.trd-font-medium {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

#trd-browser-info {
    display: none;
}

.v-eyebrow {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    width: 100%;
    background: #666666;
    color: #fff;
    display: none;
}

.v-eyebrow__container {
    max-width: 1378px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    min-height: 4rem;
    justify-content: space-between;
    padding: 0 2.4rem;
}

.v-eyebrow__products {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.v-eyebrow__product-link a,
.v-eyebrow__product-link a:hover,
.v-eyebrow__product-link a:visited,
.v-eyebrow__product-link a:active,
.v-eyebrow__product-link a:focus {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0 1.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-eyebrow__cta,
.v-eyebrow__cta:hover,
.v-eyebrow__cta:visited,
.v-eyebrow__cta:active,
.v-eyebrow__cta:focus {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.9rem 0;
    text-align: right;
}

    .v-eyebrow__cta strong {
        font-size: 1.8rem;
    }

    .v-eyebrow__cta .v-eyebrow__small {
        font-size: 1.6rem;
    }

.v-eyebrow__product-link.v-eyebrow__product-link--current a {
    color: #142640;
    background-color: #fff;
}

.v-eyebrow__cta-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.v-eyebrow__extended-cta {
    list-style-type: none;
    margin: 0;
    padding: 0 2.4rem 0 0;
    display: none;
    flex-direction: row;
    align-items: stretch;
}

.v-eyebrow__extended-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-eyebrow__extended-cta a,
.v-eyebrow__extended-cta a:hover,
.v-eyebrow__extended-cta a:visited,
.v-eyebrow__extended-cta a:active,
.v-eyebrow__extended-cta a:focus {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    padding: 0 2.4rem;
    border-right: 2px solid #fff;
}

.v-eyebrow__trailing-cta {
    display: none;
}

@media screen and (min-width: 768px) {
    .v-eyebrow {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .v-eyebrow__trailing-cta {
        display: inline;
    }
}

@media screen and (min-width: 1025px) {
    .v-eyebrow__extended-cta {
        display: flex;
    }
}

/*#header-menu {
    display: none;
}
*/
.v-menu {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    width: 100%;
    background: #fff;
    color: #333;
    display: block;
    border-bottom: 1px #666 solid;
}

.v-menu--open {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

    .v-menu--open .v-menu.collapsable-hdr {
        overflow: visible;
    }

.v-menu__container {
    max-width: 1378px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    min-height: 4rem;
    justify-content: center;
    padding: 0;
    position: relative;
    min-height: 47px;
}

.v-menu__logo,
.v-menu__search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-menu__logo {
    padding-bottom: 0.7rem;
}

.v-nav {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
}

.v-nav__item--t1 {
    border-bottom: 1px solid #979797;
    padding: 0;
}

.v-nav__link {
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
    text-decoration: none !important;
}

.v-nav__link-t1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    border: none;
    width: 100%;
    padding: 1.2rem;
}

    .v-nav__link-t1::after {
        content: "\e600";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.85em;
        color: #000;
        padding-top: 0.5rem;
    }

.v-nav__item--open .v-nav__link-t1::after {
    content: "\e601";
}

.v-nav__sub--t2 .v-nav__item--first {
    margin-top: 0;
}

.v-nav__sub--multi .v-nav__item--left {
    float: left;
    clear: left;
    max-width: calc(50% - 1rem);
}

.v-nav__sub--multi .v-nav__item--right {
    margin-left: calc(50% + 1rem);
}

.v-nav__sub--t2 {
    padding: 0 1.2rem 1.6rem 1.2rem;
}

    .v-nav__sub--t2 > ul {
        margin: 0;
        padding: 0;
    }

.v-nav__sub--multi > ul {
    margin: 0;
    padding: 0;
}

.v-nav__item--t2 {
    display: block;
    padding: 0;
    margin: 16px 0 0 0;
}

.v-nav__sub--t2 .v-nav__item--t2:first-child {
    margin-top: 0;
}

.v-nav__link--t2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

    .v-nav__link--t2 .text {
        display: block;
    }

.v-nav__sub--t2 > ul {
    list-style-type: none;
}


.v-menu__nav {
    flex-grow: 1;
    flex-shrink: 1;
    display: none;
    width: 100%;
}

.v-nav__sub.v-nav__sub--t2 {
    display: none;
}

.v-nav__sub.v-nav__sub--t3 {
    display: none;
}

.v-menu__burger-container {
    padding-right: 2.4rem;
}

.v-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 47px;
    position: absolute;
    right: 1.0rem;
    top: 0;
}

.v-burger__container {
    width: 19px;
    height: 15px;
    position: relative;
    pointer-events: none;
}

.v-burger__line {
    display: block;
    width: 100%;
    height: 2px;
    background: #142640;
    position: absolute;
    left: 0;
    transition: top 0.24s 0.16s, transform 0.16s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-burger__line--01 {
    top: 0;
    will-change: transform;
}

.v-burger__line--02 {
    top: calc(50% - 1px);
    transition: opacity 0.16s 0.24s;
    will-change: opacity;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-burger__line--03 {
    top: calc(100% - 1px);
    will-change: transform;
}

.v-burger__name {
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.v-menu--open .v-burger__line--01 {
    transform: rotate(45deg);
}

.v-menu--open .v-burger__line--02 {
    opacity: 0;
    transition: opacity 0.16s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-menu--open .v-burger__line--03 {
    transform: rotate(-45deg);
}

.v-menu--open .v-burger__line {
    top: 50%;
    transition: top 0.16s, transform 0.24s 0.16s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-menu__product-container {
    text-align: center;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 16px;
}

.v-menu__product-dropdown-container {
    position: relative;
    max-width: 235px;
    padding: 0;
    margin: 0 auto;
}

.v-menu__drawer::before {
    content: ' ';
}

.v-menu--open .v-menu__product-container--open .v-menu__drawer::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
}

.v-menu__products {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 10;
    list-style-type: none;
    max-width: 235px;
    padding: 0;
    margin: 0;
    display: none;
}


.v-menu__product-item {
    border-bottom: 1px solid #142640;
    border-left: 1px solid #142640;
    border-right: 1px solid #142640;
    border-collapse: collapse;
}

    .v-menu__product-item:last-child {
        border-bottom: 1px solid #142640;
    }

.v-menu__product-dropdown {
    border: 1px solid #142640;
    background-color: #142640;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 0 16px !important;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

.v-menu__product-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px !important;
    background-color: #142640;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    background-color: #FFFFFF;
    color: #142640;
    text-transform: uppercase;
}


.v-menu__product-dropdown::after {
    content: "\e600";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.85em;
    background-color: #FFF;
    color: #142640;
    height: 40px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.v-menu__product-container--open .v-menu__product-dropdown::after {
    content: "\e601";
}

.v-menu__search .ui-autocomplete {
    left: 0 !important;
    right: 0 !important;
}

.v-menu__search-container {
    border: none;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 4px 8px 4px 12px !important;
}

    .v-menu__search-container .submit-spinner, .v-menu__search-container .submit-busy {
        display: none !important;
    }

.v-menu__search-form {
    position: relative;
}

.v-menu__search-input {
    padding: 0 !important;
    margin: 0 4px !important;
    border-style: none !important;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-size: 1.4rem;
    color: #000 !important;
    width: calc(100% - 28px);
    min-width: auto !important;
    outline: none;
}

    .v-menu__search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #000 !important;
        opacity: 1; /* Firefox */
    }

    .v-menu__search-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #000 !important;
    }

.v-menu__search-button {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/Content/images/v3/v_icon_search_default-strong.svg);
    background-position: center;
    background-color: #FFF;
    border: none;
}

.v_menu__search--populated .v-menu__search-button {
    background: url(/Content/images/v3/v_icon_search_select.svg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.logo--mobile {
    display: inline-block;
}

.logo--tablet {
    display: none;
}

.logo--desktop {
    display: none;
}



@media screen and (max-width: 768px) {

    .v-nav__sub--multi > ul::before {
        content: " ";
        display: table;
    }

    .v-nav__sub--multi > ul::after {
        content: " ";
        display: table;
        clear: both;
    }
}

@media screen and (max-width: 1023px) {

    .v-menu--open::before {
        content: ' ';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1001;
        display: block;
    }

    .v-menu__secondary {
        display: none;
        position: absolute;
        top: 47px;
        width: 100%;
    }

    .v-menu__drawer {
        display: flex;
        flex-direction: column;
        background-color: #FFF;
    }

    .v-menu__search {
        padding: 2.8rem 1.5rem 0 1.2rem;
        background-color: #fff;
    }

    .v-menu__search--small {
        display: block;
    }

    .v-menu__search--large {
        display: none !important;
    }

        .v-menu__search--large .v-menu__search-input,
        .v-menu__search--large .v-menu__search-button {
            display: none;
        }

    .v-menu__nav {
        display: block;
        padding: 0 1.5rem 1.5rem 1.5rem;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 167px);
    }

    .v-menu__products {
        background-color: #fff;
    }

    .v-menu {
        border-bottom: 1px solid #ccc;
    }

    .v-nav__text--t1 {
        font-style: normal;
        font-weight: normal;
        font-size: 2rem;
        line-height: 2.6rem;
        color: #000000;
        text-decoration: none !important;
        outline: none;
        margin: 0;
        text-transform: none;
    }
}

@media screen and (min-width: 375px) {

    .v-menu__container {
        justify-content: center;
    }

    .v-menu__burger-container {
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {

    .v-menu__search-container {
        padding: 8px 12px !important;
        width: 250px;
    }

    .v-menu--mobile {
        display: none !important;
    }

    .v-burger {
        right: 2.4rem;
    }

    .v-nav__item--t1 {
        width: calc(50% - 2rem);
    }

    .v-nav__sub--t2 .v-nav__item--first {
        margin-top: 0;
    }

    .v-nav__item--left {
        float: left;
        clear: left;
        max-width: calc(50% - 2rem);
    }

    .v-nav__item--right {
        margin-left: calc(50% + 2rem);
    }

    .v-nav__sub--multi .v-nav__item--left {
        max-width: calc(50% - 2rem);
    }

    .v-nav__sub--multi .v-nav__item--right {
        margin-left: calc(50% + 2rem);
    }

    .v-nav::after {
        content: '';
        width: 100%;
        display: inline-block;
    }

    .v-menu__search {
        padding: 0.9rem 1.5rem 0 1.5rem;
    }

    .v-menu__logo {
        padding-left: 0;
    }

    .v-menu__burger-container {
        padding-right: 0;
    }

    .logo--mobile {
        display: none;
    }

    .v-menu__product-container {
        display: none !important;
    }

    .logo--tablet {
        display: inline-block;
    }

    .v-menu__container {
        min-height: 4.7rem;
    }
}

@media screen and (min-width: 1024px) {
    .v-menu__search {
        padding: 0;
    }

    .v-menu__search-container {
        padding: 0 !important;
        border: none;
        color: #333333;
        border: 1px solid #333333;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .v-menu__search-input {
        padding: 0 !important;
        color: #333333 !important;
    }

        .v-menu__search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #333333 !important;
            opacity: 1; /* Firefox */
        }

        .v-menu__search-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #333333 !important;
        }

    .v-menu__search-button {
        width: 28px;
        height: 28px;
        background-size: cover;
        background-image: url(/Content/images/v3/v_icon_search_default.svg);
    }

    .v_menu__search--populated .v-menu__search-button {
        background: url(/Content/images/v3/v_icon_search_select.svg);
    }

    .v-menu__search--small {
        display: none !important;
    }

    .v-menu__nav {
        max-width: 680px;
        width: auto;
    }

    .v-menu__secondary {
        flex-grow: 4;
    }

    .v-menu__drawer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-height: 80px;
    }

    .v-menu__container {
        justify-content: space-between;
        padding: 0 2.4rem;
    }

    .v-menu__nav,
    .v-menu__search {
        display: flex;
    }

    .logo--tablet,
    .v-menu__burger-container {
        display: none;
    }

    .logo--desktop {
        display: inline-block;
    }

    .v-menu__search-container {
        width: 159px;
        margin: 0;
    }

    .v-nav {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none;
        display: table;
        width: 100%;
        padding-top: 15px;
    }

    .v-nav__item--t1 {
        font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
        font-size: 21px;
        line-height: 21px;
        white-space: nowrap;
        position: relative;
        list-style-type: none;
        padding: 0 10px 0 10px;
        display: table-cell;
        border-bottom: none;
        bottom: 0;
        float: none !important;
        clear: none;
        width: auto;
        margin: 0;
    }

    .v-nav__link-t1 {
        display: block;
        color: #333;
        border: 1px solid transparent;
        padding: 6px 6px 0 6px;
        text-transform: uppercase;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: normal;
    }

    .v-nav__text--t1 {
        -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;
        margin: 0;
        text-transform: uppercase;
    }

    .v-nav__item--left {
        max-width: none;
    }

    .v-nav__link-t1::after, .v-nav::after {
        content: '' !important;
        display: none;
    }

    .v-nav__sub--t2 {
        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;
    }

        .v-nav__sub--t2 ul {
            background-color: #FFF;
            position: relative;
            padding-bottom: 15px;
            column-count: auto;
            column-gap: 0;
        }

    .v-nav__item--t2 {
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        float: none !important;
        max-width: none !important;
    }

    .v-nav__link-container {
        position: relative;
    }

    .v-nav__link--t2 {
        vertical-align: middle;
        text-align: left;
        padding: 6px 6px 0 6px;
        border: none;
        display: block;
        line-height: 2.0rem;
    }

        .v-nav__link--t2 .text, .v-nav__sub--t3 .v-nav__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;
        }

            .v-nav__link--t2 .text.bold {
                font-weight: bold;
            }

    .v-nav__sub--t3 {
        display: none;
        position: absolute;
        top: -1px;
        left: 235px;
        z-index: -10;
        border: 1px solid gray;
        background-color: #fff;
        padding: 6px;
    }

    .v-nav__sub-container {
        background-color: #fff;
        position: relative;
        border: solid 2px #456580;
        padding: 3px;
        list-style-type: none;
    }

    .v-nav__sub-container {
        padding: 4px 3px 4px 3px !important;
    }

    .v-nav__sub--t3 .v-nav__link {
        outline: none;
        outline-offset: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .v-nav__sub--t3 .text {
        background-color: transparent;
        color: #333;
    }

    .v-nav__sub--t3 .v-nav__link:hover .v-nav__text, .v-nav__sub--t3 .v-nav__link:focus .v-nav__text {
        background-color: #c5dce8;
        color: #333;
    }

    .v-nav__item--t1.selected {
        margin-right: -6px;
        bottom: -1px;
    }

        .v-nav__item--t1.selected .v-nav__link-t1 {
            padding-bottom: 0;
            border-top: 1px solid #808080;
            border-left: 1px solid #808080;
            border-right: 1px solid #808080;
            border-bottom: 1px solid #FFF;
        }

        .v-nav__item--t1.selected .v-nav__text--t1 {
            background-color: #142640;
            color: #FFF;
        }

        .v-nav__item--t1.selected .v-nav__sub--t2 {
            display: block;
        }

    .v-nav__item--t2.selected .text {
        background-color: #456580;
        color: #fff;
    }

    .v-nav__item--t2.v-nav__item--children .v-nav__link-container::before {
        content: ' ';
        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;
    }

    .v-nav__sub--t3 .v-nav__link {
        line-height: normal !important;
    }

    .v-nav__sub--t3 .v-nav__text {
        padding-left: 5px;
    }

    .v-nav__item--t2.selected.v-nav__item--children .v-nav__link--t2 {
        padding-right: 0;
        margin-right: -6px;
    }

    .v-nav__item--t2.v-nav__item--children.selected .v-nav__link-container::before {
        background-image: url(/Content/images/v3/MenuChevWht.gif);
    }

    .v-nav__item--t2.selected .v-nav__sub--t3 {
        display: block;
    }

    .v-nav__item--t1[data-menu='cruises'] .v-nav__sub--t2 {
        width: 252px;
    }

    .v-nav__item--t1[data-menu='videos'] .v-nav__sub--t2 {
        width: 195px;
    }

    .v-nav__item--t2[data-menu="cruises"].selected {
        margin-right: 0;
        padding-right: 6px;
    }
}

@media screen and (min-width: 1279px) {
    .v-menu__search-container {
        width: 214px;
    }

    .v-menu__nav {
        max-width: 854px;
    }
}


/*********************************************************************************/
.trd-story-tileset-container {
    background-color: #eceef1;
}

.trd-body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    /*max-width: 1400px;*/
    max-width: 100%;
    margin: 0 auto;
    /*@include transition(all $transition-fast ease);*/
    top: 51px;
}


.modal-open .trd-body-wrapper {
    position: absolute;
    padding-right: 17px;
}

@media screen and (max-width: 1180px) {
    .modal-open .trd-body-wrapper {
        padding-right: 0;
    }
}

.trd-footer-canvas #breadcrumb {
    display: none !important;
}

#cruise-canvas {
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
    height: 80px;
    background: transparent;
}

@media screen and (max-width: 767px) {
    #cruise-canvas {
        /*height:$cruise-hdr-height-collapsed;*/
    }
}

.sticky-active #cruise-canvas {
    height: 59px;
}

.sticky-active .trd-body-wrapper {
    margin-bottom: 51px;
}


/**********************************************************************************/




@media screen and (min-width: 1024px) {
    .restrict-on-tablet {
        display: none;
    }

    .restrict-on-desktop {
        display: block;
    }
}

.image-mask-1-by-1 {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 100%;
}

@media print {
    .image-mask-1-by-1 {
        padding-bottom: 0;
    }
}

.image-mask-2-by-1 {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 50%;
}

@media print {
    .image-mask-2-by-1 {
        padding-bottom: 0;
    }
}

.image-mask-custom-hs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 56%;
}

@media print {
    .image-mask-custom-hs {
        padding-bottom: 0;
    }
}

.modal .form-modal-thank-you .section-page-message {
    padding: 20px 30px;
}

    .modal
    .form-modal-thank-you
    .section-page-message
    .section-page-message-center
    h2 {
        margin-top: 0;
        font-size: 40px;
        font-weight: 500;
    }

    .modal
    .form-modal-thank-you
    .section-page-message
    .section-page-message-center
    p {
        margin-bottom: 0;
        font-size: 16px;
        letter-spacing: 0.48px;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile {
    padding-bottom: 16px;
}

    .modal
    .form-modal-thank-you
    .section-thumbnails
    .thumbnail-tile
    .thumbnail-tile-caption {
        background-color: whitesmoke;
        color: #333333;
        line-height: 1.5;
        padding: 16px;
    }

        .modal
        .form-modal-thank-you
        .section-thumbnails
        .thumbnail-tile
        .thumbnail-tile-caption
        h4 {
            margin: 0;
            color: inherit;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            font-family: "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;
            }

.page-alert {
    text-align: left;
    padding: 16px;
    min-height: 0;
    color: black;
    background-color: #d9e0e7;
}

.page-alert-content {
    max-width: 1322px;
    margin: 0 auto;
}

.page-alert a {
    color: black;
}



.group:after {
    content: "";
    display: table;
    clear: both;
}

.desktop .trd-header-menu-canvas {
    z-index: 7000;
}


.footer-container {
    max-width: 1366px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
}

    .footer-container.footer-links {
        margin: 36px auto 0;
    }

        .footer-container.footer-links .footer-nav::after {
            display: block;
            content: none;
            clear: none;
        }

    .footer-container .float-right {
        padding: 0 0 0 16px;
    }

    .footer-container .float-left {
        padding: 0 16px 0 0;
    }

.trd-footer-canvas {
    z-index: 4000;
    background-color: #142640;
    color: #fff;
    margin: 18px auto 0;
    clear: both;
    font-size: 13px;
}

    .trd-footer-canvas hr {
        border-color: rgba(255, 255, 255, 0.15);
    }

    .trd-footer-canvas .footer-contact {
        background-color: #142640;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .trd-footer-canvas .footer-contact {
        display: none;
    }
}

.trd-footer-canvas .footer-contact .footer-contact-container {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: table;
    /*padding: 10px 10px;*/
}

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-text {
        font-size: 18px;
        letter-spacing: 0.05em;
        vertical-align: middle;
        color: #fff;
        display: table-cell;
    }

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-spacer {
        display: table-cell;
        width: 6px;
    }

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-phone-number {
        display: table-cell;
        font-size: 24px;
    }

.trd-footer-canvas .footer-links-title {
    padding: 0 0 8px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
}

.trd-footer-canvas a:not(.btn-red) {
    color: #fff !important;
    letter-spacing: 0.25px;
    font-size: 13px;
    padding: 3px 0;
    display: block;
}

    .trd-footer-canvas a:not(.btn-red):hover,
    .trd-footer-canvas a:not(.btn-red):focus {
        color: #fff;
    }

.trd-footer-canvas button {
    background-color: transparent;
    border: none;
    color: #fff;
    letter-spacing: 0.25px;
    font-size: 13px;
    padding: 3px 0;
    display: block;
}

    .trd-footer-canvas button:hover,
    .trd-footer-canvas button:focus {
        color: #fff;
    }

.trd-footer-canvas .social-links a {
    width: 32px;
    height: 32px;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-color: #fff;
}

    .trd-footer-canvas .social-links a:hover {
        color: #fff;
        border-color: #b10a32;
    }

.footer-social li {
    padding: 0 0 0 2px !important;
}

    .footer-social li:last-child {
        padding-right: 0;
    }

@media screen and (max-width: 767px) {
    .trd-footer-canvas .footer-contact .footer-contact-spacer {
        display: none;
    }

    .trd-footer-canvas .footer-contact .footer-contact-text {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.025em;
    }

    .trd-footer-canvas .footer-contact .footer-contact-phone-number {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .trd-footer-promo-container {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width: 768px) {
    .trd-footer-canvas .footer-container:not(.footer-links) {
        padding-bottom: 16px;
    }

    .trd-footer-canvas .footer-contact {
        min-height: 40px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .trd-footer-canvas .footer-contact {
        /*padding: 4px 0;*/
        vertical-align: middle;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        /*border-top: 1px solid $gray-lighter;*/
        height: 42px;
        line-height: 42px;
    }

    .trd-footer-canvas .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .trd-footer-canvas .footer-social li {
        padding: 0 0 0 4px !important;
    }

        .trd-footer-canvas .footer-social li:last-child {
            padding-right: 0;
        }
}

.cro_king2_button {
    cursor: default;
    position: relative;
}

    .cro_king2_button:hover {
        cursor: pointer;
    }

    .cro_king2_button .star,
    .cro_king2_button .knot {
        font-size: 2.3rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 27px;
        width: 27px;
        overflow: visible;
    }

    .cro_king2_button .label {
        color: #0f3055;
        text-transform: uppercase;
    }

body > .cro_king2_button {
    -webkit-box-shadow: 2px 3px 6px 1px rgba(40, 40, 40, 0.36);
    box-shadow: 2px 3px 6px 1px rgba(40, 40, 40, 0.36);
    padding: 0;
    text-align: center;
    position: fixed;
    bottom: 130px;
    right: 7px;
    z-index: 999;
}

    body > .cro_king2_button:not(.btn-red) {
        background-color: #fff;
    }

        body > .cro_king2_button:not(.btn-red) .label {
            color: #0f3055;
        }

    body > .cro_king2_button .star,
    body > .cro_king2_button .knot {
        display: block;
        font-size: 1.4em;
        text-align: center;
        position: relative;
        left: 50%;
        margin-left: -0.65em;
        margin-bottom: 0.5em;
    }

#persistentFooter > div {
    /*& > div:nth-child( 2 ) {
        //display: none !important;
    }*/
}

    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        position: absolute;
        top: 11px;
        left: 30px;
    }

@media (max-width: 400px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 10px;
    }
}

@media (max-width: 425px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 15.5%;
    }
}

@media (max-width: 320px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 10%;
    }
}

@media (max-width: 500px) {
    #persistentFooter > div > .cro_king2_button .label {
        padding-left: 35px;
    }
}

#persistentFooter > div > .cro_king2_button .label > br {
    display: none;
}

.mobile-footer-canvas {
    background-color: #142640;
    color: #FFF;
}

    .mobile-footer-canvas:before,
    .mobile-footer-canvas:after {
        content: " ";
        display: table;
    }

    .mobile-footer-canvas:after {
        clear: both;
    }

@media only screen and (max-width: 767px) {
    .mobile-footer-canvas {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

.mobile-footer-canvas::before {
    content: "";
    display: table;
    clear: both;
}

.mobile-footer-canvas hr {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 0 16px 16px;
}

.mobile-footer-canvas .footer-phone {
    font-size: 16px;
}

.mobile-footer-canvas > .footer-mobile-share {
    padding: 0 16px;
    border-top: 1px rgba(255, 255, 255, 0.15) solid;
}

    .mobile-footer-canvas > .footer-mobile-share .title {
        margin: 0;
        padding: 24px 0 8px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-family: "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: inline-block !important;
                    font-size: 14px !important;
                    padding-right: 16px;
                    color: #fff !important;
                }

                    .mobile-footer-canvas > .footer-links section ul li a:hover {
                        color: #fff;
                    }

                .mobile-footer-canvas > .footer-links section ul li button {
                    background-color: transparent;
                    border: none;
                    color: #fff;
                    letter-spacing: 0.25px;
                    font-size: 14px;
                    padding: 0;
                    display: block;
                    text-align:left;
                }

                    .mobile-footer-canvas > .footer-links section ul li button:hover,
                    .mobile-footer-canvas > .footer-links section ul li button:focus {
                        color: #fff;
                    }

.mobile-footer-canvas > .footer-actions {
    padding: 16px;
    text-align: center;
}

    .mobile-footer-canvas > .footer-actions > div {
        margin-bottom: 16px;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-right {
        text-align: right;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-left {
        text-align: left;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone) span {
        width: 100%;
        display: block;
    }

@media only screen and (max-width: 767px) {
    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-left,
    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-right {
        text-align: center;
    }
}

.mobile-footer-canvas > .footer-actions a,
.mobile-footer-canvas > .footer-actions a:hover,
.mobile-footer-canvas > .footer-actions span {
    color: #fff;
}

body {
    margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
    body {
        margin-bottom: 0;
    }
}

#persistentFooter {
    background: #fcfcfc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: bottom 200ms linear;
    transition: bottom 200ms linear;
}

    #persistentFooter .row div {
        padding: 4px;
    }

    #persistentFooter .btn {
        color: #555555;
        border: 1px solid #44687d;
        margin: auto;
        height: 42px;
        vertical-align: middle;
        line-height: 14px;
        font-size: 12px;
        max-width: 100%;
        width: 100%;
    }

        #persistentFooter .btn span:not(.icon-border) {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            margin-right: 2px;
            margin-top: -2px;
        }

        #persistentFooter .btn.single-line {
            line-height: 28px;
        }

        #persistentFooter .btn.tap-to-call {
            color: #fff;
            border-color: transparent;
        }

            #persistentFooter .btn.tap-to-call span {
                margin-right: 2px;
                padding: 3px;
            }

@media screen and (min-width: 480px) {
    #persistentFooter .row div {
        padding: 4px 8px;
    }

    #persistentFooter .btn {
        font-size: 14px;
    }

        #persistentFooter .btn span:not(.icon-border) {
            vertical-align: top;
            font-size: 23px;
            margin-right: 5px;
            margin-top: 2px;
        }

        #persistentFooter .btn.tap-to-call span {
            margin-right: 5px;
            padding: 4px;
        }
}

.banner-disclaimer__text {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    word-wrap: break-word;
    padding: 16px 16px 0 16px;
}

@media screen and (min-width: 1024px) {

    .banner-disclaimer {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .banner-disclaimer--mobile {
        border-bottom: none;
    }

    .banner-disclaimer__text {
        font-size: 13px;
        line-height: 21px;
        max-width: 1366px;
        margin: 0 auto;
        padding: 16px 12px 16px 12px;
    }

    .banner-disclaimer--mobile .banner-disclaimer__text {
        padding: 16px 12px 0 12px;
    }
}

/*# sourceMappingURL=trd-global.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
body.using-mouse :focus {
    outline: none !important;
}

body.using-mouse .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

fieldset.form-group legend {
    display: inline;
    margin-bottom: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    border: 0;
    border-bottom: none;
}

.skip-to-main-content-button {
    position: absolute;
    top: -40px;
    left: 0;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
    border-right: 1px solid #2b3d52;
    border-bottom: 1px solid #2b3d52;
    border-bottom-right-radius: 8px;
    background: #2b3d52;
    padding: 4px 20px;
    color: #fff;
}

    .skip-to-main-content-button:focus {
        top: 0;
        -webkit-transition: top 0.1s ease-in;
        transition: top 0.1s ease-in;
        outline: 0;
        color: #fff;
    }

.font-family-frutiger {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-weight: 400;
    font-style: normal;
}

.font-family-frutiger-bold {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-weight: 600;
    font-style: normal;
}

.font-family-adobe-garamond-pro,
.font-family-serif {
    font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif !important;
}

/*

Z-Indexes used here:
 1000 - Body Content
10000 - Browser Information, so that it stays above everything including the modals
 3000 - Eyebrow Canvas, so that it stays above the body content
 2000 - Header Canvas, so that it stays above the body content
 7000 - Desktop Menu content (defined in TRD-Desktop-Menu.css) so that it stays above the search
 6000 - Search Canvas, so that it stays above the body, header, and eyebrow
 5000 - Flyout, so that it stays above the body and header and footer
 4000 - Footer Canvas, so that it stays above the body content
11000 - Back To Top indicator, so that it even stays above the browser information

The top level structure is below. The _base divs are shown or hidden based on the width, and they expose either a .tablet or a .desktop class
<div id=trd-header class="(promo ..or.. login) ..and.. co-branding"> All class modifiers are optional.
	<div class="trd-tablet-eyebrow-base tablet">
	</div>
	<div class="trd-desktop-eyebrow-base desktop">
	</div>
	<div class="trd-tablet-header-base tablet">
	</div>
	<div class="trd-desktop-header-base desktop">
	</div>
</div>

The <div class="trd-eyebrow-center-block"> and the -base divs have a different appearance if co-branding is on.

The desktop menu and search have a few divs that control the horizontal size and placement.
trd-header-search-compressed sets the size and position of the closed search box
trd-header-search-expanded sets the size and position of the open search box
trd-header-search-expand contains the search box itself
trd-header-menu-compressed sets the size and position of the menu if the search is closed
trd-header-menu-canvas contains the desktop menu

*/
.btn.btn-bar {
    display: block;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
}

.grecaptcha-badge {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}

    .grecaptcha-badge[data-style="bottomright"] {
        visibility: hidden !important;
    }

.visually-hidden {
    /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

html.trd-homepage body {
    max-width: initial !important;
}

.trd-eyebrow-link {
    display: table-cell;
    vertical-align: middle;
}

.tile-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 100;
}

/* Reset any attributes that had been set elsewhere */
.trd-eyebrow-canvas a,
.trd-footer-contact-phone-number a,
.trd-story-tileset1 a,
.trd-story-tileset2 a,
.trd-story-tileset3 a,
.trd-story-tilesetB a,
.trd-story-tileset-c-left a,
.trd-story-tileset-c-right a {
    color: #fff;
    text-decoration: none;
}

    .trd-eyebrow-canvas a:hover,
    .trd-footer-contact-phone-number a:hover,
    .trd-header-canvas a:hover,
    .trd-story-tileset1 a:hover,
    .trd-story-tileset2 a:hover,
    .trd-story-tileset3 a:hover,
    .trd-story-tilesetB a:hover,
    .trd-story-tileset-c-left a:hover,
    .trd-story-tileset-c-right a:hover {
        color: #fff;
        cursor: pointer;
    }

    .trd-eyebrow-canvas a:focus,
    .trd-footer-contact-phone-number a:focus,
    .trd-header-canvas a:focus {
        color: #fff;
    }

.trd-eyebrow-canvas ul,
.trd-header-canvas ul,
.trd-story-tileset1 ul,
.trd-story-tileset2 ul,
.trd-story-tileset3 ul,
.trd-story-tilesetB ul,
.trd-story-tileset-c-left ul,
.trd-story-tileset-c-right ul {
    padding: 0;
    margin: 0;
}

#trd-header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
}

#trd-body-mover {
  top: 121px;
}

@media screen and (max-width: 1199px) {
  #trd-header {
    transition: all .5s ease;
  }
}

@media screen and (max-width: 1023px) {
  #trd-body-mover {
    top: 88px;
  }
}

@media screen and (max-width: 576px) {
  #trd-body-mover {
    top: 48px;
  }
}

@media screen and (max-height: 256px) {
    #trd-header {
        position: relative !important;
        transform: none !important;
    }
}

#trd-browser-compatibility-alert {
    background: #ffc0c0;
    padding: 10px;
}

.onoffswitch {
    position: relative;
    width: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    opacity: 0;
    position: absolute;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #dbd7d7;
    border-radius: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 10px;
        padding: 0;
        line-height: 10px;
        font-size: 0px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 0px;
        background-color: #dbd7d7;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 0px;
        background-color: #dbd7d7;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 22px;
    margin: -4px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #1c5f70;
}

.onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
    border: 2px solid #000000;
}

.trd-font-regular {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

.trd-font-medium {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

#trd-browser-info {
    display: none;
}

.v-eyebrow {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    width: 100%;
    background: #666666;
    color: #fff;
    display: none;
}

.v-eyebrow__container {
    max-width: 1378px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    min-height: 4rem;
    justify-content: space-between;
    padding: 0 2.4rem;
}

.v-eyebrow__products {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.v-eyebrow__product-link a,
.v-eyebrow__product-link a:hover,
.v-eyebrow__product-link a:visited,
.v-eyebrow__product-link a:active,
.v-eyebrow__product-link a:focus {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0 1.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-eyebrow__cta,
.v-eyebrow__cta:hover,
.v-eyebrow__cta:visited,
.v-eyebrow__cta:active,
.v-eyebrow__cta:focus {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.9rem 0;
    text-align: right;
}

    .v-eyebrow__cta strong {
        font-size: 1.8rem;
    }

    .v-eyebrow__cta .v-eyebrow__small {
        font-size: 1.6rem;
    }

.v-eyebrow__product-link.v-eyebrow__product-link--current a {
    color: #142640;
    background-color: #fff;
}

.v-eyebrow__cta-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.v-eyebrow__extended-cta {
    list-style-type: none;
    margin: 0;
    padding: 0 2.4rem 0 0;
    display: none;
    flex-direction: row;
    align-items: stretch;
}

.v-eyebrow__extended-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-eyebrow__extended-cta a,
.v-eyebrow__extended-cta a:hover,
.v-eyebrow__extended-cta a:visited,
.v-eyebrow__extended-cta a:active,
.v-eyebrow__extended-cta a:focus {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    padding: 0 2.4rem;
    border-right: 2px solid #fff;
}

.v-eyebrow__trailing-cta {
    display: none;
}

@media screen and (min-width: 768px) {
    .v-eyebrow {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .v-eyebrow__trailing-cta {
        display: inline;
    }
}

@media screen and (min-width: 1025px) {
    .v-eyebrow__extended-cta {
        display: flex;
    }
}

#header-mega-menu {
    display: block;
}

.v-mega-menu {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    width: 100%;
    background: #fff;
    color: #333;
    display: block;
    border-bottom: 1px #666 solid;
}

.v-mega-menu--open {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

    .v-mega-menu--open .v-mega-menu.collapsable-hdr {
        overflow: visible;
    }

.v-mega-menu__container {
    max-width: 1378px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    min-height: 4rem;
    justify-content: center;
    padding: 0;
    position: relative;
    min-height: 47px;
}

.v-mega-menu__logo,
.v-mega-menu__search {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .v-mega-menu__logo,
    .v-mega-menu__search {
        height: auto;
    }
}

.v-mega-menu__logo {
    padding-bottom: 0.7rem;
}

.v-mega-menu__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.25) 100%);
    backdrop-filter: blur(5px);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.v-mega-nav {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
}

.v-mega-nav__item--t1 {
    border-bottom: 1px solid #979797;
    padding: 0;
}

.v-mega-nav__link {
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
    text-decoration: none !important;
}

.v-mega-nav__link--t1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: none;
    width: 100%;
    padding: 1.2rem;
}

.v-mega-nav__item--h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.v-mega-nav__sub--t2 .v-mega-nav__item--first {
    margin-top: 0;
}

.v-mega-nav__sub--multi .v-mega-nav__item--left {
    float: left;
    clear: left;
    max-width: none;
}

.v-mega-nav__sub--multi .v-mega-nav__item--right {
    margin-left: calc(50% + 1rem);
}

.v-mega-nav__sub--t2 {
    padding: 0 1.2rem 1.6rem 1.2rem;
}

    .v-mega-nav__sub--t2 > ul {
        margin: 0;
        padding: 0;
    }

    .v-mega-nav__sub--t2-col {
        float: left;
        position: relative;
        width: 244px;
    }

    .v-mega-nav__sub--t2-col-bullets {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 0;
    }

.v-mega-nav__sub--multi > ul {
    margin: 0;
    padding: 0;
}

.v-mega-nav__item--t2 {
    display: block;
    padding: 0;
    margin: 16px 0 0 0;
}

.v-mega-nav__sub--t2 .v-mega-nav__item--t2:first-child {
    margin-top: 0;
}

.v-mega-nav__link--t2 {
    color: #000;
    cursor: pointer;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

    .v-mega-nav__link--t2 .text {
        display: block;
    }

.v-mega-nav__sub--t2 > ul {
    list-style-type: none;
    width: 244px;
}


.v-mega-menu__nav {
    flex-grow: 1;
    flex-shrink: 1;
    display: block;
    width: 100%;
}

.v-mega-nav__sub.v-mega-nav__sub--t3 {
    display: none;
}

.v-mega-menu__burger-container {
    padding-right: 2.4rem;
}

.v-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 47px;
    position: absolute;
    right: 1.0rem;
    top: 0;
}

.v-burger__container {
    width: 23px;
    height: 18px;
    position: relative;
    pointer-events: none;
}

.v-burger__line {
    display: block;
    width: 100%;
    height: 2px;
    background: #142640;
    position: absolute;
    left: 0;
    transition: top 0.24s 0.16s, transform 0.16s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-burger__line--01 {
    top: 0;
    will-change: transform;
}

.v-burger__line--02 {
    top: calc(50% - 1px);
    transition: opacity 0.16s 0.24s;
    will-change: opacity;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-burger__line--03 {
    top: calc(100% - 1px);
    will-change: transform;
}

.v-burger__name {
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.v-mega-menu--open .v-burger__line--01 {
    transform: rotate(45deg);
}

.v-mega-menu--open .v-burger__line--02 {
    opacity: 0;
    transition: opacity 0.16s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-mega-menu--open .v-burger__line--03 {
    transform: rotate(-45deg);
}

.v-mega-menu--open .v-burger__line {
    top: 50%;
    transition: top 0.16s, transform 0.24s 0.16s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-mega-menu__product-container {
    text-align: center;
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #cccccc;
    padding: 16px 15px 0 15px;
}

.v-mega-menu__product-dropdown-container {
    position: relative;
    max-width: 290px;
    padding: 0;
    margin: 0 auto;
}

.v-mega-menu__drawer::before {
    content: ' ';
}

.v-mega-menu--open .v-mega-menu__product-container--open .v-mega-menu__drawer::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
}

.v-mega-menu__products {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 10;
    list-style-type: none;
    max-width: none;
    padding: 0;
    margin: 0;
    display: none;
}

.v-mega-menu__product-item {
    border-bottom: 1px solid #142640;
    border-left: 1px solid #142640;
    border-right: 1px solid #142640;
    border-collapse: collapse;
}

    .v-mega-menu__product-item:last-child {
        border-bottom: 1px solid #142640;
    }

.v-mega-menu__product-dropdown {
    border: 1px solid #142640;
    background-color: #142640;
    font-family: "Neue Frutiger World", Arial, Helvetica, Sans-Serif;;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 12px !important;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

.v-mega-menu__product-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px !important;
    background-color: #142640;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    background-color: #FFFFFF;
    color: #142640;
    text-transform: uppercase;
}


.v-mega-menu__product-dropdown::after {
    content: ' ';
    position: absolute;
    height: 16px;
    width: 16px;
    right: 0px;
    top: 0;
    z-index: 10;
    display: block;
    background-image: url(/Content/images/v3/MenuChevBlackDown.svg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-mega-menu__search .ui-autocomplete {
    left: 0 !important;
    right: 0 !important;
}

.v-mega-menu__search-container {
    border: none;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 4px 8px 4px 12px !important;
}

    .v-mega-menu__search-container .submit-spinner, .v-mega-menu__search-container .submit-busy {
        display: none !important;
    }

.v-mega-menu__search-form {
    position: relative;
}

.v-mega-menu__search-input {
    border-style: none !important;
    color: #000;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    min-width: auto !important;
    outline: none;
    padding: 7px !important;
    width: calc(100% - 34px);
}

    .v-mega-menu__search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #000 !important;
        opacity: 1; /* Firefox */
    }

    .v-mega-menu__search-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #000 !important;
    }

.v-mega-menu__search-button {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/Content/images/v3/v_icon_search_default-strong.svg);
    background-position: center;
    background-color: #FFF;
    border: none;
}

.v_menu__search--populated .v-mega-menu__search-button {
    background: url(/Content/images/v3/v_icon_search_select.svg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.logo--mobile {
    display: inline-block;
}

.logo--tablet {
    display: none;
}

.logo--desktop {
    display: none;
}

.v-mega-menu__go-back,
.v-mega-menu__title,
.v-mega-menu__tier {
    display: none;
}

@media screen and (max-width: 768px) {

    .v-mega-nav__sub--multi > ul::before {
        content: " ";
        display: table;
    }

    .v-mega-nav__sub--multi > ul::after {
        content: " ";
        display: table;
        clear: both;
    }
}

@media screen and (max-width: 1023px) {
    .v-mega-menu--open::before {
        content: ' ';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1001;
        display: block;
    }

    .v-mega-menu__secondary {
        background: #ffffff;
        display: none;
        position: absolute;
        top: 47px;
        width: 320px;
        right: -320px;
        transition: .5s ease;
    }

    .v-mega-menu--open .v-mega-menu__secondary {
        right: 0;
    }

    .v-mega-menu--scroll .v-mega-menu__drawer--overlay {
        border-top: 1px solid #e6e6e6;
        background-image: linear-gradient(#eeeeee, #ffffff);
        height: 6px;
        width: 100%;
    }

    .v-mega-menu__drawer {
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 46px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .v-mega-menu__search {
        background-color: #fff;
        border-bottom: 1px solid #979797;
        padding: 8px 15px 16px 15px;
    }

    .v-mega-menu__search-input {
        padding: 0 !important;
        color: #333333 !important;
    }

    .v-mega-menu__search--small {
        display: block;
    }

    .v-mega-menu__search--large {
        display: none !important;
    }

        .v-mega-menu__search--large .v-mega-menu__search-input,
        .v-mega-menu__search--large .v-mega-menu__search-button {
            display: none;
        }

    .v-mega-menu__nav {
        display: block;
        padding: 0;
        background-color: #fff;
    }

    .v-mega-menu__mobile-tier {
        background-color: #ffffff;
        height: 100%;
        overflow-y: auto;
        position: absolute;
        right: -320px;
        transition: .5s ease;
        width: 100%;
        z-index: 11;
    }

    .v-mega-menu__mobile-tier.slide-in {
        right: 0;
        transition: .5s ease;
    }

    .v-mega-menu__mobile-tier.slide-out {
        right: -320px;
        transition: .5s ease;
    }

    .v-mega-menu__mobile-tier .v-mega-menu__tier .v-mega-nav__sub--t3 {
        display: block;
    }

    .v-mega-menu__products {
        background-color: #fff;
    }

    .v-mega-menu {
        border-bottom: 1px solid #ccc;
    }

    .v-mega-menu__go-back {
        border-bottom: 1px solid #979797;
        border-top: 1px solid #cccccc;
        color: #000;
        display: none;
        font-family: "Neue Frutiger World", "Times New Roman", Serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 14px 15px;
    }

    .v-mega-menu__go-back--button {
        background-color: #ffffff;
        border: none;
        padding: 0;
    }

    .v-mega-menu__go-back img {
        bottom: 1px;
        margin-right: 16px;
        position: relative;
    }

    .v-mega-menu__title {
        border-bottom: 1px solid #979797;
        color: #000;
        display: none;
        font-family: "Neue Frutiger World", "Times New Roman", Serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
        padding: 16px 15px;
    }

    .v-mega-menu__mobile-tier.slide-in .v-mega-menu__go-back,
    .v-mega-menu__mobile-tier.slide-in .v-mega-menu__title,
    .v-mega-menu__mobile-tier.slide-in .v-mega-menu__tier {
        display: block;
    }

    .v-mega-nav__link--t1 {
        background: #ffffff;
        padding: 8px 0;
    }

    .v-mega-nav__button--t1 {
        display: none;
    }

    .v-mega-nav__text--t1 {
        font-family: "Neue Frutiger World", "Times New Roman", Serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        color: #000000;
        text-decoration: none !important;
        margin: 16px 0 16px 15px;
        outline: none;
        text-align: left;
        text-transform: none;
        width: 100%;
    }

    .v-mega-nav__item--t1-open .v-mega-nav__text--t1 {
        margin: 16px 0 16px 15px;
    }

    .v-mega-nav__item--t1:last-child {
        border-bottom: none;
    }

    .v-mega-nav__item--t1 .v-mega-nav__link--t1 .cart {
        content: ' ';
        position: relative;
        height: 12px;
        width: 9px;
        right: 12px;
        top: 22px;
        z-index: 10;
        display: block;
        background-image: url(/Content/images/v3/MenuChevBlue2.svg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }

    .v-mega-nav__item--t1.v-mega-nav__item--t1-open .v-mega-nav__link--t1 .cart {
        transform: rotate(270deg);
    }

    .v-mega-nav__sub--t2 {
        padding: 0;
    }

    .v-mega-nav__sub--t2 .v-mega-nav__item--t2:first-child {
        margin-top: 8px;
    }

    .v-mega-nav__sub--t2-col:last-child .v-mega-nav__item--t2:last-child {
        margin: 8px 0 24px 15px;
    }

    .v-mega-nav__sub--t2-col {
        width: 100%;
    }

    .v-mega-nav__sub--t2-col ul {
        margin: 0;
        padding: 0;
    }

    .v-mega-nav__sub--t2-col-bullets {
        display: block;
    }

    .v-mega-nav__item--t2 {
        margin: 8px 0 8px 15px;
    }

    .v-mega-nav__item--t2 .v-mega-nav__link-container {
        margin: 0 15px;
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children .v-mega-nav__link-container .v-mega-nav__link--t2 .cart,
    .v-mega-nav__item--t2.v-mega-nav__item--children.selected .v-mega-nav__link-container .v-mega-nav__link--t2 .cart {
        content: ' ';
        position: absolute;
        height: 12px;
        width: 9px;
        right: 12px;
        top: 4px;
        z-index: 10;
        display: block;
        background-image: url(/Content/images/v3/MenuChevBlue2.svg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }

    .v-mega-nav__link--t2 .cart {
        content: ' ';
        position: absolute;
        height: 12px;
        width: 9px;
        right: 12px;
        top: 4px;
        z-index: 10;
        display: block;
        background-image: url(/Content/images/v3/MenuChevBlue2.svg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }

    .v-mega-nav__sub--multi .v-mega-nav__item--left {
        position: relative;
        width: 100%;
    }

    .v-mega-nav__sub--t2 {
        padding: 0;
    }

    .v-mega-nav__sub--t2 .v-mega-nav__item--t2:first-child {
        margin-top: 0;
    }

    .v-mega-nav__sub--t2-col:last-child .v-mega-nav__item--t2:last-child {
        margin: 8px 0 24px 0;
    }

    .v-mega-nav__sub--t2-col:last-child .v-mega-nav__item--t2:last-child ul {
        padding: 0;
    }

    .v-mega-nav__sub--t2-col:nth-child(2) {
        margin-bottom: 24px;
    }

    .v-mega-nav__sub--t2-col:not(:first-child) {
        margin-bottom: 0;
        width: 100%;
    }

    .v-mega-nav__sub--t2-col ul {
        margin: 0;
        padding: 0;
    }

    .v-mega-nav__item--t2 {
        margin: 8px 0;
    }

    .v-mega-nav__sub.v-mega-nav__sub--t3 {
        display: none;
        padding: 0;
    }

        .v-mega-nav__sub--t3-col {
            width: 100%;
        }

        .v-mega-nav__sub--t3-col,
        .v-mega-nav__sub--t3-col .spacer {
            border-bottom: 1px solid #979797;
        }

        .v-mega-nav__sub--t2-col .v-mega-nav__item--t2:last-child .v-mega-nav__sub--t3-col:last-child {
            border-bottom: none;
        }

        .v-mega-nav__sub--t3-col ul {
            margin: 0;
            padding: 0;
        }

        .v-mega-nav__sub--t2-col ul li:last-child .v-mega-nav__sub--t3-col:last-child {
            margin-bottom: 0;
        }

        .v-mega-nav__item--t3 {
            margin: 8px 0 8px 15px;
        }

        .v-mega-nav__sub--t3-col h4 {
            margin: 0;
        }

        .v-mega-nav__sub--t3 a.v-mega-nav__h4 {
            color: #000000;
            display: block;
            font-size: 16px;
            font-family: "Neue Frutiger World", Arial, Helvetica, Sans-Serif;
            font-weight: 600;
            line-height: 22px;
            margin: 0;
            padding: 8px 15px 8px;
            text-decoration: none !important;
            text-transform: capitalize;
            word-wrap: break-word;
        }

        .v-mega-nav__sub--t3 a.v-mega-nav__h4--mt,
        .v-mega-nav__sub--t3-col-mt {
            margin-top: 16px;
        }

        .v-mega-nav__sub--t3 a.v-mega-nav__h4--mb {
            margin-bottom: 16px;
        }

        .v-mega-nav__sub--t3-col {
            float: left;
            position: relative;
        }

        .v-mega-nav__sub--t3 .spacer {
            height: 0;
        }

        .v-mega-nav__sub--t3 ul {
            padding: 0 0 16px;
        }

        .v-mega-nav__sub--t3 ul li {
            list-style: none;
        }

        .v-mega-nav__sub--t3 ul li a {
            color: #000000;
            display: block;
            font-size: 14px;
            font-family: "Neue Frutiger World", Arial, Helvetica, Sans-Serif;
            font-weight: 400;
            line-height: 20px;
            padding: 8px 15px !important;
            text-decoration: none !important;
            word-wrap: break-word;
        }

        .v-mega-nav__sub--t2-col:last-child .v-mega-nav__item--t2:last-child ul li:last-child a {
            padding-bottom: 0 !important;
        }

        .v-mega-nav__sub--t3-col:last-child .v-mega-nav__item--t3:last-child {
            margin: 8px 0 24px 15px;
        }

        .v-mega-nav__sub--t3 ul li a:hover,
        .v-mega-nav__sub--t3 a.v-mega-nav__h4:hover {
            background: rgba(69, 101, 128, 0.1);
        }

        .v-mega-nav__sub--t3 ul li a:focus,
        .v-mega-nav__sub--t3 a.v-mega-nav__h4:focus {
            background: rgba(69, 101, 128, 0.1);
            outline: none;
        }

        .v-mega-nav__sub--t3 .v-mega-nav__sub--t3-col-pb {
            border-bottom: none;
            padding-bottom: 24px;
        }

        .v-mega-nav__sub--t3 .v-mega-nav__sub--t3-col-none {
            border-bottom: none;
        }

        .v-mega-nav__sub--t3 .v-mega-nav__sub--t3-col-none ul {
            padding-bottom: 0;
        }
}

@media only screen and (max-width: 767px) {
    .v-mega-menu__secondary {
        right: -100vw;
        width: 100vw;
    }
    
    .v-mega-menu__drawer {
        max-height: calc(100vh - 46px);
    }
    
    .v-mega-menu__product-dropdown-container {
        max-width: none;
    }

    .v-mega-menu__nav {
        margin-bottom: 116px;
    }

    .v-mega-menu__mobile-tier {
        right: -100vw;
    }

    .v-mega-menu__mobile-tier.slide-in {
        box-shadow: -10px 0px 12px -12px rgba(0, 0, 0, 0.16);
        right: 0;
    }

    .v-mega-menu__mobile-tier.slide-out {
        right: -100vw;
    }

    .v-mega-nav__sub--t3 .v-mega-nav__sub--t3-col-pb {
        border-bottom: none;
        padding-bottom: 74px;
    }
}

@media screen and (min-width: 576px) {

    .v-mega-menu__nav {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 375px) {

    .v-mega-menu__container {
        justify-content: center;
    }

    .v-mega-menu__burger-container {
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {

    .v-mega-menu__search-container {
        padding: 5px 12px !important;
        width: 100%;
    }

    .v-mega-menu--mobile {
        display: none !important;
    }

    .v-burger {
        right: 2.4rem;
    }

    .v-mega-nav__item--t1 {
        width: 100%;
    }

    .v-mega-nav__sub--t2 .v-mega-nav__item--first {
        margin-top: 0;
    }

    .v-mega-nav__item--left {
        float: left;
        clear: left;
        max-width: none;
    }

    .v-mega-nav__item--right {
        margin-left: none;
    }

    .v-mega-nav__sub--multi .v-mega-nav__item--left {
        max-width: none;
    }

    .v-mega-nav__sub--multi .v-mega-nav__item--right {
        margin-left: none;
    }

    .v-mega-nav::after {
        content: '';
        width: 100%;
        display: inline-block;
    }

    .v-mega-menu__search {
        padding: 8px 15px 16px 15px;
    }

    .v-mega-menu__logo {
        padding-left: 0;
    }

    .v-mega-menu__burger-container {
        padding-right: 0;
    }

    .logo--mobile {
        display: none;
    }

    .logo--tablet {
        display: inline-block;
    }

    .v-mega-menu__container {
        min-height: 4.7rem;
    }
}

@media screen and (min-width: 1024px) {
    .v-mega-menu__product-container {
        display: none !important;
    }

    .v-mega-menu__search {
        padding: 0;
    }

    .v-mega-menu__search-container {
        padding: 0 !important;
        border: none;
        color: #333333;
        border: 1px solid #b0b1b5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .v-mega-menu__search-input {
        color: #333333 !important;
    }

        .v-mega-menu__search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #333333 !important;
            opacity: 1; /* Firefox */
        }

        .v-mega-menu__search-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #333333 !important;
        }

    .v-mega-menu__search-button {
        width: 28px;
        height: 28px;
        background-size: cover;
        background-image: url(/Content/images/v3/v_icon_search_default.svg);
    }

    .v_menu__search--populated .v-mega-menu__search-button {
        background: url(/Content/images/v3/v_icon_search_select.svg);
    }

    .v-mega-menu__search--small {
        display: none !important;
    }

    .v-mega-menu__nav {
        margin: 0 0 0 26px;
        max-width: none;
        width: auto;
    }

    .v-mega-menu__secondary {
        flex-grow: 4;
    }

    .v-mega-menu__drawer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-height: 80px;
    }

    .v-mega-menu__container {
        justify-content: space-between;
        padding: 0 2.4rem;
    }

    .v-mega-menu__nav,
    .v-mega-menu__search {
        display: flex;
    }

    .logo--tablet,
    .v-mega-menu__burger-container {
        display: none;
    }

    .logo--desktop {
        display: inline-block;
    }

    .v-mega-menu__search-container {
        width: 159px;
        margin: 0;
    }

    .v-mega-nav {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none;
        display: table;
        width: 616px;
        padding-top: 15px;
    }

    .v-mega-nav__item--t1 {
        font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
        font-size: 21px;
        line-height: 21px;
        position: relative;
        white-space: nowrap;
        list-style-type: none;
        padding: 0;
        display: table-cell;
        border-bottom: none;
        bottom: 0;
        float: none !important;
        clear: none;
        width: auto;
        margin: 0;
    }

    .v-mega-nav__link--t1 {
        display: block;
        color: #333;
        background: #ffffff;
        border: 1px solid transparent;
        padding: 6px 6px 0 6px;
        text-transform: uppercase;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: normal;
    }

    .v-mega-nav__link--t1:focus {
        outline: 5px auto;
        outline-offset: -2px;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .v-mega-nav__link--t1:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        } 
    }

    .v-mega-nav__button--t1:focus {
        opacity: 1;
    }

    .v-mega-nav__button--t1,
    .v-mega-nav__button--t1:hover {
        background: #ffffff;
        background-image: url(/Content/images/v3/MenuChevBlue.svg);
        background-position: center center;
        background-repeat: no-repeat;
        border: none;
        content: ' ';
        height: 20px;
        opacity: 0;
        position: absolute;
        padding: 0;
        margin: 0;
        right: -15px;
        top: 18px;
        transform: rotate(90deg);
        width: 20px;
        z-index: 10;
    }

    .v-mega-nav__button--t1:focus {
        opacity: 1;
        right: calc(50% - 10px);
        top: 40px;
    }

    .v-mega-nav__item--t1.selected .v-mega-nav__button--t1 {
        background: #142640;
        background-image: url(/Content/images/v3/MenuChevwhite.svg);
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
        transform: rotate(270deg);
        right: calc(50% - 10px);
        top: 40px;
    }

    .v-mega-nav__item--t1.selected .v-mega-nav__button--t1[aria-expanded="false"] {
        right: -15px;
        top: 18px;
    }

    .v-mega-nav__item--t1:hover .v-mega-nav__button--t1,
    .touch .v-mega-nav__item--t1.selected .v-mega-nav__button--t1 {
        opacity: 0;
    }

    .v-mega-nav__text--t1 {
        font-family: "Neue Frutiger World", "Times New Roman", Serif;
        display: block;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding: 10px 2px 0 2px;
        height: 57px;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin: 0;
        text-transform: uppercase;
    }

    .v-mega-nav__item--left {
        max-width: none;
    }

    .v-mega-nav__link--t1::after, .v-mega-nav::after {
        content: '' !important;
        display: none;
    }

    .v-mega-nav__sub--t2 {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border: none;
        width: 238px;
        min-width: 100%;
        padding: 0;
        background-color: #FFF;
    }

        .v-mega-nav__sub--t2 ul {
            background-color: transparent;
            min-height: 100%;
            padding: 0;
            position: relative;
            column-count: auto;
            column-gap: 0;
        }

    .v-mega-nav__item--t2 {
        margin: 0 !important;
        padding: 0 !important;
        position: unset;
        float: none !important;
        max-width: none !important;
        width: 244px;
    }

    .v-mega-nav__link-container {
        position: relative;
    }

    .v-mega-nav__link--t2 {
        cursor: pointer;
        text-align: left;
        padding: 0;
        border: none;
        display: block;
        line-height: 2.0rem;
    }

        .v-mega-nav__link--t2 .text, .v-mega-nav__sub--t3 .v-mega-nav__text {
            color: #000000;
            font-family: "Neue Frutiger World", Arial, Helvetica, Sans-Serif;
            font-size: 16px;
            line-height: 22px;
            padding: 6px 16px;
            white-space: nowrap;
            display: block;
        }

            .v-mega-nav__link--t2 .text.bold {
                font-weight: bold;
            }

    .v-mega-nav__sub--t3 {
        display: none;
        height: auto;
        position: absolute;
        top: -32px;
        left: 244px;
        z-index: -10;
        border: none;
        background-color: #fff;
        padding: 32px 0;
        width: 100vw;
    }

        .v-mega-nav__sub--t3 a.v-mega-nav__h4 {
            color: #000000;
            display: block;
            font-size: 16px;
            font-family: "Neue Frutiger World", Arial, Helvetica, Sans-Serif;
            font-weight: 600;
            line-height: 22px;
            margin: 0;
            padding: 6px 16px;
            text-decoration: none !important;
            text-transform: capitalize;
            word-wrap: break-word;
        }

        .v-mega-nav__sub--t3-col {
            float: left;
            position: relative;
            width: 244px;
        }

        .v-mega-nav__sub--t3-col--w-auto {
            width: auto;
        }

        .v-mega-nav__sub--t3-col h4 {
            margin: 0;
        }

        .v-mega-nav__sub--t3 .spacer {
            height: 16px;
        }

        .v-mega-nav__sub--t3 ul {
            padding: 0;
        }

        .v-mega-nav__sub--t3 ul li {
            list-style: none;
        }

        .v-mega-nav__sub--t3 ul li a {
            color: #000000;
            display: block;
            font-size: 14px;
            font-family: "Neue Frutiger World", Arial, Helvetica, Sans-Serif;
            font-weight: 400;
            line-height: 20px;
            padding: 6px 16px !important;
            text-decoration: none !important;
            word-wrap: break-word;
        }

        .v-mega-nav__sub--t3 ul li a:hover,
        .v-mega-nav__sub--t3 a.v-mega-nav__h4:hover {
            background: rgba(69, 101, 128, 0.1);
        }

        .v-mega-nav__sub--t3 ul li a:focus,
        .v-mega-nav__sub--t3 a.v-mega-nav__h4:focus {
            background: rgba(69, 101, 128, 0.1);
            outline: none;
        }

    .v-mega-nav__sub-container {
        background-color: #fff;
        position: absolute;
        border: none;
        padding: 3px;
        top: 0;
        list-style-type: none;
    }

    .v-mega-nav__sub-container {
        padding: 4px 3px 4px 3px !important;
    }

    .v-mega-nav__sub--t3 .v-mega-nav__link {
        outline: none;
        outline-offset: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .v-mega-nav__sub--t3 .text {
        background-color: transparent;
        color: #333;
    }

    .v-mega-nav__sub--t3 .v-mega-nav__link:hover .v-mega-nav__text, .v-mega-nav__sub--t3 .v-mega-nav__link:focus .v-mega-nav__text {
        background-color: #c5dce8;
        color: #333;
    }

    .v-mega-nav__item--t1.selected {
        margin-right: -6px;
        bottom: -1px;
    }

        .v-mega-nav__item--t1.selected .v-mega-nav__link--t1 {
            padding-bottom: 0;
            border-top: 1px solid #808080;
            border-left: 1px solid #808080;
            border-right: 1px solid #808080;
            border-bottom: 1px solid #FFF;
        }

        .v-mega-nav__item--t1.selected .v-mega-nav__text--t1 {
            background-color: #142640;
            color: #FFF;
        }
    
    .v-mega-menu__submenu {
        display: none;
        overflow: hidden;
        max-height: 0;
    }

    .v-mega-menu__submenu.selected {
        background-color: #ffffff;
        display: block;
        position: fixed;
        top: 121px;
        left: 0;
        transition: max-height 0.2s ease-in;
        width: 100%;
        z-index: 9;
    }

    #header-mega-nav.open .v-mega-menu__submenu.selected {
        transition: none;
    }

        .v-mega-menu__submenu.selected #cruises,
        .v-mega-menu__submenu.selected #ships {
            border-right: 1px solid #D8D8D8;
            left: 131px;
            min-width: auto;
            padding: 32px 0;
            width: 244px;
        }

        .v-mega-menu__submenu.selected #why-viking,
        .v-mega-menu__submenu.selected #my-trip,
        .v-mega-menu__submenu.selected #videos {
            border-right: none;
            left: 131px;
            min-width: auto;
            padding: 32px 0;
            width: 500px;
        }

        .v-mega-menu__submenu #cruises,
        .v-mega-menu__submenu #ships,
        .v-mega-menu__submenu #why-viking,
        .v-mega-menu__submenu #my-trip,
        .v-mega-menu__submenu #videos {
            display: block;
        }

        .v-mega-menu__submenu.selected #cruises.selected,
        .v-mega-menu__submenu.selected #ships.selected,
        .v-mega-menu__submenu.selected #why-viking.selected,
        .v-mega-menu__submenu.selected #my-trip.selected,
        .v-mega-menu__submenu.selected #videos.selected {
            display: block;
        }

    .v-mega-menu__submenu--container {
        width: 100%;
        max-width: 1378px;
        margin: 0 auto;
        position: relative;
    }

    .v-mega-nav__item--t2.selected .text,
    .v-mega-nav__item--t2 .v-mega-nav__link--t2[aria-expanded="true"] .text {
        background-color: #456580;
        color: #fff;
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children .v-mega-nav__link-container::before {
        content: ' ';
        position: absolute;
        height: 12px;
        width: 9px;
        right: 12px;
        top: 12px;
        z-index: 10;
        display: block;
        background-image: url(/Content/images/v3/MenuChevBlue.svg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children.selected .v-mega-nav__link-container::before,
    .v-mega-nav__item--t2.v-mega-nav__item--children:hover .v-mega-nav__link-container::before {
        background-image: url(/Content/images/v3/MenuChevWhite.svg);
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children:not(.selected) .v-mega-nav__link-container::before {
        background-image: url(/Content/images/v3/MenuChevBlue.svg);
    }

    .v-mega-nav__sub--t3 .v-mega-nav__link {
        line-height: normal !important;
    }

    .v-mega-nav__sub--t3 .v-mega-nav__text {
        padding-left: 5px;
    }

    .v-mega-nav__item--t2.selected.v-mega-nav__item--children .v-mega-nav__link--t2 {
        padding-right: 0;
        margin-right: 0;
    }

    .v-mega-nav__item--t2.selected .v-mega-nav__sub--t3,
    .v-mega-nav__item--t2:hover .v-mega-nav__sub--t3 {
        display: block;
    }

    .v-mega-nav__item--t1[data-menu='cruises'] .v-mega-nav__sub--t2 {
        width: 244px;
    }

    .v-mega-nav__item--t1[data-menu='videos'] .v-mega-nav__sub--t2 {
        width: 195px;
    }

    .v-mega-nav__item--t2[data-menu="cruises"].selected {
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .v-mega-nav__text--t1 {
        font-size: 20px;
        line-height: 22px;
    }

    .v-mega-nav__link--t2 .text, .v-mega-nav__sub--t3 .v-mega-nav__text {
        font-size: 18px;
        line-height: 24px;
    }

    .v-mega-nav__sub--t3 a.v-mega-nav__h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .v-mega-nav__sub--t3 ul li a {
        font-size: 16px;
        line-height: 22px;
    }

    .v-mega-nav__sub--t2-col {
        width: 264px;
    }

    .v-mega-nav__sub--t2 > ul {
        width: 264px;
    }

    .v-mega-nav__item--t2 {
        width: 264px;
    }

    .v-mega-nav__sub--t3-col {
        width: 264px;
    }

    .v-mega-nav__sub--t3-col--w-auto {
        width: auto;
    }

    .v-mega-nav__sub--t3 {
        left: 264px;
    }

    .v-mega-menu__submenu.selected #cruises,
    .v-mega-menu__submenu.selected #ships {
        width: 264px;
    }

    .v-mega-nav__item--t1[data-menu='cruises'] .v-mega-nav__sub--t2 {
        width: 264px;
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children .v-mega-nav__link-container::before {
        top: 14px;
    }

}

@media screen and (min-width: 1279px) {
    .v-mega-menu__search-container {
        width: 214px;
    }

    .v-mega-menu__nav {
        margin: 0 0 0 26px;
        max-width: none;
        width: auto;
    }
}


/*********************************************************************************/
.trd-story-tileset-container {
    background-color: #eceef1;
}

.trd-body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    /*max-width: 1400px;*/
    max-width: 100%;
    margin: 0 auto;
    /*@include transition(all $transition-fast ease);*/
    top: 51px;
}


.modal-open .trd-body-wrapper {
    position: absolute;
    padding-right: 17px;
}

@media screen and (max-width: 1180px) {
    .modal-open .trd-body-wrapper {
        padding-right: 0;
    }
}

.trd-footer-canvas #breadcrumb {
    display: none !important;
}

#cruise-canvas {
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
    height: 80px;
    background: transparent;
}

@media screen and (max-width: 767px) {
    #cruise-canvas {
        /*height:$cruise-hdr-height-collapsed;*/
    }
}

.sticky-active #cruise-canvas {
    height: 59px;
}

.sticky-active .trd-body-wrapper {
    margin-bottom: 51px;
}

/**********************************************************************************/

@media screen and (min-width: 1024px) {
    .restrict-on-tablet {
        display: none;
    }

    .restrict-on-desktop {
        display: block;
    }
}

.image-mask-1-by-1 {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 100%;
}

@media print {
    .image-mask-1-by-1 {
        padding-bottom: 0;
    }
}

.image-mask-2-by-1 {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 50%;
}

@media print {
    .image-mask-2-by-1 {
        padding-bottom: 0;
    }
}

.image-mask-custom-hs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 56%;
}

@media print {
    .image-mask-custom-hs {
        padding-bottom: 0;
    }
}

.modal .form-modal-thank-you .section-page-message {
    padding: 20px 30px;
}

    .modal
    .form-modal-thank-you
    .section-page-message
    .section-page-message-center
    h2 {
        margin-top: 0;
        font-size: 40px;
        font-weight: 500;
    }

    .modal
    .form-modal-thank-you
    .section-page-message
    .section-page-message-center
    p {
        margin-bottom: 0;
        font-size: 16px;
        letter-spacing: 0.48px;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile {
    padding-bottom: 16px;
}

    .modal
    .form-modal-thank-you
    .section-thumbnails
    .thumbnail-tile
    .thumbnail-tile-caption {
        background-color: whitesmoke;
        color: #333333;
        line-height: 1.5;
        padding: 16px;
    }

        .modal
        .form-modal-thank-you
        .section-thumbnails
        .thumbnail-tile
        .thumbnail-tile-caption
        h4 {
            margin: 0;
            color: inherit;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            font-family: "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;
            }

.page-alert {
    text-align: left;
    padding: 16px;
    min-height: 0;
    color: black;
    background-color: #d9e0e7;
}

.page-alert-content {
    max-width: 1322px;
    margin: 0 auto;
}

.page-alert a {
    color: black;
}



.group:after {
    content: "";
    display: table;
    clear: both;
}

.desktop .trd-header-menu-canvas {
    z-index: 7000;
}


.footer-container {
    max-width: 1366px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
}

    .footer-container.footer-links {
        margin: 36px auto 0;
    }

        .footer-container.footer-links .footer-nav::after {
            display: block;
            content: none;
            clear: none;
        }

    .footer-container .float-right {
        padding: 0 0 0 16px;
    }

    .footer-container .float-left {
        padding: 0 16px 0 0;
    }

.trd-footer-canvas {
    z-index: 4000;
    background-color: #142640;
    color: #fff;
    margin: 18px auto 0;
    clear: both;
    font-size: 13px;
}

    .trd-footer-canvas hr {
        border-color: rgba(255, 255, 255, 0.15);
    }

    .trd-footer-canvas .footer-contact {
        background-color: #142640;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .trd-footer-canvas .footer-contact {
        display: none;
    }
}

.trd-footer-canvas .footer-contact .footer-contact-container {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: table;
    /*padding: 10px 10px;*/
}

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-text {
        font-size: 18px;
        letter-spacing: 0.05em;
        vertical-align: middle;
        color: #fff;
        display: table-cell;
    }

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-spacer {
        display: table-cell;
        width: 6px;
    }

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-phone-number {
        display: table-cell;
        font-size: 24px;
    }

.trd-footer-canvas .footer-links-title {
    padding: 0 0 8px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
}

.trd-footer-canvas a:not(.btn-red) {
    color: #fff !important;
    letter-spacing: 0.25px;
    font-size: 13px !important;
    padding: 3px 0;
    display: block;
}

    .trd-footer-canvas a:not(.btn-red):hover,
    .trd-footer-canvas a:not(.btn-red):focus {
        color: #fff;
    }

.trd-footer-canvas button {
    background-color: transparent;
    border: none;
    color: #fff;
    letter-spacing: 0.25px;
    font-size: 13px;
    padding: 3px 0;
    display: block;
}

    .trd-footer-canvas button:hover,
    .trd-footer-canvas button:focus {
        color: #fff;
    }

.trd-footer-canvas .social-links a {
    width: 32px;
    height: 32px;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-color: #fff;
}

    .trd-footer-canvas .social-links a:hover {
        color: #fff;
        border-color: #b10a32;
    }

.footer-social li {
    padding: 0 0 0 2px !important;
}

    .footer-social li:last-child {
        padding-right: 0;
    }

@media screen and (max-width: 767px) {
    .trd-footer-canvas .footer-contact .footer-contact-spacer {
        display: none;
    }

    .trd-footer-canvas .footer-contact .footer-contact-text {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.025em;
    }

    .trd-footer-canvas .footer-contact .footer-contact-phone-number {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .trd-footer-promo-container {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width: 768px) {
    .trd-footer-canvas .footer-container:not(.footer-links) {
        padding-bottom: 16px;
    }

    .trd-footer-canvas .footer-contact {
        min-height: 40px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .trd-footer-canvas .footer-contact {
        /*padding: 4px 0;*/
        vertical-align: middle;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        /*border-top: 1px solid $gray-lighter;*/
        height: 42px;
        line-height: 42px;
    }

    .trd-footer-canvas .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .trd-footer-canvas .footer-social li {
        padding: 0 0 0 4px !important;
    }

        .trd-footer-canvas .footer-social li:last-child {
            padding-right: 0;
        }
}

.cro_king2_button {
    cursor: default;
    position: relative;
}

    .cro_king2_button:hover {
        cursor: pointer;
    }

    .cro_king2_button .star,
    .cro_king2_button .knot {
        font-size: 2.3rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 27px;
        width: 27px;
        overflow: visible;
    }

    .cro_king2_button .label {
        color: #0f3055;
        text-transform: uppercase;
    }

body > .cro_king2_button {
    -webkit-box-shadow: 2px 3px 6px 1px rgba(40, 40, 40, 0.36);
    box-shadow: 2px 3px 6px 1px rgba(40, 40, 40, 0.36);
    padding: 0;
    text-align: center;
    position: fixed;
    bottom: 130px;
    right: 7px;
    z-index: 999;
}

    body > .cro_king2_button:not(.btn-red) {
        background-color: #fff;
    }

        body > .cro_king2_button:not(.btn-red) .label {
            color: #0f3055;
        }

    body > .cro_king2_button .star,
    body > .cro_king2_button .knot {
        display: block;
        font-size: 1.4em;
        text-align: center;
        position: relative;
        left: 50%;
        margin-left: -0.65em;
        margin-bottom: 0.5em;
    }

#persistentFooter > div {
    /*& > div:nth-child( 2 ) {
        //display: none !important;
    }*/
}

    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        position: absolute;
        top: 11px;
        left: 30px;
    }

@media (max-width: 400px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 10px;
    }
}

@media (max-width: 425px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 15.5%;
    }
}

@media (max-width: 320px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 10%;
    }
}

@media (max-width: 500px) {
    #persistentFooter > div > .cro_king2_button .label {
        padding-left: 35px;
    }
}

#persistentFooter > div > .cro_king2_button .label > br {
    display: none;
}

.mobile-footer-canvas {
    background-color: #142640;
    color: #FFF;
}

    .mobile-footer-canvas:before,
    .mobile-footer-canvas:after {
        content: " ";
        display: table;
    }

    .mobile-footer-canvas:after {
        clear: both;
    }

@media only screen and (max-width: 767px) {
    .mobile-footer-canvas {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

.mobile-footer-canvas::before {
    content: "";
    display: table;
    clear: both;
}

.mobile-footer-canvas hr {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 0 16px 16px;
}

.mobile-footer-canvas .footer-phone {
    font-size: 16px;
}

.mobile-footer-canvas > .footer-mobile-share {
    padding: 0 16px;
    border-top: 1px rgba(255, 255, 255, 0.15) solid;
}

    .mobile-footer-canvas > .footer-mobile-share .title {
        margin: 0;
        padding: 24px 0 8px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-family: "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: inline-block !important;
                    font-size: 14px !important;
                    padding-right: 16px;
                    color: #fff !important;
                }

                    .mobile-footer-canvas > .footer-links section ul li a:hover {
                        color: #fff;
                    }

                .mobile-footer-canvas > .footer-links section ul li button {
                    background-color: transparent;
                    border: none;
                    color: #fff;
                    letter-spacing: 0.25px;
                    font-size: 14px;
                    padding: 0;
                    display: block;
                    text-align:left;
                }

                    .mobile-footer-canvas > .footer-links section ul li button:hover,
                    .mobile-footer-canvas > .footer-links section ul li button:focus {
                        color: #fff;
                    }

.mobile-footer-canvas > .footer-actions {
    padding: 16px;
    text-align: center;
}

    .mobile-footer-canvas > .footer-actions > div {
        margin-bottom: 16px;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-right {
        text-align: right;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-left {
        text-align: left;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone) span {
        width: 100%;
        display: block;
    }

@media only screen and (max-width: 767px) {
    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-left,
    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-right {
        text-align: center;
    }
}

.mobile-footer-canvas > .footer-actions a,
.mobile-footer-canvas > .footer-actions a:hover,
.mobile-footer-canvas > .footer-actions span {
    color: #fff;
}

body {
    margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
    body {
        margin-bottom: 0;
    }
}

#persistentFooter {
    background: #fcfcfc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: bottom 200ms linear;
    transition: bottom 200ms linear;
}

    #persistentFooter .row div {
        padding: 4px;
    }

    #persistentFooter .btn {
        color: #555555;
        border: 1px solid #44687d;
        margin: auto;
        height: 42px;
        vertical-align: middle;
        line-height: 14px;
        font-size: 12px;
        max-width: 100%;
        width: 100%;
    }

        #persistentFooter .btn span:not(.icon-border) {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            margin-right: 2px;
            margin-top: -2px;
        }

        #persistentFooter .btn.single-line {
            line-height: 28px;
        }

        #persistentFooter .btn.tap-to-call {
            color: #fff;
            border-color: transparent;
        }

            #persistentFooter .btn.tap-to-call span {
                margin-right: 2px;
                padding: 3px;
            }

@media screen and (min-width: 480px) {
    #persistentFooter .row div {
        padding: 4px 8px;
    }

    #persistentFooter .btn {
        font-size: 14px;
    }

        #persistentFooter .btn span:not(.icon-border) {
            vertical-align: top;
            font-size: 23px;
            margin-right: 5px;
            margin-top: 2px;
        }

        #persistentFooter .btn.tap-to-call span {
            margin-right: 5px;
            padding: 4px;
        }
}


/*# sourceMappingURL=trd-global.css.map */

.promotion-banner {
    background-color: #142640;
    border-bottom: 12px solid #B10A32;
    margin-bottom: 36px;
    padding: 0;
}

.promotion-banner__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.promotion-banner__container--image {
    border-bottom: 12px solid #B10A32;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 64px 0px 24px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promotion-banner__row {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.promotion-banner__content {
    text-align: center;
}

.promotion-banner__heading {
    color: #ffffff;
    font-family: "adobe-garamond-pro","GaramondPro Regular",Garamond,"EB Garamond","Times New Roman",Serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 auto 16px auto;
    text-align: center;
}

.promotion-banner__heading {
    color: #ffffff;
    font-family: "adobe-garamond-pro","GaramondPro Regular",Garamond,"EB Garamond","Times New Roman",Serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    margin: 0 auto 8px auto;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 4px 15px #000;
}

.promotion-banner__heading em {
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 58px;
    margin: 0 auto 8px auto;
    text-transform: none;
}

.promotion-banner__heading sup {
    font-size: 30px;
    top: -0.6em;
}

.promotion-banner__content hr {
    border-top: 1px solid #ffffff;
    margin: 0 auto;
    width: 900px;
}

.promotion-banner__text {
    color: #ffffff;
    display: inline-block;
    font-family: 'Neue Frutiger World Regular', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin: 12px auto 0 auto;
    text-align: center;
    width: 100%;
}

.promotion-banner__text.promotion-banner__text--margin-lg {
    margin-top: 72px;
}

.promotion-banner__text span {
    display: inline-block;
}

.promotion-banner__text {
    margin-top: 8px;
}

.promotion-banner__half-pipe {
    border-left: 1px solid #ffffff;
    display: inline-block;
    height: 9px;
    margin: 0 24px;
    position: relative;
    bottom: 8px;
}

.text-fragment {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Neue Frutiger World', Arial, Helvetica, sans-serif;
    font-style: normal;
    text-shadow: 0px 4px 15px #000;
    display: inline-block;
}

.text-fragment sup {
    top: -0.3em;
}

.text-fragment--upper {
    text-transform: uppercase;
}

.text-fragment--sm {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

.text-fragment:after {
    display: inline-block;
    content: "";
    background: #ffffff;
    border-radius: 50%;
    line-height: 6px;
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    text-shadow: 0px 4px 15px #000;
}

.text-fragment:last-child:after {
    display: none;
}

.promotion-banner__text--horizontal-line {
    color: #ffffff;
    font-family: 'Neue Frutiger World Regular', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    margin: 32px auto 0 auto;
    text-align: center;
}

    .promotion-banner__text--horizontal-line b,
    .promotion-banner__text--horizontal-line strong {
        font-weight: 700;
    }

    .promotion-banner__text--horizontal-line:before,
    .promotion-banner__text--horizontal-line:after {
        background-color: #ffffff;
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
        display: inline-block;
        height: .5px;
        margin: 0 12px 4px 12px;
        position: relative;
        vertical-align: middle;
    }

.promotion-banner__text--lg {
    color: #ffffff;
    font-family: 'Neue Frutiger World', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 32px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 4px 15px #000;
}

.promotion-banner__btn {
    color: #FFF;
    background-color: #B10A32;
    border: none;
    font-family: 'Neue Frutiger World' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 32px;
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.promotion-banner__btn:hover {
    color: #FFF;
    background-color: #B10A32;
}

.promotion-banner__expiring-countdown-container {
    position: relative;
    width: 100%;
    background-color: #B10A32;
    height: 40px;
    text-align: center;
    z-index: 1;
    margin-top: 16px;
}

.promotion-banner__expiring-countdown-image-container {
    display: inline-block;
    padding-right: 2px;
}

.promotion-banner__expiring-countdown-image {
    height: 16px;
    position: relative;
    top: -2px;
}

.promotion-banner__expiring-countdown-text {
    display: inline-block;
    color: white;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 20px;
    height: 100%;
    padding-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}



.promotion-banner__text.promotion-banner__text--margin-md {
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
    .promotion-banner__btn {
        padding: 13px 72px;
        margin-top: 20px;
    }

    .promotion-banner__text.promotion-banner__text--margin-md {
        margin-top: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .promotion-banner__expiring-countdown-image-container {
        display: inline-block;
        position: relative;
        bottom: 4px;
        padding-right: 4px;
    }

    .promotion-banner__expiring-countdown-image {
        height: 30px;
    }

    .promotion-banner__expiring-countdown-container {
        height: 62px;
        margin-top: 24px;
    }

    .promotion-banner__expiring-countdown-text {
        font-size: 26px !important;
        margin-bottom: 0;
        padding-top: 16px;
        line-height: 30px;
    }

    .promotion-banner__btn {
        font-size: 18px;
        line-height: 24px;
        padding: 13px 72px;
        margin-top: 32px;
    }

    .promotion-banner__text.promotion-banner__text--margin-md {
        margin-top: 52px;
    }
}


@media screen and (min-width: 1360px) {
    .promotion-banner__btn {
        padding: 13px 72px;
    }

    .promotion-banner__text.promotion-banner__text--margin-md {
        margin-top: 20px;
    }
}



@media screen and (max-width: 1180px) {
    .promotion-banner__container--image {
        padding: 28px 0px 12px 0px;
        background-size: cover;
    }

    .promotion-banner__text.promotion-banner__text--margin-lg {
        margin-top: 16px;
    }
}

@media screen and (max-width: 932px) {
    .promotion-banner__container--image {
        padding: 64px 0px 20px 0px;
        background-size: cover;
    }

    .promotion-banner__text.promotion-banner__text--margin-lg {
        margin-top: 45px;
    }

    .promotion-banner__heading {
        font-size: 40px;
        line-height: 48px;
        margin: 0 auto 5px auto;
    }

    .promotion-banner__heading em {
        font-size: 40px;
        line-height: 48px;
    }

    .promotion-banner__heading sup {
        font-size: 24px;
        top: -0.6em;
    }

    .promotion-banner__content hr {
        margin: 0 auto;
        width: 700px;
    }

    .promotion-banner__text,
    .text-fragment {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .text-fragment--sm {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .promotion-banner__half-pipe {
        bottom: 5px;
    }
}

@media screen and (max-width: 576px) {
    .promotion-banner {
        background-color: #142640;
        border-bottom: 8px solid #B10A32;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-bottom: 32px;
    }

    .promotion-banner__container {
        padding: 32px 0;
    }

    .promotion-banner__container--image {
        border-bottom: 8px solid #B10A32;
        padding: 12px 0px 0px 0px;
        background-position: bottom;
        background-size: cover;
    }

    .promotion-banner__text.promotion-banner__text--margin-lg {
        margin-top: 19px;
    }

    .promotion-banner__row {
        display: block;
        padding: 32px 0;
    }

    .promotion-banner__row--p0 {
        padding: 0;
    }

    .promotion-banner__heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        margin: 0 auto 4px auto;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .promotion-banner__heading em {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin: 0 auto 4px auto;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .promotion-banner__heading sup {
        font-size: 14px;
        top: -0.6em;
    }

    .promotion-banner__content hr {
        width: 288px;
    }

    .promotion-banner__text,
    .text-fragment {
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }

    .promotion-banner__text span {
        display: block;
    }

    .promotion-banner__text {
        display: block;
        margin-top: 0;
    }

    .text-fragment {
        display: block;
        margin-top: 4px;
    }

        .text-fragment:after {
            display: none;
        }

    .promotion-banner__text span {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .text-fragment--sm {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 16px !important;
    }
}

#callMeNowModal .custom-modal-close-button button.close {
    top: -37px;
    right: 0;
}

.call-me-modal {
    margin: 0 auto;
    padding: 137px 0 0 0;
    position: relative;
    width: 100%;
    max-width: 536px;
}

.call-me-header,
.call-me-body {
    min-height: 0;
    padding: 0;
}

.call-me__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.call-me__body {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    background-color: #FFFFFF;
    padding-bottom: 24px;
}

.call-me__countdown {
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 8px 4px;
    text-align: center;
    background-color: #b10a32;
    letter-spacing: 0.04em;
}

.countdown__text {
    display: inline-block;
}

.call-me__countdown:before {
    content: "";
    display: inline-block;
    background-image: url(/Content/images/icons/clock.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0 8px;
    height: 18px;
    width: 18px;
    position: relative;
    top: 3px;
}

.call-me__heading {
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 24px 24px 0 24px;
    padding: 0;
    text-transform: uppercase;
}

.call-me__sub-heading {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
    margin: 14px 24px 0 24px;
    padding: 0;
}

.call-me__list {
    padding: 0;
    margin: 8px 24px 0 24px;
    list-style-type: disc;
}

.call-me__list-item {
    color: #000;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0;
    margin: 4px 24px 0 24px;
}

.call-me__footnote {
    color: #000;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    padding: 0;
    margin: 16px 24px 0 24px;
    display: block;
}

.call-me__cta-button, .call-me__cta-button:link, .call-me__cta-button:hover, .call-me__cta-button:active, .call-me__cta-button:visited {
    background-color: #b10a32;
    display: inline-block;
    color: #fff;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 40px;
}

.call-me__ctas--small {
    display: block;
    margin: 20px 24px 0 24px;
    padding: 0;
    text-align: center;
}

.call-me__phone--small:before {
    content: "\e907";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 2px solid;
}

.call-me__button-text {
    display: inline-block;
    text-transform: uppercase;
    margin: 8px 0 8px 8px;
}

.call-me-phone--large {
    color: #B10A32;
    text-align: center;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin: 20px 0 0 0;
}

.call-me-link--large, .call-me-link--large:link, .call-me-link--large:hover, .call-me-link--large:active, .call-me-link--large:visited {
    color: #0F3055;
    text-align: center;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    display: block;
    margin: 12px 0 0 0;
}

.call-me__upper {
    font-weight: inherit;
    text-transform: uppercase;
}

.call-me__ctas--large {
    border-top: 1px solid #000;
    margin: 24px 24px 0 24px;
}

@@media screen and (min-width: 768px) {
    .call-me__countdown {
        font-size: 20px;
        line-height: 24px;
    }

        .call-me__countdown:before {
            height: 23px;
            width: 23px;
        }

    .call-me__heading {
        margin: 24px 64px 0 64px;
        font-size: 26px;
        line-height: 30px;
    }

    .call-me__sub-heading {
        margin: 14px 64px 0 64px;
        font-size: 16px;
        line-height: 24px;
    }

    .call-me__list {
        margin: 8px 64px 0 64px;
    }

    .call-me__list-item {
        font-size: 16px;
        line-height: 24px;
    }

    .call-me__footnote {
        margin: 16px 64px 24px 64px;
        font-size: 16px;
        line-height: 24px;
    }

    .call-me__ctas--large {
        border-top: 1px solid #000;
        margin: 0 64px 0 64px;
    }

    .call-me__ctas--small {
        margin: 20px 64px 0 64px;
    }
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        min-width: 206px;
        width: 206px;
    }

    .bootstrap-select--region + .bootstrap-select .dropdown-menu {
        min-width: 300px !important;
        width: 300px !important;
    }
}

@media screen and (min-width: 1024px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        min-width: 248px;
        width: 100%;
    }

    .bootstrap-select--region + .bootstrap-select .dropdown-menu {
        min-width: 100% !important;
        width: auto !important;
    }
}

@media screen and (min-width: 1366px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        min-width: 300px;
    }
}

.bootstrap-select.btn-group {
    height: 50px;
}

    .bootstrap-select.btn-group.show-tick .dropdown-menu {
        max-width: 100%;
    }

        .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
            margin-right: 24px;
        }

    .bootstrap-select.btn-group .btn {
        padding: 4px 12px;
    }

        .bootstrap-select.btn-group .btn.disabled, .bootstrap-select.btn-group .btn[disabled], .bootstrap-select.btn-group fieldset[disabled] .btn {
            background-color: #fff;
            border-color: #fff;
            opacity: 1;
        }

    .bootstrap-select.btn-group .dropdown-toggle {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        border: 1px solid #ccc;
        border-radius: 3px;
        height: 50px;
    }

        .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder, .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder:hover {
            color: #333;
        }

            .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder.disabled, .bootstrap-select.btn-group .dropdown-toggle.bs-placeholder:hover.disabled {
                color: #ccc;
                cursor: default;
            }

        .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            border-color: #fff;
            text-transform: capitalize;
            font-size: 17px;
            line-height: 29px;
        }

        .bootstrap-select.btn-group.bs-selected .dropdown-toggle .filter-option {
            color: #333333;
            font-size: 17px;
            font-weight: 700;
            line-height: 22px;
            position: relative;
            right: 1px;
            top: 7px;
        }

        .bootstrap-select.btn-group .dropdown-toggle .caret {
            border: none;
            top: auto;
            right: 10px;
            margin-top: 0;
            color: #B10A32;
            height: 24px;
            line-height: 24px;
            width: 14px;
        }

            .bootstrap-select.btn-group .dropdown-toggle .caret:before {
                font-family: icomoon;
                content: "\e600";
            }

        .bootstrap-select.btn-group .dropdown-toggle.disabled .caret {
            color: #ccc;
        }

    .bootstrap-select.btn-group .dropdown-menu {
        z-index: 1200;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
        padding: 0;
        margin: -4px 0 0;
        border: 1px solid #ccc;
        border-top: none;
        max-width: 100%;
    }

        .bootstrap-select.btn-group .dropdown-menu li {
            border-top: 1px solid #ededed;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
        }

            .bootstrap-select.btn-group .dropdown-menu li:first-child {
                border-top: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a, .bootstrap-select.btn-group .dropdown-menu li a:focus {
                font-size: 18px;
                font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
                font-weight: 400;
                font-style: normal;
                text-transform: uppercase;
                padding: 3px 14px;
                border: 1px solid #fff;
                text-decoration: none;
                line-height: 22px;
                text-transform: none;
            }

                .bootstrap-select.btn-group .dropdown-menu li a span:not(.check-mark):not(.required), .bootstrap-select.btn-group .dropdown-menu li a:focus span:not(.check-mark):not(.required) {
                    text-overflow: ellipsis;
                    display: block;
                    overflow: hidden;
                    white-space: nowrap;
                    max-width: 100%;
                    width: 100%;
                }

                .bootstrap-select.btn-group .dropdown-menu li a span.required, .bootstrap-select.btn-group .dropdown-menu li a:focus span.required {
                    display: none !important;
                }

            .bootstrap-select.btn-group .dropdown-menu li.selected a {
                color: #fff;
                border-color: #456580;
                background-color: #456580;
            }

        .bootstrap-select.btn-group .dropdown-menu > li:not(.selected) > a:hover {
            color: #262626;
            border-color: #44687d;
            background-color: #fff;
        }

    .bootstrap-select.btn-group.dropup .dropdown-menu {
        border-top: 1px solid #ccc;
        border-bottom: none;
    }

    .bootstrap-select.btn-group.dropup .dropdown-toggle .caret:before {
        font-family: icomoon;
        content: "\e601";
    }

    .bootstrap-select.btn-group.dropup .dropdown-toggle span.required {
        color: #B10A32;
        font-size: 14px;
        float: left;
        margin-right: 2px;
    }

.bootstrap-select:focus,
.bootstrap-select .dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 222, 249, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 222, 249, 0.5);
}

.bootstrap-select.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}

    .bootstrap-select.open .dropdown-toggle .caret:before {
        content: "\e601";
    }

.bootstrap-select.open.dropup .dropdown-toggle .caret:before {
    content: "\e600";
}

.bootstrap-select.scrollable-list ul {
    max-height: 372px !important;
    overflow: hidden !important;
    overflow-y: scroll !important;
    scrollbar-face-color: #cccccc;
    scrollbar-track-color: whitesmoke;
}

    .bootstrap-select.scrollable-list ul::-webkit-scrollbar {
        width: 10px;
        z-index: 999;
    }

    .bootstrap-select.scrollable-list ul::-webkit-scrollbar-track {
        background: whitesmoke;
    }

    .bootstrap-select.scrollable-list ul::-webkit-scrollbar-thumb {
        background: #cccccc;
        height: 42px;
        width: 10px;
    }

        .bootstrap-select.scrollable-list ul::-webkit-scrollbar-thumb:hover {
            background: #aaaaaa;
        }

    .bootstrap-select.scrollable-list ul li {
        overflow: hidden;
    }

div.modules {
    padding-top: 0;
}

div.contentWrapper {
    padding: 18px 40px 20px;
}

#starting-tooltip {
    display: none;
    z-index: 1000;
}

    #starting-tooltip.active {
        display: block;
    }

.filter-bubble-top {
    top: -75px;
    left: 12px;
    position: absolute;
    width: 134px;
}

    .filter-bubble-top .bubble-wrapper {
        width: 134px;
        margin: 0 auto;
    }

        .filter-bubble-top .bubble-wrapper .arrow {
            width: 70px;
            height: 18px;
            overflow: hidden;
            position: absolute;
            left: 50%;
            margin-left: -35px;
            bottom: -18px;
        }

            .filter-bubble-top .bubble-wrapper .arrow:after {
                background: rgba(38, 91, 121, 0.9);
                content: "";
                position: absolute;
                left: 20px;
                width: 25px;
                height: 25px;
                bottom: -20px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                left: 20px;
                top: -20px;
                -webkit-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
                box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
            }

        .filter-bubble-top .bubble-wrapper .tooltip {
            opacity: 0;
            position: absolute;
            visibility: hidden;
            color: #fff;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            width: 134px;
            border-radius: 4px;
            z-index: 1000;
            background: rgba(38, 91, 121, 0.9);
        }

            .filter-bubble-top .bubble-wrapper .tooltip.active {
                opacity: 1;
                visibility: visible;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

            .filter-bubble-top .bubble-wrapper .tooltip .bubble-content {
                float: left;
                padding: .5em 1em;
                width: 100%;
            }

                .filter-bubble-top .bubble-wrapper .tooltip .bubble-content span {
                    width: 100%;
                    font-size: 12px;
                    line-height: 16px;
                    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
                    font-weight: 400;
                    float: left;
                }

#fac-filters-wrapper {
    min-height: 78px;
    width: 100%;
}

.fac-filters-container {
    width: 100%;
    padding: 20px 10px 15px 10px;
    color: #FFF;
    background-color: #142640;
    display: block;
}

    .fac-filters-container > .text-left {
        flex-grow: 10;
        flex-basis: 100%;
        max-width: none;
    }

@media screen and (min-width: 768px) {
    .fac-filters-container {
        padding: 20px 0 32px 0;
    }
}

@media screen and (min-width: 1024px) {
    .fac-filters-container {
        padding: 15px 0;
    }
}

.fac-filters-container .fac-title {
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .05em;
    margin-right: 0;
    text-align: center;
}

.fac-filters-container.flex-row fieldset legend {
    color: inherit;
    border: none;
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .fac-filters-container.flex-row fieldset legend {
        width: auto;
        color: inherit;
        float: left;
    }
}

@media screen and (min-width: 1024px) {
    .fac-filters-container.flex-row fieldset {
       display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .fac-filters-container .fac-title {
        width: auto;
        text-align: left;
        margin-right: 5px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1180px) {
    .fac-filters-container .fac-title {
        width: auto;
        text-align: left;
    }
}

.fac-filters-container.flex-row fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .fac-filters-container.flex-row fieldset {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.fac-filters-container.flex-row > fieldset > div,
.fac-filters-container.flex-row > fieldset > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .fac-filters-container.flex-row > fieldset > div,
    .fac-filters-container.flex-row > fieldset > ul {
        margin: 0;
        width: auto;
        max-width: auto;
    }
}

.fac-filters-container.flex-row fieldset ul {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .fac-filters-container.flex-row fieldset ul {
        max-width: none;
    }
}

.fac-filters-container .search-submit {
    border-width: 0;
    border-color: transparent;
    background-color: #456580;
    width: 100%;
    line-height: 2;
    cursor: pointer;
    outline-color: red;
    position: relative;
}

    .fac-filters-container .search-submit[aria-label]:after {
        content: attr(aria-label);
        display: none;
        z-index: 100;
        position: absolute;
        top: -30px;
        left: -100px;
        background-color: #FFF;
        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) {
    .fac-filters-container .search-submit[aria-label]:after {
        top: 40px;
        left: 0;
    }
}

.fac-filters-container .search-submit[aria-label]:hover:after, .fac-filters-container .search-submit[aria-label]:focus:after {
    display: block;
}

@media screen and (min-width: 768px) {
    .fac-filters-container .search-submit {
        width: 50px;
        margin-left: 8px;
        margin-top: 0;
        height: 100%;
        display: block;
        padding: 1px 6px;
    }
}

.fac-filters-container .search-submit i.icon-search {
    font-size: 23px;
    display: block;
    text-align: center;
    top: 4px;
    position: relative;
    line-height: 27px;
}

.fac-filters-container .search-submit .submit-items {
    width: 102px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .fac-filters-container .search-submit .submit-items {
        width: 100%;
        height: 100%;
        display: block;
    }
}

.fac-filters-container .search-submit .submit-items span {
    display: inline-block;
    color: #FFF;
}

    .fac-filters-container .search-submit .submit-items span.search-text {
        font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-left: 10px;
    }

@media screen and (min-width: 768px) {
    .fac-filters-container .search-submit .submit-items span.search-text {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .fac-filters-container .search-submit .submit-items span {
        display: inline-block;
        color: #FFF;
    }

        .fac-filters-container .search-submit .submit-items span.search-icon {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

    .fac-filters-container .search-submit i.icon-search {
        width: 100%;
        top: 0
    }
}

.fac-filters-container .fac-filters {
    width: 300px;
    margin: auto;
    padding: 5px 0;
    font-size: 0;
}

.fac-filters-container .fac-filters .placeholder {
    color: #595959;
    display: none;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    height: auto;
    line-height: 16px;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 7px 0 0 17px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 99;
}

@media screen and (min-width: 480px) {
    .fac-filters-container .fac-filters {
        width: 420px;
    }
}

@media screen and (min-width: 768px) {
    .fac-filters-container .fac-filters {
        width: auto;
        max-width: 1000px;
    }
}

@media screen and (min-width: 1024px) {
    .fac-filters-container > .text-left {
        flex-grow: 0;
        flex-basis: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .fac-filters-container legend {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1180px) {
    .fac-filters-container .fac-filters {
        max-width: 100%;
    }
}

.fac-filters-container .fac-filters > li {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .fac-filters-container .fac-filters > li {
        display: inline-block;
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.fac-filters-container .fac-filters > li span.required-text {
    font-size: 12px;
    display: block;
    line-height: 14px;
}

    .fac-filters-container .fac-filters > li span.required-text .required {
        color: #B10A32;
        font-size: 12px;
        float: left;
        margin-right: 2px;
    }

.fac-filters-container .dropdown-toggle {
    padding-right: 35px !important;
}

@media screen and (max-width: 767px) {
    .fac-filters-container .fac-filters .placeholder {
        padding: 7px 0 0 12px;
    }
}

/*# sourceMappingURL=dropdown-portal.css.map */

a.thumbnail-anchor:focus {
    outline: 5px auto currentColor !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: 1px;
}

@media screen and (max-width: 640px) and (max-height: 489px) {
    #trd-header {
        position: relative !important;
        transform: none !important;
    }

    #cruise-hdr {
        position: relative !important;
        transform: none !important;
    }
    
    #trd-hero-video {
        min-height: 256px !important;
    }

    .hdr-canvas {
        height: 0 !important;
    }
}

@media screen and (max-height: 256px) {
    #trd-header {
        position: relative !important;
        transform: none !important;
    }

    #cruise-hdr {
        position: relative !important;
        transform: none !important;
    }

    .trd-body-wrapper.trd-itinerary {
        top: 0 !important;
    }

    .why-viking .hdr-canvas.ext-canvas,
    .why-viking .hdr-canvas.ext-semi-canvas {
        height: 0 !important;
    }

    .why-viking #cruise-hdr {
        top: 0 !important;
    }
}

@media screen and (max-height: 256px) {
    #persistentFooter {
        position: relative;
    }
}

@media screen and (orientation:landscape)
and (min-device-width: 320px) 
and (max-device-width: 926px) {
   #trd-header {
        position: fixed !important;
    }

    #cruise-hdr {
        position: fixed !important;
    }
}
