@import url("http://code.jquery.com/mobile/1.1.0/jquery.mobile.structure-1.1.0.min.css") only screen and (max-width: 480px);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600|Open+Sans);
@import "academy-theme.min.css" only screen and (max-width: 480px);


/* parts specific stuff 
@import url(parts/academybus.common.css);
@import url(parts/academybus.header.css);
@import url(parts/academybus.footer.css);
@import url(parts/academybus.notices.css);
@import url(parts/academybus.banner.css);
@import url(parts/academybus.selects.css);
@import url(parts/academybus.teasers.css);
@import url(parts/academybus.tables.css);
@import url(parts/academybus.tabs.css);
@import url(parts/academybus.destination.css);
@import url(parts/academybus.modals.css);
*/

/* Author: Square360 */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: inherit;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #44A6E3;
}
a:visited {
  color: #44A6E3;
}
a:hover {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
p {
  font-size: 1.1em;
  font-family: 'Open Sans', Arial, sans-serif;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 { 
  font-family: "Raleway", Arial, sans-serif;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

textarea {
  min-width: 265px;
  padding: .4em;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    float: left;
    width: 71%;

}

.dropDown {
    background: url("/Assets/images/drop-bg.png") no-repeat scroll 97% 50% transparent;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    width: 71%;
    margin-bottom: 8px;
}
  
select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #44A6E3;
    font-size: 117%;
    outline: medium none;
    padding: 0.25em;
    text-transform: capitalize;
    width: 370px;
    height: 32px;
    -webkit-appearance: none;
}

       /*Charter Quote - Select Drop Down Styling */
        #destinationStateSelect, #departureStateSelect {
          width: 50px;
		  float:left;
		  clear:both;
        }
        
        #destinationState, #destinationCityCounty {
          -webkit-appearance: none;
        }
        
        #passengersSelect {
          width: 50px;
          float: right;
        }
        
        .passengers {
            height: 40px;
            -webkit-appearance: none;
        }
        
        #firstTimeSelect {
          float: left;
          clear: both;
        }
        
		#cardTypeSelect {
			clear:both;
			width: 71%;
			min-width:280px;
			max-width:350px;

		}
		
        #state {
          width: 100px;
          -webkit-appearance: none;
        }
        
        #commuterTimetableSelect {
          width: 100%;
        }
        
        #country {
          width: 340px;
          -webkit-appearance: none;
        }
        
        #departmentSelect, #heardAboutUsSelect {
          float: left;
          width: 286px;
          clear: both;
        }
        
		#buses label {
			float: none;
		}
		
        #leavingFromSelect, #goingToSelect  {
          width: 260px;
        }
		
		#destinationCityCountySelect, #departureCityCountySelect, #destinationCityCountySelect  {
          width: 260px;
		  float:left;
		  clear:both;
        }
        
        #carrierSelect {
          width: 170px;
          clear: both;
        }
        
        #cardExpirationYearSelect {
          width: 72px;
          float: left;
        }
        
        #cardExpirationYear {
          width: 95px; 
        }
        
        #cardExpirationMonth {
          width: 80px;
        }
        
        #stateSelect {
          float: left;
          width: 72px;
          clear: both;
        }
                
        #cardType {
          width: 310px !important;
        }
        
        #departureTimeHoursSelect, #returnTimeHoursSelect, #charterBusesSelect {
          width: 41px;
          float: left;
          margin: 0 4px;
        }
        
        #departureTimeMinutesSelect, #returnTimeMinutesSelect {
          width: 45px;
          float: left;
          margin: 0 4px;
        }
        
        #departureTimePeriodSelect, #returnTimePeriodSelect, #cardExpirationMonthSelect {
          width: 55px;
          float: left;
          margin: 0 4px;
        }
        
        #cardExpirationMonthSelect {
          width: 55px;
          float: left;
          margin: 0;
          clear: both;
        }
        
        #countrySelect {
          clear: both;
        }
        
        #townSelect, #departureSelect, #destinationSelect {
          width: 312px;
        }
        
        #pay-deposit, #pay-full {
            width: 13px;
        }
        
        div.teaser-content select {
        width: 140%;
        -webkit-appearance: none;
        }
        
        div.teaser-content div.dropDown {
        width: 100%;
        }
        
        .billinAddress {
            display: inline-block;
            height: auto;
            margin: 0;
            overflow: visible;
            position: relative;
            width: 95%;
      }
        
        .button-row .cancel {
              background-color: #EFEFEF;
              border-radius: 5px 5px 5px 5px;
              color: #003366;
              float: left;
              padding: 0.5em;
        }
        
        
        .fieldgroup.clearfix > span {
          float: left;
          margin-top: 5px;
          margin-right: 12px;
        }
        
        div.info-box-container {
		float: left;
		width: 50%;
		padding-right:20px;
                margin-bottom: .7em
	}
	
	.div-space {
		width:30px;
		float:left;
	}
	
	div.info-box {
		background-color: #ffffff;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;		
		padding: 5px;
		float:left;
		width:80%;
                min-width: 342px;
	}
        
        	ul.info-column1  {
                float:left;
		list-style: none;
		margin: 0 auto;
		padding: .7em;		
	}
	
	ul.info-column1  li {
		background: none;
		padding: 0 0 10px 0;		
		color: #0059B0;
		line-height: 8px;
	    min-height: 9px;
	}
	
	
	ul.info-column2  {
                float:left;
		list-style: none;
		margin: 0 auto;
		padding: .7em;		
	}
	
	ul.info-column2  li {
		background: none;
		padding: 0 0 10px 0;		
		color: #666666;
		line-height: 8px;
	    min-height: 9px;
	}
  
	.surcharge {
		float:left;
		font-size:12px;
		color:#666666;
		display:block;
		clear:both;
		margin: -9px 0;
                padding-left: 0.7em;
	}
	
	.discount-price-box {
		background-color: #00bef2;
		border-color: none;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;		
		float:left;
                margin: 0.7em;
	}
	
	.discount-price-box ul li {
		color: #ffffff;
		font-size:18px;
                padding: 0.7em 0.7em .7em;
	}
        
        .discount-price-box ul.info-column1, .discount-price-box ul.info-column2  {
                padding: 0px;
	}
        
	div.quote-alert {
		display:block;
		overflow:hidden;
		position: relative;
		background-color:#FFCC00;
		border: 1px solid #9A9A9A;
		height: 4em;
		padding: 12px 0 12px 17px;
		margin: 0 -2px 0 0;
	}
 
          .paginate_enabled_next, .paginate_disabled_next{
                float: right;
        }
        
        .tab-pane.quote-step4 {
            margin-bottom: 1.5em;
        }
        
        .createAccount {
            width: 295px;
        }
        
        .field-stack-width {
              max-width: 390px;
              width: 40%;
        }

        .fieldgroup.clearfix.errorContainer {
			clear: both;
			color: red;
			float: left;
	}

/* Trust Pilot Widget*/
.trustpilot-container {
  padding: 1em 7.25953% 0;
  margin-bottom: 50px;
}
.trustpilot-container .trustpilot-widget {
background: #fff;
border-radius: 6px;
border: 1px solid #ABABAB;
padding: 20px 0;
}
#ng-app .tp-widget-humanscore {
font-size: 34px !important;
margin: 0 0 10px !important;
color: #036 !important;
}

/* Email pop up & Price Pop up */
#emailPopup {
    height: 240px;
    left: 37% !important;
    max-width: 305px;
    min-width: 305px;
    text-align: center;
    top: 30% !important;
    width: 26%;
}

.list-container label {
	margin-left:10px;
}

#emailPopup h3 {
  color: #003366;
}

#emailPopup div.list-container {
    margin-bottom: 1em;
    max-height: 400px;
    overflow-x: auto;
    padding-top: 25px;
    width: 200px;
    min-width: 200px;
    padding-left: 45px;;
}

#emailPopup div.list-container input {
  margin-bottom: 0.5em;
}

#emailPopup div.list-container button {
    background-color: #FF9000;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    font-weight: 700;
    margin-right: 8px;
    padding: 0.5em;
    text-transform: uppercase;
}

.addressInput > span {
    font-size: 13px;
    padding-left: 33px;
}

@media not screen and (max-device-width:480px) {
  #emailPopup  {
    left: 11%;
  }
}

.pricePopup {
  z-index: 100;
}


    /*Jquery Mobile CSS */
.ui-select .ui-btn {
    margin: 0 0 0.5em !important;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible;}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],input[disabled]{cursor:default;}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
input[type="checkbox"]:checked,input[type="radio"]:checked{
  background-color: #44A6E3;
  color:#3A3A3E;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea{overflow:auto;vertical-align:top;resize:vertical;}

/* Colors for form validity */
input:invalid,textarea:invalid{background-color:#f0dddd;}



/* =============================================================================
   Tables
   ========================================================================== */
table{border-collapse:collapse;border-spacing:0;}
td{vertical-align:top;}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe{margin:0.2em 0;background:#ccc;color:black;padding:0.2em 0;}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width:35em){}
  /* Style adjustments for viewports that meet the condition */

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0;}

.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* mobile stuff */
/* desktop stuff */
@media not screen and (max-device-width: 480px) {
/* @override 
  	http://127.0.0.1:9106/Assets/css/libs/calendar-skin1.css */
  /* For the details, see:
     http://flowplayer.org/tools/dateinput/index.html#skinning */
  /* the input field */
  .date {
    color: inherit;
  }
  /* calendar root element */
  #calroot {
    /* place on top of other elements. set a higher value if nessessary */
  
    z-index: 10000;
    font-family: inherit;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
  }
  /* head. contains title, prev/next month controls and possible month/year selectors */
  #calhead {
    padding: 2px 0;
    height: 22px;
  }
  #caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
  }
  #calnext,
  #calprev {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(/Assets/images/cal-prev.gif) no-repeat scroll center center;
    float: left;
    cursor: pointer;
  }
  #calnext {
    background-image: url(/Assets/images/cal-next.gif);
    float: right;
  }
  #calprev.caldisabled,
  #calnext.caldisabled {
    visibility: hidden;
  }
  /* year/month selector */
  #caltitle select {
    font-size: 10px;
  }
  /* names of the days */
  #caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
  }
  #caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
  }
  /* container for weeks */
  #calweeks {
    background-color: #fff;
    margin-top: 4px;
  }
  /* single week */
  .calweek {
    clear: left;
    height: 22px;
  }
  /* single day */
  .calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  /* different states */
  .calweek a:hover,
  .calfocus {
    background-color: #ddd;
  }
  /* sunday */
  a.calsun {
    color: red;
  }
  /* offmonth day */
  a.caloff {
    color: #ccc;
  }
  a.caloff:hover {
    background-color: #f5f5fa;
  }
  /* unselecteble day */
  a.caldisabled {
    background-color: #efefef !important;
    color: #ccc	!important;
    cursor: default;
  }
  /* current day */
  #calcurrent {
    background-color: #498CE2;
    color: #fff;
  }
  /* today */
  #caltoday {
    background-color: #333;
    color: #fff;
  }
  
  div.tab-pane div.fieldgroup {
    display: block;
/*    margin-bottom: 1em; */
}

  #failbox {
    margin-top: 1em;
  }
  
}
/* parts specific stuff */
/*
////////////////////////
Colors:
Text: #666
Link: #0059b0
Text hover, active navigation background, footer links: #00bef1
Action button: #ff9000
H1, H2, H3: #036
Bullet points (small squares): #9dc7e8
Footer text: #999
Footer H2, Footer phone numbers, Footer hover: #fff
Content background, scroll bar background: #f0f5f8
Subnavigation background: #66d8f7
Custom scrollbar bar: #3b8fd1
Purchase bar background: #333
Footer background: #036
Alert box background: #ffcc00
Dashed line (on white): #e0e0e0
Dashed line (on light blue): #c0cedb
Dashed line (on dark blue): #1a4876
////////////////////////

Base layout width: 1102px
*/
/**
*************
Generic styles
*************
 */
