/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body {font-family: "Lato", sans-serif;}

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }


/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden,
.visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:focus, .visually-hidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.skip { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.skip:focus, .skip:active { clip: auto; color:#fff; height: auto; margin: 0; overflow: visible; padding:10px; text-align:center; background:#1f3b62; width:100%; border: 1px dashed #fff; z-index:1001;}

.a11y-instructions:focus {position:fixed; top:0; left:0; width:100%; background:#1f3b62; color:#fff; padding:10px; border:1px dashed #fff; text-align:Center; z-index:1001;}
.a11y-instructions p:last-child {margin:0px;}

.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.important { color:red; font-weight:bold; text-transform:uppercase; }

.mobile-only {display: inline-block;}

.main-content p {line-height: 1.6em}


/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note {font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }

/* GOOGLE MAP IMAGES */
.gm-style img {
	max-width: initial !important;
	height: initial !important;
}

.datepicker-control {width: 110px !important}

a[href$=".pdf"]:after { content: " (PDF)"; }
.route-details a[href$=".jpg"]:after { content: " (JPG)"; }

/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#036e36; text-decoration:underline; transition: all .5s ease }
a:hover, a:active, a:focus { color:#004320; text-decoration:none; }
a:active, a:focus {}

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }

/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }

svg.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; transition:all .5s ease;}

/* ## Focus Overlay - Advanced Focus States - It is still important to add basic css focus states for when no JS is active ## */
#focus-overlay {
    display: none;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 0 3px 2px #78aeda;
    transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}

#focus-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
    transition: all 0.1s ease-out;
}

#focus-overlay.focus-overlay-active {
    display: block;
}

#focus-overlay.focus-overlay-animating::after {
    opacity: 1;
}

.focus-overlay-target {
    outline: none;
}

