/*
-----------------------------------------------
Gatwick Express
Author:www.imaginet.co.uk
----------------------------------------------- */
/*$red: #f20017;*/
/*
    Document   : mixins
    Created on : 22-Oct-2013, 12:25:05
    Author     : christeller
*/
.shortcuts ul:after {
  content: "";
  display: table;
  clear: both;
}

.ui-datepicker-trigger {
  margin-left: 2px;
  vertical-align: middle;
  cursor: pointer;
}

/*! jQuery UI - v1.10.4 - 2014-05-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=0&bgColorHeader=%23F20017&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=%23F20017&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23F20017&fcContent=%23333333&iconColorContent=%23333333&bgColorDefault=%23F20017&bgTextureDefault=flat&bgImgOpacityDefault=60&borderColorDefault=%23F20017&fcDefault=%23fff&iconColorDefault=%23fff&bgColorHover=%23cf0017&bgTextureHover=flat&bgImgOpacityHover=50&borderColorHover=%23cf0017&fcHover=%23fff&iconColorHover=%23fff&bgColorActive=%23cf0017&bgTextureActive=flat&bgImgOpacityActive=30&borderColorActive=%23cf0017&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23FFF1D4&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23f9d385&fcHighlight=%23021625&iconColorHighlight=%23021625&bgColorError=%23f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=%23cc0000&fcError=%232e2e2e&iconColorError=%23cc0000&bgColorOverlay=%23a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=%23333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=0&thicknessShadow=0&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 2px solid #CCCCCC;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #F20017;
  background: #F20017 url("images/ui-bg_highlight-soft_15_F20017_1x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #F20017;
  background: #F20017 url("images/ui-bg_flat_60_F20017_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cf0017;
  background: #cf0017 url("images/ui-bg_flat_50_cf0017_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #cf0017;
  background: #cf0017 url("images/ui-bg_flat_30_cf0017_40x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #f9d385;
  background: #FFF1D4 url("images/ui-bg_glass_55_FFF1D4_1x400.png") 50% 50% repeat-x;
  color: #021625;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #021625;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cc0000;
  background: #f3d8d8 url("images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
  color: #2e2e2e;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_333333_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_fff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_fff_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_021625_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
  background: #a6a6a6 url("images/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
  opacity: .4;
  filter: Alpha(Opacity=40);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 0;
  background: #333333 url("images/ui-bg_flat_0_333333_40x100.png") 50% 50% repeat-x;
  opacity: 0;
  filter: Alpha(Opacity=0);
  border-radius: 8px;
}

.inlineDatepicker {
  margin: 0 0 1em;
}

/* custom */
#inlineDatepicker .ui-datepicker {
  width: 100%;
}

.ui-state-disabled .ui-state-default {
  background: none repeat scroll 0 0 #626463;
  border: 1px solid #626463;
}

.container, .bigalertbox .top {
  max-width: 980px;
  width: 96%;
  margin: 0 auto;
  text-align: left;
}

input[type=text], textarea, select {
  border: 1px solid #999;
  padding: 0.4em;
  color: black;
  border-radius: 0;
  font-size: 1.0769em;
  /*14px*/
  background: white;
}

select {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url("../graphics/arrow-down.png") no-repeat scroll 98% center;
  text-indent: 0.01px;
  text-overflow: "";
  padding-right:20px;*/
}

/* Global Styles
----------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #dc0a1e;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a img {
  border: none;
}

a.arrowlink {
  background-image: url("../graphics/arrow01.gif");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 0 0 10px 10px;
}

table td a {
  text-decoration: underline;
}

.content a, #homepage a {
  text-decoration: underline;
}

#page p, #homepagemain p, #footer p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
}

ul {
  list-style-type: none;
}

table {
  font-size: 1em;
}

.clear {
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0.1em;
  overflow: hidden;
}

div.clear_float {
  clear: both;
}

.none {
  display: none;
}

.alert {
  color: #f00;
}

div.bot {
  background-repeat: no-repeat;
  background-position: 0 bottom;
}

div.top {
  background-repeat: no-repeat;
  background-position: 0 0;
}

/*div.boxleft {
   width:47%;
   float:left;
}
div.boxright {
   width:47%;
   float:right;
}
div.test {
   background-color:#f00;
}*/
div#validation {
  padding: 1em 0 1.25em 0;
  text-align: center;
  background-color: #111;
  border-top: 1px solid #333;
}

#printlogo {
  display: none;
}

div.twitter_widget {
  margin: 0 0 1em 0;
}

/* Accessibility bits
----------------------------------------------- */
#skipnav a {
  position: absolute;
  left: -40000px;
}

#skipnav a:active, #skipnav a:focus {
  text-decoration: none;
  text-align: center;
  background-color: #dc0a1e;
  color: #fff;
  font-weight: bold;
  border: 3px solid #fff;
  padding: 0.4em 24px 0.6em 24px;
  position: absolute;
  left: 1px;
  top: 1px;
  display: block;
}

#voice_only {
  position: absolute;
  left: -40000px;
}

/* Big alert messages
----------------------------------------------- */
.bigalertbox {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 10px solid #dc0a1e;
  /*background-color:#fff1d4;*/
  background-color: #f1f1f1;
  color: black;
}

.bigalertbox .top {
  position: relative;
  /*background-color:#fff1d4;*/
  background-color: #f1f1f1;
  padding: 2.5em 1em 1em;
}

.bigalertbox h2 {
  font-size: 2.1538em;
  /*18px*/
  margin: 0 0 0.5em 0;
}

.bigalertbox ul {
  list-style-type: none;
  margin: 0;
}

.bigalertbox ul li {
  background-image: url("../graphics/track-morebutton.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 10px 0 25px;
  margin: 1em 0 0 0;
}

.alerticon {
  width: 16%;
  float: left;
}
.alerticon img {
  width: 100%;
  max-width: 120px;
}

.alerttext {
  float: left;
  width: 84%;
  padding-left: 1em;
}
.alerttext p {
  padding-bottom: 0.6em;
}

#alertClose {
  background: url("/graphics/alert-close.png") no-repeat right center;
  display: block;
  padding: 1em 40px 1em 1em;
  color: black;
  font-weight: bold;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 48em) {
  .bigalertbox {
    padding: 1em 0;
  }
  .bigalertbox .top {
    padding-top: 1em;
  }

  #alertClose {
    top: -0.5em;
  }

  .alerticon {
    width: 13%;
  }

  .alerttext {
    width: 75%;
  }
}
/* Big alert messages - green
----------------------------------------------- */
.bigalertbox.green {
  background-color: #fffed5;
}

.bigalertbox.green .top {
  border-color: #3e894c;
}

.bigalertbox.green h2 {
  color: #3e894c;
}

.bigalertbox.green ul li {
  background-image: url("../graphics/bullet01green.png");
}

/* Big alert messages - black
----------------------------------------------- */
.bigalertbox.black {
  border: 10px solid #021625;
}
.bigalertbox.black h2 {
  color: black;
}

.bigalertbox.black .top {
  border-color: #000;
}

.bigalertbox.black ul li {
  background-image: url("../graphics/bullet01black.png");
}

/* Page Structure
----------------------------------------------- */
html body {
  background: #fff;
  color: #000;
  text-align: center;
  font: 81.25%  Century Gothic, Arial, Verdana, sans-serif;
  margin: 0 0 0 0;
  padding: 0;
}

#page {
  text-align: left;
  padding: 2em 0 2em 0;
}

@media (min-width: 64em) {
  #leftcol {
    width: 28.5%;
    /*280px*/
    float: left;
  }

  #maincol {
    width: 68%;
    float: right;
  }

  #middlecol {
    width: 100%;
  }
}
/* Masthead
----------------------------------------------- */
#masthead {
  text-align: left;
  /*background: $red;*/
  background: #fff;
  width: 100%;
  padding: 35px 0;
  /*border-bottom:1px solid white;*/
  border-bottom: 1px solid #585856;
  position: relative;
}

#masthead a {
  color: #000;
}

#masthead #logo {
  max-width: 290px;
}
#masthead #logo a {
  width: 100%;
}
#masthead #logo img {
  max-width: 100%;
}

@media (min-width: 48em) {
  #masthead #logo {
    /* width:30%; */
    float: left;
  }
}
#masthead #mastblock {
  display: none;
}

@media (min-width: 64em) {
  #masthead #mastblock {
    display: block;
    width: 65%;
    float: right;
  }

  #mastnav {
    float: right;
    margin: 8px 8px 0 0;
    text-align: center;
  }

  #mastnav ul {
    margin: 0 auto;
    float: right;
  }

  #mastnav ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 17px;
  }

  #mastnav ul li a#speak {
    padding: 0 9px 0 13px;
  }

  #mastnav ul li a#speak img {
    vertical-align: bottom;
  }
}
/* Language choice
----------------------------------------------- */
#langchoice {
  width: 60%;
  float: left;
  position: relative;
  border-left: 1px solid #656565;
  /*edit */
  z-index: 100;
  border-right: 1px solid #656565;
}
#langchoice ul {
  width: 100%;
}
#langchoice li {
  display: block;
}
#langchoice a {
  font-size: 0.8461em;
  /*11px*/
  display: none;
  font-weight: bold;
  padding: 0.7em 0.7em 0.7em 35px;
  background: #021625 url("../graphics/language.png") no-repeat 10px center;
}
#langchoice a:hover {
  color: #cccccc;
  background-image: url("../graphics/language-hover.png");
}

@media (min-width: 48em) {
  #langchoice {
    width: 25%;
  }
}
@media (min-width: 64em) {
  #langchoice {
    width: 20%;
  }
}
#langchoice.active ul {
  position: absolute;
  top: 0;
  left: 0;
}
#langchoice.active a {
  display: block;
}

#langchoice a.active {
  display: block;
}

