@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%; 19Mar2015 */
	width: 100%;
	display: block;
	position:relative;
}
input[type="text"] {
   height: 40px;	
}
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;	
}

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"] {
	max-width: 20px;
	margin: 0;
	float:left ; /*20Mar2015 */
	text-align :center;
}

input[type="radio"]+label{
	opacity: 1;
	/* position: absolute; 20Mar2015 */
	display: block;
    padding-left: 35px;
    text-indent: -15px;
	position: relative;
	
	color: #333;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 16px;
	/* top: 7px; 20Mar2015 */
	top:  7px;
	/*padding-left: 18px;*/
	/* padding-left: 48px; 20Mar2015 */
}


 input[type="checkbox"] {
	max-width: 20px;
	margin: 0;
	padding:0px;
	float:left ; /*20Mar2015 */
	text-align:center;
}

input[type="checkbox"]+label {
	opacity: 1;
	/* position: absolute; 20Mar2015 */
	display: block;
    padding-left: 5px;
    text-indent: 15px;
	position: relative;
	
	color: #333;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 16px;
	/* top: 7px; 20Mar2015 */
	top:  7px;
	/*padding-left: 18px;*/
	/* padding-left: 48px; 20Mar2015 */
}

/* FIF change */
.csFloatcenter
{
	width : 100% !important;
}

.csFloatcenter > input[type="radio"] {
	max-width: 20px;
	margin: 0;
	padding:0px;
	float:none !important ; 
}
/* End FIF change */

.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;
}

body{
	background-color: #EFEFEF;
	/* background-image: url('../img/backgroundTest.gif'); 25Mar2015 */
	/* background-repeat: repeat-x; 25Mar2015 */
	height: auto;

	/*For Safari */
	-webkit-font-smoothing: antialiased !important;
}

h1, h2, h3 {
    font-family: "Quadon Bold";
}
h1{
    font-size: 2em;
    color: #999;
}
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;
}

.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; */
	background-color: #27aae1;
	color: #042f56; 
	top: -50px; 
	left: 0; 
	width: 100%;
}

#alert-close {
	position: absolute;
	right: 1em;
	top: 15px;
	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{
	color: #8797ae;
}  From Staging Site  */
.blue-grey{
	color: #8de7e7;
}
.blue {
	color:#053f73;
}
.yellow{
/*	color:#fccf5d; From Staging Site */
	color:#053f73;
}

.italics {

	font-family: "Quadon Italic";
}

/* Large Yellow Button styling */
.big-yellow {
	text-align: center;
	display: block;
	height: 60px;
	line-height: 54px;
	white-space: nowrap;
	background-color: #fccf5d;
	border: 2px solid #b88d23;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Quadon Bold";
	font-size: 20px;
	color: #053f73;
	-webkit-transition: all 0.2s ease;
	-moz-transition: ll 0.2s ease;
	transition: all 0.2s ease;
}

.big-yellow:hover{

	background-color: #065eaa;
	border: 2px solid #053f73;
	color: #f3f3f3;
	text-decoration: none;
}

/* Large Blue Button styling */
.big-blue {
	text-align: center;
	display: block;
	height: 60px;
	line-height: 54px;
	white-space: nowrap;
	background-color: #0659a1;
	border: 2px solid #b88d23;
	-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-blue:hover{

	background-color: #065eaa;
	border: 2px solid #053f73;
	color: #f3f3f3;
	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;
	background-color: #0659a1;	
	-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{


	background-color: #065eaa;
	color: #f3f3f3;
	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;
}

label.indent {

/*	margin-left: 2.6em !important; 16Mar2015 */
	margin-left: -1.1em !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;
	height: 60px;
}
.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;
}


/* 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;
	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: #fccf5d;
	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.menu {
	/* left:-11px; 18Mar2015 */
	left: 3px;
}
#nav li.has-dropdown a img.menu 
{
	/* 18Mar2015 */
	left: 3px;
}
#nav li.menu-rewards {
	width: 14.05%; 
}
#nav li.menu-rewards a img.menu {
	/* left:-2px; 18Mar2015 */
	left : 3px;
}

.has-dropdown.nav-more-info.not-click 
{
	width: 14.06%; 
}