.skip a { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; text-align:center;}
.skip a:focus {position:static; width:auto; height:auto; background:#444444; color:#ffffff; font-weight:bold; display:block; padding:10px;}


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:focus,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
html, body {color:#444444;}
body {background:#fff; }
.container { }
.site-body { padding:15px 0; }

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {color: #222521; font-weight: 900;}
h2 {color: #222521;}
h3 {}
h4 {}
h5 {}
h6 {}

.hdng {margin:0 0 1em;}
.hdng2 {}

/* ==========================================================================
   Layouts
   ========================================================================== */

.table-layout {}
.table-layout .table-cell {background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.table-layout .table-cell .inner {padding:10px; }
.table-layout.with-overlay .table-cell {padding:10px;}
.table-layout.with-overlay .table-cell .inner {background:rgba(255,255,255,.7); padding:20px; }
.table-layout .table-cell img.set-as-background {display:none;}



/* ==========================================================================
   Global Modules - Most modules use the same setup and changing below changes each one. 
   If global, change here, if specific, change via events.css, news.css etc. 
   ========================================================================== */

.mod { position: relative; margin:0; padding: 20px;}
.mod h2 {margin: 0 0 20px; padding: 0;font-size: 1.375em; font-weight: 900; text-transform: uppercase; text-align: center;}

.title { position: relative; margin: 0 0 1em; }
.title a {text-decoration:none;}
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.modHd {position:relative;}
.modHd .title {}
.modHd .more {position:absolute; right:0px; top:0px;}

.mod-content {}

.mod-rail {border:1px solid #dddddd; }
.mod-rail .mod-head {background:#eeeeee; border-bottom:1px solid #dddddd;}
.mod-rail .mod-head .title {padding:10px; margin:0;}
.mod-rail .mod-content { padding:10px;  font-size:.875em;}
.mod-rail .more {border-top:1px solid #dddddd;}
.mod-rail .more a {display:block; background:#eeeeee; padding:10px; text-decoration:none; text-align:center;}
.mod-rail .more a:hover,
.mod-rail .more a:focus {background:#dddddd;} 

/* Item Lists Content
   ========================================================================== */

.item-list { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	padding: 1em 0; 
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {display:table-cell;}

.content .title { margin:0; }
.item-list .content p { margin: 0; }
.content .date { font-size:0.85em; margin:0 0 5px; display:block;}


/* Item Media
   ========================================================================== */

.aside {
	text-align:center;
	padding:0 0 10px;
}

.aside.date-icon {
	display: table-cell;
	padding: 0 15px 0 0;
}

.date-icon .date {
	border:1px solid #888;
	background:#888;
	font-weight:bold;
	text-align:center;
	width:50px;
}
.date-icon .date .month {
	font-size:.875em;
	padding:5px;
	color:#fff;
}
.date-icon .date .day {
	padding:10px 5px;
	background:#fff;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media only screen and (min-width:30em){
	
	.item { 
		display: table;
		padding: 1em 0; 
		width: 100%;
		border-top: 1px solid #ccc; 
	}
	.item > .content {
		display: table-cell;
		width: 100%;
		vertical-align: top;
	}
	.aside { 
		display: table-cell;
		padding: 0 15px 0 0; 
	}
    .aside img {
        max-width:80px !important;
    }

}

@media only screen and (min-width:48em) {

    .item .item-block {
        display: table-cell;
        vertical-align: top;
        padding:0 10px 0 0;
    }
    .item .item-block:last-child {padding:0;}
}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 1px solid #c7c7c7;
	background: #EDEDED;
    margin:0 0 1em;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

.filter .btn {margin-bottom:10px; max-width: 180px}

.filterViewWrpr {margin: 0 0 10px 0;}
.viewHead, .displayHead {font-weight: 700; margin: 0 7px 0 0}

.monthYear {margin: 0 0 10px 0;}

.filterBy, .monthYearLabels label {font-weight: 700;}

.filterBy select {width: 100% !important;}

/* Pagination
   ========================================================================== */

.paging {
	
}

.sortStatus {
    font-size:.875em;
    margin:0 0 1em;
}

.paging-results { 
	float: left;
}

.genericPager {
	float: right;
    font-size: .9em;
}

.genericPager ul {
	display: block;
	padding: 0;
	margin: 0;
}

.genericPager li{
	display: block;
	padding: 0;
	margin: 0;
	border-left-width: 0;
	float: left;
}

.genericPager li:first-child{
	border-left-width: 1px;
}

.genericPager li a,
.genericPager li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.genericPager li a {
	/* Link State */
}

.genericPager li span {
	/* Current Page State */
}

.genericPager li.disabled { 
	display: none;
}

.genericPager li.disabled+li { 
	border-left-width: 1px;
}

.genericPager li.disabled+.all {
	border-left-width: 0;
}





/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #000;
	background-color: #FEFF99;	
}
.alert a { color:#000; }

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #d8d8d8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.field-req {width:16px; height:20px;}
.field-req:before {content:"*"; color: #cc0000;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}



 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.generic-pager {margin:0 0 1em;}
.generic-pager ul {list-style-type: none; margin:0; padding:0;}
.generic-pager li {display:inline-block; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.generic-pager li a {display:inline-block; color:#444444; padding:6px 10px; background:#cccccc; text-decoration:none; }
.generic-pager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.generic-pager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.generic-pager li.active {color:#fff; background:#444444; padding:6px 10px;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.site-overlay {
	position:relative;
	max-width:800px;
	margin:0 auto;
	background:#ffffff; 
	overflow:hidden;

    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.site-overlay .overlay-content {padding:15px;}

/* Legacy Overlay */
.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-wrap-right {display: block; float: none; text-align: center;}
.img-wrap-right img {float: none !important; margin: 0 auto;}
.img-wrap-left {display: block; float: none; text-align: center;}
.img-wrap-left img {float: none !important; margin: 0 auto;}


/* Homepage */ 
.hp-welcome {margin: 10px 0; padding: 80px 10px; background: url(/cms/images/layout/servicemap.jpg) no-repeat; background-size: cover; background-position: right center}
.hp-welcome .hp-service {width: 100%; max-width: 900px; padding: 40px 25px;color: #fff; font-size: .9375em; font-weight: 700; text-align: center; line-height: 1.8em;
    background: #013140;
    background: -moz-linear-gradient(45deg,  #013140 0%, #037092 100%);
    background: -webkit-linear-gradient(45deg,  #013140 0%,#037092 100%);
    background: linear-gradient(45deg,  #013140 0%,#037092 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013140', endColorstr='#037092',GradientType=1 );
}
.hp-welcome .hp-service a {color: #fff;}


.hp-careers {padding: 60px 0; background: url(/cms/images/layout/hpcareers.jpg) no-repeat; background-size: cover;}
.hpCareersMod  {margin: 0 auto; align-items: center}
.hpCareersText {margin: 0; line-height: 1.6em; text-align: center;}
.hp-careers .btn {min-width: 260px; max-width: none; margin: 0 auto;}

.hp-banners .grid-8.bannerLeft {width: 100% !important}
.hp-banners .grid-4.bannerRight {width: 100% !important}

.hp-quickLinks {}

.hp-quickLinks .quicklinks-list {display: flex; flex-wrap: wrap; margin: 30px 0 0 0;}
.hp-quickLinks .quicklinks-list a {width: 50%; margin: 0 0 35px 0;font-size: 1em; font-weight: 700; text-align: center; color: #000;}
.hp-quickLinks .quicklinks-list a svg {fill: #016530; display: block; max-width: 66px; max-height: 66px;margin: 0 auto 10px; transition: all .5s ease}
.hp-quickLinks .quicklinks-list a:hover svg,
.hp-quickLinks .quicklinks-list a:focus svg {fill: #000;}

.hp-banners {margin: 30px 0 0 0;}

/* =================================================================
   MODULE STYLES - No Specific home for these yet
===================================================================*/

/*main body content sections on interiors*/
.content {margin: 60px 0 0 0;}
.content h1 {margin-top: 0;}
.leftrail {margin: 60px 0 0 0;}
.rightrail {margin: 60px 0 0 0;}

.breadcrumb-container {background:#ededed; border-bottom:1px solid #c7c7c7; padding:10px 0; margin: 0 0 0 0; -webkit-box-shadow: inset 10px 10px 19px -6px rgba(0,0,0,0.33);
-moz-box-shadow: inset 10px 10px 19px -6px rgba(0,0,0,0.33);
box-shadow: inset 10px 10px 19px -6px rgba(0,0,0,0.33);}

/* ##  Breadcrumb  ## */

.breadcrumbs {display: none; padding:5px 0 0 30px; font-size:.8125em; color: #027497  a7; font-weight: 700;}
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:underline; color: #027497 ;}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 10px; font-weight:bold;}
.breadcrumbs .seperator {margin:0 8px; vertical-align:middle; padding:0px; display:inline-block; width:0px; height:0px; border-left:6px solid #aaa; border-top:5px solid transparent; border-bottom:5px solid transparent;}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding:0; margin: 4px 20px 0 0; text-align:right;}

.page-tool { margin:0 5px 0; font-size:0.875em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.page-tools-wrapper  a {display:inline; color:#027497; text-decoration: none; font-size: .8125em; font-weight: 700;}
.page-tools-wrapper  a:hover,
.page-tools-wrapper  a:focus,
.page-tools-wrapper  a:active {text-decoration: none;}

.page-tools-wrapper .print {margin-right: 25px;}

.page-tools-wrapper  .addthis_toolbox { float:right; display:inline; }
.page-tools-wrapper  .addthis_toolbox a,
.page-tools-wrapper  .addthis_toolbox a:link,
.page-tools-wrapper  .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

.page-tools-wrapper svg.icon {width: 1.5em; height: 1.5em; vertical-align: middle; margin: -4px 4px 0 0}

/* ## Page Heading ## */

.page-heading { margin-bottom:15px; border-bottom:1px solid #dbdbdb; }
.page-heading .title { margin:0; padding:0 0 10px; font-size:1.6em; font-weight:normal; background:none; border:0; }


/* ## Email a Friend ## */

.emailFriendWrapper {font-size: .875em; padding: 0 20px;}
.emailFriendWrapper .inner { padding:0 10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px;}
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0;}

.emailFriendWrapper .formRow input.text {width: 100%;}

/* ## FAQ ## */

.faq-wrapper {}
.faq-wrapper h2 {}
.faq-wrapper .category-header {}
.faq-wrapper .question-list {list-style-type:none; padding:0px; margin:0 0 20px 10px; position:relative;}
.faq-wrapper .question-list:before {position:absolute; content:''; height:100%; width:1px; left:0; top:-10px; background:#ccc;}
.faq-wrapper .question-list li {position:relative; padding:0 0 0 20px;}
.faq-wrapper .question-list li:before {position:absolute; content:''; width:10px; height:1px; left:0; top:10px; background:#ccc;}
.faq-wrapper .faq-block {}


/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {margin-bottom:20px !important; }
.carousel .carousel-item {padding:0 10px;}
.carousel .slick-prev,
.carousel .slick-next {position:absolute; bottom:0px;}
.carousel .slick-prev {left:0px;}
.carousel .slick-next {right:0px;}

.carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center;}
.carousel .slick-dots li {display:inline-block; margin:0 2px;}
.carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#dddddd; border:1px solid #cccccc; -webkit-border-radius: 20px; border-radius: 20px;}
.carousel .slick-dots li.slick-active button {background:#aaaaaa;}



/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {}


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}


/* Store */

.onepage table {border-color: #c7c7c7}
.onepage table th, .onepage table td {border: 1px solid #c7c7c7}
.onepage .exp-date table th,
.onepage .exp-date table td {border: none;}
.onepage table th {padding: 18px 20px;background: #e7e7e7; font-size: 1.125em; text-align: left;}
.onepage table td {padding: 10px 20px; background: #f5f5f5}
.onepage table tr:nth-child(2n) td {background: #fff;}
.onepage table tr:nth-last-child(1) td {background: #fff;}
.onepage .qty {width: 140px; text-align: center;}
.onepage .qty input {width: 50px; background: transparent; border: 1px solid #c7c7c7; text-align: center;}
.onepage .linetotal {width: 140px;}
.onepage .onepage-header {margin: 0 0 20px 0;font-size: 1.1em;}
.onepage .download svg {vertical-align: middle; margin: 0 10px 0 0;}
.checkout-note {width: 300px; float: right; margin: 40px 0;}
.checkout-expire {background: #f5f5f5; font-weight: 700; padding: 30px 0; text-align: center;}
.grand-total-wrapper {display: flex; align-items: center; float: right; margin: 0 0 50px}
.grand-total {display: flex; align-items: center; justify-content: center;width: 140px; height: 60px; margin: 0 0 0 15px;border:1px solid #c7c7c7;}
.proceed-to-checkout {margin: 50px 0; text-align: center;}
.opc-continue {text-align: center; margin: 20px 0;}
.onepage select {height: 46px;}

.checkout-steps {border: none;}
.checkout-steps h3 {background: #e7e7e7; font-size: 1.125em; font-weight: 700; padding: 10px; border:1px solid #c7c7c7; border-radius: 0;}
.checkout-steps.ui-accordion .ui-accordion-header {margin-top: 15px; padding: 20px 20px 20px 30px;}
.checkout-steps.ui-accordion .ui-widget-content {border: none; overflow: visible;}
.checkout-steps.ui-accordion .ui-state-disabled.ui-state-default {opacity:1;}
.checkout-steps.ui-accordion .ui-state-disabled.ui-state-default a, 
.checkout-steps.ui-accordion .ui-state-disabled.ui-state-default a:link, 
.checkout-steps.ui-accordion .ui-state-disabled.ui-state-default a:visited{color: #878787;}
.checkout-steps .exp-date td {padding: 0 10px 0 0;;}

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	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: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	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; }
}


/* ## Button Styles ## */
.btnWrapper {margin: 0 10px 10px 0; display: block;}
.btn-wrapper { display:inline-block; text-decoration:none !important; }
.btn, a.btn { display:inline-block;width: 100%; max-width: 260px;  margin:0; padding: 16px 0;font-weight:700;font-size: .875em;  color:#fff; background:#027497; border:0; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; text-transform: uppercase; border-radius: 20px; line-height: 1em;}
.btn:hover,
.btn:focus {background: #006787}

.btn-alt {}
.btn-alt .btn{color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}
.btn-large .btn {padding:5px 10px; font-size:1.4em;}

.btn-full-width {display:block;}
.btn-full-width .btn {display:block; padding-left:0; padding-right:0; }
.btn-full-width input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btn-wrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}





/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.table-wrapper {overflow:auto;}
.data-table {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;
}
.table-wrap {overflow-x: scroll;}
.data-table tr:nth-child(odd) {background:#e6e6e6;}
.data-table th {background:#888888; padding:6px 15px; font-size:1em; border:1px solid #888; border-bottom:2px solid #555555; color:#fff;}
.data-table th a {color:#fff; text-decoration:underline;}
.data-table td {vertical-align:top; padding:6px 15px; border:1px solid #E1E1E1;}
.data-table td td {border-style:none;}


/* ## NEW Limit Text Box ## */

.limitTextBox {width:100% !important; margin:0 0 1em;}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { vertical-align:top; margin:0px !important;}
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }

.fact-item {margin: 0 0 40px 0; max-width: 380px;}
.fact-item p {margin: 13px 0 0 0;}

.agendasminutes {width: 100%; border:1px solid #c7c7c7; border-bottom: none;}
.agendasminutes td {padding: 10px 20px; background: #f5f5f5; border:1px solid #c7c7c7; }
.agendasminutes tr:first-child td {padding: 20px; background: #e7e7e7; font-size: 1.125em; font-weight: 700; text-align: left; }
.agendasminutes tr:nth-child(2n) td {background: #fff}

.select-route-wrapper {margin: 0 0 40px; padding: 0 0 40px;  border-bottom:1px solid #c7c7c7}
.select-route-wrapper h2 {margin: 0;}
.select-route {display: flex; max-width: 650px; margin: 40px 0 0 0; padding: 20px;  background: #f5f5f5; border:1px solid #c7c7c7}
.select-route img {display: none; margin: 0 40px 0 0}
.select-route label {display: block; margin: 0 0 5px 0}

.routes {width: 100%; min-width: 640px;border:1px solid #c7c7c7; border-bottom: none;}
.routes thead th {background: #E7E7E7;}
.routes th {padding: 10px 20px; background: #f5f5f5; border:1px solid #c7c7c7; font-weight: 700; font-size: 1.125em; }
.routes tr:nth-child(2n) th {background: #fff}
.routes td {padding: 10px 20px; background: #f5f5f5; border:1px solid #c7c7c7; text-align: center; }
.routes th:first-child {text-align: left;}
.routes tr:nth-child(2n) td {background: #fff}
.routes caption {visibility: hidden; height: 1px;}

.route-notice {padding: 0 0 40px 0; font-size: 1.125em; font-weight: 700; text-align: center; border-bottom:1px solid #c7c7c7}
.route-link {font-size: 1.125em; font-weight: 700;}
.route-link img {margin: 15px 0 0 0}

.planTripPage {background: #f5f5f5; border:1px solid #c7c7c7}
.planTripMod {}
.planTripMod h2 {}
.planTripMod h2 a {text-decoration: none;}
.planTripMod h2 a:hover, .planTripMod h2 a:focus {text-decoration: underline}
.planTripMod .orTxt {display: inline-block; margin: 0 10px;}
.planTripMod .sep {display: inline-block; margin: 0 10px;}
.planTripMod .planTrip-time {display: inline-block; vertical-align: bottom}
.planTripMod .planTrip-btn {text-align: center;}
.planTripRow button {border: none; background: transparent;}
.planTripRow button:hover, .planTripRow button:focus {text-decoration: underline;}

.route-details-map {text-align: center;}
.route-details-map a {display:inline-block;width: 100%; max-width: 260px;  margin:20px auto; padding: 16px 0;font-weight:700;font-size: .875em;  color:#fff; background:#027497; border:0; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; text-transform: uppercase; border-radius: 20px; line-height: 1em;}
.route-details-map a:hover,
.route-details-map a:focus {background: #006787}

.route-details table {min-width: 767px; width: auto !important}
.route-details table tr td {border-bottom:1px solid #c7c7c7}



.calcTbl {width: 100%; text-align: left;}

.calcTbl .sp {display: inline-block; width: 13px;}
.formee .calcTbl input[type="text"], 
.formee .calcTbl select {margin: 0;}
.formee .calcTbl tr:nth-last-child(2) td,
.formee .calcTbl tr:last-child td {border: none;}

.priceswrpr, .priceswrprNB {padding: 15px; border-bottom:1px solid #e7e7e7;}
.priceswrprNB {background: #f5f5f5}
.pr-descr {margin: 0 0 6px;  }
.prices, .pricesNB {font-size: 1.125em;font-weight: 700;}

.current-vanpools {font-size: .85em;}
.current-vanpools th {font-size: 1.125em; padding: 20px 20px 20px 10px; background: #e7e7e7; border-bottom:1px solid #c7c7c7; text-align: left;}
.current-vanpools tr:nth-child(2n) td {background: #f5f5f5}

.vanpool-forms td {padding: 10px 0;}

.park-ride-lots th {background: #f5f5f5;}
.park-ride-lots td.td-header {background: #f5f5f5;}
.park-ride-lots td {padding: 6px 0;}

/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
    .responsive-table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table td {
		display:block;
		width:100%;
	}

	.responsive-table tr {border:1px solid #E1E1E1;}
	.responsive-table th {display:none;}
	.responsive-table td {border-style:none;}

    .agendasminutes tr:first-child {display: none;}
    .agendasminutes td {display: block; border: none;padding: 0 0 0 20px; background: #f5f5f5;}
    
    .agendasminutes {font-size: 1.125em;}
    .agendasminutes td:first-child {padding-top: 15px;}
    .agendasminutes td:first-child:before {content:"Month"; display: inline-block; width: 50%;font-weight: 700;}
    .agendasminutes td:nth-child(2) {padding-top: 3px; padding-bottom: 3px;}
    .agendasminutes td:nth-child(2):before {content:"Agenda"; display: inline-block; width: 50%; font-weight: 700; }
    .agendasminutes td:nth-child(3):before {content:"Minutes"; display: inline-block; width: 50%; font-weight: 700; }
    .agendasminutes td:nth-child(3) {padding-bottom: 15px; border-bottom:1px solid #c7c7c7}  

    .route-details {overflow-x: scroll}

    .calcTbl td,
    .calcTbl th {display: block; padding: 5px; }
    .calcTbl th {padding: 10px 5px 5px}
    .calcTbl td:last-child {border-bottom:1px solid #e7e7e7}
    .calcTbl td .btn {max-width: 100%;}

    .current-vanpools {font-size: 1em;}
    .current-vanpools td {padding: 5px 10px;}
    .current-vanpools td:nth-child(1):before {content:"Van: "; margin: 0 7px 0 0;font-weight: 700;}
    .current-vanpools td:nth-child(2):before {content:"Group: "; margin: 0 7px 0 0;font-weight: 700;}
    .current-vanpools td:nth-child(3):before {content:"Commute: "; margin: 0 7px 0 0;font-weight: 700;}
    .current-vanpools td:nth-child(4):before {content:"Worksite: "; margin: 0 7px 0 0;font-weight: 700;}
    .current-vanpools td:nth-child(5):before {content:"Work Hours: "; margin: 0 7px 0 0;font-weight: 700;}
    .current-vanpools td:nth-child(6):before {content:"Manager: "; margin: 0 7px 0 0;font-weight: 700;}
    .current-vanpools td:nth-child(7):before {content:"Contact: " ; margin: 0 7px 0 0;font-weight: 700;}

    .rfp-listing  {font-size: 1em;}
    .rfp-listing td {padding: 5px 10px}
    .rfp-listing tr:nth-child(2n) td {background: #f5f5f5}
    .rfp-listing td:first-child {padding-top: 15px;}
    .rfp-listing td:nth-child(1):before {content:"Categories: "; margin: 0 6px 0 0;display: inline-block; font-weight: 700;}
    .rfp-listing td:nth-child(2):before {content:"Title: "; margin: 0 6px 0 0; display: inline-block; font-weight: 700; }
    .rfp-listing td:nth-child(3):before {content:"Issue Date: "; margin: 0 6px 0 0; display: inline-block; font-weight: 700; } 
    .rfp-listing td:nth-child(4):before {content:"Due Date: "; margin: 0 6px 0 0; display: inline-block; font-weight: 700; } 


    .directory-listing td {padding: 5px 10px;}
    .directory-listing tr:nth-child(2n) td {background: #f5f5f5}
    .directory-listing td:first-child {padding-top: 15px;}
    .directory-listing td:nth-child(1):before {content:"Department: "; margin: 0 6px 0 0;display: inline-block; font-weight: 700;}
    .directory-listing td:nth-child(2):before {content:"Department Head: "; margin: 0 6px 0 0; display: inline-block; font-weight: 700; }

    .vanpool-forms td {display: block;}
}

@media only screen and (min-width:11.250em) and (max-width:59.9375em) {	
    .filter.rfp-filter label {font-weight: 700}
    .filter.rfp-filter input {display: block; width: 100%; max-width: 100%;}

    .rfp-search {margin: 20px 0;}
    .rfp-search input {width: 100%;}
    .rfp-search input.btn {display: block; width: 100%; max-width: 100%; margin: 10px 0 30px;}

    .trip-planning td {display: block; margin: 10px 0;}
}

/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

    .mobile-only {display: none;}
    .main-nav-wrpr .mobile-only {display: block;}

    /* Content and layout modifiers */
    .d-align-right {text-align:right;}
    .d-align-left {text-align:left;}

    .btnWrapper {display: inline-block;width: 100%; max-width: 260px; }

    /* ==========================================================================
       Layouts
   ========================================================================== */

    .table-layout {display:table; width:100%; table-layout:fixed;}
    .table-layout .table-cell {display:table-cell; vertical-align:middle;}
    .table-layout .table-cell .inner {display:inline-block; width:100%; max-width:40em; /* half of container width */}
    .table-layout .table-cell:first-child {text-align:right;}
    .table-layout .table-cell:first-child .inner {text-align:left;}

    .table-layout.full-width .table-cell .inner {max-width:2000px;}
    .table-wrap {overflow-x: auto;}
    .img-wrap-right {display: inline-block; margin: 10px; float: right;}
    .img-wrap-left {display: inline-block; margin: 10px; float: left;}

    .breadcrumb-container {padding: 15px 0;}
    .breadcrumbs {display: inline-block;}
    .mod {padding: 40px;}
    .mod h2 {font-size: 1.5em; text-align: left;}
    .hp-welcome {margin: 80px 0 40px; background-position: left center;}
    .hp-welcome .hp-service {margin: 100px auto 40px; padding: 40px 90px;}
    .hp-careers {padding: 115px 0 180px;}
    .hpCareersMod  {display: flex; max-width: 995px;}
    .hpCareersText {margin: 0 70px 0 0; text-align: left;}
    .hp-careers .btn {margin: 0; max-width: 260px; min-width: 260px;}
    .hp-quickLinks .quicklinks-list a {width: 33%; font-size: 1.125em;}
    .hp-banners {margin: 60px 0 0 0;}

    .responsive-table {width: 100%;}
    .responsive-table th {text-align: left; padding: 10px 10px 10px 15px;}
    .responsive-table td {padding: 15px;}
    .responsive-table tr:nth-child(2n) td {background: #f5f5f5 }

    .select-route img {display: block;} 
    .route-details table {width: 100% !important}

    .filterViewWrpr {float: left;}
    .filterSortFieldsWrpr {float: right;}

    

    .calcTbl td,
    .calcTbl th {padding: 20px; border-bottom:1px solid #e7e7e7 }

    .pr-descr {float: left; margin: 0;}
    .prices, .pricesNB {float: right; margin:0;}

    .current-vanpools td {padding:15px;}

    .directory-listing tr.alternate td {background: #fff;}

    .onepage-header {display: flex; justify-content: space-between;}
    
    
}

@media (min-width: 60em) {
     .main-nav-wrpr .mobile-only {display: none;}
     .current-vanpools {font-size: 1em;}
     .hp-banners .bannerLeft {z-index: 10;}
     .hp-banners .grid-8.bannerLeft {width: 66.66% !important}
     .hp-banners .grid-4.bannerRight {margin-left: -5% !important; width: 37.333% !important; z-index: 5; }
     .rfp-search {float: right; margin: 0; width: 60%; text-align: right;}
     .rfp-category {margin: 12px 0 0 0; float: left;}

}



/*1300*/
@media (min-width: 81.25em) {
    .breadcrumbs {padding-left: 0;}
    .page-tools-wrapper {margin-right: 0;}

}
/* Ticket #487536 - Add png/jpg file upload to these spots  */

.VersionsTable img {max-width:150px !important;}

.slideshow .btn {max-width:290px;}