/************Reset**************/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, object, iframe, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header, footer, nav, section, article, hgroup, figure {
	display: block;
}
legend {
	display: none;
}
/************End Reset**************/ 
 
 @font-face {
	font-family: 'pt_sansbold';
	src: url('/fonts/pt_sans-web-bold-webfont.eot');
	src: url('/fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-web-bold-webfont.woff') format('woff'), url('/fonts/pt_sans-web-bold-webfont.ttf') format('truetype'), url('/fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sansregular';
	src: url('/fonts/pt_sans-web-regular-webfont.eot');
	src: url('/fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-web-regular-webfont.woff') format('woff'), url('/fonts/pt_sans-web-regular-webfont.ttf') format('truetype'), url('/fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sansbold_italic';
	src: url('/fonts/pt_sans-web-bolditalic-webfont.eot');
	src: url('/fonts/pt_sans-web-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-web-bolditalic-webfont.woff') format('woff'), url('/fonts/pt_sans-web-bolditalic-webfont.ttf') format('truetype'), url('/fonts/pt_sans-web-bolditalic-webfont.svg#pt_sansbold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sansitalic';
	src: url('/fonts/pt_sans-web-italic-webfont.eot');
	src: url('/fonts/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-web-italic-webfont.woff') format('woff'), url('/fonts/pt_sans-web-italic-webfont.ttf') format('truetype'), url('/fonts/pt_sans-web-italic-webfont.svg#pt_sansitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sans_narrowbold';
	src: url('/fonts/pt_sans-narrow-web-bold-webfont.eot');
	src: url('/fonts/pt_sans-narrow-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-narrow-web-bold-webfont.woff') format('woff'), url('/fonts/pt_sans-narrow-web-bold-webfont.ttf') format('truetype'), url('/fonts/pt_sans-narrow-web-bold-webfont.svg#pt_sans_narrowbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt_sans_narrowregular';
	src: url('/fonts/pt_sans-narrow-web-regular-webfont.eot');
	src: url('/fonts/pt_sans-narrow-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pt_sans-narrow-web-regular-webfont.woff') format('woff'), url('/fonts/pt_sans-narrow-web-regular-webfont.ttf') format('truetype'), url('/fonts/pt_sans-narrow-web-regular-webfont.svg#pt_sans_narrowregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 20px 100px 25px;
	background: #ffffff;
	color: #333;
	font-family: 'pt_sansregular', Arial, helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	padding: 0;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	zoom: 1;
}
.clearer {
	clear:both;
}
.clearfix {
	clear: both;
    height: 10px;	
}
a:link, a:visited {
	color:#0587D9;
	text-decoration:underline;
}
a:hover {
	color:#0587D9;
	text-decoration:none;
}
a:active {
	color:#0587D9;
	text-decoration:none;
}
sup {
	vertical-align: top;
	font-size: 12px;
}
sub {
	vertical-align: bottom;
	font-size: 12px;
}
.small-print {
    font-size: 15px;
    font-style: italic;
}
h1 {
	font-family: 'pt_sans_narrowregular', Arial, helvetica, sans-serif;
	padding:10px 25px 0;
	font-size:32px;
	line-height:34px;
}
h2 {
	font-family: 'pt_sans_narrowregular', Arial, helvetica, sans-serif;
	font-size:26px;
	line-height:28px;
	margin:0 0 5px;
	color:#333;
	text-transform:uppercase;
}
h3 {
	font-size:21px;
	line-height:23px;
	margin:0 0 15px;
	color:#333;
	/*text-transform:uppercase;*/
}
h3.subhead {
	font-size:21px;
	line-height:23px;
	margin:0 0 15px;
	color:#333;
}
h3.upper {
	text-transform:uppercase;
}
h4 {
	font-family: 'pt_sans_narrowregular', Arial, helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	margin:5px 0 5px 0;
	text-transform:uppercase;
}
h4.reserve {
	margin:25px 0 8px 0;	
}
p {
	padding:0;
	margin:0 0 20px 0;
}
td p.descript {
	margin-bottom:0px;
}
.main-info {
	width:100%;
	background:#333333;
	color:#fac84a;
	margin:0 0 15px 0;
	padding:25px 20px 22px;
	font-size:23px;
	/*line-height:43px;*/
	text-transform:uppercase;
	text-align:center;
	font-family: 'pt_sans_narrowbold', Arial, helvetica, sans-serif;/*border-top:1px solid #ffffff;*/
}
.main-info span.break, .main-info span.separator {
	/*display:inline-block;*/
	color:#ffffff;
}
ol li {
	list-style:decimal;
	margin-left:30px;
}
ul {
	margin:-7px 0 0 0;
	padding:0;
}
ul li {
	list-style:disc;
	margin-left:30px;
	padding:2px 0;
}
.container {
	/*max-width: 70em;*/
	margin: 0px auto;
	/*padding: 0 1em;*/
	overflow: hidden;
	background:#ffffff;
	clear:both;
	padding:0 0 20px 0;
}
.featured-box {
	background:#fac84a; 
	padding:15px!important;
	margin:0 20px 20px!important;
}
img {
	width:100%;
	border:0;
	height:auto;
	-ms-interpolation-mode: bicubic;
}
img.instructor {
	width:auto;
	margin: 0 15px 15px 15px;
}

/* Vegas BG */
.vegas-loading {
	/* Loading Gif by http://preloaders.net/ */
	/*-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	background:#000 url(../images/loading.gif) no-repeat center center;
	background:rgba(0, 0, 0, 0.7) url(../images/loading.gif) no-repeat center center;
	height:32px;
	left:20px;
	position:fixed;
	top:20px;
	width:32px; 
	z-index:0;*/
	display:none;
}
.vegas-overlay {
	background:transparent url('../images/bg/bg-pattern1.png');
	opacity:0.5;
	z-index:-1;
}
.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
	/* counteracts global img modification by twitter bootstrap library */
    max-width: none !important;
}
#header {
	margin: 0;
	background:#333333;
	height:100px;
}
#header .one.column {
	width:100%;
	float:left;
	background:#333333;
}
#header .one-half.column {
	width:50%;
	float:left;
	color:#ffffff;
	background:#333333;
}
#header .one-third.column {
	width:30%;
	float:left;
	background:#333333;
}
#header .two-thirds.column {
	width: 70%;
	float:left;
	color:#ffffff;
	background:#333333;
}
.logo {
	padding:20px 25px 12px 28px;
	float:left;
}
.convention-txt {
 	float:left; 
	color:#fff; 
	padding:60px 0 0; 
	font-size:22px; 
	font-weight:bold; 
	text-transform: uppercase; 
	border-bottom:3px solid #fac84a;	
}
a.menu-link {
	float: right;
	display: block;
	padding: 0;
	color:#ffffff;
	text-decoration:none;
}
nav[role=navigation] {
	/*clear: both;*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}
nav[role=navigation].active {
	max-height: 400px;
}
nav[role=navigation] ul {
	margin: 0;
	padding: 39px 0;
	border-top: 1px solid #ffffff;
}
nav[role=navigation] li a {
	display: block;
	padding: 11px 14px 8px;
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px solid #ffffff;
}
.col-group > div {
	padding: 0 25px;
	margin-bottom:20px;
}
table {
	margin:20px 0;
}
table td {
	padding:10px 15px;
	vertical-align:top;
	font-size:15px;
	line-height:17px;
}
table td.left {
	text-align:left;
}
table td.left ol {
	padding:0;
	margin:0;
}
table td.left ol li {
	line-height:16px;
	font-size:15px;
	padding:0 0 2px;
}
table td.center {
	text-align:center;
}
table th {
	font-size:15px;
	line-height:17px;
	background:#cccccc;
}
table th.left {
	text-align:left;
	padding:10px 10px 11px 14px;
}
table th.center {
	text-align:center;
	padding:10px 10px 11px 10px;
}
tr:nth-of-type(odd) {
	background: #e3e0e0;
}
tr:nth-of-type(even) {
	background: #f5f3f3;
}
.includes {
	padding:0 20px 20px 0;
	font-style:italic;
}
.map-img {
    height: auto;
    max-width: 344px;
	margin:0 0 15px;
}
.room-img {
    height: auto;
    max-width: 258px;
	margin:0 0 15px;
}
.itinerary #map {
	width: 100%;
	max-width:688px;
	display: inline-block;
	vertical-align: middle;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("/images/map.jpg");
	margin:0 0 15px;
}
.itinerary #map .inner {
	padding-top: 56.83%; /* height/width of image */
	display: block;
	height: 0;
	border:1px solid #cccccc;
}
.book {
	display:block;
	margin:15px auto 0 25px;
	padding:12px;
	text-align:center;
}
a.button {
	z-index: 1;
	width: auto;
	padding: 11px 15px 6px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family:'pt_sans_narrowbold', Arial, helvetica, sans-serif;
	font-size: 16px;
	letter-spacing:1px;
	text-align:center;
	border: none;
	outline: none;
	text-decoration:none;
	color: #333;
	/*border: solid 1px #0076a3;*/
	background: #fac84a;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -webkit-gradient(linear, left top, left bottom, from(#0587D9), to(#00678e));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	background: -moz-linear-gradient(top, #0587D9, #00678e);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0587D9', endColorstr='#00678e');
	-moz-box-shadow: 1px 2px 5px #000000;
	-webkit-box-shadow: 1px 2px 5px #000000;
	-o-box-shadow: 1px 2px 5px #000000;
	box-shadow: 1px 2px 5px #000000;*/
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	-moz-transition: -moz-box-shadow 0.3s ease;
	-o-transition: -o-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}
