@font-face {
	font-family: 'Quadon';
	src: url('../webfonts/Quadon.eot'); /* IE9 Compat Modes */
 	src: url('../webfonts/Quadon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/Quadon.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/Quadon.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/Quadon.svg#Quadon') format('svg'); /* Legacy iOS */
	}

@font-face {
	font-family: 'Quadon Italic';
	src: url('../webfonts/QuadonItalic.eot'); /* IE9 Compat Modes */
 	src: url('../webfonts/QuadonItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/QuadonItalic.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/QuadonItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/QuadonItalic.svg#Quadon-Italic') format('svg'); /* Legacy iOS */
	}

@font-face {
font-family: 'Quadon Bold';
src: url('../webfonts/QuadonBold.eot'); /* IE9 Compat Modes */
src: url('../webfonts/QuadonBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   	 url('../webfonts/QuadonBold.woff') format('woff'), /* Modern Browsers */
     url('../webfonts/QuadonBold.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../webfonts/QuadonBold.svg#Quadon-Bold') format('svg'); /* Legacy iOS */
}


/*Attempt to make chrome not suck*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

	@font-face {
		font-family: 'Quadon';
		src: url('../webfonts/Quadon.svg#Quadon') format('svg'); /* Legacy iOS */
		}

	@font-face {
		font-family: 'Quadon Italic';
		src: url('../webfonts/QuadonItalic.svg#Quadon-Italic') format('svg'); /* Legacy iOS */
		}

	@font-face {
	font-family: 'Quadon Bold';
		src: url('../webfonts/QuadonBold.svg#Quadon-Bold') format('svg'); /* Legacy iOS */
	}
}

/*Attempted Fix for H1, h2, h3 issues in Chrome */

h1, h2, h3
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}


/*--------------------*/


* {
	-moz-box-sizing: border-box;
}

::-webkit-input-placeholder { 
    color:    #000;
}

::-moz-placeholder { 
    color:    #000;
}
:-ms-input-placeholder { 
    color:    #000;
}

.row {
	width: 90%;
	display: block;
	position:relative;
}

select, input, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="submit"], textarea {

	margin-bottom: 0;
	background-color: #fff;
	font-family: "Trebuchet MS" !important;
	border: 1px solid #053f73;
	width: 100%;
	height: 40px;	
}

.chkCancelItems {
	height: 15px;
	position: relative;
	top: 0;
}

input[type="checkbox"] {
	height: 20px;
	position: absolute;
	top: 0;
}

input, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="submit"], textarea {
	padding-left: 15px;
}

input[type="radio"], input[type="checkbox"] {
	max-width: 15px; /* 20px */
	width: 15px;
	margin: 0;
}

input[type="radio"]+label, input[type="checkbox"]+label {
	opacity: 1;
	position: relative;
	color: #333;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 16px;
	padding-left: 18px;
}

 input[type="checkbox"]+label {
 	top: 0;
 }

.small-padding > div {

	padding-left: 8px;
	padding-right: 8px;

}

.small-padding > div:last-child {
	padding-right: 0;
}


.small-padding > div:nth-of-type(1) {
	padding-left: 0;
	padding-right: 8px;
}




select,
select:hover{
	background-image: url('../img/icons/reserve-drop-arrow.png');
	background-repeat: no-repeat;

	/* default arrows still appear in Firefox & IE */
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-position: left 100% top 50%;
    background-position-x: 100%;
    border-right: 0;

}

select {
	padding-top: 8px;
	padding-bottom: 8px;
	height: 40px;
	
	border: 1px solid #053f73;
	padding-left: 10px;
	padding-right: 0px;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	color: #333333;
	background-image: url('../img/icons/reserve-drop-arrow.png');
	background-repeat: no-repeat;	
	-moz-appearance: none;
	text-indent: 1px;	
	border-right: 0;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
	/* -webkit-appearance: none; */ 
	padding-right: 36px;

}

/*
@-moz-document url-prefix() {
      select {      
               background-image: none;   
      } 

      select:hover {      
               background-image: none;   
      } 
} */


/****** TOOL TIP STYLING ******/

.tool-tip {
  height: 25px;
  width: 25px;
  background-size: 100%;
  background-image: url("../img/icons/question.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 0;
  display: inline-block;
}

.tool-tip:hover {
	border-bottom: 0;
}

body{
	background-color: #EFEFEF;
	background-image: url('../img/background.png');
	background-repeat: repeat-x;
	height: auto;

	/*For Safari */
	-webkit-font-smoothing: antialiased !important;
}

h1, h2, h3 {
    font-family: "Quadon Bold";
}
h1{
    font-size: 2.6em;
    color: #053f73;
}
h2{
    font-size: 1.5em;
    color: #555555;
}
h3{
    font-size: 1em;
    color: #555555;
}

p {
    font-family: "Trebuchet MS";
    color: #555555;
    font-size: 1em;
    line-height: 24px;
    text-align: left;
}

ul{
	list-style-type: none;
}

li {
	font-family: "Trebuchet MS";
}

.social-media-stripe span {
	font-family: "Quadon Bold";
	font-size: 13px;
	color: #f3f3f3;
}

.social-container .login-name {
    position: relative;
    margin-right: 4px;
}

.social-container .login-name a {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    font-family: "Quadon Bold";
}

    .social-container .login-name a:hover {
        color: #fff;
    }

#alert { 

	height: 50px; 
	position: absolute; 
	padding: 0.5em;
	background-color: #fccf5d; 
	top: -50px; 
	left: 0; 
	width: 100%;
}

#alert-close {
	position: absolute;
	right: 1em;
	top: 36%;
	cursor: pointer;
}

.terms-and-conditions {
	overflow: auto;
	height: 290px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1em;
	text-align: left;
}


.date-input {
	display: block;
	height: 40px;
	width: 100%;
	border: 1px solid #053f73;
	position: relative;
	z-index: 10;  /*calendar icon "clickable" behind form*/
	background: none;
	padding-left: 15px;

}


.callout {
	border: 2px solid #27aae1;
	border-radius: 4px;
	padding: 1em;
	margin: 1em;
}

.callout p {

	font-family: "Quadon Italic";
	color: #063f74;
	font-size: 20px;
}

a {
	color: #0659a1;
	font-family: "Trebuchet MS";

}