/* Topnav
----------------------------------------------- */
.menu-link {
  display: block;
  text-align: center;
  font-size: 1.538em;
  color: white;
  font-weight: bold;
  background-color: #dc0a1e;
  border-bottom: 1px solid white;
}
.menu-link:hover {
  color: white;
}
.menu-link span {
  display: inline-block;
  background: url(/graphics/topnav-icon.png) no-repeat left center;
  padding: 0.5em 1em 0.5em 40px;
}
.menuActive .menu-link span {
  background: url(/graphics/topnav-icon-open.png) no-repeat left center;
}

@media (max-width: 63.9375em) {
  #topnav {
    /* Main nav*/
  }
  #topnav .container, #topnav .sub_nav {
    display: none;
  }
  #topnav .container {
    margin: 0;
    padding-top: 0;
    background: #021625;
    z-index: 1;
    position: relative;
    width: 100%;
    /*ACTIVE/OPEN STATE*/
  }
  #topnav .container li {
    position: relative;
    width: 100%;
    display: block;
  }
  #topnav .container li a {
    text-decoration: none;
    display: block;
    color: white;
    border-bottom: 1px solid white;
  }
  #topnav .container li a:first-child {
    padding: 13px 48px 13px 20px;
    font-size: 1.3846em;
    font-weight: bold;
  }
  #topnav .container > li.open {
    background: #043050;
  }
  #topnav .container > li.active {
    background: #053f68;
  }
  #topnav .container li .sub_link:after {
    content: "";
    background: url("/graphics/submenu-icon.png") no-repeat center center;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 0;
    padding: 0 !important;
    border: none;
  }
  #topnav .container li .sub_link:after.open {
    background-image: url("/graphics/submenu-active-icon.png");
  }
  #topnav .container .sub_nav.active {
    display: block;
  }
  #topnav .container .sub_nav {
    /*ACTIVE/OPEN STATE*/
  }
  #topnav .container .sub_nav.active a {
    background-color: white;
    color: #043050;
    padding-left: 30px;
  }
  #topnav .container .sub_nav .sub_link {
    background: url("/graphics/submenu2-icon.png") no-repeat center center;
  }
  #topnav .container .sub_nav .sub_link.open {
    background-image: url("/graphics/submenu2-active-icon.png");
  }
  #topnav .container .sub_nav .sub_nav.active a {
    padding-left: 40px;
  }

  .menuActive #topnav .container {
    display: block;
  }
}
@media (min-width: 64em) {
  .menu-link {
    display: none;
  }

  #topnav {
    width: 100%;
    clear: both;
    margin: 0 0 0 0;
    background: #dc0a1e;
  }
  #topnav .sub_nav, #topnav .sub_link:after {
    display: none;
  }

  #topnav .container {
    list-style: none;
  }

  #topnav ul li {
    display: inline-block;
    margin-right: 1.5em;
  }

  #topnav li a {
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-weight: bold;
    font-size: 16px;
    /*16px*/
    text-decoration: none;
  }

  #topnav li:hover a, #topnav li.active a {
    background: #021625;
    color: white;
  }

  #topnav li:hover {
    z-index: 20;
    position: relative;
  }
  #topnav li:hover > .sub_nav {
    width: 20em;
    display: block;
    position: absolute;
  }
  #topnav li:hover > .sub_nav li {
    background-color: #021625;
    display: block;
  }
  #topnav li:hover > .sub_nav a {
    padding: 0.8em 1em;
    font-weight: normal;
  }
  #topnav li:hover > .sub_nav a:hover {
    background-color: #dc0a1e;
    color: white;
  }

  #topnav .sub_nav li:hover > .sub_nav {
    left: 18.5em;
    top: 0;
  }
}
#masthead #mastblock div.clear {
  visibility: hidden;
}

/* Left nav
----------------------------------------------- */
#leftnav {
  display: none;
}

.mobileleftnav {
  margin: 0 0 1em 0;
}
.mobileleftnav select {
  width: 100%;
}

@media (min-width: 64em) {
  .mobileleftnav {
    display: none;
  }

  #leftnav {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
  }

  #leftnav ul li {
    border-bottom: 1px solid white;
  }

  #leftnav ul li a {
    display: block;
    color: #000;
    background: #ccc;
    margin: 0;
    padding: 0.6875em;
    font-size: 1.3846em;
    /*18px*/
  }
  #leftnav ul li a:hover {
    background-color: #bbb;
  }

  #leftnav ul li a.active {
    color: white;
    background-color: #dc0a1e;
  }

  #leftnav ul ul {
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
  }
  #leftnav ul ul li a {
    background-color: #ffffff;
  }

  #leftnav ul li ul li a {
    background: url("../graphics/track-morebutton.png") no-repeat 10px center;
    padding: 0.6em 0.3em 0.6em 37px;
    margin: 0;
    font-weight: normal;
    font-size: 1.0769em;
    color: black;
  }
  #leftnav ul li ul li a:hover, #leftnav ul li ul li a.active {
    background-color: #f1f1f1;
    color: black;
  }
}
/* Accordian LHS
----------------------------------------------- */
/*
#accordion {
   width:214px;
   background:#fff url("../graphics/accordionbg.gif") repeat-y 0 0;
   margin:0 0 1em 0;
   padding:0 0 0 0;
}
#accordion .bot {
   background:url("../graphics/accordionbot.gif") no-repeat left bottom;
}
#accordion h2 {
   cursor:pointer;
   font-size:1.1em;
   background-repeat:no-repeat;
   background-position:0 0;
   color:#000;
   margin:0 0 0 0;
   padding:15px 4px 15px 50px;
}
#accordion div.element {
   padding:0 0 0 0;
}
#accordion div.element p {
   margin:0 0 0.5em 0;
}
#accordion div.element form p {
   margin:0 0 0.5em 0;
}
#accordion ul li a {
   text-decoration:none;
}
#accordion ul li a:hover {
   text-decoration:underline;
}
#accordion h2#acc01 {
   background-image:url("../graphics/acc01bg.gif");
}
#accordion h2#acc02 {
   background-image:url("../graphics/acc02bg.gif");
}
#accordion h2#acc03 {
   background-image:url("../graphics/acc03bg.gif");
   padding-bottom:20px;
}
#accordion #acc01box {
   padding:0.5em 15px 1em 12px;
   background:url("../graphics/accboxbg.gif") no-repeat 0 0;
}
#accordion #acc02box {
   padding:0.5em 15px 1em 12px;
   background:url("../graphics/accboxbg.gif") no-repeat 0 0;
}
#accordion #acc03box {
   padding:0.5em 15px 1em 12px;
}
#accordion div.form_row {
   width:100%;
}
#accordion ul {
   padding:0.5em 0 0 0;
}
#accordion ul li {
   background-image:url("../graphics/arrow01.gif");
   background-repeat:no-repeat;
   background-position:2px 3px;
   padding:0 0 0.5em 14px;
   font-weight:normal;
}
#accordion input#accflightnumber {
   float:left;
   width:150px;
}
#accordion input.accgo {
   float:left;
   width:22px;
   margin-left:3px;
}
#accordion #airline {
   width:185px;
}
#destinationSelectBox {
   width:156px;
   float:left;
   padding-top:1px;
}
#destinationSelectBox #destination {
   width:146px;
}
#accordion #acc03box div.gobut {
   width:22px;
   float:left;
}
*/
/* Register box LHS
----------------------------------------------- */
#regbox {
  color: #fff;
  width: 214px;
  margin: 0 0 1em 0;
  background-image: url("../graphics/regboxbg.png");
}

#regbox a {
  color: #fff;
}

#regbox .top {
  width: 214px;
  background-image: url("../graphics/regboxtop.png");
}

#regbox .bot {
  width: 214px;
  background-image: url("../graphics/regboxbot.png");
}

#regbox .box {
  padding: 0 0 1px 0;
}

#regbox h2 {
  font-size: 1em;
  margin: 0;
}

#regbox h2 a {
  display: block;
  padding: 14px 4px 6px 50px;
}

#regbox p {
  padding: 0 15px 8px 50px;
}

/* Travel update RHS
----------------------------------------------- */
#page #travelrhs {
  width: 304px;
  margin: 0 0 1em 0;
  background: #fff url("../graphics/whitebox304bg.gif") repeat-y 0 0;
}

#travelrhs .tab {
  width: 304px;
  padding: 18px 0 0.5em 0;
  background: url("../graphics/travelrhstab.png") no-repeat 0 0;
}

#travelrhs .tab div.hed {
  float: left;
  width: 170px;
  margin: 0;
}

#travelrhs .tab h2 {
  font-size: 1.1em;
  padding: 2px 0 0 55px;
  margin: 0;
}

#travelrhs #flashclock {
  width: 57px;
  height: 19px;
  float: right;
  font-weight: bold;
}

#page #travelrhs .box {
  padding: 0 6px 1em 2px;
  background: url("../graphics/whitebox01bot.gif") no-repeat 0 bottom;
}

#travelrhs .box p {
  border-top: 1px solid #ddd;
  padding: 0.5em 0 0 0;
  margin: 0 3px 1.25em 3px;
}

#travelrhs ul {
  border-top: 1px solid #ddd;
  padding: 0.5em 0 0 0;
}

#travelrhs ul li {
  color: #000;
  background-image: url("../graphics/arrow01.gif");
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding: 0 8px 0 12px;
  margin: 0 0 1em 0;
}

#travelrhs ul li a {
  color: #000;
}

#travelrhs ul li a:hover {
  color: #dc0a1e;
}

#travelrhs .box table {
  width: 100%;
  border-top: 1px solid #c3d9cc;
  margin: 0 0 0.5em 0;
  border-left: 1px solid #fff;
}

#travelrhs .box table th {
  padding: 0.5em 5px 0.3em 5px;
}

#travelrhs .box table td {
  background-color: #dedede;
  color: #000;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 0.2em 5px 0.3em 5px;
}

/* Full width horizontal ticker
----------------------------------------------- */
#fullticker {
  width: 992px;
  margin: 0 auto;
}