/*a.button-foot {
	font-size:17px;
	padding:0;
	color:#333!important;
	text-decoration:none!important;
}*/
a.button:hover {
	background: #f9d16b;
	color:#333;/*background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;*/
}
.phone {
	font-family:'pt_sans_narrowregular', Arial, helvetica, sans-serif;
	font-size: 17px;
	text-align:center;
	margin:5px 0 20px 26px;
	color:#333;
}
/*.phone-foot {
	color:#ffffff;
	font-size:16px;
	margin:0 0 0 25px;
}*/
button, input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {
	text-transform: none;
	font-family: 'pt_sansregular', Arial, helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	display:block;
	margin:2px 0 0 0;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	z-index: 1;
	width: auto;
	padding: 15px 15px 10px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family:'pt_sans_narrowbold', Arial, helvetica, sans-serif;
	font-size: 20px;
	letter-spacing:1px;
	text-align:center;
	border: none;
	outline: none;
	text-decoration:none;
	color: #333;
	/*border: solid 1px #0076a3;*/
	background: #fac84a;
	margin-top:10px;
}

button:hover, html input[type="button"]:hover, /* 1 */ input[type="reset"]:hover, input[type="submit"]:hover {
	background: #f9d16b;
	color:#333;
}

#showDiv {
	background:#faecc9;
	padding:10px;
	margin-top:20px;
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	margin:4px 0 0 0;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