a:hover, a:focus {

	text-decoration: underline;
	color: #27aae1;
}

#nav a:hover, #footer a:hover, .left-off-canvas-menu a:hover {
	text-decoration: none;	
}

.column, .columns {
	padding-left: 0;
	padding-right: 0;
}

.invisible{
	display: none;
}

.full-height{
	height: 100%;
}

.grey {
	color: #555;
}

.blue-grey{
	/* NR color: #8797ae; */
}

.blue-white{
	/* NR color: #8797ae; */
    color: white;
}

.blue-white:hover{
	/* NR color: #8797ae; */
    color: black;
    text-decoration: underline;
}

.blue {
	color:#053f73;
}
.yellow{
	color:#fccf5d;
}

.italics {

	font-family: "Quadon Italic";
}

/* Large Yellow Button styling */
.big-yellow {
	text-align: center;
	display: block;
	height: 60px;
	line-height: 54px;
	white-space: nowrap;
	/*NR background-color: #fccf5d; */
	background-color: #d02053;
	border: 2px solid #d02053;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Quadon Bold";
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: ll 0.2s ease;
	transition: all 0.2s ease;
}

.big-yellow:hover{

	/* background-color: #065eaa; */
	background-color: #ABE1FA;
	border: 2px solid #053f73;
	color: #053f73;
	text-decoration: none;
}

.little-blue {
	padding-right: 10px;
	max-width: 149px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
/*NR	background-color: #0659a1;	 */
    background-color: #053f73;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Quadon Bold";
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: ll 0.2s ease;
	transition: all 0.2s ease;
	background-image: url("../img/icons/continueArrow.png");
	background-position: right 9% top 54%;
	background-position-x: 91%;
	background-position-y: 50%;
	background-repeat: no-repeat;
}

.little-blue:hover{


/*NR	background-color: #065eaa;*/
    background-color: #ABE1FA;
	color: #053f73;
	text-decoration: none;
	white-space: nowrap;


}

.little-blue.long{

	max-width: 100%;

	margin-top: 1em;

	margin-right: 4px;
	margin-left: 4px;

}

.little-blue.reverse {

	padding-left: 10px;
	padding-right: 0;
	line-height: 50px;
	background-image: url("../img/icons/backArrowWhite.png");
	background-position: left 16% top 50%;
	background-repeat: no-repeat;

}

.no-arrow {
	padding: 0;
	background-image: none;
}

.bare-button {
	max-width: 149px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 10px;
	display: block;
	font-family: "Trebuchet MS";
	line-height: 50px;
	color: #0659a1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: ll 0.2s ease;
	transition: all 0.2s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url("../img/icons/backArrow.png");
	background-position: left 16% top 50%;
	background-repeat: no-repeat;
}

.bare-button:hover {
	color: #0659a1;
	background-color: #efefef;
	text-decoration: none;
}

.indent {

	margin-left: 2em !important;
}

.Chkindent {

	margin-left: 0em !important;
}
label.indent {

	margin-left: 2.6em !important;
}

/* FLOATING LABEL STYLING */

.field-wrapper {
	position:relative;
}

label {
	position:absolute;
	top:-13px;
	left:0;
	font-size:11px;
	color:#aaa;
	transition: all 0.1s linear;
	opacity:0;
	font-family: "Trebuchet MS";
}
label.on {
	color:#4481C4;
}
label.show {
	top:-15px;
	opacity:1;
}

label.error {

	color: #f00;
}


.social-media-stripe .top-social a {
	margin-left:0;
	margin-right:0;
}

.social-media-stripe a {
	margin-left: 5px;
	margin-right: 5px;
}

.social-media-stripe li img {
    height: 25px;
    width: auto;
    background-color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-left: 3px;
    margin-right: 3px;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    }

.social-media-stripe li:not(#social-phone) img:hover {
	/*background-color: #fccf5d;*/
	opacity: 0.8;
}

/*get rid of foundation form styling*/
select:hover{
	background-color: rgb(255, 255, 255);
	border-color: rgb(5, 63, 115);
}
select:focus,
input:focus{
	outline: 0;
}


/** START NAVIGATION BAR **/
/** -------------------- **/

.top-bar{
background: #053f73; 
/* New background : #f07370; */
	height: 60px;
}

/* New .top-bar-1{
background : #d22d55 !important;  
	height: 60px;
}
.divider-1{ */
/*NR	border-right: solid 2px #065eaa !important; */
/*	border-right: solid 2px #f07370 !important; 
} */

.top-bar-section,
.top-bar-section ul > li,
.top-bar-section ul li > a{
	font-family: "Quadon Bold";
	font-size: 14px;
	color: #f3f3f3;
	height: 60px;
}

.top-bar-section #nav > li{
	height: 60px;
}
.top-bar-section #nav li > a{
	padding-top: 6px;
}

.divider{
	border-right: solid 2px #065eaa !important; 
/* New	border-right: solid 2px #d22d55 !important; */
}


/* Large Header Nav Bar 1200px up*/
nav.top-bar{
	text-align: center;
}

section.top-bar-section {
	display: inline-block;
}

.top-bar .row {
	max-width: 75rem;
	width: 100%;
}

.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a{
	 background: #053f73; 
	/* New background:#f07370; */
	color: #f3f3f3;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-bar-section li:not(.has-form) a:not(.button):hover{
	 background: #ABE1FA; 
	/* New background : #d22d55; */
	color:#053f73;
}

li.menu-normal {
	width: 14.06%;
}

#nav li a {
	padding: 0;
}
#nav li a img {
	position: relative;
}
#nav li.menu-normal a img {
	left:-11px;
}
#nav li.has-dropdown a img {
	left: 3px;
}
#nav li.menu-rewards {
	width: 14.05%;
}
#nav li.menu-rewards a img {
	left:-2px;
}

.has-dropdown.nav-more-info.not-click {
	width: 14.06%;
}

#more-info-dropdown{
	z-index: 101;
}
#more-info-dropdown li > a{
	padding-right: 21px;
	padding-left: 15px;
}
.top-bar-section .dropdown#more-info-dropdown li {
    text-align: left;
}

.hide-for-twelve-hundred-down {
	display:none;
}

#main-column.no-border {
	border: 0;
}


