/* ## 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;
  font-family: "Montserrat", sans-serif !important;
}

/*! 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: 1em 0;
  padding: 0;
}

img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
  /* max-width: none !important; */
}

p {
  margin: 0 0 1em 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyHidden,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyHidden.focusable:focus,
.visually-hidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.skip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.skip:focus,
.skip:active {
  clip: auto;
  color: #fff;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 10px;
  text-align: center;
  background: #1f3b62;
  width: 100%;
  border: 1px dashed #fff;
  z-index: 2001;
}

.a11y-instructions:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1f3b62;
  color: #fff;
  padding: 10px;
  border: 1px dashed #fff;
  text-align: Center;
  z-index: 1001;
}

.a11y-instructions p:last-child {
  margin: 0px;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.hide {
  display: none !important;
}

.smallest {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.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;
}

/* ## 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: 0.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: #004785;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #2c1b5d;
  text-decoration: none;
}

a:active,
a:focus {
  /* outline: thin dotted #004785; */
  outline: -webkit-focus-ring-color auto 5px;
}

.btnText {
  margin: 0;
  padding: 0;
  color: #6d6d6d;
  text-decoration: underline;
  border: 0;
  background: none;
}

.btnText:hover {
  color: #6d6d6d;
  text-decoration: none;
}

/* ## Link Modifiers ## */
a .text {
  text-decoration: underline;
}

a:hover .text,
a:active .text,
a:focus .text {
  text-decoration: none;
}

a [class^="icon-"] {
  text-decoration: none;
}

a.removeLink {
  color: #f00;
  font-size: 0.9em;
}

svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ## 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: #4e4e4e;
}

body {
  /* background: #ececec; */
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  height: 100vh;
}

.site-body {
  padding: 30px 0 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #231f20;
}

.hdng {
  margin: 0 0 1em;
}

/* ==========================================================================
   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, 0.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 1em;
}

.title {
  position: relative;
  margin: 0 0 1em;
}

.title a {
  text-decoration: none;
}

.titleAlt {
  margin: 0 0 0.1em;
  font-size: 1.2em;
}

.titleAlt2 {}

.mod-head {
  position: relative;
}

.mod-head .title {}

.mod-head .more {
  position: absolute;
  right: 0px;
  top: 0px;
}

.mod-content {}

.mod-rail {
  border: 1px solid #dddddd;
}

.mod-rail .mod-head {
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
}

.mod-rail .mod-head .title {
  padding: 10px;
  margin: 0;
}

.mod-rail .mod-content {
  padding: 10px;
  font-size: 0.875em;
}

.mod-rail .more {
  border-top: 1px solid #dddddd;
}

.mod-rail .more a {
  display: block;
  background: #eeeeee;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

.mod-rail .more a:hover,
.mod-rail .more a:focus {
  background: #dddddd;
}

/* Item Lists Content
   ========================================================================== */

.item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item {
  padding: 1em 0;
  border-top: 1px solid #ccc;
}

.item:first-child {
  border-top: 0;
  padding-top: 0;
}

.item:last-child {
  padding-bottom: 0;
}

.item>.content {
  display: table-cell;
}

.content .title {
  margin: 0;
}

.item-list .content p {
  margin: 0;
}

.content .date {
  font-size: 0.85em;
  margin: 0 0 5px;
  display: block;
}

/* Item Media
   ========================================================================== */

.aside {
  text-align: center;
  padding: 0 0 10px;
}

.aside.date-icon {
  display: table-cell;
  padding: 0 15px 0 0;
}

.date-icon .date {
  border: 1px solid #888;
  background: #888;
  font-weight: bold;
  text-align: center;
  width: 50px;
}

.date-icon .date .month {
  font-size: 0.875em;
  padding: 5px;
  color: #fff;
}

.date-icon .date .day {
  padding: 10px 5px;
  background: #fff;
}

.caption {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
}

/* Media Queries for Item Lists 
  ========================================================================== */

@media only screen and (min-width: 30em) {
  .item {
    display: table;
    padding: 1em 0;
    width: 100%;
    border-top: 1px solid #ccc;
  }

  .item>.content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .aside {
    display: table-cell;
    padding: 0 15px 0 0;
  }
}

@media only screen and (min-width: 48em) {
  .item .item-block {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 0;
  }

  .item .item-block:last-child {
    padding: 0;
  }
}

/* News
   ========================================================================== */

.article>.aside {
  float: right;
  margin: 1em;
}

.meta {
  margin: 0.5em 0;
}

.meta>div {
  float: left;
}

.meta .social-tools {
  float: right;
}

/* ==========================================================================
   Filters
   ========================================================================== */

.filter {
  padding: 1em;
  border: 1px solid #aaa;
  background: #cccccc;
  margin: 0 0 1em;
}

.filter-options {
  float: left;
}

.filter-actions {
  float: right;
}

.filter .btn {
  margin-bottom: 10px;
}

/* Pagination
   ========================================================================== */

.paging {}

.sort-status {
  font-size: 0.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: 2px dashed #ed7422;
  margin: 0 0 1em;
  padding: 15px 40px 15px 12px;
  min-height: 50px;
  color: #000;
  background-color: #fceee5;
  display: none;
  position: relative;
  font-size: 14px;
}

.alert-active .alert {
  display: block;
}

.alert a {
  color: #2c1b5d;
}

.alert p:last-of-type {
  margin: 0;
}

.alert-close {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  text-decoration: none;
  background: transparent url(/cms/images/layout/icon-close.png) no-repeat center center / cover;
}

@media only screen and (min-width: 48em) {
  .alert {
    padding: 18px 60px 18px 25px;
    font-size: 18px;
  }

  .alert-close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
}

.bdr {
  border: 1px solid #555244;
  padding: 1px;
  background-color: #a7a496;
}

.bdrTop {
  border-top: 1px solid #999;
}

.bdrRight {
  border-right: 1px solid #999;
}

.bdrBottom {
  border-bottom: 1px solid #999;
}

.bdrLeft {
  border-left: 1px solid #999;
}

.bdrDash {
  border: 1px dashed #555244;
}

.bdrDashTop {
  border-top: 1px dashed #999;
}

.bdrDashRight {
  border-right: 1px dashed #999;
}

.bdrDashBottom {
  border-bottom: 1px dashed #999;
}

.bdrDashLeft {
  border-left: 1px dashed #999;
}

.alternate {
  background-color: #d8d8d8;
}

.row {
  background-color: #ffffff;
}

/* ##  Error Markers  ## */

.fieldlbl {
  padding: 4px 2px 0 0;
  text-align: right;
}

.field {
  padding-left: 2px;
}

.fieldpad {
  padding-bottom: 2px;
}

.fieldtext {
  color: #000000;
}

.fielderror {
  color: #cc0000;
}

.fieldnorm {
  width: 16px;
  height: 20px;
}

.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 {
  margin: 0 0 1em;
}

.generic-pager ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.generic-pager li {
  display: inline-block;
  margin: 0 3px 5px 0;
  font-size: 0.875em;
  font-weight: bold;
}

.generic-pager li a {
  display: inline-block;
  color: #444444;
  padding: 6px 10px;
  background: #cccccc;
  text-decoration: none;
}

.generic-pager li a:hover,
.genericPager li a:focus {
  color: #333333;
  background: #d9d7d7;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 50%;
}

.generic-pager li.nolink {
  color: #fff;
  background: #444444;
  padding: 6px 10px;
}

.generic-pager li.active {
  color: #fff;
  background: #444444;
  padding: 6px 10px;
}

/* ##  Smart Bug  ## */

.smartbug ul {
  list-style-type: none;
  background-color: #ccc;
  font-size: 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  padding: 0px;
}

.smartbug li {
  border-bottom: 1px solid #000;
}

.smartbug a,
.smartbug a:link,
.smartbug a:visited {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 5px;
}

.smartbug a:hover {
  background-color: #999;
  text-decoration: underline;
}

/* ##  Master Overlay Styles ## */

.site-overlay {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;

  -webkit-box-shadow: 0 0 15px #333;
  -moz-box-shadow: 0 0 15px #333;
  box-shadow: 0 0 15px #333;
}

.site-overlay .overlay-content {
  padding: 15px;
}

/* Legacy Overlay */
.siteOverlay {
  display: none;
  position: relative;
  width: 550px;
  max-width: 95%;
  min-height: 1px;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 0 15px #333;
  -moz-box-shadow: 0 0 15px #333;
  box-shadow: 0 0 15px #333;
}

.siteOverlay .overlayBar {
  position: relative;
  padding: 7px 10px;
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
}

.siteOverlay .overlayClose {
  display: inline-block;
  cursor: pointer;
  z-index: 5;
}

.siteOverlay .overlayContent {
  padding: 15px;
}

/* =================================================================
   MODULE STYLES - No Specific home for these yet
===================================================================*/

.breadcrumb-container {
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

/* ##  Breadcrumb  ## */

.breadcrumbs {
  padding: 0;
  font-size: 0.875em;
  font-family: "Poppins", sans-serif !important;
}

.breadcrumbs a,
.breadcrumbs a:visited {
  color: #004785;
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  text-decoration: underline;
}

.breadcrumbs span {
  margin: 0 2px;
  font-weight: normal;
  font-weight: bold;
}

.breadcrumbs .seperator {
  margin: 0 8px;
  vertical-align: middle;
  padding: 0px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-left: 6px solid #aaa;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {
  float: right;
  display: inline;
  padding: 0;
  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;
}

/* ## Page Heading ## */

.page-heading {
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}

.page-heading .title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 1.6em;
  font-weight: normal;
  background: none;
  border: 0;
}

/* ## Email a Friend ## */

.emailFriendWrapper {}

.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;
}

/* =================================================================
                  Responsive Tabs
===================================================================*/

.tab-module {}

/* Tabs container */
.r-tabs {
  position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  background: #cccccc;
  border: 1px solid #cccccc;
  border-bottom: 0px;
  position: relative;
  bottom: -1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: #ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  border: 1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  background: #cccccc;
  border: 1px solid #cccccc;
  border-bottom: 0px;
  position: relative;
  bottom: -5px;
  margin: 0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 15px;
  border-top: 10px solid #aaaaaa;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background: #ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
  border-top: 0px;
  border-bottom: 10px solid #aaaaaa;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

/* =================================================================
                        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;
  margin: 0;
  padding: 13px 35px;
  font-weight: normal;
  color: #fff;
  background: #C15710;
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  min-width: 120px;
  -wekbit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:hover,
.btn:focus {
  background: #656565;
}

.btn-alt {}

.btn-alt .btn {
  color: #666666;
  background-color: #cccccc;
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-large .btn {
  padding: 5px 10px;
  font-size: 1.4em;
}

.btn-full-width {
  display: block;
}

.btn-full-width .btn {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.btn-full-width input.btn {
  width: 100%;
}

/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btn-wrapper [class^="icon-"] {
  margin: 0 3px;
  font-size: 0.7em;
}

/* ## Site Icons ## */

.iconImage {
  position: relative;
  display: inline-block;
  bottom: 1px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url(/cms/images/layout/icons_default.png) no-repeat 0 0;
  overflow: hidden;
}

.iconCart {
  width: 22px;
  height: 22px;
  background-position: 0 0;
}

.iconRefresh {
  width: 22px;
  height: 22px;
  background-position: 0 -27px;
}

.iconContinueArrow {
  width: 22px;
  height: 16px;
  background-position: 0 -57px;
}

.iconCheckbox {
  width: 18px;
  height: 14px;
  background-position: -23px -112px;
}

.iconXSquareRed {
  width: 12px;
  height: 12px;
  background-position: 0 -112px;
}

.iconSearch {
  width: 14px;
  height: 14px;
  background-position: -55px 0;
}

.iconQuestion {
  width: 22px;
  height: 22px;
  background-position: 0 -75px;
}

/* ## truncate styling ## */

.truncateLink {}

.truncateLink a,
.truncateLink a:link,
.truncateLink a:visited {
  margin-left: 5px;
}

.truncateLink a.truncateMore,
.truncateLink a.truncateMore:link,
.truncateLink a.truncateMore:visited {}

.truncateLink a.truncateLess,
.truncateLink a.truncateLess:link,
.truncateLink a.truncateLess:visited {}

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.table-wrapper {
  overflow: auto;
}

.data-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.data-table tbody {
  border: 1px solid #cdcdcd;
}

.data-table tr:nth-child(even) {
  background: #f8fbff;
}

.data-table th {
  padding: 6px 5px 6px 15px;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
  background: #fff;
}

.data-table th a {
  text-decoration: underline;
}

.data-table td {
  vertical-align: top;
  padding: 12px 5px 12px 15px;
  border-bottom: 1px solid #cdcdcd;
}

.data-table td td {
  border-style: none;
}

/* ## Table Fixed Header ## */
.data-table.fixed-tbl-hdr {
  table-layout: fixed;
  margin: 0;
}

.data-table.fixed-tbl-hdr thead {
  width: 100%;
}

.data-table.fixed-tbl-hdr tr {
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
}

/* .data-table.fixed-tbl-hdr thead tr {
	border-right: 25px solid #fff;
} */
.data-table.fixed-tbl-hdr tbody {
  overflow-y: auto;
  width: 100%;
  /* height: 300px; */
  display: block;
}

/* ## 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.25em) and (max-width: 47.938em) {
  .page-tools-wrapper {
    display: none;
  }

  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table tr {
    border: 1px solid #e1e1e1;
  }

  .responsive-table th {
    display: none;
  }

  .responsive-table td {
    border-style: none;
  }
}

/* Responsive Table Ver 2. */
/* 16px baseline (180px - 767px) */
@media only screen and (min-width: 11.25em) and (max-width: 47.938em) {
  table.responsive-tbl {
    border: 0;
  }

  table.responsive-tbl thead {
    display: none;
  }

  table.responsive-tbl tr {
    display: block;
    border-bottom: 1px solid #cdcdcd;
  }

  table.responsive-tbl td {
    display: block;
    /* text-align: right; */
    font-size: 14px;
    border-bottom: none;
    width: 100% !important;
    padding: 10px 10px 10px 43%;
    position: relative;
  }

  table.responsive-tbl td:last-child {
    border-bottom: 0;
  }

  table.responsive-tbl td:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 10px;
  }

  table.responsive-tbl td:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 40%;
    background: #cdcdcd;
  }
}