* {
  font-family: "Raleway", arial, sans-serif;
}
body {
  background: #036;
  color: #666;
  /*font-size: 123%;*/

}
img {
  max-width: 100%;
}
a,
a:link {
  color: #0059b0;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
a:visited {
  color: #00bef1;
}
a:focus,
a:hover {
  color: #00bef1;
}
a:active {
  color: #ff9000;
}
li,
input,
button {
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  -webkit-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
::-moz-selection {
  background: #66d8f7;
}
::selection {
  background: #66d8f7;
}

/*
Content wrapper
*/
#container {
  background: #fff;
}



input.datepicker::-webkit-input-placeholder, input.input-list::-webkit-input-placeholder {
    text-transform: capitalize;

  text-indent: 0;
}

input.datepicker:-moz-placeholder, input#charterDestination:-moz-placeholder  {
    text-transform: capitalize;
    text-indent: 2.5em;
    max-width: 298px;
    margin-bottom: .5em;
	clear:both
}

.tab-content input#charterDestination {
	padding-left: 2.5em;
	text-indent:0;
}

input[type="radio"] {
    border: none;
}


/* Placeholder */
.placeholder {
  color: ##ADADAB;
}
::-webkit-input-placeholder {
  color: ##ADADAB;
}
:-moz-placeholder {
  color: ##ADADAB;
}


/* Price pop up */
.ui-simpledialog-container.ui-overlay-shadow.ui-corner-all.pop.ui-body-b.in > p {
    padding: 0 15px;
}

.ui-simpledialog-container {
    border: 5px solid #003366 !important;
    border-radius: 5px 5px 5px 5px !important;
}

/**
*********************
Main content styles
********************
 */
.page-content {
  background: #f0f5f8;
  padding: 0;
  position: relative;
  display: block;
  z-index: 1;
}
.page-content div.basic-content {
  padding: 01em 7.259528130672% 0;
  display: block;
  position: rel;
}
.basic-content .fieldgroup {
    font-family: 'Open Sans',Arial,sans-serif;
}
.basic-content > ul > li {
    font-family: 'Open Sans',Arial,sans-serif;
}
.basic-content a {
    font-family: 'Open Sans',Arial,sans-serif;
}
h1 {
  color: #036;
  font-size: 1.5em;
  font-weight: 600;
  margin: .5em 0;
}
h1.page-title {
  margin-top: 0px;
}
h2 {
  color: #036;
  font-size: 1.08em;
  margin: 0 0 .75em 0;
  line-height: 1.23em;
  text-transform: uppercase;
}
h2.banner-title {
  color: #fff;
  font-size: 2.25em;
  font-weight: 600;
  margin: 0 0 .25em 0;
  line-height: 1.23em;
  text-transform: none;
}
h3 {
  color: #4d4d4d;
  font-size: 1em;
  margin: 0 0 .75em 0;
  line-height: 1em;
  text-transform: uppercase;
}
h4 {
  color: #000;
  margin: 0 0 .5em 0;
}
h5 {
  border-bottom: #c2c2c2 1px solid;
  color: #000;
  margin: 0 0 .5em 0;
  padding: 0 0 .5em;
}
input {
  background: none;
  border: #dfdfdf 1px solid;
  color: #4d4d4d;
  padding: .4em;
  outline: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
}
input:hover {
  border-color: #000;
}
input:focus {
  background: #f0f8ea;
  border-color: #b2de94;
}
label {
  font-weight: 700;
}

fieldset.contact label {
	float:left;
	clear:both;
}

.contactState {
	clear:both;
	float:left;
}

.contactZip {
	float:left;
	margin-left: 12px;
}



.page-content > div h3.page-title {
  color: #036;
  text-transform: none;
}
.page-main-header {
  display: block;
  position: relative;
  width: 100%;
}
.page-main-header > img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-main-header .main-header-caption {
  position: absolute;
  bottom: 15%;
  left: 50%;
  right: 10%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.page-main-header .main-header-caption * {
  font-weight: 600;
  margin-top: 0;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  padding: 11px;
}
.waves {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.page-content .waves {
  margin-top: 1.5em;
}
.modal-shadow {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.fieldrow {
  display: block;
  height: auto;
  margin: 0 0 .5em;
  position: relative;
  overflow: visible;
  width: 100%;
}
.page-content button,
.page-content .button,
input[type='button'] {
  border: none;
  padding: .5em;
  background-color: #3A3A3E;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-content button:hover,
.page-content .button:hover {
  background-color: #036;
  color: #fff;
}
.tooltip {
  display: none;
  width: 220%;
  max-width: 300px;
  font-size: 80%;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  box-shadow: 4px 4px 8px #444;
}
.tooltip:before {
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  border: 5px solid transparent;
  border-right-color: #9a9a9a;
}
.tooltip header {
  background-color: #f0f5f8;
  padding: .5em .5em 0;
}
.tooltip header h5 {
  margin-top: 0px;
  color: #036;
}
.tooltip div.tooltip-content {
  background-color: #fff;
  padding: .5em;
}
.tooltip div.tooltip-content p {
  line-height: 1.2em;
  margin-top: 0em;
}
.button-row {
	padding: 8px 0;
    clear:both;
}
.ui-select {
    clear: both;
}
div.signup-content {
	width:  100%;
	background-color: #fff;
	border: 1px solid #9a9a9a;
	margin-bottom: 2em;	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 1.5em;
	display: block;
}

div.signup-content fieldset {
    float: left;
    margin-right: 1em;
}

div.signup-content input {
    float: left;
    margin-right: 1em;
    clear: both;
    float: left;
    margin-bottom: 0.5em;
	width: 230px;
}

div.signup-content input.zip {
   	clear: right;
    float: left;
    margin: 0 0 0 5px;
    width: 126px;
}

div.signup-content button {
	float: right;
	margin-right: 15px;
}

div.signup-content #dk_container_state {
	display: inline-block;
	clear: both;
	float: left;
        margin-bottom: 0.5em;
}

div.signup-content #dk_container_country {
	display: table;
	clear: both;
}

div.signup-content #dk_container_country .dk_toggle {
	width: 203px !important;
}

div.signup-content #dk_container_zone {
	display: table;
	clear: both;
	float: left;
}

div.signup-content #dk_container_zone .dk_toggle {
	width: 46px !important;
}


div.signup-content #dk_container_zone .dk_toggle {
	width: 46px !important;
}

div.signup-content .search-zone {
    content: "";
    left: 7px;
    margin-top: -9px;
    position: inherit;
    top: 50%;
    background: url("../images/icons-18-white.png") no-repeat scroll -612px 50% #0059B0;
    	-moz-border-radius:  9px;
		-webkit-border-radius:  9px;
		border-radius:  9px;		
    display: block;
    height: 18px;
    margin: 15px 6px 4px 1px;
    width: 18px;
    z-index: 0;
}

div.signup-content #dk_container_quantity .dk_toggle {
	width: 90px !important;
}

div.signup-content #dk_container_zone-name {
	display: table;
	clear: both;
	float: left;
}

div.signup-content #dk_container_zone-name a {
	width: 203px !important;
}

div.signup-content .price {
	display: table;
	clear: both;
	float: left;
	font-size: 13px;
        cursor: pointer;
}

div.signup-content .casino-price {
	display: table;
	float: right;
	font-size: 13px;
	font-weight:bold;
}

div.signup-content .field-desc {
	display: table;
	clear: both;
	float: left;
	font-size: 13px;
}

div.signup-content input[name=price] {
	width:74px;
}

div.signup-content .symbol {
	display: table;
	float: left;
	font-size: 13px;
	margin: 7px 0 0 -10px;
}

div.signup-content .symbol2 {
	display: table;
	float: left;
	font-size: 13px;
	margin: 7px 4px 0;
}

div.signup-content h3 {
	color: #003366;
}

div.signup-content input[name=quant] {
	width:20px;
    clear: right;
}

div.signup-content input[name=total] {
	width:74px;
    clear: right;
}

div.signup-content fieldset .clearthis {
	display: table;
	clear: both;
	float: left;
}

div.signup-content fieldset .padtop {
	padding-top: 12px;
}

div.signup-content .info-box-container {
	float: left;
    width: 74.5%;
}

div.signup-content .info-box {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;	
	float: left;
    padding: 5px 12px;
    width: 90%;
	margin-bottom: 8px;
}

div.signup-content .new-column {
 width:24%;
 }

#dk_container_cardType {
	display: table;
	clear: both;
	float: left;
}

#dk_container_cardExpirationMonth {
	display: table;
	clear: both;
	float: left;
}

#dk_container_cardExpirationMonth .dk_toggle {
	width: 21px !important;
}


#dk_container_cardExpirationYear {
	clear: right;
    float: left;
}

#dk_container_cardExpirationYear .dk_toggle {
	width: 26px !important;
}

div.signup-content .symbol {
	display: table;
	float: left;
	font-size: 13px;
	margin: 7px 0 0 -10px;
}

div.signup-content .billing-sub {
	width:94%;
}

div.signup-content .buttonfix {
    float: left;
    width: 100%;
    max-width: 294px;
}

div.fieldgroup h6 {
    clear: both;
    color: #003366;
    margin-bottom: 1em;
    margin-top: 0.25em;
    text-transform: uppercase;
}

div.fieldgroup .pay-box {
	float: left;
	clear:both;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;		
	border:1px solid #ccc;
	font-size: 11px;
	padding:5px;
	width:230px;
}


.pay-col2 {
	float:right;
    margin-left: 6em;
	font-size:13px;
    margin: -3px 0 0 -7px;
}

.info-box-text {
	padding-bottom: 8px;
}

div.info-box-container2 .info-box2 {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    max-width: 480px;
    min-width: 300px;
    padding: 0;
    width: 100%;
}

div.info-box-container2 {
    float: left;
    width: 50%;
	padding-bottom: 12px;
    max-width: 475px;
}

div.reserve-col2 {
	display: block;
	float:left;
	width: 50%;
    margin: 0 -34px 0 0;
}

div.signup-content input[name=cvvCode] {
	width:79px;
}

.same-address {
	float:left;
	font-size: 12px;
    margin: 0 0 0 -10px;
}

div.login-container {
	min-height:50%;
}

div.login-box {
    background-color: #FFFFFF;
    border: 1px solid #9A9A9A;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;	
	display: block;
    margin-bottom: 2em;
    padding: 1.5em;
    width: 40%;
	height:100%;
	float:left;
}

div.login-box.child {
	margin-right:20px;
}

div.login-box h3 {
	color: #036;
}

div.login-box .text { 
	display: table;
	float: left;
	font-size: 13px;
	margin: 7px 0 0;
    padding: 3px;
}

div.login-box input {
	float: left;
	margin-bottom:8px;
}

div.login-box input[name=password] {
	clear:both;
}

.forgotpw a {
	clear:both;
	float:left;
	color: #0059B0Z;
	font-size: 10px;
    margin: -9px 0 0;
}

div.create-schedule {
	margin-top: 12px;
}

.create-schedule input {
	display: none;
}

.create-schedule label {
	padding: 0 12px;
	color: #165fab;
}

.create-schedule h5 {
	color: #003366;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
}

.daysOfWeek, .timePeriod, .direction, .town {
    margin: 0 0 25px;
}

.schedule {
    margin: 25px 0 25px;
}

.create-schedule input[type="radio"]:checked+label {
	background-color: #00bef1;
	color: #fff;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#dk_container_town .dk_toggle {
	width: 187px !important;
}
table#schedule {
	float: left;
	clear:both;
    width: 100%;
}
table#schedule  thead {
	color: #fff;
	text-align:left;
}

table#schedule thead td {
	background-color: #fff !important;
	padding: 7px 12px;
}

table#schedule td {
	padding: 7px 12px;
}

table#schedule tr:nth-child(odd) { 
	background-color:#F4F2EE; 
}

table#schedule thead tr[role="row"] {
  background-color: #3A3A3E;
}

table#schedule tr:nth-child(even) { 
	background-color:#FDFCFC; 
}