.asterisk {
	color:#E0362B;
	padding-left:2px;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

form > div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
	margin: 0 0 5px 0;
}
form > div > label, legend {
	width: 100%;
	float: none;
	padding-right: 10px;
}
form > div > div, form > div > fieldset > div {
	width: 100%;
	float: none;
	/*margin-left:25px;*/
}
form > div > fieldset label {
	font-size: 90%;
}
form > div > label {
	/*padding:0 0 0 25px;*/
	padding:0;
}
.sub-label {
	margin-top:3px;
	font-size:12px;
	color:#666;
}

/* input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], */
textarea {
	/*width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	border:1px solid #505050;
	font-family: 'pt_sansregular', Arial, helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	padding: 7px 7px;
	color: #333;
	width:510px;
	margin:2px 0 0 0;
}
input[type=text], input[type=tel] {
	width: 100%;
	border:1px solid #505050;
	padding: 7px 7px;
	margin: 2px 10px 0 0;
	display:block;
	font-family: 'pt_sansregular', Arial, helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color: #333;
}
input[type=email] {
	width: 50%;
	border:1px solid #505050;
	padding: 7px 7px;
	margin: 0 10px 0 0;
	display:block;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus {
	outline: 0;
	border-color: #4697e4;
	display:block;
}
label.error {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/images/x.png");
	background-origin: padding-box;
	/*background-position: left center;*/
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto auto;
	bottom: 0px;
	font-size: 10px;
	/*font-style: italic;*/
	left: 0;
	padding: 0 10px 0 13px;
	position:relative;
	color:#e0362b;
	text-transform:uppercase;
	/*float:left;*/
	float:left;
	height:18px;
	display:inline-block;
}

