/* COLORS *//*
yellow  : f1d814
magento : ed1d70
lt blue : dfeef2
tx blue : 40b7e7
menu bg : 000000
purple  : 681e8a
orange  : f68900
*//* END COLORS */

/* TESTING WITH DHG */
@font-face {
  font-family: 'Chalet-ParisNineteenSeventy';
  src: url('/assets/fonts/Chalet-ParisNineteenSeventy.woff') format('woff'); /* Modern Browsers */
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'ChaletNewYorkNineteenSeventy';
  src: url('/assets/fonts/ChaletNewYorkNineteenSeventy.woff') format('woff'); /* Modern Browsers */
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'MacrameBV';
  src: url('/assets/fonts/MacrameBVOne.woff') format('woff'); /* Modern Browsers */
  font-weight: normal;
  font-style: normal; 
}

/* 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:'Raleway', Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:400;
  color:#292929;
  background:#292929;
}

strong {
  font-weight:700;
}
a {
  text-decoration:none;
  color:#f68900;
}
a:hover {
  color:#0097be;
}
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:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  font-size:20px;
  line-height:20px;
  text-transform:uppercase;
  text-shadow: -2px 2px #000;
  color:#fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  background-color:#40b7e7; 
  box-shadow:-2px 2px 2px #222;
  cursor:pointer;
  padding:8px 16px;
}
/*.button span {
  display:block;
  padding:7px 50px 7px 30px;
  background:url(/assets/images/button.png) right 50% no-repeat;
  cursor:pointer;
}*/
.button.smaller span {
  padding: 3px 30px 3px 16px;
  background-position: calc(100% + 16px) 50%;
}
.button:hover {
  color:#fff;
  background-color:#ed1d70; 
}
.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;
}
.purple{
  color:#681e8a !important;
}

/* HEADER */
body > header {
  position:relative;
  z-index:999;
  text-align: center;
  background-color:#f9efae;
}
body .header-top{
  background-image:url(/assets/images/top-header-bg.jpg);
  background-size:cover;
}
.alert-bar {
  background:url(/assets/images/alert-bg.png);
}
.alert-bar p {
  font-weight:700;
  font-size:14px;
  line-height: 24px;
  color:#fff;
  padding:15px 60px 15px 30px;
  background:url(/assets/images/alert-large.png) 0 15px no-repeat;
}
.alert-bar a {color:#fff !important;}
header h1 {
  position:absolute;
  top:-9999px;
  left:-9999px;
}
header .logo {
  display:block;
  color:#40b7e7;
  padding:10px 0;
  text-transform:uppercase;
}
header .logo img {
  width: 100px;
/*  height: 67px;
*/  margin:0 auto;
}
header .logo p {
/*  font-size:14px;*/
}
header .logo p.title {
  font-size:18px;
  font-family: 'thirsty', sans-serif;
  font-weight:400;
  color:#fff;
/*  width: 50%;*/
  margin: 0 auto 0.25rem auto;
}
header .logo p.date {
  font-family:'ChaletNewYorkNineteenSeventy', sans-serif;
  margin: 0.25rem 0;
  font-size:20px;  
}
header .ports {
  color:#000;
  font-size: 14px;
  font-family:'MacrameBV', sans-serif;
}
header .ports i{
  color:#ed1d70;
  font-size:.6em;
}
.button {
  display:block;
  width:100%;
  text-align:center;
}

header .book {
  padding:0 0 10px;
  transition: all 0.3s ease-in;
}
header .book p,
header .book a.call {
  color:#000;
}
header .book a.call {
  font-size: 1.125em;
  font-weight:600;
  
}
header .book p .button {
  width: auto;
  margin: 0.25rem auto;
  display: inline-block;
/*  padding: 0 1.5em;
*/}
/*header .book p .button span {
  padding-right: 50px;
}*/
header .book p.last {
  font-size:17px;
}
header .account {
  margin-top: .5em !important;
    font-weight: bold;
}
header .account a {
  color: black !important;
  font-weight: bold;
}
header .nav-toggle {
  display: block;
  height: 38px;
  background-image: url(/assets/images/nav-toggle.png);
  background-repeat: no-repeat;
  width: calc(100% + 20px);
  background-position: calc(100% - 5px) center;
  background-size: 24px 24px;
  padding: 10px;
  margin: 10px -10px 0 -10px;
  background-color: #000;
}
header #main-nav {
  display:none;
  background-color:rgb(0,0,0);
  box-shadow:0 0 5px #333;
  text-align: left;
}
.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 a {
  padding: 16px;
}
header nav .wrapper > ul > li {
  border-bottom:1px solid #292929;
}
header nav .wrapper > ul > li > a {
  display:block;
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  color:#ccc;
  padding-left: 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:url(/assets/images/subnav.png);
}
header nav .wrapper > ul ul {
  display:none;
  border-top:1px solid #292929;
  background:url(/assets/images/subnav.png);
}
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 ul li a {
    padding-left: 20px;
}
header nav .wrapper > ul ul li a:hover {
  color:#f1d814;
  background:#0d303d;
}
/* END HEADER */


