﻿@charset "UTF-8";
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

/*
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
  */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

/*
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}*/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: right 7px; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

/*
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
*/
/*
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
  */
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

/*
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
  */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

/*table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}*/
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

/*table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}*/
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0; }

.container {
  margin: 0 auto;
  position: relative;
  padding: 23px 34px 40px 34px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .container {
      padding: 54px 40px 112px 96px;
      width: 1280px; } }
  @media screen and (max-width: 767px) {
    .container.-full-width {
      border-top: solid 19px #000;
      margin-top: -19px;
      padding-top: 0; } }
  @media screen and (min-width: 768px) {
    .container.-full-width {
      padding-left: 0;
      padding-right: 0; }
      .container.-full-width .article {
        width: 100%;
        margin-right: 0; } }

.Qui_Jum_Menu {
  margin-bottom: 12px; }

/* margin form */
.margin-form fieldset {
  display: block;
  margin: 0px;
  padding: 0px;
  border: none; }

.margin-form fieldset.radio {
  margin: 0 0 0 -1em;
  border: 0 solid #FFFFFF; }

.margin-form fieldset.radio input {
  position: static;
  clear: both;
  float: left; }

.margin-form fieldset.radio label {
  position: relative;
  top: -1.25em;
  display: inline;
  width: auto;
  margin: 0 0 0 8em;
  font-weight: bold;
  font-weight: normal; }

.margin-form fieldset.radio legend {
  float: left;
  font-weight: bold; }

.margin-form input {
  position: relative;
  top: -1.4em;
  left: 115px;
  display: block;
  width: 300px; }

.margin-form textarea {
  position: relative;
  top: -1.4em;
  left: 115px;
  display: block;
  width: 300px; }

.margin-form input.submit {
  display: inline;
  clear: both;
  top: 0;
  width: auto;
  margin-right: 5px; }

.margin-form label {
  clear: both;
  float: left;
  display: block;
  width: 115px;
  margin-top: -0.8em;
  font-weight: bold;
  font-size: 13px; }

.margin-form span.radio {
  clear: both;
  float: left;
  display: block;
  position: relative;
  left: 111px;
  margin-top: -0.8em;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size: 13px; }

.margin-form span.radio input {
  display: inline;
  width: auto;
  top: auto;
  left: auto; }

.margin-form span.radio label {
  float: none;
  display: inline;
  width: auto;
  margin: 0px; }

.margin-form label.first {
  margin-top: 3px; }

.margin-form select {
  position: relative;
  top: -1.4em;
  left: 8em;
  display: block; }

/* end margin form */
/* basic sitemap layout */
div.sitemap ul.firstlevellinks {
  list-style-type: none;
  margin: 0;
  padding: 0; }

div.sitemap div.firstlevel {
  border: solid 1px;
  padding: 8px;
  margin-top: 25px; }

div.sitemap div.firstlevel ul {
  list-style-type: none;
  margin: 0;
  margin-left: 15px;
  padding: 0; }

div.sitemap div.firstlevel li {
  margin-top: 15px; }

div.sitemap div.firstlevel ul ul {
  margin-left: 35px; }

div.sitemap div.firstlevel ul ul li {
  margin: 0;
  list-style-type: disc; }

/* end basic sitemap layout */
/* jqModal base styling http://dev.iceburg.net/jquery/jqModal/ */
.jqmWindow {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  background-color: #EEE;
  color: #333;
  border: 1px solid black;
  padding: 12px; }

.jqmOverlay {
  background-color: #000; }

/* end jqModal base styling */
.PageHead, .TOCHead {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  color: #E4551F;
  font-weight: bold; }

.Subhead, .TOCSubhead {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  color: #000; }

.Caption {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 9px; }

.Subsubhead, .TOCTitle {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  color: #E4551F; }

.RedText {
  color: Red; }

.BodyText, .TOCBody {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #000; }

/* font styles used by rich text editor  */
﻿.selectedRailroad {
  background-color: #F17524; }

@media print {
  body {
    background-color: #fff !important;
    font-size: 12pt !important;
    color: Black !important; }
  div {
    width: auto !important;
    height: auto !important;
    float: none !important; }
  p {
    margin-bottom: 12pt !important; }
  pre,
  table.smalltext {
    font-size: 14px !important;
    font-family: Monospace; }
  html > body pre,
  html > body table.smalltext {
    font-size: 12pt !important; }
  a {
    text-decoration: underline !important;
    font-weight: bold;
    color: #000 !important; }
  .title h1,
  .container h2 {
    background: white !important;
    color: #000 !important; }
  .PageHead,
  .Subhead {
    color: #000 !important;
    font-size: 14pt !important; } }

._desktop, ._desktop-flex {
  display: none !important; }

@media screen and (min-width: 768px) {
  ._desktop {
    display: block !important; }
  ._desktop-flex {
    display: flex !important; } }

* {
  box-sizing: border-box; }

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

ul {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, img, p {
  margin: 0; }

.templateselect .column.controls {
  display: none; }

.templateselect .column.images {
  width: 744px !important; }

.haveIcon, .gwrr-icon, .template__railroad .tab-list > .tab {
  position: relative; }
  .haveIcon:before, .gwrr-icon:before, .template__railroad .tab-list > .tab:before {
    content: "";
    background-image: url("/Themes/GWRR.Themes.Default/images/Icons_Transport_2x_150x110.svg");
    background-repeat: no-repeat;
    background-size: 150px 495px;
    position: absolute;
    width: 75px;
    height: 55px;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10; }
  .haveIcon:hover:before, .gwrr-icon:hover:before, .template__railroad .tab-list > .tab:hover:before {
    background-position: -75px 0px; }
  .haveIcon.gray:before, .gray.gwrr-icon:before, .template__railroad .tab-list > .gray.tab:before {
    background-image: url("/Themes/GWRR.Themes.Default/images/Icons_Transport_2x_150x110_gray.svg?v=1");
    background-size: 150px 440px; }
  .haveIcon.-style-overview:before, .-style-overview.gwrr-icon:before, .template__railroad .tab-list > .-style-overview.tab:before {
    width: 0;
    height: 0; }
  .haveIcon.locate-icon:before, .locate-icon.gwrr-icon:before, .template__railroad .tab-list > .locate-icon.tab:before {
    background-position: 0 -55px; }
    .haveIcon.locate-icon:before:after, .locate-icon.gwrr-icon:before:after, .template__railroad .tab-list > .locate-icon.tab:before:after {
      background-position: 0 -55px; }
    .haveIcon.locate-icon:before:hover, .locate-icon.gwrr-icon:before:hover, .template__railroad .tab-list > .locate-icon.tab:before:hover {
      background-position: -75px -55px; }
      .haveIcon.locate-icon:before:hover:after, .locate-icon.gwrr-icon:before:hover:after, .template__railroad .tab-list > .locate-icon.tab:before:hover:after {
        background-position: -75px -55px; }
    .haveIcon.locate-icon:before.hover, .locate-icon.gwrr-icon:before.hover, .template__railroad .tab-list > .locate-icon.tab:before.hover {
      background-position: -75px -55px; }
  .haveIcon.locate-icon.gwrr-icon:hover:before, .locate-icon.gwrr-icon:hover:before {
    background-position: -75px -55px; }
  .haveIcon.movecon-icon:before, .movecon-icon.gwrr-icon:before, .template__railroad .tab-list > .movecon-icon.tab:before {
    background-position: 0 -110px; }
    .haveIcon.movecon-icon:before:after, .movecon-icon.gwrr-icon:before:after, .template__railroad .tab-list > .movecon-icon.tab:before:after {
      background-position: 0 -110px; }
    .haveIcon.movecon-icon:before:hover, .movecon-icon.gwrr-icon:before:hover, .template__railroad .tab-list > .movecon-icon.tab:before:hover {
      background-position: -75px -110px; }
      .haveIcon.movecon-icon:before:hover:after, .movecon-icon.gwrr-icon:before:hover:after, .template__railroad .tab-list > .movecon-icon.tab:before:hover:after {
        background-position: -75px -110px; }
    .haveIcon.movecon-icon:before.hover, .movecon-icon.gwrr-icon:before.hover, .template__railroad .tab-list > .movecon-icon.tab:before.hover {
      background-position: -75px -110px; }
  .haveIcon.movecon-icon.gwrr-icon:hover:before, .movecon-icon.gwrr-icon:hover:before {
    background-position: -75px -110px; }
  .haveIcon.move-icon:before, .move-icon.gwrr-icon:before, .template__railroad .tab-list > .move-icon.tab:before {
    background-position: 0 -165px; }
    .haveIcon.move-icon:before:after, .move-icon.gwrr-icon:before:after, .template__railroad .tab-list > .move-icon.tab:before:after {
      background-position: 0 -165px; }
    .haveIcon.move-icon:before:hover, .move-icon.gwrr-icon:before:hover, .template__railroad .tab-list > .move-icon.tab:before:hover {
      background-position: -75px -165px; }
      .haveIcon.move-icon:before:hover:after, .move-icon.gwrr-icon:before:hover:after, .template__railroad .tab-list > .move-icon.tab:before:hover:after {
        background-position: -75px -165px; }
    .haveIcon.move-icon:before.hover, .move-icon.gwrr-icon:before.hover, .template__railroad .tab-list > .move-icon.tab:before.hover {
      background-position: -75px -165px; }
  .haveIcon.move-icon.gwrr-icon:hover:before, .move-icon.gwrr-icon:hover:before {
    background-position: -75px -165px; }
  .haveIcon.switch-icon:before, .switch-icon.gwrr-icon:before, .template__railroad .tab-list > .switch-icon.tab:before {
    background-position: 0 -220px; }
    .haveIcon.switch-icon:before:after, .switch-icon.gwrr-icon:before:after, .template__railroad .tab-list > .switch-icon.tab:before:after {
      background-position: 0 -220px; }
    .haveIcon.switch-icon:before:hover, .switch-icon.gwrr-icon:before:hover, .template__railroad .tab-list > .switch-icon.tab:before:hover {
      background-position: -75px -220px; }
      .haveIcon.switch-icon:before:hover:after, .switch-icon.gwrr-icon:before:hover:after, .template__railroad .tab-list > .switch-icon.tab:before:hover:after {
        background-position: -75px -220px; }
    .haveIcon.switch-icon:before.hover, .switch-icon.gwrr-icon:before.hover, .template__railroad .tab-list > .switch-icon.tab:before.hover {
      background-position: -75px -220px; }
  .haveIcon.switch-icon.gwrr-icon:hover:before, .switch-icon.gwrr-icon:hover:before {
    background-position: -75px -220px; }
  .haveIcon.operate-icon:before, .operate-icon.gwrr-icon:before, .template__railroad .tab-list > .operate-icon.tab:before {
    background-position: 0 -275px; }
    .haveIcon.operate-icon:before:after, .operate-icon.gwrr-icon:before:after, .template__railroad .tab-list > .operate-icon.tab:before:after {
      background-position: 0 -275px; }
    .haveIcon.operate-icon:before:hover, .operate-icon.gwrr-icon:before:hover, .template__railroad .tab-list > .operate-icon.tab:before:hover {
      background-position: -75px -275px; }
      .haveIcon.operate-icon:before:hover:after, .operate-icon.gwrr-icon:before:hover:after, .template__railroad .tab-list > .operate-icon.tab:before:hover:after {
        background-position: -75px -275px; }
    .haveIcon.operate-icon:before.hover, .operate-icon.gwrr-icon:before.hover, .template__railroad .tab-list > .operate-icon.tab:before.hover {
      background-position: -75px -275px; }
  .haveIcon.operate-icon.gwrr-icon:hover:before, .operate-icon.gwrr-icon:hover:before {
    background-position: -75px -275px; }
  .haveIcon.transload-icon:before, .transload-icon.gwrr-icon:before, .template__railroad .tab-list > .transload-icon.tab:before {
    background-position: 0 -330px; }
    .haveIcon.transload-icon:before:after, .transload-icon.gwrr-icon:before:after, .template__railroad .tab-list > .transload-icon.tab:before:after {
      background-position: 0 -330px; }
    .haveIcon.transload-icon:before:hover, .transload-icon.gwrr-icon:before:hover, .template__railroad .tab-list > .transload-icon.tab:before:hover {
      background-position: -75px -330px; }
      .haveIcon.transload-icon:before:hover:after, .transload-icon.gwrr-icon:before:hover:after, .template__railroad .tab-list > .transload-icon.tab:before:hover:after {
        background-position: -75px -330px; }
    .haveIcon.transload-icon:before.hover, .transload-icon.gwrr-icon:before.hover, .template__railroad .tab-list > .transload-icon.tab:before.hover {
      background-position: -75px -330px; }
  .haveIcon.transload-icon.gwrr-icon:hover:before, .transload-icon.gwrr-icon:hover:before {
    background-position: -75px -330px; }
  .haveIcon.store-icon:before, .store-icon.gwrr-icon:before, .template__railroad .tab-list > .store-icon.tab:before {
    background-position: 0 -385px; }
    .haveIcon.store-icon:before:after, .store-icon.gwrr-icon:before:after, .template__railroad .tab-list > .store-icon.tab:before:after {
      background-position: 0 -385px; }
    .haveIcon.store-icon:before:hover, .store-icon.gwrr-icon:before:hover, .template__railroad .tab-list > .store-icon.tab:before:hover {
      background-position: -75px -385px; }
      .haveIcon.store-icon:before:hover:after, .store-icon.gwrr-icon:before:hover:after, .template__railroad .tab-list > .store-icon.tab:before:hover:after {
        background-position: -75px -385px; }
    .haveIcon.store-icon:before.hover, .store-icon.gwrr-icon:before.hover, .template__railroad .tab-list > .store-icon.tab:before.hover {
      background-position: -75px -385px; }
  .haveIcon.store-icon.gwrr-icon:hover:before, .store-icon.gwrr-icon:hover:before {
    background-position: -75px -385px; }
  .haveIcon.rail-icon:before, .rail-icon.gwrr-icon:before, .template__railroad .tab-list > .rail-icon.tab:before {
    background-position: 0 -440px; }
    .haveIcon.rail-icon:before:after, .rail-icon.gwrr-icon:before:after, .template__railroad .tab-list > .rail-icon.tab:before:after {
      background-position: 0 -440px; }
    .haveIcon.rail-icon:before:hover, .rail-icon.gwrr-icon:before:hover, .template__railroad .tab-list > .rail-icon.tab:before:hover {
      background-position: -75px -440px; }
      .haveIcon.rail-icon:before:hover:after, .rail-icon.gwrr-icon:before:hover:after, .template__railroad .tab-list > .rail-icon.tab:before:hover:after {
        background-position: -75px -440px; }
    .haveIcon.rail-icon:before.hover, .rail-icon.gwrr-icon:before.hover, .template__railroad .tab-list > .rail-icon.tab:before.hover {
      background-position: -75px -440px; }
  .haveIcon.rail-icon.gwrr-icon:hover:before, .rail-icon.gwrr-icon:hover:before {
    background-position: -75px -440px; }

.no-Icon:before {
  width: 0;
  height: 0;
  background-image: none; }

.article {
  width: 100%;
  font-size: 12px;
  line-height: 16px; }
  .article h1 {
    margin-bottom: 20px;
    font-family: "Helvetica Neue Light", Helvetica, Arial;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: normal; }
  .article img {
    max-width: 100%;
    height: auto !important; }
    .article img[style] {
      margin-right: 20px;
      margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .article img.full-width {
        max-width: none; } }
  .article .map-container img, .article .map-element img {
    max-width: none; }
  .article p {
    font-family: "Helvetica Neue Roman", Helvetica, Arial;
    margin: 0 0 16px 0; }
  .article small {
    font-size: 11px;
    line-height: 15px;
    display: inline-block; }
  .article a {
    color: #0099ff; }
    .article a:hover {
      color: #017fd3; }
  .article ul {
    margin-left: 18px; }
    .article ul.image-list {
      margin-left: 0; }
  @media screen and (min-width: 768px) {
    .article {
      order: 2;
      width: 656px;
      margin-right: 28px;
      font-size: 14px;
      line-height: 20px; }
      .article h1 {
        font-size: 26px;
        line-height: 26px; }
      .article p {
        margin-bottom: 20px;
        max-width: 600px; } }

.content-block {
  margin-bottom: 20px; }
  .content-block.-shadow {
    box-shadow: 2px 2px 8px #a9a9a9;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .content-block.-shadow {
        margin-left: 0;
        margin-right: 0; } }

.disconnected-tabs,
.tab-list {
  list-style-type: none; }
  .disconnected-tabs .panel,
  .tab-list .panel {
    display: none; }
    @media screen and (min-width: 768px) {
      .disconnected-tabs .panel,
      .tab-list .panel {
        width: 100%; } }
    .edit-mode .disconnected-tabs .panel, .edit-mode
    .tab-list .panel {
      display: block; }
  .disconnected-tabs.-theme-gwrr-overview,
  .tab-list.-theme-gwrr-overview {
    font-family: "Helvetica Neue Medium", Helvetica, Arial; }
    @media screen and (min-width: 768px) {
      .disconnected-tabs.-theme-gwrr-overview,
      .tab-list.-theme-gwrr-overview {
        display: flex;
        flex-wrap: wrap; } }
    .disconnected-tabs.-theme-gwrr-overview > .tab,
    .tab-list.-theme-gwrr-overview > .tab {
      cursor: pointer; }
      .disconnected-tabs.-theme-gwrr-overview > .tab.hover > span, .disconnected-tabs.-theme-gwrr-overview > .tab:hover > span,
      .tab-list.-theme-gwrr-overview > .tab.hover > span,
      .tab-list.-theme-gwrr-overview > .tab:hover > span {
        color: #333;
        background-color: #dddcdc; }
        .disconnected-tabs.-theme-gwrr-overview > .tab.hover > span span, .disconnected-tabs.-theme-gwrr-overview > .tab:hover > span span,
        .tab-list.-theme-gwrr-overview > .tab.hover > span span,
        .tab-list.-theme-gwrr-overview > .tab:hover > span span {
          color: #fff; }
      .disconnected-tabs.-theme-gwrr-overview > .tab > span,
      .tab-list.-theme-gwrr-overview > .tab > span {
        color: #666666;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        border-bottom: 1px solid #cfcfcf;
        background: #f1f1f1;
        padding: 11px 34px;
        display: block;
        cursor: pointer;
        position: relative; }
        .disconnected-tabs.-theme-gwrr-overview > .tab > span:after,
        .tab-list.-theme-gwrr-overview > .tab > span:after {
          content: "";
          background-image: url("/Themes/GWRR.Themes.Default/images/Icon_RightArrow_2x_56x100.svg");
          background-repeat: no-repeat;
          display: block;
          width: 14px;
          height: 25px;
          position: absolute;
          top: 10px;
          left: 87%; }
        .disconnected-tabs.-theme-gwrr-overview > .tab > span:after,
        .tab-list.-theme-gwrr-overview > .tab > span:after {
          background-size: 28px 100px;
          background-position: 0 -25px; }
        .disconnected-tabs.-theme-gwrr-overview > .tab > span:hover:after,
        .tab-list.-theme-gwrr-overview > .tab > span:hover:after {
          background-position: -14px -25px; }
      @media screen and (min-width: 768px) {
        .disconnected-tabs.-theme-gwrr-overview > .tab > span,
        .tab-list.-theme-gwrr-overview > .tab > span {
          display: inline-block;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #b8b8b8;
          border-bottom: 0;
          margin-left: 0;
          margin-right: 16px;
          font-size: 18px;
          line-height: 21px;
          color: #999999;
          font-weight: normal;
          font-family: "Helvetica Neue Bold", Helvetica, Arial;
          height: 56px;
          padding: 0; }
          .disconnected-tabs.-theme-gwrr-overview > .tab > span:after,
          .tab-list.-theme-gwrr-overview > .tab > span:after {
            display: none; }
        .disconnected-tabs.-theme-gwrr-overview > .tab:last-of-type > span,
        .tab-list.-theme-gwrr-overview > .tab:last-of-type > span {
          margin-right: 0px; } }
      .disconnected-tabs.-theme-gwrr-overview > .tab.-style-overview > span,
      .tab-list.-theme-gwrr-overview > .tab.-style-overview > span {
        padding: 17px 31px;
        width: 69px;
        text-indent: -9999px; }
        .disconnected-tabs.-theme-gwrr-overview > .tab.-style-overview > span:after,
        .tab-list.-theme-gwrr-overview > .tab.-style-overview > span:after {
          display: block;
          background-size: 56px 200px;
          background-position: 0 -50px;
          transform: scale(0.8);
          width: 28px;
          height: 50px;
          top: 3px;
          left: 32%; }
        .disconnected-tabs.-theme-gwrr-overview > .tab.-style-overview > span:hover:after,
        .tab-list.-theme-gwrr-overview > .tab.-style-overview > span:hover:after {
          background-position: -28px -50px; }
      .edit-mode .disconnected-tabs.-theme-gwrr-overview > .tab, .edit-mode
      .tab-list.-theme-gwrr-overview > .tab {
        display: none; }

.tab-state {
  position: fixed;
  left: -9999px; }

#tab-one:checked ~ .tab-list #tab-one-label > span {
  background: #000;
  border: 1px solid #000;
  border-bottom: 0; }
  #tab-one:checked ~ .tab-list #tab-one-label > span:after {
    background-position: 0 0px; }

#tab-two:checked ~ .tab-list #tab-two-label > span,
#tab-three:checked ~ .tab-list #tab-three-label > span,
#tab-four:checked ~ .tab-list #tab-four-label > span,
#tab-five:checked ~ .tab-list #tab-five-label > span {
  background: linear-gradient(to bottom, #ffe912 68%, #ff8700);
  /* Standard syntax */
  color: #3399ff; }
  #tab-two:checked ~ .tab-list #tab-two-label > span:after,
  #tab-three:checked ~ .tab-list #tab-three-label > span:after,
  #tab-four:checked ~ .tab-list #tab-four-label > span:after,
  #tab-five:checked ~ .tab-list #tab-five-label > span:after {
    background-position: 0 -50px;
    transform: rotate(90deg); }

#tab-one:checked ~ .tab-list #tab-one-panel,
#tab-two:checked ~ .tab-list #tab-two-panel,
#tab-three:checked ~ .tab-list #tab-three-panel,
#tab-four:checked ~ .tab-list #tab-four-panel,
#tab-five:checked ~ .tab-list #tab-five-panel {
  display: block; }

@media screen and (max-width: 767px) {
  .tab-list {
    display: flex;
    flex-direction: column; }
    .tab-list #tab-one-label {
      order: 1; }
    .tab-list #tab-one-panel {
      order: 2;
      display: block; }
    .tab-list #tab-two-label {
      order: 3; }
    .tab-list #tab-two-panel {
      order: 4; }
    .tab-list #tab-three-label {
      order: 5; }
    .tab-list #tab-three-panel {
      order: 6; }
    .tab-list #tab-four-label {
      order: 7; }
    .tab-list #tab-four-panel {
      order: 8; }
    .tab-list #tab-five-label {
      order: 9; }
    .tab-list #tab-five-panel {
      order: 10; } }

