@charset "UTF-8";
/* CSS Document */

body {-webkit-text-size-adjust: none;}
.mobile {max-width:600px; margin:0 auto}
.banner {position: relative}
.banner .overlay {position: absolute; left:20px; bottom:20px;}
.overlay h1 {color:#fff; font-family: 'univers'; font-size: 26px; line-height:26px; letter-spacing:2px;}
.lightblue {color: #77cdec;}
.padi {position: absolute; top:10px; right:10px;}
.padi img {width: auto}

nav {background:#000; display:block; overflow:hidden}
nav ul {margin-left: -2px; display:block}
nav li {float:left; display:block; width:50%; text-align:center;}
nav li a {text-align:center; font-family: 'univers'; color:#fff; text-decoration:none; display:block; text-transform:uppercase; font-size:15px; padding:20px 0; border-bottom:1px solid #333; border-left: 1px solid #333; letter-spacing:1px;}

article.feature {display: block; border-bottom:1px solid #eee; padding:20px;}
article.feature h2 {font-family: 'univers'; color: #000; font-size: 24px; text-transform: uppercase;}
article.feature p {font-size:15px; color:#333333; font-family: "museo-sans-n3","museo-sans",sans-serif; font-style: normal; font-weight: 300; line-height:22px; margin:4px 0; padding:4px 0;}
article.feature a {color: #77cdec;}

.footer {background:#000; padding:10px; display:block; color:#fff; font-family: 'univers'; font-size:12px; text-align:center}

.copy-mobile {display: block; padding:20px;}
.copy-mobile a {color:#000;}
.copy-mobile a:hover {color:#5fbbdc;}
.copy-mobile img {width: 100%} 

h1.title {
	background:#5fbbdc;
padding: 15px 0;
text-align:center;
font-size: 20px;
font-family: 'univers';
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
}

.copy-mobile p {font-size: 14px;
color: #333333;
font-family: "museo-sans-n3","museo-sans",sans-serif;
font-style: normal;
font-weight: 300;
line-height: 24px; margin: 4px 0;
padding: 4px 0;}

.copy-mobile h3 {font-family: 'univers';
color: #5fbbdc;
font-size: 20px;
text-transform: uppercase;
padding: 5px 0px;}

.copy-mobile h2 {font-family: "museo-sans-n7","museo-sans",sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
padding-bottom: 10px;
line-height: 26px;}

blockquote {

font-size: 13px;
font-family: "museo-sans-i7","museo-sans",sans-serif;
font-style: italic;
font-weight: 700;
padding: 20px 20px 20px 55px;
font-style: italic;
line-height: 24px;
}


a.booknow-blue {
display: block;
background: url(../img/sprite.png) -198px 0 no-repeat;
height: 15px;
font-family: 'univers';
color: #77cdec;
font-size: 20px;
text-transform: uppercase;
line-height: 14px;
padding: 1px 0 0 25px;
text-decoration: none;
letter-spacing: 1px; margin:10px 0 0 0;
}

a.booknow {
display: block;
background: url(../img/sprite.png) -198px 0 no-repeat;
height: 15px;
font-family: "museo-sans-i7","museo-sans",sans-serif;
font-weight: 700;
color: black;
font-size: 16px;
text-transform: uppercase;
line-height: 14px;
padding: 1px 0 0 20px;
text-decoration: none;
}


/* Tables */

table {
  width: 100%; border-bottom: 1px solid #ccc;
}

table tr {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #fff;
}

thead tr {
  border-top: none;
}

table tbody tr:last-child {
  border-bottom: none;
}

tbody tr:nth-child(odd) {
  background: #eee;
}

tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

tbody tr td {

  border-right: 1px solid #ccc;
  padding: 12px 14px;
  position: relative;
  text-align: left;
  font-size:14px;
  font-family: 'museo-sans', sans-serif; font-weight: 400;
}

tbody tr td:last-child, thead tr th:last-child {
  border-right: none;
}

tbody tr td:first-child, thead tr th:first-child {
  border-left: none;
}

.table-heading { color: #77cdec; background:#000 !important;}

.table-heading td {border-right: 1px solid #333 !important; font-weight:normal; font-family:'univers'; text-transform:uppercase; font-size:18px; letter-spacing:1px;}

/* ---------------------------------------- */
		/*	Accordion Content
		/* ---------------------------------------- */

			.acc-trigger {
				border-top: 1px solid #333;
				background:#000;
				cursor: pointer;
				display: block;
				margin: 0;
			}

				.acc-trigger:last-of-type, .acc-container:last-of-type {
					border-bottom: 1px solid #333;
					margin-bottom: 20px;
					overflow:hidden;
				}

				.no-js .acc-trigger:last-of-type { border-bottom: none; }

			.acc-trigger a {
				background: url(/img/accordion-content-buttons.png) no-repeat 20px 23px;
				display: block;
				color: #fff !important;
				font-family:'univers'; text-transform:uppercase; font-size:20px; letter-spacing:1px;
				outline: medium none;
				padding: 20px 20px 20px 55px;
				text-decoration: none;
				text-shadow: none;
			}

			h3.acc-trigger a, h4.acc-trigger a { background-position: 20px 24px; }
			h4.acc-trigger {}

			h6.acc-trigger a { background-position: 20px 21px; }

				.acc-trigger a:hover { background-color: #77cdec; }

				.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #3199bf !important; }

				.acc-trigger.active a:hover { background-color: transparent; }

				.acc-trigger.active { cursor: default; }

				.acc-trigger.active:last-of-type {
					border-bottom: none;
					margin-bottom: 0;
				}

				.acc-trigger.active a {
					background-position: 20px -88px;
					cursor: default;
				}

h3.acc-trigger.active a, h4.acc-trigger.active a { background-position: 20px -87px; border-bottom: 1px solid #333;}

h6.acc-trigger.active a { background-position: 20px -90px; }

.acc-container .blurb { padding: 30px 0px 25px 0px;}
.acc-container {}

.js .acc-container { margin-top: -15px; }

/* Forms */

form {display: block;}

form h4 {
	text-transform: uppercase;
	font-size:18px; letter-spacing:1px; color:#000;
	font-family: 'univers'; 
	padding: 10px 0 14px 0; text-shadow:1px 1px 1px #fff;
}


form p {
  margin-bottom: 13px;
  position: relative;
  width: 97%;  font-size: 14px !important;
}

.check label {float:left;}
.check input {float:left; margin-top:2px}

form input[type="text"], form input[type="password"], form textarea {
  background: url(/img/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  color: #666;
  font-family: "museo-sans-n3","museo-sans",sans-serif; font-style: normal; font-weight: 300;
  font-size: 14px;
  height: 30px;
  outline: none;
  padding: 6px 10px;
  resize: none;
  width: 100%;
}

form input::-webkit-input-placeholder, form input::-moz-placeholder {
  color: #bbb;
}

form textarea {
  height: 122px;
  line-height: 18px;
  margin-bottom: 0;
  padding-top: 8px;
}

form div.combined {
  position: relative;
}

form div.combined p {
  display: inline-block;
  *display: inline;
  zoom: 1; width:48.5%;
}

form div.combined p input {
  display: inline;
}

form div.combined p:first-child input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}

form div.combined p:first-child {
  margin-right: -3px;
}

form div.combined p.last-child {
  position: absolute;
  right: 0;
  top: 0;
}

form div.combined p.last-child input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}



form p.small { width: 25% }
form p.medium { width: 51% }
form p.large { width: 96% }

form p .icon {
  position: absolute;
  right: 8px;
  top: 7px;
}

form p .icon.valid {
  display: none;
}

form p input.error, form p textarea.error {
  border: 1px solid #d29797;
  border-top: 1px solid #ae6767;
  color: #ad6262;
}

.red {color: #e7232f; font-size:16px !important;}

form p span.error {
  background: url(../images/error.png) no-repeat center;
  display: block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  z-index: 99;
}



form p span.error label {
  background: url(../images/tooltip_bg.png);
  border-radius: 3px;
  bottom: 31px;
  color: #fff;
  display: none !important;
  font-size: 11px;
  line-height: 17px;
  padding: 6px 9px;
  position: absolute;
  right: -25px;
  text-align: left;
  width: 180px;
  z-index: 9;
}


form p span.error:hover label {
  display: block !important;
}

form p > label {
  color: #666;
  line-height: 19px;
  text-indent: 4px; font-family: "museo-sans-n3","museo-sans",sans-serif; font-style: normal; font-weight: 300;
}

form p {
  clear: both;
  color: #999;
  line-height: 24px;
}

form p small {
  font-size: 11px;
  font-style: italic;
  float: right;
  margin-top: 14px; color:#f85045;
}

form small {
  font-size: 11px;
  font-style: italic; color:#f85045;

}

form > div > p:last-child {
  margin: 0;
}

.select select {
 
 margin-bottom: 0px;
 -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  border-radius        : 2px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #ccc;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 41px;
  line-height: 31px;
  padding: 0 0 0 11px;
  color: #666;
  text-decoration: none;
  width:100%;
  font-family: "museo-sans-n3","museo-sans",sans-serif; font-style: normal; font-weight: 300; font-size:14px; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

.select label {padding-bottom: 5px; display:block; font-family: "museo-sans-n3","museo-sans",sans-serif; font-style: normal; font-weight: 300; font-size:14px;}

.form-container {}
.form-container article {padding: 4.5% 2% 3% 2%;}
.form-container label {padding: 10px 0; display:block; font-family: "museo-sans-n3","museo-sans",sans-serif; font-style: normal; font-weight: 300; text-shadow:1px 1px 1px #fff;}
.form-container input[type="text"] {background: #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  color: #666;
 font-family: "museo-sans-n3","museo-sans",sans-serif; font-style: normal; font-weight: 300;
  font-size: 13px;
  height: 30px;
  outline: none;
  padding: 6px 10px;
  resize: none;
  width: 98%;
  font-weight:500;
  }
  
.form-container textarea {background: #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  color: #666;
  font-family: "museo-sans-n3","museo-sans",sans-serif; font-style: normal; font-weight: 300;
  font-size: 13px;
  height:150px;
  outline: none;
  padding: 6px 10px;
  resize: none;
  width: 98%;
  font-weight:500;
  }


.inputField_hilight {background: #900 !important; color:#fff !important;}

.submit {background:#000; padding: 8px; width:100%; text-align:center; font-family:'univers'; color:#fff; border:0px; font-size:20px; text-transform:uppercase; letter-spacing:1px;}
.submit:hover {background:#333;}

@font-face {
    font-family: 'univers';
    src: url('/fonts/universultracondensed-webfont.eot');
    src: url('/fonts/universultracondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/universultracondensed-webfont.woff') format('woff'),
         url('/fonts/universultracondensed-webfont.ttf') format('truetype'),
         url('/fonts/universultracondensed-webfont.svg#univers_59_ultra_condensedRg') format('svg');
    font-weight: normal;
    font-style: normal;

}