/* COLORS *//*
Beige:    #EAE3D1
LTBlue:   #E2F2FF
LTYellow: #FBEDCB
NavYellow:#FFD993
LTTurq:   #CFF3F4  homepage
Turq:     #1B819A

TextDkBlu: #365A77

*//* END COLORS */

/* TESTING WITH DHG */


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


* {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/* END RESET */


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


body {
  font-family:'Open Sans', Arial, sans-serif;
  font-size:16px;
  font-weight:400;
  color:#292929;
  background:#F9F2E7;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:700;
}
a {
	text-decoration:none;
	color:#D72E22;
}
a:hover {
	color:#582210;
}
img {
	max-width:100%;
	height:auto !important;
}
.wrapper {
  max-width:960px;
  padding:0 10px;
  margin:0 auto;
  position:relative;
}
footer .footer-top {
	color:#d1d1d1;
}
.button {
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size:20px;
  font-weight:600;
  line-height:20px;
  text-transform:uppercase;
  color:#fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  background-color:#FF241A; 
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF241A), to(#9B2818));
  background-image:-webkit-linear-gradient(top, #FF241A, #9B2818);  
  background-image:-moz-linear-gradient(top, #FF241A, #9B2818);
  background-image:-ms-linear-gradient(top, #FF241A, #9B2818);
  background-image:-o-linear-gradient(top, #FF241A, #9B2818);
  box-shadow:0 0 2px #222 inset;
  cursor:pointer;
}
.button span {
  display:block;
  padding:10px 30px;
  cursor:pointer;
}
.button:hover {
  color:#fff;
  background-color:#330099; 
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#9B2818), to(#DC3921));
  background-image:-webkit-linear-gradient(top, #9B2818, #DC3921); 
  background-image:-moz-linear-gradient(top, #9B2818, #DC3921);
  background-image:-ms-linear-gradient(top, #9B2818, #DC3921);
  background-image:-o-linear-gradient(top, #9B2818, #DC3921);
}
.button.yellow-btn{
  background-color:#EEA81E;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEA81E), to(#C18D1E));
  background-image:-webkit-linear-gradient(top, #EEA81E, #C18D1E);
  background-image:-moz-linear-gradient(top, #EEA81E, #C18D1E);
  background-image:-ms-linear-gradient(top, #EEA81E, #C18D1E);
  background-image:-o-linear-gradient(top, #EEA81E, #C18D1E);
}
.button.yellow-btn:hover{
  background-color:#EEA81E;
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#C18D1E), to(#EEA81E));
  background-image:-webkit-linear-gradient(top, #C18D1E, #EEA81E);
  background-image:-moz-linear-gradient(top, #C18D1E, #EEA81E);
  background-image:-ms-linear-gradient(top, #C18D1E, #EEA81E);
  background-image:-o-linear-gradient(top, #C18D1E, #EEA81E);
}
.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;
  text-align:center;
	font-size:14px;
	color:#EAE3D1;
	padding:15px 30px;
/*  background:url(/assets/images/alert-large.png) 0 15px no-repeat;*/
}
.alert-bar a {
	color:#00b3f0;
}
.alert-bar a:hover {
	color:#ffb90d;
}
header h1 {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
header .header-top {
  background: url(/assets/images/header-sand-bg.jpg);
	border-bottom: 5px solid #1B819A;
}
header .logo {
	display:block;
	color:#000;
}
header .logo img {
	height: auto !important;
	margin:0 auto;
}
header .logo p {
	font-size:11px;
}
header .logo p.title {
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
}
header .logo p.date{
	font-size: 26px;
  font-weight:bold;
	color:#1B819A;
	margin-top:-12px;
}
header .logo p.globalPorts{
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
  color:#582210;
}
.button {
	display:block;
	width:100%;
	text-align:center;
}
.button span {
	padding:7px 0;
}
header .book {
	padding:0 0 10px;
}
header .book p, header .book a.call {
	color:#582210;
  font-family: 'Oswald', sans-serif;
  font-weight:600;
}
header .book a.call span {
	color: #fff;
}
header .book p.last {
	font-size:23px;
font-weight:bold;
}
header .nav-toggle {
  display: block;
  height: 38px;
  background:url(/assets/images/nav-toggle.png) no-repeat;
  background-color:#1B819A;
  width: calc(100% + 20px);
  background-position: calc(100% - 5px) center, center center;
  background-size: 24px 24px, auto;
  padding: 10px;
  margin: 10px -10px 0 -10px;
}
header #main-nav {
	display:none;
	background: #CFF3F4;
  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 .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:7px 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 li a:hover {
	color:#0097be;
	background:#0d303d;
}
/* END HEADER */

.homeshow .flexslider{
  box-shadow:0px 0px 65px #289FBE;
}
/* CONTENT */
.content {
	padding:0;
	background:#E2F2FF;
}
.content h1, .home h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:33px;
	line-height:33px;
	color:#365A76;
	padding:7px 0 8px;
	margin:0 0 20px;
}
.content h2 {
	font-size:25px;
	line-height:28px;
	margin:0 0 20px;
}
.content h2.inline {
	font-weight:400;
  color:#1B819A;
}
.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 25px;
  	background: url(/assets/images/star-bullet.png) 0 3px no-repeat;
  	background-size: 16px 13px;
}
.content ul.notes li {
	background: url(/assets/images/star-bullet.png) 0 8px no-repeat;
  	padding: 0 0 0 25px;
  	background-size: 16px 13px;
}
.content ul.emphasis li {
	font-weight:700;
}
.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-weight:600;
	font-size:14px;
	text-align:left;
	padding:5px 10px;
}
.content table th {
	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: 'Montserrat', 'Open Sans', Arial, sans-serif;
	font-size:20px;
	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;
	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:22px;
}
/* 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:'Montserrat', 'Open Sans', Arial, 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:'Montserrat', '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:'Montserrat', '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;
}
.prev-next {
	text-align:center;
}
.prev-next .first {
	font-size:20px;
	line-height:20px;
	color:#0d303d;
	margin:0 0 10px;
}
.prev-next .first a {
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
	color:#0d303d;
}
.prev-next .first a:hover {
	color:#0097be;
}
.prev-next .last {
	font-weight:700;
	text-transform:uppercase;
}
/* faqs */
/* 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:#a587c1;
}
.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 15px 1px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	margin:0 -10px 35px;
	background:#fff;
}
.content .news-article {
	padding:0;
	margin:0;
	background:none;
}
.content .main.overflow {
	overflow:hidden;
}
.main .slideshow {
	margin:0 0 20px;
}
.main .slideshow .flexslider, .main #photo-slides {
	max-width:560px;
	box-shadow:1px 1px 2px #acacac;
}
.main .fullContainer,.videoPlayer {
	position: relative;
	margin-top: 0;
	margin-bottom: 1.5em;
}
.videoPlayer iframe{
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0
}

/* sidebar nav */
.sidebar nav {
  padding: 5px 25px 5px 25px;
  margin: -5px 0 10px 0;
  background: #FFD993;
  box-shadow: 0px 3px 6px #666;
}
.sidebar nav ul {
	margin:0;
}
.sidebar nav ul li {
	padding:0;
	border-bottom:1px solid #000;
	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-bottom: 35px;
}
.sidebar .ad a {
  display: block;
  text-align: center;
  padding: 15px 20px;
  background: url(/assets/images/date-block-tile.jpg);
  box-shadow:0px 0px 6px #666;
}
.sidebar .ad a h2 {
	font-size:20px;
	line-height:normal;
	text-transform:uppercase;
	margin:10px 0 15px;
  color:#FFC86A;
}
.sidebar .ad a h2 strong {
	display:block;
	font-size:86px;
	font-weight:900;
	line-height:80px;
	padding:0 0 4px;
	border-top: 2px dotted #FFF;
  border-bottom: 2px dotted #FFF;
	margin:10px 0 0;
  color:#E2F2FF;
}
.sidebar .ad a ul {
	line-height:24px;
	margin:0;
}
.sidebar .ad a ul li {
	padding:0;
	background:none;
	font-size:24px;
  font-weight:600;
  color:#fff;
}
/* lineup */
.sidebar .ad-lineup {
    font-family: 'Oswald', sans-serif;
    padding: 10px 25px;
    margin: 0 0 35px;
    background: #1B819A;
    box-shadow:0px 0px 6px #666;
}
.sidebar .ad-lineup h2 {
  	font-size: 40px;
  	font-weight: 500;
  	line-height: 35px;
  	text-transform: uppercase;
  	color: #FBEDCB;
  	padding: 8px 0 10px;
  	border-bottom: 2px dotted #FBEDCB;
  	margin: 0 0 15px;
  	text-align:left;
}
.sidebar .ad-lineup h2 strong {
	font-weight:200;
}
.sidebar .ad-lineup ul {
	margin:0 0 11px;
}
.sidebar .ad-lineup ul li {
	font-size:16px;
	line-height:18px;
	padding:0;
	margin:0 0 12px;
	background:none;
  color:#000;
}
/*.sidebar .ad-lineup ul li.odd{
  color:#FBEDCB;
}*/
.sidebar .ad-lineup ul li strong {
	text-transform:uppercase;
  font-size:22px;
  color:#FBEDCB;
}
/*.sidebar .ad-lineup ul li.odd strong{
  color:#FBEDCB;
  font-weight:500;
}

.sidebar .ad-lineup ul li.even strong{
  color:#000;
  font-weight:500;
}*/


/* box */
.sidebar .box {
	padding: 135px 0 0 0;
  	margin: 0 0 20px;
  	background: url(/assets/images/promise-harmonica.png) no-repeat top left;
  	text-align:left;
}
.sidebar .box .border {
	padding:10px;
}
.sidebar .box h2 {
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
	font-size:20px;
	line-height:26px;
	color:#0d303d;
	margin:0 0 14px;
}
/* signup */
.sidebar .signup a {
	display:block;
	color:#fff;
	text-align:center;
	padding:15px 20px;
	background: url(/assets/images/emailpad.png) top center no-repeat;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}
.sidebar .signup a h2 {
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
	font-size:19px;
	font-weight:700;
	line-height:3.4;
	text-align: center;
	text-shadow: 0px 1px 2px #000;
}
/* END CONTENT */


/* HOME PAGE */
/* slideshow */
.home .homeshow {

}
.home .homeshow .flex-control-nav {
	display:block !important;
}
.home .homeshow .wrapper {
	padding:0;
}
.home .homeshow .text {
	font-size:15px;
	padding:10px 24px 21px;
}
.home .homeshow .text strong {
  	color: #ff6600;
  	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  	font-size:22px;
  	line-height:22px;
}
.home .homeshow .text p {
	font-size:12px;
	line-height:16px;
	margin:0 0 10px;
	color:#fff;
}
.home .homeshow .caption {
	display:none;
}
/* lineup */
.home .lineup {
  	text-align: center;
  	padding: 40px 0 0;
  	background-color: #731919;
    background-image:url(/assets/images/lineup-title-bar-bg.jpg);
    background-repeat:repeat-y;
    background-position:center center;
  	box-shadow: 0 3px 3px #666;
  	position: relative;
  	z-index: 100;
}
.home .lineup .border {
	padding: 0 0 17px 0;
  background-color: #EAE3D1;
}
.home .lineup .border .wrapper{
  padding-bottom:30px;
/*  background:url(/assets/images/SBC-andmore.png) center bottom no-repeat;*/
  background-size:80%;
}
.home .lineup h2 {
  display: inline-block;
  font-family: 'Gentium Book Basic', serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 0;
  border: none;
  margin: 0;
  background: transparent;
  position: relative;
  top: -41px;
}
.home .lineup h2 span {
	color:#0a3a4b;
}
.home .lineup ul {
  font-family: 'Oswald', sans-serif;
  margin-top: -10px;
}
.home .lineup ul li {
	display:inline;
	padding:0;
	background:none;
  color:#582210;
  font-size:17px;
}
.home .lineup ul li strong{
  color:#365A76;
  text-transform:uppercase;
}

.home .lineup ul li:after {
	content:"  •  ";
}
.home .lineup ul li.last:after, .home .lineup ul li.no-dot:after {
	content:"";
}

/* cta */
.home .cta {
	text-align:center;
	padding:4px 0 0;
  background-color:#FDC865;
  background-image:url(/assets/images/piano-keys-bg.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
	box-shadow:0 1px 8px #000;
	position:relative;
  z-index:90;
}
.home .cta .border {
	padding: 23px 0 15px;
}
.home .cta h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:normal;
	font-weight:900;
	line-height:25px;
	color:#365A76;
	padding:0;
	border:none;
	text-align:center;
}
.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 0;
  background: #E2F2FF;
  box-shadow:0 1px 8px #000;
  height:350px;
  background-image:url(/assets/images/director-message-one-image.jpg);
  background-repeat:no-repeat;
  background-position-x:center;
  position:relative;
  z-index:80;
}
.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:900;
	line-height:normal;
	color:#000;
	border:none;
	margin:20px 0 0 70px;
  padding-bottom:0;
  text-align:left;
}
.home .director-message p.date {
	font-size:14px;
	text-transform:none;
	margin:0 0 6px 70px;
}
.home .director-message .bubble {
	padding:18px 70px 1px 70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#fff;
	box-shadow:1px 1px 1px #000;
	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 {
  background: #CFF3F4;
  padding: 20px 0 10px 0;
  box-shadow:0 1px 8px #000;
  position:relative;
  z-index:70;
}
.home .activities h2 {
  color:#D72E22 !important;
  font-weight:900;
  font-size:18px;
  border-bottom:2px dashed #94B9CE;
  padding-bottom:6px;
}
.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: #a587c1;
}
.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;
  	position: relative;
  	z-index: 60;
  	box-shadow:0 1px 8px #000;
}
.home .sponsor h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:700;
	line-height:1.4;
  margin-bottom:6px;
	color:#1B819A;
	padding:0;
	border:none;
}
.home .sponsor p {
	color:#313131;
	margin:0;
}
.home #sponsors-slides,
.home #sponsors1-slides {
	padding: 4px;
	margin: 15px 0;
	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 {
    background-color:#FBEDCB;
  	padding: 30px 0;
  	overflow: hidden;
  	position: relative;
  	z-index: 50;
  	box-shadow:0 1px 8px #000;
}
.home .blue-bar h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:28px;
  margin-bottom:0;
	padding:0;
	border:none;
}
.home .blue-bar p {
	color:#000;
  font-size:18px;
  line-height:1.4;
}
/* itinerary */
.home .itinerary {
  	overflow: hidden;
  	padding: 30px 0 14px;
  	background: #1B819A;
  	position: relative;
  	z-index: 40;
  	box-shadow:0 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 0px;
}
.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:#a587c1;
}
.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;
  box-shadow:2px 2px 4px #000;
}
.home .white h2 {
	font-size:23px;
	line-height:23px;
	color:#D72E22;
	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:9px 5px 8px 12px;
	border-bottom:1px solid #e8eced;
	background:none;
}
.home .white table th {
	font-size:11px;
	text-align:right;
	color:#7a7a7a;
	padding:8px 0;
}
.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;
	background:url(/assets/images/newsletter-bg.jpg);
	position:relative;
	z-index:30;
  box-shadow:0px 1px 8px #000;
}
.home .newsletter h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:33px;
	font-style:normal;
	font-weight:400;
	line-height:36px;
	color:#FBEDCB;
	padding:0;
	border:none;
	margin:0 0 10px;
}
.home .newsletter p {
	font-size:23px;
	line-height:26px;
	color:#464545;
	margin:0 0 10px;
}
.home .newsletter form {
	max-width:880px;
	padding:0 100px 0 75px;
	margin:0 0 11px;
	position:relative;
	clear: both;
}
.home .newsletter form input.text {
	padding:6px 7px 6px;
}
.home .newsletter form .button {
	width:80px;
	font-size:16px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}
.home .newsletter form .button span {
	padding:7px 0;
}
.home .newsletter .fine-print p {
	display:block;
	font-size:11px;
	line-height:normal;
	color:#000;
}
.home .newsletter .fine-print p a {
	color: #000;
}
.home .newsletter .fine-print p a:hover {
	color: #fff;
}
/* gallery */
.home .gallery {
  	overflow: hidden;
  	padding: 30px 0 10px;
  	background: white;
  	box-shadow: 0 2px 1px #888 inset;
}
.home .gallery h2{
  color:#53C1DC;
  font-weight:900;
  font-size:18px;
  margin-bottom:8px;
}
.home .gallery p{
  font-size:18px;
  line-height:1.5;
  font-weight:400;
}
.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/orange-camera.png) 0 50% no-repeat;
	background-size: 15px;
}
.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: #666;
  	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;
	font-weight:700;
	font-size:25px;
}
.footer-top .book p .button {
	margin:0 0 9px;
}
.footer-top .book p strong {
	color:#ba1946;;
}
.footer-top .connect p strong {
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
	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;
}

.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 15px;
	box-shadow:0 4px 2px #1b1b1b inset;
	background: #222;
  margin-bottom: -20px;
}
.footer-bottom .cruises {
	text-align:center;
	padding:5px 0 0 5px;
	margin:0 0 19px;
	background:#222;
}
.footer-bottom .cruises a {
	display:block;
	float:left;
	width:33.33%;
	height:70px;
	padding:0 3px 3px 0;
}
.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: url(/assets/images/join-list.png) top center no-repeat;
    height:210px;
    width: 100%;
    text-indent:-9999px;
    margin-bottom:8px;
	}
	.sidebar .signup h2 {
		margin: 0;
	}
	.home .newsletter form {
		max-width:100%;
		padding: 0;
	}
	.home .newsletter p,
	.home .newsletter form input.text {
		margin-bottom: 10px;
		width: 100%;
	}
	.home .newsletter form .button {
		width: 100%;
		font-size:16px;
		position:relative;
		margin: 0 auto;
	}
	.home .newsletter form .parsley-error-list {
		display: block !important;
		margin: -10px 0 10px 0 !important;
	}
}
@media screen and (max-width:400px) {
	body {
		font-size:13px;
	}
	header .book {
		text-align: center;
	}
	header .book p, header .book a.call {
		text-align: center;
		color: #582210;
	}
	header .book p .button, .footer-top .book p .button {
		margin: 3px auto;
		width: 180px;
	}
	header .logo p.date, header .logo p.globalPorts {
		text-align: center;
	}
	.home .lineup {
		padding:32px 0 0;
	}
	.home .lineup h2 {
		top:-38px;
	}
	.home .lineup ul strong {
		font-size: 20px;
		line-height: 25px;
	}
	.home .lineup ul {
		font-size: 11px;
		margin-top:-30px;
		margin-bottom:10px;
	}
	.home .lineup .border {
		padding:0;
	}
	.home .cta h2 {
		font-size: 15px;
		line-height: 20px;
	}
	.home .cta .button {
		font-size:24px;
		line-height:24px;
	}
	.home .director-message h2 {
    padding:0 0 0 10px;
    margin: 0 0 5px 0;
    text-align: left;
    font-size:14px;
	}
	.home .director-message .bubble span {
		display:none;
	}
	.home .director-message p.date {
		padding:0 0 0 10px;
		font-size:10px;
	}
	.home .director-message .bubble {
		padding-left:20px;
		padding-right:20px;
	}
	.home .director-message .bubble p {
		font-size:13px;
		line-height:15px;
	}
	.content h1, .home h2 {
		font-size:24px;
		text-align:center;
	}
	.content .intro h2 {
		font-size:20px;
		line-height:20px;
		text-align:center;
		margin-bottom:10px;
	}
	.home .activities .more a, .content .grid .item a h3, .home .gallery .more a, .sidebar nav ul li a, .sidebar .ad-lineup ul li strong {
		font-size:13px;
	}
	.content h2 {
		font-size:20px;
		margin-bottom:5px;
		line-height:22px;
		text-align:center;
	}
	.content p, .content ul, .content ol, .content table, .content .embed_media {
		line-height:16px;
	}
	.home .blue-bar h2, .home .sponsor h2, {
		font-size:18px;
		line-height:20px;
		text-align:center;
	}
	.content h3 {
		font-size:16px;
	}
	.home .sponsor p, .home .blue-bar p {
		font-size:13px;
		text-align:left;
	}
	.flexslider .slides img, .content .intro img {
		margin:0 auto;
	}
	.home .activities .col2 ul {
		text-align: left;
	}
	.home .white h2 {
		font-size:20px;
		line-height:20px;
		text-align:center;
	}
	.home .white table th, .home .white table td {
		font-size:11px;
	}
	.sidebar .ad-lineup ul li, .content p.date {
		font-size:10px;
	}
	.home .gallery .col1 ul {
		text-align: left;
	}
	.footer-bottom p {
		text-align:center;
	}
	.footer-bottom .credits {
		text-align:center;
	}
	.footer-bottom .credits a {
		float:none;
	}
	.footer-bottom .credits a img {
		margin:0 auto;
	}
	/*page*/
	.sidebar nav {
		padding-top:15px;
	}
	.content h2 a, .content h3 a {
		font-size:16px;
		line-height:16px;
	}
	.content .intro h2 {
		margin-top:10px;
	}
	.sidebar .ad-lineup h2 {
		font-size:25px;
		text-align:center;
	}
}
@media (min-width:400px) and (max-width:500px) {
	body {
		font-size:13px;
	}
	header .header-top {
		text-align:center;
	}
	header .book {
		text-align: center;
	}
	header .book p, header .book a.call {
		text-align: center;
	}
	header .book p .button, .footer-top .book p .button {
		margin: 3px auto;
		width: 180px;
	}
	.home .homeshow .text strong {
		font-size: 23px;
		line-height: 23px;
	}
	.home .lineup {
		padding:32px 0 0;
	}
	.home .lineup h2 {
		top:-38px;
	}
	.home .lineup ul strong {
		font-size: 22x;
		line-height: 28px;
	}
	.home .lineup ul {
		font-size: 12px;
		margin-top:-20px;
	}

	.home .cta h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.home .cta .button {
		font-size:24px;
		line-height:24px;
	}
	.home .director-message h2 {
		padding:0 0 0 15px;
		margin-bottom: 0;
  		text-align: left;
  		font-size:19px;
	}
	.home .director-message .bubble span {
		display:none;
	}
	.home .director-message p.date {
		padding:0 0 0 15px;
		font-size:11px;
	}
	.home .director-message .bubble {
		padding-left:25px;
		padding-right:25px;
	}
	.home .director-message .bubble p {
		font-size:14px;
		line-height:18px;
	}
	.content h1, .home h2 {
		font-size:25px;
		text-align:center;
	} 
	.content .intro h2 {
		font-size:21px;
		line-height:21px;
		text-align:center;
		margin-bottom:10px;
		margin-top:10px;
	}
	.home .activities .more a, .content .grid .item a h3, .home .gallery .more a, .sidebar nav ul li a, .sidebar .ad-lineup ul li strong {
		font-size:14px;
	}
	.content h2 {
		font-size:22px;
		margin-bottom:5px;
		line-height:22px;
	}
	.content p, .content ul, .content ol, .content table, .content .embed_media {
		line-height:18px;
	}
	.home .blue-bar h2, .home .sponsor h2, {
		font-size:19px;
	}
	.content h3 {
		font-size:17px;
	}
	.home .sponsor p, .home .blue-bar p {
		font-size:14px;
		text-align:left;
	}
	.flexslider .slides img, .content .intro img {
		margin:0 auto;
	}
	.home .activities .col2 ul {
		text-align: left;
	}
	.home .white h2 {
		font-size:21px;
		line-height:21px;
	}
	.home .white table th, .home .white table td {
		font-size:11px;
	}
	.sidebar .ad-lineup ul li, .content p.date {
		font-size:10px;
	}
	.home .gallery .col1 ul {
		text-align: left;
	}
	/*page*/
	.sidebar nav {
		padding-top:15px;
	}
	.content h2 a, .content h3 a {
		font-size:16px;
		line-height:16px;
	}
	.content .intro p {
		font-size: 15px;
		line-height: 20px;
	}
}
@media screen and (min-width:400px) {
	.footer-bottom .cruises a {
		display:block;
		float:left;
		width:auto;
	}
	.footer-bottom p strong {
		display:inline;
	}
	.home .lineup ul strong {
		white-space:pre-line;
	}
}
@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 (min-width:500px) and (max-width:650px) {
	body {
		font-size:14px;
	}
	header .header-top {
		text-align:center;
	}
	header .book p .button, .footer-top .book p .button {
		margin: 3px auto;
		width: 180px;
	}
	.home .homeshow .text strong {
		font-size: 24px;
		line-height: 24px;
	}
	.home .lineup {
		padding:32px 0 0;
	}
	.home .lineup h2 {
		top:-38px;
	}
	.home .lineup ul strong {
		font-size: 24px;
		line-height: 30px;
	}
	.home .lineup ul {
		font-size: 13px;
		margin-top:-20px;
	}
	.home .cta h2 {
		line-height: 22px;
		margin-bottom: 10px;
	}
	.home .cta .button {
		font-size:25px;
		line-height:25px;
	}
	.home .director-message h2 {
		margin-bottom: 0;
  	font-size:20px;
	}
  
	.home .director-message .bubble span {
		display:block;
		top: -20px;
	}
	.home .director-message p.date {
/*    padding:0 0 0 70px;*/
		font-size:12px;
	}
	.home .director-message .bubble {
		padding-left:30px;
		padding-right:30px;
	}
	.home .director-message .bubble p {
		font-size:14px;
		line-height:18px;
	}
  .home .activities h2{
    font-size:28px;
  }
  .home .gallery h2{
    font-size:24px;
  }
	.content h1, .home h2 {
		font-size:27px;
		text-align:center;		
	} 
	.content .intro h2 {
		font-size:21px;
		line-height:21px;
		text-align:center;
		margin-top:10px;
	}
	.home .activities .more a, .content .grid .item a h3, .home .gallery .more a, .sidebar nav ul li a, .sidebar .ad-lineup ul li strong {
		font-size:14px;
	}
	.content h2 {
		font-size:23px;
		line-height:27px;
		text-align:center;
	}
	.content p, .content ul, .content ol, .content table, .content .embed_media {
		line-height:20px;
	}
	.home .blue-bar h2, .home .sponsor h2, {
		font-size:20px;
	}
	.content h3 {
		font-size:18px;
	}
	.home .sponsor p, .home .blue-bar p {
		font-size:14px;
		text-align:left;
	}
	.flexslider .slides img, .content .intro img {
		margin:0 auto;
	}
	.home .activities .col2 ul {
		text-align: left;
	}
	.home .white h2 {
		font-size:21px;
		line-height:21px;
		text-align:center;
	}
	.home .white table th, .home .white table td {
		font-size:12px;
	}
	.sidebar .ad-lineup ul li, .content p.date {
		font-size:10px;
	}
	.home .gallery .col1 ul {
		text-align: left;
	}
	/*page*/
	.sidebar nav {
		padding-top:15px;
	}
	.content h2 a, .content h3 a {
		font-size:17px;
		line-height:17px;
	}
	.content .intro p {
		font-size: 15px;
		line-height: 20px;
	}
}
@media screen and (min-width:650px) {
	body {
		font-size:15px;
	}
	.button {
		display:inline-block;
		width:auto;
		text-align:left;
	}
	.button span {
		padding:10px 15px;
	}
	header .header-top {
		height: 212px;
	}
  header .nav-toggle{
    width:calc(100%);
    position:absolute;
    top:168px;
  }
	header .logo {
		float:left;
		width:100%;
		padding:10px 0 0 85px;
		position:relative;
	}
	header .logo img {
		position:absolute;
		top:3px;
		left:3px;
    height:170px !important;
	}
  header .logo p.date{
    font-size:24px;
		text-align: right;
  }
  header .logo p.globalPorts {
		font-size: 13px;
		text-align: right;
	}
	header .logo p.date {
		margin-top: 95px;
	}
	header .book {
		position:absolute;
		top:10px;
		right: 10px;
	}
	header .book p {
		text-align:center;
	}
	header .book p.last {
		line-height:34px;
		margin:-6px 0 0;
	}
  .home .lineup .border .wrapper{
    background-size:unset;
  }
	.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-labels label, .content form .float-heading p.last label {
	font-weight:600;
}
	.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 .slide .text .last .button{
    float:right;
  }
  .home .activities h2{
    font-size:28px;
  }
  .home .gallery h2{
    font-size:28px;
  }
	.home .homeshow .caption {
		display:block;
		float:none;
		max-width:275px;
		width:auto;
		font-size:12px;
		line-height:normal;
		color:#fff;
		padding: 5px 20px 5px 10px;
		background:url(/assets/images/caption.png);
		position:absolute;
		top:0;
		right:0;
	}
	.home .newsletter .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 .homeshow .text strong {
		font-size: 25px;
		line-height: 25px;
	}
	.home .homeshow .text p {
		font-size:12.5px;
	}
	.home .lineup {
		padding:32px 0 0;
	}
	.home .lineup h2 {
		top:-38px;
	}
	.home .lineup ul strong {
		font-size: 25px;
		line-height: 30px;
	}
	.home .lineup ul {
		font-size: 13px;
		margin-top:-20px;
	}
	.home .cta h2 {
		line-height: 22px;
		margin-bottom: 10px;
	}
	.home .cta .button {
		font-size:25px;
		line-height:25px;
	}

	.home .director-message .bubble span {
		display:block;
		top: -20px;
	}
	.home .director-message p.date {
		font-size:13px;
	}

	
	.home .director-message .bubble p {
		font-size:15px;
		line-height:20px;
	}
	.content h1, .home h2 {
		font-size:30px;
		text-align:center;
	} 
	.content .intro h2 {
		font-size:22px;
		line-height:22px;
		margin-top:10px;
		text-align:center;
	}
	.home .activities .more a, .content .grid .item a h3, .home .gallery .more a, .sidebar nav ul li a {
		font-size:14px;
		line-height:18px;
	}
	.sidebar nav ul li a {
    		margin:5px 0;
	}
	.content ol, .content .embed_media {
		line-height:1.5em;
	}
	.home .blue-bar h2{
		font-size:20px;
	}
	.content h3 {
		font-size:18px;
	}
	.home .sponsor p, .home .blue-bar p {
		font-size:18px;
		text-align:left;
    line-height:1.6;
	}
	.flexslider .slides img, .content .intro img {
		margin:0 auto;
	}
  .home .activities .col2 p{
    font-size:18px;
    line-height:1.6;
  }
	.home .activities .col2 ul {
		text-align: left;
    font-size:18px;
    line-height:1.6;
	}
	.home .white h2 {
		font-size:21px;
		line-height:21px;
	}
	.home .white table th, .home .white table td {
		font-size:13px;
        line-height:18px;
	}
	.content p.date {
		font-size:10px;
	}
	.home .gallery .col1 ul {
		text-align: left;
	}
	/*page*/
	.sidebar nav {
		padding-top:15px;
	}
	.content h2 a, .content h3 a {
		font-size:18px;
		line-height:18px;
	}
	.content .intro p {
		font-size: 18px;
		line-height: 22px;
	}
}
@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;
  }
  
  body {
		font-size:16px;
	}
	header .book {
		right: 10px;
	}
	header .nav-toggle {
		display:none;
	}
	header #main-nav {
		display:block !important;
		background: url(/assets/images/main-nav-bg.jpg) repeat-x;
		box-shadow:0 0 1px #888;
	}
	header nav .wrapper > ul {
		border-left:1px solid #CFF3F4;
    float:right;
	}
	header nav .wrapper > ul > li {
		display:inline;
		float:left;
		border:none;
		border-right:1px solid #CFF3F4;
		position:relative;
	}
  header nav .wrapper > ul > li.last{
    border-right:none;
  }
	header nav .wrapper > ul > li > a {
		padding:6px 8px;
    color:#CFF3F4;
/*    font-family: 'Oswald', sans-serif;*/
    font-weight:500;
    font-size:13px;
	}
	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 li.right-drop ul {
		right:0;
		left:auto;
	}
	header .logo {
		float: left;
		width: 100%;
		padding: 10px 0 0 85px;
		position: relative;
	}
	
	header .logo p.date{
		font-size: 24px;
	}
	header .logo p.globalPorts {
		font-size: 15px;
	}
	header .header-top {
		border-bottom: none;
	}
	.content h1, .home h2 {
		font-size:35px;
		line-height:35px;
		padding:4px 0;
	}
	.content h1, .home h2, .content .intro h2 {
		text-align:left;
	}
	.content p.float-right {
		float:right;
		margin-left:20px;
	}
	.content p.float-left {
		float:left;
		margin-right:20px;
	}
	.content .intro img {
		float:left;
		margin:0 15px 0 0;
	}
	.content .main {
		float:right;
		width:68%;
		padding:30px 35px 5px;
		margin:0 0 35px;
	}
  .content .main.full-column {
    float:right;
    width:100%;
  }
	.content .news-article {
		padding:0;
		margin:0;
	}
	.content .news-article article {
		padding:30px 25px 5px;
		margin:0 0 35px;
	}
	.content .sidebar {
		float:left;
		max-width:270px;
		width:32%;
		padding:0 20px 0 0;
	}
	.content h2 a, .content h3 a {
		font-size:19px;
		line-height:19px;
	}
	.home .homeshow .text {
		color:#fff;
		padding:20px 28px 21px;
		position:absolute;
		bottom:-10px;
		right:0;
	}