/*---------landing templates with 450px header height----------- */
.template__landing header,
.-show-header-image header {
  border-bottom: 18px solid #000; }
  @media screen and (min-width: 768px) {
    .template__landing header,
    .-show-header-image header {
      border-bottom: 0; } }

.template__landing header,
.template__landing .SingleImage1_plcHeader,
.-show-header-image header,
.-show-header-image .SingleImage1_plcHeader {
  height: 225px; }
  @media screen and (min-width: 768px) {
    .template__landing header,
    .template__landing .SingleImage1_plcHeader,
    .-show-header-image header,
    .-show-header-image .SingleImage1_plcHeader {
      height: 450px; } }

.SingleImage1_plcHeader {
  position: absolute;
  background-color: #343434;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 75px;
  display: block; }
  .SingleImage1_plcHeader > img {
    position: absolute;
    left: 50%;
    vertical-align: middle;
    width: 800px !important;
    height: auto !important;
    margin-left: -400px; }
  @media screen and (min-width: 768px) {
    .SingleImage1_plcHeader {
      height: 160px; }
      .SingleImage1_plcHeader > img {
        width: 1600px !important;
        margin-left: -800px; } }

/*-----------Header style-------------*/
header {
  height: 78px;
  position: relative; }
  header:after {
    content: "";
    background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 75px);
    /* Standard syntax */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  @media screen and (min-width: 768px) {
    header {
      height: 160px;
      min-width: 1280px; }
      header:after {
        background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 130px);
        /* Standard syntax */ }
        html.no-cssgradients header:after {
          background-image: url("../images/header-gradient.png");
          background-repeat: repeat-x; } }
  body.edit-mode header {
    height: auto; }
    body.edit-mode header:after {
      display: none; }
    body.edit-mode header .short-text input {
      font-size: 24px;
      width: 400px; }

