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

/* TESTING WITH DHG */
@font-face {
  font-family: 'thirsty';
  src: url('/assets/fonts/thirsty.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;overflow-x: scroll;}
* {-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 */

.block{
  display:block !important;
}

body {
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:400;
  color:#292929;
  background:#292929;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight:700;
}
a {
  text-decoration:none;
  color:#ba1946;
}
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:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:20px;
  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;
}
.button span {
  display:block;
  padding:10px 30px;
  cursor:pointer;
}
.button.smaller span {
  padding: 3px 30px 3px 16px;
  background-position: calc(100% + 16px) 50%;
}
.button: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);
}
.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 */
body > header {
  position:relative;
  z-index:999;
  text-align: center;
}
.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:#aeaeae;*/
  color: black;
  /*padding:10px 0;*/
}
header .logo img {
  width: 150px;
  height: auto;
  margin:0 auto;
}

header .logo p {
/*  font-size:12px;*/
}
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-weight:700;
  margin-bottom: 0.25rem;
}
header .ports {
  color:black;
  font-size: 12px;
}
.button {
  display:block;
  width:100%;
  text-align:center;
}
.button span {
  padding:10px 20px;
}
header .book {
  padding:0 0 10px;
  transition: all 0.3s ease-in;
}
header .book p,
header .book a.call {
  color:black;
}
header .account {
    margin-top:.3em !important;
}
header .book a.call {
  font-size: 1.125em;
}
header .book a.call span {
  /*color: #fff;*/
}
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 .nav-toggle {
  display: block;
  height: 38px;
  background-image: url(/assets/images/nav-toggle.png),url(/assets/images/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;
  background-color: #0097be;
}
header #main-nav {
  display:none;
  background-color:rgb(65,178,239);
  background-image:url(/assets/images/nav.png);
  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:700;
  text-transform:uppercase;
  color:#0d303d;
  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:#0097be;
  background:#0d303d;
}
/* END HEADER */
/*10th anniversary*/
/*header gradient*/
/* header .header-top {
  background: #cdcdcd;
  background: -moz-linear-gradient(top,#cdcdcd 0%,#dddedd 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cdcdcd),color-stop(100%,#dddedd));
  background: -webkit-linear-gradient(top,#cdcdcd 0%,#dddedd 100%);
  background: -o-linear-gradient(top,#cdcdcd 0%,#dddedd 100%);
  background: -ms-linear-gradient(top,#cdcdcd 0%,#dddedd 100%);
  background: linear-gradient(to bottom,#cdcdcd 0%,#dddedd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd',endColorstr='#dddedd',GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,startColorstr=#cdcdcd,endColorstr=#dddedd)";
  box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  -moz-box-shadow: 0 0 3px #888;
} */
/*end*/
header .header-top{
  background-image: url(/assets/images/msm25-headerbg.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
}

.header-top .wrapper {
  max-width: 1024px;
}

/* CONTENT */

.content {
  padding:0 0 1px;
  background:#efefef;
}
.content h1, .home h2 {
  font-family:'Lobster Two', Arial, Helvetica, sans-serif;
  font-size:33px;
  font-style:italic;
  line-height:33px;
  color:#ba1946;
  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:#0d303d;
  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: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: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:10px 20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin:0 0 2em;
  background:url(/assets/images/sidebar-nav.png);
  box-shadow:1px 1px 2px #acacac;
}
.sidebar nav ul {
  margin:0;
}
.sidebar nav ul li {
  padding:0;
  border-bottom:1px solid #acacac;
  margin:0;
  background:none;
}
.sidebar nav ul li.active > a {
  font-weight:700;
}
.sidebar nav ul li.last {
  border:none;
}
.sidebar nav ul li a {
  display:block;
  font-size:14px;
  text-transform:uppercase;
  color:#292929;
  padding:7px 0;
}
.sidebar nav ul li a:hover {
  color:#0097be;
}
.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;
}
.sidebar .ad a {
  display:block;
  color:#fff;
  text-align:center;
  padding:15px 20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  background:#ba1946;
}
.sidebar .ad a h2 {
  font-size:21px;
  font-weight:300;
  line-height:normal;
  text-transform:uppercase;
  margin:0 0 15px;
}
/* Style for image based year */
.sidebar .ad a h2 strong {
  display:block;
  box-sizing: border-box;
  height:90px;
  padding:8px 0 8px 0;
  border-top:1px dashed #cf5e7e;
  border-bottom:1px dashed #cf5e7e;
  margin:6px 0 0;
  background-image: url(/assets/images/msm25-2025-art.png);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: center center;
}