/* Medium & Small Nav Bar 320px - 768px */
nav.top-bar.docs-bar.hide-for-large-up > ul {
	margin-left: 0;
}

.nav-line-height{
	line-height: 45px;
}
.nav-line-height .left > a,
.nav-line-height .right{
	font-family: "Trebuchet MS";
	font-size: 17.5px;
	color: #ffffff;
	font-weight: normal;
}
.nav-line-height .left > a{
	margin-right: 15px;
	margin-left: 15px;
}
.nav-line-height li{
	font-family: "Quadon Bold";
	font-size: 17.5px;
	color: #ffffff;
	font-weight: bolder;
}

.top-bar.hide-for-large-up .nav-line-height > li{
	height: 60px;
}
.top-bar.hide-for-large-up .nav-line-height > .divider{
	padding-top: 6px;
}

a#nav-menu{
	font-family: "Trebuchet MS";
	font-size: 17.58px;
	color: #829fb9;
	display: block !important;
	width: 60%;
	height: 100%;

}

a#nav-menu.left-off-canvas-menu {

	display: block !important;
	width: 100%;
	height: 100%;
}

/*#nav-med-num{
	margin-top: -54px;
	margin-right: 15px;
	font-family: "Trebuchet MS";
	font-size: 15.82px;
	color: #829fb9;
}*/
#nav-med-num {
   margin-top: -59px;
   margin-right: 15px;
   font-family: "Trebuchet MS";
   font-size: 15.82px;
   color: #829fb9;
   padding-top: 7px;
}

#nav-center.show-for-medium{
	margin-right: 140px;
}
#nav-center.hide-for-medium-up{
	margin-right: 65px;
}

#nav-center img{
	margin-top: -4px;
}
#nav-center div{
	margin-top: -45px;
	margin-left: 130px;
}

.nav-line-height #nav-med-num img{
	max-width: 70%;
}


/** Off-Canvas-Menu **/
.left-off-canvas-menu{
	background: #053f73;
	overflow:hidden;
}

.left-off-canvas-menu h1{
    font-size: 16px;
    color: #FFF;
}

.left-off-canvas-menu ul{
	margin-left: 0;
	margin-top: -3px;
}
#off-canvas-top{
	margin-top: 12px;
}
#off-canvas-home{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1.1rem;
}

.left-off-canvas-menu ul li a > h1{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1.1rem;
	margin: 0;
}
#moreMenu ul li a > h1{
	padding-top: 8px;
	padding-bottom: 8px;
}

#off-canvas-more-info {
	cursor: pointer;
	position: relative; 
}

#off-canvas-more-info h1 {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #008cba;
	border-bottom: 1px solid #008cba;
	margin: 0;
}

.left-off-canvas-menu ul > li{
	margin-top: 0px;
}

.left-off-canvas-menu ul li a h1 img{
	margin-right: 15px;
}

#off-canvas-more-info a h1 > img{
	max-width: inherit;
	margin-left: -20px;
}
#off-canvas-divider1{
	margin-top: -6px;
	margin-bottom: 15px;
}
#off-canvas-divider2{
	margin-top: 15px;
}
#off-canvas-more-info a h1 span > img{
	margin-left: 130px;
}

.left-off-canvas-menu ul > li > a > h1:hover,
#off-canvas-more-info h1:hover{
	background: #ABE1FA;
	color:#053f73;
}
#off-canvas-more-info h1:hover #more-info-text{
	color:#053f73;
}

.exit-off-canvas{
	display: none;
}

.moreMenuOpen {
    -moz-transform: translate3d(-25rem, 0, 0);
    -ms-transform: translate3d(-25rem, 0, 0);
    -o-transform: translate3d(-25rem, 0, 0);
    -webkit-transform: translate3d(-25rem, 0, 0);
    transform: translate3d(-25rem, 0, 0)
    }

#moreMenu {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 450px;
    z-index: 1007;
    width: 200px;
    background: #0659a1;
    padding-top: 15px
    }

#more-info-text{
	padding-left: 17.6px;
}
#more-info-text img{
	/*padding-left: 135px;*/
 position: absolute;
  top: 20px;
  right: 10%;
}
#more-info-close {
	cursor: pointer;
}

#more-info-close > h1 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 17.6px;
    border-top: 1px solid #053f73;
    border-bottom: 1px solid #053f73;
}
#more-info-close > h1:hover{
	background: #ABE1FA;
	color:#053f73;
}
#more-info-close > h1:hover #more-info-text{
	color:#053f73;
}
#more-info-close > h1 > img{
	margin-right: 15px;
}

.exit-off-canvas div{
	background: #042f56;
	width: 60px;
	height: 60px;
}
/** END Off-Canvas-Menu **/

/** END NAVIGATION BAR **/
/** ------------------ **/


/** START LOGO AND SOCIAL MEDIA HEADER **/
/** ---------------------------------- **/

.header {
    margin-top: 25px;
    margin-bottom: 25px;
}

#logo {
	width: 100%;
}

#main-social{
	margin-top: 30px;
}

.small-6.columns.show-for-large-up.header.logo-container {
	padding-left: 10px;
}

.small-6.columns.show-for-large-up.header.social-container {
	padding-right: 10px;
}

.header #logo, .header .social-media-stripe span, .header .social-media-stripe ul {
    float:left;
}

.header .social-media-stripe {
    top: 1em;
    right: 0;
    float:right;
}

.header .social-media-stripe span {

    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    margin-top: .5em;
}

.social-media-stripe span{
	margin-top: 4px !important;
}

#social-phone{
	margin-right: 5px;
}

#company {
    position: relative;
    font-size: 24px;
    top: -11px;
}

/** END LOGO AND SOCIAL MEDIA HEADER **/
/** -------------------------------- **/


/* POSSIBLE ADDITIONS TO UNIVERSAL  ---- RK */

.banner {
	
background: url("../img/bannertail.png"), url("../img/bannernose.png"),	url("../img/bannermid.png");
	background-position: left 0 top 50%, right 0 top 50%, right 0 top 50%;
	background-repeat: no-repeat, no-repeat, repeat-x;

	
	padding-left: 26px;
	line-height: 30px;
	width: 264px;
	font-family: "Quadon Italic";
	color: #063f74;
	font-size: 16px;
}