/* CONTENT */
.content.home{
  background-color:#eaeaea;
}
.content {
  padding:0 0 1px;
  background:#e6e4ff;
}
.content h1, .home h2 {
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  font-size:33px;
  line-height:33px;
  color:#ed1d70;
  padding:7px 0 8px;
  margin:0 0 20px;
}
.content h2 {
  font-size:23px;
  line-height:28px;
  margin:0 0 20px;
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  color:#40b7e7;
}
.content h2.inline {
  font-weight:300;
}
.content h3, .content h4, .content h5, .content h6 {
  font-size:20px;
  line-height:20px;
  color:#40b7e7;
  margin:0 0 20px;
}
.content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
  color:#0d303d;
}
.content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
  color:#0097be;
}
.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:30px;
  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-notes.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:italic;
}
.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:#0d303d;
}
.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:'Lobster Two', 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 input.radio {
  display:inline;
  line-height:normal;
  cursor:pointer;
  width: 20px;
}
.content form input.radio + strong {
  margin-right: 40px;
}
.content form textarea {
  height:150px;
  resize:none;
}
.content form ul.checks.nomargin {
  margin: 0 !important;
}
.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 small {
  font-size: 12px;
}
.content form #preferred_contact {
  width: 178px;
}
.content form .lowercase {
  text-transform: none;
}
.content form #grid_add_row_27.submit {
  display:inline-block;
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:16px;
  text-transform:uppercase;
  color:#fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  background-color:#d31d50; 
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d31d50), to(#b11641));
  background-image:-webkit-linear-gradient(top, #d31d50, #b11641); 
  background-image:-moz-linear-gradient(top, #d31d50, #b11641);
  background-image:-ms-linear-gradient(top, #d31d50, #b11641);
  background-image:-o-linear-gradient(top, #d31d50, #b11641);
  box-shadow:0 0 2px #222 inset;
  cursor:pointer;
  padding: 5px 15px;
}
.content form #grid_add_row_27.submit:hover {
  color:#fff;
  background-color:#d31d50; 
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#b11641), to(#d31d50));
  background-image:-webkit-linear-gradient(top, #b11641, #d31d50); 
  background-image:-moz-linear-gradient(top, #b11641, #d31d50);
  background-image:-ms-linear-gradient(top, #b11641, #d31d50);
  background-image:-o-linear-gradient(top, #b11641, #d31d50);
}
.content form .freeform_grid {
  margin: 0 0 20px;
}
.content form #grid_27 input {
  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 #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:#0097be;
}
.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:#0d303d;
  margin:0 0 10px;
}
.prev-next .first a {
  font-family:'Lobster Two', Arial, Helvetica, sans-serif;
  color:#0d303d;
}
.prev-next .first a:hover {
  color:#0097be;
}
.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:#0097be;
}
.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;
  -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;
  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 .videoPlayer iframe {
  position: absolute;
  height: 100%; 
  left: 0;
  top: 0;
  bottom: 0;
  right:0;
  width: 100%;
}
iframe {
  width: 100%;
}
/* sidebar nav */
.sidebar nav {
  padding:80px 20px 10px 20px;
  margin:0 0 2em 0;
  background:url(/assets/images/subnav-bg.png) no-repeat center 25px #f68900;
}
.sidebar nav ul {
  margin:0;
}
.sidebar nav ul li {
  padding:0;
  border-bottom:1px solid #fff;
  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:#000;
  padding:7px 0;
}
.sidebar nav ul li a:hover {
  color:#681e8a;
}
.sidebar nav ul ul {
  display:none;
  padding:0 0 7px 35px;
  margin:-7px 0 0;
}
.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 0;
}
.sidebar .ad a {
  display:block;
  color:#fff;
  text-align:center;
  padding:30px 20px 15px 20px;
  background:url(/assets/images/booknow-bg.jpg);
}
.sidebar .ad a h2 {
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  font-size:21px;
  color:#fff;
  line-height:normal;
  text-transform:uppercase;
  margin:0 0 15px 0;
  text-shadow:2px 2px 1px #000;
}
.sidebar .ad a h2 strong {
  display:block;
  font-size:76px;
  line-height:71px;
  padding:4px 0 0 0;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  margin:6px 0 0;
  color:#f1d814;
}
.sidebar .ad a ul {
  line-height:24px;
  margin:0;
}
.sidebar .ad a ul li {
  padding:0;
  background:none;
  text-transform:uppercase;
  font-size:18px;
  text-shadow:2px 2px 1px #000;
}
/* lineup */
.sidebar .ad-lineup {
  margin:0 0 35px 0;
  padding-bottom:10px;
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  background:url(/assets/images/sidebar-ad-lineup-bg.jpg);
}
.sidebar .ad-lineup h2 {
  font-size:55px;
  line-height:35px;
  background-color:#7e22a2;
  text-transform:uppercase;
  color:#ed1d70;
  padding:18px 0 4px 0;
  margin:0 0 11px 0;
  text-align:center;
}
.sidebar .ad-lineup h2 strong {
  color:#fff;
  font-size:36px;
}
.sidebar .ad-lineup ul {
  margin:0 0 11px;
  font-family:'Chalet-ParisNineteenSeventy', Arial, Helvetica, sans-serif;
}
.sidebar .ad-lineup ul li {
  font-size:12px;
  line-height:24px;
  color:#fff;
  padding:0 14px;
  margin:0 0 12px 0;
  background:none;
}
.sidebar .ad-lineup ul li strong {
  font-size:24px;
  font-weight:300;
}
/* box */
.sidebar .box {
  padding:34px 0 0;
  margin:0 0 35px;
  text-align:center;
  color:#681e8a;
  
}
.sidebar .box .border {
  padding:0 0 20px;
}
.sidebar .box h2 {
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  font-size:36px;
  line-height:26px;
  text-transform:uppercase;
}
/* signup */
.sidebar .signup{
  width:190px;
  height:170px;
  margin:0 auto 20px auto;
}
 
.sidebar .signup a {
  display:block;
  background:url(/assets/images/email-list-bg.png) top center no-repeat;
  color:#fff;
  text-align:center;
  text-shadow: 0px 1px 2px #000;
  font-family:'Chalet-ParisNineteenSeventy', Arial, Helvetica, sans-serif;
  width:190px;
  height:170px;
}

.sidebar .signup a h2, .sidebar .signup a p{
  text-align:left;
  padding-left:100px;
}
.sidebar .signup a h2{
  font-size:22px;
  line-height:24px;
  color: #fff;
}
.sidebar .signup a p{
  padding-top:10px;
  font-size:20px;
  line-height:24px;
  margin:0;
}

/* END CONTENT */


/* HOME PAGE */
/* slideshow */
.home .homeshow {
    background-color: #e0eef2;
}
.homeshow .wrapper{
 padding: 0;
}

.home .homeshow div.slide {
    position: relative;
}

.home .homeshow .flex-control-nav {
    display: none;
}

.home .homeshow .text {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 5%;
    position: absolute;
    bottom: 0;
}
.home .homeshow .slides ul {
	margin:0;
}
.home .homeshow .slides ul li {
    float: left;
    margin-bottom: .3em;
}
.slide-list-item1 {
    width: 70%;
}

.slide-list-item2 {
    width: 30%;
    position: absolute;
    right: 5%;
  	bottom: 1.3em;
}
.slide-list-item2 a.button{
  position: absolute;
  right: 5%;
  bottom: -14px;
  font-size:1em;
  padding:2px 6px;
  width:125px !important;
  text-align: center !important;
}

@media (max-width:599px) {
    .home .homeshow .slides ul li {
        float: right;
        font-size: 70%;
        width: auto;
        background:none;
    }
    .slide-list-item1 {
        display: none;
    }
    .slide-list-item2 {
        margin: 10px auto!important;
    }
}
@media screen and (min-width: 650px) {
  .slide-list-item2 a.button{
      position: absolute;
    	bottom: 0px;
      font-size:1.5em;
      padding:10px 15px;
      width:180px !important;
    }
}
.home .homeshow .text strong {
    color: #f4da44;
    font-size: 2em;
    white-space: pre-line;
}

.home .homeshow .text strong::after {
    content: "\a";
    white-space: pre-line;
}

.home .homeshow .caption {
    background-color: #000;
    background: 0 0\9;
    background: rgba(0, 0, 0, .3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    display: block;
    float: none;
    font-size: .8em;
    padding: .5em 1em;
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
}

@media (min-width:600px) {
    .home .homeshow .caption,
    .home .homeshow .flex-control-nav {
        display: block !important;
    }
    .home .homeshow .caption {
        left: auto;
        width: 30%;
    }
    .home .homeshow .flex-control-nav {
        bottom:10px;
    }
}

/* lineup */
.home .lineup {
  background: #f5981f;
}

.lineup .border {
    background: #40b7e7;
    margin-bottom: 2em;
}

.lineup .border h2 {
    border:none !important;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 46px;
    position: relative;
    text-align:center;
    color:#f1d814;
    font-style:normal;
    font-weight:normal;
    font-family:'ChaletNewYorkNineteenSeventy', sans-serif;
    text-transform:uppercase;
}
.lineup .border h2 span {
    position: relative;
}
.lineup .border h2 span::before, .lineup .border h2 span::after {
    content: "";
    background: url(/assets/images/lineup-balls.png) no-repeat;
    display: inline-block;
    position: absolute;
    width: 83px;
    height: 23px;
}
.lineup .border h2 span::before {
    margin: 8px 10px 0 0;
    right: 100%;
}
.lineup .border h2 span::after {
    margin:8px 0 0 10px;
    left: 100%;
}
.home .lineup ul {
  font-size:16px;
  color:#681e8a;
  text-align:center;
}
.home .lineup ul li {
  display:inline;
  padding:0;
  background:none;
  font-size:18px;
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif !important;
}

.home .lineup ul li.last {
	display: block;
    position: relative;
}
/*.home .lineup ul li.last strong::before {
    background: url(/assets/images/sirius.png) center top no-repeat;
    height: 75px;
    width: 520px;
    content: "";
    display: block;
    background-size: cover;
    margin: auto;
}*/
@media screen and (max-width: 599px) {
    .home .lineup ul li.last strong::before {
        background: url(/assets/images/sirius-mobile.png) center top no-repeat;
        height: 85px;
        width: 265px;
        background-size: cover;
    }
}
.home .lineup ul li:after {
  content:"  •  ";
  color:#fff;
  font-size:20px;
}
.home .lineup ul li.last:after {
  content:"";
}
.home .lineup ul strong{
  font-family:'Chalet-ParisNineteenSeventy', Arial, Helvetica, sans-serif !important;
  font-size:20px;
  font-weight:normal;
  font-style:normal;
  line-height:30px;
  color:#fff;
  white-space:pre-line;
}
/* cta */
.home .cta {
  text-align:center;
  padding:4px 0 0;
  background:url(/assets/images/booknow-bg.jpg);
  box-shadow:0 2px 2px #555;
  position:relative;
  z-index:10;
}
.home .cta .border {
  padding:23px 0 15px;
/*  background:url(/assets/images/home-cta.png);
*/}
.home .cta h2 {
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  font-size:24px;
  font-style:normal;
  font-weight:normal;
  line-height:24px;
  color:#fff;
  padding:0;
  border:none;
  text-shadow:-2px 2px #000;
}
.home .cta .button {
  font-size:30px;
  line-height:30px;
  background-color:#ed1d70;
  color:#f1d814;
}
.home .cta .button:hover{
  background-color:#40b7e7;
  color:#fff;
}
.home .cta .button span {
  
}
/* director message */
.home .director-message {
  padding:21px 0 30px;
  background:url(/assets/images/director-message-bg.jpg);
  box-shadow:0 2px 2px #888;
}
.home .director-message .wrapper {
  max-width:820px;
}
.home .director-message h2 {
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  font-size:28px;
  font-style:normal;
  font-weight:300;
  color:#ed1d70;
  text-align:center;
  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/DSC23_keyart_gold-disco-ball.png)no-repeat 90% bottom;
  background-size:250px;
}
.home .activities .button{
  font-size: 28px;
  padding:18px 24px;
}
.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:url(/assets/images/subnav.png);
  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:#0097be;
}
.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:#0d303d;
}
.home .activities .more a:hover {
  color:#0097be;
}
.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:url(/assets/images/sponsor-bg.jpg);
  background-size:cover;
  box-shadow:0 2px 2px #555;
  position:relative;
  z-index:7;
}
.home .sponsor h2 {
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  font-size:24px;
  line-height:26px;
  margin-top:12px;
  color:#000;
  padding:0;
  border:none;
}
.home .sponsor p {
  line-height:22px;
}
.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 0 0;
  overflow:hidden;
  background-color:#f1d814;
  box-shadow:0 2px 2px #555;
  position:relative;
  z-index:10;
}
.home .blue-bar .wrapper{
  padding: 2em 1em 6em 1em;
  background: url(/assets/images/dsc-dancers_sm.png) no-repeat  150px bottom;
  background-size: 200px;
  
}
.home .blue-bar h2 {
  font-family:'ChaletNewYorkNineteenSeventy', Arial, Helvetica, sans-serif;
  font-size:28px;
  line-height:32px;
  color:#ed1d70;
  padding:0;
  border:none;
}
/*.home .blue-bar p {
  color:#fff;
}*/
/* itinerary */
.home .itinerary {
  overflow:hidden;
  padding:30px 0 14px;
  background:url(/assets/images/dsc-palms.png), url(/assets/images/home-itinerary.jpg);
  background-repeat: no-repeat,repeat;
  background-size: 400px, auto;
  background-position: 85% 180px,center center;
  box-shadow: 1px 1px 8px #000;
}
.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:#0097be;
}
.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:32px;
  line-height:23px;
  color:#ed1d70;
  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;
}
.home .white table th {
  font-size:11px;
  text-align:right;
  color:#7a7a7a;
  padding:8px 12px 8px 5px;
  font-weight:normal;
}
.home .white table td{
  font-weight:bold;
}
.home .white p.last {
  text-align:center;
}
.home .white p.last a {
  color:#0d303d;
}
.home .white p.last a:hover {
  color:#0097be;
}
.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:10px 0;
  border-top:3px solid #00759c;
  background-color:#40b7e7;
  box-shadow:0 2px 2px #555;
  position:relative;
  z-index:10;
}
.home .newsletter h2 {
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:33px;
  font-style:normal;
  font-weight:300;
  line-height:36px;
  color:#fff;
  padding:0;
  border:none;
  margin:0;
}
.home .newsletter p {
  margin:0 0 10px;
  font-size:23px;
  line-height:26px;
}
.home .newsletter p {
  font-size:23px;
  line-height:26px;
  color:#464545;
  margin:0 0 20px;
}
.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;
  background-color:#ed1d70;
}
.home .newsletter form .button span {
  padding:7px 0;
}
.home .newsletter .fine-print p {
  display:block;
  font-size:11px;
  line-height:normal;
  color:#000;
}
.home .newsletter .fine-print p a {
  color: #60C;
}
.home .newsletter .fine-print p a:hover {
  color: #fff;
}
/* gallery */
.home .gallery {
  overflow:hidden;
  padding:30px 0 10px;
}
.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:#0097be;
}
.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/footer-top.jpg);
  box-shadow:0 4px 2px #555 inset;
}
.footer-top nav {
  display:none;
}
.footer-top .book {
  margin:0 0 14px;
}
.footer-top .book p {
  font-size:23px;
  font-weight:300;
  color:#fff;
}
.footer-top .book a.call {
  color:#fff;
}
.footer-top .book p .button {
  margin:0 0 9px;
}
.footer-top .book p strong {
  color:#ba1946;;
}
.footer-top .connect p strong {
  font-size:18px;
  font-weight:700;
  line-height:34px;
  color:#fff;
}
.footer-top .connect ul li {
  display:inline;
  float:left;
  margin:0 7px 0 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:#292929;
}
.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:#706f6f;
  margin:0 0 20px;
}
.footer-bottom p strong {
  display:block;
  text-transform:uppercase;
}
.footer-bottom a {
  color:#c4c4c4;
}
.footer-bottom a:hover {
  color:#0097be;
}
.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 */