#fullticker .container {
  padding: 1em 0 0 4px;
}

/* Travel update - home page
----------------------------------------------- */
#travelhome {
  width: 976px;
  height: 47px;
  overflow: visible;
  background: #fff url("../graphics/homeupdatebg.gif") no-repeat 0 bottom;
  margin: 0 0 0 0;
  padding: 0 0 6px 0;
}

#travelhome .box {
  width: 976px;
  background-image: url("../graphics/homeupdatetop.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
}

#travelhome .hed {
  width: 180px;
  float: left;
}

#travelhome .hed h2 {
  font-size: 1.1em;
  color: #dc0a1e;
  padding: 14px 0 0 50px;
  margin: 0;
}

#travelhome #hometicker {
  width: 700px;
  height: 30px;
  float: left;
  display: block;
  padding: 6px 0 0.5em 0;
  overflow: hidden;
  position: relative;
}

#hometicker * {
  margin: 0;
  padding: 0;
}

#tickerhoriz {
  list-style: none;
  margin: 0 0 0 0;
  display: block;
  height: 40px;
}

#tickerhoriz li {
  display: block;
  height: 40px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  padding: 0 0 0 50px;
  float: left;
}

#hometicker #tickerhoriz ul li a {
  color: #000;
}

#hometicker #tickerhoriz ul li a:hover {
  color: #dc0a1e;
}

#travelhome div.clock {
  width: 85px;
  height: 19px;
  float: right;
  margin: 0 0 0 0;
  padding: 15px 0 8px 0;
}

div.clock {
  color: #dc0a1e;
  font-weight: bold;
  font-size: 1.1em;
}

/* See more
----------------------------------------------- */
div.more {
  border-top: 1px solid #ddd;
  text-align: right;
  padding: 0.8em 0 0 0;
}

#page div.more p a, #homepagemain div.more p a {
  padding: 0 12px 0 0;
  background: url("../graphics/arrow01.gif") no-repeat right 3px;
  text-decoration: none;
}

#page div.more p a:hover, #homepage div.more p a:hover {
  text-decoration: underline;
}

/* Breadcrumb trail
----------------------------------------------- */
#bct {
  font-size: 0.85em;
  width: 740px;
  color: #757575;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 0.5em 0;
  padding: 5px 0 0 0;
}

#bct p {
  padding: 0.5em 0 1em 0;
  margin: 0;
}

#bct p a {
  text-decoration: none;
}

#bct p a:hover {
  text-decoration: underline;
}

/* Page tools
----------------------------------------------- */
#pagetools {
  width: 972px;
  margin: 0 auto;
  border-top: 1px solid #e1e1e1;
  padding: 1em 0 1em 0;
}

#pagetools .sharethis {
  width: 140px;
  float: left;
  padding-top: 3px;
}

#googleplus {
  width: 100px;
  float: left;
}

#pagetools #iconlist ul li {
  display: inline;
}

#pagetools #iconlist ul li a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 0.4em 10px 0.5em 36px;
  background-repeat: no-repeat;
  background-position: 11px 3px;
}

#pagetools #iconlist ul li a:hover {
  text-decoration: underline;
}

#pagetools #iconlist a.rssfeed {
  background-image: url("../graphics/icon_rss.gif");
}

#pagetools #iconlist a.print {
  background-image: url("../graphics/icon_print.png");
}

#pagetools #iconlist a.email {
  background-image: url("../graphics/icon_email.png");
}

/* Accessibility options
----------------------------------------------- */
#access_options {
  width: 240px;
  float: right;
}

#access_options ul {
  margin: 0;
  padding: 0 0px 0 0;
  float: right;
}

#access_options ul li {
  color: #000;
  display: inline;
  float: left;
  margin-right: 2px;
}

#access_options a {
  width: 17px;
  height: 17px;
  display: block;
  text-decoration: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#access_options ul li a.contrast1 {
  background-image: url("../graphics/contrast01.gif");
}

#access_options ul li a.contrast2 {
  background-image: url("../graphics/contrast02.gif");
}

#access_options ul li a.contrast3 {
  background-image: url("../graphics/contrast03.gif");
}

#access_options ul li a.contrast4 {
  background-image: url("../graphics/contrast04.gif");
}

#access_options ul li a.small {
  background-image: url("../graphics/size01.gif");
}

#access_options ul li a.medium {
  background-image: url("../graphics/size02.gif");
}

#access_options ul li a.large {
  background-image: url("../graphics/size03.gif");
  margin: 0 8px 0 0;
  border-right: 1px solid #f00;
  padding-right: 8px;
}

#access_options a span {
  display: none;
}

/* Book online RHS
----------------------------------------------- */
#bookright {
  /* display:none;*/
}

#bookright {
  width: 100%;
  margin: 0 0 1em;
  display: block;
}
#bookright .box {
  display: none;
}
#bookright h2 {
  font-size: 1.8461em;
  /*24px*/
  color: #dc0a1e;
  padding: 0.5em 0;
  background: url("/graphics/book-arrow-left.png") no-repeat right center;
  margin: 0;
  cursor: pointer;
}
#bookright.open .box {
  display: block;
}
#bookright.open .hed {
  border-bottom: 2px solid #cccccc;
}
#bookright.open h2 {
  background: url("/graphics/book-arrow-down.png") no-repeat right center;
}

#bookright .bot {
  width: 100%;
  border: 2px solid #cccccc;
}

#bookright .box {
  padding: 0 1em;
}

#bookright .hed {
  padding: 0 1em;
}

/* Booking Form
----------------------------------------------- */
#bookright form {
  width: 100%;
}
#bookright #travel_direction {
  width: 100%;
}

#bookright h3 {
  color: #dc0a1e;
  font-size: 1.0769em;
  /*14px*/
  margin: 0 0 0.5em 0;
}

#bookright .col1 {
  margin: 0 0 0.5em 0;
}

#bookright .submitBtn {
  width: 100%;
  padding-right: 65px;
}
#bookright .submitBtn:after {
  background-image: url("../graphics/btn-arrow-right-large.png");
  margin-top: -15px;
  width: 30px;
  height: 30px;
  right: 15px;
}

@media (min-width: 48em) and (max-width: 63.9375em) {
  #bookright h3 {
    float: left;
    margin-right: 2%;
    width: 28%;
  }

  #bookright .value {
    float: left;
    width: 70%;
  }

  #bookright .col1 {
    float: left;
    width: 48%;
  }
  #bookright .col1 + .col1 {
    margin-left: 2%;
  }

  #journeyblock, #quantityblock, #dateblock {
    clear: left;
  }
}
.shortcuts {
  margin-bottom: 1em;
  /*Delay repay icon inSight #19285*/
}
.shortcuts ul {
  margin: 0;
  padding: 0;
  border: 2px solid #cccccc;
}
.shortcuts a {
  display: block;
  background: #f1f1f1 no-repeat 10px center;
  padding: 0.6em 0.5em 0.6em 55px;
  border-top: 2px solid #cccccc;
  color: #021625;
  font-size: 1.5384em;
  /*20px*/
}
.shortcuts a:hover {
  background-color: #dedede;
  text-decoration: none;
}
.shortcuts li:first-child a {
  border-top: none;
}
.shortcuts .timetables a {
  background-image: url("/graphics/clock-icon.png");
}
.shortcuts .liveFlightInfo a {
  background-image: url("/graphics/plane-icon.png");
}
.shortcuts .register a {
  background-image: url("/graphics/register-icon.png");
}
.shortcuts .terminal a {
  background-image: url("/graphics/terminal-icon.png");
}
.shortcuts .hotels a {
  background-image: url("/graphics/hotels-icon.png");
}
.shortcuts .account a {
  background-image: url("/graphics/account-icon.png");
}
.shortcuts .logout a {
  background-image: url("/graphics/logout-icon.png");
}
.shortcuts .delayrepay a {
  background-image: url("/graphics/delayrepay-icon.png");
}

@media (min-width: 30em) and (max-width: 63.9375em) {
  .shortcuts ul {
    border-right: none;
    border-bottom: none;
  }
  .shortcuts li a {
    border-top: none;
    border-bottom: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
  }
}
@media (max-width: 63.9375em) {
  .register a {
    /*  display:none; */
  }
}
@media (min-width: 64em) {
  .terminal a, .liveFlightInfo a {
    /* display:none; */
  }
}
#journeyblock {
  width: 100%;
  margin: 0 0 1em 0;
}

#dateblock, #journeyblock, #quantityblock {
  width: 100%;
  padding: 0.75em 0 0 0;
  margin: 0 0 1em 0;
}

#quantityblock {
  margin: 0;
}

#bookright #quantity_adults, #bookright #quantity_children {
  width: 45%;
}

#traveldate_day {
  float: left;
  margin: 0 10px 0 0;
}

#traveldate_month {
  float: left;
  margin: 0 10px 0 0;
  width: 140px;
}

div.calendar {
  float: left;
}

#promocode {
  width: 120px;
  margin: 0 7px 0 0;
}

#promoblock p {
  font-size: 0.85em;
  margin: 2px 0 0 0;
}

#bookright form div.button_row {
  padding: 0.5em 0 1.5em 0;
}

/* Facebook / Twitter
----------------------------------------------- */
#facetwit {
  width: 288px;
  margin: 0 0 2em 0;
}

#facetwit ul li {
  display: inline;
}

#facetwit ul li a {
  display: block;
  float: left;
  color: #000;
  width: 80px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 12px 2px;
  padding: 6px 0 1em 64px;
}

#facetwit ul li.face a {
  background-image: url("../graphics/fbook.png");
}

#facetwit ul li.twit a {
  background-image: url("../graphics/twttr.png");
}

/* Footer
----------------------------------------------- */
#footer {
  text-align: left;
  /*background: #000000;*/
  background: #585856;
  color: #fff;
}

#footer .container {
  padding: 20px 0;
}