.trip-header {
	margin-left: 1em;
}

.align-left {

	text-align: left !important;
}

.align-right {

	text-align: right !important;
}

.align-center {
	text-align: center !important;
}

#main-column .trip-header h3 {
	text-align: left;
}


#main-column h1 {

	margin-bottom: 0;
	text-align: center;
}

#main-column h2 {
	text-align: center;	
}

#side-column h4 {


	font-family: "Quadon Bold";
	color: #555;
	font-size: 1em;

}
#main-column > .horizontal-divider {
	width: 80%;
}

.sub-total {
	text-align: right;
	color: #053f73;
	
}

h2.total {
	text-align: right;
	color: #000;
	padding-right: 40%;
}

.big-caption {
	font-family: "Quadon Italic";
	font-size: 24px;
	color: #0659a1;
	line-height: 32px;
	margin-bottom: 40px;
	text-align: center;
}

#main-column .big-caption {
	margin-top: 30px;
}

#main-column aside {

	text-align: center;
	margin-top: 15px;
}

#main-column aside p {
	line-height: 20px;
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
}

#main-column .row {

	margin-top: 30px;

}

#main-column h3 {
	text-align: center;
	font-size: 1.2em;
}

.date-input-icon {
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 1;
}

#handicap,
#small-handicap{
	padding-left: 0;
	border: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0659a1;
	margin-top: 10px;
	display: block;
	text-align: center;
}

#small-handicap{
	margin-bottom: 65px;
	margin-top: -30px;
}

#handicap img,
#small-handicap img{
	padding-right: 10px;
}

.horizontal-divider {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-top: 40px;
	margin-bottom: 40px;
}

#main-column .horizontal-or-divider {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1em;
	font-family: "Quadon Bold";
	color: #555;
	clear: both;
}

.horizontal-or-divider:before {
	display: inline-block;
	border-top: 1px solid #ccc;
	content: " ";
	text-shadow: none;
	width: 45%;
	top: 10px;
	position: relative;
	float: left;
}

.horizontal-or-divider:after {
	display: inline-block;
	border-top: 1px solid #ccc;
	content: " ";
	text-shadow: none;
	width: 45%;
	top: 10px;
	position: relative;
	float: right;
}

.vertical-divider {
	height: 100%;
	border-right: 1px solid #ccc;

}

.expand-bar.discount {

	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	width: 100%;
	line-height: 60px;
	overflow: auto;

}

.expand-bar.discount:not(:nth-of-type(1)) {
	margin-top: -1px;
}

.expand-bar > a {

	display: block;
	font-family: "Quadon Bold";
	color: #0659a1;
	padding-left: 15%;
	background-image: url("../img/icons/more-info-plus.png");
	background-position: right 15% top 50%;
	background-position-x: 85%;
	background-position-y:  50%;
	background-repeat: no-repeat;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none;
	    
}

.expand-bar .flyout {

	margin-right: 20%;
	margin-left: 20%;
	display: none;
	margin-bottom: 20px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none;    
	
}

.flyout label.show {
	top: -5px;
}

.flyout.show {
	display: block;
}


.flyout.blue-line {

	border-left: 2px solid #27aae1;
	padding-left: 1em;
	margin-left: 12%;
	margin-right: 12%;
}

.flyout.blue-line input {
	margin-top: 10px;
}

.flyout p {

	font-size: 14px;
	line-height: 24px;
}

#main-column .flyout.blue-line .row {
	margin-top: 0;
}

#main-column .flyout.blue-line h3 {

	margin-top: 24px;
	text-align: left;
	font-size: 1em;

}


ul.blue-bullet {

	list-style-image: url("../img/icons/bullet.gif");
	
}

.blue-bullet li {

	margin-bottom: 1em;
	margin-left: 1em;
}

/** START FOOTER**/
/** ------------ **/

#footer{
	 background: #d02053; 
/* New	background : #f07370;*/
	padding-top: 63px;
	margin-top: 100px;
}
#footer h1 {
    font-size: 14px;
}
#footer .row{
	text-align: center;
}
#footer ul {
	margin-left: 0;
}

.double-column-footer {
	float:left;
	display:inline-block;
	text-align:left;
}

.nav-title {
	text-align:left;
}

.double-column-footer-second {
	margin-top: 30px;
}
.double-column-footer li a > span{
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.double-column-footer li a > span:hover{
	color: #ffffff;
}

#mcafee{
	margin-right: 3%;
}
#credit-card-safe{
	margin-right: 2%;
}
#secure-site{
	margin-top: 50px;
}

#affirm-action-footer{
	margin-top: 25px;
}
#copyright-footer{
	margin-top: -5px;
}
#affirm-action-footer,
#copyright-footer,
#contact-footer li > span{
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#contact-footer{
	text-align: left;
	margin-left: 135px;
}
#contact-footer li > h2{
	margin-bottom: 0;
}
#email-footer {
    margin-top: 25px
}
#email-footer > h1{
	margin-bottom: 0;
}
#footer-email-address a{
	color: inherit;
}
#footer-email-address:hover{
	color: #ffffff;
}

#mail-footer h1{
	margin-bottom: 0;
	margin-top: 25px;
}
.address-footer{
	margin-bottom: -10px;
}
li#footer-phone-num, li#footer-phone-num span{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #ffffff;
}

/** START SMALL MENU BLOCK **/
/** ------------------------ **/
#small-footer-menu{
	border-top: 1px solid #cccccc;
	margin: 30px 20px 0 20px;
}
#small-footer-menu > div{
	margin-top: 25px;
	padding-left: 40px;
}
#small-footer-menu > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 18px;
	display: block;

}
#small-footer-menu > div > div > a > img{
	float: right;
	margin-right: 40px;
}

#small-footer-menu > div:nth-child(7){
	margin-bottom: 30px;
}

#small-more-info {

	display: block;
}

#small-more-info img{
	margin-top: 4px;
}
.small-sub-menu-display{
	display: none;
}
#small-sub-more-info{
	margin: -15px 0 35px 40px !important;
}
#small-sub-more-info > .row{
	margin-bottom: 10px;
}
#small-sub-more-info > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 16px;
}


/** END SMALL MENU BLOCK **/

/*Migrated from BookATrip CSS */