.extra-error label.error {
	border:1px solid red;
	position:absolute;
	left:0;
	top:20px;
	margin-bottom:20px;	
	padding-bottom:20px;
}
	

.form-sub-label-container {
	display: inline-block;
	margin-right: 5px;
	white-space:wrap;
}
#footer {
	/*padding: 15px 25px;*/
	padding:10px 0;
	background:#333333;
	float:left;
	width:100%;
	font-family: 'pt_sans_narrowregular',Arial,helvetica,sans-serif;
	font-size:17px;
	line-height:20px;
	color:#fff;
}
#footer h3 {
	color:#fac84a;
	font-size: 23px;
    line-height: 25px;
	margin:10px 15px 0 0;
	font-weight:normal;
}
#footer a, footer a:visited {
	color:#fac84a;
	text-decoration:underline;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
#footer ol {
	margin-left:15px;
}
#footer ol li {
	color:#fff;
	list-style-type:decimal;
	padding:2px 0;
}
#footer p {
	margin:10px 0;
	word-wrap: break-word;
}
#footer p.fineprint {
	font-size:14px;
	line-height:16px;
	color:#ccc;
	font-style:italic;
}
body#home #t-home a, body#itinerary #t-itinerary a, body#instructors #t-instructors a, body#classes #t-classes a, body#pricing #t-pricing a, body#whos-coming #t-whos-coming a, body#vendors #t-vendors a, body#boat-reunions #t-boat-reunions a, body#contact #t-contact a {
	background:#fac84a;
	color:#333;
}



 @media screen and (min-width: 768px) {
a.menu-link {
	display: none;
}
.js nav[role=navigation] {
	max-height: none;
}
nav[role=navigation] ul {
	padding: 0 15px 0 14px;
	margin:20px 0 0 15px;
	border: 0;
}
nav[role=navigation] ul li {
	display: inline-block;
	margin: 0;
	padding:0;
}
nav[role=navigation] ul li a {
	border: 0;
	font-family:'pt_sans_narrowbold', Arial, helvetica, sans-serif;
	font-size:20px;
	letter-spacing:1px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
nav[role=navigation] ul li a:hover {
	background:#fac84a;
	color:#333;
}
}
 @media screen and (min-width: 1200px) {
.col-group {
	/*overflow: hidden;*/
	width:100%;
}
.col-group > div, .col-group.one-third > div, .col-group.one-third-foot > div {
	float: left;
	width: 33.3333333%;
	margin:0 0 5px 0;
}
.col-group.four > div {
	float: left;
	width: 25%;
	margin:0 0 20px 0;
}
.col-group.two-thirds > div {
	float: left;
	width: 66.66666667%;
	margin:0;
}
/*.col-group.two-thirds.contact-form > div {
	
}*/
.col-group.two-thirds.home > div, .col-group.one-third.home > div {
	margin-top:10px;
}
.col-group.two > div {
	float: left;
	width: 50%;
	margin:0;
}
/*.25Percent {
	width:25%;
	float:left;
}
.75Percent {
	width:75%;
	float:left;
}*/
.col-group.one > div, .col-group.one-foot > div {
	width: 100%;
	margin:0;
}
/*#header .one-thirds.column {
	float:left;
	width: 33.3333333%;
}*/
#header .two-thirds.column {
	float:left;
	width: 66.66666667%;
}

/*#header .one-thirds.column {
	float:left;
	width: 33.3333333%;
}*/

/*a.menu-link {
	display: none;
}
.js nav[role=navigation] {
	max-height: none;
}
nav[role=navigation] ul {
	padding: 0 15px 0 14px;
	margin:20px 0 0 15px;
	border: 0;
}

nav[role=navigation] ul li {
	display: inline-block;
	margin: 0;
	padding:0;
}
nav[role=navigation] ul li a {
	border: 0;
	font-family:'pt_sans_narrowbold',Arial,helvetica,sans-serif;
	font-size:20px;
	letter-spacing:1px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
nav[role=navigation] ul li a:hover {
	background:#e98042;
	color:#333;
}

*/

img.map {
	max-width:688px;
}
}
 @media only screen and (min-width: 981px) and (max-width: 1199px) {
.main-info {
	font-size:34px;
	line-height:38px;
	text-align:left;
	padding: 15px 25px 11px;
}
.col-group.one-third-foot > div {
	float:left;
	width: 33.3333333%;
}
.cta {
	float:left;
}
a.button {
	font-size:20px;
}
.phone {
	font-size:20px;
	margin-top:8px;
}
.book, .phone {
	margin-left:0px;
}
.col-group.one-third > div {
	margin-top:30px;
}
.col-group.one-foot > div {
	width: 100%;
	margin:0;
	float:left
}
.main-info span#block {
	display:block;
}
.main-info span#no-block {
	display:inline-block;
}
}
 @media only screen and (min-width: 768px) and (max-width: 1199px) {
body {
	margin:20px 50px 25px;
}
#header .one-third.column {
	width:100%;
}
#header .two-thirds.column {
	width:100%;
}