#more-info-dropdown{
	z-index: 101;
}
#more-info-dropdown1{
	z-index: 101;
}
#more-info-dropdown2{
	z-index: 101;
}
#more-info-dropdown3{
	z-index: 101;
}
#more-info-dropdown4{
	z-index: 101;
}
#more-info-dropdown li > a{
	padding-right: 21px;
	padding-left: 15px;
}
#more-info-dropdown1 li > a{
	padding-right: 21px;
	padding-left: 15px;
}
#more-info-dropdown2 li > a{
	padding-right: 21px;
	padding-left: 15px;
}
#more-info-dropdown3 li > a{
	padding-right: 21px;
	padding-left: 15px;
}
#more-info-dropdown4 li > a{
	padding-right: 21px;
	padding-left: 15px;
}
.top-bar-section .dropdown#more-info-dropdown li {
    text-align: left;
}
.top-bar-section .dropdown#more-info-dropdown1 li {
    text-align: left;
}
.top-bar-section .dropdown#more-info-dropdown2 li {
    text-align: left;
}
.top-bar-section .dropdown#more-info-dropdown3 li {
    text-align: left;
}
.top-bar-section .dropdown#more-info-dropdown4 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;
    text-align: left;
}

.left-off-canvas-menu ul
{
	margin-left: 0;
	margin-top: -3px;
}
#off-canvas-top{
	margin-top: 12px;
	border-bottom: 1px solid #008cba;
}
#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;
}*/
.moreMenucls 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: #fccf5d;
	color:#053f73;
}
#off-canvas-more-info h1:hover #more-info-text{
	color:#053f73;
}*/



.off-canvas-more-infocls {
	cursor: pointer;
	position: relative; 
}

.off-canvas-more-infocls h1 {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #008cba;
	margin: 0;
}

.off-canvas-more-infocls a h1 > img{
	max-width: inherit;
	margin-left: -20px;
}

.off-canvas-more-infocls a h1 span > img{
	margin-left: 130px;
}

.left-off-canvas-menu ul > li > a > h1:hover,
.off-canvas-more-infocls h1:hover{
	background: #fccf5d;
	color:#053f73;
}
.off-canvas-more-infocls h1:hover .more-info-textcls{
	color:#053f73;
}

.exit-off-canvas{
	display: none;
}

.moreMenuOpen {
    -moz-transform: translate3d(-28.5rem, 0, 0);
    -ms-transform: translate3d(-28.5rem, 0, 0);
    -o-transform: translate3d(-28.5rem, 0, 0);
    -webkit-transform: translate3d(-28.5rem, 0, 0);
    transform: translate3d(-28.5rem, 0, 0)
    }

.moreMenucls {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 515px; 
    z-index: 1007;
    /* width: 200px; 13Apr2015*/
    width : 230px;
    background: #0659a1;
    padding-top: 15px;
    text-align: left;
    }
    
.more-info-textcls{
	padding-left: 17.6px;
}

/* 13 Apr 2015 Start LEFT MENU*/
.off-canvas-more-infocls21 {
	cursor: pointer;
	position: relative; 
}
.off-canvas-more-infocls21 > h1 {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1.1rem;
	margin: 0;
}

.off-canvas-more-infocls51 {
	cursor: pointer;
	position: relative; 
}
.off-canvas-more-infocls51 > h1 {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1.1rem;
	margin: 0;
}

.off-canvas-more-infocls11 {
	cursor: pointer;
	position: relative; 
}
.off-canvas-more-infocls11 > h1 {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1.1rem;
	margin: 0;
}

.off-canvas-more-infocls111 {
	cursor: pointer;
	position: relative; 
}
.off-canvas-more-infocls111 > h1 {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1.1rem;
	margin: 0;
}

.moreMenuOpenSub {
    -moz-transform: translate3d(-28.5rem, 0, 0);
    -ms-transform: translate3d(-28.5rem, 0, 0);
    -o-transform: translate3d(-28.5rem, 0, 0);
    -webkit-transform: translate3d(-28.5rem, 0, 0);
    transform: translate3d(-28.5rem, 0, 0)
    }
    