#side-column .vertical-divider {
	position: absolute;
	left: 50%;
	top: 35px;
	bottom: 10px;
	height: auto;
}

#main-column {

	margin-top: 0;
	padding-top: 16px;
	border: 2px solid #27aae1;
	left: 68px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-radius: 4px;
	
}

#side-column {
	padding-right: 4%;
	padding-left: 1%;
	margin-top: 4em;
}


#main-content .row {

	background-color: #fff;
	margin-right: 0;
	margin-left: 0;
}



.side-bar-header {
/* NR	background-color: #fccf5d; */
    background-color: #ABE1FA;
	padding-left: 10px;
	margin-bottom: 1em;
	
}

#side-column p {
	line-height: 20px;
}

#side-column .row {
margin-bottom: 20px;
}

.side-bar-header h3 {

	color: #063f74;
	font-family: "Quadon Italic";
	margin-top: 0;
	margin-bottom: 0;
}

.side-bar-content {
	margin-bottom: 1em;
}

#main-column .lines-of-info h3 {
	text-align: left ;
}

#main-column .lines-of-info h3:not(:first-child) {

	margin-top: 2em;

}

.lines-of-info span {
	color: #555;
	font-family: "Trebuchet MS";
	display: block;
	font-size: 16px;
	line-height: initial;
}


#reservation-ticket {
	background-image: url("../img/testTicket.jpg");
	background-repeat: no-repeat;
	background-position: top left 5%;
	padding-left: 35%;
}

#reservation-ticket h3 {
	text-align: left;
}

#reservation-ticket span {
	font-size: 24px;
	color: #333;	
	font-family: "Trebuchet MS";

}

table {
    width: 100%;
    font-family: "Quadon Bold";
    margin-top: 24px;
    border-collapse: collapse;
}

table tr th, table tr td
{
    font-size: 16px;
    border: 1px solid #d7d7d7;
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td{
    font-size: 20px;
    text-align: center;
}


td[rowspan="3"] {

    width: 25%;
    text-align: center;
}

table input[type="radio"] {

    max-width: 20px;
    margin: 0;
}

table.scheduletitle tr th {
    background-color: #efefef;
	color: #555;
	font-size: 20px;
	text-align: center;
}

table.schedule
{
	margin-top:0px;
}


table.vesselschedule
{
	margin:0px;
	border: none;
}

table.vesselschedule
{
	margin:0px;
	border: 0px none;
}

table.vesselschedule > .payment-option > .trip-type, table.vesselschedule >.payment-option > .trip-price {	
	display: inline-block;
	
	vertical-align: middle;
	line-height: 1;
}

table.vesselschedule >.payment-option > .trip-type {
	border-right: 1px solid #d7d7d7;
	font-family: "Quadon Bold";
	color: #063f74;
	padding-right: 10px;
	width: 52%;
}

table.vesselschedule > .payment-option >.trip-price {
	padding-left: 10px;
	width: 48%;
}

table.vesselschedule >.payment-option> .space-left {
	display: block;
	font-family: 'Trebuchet MS';
	margin-left: 50px;
  	margin-top: 0px;
  	font-size: 14px;
}

table.vesselschedule tr th, table.vesselschedule tr td 
{
	border:none !important;
}

table.vesselschedule tr.even, table.vesselschedule tr.alt, table.vesselschedule tr:nth-of-type(2n)
{
	background: none;
}

table.vesselschedule .payment-options {
	display: none;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 0px;
  	padding-bottom: 0px;
}
/*SCHEDULE HEADER STYLES  */
table.schedule > thead > th:first-child {
    background-color: #efefef;
	color: #555;
}

table.schedule > thead > th:nth-child(2) {
    background-color: #27aae1;
    color: #fff;
}

table.schedule > thead > th:nth-child(4) {
    background-color: #053f73;
    color: #fff;
}
/*STYLE THE ROWS (First Column)*/
table.schedule  tr.even, table.schedule  tr.alt, table.schedule  tr:nth-of-type(even) {
    background-color: #FFF;
}

table.schedule  tr.even, table.schedule  tr.alt, table.schedule  tr:nth-of-type(3) {
    background-color: #efefef;
}

table.schedule > tbody > tr:nth-child(1) > td {
	text-align: center;
	vertical-align: top;
	font-size: 30px;
	min-width: 50px;
	color: #063f74;
	padding-bottom: .5em;
	padding-top: .5em;
}


table.schedule > tbody > tr:nth-child(2) > td, table.schedule > tbody > tr:nth-child(3) > td {
    background-repeat: no-repeat;
    background-position: left 13% top 50%;
    background-position-x: 10%;
    background-position-y: 50%;
    padding-left: 16%;

}

table.schedule > tbody > tr:nth-child(2) > td{

    background-image: url("../img/lilboat.gif");
    color: #063f74;
    font-family: "Quadon Italic";

}

table.schedule > tbody > tr:nth-child(3) > td{
    position: relative;
    font-family: "Trebuchet MS";
    height: 37px;
    background-color: #efefef;
}

/*table.schedule > tbody.handicap-accessible > tr:nth-child(3) > td{*/
table.schedule > tbody.handicap-accessible > tr:nth-child(3) > td{
    background-image: url("../img/icons/handicap-wide.png");
    background-position: left 13% top 50%;
    background-position-x: 10%; 
    background-position-y: 50%;
}

table.schedule > tbody.handicap-accessible > tr:nth-child(3) > td:before {
    content: "Accessible";
}


table.schedule > tbody.rewards-purchase > tr:nth-child(1) > td:nth-child(2)   {
    background-image: url("../img/icons/star.png");
    background-position: right 8% top 50%;
    background-position-x: 92%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

table.schedule > tbody.rewards-discount > tr:nth-child(1) > td:nth-child(2) {
	background-image: url("../img/icons/starBlue.png");
    background-position: left 8% top 50%;
    background-position-x: 8%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

table.schedule > tbody.rewards-discount.rewards-purchase > tr:nth-child(1) > td:nth-child(2) {

	background-image: url("../img/icons/starBlue.png"), url("../img/icons/star.png");
	background-position: left 8% top 50%, right 8% top 50%;
	background-repeat: no-repeat;
}

table.schedule > tbody:not(.handicap-accessible) > tr:nth-child(3) {
	
	background-color: #fff;

}

table.schedule > tbody:not(.handicap-accessible) > tr:nth-child(3) > td {
	
	border-top: #fff;

}

table.schedule > tbody:not(.handicap-accessible) > tr:nth-child(2) > td {
	
	/*border-bottom: #fff;*/

}

table.schedule.no-priority > tr > td:nth-child(2) {

	width: 40%;
}

/*------- Addition for new scheduling layout, April Updates --------*/
table.schedule .slide-down-container td {
	display: none;
	padding: 0;
}
table.schedule .payment-options {
	display: none;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 12px;
  	padding-bottom: 12px;
}

table.schedule .payment-option {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.schedule .payment-option > * {
  display: inline-block;
  vertical-align: middle;
}

table.schedule .payment-option label {
	top: 0;
	width: 78%;  
}

table.schedule .payment-option .labelspan {
	top: 0;
	width: 78%;  /* Label changed to span - CSS changes*/
	opacity: 1;
	position: relative;
	color: #333;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 16px;
	padding-left: 18px;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0px;
	left: 0px;
	cursor: pointer;

}


table.schedule .payment-option .trip-type, table.schedule .payment-option .trip-price {	
	display: inline-block;
	
	vertical-align: middle;
	line-height: 1;
}
table.schedule .payment-option .trip-type {
	border-right: 1px solid #d7d7d7;
	font-family: "Quadon Bold";
	color: #063f74;
	padding-right: 10px;
	width: 52%;
}
table.schedule .payment-option .trip-type1 
{
	border:none !important;
	font-family: "Quadon Bold";
	color: #063f74;
	padding-right: 10px;
	width: 52%;
}
table.schedule .payment-option .trip-price {
	padding-left: 10px;
	width: 48%;
}
table.schedule .payment-option .space-left {
	display: block;
	font-family: 'Trebuchet MS';
	margin-left: 50px;
  	margin-top: 0px;
  	font-size: 14px;
}

table.schedule .payment-option.disabled .trip-type, table.schedule .payment-option.disabled .trip-price, table.schedule .payment-option.disabled .space-left {
	opacity: 0.5;
}

table.schedule .payment-option .tool-tip {
  float: right;
  right: 33%;
  top: 12px;
  position: relative;
  display: none;
}

table.schedule tbody.booked {
	opacity: 0.5;
}

@media screen and (min-width: 600px) {
	table.schedule .payment-option .tool-tip {
		display: block;
	}

	table.schedule .payment-option .trip-type, table.schedule .payment-option .trip-price {
		width: auto;
	}

}

@media screen and (min-width: 769px) {
	table.schedule .payment-option .tool-tip {
		right: 14%;
	}

	table.schedule .payment-option .space-left {
		margin-top: -10px;
	}
}

@media screen and (min-width: 1280px) {
	table.schedule .payment-option .tool-tip {
		right: 39%;
	}
}


	


/*---------- STRIPE TABLE STYLING ---------*/

table.stripe {
	text-align: center;
	border: none;
}

table.stripe thead tr th, table tfoot tr th, table.stripe tbody tr td, table tr td, table tfoot tr td {

	line-height: 1rem;
}

table.stripe caption {
	text-align: left;
	margin-bottom: 10px;
	font-size: 20px;
	color: #555;
	margin-left: 5%;
}

table.stripe td {
	width: 50%;
	border: none;
}

table.stripe tr:nth-of-type(even) {
	background-color: #fff;
}

table.stripe tr:nth-of-type(odd) {
	background-color: #efefef;
}

table.stripe tr td:nth-of-type(even) {
	text-align: right;
	padding-right: 20%;
	font-family: "Trebuchet MS";
	color: #333;
}

table.stripe tr td:nth-of-type(odd) {
	text-align: left;
	padding-left: 20%;
	color: #555;
}



.star-note {
	margin-bottom: 30px;
}



#border-image {
	position: absolute;
	left: -50px;
	top: 50px;
	width: 100px;

}

#main-column .link-list h3{

	
	
	margin-left: 0;

	margin-top: 1em;

	text-align: left;
}

#main-column .link-list a {

	font-family: "Quadon Italic";

}

.link-list li a {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	padding: 8px;
}

.link-list li a:after {
	padding-left: 1em;
	content: "»";
}

#main-column .link-list li h3 {

	margin: 0;
}

