/* COLORS *//*
pink:#ba1946;
blue:#0097be;
*//* END COLORS */

/* FONTS */
/* font-family: 'Arvo', serif; */
/* font-family: 'Open Sans', serif; */
/* END FONTS */

/* RESET */
article, aside, figure, footer, header, main, nav, section {display:block;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, nav, section {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
button::-moz-focus-inner {border:0; padding:0;}
img, iframe {display:block;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {
  border-collapse:collapse;
  border-spacing:0;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width:400px) {
  table{
    width:100% !important;
    max-width: unset;
    display:unset;
    overflow-x:unset;
    white-space: unset;
  }
}
* {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/* END RESET */


/* CLEARING */
.cleared:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.cleared {display:inline-block;}
/* Hides from IE-mac \*/
* html .cleared {height:1%;}
.cleared {display:block;}
/* End hide from IE-mac */
/* END CLEARING */


body {
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:400;
  color:#292929;
  background:#747474;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:700;
}
a {
	text-decoration:none;
	color:#d85300;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width:100%;
	height:auto !important;
}
.wrapper {
	max-width:960px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}
.button {
	display:inline-block;
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 0px 1px 2px #000;
	filter: dropshadow(color=#000, offx=0, offy=1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #e5762f;
	background: #f47c31;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f47c31), color-stop(100%,#db551f));
	background: -webkit-linear-gradient(top,  #f47c31 0%,#db551f 100%);
	background: -moz-linear-gradient(top,  #f47c31 0%, #db551f 100%);
	background: -ms-linear-gradient(top,  #f47c31 0%,#db551f 100%);
	background: -o-linear-gradient(top,  #f47c31 0%,#db551f 100%);
	background: linear-gradient(to bottom,  #f47c31 0%,#db551f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47c31', endColorstr='#db551f',GradientType=0 );
	cursor:pointer;
}
.button span {
	display:block;
	padding:7px 30px;
	cursor:pointer;
}
.button:hover {
	color:#fff;
	text-decoration: none;
	background: #db551f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db551f), color-stop(100%,#f47c31));
	background: -webkit-linear-gradient(top,  #db551f 0%,#f47c31 100%);
	background: -moz-linear-gradient(top,  #db551f 0%, #f47c31 100%);
	background: -ms-linear-gradient(top,  #db551f 0%,#f47c31 100%);
	background: -o-linear-gradient(top,  #db551f 0%,#f47c31 100%);
	background: linear-gradient(to bottom,  #db551f 0%,#f47c31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db551f', endColorstr='#f47c31',GradientType=0 );
}
.mobile-hide {
	display:none;
}
.parsley-errors-list {
	display:block;
	font-size:11px !important;
	color:#c00 !important;
	margin: 0 !important;
}
.parsley-errors-list li {
	padding-left: 0 !important;
	background: none !important;
}
.parsley-error {
	border:1px solid #c00 !important;

}
li.parsley-error {
	border:none !important;
}
.uppercase {
	text-transform:uppercase !important;
}
.smaller {
	font-size:14px !important;
}
.hide {
	display: none;
}


/* HEADER */
header {
	position:relative;
	z-index:999;
}

.alert-bar {
	background:url(/assets/images/alert-bg.png);
}
.alert-bar p {
	font-weight:700;
	font-size:14px;
	color:#fff;
	padding:15px 60px 15px 30px;
	background:url(/assets/images/alert-large.png) 0 15px no-repeat;
}
.alert-bar a {
	color:#f47d31;
}
.alert-bar a:hover {
	color:#376185;
}
header h1 {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
header .header-top {
		background: url(/assets/images/cmc25-headerbg.jpg) 700px 0 repeat;
		border-bottom: 1px solid #787778;
	}
header .logo {
	display:block;
	color: #3c2c22;
	padding:10px 0;
}
header .logo img {
	max-width:260px;
	width:100%;
	height:auto;
	padding:0 55px 0 0;
	margin:6px 0;
}
header .logo p {
	font-size:11px;
}
header .logo h1.title {
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	text-indent: -9999px;
	position: absolute;
	top: -9999px;
}
header .logo p.date {
	font-weight:700;
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	color: #3c2c22;
}
header .logo p.port {
	font-size: 14px;
	font-weight:600;
	color: #3c2c22;
	text-transform: uppercase;
	letter-spacing: normal;
	text-align: left;
}
.button {
	display:block;
	width:100%;
	text-align:center;
}
.button span {
	padding:7px 0;
}
header .book {
	/*padding:10px 0 0;*/
}
header .book p, header .book a.call {
	color:#4e8abe;
}
header .book p .button {
	margin:0 0 9px;
}
header .book p .button span {
	padding: 7px 20px;
	font-size: 16px;
	letter-spacing: normal;
}
header .book p.last {
	font-size:22px;
	margin-bottom: 5px;
}
header .nav-toggle {
	display:block;
/*  width:33px;*/
	height:38px;
  background-image: url(/assets/images/nav-toggle.png),url(/assets/images/bg-nav.png);
  background-repeat: no-repeat, repeat;
  width: calc(100% + 20px);
  background-position: calc(100% - 5px) center, center center;
  background-size: 24px 24px, auto;
  padding: 10px;
  margin: 10px -10px 0 -10px;
}
header #main-nav {
	display:none;
	background:url(/assets/images/bg-nav.png);
	box-shadow:0 0 5px #000;
}
.fn_scrollCheck--bottom .nav-toggle,
.fn_scrollCheck--scrolling .nav-toggle,
.fn_scrollCheck--bottom #main-nav,
.fn_scrollCheck--scrolling #main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: auto;
}
.fn_scrollCheck--bottom .nav-toggle,
.fn_scrollCheck--scrolling .nav-toggle{
  top: 0;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.fn_scrollCheck--bottom #main-nav,
.fn_scrollCheck--scrolling #main-nav {
  top: 38px;
  bottom: 0px;
  height: calc(100vh - 38px);
  overflow: scroll;
}

header nav .wrapper {
	padding:0;
}
header nav .wrapper > ul > li {
	border-bottom:1px solid #292929;
}
header nav .wrapper > ul > li > a {
	display:block;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#ae9586;
	padding:6px 10px;
}
header nav .wrapper > ul > li > a:hover, 
header nav .wrapper > ul > li.over > a, 
header nav .wrapper > ul > li.active > a {
	color:#fff;
	background: #63564f;
	background: rgba(99,86,79, .5);
}
header nav .wrapper > ul ul {
	display:none;
	border-top:1px solid #292929;
	background: #63564f;
	background: rgba(99,86,79, .9);
}
header nav .wrapper > ul .over ul {
	display:block;
}
header nav .wrapper > ul .first ul {
	display:none;
}
header nav .wrapper > ul ul li a {
	display:block;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	padding:5px 10px;
}
header nav .wrapper > ul ul li a:hover {
	color:#f47d31;
	background: #282325;
}
/* END HEADER */


/* CONTENT */
.content {
	padding:0 0 1px;
	background: #e7cfb4;
	background: -moz-radial-gradient(center, ellipse cover,  #fefcfb 0%, #e7cfb4 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fefcfb), color-stop(100%,#e7cfb4));
	background: -webkit-radial-gradient(center, ellipse cover,  #fefcfb 0%,#e7cfb4 100%);
	background: -o-radial-gradient(center, ellipse cover,  #fefcfb 0%,#e7cfb4 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #fefcfb 0%,#e7cfb4 100%);
	background: radial-gradient(ellipse at center,  #fefcfb 0%,#e7cfb4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfb', endColorstr='#e7cfb4',GradientType=1 );
}
.content h1, .home h2 {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:36px;
	font-style:normal;
	line-height:33px;
	color: #4e8abe;
	padding:7px 0 8px;
	border-top:1px dashed #d2d6d8;
	border-bottom:1px dashed #d2d6d8;
	margin:0 0 20px;
}
.content h2 {
	font-size:23px;
	line-height:28px;
	margin:0 0 20px;
}
.content h2.inline {
	font-weight:300;
}
.content h3, .content h4, .content h5, .content h6 {
	font-size:20px;
	line-height:20px;
	color:#3c2c22;
	margin:0 0 20px;
}
.content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
	color:#3c2c22;
}
.content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
	color:#f47d31;
}
.content h3 {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	color: #3c2c22;
}
.content h4 {
	font-size:18px;
}
.content h5 {
	font-size:16px;
}
.content h6 {
	font-size:14px;
}
.content p, .content ul, .content ol, .content table, .content .embed_media {
	line-height:20px;
	margin:0 0 20px;
}
.content li {
	margin:0 0 5px;
}
.main ul, .main ol {
	display:table;
}
.content ul li {
	padding:0 0 0 36px;
	background:url(/assets/images/bullet.png) 0 5px no-repeat;
}
.content ul.notes li {
	background:url(/assets/images/bullet-notes.png) 0 3px no-repeat;
}
.content ul.emphasis li {
	font-weight:700;
	font-style:normal;
}
.content ol {
	list-style-type:decimal;
	padding:0 0 0 25px;
}
.content table {
	width:100% !important;
	border:1px solid #e8eced;
}
.content table th, .content table td {
	font-size:14px;
	text-align:left;
	padding:5px 10px;
}
.content table th {
	line-height:14px;
	text-transform:uppercase;
	color:#fff;
	padding:10px;
	background:#3c2c22;
}
.content table .odd td {
	background:#efefef;
}
.content table .strike th, .content table .strike td {
	text-decoration:line-through;
	color:#bbb;
}
.content hr {
	clear:both;
	height:1px;
	color:#e8eced;
	border:none;
	margin:0 0 20px;
	background-color:#e8eced;
}
.content blockquote {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	line-height:26px;
	color:#bbb;
	padding:0 40px;
}
/* floats */
.content p.float-right, .content p.float-left {
	display:inline-block;
	max-width:200px;
	padding:4px;
	background:#fff;
	box-shadow:1px 1px 2px #acacac;
	position:relative;
}
.content p.captioned {
	margin-bottom:40px;
	padding:0;
	background:none;
	box-shadow:none;
}
.content p.captioned img {
	padding:4px;
	background:#fff;
	box-shadow:1px 1px 2px #acacac;
}
.content p.captioned small {
	display:block;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	padding:3px 0 0;
	position:absolute;
}
/* intro */
.content .intro {
	border-bottom:1px solid #e8eced;
	margin:0 0 20px;
}
.content .intro h2 {
	margin:0 0 20px;
}
.content .intro img {
	margin:0 0 20px;
}
.content .intro p {
	font-size:18px;
	line-height:24px;
}
/* forms */
.content form label {
	display:inline-block;
	font-size:13px;
	line-height:25px;
	text-transform:uppercase;
}
.content form input.text, .content form textarea {
	display:block;
	width:100%;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	color:#292929;
	padding:2px;
	border:1px solid #d0d0d0;
	background:#ebebeb;
	box-shadow:2px 2px 2px #d0d0d0 inset;
}
.content form input.text-small {
	width:75px;
}
.content form textarea {
	height:150px;
	resize:none;
}
.content form ul.checks li {
	padding:0 0 0 22px;
	background:none;
	position:relative;
}
.content form ul.checks li input {
	position:absolute;
	top:4px;
	left:0;
}
.content form ul.checks li label {
	display:inline;
	line-height:normal;
	cursor:pointer;
}
.content form ul.checks li em {
	text-transform:none;
}
.content form #dob_month_chosen {
	min-width:120px;
}
.content form #preferred_contact {
	width: 243px;
}
.content form #host_agency_country_chosen {
	min-width:205px;
}
/* grid */
.content .grid {
	margin:0 -25px 0 0;
}
.content .grid .item {
	float:left;
	width:50%;
	text-align:center;
	padding:0 25px 0 0;
	margin:0 0 25px;
}
.content .grid .item a {
	display:block;
}
.content .grid .item a img {
	padding:4px;
	margin:0 0 10px;
	background:#fff;
	box-shadow:1px 1px 2px #acacac;
}
.content .grid .item a h3 {
	font-size:14px;
	margin:0;
}
.content .grid .item a:hover h3 {
	color:#f47d31;
}
.content .grid .row {
	clear:both;
	display:none;
}
.content .grid .row2 {
	display:block;
}
/* categories */
.content .category-header {
	padding:0 0 6px;
	border-bottom:1px solid #e8eced;
	margin:0 0 20px;
}
.content .category-header h3 {
	margin:0;
}
.content .category-header p {
	font-size:14px;
	text-transform:uppercase;
	margin:0;
}
/* site map */
.content ul.site-map > li {
	font-weight:700;
	text-transform:uppercase;
	padding:0;
	margin:0 0 20px;
	background:none;
}
.content ul.site-map ul li {
	font-weight:400;
	text-transform:none;
}
.content ul.site-map ul {
	padding:5px 0 0;
	margin:0;
}
.content ul.site-map ul ul {
	list-style-type:disc;
	padding-left:25px;
}
.content ul.site-map ul ul li {
	padding:0;
	background:none;
}
/* news */
.news h2.alert {
	padding:0 0 0 20px;
	background:url(/assets/images/alert.png) 0 8px no-repeat;
}
.news h3.alert {
	padding:0 0 0 20px;
	background:url(/assets/images/alert.png) 0 3px no-repeat;
}
.content p.date {
	font-size:10px;
	text-transform:uppercase;
	margin:0;
}
.content p.pagination {
	text-align:center;
}
.content p.pagination a, .content p.pagination strong {
	padding:0 5px;
}
.content p.pagination .prev, .content p.pagination .next {
	font-weight:400;
	font-style:italic;
}
.prev-next {
	text-align:center;
}
.prev-next .first {
	font-size:31px;
	line-height:31px;
	color:#3c2c22;
	margin:0 0 10px;
}
.prev-next .first a {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	color:#3c2c22;
}
.prev-next .first a:hover {
	color:#f47d31;
}
.prev-next .last {
	font-weight:700;
	text-transform:uppercase;
}
/* faqs */
.faqs h2{
  font-size:18px;
  margin-bottom:12px;
}
.faqs .faqs--category-title {
  background: rgb(240, 240, 240);
  padding: 0.25em 0.25em 0.25em 1em;
  cursor: pointer;
}
.faqs .faqs--category-title svg.trigger-plus {
  display: inline-block;
  float: right;
}
.faqs .faqs--category {
}
.faqs .faqs--group {
}
.faqs .faqs--question {
  font-size: 1rem;
  cursor: pointer;
}
.faqs .faqs--question svg.trigger-plus {
  display: inline-block;
  float: left;
}
.faqs .faqs--answer {
}

/* data-show-more */
[data-show-more] {
}
[data-show-more] [data-show-more--show] {
  transition: all ease .5s;
  cursor: pointer;
}
[data-show-more] svg.trigger-plus {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.1em;
  margin-left: -1.5em;
}
[data-show-more] [data-show-more--more] {
  margin-left: calc(13px + 1rem);
  padding: 1rem;
}
[data-show-more] [data-show-more--close] {
  cursor: pointer;
}
@media screen and min-width(800px) {
  [data-show-more] [data-show-more--close] {
    display: none !important;
  }
}

/* Plus sign expand list trigger */
.trigger-plus {
  fill: rgb(24,24,24);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}
.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}
.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}
.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}
.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}
.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}
/* photo gallery */
.content .photo-gallery {
	padding:0 0 5px;
	border-bottom:1px solid #e8eced;
	margin:0 0 20px;
}
.content p.download {
	text-align:right;
	margin:0 0 15px;
}
.content #photo-slides {
	margin:0 0 15px;
}
.content #photo-thumbs img {
	padding:4px;
	margin:0 0 15px;
	background:#fff;
	box-shadow:1px 1px 2px #acacac;
}
.content #photo-slides .slide {
	position:relative;
}
.content #photo-slides .slide .title {
	display:block;
	width:100%;
	font-size:14px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding:4px;
	background:url(/assets/images/subnav.png);
	position:absolute;
	bottom:0;
	left:0;
}
.content #photo-thumbs {
	max-width:560px;
	padding:0 16px;
	margin:0 0 15px;
}
.content #photo-thumbs ul {
	margin:0;
}
.content #photo-thumbs ul li {
	padding:0;
	margin:0;
	background:none;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.content #photo-thumbs ul li span {
	display:block;
	padding:0 15px 5px 0;
}
.content #photo-thumbs img {
	margin:0;
}
.content #photo-thumbs .flex-active-slide img {
	background:#f47d31;
}
.content #photo-thumbs .flex-direction-nav a  { background:url(/assets/images/slideshow2.png) no-repeat;}
.content #photo-thumbs .flex-direction-nav .flex-prev { background-position:0 50%; }
.content #photo-thumbs .flex-direction-nav .flex-next { background-position:-14px 50%; }
.content #photo-thumbs .flex-direction-nav .flex-prev:hover { background-position:-28px 50%; }
.content #photo-thumbs .flex-direction-nav .flex-next:hover { background-position:-42px 50%; }
/* columns */
.content .main, .content .news-article article {
	padding:10px 10px 1px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	margin:0 -10px 35px;
	background:#fff;
}
.content .news-article {
	padding:0;
	margin:0;
	background:none;
}
.content .main.overflow {
	overflow:hidden;
}
.main .slideshow {
	margin:0 0 20px;
}
.main .slideshow .flexslider, .main #photo-slides {
	max-width:560px;
	box-shadow:1px 1px 2px #acacac;
}
.main .fullContainer,.videoPlayer {
	position: relative;
	margin-top: 0;
	margin-bottom: 1.5em;
}
.main .fullContainer {
	padding-bottom: 200%
}
.videoPlayer {
	padding-bottom: 56.25%
}
.main .videoPlayer iframe {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* sidebar nav */
.sidebar nav {
	padding:2px 14px;
	margin:0 0 35px;
}
.sidebar nav ul {
	margin:0;
}
.sidebar nav ul li {
	padding:0;
	border-bottom:1px solid #616061;
	margin:0;
	background:none;
}
.sidebar nav ul li.active > a {
	font-weight:700;
	color: #fff;
}
.sidebar nav ul li.last {
	border:none;
}
.sidebar nav ul li a {
	display:block;
	font-size:14px;
	text-transform:uppercase;
	color:#ae9586;
	padding:7px 0;
}
.sidebar nav ul li a:hover {
	color:#f47d31;
}
.sidebar nav ul ul {
	display:none;
	padding:0 0 7px 35px;
	margin:-7px 0 0;
	background:none;
}
.sidebar nav ul .active > ul, .sidebar nav ul .parent-active > ul {
	display:block;
}
.sidebar nav ul ul li {
	border:none;
}
.sidebar nav ul ul li a {
	text-transform:none;
	padding:0;
}
.sidebar nav ul ul ul {
	padding:0 0 0 35px;
	margin:0;
}
/* ad */
.sidebar .ad {
	margin:0 0 35px;
}
.sidebar .ad a {
	display:block;
	color:#fff;
	text-align:center;
	padding:15px 20px;
	background:#457aa8;
}
.sidebar .ad a h2 {
	font-size:21px;
	font-weight:300;
	line-height:normal;
	text-transform:uppercase;
	margin:0 0 15px;
}
.sidebar .ad a h2 strong {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	display:block;
	font-size:76px;
	font-weight:700;
	line-height:71px;
	padding:0 0 4px;
	border-top:1px dashed #7da2c2;
	border-bottom:1px dashed #7da2c2;
	margin:6px auto 0;
	color: #e7cfb4;
	width: 80%;
	text-align: center;
}
.sidebar .ad a ul {
	/*line-height:24px;*/
	line-height:31px;
	margin:0;
}
.sidebar .ad a ul li {
	padding:0;
	background:none;
}
/* lineup */
.sidebar .ad-lineup {
	padding:2px 14px;
	margin:0 0 35px;
	background: #292929;
}
.sidebar .ad-lineup h2 {
	font-size:35px;
	font-weight:300;
	line-height:35px;
	text-transform:uppercase;
	color:#fff;
	padding:8px 0 11px;
	border-bottom:1px dashed #e7cfb4;
	margin:0 0 11px;
}
.sidebar .ad-lineup h2 strong {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	color:#e7cfb4;
}
.sidebar .ad-lineup ul {
	margin:0 0 11px;
}
.sidebar .ad-lineup ul li {
	font-size:12px;
	line-height:16px;
	color:#e7cfb4;
	padding:0;
	margin:0 0 12px;
	background:none;
}
.sidebar .ad-lineup ul li strong {
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
}
/* box */
.sidebar .box {
	padding:40px 0 0;
	margin:0 0 35px;
	background:url(/assets/images/western.png) top center no-repeat;
}
.sidebar .box .border {
	padding:0 0 20px;
	background:url(/assets/images/western.png) bottom center no-repeat;
}
.sidebar .box h2 {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
	line-height:26px;
	color:#3c2c22;
	margin:0 0 14px;
	text-align: center;
}
.sidebar .sign-up {
	background:url(/assets/images/western.png) top left no-repeat;
	width: 100%;
}
.sidebar .sign-up h2 {}
.sidebar .sign-up h2 strong {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-weight: 700;
}
/* signup */
.sidebar .signup a {
	display:block;
	color:#fff;
	text-align:center;
	padding:15px 20px;
	background:#457aa8;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(9, 9, 9, .5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(9, 9, 9, .5);
	box-shadow: 2px 2px 5px 0px rgba(9, 9, 9, .5);
}
.sidebar .signup a h2 {
	font-size:21px;
	font-weight:400;
	line-height:normal;
	text-align: center;
	text-shadow: 0px 1px 2px #000;
}
.sidebar .signup a h2 strong {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: .75px;
	display:block;
	font-weight:700;
	padding:0 0 4px;
	width: 100%;
	text-transform: uppercase;
	margin-top: -2px;
}
/* END CONTENT */


/* HOME PAGE */
/* slideshow */
.home .homeshow {
	background: #e6d1b8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6d1b8), color-stop(100%,#fdfcfa));
	background: -webkit-linear-gradient(top,  #e6d1b8 0%,#fdfcfa 100%);
	background: -moz-linear-gradient(top,  #e6d1b8 0%, #fdfcfa 100%);
	background: -ms-linear-gradient(top,  #e6d1b8 0%,#fdfcfa 100%);
	background: -o-linear-gradient(top,  #e6d1b8 0%,#fdfcfa 100%);
	background: linear-gradient(to bottom,  #e6d1b8 0%,#fdfcfa 100%);
}
.home .homeshow .slide {
	display:none;
}
.home .homeshow .flex-control-nav {
	display:block !important;
}
.home .homeshow .wrapper {
	padding:0;
}
.home .homeshow .text {
	font-size:15px;
	padding:10px 25px 35px;
}
.home .homeshow .text p {
	font-size:12px;
	line-height:16px;
	margin:0 0 10px;
}
@media screen and (min-width: 650px) {
	a.slideshow-btn {
	position: absolute;
    right: 5%;
    bottom: 100px;
	}
}
.home .homeshow .caption {
	display:none;
}
/* lineup */
.home .lineup {
	text-align:center;
	padding:30px 0 0;
	background: #e7cfb4;
	box-shadow:0 2px 2px #555;
	border-top: 1px solid #fff;
	position:relative;
	z-index:10;
}
.home .lineup .border {
	padding:0 0 17px;
	background:url(/assets/images/home-lineup-border.png) left bottom repeat-x #376185;
	box-shadow:0 2px 2px #333 inset;
}
.home .lineup h2 {
	background:url(/assets/images/bg-lineup.png) 50% 50% no-repeat;
	width: 100%;
	display:inline-block;
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:700;
	line-height:26px;
	text-transform:uppercase;
	color:#f47d31;
	padding:2px 60px;
	border:none;
	margin:0;
	position:relative;
	top:-30px;
}
.home .lineup h2 span {
	color:#3c2c22;
}
.home .lineup ul {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:400;
	color:#fff;
}
.home .lineup ul li {
	display:inline;
	padding:0;
	background:none;
}
.home .lineup ul li:after {
	content:"  •  ";
}
.home .lineup ul li.last:after {
	content:"";
}
.home .lineup ul strong {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:700;
	line-height:30px;
	color:#e7cfb4;
	white-space:pre-line;
}
/* cta */
.home .cta {
	text-align:center;
	box-shadow:0 2px 2px #555;
	position:relative;
	z-index:10;
}
.home .cta .border {
	padding:26px 0 12px;
	background:url(/assets/images/home-cta-bg.png);
}
.home .cta h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:24px;
	color:#e7cfb4;
	padding:0;
	border:none;
}
.home .cta .button {
	font-size:30px;
	line-height:30px;
}
.home .cta .button span {
	padding:10px 50px 10px 30px;
}
/* director message */
.home .director-message {
	padding:21px 0 30px;
	background: #e7cfb4;
	box-shadow:0 2px 2px #888;
	position: relative;
}
.home .director-message .wrapper {
	max-width:820px;
}
.home .director-message h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:normal;
	font-weight:300;
	line-height:normal;
	color:#222;
	padding:0 24px 0 68px;
	border:none;
	margin:0 0 3px;
}
.home .director-message p.date {
	font-size:14px;
	text-transform:none;
	padding:0 24px 0 68px;
	margin:0 0 5px;
}
.home .director-message .bubble {
	padding:18px 24px 1px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#fff;
	box-shadow:0 2px 2px #888;
	position:relative;
}
.home .director-message .bubble p {
	font-size:18px;
	line-height:24px;
}
.home .director-message .bubble span {
	display:block;
	width:38px;
	height:25px;
	background:url(/assets/images/bubble.png) no-repeat;
	position:absolute;
	top:-25px;
	left:24px;
}
/* activities */
.home .activities {
	overflow:hidden;
	padding:30px 0 10px;
	background:url(/assets/images/bg-header.png) 0 0 repeat;
}
.home #activities-slides, .home #activities-thumbs img {
	padding:4px;
	margin:0 0 15px;
	background:#fff;
	box-shadow:1px 1px 2px #acacac;
}
.home #activities-slides .slide {
	position:relative;
}
.home #activities-slides .slide .title {
	display:block;
	width:100%;
	font-size:14px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding:4px;
	background: #242424;
	position:absolute;
	bottom:0;
	left:0;
}
.home #activities-slides .slide .play {
	display:block;
	width:100%;
	height:100%;
	background:url(/assets/images/play.png) 50% 50% no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.home #activities-thumbs {
	padding:0 16px;
	margin:0 0 15px;
}
.home #activities-thumbs ul {
	margin:0;
}
.home #activities-thumbs ul li {
	padding:0;
	margin:0;
	background:none;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.home #activities-thumbs ul li span {
	display:block;
	padding:0 15px 5px 0;
}
.home #activities-thumbs img {
	margin:0;
}
.home #activities-thumbs .flex-active-slide img {
	background: #f47d31;
}
.home #activities-thumbs .flex-direction-nav a  { background:url(/assets/images/slideshow2.png) no-repeat;}
.home #activities-thumbs .flex-direction-nav .flex-prev { background-position:0 50%; }
.home #activities-thumbs .flex-direction-nav .flex-next { background-position:-14px 50%; }
.home #activities-thumbs .flex-direction-nav .flex-prev:hover { background-position:-28px 50%; }
.home #activities-thumbs .flex-direction-nav .flex-next:hover { background-position:-42px 50%; }
.home .activities .more a {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#3c2c22;
}
.home .activities .more a:hover {
	color: #f47d31;
}
.home .activities .more-video a {
	padding:0 0 0 25px;
	background:url(/assets/images/video.png) 0 50% no-repeat;
}
/* sponsor bar */
.home .sponsor {
	padding:20px 0;
	overflow:hidden;
	background: #fff;
	box-shadow:0 2px 2px #555;
	position:relative;
	z-index:7;
}
.home .sponsor h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:700;
	line-height:26px;
	color:#003633;
	padding:0;
	border:none;
}
.home .sponsor p {
	color:#313131;
}
.home #sponsors-slides,
.home #sponsors1-slides {
	padding: 4px;
	margin: 0 0 15px;
	background: #fff;
	/*box-shadow: 1px 1px 2px #acacac;*/
}
.home #sponsors-slides.flexslider .flex-direction-nav a,
.home #sponsors1-slides.flexslider .flex-direction-nav a {
	display: none !important;
}
/* blue bar */
.home .blue-bar {
	padding:20px 0;
	overflow:hidden;
	background: #fff url(/assets/images/tan-bar.png) repeat-x;
	box-shadow:0 2px 2px #555;
	position:relative;
	z-index:10;
}
.home .blue-bar h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:700;
	line-height:20px;
	color:#000;
	padding:0;
	border:none;
}
.home .blue-bar p {
	color:#000;
}
/* itinerary */
.home .itinerary {
	overflow:hidden;
	padding:30px 0 14px;
	background:url(/assets/images/home-itinerary.png) repeat;
  border-bottom:2px solid gray;
}
.home #itinerary-slides, .home #itinerary-thumbs img {
	padding:4px;
	margin:0 0 15px;
	background:#fff;
}
.home #itinerary-slides {
	padding:0;
	margin:-5px -25px 20px;
}
.home #itinerary-thumbs {
	padding:0 16px;
	margin:0 -20px 9px;
}
.home #itinerary-thumbs ul {
	margin:0;
}
.home #itinerary-thumbs ul li {
	padding:0;
	margin:0;
	background:none;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.home #itinerary-thumbs ul li span {
	display:block;
	padding:0 10px 5px 0;
}
.home #itinerary-thumbs img {
	margin:0;
}
.home #itinerary-thumbs .flex-active-slide img {
	background: #f47d31;
}
.home #itinerary-thumbs .flex-direction-nav a  { background:url(/assets/images/slideshow2.png) no-repeat;}
.home #itinerary-thumbs .flex-direction-nav .flex-prev { background-position:0 50%; }
.home #itinerary-thumbs .flex-direction-nav .flex-next { background-position:-14px 50%; }
.home #itinerary-thumbs .flex-direction-nav .flex-prev:hover { background-position:-28px 50%; }
.home #itinerary-thumbs .flex-direction-nav .flex-next:hover { background-position:-42px 50%; }
.home .white {
	padding:20px 25px 1px;
	background:#fff;
}
.home .white h2 {
	font-size:23px;
	line-height:23px;
	color:#f47d31;
	padding:0;
	border:none;
}
.home .white table {
	border:none;
	margin:0 0 12px;
}
.home .white table th, .home .white table td {
	vertical-align:middle;
	padding:8px 5px 8px 12px;
	border-bottom:1px solid #e8eced;
	background:none;
	font-weight: 700;
}
.home .white table th {
	font-size:11px;
	text-align:right;
	color:#7a7a7a;
	padding:8px 12px 8px 5px;
	font-weight: 400;
}
.home .white p.last {
	text-align:center;
}
.home .white p.last a {
	color:#0d303d;
}
.home .white p.last a:hover {
	color: #f47d31;
}
.home .curve-right {
	padding:0 0 16px;
	background:url(/assets/images/curve-right.png) right bottom no-repeat;
}
.home .curve-left {
	background:url(/assets/images/curve-left.png) left bottom no-repeat;
}
/* newsletter */
.home .newsletter {
	overflow:hidden;
	padding:30px 0;
	border-top: 1px solid #585858;
	background:url(/assets/images/bg-nav.png);
	box-shadow:0 2px 2px #555;
	position:relative;
	z-index:10;
}
.home .newsletter h2 {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:33px;
	font-style:normal;
	font-weight:700;
	line-height:36px;
	color:#fff;
	padding:0;
	border:none;
	margin:0;
}
.home .newsletter p {
	font-size:23px;
	line-height:22px;
	color:#4e8abe;
	margin:0 0 10px;
}
.home .newsletter form {
	max-width:880px;
	padding:0 100px 0 75px;
	margin:0 0 11px;
	position:relative;
	clear: both;
}
.home .newsletter form input.text {
	padding:6px 7px 6px;
}
.home .newsletter form .button {
	width:80px;
	font-size:16px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}
