/* ## 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 { }

::-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: 2em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }
embed, iframe {max-width:100%;}

/** 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: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:#6f4b9e; width:100%; border: 1px dashed #fff; z-index:1001;}

.a11y-instructions:focus {position:fixed; top:0; left:0; width:100%; background:#753cbe; 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; }

.click-user *:focus, .click-user *:active {outline:0;}

.iframe-container,
.video-wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe,
.video-wrapper iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


/* ## 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;
}

/* ================================================================
   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:#001e61; text-decoration:underline; }
a:hover, a:active, a:focus { color:#001e61; text-decoration:none; }
a:active, a:focus {outline:0;}

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }

/* ## Link Modifiers ## */
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; max-width:100%; vertical-align:middle; }

/* ## 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:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
html, body {overflow-x:hidden; color:#000; font-family: Arial, Helvetica, sans-serif;}
body {background:#fff; }
.container { }
.site-body {   }

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {font-size: 1.7rem; margin:0 0 0.5rem 0; color:#231F20;}
h2, .h2 {font-size: 1.5rem; margin:0 0 1rem 0; color:#231F20; font-weight:bold; line-height:1.2; }
h3, .h3 {font-size: 1.3rem; margin:0 0 0.5rem 0; color:#231F20; font-weight:bold;}
h4 {font-size: 1rem; margin:0 0 0.5rem 0; color:#231F20;}
h5 {font-size: 1rem; margin:0 0 0.5rem 0; color:#231F20;}
h6 {font-size: .9rem; margin:0 0 0.5rem 0; color:#231F20;}

.heading-large {font-size: 2.4rem; margin:0 0 0.5rem 0; color:#231F20; font-weight:bold;}

@media only screen and (min-width:60em){
	h1 {font-size: 1.7rem;}
	h2, .h2 {font-size: 1.5rem;}
	h3, .h3 {font-size: 1.3rem;}
	
	.heading-large {font-size: 3.4rem;}
}

.hdng {
	margin:0 0 1em;
	font-size:1.2rem;
	padding:10px 20px;
	background:#ccc;
	font-weight:normal;
	text-transform:uppercase;
}

/* ==========================================================================
   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 0 2rem;}

.mod h3 svg,
.railNavHeading svg {
	width:36px;
	height:36px;
	fill: #753cbe;
	margin-right:5px;
}

.title {position: relative; margin: 0 0 1em; }
.title a,
.eventLink {
	text-decoration:none;
	color:#231F20 !important; 
	padding-right: 30px;
	background: transparent url(/cms/images/svg/arrow-black.svg) 100% 50% no-repeat;
}

.title a:hover,
.title a:focus {
	text-decoration:underline;
}

.titleAlt { margin:0 0 0.1em; font-size:1.2em; }

.mod-head {position:relative;}
.mod-head .title {}
.mod-head .more {
	position: absolute;
	right: 0px;
	top:48%;
	margin-top:-7px;
}

.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,
.itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item-list li:nth-child(2n) ,
.itemList li:nth-child(2n) {
    
}

.itemList p:empty,
.item-list p:empty {
	display:none;
}

.item { 
	padding: 1em 0; 
	border-top: 2px dashed #CBCBCB; 
}
.item:first-child:not(:only-child) { border-top:0; padding-top:0; }
.item:last-child:not(:only-child) { padding-bottom: 0; }

.item > .content {display:table-cell;}

.content .title { margin:0; }
.item-list .content p:last-child { margin: 0; }

/* 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;
}

.aside img {
	border-radius:10px;
	overflow:hidden;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media only screen and (min-width:30em){
	
	.item { 
		display: table;
		padding: 1.8em 0; 
		width: 100%;
	}
	.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;
    }
	
	.projects-list .aside img {
        max-width:160px !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
   ========================================================================== */

.filterXXX {
	padding: 1em;
	border-top: 3px solid #cbcbcb;
	border-bottom: 3px solid #cbcbcb;
    background: #f7f7f7;
	margin:0 0 2em;
}

.filterYYY {
	padding:2em;
	border-radius: 10px;
	margin:0 0 2em;
	background:#f7f7f7;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
}