#footer ul {
  margin: 0 0 1em 0;
}

#footnav {
  background-color: #dc0a1e;
  background-color: #fff;
  border-top: 1px solid #585856;
}
#footnav li {
  list-style-type: none;
  display: block;
}
#footnav li a {
  color: #fff;
  color: #dc0a1e;
  border-top: 1px solid #021625;
  padding: 0.5em 1em;
  display: block;
  font-size: 1.2307em;
  /*16px*/
  font-weight: bold;
  text-align: center;
}
#footnav li:first-child a {
  border-top: none;
}

@media (max-width: 47.9375em) {
  #footnav .container {
    width: 100%;
  }
}
@media (min-width: 48em) {
  #footleft {
    width: 70%;
    float: left;
  }

  #footnav li {
    display: inline-block;
    padding: 1em 0;
  }
  #footnav li a {
    border-left: 1px solid #021625;
    /*border-left:1px solid $red;*/
    border-top: none;
    padding: 0 1em;
  }
  #footnav li:first-child a {
    border-left: none;
    padding-left: 0;
  }

  #footer #govia {
    width: 110px;
    float: right;
  }
}
#footer p {
  margin: 0 0 0.5em 0;
}

/* Red tabs
----------------------------------------------- */
div.redtab {
  color: #fff;
  background-color: #dc0a1e;
  background-repeat: no-repeat;
  background-position: 0 0;
}

div.redtab h2 {
  font-size: 1.5384em;
  /*20px*/
  color: #fff;
  margin: 0;
  padding: 0.5em 19px 0.7em 15px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
}

/* TFL Widget
----------------------------------------------- */
#tfl_widget {
  width: 300px;
  margin: 0 0 1em 0;
}

/* Banners
----------------------------------------------- */
div.banner {
  margin: 0 0 1em 0;
}

div.mpubanner {
  margin: 0 0 1em 0;
}

/* Alert boxes
----------------------------------------------- */
form div.alertbox {
  font-size: 0.85em;
}

#page div.alertbox ul li {
  background-image: url("../graphics/bullet01.gif");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 0 10px 0 20px;
  margin: 0 0 1em 0;
}

#page div.alertbox {
  width: 100%;
  border: 2px solid #dc0a1e;
  padding: 1em;
}

#page div.alertbox div.box {
  padding: 1em;
}

/* Live updates
----------------------------------------------- */
div#liveupdates .tab {
  color: #fff;
  background-color: #dc0a1e;
  margin: 0 0 0 0;
  padding: 0.8em 0 0.8em 0;
  width: 100%;
}

@media (min-width: 30em) {
  div#liveupdates .header {
    float: left;
  }
}
div#liveupdates h2 {
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 15px;
}

div#liveupdates .tab a {
  color: #fff;
}

div#liveupdates div.backtotop {
  float: right;
  display: block;
  width: 100px;
  text-align: left;
}

div#liveupdates div.backtotop a {
  background: url("../graphics/backtotoparrow.gif") no-repeat right 2px;
  padding: 0 20px 0 0;
  font-weight: normal;
  text-align: right;
}

div#liveupdates h3 {
  color: #000;
  margin: 0 0 0.3em 0;
  padding: 0 0 0.3em 0;
  font-size: 1em;
  border-bottom: 1px solid #c3d9cc;
}

div#liveupdates div.box {
  border: 2px solid #ccc;
  margin-bottom: 1em;
}

div#liveupdates div.details {
  padding: 1em;
}

div#liveupdates ul {
  margin: 0 0 1.5em 0;
}

div#liveupdates ul li {
  background-image: url("../graphics/bullet01.gif");
  background-repeat: no-repeat;
  background-position: 22px 6px;
  padding: 0 10px 0 40px;
  margin: 0 0 0.5em 0;
}

#liveupdates #metropolitan-line {
  background-color: #893267;
}

#liveupdates #bakerloo-line {
  background-color: #ae6118;
}

#liveupdates #central-line {
  background-color: #e41f1f;
}

#liveupdates #circle-line {
  background-color: #f8d42d;
  color: #034694;
}

#liveupdates #hammersmith-and-city-line {
  background-color: #e899a8;
  color: #034694;
}

#liveupdates #district-line {
  background-color: #00a575;
}

#liveupdates #jubilee-line {
  background-color: #8f989e;
}

#liveupdates #northern-line {
  background-color: #000000;
}

#liveupdates #piccadilly-line {
  background-color: #0450a1;
}

#liveupdates #victoria-line {
  background-color: #009fe0;
}

#liveupdates #waterloo-and-city-line {
  background-color: #70c3ce;
}

#liveupdates #metropolitan-line div.backtotop a {
  background-image: url("../graphics/metro_arrow.gif");
}

#liveupdates #bakerloo-line div.backtotop a {
  background-image: url("../graphics/bakerloo_arrow.gif");
}

#liveupdates #central-line div.backtotop a {
  background-image: url("../graphics/central_arrow.gif");
}

#liveupdates #circle-line div.backtotop a {
  background-image: url("../graphics/circle_arrow.gif");
}

#liveupdates #hammersmith-and-city-line div.backtotop a {
  background-image: url("../graphics/hammcity_arrow.gif");
}

#liveupdates #district-line div.backtotop a {
  background-image: url("../graphics/district_arrow.gif");
}

#liveupdates #jubilee-line div.backtotop a {
  background-image: url("../graphics/jubilee_arrow.gif");
}

#liveupdates #northern-line div.backtotop a {
  background-image: url("../graphics/northern_arrow.gif");
}

#liveupdates #piccadilly-line div.backtotop a {
  background-image: url("../graphics/piccadilly_arrow.gif");
}

#liveupdates #victoria-line div.backtotop a {
  background-image: url("../graphics/victoria_arrow.gif");
}

#liveupdates #waterloo-and-city-line div.backtotop a {
  background-image: url("../graphics/waterloo_arrow.gif");
}

/* Flight results
----------------------------------------------- */
#flight_results {
  width: 100%;
  margin: 0 0 1em 0;
}

#flight_results div.redtab {
  width: 100%;
  background: #dc0a1e;
}

#flight_results div.box {
  padding: 1em;
  border: 2px solid #ccc;
}

/* Season tickets
----------------------------------------------- */
#bookseason {
  width: 100%;
  border: 2px solid #cccccc;
  margin: 0 0 1em 0;
}
#bookseason #journeyblock, #bookseason #quantityblock {
  padding-top: 0;
}
#bookseason .col1 {
  margin-bottom: 0.5em;
}

#bookseason div.box {
  padding: 11px;
}

#bookseason h2 {
  background: #dc0a1e;
  color: white;
  font-size: 1.5em;
}

#bookseason h3 {
  color: #dc0a1e;
  margin-bottom: 0.5em;
}

@media (max-width: 47.9375em) {
  #bookseason #journey_to, #bookseason #seasonTicketEndDate {
    padding-top: 1em;
  }

  #season_tickets form[name*="bookNow"] {
    display: none;
  }
  #season_tickets th {
    display: none;
  }
}
@media (min-width: 48em) {
  #bookseason #journey_from, #bookseason #journey_to, #bookseason .col1 {
    width: 50%;
    float: left;
  }

  #seasonTicketStartDate, #seasonTicketEndDate {
    width: 50%;
    float: left;
  }
}
/* Tickets results
----------------------------------------------- */
#season_tickets {
  width: 100%;
  border: 2px solid #ccc;
  margin: 0 0 1em 0;
}

#season_tickets div.redtab {
  width: 100%;
  background-color: #dc0a1e;
  color: white;
}

#season_tickets div.box {
  padding: 1em;
}

span.price {
  color: #dc0a1e;
  font-weight: bold;
  font-size: 1.2em;
}

#season_tickets th.type {
  width: 40%;
}

#season_tickets th.validity {
  width: 26%;
}

#season_tickets th.details {
  width: 14%;
}

#season_tickets th.fare {
  width: 10%;
}

#season_tickets th.booknow {
  width: 10%;
}

#season_tickets table tr.expand_active {
  background: #dedede;
}

#season_tickets table td.expanded {
  background: #f1f1f1;
}

#season_tickets table td.expanded table {
  width: auto;
}

#season_tickets table td.expanded table td {
  font-size: 1em;
  padding: 0 10px 0.25em 0;
  border: none;
}

@media (max-width: 47.9375em) {
  #season_tickets table, #season_tickets tbody, #season_tickets tr, #season_tickets td {
    display: block;
    width: 100%;
  }
}
    /* Delay repay
---------------------------------------------- */
optgroup {
  font-style: normal;
  padding: 5px 2px;
}

option {
  padding: 0;
}

span.removeLink {
  color: #666666;
  float: right;
  font-size: 12px;
}

p#ticket_add a.addlink, p#ticket_remove a.removeLink {
  display: block;
  font-weight: bold;
  line-height: 25px;
  padding-left: 30px;
  text-decoration: none;
  width: 160px;
}

p#ticket_add a.addlink:hover, p#ticket_remove a.removeLink:hover {
  text-decoration: underline;
}

p#ticket_add a.addlink {
  background-image: url("/graphics/plus20.png");
  background-position: left top;
  background-repeat: no-repeat;
}

p#ticket_remove a.removeLink {
  background-image: url("/graphics/minus20.png");
  background-position: left top;
  background-repeat: no-repeat;
}

/* Forms
---------------------------------------------- */
form legend {
  border: none;
  background: none;
}

form fieldset {
  border: none;
  background: none;
}

form div.form_row {
  width: 100%;
  margin: 0 0 1em 0;
}

div.button_row {
  padding: 0.5em 0 0 0;
  margin: 0 0 1em 0;
}

form div.labelblock {
  width: 25%;
  float: left;
  padding-top: 0.4em;
}

form div.inputblock {
  width: 40%;
  float: left;
  padding-top: 0.2em;
}

form div.helperblock, form div.buttonblock {
  width: 35%;
  float: left;
  color: #555;
  font-size: 0.85em;
  padding-top: 0.2em;
}