div#schedule_filter input {
	float: none;
}

	input[name=zip], #dk_container_heardAboutUs, #dk_container_department {
		float:left;
		clear:both;
	}

	
	textarea.comments {
		float: left;
		clear:both;
		-moz-border-radius:  5px;
		-webkit-border-radius:  5px;
		border-radius:  5px;		
		margin-bottom: 5px;
		border: 1px solid #DFDFDF;
		box-shadow: none;
	}
	
	.required-text {
		float: left;
		clear:both;
	}

	div.signup-content div.contact button {
		float:left;
	}

	div.signup-content input[type=checkbox] {
	width: 13px;
	}
	
        .email-notify {
        }
        
	label.emailNotifications {
		float:left;
		font-weight:normal;
	    margin: -1px 0 0 -10px;
	}
	
	#dk_container_departureState .dk_toggle a {
		width: 24px !important;
	}
	
	div.info-box h6 {
		margin-bottom: 0;
	}
	
	#dk_container_passengers, .price-indent, #totalPrice {
		padding-left: 30px;
	}
	
	#totalPrice {
		float:right;
	}
	

	
	.trip-price {
		color: #003366;
		float: right;
	}
	
	div.perTicket {
		border-bottom: 2px solid #666;
		padding-bottom:2px;
	}
	
	.total-price-box {
		background-color: #00bef2;
		border-color: none;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;		
		padding: 5px 5px 5px 5px;
		margin-top: 10px;
		color:#fff;
		font-size: 18px;
		font-weight:normal;
	}

	#dk_container_firstTime {
		clear:both;
		float: left;
	}
	
	.clear-infobox {
		clear: both;
	}
	
	.button-left {
		float: left;
	}
	
	
	#departure h6, #destination h6 {
		margin-bottom: 0;
	}
	
	.voucher {
		clear:both;
		float:left;
	}
	
  .printvoucher {
  margin-top: 10px;
  margin-bottom: 15px;
  clear: both;
  height: 57px;
  }

  .downloadBtn a {
  color: #FFF !important;
  }

  .downloadBtn {
  float: left !important;
  }

	.price-confirm {
		font-size: 16px !important;
    	padding: 10px 0;
	}
	
	span#passengers {
		float:right;
	}
	
	ul.cruises  {
		list-style: none;
		text-align: center;
		margin-top: -20px;
	}
	
	.cruises li {
	    background: url("/assets/images/arrow.png") no-repeat scroll 95% 97% #00BEF1;
    	display: inline-block;
    	margin: 0 10px 0 0;
    	padding-bottom: 17px;
    	text-align: center;
	}
	
	.cruises li a {
    clear: both;
    color: #FFFFFF;
    float: left;
	}
	
	.ui-link {
	    clear: both;
	    float: left;
	}
	
	ul.pressreleases {
		list-style: none;
	    margin: 0;
		padding: 0;
	}
	
	.pressreleases li {
		display:inline-block;
	}
	