img.map {
	max-width:688px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 979px) {
h1 {
	padding:10px 20px 0 20px;
}
.main-info {
	font-size:34px;
	line-height:38px;
	text-align:left;
	padding: 15px 20px 11px 20px;
}
.main-info span.separator2 {
	display:none;
}
.main-info span#block {
	display:block;
}
.main-info span#no-block {
	display:inline-block;
}

nav[role=navigation] ul {
	padding: 0;
	margin: 20px 0 0 13px;
}
nav[role=navigation] ul li a {
	font-size:16px;
	padding:9px 7px;
}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
}
table {
	margin:20px 0 0 0;
	padding:0px;
}
table td {
	padding:7px 15px 7px 0;
}
table td.center {
	text-align:left;
	/*margin:10px 0;*/
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	margin:20px 0;
}
td {
	/* Behave  like a "row" */
	border: none;
	/*border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;*/
	position: relative;
	padding-left:50%;
}
.col-group > div {
	padding:0 20px;
	width:100%;
}

.col-group.two > div {
	width:100%;
	clear:both!important;
}

.col-group.one-third-foot > div {
	float:left;
	width: 33.3333333%;
}
/*.col-group.one-third > div {
	margin-top:30px;
}*/
.col-group.one-foot > div {
	width: 100%;
	margin:0;
	float:left;
}
.book, .phone {
	margin-left:0px;
}
.cta {
	float:left;
}
a.button {
	font-size:20px;
}
.phone {
	font-size:20px;
	margin-top:8px;
}

/*.col-group.two-thirds.home > div, .col-group.one-third.home > div {
	padding-top:10px;
}*/

h2 {
	margin-top:20px;
}
td:before {
	/* Now like a table header */
	/*position: absolute;*/
	/* Top/left values mimic padding */
	/*top: 6px;
	left: 6px;
	width: 45%;*/
	margin-right:10px;
	padding: 5px 10px 6px;
	background:#cccccc;
	white-space: nowrap;
	font-weight:bold;
}
td p.descript {
	padding: 1px 10px 0 0;
	font-weight:normal;
	display:inline-block;
	margin:0;
}
td p.class {
	padding: 17px 10px 0;
	font-weight:normal;
	display:inline-block;
	margin:0;
}
td p {
	margin-bottom:0px;
}
td ol {
	margin:5px 0 0 0;
}
td ol li {
	margin: 0 20px 0 50px;
}
/* Label the Itinerary pg data */
	td.day:nth-of-type(1):before {
	content: "Day";
}
td.date:nth-of-type(2):before {
	content: "Date";
}
td.port:nth-of-type(3):before {
	content: "Port";
}
td.arrive:nth-of-type(4):before {
	content: "Arrive";
}
td.depart:nth-of-type(5):before {
	content: "Depart";
}
/* Label the Pricing Pg data */
td.room-type:nth-of-type(1):before {
	content: "Room Type";
}
td.cost-single:nth-of-type(3):before {
	content: "Cost Per Person (Single Occupancy)";
}
td.cost-double:nth-of-type(2):before {
	content: "Cost Per Person (Double Occupancy)";
}
/* Label the Classes pg data */
td.time:nth-of-type(1):before {
	content: "Time";
}
td.classinfo:nth-of-type(2):before {
	content: "Class Name & Description";
}
td.instructor:nth-of-type(3):before {
	content: "Instructor";
}
}
 @media only screen and (min-width:651px) and (max-width: 767px) {
.main-info {
	font-size:28px;
	line-height:31px;
	text-align:left;
}
h1 {
	padding:10px 20px 0 20px;
}
.main-info span.separator2 {
	display:none;
}
td p.descript {
	padding: 1px 10px 0!important;
	font-weight:normal;
	display:inline-block!important;
	margin:0;
}
.col-group.one-third > div {
	margin-top:30px;
}
.col-group.one-third-foot > div {
	margin-bottom:25px;
}
.main-info span#block {
	display:block;
}
.main-info span#no-block {
	display:inline-block;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
