#cruise_line_header + #main_content {
	padding-top: clamp(10px, 1vw, 16px);
}

#cl_box_wrap {
	display: flex;
	flex-wrap: wrap;
}

.cl_box {
	width: 33.3333%;
	border-bottom: 1px solid #bfbfbf;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
}

.cl_box a {
	width: 100%;
	max-width: 180px;
	line-height: 0;
	text-align: center;
}

.cl_box svg {
	width: 100%;
	height: auto;
	max-height: 53px;
}

#cruise_line_header {
	margin: 24px 0;
    text-align: center;
}

#cruise_line_header img {
	aspect-ratio: 1918/561;
	width: 100%;
	max-width: 1918px;
}

#opening {
	margin-bottom: 50px;
}

.promos {
	border: 1px solid #b1ced4;
    padding: 0 12px 4px;
	margin-bottom: 50px;
	color: #424242;
	background-color: #fff;
	border-radius: 3px;
}

.promos h2 {
	background-color: #a2efff;
    margin: 0 -12px 8px;
    padding: 3px 12px 1px;
    color: #143449;
}

.promos > ul {
	margin: 0;
}

.promo_wrap h3 {
	font-weight: normal;
}

.promo_wrap h3 a {
	font-family: Oswald;
	font-size: .6em;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

#main_wrap ul.promo_wrap > li {
	background: none;
	padding-left: 0;
	transition: margin 500ms ease-out;
    cursor: pointer;
}

.promo_wrap > li:before {
	content: none;
	margin-left: 0;
}

.promo_wrap.open > li {
	margin-bottom: 25px;
}

.promos > ul.promo_wrap.open:last-child > li {
	margin-bottom: 8px;
}

.promo_wrap h4 {
	color: #005da5;
}

.promo_items_wrap {
	display: none;
}

.promo_items {
	background-color: #f2f5f8;
    border: 1px solid #8a969d;
    border-radius: 6px;
	padding: 10px 16px;
}

.promo_items ul {
	margin: 0 0 20px 20px;
	/*list-style-type: disc;*/
}

.promo_items li {
	background: none;
	padding-left: 0;
}

.promo_info {
	
}

.details_wrap > div:first-child a {
	font-family: Oswald;
	font-size: .6em;
}

.details_wrap > div:first-child a.view_sailings {
	font-size: inherit;
	position: relative;
	top: 4px;
	margin-right: 20px;
}

.details {
	display: none;
}

.details_inner {
	border: 1px solid #a1978d;
	border-radius: 6px;
	background-color: #f9f6f3;
	padding: 10px 16px;
}

.promo_info > ul:last-child,
.details_inner > ul:last-child {
	margin-bottom: 0;
}

#destinations {
	margin-bottom: 50px;
}

#destinations ul {
	margin-left: 0;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-gap: 60px;
	column-gap: 60px;
}

#destinations li {
	line-height: 1.2em;
    overflow: hidden;
    padding-bottom: 7px;
    padding-top: 3px;
}

#destinations li a {
	font-family: "TT Norms";
}

#ships {
	margin-bottom: 40px;
}

#ship_dock {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}

.ship_wrap {
	width: 25%;
}

.ship {
	position: relative;
	padding: 0 20px;
}

.ship > div:first-child {
	text-align: left;
	font-family: Oswald;
}

.ship > div:last-child {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.ship_wrap.no-image .ship > div:last-child {
	width: 100%;
	padding-bottom: calc(60% - 2px);
	outline: 1px solid #ccc;
	background-color: #eee;
	border-radius: 3px;
	top: 1px;
}

.ship > div:last-child > svg {
	position: absolute;
	width: 88%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ship img {
	aspect-ratio: 310/186;
}

.options {
	z-index: 100;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
    transition: opacity 200ms ease-out;
}

.options:hover {
	cursor: pointer;
}

.options button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	background-color: #fff;
	border: none;
	border-radius: 34px;
	padding: 6px;
	box-shadow: 0 5px 9px -5px rgba(0, 0, 0, .5);
	opacity: .5;
	transition: opacity 200ms ease-out;
	cursor: pointer;
}

.options:hover button,
body.is_mobile .options button {
	opacity: 1;
}

#image_popup {
	position: fixed;
	left: 50%; /*0;*/
	top: 50%; /*0;*/
	width: 100%; /*890px;*/
	height: 100%; /*533px;*/
	/*background-color: #000;*/
	display: none;
	z-index: 200;
	/*box-shadow: 0 16px 32px rgba(0, 0, 0, .8);*/
	transform: translate(-50%, -50%);
	padding: 40px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

#image_popup.show {
	display: flex;
}

#image_popup img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 16px 32px rgba(0, 0, 0, .8);
	background-color: #000;
}

#popup_close {
    color: #dd141b;
    font-size: 2em;
    position: absolute;
    /*right: -14px;*/
    text-decoration: none;
    /*top: -14px;*/
	z-index: 1;
	border-radius: 50%;
	box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, .85);
	cursor: pointer;
	display: none;
}

#image_popup.loaded #popup_close {
	display: block;
}

#popup_close i {
    position: relative;
    height: .8em;
    display: block;
}

#popup_close i:after{
    position: absolute;
    content: '';
    background: #fff;
    z-index: -1;
    top: .1em;
    left: 1px;
    width: 93%;
    height: 100%;
    border-radius: 50%;
}

#highlights {
	margin-bottom: 30px;
}

#highlights_wrap {
	display: table;
	margin-top: 13px;
}

#highlights_wrap > div {
	display: table-row;
}

#highlights_wrap > div > div {
	display: table-cell;
	padding-bottom: 20px;
	width: 50%;
}

#highlights_wrap > div > div:first-child {
	padding-right: 30px;
}