/*General Accordion Styling */
.accordion dd>a {

	font-family: "Quadon Bold";
	border: 1px solid #ccc;
	background-image: url("../img/icons/more-info-plus.png");
	background-repeat: no-repeat;
	background-position: right 13% top 50%;
	background-position-x: 90%;
	background-position-y: 50%;
	color: #053f73;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

dd .content {
	font-family: "Trebuchet MS";
}

.accordion dd.active>a {
	
	background-image: url("../img/icons/more-info-minus-white.png");
	background-repeat: no-repeat;
	background-position: right 13% top 50%;
	background-position-x: 90%;
	background-position-y: 50%;
	background-color: #063f74;
	color: #fff;
}

.accordion dd.active>a:hover {
	background-image: url("../img/icons/more-info-minus-white.png");
	background-repeat: no-repeat;
	background-position: right 13% top 50%;
	background-position-x: 90%;
	background-position-y: 50%;
	background-color: #063f74;
	color: #fff;

}

.accordion dd>a:hover {

	/*background: #e3e3e3;*/
	background-image: url("../img/icons/more-info-plus.png");
	background-repeat: no-repeat;
	background-position: right 13% top 50%;
	background-position-x: 90%;
	background-position-y: 50%;
	text-decoration: none;

}

.accordion:before {
	content: " ";
	display: block;
	margin-top: -80px;
	height: 80px;

}

.accordion dd:not(:nth-child(1))>a {
border-top: 0px;
}

.accordion .content.active {

	border-bottom: 1px solid #ccc;
	background-color: #F8F8F8;
}

/* Discounts Styling*/
.accordion.discount .content {
	padding-right: 0;
	padding-left: 0;
}

.accordion.discount table tr:first-of-type {
	text-align: center;
	
}

.accordion.discount table tr:first-of-type td {
	background-color: #efefef;
}

.accordion.discount table tr td {
	width: 50%;
	background-color: #fff;

}

.accordion.discount table tr:not(:first-child) td {
	font-family: "Trebuchet MS";
}

.accordion.discount table {
	
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

/*Modify the Jquery DatePicker UI*/
.ui-widget-header {
	background: #fccf5d;
}

.ui-datepicker .ui-datepicker-title span {
	color: #053f73;
	font-size: 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #053f73;
}

.ui-widget-header .ui-icon {
	background-image: url(../img/icons/reservation-arrow.png);
	background-position: 0;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -6px;
}

.ui-datepicker-calendar thead tr th span {
	font-size: 16px;
	color: #053f73;
}
/*-------------------*/

table.plain {
	border: none;
}

table.stripe.plain td {
	border: none;
	background-color: #fff;
	line-height: 1rem;
	vertical-align: bottom;
}


/* Fire off glitch-fix for chromne*/

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}




@media only screen and (min-width: 75em){  /* 1200px */
	.hide-for-twelve-hundred-down {
		display: list-item;
	}

}

/** Micromanage nav bar button width between 1201px and 1213px
May seem pedantic, but it solves the problem. **/
@media only screen and (min-width: 1201px) and (max-width: 1213px){ /* 75.063em - 75.813em */
	.top-bar-section,
	.top-bar-section ul > li,
	.top-bar-section ul li > a{
		width: 11.93em;
	}
}

@media only screen and (max-width: 1053px) { /* 65.813em */
	li#footer-phone-num span{
		display: block;
	}
	#contact-footer {
		padding-left:20%;
	}

	h1.yellow{
		margin-bottom: 0;
	}
	#email-footer{
		margin-top: 13px;
	}
	#mail-footer h1{
		margin-top: 13px;
	}
	.double-column-footer-second{
		margin-top: 22px;
	}
}