body {
	margin: 0 50px;
}
#header .one-third.column {
	width:100%;
}
#header .two-thirds.column {
	width:100%;
}
nav.active[role="navigation"] {
	width:100%;
}
a.menu-link {
	/*text-align:center;*/
	float:none;
	/*padding-left: 27px;
	padding-top:32px;*/
	padding:13px 0 9px 27px;
	font-family:'pt_sans_narrowbold', Arial, helvetica, sans-serif;
	font-size:19px;
	color:#333;
	text-transform:uppercase;
	/*margin:0px auto;*/
	margin:20px 0 0 0;
	background:#fac84a url('/images/hamburger-black.png') right center no-repeat;
}
nav[role=navigation] li a {
	padding:11px 27px 7px 27px;
	font-family: 'pt_sans_narrowbold', Arial, helvetica, sans-serif;
	font-size:19px;
}
nav[role="navigation"] ul {
	padding:0px;
}
nav[role="navigation"] ul li {
	margin-left:0;
	padding:0;
}
.book {
	margin:15px auto 0 0;
}
a.button {
	font-size:20px;
}
.phone {
	margin:6px 0 20px 0;
	font-size:20px;
}
#footer p {
	margin:10px 0;
}
.itinerary #map {
	background-image: url("/images/map2.jpg");
}
.itinerary #map .inner {
	padding-top: 69.32%; /* height/width of image */
}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
}
table {
	margin:20px 0 0 0;
	padding:0px;
}
table td {
	padding:8px 15px 8px 0;
}
table td.center {
	text-align:left;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	margin:20px 0;
}
td {
	/* Behave  like a "row" */
	border: none;
	/*border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;*/
	position: relative;
	padding-left:50%;
}
td:before {
	/* Now like a table header */
	/*position: absolute;*/
	/* Top/left values mimic padding */
	/*top: 6px;
	left: 6px;
	width: 45%;*/
	margin-right:10px;
	padding: 6px 10px 7px;
	background:#cccccc;
	white-space: nowrap;
	font-weight:bold;
}
td p.descript {
	/*padding: 0 10px;
	font-weight:normal;
	display:inline-block;
	margin:0;*/
	padding: 17px 15px 0;
	font-weight:normal;
	margin-bottom:0px;
}
td p.class {
	padding: 17px 10px 0;
	font-weight:normal;
	display:inline-block;
	margin:0;
}
.col-group > div {
	padding:0 20px;
}
/*.col-group.two-thirds.home > div, .col-group.one-third.home > div {
	padding-top:10px;
}*/