.filter {
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	padding: 30px !important;
	margin:0 0 2em  !important;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

.filter .btn {margin-bottom:10px;}


/* Pagination
   ========================================================================== */

.paging {
	
}

.sort-status {
    font-size:.875em;
    margin:0 0 1em;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list 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 #999; padding:1px; background-color:#fff; }
.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 #999; }
.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	{}
.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;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 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, .genericPager {margin:0 0 1em;}
.generic-pager ul, .genericPager ul {list-style-type: none; margin:0; padding:0;}
.generic-pager li, .genericPager li {display:inline-block; float:left; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.generic-pager li a, .genericPager li a {display:inline-block; color:#444444; padding:6px 10px; background:#cccccc; text-decoration:none; }
.generic-pager li a:hover, .generic-pager li a:focus, .genericPager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.generic-pager li.nolink, .genericPager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.generic-pager li.active span, .genericPager li.active span {color:#fff; background:#444444; padding:6px 10px; display:inline-block; }

.paging .sortStatus {float:left; padding:10px 0;}
.paging .genericPager {float:right;} 

/* ##  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;}


/* =================================================================
   MODULE STYLES - No Specific home for these yet
===================================================================*/

.breadcrumb-container {background:#eee; border-bottom:1px solid #ddd; padding:10px 0;}

/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0; margin:0 0 1rem 0;}
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0; font-weight:normal;}
.breadcrumbs .seperator {position:relative; transform: scalex(0.7); margin:0 8px; vertical-align:top; padding:0px; display:inline-block; color:#762DC4;}
.breadcrumbs .seperator:after {
	content:"";
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #001e61;
	display:inline-block;
}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding: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 { float:right; display:inline;  }
.page-tools-wrapper  a:hover,
.page-tools-wrapper  a:focus,
.page-tools-wrapper  a:active {color:#1C4E87;}

.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; }

/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }


/* ## 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;}

.info-carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center;}
.info-carousel .slick-dots li {display:inline-block; margin:0 5px;}
.info-carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:14px; height:14px; padding:0px; background:#dddddd; border-style:none; -webkit-border-radius: 20px; border-radius: 20px;}
.info-carousel .slick-dots li.slick-active button {background:#753cbe;}

.info-carousel .slick-dots li:only-child {display: none;}

/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {
	margin:0 0 2rem 0;
}

/* 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 18px;
	text-decoration: none;
	background:#939598;
	border:1px solid #939598;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
	color:#fff;
}

/* 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;
	color:#000;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	padding:15px;
	border:1px solid #939598;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#939598;
	border:1px solid #939598;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
	color:#fff;
}

.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;
	color:#000;
}

.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;
}


.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}


/* =================================================================
                        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 ## */

.btn-wrapper { display:inline-block; text-decoration:none !important; }
.btn, a.btn {
	display:inline-block; 
	font-size:18px; 
	margin:0; 
	font-weight:bold;
	color:#fff; 
	border:0; 
	border-radius:2px;
	text-align:left; 
	text-decoration:none;
	cursor:pointer; 
	overflow:visible; 
	padding:14px 27px;
	padding-right: 60px;
	background: #753CBE url(/cms/images/svg/arrow.svg) 90% 50% no-repeat;
}

.btn:hover,
.btn:focus {background-color:#666666;}

.btn-alt, a.btn-alt {
	background: #fff url(/cms/images/svg/arrow-purple.svg) 90% 50% no-repeat;
	border:2px solid #BBBBBB;
	padding:12px 25px;
	color:#753cbe;
}

a.btn-alt:hover,
a.btn-alt:focus {
	color:#fff;
	background: #753CBE url(/cms/images/svg/arrow.svg) 90% 50% no-repeat;
}

.btn-large .btn {padding:5px 10px; font-size:1.4em;}

.btn-full-width, a.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 {}


/* ## 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; }


/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.page-tools-wrapper {display:none;}	    
}


/* 16px baseline (768px +) */
@media only screen and (min-width:60em){

    /* Content and layout modifiers */
    .d-align-right {text-align:right;}
    .d-align-left {text-align:left;}

    /* ==========================================================================
       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 {}
    .table-layout .table-cell:first-child .inner {text-align:left;}

    .table-layout.full-width .table-cell .inner {max-width:2000px;}

}

.topOfPage, .top-of-page {text-align:right;}
.topOfPage a, .top-of-page a {background:transparent url(/cms/images/arrow.gif) no-repeat 100% 50%; padding-right:13px;}

.more-link {text-align:right;}
.more-link a {text-decoration:none;}
.more-link a:after {
	content:'\3e';
	font-family: 'Basic-Icons';
	font-size:12px;
	font-weight:bold;
}
.more-link a:hover,
.more-link a:focus {text-decoration:none; color:#000;}

.back-link a:before {
	content:'\3c';
	font-family: 'Basic-Icons';
	font-size:12px;
	font-weight:bold;
}



/* ## Site Header ## */
.site-header {position:relative; z-index:1000; margin:0;}
.site-header > .inner {padding:60px 0 15px; background:#fff;}
/* static containers to account for header buttons on mobile - allows absolute positioning to the header */
.site-header [class*="grid-"], .site-header .header-wrapper, .site-header .header-nav, .site-header .header-main, .cm-menu, .main-nav, .main-nav-container {position:static;}

.header-main {position:relative; padding:19px 0;}

.site-header  a.site-logo {display:block; text-align:center; width:160px; margin:0 auto;}
.site-header  a.site-logo svg.icon-logo {width:160px; height:44px;}

.header-links {text-align: right; display:none; }
.header-links ul {margin:0; padding:0; list-style-type:none; }
.header-links ul li {margin:0 0 0 30px; padding:0; display:inline-block; }
.header-links a {font-weight:bold; color:#444444; text-decoration: none; }
.header-links a:hover, .header-links a:focus, .header-links a:active {text-decoration: underline;}

.site-search {margin:0 -10px;}
.site-search .search-trigger {position:absolute; top:0px; right:12px; font-size:1.6em; padding:0; border:0px; width:50px; height:46px; background:#fff; color:#231f20; z-index:2; text-align:center; cursor:pointer;}
.site-search .search-trigger:hover, .site-search .search-trigger:focus, .search-active .site-search .search-trigger {background:#fff;}
.site-search .search-trigger > * {padding:7px; display:inline-block; width:40px; height:40px;}
.site-search .inner {display:none; position:absolute; background:#753cbe; bottom:-95px; left:0px; padding:15px; width:100%; }
.search-active .site-search .inner {display:block;}
.search-active .site-search .inner:before {
	content:"";
	position:absolute; 
	top:-20px;
	right:17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #753cbe transparent;
	z-index:100;
}

.site-search .formee input[type="text"] {margin:0px; padding:12px; border:2px solid #BBBBBB;}
.site-search .btn {
	position:absolute; 
	right:15px; 
	top:0px; 
	height:100%;
	width:50px;
	padding: 10px;
	background: transparent url(/cms/images/svg/search.svg) 50% 50% no-repeat;
	text-indent:-9999rem;
}

.header-wrapper.top .header-links ul li {
	margin: 0 0 0 10px;
}

/* =================================================================
                        Media Queries
===================================================================*/

@media only screen and (max-width:59.9em){
	.header-main > .container > [class*="grid-"] {
		width:100%;
	}
}


@media only screen and (min-width:60em){

	.site-header > .inner {padding:10px 0;}
	
	.header-main {padding: 15px 0 25px 0;}
	
	.site-header a.site-logo {text-align:left; width:auto; margin-top:10px;}
		
	.site-header  a.site-logo svg.icon-logo {
		width:297px;
		height:80px;
	}
	
	.header-links {display:block; margin-left:auto;}
	
	.header-language {
		margin-left:2rem;
	}
	
	.extra-link {display:none !important;}
	
	.site-search {margin:0px; width:200px; margin:0 10px 0 20px; }

	.site-search .inner {display:block; background:none; position:relative; bottom:auto; padding:0px;}

	.site-search .search-trigger, 
	.search-active .site-search .inner:before {
		display:none;
	}
	
	.site-search .btn {
		right:0px; 
	}	

	.header-top-wrapper {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;		
		justify-content: stretch;
		align-items: center;
		margin:0 0 2rem 0;
		
	}
		
	.header-wrapper {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		justify-content: stretch;
		align-items: center;		
	}
	
	.header-wrapper.top {
		align-items: normal;
	}
	.header-wrapper.top .header-links {
		min-width: 400px;
		margin: 8px 0 17px;
	}
	
}
@media only screen and (min-width:70em){
	.header-wrapper.top .header-links {
		min-width: 470px;
	}
	.header-wrapper.top .header-links ul li {
		margin: 0 0 0 30px;
	}	
}	
@media only screen and (min-width:80em){
	.site-search {width:280px; padding-left:20px; margin-lefT:20px;}
}


/* ## footer ## */

.footer {text-align:center; padding:1rem 0;}
.footer a {color:#444444;}

.footer-links {margin:0;}
.footer-links {font-weight:bold;}
.footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.footer-links ul li {margin:10px 10px; display:inline-block;}
.footer-links a { white-space:nowrap;}
.footer-links a:hover,
.footer-links a:focus {}

.sub-footer { padding:10px 0; background:#aaa;}

.sub-footer-links {}
.sub-footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.sub-footer-links ul li {display:inline-block; margin:0 5px;}
.sub-footer-links a {font-size:.75em;}

.copyright { text-align:right; font-size:.75em;}

/* ## Footer Email Signup ## */

.email-signup {margin:0 0 20px;}
.email-signup .inner {position:relative;}
.email-signup p { margin:0 0 10px 0; }
.email-signup .formee input[type="text"] {margin:0px;}
.email-signup .btn {position:absolute; right:0px; top:0px; height:100%;}

.follow-us {}
.follow-us a {text-decoration:none; color:#001e61; display:inline-block; font-size:1.8em; margin:0 3px; }
.follow-us a:hover,
.follow-us a:focus {color:#444;}

.footer-top > div,
.footer-bottom  > div {
		padding:10px 0;
	}		
	
@media only screen and (min-width:60em){

	.footer {text-align:left; padding:2rem 0;}

	.footer-top {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		width: 100%;
		align-items: center; /* vertical */ 
	}	
	
	.footer-top > div:last-child {
		margin-left: auto;	
		text-align:right;
	}
	
	.footer-bottom {
		text-align:center;
	}
	
	.footer-links ul li {margin:0px 10px; }
}

.footer svg.icon-logo {
	width:156px;
	height:42px;
}

.section-circles {
	padding:2rem 0;
	position:relative;
}

.circles a {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	align-items: center; /* vertical */ 
	background:#fff;
	margin-bottom:2rem;
	text-decoration:none !important;
	color:#444;
}

.circles a .image {
	display:block;
	width:80px;
	height:80px;
	border-radius:50%;
	background:#753cbe;
	margin:0 auto 20px auto;
	padding:7px;
}

.circles a .text {
	width:80%;
	padding-left:20px;
	display:block;
	margin-bottom:1rem;
}

.circles a .text .h2 {
	display:block;
}

.circles a .btn {
	width:100%;
	display:block;
}

.circles a:hover .image,
.circles a:focus .image {
	transform: scale(1.1);
	/*background: linear-gradient(0deg, #6934AE 0%, #B34775 100%);*/
}

@media only screen and (min-width:60em){
	.section-circles:before {
		content:"";
		width:100%;
		height:1px;
		background:#ccc;
		position:absolute; 
		top:57%;
		left:0;
	}
	
	.circles {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		width: 100%;
		align-items: stretch; /* vertical */ 	
		justify-content: space-between; /* horizontal */ 
	}

	.circles a {	
		display:block;
		width:29%;
		max-width:320px;
		text-align:center;
		position:relative;
		margin:0;
	}
	
	.circles a > div {
		width:100%;	
	}	

	.circles a .text {
		width:100%;
		padding:0;
	}
	
	.circles a .btn {
		position:absolute; 
		bottom:0;
		left:0;
	}

}

.section-background {
	background:#753cbe url(/cms/images/pattern.jpg) no-repeat 0% 0%;
	margin-top:3rem;
	padding:2.5rem 0;
}

body:not(.home) .section-background {
	padding:10px 0;
	margin-top:0;
}

.section-page-bottom {
	padding:2rem 0px;
}

.section-page-bottom p {
	margin:0;
}

.section-page-bottom .btn {
	margin:10px 0;
	width:100%;
}

.box-banner {
	background:#fff;
	padding:40px;
	border-radius:20px;
	line-height:1.6;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);	
	margin:0 0 2rem 0;	
	border:1px solid #E7E7E7;
}

.box-banner h2 {
	position:relative;
	padding-bottom:15px;
}

.box-banner h2:after {
	content:"";
	left:0;
	bottom:0;
	width:50px;
	height:5px;
	position:absolute;
	background:#753cbe;
}

.angle-banner {
	position:relative;
	border-radius:0 20px 20px 20px;
	overflow:hidden;
	background:#fff;
	margin:2rem 0;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);	
}

.angle-banner .image {
	overflow:hidden;
}

.angle-banner .image:before {
	content:"";
	position:absolute; 
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #ffffff transparent transparent transparent;
	z-index:1;
}

.angle-banner .image img {
	min-width:530px;
}

.angle-banner .text {
	background:#fff;
	padding:20px;
	border-radius:20px;
	line-height:1.6;
}

.angle-banner .text h2 {
	position:relative;
	padding-bottom:15px;
}

.angle-banner .text h2:after {
	content:"";
	left:0;
	bottom:0;
	width:50px;
	height:5px;
	position:absolute;
	background:#753cbe;
}

@media only screen and (min-width:60em){

	.angle-banner {
		position:relative;
		padding:40px;
		border-radius:0 40px 40px 40px;	
		margin-bottom:4rem;		
	}

	.angle-banner .image img {
		position:absolute;
		top:0;
		left:0;
		min-width:100%;
		max-width:10000rem !important;
		height:100% !important;
	}
	
	.angle-banner .text {
		padding:50px;
		border-radius:20px;
		width:680px;
		position:relative;
		float:right;
		-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
		box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);			
	}
}

.news-featured .description,
.news-featured .aside {
	display:none;
}

.news-featured {
	margin:0;
}

.news-featured .mod-head:before {
	content:"";
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	height:2px;
	background:#c5ade3;	
}

.news-featured .mod-head {
	margin-bottom:1rem;
}

.news-featured .mod-head .title {
	color: #fff;
	background: #753cbe;
	display: inline-block;
	margin: 0;
	padding-right:20px;
} 

.more a {
	font-weight:bold;
	text-decoration:none;
	padding-right:30px;
	background:transparent url(/cms/images/svg/arrow.svg) 100% 50% no-repeat;
	fill:currentColor;
}

.more a:hover,
.more a:focus {
	text-decoration:underline;
}

.news-featured .mod-head .more {
	background:#753cbe;
	padding-left:20px;
}

.news-featured .mod-head .more a {
	color:#fff;
}

.news-featured .item {
	border-style:none;
	background:#fff;
	padding:20px !important;
	border-radius:20px;
	margin-bottom:20px;
	position:relative;
	display:block;
}

.news-featured .item:before {
	content:"";
	position:absolute; 
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #753cbe transparent transparent transparent;
	z-index:1;	
}

.news-featured .content {
	display:block;
}

.news-featured .category {
	font-size:14px;
	font-weight:bold;
	color:#D90D1A;
	background:#F2F2F2;
	padding:3px 10px;
	border-radius:10px;
	display:inline-block; 
	float:right;
}

.news-featured .title {
	clear:both;
	margin:0 0 10px 0;
}

.news-featured .date {
	font-weight:bold;
	color:#001e61;
}

@media only screen and (min-width:60em){
	.news-featured .item-list {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		width: 100%;
		align-items: stretch; /* vertical */ 	
		justify-content: space-between; /* horizontal */
	}
	
	.news-featured .item {
		padding:30px !important;
		width: 32%;
		max-width: 407px;
	}
	
	.news-featured .item:last-child {
		margin-right:0;
	}	
	
	.news-featured .item:before {
		border-width: 50px 50px 0 0;
	}
}

.newsletter-box {
	border-bottom:2px solid #c5ade3;
	padding:0 0 20px 0;
	color:#fff;
	margin:2rem 0 1rem 0;
}

.newsletter-box .icon {
	vertical-align:bottom;
}

.newsletter-box a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
	display:block; 
}

.newsletter-box a:hover,
.newsletter-box a:focus {
	opacity:0.8;
}

.newsletter-box .table-layout {
	width:100%;
}

.newsletter-box .table-cell:last-child {
	padding:0 25px;
}

@media only screen and (min-width:60em){
	.newsletter-box {
		
	}
	
	.newsletter-box a {
		font-size:1.85rem;
		margin-bottom:0;
	}
}

.header-alert {
	background:#753cbe;
	color:#fff;
	padding:10px 0;
}

.header-alert a {
	color:#fff;
}

.header-alert .title {
	font-weight:bold;
	float:left;
	margin-bottom:10px;
	margin-right:20px;
}

.header-alert .title:after {
	content:"|";
	color: rgba(255,255,255,.35);
	margin-left:10px;
}

.header-alert .title .icon-alert {
	width:26px;
	height:26px;
	margin-right:10px;
	margin-top:-4px;
}

.header-alert .content {
	font-weight:bold;
}

.header-alert .alerts-carousel a {
	padding-right: 30px;
	background: transparent url(/cms/images/svg/arrow.svg) 100% 50% no-repeat;
}

.alerts-carousel {
	clear:both;
}

.alerts-carousel-controls {
	float:right;
	position:relative;
	z-index:10;
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 105px;
	justify-content: center; /* horizontal */ 
	align-items: center; /* vertical */ 
	margin-top:-3px;	
}

.alerts-carousel-controls a {
	cursor:pointer;
}

.alerts-carousel-controls .paging-info {
	font-weight:normal;
	font-size:15px;
}

.alerts-carousel-controls svg {
	width:25px;
	height:25px;
}

@media only screen and (min-width:60em){
	.header-alert {
		padding:9px 0;
	}
	
	.header-alert .title {
		/* font-size:18px; */
		margin-bottom:0;
	}
	
	.alerts-carousel {
		clear:none;
	}
}

.main-content {
	display:block;
}
 
.trip-planner-shadow {
	-webkit-box-shadow: 7px 7px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 7px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 7px 7px 25px 0px rgba(0,0,0,0.3);	
	border-radius: 20px;	
	position: relative;	
	margin:0 auto 2rem auto;
	width:100%;
	border:1px solid #E7E7E7;
}

@media only screen and (min-width:60em){
	.home .trip-planner-shadow {
		-webkit-box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.3);
		box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.3);	
	}
}

.section-hero .trip-planner-shadow {
	border-style:none;
	width:96%;
	max-width:400px;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 auto;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);		
}

.trip-planner-box {
	border-radius: 20px;	
	background:#fff;
	padding:35px 20px;
	clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}

@media only screen and (min-width:30em){
	.trip-planner-box {
		padding:40px;
	}	
}

.trip-planner-box h2 {
	font-size:26px;
	margin-bottom:25px;
}

.trip-planner-box h2 svg.icon-trip {
	fill:#753cbe;
	width:45px; 
	height:45px;
	vertical-align:bottom;
}

@media only screen and (max-width:360px){
	.trip-planner-box h2 svg.icon-trip {
		width:30px; 
		height:30px;
	}
}

.trip-planner-box input[type="text"],
.trip-planner-box input[type="time"],
.trip-planner-box input[type="date"] {
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	border-radius:0 !important;
	margin-bottom:25px !important;	
}

.tp-table {
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	align-items: center;
} 

.tp-table > div:nth-child(2) {
	padding-right:5px;
}

.tp-table label {
	padding-right:3px;
}

.tp-table > div:nth-child(5) {
	/* IE11 */
	min-width:125px;
}

.tp-table input::-webkit-calendar-picker-indicator {
	margin:-4px; 
}

.trip-planner-box input[type="text"],
.trip-planner-box input[type="time"], 
.trip-planner-box input[type="date"] {
	padding:6px 2px 6px 0 !important;
}

@media only screen and (min-width:30em){
	.tp-table label {
		padding-right:10px;
	}	
}

@media only screen and (min-width:60em){
	.tp-table {
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;	
	} 
}

@media only screen and (min-width:60em) and (max-width:80em){
	.right-rail .break {
	  flex-basis: 100%;
	  height: 0;
	}
}

@media only screen and (min-width:80em){
	.right-rail .tp-table > div {
		flex: 1;
	}	
}

.tp-table label,
.tp-table input[type="text"],
.tp-table input[type="time"],
.tp-table input[type="date"] {
	display:inline-block !important;
	margin-bottom:0 !important;
}

.trip-planner-box .btn {
	width:100%;
	margin-top:25px; 
}

.section-hero {
	position:relative;
	max-width: 1920px;
	margin: 0 auto;
}

.hero {
	position:relative;
	height: 690px;
}

.hero-image {
	position:absolute;
	/*clip-path: polygon(100% 0, 100% 71%, 0 100%, 0 100%, 0 0);*/
	text-align:center;
}

.hero-image:after {
	display:block;
	content:"";
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: linear-gradient(90deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0) 100%);
}

.hero-image img {
	min-width:960px;
}

.hero-text {
	margin: 0px auto;
	min-width: 16em;
	max-width: 82.500em;	
}

.hero-text-inner {
	position:relative;
	top:10%;
	color:#fff;
	padding:20px;
}

.hero-text-inner h2 {
	color:#fff;
	font-style:italic;
	text-shadow: 5px 5px 1px rgba(0,0,0,0.2);
	margin-bottom:1rem;
	font-weight:bold;
	line-height:1;
}

.hero-text-inner h2 span {
	/* font-weight:bold; */
	display:block;
	font-style:normal;
	font-weight:normal;
	font-size:.6em;
	margin-top:.2em;
}

.hero-text-inner .btn {
	border:2px solid #fff;
}
.hero-text-inner .btn:hover,
.hero-text-inner .btn:focus {background-color: #666666;}

@media only screen and (min-width:60em){
	.hero {
		height: auto;
		min-height:400px;
		background:none;
	}

	.hero-image {
		position:relative;
	}

	.hero-text-inner {
		position:absolute; 
		top:10%;
		width:45%;		
	}
	
	.hero-text-inner h2 {
		font-size:36px;
	}
	
	.hero-text-inner p {
		font-size:20px;
	}
	
	.trip-planner-wrapper {
		margin: 0px auto;
		min-width: 16em;
		max-width: 82.500em;
	}
	
	.section-hero .trip-planner-shadow {
		position:relative; 
		top:auto;
		bottom:auto;
		right:auto;
		left:auto;
		margin:-10rem auto 2rem auto;
		max-width:100%;
		-webkit-transform: translateX(0%);
			-ms-transform: translateX(0%);
				transform: translateX(0%);			
	}
	
	.section-hero .trip-planner-box h2 {
		text-align:center;
	}
	
	.section-hero .trip-planner-box {padding:30px;}
	
	.section-hero .trip-planner-box input[type="text"], 
	.section-hero .trip-planner-box input[type="time"], 
	.section-hero .trip-planner-box input[type="date"] {margin-bottom: 0px !important;}
	
	.section-hero .tp-table label, 
	.section-hero .tp-table input[type="text"], 
	.section-hero .tp-table input[type="time"], 
	.section-hero .tp-table input[type="date"] {
		margin-bottom: 0px !important;
	}
	
	.section-hero .trip-planner-box input[type="text"] {
		min-width:200px;
	}
	
	.section-hero .trip-planner-box .formee {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		width: 100%;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.section-hero .trip-planner-box .formee > div {
		flex-grow:1;
		padding-right:1rem;
	}
	
	.section-hero .trip-planner-box .formee > div:last-child {
		padding-right:0rem;
		text-align:center;
	}	
	
	.section-hero .trip-planner-box .btn {
		margin-top:20px;
		max-width:255px;
	}
	
}

@media only screen and (min-width:80em){
	
	.hero-image {
		width:1920px;
	}
	
	.hero-text-inner {
		width:60%;
		top:27%;
	}	

	.hero-text-inner h2 {
		font-size:60px;
	}
		
	.hero-text-inner p {
		font-size:26px;
	}
	
	.section-hero .trip-planner-box .btn {
		margin-top:0px;
	}
}

@media only screen and (max-width:959px){
	.hero-image {
		left:50%;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);		
	}
}

.page-heading {
	position: relative;
	overflow:hidden;
	margin:0 0 1rem 0;
	background:#6f4b9e;
}

.page-heading .page-heading-bg-image {
    position: absolute;
    display: none;
	width:100%;
	height: 100px;
    right: 0;
    top: 0;
    bottom: 0;
	text-align:right;
}

.page-heading .page-heading-bg-image img {
	max-width:82.500em !important;
}

.page-heading .page-heading-text:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #6f4b9e;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.page-heading .page-heading-bg-image p {
	margin:0;
}

.page-heading .page-heading-text {
    position: relative;
	margin: 0px auto;
	max-width: 82.500em;
    z-index: 2;
    display: block;
	color:#fff;
	padding:20px 20px;
}

.page-heading .page-heading-text h1 {
	color:#fff;
	margin:0;
	font-style:italic;
	text-shadow: 5px 5px 1px rgba(0,0,0,0.2);
	position:relative;
	z-index:1;
}

.page-heading .page-heading-text h1 span {
	font-weight:bold;
}

.finder .page-heading,
.finder .page-heading .page-heading-bg-image {
	height:220px;
}

@media only screen and (min-width:60em){
	
	.page-heading .page-heading-bg-image {
		display:block;
	}
	
	.page-heading .page-heading-text h1 {
	    top: 50%;
		transform: translateY(-50%);
	}

	.page-heading .page-heading-text:after {
		width: 72%;
	}	
	
	.page-heading,
	.page-heading .page-heading-text,
	.page-heading .page-heading-bg-image {
		height: 100px !important;
	}
	
	.finder .page-heading,
	.finder .page-heading .page-heading-bg-image {
		height:210px !important;
	}	
	
	.page-heading .page-heading-text h1 {
		font-size:40px;
	}
}

@media only screen and (min-width:80em){
	.page-heading .page-heading-text:after {
		width: 52%;
	}
}

.section {
	line-height:1.4;
	padding:0 0 2rem 0;
}

.sitemap table {
    width: 100%;
	background:#fff;
	table-layout:fixed;
}

.sitemap table td {
    border: 10px solid #fff;
    display: block;
    padding: 30px;
    vertical-align: top;
}

.sitemap table a { }

@media only screen and (min-width:48em){
	.sitemap table td {
		display: table-cell;
	}
}

.careers-search-table {
	width:100%;
}

.careers-search-table .btn {
	padding-left:20px;
	padding-right:52px;
}

@media only screen and (max-width:59.9em){
	.careers-search-table td {
		width:100%;
		display:block;
	}
}

.careerDescLabel {display:inline-block; font-weight:bold; width:100%;}
.careerDescInfo {display:inline-block; margin:0 0px 20px 0; width:100%;}

@media only screen and (min-width:60em){
	.careerDescLabel {margin:0 20px 20px 0; width:130px; float:left;}
	.careerDescInfo {margin:0 0px 20px 0; width:calc(100% - 150px); float:right;}
}

.info-carousel .info-item {
	padding-bottom:54px;
	margin:0 10px;
}

.info-carousel .info-item .image {
	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
}	
	
.info-carousel .info-item .image img {	
	max-width:1000px !important;
	height:100px !important;
	width:100%;
	object-fit: cover;		
}

.info-carousel .info-item .btn {
	position:absolute;
	bottom:0;
	width:230px;
	padding:14px 14px;
	font-size:16px;
}

.info-carousel .slick-track {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	 
}

.mod-route-alerts {
	margin:0 0 2rem 0;
}

ul.route-alerts-list,
ul.route-alerts-links {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.route-alerts-list li {
	margin:0 7px 7px 0;
	padding:0px;	
	display:inline-block;
	float:left;
}

ul.route-alerts-list li a {
	padding:10px 10px;
	font-weight:bold;
	text-decoration:none;
	font-size:24px;
	color:#231F20;
	border:1px solid #BBBBBB;
	border-radius: 3px;
	background-color: #FFFFFF;
	display:block;
	width:60px;
	text-align:center;
}

ul.route-alerts-list li a:hover,
ul.route-alerts-list li a:focus {
	background:#BBBBBB;
}

ul.route-alerts-links li {
	margin:0;
	padding:10px 0;
}

@media only screen and (min-width:80em) {
	
	ul.route-alerts-list li {
		margin:0 12px 12px 0;
	}
	
}

@media only screen and (min-width:60em){
	.main-rail {
		padding-right:50px !important;
	}
}

.route-finder-box {
	max-width:590px;
	margin:0.5rem auto 0 auto;
}

.route-finder-box h2 {
	color:#fff;
	font-size:16px;
	margin-bottom:10px;
}

.route-finder-box select,
.route-finder-box input[type="text"] {
	border-radius:0px !important;
	-webkit-appearance:none;
}

.route-finder-box input[type="text"] {
	margin-bottom:0px !important;
}

.route-search {
	position:relative;
	background:#fff;
}

.route-search .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 33px;
	width: 50px;
	padding: 10px;
	background: transparent url(/cms/images/svg/search.svg) 50% 50% no-repeat;
	text-indent: -9999rem;
}

@media only screen and (min-width:60em){
	
	.route-finder-box h2 {
		font-size:24px;
	}
	
	.route-finder-box .inner {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		justify-content: space-between; /* horizontal */ 
	}
	
	.route-finder-box .inner > div {
		width:49%;
		padding:0 1% 0 0;
	}
	
	.route-finder-box select {
		margin-bottom:0px !important;
		padding:18px !important;
		height:56px;
	}	
	
	.route-finder-box input[type="text"] {
		margin-bottom:0px !important;
		padding:18px !important;
		height:56px;
	}	

	.route-search .btn	{
		height:100%;
	}

}

.mobile {display:block;}
.desktop {display:none;}

@media only screen and (min-width:60em){
	.mobile {display:none}
	.desktop {display:block;}
}

ul.route-connections-list {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.route-connections-list li {
	margin:0 0 10px 0;
	padding:0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;	
}

ul.route-connections-list li a {
	display:table;
	width:100%;
	vertical-align:top;
	border-radius:3px;
	border:1px solid #c2c2c2;
	overflow:hidden;
	text-decoration:none;
}

ul.route-connections-list li a span {
	display:table-cell;
	padding:10px;
	text-decoration:none;
}

ul.route-connections-list li a .number {
	width:54px;
	background:#753cbe;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}


ul.route-connections-list li.theme-1 a .number {
	background:#F32735;
}

ul.route-connections-list li.theme-2 a .number {
	background:#753CBE;
}

ul.route-connections-list li.theme-3 a .number {
	background:#939598;
}

ul.route-connections-list li.theme-4 a .number {
	background:#00AAE7;
}

ul.route-connections-list li.theme-5 a .number {
	background:#001E61;
}

.accordion-toggle.theme-1 {
	color:#fff;
	background:#F32735;
}

.accordion-toggle.theme-2 {
	color:#fff;
	background:#753CBE;
}

.accordion-toggle.theme-3 {
	color:#fff;
	background:#939598;
}

.accordion-toggle.theme-4 {
	color:#fff;
	background:#00AAE7;
}

.accordion-toggle.theme-5 {
	color:#fff;
	background:#001E61;
}

.accordion-toggle.theme-1 .h3,
.accordion-toggle.theme-2 .h3,
.accordion-toggle.theme-3 .h3,
.accordion-toggle.theme-4 .h3,
.accordion-toggle.theme-5 .h3 {
	color:#fff;
}

ul.route-connections-list li a:hover .number {
	background:#231F20;
}

ul.route-connections-list li a .text {
	padding-right:40px;
	color:#231F20;
	font-size:20px;
	background: #fff url(/cms/images/svg/arrow-black.svg) 94% 50% no-repeat;
}

@media only screen and (min-width:48em){
	.main-rail ul.route-connections-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;		
	}
}

@media only screen and (min-width:64em){
	.main-rail ul.route-connections-list {
		-webkit-columns: 3;
		-moz-columns: 3;
        columns: 3;
	}
	
	.main-rail .accordion ul.route-connections-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;		
	}
}

.mod-quick-links,
.mod-agendaminutes {
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	padding:30px;
}

.mod-agendaminutes .table-wrapper,
.mod-agendaminutes .data-table {
	margin:0;
}

.mod-agendaminutes > p:last-child {
	margin:0;
}
	
ul.quick-links {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.quick-links li {
	margin:0;
	padding:0;
}

ul.quick-links li a {
	display:block;
	padding:18px 0;
	border-bottom:2px dashed #CBCBCB;
	font-size:18px;
	text-decoration:none;
	color:#231F20;
}

ul.quick-links li:last-child a {
	border-bottom:none;
}

ul.quick-links li svg {
	fill:#001e61;
	width:25px;
	height:25px;
	margin-right:10px;
}

ul.quick-links li a:hover,
ul.quick-links li a:focus  {
	 
}

ul.quick-links li a:hover svg,
ul.quick-links li a:focus svg {
	fill:#231F20;
	transform: scale(1.2, 1.2);
}

.time-table-slider {    
	width:100%;
	height:450px;
	position:relative; 
	border-radius:10px;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);	
	margin-bottom:2.5rem;	
	overflow:hidden;
}

#viewContainer {
	width:100%;
	height:100%;
	position:absolute;
	left:0%;
	overflow:hidden; 
	/*overflow-y: scroll;*/
} 

#tslshow {
	position:absolute;
	left:0;
	min-width:100%;
	width:20000px;	
	height:450px;
}

.leftArrow {
	left:0px;
	border-radius: 0 80px 80px 0;
}

.rightArrow {
	right:0px;
	border-radius: 80px 0 0 80px;
}

.rightArrow.disable {
	opacity:0.2;
}

.leftArrow,
.rightArrow {
    z-index:10;
	width:40px;
	height:80px;
	background:rgba(0,0,0,0.3); 
	position:absolute;
	cursor:pointer;	
	top:200px;
}

.leftArrow:hover,
.leftArrow:focus,
.rightArrow:hover,
.rightArrow:focus {
	background:rgba(0,0,0,0.5); 
}

.leftArrow svg,
.rightArrow svg {
	widtH:50px;
	height:50px;
	fill:#fff;
	margin-top:14px;
}

.time-table-wrapper {
	overflow:auto;
}

.time-table {
	display: table;
	border-collapse:collapse;
	position: relative;
	width:820px;
	table-layout:fixed;
}
.time-table tr:nth-child(even) {background:#e6e9ef;}
.time-table th {
	position: sticky; 
	top:0; 
	text-align:left;
	color:#231F20; 
	background:#e6e9ef; 
	padding:14px 14px 8px 14px; 
	font-size:12px; 
	border-left:2px solid #e6e9ef; 
	border-right:2px solid #e6e9ef; 
	width:150px; 
	line-height:1.2;
}
.time-table td {
	vertical-align:middle; 
	padding:8px 14px; 
	font-size:14px;
	border-left:2px solid #e6e9ef; 
	border-right:2px solid #e6e9ef; 
	white-space:nowrap;
}

.time-table-filter {
	margin-bottom:2rem !important;
}

.time-table-filter select,
.time-table-filter input[type="text"] {
	padding:13px 5px !important;
}

.time-table-filter input[type="checkbox"] {
	margin-bottom:15px;
}

.time-table-filter input[type="checkbox"] + label {
	margin-left:5px;
	position:relative;
	top:2px;
	display:inline-block !important;
}
	
.time-table-filter .row {
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}

.time-table-filter .row:first-child > div:nth-child(1) {
	width:100%;
}

.time-table-filter .row:first-child > div:nth-child(2) {
	width:15%;
	order:3;
}
	
.time-table-filter .row:first-child > div:nth-child(3) {
	width:80%;
	order:2;
}	
	
.time-table-filter .row > div {
	padding-right:20px;
	margin-bottom:10px;
}

.time-table-filter label {
	padding-right:5px;
}

.time-table-filter .filter__stops {
	white-space:nowrap;
}

.time-table-filter .filter__btn {
	width:100%;
}

.time-table-filter .btn {
	padding:13px 40px 13px 27px;
	width:100%;
	text-align:center;
}

@media only screen and (min-width:48em){
	
	.time-table-filter .row:first-child > div:nth-child(1) {
		width:auto;
	}
	
	.time-table-filter .row:first-child > div:nth-child(2) {
		width:auto;
		order:2;
	}
		
	.time-table-filter .row:first-child > div:nth-child(3) {
		width:auto;
		order:3;
	}	
	
	.time-table-filter label {
		display:inline-block !important;
	}	
	
	.time-table-filter .row + .row {
		margin-top:10px;
	}
	
	.time-table-filter .row  > div:last-child {
		padding-right:0;
	}
	
	.time-table-filter select,
	.time-table-filter input[type="text"],
	.time-table-filter input[type="checkbox"] {
		margin-bottom:0 !important;
		width:auto !important;
	}
	
	.time-table-filter .hasDatepicker {
		max-width:95px !important;
	}
	
	.time-table-filter .filter__btn {
		width:auto;
	}

}

@media only screen and (min-width:960px) and (max-width:1200px) {
	.time-table-filter {
		justify-content: flex-start;
	}
	
	.time-table-filter > div {
		width:100%;
		justify-content: flex-start;
	}
	
	.time-table-filter > div label {
		width:55px;
	}
	
	
	.time-table-filter .filter__stops label {
		width:auto !important;
	}
	
	.time-table-filter > div select {
		min-width:300px !important;
	}
}

/* new time table with horizontal and certical scroll */

.rightArrow, .leftArrow {
	display:none;
}

#tslshow {
	position:static;
	width:auto !important;
	overflow-x:auto;
}

.time-table {
	width:auto !important;
}

.time-table tbody {
	display:block;
    max-height:360px;
    overflow-y:auto;
	overflow-x:hidden;
	direction:rtl;
}

.time-table thead,
.time-table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.time-table tbody tr {
	direction:ltr;
}

.time-table tbody td {
	width:150px;
}

.time-table th:first-child,
.time-table td:first-child {
	padding-left:35px;
	width:185px !important;
	white-space:normal;
}

/* end new time table with horizontal and certical scroll */

/* data-expander */

.target-show {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: toggleTargetShow;
}

.target-hide {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: toggleTargetHide;
}

[data-expander-target] {
    display: none;
}

[data-expander-target].active {
    display: block;
}

[data-expander-target].target-show {
    animation-name: toggleTargetShow;
}

[data-expander-target].target-hide {
    animation-name: toggleTargetHide;
}

@keyframes toggleTargetShow {
    from {
        opacity: 0;
        transform: translateY(-10%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes toggleTargetHide {
    from {
        opacity: 1;
        transform: translateY(0%);
    }

    to {
        opacity: 0;
        transform: translateY(-10%);
    }
}

[data-expander] {
	margin:0 0 10px 0;
}

[data-expander-toggle] {
	color:#231F20;
	text-decoration:none;
	display:block;
	padding:10px 40px 10px 10px;
	font-size:18px;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	background-color: #FFFFFF;
	width:100%;
	text-align:left;
	font-weight:normal;
	position:relative;
}

[data-expander-toggle]:after {
	content:"+";
	position:absolute;
	right:7px;
	top:50%;
	margin-top:-13px;
	font-size:40px;
	width:25px;
	height:25px;
	line-height:25px;
	display:block;
	text-align:center;
}

[data-expander-toggle].active:after {
	content:"-";
	margin-top:-16px;
}

[data-expander-target] {
	padding:20px 10px 20px 0;
}

@media screen and (min-width: 48em)  {
	[data-expander-toggle] {
		padding:10px 50px 10px 30px;
	}

	[data-expander-toggle]:after {
		right:20px;
	}
	
	[data-expander-target] {
		padding:20px 30px;
	}
}

/* end data-expander */

.pseudo-accordion-toggle {
	color: #231F20 !important;
	text-decoration: none;
	display: block;
	padding: 10px 30px 10px 10px;
	font-size: 18px;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
	font-weight: normal;
	position: relative;
	margin: 0 0 0.5rem 0;
	font-weight: bold;
	font-size: 1.3rem;
}

.pseudo-accordion-toggle:after {
    content: "+";
    position: absolute;
    right: 7px;
    top: -2px;
    font-size: 40px;
	font-weight:normal;
}

@media screen and (min-width: 48em)  {
	.pseudo-accordion-toggle {
		padding:10px 50px 10px 30px;
	}
	
	.pseudo-accordion-toggle:after {
		right:20px;
	}
}

.documents-wrapper {
	width: 100%;
}

.documents-wrapper p {
	min-width:50%;
}

.map-route-wrapper {
	position:relative;
	max-width:350px;
	margin:0 auto 2rem auto;
	/*
	padding-top:60%;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden; 
	*/
}

.map-route-wrapper > img {
	width:100%;
	/*
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0; 
	*/
}

.map-route-wrapper a {
	display:inline-block;
	position:absolute;
	bottom:20px;
	right:20px;
}

.narrow {
	text-align:center;
	max-width:60rem;
	margin:0 auto;
}

.rounded {
	border-radius:10px;
	overflow:hidden;
}

.simple-banner {
	background:transparent url(/cms/images/simple-banner.jpg) no-repeat;
	background-size:cover;
	color:#fff;
	text-align:center;
	padding:35px 30px;
	border-radius:20px;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);	
	min-height:250px;
	margin-bottom:2rem;
}

.simple-banner h3 {
	color:#fff;
	position:relative;
	padding-bottom:20px;
}

.simple-banner h3:after {
	content:"";
	position:absolute;
	width:50px;
	left:50%;
	margin-left:-25px;
	bottom:0;
	height:7px;
	background:#e8679f;
}

.simple-banner p {
	max-width:500px;
	margin:0 auto 2rem auto;
}

.simple-banner .btn {
	background: #fff url(/cms/images/svg/arrow-purple.svg) 90% 50% no-repeat;
	color:#753cbe;
}

@media only screen and (max-width:59.9em){
	.section .main-rail,
	.section .right-rail {
		width:100% !important;
	}
}

.faq-accordion-wrpr {
	margin:0 0 2rem 0;
}

.gallery-listing {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
}

.gallery-listing .gallery-item {
    width:320px;
	background:#000;
    position: relative;
    margin: 0 3% 2rem 0;
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid #cccccc;
}

.gallery-listing .gallery-image {
	width:100%;
	height:240px;
	background-repeat:no-repeat;
	background-size:cover;
	
}

@media only screen and (min-width:48em){
	.gallery-listing .gallery-item {
		width:30%;
	}
}

.gallery-listing .gallery-item-overlay {
    color: #ffffff;
    width: 100%;
    padding: 10px;
    border-top:1px solid #cccccc;
}

.gallery-listing .gallery-item:hover,
.gallery-listing .gallery-item:focus {
    background: rgba(35,31,32,.8);
}

.gallery-listing .name {
	font-weight:bold;
}

.gallery-listing .description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display:none;
}

.gallery-listing .description:empty {
	display:none !important;
}

.gallery-listing .gallery-item-link:hover .description,
.gallery-listing .gallery-item-link:focus .description {
    display:block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;	
}

.table-wrapper {
	overflow:auto; 
	margin-bottom:1rem;
}

.table-wrapper.shadow {
	margin-bottom:2rem;
}

.data-table {
	width:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;
}

.table-wrapper .data-table {margin:0;}
.data-table tr:nth-child(odd) {background:#f8f2ff;}
.data-table th {background:#f8f2ff; padding:6px 15px; font-size:1em; border:1px solid #E1E1E1; text-align:left;}
.data-table td {vertical-align:top; padding:6px 15px; border:1px solid #E1E1E1;}
.data-table td td {border-style:none;}

.data-table.train-table {border-radius:20px;}

.data-table.train-table tr:nth-child(odd) {background:#e6e9ef;}
.data-table.train-table th {background:#e6e9ef; text-align:left; text-transform:uppercase; padding:6px 10px;}
.data-table.train-table td {padding:12px 7px; white-space:nowrap; border-top:none; border-bottom:none;}
.data-table.train-table tr.theme-1 th {border-bottom:none; font-size:1.5em;}
.data-table.train-table tr.theme-2 th span {font-weight:normal;}
.data-table.train-table tr.theme-2 th.train-nmb {font-size:.85em; line-height:1.2; font-weight:normal;}
.data-table.train-table tr.theme-3 td {font-weight:bold; white-space:normal; vertical-align:middle; background:#e6e9ef; font-size:.85em; line-height:1.2; }
.data-table.train-table tr.theme-4 {background:#e6e6e6;}

.data-table.train-table tr.theme-1 th .ampm {float:right; font-size:.6em; font-weight:normal; margin-top:8px;}
.data-table.train-table tr.theme-1 th .ampm .am,
.data-table.train-table tr.theme-1 th .ampm .pm {width:14px; height:14px; border:1px solid #aaa; background:#fff; display:inline-block; position:relative; top:4px; margin-left:5px;}
.data-table.train-table tr.theme-1 th .ampm .pm {background:#e6e6e6;}

@media only screen and (max-width:47.9em){

    body:not(.cke_editable) .responsive-table,
	body:not(.cke_editable) .responsive-table thead,
	body:not(.cke_editable) .responsive-table tbody,
	body:not(.cke_editable) .responsive-table tr,
	body:not(.cke_editable) .responsive-table td {
		display:block;
		width:100%;
	}
	
	body:not(.cke_editable) .responsive-table td:empty {
		display:none;
	}

	.responsive-table tr {border-bottom:1px solid #E1E1E1; border-top:none;}
	.responsive-table th {display:none;}
	.responsive-table td {border-style:none;}
	
}

.layout-table {
	width:100%;
	border-collapse:collapse;
}

.layout-table td {
	vertical-align:top;
	padding:10px 20px 10px 0;
}

.layout-table td:last-child {
	padding-right:0 ;
}

@media only screen and (min-width:48em){
	.bid-table td:first-child {
		width:20%;
	}
}

.hasDatepicker {
	width:120px !important;
}

/* Employer/Employee Guide */
.emp-guide-wrpr {width:100%; max-width:960px; margin:0 auto; line-height:1.3;}
.emp-guide {
	margin:0 0 30px;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);	
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);	
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
	border-radius:4px;
	overflow:hidden;
}
.emp-guide-txt {color:#fff; padding:60px 5% 20px; font-size:18px; position:relative; text-align:left;}
.emp-guide-txt.theme-1 {background:#001e61;}
.emp-guide-txt.theme-2 {background:#00aae7;}
.emp-guide-txt h2 {color:#fff;}
.emp-guide-txt:after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
.emp-guide-txt a {color:#fff; text-decoration:underline;}
.emp-guide-txt a:hover,
.emp-guide-txt a:focus {text-decoration:none;}	
.emp-guide-txt ul, 
.emp-guide-txt ol {padding-left:1em; margin:0;}
.emp-guide-txt ul li {line-height:1; margin-bottom:.3em;}	

@media only screen and (min-width:30em){
	.emp-guide {display:table; width:100%;}
	.emp-guide-txt {display:table-cell; width:50%; vertical-align:middle; font-size:20px;}
	.emp-guide-img {display:table-cell; width:50%; vertical-align:middle;}
	
	
}
@media only screen and (min-width:48em){
	.emp-guide-txt {padding:120px 5% 60px;}
	.emp-guide-txt:after {
		border-width: 80px 80px 0 0;
	}	

	.emp-guide-txt {font-size:24px;}
}
@media only screen and (min-width:60em){
	.emp-guide-txt {font-size:28px;}
}
@media only screen and (min-width:60em){
	.emp-guide-txt {font-size:32px;}
}

.portlet-content-overlay {
	min-height:40px;
}

.alerts-list {
	width:100%;
}

.alerts-list tr {
	border-style:none;
	border-bottom: 2px dashed #CBCBCB;
}

.alerts-list th {
	text-align:left;
	padding:10px 15px;
}

.alerts-list td {
	vertical-align:middle;
	padding:10px 15px;
}

.alerts-list td:first-child {
	width:115px;
}

.alerts-list td .route-name {
	display:block;
	width: 54px;
	background: #753cbe;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;	
	padding:10px;
	border-radius:4px;
}

.alerts-list td .route-name svg,
.weather-alerts-table svg {
	fill:#753cbe;
	width:20px;
	height:20px;
	position:relative;
	top:-2px;
}

.route-list-table {
	display: table;
	width:100%;
	border-collapse:collapse;
}
.route-list-table tr:nth-child(odd) {background:#f8f2ff;}
.route-list-table th {text-align:left; color:#231F20; background:#f8f2ff; padding:8px 18px; font-size:1em; border:1px solid #dbdbdc; width:136px;}
.route-list-table td {vertical-align:top; padding:3px 18px; border:1px solid #dbdbdc; white-space:nowrap;}

.alerts-list td .route-name svg {display:none;}

.mod.newsSummary .hdng,
.mod.newsSummary .more {display:none;}

.boxes {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center; /* horizontal */
}

.boxes .box {padding:10px 10px;}
.boxes .btn {width:100%;}

@media only screen and (min-width:640px){
	.boxes .box {width:50%; }
}

@media only screen and (min-width:60em){
	.boxes .box {width:33.3%;}
}	

.filter.agendaminute-filter {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: space-between; /* horizontal */ 
	align-items: center; /* vertical */ 	
}

.filter.agendaminute-filter > div {
	width:100%;
	margin:0 0 1rem 0;
}

.filter.agendaminute-filter .btn {
	margin:0;
}

@media only screen and (min-width:48em){
	.filter.agendaminute-filter > div {
		width:auto;
		margin:0 1rem 0 0;
	}	
	
	.filter.agendaminute-filter > div.filter-btn {
		margin-left:auto;
		margin-right:0;
	}
}

.agendaminute-table .doc-icon {
	margin:0 4px 0 0;
}



.mod-route-alerts [data-expander-toggle] {
	font-size:18px;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);	
}
.mod-route-alerts [data-expander-toggle]:after {font-size:36px; top:9px;}
.mod-route-alerts [data-expander-toggle].active:after {top:6px; right:22px;}
.mod-route-alerts [data-expander-target] {padding:20px 0;}	

.mod-route-alerts [data-expander="nested-content"] {
	color: #231F20;
	text-decoration: none;
	display: block;
	padding: 20px 50px 20px 30px;
	font-size:18px;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3);
	position: relative;	
}
.mod-route-alerts [data-expander="nested-content"]:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 9px;
	font-size: 36px;
}	
.mod-route-alerts [data-expander="nested-content"].active::after {
	content: "-";
	top:6px; 
	right:22px;
}

.mod-route-alerts #nested-content {padding-left:130px; position:relative; min-height:150px;}
.mod-route-alerts .desktop-tabs {position:absolute; top:20px; left:0; width:120px;}
.mod-route-alerts .desktop-tabs button {width:120px; font-size:14px; padding:5px; text-align:left; margin:0 0 5px; border-radius:2px; background:#fff;}

.mod-route-alerts .desktop-tabs button.from {border:1px solid #753CBE;}	
.mod-route-alerts .desktop-tabs button.from:hover,
.mod-route-alerts .desktop-tabs button.from:focus,
.mod-route-alerts .desktop-tabs button.from.active {background:#753CBE; color:#fff;}

.mod-route-alerts .desktop-tabs button.to {border:1px solid #00b098;}	
.mod-route-alerts .desktop-tabs button.to:hover,
.mod-route-alerts .desktop-tabs button.to:focus,
.mod-route-alerts .desktop-tabs button.to.active {background:#00b098; color:#fff;}

.mod-route-alerts [data-expander-target] [data-expander-target] {padding:0;}
.mod-route-alerts [data-expander-target] [data-expander-target] a {outline:0; text-decoration:underline;}	
.mod-route-alerts [data-expander-target] [data-expander-target] a:hover,
.mod-route-alerts [data-expander-target] [data-expander-target] a:focus {text-decoration;none;}

/* Bids */
.bid-details-list {list-style:none; padding-left:12px;}
.bid-details-list .name {font-weight:bold;}

.agendaminuteRailWrpr table.data-table td:last-child > br {display:none;}

.autocomplete {
	background:#fff;
	margin-top:5px;
	min-width:277px;
	border:1px solid #c2c2c2;
}

.autocomplete > div {
	padding:4px 10px;
	margin:3px 8px;
	cursor:pointer;
}

.autocomplete > div.selected {
	background:#753cbe;
	color:#fff;
}



/* Homepage - New Layout */
.section-boxes {padding-top:40px;}
.home-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.home-boxes .home-box{width:100%; max-width:380px; padding:10px; margin-bottom:20px;}
.home-boxes .home-box a {display:block; position:relative; margin-bottom:15px;}

.home-boxes .home-box a:first-child:after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#753CBE;
	opacity:.75;
}

.home-boxes .home-box a:hover:after,
.home-boxes .home-box a:focus:after {opacity:.9;}

.home-boxes .home-box a span {
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	font-size:32px;
	z-index:9;
	width:100%;
	text-align:center;
	padding:0 10px;
	font-weight:bold;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);	
}

@media only screen and (min-width:48em){
	.home-boxes {
		justify-content: space-between;
	}	
	.home-boxes .home-box{width:50%; max-width:380px;}	
}
@media only screen and (min-width:60em){
	.home-boxes .home-box{width:33.3%; max-width:380px;}	
}	


.home-boxes .news-featured .mod-head:before {display:none;}
.home-boxes .news-featured .mod-head .more {display:none;}
.home-boxes .news-featured .mod-head .title {background:none; color:#231F20; font-size:32px;}

.home-boxes .news-featured .item-list {display:block;}
.home-boxes .news-featured .item {width:100%; max-width:100%; padding:0; margin-bottom:5px;}
.home-boxes .news-featured .item:before {display:none;}
.home-boxes .news-featured .date {display:none;}
.home-boxes .news-featured .category {display:none;}
.home-boxes .news-featured .item .title a {margin-bottom:0;}
.home-boxes .news-featured .item .title a:after {display:none;}

.home-boxes .news-featured .item-list li {background:#fff;}

.home-boxes .news-featured .item h3.title {font-size:18px; margin:0;}


/* New Forms */
.form-wrapper .formee {font-size:14px; padding:10px; border-radius:6px; border:1px solid #001e61;}
.form-wrapper .formee label {font-size:14px;}

.form-wrapper .section-title {margin:0 -21px; padding:40px 0 25px; position:relative; border:1px solid #fff;}
.form-wrapper .section-title:before {
	position:absolute;
	content:"";
	top:-1px;
	left:-1px;
	right:-1px;
	height:10px;
	border:1px solid #753CBE;
	border-top:0;	
	border-radius:0 0 6px 6px;
}
.form-wrapper .section-title:after {
	position:absolute;
	content:"";
	bottom:-1px;
	left:-1px;
	right:-1px;
	height:15px;
	border:1px solid #753CBE;
	border-bottom:0;
	border-radius:6px 6px 0 0;
}
.form-wrapper .section-title.top-title {margin-top:-10px;}
.form-wrapper .section-title.top-title:before {
	top:-2px;
	border:1px solid #fff;
	border-bottom:0;	
	border-radius:0 0 6px 6px;	
}

.form-wrapper .btnAlt .btn {background:#fff; color:#666; padding: 14px 15px; font-style:italic; text-decoration:underline;}
.form-wrapper .btnAlt .btn:hover,
.form-wrapper .btnAlt .btn:focus {text-decoration:none;}

.color-box {
	background:#f8f2ff;
	padding:1rem;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	margin:0 0 1rem 0;
}

@media only screen and (min-width:60em){
	.header-main > .container {
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
	}
	
	.header-main > .container > div {
		float:none;
	}
	
	.header-nav {
		padding:0 20px 0 10px;
		margin-left:auto;
	}
}


.alerts-accordion .accordion-toggle {
	font-size:14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    width: 100%;
	align-items:center;
}

.alerts-accordion .route-number {
	background:#D75500;
	color:#fff;
	display:inline-block;
	padding:4px 10px;
	margin-right:10px;
	border-radius:4px;
	width:37px;
	text-align:center;
	font-weight:bold;
	vertical-align:top;
}

.alerts-accordion .route-name {
	font-weight:bold !important;
	display:inline-block;
	width:calc(100% - 160px);
}

.alerts-accordion .number-alerts {
	margin-left:auto;
	white-space:nowrap;
}

.alerts-accordion .number-alerts svg {
	fill:#D75500;
	width:25px;
	height:25px;
	position:relative;
	top:-2px;	
}

.alerts-accordion .number-alerts span {
	display:inline-block;
	width:50px;
}

.alerts-list-route {
	counter-reset: alerts-counter;
	margin:0;
	padding:0;
	list-style-type:none;
}

.alerts-list-route .alert-item {
    padding: 0 0 10px 50px;
    margin:0 0 20px 0;
    position: relative;
	font-size:13px;
}

.alerts-list-route .alert-item:before {
    content: counter(alerts-counter);
    counter-increment: alerts-counter;
    position: absolute;
    left: 5px;
    top: 4px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    line-height: 1;
    border-right: 1px solid #939598;
}

.ms-wrapper-one {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
	align-items: stretch;
}

.ms-wrapper-one > div {
	width:100%;
	margin-bottom:2rem;
}

.ms-wrapper-one p {
	margin:0;
}

.ms-wrapper-one .route-finder-box-alt {
	height:100%;
	margin:0 auto;	
}

.route-finder-box-alt {
	background:#00759e;
	padding:3rem 1rem 1rem 1rem;
	border-radius:6px;
	margin-bottom:2rem;
}

.route-finder-box-alt h2,
.route-finder-box-alt h3 {
	color:#fff;
}

.route-finder-box-alt .btn {
	width:100%;
	background-color:transparent;
	border:2px solid #fff;
	margin-top:20px;
}

.route-finder-box-alt .btn:hover,
.route-finder-box-alt .btn:focus {
	background-color:#666666;
}
 
.route-finder-box-alt select,
.route-finder-box-alt input[type="text"] {
	padding:16px !important;
}

.datepicker-wrapper {
	position:relative;
	white-space:nowrap;
	display:inline;
}

@media only screen and (min-width:48em){
	.ms-wrapper-one {
		margin-bottom:3rem;
	}

	.ms-wrapper-one > div:first-child {
		width:100%;
	}	
	
	.ms-wrapper-one > div:not(:first-child) {
		width:48%;
		margin:0 1%;
	}	
}

@media only screen and (min-width:64em){

	.ms-wrapper-one {
		flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
	}
	
	.ms-wrapper-one > div {
		width:auto !important;
		margin-bottom:0;
	}	

	.ms-wrapper-one .route-finder-box-alt {
		width:320px;	
	}	
	
	.ms-wrapper-one > div:not(:first-child) {
		margin-left:20px;
		margin-right:0;
	}	
}

.schedule-link {
	display:block;
	border-radius:6px;
	overflow:hidden;
	max-width:470px;
	margin:0 auto;
	text-decoration:none;
}

.schedule-link span {
	display:block;
	margin-top:2px;
	background:#4e1097;
	color:#fff;
	padding:12px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
}

.schedule-link.alt span {
	background:#000000;
}

.schedule-link:hover span,
.schedule-link:focus span {
	background:#666;
}

.ms-wrapper-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
	align-items: stretch;
	margin-bottom:2rem;
}

.ms-wrapper-two > div {
	width:100%;
	padding:0 1rem;
}


@media only screen and (min-width:48em){
	
	.ms-wrapper-two > div:first-child {
		width:100%;
	}

	.ms-wrapper-two > div:nth-child(2) {
		border-right:1px solid #a2a2a2;
		width:50%;
	}
	
	.ms-wrapper-two > div:last-child {
		width:50%;
	}
	
	.ms-wrapper-two > div:nth-child(2),
	.ms-wrapper-two > div:last-child {
		position:relative;
		padding-bottom:60px;
	}
	
	.ms-wrapper-two > div .mod  {
		position:static;
	}
	
	.ms-wrapper-two > div .btn {
		position:absolute;
		bottom:0;
	}

}

@media only screen and (min-width:64em){

	.ms-wrapper-two > div:first-child {
		padding-left:0 !important;
		width:32%;
	}	
	
	.ms-wrapper-two > div:nth-child(2) {
		border-left:1px solid #a2a2a2; 
		border-right:1px solid #a2a2a2;
		width:36%;
	}
	
	.ms-wrapper-two > div:last-child {
		padding-right:0 !important;
		width:32%;
	}
	
	.ms-wrapper-two .mod-route-alerts {
		margin:0;
	}		
		
}

@media only screen and (min-width:80em){
	
	.ms-wrapper-two > div {
		padding:0 3rem;
	}	
	
}

.trip-planner-interior .trip-planner-box {
	padding:0;
	clip-path: none !important;
}

.trip-planner-interior .trip-planner-box h2 {
	text-align:left;
	margin-bottom:10px;
}

.trip-planner-interior .formee {
	padding:2rem;
	background:#d3d3d3;
	border-radius:6px;
}

.trip-planner-interior input[type="text"], 
.trip-planner-interior input[type="time"], 
.trip-planner-interior input[type="date"] {
	padding:6px 4px !important;
}

.trip-planner-interior .trip-planner-shadow {
	width:100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	border-radius:0;
	margin:0;
	position:static;
	left:auto;
	right:auto;
	widtH:100%;
	max-width:100%;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.shadow {
	-webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.3);
}

.figure-right {display:table; float:right; margin:0 0 15px 20px; max-width:50%; border-radius: 10px; overflow: hidden;}
.figure-left  {display:table; float:left; margin:0 20px 15px 0; max-width:50%; border-radius: 10px; overflow: hidden;}
.figure-right figcaption,
.figure-left figcaption {margin-top:5px; display:table-caption; caption-side:bottom; font-size:0.9em;}

.figure-right img,
.figure-left img {
    display: block;
    width: 100%;
}

@media only screen and (max-width:29.9rem){
	.figure-right,
	.figure-left {
		float:none;
		margin:0 auto 1rem auto;
		max-width:100%;
		text-align:center;
	}
}

.table-weather-alerts .weather-alert-snow {
	color:#00AAE7;
	font-weight:bold;
}

.table-weather-alerts .weather-alert-cancelled {
	color:#F32735;
	font-weight:bold;
}

/* MAC Chrome scrollbar fix */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}