.moreMenuclsSub {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 455px; 
    z-index: 1010;
    width : 230px;
    background: #6495ED;
    padding-top: 15px;
    text-align: left;
    }
    
    .moreMenuclsSubSub {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 455px; 
    z-index: 1011;
    width : 230px;
    background: #00BFFF;
    padding-top: 15px;
    text-align: left;
    }
    
    .more-info-textclsSub{
	padding-left: 17.6px;
	}
       
    
.left-off-canvas-menu ul > li > a > h1:hover,
.off-canvas-more-infocls21 h1:hover{
	background: #fccf5d;
	color:#053f73;
}
.off-canvas-more-infocls21 h1:hover .more-info-textclsSub{
	color:#053f73;
}

.left-off-canvas-menu ul > li > a > h1:hover,
.off-canvas-more-infocls51 h1:hover{
	background: #fccf5d;
	color:#053f73;
}
.off-canvas-more-infocls51 h1:hover .more-info-textclsSub{
	color:#053f73;
}

.left-off-canvas-menu ul > li > a > h1:hover,
.off-canvas-more-infocls11 h1:hover{
	background: #fccf5d;
	color:#053f73;
}
.off-canvas-more-infocls11 h1:hover .more-info-textclsSub{
	color:#053f73;
}
/* 13 Apr 2013 End LEFT MENU*/









.h1Menu
{
	padding-left:50px;text-align:left !important;
}

.more-info-textcls .imgMenu{
 position: absolute;
  top: 20px;
  right: 10%;
}

 .imgIcon
{
	position: absolute;vertical-align:middle;left: 20px;
}



.more-info-closecls {
	cursor: pointer;
}

.more-info-closecls > h1 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 17.6px;
    border-top: 1px solid #053f73;
    border-bottom: 1px solid #053f73;
}
.more-info-closecls > h1:hover{
	background: #fccf5d;
	color:#053f73;
}
.more-info-closecls > h1:hover .more-info-textcls{
	color:#053f73;
}
.more-info-closecls > 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.gif"), url("../img/bannernose.gif"),	url("../img/bannermid.gif");
	background-position: left 0 top 50%, right 0 top 50%, right 0 top 50%;
	background-repeat: no-repeat, no-repeat, repeat-x;

	
	padding-left: 15px;
	line-height: 30px;
	/* width: 264px; */
	width: 350px;
	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 !important;
	color: #000;
	padding-right: 20%;
}

h2.processingFee {
	text-align: right !important;
	color: #000;
	padding-right: 20%;
}

.med-caption {
	font-family: "Quadon Italic";
	font-size: 18px;
	color: #0659a1;
	line-height: 22px;
	margin-bottom: 30px;
	text-align: justify;
}

.big-caption {
	font-family: "Quadon Italic";
	font-size: 24px;
	color: #0659a1;
	line-height: 32px;
	margin-bottom: 40px;
	text-align: center;
}

#main-column .med-caption {
	margin-top: 30px;
}

#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: 0px;
	right: 0px;   /* 7px 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: 10px;
	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;
}

.horizontal-or-divider:before {
	display: inline-block;
	border-top: 1px solid #ccc;
	content: " ";
	text-shadow: none;
	width: 42%;
	top: 10px;
	position: relative;
	float: left;
}

.horizontal-or-divider:after {
	display: inline-block;
	border-top: 1px solid #ccc;
	content: " ";
	text-shadow: none;
	width: 42%;
	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: #053f73; */
	background: #359cc3;
	padding-top: 63px;
	/* margin-top: 100px; 25Mar2015 */
	margin-top: 20px;
}
#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: 20px 20px 0 20px !important; 12Mar2015 */
	margin: 20px 10px 0 10px !important;
}
#small-footer-menu > div{
	margin-top: 25px !important; 
	/* padding-left: 40px !important; 12Mar2015 */
	padding-left: 30px !important;
}
#small-footer-menu > div > div > a{
	font-family: "Quadon Bold" !important;
	color: #053f73 !important;
	font-size: 18px !important;
	display: block !important;

}
#small-footer-menu > div > div > a > img{
	float: right !important;
	/*
	margin-right: 40px !important; 12Mar2015 */
	margin-right: 30px !important;
}

#small-footer-menu > div:nth-child(7){
	margin-bottom: 30px !important;
}


#small-more-info {

	display: block;
}

#small-more-info img{
	margin-top: 4px;
}