/*  .home .sponsor p, .home .blue-bar p {
    font-size:15px;
  }*/
	.home .homeshow .text p {
		font-size:15px;
		line-height:20px;
		margin:0 0 20px;
	}
	.home .homeshow .text strong {
  		color: #ff6600;
  		font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
    	font-size: 28px;
  		line-height: 36px;
	}
  .home .director-message h2{
    font-size:24px;
  }
  .home .director-message p.date {
    text-align:right;
    margin:-24px 6px 24px 0;
  }
	.home .lineup ul strong {
		font-size:27px;
		line-height:32px;
	}
	/* 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 .col .col2 p{
    font-size:24px;
    line-height:1.2;
  }
  .home .gallery .col1 ul {
		margin-left:75px;
	}
	.home .sponsor p.last,
	.home .blue-bar p.last {
		margin:0;
	}
	.home .white {
		min-height:420px;
	}
	.home .newsletter h2 {
		font-size:52px;
		line-height:52px;
	}
	.home .newsletter form {
		max-width:97%;
		padding:0 100px 0 0;
		margin:0 0 11px;
		position:relative;
		clear: both;
	}
	.footer-top nav {
		display:block;
		margin:0 -10px 0 0;
	}
	.footer-top nav .col {
		float:left;
		width:14%;
		padding:0 10px 16px 0;
	}
	.footer-top nav .col1 {
		width:11.5%;
	}
	.footer-top nav .col2 {
		width:17.5%;
	}
	.footer-top nav .col3 {
		width:14%;
	}
	.footer-top nav .col4 {
		width:9.5%;
	}
	.footer-top nav .col5 {
		width:12%;
	}
	.footer-top nav .col6 {
		width:17.5%;
	}
	.footer-top nav .col7 {
		width:18%;
	}
	.footer-top nav p {
		font-size:13px;
		text-transform:uppercase;
	}
	.footer-top nav p, .footer-top nav ul li {
		padding:0 0 8px;
	}
	.footer-top nav ul {
		font-size:11px;
	}
	.footer-top nav a {
		color:#d1d1d1;
		font-weight:600;
	}
	.footer-top nav a:hover {
		color:#fff;
	}
	.footer-bottom .cruises {
		float:right;
	}
	.footer-bottom p {
		clear:none;
	}
  .sidebar nav{
    padding-bottom:100px;
    background-image:url(/assets/images/sidebar-nav-bg.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
  }
	.sidebar .ad a h2 {
		font-size:15px;
	}
}
@media screen and (min-width:850px) {
		.sidebar .ad a h2 {
		font-size:18px;
	}
}
@media screen and (min-width:800px) {
	body {
		font-size:16px;
	}
	header .logo {
		width: 80%;
	}
  header .logo img{
    height:140px !important;
  }
	header .header-top {
		height:115px;
	}
	header .logo p.date, header .logo p.globalPorts {
		text-align: right;
	}
	header .logo p.date {
    font-size:24px;
    margin-top: 20px;
	}
	header .logo p.globalPorts {
		top:25px;
    font-size:12px;
	}
	.content h1, .home h2 {
		font-size:37px;
		line-height:40px;
	}
	.content h2 {
		margin-bottom:20px;
	}
	.content h2 a, .content h3, .content .wrapper .main article strong {
		font-size:20px;
		line-height:21px;
	}
	.content h3 a {
		line-height:23px;

	}
	.content .wrapper .main article strong {
		line-height:25px;
	}
	.home .lineup h2 {
		line-height:40px;
		top:-41px;
	}
	.home .lineup {
		padding:40px 0 0;
	}
	..home .homeshow .text strong {
		font-size:30px;
		line-height:36px;
	}
	.home .homeshow .text p {
		font-size:15px;
		line-height:20px;
	}
	.home .cta h2 {
		margin-bottom:20px;
	}
  .home .director-message{
    height:auto;
    background-size:cover;
  }
	.home .director-message .bubble p {
		font-size:18px;
		line-height:24px;
	}

	.home .director-message p.date {
		font-size:14px;
	}
/*  .home .sponsor p, .home .blue-bar p {
    font-size:16px;
  }*/
	.home .white h2 {
  		font-size: 23px;
  		line-height: 23px;
	}
	.content p.date {
		font-size:12px;
	}
}
@media screen and (max-width:765px) {
	.content .main {
		float: none;
		width: 98%;
		margin: 0px auto 35px;
	}
	.content .sidebar {
    	float: none;
    	width: 98%;
    	padding: 0;
    	margin: 0 auto;
	}
	.footer-top .book {
  		text-align: center;
	}
	.footer-top nav {
  		display: none;
	}
	.home .homeshow .text {
		position:relative;
	}
	.home .activities .col2 ul, .home .activities .col2 p.last, .home .gallery .col1 ul {
		margin-left: 0;
	}
	.home .cols50 {
		margin: 0;
	}
	.home .cols50 .col {
		float:none;
		width:100%;
		padding:0 10px;
	}
	.home .blue-bar .cols50 .col p.last {
		text-align:center;
	}
	.home .blue-bar .cols50 .col img {
		display:none;
	}
	.content h3 a {
		font-size:17px;
	}
}

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

	.mobile-hide {
		display:block;
	}
	.alert-bar p {
		padding:15px 60px 15px 90px;
		background-position:60px 15px;
	}
	header .logo {
		width:80%;
		padding-top:6px;
	}
  header .logo img{
    height:150px !important;
  }
  header .logo p.globalPorts{
    font-size:15px;
  }

	header .logo p.title strong {
		font-weight:400;
	}
	.content .sidebar.no-nav {
		padding-top:53px;
	}
	.sidebar nav {
		padding-top: 20px;
  		margin-top: -5px;
	}
}
@media screen and (min-width:980px) {
	header nav .wrapper > ul > li {
/*    width:12%;
*/	}
	header nav .wrapper > ul > li > a {
		text-align:center;
		padding:7px 8px;
	}
	header nav .wrapper > ul > li.smaller {
		width:8%;
	}
	header nav .wrapper > ul > li.smaller > a {
		text-align:center;
		padding:8px 0 8px;
	}
	header .logo {
		padding-top:6px;
	}
	header .logo p.title {
  		font-size: 17px;
  		margin-top: 0;
	}
	header .logo p.title strong {
		font-weight:400;
	}
	.content .main .slideshow {
		max-height: 235px;
		overflow: hidden;
	}
	.content .main .photo-gallery #photo-slides {
		max-height: 300px;
		overflow: hidden;
	}
	.content p.float-right, .content p.float-left {
		max-width:300px;
	}
	.home .homeshow {
    max-height:425px;
    overflow:hidden;
	}
	.home .homeshow .wrapper {
		padding:0 10px;
	}
	.home .homeshow .text {
		padding:0 80px 27px;
		bottom:0;
	}
	.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/SBC25_keyart-guitar-sunburst.png) 100% 150px no-repeat;
		background-size: 200px;
	}
	.home .sponsor .wrapper,
	.home .blue-bar .wrapper {
		padding:0 70px;
	}
	.home .itinerary .wrapper {
		padding:0 200px;
		background: url(/assets/images/SBC25_key-art-new-palms.png) 100% 230px no-repeat;
		background-size: 200px;
		max-width: 1200px;
	}
	.home .newsletter form {
		max-width:880px;
		padding:0 100px 0 75px;
		margin:0 0 11px;
		position:relative;
		clear: both;
	}
	.home .newsletter form input.text {
		margin-bottom: 0;
	}
	.home .newsletter form input.text {
		font-size: 16px;
	}
	.home .newsletter form #first_name {
		width: 28%;
	}
	.home .newsletter form #email {
		width: 20%;
	}
	.home .newsletter form #zip {
		width: 22%;
	}
	.home .newsletter form #phone {
		width: 20%;
	}
	.home .newsletter form .wafc-text {
		margin-right: 3%;
	}
	.home .newsletter form .wafc-text:last-of-type {
		margin-right: 0 !important;
	}
	.home .newsletter .fine-print {
		text-align: right;
		display: block;
		width: 88%;
	}
	.home .gallery .wrapper {
		padding:0 90px;
/*    background: url(/assets/images/badge.png) no-repeat left bottom;*/
/*      background-size: 150px auto;*/
	}
}