/*Desktop Specific */
@media not screen and (max-width: 480px) {
  input.datepicker {
      text-transform: capitalize;
    text-indent: 2.5em;
    background: url(/Assets/images/icon-calendar.png) no-repeat 0.5em center;
  }
  input.input-list {
      text-transform: capitalize;

    text-indent: 2.5em;
    background: url(/Assets/images/icon-list.png) no-repeat 0.5em center;
  }
  	div.signup-content {
		width: 89%;
	}
	
	.dataTables_filter {
		clear: both;
		float:left;
		text-align:left;
	}
	
	.dataTables_length {
		width: 65%;
	}
}
/* Mobile Specific */@media screen and (max-width: 480px) {
  .ui-btn-inline,
  .ui-btn-block {
    /*text-transform: uppercase !important;*/
  
  }
  .ui-radio .ui-btn {
    border: 0;
  }
  input.datepicker {
      text-transform: capitalize;
    text-indent: 2.5em;


    background: url(/Assets/images/icon-calendar.png) no-repeat 0.5em center;
  }
  input.input-list {
      text-transform: capitalize;

    text-indent: 2.5em;
    background: url(/Assets/images/icon-list.png) no-repeat 0.5em center;
  }


}
/* /mediaquery */
/* Mobile Specific */@media screen and (max-width: 600px) {
  .page-main-header .main-header-caption {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .page-main-header .main-header-caption * {
    color: #666;
    font-weight: 500;
    margin-top: 0;
    text-shadow: none;
    padding: 0;
    background-color: none;
      -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  }
  
  div.signup-content input {
    clear: both;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 1em;
    width: 329px;
}

}

@media screen and (max-width: 715px) {

	div.signup-content {
		width: 89%;
	}
	
	.dataTables_filter {
		clear: both;
		float:left;
		text-align:left;
	}
	
	.dataTables_length {
		width: 65%;
	}

} 

/**
*************
Header styles
*************
 */
header.page-header {
  background: #fff;
  padding: .5em 0 .75em;
  position: relative;
  z-index: 5000;
  overflow: visible;
}
header .logo {
  margin-left: 1em;
}
header .logo img {
  max-width: 106px;
}
/**
Primary navigation
 */
header .primary-nav {
  clear: both;
  font-weight: 700;
  padding: 20px 0 10px;
}
header .primary-nav li {
    display:inline-block;
  position: relative;
}
header .primary-nav li.ui-btn {
  display: block;
  font-size: 100%;
}
header .primary-nav li ul.sub {
  display: none;
}
header .primary-nav a,
header .primary-nav a:visited {
  color: #9099A3;
}
header .primary-nav a:hover {
  color: #000000;
}
header .search-basic {
  border: none;
}
@media screen and (max-width: 480px) {
  /* Hide header search for mobile */
  header .search-basic,
  header .ui-input-search {
    display: none;
  }
  /**
  	Primary navigation
  	 */
  header .primary-nav {
    border: 1px #fff solid;
    left: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  header .primary-nav .back {
    border: none;
    color: #959595;
    padding: .75em 0;
  }
  header .primary-nav .primary-nav-menu {
    background: #3A3A3E;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    float: right;
    font-weight: 700;
    margin: .375em .5em;
    padding: .25em;
    position: relative;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  }
  header .primary-nav .top-level {
    clear: both;
    height: 0;
    opacity: 0;
    position: relative;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translatez(0);
    -o-transform: translatez(0);
    -moz-transform: translatez(0);
    transform: translatez(0);
    width: 100%;
  }
  header .primary-nav li.ui-corner-bottom {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  header .primary-nav li.ui-btn-up-a {
    border-color: #e0e0e0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
  }
  header .primary-nav li {
    background: #fff;
    position: static;
    text-shadow: none;
  }
  header .primary-nav li ul.sub {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  header .primary-nav a.ui-link-inherit {
    color: #9099A3;
  }

}
/*/mediaquery*/
@media not screen and (max-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
  header.page-header {
    background: transparent;
    padding: 1.25em 7.259528130672% 0;
    /* 80px/1102px */
  
  }
  header .logo {
    float: left;
    margin-left: 0;
  }
  header .logo img {
    max-width: none;
  }
  /**
  	Header search, styles adapted from jQuery Mobile
  	 */
  header .ui-input-search {
    float: right;
  }
  .ui-input-search {
    background: #fff;
    border: 1px #999 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 30px;
    background-image: none;
    position: relative;
  }
  .ui-input-search .ui-btn-inner {
    height: 100%;
    min-width: .75em;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    zoom: 1;
  }
  .ui-input-search .ui-icon-delete,
  .ui-icon-searchfield::after {
    background: #999999 url(/Assets/images/icons-18-white.png) -72px 50% no-repeat;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    display: block;
    height: 18px;
    margin: 4px 6px 4px 3px;
    width: 18px;
    z-index: 0;
  }
  .ui-icon-searchfield::after {
    background-color: #3A3A3E;
    background-position: -612px 50%;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -9px;
    content: "";
  }
  .ui-input-search .ui-icon-delete:hover {
    color: #00bef1;
  }
  .ui-btn-icon-notext .ui-btn-text {
    position: absolute;
    left: -9999px;
  }
  
  .ui-input-search input.ui-input-text {
    border: 0;
    color: #9099A3;
    padding: .6em 0;
    margin: 0;
    display: block;
    background: transparent none;
    outline: 0!important;
    width: 98%;
    font-family: 'Raleway',Arial,sans-serif;
  }
  .ui-input-search .ui-input-clear {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
  }
  .ui-input-search .ui-input-clear-hidden {
    display: none;
  }
  .ui-input-search .ui-btn-up-a,
  .ui-input-search .ui-btn-up-a:hover {
    border: 0;
  }
  /**
  	Primary navigation
  	 */header .primary-nav {
    position: relative;
  }
  
  /**IE 7 fix **/
  .lt-ie8 header .primary-nav li.ui-btn {
	display:inline;
	}
  
  .lt-ie8 header .primary-nav .top-level > li.selected {
    margin-bottom: 0px;
  }
  
  .lt-ie8 header .primary-nav .top-level .ui-subnav {
  	top:1.2em;
  }
  
  footer .social li {
  display: inline;
  }
  
  /* */
  
  header .primary-nav .top-level:after {
    clear: both;
    content: "";
    display: table;
  }
  header .primary-nav .top-level {
    padding-bottom: 16px;
    margin-left: -7px;
    position: relative;
    zoom: 1;
  }
  header .primary-nav li.ui-btn {
    display: inline-block;
    position: static;
  }
  header .primary-nav li div {
    display: inline;
  }
  header .primary-nav .top-level > li a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 3px 7px;
    font-family: Raleway,sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #9099A3;
  }
  /*header .primary-nav .top-level > li.selected > a,
  header .primary-nav .top-level > li.selected > .ui-btn-inner a {
    background-color: #00bef1;
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  }*/
  header .primary-nav .top-level > li a:hover {color:#000;}
  header .primary-nav .top-level > li.selected > .ui-btn-inner .ui-icon {
    border-color: #00bef1 transparent transparent;
    bottom: -16px;
    border-style: solid;
    border-width: 8px;
    display: block;
    position: relative;
    top: 0px;
    margin-left: 40%;
    width: 0em;
    display: none;
  }
  header .primary-nav .top-level > li.selected {
    margin-bottom: -16px;
  }
  header .primary-nav .top-level > li.selected:first-child > .ui-btn-inner .ui-icon {
    display: none;
  }
  /* Subnavigation */
  header .primary-nav .top-level .ui-subnav {
    background: #3a3a3e;
    display: none;
    font-size: 88%;
    font-weight: 600;
    margin: -8px -8.492569% 0;
    /* -80px /942px */
  
    padding: .5em 8.4925692%;
    /* 80px / 942px */
	
    position: absolute;
    right: 0;
    left: 0;
    top: 1.8em;
  }
  header .primary-nav .top-level .ui-subnav .ui-subnav {
    font-size: 86%;
    margin-top: 0;
  }
  header .primary-nav .top-level li.selected > .ui-subnav > ul.sub,
  header .primary-nav .top-level li.selected > .ui-subnav {
    display: block;
  }
  header .primary-nav .top-level ul.sub {
    position: relative;
  }
  header .primary-nav .top-level ul.sub.level1 {
    margin-left: 7px;
  }
  header .primary-nav .top-level ul.sub a {
    padding: 3px 0;
  }
  header .primary-nav .top-level ul.sub li {
    margin-right: 1em;
  }
  header .primary-nav .top-level li.selected > .ui-btn-inner a {
    color: #000000;
    font-weight: 500;
  }
  header .primary-nav .top-level ul.sub ul.sub {
    border-top: 1px dashed #C0CEDB;
    margin: 0;
    padding: 0.5em 0;
  }
  .ui-subnav > .sub.level1 > li.selected > .ui-btn-inner > .ui-btn-text > a {
    color: #44A6E3;
    font-weight: 500;
  }
  .ui-subnav > .sub.level1 > li > .ui-btn-inner > .ui-btn-text > a:hover, 
  .ui-subnav > .sub.level2 > .ui-btn > .ui-btn-inner > .ui-btn-text > a:hover {
    color: #9099A3;
  }
  .ui-subnav > .sub.level2 > .ui-btn > .ui-btn-inner > .ui-btn-text > a {
    color: #FFFFFF;
    font-size: 12px;
  }
  .ui-subnav > .sub.level1 > li > .ui-btn-inner > .ui-btn-text > a {
      color: #FFFFFF;
      font-size:14px;
  }
}
/*/mediaquery*/
/**
**********************
Footer styles
**********************
 */
footer.page-footer {
  background: #fff;
  padding-bottom: 8em;
  padding-top: 1.5em
}
footer.page-footer > div {
  margin-left: .5em;
  margin-right: .5em;
}
footer.page-footer .second-level {
  margin: 1em .5em;
}
footer .waves {
  margin-bottom: 2em;
  /* -80px / 942px */

}
footer .logo {
  background: url(/Assets/images/academy-sprite.png) 0 -93px no-repeat;
  height: 22px;
  margin: 0 0 1em;
  width: 129px;
}
footer .footer-nav .second-level:after {
  clear: both;
  content: "";
  display: table;
}
footer .footer-nav .second-level li {
  float: left;
  margin-right: 1em;
}
footer .footer-nav li a,
footer .phone a {
  color: #44A6E3;
}
footer .footer-nav li.ui-btn a.ui-link-inherit {
  color: #00bef1;
  font-weight: 600;
}
footer .ui-input-search {
  background: #fff;
  border: 1px #999 solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.footer-col {
  float: left;
  display: inline-block;
  width: 33%;
  margin-bottom: 2em;
  min-width: 270px;
  padding-right: 20px;
}
/**
Footer contact numbers
 */
.phone .number {
  color: #9099A3;
  display: inline-block;
  font-size: 129%;
  /* 18px */
}
.phone .number .type {
 /* 14px */
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Open Sans', Arial, sans-serif;
}
.phone .number a.ui-link {
  font-family: 'Open Sans', Arial, sans-serif;
  float: none;
}
footer h2 {
  font-family: 'Raleway',Arial,sans-serif;
  text-transform: capitalize;
  line-height: 1.3em;
  font-size: 1.71429em;
  font-weight: 400;
}
/**
Social media links 
 */
footer .content > p {
    color: #9099A3;
    font-size: 11px;
    text-align: center;
    clear: both;
}
footer h3 {
  color: #003366;
  margin-top: 8em;
  text-transform: none;
}
footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social li {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0;
}
footer .social li a:hover {
  opacity: .5;
}
footer .social img {
  max-width: 32px;
}
@media not screen and (max-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
  footer.page-footer {
    color: #c2c2c2;
    font-size: 88%;
    /* 14px */
    padding: 2em 7.259528130672% 0;
    /* 80px/1102px */
    position: relative;
    padding-bottom: 8em;
    clear: both;
  }
  footer .waves {
    margin-left: -8.492569002123%;
    /* -80px / 942px */
  
    min-width: 116.985138004246%;
    /* 1102px / 942px */
  
    width: 116.985138004246% /* 1102px / 942px */
  ;
  }
  /**
  Footer navigation
   */
  footer .footer-nav .top-level {
    font-weight: 700;
    margin: 0 0 .75em;
    position: relative;
    zoom: 1;
  }
  footer .footer-nav .top-level:after {
    clear: both;
    content: "";
    display: table;
  }
  footer .footer-nav .top-level,
  footer .footer-nav .second-level {
    position: relative;
    zoom: 1;
  }
  footer .footer-nav .second-level {
    border-bottom: 1pt dashed #1a4876;
    margin: 0 0 2em;
    padding-bottom: 2em;
  }
  footer .footer-nav li {
    float: left;
    margin-right: 1em;
  }
  footer .footer-nav li a:hover {
    color: #000;
  }
  /**
  Footer contact numbers
   */
  .phone .number {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 100%;
    display: block;
    clear: both;
    /* 24px */
  
  }
  /* Hide header search for desktop */
  footer .search-basic,
  footer .ui-input-search {
    display: none;
  }

}
/*/mediaquery*/
/**
**********************
Toolbar styles
**********************
 */
.page-toolbar,
.page-toolbar.ui-bar-a {
  background: #333333 url(/Assets/images/dot-grid.png);
  border: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.page-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0 4.0625%;
  /* 26px / 640px */

  position: relative;
  zoom: 1;
  text-align: center;
}
.page-toolbar ul:after {
  clear: both;
  content: "";
  display: table;
}
.page-toolbar li {
  display:inline-block;
  /*float: left;*/
  margin-left: 1.87074829932%;
  /* 11px / 588px */

  position: relative;
  text-align: center;
  width: 23.469387755102%;
  /* 138px / 588px */

}
.page-toolbar li:first-child {
  margin-left: 0;
}
.page-toolbar li a {
  background: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  border-left: 1px solid rgba(255, 255, 255, 0.04);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-size: 44%;
  font-weight: 700;
  margin: -5px 0 0;
  overflow: hidden;
  padding: 10px 0 10px;
  position: relative;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  vertical-align: baseline;
  width: 100%;
}
.page-toolbar li a:hover {
  background: #9099A3;
  margin-top: -10px;
  padding-bottom: 15px;
}
.page-toolbar.ui-bar-a .ui-link,
.page-toolbar.ui-bar-a .ui-link:visited {
  color: #fff;
}
.page-toolbar li img {
  display: block;
  margin: 0 auto 5px;
  max-width: 45px;
}
.page-toolbar li span {
  display: none;
}
.page-toolbar li:last-child span {
  display: inline-block;
}
.page-toolbar li:nth-child(2) span,
.page-toolbar li:nth-child(3) span,
.page-toolbar li:nth-child(4) span {
  padding-top: 6px;
}
.page-toolbar li:nth-child(2) img {
  max-width: 126px;
  margin-top: -6px;
  margin-right: -4px;
}
.page-toolbar li:nth-child(3) img {
  max-width: 179px;
  margin-top: -3px;
  margin-right: -4px;
}
.page-toolbar li:nth-child(4) img {
  max-width: 179px;
  margin-top: -6px;
  margin-right: -4px;
}
.page-toolbar li:nth-child(5) { display: none;}
div.teaser-box.gobus {
    background: url("/Assets/images/boxtonycbox.png") no-repeat scroll center bottom -4px #ffffff;
    background-size: contain;
}
div.teaser-box.sports {
    background: url("/Assets/images/sports.png") no-repeat scroll center bottom -4px #fff;
    background-size: contain;
}
@media screen and (min-width: 800px) {
  .page-toolbar li img {
    display: inline;
    margin: 0 10px 0 0;
  }
}
/*/mediaquery*/
@media not screen and (max-width: 480px) {
  .ui-header-fixed,
  .ui-footer-fixed {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 10000;
  }
  .page-toolbar ul {
    padding: 0 2.722323049002%;
    /* 30px / 1102px */
  
  }
  .page-toolbar li {
/*    text-transform: lowercase;
*/    margin-left: .959692898273%;
    /* 10px / 1042px */
  
    width: 24.280230326296%;
    /* 253px / 1042px */
  
  }
  .page-toolbar li a {
    font-size: 88%;
    margin-bottom: -1000px;
    padding-bottom: 1010px;
    /* Additional padding, negative margin for "equal" height buttons */
  
  }
  .page-toolbar li a:hover {
    padding-bottom: 1015px;
  }
  .page-toolbar li span {
    display: inline-block;
  }
  .page-toolbar li span:first-letter {
    text-transform: capitalize;
  }
}
/*/mediaquery*/
/* Alerts ================================================== */
.alert-window {
  display: block;
  background-color: #ffcc00;
  position: relative;
}
.alert-window header {
  background-color: #000;
  color: #fff;
  letter-spacing: 0.1em;
}
div.alert-window div.alert-subscribe > span a {
  text-decoration: none;
  color: #000;
}
div.alert-window div.alert-subscribe > span a:hover {
  color: #fff;
}
div.alert-window div.alert-subscribe .alert-subscribe-icons span {
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: url(/Assets/images/social-sprite-black.png) no-repeat 3px center;
}
div.alert-window div.alert-subscribe .alert-subscribe-icons span.email {
  background-position: -30px;
}
div.alert-window div.alert-subscribe .alert-subscribe-icons span.sms {
  background-position: -61px;
}
div.alert-window div.alert-subscribe .alert-subscribe-icons span.twitter {
  background-position: -91px;
}
div.alert-window ul.alert-list li span.alert-time {
  color: #666;
}
@media not screen and (max-width: 480px) {
  .alert-window {
    overflow: hidden;
    min-height: 5em;
  }
  div.alert-window header {
    padding: .75em;
    float: left;
    display: inline-block;
    min-height: 3.5em;
    width: 12%;
    margin-right: 1em;
  }
  div.alert-window header span.alerts-header {
    text-transform: uppercase;
    display: inline-block;
    width: 75%;
    font-size: .8em;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
  }
  div.alert-window ul.alert-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 55%;
    height: 5em;
    float: left;
  }
  div.alert-window ul.alert-list li {
    color: #000;
    font-size: 113%;
    font-weight: 700;
    height: 4em;
    padding-top: .5em;
    padding-bottom: .5em;
    width: 100% !important;
  }
  div.alert-window ul.alert-list li span {
    /*float: left;
  		display: inline-block;*/
  
  }
  div.alert-window ul.alert-list li span.alert-message {
    width: 95%;
  }
  div.alert-window ul.alert-list li span.alert-time {
    display: block;
    float: left;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 0.75em;
    font-weight: normal;
  }
  div.alert-window div.alert-subscribe {
    display: inline-block;
    float: right;
    font-size: 75%;
    font-weight: 700;
    margin: 1em 0 0;
    width: 18%;
  }
  div.alert-window div.alert-subscribe > span {
    line-height: 4em;
    float: left;
    margin-right: 1em;
    white-space: nowrap;
  }
  div.alert-window div.alert-subscribe .alert-subscribe-icons {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 60px;
  }
  div.alert-window div.alert-close {
    float: right;
    height: 3em;
    margin: 1em 0 1em .5em;
    width: 5%;
    border-left: 1px dashed #000;
    text-align: center;
  }
  div.alert-window div.alert-close .icon-close {
    display: inline-block;
    margin-top: 25%;
    width: 20px;
    height: 50%;
    background: url(/Assets/images/academy-sprite.png) no-repeat -167px 6px;
  }
  div.alert-window div.alert-close .icon-close a {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .alert-window {
    height: auto;
    padding: 0 0 .5em;
	height:11em;
  }
  .alert-window header {
    padding: .5em;
    display: inline-block;
    width: auto;
  }
  div.alert-window header span.alerts-header {
    text-transform: uppercase;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    width: auto;
    white-space: nowrap !important;
  }
  div.alert-window ul.alert-list {
    display: inline;
    float: left;
    height: 68%;
    list-style: none outside none;
    margin: -8px 0 0;
    padding: 0;
    width: 100%;
  }
  div.alert-window ul.alert-list li {
    color: #000000;
    font-weight: 700;
    margin: 0.5em;
    width: 75% !important;
  }
  div.alert-window ul.alert-list li span.alert-time {
    font-weight: 500;
    padding: 0 0 0 .25em;
  }
  div.alert-window div.alert-subscribe {
    display: block;
    font-weight: 700;
    margin: .5em;
    vertical-align: middle;
  }
  div.alert-window div.alert-subscribe > span {
    font-size: 75%;
  }
  div.alert-window div.alert-subscribe .alert-subscribe-icons {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }
  div.alert-window div.alert-subscribe .alert-subscribe-icons > span {
    margin-bottom: 0px;
  }
  div.alert-window div.alert-close {
    position: absolute;
    top: .1em;
    right: .2em;
    height: 1.3em;
    width: .9em;
    padding-left: .5em;
    border-left: 1px dashed #000;
    background: url(/Assets/images/academy-sprite.png) no-repeat -166px 0.35em;
  }
  header .primary-nav {
    box-shadow:2px 2px 6px #ababab
  }
}
/* END Alerts  ================================================== */
/* Special Offers ================================================== */
div.special-offers {
  display: block;
  margin-top: 2em;
  margin-bottom: 3em;
  padding: 0px 7.259528130672%;
  position: relative;
  overflow: hidden;
  height: 3em;
}
div.special-offers header {
  font-weight: 700;
  float: left;
  margin-right: 1em;
  height: 3em;
  line-height: 3em;
  border-right: 1px dashed #c0cedb;
  padding-right: 1em;
  color: #036;
  font-size: 100%;
  text-transform: uppercase;
}
div.special-offers ul.offers-list {
  margin: 0px;
  padding: 0px;
  float: left;
  display: inline-block;
  width: 70%;
  list-style: none;
  position: relative;
  height: 3em;
}
div.special-offers ul.offers-list li {
  height: 3em;
  line-height: 3em;
  display: block;
}
div.special-offers ul.offers-list li a {
  background: url(/Assets/images/specials-arrow.png) no-repeat right center;
  color: #44A6E3;
  padding-right: 25px;
}
div.special-offers ul.offers-list li a:hover {
  color: #000;
}
@media screen and (max-width: 480px) {
  div.special-offers {
    height: 3em;
    margin-bottom: 2em;
    overflow: visible;
  }
  div.special-offers header {
    display: block;
    margin-right: 0;
    margin-bottom: .2em;
    height: 1em;
    line-height: 1em;
    border: 0px none;
    padding-bottom: .2em;
    color: #036;
    font-size: 100%;
    text-transform: uppercase;
  }
  div.special-offers ul.offers-list {
    display: block;
    width: 100%;
  }
  div.special-offers ul.offers-list li {
    height: 2em;
    line-height: 1em;
    display: block;
  }
}
/* END Special Offers  ================================================== *//**
Homepage banner
 */
.banner-homepage {
  background: #3b3b3e url(/Assets/images/Homepage2016.gif) center bottom;
  background-size: cover;
  -moz-box-shadow: inset 0 -10px 12px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 -10px 12px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -10px 12px rgba(0, 0, 0, 0.4);
  min-height: 352px;
  padding: 1em;
  position: relative;
}
.banner-homepage .banner-content {
  position: relative;
  margin-right: 200px;
  z-index: 600;
  overflow: hidden;
}
.banner-homepage h1 {
  font-size: 2.15em;
  font-weight: 600;
  line-height: 1em;
  margin-top: 0em;
}
.banner-homepage p {
  font-size: 1.13em;
  margin-right: 150px;
}
.banner-homepage h1,
.banner-homepage p,
.banner-homepage strong {
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  font-family: 'Raleway',Arial,sans-serif;
}
.banner-homepage .map.blue-map-fill,
.banner-homepage .map.pins {
  bottom: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 700px;
}
.banner-homepage .map.blue-map-outline {
  bottom: 0;
  height: 1000px;
  position: absolute;
  right: 0;
  width: 700px;
  z-index: -1;
}
.banner-homepage .map img,
.banner-homepage .map .blue-map {
  bottom: 0;
  position: absolute !important;
  right: 0;
}
.banner-homepage .map.pins {
  z-index: 10;
  height: 150%;
  overflow: visible;
  pointer-events: none;
}
.banner-homepage .map.pins:hover {
  z-index: 700;
}
.banner-homepage .map .pin {
  background: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  bottom: 0;
  height: 41px;
  overflow: hidden;
  padding: 10px;
  pointer-events: all;
  position: absolute;
  right: 0;
  -moz-transition: background 0s linear;
  -o-transition: background 0s linear;
  -webkit-transition: background 0s linear;
  -ms-transition: background 0s linear;
  transition: background 0s linear;
  width: 33px;
  z-index: 0;
}
.banner-homepage .map .pin:hover,
.banner-homepage .map .pin:focus {
  background: #036;
  height: auto;
  padding: 15px 60px 15px 20px;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  -ms-transition-duration: .25s;
  transition-property-duration: .25s;
  width: auto;
  z-index: 10;
}
.banner-homepage .map .pin:hover h3,
.banner-homepage .map .pin:hover ul,
.banner-homepage .map .pin:focus h3,
.banner-homepage .map .pin:focus ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  -ms-transition-duration: .25s;
  transition-duration: .25s;
}
.banner-homepage .map .pin .marker {
  background: url(/_assets/images/academy-sprite.png) 0 0 no-repeat;
  bottom: 5px;
  height: 36px;
  position: absolute;
  right: 5px;
  width: 28px;
}
.banner-homepage .map .pin h3 {
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}
.banner-homepage .map .pin h3 small {
  display: block;
  font-size: 0.69em;
}
.banner-homepage .map .pin h3,
.banner-homepage .map .pin ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}
.banner-homepage .map .pin ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-homepage .map .pin li {
  clear: both;
  margin: 0 0 .5em;
  padding: 0;
  position: relative;
}
.banner-homepage .map .pin li a {
  color: #5fdbfc;
  opacity: 0.5;
  vertical-align: baseline;
}
.banner-homepage .map .pin li a:hover {
  opacity: 1;
}
/* Pin locations */
.banner-homepage .map .pin#pin-new-york {
  bottom: 320px;
  right: 115px;
}
.banner-homepage .map .pin#pin-boston {
  bottom: 481px;
  right: 5px;
}
.banner-homepage .map .pin#pin-foxwoods {
  bottom: 407px;
  right: 36px;
}
.banner-homepage .map .pin#pin-philadelphia {
  bottom: 241px;
  right: 178px;
}
.banner-homepage .map .pin#pin-atlantic-city {
  bottom: 211px;
  right: 118px;
}
.banner-homepage .map .pin#pin-baltimore {
  bottom: 163px;
  right: 233px;
}
.banner-homepage .map .pin#pin-washington-dc {
  bottom: 120px;
  right: 246px;
}
/* Pin icons */
.banner-homepage .map .pin .icon {
  background: url(/Assets/images/academy-sprite.png) 0 0 no-repeat;
  display: block;
  float: left;
  height: 21px;
  margin: 0 5px 0 0;
  position: relative;
  width: 25px;
}
.banner-homepage .map .pin .commuter .icon {
  background-position: -40px 4px;
}
.banner-homepage .map .pin .charter .icon {
  background-position: -125px 3px;
}
.banner-homepage .map .pin .cruise .icon {
  background-position: -67px 1px;
}
.banner-homepage .map .pin .casino .icon {
  background-position: -96px 2px;
}
.banner-homepage .banner-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 1000;
  position: relative;
}
.banner-homepage .banner-content ul li {
  float: left;
  position: relative;
  margin: 0 2.25% 1em 0;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 47%;
}
.banner-homepage .banner-content ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 75%;
  /* 12px */
  text-shadow: 1px 1px 2px #000000;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 129%;
  font-family: 'Raleway',Arial,sans-serif;
}
.banner-homepage .banner-content ul li:hover a {
  color: #fff;
}
.banner-homepage .banner-content ul li a span.quick-nav {
  color: #fff;
  display: block;
  font-size: 171%;
  /* 24px */
  text-shadow:0 -1px 1px #000000;
  font-weight: 700;
  font-family: 'Raleway',Arial,sans-serif;
}
.banner-homepage .banner-content ul li span.icon-arrow {
  background: url(/Assets/images/academy-sprite.png) no-repeat -43px -72px #ff9000;
  height: 12px;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 .5em 0 0;
  width: 12px;
}
.banner-homepage .banner-content ul li:hover span.icon-arrow {
  background: url(/Assets/images/academy-sprite.png) no-repeat -86px -68px #ffffff;
}
@media screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
  .banner-homepage {
    padding:80px 7.259528130672% 250px;
    /* 80px/1102px */
  
  }
  .banner-homepage h1 {
    font-size: 4.2em;
    margin-top: 0em;
  }
  .banner-homepage .bus {bottom:4%;right:30%;position:absolute;min-width:31.760435571688% ;z-index:10;} .banner-homepage .banner-content ul
  .banner-homepage .banner-content ul {
    width: 90%;
  }
  .banner-homepage .banner-content ul li {
    margin-right: 1em;
    max-width: 250px;
    min-width: 40%;
    padding: 1em .5em .5em .5em;
    width: auto;
  }
  .banner-homepage .banner-content ul li:hover {
    background-color: #3a3a3e;
  }
  .banner-homepage .banner-content ul li a {
    font-size: 88%;
    /* 14px */
  
  }
  .banner-homepage .banner-content ul li span.icon-arrow {
    background: url(/Assets/images/academy-sprite.png) no-repeat -39px -68px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 20px;
    width: 20px;
  }
}
/*/mediaquery*/
@media screen and (max-width: 767px) {
  /* Remove map below usable browser size (iPad portrait) */
  .banner-homepage .map {
    display: none;
  }
  .banner-homepage .banner-content,
  .banner-homepage p {
    margin-right: 0;
  }
  .banner-homepage .bus {
    right: 50%;
    margin-right: -300px;
  }
  .dk_container a {
	width: 70% !important;
}

}
/*/mediaquery*/
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
@media screen and (min-device-width: 480px) {
  /***** Begin Theme, feel free to edit in here! ******/
  /* One container to bind them... */
  .dk_container {
    background-color: #ffffff;
    font-family: "proxima-nova", arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1em;
    color: #036;
    margin-bottom: .5em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    max-width: 240px;
    text-decoration: none;
	width: auto !important;
  }
  /* Opens the dropdown and holds the menu label */
  .dk_toggle {
    /**
  	   * Help: Arrow image not appearing
  	   * Try updating this property to your correct dk_arrows.png path
*/

    background-image: url('/Assets/images/dk_arrows.png');
    background-repeat: no-repeat;
    background-position: 92% center;
    border: 1px solid #999;
    color: #0059b0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 110%;
    line-height: 1.1em;
    -webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;
    padding: .4em 2em .4em .4em;
  }
  .dk_toggle:hover {
    border-color: #8c8c8c;
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    border-color: #40b5e2;
  }
  .dk_focus .dk_toggle {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
  }
  /* Applied whenever the dropdown is open */
  .dk_open {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
    /**
  	   * Help: Dropdown menu is covered by something
  	   * Try setting this value higher
*/

    z-index: 10;
  }
  .dk_open .dk_toggle {
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #666;
    box-shadow: inset 0 -2px 5px #cccccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  /* The outer container of the options */
  .dk_options {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
  }
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding: 8px 10px;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
    background-color: #0084c7;
    border-bottom-color: #004c72;
    color: #fff;
    text-decoration: none;
  }
  /* Inner container for options, this is what makes the scrollbar possible. */
  .dk_options_inner {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #999999;
    border-bottom-width: 2px;
    border-bottom-color: #999;
    color: #333;
    max-height: 250px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
  }
  /* Set a max-height on the options inner */
  .dk_options_inner,
  .dk_touch .dk_options {
    max-height: 250px;
  }
  /******  End Theme ******/
  /***** Critical to the continued enjoyment of working dropdowns ******/
  .dk_container {
    display: inline-block;
    *display: inline;
    position: relative;
  }
  .dk_container a {
    outline: 0;
  }
  .dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
  }
  .dk_open {
    position: relative;
  }
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: inherit;
    font-size: inherit;
  }
  .dk_options {
    display: none;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .dk_options_inner {
    overflow: auto;
    position: relative;
  }
  .dk_touch .dk_options {
    overflow: hidden;
  }
  .dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
  }
  