.home .newsletter form .button span {
	padding:7px 0;
}
.home .newsletter .fine-print p {
	display:block;
	font-size:11px;
	line-height:normal;
	color:#fff;
}
.home .newsletter .fine-print p a {
	color: #DB551F;
}
.home .newsletter .fine-print p a:hover {
	color: #fff;
}
/*.home .newsletter p {
	margin:0;
}
.home .newsletter .col1 p {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#4e8abe;
	margin:0 0 20px;
	text-transform: uppercase;
}
.home .newsletter form {
	max-width:400px;
	padding:0 100px 0 0;
	margin:0 0 11px;
	position:relative;
}
.home .newsletter form input.text {
	padding:6px 7px 7px;
}
.home .newsletter form .button {
	width:80px;
	font-size:16px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}
.home .newsletter form .button span {
	padding:7px 0;
}
.home .newsletter small {
	display:block;
	font-size:11px;
	line-height:normal;
	color:#fff;
}*/

/* gallery */
.home .gallery {
	overflow:hidden;
	padding:0;
	background: #efefef;
}
.home #gallery-slides {
	padding:4px;
	margin:0 0 15px;
	background:#fff;
	box-shadow:1px 1px 2px #acacac;
}
.home .gallery .more a {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#0d303d;
}
.home .gallery .more a:hover {
	color: #f47d31;
}
.home .gallery .more-photos a {
	padding:0 0 0 25px;
	background:url(/assets/images/photo.png) 0 50% no-repeat;
}
.home .gallery .flexslider .flex-prev {
	left:4px;
}
.home .gallery .flexslider .flex-next {
	right:4px;
}
/* END HOME PAGE */