form table td {
  padding: 0 5px 0.5em 0;
}

form label span {
  font-size: 0.85em;
}

@media (max-width: 47.9375em) {
  form table {
    width: 100%;
  }
  form table, form tbody, form thead, form tr, form td {
    display: block;
  }
}
/* Form buttons
---------------------------------------------- */
button {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible;
}

button::-moz-focus-inner {
  border: none;
}

button span {
  position: relative;
  display: block;
  white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button span {
    margin-top: -1px;
  }
}
.submitBtn, #search_info_button p a {
  padding: 0.5em 45px 0.5em 1em;
  margin-right: 5px;
  font-size: 1.538em;
  /*20px*/
  color: white;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 0 #000000;
  box-shadow: 0 3px 0 0 #000000;
  /*background: $red;*/
  background: #c82828;
  display: inline-block;
  text-decoration: none;
}
.submitBtn:after, #search_info_button p a:after {
  content: "";
  background: url("../graphics/btn-arrow-right.png") no-repeat right center;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.submitBtn:hover, #search_info_button p a:hover {
  color: white;
  /*background: darken($red, 3);*/
  background: #dc0a1e;
  text-decoration: none;
}

/*.submitBtn:hover, .submitBtnHover {

}
.submitBtn:hover span, .submitBtnHover span {

}

#results_accordion .submitBtn, #season_tickets .submitBtn {
   height:24px;
   padding:0 32px 0 0;
   margin:0;
   font-size:0.85em;
   background-image:url("../graphics/btn-arrow-right.png");
}
#results_accordion .submitBtn span, #season_tickets .submitBtn span {
   padding:4px 0 0 12px;
   background-image:url("../graphics/btn_white_small.gif");
}
#results_accordion table tr.expand_active td .submitBtn,
#results_accordion table tr.expand_active td .submitBtn span,
#season_tickets table tr.expand_active td .submitBtn,
#season_tickets table tr.expand_active td .submitBtn span {
   background-image:url("../graphics/btn_grey_small.gif");
}*/
/*#passenger_options .submitBtn {
   height:24px;
   padding:0 32px 0 0;
   margin:0;
   font-size:0.85em;
   background-image:url("../graphics/btn_white_small.gif");
}
#passenger_options .submitBtn span {
   padding:4px 0 0 12px;
   background-image:url("../graphics/btn_white_small.gif");
}*/
/* Intro block
----------------------------------------------- */
.introblock {
  width: 100%;
  margin: 0 0 1em 0;
}

.introblockright {
  margin-bottom: 1em;
}

@media (min-width: 30em) {
  .introblockleft {
    width: 50%;
    float: left;
  }

  .introblockright {
    width: 49%;
    float: right;
  }
}
@media (min-width: 64em) {
  .introblockleft {
    width: 34%;
  }

  .introblockright {
    width: 64%;
  }
}
/* Station Facilities
----------------------------------------------- */
table.stationdetails {
  width: 100%;
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin-bottom: 1em;
}

table.stationdetails th {
  width: auto;
  height: 20px;
  font-weight: bold;
  padding: 8px 10px 0.75em 10px;
  color: #fff;
  background: #dc0a1e;
}

table.stationdetails th a {
  color: #fff;
}

table.stationdetails th a:hover {
  color: #fff;
}

table.stationdetails th a.backtotop {
  float: right;
  display: block;
  background: url("../graphics/backtotoparrow.gif") no-repeat right 2px;
  padding: 0 20px 0 0;
  font-weight: normal;
  text-align: right;
}

table.stationdetails td {
  font-weight: normal;
  vertical-align: top;
  width: auto;
  padding: 0.5em 10px 0.5em 10px;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}

table tr.row01 td {
  background-color: #f0f0f0;
}

table tr.row02 td {
  background-color: #fff;
}

table tr td.col01 {
  background-image: url("../graphics/tableborderfix.gif");
  background-position: 0 0;
  background-repeat: repeat-y;
}

table.stationdetails tr td.col01 {
  width: 30%;
}

table.stationdetails tr td.col02 {
  width: 70%;
}

table td a.arrow {
  display: block;
  background: transparent url("../graphics/arrow01.gif") right 8px no-repeat;
}

table.legend {
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin-bottom: 1em;
}

table.legend td {
  font-size: 0.85em;
  color: #dc0a1e;
  padding: 0 5px 0.2em 0;
}

table.stationdetails ul {
  margin: 5px 0 5px 10px;
}

table.stationdetails li {
  background-image: url("../graphics/arrow01.gif");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 0 0 0.5em 10px;
  font-weight: normal;
}

table.stationdetails tr td.col02_special {
  padding: 0;
  border-bottom: none;
}

table.facilities_tableinatable_carpark {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

table.facilities_tableinatable_carpark .fieldcol {
  border: none;
  text-align: left;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 0.5em 0 0.5em 10px;
}

table.facilities_tableinatable_carpark .datacol {
  border: none;
  padding: 0px;
  border-bottom: 1px solid #b5b5b5;
  padding: 0.5em 0 0.5em 10px;
}

table.facilities-tableinatable .fieldcol {
  border: none;
  text-align: left;
  padding: 0px;
}

table.facilities-tableinatable .datacol {
  border: none;
  padding: 0px;
}

/* Big arrow list
----------------------------------------------- */
ul.bigarrow {
  list-style-type: none;
  margin: 0 0 1em 0;
}

ul.bigarrow li {
  background-image: url("../graphics/bigarrow.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding: 7px 0 10px 30px;
  margin: 0 0 0 0;
}

ul.bigarrow li a {
  color: #000;
  text-decoration: none;
}

ul.bigarrow li a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* Offers
----------------------------------------------- */
#offers {
  width: 100%;
  margin: 0 0 1em 0;
}

#offers h2, #featured_offers h3 {
  clear: both;
  border-color: #e1e1e1;
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 1em 0 0 0;
  font-size: 1.2em;
  margin: 0 0 0.3em 0;
}

#offers h2 img, #featured_offers h3 img {
  width: 95px;
  float: right;
  margin: 0 0 0 12px;
}

/* Offer search
----------------------------------------------- */
#offer_search {
  width: 100%;
  border: 2px solid #ccc;
  margin: 0 0 1em 0;
}

#offer_search .redtab {
  background-color: #dc0a1e;
}

#offer_search .box {
  padding: 1em;
}

#offer_search form div.labelblock {
  width: 28%;
}

#offer_search form div.inputblock {
  width: 55%;
  margin-right: 2%;
}

#offer_search form div.buttonblock {
  width: 15%;
}

#attraction_type {
  width: 100%;
}

/* Flight search
----------------------------------------------- */
#flight_search {
  width: 100%;
  margin: 0 0 1em 0;
}

#flight_search .redtab {
  background-color: #dc0a1e;
}

#flight_search .box {
  padding: 1em;
  border: 2px solid #ccc;
}

#flight_search form div.labelblock {
  width: 28%;
}

#flight_search form div.inputblock {
  margin-right: 2%;
  width: 55%;
}

#flight_search form div.buttonblock {
  width: 15%;
}

input#flight_number {
  width: 100%;
}

/* Search info
----------------------------------------------- */
#search_info {
  width: 100%;
}

#search_info_text {
  float: left;
  font-size: 1.2307em;
}

#search_info_button {
  float: right;
}

/* News
----------------------------------------------- */
#news h2 {
  font-size: 1.2em;
  margin: 0 0 0.3em 0;
}

#news h2 a {
  color: #000;
}

#news p {
  margin: 0 0 2em 0;
}

#news p.date {
  font-size: 0.85em;
  color: #dc0a1e;
  margin: 0 0 0.3em 0;
}

#news p.date {
  border-top: 1px solid #e1e1e1;
  padding: 0.5em 0 0 0;
}

#news p strong a {
  text-decoration: none;
}

#news p strong a:hover {
  text-decoration: underline;
}

/* Improvement works
----------------------------------------------- */
#improvement h2 {
  border-top: 1px solid #e1e1e1;
  padding: 0.5em 0 0 0;
  margin: 0 0 0.5em 0;
}

#improvement ul {
  list-style-type: none;
  line-height: 1.5em;
  margin: 0 0 1px 0;
}

#improvement ul li {
  background-image: url("../graphics/bullet01.gif");
  background-repeat: no-repeat;
  background-position: 22px 6px;
  padding: 0 10px 0 40px;
  margin: 0 0 0.5em 0;
}

#improvement ul.links li a {
  border: none;
  background-image: url("../graphics/arrow01.gif");
  background-position: 4px 3px;
  background-repeat: no-repeat;
  padding: 0 10px 0 16px;
}

/* Pagenav
----------------------------------------------- */
div.pagenav {
  border-top: 1px solid #e1e1e1;
  color: #b5b5b5;
  margin: 0 0 2em 0;
  padding: 1em 0 0 0;
}

div.pagenav strong {
  color: #000;
}

div.pagenav a {
  text-decoration: none;
}

div.pagenav a:hover {
  text-decoration: underline;
}

/* Site map
----------------------------------------------- */
#sitemap {
  margin: 0 0 1em 0;
}

#sitemap ul li {
  border-color: #e1e1e1;
  border-width: 1px 0 0 0;
  border-style: solid;
  background-image: url("../graphics/track-morebutton.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding: 10px 10px 0 28px;
  margin: 0 0 0.5em 0;
}

#sitemap ul li ul {
  padding: 0.5em 0 0.5em 0;
}

#sitemap ul li ul li {
  border: none;
  background-image: url("../graphics/arrow01.gif");
  background-position: 4px 3px;
  padding: 0 10px 0 16px;
}

#sitemap ul li ul li ul li {
  border: none;
  background-image: url("../graphics/bullet02.gif");
  background-position: 12px 6px;
  padding: 0 10px 0 24px;
}