/* 
Style for text based year

.sidebar .ad a h2 strong {
  display:block;
  font-size:76px;
  font-weight:700;
  line-height:71px;
  padding:0 0 4px;
  border-top:1px dashed #cf5e7e;
  border-bottom:1px dashed #cf5e7e;
  margin:6px 0 0;
} */
.sidebar .ad a ul {
  line-height:24px;
  margin:0;
}
.sidebar .ad a ul li {
  padding:0;
  background:none;
}
/* lineup */
.sidebar .ad-lineup {
  padding:2px 14px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin:0 0 35px;
  background:url(/assets/images/nav.png);
}
.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 #4dc8f5;
  margin:0 0 11px;
}
.sidebar .ad-lineup h2 strong {
  color:#0d303d;
}
.sidebar .ad-lineup ul {
  margin:0 0 11px;
}
.sidebar .ad-lineup ul li {
  font-size:12px;
  line-height:16px;
  color:#0d303d;
  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:34px 0 0;
  margin:0 0 35px;
  background:url(/assets/images/waves.png) repeat-x;
}
.sidebar .box .border {
  padding:0 0 20px;
  background:url(/assets/images/waves.png) left bottom repeat-x;
}
.sidebar .box h2 {
  font-family:'Lobster Two', Arial, Helvetica, sans-serif;
  font-size:20px;
  font-style:italic;
  line-height:26px;
  color:#0d303d;
  margin:0 0 14px;
}
/* signup */

.sidebar .signup a {
  display:block;
  height:150px;
  background-image: url(/assets/images/MSM24_JoinListBG.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color:#000;
  margin-bottom: 24px;
}
.sidebar .signup a h2 {
  font-size:30px;
  font-family:'Lobster Two', Arial, Helvetica, sans-serif;
  font-weight:300;
  line-height:normal;
  text-align: center;
  padding:36px 0 0 0;
}
.sidebar .signup a h2 strong {
  font-family:'Lobster Two', Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  display:block;
  font-weight:700;
  padding:0 0 4px;
  width: 100%;
  text-transform: none;
  margin-top: -6px;
  color: #00b2ef;
}
/* END CONTENT */


/* HOME PAGE */
/* slideshow */
.home .homeshow {
  /*background:url(/assets/images/home-itinerary.jpg);*/
  background:url(/assets/images/notes.jpg) top center no-repeat #ede9e6;
}
.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:14px 0 0;
/*  background:url(/assets/images/home-lineup-new.png) repeat-x;*/
  box-shadow:0px 0px 2px #555;
  position:relative;
  z-index:10;
}
.home .lineup .border {
  padding:0 0 17px;
  background:url(/assets/images/msm20-lineup-bg) top center no-repeat #0d303d;
  /*box-shadow:0 4px 2px #1b1b1b inset;*/
  box-shadow:0 0px 3px #1b1b1b inset;
}