h2 {
	margin-top:20px;
}
td p {
	margin-bottom:0px;
}
td ol {
	margin:5px 0 0 0;
}
td ol li {
	margin: 0 20px 0 50px;
}
/* Label the Itinerary pg data */
	td.day:nth-of-type(1):before {
	content: "Day";
}
td.date:nth-of-type(2):before {
	content: "Date";
}
td.port:nth-of-type(3):before {
	content: "Port";
}
td.arrive:nth-of-type(4):before {
	content: "Arrive";
}
td.depart:nth-of-type(5):before {
	content: "Depart";
}
/* Label the Pricing Pg data */
td.room-type:nth-of-type(1):before {
	content: "Room Type";
}
td.cost-single:nth-of-type(3):before {
	content: "Cost Per Person (Single Occupancy)";
}
td.cost-double:nth-of-type(2):before {
	content: "Cost Per Person (Double Occupancy)";
}
/* Label the Classes pg data */
td.time:nth-of-type(1):before {
	content: "Time";
}
td.classinfo:nth-of-type(2):before {
	content: "Class Name & Description";
}
td.instructor:nth-of-type(3):before {
	content: "Instructor";
}
input[type=text], input[type=email], input[type=url], input[type=password], textarea, select {
	width: 100%;
}
}
 @media only screen and (min-width: 480px) and (max-width: 650px) {
h1 {
	/*padding:10px 20px 20px;*/
	padding:10px 20px 0;
}
h3 {
	margin-top:0px;	
}
.convention-txt {
	margin: 0 40px 15px 20px;
    padding: 12px 0 0;
}
.col-group.one-third > div {
	margin:30px 0 0 0;
}
.col-group.two > div {
	padding:0 20px 5px;
}
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
}
table {
	margin:20px 0 0 0;
	padding:0px;
}
table td {
	padding:8px 15px 8px 0;
}
table td.center {
	text-align:left;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

td ol {
	margin:0 0 12px 0;
}
td ol li {
	margin: 0 20px 0 50px;
}
/* Label the Itinerary pg data */
	td.day:nth-of-type(1):before {
	content: "Day";
}
td.date:nth-of-type(2):before {
	content: "Date";
}
td.port:nth-of-type(3):before {
	content: "Port";
}
td.arrive:nth-of-type(4):before {
	content: "Arrive";
}
td.depart:nth-of-type(5):before {
	content: "Depart";
}
/* Label the Pricing Pg data */
td.room-type:nth-of-type(1):before {
	content: "Room Type";
}
td.cost-single:nth-of-type(3):before {
	content: "Cost Per Person (Single Occupancy)";
}
td.cost-double:nth-of-type(2):before {
	content: "Cost Per Person (Double Occupancy)";
}
/* Label the Classes Pg data */
td.time:nth-of-type(1):before {
	content: "Time";
}
td.classinfo:nth-of-type(2):before {
	content: "Class Name & Description";
}
td.instructor:nth-of-type(3):before {
	content: "Instructor";
}
img.map {
	max-width:564px;
}
.itinerary #map {
	background-image: url("/images/map2.jpg");
}
.itinerary #map .inner {
	padding-top: 69.32%; /* height/width of image */
}
.includes {
	padding:10px 20px 20px 0;
}
.col-group > div {
	margin-bottom:0px;
}
.col-group.one-third-foot > div {
	margin-bottom:25px;
}
.main-info {
	font-size:23px;
	line-height:26px;
	text-align:left;
	padding: 15px 20px 11px 20px;
}
.main-info span.separator2 {
	display:none;
}
.main-info span#block {
	display:block;
}
.main-info span#no-block {
	display:inline-block;
}
form > div {
	margin: 0 0 15px 0;
}
form > div > label, legend {
	width: 100%;
	float: none;
	margin: 0 0 5px 0;
}
form > div > div, form > div > fieldset > div {
	width: 100%;
	float: none;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel], textarea, select {
	width: 100%;
}
}
@media only screen and (max-width: 479px) {
body {
	margin: 0;
}
h1 {
	padding:10px 20px 0 15px;
}
h2 {
	margin-top:20px;
	padding:0 15px 0 15px;
}
h3 {
	padding:0 15px;
}
h4 {
	padding:0 15px;
}
p {
	padding:0 15px;
}
.convention-txt {
	margin: 0 0 15px 15px;
    padding: 12px 0 0;
}
ul li {
	list-style:disc;
	margin-left:45px;
	padding:4px 30px 5px 0;
}
td p.class {
	padding: 17px 15px 0;
	font-weight:normal;
	display:inline-block;
	margin:0;
}
#header .one-third.column {
	width:100%;
}
#header .two-thirds.column {
	width:100%;
}
nav.active[role="navigation"] {
	width:100%;
}
#footer {
	padding:15px 0;
}
#footer p {
	margin:10px 0;
}
a.menu-link {
	/*text-align:center;*/
	float:none;
	/*padding-left: 27px;
	padding-top:32px;*/
	padding:12px 0 7px 27px;
	font-family:'pt_sans_narrowbold', Arial, helvetica, sans-serif;
	font-size:19px;
	color:#333333;
	text-transform:uppercase;
	/*margin:0px auto;*/
	margin:10px 0 0;
	background:#fac84a url('/images/hamburger-black.png') right center no-repeat;
}
nav[role=navigation] li a {
	padding:9px 27px 5px 27px;
	font-family: 'pt_sans_narrowbold', Arial, helvetica, sans-serif;
	font-size:19px;
}
nav[role="navigation"] ul {
	padding:0px;
}
nav[role="navigation"] ul li {
	margin-left:0;
	padding:0;
}