/* 16px baseline (768px +) */
@media only screen and (min-width: 48em) {

  /* 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 {
    text-align: right;
  }

  .table-layout .table-cell:first-child .inner {
    text-align: left;
  }

  .table-layout.full-width .table-cell .inner {
    max-width: 2000px;
  }
}

.main-content-inner {}

.main-bottom {
  margin: 0 0 35px;
}

.banner {
  padding: 1rem;
  margin: 0 0 10px;
  text-align: center;
  position: relative;
  padding-top: 290px;
  background-size: cover;
}

.banner img {
  display: none;
}

.banner .inner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner.orange {
  color: #231f20;
}

.banner.grey {
  color: #fff;
}

.banner.purple {
  color: #fff;
}

.banner h2 {
  font-size: 22px;
  margin: 0 0 0.5em;
}

.banner.grey h2,
.banner.purple h2 {
  color: #fff;
}

.banner p {
  margin: 0 0 1.4em;
}

.banner.orange .btn {
  background: #2c1b5d;
}

.banner.orange .btn:focus,
.banner.orange .btn:hover {
  background: #666666;
}

.banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner.purple .overlay {
  background: -moz-linear-gradient(top,
      rgba(44, 27, 93, 0.8) 0%,
      rgba(44, 27, 93, 0.8) 100%);
  background: -webkit-linear-gradient(top,
      rgba(44, 27, 93, 0.8) 0%,
      rgba(44, 27, 93, 0.8) 100%);
  background: linear-gradient(to bottom,
      rgba(44, 27, 93, 0.8) 0%,
      rgba(44, 27, 93, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2c1b5d', endColorstr='#cc2c1b5d', GradientType=0);
}

.banner.orange .overlay {
  background: -moz-linear-gradient(left,
      rgba(237, 139, 43, 1) 0%,
      rgba(237, 139, 43, 0.8) 100%);
  background: -webkit-linear-gradient(left,
      rgba(237, 139, 43, 1) 0%,
      rgba(237, 139, 43, 0.8) 100%);
  background: linear-gradient(to right,
      rgba(237, 139, 43, 1) 0%,
      rgba(237, 139, 43, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8b2b', endColorstr='#cced8b2b', GradientType=1);
}

.banner.grey .overlay {
  background: -moz-linear-gradient(top,
      rgba(67, 63, 75, 0.63) 0%,
      rgba(67, 63, 75, 0.97) 100%);
  background: -webkit-linear-gradient(top,
      rgba(67, 63, 75, 0.63) 0%,
      rgba(67, 63, 75, 0.97) 100%);
  background: linear-gradient(to bottom,
      rgba(67, 63, 75, 0.63) 0%,
      rgba(67, 63, 75, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1433f4b', endColorstr='#f7433f4b', GradientType=0);
}

@media only screen and (min-width: 48em) {
  .main-content-inner {
    padding: 0 3.3% 0;
  }

  .main-bottom {
    padding: 0 3.3% 0;
    margin: 0 -10px 0;
  }

  .banner {
    padding-top: 300px;
  }

  .banner h2 {
    font-size: 26px;
  }

  .banner p,
  .banner span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 60em) {
  .main-bottom {
    margin: 0 -15px 0;
  }

  .banner {
    margin: 0 5px 40px;
    position: relative;
    padding-top: calc((100%) - (10px));
  }

  .banner h2 {
    font-size: 24px;
  }

  .banner p,
  .banner span {
    font-size: 17px;
  }
}

@media only screen and (min-width: 75em) {
  .banner h2 {
    font-size: 30px;
  }

  .banner p,
  .banner span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 59.938em) {
  .banners-wrpr .grid_4 {
    width: 100%;
  }
}

/* ## 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 .container, .site-header [class*="grid-"] {position:static;}

.site-header  a.site-logo {display:block; text-align:center;}

.header-links {text-align: right;}
.header-links a {  margin: 0 3px; text-decoration: none; display:none;}
.header-links .sep {display:none;}
.header-links a:hover, .header-links a:focus, .header-links a:active {}

.site-search {margin:0 -10px;}
.site-search .search-trigger {position:absolute; top:2px; left:54px; font-size:1.6em; padding:0; border:0px; width:50px; height:46px; background:#333; color:#fff; 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:#111;}
.site-search .search-trigger > * {padding-top:9px; display:inline-block; width:36px; height:36px;}
.site-search .inner {display:none; position:absolute; background:#aaa; bottom:-44px; left:0px; padding:5px; width:100%; }
.search-active .site-search .inner {display:block;}
.site-search .formee input[type="text"] {margin:0px;}
.site-search .btn {position:absolute; right:0px; top:0px; height:100%;}

 
@media only screen and (min-width:48em){

	.site-header .container, .site-header [class*="grid-"] {position:relative;}
	.site-header > .inner {padding:10px 0;}
	.site-header a.site-logo {text-align:left;}
	
	.header-links {margin:0 0 10px;}
	.header-links a {display:inline-block;}
	.header-links .sep {display:inline-block;}
	
	.site-search {margin:0px;}
	.site-search .inner {display:block; background:none; position:relative; bottom:auto; padding:0px;}
	.site-search .search-trigger {display:none;}

} */

.site-header {
  background: #fff;
}

.hdr-left {
  background: #ececec;
  padding: 8px 10px;
}

.hdr-right {
  border: 1px solid #d1d3d5;
  border-bottom: 3px solid #d1d3d5;
}

.site-logo {
  text-decoration: none;
  margin-right: 15px;
  display: inline-block;
}

.site-logo .vert {
  display: inline-block;
  width: 138px;
}

.site-logo .horiz {
  display: none;
}

.hdr-left .university {
  color: #2c1b5d;
  vertical-align: top;
  padding: 10px 0 10px 20px;
  display: inline-block;
  width: 115px;
  border-left: 5px dotted #fcba90;
  font-family: "Raleway", sans-serif;
}

.site-search {
  margin: 0 -10px;
}

.site-search .search-trigger {
  /* position:absolute; top:2px; left:54px; */
  font-size: 1.6em;
  padding: 0;
  border: 0px;
  width: 100%;
  height: 60px;
  background: #fff;
  color: #fff;
  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: #f9f9f9;
}

.site-search .search-trigger svg {
  fill: #2c1b5d;
}

.site-search .search-trigger>* {
  padding-top: 9px;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.site-search .inner {
  display: none;
  position: absolute;
  background: #aaa;
  bottom: -113px;
  left: 0px;
  padding: 5px;
  width: 100%;
  z-index: 9;
}

.search-active .site-search .inner {
  display: block;
}

.site-search .formee input[type="text"] {
  margin: 0px;
  padding: 40px 66px 40px 20px;
  border: none;
  font-size: 18px;
  background: #fff;
}

.site-search .formee input[type="text"]:hover,
.site-search .formee input[type="text"]:focus {
  background: #f9f9f9;
}

.site-search .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  padding: 0;
  min-width: 66px;
  background: none;
  background-image: url(/cms/images/svg/icon-search.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hdr-right {
  display: table;
  table-layout: fixed;
  width: 100%;
  /* border-collapse: collapse; */
}

.hdr-right .tbl-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #d1d3d5;
  text-decoration: none;
  height: 60px;
}

.hdr-right .tbl-cell:first-child {
  border: none;
}

.hdr-right .tbl-cell:last-child {
  border-right: 1px solid #d1d3d5;
}

.hdr-right .tbl-cell .inner-cell {
  position: relative;
}

.hdr-right .account-img {
  width: 36px;
  height: 36px;
  border: 2px solid #ed7422;
  overflow: hidden;
  display: inline-block;
  background: #f3f3f3 url("/cms/images/layout/icon-user.png") no-repeat scroll 50% 50% / 70% 70%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 2000;
}

.hdr-right .account-toggle:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: 10px;
  left: 50%;
  margin-left: 15px;
  background: url("/cms/images/layout/arrow-down.png") no-repeat scroll;
}

.hdr-right a.tbl-cell {
  position: relative;
  cursor: pointer;
}

.hdr-right a.tbl-cell:hover,
.hdr-right a.tbl-cell:focus {
  background: #f9f9f9;
  outline: 0;
}

.hdr-right a.tbl-cell.notification-toggle img,
.hdr-right a.tbl-cell.alert-toggle img {
  margin-top: 10px;
}

.hdr-right a.tbl-cell .digit {
  font-size: 14px;
  color: #000;
  background: #e9741f;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 2px 6px;
  margin-left: -2px;
  margin-top: -20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.hdr-right .account-toggle .name {
  display: none;
}

.hdr-right .account-toggle .my-account {}

.hdr-right .account-toggle .my-account span {
  display: none;
}

.site-header .account {
  display: none;
  background: #fff;
  padding: 0;
  border: 1px solid #d1d3d5;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
}

.account-active .site-header .account {
  display: block;
}

.account-active .site-header .account-toggle {
  background: #f9f9f9;
}

.site-header .account ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .account ul li {
  border-bottom: 1px solid #d1d3d5;
}

.site-header .account ul li:last-child {
  border-bottom: none;
}

.site-header .account ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #2c1b5d;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.site-header .account ul li a:hover,
.site-header .account ul li a:focus {
  background: #f8fbff;
}

.hdr-right .hdr-help {
  display: none;
  width: 63px;
  font-size: 13px;
  font-weight: 500;
  color: #434343;
}

@media only screen and (min-width: 48em) {
  .site-header {}

  .site-header>.inner {
    border: 1px solid #d1d3d5;
    border-bottom: 3px solid #d1d3d5;
  }

  .hdr-left {
    float: left;
    width: calc(100% - 485px);
    background: #fff;
    padding: 15px 10px 15px 20px;
  }

  .hdr-right {
    float: right;
    width: 485px;
    border: none;
  }

  /* .site-logo {margin-right:25px;}
	.site-logo .vert {display:none;}
	.site-logo .horiz {display:inline-block;}	
	.hdr-left .university {font-size:20px; padding:20px 0 20px 20px; width:auto;} */
  .hdr-left .university {
    padding: 10px 0 10px 15px;
  }

  /* .site-search {margin:0px;}
	.site-search .inner {display:block; background:none; position:relative; bottom:auto; padding:0px;}
	.site-search .search-trigger {display:none;} */

  .hdr-right {
    table-layout: auto;
  }

  .hdr-right .tbl-cell {
    height: 103px;
  }

  .hdr-right .tbl-cell:first-child {
    display: none;
  }

  .hdr-right .account-toggle {
    width: 230px;
    position: relative;
    /* padding-left:80px; */
    text-align: left;
  }

  .hdr-right .account-toggle:after {
    display: none;
  }

  .hdr-right .alert-toggle,
  .hdr-right .notification-toggle {
    width: 63px;
  }

  .hdr-right .account-toggle .inner-cell {
    padding-left: 80px;
    display: block;
  }

  .hdr-right .account-img {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -26px;
  }

  .hdr-right .account-img:after {
    display: none;
  }

  .hdr-right .account-toggle .name {
    font-size: 18px;
    color: #352f30;
    font-weight: 300;
    display: inline-block;
  }

  .hdr-right .account-toggle .my-account {
    padding-right: 20px;
    position: relative;
  }

  .hdr-right .account-toggle .my-account:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 8px;
    right: 0;
    background: url("/cms/images/layout/arrow-down.png") no-repeat scroll;
  }

  .hdr-right .account-toggle .my-account span {
    color: #2c1b5d;
    font-weight: 500;
    display: inline-block;
  }

  .site-header .account {
    position: absolute;
    top: 106px;
    right: 255px;
    z-index: 1010;
    min-width: 230px;
  }

  .site-search .inner {
    bottom: -116px;
  }

  .site-search .search-trigger {
    height: 103px;
  }

  .hdr-right .hdr-help {
    display: table-cell;
  }
}

@media only screen and (min-width: 48em) and (max-width: 49.938em) {
  .site-logo {
    margin-right: 10px;
  }

  .site-logo .vert {
    width: 120px;
    margin-top: 2px;
  }

  .hdr-left .university {
    padding: 10px 0 10px 10px;
  }
}

@media only screen and (min-width: 64em) {
  .hdr-left {
    width: calc(100% - 680px);
  }

  .hdr-right {
    width: 680px;
  }

  .site-search {
    margin: 0px;
  }

  .site-search .inner {
    display: block;
    background: none;
    position: relative;
    bottom: auto;
    padding: 0px;
  }

  .site-search .search-trigger {
    display: none;
  }

  .site-header .account {
    right: 450px;
  }
}

@media only screen and (min-width: 82.5em) {
  /* .site-logo {margin-right:25px;}
	.site-logo .vert {display:none;}
	.site-logo .horiz {display:inline-block;}	
	.hdr-left .university {font-size:20px; padding:20px 0 20px 20px; width:auto;}
	
	.hdr-right .hdr-help {width:85px;} */
}

@media only screen and (min-width: 87.5em) {
  .hdr-left {
    width: calc(100% - 720px);
  }

  .hdr-right {
    width: 720px;
  }

  .site-header .account {
    right: 490px;
  }

  .site-logo {
    margin-right: 25px;
  }

  .site-logo .vert {
    display: none;
  }

  .site-logo .horiz {
    display: inline-block;
  }

  .hdr-left .university {
    font-size: 20px;
    padding: 20px 0 20px 20px;
    width: auto;
  }

  .hdr-right .hdr-help {
    width: 85px;
  }
}

/* ## Extra Nav ## */
.extra-nav-wrpr {
  display: none;
}

@media only screen and (min-width: 48em) {
  .extra-nav-wrpr {
    display: block;
    position: relative;
    background: #fff;
  }

  .extra-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .extra-nav ul li {
    display: inline-block;
    margin: 0 10px;
  }

  .extra-nav ul li a {
    color: #2c1b5d;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
  }

  .extra-nav ul li a:hover,
  .extra-nav ul li a:focus {
    text-decoration: underline;
  }

  .cm-menu li.extra-link {
    display: none;
  }
}

@media only screen and (min-width: 87.5em) {

  /* .main-nav {width:50%;} */
  .extra-nav {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 20px;
  }

  .extra-nav ul li a {
    color: #fff;
  }
}

/* ## footer ## */

.footer {
  background: #333039;
  color: #fff;
  padding: 1rem;
  border-top: 5px solid #bcbec0;
}

.main-footer {
  border-bottom: 1px solid #78718b;
}

.footer a,
.footer a:visited {
  /* color: #fff; */
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}

.ftr-left img {
  margin-bottom: 5px;
}

.ftr-left img.vert {
  display: none;
}

.ftr-left p {
  padding-left: 45px;
}

.ftr-accordion {
  text-align: left;
  margin-bottom: 10px;
}

.ftr-accordion-inn {
  position: relative;
  padding-right: 10px;
}

.ftr-heading {
  display: inline-block;
  font-size: 18px;
  padding: 12px 0 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.ftr-accordion-toggle {
  display: inline-block;
}

.ftr-accordion-content {
  display: none;
}

.ftr-accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ftr-accordion-content ul li {
  margin-bottom: 5px;
}

.ftr-accordion-content ul li a {
  font-size: 15px;
  font-weight: 300;
}

.ftr-accordion-toggle {
  cursor: pointer;
  margin: 0;
  position: relative;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
}

/* .ftr-accordion-content.default {display: block;} */

.ftr-accordion-toggle:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 8px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -4px;
  background: #fff;
}

.ftr-accordion-toggle:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 2px;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -1px;
  background: #fff;
  transition: 0.2s;
  -wekbit-transition: 0.2s;
}