/* Big pics
----------------------------------------------- */
#bigpic {
  margin: 0 1em 1em 0;
}

.picbox01 {
  border: 3px solid red;
  margin-bottom: 1em;
  width: 100%;
}
.picbox01 img {
  border: 2px solid white;
  width: 100%;
}

/* Inline Images
----------------------------------------------- */
img.left1, img.left2 {
  float: left;
  margin: 0 10px 5px 0;
}

img.right1, img.right2 {
  float: right;
  margin: 0 0 5px 10px;
}

img.left2, img.right2 {
  border: 1px solid #000;
}

img.none2 {
  float: none;
  border: 1px solid #000;
}

img.none1 {
  float: none;
  border: none;
}

@media (max-width: 47.9375em) {
  .content img {
    max-width: 100%;
  }

  .content img.smallImg {
    max-width: 250px;
  }
}
@media (min-width: 48em) {
  .content img {
    max-width: 422px;
  }

  .content img.smallImg {
    max-width: 250px;
  }
}
/* Content
----------------------------------------------- */
hr {
  color: #fff;
  margin: 0 0 1em 0;
  border-width: 1px 0 0 0;
  border-color: #ccc;
  border-style: solid;
}

p strong span {
  color: #dc0a1e;
}

h1, h2 {
  color: #dc0a1e;
}

h1 span, h2 span {
  font-weight: 100;
}

h1 {
  font-size: 2em;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 0.5em 0;
  padding: 0.25em 0 0.3em 0;
}

h1 a {
  color: #dc0a1e;
}

div.content h2 a, div.content h3 a, div.content p a {
  text-decoration: underline;
}

h2 {
  font-size: 1.3em;
  margin: 0 0 0.8em 0;
}

div.content h2 {
  margin-top: 1.5em;
  padding: 1em 0 0 0;
  border-top: 1px solid #e1e1e1;
}

div.content h2.noborder {
  margin-top: 0;
  padding: 0;
  border: none;
}

h3 {
  font-size: 1em;
  margin: 0 0 1em 0;
}

h4 {
  font-size: 1em;
  margin: 0 0 1em 0;
}

div.content ul {
  list-style-type: none;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

div.content ul li {
  background-image: url("../graphics/bullet01.gif");
  background-repeat: no-repeat;
  background-position: 22px 6px;
  padding: 0 10px 0 40px;
  margin: 0 0 1em 0;
}

div.content ul li a {
  text-decoration: underline;
}

ol {
  padding: 0 0 0 40px;
}

ol li {
  padding-bottom: 1em;
}

ol li a {
  text-decoration: underline;
}

ol.alpha {
  list-style-type: lower-alpha;
}

/* Tables (content)
----------------------------------------------- */
div.content table {
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 1px;
  margin: 0 0 1em 0;
  border-collapse: collapse;
  width: 100%;
}

div.content table th, div.content table thead td {
  color: #fff;
  padding: 0.5em 5px 0.5em 5px;
  font-size: 1.0em;
  background-color: #000000;
  border-color: #000000;
  border-width: 1px 1px 0 0;
}

div.content table td {
  padding: 5px;
  background-color: #fff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

div.content table.table1 td {
  background-color: #fff;
}

div.content table td h2 {
  font-size: 1em;
  padding: 0;
  background: none;
  margin: 0 0 0.5em 0;
}

div.content table.twotonerows {
  border: none;
  width: 100%;
}

div.content table.twotonerows td {
  border-color: #fff;
  border-width: 2px 0 0 0;
}

div.content table tr.row1 td {
  background: #d5ecbd;
}

div.content table tr.row2 td {
  background: #f4f9f0;
}

/* Tables (boxes)
----------------------------------------------- */
#page div.box table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid #ccc;
}

#page div.box table td {
  padding: 0.8em;
}

@media (max-width: 47.9375em) {
  #page div.box table tr {
    border-top: 1px solid #ccc;
  }

  #page div.box table tr.alt {
    border-top: 1px solid #666;
  }
}
@media (min-width: 48em) {
  #page div.box table th {
    padding: 0.5em;
  }

  #page div.box table td {
    padding: 0.8em;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
  }
}
/* Timetable tables
----------------------------------------------- */
#timetables table {
  font-size: 0.85em;
  width: 100%;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-collapse: collapse;
  margin: 0 0 0.5em 0;
}

#timetables table th {
  padding: 4px 5px 4px 5px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
  color: #fff;
  background-color: #000;
}

#timetables table td {
  padding: 4px 5px 4px 5px;
  background-color: #fefefe;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

#timetables .notes {
  font-size: 0.85em;
}

/* Tracks bar
----------------------------------------------- */
#tracksbar {
  width: 100%;
  color: #fff;
  /*background:#021625;*/
  background: #585856;
  height: 30px;
}

#tracksbar a {
  color: #fff;
}

#tracksbar .leftblock {
  display: none;
}

#tracksbar .rightblock {
  width: 40%;
  float: right;
}

@media (min-width: 48em) {
  #tracksbar .leftblock {
    display: block;
    padding: 0.5em;
    width: 60%;
    float: left;
    text-align: center;
  }
  #tracksbar .leftblock p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  #tracksbar .leftblock a {
    text-decoration: none;
  }

  #tracksbar .rightblock {
    width: 15%;
  }
}
@media (min-width: 64em) {
  #tracksbar .leftblock {
    width: 70%;
  }

  #tracksbar .rightblock {
    width: 10%;
  }
}
.showit {
  width: 100%;
}

.showit p {
  padding: 0;
  margin: 0;
  text-align: center;
}

.showit a {
  display: block;
  padding: 0.2em 0 0;
  position: relative;
  color: #dc0a1e !important;
  z-index: 1;
  font-size: 1.1666em;
  /*14px*/
}
.showit a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -25px;
  background: url("../graphics/tracksbaroff.png");
  height: 35px;
  width: 51px;
  z-index: -1;
}

.showit a.active:before {
  background: url("../graphics/tracksbaron.png");
  height: 35px;
  width: 51px;
}

.showit p a span {
  display: block;
  font-weight: bold;
}

#tracksbar .leftblock p a strong {
  color: #dc0a1e;
  font-size: 1.076em;
  /*14px*/
}

/* Reveal box
----------------------------------------------- */
#tracksClose {
  background: url("/graphics/tracks-close.png") no-repeat center center;
  display: block;
  text-indent: -999px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 5px;
}

@media (min-width: 48em) {
  #tracksClose {
    right: -17px;
    top: 1em;
  }
}
#tracksreveal {
  width: 100%;
  color: #d2d2d2;
  background: #021625;
  border-bottom: 1px solid white;
}
#tracksreveal .container {
  padding-top: 1.2em;
  position: relative;
}

@media (min-width: 48em) {
  #tracksreveal .container {
    padding-top: 2em;
  }
}
#tracksreveal a {
  color: #d2d2d2;
}

#tracksreveal a:hover {
  color: #fff;
}

#tracksreveal .picblock img {
  margin-bottom: 1em;
}

#tracksreveal .leftblock, #tracksreveal .rightblock {
  margin-bottom: 1em;
}

#tracksreveal .picblock {
  width: 100%;
}
#tracksreveal .picblock img {
  width: 100%;
}

@media (min-width: 30em) {
  #tracksreveal .picblock {
    width: 27%;
    float: left;
  }

  #tracksreveal .textblock {
    width: 70%;
    float: right;
  }

  #tracksreveal .rightblock {
    width: 70%;
    float: right;
    padding-right: 1em;
  }
}
@media (min-width: 48em) {
  #tracksreveal .leftblock {
    width: 67%;
    margin-right: 3%;
    float: left;
    padding: 0 0 12px 0;
  }

  #tracksreveal .rightblock {
    width: 27%;
    float: left;
  }

  #tracksreveal .picblock {
    width: 27%;
    float: left;
  }
  #tracksreveal .picblock img {
    width: 100%;
  }

  #tracksreveal .textblock {
    width: 70%;
    float: right;
  }
}
@media (min-width: 64em) {
  #tracksreveal .leftblock {
    width: 79%;
    float: left;
    padding: 0 0 12px 0;
  }
  #tracksreveal .leftblock h2 {
    font-size: 2.1538em;
  }
  #tracksreveal .leftblock h2 a {
    color: #dc0a1e;
  }

  #tracksreveal .rightblock {
    width: 17.85%;
    float: right;
  }
  #tracksreveal .rightblock h2 {
    font-size: 1.5384em;
  }

  #tracksreveal .picblock {
    width: 29%;
    float: left;
  }
  #tracksreveal .picblock img {
    width: 100%;
  }

  #tracksreveal .textblock {
    width: 68%;
    float: right;
  }
}
#tracksreveal p {
  line-height: 1.4em;
}

/* Tracks nav
----------------------------------------------- */
.tracksnav h2 {
  font-size: 1.1em;
}