/* FOOTER */
/* top */
.footer-top {
	padding:28px 0;
	background:url(/assets/images/shadow-bar.png) top left repeat-x #3b3b3b;
}
.footer-top nav {
	display:none;
}
.footer-top .book {
	margin:0 0 14px;
}
.footer-top .book p {
	font-size:23px;
	font-weight:300;
	color:#fff;
	text-align: center;
}
.footer-top .book a.call {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	color:#8e8e8e;
	font-weight: 700;
}
.footer-top .book p .button {
	margin:0 0 9px;
}
.footer-top .book p strong {
	color:#ba1946;
}
.footer-top .connect p strong {
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:700;
	line-height:34px;
	color:#fff;
}
.footer-top .connect ul li {
	display:inline;
	float:left;
	margin:0 7px 0 0;
}

.footer-top .connect ul li.twitter a {
	background-position:-34px 0;
}
.footer-top .connect ul li.flickr a {
	background-position:-68px 0;
}
.footer-top .connect ul li.youtube a {
	background-position:-102px 0;
}
/* bottom */
.footer-bottom {
	padding:28px 0;
	box-shadow:0 4px 2px #1b1b1b inset;
}
.footer-bottom .cruises {
	text-align:center;
	padding:5px 0 0 5px;
	margin:0 0 19px;
	background:#747474;
}
.footer-bottom .cruises a {
	display:block;
	float:left;
	width:33.33%;
	padding:0 3px 3px 0;
  height:63px;
}
.footer-bottom .cruises a img {
	margin:0 auto;
}
.footer-bottom p {
	clear:both;
	font-size:12px;
	line-height:26px;
	color:#333;
	margin:0 0 20px;
}
.footer-bottom p strong {
	display:block;
	text-transform:uppercase;
}
.footer-bottom a {
	color: #3c3c3c;
}
.footer-bottom a:hover {
	color:#f47d31;
}
.footer-bottom .credits a {
	display:block;
	float:left;
	margin:0 37px 0 0;
}
/* END FOOTER */
/* Search Box */
/*@media screen and (min-width:765px) {*/
  #search-box {
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    width: 500px;
    max-height: 75vh;
    overflow-y: auto;
    padding: 2rem 2rem 0rem 2rem;
    background-color: rgb(255,255,255);
    border: 1px solid rgba(0,0,0,0.25);
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5),
                0px 120vh 100vw 100vw rgba(0,0,0,0.5);
  }
  .content #search-box {
    position: relative;
    box-shadow: none;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
  }
  #search-box .search-box {
    display: block ;
    margin: -2rem -2rem 0rem -2rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(125,125,125,0.25);
    position: relative;
  }
  #search-box input#search {
    -webkit-appearance: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }
  #search-box label[for="keywords"] {
    display: inline-block;
    width: 1em;
    position: absolute;
    top: 1em;
    left: 1em;
    bottom: 0;
    font-size: 1em;
    color: rgba(0, 0, 0, 1);
  }
  #search-box .search-close {
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2em;
    width: 1em;
    height: 1em;
  }
  #search-box .search-close-x {
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    position: absolute;
    top: 0.33em;
    right: 0em;
    bottom: 0;
  }
  #search-box .search-close span {
    background-image: none;
    padding-right: 30px;
    padding-left: 16px;
  }
  #search-box .search-close .fa {
    color: rgb(206,8,83);
  }
  .search-results-container:empty {
    display: none;
  }
  .search-results-container {
    padding: 2rem;
  }
  nav .search-results-container {
    margin: -1rem -2rem 0rem -2rem;
    border-bottom: 1px solid rgba(125,125,125,0.25);
  }
  .search-results-container .stats {
    font-size: 0.85em;
    text-align: right;
    color: #b4b4b4;
    font-style: italic;
  }
  .content .search-results-container .stats {
    font-size: 1.25em;
    font-style: normal;
    color: #262626;
    text-align: left;
  }
  .search-results-container hr {
    border-color:rgba(125,125,125,0.25);
    border-bottom: none;
  }
  hr.ajax-search-rule{
    margin:1em -2rem;
  }
  .search-results-container article {
    transition: all 0.3s ease-in;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-bottom: 1em;
    padding: 0.5em;
  }
  .search-results-container article * {
    color: #292929;
  }
  .search-results-container article:not(:last-of-type) {
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(125,125,125,0.25);
    padding-bottom: 1em;
  }
  .search-results-container article:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    cursor: pointer;
  }
  .search-results-container article:hover * {
    color: #ba1946;
  }
  .search-results-container article header h3 {
    font-size: 1.125em;
    margin-bottom: 0;
  }
  .search-results-container article header h3 a {
    padding: 0;
  }
  .search-results-container article header cite {
    color: #ba1946;
    font-size: 0.9em;
    display: block;
    text-align: right;
  }
  .search-results-container .search-result-button {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 0.9em;
  }