#dk_container_departureCityCounty a.dk_toggle {
    width: 140px !important;
  }
  
  /*.dk_fouc select {
    position: relative;
    top: -99999em;
    visibility: hidden;
  }*/
  /***** End Critical to the continued enjoyment of working dropdowns ******/
}
/* Teasers =================================*/
.teasers-container {
  margin-top: 2em;
}
div.teasers-container span.divider {
  border-bottom: 1px dashed #c0cedb;
  height: 1px;
  display: block;
  clear: both;
  margin: 1em 0;
  width: 100%;
}
div.teasers-container div.teasers-row div.teaser-box {
  background-color: #fff;
  border: 1px solid #e4e6e8;
  padding: 20px 2.12314225053%;
  /* 20px / 942px */

}
div.teasers-container div.teasers-row {
  margin-left: 7.259528130672%;
  margin-right: 7.259528130672%;
  display: block;
  position: relative;
}
div.teaser-box header {
  display: block;
}
div.teaser-box header h3 {
  color: #000;
  font-size: 100%;
}
div.teaser-box div.teaser-content {
  color: #666;
  font-size: 88%;
}
div.teaser-box div.teaser-content input {
  font-size: 117%;
  display: inline-block;
}
div.teaser-box div.teaser-content input div {
  width:100%;
  clear: both;
}
div.teaser-box div.teaser-content input[type='text'] {
  display: block;
  width: 100%;
  margin-bottom: .5em;
}