#small-more-info0 {
	display: block;
}

#small-more-info0 img{
	margin-top: 4px;
}

#small-more-info1 {
	display: block;
}

#small-more-info1 img{
	margin-top: 4px;
}


#small-more-info2 {
	display: block;
}

#small-more-info2 img{
	margin-top: 4px;
}

#small-more-info3 {
	display: block;
}

#small-more-info3 img{
	margin-top: 4px;
}

#small-more-info4 {
	display: block;
}

#small-more-info4 img{
	margin-top: 4px;
}

#small-more-info5 {
	display: block;
}

#small-more-info5 img{
	margin-top: 4px;
}

/* 13 Apr 2015 Sub Menu Starts */
#small-more-info2-1
{
	display : block;
}
#small-more-info2-1 img{
	margin-top: 4px;
}

.small-more-infoclsSub {
	display: block;
}

.small-more-infoclsSub img{
	margin-top: 4px;
	padding-right:25px;
}

#small-sub-more-info2-1{
	margin: 10px 0 40px 45px !important;
}
#small-sub-more-info2-1 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info2-1 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 14px;
}

#small-sub-more-info5-1{
	margin: 10px 0 40px 45px !important;
}
#small-sub-more-info5-1 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info5-1 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 14px;
}

.small-more-infoclsSub > img {
    float: right !important;
    margin-right: 35px !important;
}



#small-more-info1-1
{
	display : block;
}
#small-more-info1-1 img{
	margin-top: 4px;
}


#small-more-info1-2
{
	display : block;
}
#small-more-info1-2 img{
	margin-top: 4px;
}


#small-sub-more-info1-2{
	margin: 10px 0 40px 45px !important;
}
#small-sub-more-info1-2 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info1-2 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 14px;
}

#small-more-info1-1-1
{
	display : block;
}
#small-more-info1-1-1 > img{
	margin-top: 4px;
	float: right !important;
    margin-right: 75px !important;
}


#small-sub-more-info1-1{
	margin: 10px 0 20px 45px !important;
}
#small-sub-more-info1-1 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info1-1 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 14px;
}


#small-sub-more-info1-1-1{
	margin: 10px 0 0px 55px !important;
}
#small-sub-more-info1-1-1 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info1-1-1 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 12px;
}
/* 13 Apr 2015 Sub Menu Ends */

.small-more-infocls {
	display: block;
}

.small-more-infocls 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;
}

#small-sub-more-info0{
	margin: -15px 0 35px 40px !important;
}
#small-sub-more-info0 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info0 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 16px;
}
#small-sub-more-info1{
	margin: -15px 0 35px 40px !important;
}
#small-sub-more-info1 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info1 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 16px;
}

#small-sub-more-info2{
	margin: -15px 0 35px 30px !important;
}
#small-sub-more-info2 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info2 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 16px;
}

#small-sub-more-info3{
	margin: -15px 0 35px 40px !important;
}
#small-sub-more-info3 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info3 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 16px;
}

#small-sub-more-info4{
	margin: -15px 0 35px 40px !important;
}
#small-sub-more-info4 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info4 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 16px;
}

#small-sub-more-info5{
	margin: -15px 0 35px 40px !important;
}
#small-sub-more-info5 > .row{
	margin-bottom: 10px;
}
#small-sub-more-info5 > div > div > a{
	font-family: "Quadon Bold";
	color: #053f73;
	font-size: 16px;
}
.small-sub-more-infocls{
	margin: -15px 0 35px 40px !important;
}
.small-sub-more-infocls > .row{
	margin-bottom: 10px;
}
.small-sub-more-infocls > 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; */
/*	border: 1px solid #e72020; */
	border: 1px solid #359CC3;
	/* left: 68px; 16Apr2015  */
	left: 50px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-radius: 4px;
  /*  border-left: 0px;
    border-top: 0px;
    border-bottom: 0px; */
	
}

#side-column {
	padding-right: 3%;
	padding-left: 1%;
	margin-top: 4em;
}


#main-content .row {

	background-color: #fff;
	/* background-color : Transparent; 18Mar2015 */
	margin-right: 0;
	/* margin-right: -5px; 20Mar2015 */
	margin-left: 0;
}