@media screen and (min-width:280px) {

  .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-errors-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;
  }

  body .header-top{
    background-size:contain;
  } 
  header {
    text-align: left;
  }
  header .logo {
    width:70%;
    padding:10px 0 0 130px;
    position:relative;
    text-align: left;
    height:100px;
  }
  header .logo img {
    position:absolute;
    top:10px;
    left:5px;
    width:120px;
  }
  header .logo p.title {
    width: auto;
    margin: unset;
  }
  header .logo p.date {
    font-size: 30px;
    margin-top:24px;
  }
  header .logo p.ports {
    font-size: 16px;
  }
  header .book {
    position:absolute;
    top:30px;
    right: 10px;
    transform: scale(0.75);
    transform-origin: 100% 0%;
  }
  header .book p {
    text-align:center;
  }
  header .book p .button {
    margin: auto;
    font-size:24px;
  }
  header .book p.last {
    line-height:34px;
    margin:-6px 0 0;
  }
  header .book a.call {
    font-size: 24px;
  }
  .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:16px;
    margin:1px 0 0 -170px;
  }
  .content form .float-labels p.last label {
    line-height:16px;
  }
  .content form .float-heading p.last span.field {
    display:block;
  }
  .content form ul.checks-float {
    margin:0 0 15px;
  }
  .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 p.submit {
    padding:0 0 0 170px;
  }
  
  .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;
  }
  .home .newsletter p.subheading {
    display: block;
  }
  .home .newsletter p.fine-print {
    display: block;
    width: 94%;
  }
  .footer-top .book, .footer-top .connect p, .footer-top .connect ul {
    float:left;
    margin:0;
  }
  .footer-top .connect {
    float:right;
    position:relative;
    top:15px;
  }
  .footer-top .connect p {
    padding:0 7px 0 0;
    position:relative;
    top:4px;
  }
}
@media screen and (min-width:765px) {

    header .header-top {
      height: 135px;
      margin-bottom:38px;
    }
	  header .book {
	    transform: scale(1);
	  }
    

	  .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:70%;
	    padding:1.5em;
	  }
	  .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:28%;
	    padding:0 10px 0 0;
	  }
	  .home .homeshow .text {
	    color:#fff;
	  }
	  .home .homeshow .flex-control-nav {
	    bottom: 10px;
	  }
	  .home .homeshow .text strong {
	    font-family:'Lobster Two', Arial, Helvetica, sans-serif;
	    font-size:28px;
	    font-style:italic;
	    line-height:36px;
	    color:#fff3b5;
	  }