.tracksnav ul {
  list-style-type: none;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

.tracksnav ul li {
  width: 100%;
  margin: 0;
}

.tracksnav ul li a {
  width: auto;
  color: white !important;
  display: block;
  font-weight: bold;
  background-image: url("../graphics/tracksarrowsmall.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0.3em 0.5em 0.3em 25px;
  margin: 0;
}

.tracksnav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* More button
----------------------------------------------- */
div.morebutton {
  padding: 1.5em 0 0 0;
}

div.morebutton p {
  margin: 0;
}

div.morebutton a {
  font-size: 1.1em;
  color: #dc0a1e;
  background: url("../graphics/track-morebutton.png") no-repeat left center;
  padding-left: 25px;
}

div.morebutton pa:hover {
  text-decoration: none;
}

#tracksreveal .morebutton a {
  color: #dc0a1e;
}

@media (max-width: 47.9375em) {
  .visible-medium, .visible-large, .hidden-small {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 48em) and (max-width: 63.9375em) {
  .hidden-medium, .visible-small, .visible-large {
    display: none !important;
    visibility: hidden;
  }

  .visible-medium, .hidden-small {
    display: block  !important;
    visibility: visible;
  }
}
@media (min-width: 64em) {
  .hidden-large, .visible-small {
    display: none !important;
    visibility: hidden;
  }

  .visible-large, .hidden-medium, .hidden-small {
    display: block  !important;
    visibility: visible;
  }
}
/*INclude styles in all pages*/
/*OFFERS*/
.offers2 .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .offers2 .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .offers2 .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .offers2 .container {
    width: 1170px;
  }
}
.offers2 .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.offers2 .row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.offers2 .clearfix:before,
.offers2 .clearfix:after,
.offers2 .container:before,
.offers2 .container:after,
.offers2 .container-fluid:before,
.offers2 .container-fluid:after,
.offers2 .row:before,
.offers2 .row:after {
  content: " ";
  display: table;
}

.offers2 .clearfix:after,
.offers2 .container:after,
.offers2 .container-fluid:after,
.offers2 .row:after {
  clear: both;
}

.offers2 .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.offers2 .pull-right {
  float: right !important;
}

.offers2 .pull-left {
  float: left !important;
}

.offers2 .hide {
  display: none !important;
}

.offers2 .show {
  display: block !important;
}

.offers2 .invisible {
  visibility: hidden;
}

.offers2 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.offers2 .hidden {
  display: none !important;
}

.offers2 .affix {
  position: fixed;
}

.offers-content {
  margin-bottom: 40px;
}

.offers-content a {
  color: #000;
  text-decoration: none;
}

.offer-text h2 {
  margin-top: 1em;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.offer-text h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  height: 20px;
  width: 20px;
  background-image: url("/graphics/track-morebutton.png");
  background-repeat: no-repeat;
}

.offers-content {
  -webkit-transition: all 300ms;
  transition: all 0.3s;
}

.offers-image img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 0.3s;
}

.offers-content:hover .offers-image img {
  opacity: 0.8;
}

/*ALL EDITS STARTED HERE*/
.offers-content {
  padding-right: 5px;
}

@media (max-width: 992px) {
  .offers-content {
    padding-right: 10px;
  }

  .offers-second {
    padding-right: 15px;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .offers-content {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: hidden;
  }
}
@media all and (max-width: 560px) {
  .offers2 .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .offers-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#masthead {
  padding: 0;
  position: relative;
}

#masthead #logo {
  padding-top: 25px;
  /*padding-bottom: 34px;*/
  padding-bottom: 14px;
  width: 30%;
}

#masthead #logo {
  position: relative;
}

#masthead #mastblock {
  width: 65%;
  position: relative;
}

#mastblock a {
  /*color: #fff;*/
  color: #dc0a1e;
}

#speak {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}

ul.main-menu > li {
  line-height: 70px;
}

/*MEGA MENU*/
#langchoice {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.submenu.level-3 li {
  padding: 5px 10px;
}

#mobile-menu:not(.mm-menu) {
  display: none;
}

.main-nav {
  width: 100%;
  /*background: #F20017;*/
  background: #fff;
  /*color: #fff;*/
  color: #dc0a1e;
}

.main-nav a {
  text-decoration: none;
  font-weight: bold;
}

.main-nav ul {
  list-style: none;
}

.top-header > .container {
  position: relative;
}

/*MEGA MENU STYLES*/
/*.cols-6 { width: 900px; } */
/*.cols-5 { width: 750px; } */
.cols-4 {
  width: 840px;
}

.cols-3 {
  width: 660px;
}

.cols-2 {
  width: 440px;
}

.cols-1 {
  width: 220px;
}

ul.main-menu > li > a {
  color: #fff;
  font-size: 16px;
}

ul.main-menu > li.submenu-parent {
  padding: 15px 30px 15px 15px;
}

ul.main-menu > li {
  position: relative;
  display: inline-block;
  padding: 15px 18px;
  /*  z-index: 999; */
  -webkit-transition: all 300ms ease;
  transition: all 0.3s ease;
}

ul.main-menu > li > a {
  /*  line-height: 35px; */
}

ul.main-menu > li:hover {
  background: #fff5cd;
  background: #dedede;
  background: #f1f1f1;
}

ul.main-menu > li.active {
  background: #fff5cd;
  background: #dedede;
  background: #f1f1f1;
}

#mastblock ul.main-menu > li.active > a {
  color: #f20017;
  color: #021625;
}

#mastblock ul.main-menu > li.active:hover > a {
  color: #f20017;
  color: #021625;
}

#mastblock ul.main-menu > li:hover a {
  color: #f20017;
  color: #021625;
}

li.submenu-parent:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 35px;
  color: #30aee5;
}

.submenu-inner > li {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
  /*  margin-bottom: 30px; */
}

.submenu-inner > li > a {
  /* color: #f20017 !important; */
}

.submenu-inner > li:last-child {
  /*margin-bottom: 10px;*/
}

.submenu-inner > li:hover > a {
  text-decoration: underline;
}

.submenu {
  margin-top: 20px;
  margin-bottom: 20px;
}

.submenu > li {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.submenu > li > a {
  color: #021625 !important;
}

.main-menu li .submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  /*background: #fff5cd;*/
  /*background: #dedede;*/
  background: #f1f1f1;
  /*background: $red;*/
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 999;
  /*  padding: 20px; */
  /*  border-top: 3px solid #F20017; */
}

.main-menu li .submenu-wrapper.cols-4,
.main-menu li .submenu-wrapper.cols-3 {
  left: -200px;
}

.main-menu li:hover > .submenu-wrapper {
  display: block;
}

.submenu-wrapper ul li {
  padding: 15px 20px;
}

.submenu-wrapper.cols-1 ul li {
  width: 220px;
  padding: 15px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 0.3s ease;
}

.submenu-wrapper.cols-1 ul li:hover {
  /*background: #F20017; */
}

.submenu.level-3 {
  /*border-left: 1px solid #F20017;*/
}

.submenu.level-3 li {
  padding-left: 10px;
}

.submenu.level-3 a {
  font-weight: normal;
}

.submenu.level-3 li a {
  position: relative;
  display: block;
}

.submenu.level-3 li a:before {
  content: '';
  height: 15px;
  width: 15px;
  background: url("../graphics/nav-arrow.png") center no-repeat;
  position: absolute;
  left: -15px;
  top: 0px;
}

.cols-6,
.cols-5,
.cols-4,
.cols-3,
.cols-2,
.cols-1 {
  position: absolute;
  left: 0px;
  text-align: left;
}

.submenu-wrapper.cols-right {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto !important;
}

.submenu-column {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  /*  padding-right: 10px; */
}

.submenu-column:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*active classes*/
.submenu-inner > li > a.active {
  text-decoration: underline;
}

.submenu.level-3 > li > a.active {
  text-decoration: underline;
  text-decoration-style: dotted;
}

/*

#menu-switch {
  display: none;
  position: absolute;

  right: 10px;
  top: 20px;
  color: #fff;
}

*/
/*Menu trigger*/
a#menu-switch {
  color: #fff;
  color: #dc0a1e;
  font-weight: bold;
  text-decoration: none;
}

#menu-switch {
  display: none;
  border: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 35px;
  right: 22px;
  z-index: 9999;
  cursor: pointer;
  cursor: hand;
  font-size: 20px;
  color: #fff;
  color: #dc0a1e;
}

#menu-switch:hover {
  background: none;
  color: #fff;
  color: #dc0a1e;
}

#menu-switch span {
  display: block;
  background: #fff;
  background: #dc0a1e;
  height: 4px;
  width: 30px;
  -webkit-transform: translate(-40px, 12px);
  transform: translate(-40px, 12px);
}

#menu-switch span:before,
#menu-switch span:after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background: #fff;
  background: #dc0a1e;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

#menu-switch span:before {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

#menu-switch span:after {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

#menu-switch.active span {
  background-color: transparent;
}

#menu-switch.active span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

#menu-switch.active span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

#menu-switch:focus {
  outline: none;
}

.submenu > li a {
  color: #fff;
}

.submenu > li:hover a {
  text-decoration: underline;
  /* color: #F20017 !important; */
}

.submenu-wrapper.cols-1 .submenu.level-3 {
  transition: all 0.3s ease;
}

.submenu-wrapper.cols-1 .submenu.level-3 li {
  width: 100%;
  transition: all 0.3s ease;
}

.submenu-wrapper.cols-1 .submenu.level-3 li:hover {
  background: #000;
}

.logo-small {
  display: none;
}

.show-mobile {
  display: none;
}

@media (min-width: 30em) and (max-width: 63.9375em) {
  .shortcuts ul li {
    display: block;
    float: left;
    width: 50%;
  }

  .show-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .show-desktop {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  #menu-switch {
    display: block;
  }

  .nav-container {
    display: none;
  }

  #speak {
    display: none;
  }

  #masthead #logo {
    width: 290px;
  }

  #logo img {
    max-width: 100%;
  }
}
@media all and (max-width: 560px) {
  .shortcuts ul li {
    display: block;
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 460px) {
  #masthead #logo {
    max-width: 60%;
  }

  .logo-big {
    display: none;
  }

  .logo-small {
    display: inline-block;
  }

  #menu-switch {
    font-size: 14px;
  }
}
@media all and (max-width: 310px) {
  #masthead #logo {
    max-width: 50%;
  }

  #menu-switch {
    top: 35px;
    /*  transform: translateY(-30px); */
  }
}
/**/
/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
.mm-menu,
.main-menu-mobile {
  text-align: left;
}

.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
  display: none;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}

.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu .mm-list {
  padding: 20px 0;
}

.mm-menu > .mm-list {
  padding-bottom: 0;
}

.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list {
  font: inherit;
  font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}

.mm-list > li {
  position: relative;
}

.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 30px;
  margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  /*  margin-left: 20px; */
  position: relative;
  left: auto;
}

.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}

.mm-list > li.mm-spacer {
  padding-top: 40px;
}