.side-bar-header {

/*	background-color: #fccf5d; */
/*	background-color: #5d8afc; */
	background-color: #359CC3;
	padding-left: 10px;
	margin-bottom: 1em;
	color: #dafc5d;
	
}

#side-column p {
	line-height: 20px;
}

#side-column .row {
margin-bottom: 20px;
}

.side-bar-header h3 {

/*	color: #063f74; */

	color: #dafc5d;
	font-family: "Quadon Italic";
	font-weight: bold;
	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.innerschedule {
    width: 100%;
    font-family: "Quadon Bold";
    margin: 0px;		
}

table.innerschedule tr th {
display: table-cell;
line-height: 2.125rem;
padding: 0px;
text-align: center;
}

table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
display: table-cell;
line-height: 2.125rem;
padding: 0px;
text-align: center;
}
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;
    /* max-width: 25px;
    margin:55px; 13Mar2015 */
}

/*SCHEDULE HEADER STYLES  */
table.schedule th span
{
  /*   font-size: 20px; 16Apr2015 */
    text-align: center;
    padding:0px;
}

table.schedule th {
   /* background-color: #27aae1; 16Apr2015 */
	 background-color:  #359CC3;
    color: #fff;
     text-align: center;
     line-height: 2.125rem;
}

/*SCHEDULE HEADER STYLES  */
table.schedule th:first-child {
    background-color: #efefef;
	color: #555;
}

table.schedule th:nth-child(2), table.schedule th:nth-child(3), table.schedule th:nth-child(4) {
    background-color: #27aae1;
    color: #fff;
}

/*STYLE THE ROWS (First Column)*/
table.schedule table tr.even, table.schedule table tr.alt, table.schedule table tr:nth-of-type(even) {
    background-color: #FFF;
}

table.schedule table tr.even, table.schedule table tr.alt, table.schedule table tr:nth-of-type(3) {
    background-color: #efefef;
}

table.schedule tr td{
line-height: 2.125rem !important;
margin:0px;
padding:0px;
}

table.innerschedule, table.innerschedule tr td
{
	border:none !important;
	text-align:center;
}

/*table.innerschedule tr td{
line-height: 3.80rem !important;
} */

table.schedule table
{
	width:auto;
	border:none !important;
	text-align:center;
}


/* table.schedule table tbody tr:nth-child(1) td { */
table.schedule table tbody tr:nth-child(1) td:nth-child(1) {
	text-align: right;
	padding-right:3px;
	color: #063f74;
}

/* table.schedule table tbody tr:nth-child(2) td{ */
table.schedule table tbody tr:nth-child(1) td:nth-child(2){
    background-image: url("../img/lilboat.gif"); 
    background-position:left 3px top 50%;
     background-repeat: no-repeat;
     width : 46px;
}
table.schedule table
{
	width:100%;
}
table.schedule table tbody tr:nth-child(2) td:nth-child(1){
    background-image: url("../img/lilboat.gif"); 
    background-position:left 10% top 50%;
    background-repeat: no-repeat;
    padding-right: 10%;
    color: #063f74;
    font-family: "Quadon Italic";
    text-align:right !important;
    font-size:12px;
    width:100%;
}
/* table.schedule table tbody tr:nth-child(2) td, table.schedule table tbody tr:nth-child(3) td { */
 table.schedule table tbody tr:nth-child(1) td:nth-child(3) {
    color: #063f74;
    font-family: "Quadon Italic";
    text-align:left;
}


/* 
table.schedule table tbody tr td:nth-child(3){
table.schedule table tbody tr:nth-child(3) td{
    position: relative;
    font-family: "Trebuchet MS";
    height: 37px;
} */

/* table.schedule table tbody.handicap-accessible tr:nth-child(3) td{ 
table.schedule table tbody.handicap-accessible tr td:nth-child(3){
    background-image: url("../img/icons/handicap-wide.png");
    background-position: left 13% top 50%;
}*/

/* table.schedule table tbody.handicap-accessible tr:nth-child(3) td:before { 
table.schedule table tbody.handicap-accessible tr td:nth-child(3):before {
    content: "Accessible";
}*/


table.schedule table tbody.rewards tr:nth-child(1) td:nth-child(1)   {
    background-image: url("../img/icons/star.png");
    background-position: top 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
   
    
    


}