/*    .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:32px;
      line-height:48px;
    }
    .home .lineup ul li:after {
      font-size:32px;
    }
	  .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 p.subheading {
	    display: block;
	  }
	  .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 a {
	    color:#292929;
	  }
	  .footer-top nav a:hover {
	    color:#fff;
	  }
	  .footer-bottom .cruises {
	    float:right;
	  }
	  .footer-bottom p {
	    clear:none;
	  }
}

@media screen and (min-width:775px) {
  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{
    margin-bottom:0;
  }
  header .logo {
    width:75%;
    padding:10px 0 0 150px;
    position:relative;
    text-align: left;
    height:120px;
  }
  header .logo img {
    position:absolute;
    top:10px;
    left:5px;
    width:130px;
  }
  header .logo p.date {
    font-size: 36px;
    margin-top:24px;
  }
  header .logo p.ports {
    font-size: 18px;
  }
  header .nav-toggle {
    display:none;
  }
  header #main-nav {
    display:block !important;
  }
  header nav .wrapper > ul {
    border-left:1px solid #777;
    padding-left:18%;
  }
  header nav a {
    padding: 6px;
  }
  header nav .wrapper > ul > li {
    display:inline;
    float:left;
    border:none;
    border-right:1px solid #777;
    position:relative;
  }
  header nav .wrapper > ul > li.last{
    border-right:none;
  }
  header nav .wrapper > ul > li > a {
    font-size:11px;
  }
  header nav .wrapper > ul ul li a {
    padding:6px 8px;
    font-size:11px;
  }
  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;
  }
  
}

@media screen and (min-width:915px) {
  .mobile-hide {
    display:block;
  }
  .alert-bar p {
    padding:15px 60px 15px 100px;
    background-position:60px 15px;
  }
  header .logo {
    width:auto;
    padding:10px 0 0 170px;
    height:120px;
  }
  header .logo img {
    width:140px;
  }
  header .logo p.date {
    font-size: 40px;
  }
  header .logo p.ports {
    font-size: 20px;
  }
  .content .sidebar.no-nav {
    padding-top:53px;
  }
  header nav .wrapper > ul > li > a {
    font-size:13px;
  }
  header nav .wrapper > ul ul li a {
    padding:6px 9px;
    font-size:13px;
  }
}
@media screen and (min-width:980px) {
  header .logo {
    width:auto;
    padding:10px 0 0 180px;
    height:120px;
  }
  header .logo img {
    width:156px;
  }
/*  header .logo p.date {
    font-size: 48px;
  }*/
  header .logo p.ports {
    font-size: 24px;
  }
  
  
  header nav .wrapper {
    padding:0 11px;
  }
  header nav .wrapper > ul > li {
/*    width:14%;*/
  }
  
  header nav .wrapper > ul {
    padding-left:17%;
  }
  header nav .wrapper > ul > li > a {
    text-align:center;
    padding:6px 10px;
  }
  header nav .wrapper > ul > li.smaller {
    width:8%;
  }
  header nav .wrapper > ul > li.smaller > a {
    text-align:center;
    padding:8px 0 7px;
  }
  .content .main .slideshow {
    max-height: 235px;
    overflow: hidden;
  }
  .flex-control-paging {
    bottom: 60px;
  }
  .content .main .photo-gallery #photo-slides {
    max-height: 300px;
    overflow: hidden;
  }
  .content p.float-right, .content p.float-left {
    max-width:300px;
  }

  .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/malt-record.jpg) right bottom no-repeat;