.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu {
  background: #333333;
  background: #000;
  background: #021625;
  background: #f1f1f1;
  color: #fff;
  color: #dc0a1e;
  /*  color: rgba(255, 255, 255, 0.6); */
}

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
  /*border-color: rgba(255, 255, 255, 0.15); */
}

.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
  color: #F20017;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  /*  border-color: rgba(255, 255, 255, 0.3); */
  border-color: #F20017;
}

.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
  /*border-color: rgba(255, 255, 255, 0.15);*/
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
  jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}

.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-buttonbar > a {
  text-decoration: none;
}

.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

.mm-buttonbar > input:checked + label {
  border-color: transparent  !important;
}

.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}

.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}

.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}

.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}

.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}

.mm-footer .mm-buttonbar > * {
  border-left: none;
}

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}

.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}

/*
  jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}

em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}

em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
  jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  padding-top: 30px;
}

.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}

.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}

.mm-header .mm-next,
.mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}

.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}

.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px;
}

.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
}

.mm-header [href].mm-close:after {
  content: 'x';
}

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}

.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px;
}

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}

.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}

.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}

.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px;
}

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}

/*
  jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}

.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-search {
  padding: 10px;
}

.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}

.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}

.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}

.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}

.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}

label.mm-toggle, label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px;
}

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px;
}

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px;
}

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu label.mm-toggle:before {
  background: #333333;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/*
  jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}

html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}

/*
  jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
  jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}

.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}

.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}

.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}

.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}

.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*New button styles 30/04/2015*/
a.simple-cream-button,
a.simple-darkgrey-button,
a.simple-button,
a.arrow-cream-button,
a.arrow-darkgrey-button,
a.arrow-button {
  text-decoration: none !important;
}

.simple-cream-button,
.simple-darkgrey-button,
.simple-button {
  padding: 0.5em 1em;
  margin-right: 5px;
  font-size: 1.538em;
  color: #FFF;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #000;
  /*background: #F20017;*/
  background: #c82828;
  display: inline-block;
  text-decoration: none !important;
}

.arrow-cream-button,
.arrow-darkgrey-button,
.arrow-button {
  padding: 0.5em 45px 0.5em 1em;
  margin-right: 5px;
  font-size: 1.538em;
  color: #FFF;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #000;
  /*background: #F20017;*/
  background: #c82828;
  display: inline-block;
  text-decoration: none !important;
}

.simple-cream-button,
.arrow-cream-button {
  background: #fff5cd;
  color: #000;
  box-shadow: 0px 3px 0px 0px #574600;
}

.simple-darkgrey-button,
.arrow-darkgrey-button {
  background: #021625;
  box-shadow: 0px 3px 0px 0px #000;
}

.arrow-cream-button:after,
.arrow-darkgrey-button:after,
.arrow-button:after {
  content: '';
  background-image: url("../graphics/btn-arrow-right.png");
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.arrow-cream-button:after {
  background-image: url("../graphics/btn-arrow-right-dark.png");
}

.simple-cream-button:hover,
.simple-darkgrey-button:hover,
.simple-button:hover,
.arrow-button:hover,
.arrow-cream-button:hover,
.arrow-darkgrey-button:hover {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  /*background: darken($red, 3);*/
  background: #dc0a1e;
}

.simple-cream-button:hover,
.arrow-cream-button:hover {
  background: #fff0b4;
  color: #000;
}

.simple-darkgrey-button:hover,
.arrow-darkgrey-button:hover {
  background: #031f34;
  /*  background: #032138;*/
}

/*bigalertbox change*/
.bigalertbox,
.bigalertbox .top {
  background: #fff5cd;
  background: #f1f1f1;
}

/*Mobile and desktop banners*/
.desktop-banner,
.mobile-banner {
  margin-top: 30px;
  margin-bottom: 30px;
}

.desktop-banner img,
.mobile-banner img {
  max-width: 100%;
}

/*Datepicker fix*/
.ui-datepicker {
  z-index: 999 !important;
}

/*Ticket results new markup*/
.tr-row {
  border-bottom: 1px solid #ccc;
}

.tr-details {
  overflow: hidden;
}

.tr-row.active {
  background: #DEDEDE;
}

.tr-row-top {
  padding: 0.8em;
}

.tr-details {
  background: #ccc;
  margin-top: 10px;
  padding: 0.8em;
  display: none;
}

.tr-details.active {
  display: block;
}

.expanded-description-right,
.tr-row .bold {
  font-weight: bold;
}

.expanded-description-left {
  padding-right: 20px;
}

.expanded-description-right {
  padding: 10px 0px;
}

.expanded-description-left,
a.toggle {
  width: 70%;
  float: left;
}

.expanded-description-right,
.price-wrap,
.form-wrap {
  width: 30%;
  float: left;
}

.form-wrap {
  text-align: right;
}

.price-button {
  width: 30%;
  float: left;
  text-align: right;
}

.price-button span.price,
.price-button form {
  display: inline-block;
}

.price-button form {
  margin-left: 20px;
}

@media all and (max-width: 1024px) {
  a.toggle {
    width: 50%;
  }

  .price-button {
    width: 50%;
  }
}
@media all and (max-width: 550px) {
  a.toggle {
    width: 40%;
  }

  .price-button {
    width: 60%;
  }
}
@media all and (max-width: 500px) {
  a.toggle {
    width: 100%;
  }

  .expanded-description-left,
  .expanded-description-right,
  .price-button {
    width: 100%;
    text-align: left;
  }

  .price-button span.price,
  .price-button form {
    display: block;
    margin: 10px 0px;
  }

  .price-button form {
    margin-left: 0px;
  }
}
/*Rachels CSS Additions  new polls section:*/
.user-polls {
  padding: 15px;
  border: 2px solid #ccc;
}

.user-polls.poll-archives {
  border: none;
  padding: 0;
}

.user-polls .results.group, .user-polls .post-result {
  margin-top: 15px;
}

.user-polls .poll-row {
  margin-bottom: 7px;
}

.user-polls.poll-archives .poll-row {
  margin-bottom: 15px;
}

.user-polls .results .see-results, .user-polls .results .see-poll, .user-polls .results .archive-poll {
  float: right;
  display: block;
  margin-top: 20px;
}

.user-polls .results .see-poll {
  float: left;
}

.user-polls .results .button_text {
  vertical-align: middle;
}

.user-polls .poll-outer span {
  font-weight: bold;
}

.poll-indicator {
  height: 5px;
  background: #f20017;
}

.group:after {
  clear: both;
  display: table;
  content: " ";
}

.pre-result .poll-row label, .pre-result .poll-row span {
  margin-left: 20px;
  display: block;
}

.poll-row input {
  float: left;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/*What's this modal styles*/
.whats-this-overlay {
  position: absolute;
  z-index: 101;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.whats-this-wrapper {
  width: 700px;
  max-width: 80%;
  background: #fff;
  position: fixed;
  z-index: 102;
  top: 120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: none;
}

.whats-this-wrapper img {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.whats-this-wrapper .close-wrapper {
  display: block;
  height: 50px;
  width: 50px;
  background: url("/graphics/modal-close.png") no-repeat center;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}

input.ticket-num-one {
  border: 1px solid #01CFFF;
}

input.ticket-num-two {
  border: 1px solid #0224FF;
}

/*OTR Additions*/
/*microcelarfix*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.visuallyhidden {
  display: none;
}

.railcard-error,
.passenger-error {
  display: none;
}

.railcard-error span,
.passenger-error span {
  font-size: 12px;
  color: #F20017;
  font-style: italic;
}

.railcardblock {
  padding: 0.75em 0px 0px;
}

.railcardCheck {
  margin-bottom: 5px;
}

.railcardType {
  padding-bottom: 10px;
  display: none;
}

.railcardType:before,
.railcardType:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.railcardType:after {
  clear: both;
}

.railcardType select {
  float: left;
}

.RailcardDetails {
  width: 70%;
}

.RailcardNumber {
  width: 25%;
  margin-left: 5%;
}

.rcnum1,
.rcnum2 {
  display: none;
}

.TravelTimeLine {
  padding: 0.75em 0px;
}

.returnJourneyWrap {
  display: none;
  padding: 0.75em 0px 0px;
}

input.date-input {
  width: 100%;
  height: 36px;
  background-image: url("/graphics/calendar.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) top;
  background-size: 32px auto;
  border: 1px solid #999;
  color: #000;
}

.TravelTimeLine select {
  float: left;
}

.TravelTimeOption {
  width: 49%;
  margin-right: 1%;
}

.TravelTimeHour,
.TravelTimeMinute {
  width: 22%;
  margin-left: 3%;
}

/*ms clear*/
.date-input::-ms-clear {
  width: 0;
  height: 0;
}

/*media sizer*/
#mediasizer {
  width: 100%;
  display: none;
}

@media (max-width: 63.9375em) {
  #mediasizer {
    display: block;
  }
}
/*Bookright fix for mobile*/
#bookright.otheropen .box {
  border-top: 2px solid #ccc;
}

#bookright.otheropen h2 {
  background: url("/graphics/book-arrow-down.png") no-repeat right center;
}

/*Christians Additions*/
div.content img {
  max-width: 50%;
}

div.content img.fullWidth1,
div.content img.fullWidth2 {
  max-width: 100%;
  width: 100%;
}

div.content img.fullWidth2 {
  border: 1px solid #000;
}

/*Performance stats tables inSight #18836*/
table.stationdetails.performance thead {
  border-left: 1px solid #F20017;
}

table.stationdetails.performance tbody {
  border-left: 1px solid #B5B5B5;
}

/*inSight #19316 */
.leftblock.old,
.rightblock.old {
  display: none !important;
}

.track-login {
  width: 100%;
  text-align: right;
}

.track-login a {
  display: inline-block;
  padding-left: 10px;
  line-height: 30px;
}

/*Branding mobile menu padding*/
.mm-menu .mm-list {
  padding: 0px;
}