/*table.schedule tbody.handicap-accessible.rewards tr:nth-child(3) td {
	background-image:  url("../img/icons/handicap-wide.png");
	background-position: left 13% top 50%;
	background-position-x: 13%;
	background-position-y: 50%;
	background-repeat: no-repeat;
		
}*/

table.schedule table tbody:not(.handicap-accessible) tr:nth-child(3) {
	
	background-color: #fff;

}

table.schedule table tbody:not(.handicap-accessible) tr:nth-child(3) td {
	
	border-top: #fff;

}

table.schedule table tbody:not(.handicap-accessible) tr:nth-child(2) td {
	
	border-bottom: #fff;

}

table.schedule.no-priority tr td:nth-child(2) {

	width: 40%;
}

/*---------- 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: 0.7rem;*/
	line-height: 1.7rem;
	/*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;   18Mar2015 */
				padding-left: 8px;
	}
	#more-info-drop1{
		padding-left: 8px;
	}
	#more-info-drop2{
		padding-left: 8px;
	}
	#more-info-drop3{
		padding-left: 8px;
	}
	#more-info-drop4{
		padding-left: 8px;
	}
}

/* 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;
	}
	#more-info-dropdown1 li > a {
		width: 150px;
	}
	#more-info-dropdown2 li > a {
		width: 150px;
	}
	#more-info-dropdown3 li > a {
		width: 150px;
	}
	#more-info-dropdown4 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;
	}
	#more-info-dropdown1 li > a {
		width: 141px;
	}
	#more-info-dropdown2 li > a {
		width: 141px;
	}
	#more-info-dropdown3 li > a {
		width: 141px;
	}
	#more-info-dropdown4 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; 
	}
	table.schedule th span
	{
   	  font-size: 12px;
    	  text-align: center;
    	  padding:0px;
	}
	table.innerschedule tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
		font-size: 15px;
		display: table-cell;
		line-height: 2.125rem;
		/*padding: 10px;*/
	}
}

@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 table tbody tr:nth-child(1) td:nth-child(1) {
		text-align: left;
		font-size: 24px;
		padding-left: 2px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 390px) {

	
	table.schedule table tbody tr:nth-child(2) td,  table tbody.handicap-accessible tr:nth-child(3) td {

		background-position: left 3%;
	}
/*
	table.schedule table tbody.handicap-accessible.rewards tr:nth-child(3) td {
		background: 
			url("../img/icons/handicap-wide.png") left 3% top 50% no-repeat;
	}

	table.schedule table tbody.rewards tr:nth-child(3) td {
	    background-position: right 3% top 50%;
	}
13Mar2015 */

	table.schedule table tbody.handicap-accessible.rewards tr:nth-child(3) td {
		background: 
			url("../img/icons/handicap-wide.png") left 1% top 50% no-repeat;
	}

	table.schedule table tbody.rewards tr:nth-child(3) td {
	    background-position: right 1% top 50%;
	}
	
}



@media only screen and (max-width: 360px){
	#nav-center img{
		width: 75%;
		margin-top: -2px;
	}
	#ctl00_ContentPlaceHolder1_ancFinish
	{
	    width: 90% !important;
	    margin-top: 10px;
    height: 36px;
	}   
	
}

@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'); */
	background-image: url('../img/icons/reserve-drop-arrow.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;
}

/* FIF Change Started Master Page*/

.titleFIF
{
	background-color : White;
	color : #444;
	font-family : Verdana;
	font-size : 32px;
	height : 80px;
	text-align : center;
	vertical-align : middle;
}

div .titleFIF a:hover
{
	text-decoration : none;
}

.dvbgImg
{
	 background-image: url(../images/FIFBackImg.jpg);
	 width : 100%;
	 height : 100px;
}

div .dvMessage
{
	font-family:Verdana;
	font-size : 12px;
	background-color : Purple;
	color :Red ;
	font-weight : bold;
	width : 100%;
}
/* FIF Change End */
/* FIF Change End --Default Page*/

.buttonA
{
	color: #fff !important;
	background: none repeat scroll 0 0 #F4BF1E;
	-o-box-shadow:0 -3px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 -3px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow:0 -3px 0 rgba(0, 0, 0, 0.1) inset;
	border: 0 none;
	border-radius:6px;
	display:inline-block;
	font-family: arial;
	font-size : 12px
}