.home .lineup .border .wrapper {
  padding-bottom: 50px;
/*  background: url(/assets/images/And-more-logo-updated.jpg) center bottom no-repeat;*/
}
.home .lineup h2 {
  display:inline-block;
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:25px;
  font-style:normal;
  font-weight:300;
  line-height:25px;
  text-transform:uppercase;
  color:#0097be;
  padding:2px 60px;
  border:none;
  margin:0;
  background:#ebebeb;
  box-shadow:0 2px 2px #1b1b1b;
  position:relative;
  top:-14px;
}
.home .lineup h2 span {
  color:#0a3a4b;
}
.home .lineup ul {
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:400;
  color:#0097be;
}
.home .lineup ul li {
  display:inline;
  padding:0;
  background:none;
  white-space: pre-wrap;
}
.home .lineup ul li:after {
  content:"  •  ";
}
.home .lineup ul li.last:after, .home .lineup ul li.no-dot:after {
	content:"";
}
.home .lineup ul li.last{
  margin-top: 24px;
  display:block;
}
.home .lineup ul strong {
  font-size:20px;
  font-weight:300;
  line-height:30px;
  color:#fff;
}
/* cta */
.home .cta {
  text-align:center;
  padding:4px 0 0;
  background:url(/assets/images/home-cta-border.png) repeat-x;
  box-shadow:0 2px 2px #555;
  position:relative;
  z-index:10;
}
.home .cta .border {
  padding:23px 0 15px;
  background:url(/assets/images/MSM24-cta-bg.jpg);
  background-size: 75px;
  background-position: center center;
}
.home .cta h2 {
  font-size:32px;
  font-style:normal;
  font-weight:400;
  line-height:24px;
  color:#292929;
  padding:0;
  border:none;
}
.home .cta .button {
  font-size:30px;
  line-height:30px;
}
.home .cta .button span {
  padding:10px 30px;
}
/* director message */
.home .director-message {
  padding:21px 0 30px;
  background:url(/assets/images/home-itinerary.jpg);
  box-shadow:0 2px 2px #888;
}
.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:5px 0 10px 0;
}
.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: #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:url(/assets/images/blue-bar.png) repeat-x #0d303d;
  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:italic;
  font-weight:700;
  line-height:20px;
  color:#fff3b5;
  padding:0;
  border:none;
}
.home .blue-bar p {
  color:#fff;
}
/* itinerary */
.home .itinerary {
  overflow:hidden;
  padding:30px 0 14px;
  background:url(/assets/images/home-itinerary.jpg);
}
.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:23px;
  line-height:23px;
  color:#0097be;
  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;
}
.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:url(/assets/images/nav.png);
  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;
}
.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-family:'Lobster Two', Arial, Helvetica, sans-serif;
  font-size:18px;
  font-style:italic;
  font-weight:700;
  line-height:34px;
  color:#fff;
}
.footer-top .connect ul li {
  display:inline;
  float:left;
  margin:0 7px 2px 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:#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) {
  /* .sidebar .signup a {
    background:#0d303d;
    margin: 0 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;
  }
  .home .lineup .border .wrapper{
    background-size:80%;
  }
}

@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;
  }
  .button span {
    padding:10px 30px;
  }
  header {
    text-align: left;
  }
  header .logo {
    width:68%;
    padding:10px 0 0 175px;
    position:relative;
    text-align: left;
  }
  header .logo img {
    width:140px;
    position:absolute;
    top:0;
    left:5px;
  }
  header .logo p.title {
    width: auto;
    margin: unset;
  }
  header .logo p.date {
    margin-bottom: 0;
  }
  header .logo p.ports {
    /*font-size: 10px;*/
  }
  header .book {
    position:absolute;
 /*   top:10px;
    right: 10px;*/
    top:0;
    right: 0;
    transform: scale(0.75);
    transform-origin: 100% 0%;
  }
  header .book p {
    text-align:center;
  }
  header .book p .button {
    margin: auto;
  }
  header .book p.last {
    line-height:34px;
    /*margin:-6px 0 0;*/
  }
  header .book a.call {
    font-size: 1em;
  }
  .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:34px;
  }
  .footer-top .connect p {
    padding:0 7px 4px 0;
    position:relative;
    top:6px;
  }
  .home .lineup .border .wrapper{
    background-size:unset;
  }
}
@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-size:unset;
	  }
	  header .logo {
	    float: left;
	    padding-top:20px;
	  }
	  header .logo img {
      width:125px;
	  }
	  header .book {
	    transform: scale(1);
	  }
	  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 #80d8f7;
	    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: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;
	    position:relative;
	  }
	  .home .homeshow .flex-control-nav {
	    bottom: 3.5em;
	  }
	  .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:27px;
	    line-height:37px;
	  }
    	/* special rule for current home page setup */
    .home .lineup ul li.last{
      display:block;
    }
    .home .lineup ul li.last strong{
      display:block;
      font-size: 36px;
    }
    .home .lineup ul li.last strong span{
      font-size:17px;
    }





	  .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:25px;
	  }
    .home .activities .col2 ul, .home .activities .col2 p.last{
	    margin-left:25px;
	  }
    .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;
	  }
}
.content .sidebar {
	margin-top: 1em;
}
header .logo p.title strong {
  color: black;
}
@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-top:15px;
  }
  header .logo img {
    /*top:-15px;*/
  }
  header .logo p.title {
    font-size:30px;
    line-height:36px;
  }
  header .logo p.title strong {
    font-weight:400;
    font-family: 'thirsty', sans-serif;
  }
  .content .sidebar.no-nav {
    padding-top:53px;
  }

}
@media screen and (min-width:980px) {
  header nav .wrapper {
    padding:0 10px;
    padding-left: 150px;
  }

  header nav .wrapper > ul > li {
/*    width:14%;*/
  }
  header nav .wrapper > ul > li > a {
    text-align:center;
    /*padding:6px 24px;*/
    padding:6px 15px;
  }
  header nav .wrapper > ul > li.smaller {
    width:8%;
  }
  header nav .wrapper > ul > li.smaller > a {
    text-align:center;
    padding:8px 0 7px;
  }
  header .logo img {
    width:160px;
  }
  
  .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;
  }

  /* .sidebar .signup a {
    background:url(/assets/images/btn-sign-up.png) top center no-repeat;
    height: 93px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  } */
  .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:20px 90px 0 90px;
    background:url(/assets/images/msm25-green-record.png) -45px -30px no-repeat,url(/assets/images/msm25-microphone.png) 675px 120px no-repeat;
    background-size:165px,315px;
  }
  .home .sponsor .wrapper,
  .home .blue-bar .wrapper {
    padding:0 70px;
  }
  /* .home .itinerary .wrapper {
    padding:0 90px;
    background:url(/assets/images/MSM2022-beachgang_frame.png) right bottom no-repeat;
    background-size:150px;
  } */
  .home .itinerary .sched{
    padding: 15px 15px 1px 15px;
  }
  .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:10px 90px 0 90px;
    background:url(/assets/images/palmsboat2.png) 40px bottom no-repeat,url(/assets/images/msm25-blue-record.png) 830px -45px no-repeat;
    background-size:105px, 165px;
  }
}
.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-size:.9em;
  font-weight:bold;
  color:rgb(0,131,170);
}

@media (min-width: 650px){
  .header-top .wrapper{
    position:relative;
  }
  .ports{
    padding-bottom:12px;
  }
  .timer-widget{
    position:absolute;
    top:76px;
    left:175px;
  }
}
@media (min-width: 765px){
  .timer-widget{
    top:87px;
  }
}

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

@media only screen 
  and (max-width: 480px) 
{
	.social{
		width:136px !important;
		top:8px !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;
	}

}