.ftr-accordion-toggle.active:before {
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.ftr-help {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 25px;
  width: 60px;
}

.ftr-help img {
  margin-bottom: 1px;
}

@media only screen and (min-width: 48em) {
  .ftr-left {
    float: left;
    width: 220px;
  }

  .ftr-left img.vert {
    display: block;
  }

  .ftr-left img.horiz {
    display: none;
  }

  .ftr-right {
    float: right;
    width: calc(100% - 220px);
    max-width: 700px;
    padding-left: 30px;
  }

  .ftr-accordion {
    margin-top: 15px;
    margin-bottom: 20px;
    float: left;
    width: calc(100% - 60px);
  }

  .ftr-accordion-toggle {
    display: none;
  }

  .ftr-accordion-inn {
    float: left;
    width: 20%;
  }

  .ftr-heading {
    font-size: 16px;
  }

  .ftr-accordion-content {
    display: block !important;
  }

  .ftr-help {
    width: 60px;
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 60em) {
  .ftr-right {
    padding-left: 40px;
  }

  .ftr-accordion {
    width: calc(100% - 100px);
  }

  .ftr-heading {
    font-size: 18px;
  }

  .ftr-help {
    width: 100px;
  }
}

@media only screen and (min-width: 75em) {
  .ftr-left {
    float: left;
    width: 360px;
  }

  .ftr-left img.vert {
    display: none;
  }

  .ftr-left img.horiz {
    display: block;
  }

  .ftr-right {
    float: right;
    width: calc(100% - 360px);
    max-width: 800px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 75em) {
  .ftr-heading span {
    display: block;
  }
}

@media only screen and (max-width: 47.938em) {
  .footer {
    padding: 1rem 14px;
  }

  .ftr-left p {
    padding-left: 45px;
  }

  .ftr-right {
    padding-left: 45px;
  }
}

.sub-footer {
  font-size: 0.875rem;
  color: #fff;
  padding: 20px 0 10px;
}

.copyright {
  color: #fff;
  margin-bottom: 10px;
}

.sub-footer-links a,
.sub-footer-links a:visited {
  color: #fff;
}

/* ## 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: #555;
  display: inline-block;
  font-size: 1.8em;
}

.follow-us a:hover,
.follow-us a:focus {
  color: #333;
}

.login-page .copyright {
  color: #000;
}

.login-page .sub-footer-links a,
.login-page .sub-footer-links a:visited {
  color: #000;
}

@media only screen and (min-width: 30em) {
  .copyright {
    float: left;
    margin-bottom: 0;
  }

  .sub-footer-links {
    float: right;
  }
}

/* ## LOGIN ## */

.login-page {
  /* background:transparent url(/cms/images/bg-login.jpg) no-repeat 50% 50%; */
  /* background-size:cover; */
  background: #eeebf5;
  color: #383838;
}

.login-page header {
  text-align: center;
  padding: 1rem 1rem;
  background: none;
}

.login-page header img {
  max-width: 200px !important;
}

.login-page .container {
  max-width: 60rem;
}

.login-footer {
  padding: 1rem 10px;
  margin-top: 2rem;
}

.login-page .main-content {
  background: #fff;
  -webkit-box-shadow: 0px -5px 25px -10px rgba(14, 14, 14, 0.5);
  -moz-box-shadow: 0px -5px 25px -10px rgba(14, 14, 14, 0.5);
  box-shadow: 0px -5px 25px -10px rgba(14, 14, 14, 0.5);
}

.login-page .main-content .login-column {
  background: #f9f9f9;
  padding: 2rem 2rem 4rem 2rem;
}

.login-page .main-content .login-column hr {
  margin: 1rem -2rem 2rem -2rem;
}

.login-page .main-content .content-column {
  padding: 0rem 0rem 4rem 0rem;
  background: #ececec;
}

@media only screen and (min-width: 48em) {
  .login-page header {
    margin-top: 3%;
    padding: 2rem 1rem;
  }

  .login-page header img {
    max-width: 280px !important;
  }

  .login-page .main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
  }

  .login-page .main-content .login-column {
    width: 65%;
    order: 2;
  }

  .login-page .main-content .content-column {
    width: 35%;
    order: 1;
  }
}

.login-set {
  max-width: 330px;
  margin: 0 auto 2.5rem auto;
  /* background:transparent url(/cms/images/leaf.png) no-repeat 50% 0%; */
  padding: 4rem 0 1rem 0;
  font-size: 1.125rem;
}

.login-set a {
  color: #2c1b5d;
  font-size: 14px;
  position: relative;
  top: -18px;
}

.login-set .btn {
  float: right;
  padding: 13px 50px;
  margin-left: 10px;
  color: #fff;
  background: #7c7099;
  font-weight: 500;
}

.login-set .btn:hover,
.login-set .btn:focus {
  background: #2c1b5d;
}

.login-set input[type="text"],
.login-set input[type="password"] {
  padding: 0.9rem 1.5rem !important;
  margin-bottom: 20px !important;
}

.login-column .text {
  font-size: 0.875rem;
}

.content-column .text {
  color: #fff;
  padding: 28px 28px 5rem 28px;
  background: #2c1b5d url(/cms/images/bg-content-column.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
  font-size: 1.125rem;
}

.content-column .text h1 {
  font-size: 30px;
  color: #fff;
}

.content-column .text h2 {
  font-size: 24px;
  color: #fff;
}

.content-column .text h3 {
  font-size: 18px;
  color: #fff;
}

@media only screen and (min-width: 22.5em) and (max-width: 47.9388em) {
  .content-column .text {
    padding: 28px 28px 11rem 28px;
  }
}

.login-page .site-overlay {
  overflow: visible;
  max-width: 475px;
}

.login-page .mfp-close {
  display: none;
}

.select-account {
  text-align: center;
  padding: 15px 60px 20px;
}

.select-account .account-img {
  width: 100px;
  height: 100px;
  border: 4px solid #ed7422;
  overflow: hidden;
  margin: -75px auto 12px;
  background: #f3f3f3 url("/cms/images/layout/icon-user.png") no-repeat scroll 50% 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 2000;
}

.select-account .formee select {
  padding: 0.9rem 2.5rem 0.9rem 1.5rem !important;
  font-size: 18px;
  border-color: #958dae;
}

.select-account .formee select {
  background-image: url("/cms/images/layout/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-account .formee select:hover,
.select-account .formee select:focus {
  background-image: url("/cms/images/layout/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}

.select-account .formee select::-ms-expand {
  display: none;
}

.select-account-inner {
  position: relative;
  text-align: left;
}

.select-account .account-toggle {
  padding: 0.9rem 2.5rem 0.9rem 1.5rem;
  font-size: 18px;
  border: 1px solid #958dae;
  /* background-image:url("/cms/images/layout/select-arrow.png");
	background-repeat:no-repeat;
	background-position:right 20px top 50%; */
  margin-bottom: 15px;
  position: relative;
}

.select-account .account-toggle:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 22px;
  width: 14px;
  height: 9px;
  background: url("/cms/images/layout/select-arrow.png");
  -wekbit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.select-account .account-toggle:hover,
.select-account .account-toggle:focus {
  background-color: #f9f9f9;
}

.account-active .select-account .account-toggle {
  background-color: #f9f9f9;
}

.account-active .select-account .account-toggle:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-account .account {
  display: none;
  background: #fff;
  padding: 0;
  border: 1px solid #d1d3d5;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
}

.account-active .select-account .account {
  display: block;
}

.select-account .account ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select-account .account ul li {
  border-bottom: 1px solid #d1d3d5;
}

.select-account .account ul li:last-child {
  border-bottom: none;
}

.select-account .account ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #2c1b5d;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.select-account .account ul li a:hover,
.select-account .account ul li a:focus {
  background: #f8fbff;
}

.account-active .select-account .account {
  position: absolute;
  top: 100%;
  width: 100%;
}

.select-account .btn {
  background: #fff;
  color: #7c7099;
  border: 2px solid #7c7099;
  padding: 12px 75px 12px 30px;
  background: url("/cms/images/layout/icon-arrow-left.png") no-repeat scroll 130px 17px;
}

.select-account .btn:hover,
.select-account .btn:focus {
  background-color: #fafafa;
}

@media only screen and (max-width: 29.9388em) {
  .select-account {
    padding: 15px 0 20px;
  }
}

/* ## DASBOARD ## */

.announcement-wrpr {
  margin-bottom: 10px;
}

.announcement {
  background: #fff;
  padding: 1.25rem;
  border: 1px solid #cdcdcd;
}

.announcement {}

.announcement.leading {
  position: relative;
}

.announcement.leading:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: #e9741f;
}

.announcement h2 {
  font-size: 22px;
  margin: 0 0 0.5em;
}

.annoncementSlider .slick-dots {
  margin: 13px 0 0;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.annoncementSlider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.annoncementSlider .slick-dots li button {
  text-indent: -9999em;
  text-align: left;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  background: #b4aec2;
  border: none;
  /* border:1px solid #2c1b5d; */
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.annoncementSlider .slick-dots li.slick-active button {
  background: #2c1b5d;
}

@media only screen and (min-width: 48em) {
  .announcement-wrpr {
    margin-bottom: 50px;
    margin-right: -2.5%;
  }

  .announcement {
    padding: 1.5rem;
    float: left;
    width: 47.5%;
    margin-right: 2.5%;
  }

  .announcement.leading {
    width: 97.5%;
    margin-right: 2.5%;
    margin-bottom: 25px;
    padding-left: 195px;
    background-image: url("/cms/images/leaf.png");
    background-repeat: no-repeat;
    background-position: left -7px bottom -47px;
    background-size: 150px auto;
    /* border-left:7px solid #e9741f; */
  }

  .announcement.leading:after {
    width: 7px;
  }
}

@media only screen and (min-width: 75em) {
  .announcement {
    float: left;
    width: 22.5%;
    margin-right: 2.5%;
  }

  .announcement.leading {
    width: 47.5%;
    padding-left: 195px;
    margin-bottom: 0;
  }
}

/* .timeline {padding:1rem; text-align:center; margin-bottom:50px;}

.timeline-blocks-wrpr {margin:0 -15px 40px;}
.timeline-block {margin:0 5px;}
.timeline-block.done {background:#fff; border:1px solid #d1d3d5;}
.timeline-block.current {background:#2c1b5d; border:1px solid #958dae; color:#fff;}
.timeline-block.future {background:#fccfb3; border:1px solid #ed9356;}

.timeline-block-header {padding:20px;}
.timeline-block.done .timeline-block-header{border-bottom:1px solid #d1d3d5;}
.timeline-block.current .timeline-block-header{border-bottom:1px solid #958dae;}
.timeline-block.future .timeline-block-header{border-bottom:1px solid #ed9356;}


.timeline-block h2 { margin:0; text-transform:uppercase;}
.timeline-block h3 { margin:0 0 .5rem;}
.timeline-block-content {padding:20px 20px 50px 80px;}
.timeline-block-content p {margin:0;}
.timeline-block.current h2 {color:#fff;}
.timeline-block.current h3 {color:#fff;}
.timeline-block.current a  {color:#fff;} */

.unit {
  background: #fff;
  border: 1px solid #cdcdcd;
  margin: 0 0 30px;
}

.unit-hdr {
  border-bottom: 1px solid #cdcdcd;
  padding: 15px;
}

.unit-content {
  padding: 15px;
}

.unit-ftr {
  border-top: 1px solid #cdcdcd;
  padding: 15px;
}

.unit-hdr .title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  color: #525556;
}

@media only screen and (min-width: 48em) {
  .units-wrpr {
    margin: 0 -10px;
  }

  .unit {
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 60em) {
  .units-wrpr {
    margin: 0 -15px;
  }

  .unit {
    margin: 0 5px 40px;
  }
}

.my-groups .data-table tbody {
  height: 300px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
}

.academy-documents .data-table tbody {
  height: 300px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
}

.my-groups .data-table span.post {
  padding-left: 21px;
  background: url("/cms/images/layout/icon-post.png") no-repeat scroll 0 0;
}

.my-groups .data-table span.file {
  padding-left: 21px;
  background: url("/cms/images/layout/icon-file.png") no-repeat scroll 0 0;
}

@media only screen and (min-width: 48em) {
  .my-groups .data-table td {
    font-size: 14px;
    padding: 16px 5px 8px 15px;
  }

  .my-groups .data-table td:first-child {
    font-size: 16px;
    padding: 12px 5px 12px 15px;
  }

  .my-groups .fixed-tbl-hdr tbody {
    height: 226px;
  }

  .my-groups .fixed-tbl-hdr th:nth-child(1),
  .my-groups .fixed-tbl-hdr td:nth-child(1) {
    width: 60%;
  }

  .my-groups .fixed-tbl-hdr th:nth-child(2),
  .my-groups .fixed-tbl-hdr td:nth-child(2) {
    width: 15%;
  }

  .my-groups .fixed-tbl-hdr th:nth-child(3),
  .my-groups .fixed-tbl-hdr td:nth-child(3) {
    width: 25%;
  }

  .academy-documents .data-table td {
    font-size: 14px;
    padding: 16px 5px 8px 15px;
  }

  .academy-documents .data-table td:first-child {
    font-size: 16px;
    padding: 12px 5px 12px 15px;
  }

  .academy-documents .fixed-tbl-hdr tbody {
    height: 174px;
  }

  .academy-documents .fixed-tbl-hdr th:nth-child(1),
  .academy-documents .fixed-tbl-hdr td:nth-child(1) {
    width: 40%;
  }
}

@media only screen and (min-width: 75em) and (max-width: 87.438em) {

  .my-groups .data-table th,
  .academy-documents .data-table th {
    font-size: 14px;
  }

  .my-groups .data-table td {
    font-size: 13px;
  }

  .academy-documents .data-table td {
    font-size: 13px;
  }

  .my-groups .data-table td:first-child {
    font-size: 14px;
  }

  .academy-documents .data-table td:first-child {
    font-size: 14px;
  }
}

@media only screen and (min-width: 11.25em) and (max-width: 24.938em) {
  .my-groups table.responsive-tbl td:first-child {
    padding-bottom: 25px;
  }

  .my-groups table.responsive-tbl td:first-child:before {
    content: "Recent \A Activity";
    position: absolute;
    left: 10px;
    top: 10px;
    white-space: pre;
  }
}

@media only screen and (min-width: 48em) and (max-width: 74.938em) {
  .units-wrpr .grid_6 {
    width: 100%;
  }
}

a.download-selected {
  display: inline-block;
  padding-left: 30px;
  padding-top: 8px;
  margin-top: -8px;
  margin-left: 15px;
  background: url("/cms/images/layout/icon-download-selected.png") no-repeat scroll 0 0;
}

/* Dashboard Projects */
.dashboard-projects {
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 0;
  margin-bottom: 30px;
}

.dashboard-projects-header {
  padding: 5px;
  border-bottom: 1px solid #cdcdcd;
  margin: 0 0;
}

.dashboard-projects .data-table {}

.dashboard-projects .data-table th {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.dashboard-projects .data-table tbody {
  height: 954px;
  border: none;
}

.dashboard-projects .data-table tr:nth-child(2n) {
  background: none;
}

.dashboard-projects .data-table .inst-link {
  padding-right: 15px;
}

.dashboard-projects .data-table .inst-link:after {
  position: absolute;
  content: "\232a";
  font-family: "icomoon";
  margin-left: 3px;
  margin-top: 2px;
  font-size: 0.9em;
}

.dashboard-projects .data-table .status {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.dashboard-projects .data-table .status:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: #c1c1c1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.dashboard-projects .data-table .status.active:after {
  background: #1cd829;
}

.dashboard-projects .data-table .dates {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.dashboard-projects .data-table .dates:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: url("/cms/images/layout/icon-date.png") no-repeat scroll 0 0 / cover;
}

@media only screen and (min-width: 48em) {
  .dashboard-projects-header {
    padding: 12px 20px;
    border-bottom: none;
    margin: 0;
    border: 1px solid #cdcdcd;
    border-bottom: none;
  }

  .dashboard-projects {
    padding: 0;
    margin-bottom: 40px;
    border: none;
  }

  .dashboard-projects .data-table {}

  .dashboard-projects .data-table tbody {
    height: auto;
    max-height: 620px;
  }

  .dashboard-projects .fixed-tbl-hdr th:nth-child(2),
  .dashboard-projects .fixed-tbl-hdr td:nth-child(2) {
    width: 20%;
  }

  .dashboard-projects .fixed-tbl-hdr th:nth-child(6),
  .dashboard-projects .fixed-tbl-hdr td:nth-child(6) {
    width: 20%;
  }

  .dashboard-projects .data-table th {
    border: 1px solid #cdcdcd;
    padding: 20px 10px 20px 10px;
    font-size: 14px;
  }

  .dashboard-projects .data-table td {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 20px 10px 20px 10px;
    font-size: 14px;
  }

  .dashboard-projects .data-table .status {
    padding-left: 23px;
  }

  .dashboard-projects .data-table .dates {
    padding-left: 40px;
  }

  .dashboard-projects .data-table .dates:after {
    width: 23px;
    height: 23px;
    margin-top: -12px;
  }
}

@media only screen and (min-width: 60em) {
  .dashboard-projects .data-table th {
    font-size: 16px;
    padding: 20px 15px 20px 15px;
  }

  .dashboard-projects .data-table td {
    font-size: 15px;
    padding: 20px 15px 20px 15px;
  }
}

@media only screen and (min-width: 75em) {
  .dashboard-projects .data-table th {
    font-size: 18px;
    padding: 20px 20px 20px 20px;
  }

  .dashboard-projects .data-table td {
    font-size: 16px;
    padding: 20px 20px 20px 20px;
  }
}

@media only screen and (min-width: 11.25em) and (max-width: 24.938em) {
  .dashboard-projects table.responsive-tbl td:first-child {
    padding-bottom: 25px;
  }

  .dashboard-projects table.responsive-tbl td:first-child:before {
    content: "Institution \A Name";
    position: absolute;
    left: 10px;
    top: 10px;
    white-space: pre;
  }

  .dashboard-projects table.responsive-tbl td:nth-child(2) {
    padding-bottom: 25px;
  }

  .dashboard-projects table.responsive-tbl td:nth-child(2):before {
    content: "Project \A Name";
    position: absolute;
    left: 10px;
    top: 10px;
    white-space: pre;
  }

  /* .dashboard-projects table.responsive-tbl td:nth-child(3) {padding-bottom:25px;}
	.dashboard-projects table.responsive-tbl td:nth-child(3):before {
		content: "Project \A Status";
		position:absolute;
		left:10px;
		top:10px;
		white-space: pre;
    } */
  .dashboard-projects table.responsive-tbl td:last-child {
    padding-bottom: 25px;
  }

  .dashboard-projects table.responsive-tbl td:last-child:before {
    content: "Start - End \A Dates";
    position: absolute;
    left: 10px;
    top: 10px;
    white-space: pre;
  }
}

@media only screen and (max-width: 47.938em) {
  .dashboard-projects .fixed-tbl-wrpr {
    border: 1px solid #cdcdcd;
    margin: 5px;
  }

  .dashboard-projects table.responsive-tbl tr:last-child {
    border-bottom: none;
  }
}

.dashboard-projects-header .site-search {
  border: 1px solid #cdcdcd;
  margin: 0 0 7px;
}

.dashboard-projects-header .site-search .search-trigger {
  display: none;
}

.dashboard-projects-header .site-search .inner {
  position: relative;
  display: block;
  bottom: auto;
  padding: 0;
}

.dashboard-projects-header .site-search .formee input[type="text"] {
  background: #f9f9f9;
  padding: 15px 66px 15px 20px;
  font-size: 16px;
}

.dashboard-projects-header .sort-by {
  float: right;
}

.dashboard-projects-header .sort-by label {
  color: #000;
  font-weight: normal;
  display: inline-block;
  margin: 13px 10px 0 0;
}

@media only screen and (min-width: 48em) {
  .dashboard-projects-header .site-search {
    width: 50%;
    max-width: 490px;
    float: left;
    margin: 0;
  }

  .dashboard-projects-header .site-search .formee input[type="text"] {
    font-size: 18px;
  }

  .dashboard-projects-header .sort-by label {
    font-size: 18px;
    margin: 15px 15px 0 0;
  }
}

.nice-checkbox {
  position: relative;
  padding-left: 30px;
}

.nice-checkbox input[type="checkbox"]:not(old) {
  width: 1.5em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0.125em;
  height: 1.25em;
  z-index: 9;
}

.nice-checkbox input[type="checkbox"]:not(old)+label {
  /* display      : inline-block; */
  /* margin-left  : -2em; */
  line-height: 1.5em;
}

.nice-checkbox input[type="checkbox"]:not(old)+label>span {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin: 0.125em 0.5em 0.25em 0;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  top: 0;
}

.nice-checkbox input[type="checkbox"]:not(old):checked+label>span {}

.nice-checkbox input[type="checkbox"]:not(old):checked+label>span:before {
  /* content     : '✓'; */
  content: "\2713";
  display: block;
  width: 1.25em;
  color: #ed7422;
  font-size: 0.875em;
  line-height: 1.25em;
  text-align: center;
  font-weight: bold;
}

/* VRESITE-89 - 4/10/23 */

.header-top {
  background-color: #002b40;
}

.header-grid {
  padding: 0 !important;
}

.nav__top-nav-container {
  background-color: #002b40;
  height: 3.125rem;
}

.nav__top-nav {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}

.nav__top-nav li {
  margin: 10px;
}

.nav__top-nav-item.search {
  position: absolute;
  right: 50px;
  top: 49px;
  margin: 0 10px;
}

.nav__top-nav-item.search button {
  background-color: transparent;
  border: none;
}

.nav__top-nav .nav__top-nav-item.search.search-bar {
  display: block;
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 99;
  background-color: #F2F2F2;
  width: 100%;
  height: 100vh;
  margin: 0;
}

.nav__top-nav .nav__top-nav-item.search .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
  padding: 40px 20px;
}

.nav__top-nav .nav__top-nav-item.search .gsc-input-box {
  border-radius: 3px;
}

.nav__top-nav a {
  color: #fff;
  text-decoration: none;
}

.nav__top-nav .nav__top-nav-link:focus {
  outline: -webkit-focus-ring-color auto 5px;
  ;
}

.nav__top-nav-item.search svg.icon-th-Search {
  fill: #0066b0;
}

.nav__top-nav .nav__top-nav-item.search .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
  padding: 40px 20px;
}

.gsib_b {
  display: none;
}

.nav__top-nav-svg-container-close {
  background-color: red;
}

.nav__top-nav-link-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

svg.icon-close {
  fill: #FFF;
}

.nav__top-nav .nav__top-nav-item.search .gsc-input-box {
  border-radius: 3px;
  border-color: #000 !important;
}

.gsc-search-button {
  display: none;
}

@media (min-width: 1024px) {

  .nav__top-nav-item.search {
    margin: 10px 0 10px;
  }

  .nav__top-nav-item.search {
    position: static;
  }

  .nav__top-nav-item.search svg.icon-th-Search {
    fill: #FFF;
  }

  .nav__top-nav .nav__top-nav-item.search.search-bar {
    background-color: #FFF;
    max-width: 50rem;
    min-height: 100px;
    height: initial;
    top: 50px;
    right: 0;
    display: flex;
    z-index: 9999;
    margin: 0;
  }

  .nav__top-nav .nav__top-nav-item.search .gsc-control-searchbox-only.gsc-control-searchbox-only-en,
  table.gsc-search-box td.gsc-input {
    padding: 0 0 0 0 !important;
  }

  table.gsc-search-box td.gsc-input {
    padding: 0 5px 0 0 !important;
  }

  #___gcse_0 {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
    width: 100%;
  }


  .nav__top-nav .nav__top-nav-item.search .gsc-input-box {
    padding: 0;
  }

  .nav__top-nav .nav__top-nav-item.search .gsc-input-box .gsib_a {
    padding: 0 5px;
  }

  .gsc-input {
    min-height: 50px;
  }
}

/* FOOTER */
.footer {
  border: none;
  color: #000;
  width: 100%;
  padding: 0;
}

.footer .main-footer {
  background-color: #f8f8f8;
  min-height: 290px;
  border: none;
  display: flex;
  align-items: center;
}

.footer .main-footer>.container {
  width: 100%;
}

.footer .copyright {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  color: #000;
  font-size: 0.8125rem;
}

.footer .socialFollow svg {
  width: 24px;
  height: 24px;
}

.footer .socialFollow li>a {
  display: block;
}

.footer .advFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer__svg-container-top,
.footer__svg-container-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer__container {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer p {
  margin: 0;
}

.footer svg {
  margin: 10px;
}

.footer__svg-container.location,
.footer__svg-container.phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.footer__svg-container.location {
  align-items: start;
}

.footer__svg-container.location svg {
  margin-top: 0;
}

.footer__text.location,
.footer__text.phone {
  text-align: start;
}

.footer__text.location {
  max-width: 200px;
}

.footer ul {
  list-style-type: none;
  padding: 20px;
  margin: 0;
  display: flex;
}

.footer ul li {
  margin: 10px;
}

.subFooter .copyright {
  color: #000 !important;
}

@media (min-width: 769px) {

  .footer__svg-container-top,
  .footer__svg-container-center {
    width: 50%;
  }
}

.header-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.vre-text {
  text-transform: uppercase;
}

.mainContent {
  margin: 50px 0;
}

.header-bottom {
  height: 60px;
  background-color: #fff;
}

.header-bottom a.site-logo:focus,
.header-bottom a.site-logo:visited,
.header-bottom a.site-logo:active {
  color: transparent !important;
}

.header-bottom .site-logo svg {
  position: absolute;
  height: 80px;
  width: auto;
  top: 0px;
  z-index: 9999;
}

.header-bottom .site-logo:focus svg {
  outline: -webkit-focus-ring-color auto 5px;
}

.heading__container {
    min-height: 125px;
    background: url(/cms/images/layout/Home-bg-V2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading__container .container {
  margin: 0;
  width: 100%;
}

.heading__container .container .grid_12 {
  text-align: start;
  padding: 0 3.125rem;
}

.heading__container h1 {
  color: #fff !important;
  margin: 0;
  font-size: 1.5625rem;
}

.mainContent .breadcrumbs {
  display: none;
}

.new-quickLinks-container {
  width: 100%;
  position: relative;
}

.quickLinks__top-row,
.quickLinks__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.quickLinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
  position: relative;
  top: -70px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
}

.quickLinks__item {
  flex: 1;
}

.quickLinks__item:nth-child(2) {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

div .quickLinks__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  color: #2d2525;
  padding: 0 5px;
  text-align: center;
}

.quickLinks__text {
  font-size: 0.9375rem;
}

.quickLinks__svg svg {
  width: 65px;
  height: 65px;
}

/* Directions Page */

.directions__heading {
  margin: 0;
}

.directions__text {
  width: 100%;
}

.directions__text select {
  margin-top: 15px;
}

.directions__select-container,
.input__select-container,
.input__text-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.directions__select-container {
  width: 100%;
  flex-wrap: wrap;
}

.input__select-container {
  flex-direction: column;
  align-items: flex-start;
  margin: 15px 0;
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  max-width: 22.1875rem;
}

.input__select-container select,
.datepicker-control,
.input__select-container input,
.input__select-container textarea {
  padding: .75rem .9375rem;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #FFF;
}

.directions__btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: end;
}

.directions__btn,
a.directions__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 22.1875rem;
  text-transform: uppercase;
  background-color: #EB0000;
  color: #fff;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
}

.test-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1.875rem 0;
}

.slider-container {
  background-color: #076493;
  border-radius: 10px;
}

.slider__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
}

.serviceAlert__hero .slick-slide .slide-content-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.slider__text {
  color: #fff;
  padding: 30px 50px;
  margin: 0;
}

.slider__arrow-container {
  width: 100%;
  position: absolute;
  bottom: 60%;
}

.slider__arrow-container button {
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 999;
}

.slider__arrow-container .hero__next-arrow svg,
.slider__arrow-container .hero__prev-arrow svg {
  width: 24px;
  height: 24px;
}

.slider__arrow-container .hero__next-arrow {
  right: 20px;
}

.slider-container .slick-slide .slider__link {
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
}

.slider-container .slider__button-container .slider__button {
  background-color: #e0393e;
  color: #fff;
  padding: 15px 30px;
  outline: none;
  border: none;
  border-radius: 2px;
}

.slider-container .slider__button-container .slider__button:focus {
  outline: thin dotted #fff;
}

.cta__app-container {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.mobile__content-container {
  padding: 15px;
  text-align: left;
}

.mobile__app-container {
  display: flex;
  background-color: #08436b;
  color: #fff;
  border-radius: 10px;
}

.mobile__app-heading {
  text-transform: capitalize;
  width: 100%;
}

.mobile__app-text {
  width: 100%;
  text-transform: uppercase;
}

.mobile__app-text,
.mobile__app-heading {
  font-size: 1.25rem;
}

.mobile__app-btn.apple,
.mobile__app-btn.android {
  max-width: 45%;
}

.cta__tile-container {
  display: flex;
  justify-content: space-between;
}

.mobile__app-btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile__app-img-container {
  flex: 1;
}

.mobile__app-img-container img {
  height: 100% !important;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.mobile__content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex: 2;
}

.mobile__app-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.mobile__app-link svg {
  min-width: 90px;
  max-height: 36px;
  width: 100%;
  height: 100%;
}

.mobile__app-link {
  display: flex;
  align-items: center;
  height: 100%;
  max-height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

.cta__link {
  color: #fff !important;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 10px;
  height: 100%;
}

.cta__container .banner-text,
.banner__square .banner-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 35px;
  display: flex;
  align-items: end;
}

.cta__link img {
  height: 100% !important;
  box-sizing: border-box;
  max-height: 100%;
  min-height: 2rem;
  width: 100%;
  object-fit: cover;
}

.cta__link .bg-img {
  border-radius: 10px;
}

.cta__svg-container.accessibility,
.cta__svg-container.new-riders {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

/* NAVBAR styles */

li .has-sub>span>span::after {
  content: "\2039";
  font-size: 1.5rem;
  position: absolute !important;
  right: 0 !important;
  margin: -5px 10px !important;
  transform: rotate(-90deg) translate(0px, 0px);
  transition: all 0.2s ease;
}

li.opened.animated .has-sub>span>span::after {
  transform: rotate(90deg) translate(0, -5px);
}

section {
  margin: 30px 0;
}

.schedule,
.banner__horizontal {
  display: flex;
  flex-wrap: wrap;
  background-color: #f2f2f2;
}

.banner__horizontal {
  margin: 0;
}

.schedule__content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px;
}

.schedule__heading {
  text-transform: capitalize;
}

.schedule__sub-heading {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.schedule__link {
  display: block;
  text-align: center;
  max-width: 400px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e0393e;
  color: #fff !important;
  padding: 20px 40px;
}

.benefits__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.benefits__signup-container,
.banner__vert-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin: 20px 0 0 0;
}

.banner__vert-container {
  /* max-width: 400px;
  min-height: 500px; */
  height: 100%;
  margin: 0;
  flex: 1;
}

.benefits__heading,
.banner__vert-heading {
  font-size: 1.875rem;
  text-transform: capitalize;
  text-align: center;
  margin: 0 30px;
}

.benefits__text-container,
.banner__vert-text-container {
  margin: 15px 0;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.benefits__first-column,
.benefits__second-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.benefits__tile {
  position: relative;
  display: block;
}

.benefits__tile img {
  width: 100%;
  border-radius: 10px;
}

.benefits__tile .banner-text img {
  width: auto;
  max-width: 80%;
  max-height: 60px;
  border-radius: 0 0 10px 10px;
}

.benefits__tile .bg-img {
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: top;
}

.two-col-container.wrapper .benefits__tile .bg-img {
  height: 275px !important;
}

.benefits__img-container,
.banner__vert-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  min-height: 35px;
  display: flex;
  align-items: center;
}

.banner-text p {
  margin: 0;
  text-transform: capitalize;
}

.benefits__link.directions__btn,
.banner__vert-link.directions__btn {
  background-color: #004785;
  color: #fff;
  text-decoration: none;
}

.directions__btn:hover {
  text-decoration: underline;
}

.specialEvents__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 20px 0;
  margin: 0 0 40px 0;
}

.specialEvents__link-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.specialEvents__link {
  color: #004785 !important;
  text-decoration: none;
  text-transform: uppercase;
}

a.specialEvents__link.all {
  border: 1px solid #004785;
  padding: 20px;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  /* max-width: 225px; */
}

.specialEvents__img-container img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.specialEvents__slider {
  margin-bottom: 60px;
}

/* Schedule page */
.schedules__alert {
  background-color: #ececec;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
}

.schedules__alert-svg-container {
  margin-right: 10px;
}

.schedules__alert-svg-container svg {
  width: 30px;
  height: 30px;
}

.schedules__alert-text {
  margin: 0;
  font-weight: 600;
}

.schedule__date-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.schedule__train-container {
  background-color: #004785;
  color: #fff;
  min-width: 145px;
  height: 80px;
  padding: 20px;
}

.schedule__train-container div {
  text-align: start;
}

.schedule__train-container.name {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.schedule__info-container {
  background-color: #DF3035;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  text-align: start;
}

.schedule__info-container,
.schedule__info.time {
  height: 50px;
  padding: 0 20px;
}

.schedule__info.time {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.schedule__body {
  background-color: #ececec;
}

.schedule__button {
  background-color: #004785;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 5px;
  margin: 10px 0;
}

.input__select-container .testing {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input__select-container .date-picker-filed {
  width: 100%;
}

.input__select-container .date-picker-filed:hover {
  cursor: pointer;
}

.input__select-container .testing .date-picker-filed .datepicker-control {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  position: relative;
}

.input__select-container .testing .date-picker-filed img {
  width: 18px !important;
  position: absolute;
  right: 15px;
  bottom: 25%;
}

.schedule__date-container .directions__btn {
  background-color: #004785;
}

.schedule__train-legend .schedule__info {
  display: flex;
  align-items: start;
  margin: 15px 0;
}

.schedule__train-legend .schedule__info .icon-L,
.schedule__train-legend .schedule__info .icon-S {
  width: 30px !important;
  height: 30px !important;
}

.schedule__train-legend .schedule__info .icon-AM-legend {
  width: 90px !important;
  height: 30px !important;
}

.schedule__info-text-container {
  margin: 0 15px 15px;
}

.schedule__about {
  display: flex;
  flex-wrap: wrap;
}

.schedule__about-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.schedule__img-container,
.schedule__img-container img {
  width: 100%;
}

.schedule__about .schedule__heading {
  font-size: 1.875rem;
}

.schedule>.container {
  position: relative;
}

.schedule .schedule__triangle-container {
  background-image: url(/assets/1/6/Shape_Left_Calendar_Reduced_1x.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.schedule .container .grid_12,
.banner__horizontal .container .grid_12 {
  display: flex;
  flex-wrap: wrap;
}

.banner__horizontal .container .grid_12 {
  align-items: center;
}

/* DELETE AFTER PUSHING CODE */
.railNavHeading {
  display: none;
  visibility: hidden;
}

@media (min-width: 27em) {
  .mobile__app-link svg {
    max-height: 72px;
  }
}

@media (min-width: 60em) {
  .header-bottom .site-logo svg {
    height: 157px;
    width: auto;
    top: -30px;
  }

  .header-bottom {
    min-height: 100px;
  }

  .nav__top-nav {
    padding: 0;
    margin: 0;
    height: 100%;
    list-style-type: none;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .nav__top-nav li {
    margin: 10px 55px;
  }

  .heading__container {
    min-height: 250px;
  }

  .mainContent .breadcrumbs {
    display: block;
    margin: 15px 0px 80px 0px;
  }

  .breadcrumbs span.default {
    margin: 10px 30px;
  }

  .mobile__app-text,
  .mobile__app-heading {
    font-size: 1.75rem;
  }

  .schedule__content-container,
  .schedule__img-container {
    flex: 1;
  }

  .specialEvents .slick-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .specialEvents .slick-slide {
    width: auto !important;
  }

  .specialEvents .slick-track:before,
  .specialEvents .slick-track:after {
    content: none;
  }
}

@media (min-width: 64em) {
  li.opened.animated .has-sub>span>span::after {
    color: #e0393e;
  }

  .heading__container .container .grid_12 {
    padding: 0 .625rem;
  }

  .heading__container h1 {
    font-size: 3.75rem;
  }

  .quickLinks {
    height: 171px;
  }

  .quickLinks__top-row {
    width: 60%;
  }

  .quickLinks__bottom-row {
    width: 40%;
  }

  .quickLinks__bottom-row .mobile {
    display: none;
  }

  .quickLinks__bottom-row .quickLinks__item:nth-child(1) {
    border-left: 1px solid #d9d9d9;
  }

  .slider__arrow-container .hero__next-arrow {
    right: 260px;
  }

  .cta__container .banner-text{
    min-height: 45px;
  }

  /* Directions Page */
  .directions__select-container,
  .directions__btn-container {
    justify-content: flex-start;
  }

  .directions__heading,
  .input__select-container,
  .input__select-container {
    margin: 15px 30px 15px 0;
  }

  .directions__heading {
    font-size: 1.9375rem;
  }

  .directions__btn-container {
    flex: 1;
    min-height: 3.125rem;
    margin: 15px 30px;
  }

  .directions__btn {
    max-width: 13.25rem;
  }

  .slider-container>.grid_12 {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .slider-container .serviceAlert__hero {
    max-width: 70%;
  }

  .serviceAlert__hero .slick-slide .slide-content-container {
    flex-direction: row;
  }

  .cta__app-container {
    justify-content: space-between;
  }

  .benefits__signup-container {
    flex: 1;
    margin: 0 0 0 20px;
    max-width: 400px;
    min-height: 510px;
  }

  .benefits__tile-container {
    flex: 2;
  }

  .schedule__content-container {
    margin: 30px 0;
  }
}

@media (min-width: 90em) {

  .cta__container .banner-text,
  .banner__square .banner-text {
    /* min-height: 55px; */
  }

  .directions__btn-container {
    justify-content: flex-start;
  }
}

.benefits__tile-container,
.banner__square-container {
  display: grid;
  gap: 20px;
}

.cta__app-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.mobile__app-container {
  grid-area: 1 / 1 / 2 / 3;
}

.cta__container.new-rider {
  grid-area: 2 / 1 / 3 / 2;
}

.cta__container.accessibility {
  grid-area: 2 / 2 / 3 / 3;
}

@media (min-width: 675px) {

  .cta__app-container,
  .banner__square-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .banner__square-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }

  .mobile__app-container {
    grid-area: 1 / 1 / 2 / 3;
  }

  .cta__container.new-rider {
    grid-area: 1 / 3 / 2 / 4;
  }

  .cta__container.accessibility {
    grid-area: 1 / 4 / 2 / 5;
  }

  .benefits__tile-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .benefits__tile:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }

  .benefits__tile:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }

  .benefits__tile:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .benefits__tile:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media (min-width: 1024px) {
  .benefits__tile-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .benefits__tile:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }

  .benefits__tile:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }

  .benefits__tile:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .benefits__tile:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
  }

  .benefits__signup-container {
    grid-area: 1 / 3 / 3 / 4;
  }

  .two-col-container .one-col.grid_6 {
    flex: 2;
  }
}

.cancelled,
.cancelled>.schedule__info-container {
  background-color: #A3A2A0;
  color: #000;
}

.cancelled .time {
  text-decoration: line-through;
}

.schedule__info.cancel {
  align-items: center;
}

.cancelled-legend {
  margin: 0;
  padding: 10px;
  text-decoration: line-through;
}

.schedule__info.cancel .schedule__info-text-container {
  margin: 0 15px;
}

.cancel-text {
  display: block;
  font-size: 14px;
  font-weight: 900;
}

/*  */
/*  */
/*  */

.accordion {
  display: flex;
  flex-direction: column-reverse;
  --_button-svg-size: 20px;
}

.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.accordion-trigger.parking {
  background-color: #004785;
}

.accordion-trigger.parking.even {
  background-color: #DE2B31;
}

.accordion p {
  margin: 0;
}

.accordion-title.directory.panel-title,
.accordion-title button, .accordion .accordion-title.parking.desktop p {
  font-size: 25px;
  padding: 10px;
}

.accordion-title .directory .panel-title {
  text-align: start;
}

/* .accordion-icon {
  width: var(--_button-svg-size);
  height: var(--_button-svg-size);
} */

.routeMarker-container,
.routeName-container {
  display: flex;
  justify-content: space-between;
}

.accordion-item {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.routeMarker-container {
  justify-content: center;
  align-items: center;
  flex: 1;
}

.routeMarker-container .routeMarker {
  width: 20px;
  height: 20px;
  border: 5px solid blue;
  border-radius: 50%;
}

.routeName-container {
  align-items: center;
  flex: 2;
}

.routeStop {
  font-weight: 600;
}

.routeSpace {
  font-size: 14px;
}

.list-hide {
  display: none;
}

.list-show {
  display: block;
}

.accordion-content {
  margin-right: 0 !important;
}

.accordion-content.parking,
.accordion-content.directory {
  --line-w: 0.75rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
  padding: 0;
}

.accordion-content.directory {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line */
.accordion-content.parking::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 100;
  position: relative;
  left: -20px;
}

.accordion-content.parking.line-blue::before {
  background: #004785;
}

.accordion-content.parking.line-red::before {
  background: #DE2B31;
}

/* row gaps */
.accordion-content li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

.accordion-content.parking .accordion-item {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.accordion-content.parking li .dot {
  margin-inline: calc(var(--inlineP) * -1);
  position: relative;
  left: -20px;
}

/* circle */
.accordion-content.parking li .dot::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translate(-80%, -50%);
}

.accordion-content.parking.line-red li .dot::after {
  border: 2px solid #e0393e;
}

.accordion-content.parking.line-blue li .dot::after {
  border: 2px solid #004785;
}

.accordion-item {
  margin-right: 0 !important;
}

.parking__stop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.routeSpace {
  background-color: #95ebb0;
  border-radius: 100%;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #000;
}

.parking__legend {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.parking__info {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 40px 20px;
}

.parking__dot {
  min-width: 35px;
  min-height: 35px;
  border-radius: 100%;
  margin-right: 5px;
}

.parking__green,
.parking__red {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.parking__green .parking__dot {
  background-color: #95ebb0;
}

.parking__red .parking__dot {
  background-color: #e0393e;
}

.parking__text {
  margin: 0;
}

.parking__accessible {
  color: #fff;
  background-color: #4b6071;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
}

.parking__accessible-svg-container {
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.parking__accessible-svg-container .icon-wheelchair {
  width: 2.5em;
  height: 2.5em;
  padding-right: 10px;
}

.parking__accessible p {
  margin: 0;
}

.accordion-icon .icon-plus {
  display: none;
}

.projects-acc-container .accordion-icon .icon-plus,
.info-acc .accordion-icon .icon-plus {
  display: block;
}

.projects-acc-container .accordion-icon .icon-minus,
.info-acc .accordion-icon .icon-minus {
  display: none;
}

@media (min-width: 48rem) {
  .accordion {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 50px;
  }

  .accordion.faq__accordion-container {
    display: block;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    gap: 50px;
  }

  .accordion-panel.parking {
    flex: 1;
    max-width: 450px;
  }

  .accordion-icon {
    display: none;
  }

  .accordion-list {
    display: block;
  }

  .parking__legend {
    max-width: 450px;
  }

  .schedule__about-container {
    width: 50%;
  }

  .schedule__about-container {
    padding-right: 0px;
  }

  .mainContent.twoCol {
    margin: 0 50px;
  }

  .staff__heading-container .staff__heading,
  .accordion-title.news {
    margin-top: 0;
  }
}

@media (min-width: 47.9688rem) {

  .accordion-title.news.mobile,
  .parking .accordion-title.mobile,
  .directory .accordion-title.mobile {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 47.9688rem) {

  .accordion-title.news.desktop,
  .parking .accordion-title.desktop,
  .directory .accordion-title.desktop {
    display: none;
  }
}

/* left nav rail */

.leftNav__item.leftNav__link-active {
  background-color: rgba(0, 71, 133, 0.1);
}

.leftNav__link-active .leftNav__link:after {
  transform: rotate(270deg);
}

.grid_3 .leftNav {
  margin-bottom: 30px;
}

.grid_3.leftNav {
  padding: 0;
}

.leftNav__header-container {
  background-color: #004785;
  border-radius: 10px 10px 0 0;
}

.leftNav__header {
  margin: 0;
  padding: 20px;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.5625rem;
}

.leftNav__list {
  background-color: #f2f2f2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  border-radius: 0 0 10px 10px;
}

.leftNav__item, .left-rail-container .quickLinks .quickLinks__item {
  padding: 10px 20px;
}

.leftNav .leftNav__link,
.leftNav .leftNav__link span,
.leftNav .leftNav__link span span, .left-rail-container .quickLinks .quickLinks__item .quickLinks__link{
  display: flex;
  color: #004785 !important;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif !important;
  text-decoration: none;
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
}

.leftNav__link:after,  .left-rail-container .quickLinks .quickLinks__item .quickLinks__link::after {
  content: ">";
}

.leftNav__link:hover, .left-rail-container .quickLinks .quickLinks__item .quickLinks__link:hover {
  cursor: pointer;
  color: #4b4ab5 !important;
  text-decoration: underline;
}

.directory .leftNav__item {
  justify-content: space-between;
}

/* Left Nav Quick Links rail */

.left-rail-container .new-quickLinks-container .quickLinks{
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100%;
  position: static;
  background-color: #f2f2f2;
}

.left-rail-container .new-quickLinks-container .quickLinks .quickLinks__top-row, .left-rail-container .new-quickLinks-container .quickLinks .quickLinks__bottom-row{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}


.left-rail-container .new-quickLinks-container .quickLinks .quickLinks__top-row .quickLinks__item, .left-rail-container .new-quickLinks-container .quickLinks .quickLinks__bottom-row .quickLinks__item{
  width: 100%;
}

.left-rail-container .quickLinks .quickLinks__item .quickLinks__link{
  flex-direction: row;
  text-align: start;
  padding: 0;
}

.left-rail-container .quickLinks .quickLinks__item:hover, .left-rail-container .quickLinks .quickLinks__item:focus, .left-rail-container .quickLinks .quickLinks__item:focus-visible{
  background-color: rgba(0, 71, 133, 0.1);
}

.left-rail-container .new-quickLinks-container .quickLinks .quickLinks__item .quickLinks__text{
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif !important;
  padding: 0 40px 0 0;
}

.left-rail-container .new-quickLinks-container .quickLinks .quickLinks__item .quickLinks__svg{
  display: none;
}

.left-rail-container .quickLinks__bottom-row .quickLinks__item:nth-child(1), .left-rail-container .quickLinks__item:nth-child(2){
  border: none;
}

.new-quickLinks-container .leftNav__header-container.leftNav-alt{
  display: none;
}

.left-rail-container .new-quickLinks-container .leftNav__header-container.leftNav-alt{
  display: block;
}

/* Staff page styles */

.leftNav .leftNav__link span>span.cap {
  text-transform: uppercase;
  padding-right: 0.3125rem;
}

.staff__heading-container .staff__heading {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.9375rem;
}

.staff__heading-container .staff__text {
  font-weight: 600;
}

.accordion-item.directory {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-trigger.directory {
  background-color: transparent;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.accordion-trigger.directory.panel-title {
  margin: 0;
  text-transform: capitalize;
}

.accordion-item.directory {
  border: none;
}

.accordion-item.directory .staff__item-container{
  min-height: 235px;
}

.staff__img-container {
  display: flex;
  justify-content: center;
}

.staff__text-container {
  text-align: center;
}

.staff__name {
  font-size: 20px;
}

.staff__text {
  font-family: "Poppins", sans-serif !important;
}

@media (min-width: 64rem) {
  .accordion-content.directory {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* News/Press Release styles */

.accordion-trigger.news {
  border-bottom: 3px solid #e0393e;
  color: #000;
}

.accordion-title.news.desktop {
  background-color: #f2f2f2;
}

.accordion-trigger.news .panel-title {
  margin: 0;
  font-weight: 600;
}

.accordion-content.news {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.accordion-item.news {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.accordion-item.news a {
  color: #004785;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.accordion-item.news a:hover {
  text-decoration: underline;
}

.input__select-container .news-archive {
  display: none;
}

@media (min-width: 64em) {
  .accordion-panel.news {
    margin-bottom: 1.5em;
  }
}

/* Social Media Feed Styles */
.socialMedia {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.socialMedia .socialFollow {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

.socialMedia .socialFollow li {
  padding: 10px 0;
}

.socialMedia .socialFollow li svg {
  width: 20px;
  height: 20px;
}

/* Press Release Page */

.grid_9.leftNav {
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* News Detail */
figure.news-detail {
  margin: 30px 0;
}

.info.news-detail {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  margin: 15px 0;
}

.news-detail.date,
.news-detail.author {
  margin: 0 10px;
}

.news-detail img {
  width: 100% !important;
}

.news-detail.content {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  line-height: 24px;
  margin: 1.25rem 0;
}

@media (min-width: 64rem) {
  .newsDetail h2.title, .eventsDetailsWrpr h2.name {
    font-size: 2.4375rem;
  }
}

.mod.newsOverview {
  margin: 1em 0;
}

.newsModuleWrpr .news-filter {
  background-color: rgba(0, 71, 133, 0.15);
  border: none;
  border-radius: 10px;
}

.newsModuleWrpr .news-filter .filterOptions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
}

.news-filter .filterActions {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.newsFilterCatWrpr.input__select-container {
  margin: 0;
  max-width: 400px;
  justify-content: end;
}

.news-filter .filterActions .newsFilterSearchBtn {
  width: 100%;
  margin: 0;
}

.news-filter .filterActions .newsFilterSearchBtn .btn {
  max-width: none;
  margin: 0;
  min-height: 50px;
}

.news-filter .filterActions .newsFilterSearchType {
  display: flex;
  align-items: center;
  padding: 0;
}

.newsModuleWrpr .paging {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0;
  border-bottom: 2px solid #004785;
}

.paging .genericPager ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.paging .genericPager ul li {
  padding: 0 20px;
  font-family: "Poppins", sans-serif !important;
}

.paging .genericPager ul li.active span {
  background-color: #767676;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
}

.paging .genericPager ul li a {
  text-decoration: none;
  color: #000;
}

.itemList.news {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.itemList .content.news a, .itemList .item a.eventLink, .itemList .item  a.eventLink:link {
  color: #004785;
}

.itemList-text-container {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000;
}

.itemList-img {
  width: 100% !important;
  height: auto !important;
  border: none;
  padding: 0;
}

.itemList-text-container.news, .itemList-text-container.events {
  padding-top: 20px;
}

.itemList-text-container.events .dateTime{
  margin-bottom: 10px;
}

.itemList-text-container.news p, .itemList-text-container.events p {
  margin: 1em 0;
  line-height: 1.75rem;
}

/* News Detail */
.news-detail img {
  width: 100% !important;
}

.input__select-container.news-archive {
  max-width: 400px;
}

.newsFilterMonthWrpr,
.newsFilterYearWrpr {
  margin: 0;
  width: 100%;
  max-width: 400px !important;
}

.archive-btn {
  padding: 20px 0;
  font-size: 1rem !important;
  text-decoration: none !important;
}

.archive-btn:hover {
  text-decoration: underline !important;
}

@media (min-width: 37.5em) {
  .itemList .content.news {
    padding: 0 .625rem 0 0;
  }

  .itemList-img {
    min-width: 200px;
    max-height: 150px;
  }
}

@media (min-width: 48em) {

  .specialEvents__heading,
  .schedule__heading {
    font-size: 2.4375rem;
  }
}

@media (min-width: 852px) {
  .news-filter .filterActions {
    flex-direction: column-reverse;
    padding: 0;
  }

  .newsModuleWrpr .news-filter .filterOptions {
    justify-content: space-evenly;
  }
}

/* Online Forum styles */

.forum-container {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.input__select-container.forum-container {
  margin-left: 0;
  max-width: none;
}

.forum-name,
.forum-city,
.forum-state {
  margin: 20px 0;
  max-width: 22.1875rem;
}

.forum-ask-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input__text-container {
  flex-direction: column;
}

.forum-ask-container input {
  min-width: 22.1875rem;
}

.forum-main-container {
  padding: 20px 0;
}

.forum-main-container:nth-child(odd) {
  background-color: #f2f2f2;
}

.forum-svg-container svg {
  width: 30px;
  height: 30px;
}

.forum-question-container,
.forum-answer-container {
  display: flex;
  padding: 20px;
}

.forum-answer-container {
  display: flex;
  margin-inline-start: 45px;
}

.forum-info-container {
  padding: 0 15px;
}

.forum-question-author {
  display: flex;
  align-items: start;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}

.forum-answer-author {
  font-weight: 600;
}

.forum-question-test,
.forum-container {
  font-family: "Poppins", sans-serif !important;
}

.forum-location {
  padding-left: 5px;
}

.forum-question {
  padding-top: 15px;
}

.forum-question,
.forum-answer {
  font-size: 18px;
  font-weight: 600;
}

/* Online Forum Archive page */

.forum-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* CALENDAR STYLES */

.calendar>div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
}

.calendar__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0;
  padding: 0 10px;
}

.calendar__container table {
  border: none !important;
  border-collapse: separate !important;
  max-width: 26.25rem;
  width: 100%;
}

.calendar-header td {
  padding: 15px 0;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-main .calendar-header {
  max-width: unset;
}

.calendar-day-headers,
.calendar-day {
  font-weight: 900;
  padding: 10px 3px;
}

.calendar-day {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000 !important;
}

.calendar-main tr:nth-child(3)>td:first-child.calendar-day {
  border-radius: 10px 0 0 0;
}

.calendar-main tr:nth-child(3)>td:last-child.calendar-day {
  border-radius: 0 10px 0 0;
}

.calendar-main tr:last-child>td:first-child.calendar-day {
  border-radius: 0 0 0 10px;
}

.calendar-main tr:last-child>td:last-child.calendar-day {
  border-radius: 0 0 10px 0;
}

.calendar__legend-container {
  background-color: #fff;
  padding: 20px;
  margin: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 24px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 24px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 24px -14px rgba(0, 0, 0, 0.75);
  width: 100%;
  max-width: 410px;
}

.legend-text-container {
  display: flex;
  align-items: center;
  margin: 7px 0;
}

.legend-text {
  margin: 0;
  padding: 0 5px;
}

.calendar-header tbody td:first-of-type,
.calendar-header tbody td:last-of-type {
  font-size: 1.56em;
}

.calendar-header tbody td a {
  text-decoration: none;
}

.calendar-header tbody td a:hover {
  text-decoration: underline;
}

.calendar-other-month-day.calendar-day {
  color: #f2f2f2 !important;
  font-weight: 200;
}


@media (min-width: 64em) {
  .calendar__container {
    max-width: 50%;
  }

  .calendar-day-headers,
  .calendar-day {
    padding: 20px;
  }
}

/* Projects & Studies Page */

.projects-second-heading {
  text-transform: capitalize;
}

.projects-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.projects-img-container img {
  width: 100%;
  margin: 0 auto;
}

.projects-studies #image-container svg {
  max-width: 100%;
}

.projects-studies .projects-acc-container {
  flex-direction: column;
  gap: 0;
}

.projects-studies .info-acc {
  gap: 0.625rem;
}

.projects-studies .projects-acc-container .accordion-icon,
.projects-studies .info-acc .accordion-icon {
  display: block;
}

.projects-studies .projects-acc-container .project-acc-title {
  background-color: #004785;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.5625rem;
  margin: 0;
  padding: 15px;
  border-radius: 5px 5px 0 0;
}

.projects-studies .projects-acc .accordion-trigger {
  background-color: #333;
  border-radius: 0;
  padding-left: 0.9375rem;
}

.projects-studies .projects-acc .accordion-title {
  margin: 0;
}

.project-acc-title-container {
  display: flex;
  align-items: center;
}

.project-acc-title-container .panel-title {
  text-transform: capitalize;
  font-size: 1.25rem;
}

.project-acc-title-container svg {
  width: 1.5rem;
  height: 1.5rem;
}

.projects-studies .projects-acc ul {
  list-style-type: none;
  background-color: #f2f2f2;
  padding: 0;
  margin: 0;
}

.projects-studies .projects-acc ul li {
  padding: 0.9375rem;
  border: none;
}

.studies-acc-link {
  text-transform: capitalize;
  text-decoration: none;
}

.studies-acc-link svg {
  transform: rotate(270deg);
}

.projects-detail-container svg {
  padding: 0 15px;
}

.accordion.info-acc {
  margin: 20px 0;
  flex-direction: column;
}

.info-acc .accordion-title {
  margin: 5px 0;
}

.info-acc .accordion-trigger {
  background-color: #004785;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  transition: background-color 0.2s ease-in;
}

.list-show-red {
  background-color: #DE2B31 !important;
}

.info-acc ul.accordion-content {
  list-style-type: none;
  padding: 0;
  margin: 1.25em 0;
}

.info-acc ul.accordion-content .accordion-item {
  border: none;
}

.info-acc ul.accordion-content .accordion-item .studies-acc-link {
  font-weight: 900;
}

@media (min-width: 31.25rem) {
  .projects-img-container img {
    max-width: 20rem !important;
  }
}

@media (min-width: 48rem) {
  .projects-studies #image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .projects-top-inner-text-container h1 {
    margin-top: 0;
  }

  .info-acc .accordion-test {
    display: flex;
  }

  .info-acc .accordion-content {
    flex: 1;
  }

  ul.accordion-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64rem) {
  .projects-top-container {
    display: flex;
    justify-content: space-between;
  }

  .projects-top-text-container {
    width: 70%;
  }

  .projects-top-text-container h1 {
    font-size: 2.4375rem;
  }

  .projects-top-text-container h2 {
    font-size: 1.8125rem;
  }

  .projects-img-container {
    margin: 0;
  }

  .projects-studies #image-container {
    margin-bottom: 0;
  }
}

@media (min-width: 90rem) {
  .projects-top-text-container h1 {
    font-size: 3.0625rem;
  }

  .projects-top-text-container h2 {
    font-size: 2.4375rem;
  }
}

/* Studies detail page */

.study-details,
.leftNav__items h3,
.leftNav__items h4 {
  margin: 0;
}

.study-details-title-container h1 {
  font-weight: 800;
  font-size: 2.4375rem;
  text-transform: capitalize;
}

.study-detail-title {
  font-size: 1.625rem;
}

.leftNav__items {
  padding: 1.25rem;
  background-color: #f2f2f2;
}

.relevant .leftNav__items ul,
.social .leftNav__items ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.leftNav.relevant .leftNav__items {
  display: flex;
}

.relevant__svg-container {
  padding: 7px 0;
}

.social .leftNav__items ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.social .leftNav__items ul li a {
  display: flex;
  align-items: center;
}

.leftNav__items ul li a svg,
.leftNav__items div svg {
  min-width: 1.25rem;
  height: 1.25rem;
  margin-right: 5px;
}

.social .leftNav__items ul li a svg {
  width: 2rem;
  height: 2rem;
}

.relevant .leftNav__items ul li,
.openHouse-items div,
.contact-us-item {
  padding: 10px 0;
}

.openHouse-items div,
.relevant .leftNav__items ul li a {
  display: flex;
  align-items: flex-start;
}

.relevant .leftNav__items ul li a {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

.social .leftNav__items ul li a img {
  width: 1.875rem;
  height: 1.875rem !important;
}

.relevant .leftNav__items ul li a:hover {
  text-decoration: underline;
}

.study-detail-main-img {
  width: 100%;
}

.study-detail-link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.study-detail-link-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.study-detail-link-container a svg {
  margin-right: 5px;
}

.study-detail-link-container a:hover {
  text-decoration: underline;
}

.study-details .inner-tabs label {
  margin: 0 !important;
}

.study-tab-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.study-tab-link:hover {
  text-decoration: underline;
}


.contact-us-container,
.contact-us-link,
.letNav__item-container {
  display: flex;
}

.contact-us-container .letNav__item-container {
  display: flex;
  flex-direction: column;
}

.contact-us-link {
  line-break: anywhere;
}

.contact-num {
  padding: 0 0 5px 0;
}

@media (min-width: 48em) {
  .study-details-title-container h1 {
    margin-top: 0;
  }
}

@media (min-width: 90em) {
  .study-details {
    margin-left: 4.6875rem;
  }

  .study-detail-title {
    font-size: 1.75rem;
  }
}

/* Projects detail page */

.projects-return-container {
  display: flex;
  margin: 20px 0;
}

a.projects-return {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

a.projects-return svg {
  width: .875rem;
  height: .75rem;
  margin-right: 5px;
}

.projects-return:hover {
  text-decoration: underline;
}

.projects-detail-title-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}

.project-title {
  font-weight: 900;
  font-size: 1.625rem;
}

.project__phase-container .desktop-image {
  display: none;
}

.project-details-text-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.project-details-text-container img {
  max-width: 320px !important;
}

.project-cost,
.project-date {
  font-size: 1.85rem;
}

.project-schedule-container {
  overflow: scroll;
}

.project-schedule-container table thead tr {
  background-color: #004785;
  color: #fff;
}

.project-schedule-container table thead tr th,
.schedule-body-name,
.schedule-body-date {
  padding: 20px;
  text-align: start;
}

.schedule-head-date {
  border-left: 1px solid #fff;
}

.schedule-body-name {
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
}


.schedule-body-name {
  background-color: #e0393e;
  color: #fff;
  min-width: 220px;
}

.schedule-body-date {
  background-color: #f2f2f2;
  color: #000;
  border: 1px solid #fff;
  min-width: 160px;
}

/* Project Details Tabs */

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tabs label {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background-color: #e5ecf2;
  color: #1d5c93;
  font-weight: bold;
  transition: background ease 0.3s;
  border-radius: 10px 10px 0 0;
  text-transform: capitalize;
  width: 49%;
}

.tabs .tab {
  order: 9;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 1rem;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #004785;
  line-height: 1.5rem;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked+label {
  background: #004785;
  color: #ffffff;
}

.tabs input[type="radio"]:checked+label+.tab {
  display: block;
}

@media (min-width: 48rem) {
  .tabs {
    justify-content: inherit;
  }

  .tabs label {
    max-width: 21.25rem;
    min-width: 21.25rem;
  }
}

.inner-tabs {
  display: flex;
  flex-wrap: wrap;
}

.inner-tabs .tablinks {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background-color: transparent !important;
  color: #000 !important;
  font-weight: bold;
  transition: background ease 0.3s;
  border: none;
  text-transform: capitalize;
  width: unset;
  position: relative;
}

.inner-tabs .tablinks::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2em;
  background-color: #004785;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.inner-tabs .tablinks::after {
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
}

.inner-tabs .inner-tab {
  order: 9;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

.inner-tabs .tablinks:focus::after,
.inner-tabs .tablinks:hover::after,
.inner-tabs .tablinks:active::after {
  transform: scale(1);
}

.inner-tabs .btn-container {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  overflow: auto;
}

.inner-tabs .tablinks {
  min-width: 125px;
}

@media (min-width: 48rem) {
  .inner-tabs label {
    max-width: unset;
    min-width: unset;
  }
}


.tabs .tab,
.inner-tabs ul.inner-tab {
  list-style-type: none;
  overflow: scroll;
}

.inner-tabs ul.inner-tab li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
}

ul.inner-tab li svg {
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin: 0 10px 0 0;
}

.inner-tab-info-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.inner-tab-description,
.inner-tab-date {
  margin: 0 5px 10px 5px;
}

.inner-tab-bold {
  font-weight: 900;
  margin-right: .625rem;
}

.inner-tab-download {
  display: flex;
  align-items: center;
  color: #004785;
  text-decoration: none;
}

.inner-tab-download:hover {
  text-decoration: underline;
}

@media (min-width: 48rem) {

  .project-schedule-container,
  .tabs .tab,
  .inner-tabs ul.inner-tab {
    overflow: hidden !important;
  }
}

.project-alt-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.project-alt-container .project-title {
  margin-right: 20px;
}

.notes-list {
  padding: 0;
}

.notes-list-item {
  padding: 10px 0;
}

.notes-list-item-container,
.notes-list-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.notes-list-email a {
  display: flex;
  align-items: center;
}

.notes-list-email a svg {
  margin-right: 5px;
}

.notes-list-item-container .inner-tab-bold {
  margin: .9375rem .9375rem .9375rem 0;
}

@media (min-width: 64rem) {
  .img-project-container {
    display: flex;
    margin-top: 20px;
  }

  .project-acc {
    flex: 1;
    margin-left: 10px;
  }

  .project__phase-container .desktop-image {
    display: block;
  }

  .project__phase-container .mobile-image {
    display: none;
  }
}

#trainStatus .trainStatus__message-container {
  background-color: #ffd166;
  height: 50vh;
  padding: 3.125rem;
  border-radius: .9375rem;
}

#trainStatus .trainStatus__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#trainStatus .trainStatus__message svg {
  width: 2.1875rem;
  height: 2.1875rem;
}

#trainStatus .trainStatus__text {
  margin-top: 1.25rem;
  color: #000000;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
}

.hero__dots .slick-dots li {
  margin: 0 20px;
}

.hero__dots .slick-dots li,
.hero__dots .slick-dots li button,
.hero__dots .slick-dots li button:before {
  width: 12px;
  height: 12px;
}

.hero__dots .slick-dots li.slick-active button:before {
  background-color: lightslategray;
}

#trainStatus .trainStatus__message-container {
  display: none;
}


#trainStatus .trainStatus__assets svg {
  max-width: unset;
  max-height: unset;
}

.trainStatus__seat-avail h1 {
  font-size: 1.25rem;
}

@media (orientation: landscape) {
  #trainStatus .trainStatus__assets {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .trainStatus__map-container {
    width: 30%;
  }

  .trainStatus__seat-avail {
    width: 70%;
  }
}


/* TRAIN STATUS INITIAL STYLES */
.trainInformation__header-container {
  margin-bottom: 20px;
}

/* SEAT AVAILABILITY */

.trainStatus__seat-avail {
  padding-left: 5px;
}

.trains {
  min-height: 450px;
  overflow: scroll;
}

.trains table {
  width: 100%;
  max-width: 100%;
}

.trains th,
.trains td {
  text-align: start;
  min-width: 150px;
}

.trainInformation__header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trainInformation__header-container h1 {
  flex: 1;
}

.trainInformation__header-container .input__select-container {
  align-items: center;
  max-width: unset;
  flex: 2;
  flex-direction: row;
  margin: 0;
}

.trainInformation__header-container .input__select-container label {
  text-align: end;
  font-size: 1rem;
  flex: 1;
}

.trainInformation__header-container .input__select-container select {
  flex: 2;
  cursor: pointer;
  padding: 0;
}

.trainsHeaderRow {
  background-color: #08436B;
  color: #FFF;
  border-radius: 4px;
}

.trainsHeaderRow div {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 15px;
}

.trainsHeaderRow,
.trains__info-BodyRow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0 10px
}

.trainsHeaderRow {
  padding: 15px 10px;
}

.trains__info-BodyRow {
  margin: 10px 0 0 0;
}

.trains__info-BodyRow div {
  padding: 10px 15px;
  text-align: start;
}

.trains__info-BodyContainer {
  margin: 20px 0;
}

.trains__info-BodyContainer .train {
  display: flex;
  align-items: center;
  max-height: 35px;
}

.trains__info-logo {
  display: flex;
}

.trains__info-logo .train-svg-container {
  padding: 0 10px 0 0;
}

.serviceAlerts__container .serviceAlerts,
.arrivalAlerts {
  max-width: 500px;
  background-color: #FFEE58;
  margin: 0 auto;
  border-radius: 15px;
  padding: 30px;
  position: relative;
}

.serviceAlerts .serviceAlerts-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  border: none;
}

.arrivalAlerts {
  background-color: #FFEE58;
  bottom: 2px;
}

.arrivalAlerts p {
  margin: 1em 0;
}

.arrivalAlerts input {
  position: absolute;
  right: 20px;
  top: 15px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #000;
}

.arrivalAlerts input:hover,
.arrivalAlerts input:focus {
  background-color: #fff;
}

.trainCar {
  min-width: 63px;
  min-height: 45px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trainCar__svg-container {
  position: absolute;
  top: 0;
}

#trainStatus .trains .trainCar svg {
  max-width: 25px;
  max-height: 60px;
  min-height: 60px;
  width: 100%;
  height: auto;
  transform: rotate(270deg);
}

#trainStatus .trains .trainCar.outbound svg {
  transform: rotate(270deg) scaleY(-1);
}

.train .trainCar p {
  color: #fff;
  margin: 0;
  font-weight: 900;
  font-size: 11px;
  left: 45%;
  top: 10%;
  z-index: 9;
}

.train .trainCar p.sr-only {
  left: -10000px;
  top: auto;
}

.train .trainCar .trainCar__occupancy {
  color: #fff;
  margin-bottom: 5px;
}

#trainInformation .trains__info .trains__info-BodyContainer svg {
  max-width: unset;
  max-height: unset
}


.meter {
  box-sizing: content-box;
  width: 85%;
  height: 6px;
  position: relative;
  background: #FFF;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>span {
  display: block;
  color: transparent;
  height: 100%;
  border-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(center bottom,
      rgb(43, 194, 83) 37%,
      rgb(84, 240, 84) 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.orange>span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.yellow>span {
  background-image: linear-gradient(#ffd402, #ffdd00);
}

.red>span {
  background-image: linear-gradient(#f0a3a3, #f42323);
}

@media(min-width: 78.125rem) {
  .map-time-updated {
    display: none;
  }

  #trainStatus .trainStatus__assets svg {
    max-width: unset;
    max-height: unset;
  }

  .trains {
    overflow: hidden;
  }

  .trainInformation__header-container .input__select-container {
    margin: 0;
  }

  .trains th,
  .trains td {
    min-width: 100px;
  }

}


.externalSchedule__container .externalSchedule__btn {
  display: flex;
}

.externalSchedule__container .externalSchedule__btn span svg.icon {
  fill: #FFF;
}

.externalSchedule__container .externalSchedule__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  min-height: 20px;
  background-color: green;
  margin-left: 5px;
  padding: 3px;
  border-radius: 50%;
}

.externalSchedule__container.show-schedule .externalSchedule__btn span {
  background-color: red;
  -webkit-transition: background-color 75ms ease-out;
  -moz-transition: background-color 75ms ease-out;
  -o-transition: background-color 75ms ease-out;
  transition: background-color 75ms ease-out;
}


/* EXTERNAL SCHEDULE */
.externalSchedule__body {
  background-color: #F2F2F2;
  padding: 10px;
}

.externalSchedule__img-container {
  margin: 15px 0;
}

.externalSchedule__header-container {
  color: #fff;
  background-color: #08436B;
  padding: 15px 0;
}

.externalSchedule__header-container th {
  text-align: start;
}

.externalSchedule__header-container td,
.external__schedule-content-container td {
  font-size: .75rem;
  margin: 0;
}

.external__schedule-content-container {
  background-color: #FFF;
  border-bottom: 2px solid #F2F2F2;
}

/* EXTERNAL SCHEDULE POP-UP */

.externalSchedule__header-container-test {
  display: none;
}

.externalSchedule__btn {
  position: absolute;
  right: 10px;
  top: -40px;
  border: none;
  background-color: #F2F2F2;
  text-transform: capitalize;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  transition: all .5s linear;
}

.externalSchedule__container .externalSchedule__btn svg {
  transform: rotate(180deg);
  transition: all .5s linear;
}

.externalSchedule__container.show-schedule .externalSchedule__btn svg {
  transform: rotate(0deg);
  transition: all .5s linear;
}

:root {
  --test-height: auto;
}

.externalSchedule__container {
  position: fixed;
  left: 0;
  bottom: -340px;
  z-index: 99999;
  transition: all 0.5s linear;
  max-width: 100%;
  padding: 0 10px;
  background-color: #F2F2F2;
  height: auto;
}

.show-schedule {
  transform: translateY(-100%);
}

@media (min-width: 768px) {
  #main .externalSchedule__container {
    position: static;
    margin: 20px 0;
  }

  .externalSchedule__container .externalSchedule__btn {
    display: none;
  }
}

.externalSchedule.schedule-slider.slick-dotted {
  background-color: #F2F2F2;
  margin-bottom: 0;
  padding: 0 15px;
  border-radius: 10px 0 0 0;
}

.externalSchedule__grid {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 15px;
  padding: 4px 10px;
}

.externalSchedule__img-container img {
  max-width: 35px !important;
  max-height: 30px;
}

.externalSchedule__body h4 {
  display: none;
}

/* 10/09/23 */
.externalSchedule__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF;
}

.externalSchedule.schedule-slider .slick-dots {
  padding: 0 0 30px 0;
}

.externalSchedule.schedule-slider .slick-dots li,
.externalSchedule.schedule-slider .slick-dots li button,
.externalSchedule.schedule-slider .slick-dots li button:before {
  width: 14px;
  height: 14px;
}

.externalSchedule.schedule-slider .slick-dots li {
  margin: 0 20px;
}

.trainStatus__assets .service-alert-item .trainStatus__alert-svg-container {
  text-align: center;
}

.map-time-updated,
.trainInformation>span {
  display: none;
}

@media(min-width: 1023px) {
  .close-container {
    height: 50px;
  }

  .externalSchedule__btn {
    display: none;
  }

  .externalSchedule {
    max-height: unset;
  }

  .externalSchedule__img-container img {
    max-width: 60px !important;
    height: 30px !important;
  }

  .externalSchedule__body h4 {
    display: block;
  }

  .externalSchedule__grid.externalSchedule__header-container,
  .externalSchedule__grid.external__schedule-content-container {
    padding: 15px;
  }

  .external__schedule-content-container {
    min-height: 4.0625rem;
  }

  .trainStatus__assets .service-alert-item svg {
    width: 30px;
    height: 30px;
  }
}

.project-schedule-container::-webkit-scrollbar {
  border-radius: 10px;
  height: 4px;
}

.project-schedule-container::-webkit-scrollbar-thumb {
  background-color: #B2B2B2;
  border-radius: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.overlay-show {
  transition: opacity 200ms;
  visibility: visible;
  opacity: 1;
}

.breadcrumbs~div>.directions__select-container .button-container .btn.directions__btn {
  padding: 16px 20px;
}

.breadcrumbs~div>.directions__select-container .button-container.forum {
  margin: 23px 0 0 0;
}


@media (max-width:729px) {
  .breadcrumbs~div>.directions__select-container .button-container .btn.directions__btn {
    justify-content: flex-start;
    padding-left: 47px;
  }
}

.breadcrumbs~div>.directions__select-container .button-container {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
  margin: 15px 0;
  max-width: 22.1875rem;
  position: relative;
}

.breadcrumbs~div>.directions__select-container .button-container::before {
  position: absolute;
  top: 50%;
  left: 15px;
  filter: invert(97%) sepia(0%) saturate(0%) hue-rotate(56deg) brightness(143%) contrast(157%);
  transform: translateY(-50%);
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.63 22.078-6.282-6.281c1.36-1.664 2.11-3.76 2.11-6.047A9.75 9.75 0 0 0 9.708 0C4.323 0 0 4.365 0 9.75s4.365 9.75 9.708 9.75a9.693 9.693 0 0 0 6.047-2.111l6.28 6.281c.263.222.554.33.84.33.286 0 .576-.11.795-.33a1.096 1.096 0 0 0-.04-1.592ZM2.25 9.75c0-4.135 3.365-7.5 7.5-7.5s7.5 3.365 7.5 7.5-3.365 7.5-7.5 7.5-7.5-3.366-7.5-7.5Z' fill='%23007B3E' fill-rule='nonzero'/%3E%3C/svg%3E");
}

@media (min-width:1024px) {
  .breadcrumbs~div>.directions__select-container .button-container {
    max-width: 13.25rem;
  }
}

.projects-studies ul.accordion-content {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.projects-studies ul.accordion-content li.accordion-item {
  padding: 0.4375rem 0.9375rem;
}

.projects-studies ul.accordion-content li.accordion-item .studies-acc-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.projects-studies ul.accordion-content li.accordion-item .studies-acc-link svg {
  margin-left: 5px;
}

.content.article.newsDetail .info.news-detail {
  margin: 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}

.content.article.newsDetail .img-and-contact-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  border-top: 1px solid grey;
  padding-top: 30px;
}

.content.article.newsDetail .img-and-contact-container figure {
  margin: 0;
}

.content.article.newsDetail .img-and-contact-container figure .media-caption {
  display: none;
}

.content.article.newsDetail .img-and-contact-container>div p {
  line-height: 25px;
  margin: 0;

}

.content.article.newsDetail .img-and-contact-container>div p span {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.18px;
  line-height: 24px;
}

.content.article.newsDetail .img-and-contact-container>div p a {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.18px;
  line-height: 24px;
  font-weight: 700;
}

.content.article.newsDetail .img-and-contact-container>div p:first-child {
  color: black;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.content.article.newsDetail .img-and-contact-container>div .btn {
  min-width: 275px;
  margin-top: 40px;
  background-color: #004785;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  transition: .3s;
}

.content.article.newsDetail .img-and-contact-container>div .btn:hover {
  background-color: #23649d;
  transition: .3s;
}

.content.article.newsDetail .img-and-contact-container>div {
  margin-bottom: 30px;
}

.content.article.newsDetail .img-and-contact-container>div~figure {
  margin-bottom: 30px;
}

@media (min-width:617px) {
  .content.article.newsDetail .img-and-contact-container figure {
    width: 80%;
  }

  .content.article.newsDetail .img-and-contact-container>div~figure {
    width: auto;
  }

  .content.article.newsDetail .img-and-contact-container>div~figure img {
    max-height: 260px;
    width: auto;
  }
}

@media (min-width:800px) {
  .content.article.newsDetail .img-and-contact-container>div~figure {
    margin-right: 20%;
  }
}

.content.article.newsDetail .news-detail.content p {
  color: #2D2525;
  font-family: Poppins;
  font-size: 16px;
  letter-spacing: 0.18px;
  line-height: 24px;
}

@media (max-width:616px) {
  .content.article.newsDetail .img-and-contact-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .content.article.newsDetail .img-and-contact-container figure {
    width: 100%;
    order: 1;
  }

  .content.article.newsDetail .img-and-contact-container>div {
    order: 2;
  }
}

/* VRESITE-211 */
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
.gs-image-box,
img.gs-image {
  float: none !important;
  padding: 10px 0;
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image,
.gs-web-image-box-portrait img.gs-image {
  width: unset !important;
  max-height: 200px !important;
  max-width: 300px !important;
}

@media (min-width: 48em) {

  .gs-web-image-box .gs-image,
  .gs-promotion-image-box .gs-promotion-image,
  .gs-web-image-box-portrait img.gs-image {
    max-width: 400px !important;
  }
}


/* VRESITE-214 */

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #757575 !important;
  padding: 2px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #0000CC !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  outline: 1px solid #757575 !important;
}

.gsc-result .gs-title {
  overflow: visible;
}


/* FAQ accordion */
.accordion-faq .accordion-title .accordion-trigger {
  color: #000;
}

.accordion-faq .accordion-title .accordion-trigger.list-show-red {
  background-color: #d9d9d9 !important;
}

.accordion-faq .accordion-title .accordion-trigger .accordion-icon,
.accordion-faq .accordion-title .accordion-trigger .icon-plus {
  display: block;
}

.accordion-faq .accordion-title .accordion-trigger .icon-minus {
  display: none;
}

.accordion-faq .acc-list .accordion-content {
  display: flex;
  list-style: none;
  padding: 0;
}

.accordion-faq .acc-list .accordion-content .accordion-item {
  border: none;
}

.FAQWrpr .accordion-faq ul.accordion-content {
  list-style-type: none;
  padding: 0;
}



.two-col-container {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  opacity: 1;
  height: 100%;
  width: 100%;
  row-gap: 20px;
}

.two-col-container .block,
.two-col-container .block .mobile__app-container,
.two-col-container .banner__square-container,
.two-col-container .banner__square-container .benefits__tile {
  height: 100%;
}


.two-col-container.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.two-col-container.wrapper .one-col.grid_6,
.two-col-container.wrapper .two-col.grid_6 {
  width: 100%;
}

.banner__square-container {
  height: 100%;
}

@media (min-width: 1024px) {
  .two-col-container.wrapper .two-col.grid_6 {
    width: unset;
    flex: 2;
  }

  .two-col-container.wrapper .two-col.grid_6 {
    width: unset;
    flex: 1;
  }
}


.banner__square-container.one-col-grid .benefits__tile,
.banner__square-container.two-col-grid .benefits__tile,
.banner__square-container.three-col-grid .benefits__tile,
.banner__square-container.four-col-grid .benefits__tile,
.banner__square-container.five-col-grid .benefits__tile,
.banner__square-container.six-col-grid .benefits__tile {
  grid-area: unset;
}

@media(min-width: 675px) {

  .banner__square-container.one-col-grid,
  .banner__square-container.two-col-grid,
  .banner__square-container.three-col-grid,
  .banner__square-container.four-col-grid,
  .banner__square-container.five-col-grid,
  .banner__square-container.six-col-grid {
    grid-template-rows: 1fr;
  }
}

@media (min-width: 1024px) {

  .banner__square-container.one-col-grid {
    grid-template-columns: 1fr;
  }

  .banner__square-container.two-col-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner__square-container.three-col-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner__square-container.four-col-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .banner__square-container.five-col-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .banner__square-container.six-col-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* News Slider refactors */
.accordion-item.directory .staff__item-container{
  min-height: 235px;
}

.specialEvents__img-container img{
  min-height: 215px;
}

.specialEvents__text-container{
  min-height: 200px;
}


.specialEvents__img-container img{
  object-fit: cover;
  object-position: top;
}

section {
  margin: 50px 0 !important;
}

@media(min-width: 425px) and (max-width: 767px){
  .specialEvents__img-container img{
      min-height: 245px;
  }
}

@media(min-width: 767px) and (max-width: 1023px){
  .specialEvents__img-container img{
      min-height: 450px;
  }
}


@media(min-width: 1024px){
  .specialEvents__slider, .specialEvents__slider .slick-track{
      width: 100% !important;
  }
}

@media(min-width: 1440px){
  .accordion-item.directory .staff__item-container{
    min-width: 355px;
  }

  .specialEvents__img-container img{
      min-height: 275px;
      object-fit: cover;
      object-position: top;
  }
  
  .specialEvents__text {
      min-height: 95px;
  }
}


/* Events Styles */
#main .month-title{
  font-size: 1.5rem;
}

.eventsTheme .events.hdng{
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 1.25rem;
  padding: 5px 0;
}

.eventsTheme .itemList{
  padding: 0;
  list-style-type: none;
}

.eventsTheme .item{
  width: 100%;
}

.eventsTheme .itemList.events > li.item{
  border-top: 1px solid #ccc;
}

.eventsTheme .itemList.events > li.item:first-child{
  border: none;
}

.events .content .title{
  font-size: 1.25em;
}

.events .content .title a:hover, .events .content .title a:focus{
  text-decoration: underline;
}

.eventsDetailsWrpr{
  display: flex;
  flex-direction: column;
}

.eventsTheme .events .item, .eventsTheme .events .item .item, .eventDetails__title-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.eventsTheme .events .item, .eventsTheme .events .item .item{
  flex-direction: column;
}

.eventDetails__title-container{
  flex-wrap: wrap;
}

.eventDetails__title-container h2.name{
  min-width: 320px;
}

.eventDetails__title-container .export{
  min-width: 210px;
}

@media (min-width: 64rem){
  .eventsTheme .events .item, .eventsTheme .events .item .item{
    flex-direction: row;
  }

  #main .month-title{
      font-size: 1.875rem;
  }
}


.eventsTheme .item > .itemImage{
  width: 100%;
  min-width: 100px;
}

.eventDetails__description-container .eventDetails__info, .eventsDetails__text-container, .eventDetails__img-container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.eventDetails__description-container .eventDetails__info{
  align-items: start;
  margin: 0 0 10px 0;
}

.eventDetails__details-container{
  order: 2;
  margin: 30px 0;
}

.eventDetails__img-container{
  justify-content: center;
}

.eventDetails__img-container, .eventsDetails__text-container{
  margin: 30px 0;
}

.eventDetails__img-container .image{
  order: 1;
}

.eventDetails__img-container .image img{
  width: 100% !important;
}

.eventDetails__description-container .eventDetails__info p{
  margin: 0;
}


.eventDetails__description-container .eventDetails__info svg.icon{
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 10px 0 0;
}

.eventsDetails__text-container .documentsWrpr{
  min-width: 300px;
}


.eventDetails__doc-link{
  display: flex;
  align-items: center;
  text-decoration: none;
}

.eventDetails__doc-link:hover{
  text-decoration: underline;
}

.eventDetails__doc-link .documentsIcon{
  margin: 0 20px 0 0;
}


.eventDetails__doc-link .documentsIcon img{
  min-width: 65px;
  width: 65px !important;
  height: 65px !important;
}



@media (min-width: 500px){
  .eventsTheme .item > .itemImage{
      max-width: 300px;
  }
  
  
  .eventDetails__img-container, .eventsDetails__text-container{
      justify-content: space-between;
  }
  
  .eventsDetails__text-container{
      align-items: flex-start;
  }
  
  .eventDetails__img-container .image{
      order: 2;
  }
}

@media (min-width: 768px){
  .eventDetails__img-container{
      align-items: flex-start;
  }
  
  
  .eventDetails__details-container{
      margin: 0;
  }
}

@media (min-width: 1024px){
  .eventsDetailsWrpr{
      box-shadow: 0 2px 25px 0 rgba(0,0,0,.18);
      padding: 100px 50px;
      border-radius: 20px;
  }
}







/* Bug fixes */