.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-weight:bold;
  margin:0 0 5px 0;
  font-size:.85em !important;
  color:#582210;
}
@media (min-width:650px){
  .timer-widget{
    position:absolute;
    text-align:right;
    top:158px;
    right:0;
  }
}
@media (min-width:800px){
  .timer-widget{
    top:80px;
  }
}

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

p.nospacebelow{
	margin:0;
}


.social ul{
	list-style:none;
	padding:0;
	margin:0;  
}
.social ul li{
		display:inline-block;
		margin:0 .15em;
		position:relative;
		z-index:1;
}
.social ul li:hover{
	margin-top: 1px;
}
.social ul li.facebook:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f09a";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.instagram:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f16d";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.twitter:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f081";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.linked-in:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f08c";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.youtube:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f431";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li.spotify:before{
	position:absolute;
	z-index:-1;
	font-family:'FontAwesome';
	top:0;
	left:0;
	content:"\f1bc";
	font-size:35px;
	line-height:35px;
	color:rgb(255, 255, 255);
}
.social ul li a {
	font: 0/0 serif;
  text-shadow: none;
  color: transparent;
	display:block;
	width:35px;
	height:35px;
}
.social ul li a:hover{
	margin-top:2px;
}
/* Homepage Block edits */
.social.homepage-social{
	background-color:#1B819A;
	padding:1.75em;
	border-radius: 8px;
}
.social.homepage-social h3{
	font-size: 28px;
	color:white;
	margin:0 0 .5em 0;
	text-align: center;
}
.social.homepage-social ul{
	margin:0 auto;
	text-align: center;
}
.social.social.homepage-social ul li{
	padding:0;
	margin:0 .5em;
	background: none;
}
.social.homepage-social ul li a {
	width:50px;
	height:50px;
}

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


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

}