.main-info {
	font-size:25px;
	line-height:28px;
	text-align:left;
	padding: 15px 20px 11px 15px;
}
.main-info span.separator {
	display:none;
}
.main-info span.break {
	display:block;
	color:#ffffff;
}
.col-group > div {
	padding:0;
}
.col-group.one-third-foot > div {
	margin-bottom:25px;
}
/*.col-group.two-thirds.home > div, .col-group.one-third.home > div {
	padding-top:10px;
}*/

/*div.pad {
	padding:0 20px;
}*/
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
}
table {
	margin:20px 0 0 0;
	padding:0px;
}
table td {
	padding:8px 15px 8px 0;
}
table td.center {
	text-align:left;
}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	/*border-top: 1px solid #eee;*/
	margin:20px 0;
}
td {
	/* Behave  like a "row" */
	border: none;
	/*border-bottom: 1px solid #eee;*/
	position: relative;
	padding-left:50%;
	font-size:16px;
	line-height:21px;
}
td:before {
	/* Now like a table header */
	/*position: absolute;*/
	/* Top/left values mimic padding */
	/*top: 6px;
	left: 6px;
	width: 45%;*/
	margin-right:10px;
	padding: 6px 15px;
	background:#cccccc;
	white-space: nowrap;
	font-weight:bold;
}
td p.descript {
	padding: 17px 15px 0;
	font-weight:normal;
	margin-bottom:0px;
}
td ol {
	margin:0 0 12px 0;
}
td ol li {
	margin: 0 20px 0 50px;
}
/* Label the Itinerary pg data */
	td.day:nth-of-type(1):before {
	content: "Day";
}
td.date:nth-of-type(2):before {
	content: "Date";
}
td.port:nth-of-type(3):before {
	content: "Port";
}
td.arrive:nth-of-type(4):before {
	content: "Arrive";
}
td.depart:nth-of-type(5):before {
	content: "Depart";
}
/* Label the Pricing Pg data */
td.room-type:nth-of-type(1):before {
	content: "Room Type";
}
td.cost-single:nth-of-type(3):before {
	content: "Cost Per Person (Single Occupancy)";
}
td.cost-double:nth-of-type(2):before {
	content: "Cost Per Person (Double Occupancy)";
}
td.date2:nth-of-type(1):before {
	content: "Date & Time";
}
/* Label the Classes Pg data */
td.time:nth-of-type(1):before {
	content: "Time";
}
td.classinfo:nth-of-type(2):before {
	content: "Class Name & Description";
}
td.instructor:nth-of-type(3):before {
	content: "Instructor";
}
.itinerary #map {
	background-image: url("/images/map2.jpg");
}
.itinerary #map .inner {
	padding-top: 69.32%; /* height/width of image */
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
}
.includes {
	padding:0 20px 20px 15px;
}
.book {
	margin:15px auto 0 0;
}
.phone {
	margin:8px 0 20px 0;
	font-size:20px;
}
a.button {
	font-size:19px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel], textarea, select {
	width: 100%;
}
form > div {
	margin:0 15px;
}
form > div > div, form > div > fieldset > div {
	margin-bottom:10px;
}
.col-group.one-third > div {
	margin:30px 0 20px 0;
}
}