div.teaser-box div.teaser-content select {
  display: block;
}
div.teaser-box div.teaser-content strong {
  color: #036;
}

@media only screen and (min-device-width : 480px) and (max-device-width : 1024px) {
input#charterDestination::-webkit-input-placeholder, ::-webkit-input-placeholder, textarea#charterDestination::-webkit-input-placeholder {

}

input#charterDestination:-moz-placeholder, :-moz-placeholder, textarea.#charterDestination:-moz-placeholder, {
  text-indent: 2.5em;
}
.fieldrow {
	display:  inline-block;
	height: auto;
	margin: 0 0 .5em;
	position: relative;
	overflow: visible;
	width: 108%;
}
select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #44A6E3;
    font-size: 117%;
    outline: medium none;
    padding: 0.25em;
    text-transform: capitalize;
    width: 350px;
}

}



@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
 input#charterDestination::-webkit-input-placeholder, textarea#charterDestination::-webkit-input-placeholder,  {
  text-indent: 2.5em;
}

input#charterDestination:-moz-placeholder, textarea#charterDestination:-moz-placeholder  {
  text-indent: 2.5em;
  margin-bottom: .5em;
}
  .dk_container a {
   width: 100%;
  }
#additionalComments, textarea.ui-input-text {
    width: 200px;
}

#charterDestination {
  margin-bottom: .5em;
}
  
div.signup-content input, div.signup-content textarea.comments, div.signup-content .ui-select {
		width: 220px !important;
	}
.contactZip {
    margin-left: 0;
}

div.signup-content {
		width: 100% !important;
	}
  
}
/*Desktop Specific */
@media screen and (min-width: 600px) {
  div.teasers-container div.teasers-row {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    /*display: -moz-box;
  	-moz-box-orient: horizontal;*/
  
    display: box;
    box-orient: horizontal;
  }
  div.teasers-container div.teasers-row div.teaser-box {
    width: 26.857749469214%;
    /* (294px - 40px padding) / 942px */
  
    min-height: 260px;
    margin-left: 3.184713375796%;
    /* 30px / 942px */
  
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  div.teasers-container div.teasers-row div.teaser-box:nth-child(3) {
    -webkit-box-flex: 1;
    /*-moz-box-flex: 1;*/
  
    box-flex: 1;
  }
  .no-flexbox div.teasers-container div.teasers-row div.teaser-box {
    float: left;
    margin-left: 2.972399150743%;
    /* 28px / 942px */
  
    width: 26.751592356688%;
    /* (294px - 40px padding) / 942px */
  
  }
  .no-flexbox div.teasers-container div.teasers-row:after {
    clear: both;
    content: "";
    display: table;
  }
  .lt-ie9.no-flexbox div.teasers-container div.teasers-row div.teaser-box {
    margin-left: 28px;
    /* 28px / 942px */
  
  }
  div.teasers-container div.teasers-row div.teaser-box:first-child {
    margin-left: 0 !important;
  }
  div.teaser-box.charter-quote {
    background: #ffffff url('/Assets/images/teaser-charter.png') no-repeat bottom center;
    background-size: contain;
  }
  div.teaser-box.commuter-timetables {
    background: #ffffff url('/Assets/images/teaser-commuter.png') no-repeat bottom center;
    background-size: contain;
  }
  div.teaser-box.casino-tickets {
    background: #ffffff url('/Assets/images/teaser-casino.png') no-repeat bottom center;
    background-size: contain;
  }
  div.teaser-box.cruise-service {
    background: #ffffff url('/Assets/images/teaser-cruise.png') no-repeat bottom center;
    background-size: contain;
  }
  div.teaser-box.monthly-tickets {
    background: #ffffff url('/Assets/images/teaser-monthlyTicket.png') no-repeat bottom center;
    background-size: contain;
  }
  div.teaser-box.savings-calculator {
    background: #ffffff url('/Assets/images/teaser-calculators.jpg') no-repeat bottom center;
    background-size: contain;
  }
  div.teaser-box.fares-and-tickets {
    background: #ffffff url('/Assets/images/teaser-fareAndTicket.jpg') no-repeat bottom center;
    background-size: contain;
  }
  div.teaser-box.commuter-map {
    background: #ffffff url('/Assets/images/teaser-commuterMap.jpg') no-repeat bottom center;
    background-size: contain;
  }
  div.teaser-box.in-person {
    background: #ffffff url('/Assets/images/careers-in-person.png') no-repeat bottom center;
    background-size: contain;
  }
   div.teaser-box.pdf-application {
    background: #ffffff url('/Assets/images/careers-pdf.png') no-repeat bottom center;
    background-size: contain;
  }
    div.teaser-box.careers-events {
    background: #ffffff url('/Assets/images/apply-online.png') no-repeat bottom center;
    background-size: contain;
  }
     div.teaser-box.careers-media {
    background: #ffffff url('/Assets/images/careers-media.png') no-repeat bottom center;
    background-size: contain;
  }
  .teaser-box select {
    width:110%;
  }
  #selectedLocation {
    color: #003366;
    font-weight: 500;
  }
}

/*/mediaquery*/
@media screen and (max-width: 600px) {
  .teasers-container {
    margin: 1em 0 0;
  }
  div.teasers-container div.teasers-row div.teaser-box {
    background-image: none;
    border-bottom: 0;
    padding: 20px 4.166666666667%;
    /* 20px / 480px */
  
  }
  div.teasers-container div.teasers-row div.teaser-box header::after {
    background: url('/Assets/images/academy-sprite.png') -93px 0 no-repeat;
    background-size: 150px 100px;
    display: block;
    height: 18px;
    margin: -12px -10px 0 0;
    width: 25px;
    z-index: 0;
  }
  div.teasers-container div.teasers-row:first-child div.teaser-box:first-child {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  div.teasers-container div.teasers-row:last-child div.teaser-box:last-child {
    border-bottom: 1px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }
  div.teasers-container span.divider {
    display: none;
  }
  div.teaser-box div.teaser-content {
    /*display:  none;*/

    margin-top: .5em;
  }
  div.teaser-box.open div.teaser-content {
    display: auto;
  }
  div.teaser-box header h3 {
    margin-bottom: 0;
  }
  div.teaser-box header:after {
    content: " ";
    width: 18px;
    height: 2em;
    float: right;
    margin-right: .5em;
    background: transparent url('/Assets/images/teasers-accordion-arrow.png') no-repeat 0px 8px;
  }
  div.teaser-box.open header:after {
    background-image: url('/Assets/images/teasers-accordion-arrow-open.png');
  }
  div.teaser-box div.teaser-content input.datepicker {
    display: inline-block;
    width: 100%;
    margin-bottom: .5em;
    padding: 1em 0;
  }
  div.teaser-box div.teaser-content span.date-input-wrapper {
    display: block;
  }
  div.teaser-box div.teaser-content span.date-input-wrapper > label.date-label {
    display: inline-block !important;
    visibility: visible !important;
  }
   .page-main-header .main-header-caption  {
    color: #666;
    font-weight: 500;
    margin-top: 0;
    text-shadow: none;
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
/* END Teasers ================================================== */
/* @override 
	http://127.0.0.1:9106/_assets/css/parts/academybus.tables.css */
table.moveable-table {
  border-top: 1px solid #036;
  margin: 0 0 2em;
  width: 100%;
  /*font-size: 90%;*/

}
table.moveable-table th,
table.moveable-table td {
  padding: .5em;
  text-align: left;
  border-bottom: 1px solid #ccd6e0;
  width: 50%;
  font-family: 'Open Sans',Arial,sans-serif;
}
.moveable-table a {
    font-family: 'Open Sans',Arial,sans-serif;
}
table.moveable-table th {
  color: #036;
  font-size: 100%;
  font-weight: 600;
}
table.moveable-table tbody td:first-child {
    font-family: 'Raleway',arial,sans-serif;
    font-weight: 600;
}
table.moveable-table tbody tr:nth-child(2n+1) {
  background-color: #ffffff;
}
table.moveable-table .td-sub-note {
  font-size: 69%;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  table#schedule  thead, table.moveable-table thead {
    display: none;
  }
  table#schedule tbody td, table.moveable-table tbody td {
    border: none;
    display: block;
    padding: 0;
  }
  table#schedule tbody tr, table.moveable-table tbody tr {
    display: block;
    padding: 0.5em;
  }
  table#casino-table tbody td:nth-child(3):before {
    content: "BONUS: ";
    font-size: 75%;
    font-weight: 600;
  }
  table#casino-table tbody td:nth-child(4):before {
    content: "GROUP LEADER: ";
    font-size: 75%;
    font-weight: 600;
  }
  table#schedule tbody td span.departure:before {
	content:"Departure:   ";
	font-size: 75%;	
	font-weight: 600;
}
table#schedule tbody td span.arrival:before {
	content:"Destination: ";
	font-size: 75%;	
	font-weight: 600;
}
table#schedule tbody td  span.travelTime:before {
	content:"Travel Time: ";
	font-size: 75%;	
	font-weight: 600;
}
table#schedule tbody td  span.schedule:before {
	content:"Schedule: ";
	font-size: 75%;	
	font-weight: 600;
}

}

@media screen and (min-width: 721px) {
table#schedule tbody td span.arrival:before {
	content:"Destination: ";
	font-size: 75%;	
	font-weight: 600;
}
  table#schedule tbody td span.departure:before {
	content:"Departure:   ";
	font-size: 75%;	
	font-weight: 600;
}

.departureTime {
    display: inline-block;
    width: 71px;
}

table#schedule   tr td:first-child {
	width:200px
}
table#schedule   th.schedTime {
	  padding-left: 114px !important;
	  text-align:left;	  
}

table#schedule th {
	  padding-left: 12px;
	  text-align:left;	
	  
}

table.casino tr td:first-child{
  width: 92px !important;
}

td.group 
{
    background-color: #e5e9ef;
    color: #525252;
    font-weight: bold;
}
.departure {
    display: block;
    float: left;
    width: 100px;
}
.arrival {
    display: block;
    float: left;
    width: 100px;
}
.departureStop {
    margin-left: 49px;
}
}
@media screen and (max-width: 835px) {
	.page-toolbar
	{display:none;}

table#schedule  thead {
	display: none;
}
table#schedule tbody td {
	border: none;
	display: block;
	padding: 0;
}
table#schedule tbody tr {
	display: block;
	padding: 0.5em;
}
table#casino-table  td:nth-child(3):before {
	content:"BONUS: ";
	font-size: 75%;	
	font-weight: 600;
}
table#casino-table  td:nth-child(4):before {
	content:"GROUP LEADER: ";
	font-size: 75%;	
	font-weight: 600;
}

  table#schedule  td span.departure:before {
	content:"Departure: ";
	font-size: 75%;	
	font-weight: 600;
}
table#schedule  td span.arrival:before {
	content:"Destination: ";
	font-size: 75%;	
	font-weight: 600;
}
table#schedule  td  span.travelTime:before {
	content:"Travel Time: ";
	font-size: 75%;	
	font-weight: 600;
}
table#schedule  td  span.schedule:before {
	content:"Schedule: ";
	font-size: 75%;	
	font-weight: 600;
}
table#schedule tr:nth-child(2n+1) {
    background-color: #E5E9EF;
    color: #525252;
}