/* This fixes centering issues, as well as nav bar issues that pop up on firefox. */
@media only screen and (min-width: 64.063em){ /* 1025px */
	.column, .columns {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) {

	#side-column {
		padding-left: 18px;
		padding-right: 20px;
	}
	
}


@media only screen and (max-width: 1023px) {

	.row {
		width: 100%;
	}

}

@media only screen and (max-width: 1000px) {
	#border-image {
		display: none;
	}

	#side-column {
		padding-left: 0;
	}


}

@media only screen and (max-width: 59em){
	.header .social-media-stripe span{
		font-size: 14px;
	}
	.social-media-stripe span{
		margin-top: 6px !important;
	}
}

@media only screen and (max-width: 904px) { /* 56.5em */
	#contact-footer {
		padding-left:10%;
	}
}


@media only screen and (max-width: 55em) {   /* 880px */
	#affirm-action-footer, #copyright-footer, #contact-footer li > span {
		font-size: 11px;
	}
}

/*footer bottom alignment*/
@media only screen and (min-width: 857px) and (max-width: 1053px) { /* 53.563em - 65.813em */
	#secure-site{
		margin-top: 62px;
	}
	#email-footer{
		margin-top: 15px;
	}
	#mail-footer h1{
		margin-top: 15px;
	}

	.reservations .row {
		margin-top: 21px;
	}
}

@media only screen and (max-width: 855px){ /* 53.438em  */
	.double-column-footer li a > span{
		font-size: 13px !important;
	}
}


@media only screen and (max-width: 854px){ /*53.375em */
	#secure-site{
		margin-top: 68px;
	}
	#affirm-action-footer,
	#copyright-footer{
		font-size: 10px;
	}
}

@media only screen and (max-width: 804px) { /* 50.250em */
	#contact-footer {
		padding-left: 0%;
	}
}

@media only screen and (min-width: 790px) {

                            
	#main-column .row.table-row {
		margin-right: 1em;
		margin-left: 1em;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

		
	
	#main-column {
		left: 40px;
	}
}

/*Decrease text size (within large screen range) so nav bar fits on one line*/
@media only screen and (min-width: 768px) and (max-width: 75rem){  /* 48em - 1200px */
	.top-bar-section, .top-bar-section ul > li, .top-bar-section ul li > a{
		font-size: 12px;
	}
	#more-info-drop{
		padding-left: 18px;
	}
}

/* Remove images attempt to make nav bar fit well inbetween desktop and tablet */
@media only screen and (min-width: 768px) and (max-width: 1000px){
	#nav img{
		display:none;
	}
	#more-info-dropdown li > a {
		width: 150px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 898px){ /* 48em - 56.125em */
	.top-bar-section, .top-bar-section ul > li, .top-bar-section ul li > a{
		font-size: 11px;
	}

    .social-media-stripe ul.top-social {
        margin-left: 8px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 824px){  /* 768px - 51.5em */
	#more-info-dropdown li > a {
		width: 141px;
	}
}

@media only screen and (max-width: 48em) {

	#main-column {
		margin-top: 0;
		left: 0;
		border: none;
		
	}

	.big-caption {
		font-size: 20px;
	}

	/** FOOTER **/
	#footer {
		padding-top: 0;
	}

	#footer .row div {
		margin-top: 0;
	}

	#footer .row ul {
		margin-bottom: 0;
	}

	.footer-center .yellow {
		margin-bottom: 1.31rem;
	}
	.footer-center ul{
		border-bottom: 1px solid #043159;
	}
	ul.secure-site-stripe {
		border-bottom:none;
	}

	.social-media-stripe {
		height: 100px;
		margin-top: 19px;
	}

	.contact-us-stripe {
		height: 121px;
		margin-top: 26px;
	}

	.get-directions-stripe {
		height: 111px;
		margin-top: 28px;
	}


	.secure-site-stripe {
		margin-top: 30px;
		height: 160px;
	}

	.social-media-stripe li img {
		height: 35px;
		width: auto;
		margin-left:6px;
		margin-right:6px;
		padding: 3px;
	}

	.mobile-box a {
		height:42px;
		width:100px;
		-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #fff;
		font-family: "Quadon Bold";
		font-size: 13.2px;
		display:inline-block;
		background-repeat: no-repeat;
		line-height: 3.1;
		padding-left: 24px;
		-webkit-background-size: 20%;
		background-size: 20%;
		background-position: 16% 50%;
		margin-right:5%;
		color: #053f73;
	}

	.email-button {
		background-image: url(../img/icons/email.png);
		margin-bottom: 22px;
	}
	a.phone-button {
		background-image: url(../img/icons/phone-darkblue.png);
		background-position: 19% 50%;
		background-position-x: 19%;
		background-position-y: 50%
	}
	a.location-button {
		background-image: url(../img/icons/location.png);
		-webkit-background-size: 15%;
		background-size: 15%;
	}

	.mobile-box a:hover {
		/*background-color: #fccf5d;*/
		opacity: 0.8;
	}
	#secure-site {
		margin-top: 0;
	}
	/**END FOOTER**/
}