/*}*/
@media screen and (min-width:980px) {
  #search-box {
    width: 600px;
  }
  .content #search-box {
    width: 100%;
  }
}
/* END Search Box */


/* SWEEPSTAKES */
.sweepstakes header .nav-toggle,
.sweepstakes header .book,
.sweepstakes header #main-nav > .wrapper ul,
.sweepstakes footer .footer-top,
.sweepstakes footer .footer-bottom,
.sweepstakes .sidebar nav,
.sweepstakes .sidebar .signup,
.sweepstakes .sidebar .ad,
.sweepstakes .sidebar .box,
.sweep-sidebar .ad-lineup,
.sweep-sidebar .ad,
.sweep-sidebar .box,
.sweep-sidebar .signup {
	display: none;
}
.sweepstakes .sweep {
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	margin: 0 0 5px;
}
.sweepstakes .ss-thank-you {
	max-width: 460px;
	margin: 0 auto;
}
.sweepstakes .content .main {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	margin: 0 -10px 35px;
}
.sweepstakes .content h1 {
	font-size: 36px;
}
.sweepstakes header #main-nav {
	height: 30px;
}
.sweepstakes .cover-img {
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	height: 249px;
}
.sweepstakes .cover-img .caption {
	position: relative;
	color: #fff;
	text-shadow: 0px 1px 2px #000;
	text-align: center;
	padding: 20px 0 0;
	z-index: 9999;
}
.sweepstakes .cover-img .caption p {
	font-size: 46px;
	line-height: 50px;
	font-weight: 600;
}
.sweepstakes .cover-img .caption .sub-cap {
	font-size: 15px;
	margin: 25px 0 0;
	line-height: 28px;
}
.sweepstakes footer {
	height: 30px;
	background:url(/assets/images/bg-nav.png);
}
.sweepstakes .content .ss-thank-you form .float-labels label {
	float: none;
	text-align: left;
	padding: 0;
}
.sweepstakes .content .ss-thank-you form .float-labels span.field {
	margin: 0;
}
.sweepstakes form fieldset .checks li label.thank-you {
	text-transform: none;
	font-size: 16px;
}
.sweepstakes .ss-thank-you form ul.checks li {
	padding: 0 0 0 30px;
}
.sweepstakes .ss-thank-you form fieldset .btn-sweep {
	margin: 0 auto 20px;
}
.sweepstakes form fieldset .btn-sweep {
	margin: 0 auto;
	text-align: center;
}
.sweepstakes .sweep-main {
	margin: 35px 0;
}
.sweepstakes .sweep-main h1 {
	font-weight: 300;
	font-family: 'Open Sans', serif; 
	color: #000;
	font-size: 23px;
	border-top: 1px solid #D2D6D8; 
	border-bottom: 1px solid #D2D6D8; 
}
.sweepstakes .sweep-sb .wafc {
	background:url(/assets/images/sidebar-nav2.png) bottom left repeat;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.sweepstakes .sweep-sb .wafc h2 {
	display: inline-block;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	font-family:'Arvo', Arial, Helvetica, sans-serif;
	color: #F47D31;
}
.sweepstakes .sweep-sb .wafc .cabin {
	background: #fff;
	margin: 0 20px 20px;
	padding: 25px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sweepstakes .sweep-sb .wafc .cabin label.rules {
	width: 100%;
	text-align: left;
	padding: 2px 2px 0 0;
	font-size: 12px;
}
.sweepstakes .sweep-sb label.rules a {
	color: #6297c5;
	text-decoration: underline;
}
.sweepstakes .sweep-sb label.rules a:hover {
	color: #000;
}
.sweepstakes .home .lineup .border {
	background: #376185;
}
.sweepstakes .copy {
	margin: 30px 20px;
	font-size: 13px;
}
.sweepstakes .copy a {
	color: #000;
	text-decoration: underline;
}
.sweepstakes .copy a:hover {
	color: #6297c5;
}
.sweepstakes #country_chosen {
	width: 144px !important;
}
/* END SWEEPSTAKES */


@media screen and (min-width:280px) {
	.sidebar nav {
		padding:2px 14px;
		margin:0 0 35px;
		background:url(/assets/images/sidebar-nav2.png) bottom left repeat;
	}
	.sidebar nav ul {
		margin:0;
		padding: 0;
	}
	.sidebar .ad a {
		background:#457aa8;
	}

	.sidebar .signup a {
		background:#d9531e;
		margin: 20px 0 20px;
	}
	.sidebar .signup h2 {
		margin: 0;
	}

	.home .newsletter form {
		max-width:100%;
		padding: 0;
	}
	.home .newsletter p,
	.home .newsletter form input.text {
		margin-bottom: 10px;
		width: 100%;
	}
	.home .newsletter form .button {
		width: 100%;
		font-size:16px;
		position:relative;
		margin: 0 auto;
	}
	.home .newsletter form .parsley-error-list {
		display: block !important;
		margin: -10px 0 10px 0 !important;
	}
}

@media screen and (min-width:450px) {
	.footer-bottom .cruises {
		float:left;
	}
	.footer-bottom .cruises a {
		display:block;
		float:left;
		width:auto;
	}
	.footer-bottom p strong {
		display:inline;
	}
}
@media screen and (min-width:550px) {
	.content .grid .item {
		width:33.33%;
	}
	.content .grid .row2 {
		display:none;
	}
	.content .grid .row3 {
		display:block;
	}
	.content .category-header {
		position:relative;
	}
	.home .newsletter form {
		padding:0 100px 0 0;
		margin:0 0 11px;
		position:relative;
		clear: both;
	}
	.home .newsletter form input.text {
		margin-bottom: 0;
	}
	.home .newsletter form .wafc-text {
		width: 23%;
		float: left;
		margin-right: 2%;
	}
	.home .newsletter form .wafc-text:last-of-type,
	.home .newsletter form input.text:last-of-type {
		margin-right: 0 !important;
	}
	.home .newsletter form .parsley-error-list {
		display: inline !important;
		margin: 0 !important;
	}
	.home .newsletter form .button {
		width:80px;
		font-size:16px;
		text-align:center;
		position:absolute;
		top:0;
		right:0;
	}
	.home .newsletter .fine-print {
		text-align: right;
	}
}
@media screen and (min-width:650px) {
	.button {
		display:inline-block;
		width:auto;
		text-align:left;
	}
	.button span {
		padding:7px 30px;
	}
	.content form .float-labels label, .content form .float-heading p.last label {
		float:left;
		width:170px;
		text-align:right;
		padding:0 20px 0 0;
	}
	.content form .float-labels br, .content form .float-heading p.last br {
		display:none;
	}
	.content form .float-labels span.field {
		display:block;
		margin:0 0 0 170px;
	}
	.content form .float-heading h3 {
		float:left;
		width:170px;
		margin:-2px 0 0;
	}
	.content form .float-heading .indent {
		margin:0 0 0 170px;
	}
	.content form .float-heading p.last label {
		/*line-height:12px;*/
		line-height:16px;
		margin:1px 0 0 -170px;
	}
	.content form .float-heading p.last span.field {
		display:block;
	}
	.content form ul.checks-float {
		margin:0 0 15px;
		width: 100%;
	}
	.content form ul.checks-float li {
		display:inline;
		float:left;
		width:50%;
		padding-right:10px;
	}
	.content form ul.checks-float li em {
		display:block;
	}
	.content form .float-labels p.last label {
		line-height: 16px;
	}
	.content form p.submit {
		padding:0 0 0 170px;
	}
	.home .newsletter .fine-print {
		display: block;
		width: 94%;
	}
	.home .homeshow .slide {
		position:relative;
	}
	.home .homeshow .caption {
		display:block;
		float:none;
		max-width:275px;
		width:auto;
		font-size:12px;
		font-style:italic;
		line-height:normal;
		color:#fff;
		padding:3px 24px 3px 6px;
		background:url(/assets/images/caption.png);
		position:absolute;
		top:0;
		right:0;
	}
	.flex-control-paging {
		bottom: 75px;
	}
	.footer-top .book, .footer-top .connect p, .footer-top .connect ul {
		float:left;
		margin:0;
	}
	.footer-top .connect {
		float:right;
		position:relative;
		top:28px;
	}
	.footer-top .connect p {
		padding:0 7px 2px 0;
		position:relative;
		top:0px;
	}
	.sweepstakes .sweep {
		text-align: left;
		position: absolute;
		top: 14px;
		left: 280px;
	}
	.sweepstakes .btn-sweep .button {
		padding: 5px 48px;
		text-align: center;
	}
	.sweepstakes .cover-img .caption {
		padding: 34px 0 0 75px;
		text-align: left;
		max-width: 500px;
	}
}
@media screen and (min-width:765px) {
  body.fn_scrollCheck--scrolling,
  body.fn_scrollCheck--bottom {
    margin-top: 30px;
  }
  .fn_scrollCheck--scrolling #main-nav,
  .fn_scrollCheck--bottom #main-nav {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    min-height: 30px;
    bottom: inherit;
    bottom: unset;
    height: inherit;
    height:unset;
    overflow: inherit;
    overflow: unset;
  }
  
  
	header .header-top {
		height:110px;
		background: url(/assets/images/cmc25-headerbg.jpg);
		background-position: center center;
		background-repeat: repeat-x;
		border-bottom: 1px solid #787778;
	}
	header .logo {
		float:left;
		width:68%;
		position:relative;
	}

	header .logo .date {
		font-size: 16px;
	}
	a.logo:hover{
		text-decoration: none;
	}
	header .book {
		position:absolute;
		top:20px;
		right:10px;
	}
	header .book p {
		text-align:center;
	}
	header .book p.last {
		line-height:24px;
		margin:-12px 0 0;
	}
	header .book p.last a {
		display: inline-block;
		margin: 0 0 2px;
	}
	header .nav-toggle {
		display:none;
	}
	header #main-nav {
		display:block !important;
	}
	header nav .wrapper > ul {
		border-left:1px solid #80d8f7;
	}
  header nav a {
  	padding: 6px;
	}  
    header nav .wrapper > ul > li {
		display:inline;
		float:left;
		border:none;
		border-right:1px solid #7e7562;
		position:relative;
	}
  header nav .wrapper > ul > li.last{
    border-right:none;
  }
	header nav .wrapper > ul > li > a {
		padding:6px 13px;
	}
	header nav .wrapper > ul > li.smaller {
		border:none;
	}
	header nav .wrapper > ul > li.smaller > a {
		font-size:11px;
		font-weight:400;
		padding:8px 10px 7px;
	}
	header nav .wrapper > ul .over ul {
		display:block;
	}
  header nav .wrapper > ul .over ul ul {
      display: none;
  }
  header nav .wrapper > ul .over ul .over {
      position: relative;
  }
  header nav .wrapper > ul .over ul .over ul {
      display: block;
      position: absolute;
      right: -100%;
      top: 0;
      left: 100%
  }
  header nav .wrapper > ul ul ul li a {
      padding-left: 10px;
  }
	header nav .wrapper > ul ul {
		width:240px;
		border:none;
		position:absolute;
		top:100%;
		left:0;
	}
  header nav .wrapper > ul ul > li {
      position: relative;
  }
	header nav .wrapper > ul li.right-drop ul {
		right:0;
		left:auto;
	}
	.content h1, .home h2 {
		font-size:40px;
		line-height:40px;
		padding:4px 0;
	}
	.content p.float-right {
		float:right;
		margin-left:20px;
	}
	.content p.float-left {
		float:left;
		margin-right:20px;
	}
	.content .intro img {
		float:left;
		margin:0 15px 0 0;
	}
	.content .main {
		float:right;
		width:68%;
		/* min-height:800px; */
		padding:30px 25px 5px;
		margin:0 0 35px;
	}
  .content .main.full-column {
    float:right;
    width:100%;
  }
	.content .news-article {
		padding:0;
		margin:0;
	}
	.content .news-article article {
		padding:30px 25px 5px;
		margin:0 0 35px;
	}
	.content .sidebar {
		float:left;
		width:32%;
		padding:0 10px 0 0;
	}
	.sidebar .ad a h2 strong {
		display: inline-block;
		width: 80%;
	}
	.home .homeshow .text {
		color:#fff;
 		position: relative;
	}
	.home .homeshow .text strong {
		font-family:'Arvo', Arial, Helvetica, sans-serif;
		font-size:27px;
		font-style:italic;
		line-height:36px;
		color:#e5d5ae;
	}
	.home .director-message h2, .home .director-message .bubble {
		padding-left:96px;
	}
	.home .director-message p.date {
		position:absolute;
		top:11px;
		right:10px;
	}
	.home .director-message .bubble span {
		left:52px;
	}
	.home .lineup ul strong {
		font-size:27px;
		line-height:37px;
	}
	.home .cols50 {
		margin:0 -25px 0 0;
	}
	.home .cols50 .col {
		float:left;
		width:50%;
		padding:0 25px 0 0;
	}
	.home .activities .col2 ul, .home .activities .col2 p.last, .home .gallery .col1 ul {
		margin-left:75px;
	}
	.home .sponsor p.last,
	.home .blue-bar p.last {
		margin:0;
	}
	.home .white {
		min-height:420px;
	}
	.home .newsletter h2 {
		font-size:52px;
		line-height:52px;
	}
	.home .newsletter form {
		max-width:97%;
		padding:0 100px 0 0;
		margin:0 0 11px;
		position:relative;
		clear: both;
	}
	.footer-top nav {
		display:block;
		margin:0 -10px 0 0;
	}
	.footer-top nav .col {
		float:left;
		width:14%;
		padding:0 10px 16px 0;
	}
	.footer-top nav .col1 {
		width:11.5%;
	}
	.footer-top nav .col2 {
		width:17.5%;
	}
	.footer-top nav .col3 {
		width:14%;
	}
	.footer-top nav .col4 {
		width:9.5%;
	}
	.footer-top nav .col5 {
		width:12%;
	}
	.footer-top nav .col6 {
		width:17.5%;
	}
	.footer-top nav .col7 {
		width:18%;
	}
	.footer-top nav p {
		font-size:13px;
		text-transform:uppercase;
	}
	.footer-top nav p, .footer-top nav ul li {
		padding:0 0 8px;
	}
	.footer-top nav ul {
		font-size:11px;
	}
	.footer-top nav strong a,
	.footer-top nav strong {
		color:#a1a1a1;
	}
	.footer-top nav a {
		color:#c6c6c6;
	}
	.footer-top nav a:hover {
		color:#fff;
	}
	.footer-bottom .cruises {
		float:right;
	}
	.footer-bottom p {
		clear:none;
	}
	.sweepstakes .sweep {
		top: 10px;
	}
	.sweepstakes header p.date {
		right: -238px;
	}
	.sweepstakes .content .ss-thank-you form .float-heading .indent {
		margin: 0 0 0 98px;
	}
	.sweepstakes .cover-img .caption .sub-cap {
		font-size: 20px;
		margin: 50px 0 0;
	}
	.sweepstakes .content .main {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin: 40px 0;
	}
	.sweepstakes .content .sidebar {
		margin: 40px 0 0;
	}
	.sweepstakes .sweep-main {
		float:left;
		width:50%;
		min-height:555px;
		padding:0 25px 5px 80px;
	}
	.sweepstakes .sweep-sb {
		float:right;
		width:50%;
		padding:0 0 0 10px;
	}
	.sweepstakes .sweep-sb .wafc {
		max-width: 420px;
		float: right;
		margin-top: -67px;
	}
	.sweepstakes .sweep-sb .wafc .cabin {
		max-width: 300px;
	}
	.sweepstakes .sweep-sb .wafc .cabin form label {
		float: left;
		padding: 0 10px 0 0;
		text-align: left;
		width: 92px;
	}
	.sweepstakes .sweep-sb .wafc .cabin form span.field {
		margin: 0 0 0 92px;
	}
}
@media screen and (min-width:800px) {
	.content .sidebar {
		padding:0 20px 0 0;
	}
}
@media screen and (min-width:915px) {
	.mobile-hide {
		display:block;
	}
	.alert-bar p {
		padding:15px 60px 15px 90px;
		background-position:60px 15px;
	}
	header .header-top {
		height: 110px;
	}
	header .logo p.title {
		font-size:34px;
	}
	header .logo p.title strong {
		font-weight:400;
	}
	header .header-top .date {
		font-size: 20px;
	}
	header .header-top .port {
		font-size: 14px;
		width: 470px;
	}
	.content .sidebar.no-nav {
		padding-top:53px;
	}
	.sweepstakes .content .sidebar.no-nav {
		padding-top:0;
	}
	.sidebar nav {
		padding-top:40px;
	}
	.sweepstakes header p.date {
		right: -638px;
	}
	.sweepstakes .sweep {
		left: 230px;
		top: 5px;
	}
	.sweepstakes .sweep-sb .wafc {
		margin-right: 60px;
	}
}
@media screen and (min-width:980px) {
	header nav .wrapper {
		padding:0 10px;
	}
	header nav .wrapper > ul > li {
/*    width:14%;
*/	}
	header nav .wrapper > ul > li > a {
		text-align:center;
		padding:6px 24px;
	}
	header nav .wrapper > ul > li.smaller {
		width:8%;
	}
	header nav .wrapper > ul > li.smaller > a {
		text-align:center;
		padding:8px 0 7px;
	}
	header .header-top {
		height:110px;
		border-bottom: 1px solid #787778;
	}
	header .header-top .date {
		font-size: 20px;
	}
	header .header-top .port {
		font-size: 14px;
		width: auto;
	}
	.content .main .slideshow {
		max-height: 235px;
		overflow: hidden;
	}
	.content .main .photo-gallery #photo-slides {
		max-height: 300px;
		overflow: hidden;
	}
	.content p.float-right, .content p.float-left {
		max-width:300px;
	}
	.content .sidebar {
		padding:0 80px 0 0;
	}
	.sidebar nav {
		background:url(/assets/images/sidebar-nav-top.png) bottom left repeat-y;
		margin: 0 0 64px 0;
		padding-top: 25px;
		position: relative;
	}
	.sidebar nav::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px; /* Adjust height as needed */
		/* background-color: red; */
    background-image: url(/assets/images/sidebar-nav-bottom.png); /* Background image for angled effect */
    /* background-size: cover; Adjust as needed */
    /* background-repeat: no-repeat; */
    /* background-position: bottom left;  */
}
	.sidebar nav ul {
		background:url(/assets/images/western2.png) top center no-repeat;
		padding: 40px 0 30px 0;
	}
	.sidebar .ad a {
		background:url(/assets/images/sidebar-dates-top.png) top left no-repeat;
		padding: 40px 0 1px 0;
		-webkit-box-shadow: 4px 4px 4px -1px rgba(9, 9, 9, .5);
		-moz-box-shadow: 4px 4px 4px -1px rgba(9, 9, 9, .5);
		box-shadow: 4px 4px 4px -1px rgba(9, 9, 9, .5);
		width: 98%;
	}
	.sidebar .ad a ul {
		background: #457aa8;
		width: 98%;
	}
	.sidebar .signup a {
		background:url(/assets/images/btn-sign-up.png) top center no-repeat;
		/*padding: 40px 0 1px 0;*/
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.sidebar .ad-lineup {
		-webkit-box-shadow: 2px 2px 5px 0px rgba(9, 9, 9, .5);
		-moz-box-shadow: 2px 2px 5px 0px rgba(9, 9, 9, .5);
		box-shadow: 2px 2px 5px 0px rgba(9, 9, 9, .5);
	}
	.home .homeshow {
	     max-height:400px;
	     overflow:hidden;
	}
	.home .homeshow .wrapper {
		padding:0 10px;
	}
	.home .homeshow .text p {
		float:left;
		width:550px;
		padding:0 14px 0 0;
		margin:0;
	}
	.home .homeshow p.last {
		float:right;
		width:230px;
		text-align:right;
		padding:16px 0 0;
	}
	.home .activities .wrapper {
		padding:0 90px;
		background:url(/assets/images/Guitar.png) 103% 120px no-repeat;
		background-size: 185px;
	}
	.home .sponsor .wrapper,
	.home .blue-bar .wrapper {
		padding:0 70px;
	}
	.home .itinerary .wrapper {
		padding:0 90px;
	}
	.home .newsletter form {
		max-width:880px;
		padding:0 100px 0 75px;
		margin:0 0 11px;
		position:relative;
		clear: both;
	}
	.home .newsletter form input.text {
		margin-bottom: 0;
	}
	.home .newsletter form input.text {
		font-size: 16px;
	}
	.home .newsletter form #first_name {
		width: 28%;
	}
	.home .newsletter form #email {
		width: 20%;
	}
	.home .newsletter form #zip {
		width: 22%;
	}
	.home .newsletter form #phone {
		width: 20%;
	}
	.home .newsletter form .wafc-text {
		margin-right: 3%;
	}
	.home .newsletter form .wafc-text:last-of-type {
		margin-right: 0 !important;
	}
	.home .newsletter .fine-print {
		text-align: right;
		display: block;
		width: 88%;
	}
	.home .gallery .wrapper {
		padding:30px 90px 10px 90px;
    position:relative;
	}
  .home .gallery .wrapper .upPalm{
    background-image:url(/assets/images/Palm_Trees.png);
    background-repeat:no-repeat;
    background-size:contain;
    width:228px;
    height:165px;
    position:absolute;
    bottom:0;
    left:-50px;
  }
  .home .gallery .wrapper .downPalm{
    background-image:url(/assets/images/DownwardPalm.png);
    background-repeat:no-repeat;
    background-size:contain;
    width:236px;
    height:153px;
    position:absolute;
    top:0;
    right:-145px;
  }
	.sweepstakes header p.port,
	.sweepstakes header p.date {
		right: -679px;
	}
}