#highlights_wrap > div > div:last-child {
	padding-left: 30px;
}

#highlights_wrap h3 {
	font-size: 1em;
}

#highlights_wrap .highlights_image_wrap {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
    max-width: 100px;
}

#highlights_wrap .highlights_image_wrap img {
	border: 1px solid #b1ced4;
	border-radius: 4px;
	aspect-ratio: 1/1;
	width: 100px;
}

#highlights_wrap .highlights_image_wrap.no_border img {
	border: none;
}

#view_all_sailings {
	text-align: center;
	margin-bottom: 65px;
}

#blog_posts {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-gap: 60px;
	column-gap: 60px;
}

#blog_posts > div {
	overflow: hidden;
	position: relative;
	color: #000;
	padding: 4px;
	display: inline-block;
	-webkit-column-break-inside: avoid;
}

#blog_posts > div > div {
	display: table-cell;
}

#blog_posts > div > div:first-child {
	width: 70px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #b1ced4;
	border-radius: 4px;
}

#blog_posts > div > div:nth-of-type(2) {
	padding: 8px 6px 13px 11px;
}

#blog_posts > div > div:nth-of-type(2) span {
	display: block;
	line-height: 1.1em;
	padding-bottom: 3px;
	min-height: 40px;
}

#blog_posts a {
	font-family: "TT Norms";
}

#image_credits {
	margin-top: 40px;
	padding-top: 6px;
	border-top: 1px solid #b9b9b9;
}

#image_credits h3 {
/*	color: #777;*/
	padding-bottom: 10px;
}

#image_credits ul {
	margin: 0;
	font-size: .7em;
	line-height: 1.4em;
/*	color: #777;*/
	font-style: italic;
	column-count: 5;
}

#image_credits ul li::before {
	margin-left: 0;
	content: '';
	width: 0;
}

#image_credits ul li {
	padding-left: 0;
}

#image_credits ul li {
	display: flex;
}

#image_credits li > span {
	padding-right: 5px;
}

#tab_nav {
	margin: 0 0 24px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	border-bottom: 1px solid #245f85;
}

#main_wrap #tab_nav li {
	padding-left: 0;
	position: relative;
	max-width: 200px;
	width: 33.3333%;
}

#main_wrap #tab_nav li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	line-height: 1.3em;
	border: 1px solid #245f85;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #eff4f8;
}

#main_wrap #tab_nav li a:hover {
	text-decoration: none;
}

#main_wrap #tab_nav li button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 7px 0;
	line-height: 1.3em;
	border: 1px solid #245f85;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #eff4f8;
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1em;
	color: #be4200;
	cursor: pointer;
}

#main_wrap #tab_nav li button:hover {
	color: #10a0b3;
}

#main_wrap #tab_nav li:nth-of-type(1n + 2) {
	margin-left: 3px;
}

#main_wrap #tab_nav li.selected {
	z-index: 10;
}

#main_wrap #tab_nav li.selected a {
	background-color: #245f85;
	color: #fff;
	cursor: default;
}

#main_wrap #tab_nav li.selected button {
	background-color: #245f85;
	color: #fff;
	cursor: default;
}

#main_wrap #tab_nav li:before {
	content: none;
}

#type_wrap {
	
}

#type_wrap > div {
/*	border-top: 1px solid #245f85;*/
/*	padding-top: 24px;*/
}

#type_wrap > div#type {
	display: none;
}

#type_wrap #view_all_sailings {
	margin-bottom: 0;
}

#blogs {
	margin-top: 50px;
}

.image-credit {
	position: absolute;
	top: calc(102% - .6em);
	right: 20px;
	font-size: .6em;
	/*color: gray;*/
}

.highlights_image_wrap .image-credit {
	top: calc(100% - .6em);
	right: 0;
}

.highlights_image_wrap .image-credit span.asterisk {
	position: relative;
	top: 3px;
}

.image-credit span.asterisk,
#image_credits span.asterisk {
	font-size: 1.2rem;
}

.loading-anim::before,
.loading-anim::after {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 5px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loading-anim::before {
	opacity: .25;
}

.loading-anim::after {
	transform: translate(-50%, -50%) rotate(0deg);
	transform-origin: center;
	border-top-color: transparent;
	animation: spin_sl 1s linear infinite;
}

@keyframes spin_sl {
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/* ===== Media Queries ===== */

@media only screen and (max-width: 1000px) {
	#image_credits ul {
		column-count: 4;
	}
}

@media only screen and (max-width: 800px) {
	.ship_wrap {
		width: 33.3333%;
	}

	.cl_box {
		width: 50%;
	}
	
	#image_credits ul {
		column-count: 3;
	}
}

@media only screen and (max-width: 780px) {
	.promos h3 {
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	
	.promos > ul:nth-of-type(1) {
		padding-top: 5px;
	}
	
	.promos > ul:last-child h3 {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 650px) {
	#cruise_line_header {
		background-size: cover !important;
		height: 186px;
	}
	
	#cruise_line_header img {
		display: none;
	}
	
	#destinations > ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
}

@media only screen and (max-width: 600px) {
	.ship_wrap {
		width: 50%;
	}
	
	#highlights_wrap,
	#highlights_wrap > div,
	#highlights_wrap > div > div {
		display: block;
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: auto;
	}
	
	#highlights_wrap > div:last-child > div:last-child {
		padding-bottom: 0;
	}
	
	#view_all_sailings a {
		display: block;
	}
	
	#blog_posts {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
	
	#image_credits ul {
		column-count: 2;
	}
}

@media only screen and (max-width: 550px) {
	.cl_box {
		width: 100%;
	}
}

@media only screen and (max-width: 360px) {
	.ship_wrap {
		width: 100%;
	}
	
	#image_credits ul {
		column-count: 1;
	}
}