@media only screen and (max-width: 40em) { /* 640px */

		/**FOOTER**/
	.mobile-box a {
		height: 60px;
		width: 150px;
		font-size: 20px;
		line-height: 2.9;
		padding-left: 38px;
	}

	.footer-center h1 {
		font-size: 1.5rem;
	}

	.footer-center .yellow {
		margin-bottom: 1.6rem;
	}

	.social-media-stripe {
		height: 170px;
		margin-top: 55px;
	}

	.contact-us-stripe, .get-directions-stripe {
		height: 170px;
		margin-top: 28px;
	}

	.social-media-stripe li img {
		height: 67px;
		width: auto;
		margin-left:20px;
		margin-right:20px;
		padding: 6px;
	}
	.social-media-stripe a {
		margin-left: 0;
		margin-right: 0;
	}

	#footer > div > div.large-4.columns.footer-center > ul.social-media-stripe > li > a  {
		float: left;
		width: 33%
	}

	#affirm-action-footer, #copyright-footer{
		font-size: 12px;
	}

	.secure-site-stripe {
		height: 210px;
	}

}

@media only screen and (min-width: 769px) and (max-width: 944px) {
	
	.little-blue.long {

		font-size: 1em;
	}

}

@media only screen and (max-width: 768px) {

	#main-column {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
}

@media only screen and (max-width: 480px) {
	.expand-bar a {
		margin-left: 0%;
		padding-left: 10%;
	}

	.expand-bar .flyout {

		margin-right: 5%;
		margin-left: 5%;

	}

	.big-caption {
		font-size: 20px;
		line-height: 27px;
	}

	table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {

		font-size: 12px; 
	}
}

@media only screen and (max-width: 400px){
	/** Attempt to fix contact us buttons stacking poorly **/
	.mobile-box a {
		margin-left: 2%;
		margin-right: 2%;
		width: 135px;
	}

	#small-footer-menu > div{
		padding-left: 20px;
	}
	#small-footer-menu > div > div > a > img{
		margin-right: 20px;
	}

	.little-blue, little-blue.reverse, .bare-button {

		font-size: 1em;
	}

}

@media only screen and (max-width: 26.25em){ /* 420px */
	.nav-line-height li{
	font-family: "Quadon Bold";
	font-size: 14.5px;
	color: #ffffff;
	font-weight: bolder;
	}

	#nav-center div{
		margin-left: 100px;
	}

	.nav-line-height li a{
		font-size: 11.5px !important;
		font-weight: bolder !important;
		margin-right: 10px !important;
		margin-left: -10px;
	}
	.nav-line-height .left > a{
		margin-left: 10px;
	}

	.nav-line-height #nav-med-num img{
		/*width: 70%;*/
		margin-right: -15px;
	}

	.hide-for-medium-up#nav-center{
		margin-right: 47px;
	}

	#nav-med-num.right.show-for-small-down {
		margin-right: 0;
	}

	#nav-med-num a {
		margin-right: 20px !important;
	}
}

@media only screen and (max-width: 31em) { /* 496px  */
	.secure-site-stripe .blue-grey {
		margin: 25px 10px 0;
	}
}

@media only screen and (max-width: 480px) {

	table.schedule tbody tr:nth-child(1) td:nth-child(1) {
		text-align: left;
		font-size: 24px;
		padding-left: 0;
		padding-right: 0;
		width: 20%;
		text-align: center;
	}

	table.schedule tbody tr:nth-child(1) td:nth-child(1) input {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 390px) {

	
	table.schedule tbody tr:nth-child(3) td,  table tbody.handicap-accessible tr:nth-child(4) td {

		background-position: left 3% top 50% !important;
	}

	table.schedule tbody.handicap-accessible.rewards-purchase tr:nth-child(4) td {
		background:	url("../img/icons/handicap-wide.png") left 3% top 50% no-repeat;
	}

	table.schedule tbody.rewards-purchase tr:nth-child(4) td {
	    background-position: right 3% top 50%;
	}

}



@media only screen and (max-width: 360px){
	#nav-center img{
		width: 75%;
		margin-top: -2px;
	}
}

@media only screen and (max-width: 340px){
	/*nav bar fit*/
	.nav-line-height .left > a{
		margin-left: 10px;
	}
	#nav-center img{
		margin-right: 175px;
	}
	#nav-center div{
		margin-left: 90px;
	}

	#nav-center img{
		margin-top: -108px;
		margin-left: 59px;
	}

	.banner {
		margin-left: -10px;
	}
	select, select:hover {
background-image: url('../img/icons/reserve-drop-arrow1.png');
}
.little-blue
{
	background-position-x:99%;
}
}


@-moz-document url-prefix() {
     /* select {      
               background-image: none;   
      } 

      select:hover {      
               background-image: none;   
      } */
}



/*input[type="checkbox"] {
        height: 19px;
        position: relative;
        top: 7px;
}

input[type="checkbox"]+label {
         top: 0;
 }*/
 
 .stripe input {
    margin-bottom: 1em;
}

.selectbox 
 {
 margin: 0px 5px 10px 0px;
 padding-left:2px;
 font-family:Arial, sans-serif;
 font-size:12px;/* Resize Font*/
 width : 190px; /* Resize Width */
 display : block;
 text-align:left; 
 background: url('../img/bannermid.gif') right;
 cursor: pointer;
 border:1px solid #003333;
 color:#003333;
 border-radius: 5px;
 height: 25px;
 }
 
.divColumn
{
    width: 100%;
    border: 1px Solid Gray;
    padding: 5px;
    font-size: 12px;
}
.divTitle
{
    width: 100%;
    border: 1px Solid Gray;
    background-color: #cccccc;
    color: Black;
    padding: 5px;
    font-family: tahoma, verdana, tahoma, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #003366;
}