.logo-header {
  padding-top: 12px;
  padding-left: 12px;
  height: 75px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .logo-header {
      padding-left: 48px;
      padding-right: 48px;
      padding-top: 25px;
      width: 1280px;
      margin: 0 auto;
      height: 130px; }
      .logo-header > ul {
        position: absolute;
        top: 8px;
        right: 60px;
        margin-right: 44px;
        list-style-type: none;
        z-index: 300; }
        .logo-header > ul.moveleft {
          margin-right: 200px; }
        .logo-header > ul a {
          font-size: 12px;
          line-height: 27px;
          color: #ccc;
          font-weight: normal;
          padding-right: 15px;
          padding-left: 15px;
          display: inline-block; }
          .logo-header > ul a:hover {
            color: #fff; }
        .logo-header > ul li:first-child a {
          color: #ffe912; }
          .logo-header > ul li:first-child a:hover {
            color: #fff; } }

.logo {
  display: block;
  text-indent: -9999%;
  background-image: url("/Themes/GWRR.Themes.Default/images/logo_2x_240x176.svg");
  background-repeat: no-repeat;
  width: 69px;
  height: 50px;
  background-size: 69px 50px;
  position: relative;
  z-index: 700; }
  .logo h1,
  .logo .short-text {
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    font-weight: normal; }
  @media screen and (min-width: 768px) {
    .logo {
      width: 109px;
      height: 80px;
      background-size: 109px 80px;
      display: inline-block; }
      .logo h1,
      .logo .short-text {
        font-size: 24px;
        line-height: 27px; } }

.primary-nav {
  display: none;
  position: relative;
  z-index: 600; }
  .primary-nav.show {
    display: block; }
  .primary-nav ul {
    margin: 0; }
    .primary-nav ul > li {
      list-style: none; }
      .primary-nav ul > li > ul {
        display: none; }
  .primary-nav a {
    padding-left: 34px;
    background: #fff;
    display: block;
    font-size: 16px;
    line-height: 44px;
    color: #666666;
    font-weight: bold;
    border-bottom: 1px solid #acaaaa; }
    .primary-nav a:hover, .primary-nav a.selected {
      color: #0860af; }
  @media screen and (min-width: 768px) {
    .primary-nav {
      display: block; }
      .primary-nav > ul {
        width: 1280px;
        margin: 0 auto;
        margin-top: -78px;
        padding-left: 219px; }
        .primary-nav > ul > li {
          display: inline-block; }
          .primary-nav > ul > li:hover > ul {
            display: block;
            background: linear-gradient(to bottom, #a0a3a1 0%, #eaebea 50%, #fff 100%);
            background-color: rgba(214, 214, 214, 0.95);
            padding: 10px 0 10px 0;
            position: absolute;
            box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 10px; }
            .primary-nav > ul > li:hover > ul li {
              display: block; }
            .primary-nav > ul > li:hover > ul a {
              font-size: 13px;
              line-height: 21px;
              color: #000;
              font-weight: normal;
              display: block;
              padding-top: 3px;
              padding-bottom: 3px; }
              .primary-nav > ul > li:hover > ul a:hover {
                background-color: #fff; }
          .primary-nav > ul > li:hover > a {
            background-color: #000;
            color: #f79e1c; }
      .primary-nav a {
        padding-left: 17px;
        padding-right: 17px;
        background: none;
        display: inline-block;
        font-size: 15px;
        line-height: 29px;
        color: #fff;
        font-weight: bold;
        border-bottom: 0; }
        .primary-nav a.selected {
          color: #f79e1c; } }

.menu-bar .dropdown-menu {
  width: 32px;
  height: 21px;
  display: inline-block;
  background-image: url("../images/mobile-menu.png");
  position: absolute;
  top: 27px;
  right: 174px;
  z-index: 500;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 20px;
  background-position-y: 3px; }

@media screen and (min-width: 768px) {
  .menu-bar {
    display: none; } }

.primary-nav.show + .search-box {
  display: block; }

.search-box {
  display: none;
  height: 46px;
  background-color: #fff;
  position: relative;
  z-index: 300;
  width: 100%;
  background: linear-gradient(to right, white, black 64%);
  /* Standard syntax */ }
  .search-box fieldset {
    position: relative;
    margin: 0 0 0 0px;
    padding: 0;
    border: none; }
  .search-box legend {
    display: none; }
  .search-box input {
    padding-left: 10px;
    font-size: 16px;
    line-height: 44px;
    color: #000;
    font-weight: normal;
    border: 0;
    width: 51%;
    background: transparent;
    outline: 0; }
  .search-box label.overlabel-apply {
    cursor: text;
    padding-left: 30px;
    font-size: 16px;
    line-height: 44px;
    color: #999999;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .search-box {
      display: block;
      top: 8px;
      right: 48px;
      width: 40px;
      background: 0;
      height: 26px;
      text-indent: -9999px;
      position: relative;
      position: absolute; }
      .search-box:after {
        content: "";
        background-image: url("/Themes/GWRR.Themes.Default/images/Icon_Search_2x_40px.svg");
        background-repeat: no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: 40px; }
      .search-box:after {
        background-size: 40px 20px;
        left: 9px;
        top: 3px; }
      .search-box:hover:after {
        background-position: -20px 0; }
      .search-box.open:after {
        background-image: none;
        width: 0; }
      .search-box a {
        display: none; }
      .search-box.open {
        width: 197px;
        background-color: rgba(255, 255, 255, 0.1); }
        .search-box.open a {
          color: #bec0c2;
          font-size: 20px;
          line-height: 26px;
          display: block;
          width: 9px;
          height: 17px;
          text-align: center;
          background-repeat: no-repeat;
          background-image: url("../images/Icon_RightArrow_2x_56x100.svg");
          background-size: 28px 100px;
          background-position: -18px -28px;
          position: absolute;
          top: 4px;
          right: 5px; }
          .search-box.open a:hover {
            background-position: -5px -28px; }
        .search-box.open fieldset {
          position: relative; }
          .search-box.open fieldset:after {
            content: "";
            background-image: url("/Themes/GWRR.Themes.Default/images/Icon_Search_2x_40px.svg");
            background-repeat: no-repeat;
            display: block;
            width: 17px;
            height: 17px;
            position: absolute;
            top: 5px;
            left: 7px; }
          .search-box.open fieldset:after {
            background-size: 40px 20px; }
        .search-box.open input {
          display: block; }
      .search-box input {
        width: 172px;
        height: 26px;
        padding-left: 30px;
        font-size: 13px;
        line-height: 26px;
        color: #e3e3e3;
        font-weight: normal;
        display: none; }
      .search-box label.overlabel-apply {
        padding-left: 0;
        font-size: 9px;
        line-height: 26px;
        color: #999999;
        font-weight: bold;
        cursor: pointer; } }

#title-img {
  position: absolute;
  top: 56px;
  left: 221px; }

.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100% !important; }

.find-railroad {
  z-index: 700;
  width: 130px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 27px; }
  .find-railroad:hover h2:after {
    background-position: 0px -10px; }
  .find-railroad h2 {
    cursor: pointer;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: "Helvetica Neue Roman", Helvetica, Arial;
    border: 1px solid #ffe912;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative; }
    .find-railroad h2:after {
      content: "";
      background-image: url("/Themes/GWRR.Themes.Default/images/Icon_DownArrow_2x_20px.svg");
      background-repeat: no-repeat;
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 5px;
      left: 87%; }
    .find-railroad h2:after {
      background-size: 10px 30px; }
    .find-railroad h2:hover:after {
      background-position: 0px -10px; }
  .find-railroad div.railroad-container {
    font-size: 13px;
    line-height: 21px;
    background-color: rgba(214, 214, 214, 0.9);
    visibility: hidden; }
  .find-railroad div.railroads {
    height: 351px; }
  .find-railroad div.nav {
    height: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    display: none;
    position: relative; }
    .find-railroad div.nav:hover {
      background-color: #fff; }
      .find-railroad div.nav:hover:after {
        background-position: 0 -40px; }
    .find-railroad div.nav:after {
      content: "";
      background-image: url("/Themes/GWRR.Themes.Default/images/Icon_DownArrow_2x_20px.svg");
      background-repeat: no-repeat;
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 48%; }
    .find-railroad div.nav:after {
      background-size: 20px 60px;
      background-position: 0 -20px; }
    .find-railroad div.nav.up {
      transform: rotate(180deg); }
    @media screen and (min-width: 768px) {
      .find-railroad div.nav {
        display: block; } }
  .find-railroad ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .find-railroad ul ul {
    margin-bottom: 6px; }
  .find-railroad li {
    display: inline; }
  .find-railroad ul a {
    font-weight: bold;
    color: #000;
    display: block;
    line-height: normal;
    padding: 3px 10px 3px 10px;
    text-transform: uppercase;
    font-size: 12px; }
    .find-railroad ul a:hover, .find-railroad ul a.selected {
      background-color: #fff; }
  .find-railroad ul ul a {
    font-size: 11px;
    font-weight: normal;
    text-transform: none; }
  .find-railroad .jspPane {
    margin-left: 0 !important;
    width: auto !important; }
  .find-railroad .jspVerticalBar {
    display: none; }
  .find-railroad:hover div.railroad-container {
    visibility: visible; }
  @media screen and (min-width: 768px) {
    .find-railroad {
      right: 48px;
      top: 53px;
      width: 224px; }
      .find-railroad:hover h2:after {
        background-position: 0px -20px; }
      .find-railroad h2 {
        font-size: 13px;
        line-height: 25px; }
        .find-railroad h2:after {
          background-size: 20px 60px;
          width: 20px;
          height: 20px;
          top: 3px; }
      .find-railroad ul ul a {
        font-size: 13px; } }

.footer {
  padding: 0 34px 20px 34px;
  clear: both;
  position: relative; }
  .footer ul {
    border-top: 1px solid #999999; }
  .footer li {
    display: inline;
    border-right: 1px solid #666666; }
    .footer li:last-child {
      border-right: 0;
      margin-left: 4px; }
  .footer a {
    font-size: 12px;
    line-height: 40px;
    color: #666666;
    font-weight: normal;
    display: inline-block;
    padding-right: 8px; }
    .footer a:hover {
      color: #ff6600; }
  .footer .copyright {
    font-size: 12px;
    line-height: 40px;
    color: #666666;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .footer .copyright {
        position: absolute;
        right: 40px;
        top: 50px; } }
  .footer .external {
    color: #ff8700; }
  @media screen and (min-width: 768px) {
    .footer {
      order: 4;
      padding: 50px 40px 40px 40px;
      width: 1280px;
      margin: 0 auto; } }

.timeline-milestone {
  border-top: solid 3px #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  position: relative; }
  .timeline-milestone > img {
    max-width: 190px;
    height: auto !important;
    float: left; }
  .timeline-milestone > .milestone-copy {
    margin-left: 239px;
    color: #333; }
    .timeline-milestone > .milestone-copy > .milestone-date {
      font-size: 26px;
      line-height: 30px;
      color: #000;
      font-weight: normal; }
    .timeline-milestone > .milestone-copy > .more-text {
      display: none; }
  .timeline-milestone > .more-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 14px;
    line-height: 8px;
    color: #999; }
    .timeline-milestone > .more-toggle:hover {
      color: #666; }
    .timeline-milestone > .more-toggle:before {
      content: "";
      background-image: url("/Themes/GWRR.Themes.Default/images/Icon_DownArrow_2x_20px.svg");
      background-repeat: no-repeat;
      background-size: 30px 90px;
      width: 30px;
      height: 30px;
      display: block; }
  .timeline-milestone.-has-more {
    padding-right: 60px; }
  .timeline-milestone.-showing-more > .milestone-copy > .more-text {
    display: block; }
  .timeline-milestone.-showing-more > .more-toggle {
    transform: rotate(-90deg);
    top: 64px; }
    .timeline-milestone.-showing-more > .more-toggle:before {
      background-image: url("/Themes/GWRR.Themes.Default/images/Icon_RightArrow_2x_56x100.svg");
      background-position: 15px -67px; }
    .timeline-milestone.-showing-more > .more-toggle span {
      display: none; }

.image-list {
  margin: 0;
  padding: 0; }
  .image-list > li {
    color: #333;
    border-bottom: solid 1px #F8972C;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
    overflow: hidden; }
    .image-list > li > img {
      max-width: 47px;
      height: auto !important;
      float: left; }
    .image-list > li > p {
      margin-left: 60px;
      margin-bottom: 0;
      margin-top: 8px; }

/*---------landing templates----------- */
.template__landing .relatedlinks,
.template__home .relatedlinks,
.template__rail-service .relatedlinks {
  background: #F5F5F5;
  padding: 16px;
  margin-bottom: 10px;
  /*a {
            @include text-spec(14px, 18px, #fff, normal);
            font-family: $HelveticaNeueRoman;
            // TODO: replace with SVG
            @include have-image-on-after-selector('/Themes/GWRR.Themes.Default/images/arrow-blue.png', 13px, 22px, 0, 50%);
            width: 200px;
            padding-left: 26px;
            margin-bottom: 20px;
            padding-bottom: 0px;
            &:after {
                margin-top: -9px;
            }
            &:hover {
                color: $yellow2;
            }
        }*/ }
  .template__landing .relatedlinks h2,
  .template__home .relatedlinks h2,
  .template__rail-service .relatedlinks h2 {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
    font-family: "Helvetica Neue Light", Helvetica, Arial;
    width: 189px;
    padding-top: 0;
    padding-bottom: 12px;
    text-transform: capitalize; }
  .template__landing .relatedlinks ul a,
  .template__home .relatedlinks ul a,
  .template__rail-service .relatedlinks ul a {
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative; }
    .template__landing .relatedlinks ul a:after,
    .template__home .relatedlinks ul a:after,
    .template__rail-service .relatedlinks ul a:after {
      content: "";
      background-image: url("/Themes/GWRR.Themes.Default/images/Icon_RightArrow_2x_56x100.svg");
      background-repeat: no-repeat;
      display: block;
      width: 14px;
      height: 25px;
      position: absolute;
      top: -3px;
      left: 0; }
    .template__landing .relatedlinks ul a:after,
    .template__home .relatedlinks ul a:after,
    .template__rail-service .relatedlinks ul a:after {
      background-size: 28px 100px;
      background-position: 0 -50px; }
    .template__landing .relatedlinks ul a:hover:after,
    .template__home .relatedlinks ul a:hover:after,
    .template__rail-service .relatedlinks ul a:hover:after {
      background-position: -14px -50px; }
  .template__landing .relatedlinks ul li:last-child a,
  .template__home .relatedlinks ul li:last-child a,
  .template__rail-service .relatedlinks ul li:last-child a {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .template__landing .relatedlinks,
    .template__home .relatedlinks,
    .template__rail-service .relatedlinks {
      width: 240px;
      margin-right: 16px;
      display: inline-block;
      padding: 0px 22px 39px 22px; }
      .template__landing .relatedlinks h2,
      .template__home .relatedlinks h2,
      .template__rail-service .relatedlinks h2 {
        font-size: 23px;
        line-height: 29px;
        padding-top: 18px; }
      .template__landing .relatedlinks a,
      .template__home .relatedlinks a,
      .template__rail-service .relatedlinks a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; }
        .template__landing .relatedlinks a:after,
        .template__home .relatedlinks a:after,
        .template__rail-service .relatedlinks a:after {
          margin-top: 0px;
          top: 0; } }

.template__landing .relatedlinks a {
  color: #666666; }

.relatedlinks ul {
  list-style-type: none;
  padding-bottom: 10px; }

.relatedlinks a {
  font-size: 15px;
  line-height: 18px;
  color: #0099ff;
  font-weight: normal;
  display: block;
  padding-bottom: 10px; }
  .relatedlinks a:hover {
    color: #017fd3; }

@media screen and (min-width: 768px) {
  .relatedlinks {
    padding-right: 40px; } }

.secondary-nav {
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  border-top: solid 1px #999; }
  .secondary-nav ul {
    list-style-type: none; }
  .secondary-nav ul ul {
    margin-left: 12px; }
  .secondary-nav a {
    font-size: 12px;
    line-height: 17px;
    color: #000;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: "Helvetica Neue Medium", Helvetica, Arial; }
    .secondary-nav a:hover {
      color: #ff8700; }
    .secondary-nav a.selected {
      color: #ff8700;
      font-weight: bold; }
  @media screen and (min-width: 768px) {
    .secondary-nav {
      order: 1;
      width: 208px;
      margin-top: 0;
      margin-right: 16px;
      padding-right: 20px;
      padding-top: 6px;
      border: 0; }
      .secondary-nav a {
        font-size: 13px;
        line-height: 17px;
        color: #666666;
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 8px; } }

/*------------------Freeform Wide Template------------------*/
.template__freeform-wide .supporting-content {
  display: none; }

/*---------landing templates----------- */
.template__landing .supporting-content,
.template__rail-service .supporting-content {
  margin-top: 30px;
  margin-bottom: 25px;
  display: flex; }
  @media screen and (min-width: 768px) {
    .template__landing .supporting-content,
    .template__rail-service .supporting-content {
      width: 100%;
      margin-left: 224px; } }

.supporting-content {
  padding-top: 23px; }
  .supporting-content h2 {
    font-size: 13px;
    line-height: 13px;
    color: #000;
    font-weight: bold;
    font-family: "Helvetica Neue Bold", Helvetica, Arial;
    padding-top: 7px;
    padding-bottom: 15px;
    text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .supporting-content {
      width: 236px;
      padding: 0;
      order: 3; } }
  .supporting-content a {
    color: #0099ff; }
    .supporting-content a:hover {
      color: #017fd3; }

.supporting-content .freeform {
  padding: 20px 10px;
  margin-bottom: 20px;
  background-image: linear-gradient(to bottom, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 13px;
  line-height: 16px;
  color: #000; }
  .supporting-content .freeform p {
    margin: 0 0 16px 0; }
  .supporting-content .freeform .PageHead {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px; }
  .supporting-content .freeform .phone {
    font-size: 20px;
    line-height: 30px; }

.SingleImage1_plcSideContent1 {
  display: block;
  margin-bottom: 20px; }
  .SingleImage1_plcSideContent1 > img {
    width: 100% !important;
    height: auto !important;
    vertical-align: middle; }

.supporting-content > .singleimage-caption {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 16px;
  color: #000; }

table {
  width: 100%;
  margin-bottom: 20px;
  margin-left: -34px;
  box-shadow: 2px 2px 8px #e7e7e7;
  padding: 0 16px 30px 16px;
  border: 0; }
  table thead {
    background-color: #ebebeb; }
    table thead th {
      vertical-align: top;
      text-align: left;
      padding: 7px 15px 10px 0;
      background: #ebebeb; }
      table thead th:first-child {
        position: relative;
        left: -16px;
        text-indent: 16px; }
      table thead th:last-child {
        position: relative;
        left: 16px; }
  table tbody {
    border: 1px solid #e4e4e4; }
    table tbody td {
      border: 0;
      border-bottom: 1px solid #b5b5b5;
      padding: 7px 15px 10px 0;
      vertical-align: top; }
      table tbody td:last-child {
        padding-left: 16px; }
    table tbody tr:last-child td {
      border-bottom: 0; }
  table a {
    color: #0099ff; }
  @media screen and (min-width: 768px) {
    table {
      margin-bottom: 90px;
      margin-left: -16px; } }
  @media screen and (max-width: 767px) {
    table thead th,
    table tbody td {
      font-size: 11px;
      line-height: 13px;
      padding: 5px 5px 5px 0; } }
  table.storage td:last-child {
    text-align: right; }

.customerconsole-login {
  position: relative;
  background-color: #e57300;
  display: none;
  padding: 10px;
  width: 230px;
  height: 64px; }
  .customerconsole-login h2 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    font-family: "Helvetica Neue Light", Helvetica, Arial;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
    width: 50%;
    float: left; }
  .customerconsole-login .button {
    font-size: 11px;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue Bold", Helvetica, Arial;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 22px;
    text-transform: uppercase;
    margin-top: 10px; }
    .customerconsole-login .button:hover {
      background: rgba(255, 255, 255, 0.3);
      color: #fff; }
  .customerconsole-login:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    border-style: solid;
    border-width: 64px 0 0 30px;
    border-color: transparent transparent transparent #e57300;
    transform: rotate(180deg); }
    html.ie9 .customerconsole-login:before {
      display: none; }

/*--------show it for certain templates-------*/
.template__railroad .customerconsole-login,
.template__home .customerconsole-login {
  display: block; }

.template__railroad.section__genesee-wyoming-australia .customerconsole-login, .template__railroad.section__rail-feeding .customerconsole-login,
.template__home.section__genesee-wyoming-australia .customerconsole-login,
.template__home.section__rail-feeding .customerconsole-login {
  display: none; }

.links-block {
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 18px 20px 1px 34px; }
  .links-block h2 {
    font-size: 24px;
    line-height: 22px;
    color: #ff8700;
    font-weight: normal;
    font-family: "Helvetica Neue Light", Helvetica, Arial; }
  .links-block a {
    color: #fff; }
  @media screen and (min-width: 768px) {
    .links-block {
      padding: 20px 20px 1px 20px; }
      .links-block h2 {
        padding-top: 0;
        font-size: 24px;
        line-height: 26px; } }

@media screen and (min-width: 768px) {
  html.no-flexbox .disconnected-tabs.-theme-gwrr-overview > .tab, html.no-flexbox .tab-list.-theme-gwrr-overview > .tab {
    float: left; } }

.intro-copy {
  font-size: 18px;
  line-height: 22px;
  color: #666; }

@media screen and (min-width: 768px) {
  .template__landing .customerconsole-login {
    margin-top: 0;
    position: absolute;
    right: 40px; } }

@media screen and (min-width: 768px) {
  .template__landing .supporting-content .freeform {
    position: absolute;
    top: 54px;
    left: 1004px;
    width: 236px; } }

.template__landing .rightSide-content {
  margin-bottom: 40px; }
  .template__landing .rightSide-content h2 {
    font-size: 11px;
    line-height: 13px;
    color: #ff8700;
    font-weight: bold;
    font-family: "Helvetica Neue Bold", Helvetica, Arial;
    border-bottom: 3px solid #ccc;
    padding-bottom: 11px;
    padding-top: 26px;
    text-transform: uppercase; }
  .template__landing .rightSide-content p {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 9px; }
  .template__landing .rightSide-content h5 {
    font-size: 18px;
    line-height: 20px;
    color: #999999;
    font-weight: normal;
    font-family: "Helvetica Neue Light", Helvetica, Arial;
    border-bottom: 3px solid #ccc;
    padding-top: 7px;
    padding-bottom: 9px; }
  .template__landing .rightSide-content span {
    color: #000; }

@media screen and (min-width: 768px) {
  .template__landing .rightSide-content {
    position: absolute;
    top: 54px;
    right: 40px;
    width: 236px; }
    .template__landing .rightSide-content h2 {
      font-size: 14px;
      line-height: 17px;
      padding-top: 0px;
      padding-bottom: 20px; }
    .template__landing .rightSide-content p {
      font-size: 19px;
      line-height: 26px;
      padding-top: 8px;
      padding-bottom: 15px; }
    .template__landing .rightSide-content h5 {
      font-size: 22px;
      line-height: 26px;
      padding-top: 8px;
      padding-bottom: 15px; } }

@media screen and (min-width: 768px) {
  .template__freeform-wide .article {
    width: 880px;
    margin-right: 40px; }
    .template__freeform-wide .article img {
      max-width: none; } }

.template__home .SingleImage1_plcHeader {
  height: 100%;
  position: fixed;
  background-image: url("/themes/GWRR.Themes.Default/images/home/AZER_11.jpg");
  background-size: 767px 1080px;
  background-position-y: -110px; }
  .template__home .SingleImage1_plcHeader > img {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    left: 0;
    top: 0;
    margin: 0;
    display: none; }
  @media screen and (min-width: 768px) {
    .template__home .SingleImage1_plcHeader {
      background-image: none; }
      .template__home .SingleImage1_plcHeader > img {
        display: block;
        left: 50%;
        transform: translateX(-50%); } }

.template__home .tab-list > .tab > span {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  border-bottom: solid 3px #fff; }

.template__home .tab-list > .tab:hover > span {
  background-color: #000;
  color: #fff; }

@media screen and (min-width: 768px) {
  .template__home .tab-list.-theme-gwrr-overview {
    justify-content: center; }
  .template__home .tab-list > .tab > span {
    width: 210px;
    height: 32px;
    font-size: 15px;
    font-weight: normal;
    background: rgba(153, 153, 153, 0.3);
    border: 2px solid #fff; } }

.template__home #tab-one-label {
  display: none; }

.template__home #tab-two-label > span {
  border-top: solid 3px #fff; }
  @media screen and (min-width: 768px) {
    .template__home #tab-two-label > span {
      border: 2px solid #fff; } }

.template__home .container {
  padding: 0;
  border-top: 0;
  margin-top: 0;
  z-index: 200; }
  @media screen and (min-width: 768px) {
    .template__home .container {
      width: 883px; } }

.template__home .article > .freeform-container {
  display: none; }

.template__home.edit-mode .container,
.template__home.edit-mode .relatedlinks {
  display: block !important;
  background: none !important; }

.template__home.edit-mode .servicesHeader,
.template__home.edit-mode .disconnected-tabs,
.template__home.edit-mode .gwrr-icon-bar,
.template__home.edit-mode .map-link,
.template__home.edit-mode .more-services {
  display: none; }

.template__home.edit-mode .overview,
.template__home.edit-mode .north-america,
.template__home.edit-mode .australia,
.template__home.edit-mode .europe {
  padding: 0 !important;
  background: none !important;
  border: 0 !important; }

.template__home.edit-mode header .relatedlinks {
  margin-left: 100px; }

.template__home .ticker-container {
  width: 100%;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 auto;
  max-width: 660px; }
  @media screen and (min-width: 768px) {
    .template__home .ticker-container {
      margin-bottom: 30px;
      background-color: rgba(255, 255, 255, 0.1); } }

.template__home .ticker {
  display: flex;
  align-items: center;
  padding-left: 20px; }
  .template__home .ticker h2 {
    font-size: 16px;
    color: #ffde00;
    display: inline-block;
    height: 100%;
    margin-right: 20px; }
  .template__home .ticker a {
    color: #fff; }
  .template__home .ticker ul {
    list-style-type: none;
    font-size: 16px; }

.template__home h1 {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  /*@media screen and (min-width: $desktop-breakpoint) {
      @include text-spec(30px, 34px);
    }*/ }

.template__home .servicesHeader {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .template__home .servicesHeader {
      font-size: 20px;
      line-height: 82px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; } }

.template__home .more-services {
  position: absolute;
  top: 236px;
  left: 49.5%;
  z-index: 0;
  display: none; }
  .template__home .more-services .more {
    font-size: 12px;
    line-height: 12px;
    color: #797779;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 135px;
    height: 149px;
    padding-top: 18px;
    cursor: pointer;
    position: relative; }
    .template__home .more-services .more:after {
      content: "";
      background-image: url("/Themes/GWRR.Themes.Default/images/Icon_3Ellipses_2x_60x20.svg");
      background-repeat: no-repeat;
      display: block;
      width: 30px;
      height: 10px;
      position: absolute;
      top: 0;
      left: 3px; }
    .template__home .more-services .more:after {
      background-size: 30px 30px; }
    .template__home .more-services .more:hover {
      color: #000; }
      .template__home .more-services .more:hover:after {
        background-position: 0 -20px; }
  .template__home .more-services ul {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px 25px 5px 25px;
    width: 207px;
    display: none;
    position: absolute;
    top: 40px;
    right: 20px;
    list-style-type: none; }
    .template__home .more-services ul li:first-child {
      position: relative; }
      .template__home .more-services ul li:first-child:after {
        content: "";
        background-image: url("/Themes/GWRR.Themes.Default/images/Icon_DownArrow_2x_20px.svg");
        background-repeat: no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -25px;
        left: 48%; }
      .template__home .more-services ul li:first-child:after {
        background-size: 20px 60px;
        background-position: 0 -40px; }
      .template__home .more-services ul li:first-child:before {
        content: "";
        position: absolute;
        background: linear-gradient(to bottom, #ffe912 68%, #f79e1c);
        /* Standard syntax */
        width: 207px;
        height: 20px;
        top: -25px;
        left: -25px; }
      .template__home .more-services ul li:first-child a {
        margin-top: 10px; }
    .template__home .more-services ul a {
      display: inline-block;
      padding-left: 27px;
      padding-bottom: 18px;
      padding-right: 15px;
      font-size: 14px;
      line-height: 18px;
      color: #999;
      position: relative; }
      .template__home .more-services ul a span {
        text-transform: uppercase; }
      .template__home .more-services ul a:after {
        content: "";
        background-image: url("/Themes/GWRR.Themes.Default/images/Icon_RightArrow_2x_56x100.svg");
        background-repeat: no-repeat;
        display: block;
        width: 14px;
        height: 25px;
        position: absolute;
        top: -3px;
        left: 0; }
      .template__home .more-services ul a:after {
        background-size: 28px 100px;
        background-position: 0 -50px; }
      .template__home .more-services ul a:hover {
        color: #fff; }
        .template__home .more-services ul a:hover span {
          color: #ffe912; }
        .template__home .more-services ul a:hover:after {
          background-position: 0px 0px; }
  .template__home .more-services:hover ul {
    display: block; }
  @media screen and (min-width: 768px) {
    .template__home .more-services {
      display: block; } }

.template__home .north-america.panel {
  background-image: url("../images/home/NA_Mobile_2x_640x400.jpg");
  background-repeat: no-repeat;
  background-size: 318px 196px;
  background-position: 0 304px;
  margin-bottom: 94px; }
  .template__home .north-america.panel:after {
    content: "";
    display: block;
    width: 100%;
    height: 94px;
    background-image: linear-gradient(to bottom, white 0%, #a6a6a6 100%);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0; }
  @media screen and (max-width: 768px) {
    .template__home .north-america.panel .click-map {
      display: none; }
    .template__home .north-america.panel div #tab-na-move-panel,
    .template__home .north-america.panel div#tab-na-locate-panel,
    .template__home .north-america.panel div#tab-na-transload-panel,
    .template__home .north-america.panel div#tab-na-switch-panel,
    .template__home .north-america.panel div#tab-na-store-panel,
    .template__home .north-america.panel div#tab-na-operate-panel {
      padding-top: 35px; } }
  @media screen and (min-width: 768px) {
    .template__home .north-america.panel {
      background-image: url("../images/home/NA_2x_1760x660.png");
      background-size: 880px 330px;
      background-position: 0 230px;
      margin-bottom: 0; }
      .template__home .north-america.panel:after {
        display: none; }
      .template__home .north-america.panel p {
        margin-bottom: 20px;
        max-width: 310px; } }

.template__home .australia.panel {
  background-image: url("../images/home/Australia_Mobile_2x_640x400.jpg");
  background-size: 320px 198px;
  background-repeat: no-repeat;
  background-position: 0 192px; }
  @media screen and (max-width: 768px) {
    .template__home .australia.panel .click-map {
      display: none; }
    .template__home .australia.panel div#tab-aus-move1-panel,
    .template__home .australia.panel div#tab-aus-move2-panel {
      padding-top: 35px; } }
  @media screen and (min-width: 768px) {
    .template__home .australia.panel {
      background-image: url("../images/home/Australia_2x_1760x660.png");
      background-size: 880px 330px;
      background-position: 0 235px; }
      .template__home .australia.panel .gwrr-icon-bar {
        left: 34%; }
      .template__home .australia.panel p {
        margin-bottom: 20px;
        max-width: 310px; } }

.template__home .europe.panel .click-map {
  display: none; }

.template__home .europe.panel .gwrr-icon-bar {
  margin-bottom: 30px; }

.template__home .europe.panel .freeform > .freeform-content > .panel > .section {
  padding: 0 30px;
  margin-bottom: 50px; }

.template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-uk-panel {
  flex-direction: column; }

.template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-uk-panel > .section > .image-header {
  height: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-uk-panel > .section > .image-header .train-logo {
    max-height: 115px;
    max-width: 55%; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-uk-panel > .section > .image-header .train-image {
    width: 150px !important;
    margin-left: 5px; }

.template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel > .section {
  height: 400px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: space-between;
  padding: 0 10px; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel > .section > .logo-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel > .section .train-logo {
    display: block;
    margin: 0 auto 25px;
    max-height: 90px;
    width: 100%;
    max-width: 110px; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel > .section .train-image {
    display: block;
    width: 150px !important;
    margin: 0 auto 25px; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel > .section > p {
    color: #797779;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    text-align: center; }
    .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel > .section > p:first-of-type {
      margin-bottom: 25px;
      height: 80px; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel > .section > p > span {
    font-size: 12px; }

@media screen and (min-width: 768px) {
  .template__home .europe.panel .click-map {
    display: none; }
  .template__home .europe.panel .gwrr-icon-bar {
    left: calc(50% - 198px); }
  .template__home .europe.panel .freeform > .freeform-content > .panel > .section {
    padding: 0 30px;
    margin-bottom: 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
  .template__home .europe.panel .freeform > .freeform-content > .panel > .section:first-of-type {
    padding-left: 0;
    border-left: 0; }
  .template__home .europe.panel .freeform > .freeform-content > .panel > .section:last-of-type {
    padding-right: 0;
    border-right: 0; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-uk-panel {
    flex-direction: row; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-uk-panel > .section > .image-header .train-logo {
    max-width: 190px;
    max-height: 105px; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel {
    flex-wrap: nowrap; }
  .template__home .europe.panel .freeform > .freeform-content > #tab-ukeu-eu-panel > .section {
    width: 200px;
    height: 425px; } }

.template__home .europe.panel .helper {
  display: inline-block !important;
  height: 100%;
  vertical-align: middle; }

.template__home .footer {
  width: 100%;
  margin: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  padding-top: 50px;
  z-index: 200; }
  .template__home .footer ul {
    border: 0;
    text-align: center; }
  .template__home .footer li {
    border-color: #fff; }
    .template__home .footer li.genesee {
      background-image: url("/Themes/GWRR.Themes.Default/images/Wordmark_2x_686x69.png");
      background-size: 257px;
      display: inline-block;
      text-indent: -9999px;
      width: 257px;
      height: 25px;
      border: 0;
      margin-right: 20px; }
      @media screen and (min-width: 768px) {
        .template__home .footer li.genesee {
          position: relative;
          top: -7px; } }
  .template__home .footer a {
    color: #fff;
    text-transform: uppercase; }
  .template__home .footer.fixed {
    position: fixed;
    bottom: 0; }

.template__home #tab-two:checked ~ .tab-list #tab-two-label > span,
.template__home #tab-three:checked ~ .tab-list #tab-three-label > span,
.template__home #tab-four:checked ~ .tab-list #tab-four-label > span,
.template__home #tab-five:checked ~ .tab-list #tab-five-label > span {
  background: #285072;
  color: #fff; }
  .template__home #tab-two:checked ~ .tab-list #tab-two-label > span:after,
  .template__home #tab-three:checked ~ .tab-list #tab-three-label > span:after,
  .template__home #tab-four:checked ~ .tab-list #tab-four-label > span:after,
  .template__home #tab-five:checked ~ .tab-list #tab-five-label > span:after {
    background-position: -14px 0; }

.template__home .disconnected-tabs.-theme-gwrr-overview > .tab > span:after,
.template__home .tab-list.-theme-gwrr-overview > .tab > span:after {
  background-position: -14px 0; }

.template__home .customerconsole-login {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .template__home .customerconsole-login {
      top: auto;
      bottom: 0; } }

.continents-content > .panel {
  padding: 20px 34px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  position: relative;
  background-color: #fff; }
  .continents-content > .panel.overview {
    background: none;
    margin-bottom: 10px;
    overflow: hidden;
    height: auto;
    border-top: 0;
    text-align: center;
    padding-left: 19px;
    padding-right: 19px;
    margin: 0;
    font-size: 13px;
    line-height: 19px; }
    .continents-content > .panel.overview p {
      max-width: none;
      margin: 0; }
    .continents-content > .panel.overview .freeform-content {
      color: #fff;
      width: auto; }
    @media screen and (min-width: 768px) {
      .continents-content > .panel.overview {
        padding: 0 100px 0 100px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px; } }
  .continents-content > .panel .freeform-content a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border: 0;
    padding: 2px 0 2px 26px;
    display: inline-block;
    position: relative; }
    .continents-content > .panel .freeform-content a:after {
      content: "";
      background-image: url("/Themes/GWRR.Themes.Default/images/Icon_RightArrow_2x_56x100.svg");
      background-repeat: no-repeat;
      display: block;
      width: 14px;
      height: 25px;
      position: absolute;
      top: 0px;
      left: 0; }
    .continents-content > .panel .freeform-content a:after {
      background-size: 28px 100px;
      background-position: 0 -75px;
      bottom: 0;
      margin: auto; }
    .continents-content > .panel .freeform-content a:hover:after {
      background-position: -14px -75px; }
  @media screen and (min-width: 768px) {
    .continents-content > .panel {
      height: auto;
      margin: 0;
      padding: 0;
      padding: 270px 57px 50px;
      border-top: 20px solid #000;
      margin-top: 20px;
      background-color: rgba(255, 255, 255, 0.9); }
      .continents-content > .panel .freeform-content .half-container {
        width: 310px; }
      .continents-content > .panel.north-america {
        padding-top: 319px; } }

.gwrr-icon-bar {
  display: flex;
  flex-wrap: wrap; }
  .gwrr-icon-bar.-col-2 .gwrr-icon {
    width: 50%; }
    .gwrr-icon-bar.-col-2 .gwrr-icon:nth-child(2n+1) {
      border-left: 0;
      border: none; }
    .gwrr-icon-bar.-col-2 .gwrr-icon:nth-last-child(-n+2) {
      border-bottom: 0; }
  .gwrr-icon-bar.-col-3 .gwrr-icon {
    width: 33%; }
    .gwrr-icon-bar.-col-3 .gwrr-icon:nth-child(3n+1) {
      border-left: 0; }
    .gwrr-icon-bar.-col-3 .gwrr-icon:nth-last-child(-n+3) {
      border-bottom: 0; }
  @media screen and (min-width: 768px) {
    .gwrr-icon-bar {
      position: absolute;
      left: 57px;
      top: 82px;
      z-index: 1; }
      .gwrr-icon-bar.-col-2 .gwrr-icon, .gwrr-icon-bar.-col-3 .gwrr-icon {
        width: 132px;
        border: 0;
        border-left: solid 2px #000 !important; }
        .gwrr-icon-bar.-col-2 .gwrr-icon:first-child, .gwrr-icon-bar.-col-3 .gwrr-icon:first-child {
          border-left: none !important; } }

.gwrr-icon {
  height: 87px;
  border-left: solid 1px #808080;
  border-bottom: solid 1px #808080;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  cursor: pointer; }
  .gwrr-icon:hover > span {
    color: #000; }
  .gwrr-icon > span {
    color: #797779;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%; }
    .gwrr-icon > span span {
      display: none; }
  .gwrr-icon.locate-icon:before {
    background-position: 0 0; }
  .gwrr-icon.locate-icon.gwrr-icon:hover:before {
    background-position: -75px 0; }
  .gwrr-icon.movecon-icon:before {
    background-position: 0 -55px; }
  .gwrr-icon.movecon-icon.gwrr-icon:hover:before {
    background-position: -75px -55px; }
  .gwrr-icon.move-icon:before {
    background-position: 0 -110px; }
  .gwrr-icon.move-icon.gwrr-icon:hover:before {
    background-position: -75px -110px; }
  .gwrr-icon.movetruck-icon:before {
    background-position: 0 -165px; }
  .gwrr-icon.movetruck-icon.gwrr-icon:hover:before {
    background-position: -75px -165px; }
  .gwrr-icon.switch-icon:before {
    background-position: 0 -220px; }
  .gwrr-icon.switch-icon.gwrr-icon:hover:before {
    background-position: -75px -220px; }
  .gwrr-icon.operate-icon:before {
    background-position: 0 -275px; }
  .gwrr-icon.operate-icon.gwrr-icon:hover:before {
    background-position: -75px -275px; }
  .gwrr-icon.transload-icon:before {
    background-position: 0 -330px; }
  .gwrr-icon.transload-icon.gwrr-icon:hover:before {
    background-position: -75px -330px; }
  .gwrr-icon.store-icon:before {
    background-position: 0 -385px; }
  .gwrr-icon.store-icon.gwrr-icon:hover:before {
    background-position: -75px -385px; }
  @media screen and (min-width: 768px) {
    .gwrr-icon {
      height: 136px; }
      .gwrr-icon:before {
        top: 15px;
        right: 27px;
        left: auto; }
      .gwrr-icon > span {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        top: 83px;
        bottom: auto; }
        .gwrr-icon > span span {
          display: block;
          text-transform: none;
          font-size: 14px;
          line-height: 15px;
          font-weight: normal; } }

#tab-na-locate:checked ~ .north-america #tab-na-locate-panel,
#tab-na-move:checked ~ .north-america #tab-na-move-panel,
#tab-na-transload:checked ~ .north-america #tab-na-transload-panel,
#tab-na-switch:checked ~ .north-america #tab-na-switch-panel,
#tab-na-store:checked ~ .north-america #tab-na-store-panel,
#tab-na-operate:checked ~ .north-america #tab-na-operate-panel {
  display: block; }

#tab-aus-safe:checked ~ .australia #tab-aus-safe-panel,
#tab-aus-move1:checked ~ .australia #tab-aus-move1-panel,
#tab-aus-move2:checked ~ .australia #tab-aus-move2-panel,
#tab-aus-operate:checked ~ .australia #tab-aus-operate-panel {
  display: block; }

#tab-ukeu-uk:checked ~ .europe #tab-ukeu-uk-panel,
#tab-ukeu-eu:checked ~ .europe #tab-ukeu-eu-panel {
  display: flex; }

#tab-na-locate:checked ~ .north-america #tab-na-locate-label > span,
#tab-na-move:checked ~ .north-america #tab-na-move-label > span,
#tab-na-transload:checked ~ .north-america #tab-na-transload-label > span,
#tab-na-switch:checked ~ .north-america #tab-na-switch-label > span,
#tab-na-store:checked ~ .north-america #tab-na-store-label > span,
#tab-na-operate:checked ~ .north-america #tab-na-operate-label > span,
#tab-aus-safe:checked ~ .australia #tab-aus-safe-label > span,
#tab-aus-move1:checked ~ .australia #tab-aus-move1-label > span,
#tab-aus-move2:checked ~ .australia #tab-aus-move2-label > span,
#tab-aus-operate:checked ~ .australia #tab-aus-operate-label > span,
#tab-ukeu-uk:checked ~ .europe #tab-ukeu-uk-label > span,
#tab-ukeu-eu:checked ~ .europe #tab-ukeu-eu-label > span,
#tab-ukeu-me:checked ~ .europe #tab-ukeu-me-label > span {
  color: #000; }

@media screen and (min-width: 768px) {
  #tab-na-locate:checked ~ .north-america #tab-na-locate-label,
  #tab-na-move:checked ~ .north-america #tab-na-move-label,
  #tab-na-transload:checked ~ .north-america #tab-na-transload-label,
  #tab-na-switch:checked ~ .north-america #tab-na-switch-label,
  #tab-na-store:checked ~ .north-america #tab-na-store-label,
  #tab-na-operate:checked ~ .north-america #tab-na-operate-label,
  #tab-aus-safe:checked ~ .australia #tab-aus-safe-label,
  #tab-aus-move1:checked ~ .australia #tab-aus-move1-label,
  #tab-aus-move2:checked ~ .australia #tab-aus-move2-label,
  #tab-aus-operate:checked ~ .australia #tab-aus-operate-label,
  #tab-ukeu-uk:checked ~ .europe #tab-ukeu-uk-label,
  #tab-ukeu-eu:checked ~ .europe #tab-ukeu-eu-label,
  #tab-ukeu-me:checked ~ .europe #tab-ukeu-me-label {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffe834 35%, #ffe834 65%, rgba(255, 255, 255, 0) 100%); } }

#tab-na-safe:checked ~ .north-america #tab-na-safe-label:before, #tab-aus-safe:checked ~ .australia #tab-aus-safe-label:before {
  background-position: -75px 0px; }

#tab-na-locate:checked ~ .north-america #tab-na-locate-label:before {
  background-position: -75px 0; }

#tab-na-move:checked ~ .north-america #tab-na-move-label:before,
#tab-aus-move2:checked ~ .australia #tab-aus-move2-label:before,
#tab-ukeu-eu:checked ~ .europe #tab-ukeu-eu-label:before,
#tab-ukeu-me:checked ~ .europe #tab-ukeu-me-label:before {
  background-position: -75px -110px; }

#tab-aus-move1:checked ~ .australia #tab-aus-move1-label:before {
  background-position: -75px -55px; }

#tab-na-transload:checked ~ .north-america #tab-na-transload-label:before {
  background-position: -75px -330px; }

#tab-ukeu-uk:checked ~ .europe #tab-ukeu-uk-label:before {
  background-position: -75px -165px; }

#tab-na-switch:checked ~ .north-america #tab-na-switch-label:before {
  background-position: -75px -220px; }

#tab-na-store:checked ~ .north-america #tab-na-store-label:before {
  background-position: -75px -385px; }

#tab-na-operate:checked ~ .north-america #tab-na-operate-label:before, #tab-aus-operate:checked ~ .australia #tab-aus-operate-label:before {
  background-position: -75px -275px; }

@media screen and (min-width: 768px) {
  html.ie9 .template__home .SingleImage1_plcHeader > img {
    left: 0 !important; } }

@media screen and (min-width: 768px) {
  html.no-flexbox .template__home .tab-list > .tab {
    text-align: center; }
    html.no-flexbox .template__home .tab-list > .tab > span {
      padding-top: 3px; }
  html.no-flexbox .template__home .continents-content > .panel {
    clear: both; }
  html.no-flexbox .template__home #tab-two-label {
    margin-left: 110px;
    margin-bottom: 20px; }
  html.no-flexbox .tab-list.-theme-gwrr-overview > .tab, html.no-flexbox .gwrr-icon-bar .gwrr-icon {
    float: left; }
  html.no-flexbox .template__home .continents-content > .panel, html.no-flexbox .template__railroad .panel {
    overflow: hidden; }
  html.no-flexbox ._desktop-flex {
    display: block !important; }
  html.no-flexbox .logo-header > ul > li {
    display: inline-block; }
    html.no-flexbox .logo-header > ul > li a {
      padding-left: 1px; }
  html.no-flexbox .article {
    margin-left: 208px; }
  html.no-flexbox .secondary-nav {
    position: absolute;
    left: 95px;
    top: 57px; }
  html.no-flexbox .template__home .article, html.no-flexbox .template__railroad .article {
    float: none;
    margin-left: 0; }
  html.no-flexbox header:before {
    z-index: 0; }
  html.no-flexbox .SingleImage1_plcHeader {
    z-index: 100; }
  html.no-flexbox .container {
    overflow: hidden; }
  html.no-flexbox .template__railroad #tab-one:checked ~ .tab-list #tab-one-panel {
    clear: both; }
  html.no-flexbox .template__railroad .overview .SingleImage1_plcContent1 {
    float: left; }
  html.no-flexbox .template__railroad .overview .SingleImage1_plcContent1 img {
    width: auto; }
  html.no-flexbox .template__railroad .tab-list > .tab > span {
    padding-left: 110px;
    padding-top: 18px; }
  html.no-flexbox .template__railroad .tab-list > .tab.-style-overview > span {
    padding-left: 0; }
  html.no-flexbox .template__railroad .tab-list > .tab.locate-icon > span {
    padding-top: 8px; }
  html.no-flexbox .template__railroad .tab-list > .tab.rail-icon > span {
    padding-left: 150px; } }

html.no-cssgradients .template__railroad .overview .freeform {
  background-color: #d6d6d6; }

html.no-cssgradients #tab-na-safe:checked ~ .north-america #tab-na-safe-label,
html.no-cssgradients #tab-na-locate:checked ~ .north-america #tab-na-locate-label,
html.no-cssgradients #tab-na-move:checked ~ .north-america #tab-na-move-label,
html.no-cssgradients #tab-na-transload:checked ~ .north-america #tab-na-transload-label,
html.no-cssgradients #tab-na-switch:checked ~ .north-america #tab-na-switch-label,
html.no-cssgradients #tab-na-operate:checked ~ .north-america #tab-na-operate-label,
html.no-cssgradients #tab-aus-safe:checked ~ .australia #tab-aus-safe-label,
html.no-cssgradients #tab-aus-move1:checked ~ .australia #tab-aus-move1-label,
html.no-cssgradients #tab-aus-move2:checked ~ .australia #tab-aus-move2-label,
html.no-cssgradients #tab-aus-operate:checked ~ .australia #tab-aus-operate-label {
  background: #ffe834; }

.template__search {
  /* search */ }
  .template__search #title {
    display: none; }
  .template__search #secondary-nav {
    visibility: hidden; }
  .template__search #content a {
    color: #333; }
  .template__search #content a:hover {
    color: #ff6600; }

.gsc-control-cse {
  padding: 0 !important; }
  .gsc-control-cse table {
    margin: 0;
    padding: 0;
    box-shadow: none; }
    .gsc-control-cse table tbody {
      border: 0; }
      .gsc-control-cse table tbody td {
        padding: 0; }
        .gsc-control-cse table tbody td.gsc-table-cell-thumbnail {
          padding-right: 10px; }
  .gsc-control-cse .gsc-result-info {
    padding-left: 0; }
  .gsc-control-cse .gsc-above-wrapper-area {
    border-bottom: 0; }
  .gsc-control-cse .gsc-webResult.gsc-result {
    padding: 0;
    border: 0; }
    .gsc-control-cse .gsc-webResult.gsc-result:hover {
      border: 0; }
  .gsc-control-cse form.gsc-search-box {
    padding: 0; }

.template__property-list .map_canvas {
  height: 400px; }
  @media screen and (min-width: 768px) {
    .template__property-list .map_canvas {
      height: 550px;
      width: 787px; } }

.template__property-list .industrialDevelopmentMarker {
  background-image: url(../images/Pin_ID_s.png);
  height: 20px;
  width: 20px; }

.template__property-list .disclaimer {
  margin-top: 100px; }

.template__property-list .PageHead {
  color: #F6871F !important;
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 22px !important; }

.template__property-list .railroadLabels {
  background-image: url(../images/Pin_Rail_Flag.png);
  border: solid 1px grey;
  color: White;
  font-size: 10px;
  height: 40px;
  padding-top: 12px;
  text-align: center;
  width: 70px;
  z-index: 10; }

.template__property-list .hidden {
  display: none;
  margin-bottom: 15px;
  margin-top: 15px; }

.template__property-list .hidden.open {
  display: block; }

.template__property-list .decimal {
  list-style-type: decimal;
  margin-left: 25px; }

.template__property-list table.properties {
  border-collapse: separate !important;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .template__property-list table.properties {
      width: 787px;
      margin-left: 0; } }

.template__property-list .pager table {
  box-shadow: none;
  width: auto; }

.template__property-list div.filters {
  margin-top: 20px;
  margin-bottom: 20px; }

.template__property-list .dropdown_state {
  margin-left: 30px;
  margin-right: 40px; }

.template__property-list .railroad-locations-filters .input_search-term {
  width: 180px; }

.template__property-list .dropdown_railroad {
  margin-left: 40px;
  width: 182px; }

.template__property .map_canvas {
  height: 400px; }
  @media screen and (min-width: 768px) {
    .template__property .map_canvas {
      height: 550px;
      width: 787px; } }

.template__property .article span {
  display: inline-block;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .template__property .article {
    width: 782px; } }

.template__property .title {
  display: none; }

.template__property h1 {
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .template__property a#backtolist {
    float: right;
    margin-right: 6px;
    display: block;
    margin-top: -32px; } }

.template__property dl {
  margin: 0; }
  .template__property dl dt {
    font-weight: bold; }

.template__property h3 {
  margin: 0 0 2px 0;
  font-size: 1em;
  font-weight: bold;
  color: #df6b2c; }

.template__property #location span {
  width: 70px; }

.template__property #characteristics span {
  width: 105px; }

.template__property #utilities span {
  width: 70px; }

.template__property #highways span {
  width: 105px; }

.template__property div.col {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .template__property div.col {
      float: left;
      width: 370px; } }

.template__property #railroadservice, .template__property #utilities {
  clear: left; }

.template__property h3.full {
  clear: both;
  margin-top: 10px; }

.template__property p.caption {
  font-size: 0.8em;
  line-height: 1.2em; }

.template__railroad .Home-links,
.template__railroad-freeform .Home-links {
  display: none; }

@media screen and (max-width: 767px) {
  .template__railroad:not(.-show-header-image) header,
  .template__railroad:not(.-show-header-image) .SingleImage1_plcHeader,
  .template__railroad-freeform:not(.-show-header-image) header,
  .template__railroad-freeform:not(.-show-header-image) .SingleImage1_plcHeader {
    height: 100px; }
  .template__railroad .primary-nav,
  .template__railroad-freeform .primary-nav {
    margin-top: 20px; } }

.template__railroad .primary-nav.show .Home-links,
.template__railroad-freeform .primary-nav.show .Home-links {
  display: block; }
  @media screen and (min-width: 768px) {
    .template__railroad .primary-nav.show .Home-links,
    .template__railroad-freeform .primary-nav.show .Home-links {
      display: none; } }

@media screen and (min-width: 768px) {
  .template__railroad .primary-nav > ul,
  .template__railroad-freeform .primary-nav > ul {
    margin-top: -69px; } }

.template__railroad .logo,
.template__railroad-freeform .logo {
  text-indent: 0;
  width: 100%;
  /*display: flex;
    align-items: center;*/
  background-image: none;
  cursor: pointer;
  position: relative;
  z-index: auto;
  padding-left: 100px; }
  .template__railroad .logo:after,
  .template__railroad-freeform .logo:after {
    display: none; }
  .template__railroad .logo img,
  .template__railroad-freeform .logo img {
    width: 70px !important;
    height: 50px !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 700; }
  .template__railroad .logo h1,
  .template__railroad .logo .short-text,
  .template__railroad-freeform .logo h1,
  .template__railroad-freeform .logo .short-text {
    position: relative;
    z-index: 700; }
  @media screen and (min-width: 768px) {
    .template__railroad .logo,
    .template__railroad-freeform .logo {
      width: 70%;
      padding-left: 0; }
      .template__railroad .logo img,
      .template__railroad-freeform .logo img {
        width: 117px !important;
        height: 86px !important; }
      .template__railroad .logo h1,
      .template__railroad .logo .short-text,
      .template__railroad-freeform .logo h1,
      .template__railroad-freeform .logo .short-text {
        margin-left: 188px; } }

@media screen and (max-width: 767px) {
  .template__railroad .find-railroad,
  .template__railroad-freeform .find-railroad {
    top: 66px;
    left: 178px;
    right: auto; } }

.template__railroad .menu-bar .dropdown-menu,
.template__railroad-freeform .menu-bar .dropdown-menu {
  right: auto;
  top: 66px;
  left: 112px; }

.template__railroad .subnavigation {
  display: none; }

.template__railroad.-role-author .subnavigation {
  display: block; }

@media screen and (max-width: 767px) {
  .template__railroad .tab-list > .tab:before {
    width: 0;
    height: 0; } }

.template__railroad .tab-list > .tab > span {
  margin-left: -34px;
  margin-right: -34px; }

@media screen and (min-width: 768px) {
  .template__railroad .tab-list > .tab:before {
    top: 2px;
    right: auto; }
  .template__railroad .tab-list > .tab > span {
    width: 285px;
    margin-left: 0;
    margin-right: 16px;
    padding: 0 0 0 70px; }
  .template__railroad .tab-list > .tab.rail-icon:before {
    left: 70px; }
  .template__railroad .tab-list > .tab.locate-icon:before {
    left: 30px; }
  .template__railroad .tab-list > .tab.transload-icon:before {
    left: 40px; }
  .template__railroad .tab-list > .tab.switch-icon:before {
    left: 40px; } }

.template__railroad .tab-list + .customerconsole-login {
  float: right;
  margin-top: 37px; }
  @media screen and (min-width: 768px) {
    .template__railroad .tab-list + .customerconsole-login {
      margin-right: 50px; } }

@media screen and (min-width: 768px) {
  .template__railroad .panel {
    border-top: solid 19px #000;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000; } }

.template__railroad #tab-one:checked ~ .tab-list #tab-one-panel {
  display: block; }
  @media screen and (min-width: 768px) {
    .template__railroad #tab-one:checked ~ .tab-list #tab-one-panel {
      display: flex; } }

@media screen and (max-width: 767px) {
  .template__railroad #tab-one-label {
    display: none; } }

.template__railroad .overview {
  margin-top: -19px;
  width: auto;
  border-top: solid 19px #000;
  width: 100%; }
  .template__railroad .overview h1 {
    padding: 23px 34px 20px 34px;
    margin: 0;
    margin-left: -34px;
    margin-right: -34px; }
  .template__railroad .overview .freeform {
    padding-left: 34px;
    padding-right: 34px;
    padding-bottom: 20px;
    margin-left: -34px;
    margin-right: -34px;
    background-image: linear-gradient(to bottom, #fff 0%, #d6d6d6 100%);
    border-bottom: solid 2px #000;
    color: #333; }
    .template__railroad .overview .freeform a {
      color: #0099ff;
      position: relative;
      /*&:after {
          content: "";
          background-image: url("/Themes/GWRR.Themes.Default/images/Icon_DownArrow_2x_20px.svg");
          background-repeat: no-repeat;
          background-size: 20px 60px;
          background-position: 0 -20px;
          width: 20px;
          height: 20px;
          display: block;
          transform: rotate(-90deg);
          position: absolute;
          left: 0;
          top: 0;
          margin-top: -3px;
          margin-left: -6px;
          @media screen and (min-width: $desktop-breakpoint) {
            margin-top: 0;
          }
        }*/ }
      .template__railroad .overview .freeform a:hover {
        color: #017fd3;
        /*&:after {
            background-position: 0 -40px;
          }*/ }
    .template__railroad .overview .freeform p {
      margin-bottom: 10px; }
    .template__railroad .overview .freeform ul {
      margin-bottom: 10px;
      list-style-type: none;
      margin-left: 0; }
  .template__railroad .overview img {
    height: auto !important;
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .template__railroad .overview {
      margin: 0; }
      .template__railroad .overview h1 {
        display: none; }
      .template__railroad .overview .freeform {
        order: 2;
        border: 0;
        padding-top: 34px;
        padding-bottom: 34px;
        width: 50%;
        margin-left: 0px;
        margin-right: 0px; }
        html.no-flexbox .template__railroad .overview .freeform {
          float: right; }
      .template__railroad .overview .SingleImage1_plcContent1 {
        order: 1;
        width: 50%;
        display: flex;
        align-items: center;
        background-color: #efefef; }
        .template__railroad .overview .SingleImage1_plcContent1 img {
          width: 100%;
          max-width: none;
          margin: 0; }
          html.no-flexbox .template__railroad .overview .SingleImage1_plcContent1 img {
            max-width: 100%; }
      .template__railroad .overview.landscape .SingleImage1_plcContent1 {
        width: 60%; }
      .template__railroad .overview.landscape .freeform {
        width: 40%; } }

.template__railroad .overview-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 90px;
  margin: 0 !important; }

.template__railroad .overview-button {
  font-size: 10px;
  line-height: 20px;
  color: #666 !important;
  display: inline-block;
  padding: 0 0 0 26px !important;
  margin-right: 15px;
  text-transform: uppercase;
  position: relative; }
  .template__railroad .overview-button:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    background-image: url("/Themes/GWRR.Themes.Default/images/Icons_RRMaps_2x_80px.svg");
    background-size: 20px 80px; }
  .template__railroad .overview-button:after {
    display: none !important; }
  .template__railroad .overview-button:hover {
    color: #000 !important; }
  .template__railroad .overview-button.interactive-map:before {
    background-position: 0 -20px; }
  .template__railroad .overview-button.email:before {
    background-position: 0 -40px; }
  .template__railroad .overview-button.print:before {
    background-position: 0 -60px; }
  @media screen and (min-width: 400px) {
    .template__railroad .overview-button {
      width: auto; } }
  @media screen and (min-width: 768px) {
    .template__railroad .overview-button {
      padding: 10px 0 10px 45px !important;
      font-size: 12px;
      line-height: 20px; }
      .template__railroad .overview-button:before {
        width: 40px;
        height: 40px;
        left: 0;
        top: 0;
        background-size: 40px 160px; }
      .template__railroad .overview-button.interactive-map:before {
        background-position: 0 -40px; }
      .template__railroad .overview-button.email:before {
        background-position: 0 -80px; }
      .template__railroad .overview-button.print:before {
        background-position: 0 -120px; } }

.template__railroad #RelatedLinks1_plcDownloadMap {
  display: none; }

.template__railroad .rail {
  margin-left: -34px;
  margin-right: -34px;
  height: 250px; }
  @media screen and (min-width: 768px) {
    .template__railroad .rail {
      margin-left: 0;
      margin-right: 0;
      height: 800px; } }

.template__railroad .industrial-development,
.template__railroad .switching {
  position: relative; }
  .template__railroad .industrial-development h1,
  .template__railroad .switching h1 {
    display: none; }
  .template__railroad .industrial-development .freeform,
  .template__railroad .switching .freeform {
    padding-top: 30px;
    padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .template__railroad .industrial-development .freeform,
    .template__railroad .switching .freeform {
      margin-left: 600px;
      padding-right: 40px; }
    .template__railroad .industrial-development img,
    .template__railroad .switching img {
      float: left;
      margin-left: -600px;
      margin-top: -30px;
      max-width: 560px; } }

.template__railroad .railroad-locations-filters {
  text-align: center; }

.template__railroad #map_canvas {
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  .template__railroad .supporting-content {
    position: absolute;
    right: 40px;
    top: 54px; } }

.template__railroad .tariffs .freeform-content br {
  display: none; }

.template__railroad .tariffs .freeform-content a {
  display: block;
  border-bottom: solid 2px #bfbfbf;
  padding: 9px 40px 9px 0;
  min-height: 56px;
  position: relative; }
  .template__railroad .tariffs .freeform-content a span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #999; }
  .template__railroad .tariffs .freeform-content a:after {
    content: "";
    background-image: url("/Themes/GWRR.Themes.Default/images/Icon_PDF_Download_2x_60x70.svg");
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 35px;
    position: absolute;
    top: 9px;
    left: auto; }
  .template__railroad .tariffs .freeform-content a:after {
    background-size: 60px 35px;
    right: 0; }
  .template__railroad .tariffs .freeform-content a:hover:after {
    background-position: -30px 0px; }
  .template__railroad .tariffs .freeform-content a[href^=tel] {
    display: inline;
    border: 0;
    padding: 0;
    position: static;
    color: inherit; }
    .template__railroad .tariffs .freeform-content a[href^=tel]:after {
      display: none; }

.template__railroad .tariffs .freeform-content p {
  margin: 0; }

.template__railroad .tariffs .freeform-content table {
  margin: 0;
  padding: 0;
  box-shadow: none; }

.template__railroad .tariffs .freeform-content .Subhead {
  display: block;
  margin-top: 20px; }

.template__railroad .real-estate table,
.template__railroad .contacts table {
  margin: 0;
  padding: 0;
  box-shadow: none; }
  .template__railroad .real-estate table h1,
  .template__railroad .contacts table h1 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin: 0; }

.template__railroad .real-estate tbody,
.template__railroad .contacts tbody {
  border: 0; }

.template__railroad .real-estate td,
.template__railroad .contacts td {
  padding: 0;
  border: 0; }

.template__railroad .real-estate #Freeform1_plcSideContent1,
.template__railroad .contacts #Freeform1_plcSideContent1 {
  background: none;
  padding: 0; }

.template__railroad .contacts td {
  display: block; }
  @media screen and (min-width: 768px) {
    .template__railroad .contacts td {
      display: table-cell;
      padding-right: 50px; } }

.template__railroad .contacts h1 {
  display: none; }

.template__railroad .contacts .PageHead {
  font-size: 16px;
  border-bottom: solid 2px #ccc;
  padding-bottom: 10px;
  display: block;
  color: #000; }

@media screen and (min-width: 768px) {
  .template__railroad .contacts {
    position: relative;
    left: 345px;
    width: 800px; } }

.template__railroad.edit-mode .container,
.template__railroad.edit-mode #RelatedLinks1_plcDownloadMap {
  display: block; }

.template__railroad.edit-mode .overview {
  display: block !important; }
  .template__railroad.edit-mode .overview .freeform {
    width: 100%; }

.template__railroad.edit-mode h1 {
  display: block !important; }

.template__railroad.edit-mode .freeform {
  margin: 0 !important;
  padding: 0 !important; }

.template__railroad.edit-mode .transload {
  display: none; }

.template__railroad.edit-mode .contacts {
  position: static; }

.template__railroad.edit-mode .panel {
  border: 0 !important; }

.template__railroad.edit-mode .industrial-development img,
.template__railroad.edit-mode .switching img {
  float: none;
  margin: 0; }

.template__railroad .back-to-top {
  display: none;
  visibility: hidden; }
  @media screen and (min-width: 768px) {
    .template__railroad .back-to-top {
      visibility: visible;
      position: fixed;
      bottom: 10%;
      margin-left: 700px; } }

.template__railroad.section__genesee-wyoming-australia #tab-three-label,
.template__railroad.section__genesee-wyoming-australia #tab-four-label,
.template__railroad.section__genesee-wyoming-australia #tab-five-label {
  display: none; }

.js .supporting-content-page {
  display: none; }

.edit-mode .supporting-content-page {
  border: 0; }

.template__transload-locations .supporting-content,
.template__property-list .supporting-content,
.transload.panel .supporting-content {
  display: none; }

@media screen and (min-width: 768px) {
  .template__transload-locations .article,
  .template__property-list .article,
  .transload.panel .article {
    width: 788px;
    margin-right: 0; } }

.template__transload-locations .article .freeform,
.template__property-list .article .freeform,
.transload.panel .article .freeform {
  margin-right: 0;
  width: auto; }

.template__transload-locations .map-canvas,
.template__property-list .map-canvas,
.transload.panel .map-canvas {
  height: 550px; }

.template__transload-locations .leadgen-view .form-elements,
.template__property-list .leadgen-view .form-elements,
.transload.panel .leadgen-view .form-elements {
  text-align: right; }
  .template__transload-locations .leadgen-view .form-elements input,
  .template__property-list .leadgen-view .form-elements input,
  .transload.panel .leadgen-view .form-elements input {
    text-align: left; }
  .template__transload-locations .leadgen-view .form-elements input,
  .template__transload-locations .leadgen-view .form-elements span,
  .template__property-list .leadgen-view .form-elements input,
  .template__property-list .leadgen-view .form-elements span,
  .transload.panel .leadgen-view .form-elements input,
  .transload.panel .leadgen-view .form-elements span {
    display: inline-block;
    margin: 3px; }

.template__transload-locations .leadgen-view .message,
.template__property-list .leadgen-view .message,
.transload.panel .leadgen-view .message {
  color: red; }

.template__transload-locations .leadgen-view .go-to-map,
.template__property-list .leadgen-view .go-to-map,
.transload.panel .leadgen-view .go-to-map {
  display: none; }

.template__transload-locations input.save-field,
.template__property-list input.save-field,
.transload.panel input.save-field {
  display: none; }

.template__transload-locations .completed .form-elements,
.template__property-list .completed .form-elements,
.transload.panel .completed .form-elements {
  display: none; }

.template__transload-locations .form-elements span,
.template__property-list .form-elements span,
.transload.panel .form-elements span {
  width: 105px; }

.template__transload-locations .form-elements p,
.template__property-list .form-elements p,
.transload.panel .form-elements p {
  position: relative;
  margin: 3px;
  font-weight: 700; }

.template__transload-locations .form-elements input,
.template__property-list .form-elements input,
.transload.panel .form-elements input {
  width: 200px; }
  .template__transload-locations .form-elements input[type=submit],
  .template__property-list .form-elements input[type=submit],
  .transload.panel .form-elements input[type=submit] {
    width: auto;
    margin-right: 150px; }

.template__transload-locations .completed .go-to-map,
.template__property-list .completed .go-to-map,
.transload.panel .completed .go-to-map {
  display: block;
  margin-top: 145px; }
  @media screen and (min-width: 768px) {
    .template__transload-locations .completed .go-to-map,
    .template__property-list .completed .go-to-map,
    .transload.panel .completed .go-to-map {
      margin-top: 0px; } }

.template__transload-locations .transload-view,
.template__property-list .transload-view,
.transload.panel .transload-view {
  width: 100%;
  display: none; }
  .template__transload-locations .transload-view .form-elements,
  .template__property-list .transload-view .form-elements,
  .transload.panel .transload-view .form-elements {
    text-align: left; }

.template__transload-locations .railroad-locations-list tr,
.template__property-list .railroad-locations-list tr,
.transload.panel .railroad-locations-list tr {
  cursor: pointer; }

.template__transload-locations .edit-mode .transload-view,
.template__property-list .edit-mode .transload-view,
.transload.panel .edit-mode .transload-view {
  display: block;
  margin: 20px 0; }

.template__transload-locations .create-transload, .template__transload-locations .create-salesvp,
.template__property-list .create-transload,
.template__property-list .create-salesvp,
.transload.panel .create-transload,
.transload.panel .create-salesvp {
  display: none; }

.template__transload-locations .edit-mode .create-transload, .template__transload-locations .edit-mode .create-salesvp,
.template__property-list .edit-mode .create-transload,
.template__property-list .edit-mode .create-salesvp,
.transload.panel .edit-mode .create-transload,
.transload.panel .edit-mode .create-salesvp {
  display: block; }

.template__transload-locations .edit-mode .form-elements, .template__transload-locations .edit-mode .map-view,
.template__property-list .edit-mode .form-elements,
.template__property-list .edit-mode .map-view,
.transload.panel .edit-mode .form-elements,
.transload.panel .edit-mode .map-view {
  display: none; }

.template__transload-locations .dataTable tr,
.template__property-list .dataTable tr,
.transload.panel .dataTable tr {
  cursor: pointer;
  position: relative; }

.template__transload-locations .dataTable tr:before,
.template__property-list .dataTable tr:before,
.transload.panel .dataTable tr:before {
  display: none;
  position: relative; }

.template__transload-locations .edit-mode .dataTable tr:hover td:nth-child(1):before,
.template__property-list .edit-mode .dataTable tr:hover td:nth-child(1):before,
.transload.panel .edit-mode .dataTable tr:hover td:nth-child(1):before {
  position: absolute;
  display: block;
  left: -25px;
  height: 500px;
  width: 30px;
  content: "edit"; }

.template__transload-locations .edit-transload__form span, .template__transload-locations .edit-salesVp__form span,
.template__property-list .edit-transload__form span,
.template__property-list .edit-salesVp__form span,
.transload.panel .edit-transload__form span,
.transload.panel .edit-salesVp__form span {
  display: block;
  width: 500px;
  vertical-align: top;
  position: relative;
  padding: 7px 0;
  clear: both; }

.template__transload-locations .edit-transload__form input, .template__transload-locations .edit-transload__form select, .template__transload-locations .edit-salesVp__form input,
.template__property-list .edit-transload__form input,
.template__property-list .edit-transload__form select,
.template__property-list .edit-salesVp__form input,
.transload.panel .edit-transload__form input,
.transload.panel .edit-transload__form select,
.transload.panel .edit-salesVp__form input {
  position: absolute;
  right: 0;
  width: 250px; }

.template__transload-locations .edit-transload__form .button, .template__transload-locations .edit-salesVp__form .button,
.template__property-list .edit-transload__form .button,
.template__property-list .edit-salesVp__form .button,
.transload.panel .edit-transload__form .button,
.transload.panel .edit-salesVp__form .button {
  margin: 9px 0; }

.template__transload-locations .edit-transload__form textarea,
.template__property-list .edit-transload__form textarea,
.transload.panel .edit-transload__form textarea {
  height: 150px;
  width: 250px;
  float: right; }

.template__transload-locations .search-results,
.template__property-list .search-results,
.transload.panel .search-results {
  margin: 0 auto 20px auto; }
  @media screen and (min-width: 768px) {
    .template__transload-locations .search-results,
    .template__property-list .search-results,
    .transload.panel .search-results {
      width: 788px; } }

.template__transload-locations .search-results td,
.template__property-list .search-results td,
.transload.panel .search-results td {
  position: relative; }

.template__transload-locations .index-number,
.template__property-list .index-number,
.transload.panel .index-number {
  position: absolute;
  left: -46px;
  color: #000000;
  height: 33px;
  width: 20px;
  background: #dddddd;
  text-align: center;
  line-height: 20px;
  top: 50%;
  margin-top: -13px; }

@media screen and (min-width: 768px) {
  .template__transload-locations .location-detail,
  .template__property-list .location-detail,
  .transload.panel .location-detail {
    width: 650px; } }

.template__transload-locations .location-detail > div,
.template__property-list .location-detail > div,
.transload.panel .location-detail > div {
  display: inline-block;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .template__transload-locations .location-detail > div,
    .template__property-list .location-detail > div,
    .transload.panel .location-detail > div {
      width: 60%; } }

@media screen and (min-width: 768px) {
  .template__transload-locations .location-detail .details span,
  .template__property-list .location-detail .details span,
  .transload.panel .location-detail .details span {
    padding-left: 150px;
    padding-right: 5px;
    position: relative; } }

.template__transload-locations .location-detail .details strong,
.template__property-list .location-detail .details strong,
.transload.panel .location-detail .details strong {
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .template__transload-locations .location-detail .details strong,
    .template__property-list .location-detail .details strong,
    .transload.panel .location-detail .details strong {
      position: absolute;
      left: 0;
      margin: 0; } }

.template__transload-locations .location-detail > div.sales-vp,
.template__property-list .location-detail > div.sales-vp,
.transload.panel .location-detail > div.sales-vp {
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .template__transload-locations .location-detail > div.sales-vp,
    .template__property-list .location-detail > div.sales-vp,
    .transload.panel .location-detail > div.sales-vp {
      margin-top: 0;
      width: 37%; } }

@media screen and (min-width: 768px) {
  .template__transload-locations .location-detail .sales-vp span,
  .template__property-list .location-detail .sales-vp span,
  .transload.panel .location-detail .sales-vp span {
    padding-left: 20px; } }

.template__transload-locations .location-detail span,
.template__property-list .location-detail span,
.transload.panel .location-detail span {
  display: block; }

.template__transload-locations .location-detail h3,
.template__property-list .location-detail h3,
.transload.panel .location-detail h3 {
  color: #F17524; }

.template__transload-locations .location-detail strong,
.template__property-list .location-detail strong,
.transload.panel .location-detail strong {
  font-weight: bold; }

.template__transload-locations .location-detail img,
.template__property-list .location-detail img,
.transload.panel .location-detail img {
  display: none; }
  @media screen and (min-width: 768px) {
    .template__transload-locations .location-detail img,
    .template__property-list .location-detail img,
    .transload.panel .location-detail img {
      margin: 10px 0;
      display: block; } }

.template__transload-locations .location-detail .more-info,
.template__property-list .location-detail .more-info,
.transload.panel .location-detail .more-info {
  margin-left: 10px; }

.template__transload-locations .create-transload, .template__transload-locations .create-salesvp,
.template__property-list .create-transload,
.template__property-list .create-salesvp,
.transload.panel .create-transload,
.transload.panel .create-salesvp {
  margin: 10px 0; }

.template__transload-locations .input_search-term,
.template__property-list .input_search-term,
.transload.panel .input_search-term {
  width: 143px; }

.template__transload-locations .railroad-locations-filters,
.template__property-list .railroad-locations-filters,
.transload.panel .railroad-locations-filters {
  margin: 20px 0 20px 0;
  background-color: #F9EC12;
  position: relative;
  padding: 15px 10px; }
  .template__transload-locations .railroad-locations-filters select,
  .template__property-list .railroad-locations-filters select,
  .transload.panel .railroad-locations-filters select {
    max-width: 100%; }

.template__transload-locations #edit-mode-page-container tr.c td, .template__transload-locations #edit-mode-page-container tr.c td.sorting_1,
.template__property-list #edit-mode-page-container tr.c td,
.template__property-list #edit-mode-page-container tr.c td.sorting_1,
.transload.panel #edit-mode-page-container tr.c td,
.transload.panel #edit-mode-page-container tr.c td.sorting_1 {
  background-color: green; }

.template__transload-locations #edit-mode-page-container tr.u td, .template__transload-locations #edit-mode-page-container tr.u td.sorting_1,
.template__property-list #edit-mode-page-container tr.u td,
.template__property-list #edit-mode-page-container tr.u td.sorting_1,
.transload.panel #edit-mode-page-container tr.u td,
.transload.panel #edit-mode-page-container tr.u td.sorting_1 {
  background-color: #F9EC12; }

.template__transload-locations #edit-mode-page-container tr.d td, .template__transload-locations #edit-mode-page-container tr.d td.sorting_1,
.template__property-list #edit-mode-page-container tr.d td,
.template__property-list #edit-mode-page-container tr.d td.sorting_1,
.transload.panel #edit-mode-page-container tr.d td,
.transload.panel #edit-mode-page-container tr.d td.sorting_1 {
  background-color: red; }

.template__transload-locations .salesVp-table__container h3, .template__transload-locations .transload-table__container h3,
.template__property-list .salesVp-table__container h3,
.template__property-list .transload-table__container h3,
.transload.panel .salesVp-table__container h3,
.transload.panel .transload-table__container h3 {
  margin: 15px 0 0 0; }

.template__transload-locations .transload-view .leadgen-form p span,
.template__property-list .transload-view .leadgen-form p span,
.transload.panel .transload-view .leadgen-form p span {
  display: inline-block; }

.template__transload-locations .location-detail span.transload-address,
.template__property-list .location-detail span.transload-address,
.transload.panel .location-detail span.transload-address {
  margin-top: 5px;
  padding-left: 0; }

.template__transload-locations #secondary-nav a[href="/customers/transload_locations"] + ul,
.template__property-list #secondary-nav a[href="/customers/transload_locations"] + ul,
.transload.panel #secondary-nav a[href="/customers/transload_locations"] + ul {
  display: none; }

.template__transload-locations .all-contacts,
.template__property-list .all-contacts,
.transload.panel .all-contacts {
  font-size: 14px; }

.template__transload-locations .all-contacts h3,
.template__property-list .all-contacts h3,
.transload.panel .all-contacts h3 {
  margin-bottom: 5px; }

.template__transload-locations .all-contacts span, .template__transload-locations .all-contacts strong,
.template__property-list .all-contacts span,
.template__property-list .all-contacts strong,
.transload.panel .all-contacts span,
.transload.panel .all-contacts strong {
  display: block;
  margin: 2px 0; }

.template__transload-locations .all-contacts .salesvp-row,
.template__property-list .all-contacts .salesvp-row,
.transload.panel .all-contacts .salesvp-row {
  display: inline-block;
  width: 32%;
  padding: 5px 0; }

.template__transload-locations .edit-mode .choice-terminal,
.template__property-list .edit-mode .choice-terminal,
.transload.panel .edit-mode .choice-terminal {
  display: none; }

.template__transload-locations .leadgen-form,
.template__property-list .leadgen-form,
.transload.panel .leadgen-form {
  position: relative; }

.template__transload-locations .choice-terminal,
.template__property-list .choice-terminal,
.transload.panel .choice-terminal {
  width: 145px;
  position: absolute;
  bottom: -124px; }
  @media screen and (min-width: 768px) {
    .template__transload-locations .choice-terminal,
    .template__property-list .choice-terminal,
    .transload.panel .choice-terminal {
      top: 300px;
      left: 600px;
      bottom: auto; } }

.template__transload-locations .railroad-locations-filters ::-webkit-input-placeholder,
.template__property-list .railroad-locations-filters ::-webkit-input-placeholder,
.transload.panel .railroad-locations-filters ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000; }

.template__transload-locations .railroad-locations-filters :-moz-placeholder,
.template__property-list .railroad-locations-filters :-moz-placeholder,
.transload.panel .railroad-locations-filters :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1; }

.template__transload-locations .railroad-locations-filters ::-moz-placeholder,
.template__property-list .railroad-locations-filters ::-moz-placeholder,
.transload.panel .railroad-locations-filters ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1; }

.template__transload-locations .railroad-locations-filters :-ms-input-placeholder,
.template__property-list .railroad-locations-filters :-ms-input-placeholder,
.transload.panel .railroad-locations-filters :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

.template__transload-locations .railroad-locations-filters :placeholder-shown,
.template__property-list .railroad-locations-filters :placeholder-shown,
.transload.panel .railroad-locations-filters :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #000; }

.template__transload-locations .railroad-locations-filters .placeholdersjs,
.template__property-list .railroad-locations-filters .placeholdersjs,
.transload.panel .railroad-locations-filters .placeholdersjs {
  color: #000; }

.template__rail-service .map-container {
  display: none; }
  @media screen and (min-width: 768px) {
    .template__rail-service .map-container {
      width: 880px; } }
  .template__rail-service .map-container[data-region="Europe"] .map-canvas {
    display: none; }

.template__rail-service .freeform {
  margin-top: 40px; }

.template__rail-service .container > .article {
  position: relative; }

@media screen and (min-width: 768px) {
  .template__rail-service .map-controls {
    position: absolute;
    top: 2px;
    left: 260px; } }

.template__rail-service .rail-region-select {
  display: none; }

.template__rail-service .back-rail-service-overview {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .template__rail-service .back-rail-service-overview {
      margin-left: 5px;
      padding: 0;
      display: inline-block; } }

.template__rail-service .map-canvas {
  border: 2px solid #000;
  height: 400px; }
  @media screen and (min-width: 768px) {
    .template__rail-service .map-canvas {
      height: 700px;
      width: 100%; } }

.template__rail-service .static-images {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .template__rail-service .static-images {
      width: 880px; } }

.template__rail-service .static-images img {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .template__rail-service .static-images img.australia, .template__rail-service .static-images img.europe {
      float: left; }
    .template__rail-service .static-images img.australia {
      margin-right: 20px;
      width: 500px; }
    .template__rail-service .static-images img.europe {
      width: 360px; } }

.template__rail-service .railroadLabels {
  background-image: url(/themes/GWRR.Themes.Default/images/Pin_Rail_Flag.png);
  color: #FFFFFF;
  border: solid 1px grey;
  text-align: center;
  width: 70px;
  height: 40px;
  padding-top: 12px;
  font-size: 10px;
  z-index: 10; }

@media screen and (min-width: 768px) {
  .template__rail-service .supporting-content {
    display: block; }
    .template__rail-service .supporting-content > div {
      width: 240px; }
    .template__rail-service .supporting-content .customerconsole-login {
      float: right;
      margin-right: 50px; } }

.template__rail-service .relatedlinks {
  margin: 0;
  order: 2; }

.template__rail-service .rail-service-content {
  display: none; }

/*
    Target div, ul to create two column layouts
*/
ul.ul-two-columns,
.ul-two-columns ul {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px; }