*/  }
  .home .sponsor .wrapper{
    padding:0 70px;
  }
  .home .blue-bar .wrapper{
    padding:0 70px 80px 70px;
  }

  .home .itinerary .wrapper {
    padding:0 90px;
    background-image: url(/assets/images/dsc-palms.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: 100px 100px;
  }
  .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 p.fine-print {
    text-align: right;
    display: block;
    width: 88%;
  }
  .home .gallery .wrapper {
    padding:0 90px;
    background-image:url(/assets/images/dsc-dancers_lg.png);
    background-repeat:no-repeat;
    background-position:-33px 250px;
    background-size:235px;
  }
}
.video-container {
position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* payment plans block*/

.payment-plan-block{
  text-align:center;
  padding-bottom:1.2em;
  background:url(/assets/images/bg-header.png) 0 0 repeat;
}
.payment-plan-block .wrapper{
  z-index:400;
}
.payment-plan-block a.button{
  text-transform:none !important;
}
.payment-plan-block p{
  margin-bottom:10px;
}
.payment-plan-top-bar{
  height:12px;
  background-color:#40b7e7;
  box-shadow:0 2px 2px #666;
  margin-bottom:2em;
}

/* Countdown Timer*/

.timer-widget{
  color:black !important;
  font-weight:bold;
  font-size:.8em;
}
@media (min-width:650px){
  header .logo p.date{
    margin-top:8px;
  }
  .timer-widget{
    position:absolute;
    /* top:95px; restore this when timer active */
    top:75px;
  }
}
@media (min-width:775px){
  .timer-widget{
    /* top:115px; restore this when timer active */
    top:100px;
  }
}
@media (min-width:915px){
  header .logo p.date{
    margin-top:24px;
  }
  .timer-widget{
    position:absolute;
    top:110px;
    font-size:1em;
  }
}


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

p.nospacebelow{
	margin:0;
}
.social.homepage-social{
	background-color:#337396;
	padding:1em;
	border-radius: 8px;
}
.social.homepage-social h3{
	font-size: 28px;
	color:white;
}
.social ul{
	list-style:none;
	padding:0;
	margin:0;  
}
.social ul li{
		display:inline-block;
		margin:0 .15em;
		position:relative;
		z-index:1;
		background: none;
}
.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:#681e8a;
	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;
}
.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;
	}

}

h3.lineup-nav-head{
  color:white;
}