.buttonA:hover {
	-o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
}


#divSub
{
	width:100%;
}
		.dvLeftLargeDef
		{
			font-family :Trebuchet MS;
			text-align : center;
			float:left;
			padding: 5px;
		} 

		.dvRightLargeDef
		{
			font-family :Trebuchet MS;
			text-align : center;
			float:left;
			padding:5px;
		} 

		.dvDefCh
		{
			width : 100%;
			font-family :Trebuchet MS;
			padding : 3px;
			text-align: center;
			vertical-align : top;
		} 

		.dvDefChDis
		{
			width : 100%;
			font-family :Trebuchet MS;
			padding : 3px;
			text-align: left;
			vertical-align : top;
		} 

		.spanText
		{
			font-family : Trebuchet MS;			
			font-weight:bold;
			line-height:100%;
			color : #666699 ;
			width: 100%;
			height:40px !important;
			margin:0 0 0 0;
		}

		.dvDefChDis p
		{
			font-family : Trebuchet MS;
			color : Black ;
			width: 100%;
			text-align:center;
			margin : 0 0 0px 0;
		}
		
		.defTbTitle
		{
			font-family:Trebuchet MS;
			font-size:14px;
			font-weight:bold;
			background-color:#c1d0e1;
			text-align: center;
		}
		.defTdTitle1
		{
			font-family:Trebuchet MS;
			font-size:12px;
			font-weight:bold;
			background-color:#f1f4f8;
			text-align: center;
		}
		.footerStyle
		{
			background-color: #3f71a3;text-align:center;height:100%;width:100%;margin:0px;padding:0px;color:White;font-size:12px;
		}
/* FIF Change End -Default Page */

/* FIF Change Start - For HTML Changes */

.htmlContentArea
{
	font-family : Trebuchet MS;
	width : 100%;
}

.htmlContentArea h1 h2 h3 h4 h5 h6
{
	font-family : Quadon Bold;
	text-align : center;
	color : #053f73;
}

.htmlContentArea > a  /*,table, tr, td 11Mar2015 */
{
	font-family : Trebuchet MS;
	text-align : center;
}
.htmlContentArea > th
{
	background-color : #053f73 !important;
	color : #fff !important;
	text-align : center;
	font-weight : bold;
	font-family : Quadon Bold;
}

.htmlContentArea > a
{
	text-decoration : none;
	color : #0659a1;
}
.htmlContentArea > a:hover
{
	text-decoration : underline;
	color : #27aae1;
}

.tableStyleEven table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background-color: White;
    border:none;
}

.tableStyleOdd table tr.even, table tr.alt, table tr:nth-of-type(3) {
    background-color: White;
     border:none;
}

.bodybg
{
	 background-color : white;
}

.pnNavControl
{
	width: 100%;
	background :  #053f73;
	height: 25px;
	border: solid 1  #053f73;
	padding: 5px 5px 5px 30px;
	color : White;
	font-weight : bold;
}

.pnNavControl a 
{
	font-family:Trebuchet MS;
	color : White;
	font-weight : bold;
	text-decoration : none;
}

/* FIF Change End - For HTML Changes */


.clsRemovePadding
{
	padding: 0px important;
	margin : 0px important;
	line-height: 3.125rem important;
}

.processorImg
{
	width : 10%;
	left : 45%;
	text-align:center;
}

.cslabel
{
	font-family: "Trebuchet MS";
	font-weight: 400 !important;
	color: #AAA;
	font-size: 11px;
	text-align:center;
}

		 .dvContainer
		{
			width: 90% !important;
			float:left;
			overflow:hidden !important;
		} 
		
		
.PageBorder
{
width:1250px;
height: 100%;
border:0px;
padding:0px;
margin:0px;
background-color:Orange;

}

.ancFIF > img
{
	border: 2px solid white;
}
.ancFIF:hover > img
{
	border: 2px solid orange;
}

.ancWeather
{
	background: blue; height: 20px;
    width: 100%; padding: 3px; border: solid 1px black; color: white;
    font-weight:bold; font-size:13px;
}