div.signup-content .price {
  float: none !important;
}

}
/* /mediaquery */


@media screen and (min-device-width : 320px) and (max-width: 480px) {
		
  
	
  
  ul.tab-nav {
    display: none;
  }
  div.tab-content {
    background-color: transparent;
    width: 100%;
  }
  div.tab-pane > h4.tab-nav-mobile {
    display: block;
    background-color: #fff;
    padding: .1em .2em;
  }
  div.tab-content div.tab-pane {
    background-color: #fff;
    padding: .5em;
    margin-bottom: .1em;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
  }
  div.tab-pane h6 {
    margin-top: .25em;
    margin-bottom: 1em;
    color: #036;
    text-transform: uppercase;
  }
  div.tab-pane input.input-small {
    font-size: 1em;
    color: #666 !important;
  }
  div.tab-pane div.fieldgroup {
    display: block;
   /* margin-bottom: 1.5em ;*/
  }
  div.tab-pane div.fieldgroup input {
    float: left;
    margin-right: 1em;
  }
  div.tab-pane select.select-time {
    width: 75px;
  }
  div.tab-pane div.fieldgroup div.field-stack {
    float: left;
    margin-right: 2em;
  }
  div.tab-pane div.tab-button-row {
    text-align: right;
    overflow: hidden;
  }
  div.tab-pane div.tab-button-row button.tab-next {
    float: right;
  }
  div.tab-pane div.tab-button-row a.tab-back, .cancel {
    float: left;
    padding: .5em;
    background-color: #efefef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #036;
  }
  div.tab-pane h5 {
    color: #666;
    border-bottom-color: #ccd6e0;
    border-bottom-style: dashed;
  }
  div.tab-pane label {
    font-size: 90%;
  }
  div.tab-pane fieldset {
    display: block;
  }
  div.tab-pane fieldset input {
    display: block;
  }
  div.tab-pane fieldset.field-stack span.fieldrow {
    display: block;
  }
   fieldset.field-stack span.fieldrow input,
   fieldset.field-stack input, textarea.ui-input-text {
    display: block;
    width: 90%;
    margin-bottom: .5em;
  }
  
    div.tab-pane fieldset.field-stack span.fieldrow input[type="radio"] {
    display: none;
  }
  .icon-photo.has-tip {
    display: none;
  }
  div.tab-button-row {
    display: none;
  }
  div.tab-button-row button.tab-next {
    display: none;
  }
  div.tab-button-row a.tab-back {
    display: none;
  }

  
  /*Charter Quote - Step 4 */
  	div.info-box-container {
		float: left;
		width: 100%;
	}
	
	.div-space {
		width:30px;
		float:left;
	}
	
	div.info-box {
                padding: 5px;
		float:left;
		width:100%;
	}
	
/*	.info-column1 {
		float:left;
		padding-right: 10px;
	}
	
	.info-column1 ul {
		list-style: none;
		margin: 0 auto;
		padding: 5px;		
	}
	
	.info-column1 ul li {
		background: none;
		padding: 0 0 10px 0;		
		color: #0059B0;
		line-height: 8px;
	    min-height: 9px;
	}
	
	.info-column2 {
		float:left;
		padding-right: 0;
	}
	
	.info-column2 ul {
		list-style: none;
		margin: 0 auto;
		padding: 5px;		
	}
	
	.info-column2 ul li {
		background: none;
		padding: 0 0 10px 0;		
		color: #666666;
		line-height: 8px;
	    min-height: 9px;
	}
        
*/
	
      
	
	.surcharge {
		float:left;
		font-size:12px;
		color:#666666;
		display:block;
		clear:both;
		margin: -9px 0;
                padding-left: 0.7em;
	}
	
	.discount-price-box {
		background-color: #00bef2;
		border-color: none;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;		
		float:left;
		margin: 0.7em;
	}
	
	.discount-price-box ul li {
		color: #ffffff;
		font-size:18px;
                padding: 0.7em 0.7em .7em;
	}
	
	div.quote-alert {
		display:block;
		overflow:hidden;
		position: relative;
		background-color:#FFCC00;
		border: 1px solid #9A9A9A;
		height: 4em;
		padding: 12px 0 12px 17px;
		margin: 0 -2px 0 0;
	}
	
    .info-column2 ul li#reviewBusType {
      padding: 0;
      margin: -10px 0 0 -22px;
    }
	

    table.moveable-table th, table.moveable-table td {
      border-bottom: 1px solid #CCD6E0;
      padding: 0.5em;
      text-align: left;
      width: 100%;
    }
    
    #printsched {
      display: none;
    }
    
    .DTTT_container {
      display: none;
    } 
        
}
@media not screen and (max-width: 480px) {
  /* tab navigation =====================================*/
  ul.tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  ul.tab-nav li {
    float: left;
    display: inline-block;
    position: relative;
    background: transparent;
  }
  ul.tab-nav li a {
    color: #036;
    display: block;
    position: relative;
    padding: .5em 1em .5em 2em;
    font-family: 'Raleway',Arial,sans-serif;
    font-weight: 500;
  }
  ul.tab-nav li a:after,
  ul.tab-nav li a:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 20;
  }
  ul.tab-nav li a:after {
    border-left-color: #f0f5f8;
    border-width: 1.2em;
    top: 50%;
    margin-top: -1.2em;
  }
  ul.tab-nav li a:before {
    border-left-color: #9a9a9a;
    border-width: 1.27em;
    top: 50%;
    margin-top: -1.27em;
  }
  ul.tab-nav li:first-child a {
    padding-left: 1em;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
  }
  ul.tab-nav li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background-image: none;
  }
  ul.tab-nav li a.current {
    background-color: #fff;
  }
  ul.tab-nav li a.current:after {
    border-left-color: #fff;
  }
  	
  ul.tab-nav li a.invalid {
	  background-color: #f0dddd;	
  }
  
  ul.tab-nav li a.invalid:after {
	  border-left-color: #F0DDDD;	
  }
  
  input.input-validation-error, textarea.input-validation-error {
  background: #f0dddd;
  border: #c21c1c 1px solid;
  color: #4d4d4d;
  padding: .4em;
  outline:none;
  -moz-border-radius:  5px;
  -webkit-border-radius:  5px;
  border-radius:  5px;
  font-size: 1em;
  }
  /* end tab navigation ===============================*/
  /* tab general contents ========================================= */div.tab-content {
    width: 100%;
    background-color: #fff;
    border: 1px solid #9a9a9a;
    margin-bottom: 2em;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  div.tab-content > h4.tab-nav-mobile {
    display: none;
  }
  div.tab-content div.tab-pane {
    display: none;
    padding: 1.5em;
  }
  div.tab-pane h6 {
    margin-top: .25em;
    margin-bottom: 1em;
    color: #036;
    text-transform: uppercase;
  }
  
  div.tab-pane div.fieldgroup {
    display: block;
    /*margin-bottom: 1.5em; */
  }
  div.tab-pane div.fieldgroup input {
    float: left;
    margin-right: 1em;
	clear: both;
  }
  div.signup-content .clearfix {
	  display:block;
  }
  div.tab-pane select.select-time {
    width: 75px;
  }
  div.tab-pane div.fieldgroup div.field-stack {
    float: left;
    margin-right: 2em;
  }
  div.tab-pane div.tab-button-row {
    text-align: right;
    overflow: hidden;
  }
  div.tab-pane div.tab-button-row button.tab-next {
    float: right;
  }
  div.tab-pane div.tab-button-row a.tab-back {
    float: left;
    padding: .5em;
    background-color: #efefef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #036;
  }
  div.tab-pane h5 {
    color: #666;
    border-bottom-color: #ccd6e0;
    border-bottom-style: dashed;
  }
  div.tab-pane label {
    font-size: 90%;
    line-height: 2em;
	float:left;
	clear:both;
  }
  div.tab-pane fieldset {
    float: left;
    margin-right: 1em;
  }
  div.tab-pane fieldset input {
    float: left;
    clear: both;
    margin-bottom: .5em;
  }
  div.tab-pane fieldset.horizontal input {
    float: left;
    clear: none;
    margin-bottom: .5em;
  }
  div.tab-pane fieldset:last-child {
    margin-right: 0;
  }
  div.tab-pane fieldset.field-stack span.fieldrow {
    overflow: visible;
    line-height: 2em;
  }
  div.tab-pane fieldset.field-stack span.fieldrow input {
    height: 2em;
    margin-left: .1em;
  }
  div.tab-pane span.icon-photo {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/Assets/images/icon-camera.png) no-repeat center 4px;
    cursor: pointer;
  }
  
  div.tab-pane span.icon-photo54,div.tab-pane span.icon-photo15 
  {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/Assets/images/icon-camera.png) no-repeat center 4px;
    cursor: pointer;
  }
  
/*
   div.tab-pane span.icon-photo54:hover
   {
        width: 400px;
        height:266px;
        background: url(/Assets/images/bus54.jpg) no-repeat center 4px;
   }
   
  div.tab-pane span.icon-photo15:hover
   {
        width: 300px;
        height:300px;
        background: url(/Assets/images/bus15.jpg) no-repeat center 4px;
   }
  */
   
   
  /* end general tab contents ==================================================== */
  /* specific input tab contents ================================= */
  fieldset#charterAddressInfo {
    /*display: none;*/
    clear:both;
  }
  fieldset select.form-city {
    width: 295px;
  }
  div.tab-pane.quote-step1 input#charterDestination {
    width: 36.3%;
    margin-bottom: 7px;
    min-width: 340px;
	clear:both;
  }
/*  div.tab-pane.quote-step1 fieldset.field-stack {
    width: 50%;
  }
*/
  div.tab-content input.datepicker { max-width: 180px;}
  div.tab-pane.quote-step3 fieldset {
    float: left;
  }
  div.tab-pane.quote-step3 textarea {
    width: 45%;
    float: left;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	box-shadow: none;
	border: 1px solid #999;
        padding: .4em;
        min-width: 320px;
  }
  div.tab-pane.quote-step3 textarea {
    height: 7em;
  }
  	
	div.info-box-container {
		float: left;
		width: 50%;
		padding-right:0px;
                margin-bottom: .7em
	}
	
	.div-space {
		width:30px;
		float:left;
	}
	
	div.info-box {
		background-color: #ffffff;
		border: 1px solid #cccccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;		
		padding: 5px;
		float:left;
		width:80%;
                min-width: 342px;
	}
/*	
	.info-column1 {
		float:left;
		padding-right: 35px;
	}
	
	.info-column1 ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;		
	}
	
	.info-column1 ul li {
		background: none;
		padding: 0 0 10px 0;		
		color: #0059B0;
		line-height: 8px;
	    min-height: 9px;
	}
	
	.info-column2 {
		float:left;
		padding-right: 30px;
	}
	
	.info-column2 ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;		
	}
	
	.info-column2 ul li {
		background: none;
		padding: 0 0 10px 0;		
		color: #666666;
		line-height: 8px;
	    min-height: 9px;
	}
*/

	ul.info-column1  {
                float:left;
		list-style: none;
		margin: 0 auto;
		padding: .7em;		
	}
	
	ul.info-column1  li {
		background: none;
		padding: 0 0 10px 0;		
		color: #0059B0;
		line-height: 8px;
	    min-height: 9px;
	}
	
	
	ul.info-column2  {
                float:left;
		list-style: none;
		margin: 0 auto;
		padding: .7em;		
	}
	
	ul.info-column2  li {
		background: none;
		padding: 0 0 10px 0;		
		color: #666666;
		line-height: 8px;
	    min-height: 9px;
	}
  
	.surcharge {
		float:left;
		font-size:12px;
		color:#666666;
		display:block;
		clear:both;
		margin: -9px 0;
	}
	
	.discount-price-box {
		background-color: #00bef2;
		border-color: none;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;		
		float:left;
		margin: .7em;
	}
	
	.discount-price-box ul li {
		color: #ffffff;
		font-size:18px;
                padding: 0.7em 0.7em .7em;
	}
	
	div.quote-alert {
		display:block;
		overflow:hidden;
		position: relative;
		background-color:#FFCC00;
		border: 1px solid #9A9A9A;
		height: 4em;
		padding: 12px 0 12px 17px;
		margin: 0 -2px 0 0;
	}
	
	.alert-message {
		font-size:16px;
		float:left;
		display: inline-block;
		width: 93%;
	}
	
	.close-alert {
		border-left: 1px dashed #666666;
	    float: right;
		margin: 15px 0 0;
    	text-align: center;
    	width: 5%;
	}
	
	.icon-close {
		background: url("/Assets/images/academy-sprite.png") no-repeat scroll -167px 6px transparent;
    	display: inline-block;
    	height: 50%;
   		margin-top: 12%;
    	width: 20px;
	} 

 
        
}