.video-container {
position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Countdown timer */
.timer-widget{
  font-family:'Arvo';
  font-weight:bold;
  font-size:13px !important;
  margin:0 0 4px 0;
}

@media (min-width: 765px){
  header .header-top{
    height:125px;
  }
}
@media (min-width: 915px){
  header .header-top{
    height:135px;
  }
}

label[for="cell"], #cell {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

p.nospacebelow{
	margin:0;
}


.social ul{
	list-style:none;
	padding:0;
	margin:0;  
}
.social ul li{
		display:inline-block;
		margin:0 .15em;
		position:relative;
		z-index:1;
}
.social ul li:hover{
	margin-top: 1px;
}
.social ul li.facebook:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f09a";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.instagram:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f16d";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.twitter:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f081";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.linked-in:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f08c";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.youtube:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f431";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.spotify:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f1bc";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li a {
	font: 0/0 serif;
  text-shadow: none;
  color: transparent;
	display:block;
	width:35px;
	height:35px;
}
.social ul li a:hover{
	margin-top:2px;
}

/* Homepage Block edits */
.social.homepage-social{
	background-color:#376185;
	padding:1.75em;
	border-radius: 8px;
}
.social.homepage-social h3{
	font-size: 28px;
	color:white;
	margin:0 0 .5em 0;
	text-align: center;
}
.social.homepage-social ul{
	margin:0 auto;
	text-align: center;
}
.social.social.homepage-social ul li{
	padding:0;
	margin:0 .5em;
	background: none;
}
.social.homepage-social ul li a {
	width:50px;
	height:50px;
}

.social.homepage-social ul li.facebook:before{
	font-size: 50px;
	line-height: 50px;
}
.social.homepage-social ul li.instagram:before{
	font-size: 50px;
	line-height: 50px;
}
.social.homepage-social ul li.twitter:before{
	font-size: 50px;
	line-height: 50px;
}
.social.homepage-social ul li.youtube:before{
	font-size: 50px;
	line-height: 50px;
}
.social.homepage-social ul li.spotify:before{
	font-size: 50px;
	line-height: 50px;
}

@media only screen 
  and (max-width: 480px) 
{
	.social{
		width:136px !important;
		top:8px !important;
	}
	.social.homepage-social{
		width:100% !important;
	}
	.social ul li{
		margin:0 !important;
	}
	.social ul li a{
		width: 30px;
		height:30px;
	}
	.social ul li.facebook:before{
		font-size:30px;
		line-height: 30px;
	}
	.social ul li.instagram:before{
		font-size:30px;
		line-height: 30px;
	}
	.social ul li.twitter:before{
		font-size:30px;
		line-height: 30px;
	}
	.social ul li.linked-in:before{
		font-size:30px;
		line-height: 30px;
	}
	.social ul li.youtube:before{
		font-size:30px;
		line-height: 30px;
	}
	.social ul li.spotify:before{
		font-size:30px;
		line-height: 30px;
	}
}
@media only screen 
  and (max-width: 320px) 
{
	.social{
		top:26px !important;
	}

}