@media only screen and (max-width:913px) {
  div.info-box-container {
    clear:both;
  }

}
@media only screen and (max-width: 480px) {
	div.info-box, div.info-box-container2 .info-box2 {
		width:88%;
	}

}
@media screen and (max-width: 480px) {
  div.destination-modal ul.destination-list {
    margin: 0px;
    padding: 0px;
    width: 90%;
  }
  div.destination-modal ul.destination-list li {
    line-height: 2em;
    padding: .2em .5em;
    display: block;
    vertical-align: top;
/*    border-bottom: 1px dashed #d9d9d9;
*/  }
  div.destination-modal ul.destination-list li a {
    display: block;
    color: #44A6E3;
  }
  div.destination-modal div.list-container {
    width: 100%;
    max-height: 400px;
    overflow-x: auto;
    overflow-y: none;
    margin-bottom: 1em;
  }
}
@media not screen and (max-width: 480px) {
  div.destination-modal.modal-window {
    z-index: 10000;
  }
  div.destination-modal span.list-filter-box {
    display: block;
    padding: 1em;
  }
  div.destination-modal div.list-container {
    width: 100%;
    max-height: 400px;
    overflow-x: auto;
    overflow-y: none;
    margin-bottom: 1em;
  }
  div.destination-modal ul.destination-list {
    margin: 0;
    padding-left: 1em;
  }
  div.destination-modal ul.destination-list li {
    line-height: 2em;
    display: inline-block;
    width: 45%;
    margin-right: 2%;
    vertical-align: top;
    padding-left: 1em;
    border-bottom: 1px dashed #d9d9d9;
  }
  div.destination-modal ul.destination-list li a {
    display: block;
    color: #44A6E3;
  }
  div.destination-modal span.list-filter-box {
    display: block;
  }
  div.destination-modal span.list-filter-box input.list-filter {
    width: 50%;
    text-indent: 20px;
    background: url(/_assets/images/icon-search.png) no-repeat 3px center;
  }
  div.destination-modal span.list-filter-box a.clear-filter {
    font-size: 80%;
    margin-left: 1em;
  }
  	div.signup-content input.zip {
    clear: both;
    float: left;
    margin: 0;
    width: 126px;
	}
}
/* @override 
	http://127.0.0.1:9106/_assets/css/parts/academybus.modals.css */
.modal-window {
  display: none;
  background-color: #fff;
  z-index: 100000 !important;
  width: 65%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}
.modal-window a#closeLink.close, .modal-window a.closeLink {
  position: absolute;
  right: .5em;
  top: .5em;
  font-weight: 800;
  font-size: 1.5em;
}

.modal-window p.priceArea{
    min-height: 100px;
}

#priceDialog.modal-window{
    overflow-x: auto;
    padding-top: 25px;
    max-width: 205px;
}

#priceDialog.modal-window ul
{
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0 0 15px;
    text-align: left;
}

#priceDialog.modal-window ul label{
    display: block;
    float: left;
    width: 70px;
}

.modal-window .list-filter-box {
  display: block;
}
@media screen and (max-width: 480px) {
  .modal-window {
    display: none;
    background-color: #fff;
    z-index: 100000 !important;
    width: 95%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  }
  .modal-window .list-filter-box {
    display: block;
    line-height: 1.5em;
    background-color: #fff;
    margin-left: .1em;
    margin-top: .1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .modal-window .list-filter-box input {
    width: 50%;
    margin-right: .1em;
  }
  .modal-window a#closeLink.close {
    right: .4em;
    top: .1em;
  }
}
@media not screen and (max-width: 480px) {

}
/*
////////////////////////
Colors:
Text: #666
Link: #0059b0
Text hover, active navigation background, footer links: #00bef1
Action button: #ff9000
H1, H2, H3: #036
Bullet points (small squares): #9dc7e8
Footer text: #999
Footer H2, Footer phone numbers, Footer hover: #fff
Content background, scroll bar background: #f0f5f8
Subnavigation background: #66d8f7
Custom scrollbar bar: #3b8fd1
Purchase bar background: #333
Footer background: #036
Alert box background: #ffcc00
Dashed line (on white): #e0e0e0
Dashed line (on light blue): #c0cedb
Dashed line (on dark blue): #1a4876
////////////////////////

Base layout width: 1102px
*/
/**
jQuery Mobile resets
 */
@media screen and (max-width: 480px) {
.ui-header .ui-btn-inner, 
.ui-footer .ui-btn-inner, 
.ui-mini .ui-btn-inner {
	font-size: 100%;
}
.ui-bar-a .ui-link:visited {
	color: inherit;
}
}
/*/mediaquery*/
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}

/*loading bar */
#loadingScreen {
    background-color: rgba(0,21,102,0);
    display: none;
    height: 700px !important;
    left: 3.2% !important;
    padding-top: 20%;
    padding-left: 4%;
    position: absolute !important;
    top: 300px;
    width: 85.7% !important;
    z-index: 10 !important;
}

.blueLoader {
  text-align: center;
}
.info div  .text
{
	font-weight:bold;
}

input#schedule-print
{
   width:80px;
   float:right;
   
   
   background: -moz-linear-gradient(center top , #FFFFFF 0%, #F3F3F3 89%, #F9F9F9 100%) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 3px #CCCCCC;
    color: black !important;
    cursor: pointer;
    font-weight:normal;
    font-size: 0.88em;
    margin-right: 3px;
    padding: 5px 8px;
    position: relative;
}

div#blackdaymessage {
    width: 330px;
    padding: 10px;
    text-align: left;
}

div#blackdayInfoDialog h3 {
    display: none;
}

div#blackdayInfoDialog.modal-window  a.closeLink {

    right: 0.5em;
    top: 0;

}

div#blackdayInfoDialog .list-container {
   
}

div#blackdayInfoDialog.modal-window {
     width: 345px;
}


div.discount-message-box {
    
}
.chatlink
{
	font-size: 14px;
	display:block;
	overflow:hidden;
	min-height:30px;
	border:solid 0px;
}
.contact-details {
    float: left;
    margin: 0;
    position: relative;
    width: 179px;
    z-index: 20;
}

.city-description {
    float: left;
    max-width: 834px;
    min-width: 320px;
    padding-right: 40px;
    position: relative;
    width: 67%;
    z-index: 20;
}

.teaser-box.charter-quote {
    clear: both;
}




@media all and (max-width:645px) {
    .contact-details {
        margin-bottom:30px;
        margin-top:20px;
    }
}

/* Discount banner */
.discount-banner-container {
    position: relative;
    width: 100%;
    z-index: 999;
}
.discount-banner {
    background: url("/assets/images/discount-banner.png") no-repeat scroll 0 0 transparent;
    height: 230px;
    padding: 20px;
    position: absolute;
    right: -181px;
    text-align: center;
    top: -32px;
    width: 450px;
}
.discount-msg {
    color: #003366;
    font-size: 24px;
    left: 115px;
    position: inherit;
    text-align: left;
    top: 75px;
    transform: rotate(38deg);
    -ms-transform: rotate(38deg);  /* IE 9 */
    -webkit-transform: rotate(38deg);  /* Safari and Chrome */
    width: 210px;
}
.the-discount, .discountValue {
color: #FFFFFF;
}

/* Discount Box - Button Row */
div.tab-pane div#step2btn.tab-button-row {
	overflow: visible;
}
#step2btn {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: inherit;
    position: relative;
}

.back-step2, .next-step2 {
    position: relative;
    width: 50px;
    -ms-flex: 1;              /* IE */
}

.discount-alert {
    background: none repeat scroll 0 0 #00BEF1;
    border-radius: 5px 0 0 5px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 0 20px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    width: 86%;
    position: relative;
    -ms-flex:12;
}
.arrow {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #00BEF1;
    border-top: 20px solid transparent;
    margin-right: 22px;
    width: 22px;
}

@media only screen and (max-width: 680px) {
	.discount-banner-container {
		display: none !important;
	}
}

@media only screen and (max-width: 680px) {
  .arrow {
      border-bottom: 40px solid transparent;
      border-left: 40px solid #00BEF1;
      border-top: 40px solid transparent;
      margin-right: 22px;
      float: left;
  }
}

/*New Home Page Banner CSS*/
.destination-cities {
    background: url("http://dev.academy2012.wsits.com/assets/images/main-cities-divider.png") no-repeat scroll 0 -2px / 24px auto rgba(0, 0, 0, 0);
    display: block;
    float: right;
    position: relative;
    right: 75px;
    top: -5px;
    z-index: 9999;
}
.destination-cities > ul {
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 2.4em;
    list-style: none outside none;
    text-transform: uppercase;
}
.destination-cities > ul > li > a{
  font-family: 'Raleway',Arial,sans-serif;
  color:#ffffff;
}
.destination-cities > ul > li > a:hover {
  background-color: #3a3a3e;
}
.destination-cities li:hover {
    background: none repeat scroll 0 0 #3A3A3E;
}
.destination-cities li {
    border-radius: 8px;
    padding-left: 12px;
    padding-right: 12px;
}
/* Hiding Charter*/
/*.page-toolbar ul {
  left: 12%;
}*/
/*li.charter:nth-child(n+4) {
    display: none;
}
.page-toolbar li:nth-child(4) {
    display: none;
}*/
.careers div.teaser-box header h3 {
    font-size: 18px;
}
.careers span.bold {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.flex-container{
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 1em 8.625322% 0 3.625322%;
    justify-content: space-between;
}
.flex-container > div {
  position: relative;
    width: 100%;
    min-height: 1px;
}
#jobs-widget {
    padding: 1em 15px;
}
.careers-page .flex-container {
  padding: 1em 8.625322% 0 1.625322%;
}

@media (min-width: 991px) {
  .careers div.teaser-box header h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  #jobs-widget {
      padding: 1em 0 0 7.625322%;
      width: auto !important;
  }
  .flex-container .teasers-container .teasers-row {
      margin-right: 0;
  }
  .flex-container .careers{
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .flex-container .sidebar{
    -ms-flex: 0 0 20.333333%;
      flex: 0 0 20.333333%;
      max-width: 20.333333%;
  }
}
@media (min-width: 600px) {
   .no-flexbox .careers-page div.teasers-container div.teasers-row div.teaser-box{
      width: 18.751592%;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
   .no-flexbox .careers-page div.teasers-container div.teasers-row div.teaser-box{
      width: 17.751592%;
  }
  .careers-page div.teasers-container div.teasers-row {
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap:wrap;
    margin-right: 0;
  }
  .no-flexbox .careers-page div.teasers-container div.teasers-row div.teaser-box {
    width: 42%;
    margin-left: 30px;
    margin-top: 30px;
  }
  .no-flexbox .careers-page div.teasers-container div.teasers-row div.teaser-box:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .careers-page div.teasers-container div.teasers-row {
    margin-right: 0;
  }
  .careers-page .flex-container {
    display: block;
  }
}