@charset "UTF-8";
/* Setting Variables */
/* Font-face */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../vendor/fontawesome/webfonts/fa-solid-900.eot);
  src: url(../vendor/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../vendor/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(../vendor/fontawesome/webfonts/fa-solid-900.woff) format("woff"), url(../vendor/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"), url(../vendor/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

/* Theme-wide Variables */
/* Custom Breakpoints */
/* Bootstrap Breakpoints */
/* Other Vars */
.glassform .form-group .form-control, .glassform .form-group .select2 .select2-selection {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Bootstrap Overrides */
.dropdown-toggle::after {
  display: none;
}

/* Bootstrap Additions */
@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
  .col-lg-3p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1444444444445%;
            flex: 0 0 29.1444444444445%;
    max-width: 29.1444444444445%;
  }
  .col-lg-2p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.2222222222222%;
            flex: 0 0 22.2222222222222%;
    max-width: 22.2222222222222%;
  }
  .col-lg-1p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.1111111111111%;
            flex: 0 0 11.1111111111111%;
    max-width: 11.1111111111111%;
  }
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

@media (max-width: 1199px) {
  .show-xl {
    display: none;
  }
}

@media (max-width: 991px) {
  .show-lg {
    display: none;
  }
}

@media (max-width: 767px) {
  .show-md {
    display: none;
  }
}

/* FlatPickr Overrides */
.flatpickr-day.selected {
  background: #1a4f9a;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #43b54a !important;
}

/* Sweet Alert Overrides */
.swal-button {
  padding: 16px 15px;
  height: 46px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  border-radius: 0;
  background-color: #43b54a;
}

.swal-button:hover {
  background-color: rgba(67, 181, 74, 0.8);
  color: #ffffff;
}

/* Fontawesome Custom Icons */
.fa-whistle-custom:before {
  content: "";
  display: inline-block;
  background-image: url("../rsc/ui/icon-whistle.png");
  background-size: cover;
  height: 36px;
  width: 36px;
}

/* Global */
body {
  background: #f6f6f6;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

::-moz-selection {
  color: #ffffff;
  background: #43b54a;
}

::selection {
  color: #ffffff;
  background: #43b54a;
}

::-webkit-input-placeholder {
  color: #5b5b5b;
}

:-ms-input-placeholder {
  color: #5b5b5b;
}

::-ms-input-placeholder {
  color: #5b5b5b;
}

::placeholder {
  color: #5b5b5b;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #43b54a;
}

a:hover {
  color: #1a4f9a;
}

.colour-red {
  color: #e63946 !important;
}

/* Height of nav + notice bar */
.pagecontent {
  padding-top: 260px;
  padding-bottom: 120px;
}

.smallnote {
  padding: 15px 30px 45px 30px;
}

/* Theme Classes */
.btn-primary {
  border: none;
}

.btn-primary,
.bg-blue {
  background-color: #1a4f9a !important;
}

.bg-blue-dark {
  background-color: #0a3f8a !important;
}

.bg-green {
  background-color: #43b54a !important;
}

.bg-pattern-green {
  background: url("../rsc/ui/pattern.png") repeat #43b54a;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-white-visual {
  background: url("../rsc/ui/background-visual-footer.png") no-repeat center bottom #ffffff;
}

.bg-dark-visual {
  background: url("../rsc/ui/background-visual-footer-white.png") no-repeat center bottom #111111;
}

.bg-site-visual {
  background: url("../rsc/ui/background-visual.png") no-repeat center bottom #f6f6f6;
}

.bg-sitedarker {
  background-color: #f1f1f1 !important;
}

.bg-gradient-blue {
  background: url("../rsc/ui/gradient-blue.png") repeat-x;
}

.bg-pattern-blue {
  background: url("../rsc/ui/pattern.png") repeat #1a4f9a;
}

.border-white-tr {
  border-color: #ffffff44;
}

.text-blue {
  color: #1a4f9a !important;
}

.text-white {
  color: #ffffff !important;
}

.loading {
  background-image: url("../rsc/ui/loading-blue.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.loading > * {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.btn:focus,
.btn-green:focus,
.btn-green-outline:focus,
.retail-list > li > a:hover .info > .btn:focus {
  color: #ffffff;
}

.btn-green {
  background-color: #43b54a;
  color: #ffffff;
}

.btn-green:hover {
  background-color: rgba(67, 181, 74, 0.8);
  color: #ffffff;
}

.btn-green-outline, .retail-list > li > a:hover .info > .btn {
  background-color: #ffffff;
  color: #43b54a;
  border: solid 1px #43b54a;
  border-radius: 4px;
}

.btn-green-outline:hover, .retail-list > li > a:hover .info > .btn:hover,
.btn-green-outline:focus,
.retail-list > li > a:hover .info > .btn:focus {
  background-color: #43b54a;
  color: #ffffff;
}

.btn-main {
  padding: 16px 15px;
  height: 46px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  border-radius: 0;
}

.btn-big {
  padding: 20px 50px;
  height: 70px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .btn-big {
    padding: 15px 30px;
    height: auto;
    font-size: 18px;
    line-height: 22px;
  }
}

.visuel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57px;
  height: 6px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  padding-left: 7px;
}

.visuel:before,
.visuel:after {
  content: "";
  position: relative;
  display: block;
  width: 50%;
  background-color: #43b54a;
  left: -3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.visuel:after {
  background-color: #1a4f9a;
  left: auto;
  right: -4px;
}

.visuel-hover .visuel:before, .thumb-list li .thumb-item:hover .visuel:before,
.visuel-hover .visuel:after,
.thumb-list li .thumb-item:hover .visuel:after {
  background-color: #1a4f9a;
  left: -1px;
}


.visuel-hover .visuel:after,
.thumb-list li .thumb-item:hover .visuel:after {
  background-color: #43b54a;
  left: auto;
  right: -8px;
}

.normal-paragraph {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5b5b5b;
}

/* Header Classes */
.small-notice {
  display: none;
  height: 60px;
  line-height: 60px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.small-notice .sn-content {
  overflow: hidden;
}

.small-notice .sn-content > ul {
  padding: 0 15px 0 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}

.small-notice .sn-content > ul > li {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: inherit;
}

.small-notice .sn-content > ul > li > a {
  text-decoration: none !important;
  opacity: 0.9;
  color: #ffffff;
}

.small-notice .sn-content > ul > li > a:hover {
  opacity: 1;
}

.small-notice .sn-content > ul > li > a:after {
  content: "";
  font-weight: 700;
  margin-left: 20px;
}

.small-notice .sn-content > ul > li.active {
  display: block;
}

.small-notice .sn-controls {
  padding-top: 8px;
}

.small-notice .sn-controls > div {
  display: inline-block;
  border-left: solid 1px #ffffff44;
  height: 44px;
  line-height: 44px;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.small-notice .sn-controls > div > span {
  padding: 0 5px 0 5px;
}

.small-notice .sn-controls > div > button {
  padding: 0 10px 0 10px;
}

.small-notice .sn-controls > div > button > i {
  color: #ffffff44;
}

.small-notice .sn-controls > div > button:hover > i {
  color: #ffffff;
}

.small-notice.sn-id .sn-content > ul > li > a:after {
  content: "Baca Selengkapnya \00bb";
}

.small-notice.sn-en .sn-content > ul > li > a:after {
  content: "Read More \00bb";
}

@media (min-width: 576px) {
  .small-notice.show {
    display: block;
  }
}

.page-top {
  position: relative;
  z-index: 100;
}

.page-top .navbar-brand-sp {
  display: block;
}

.navbar-container {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-container .navbar .navbar-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-container .navbar .navbar-widgets .searchwidget .searchbtn {
  color: #ffffff;
  font-size: 18px;
  line-height: 14px;
  padding: 15px 5px 5px 5px;
  opacity: 0.7;
}

.navbar-container .navbar .navbar-widgets .searchwidget .searchbtn:hover {
  opacity: 1;
}

.navbar-container .navbar .navbar-widgets .langwidget {
  height: 40px;
  padding-top: 5px;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect {
  width: 64px;
  opacity: 0.9;
  text-align: right;
  padding-top: 5px;
  margin-right: -10px;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect .langitem {
  display: none;
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  vertical-align: middle;
  padding: 7px 10px 5px 10px;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect .langitem > span {
  position: relative;
  top: -2px;
  margin-right: 3px;
  display: inline-block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  border-radius: 9px;
  vertical-align: middle;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect .langitem > span > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect .langitem.show {
  display: block;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect .langitem:hover {
  text-decoration: none;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect:hover {
  opacity: 1;
  cursor: pointer;
  padding-top: 0;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect:hover .langitem {
  background: #fafafaaa;
  display: block;
  color: #333333;
  border-top: solid 1px #e3e3e3;
  padding: 12px 10px 10px 10px;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect:hover .langitem:hover {
  text-decoration: none;
  background: #fafafa;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect:hover .langitem:first-child {
  border: none;
  border-radius: 4px 4px 0 0;
}

.navbar-container .navbar .navbar-widgets .langwidget .langselect:hover .langitem:last-child {
  border-radius: 0 0 4px 4px;
}

.navbar-container .navbar .navbar-widgets .navburger {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-container .navbar .navbar-widgets .navburger > span {
  width: 16px;
  height: 2px;
  margin: 0 auto;
  border-top: solid 1px #ffffff44;
  border-bottom: solid 1px #ffffff44;
  border-radius: 1px;
}

.navbar-container .navbar .navbar-widgets .navburger > span:after,
.navbar-container .navbar .navbar-widgets .navburger > span:before {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  border-top: solid 1px #ffffff44;
  border-bottom: solid 1px #ffffff44;
  border-radius: 1px;
  top: -10px;
}

.navbar-container .navbar .navbar-widgets .navburger > span:before {
  top: auto;
  bottom: -6px;
}

.navbar-container .navbar .navbar-widgets .navburger.show > span {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.navbar-container .navbar .navbar-widgets .navburger.show > span:after,
.navbar-container .navbar .navbar-widgets .navburger.show > span:before {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.navbar-container .navbar .searchform {
  display: none;
  position: absolute;
  top: 120px;
  left: 0px;
  width: 100%;
}

.navbar-container .navbar .searchform > label {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}

.navbar-container .navbar .searchform .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-container .navbar .searchform .input-group > input[type="text"],
.navbar-container .navbar .searchform .input-group > input[type="email"] {
  background-color: #eaeaea;
  height: auto;
  padding: 10px 12px;
  border: none;
}

.navbar-container .navbar .searchform .input-group > input[type="text"]:focus,
.navbar-container .navbar .searchform .input-group > input[type="email"]:focus {
  background-color: #ffffff;
}

.navbar-container .navbar .searchform .input-group > input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  max-width: 20%;
  height: auto;
  padding: 10px 12px;
  border: none;
}

.navbar-container .navbar .searchform.show {
  display: block;
}

@media (min-width: 992px) {
  .page-top {
    height: 140px;
    margin-bottom: -140px;
  }
  .navbar-container {
    height: 140px;
    padding-top: 30px;
    -webkit-transition: background-color 0.5s, height 0.5s;
    transition: background-color 0.5s, height 0.5s;
    background-color: rgba(26, 79, 154, 0);
  }
  .navbar-container .navbar {
    padding: 0;
  }
  .navbar-container .navbar .navbar-widgets .navburger {
    display: none;
  }
  .navbar-container .navbar .navbar-nav {
    padding-top: 15px;
  }
  .navbar-container .navbar .navbar-nav .nav-item {
    position: static;
    margin-left: 10px;
  }
  .navbar-container .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .navbar-container .navbar .navbar-nav .nav-item .nav-link:hover,
  .navbar-container .navbar .navbar-nav .nav-item .nav-link.show {
    border-color: #ffffff;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu {
    background: none;
    border: none;
    color: #ffffff;
    position: absolute;
    top: 120px;
    height: 170px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -4px -20px;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > div {
    height: 170px;
    width: 270px;
    padding: 4px 20px 0 20px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > li {
    width: 200px;
    padding: 4px 20px 0 20px;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > li > .dropdown-item {
    padding: 4px 0;
    font-size: 15px;
    line-height: 17px;
    color: #ffffff !important;
    white-space: normal;
    opacity: 0.7;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > li > .dropdown-item:focus,
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > li > .dropdown-item:hover {
    background: none !important;
    opacity: 1;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu {
    height: 170px;
    padding: 4px 20px 0 20px;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > span {
    font-size: 15px;
    line-height: 17px;
    cursor: default;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content {
    padding: 0;
    margin: 0;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content > li {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content > li > a {
    padding: 6px 0;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff !important;
    opacity: 0.7;
    white-space: normal;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content > li > a:focus,
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content > li > a:hover {
    background: none !important;
    opacity: 1;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-container.opened {
    background: url("../rsc/ui/background-visual-footer-white.png") no-repeat center bottom #111111fc;
    height: 440px;
  }
  .navbar-container.opened-short {
    background: url("../rsc/ui/background-visual-footer-white.png") no-repeat center bottom #111111fc;
    height: 280px;
  }
}

@media (min-width: 1200px) {
  .navbar-container .navbar .navbar-nav .nav-item {
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .small-notice > .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .navbar-container {
    min-height: 90px;
    padding-top: 0;
    background-color: #1a4f9a;
  }
  .navbar-container > .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar-container .navbar {
    padding: 90px 0 0 0;
  }
  .navbar-container .navbar .navbar-brand {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 60px;
    padding: 0;
  }
  .navbar-container .navbar .navbar-brand img {
    width: auto;
    height: 60px;
  }
  .navbar-container .navbar .navbar-nav {
    display: none;
    background-color: #111111;
    width: 100%;
  }
  .navbar-container .navbar .navbar-nav .nav-item {
    border-bottom: solid 1px #222222;
  }
  .navbar-container .navbar .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px;
  }
  .navbar-container .navbar .navbar-nav .nav-item .nav-link.show {
    background-color: #222222;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: #222222;
    border: none;
    margin: 0;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > div {
    display: none;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > li > .dropdown-item {
    padding: 10px 20px;
    color: #f1f1f1 !important;
    border-top: solid 1px #2a2a2a;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu {
    padding: 10px 20px;
    color: #f1f1f1 !important;
    border-top: solid 1px #2a2a2a;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > span {
    display: block;
    margin-bottom: 5px;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content {
    padding: 0;
    margin: 0;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content > li {
    list-style-type: none;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content > li > a {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff !important;
    opacity: 0.7;
  }
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content > li > a:focus,
  .navbar-container .navbar .navbar-nav .nav-item .dropdown-menu > .dropdown-submenu > .dropdown-submenu-content > li > a:hover {
    background: none !important;
    opacity: 1;
  }
  .navbar-container .navbar .navbar-nav.show {
    display: block;
  }
  .navbar-container .navbar .navbar-widgets {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-container .navbar .navbar-widgets .searchwidget {
    padding-top: 5px;
  }
  .navbar-container .navbar .navbar-widgets .searchwidget .searchbtn {
    padding: 5px;
  }
  .navbar-container .navbar .navbar-widgets .searchwidget.show .searchbtn {
    color: #ffffff;
  }
  .navbar-container .navbar .navbar-widgets .langwidget {
    padding-top: 2px;
  }
  .navbar-container .navbar .navbar-widgets .langwidget .langselect {
    margin-right: 0px;
    margin-left: 5px;
  }
  .navbar-container .navbar .searchform {
    position: relative;
    top: 0;
    padding: 25px;
    background-color: #333333;
  }
}

@media (max-width: 767px) {
  .navbar-container {
    min-height: 70px;
  }
  .navbar-container .navbar {
    padding: 70px 0 0 0;
  }
  .navbar-container .navbar .navbar-brand {
    height: 40px;
  }
  .navbar-container .navbar .navbar-brand img {
    height: 40px;
  }
  .navbar-container .navbar .navbar-widgets .searchwidget {
    position: static;
  }
}

@media (min-width: 992px) {
  .fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .fixed.shrinked .page-top .navbar-container {
    background: url("../rsc/ui/background-visual-footer-white.png") no-repeat center bottom #111111ee;
    padding-top: 15px;
    height: 110px;
  }
  .fixed.shrinked .page-top .navbar-container.opened,
  .fixed.shrinked .page-top .navbar-container.opened-short {
    background: url("../rsc/ui/background-visual-footer-white.png") no-repeat center bottom #111111fc;
  }
  .fixed.shrinked .page-top .navbar-container.opened {
    height: 410px;
  }
  .fixed.shrinked .page-top .navbar-container.opened-short {
    height: 250px;
  }
}

/* Footer Classes */
.footer {
  position: relative;
  z-index: 2;
}

.footer > .section {
  padding-top: 110px;
  padding-bottom: 90px;
}

.footer > .section > .container > .row {
  margin-right: -64px;
  margin-left: -64px;
}

.footer > .section > .container > .row > div[class^="col-"] {
  padding-right: 64px;
  padding-left: 64px;
}

.footer > .section > .container > .row > div[class^="col-"] .logo-footer {
  margin-bottom: 80px;
}

.footer > .section > .container > .row > div[class^="col-"] .footer-group > h5 {
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: solid 1px #ffffff44;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.footer > .section > .container > .row > div[class^="col-"] .footer-group .app-download-links > a {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.footer > .section > .container > .row > div[class^="col-"] .footer-group .app-download-links > a > img {
  height: 40px;
  width: auto;
}

.footer > .section > .container > .row > div[class^="col-"] .footer-group .app-download-links > a:hover {
  opacity: 0.8;
}

.footer > .section > .container > .row > div[class^="col-"] .footer-group > p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.footer > .section > .container > .row > div[class^="col-"] .footer-group > hr {
  margin-top: 22px;
  margin-bottom: 22px;
}

.icon-group-links {
  padding: 0;
  margin: 0;
}

.icon-group-links > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
}

.icon-group-links > li > i {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 15px;
}

.icon-group-links > li > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.icon-group-links > li > div > a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  line-height: 24px;
}

.icon-group-links > li > div > a:hover {
  opacity: 1;
  text-decoration: none;
}

.icon-links {
  padding: 0;
  margin: 0;
}

.icon-links > li {
  list-style-type: none;
  margin-bottom: 20px;
}

.icon-links > li > a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.icon-links > li > a > i {
  color: #1a4f9a;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  border-radius: 15px;
  padding-top: 6px;
}

.icon-links > li > a > div {
  padding-top: 3px;
}

.icon-links > li > a > div span {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  margin-top: -3px;
}

.icon-links > li > a:hover {
  opacity: 1;
  text-decoration: none;
}

.section.mid-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group {
  margin-bottom: 40px;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > h5,
.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > a {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > h5 {
  color: #ffffff;
  border-bottom: solid 1px #b7b7b7;
  padding-bottom: 10px;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > a {
  opacity: 0.9;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > a:hover {
  opacity: 1;
  text-decoration: none;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul {
  padding: 0;
  margin: 0;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul > li {
  list-style-type: none;
  margin-bottom: 10px;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul > li > a {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul > li > a:hover {
  opacity: 1;
  text-decoration: none;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul > li > ul {
  padding: 0;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul > li > ul > span {
  color: #ffffff;
  font-weight: 500;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul > li > ul > li {
  list-style-type: none;
  padding-left: 10px;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul > li > ul > li > a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}

.section.mid-footer > .container > .row > div[class^="col-"] .footer-group > ul > li > ul > li > a:hover {
  opacity: 1;
  text-decoration: none;
}

.section.bottom-footer {
  padding: 0;
  cursor: default;
}

.section.bottom-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100px;
}

.section.bottom-footer .container .bottom-footer-left {
  padding-top: 25px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section.bottom-footer .container .bottom-footer-left > a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-right: 60px;
}

.section.bottom-footer .container .bottom-footer-left > a:hover {
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

.section.bottom-footer .container .bottom-footer-right {
  padding-top: 25px;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section.bottom-footer .container .bottom-footer-right > b {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footer > .section > .container > .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer > .section > .container > .row > div[class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .section.top-footer {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .section.top-footer .footer-group {
    margin-bottom: 60px;
  }
  .section.mid-footer {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .section.bottom-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section.bottom-footer .container .bottom-footer-left {
    text-align: center;
    padding-top: 5px;
  }
  .section.bottom-footer .container .bottom-footer-left > a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section.bottom-footer .container .bottom-footer-right {
    text-align: center;
    padding-top: 15px;
  }
  .section.bottom-footer .container .bottom-footer-right > b {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
}

/* HOME/Beranda */
.pagecontent {
  position: relative;
}

.pagecontent .container {
  position: relative;
  z-index: 1;
}

.main-carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 680px;
}

.banner {
  width: 100%;
  height: 680px;
  background-image: url("../rsc/ui/banner-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.banner-section {
  position: relative;
  z-index: 1;
  height: 420px;
}

@media (min-width: 992px) {
  .banner-section {
    top: -70px;
  }
}

@media (max-width: 991px) {
  .banner-section {
    height: 580px;
    padding-top: 0;
    margin-top: -160px;
    background-image: none;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 720px;
  }
  .banner-section {
    height: 720px;
    margin-top: -260px;
    padding: 0;
    overflow: hidden;
  }
  .banner-section > .container {
    padding: 0;
  }
}

@media (min-width: 1920px) {
  .banner {
    background-size: 100% auto;
    background-attachment: fixed;
  }
}

.banner.banner-home-1 {
  background-image: url("../rsc/ui/slide/mrt.jpg");
}

.banner.banner-home-2 {
  background-image: url("../rsc/ui/slide/route.jpg");
}

.banner.banner-home-3 {
  background-image: url("../rsc/ui/slide/platformclock.jpg");
}

.banner.banner-home-4 {
  background-image: url("../rsc/ui/slide/faregates.jpg");
}

.banner.banner-home-5 {
  background-image: url("../rsc/ui/slide/faregates.jpg");
}

.banner.banner-home-6 {
  background-image: url("../rsc/ui/slide/hat.jpg");
}

.banner.banner-home-7 {
  background-image: url("../rsc/ui/slide/handwatch.jpg");
}

.banner.banner-routeplanner {
  background-image: url("../rsc/ui/slide/routeplanner.jpg");
}

@media (max-width: 1199px) {
  .banner.banner-home-1 {
    background-image: url("../rsc/ui/slide/mrt-md.jpg");
  }
  .banner.banner-home-2 {
    background-image: url("../rsc/ui/slide/route-md.jpg");
  }
  .banner.banner-home-3 {
    background-image: url("../rsc/ui/slide/platformclock-md.jpg");
  }
  .banner.banner-home-4 {
    background-image: url("../rsc/ui/slide/faregates-md.jpg");
  }
  .banner.banner-home-5 {
    background-image: url("../rsc/ui/slide/faregates-md.jpg");
  }
  .banner.banner-home-6 {
    background-image: url("../rsc/ui/slide/hat-md.jpg");
  }
  .banner.banner-home-7 {
    background-image: url("../rsc/ui/slide/handwatch-md.jpg");
  }
  .banner.banner-routeplanner {
    background-image: url("../rsc/ui/slide/routeplanner-md.jpg");
  }
}

@media (max-width: 767px) {
  .banner.banner-home-1 {
    background-image: url("../rsc/ui/slide/mrt-sp.jpg");
  }
  .banner.banner-home-2 {
    background-image: url("../rsc/ui/slide/route-sp.jpg");
  }
  .banner.banner-home-3 {
    background-image: url("../rsc/ui/slide/platformclock-sp.jpg");
  }
  .banner.banner-home-4 {
    background-image: url("../rsc/ui/slide/faregates-sp.jpg");
  }
  .banner.banner-home-5 {
    background-image: url("../rsc/ui/slide/faregates-sp.jpg");
  }
  .banner.banner-home-6 {
    background-image: url("../rsc/ui/slide/hat-sp.jpg");
  }
  .banner.banner-home-7 {
    background-image: url("../rsc/ui/slide/handwatch-sp.jpg");
  }
  .banner.banner-routeplanner {
    background-image: url("../rsc/ui/slide/routeplanner-sp.jpg");
  }
}

.welcome {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #ffffff;
  padding: 0 0 15px 15px;
}

@media (max-width: 991px) {
  .welcome {
    display: none;
  }
}

.glasscard {
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.glasscard .card-header {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  border: none;
  z-index: 2;
}

.glasscard .card-block {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 1;
  padding: 0;
}

.glasstabs {
  position: relative;
  margin: 0;
  padding: 0 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: visible;
}

.glasstabs > li {
  list-style-type: none;
}

.glasstabs > li > a {
  cursor: pointer;
  display: block;
  padding: 10px 13px;
  height: 72px;
  border-bottom: solid 4px transparent;
  margin: 0 20px -2px 20px;
  -webkit-transition: border-bottom-color 0.5s;
  transition: border-bottom-color 0.5s;
}

.glasstabs > li > a > i {
  color: #43b54a;
  vertical-align: middle;
  font-size: 24px;
  line-height: 50px;
  margin-right: 10px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.glasstabs > li > a > span {
  color: #5b5b5b;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
}

.glasstabs > li > a:hover {
  text-decoration: none !important;
}

.glasstabs > li > a:hover > i {
  color: #1a4f9a;
}

.glasstabs > li > a.active > i {
  color: #1a4f9a;
}

.pilltabs {
  position: relative;
  margin: 0 -10px 30px -10px;
  padding: 0 0 20px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: auto;
  border-bottom: solid 1px #f1f1f1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.pilltabs > li {
  list-style-type: none;
  margin: 0 10px 0 10px;
}

.pilltabs > li > a {
  cursor: pointer;
  display: block;
  padding: 4px 24px;
  height: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #f3f3f3;
  border-radius: 16px;
}

.pilltabs > li > a > span {
  color: #43b54a;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.pilltabs > li > a:hover {
  text-decoration: none !important;
  background-color: #1a4f9a;
}

.pilltabs > li > a:hover > span {
  color: #ffffff;
}

.pilltabs > li > a.active {
  background-color: #1a4f9a;
}

.pilltabs > li > a.active > span {
  color: #ffffff;
}

.pilltabs.pilltabs-fullwidth > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pilltabs.pilltabs-fullwidth > li > a {
  width: 100%;
  text-align: center;
}

.dashingbleuline {
  position: absolute;
  background-color: #1a4f9a;
  width: 0px;
  height: 4px;
  bottom: -2px;
  left: 20px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (max-width: 1199px) {
  .glasstabs > li > a {
    margin: 0 10px 0 10px;
  }
}

@media (max-width: 1199px) {
  .glasstabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 10px;
    overflow-x: auto;
  }
  .glasstabs > li > a {
    padding: 8px 6px;
    height: 92px;
    text-align: center;
    margin: 0 10px 0 10px;
  }
  .glasstabs > li > a > i {
    display: block;
    line-height: 38px;
    margin-right: 0;
  }
  .glasstabs > li > a > span {
    font-size: 14px;
    line-height: 16px;
  }
  .glasstabs > li > a.text-left {
    text-align: center !important;
  }
  .glasstabs > li > a.active {
    border-bottom-color: #1a4f9a;
  }
  .glasstabs .dashingbleuline {
    display: none;
  }
}

@media (max-width: 767px) {
  .glasstabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 10px;
    overflow-x: auto;
  }
  .glasstabs > li > a {
    padding: 8px 6px;
    height: 92px;
    text-align: center;
    margin: 0 10px 0 10px;
  }
  .glasstabs > li > a > i {
    display: block;
    line-height: 38px;
    margin-right: 0;
  }
  .glasstabs > li > a > span {
    font-size: 14px;
    line-height: 16px;
  }
  .glasstabs > li > a.text-left {
    text-align: center !important;
  }
  .glasstabs > li > a.active {
    border-bottom-color: #1a4f9a;
  }
  .glasstabs .dashingbleuline {
    display: none;
  }
  .pilltabs {
    margin: 0 -5px 30px -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pilltabs > li {
    margin: 0 5px 10px 5px;
    width: 100%;
  }
  .pilltabs > li > a {
    padding: 4px 12px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .glasstabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 10px;
    overflow-x: scroll;
  }
  .glasstabs > li > a {
    padding: 8px 6px;
    height: 80px;
    text-align: center;
    margin: 0 10px 0 10px;
  }
  .glasstabs > li > a > i {
    display: block;
    line-height: 38px;
    margin-right: 0;
  }
  .glasstabs > li > a > span {
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
  }
  .glasstabs > li > a > span br {
    display: none;
  }
  .glasstabs > li > a.text-left {
    text-align: center !important;
  }
  .glasstabs > li > a.active {
    border-bottom-color: #1a4f9a;
  }
  .glasstabs .dashingbleuline {
    display: none;
  }
}

@media (min-width: 1200px) {
  .glasstabs > li > a {
    padding: 16px 16px;
    height: 84px;
  }
}

.glass-radio {
  margin-top: 15px;
  height: auto;
  padding-left: 25px;
  margin-right: 25px;
}

.glass-radio .custom-control-label {
  display: inline-block;
  height: 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #5b5b5b;
  padding-left: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.glass-radio .custom-control-label:hover {
  color: #43b54a;
}

.glass-radio .custom-control-label::before {
  width: 20px;
  height: 20px;
  border: solid 2px #b7b7b7;
  top: 0;
  left: -24px;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}

.glass-radio .custom-control-label::after {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 4px;
  left: -20px;
  background-image: none;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}

.glass-radio .custom-control-label:hover::before {
  border: solid 2px #43b54a;
  background-color: #ffffff;
}

.glass-radio .custom-control-label:hover::after {
  background-color: #43b54a;
  background-image: none;
}

.glass-radio .custom-control-input:checked ~ .custom-control-label::before {
  border: solid 2px #1a4f9a;
  background-color: #ffffff;
}

.glass-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #1a4f9a;
  background-image: none;
}

.glass-checkbox {
  margin-top: 15px;
  height: auto;
  padding-left: 25px;
  margin-right: 25px;
}

.glass-checkbox .custom-control-label {
  display: inline-block;
  height: 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #5b5b5b;
  padding-left: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.glass-checkbox .custom-control-label:hover {
  color: #43b54a;
}

.glass-checkbox .custom-control-label::before {
  width: 20px;
  height: 20px;
  border: solid 2px #b7b7b7;
  top: 0;
  left: -24px;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}

.glass-checkbox .custom-control-label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 12px;
  height: 12px;
  color: transparent;
  background-color: transparent;
  border-radius: 4px;
  top: 1px;
  left: -21px;
  font-size: 14px;
  background-image: none;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.glass-checkbox .custom-control-label:hover::before {
  border: solid 2px #43b54a;
  background-color: #ffffff;
}

.glass-checkbox .custom-control-label:hover::after {
  color: #43b54a;
  background-color: transparent;
  background-image: none;
}

.glass-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: solid 2px #1a4f9a;
  background-color: #ffffff;
}

.glass-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  color: #1a4f9a;
  background-image: none;
}

.glassform {
  padding: 36px 40px 1px 40px;
}

.glassform .form-group {
  position: relative;
  margin-bottom: 35px;
}

.glassform .form-group > label {
  font-size: 16px;
  font-weight: 500;
  color: #43b54a;
  margin-bottom: 0;
  padding: 0 6px;
}

.glassform .form-group > label > b {
  color: #e63946;
  margin-left: 2px;
}

.glassform .form-group .form-control, .glassform .form-group .select2 .select2-selection {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: auto;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #1a4f9a66;
  background: transparent;
  padding: 12px 6px 16px 6px;
  height: 53px;
  font-size: 18px;
  line-height: 18px;
  color: #8b8b8b;
  margin-top: 0.25rem;
}

.glassform .form-group .form-control option, .glassform .form-group .select2 .select2-selection option {
  border: none;
}

.glassform .form-group .form-control option:hover, .glassform .form-group .select2 .select2-selection option:hover {
  background: #1a4f9a;
  border: none;
}

.glassform .form-group .form-control:hover, .glassform .form-group .select2 .select2-selection:hover {
  cursor: pointer;
  border-bottom: solid 1px #0a3f8a;
}

.glassform .form-group textarea.form-control, .glassform .form-group .select2 textarea.select2-selection {
  height: auto;
}

.glassform .form-group .form-control[type="text"]:hover, .glassform .form-group .select2 .select2-selection[type="text"]:hover,
.glassform .form-group .form-control[type="email"]:hover,
.glassform .form-group .select2 .select2-selection[type="email"]:hover,
.glassform .form-group textarea.form-control:hover,
.glassform .form-group .select2 textarea.select2-selection:hover {
  cursor: text;
}

.glassform .form-group .form-control[type="text"].autotext:hover, .glassform .form-group .select2 .select2-selection[type="text"].autotext:hover,
.glassform .form-group .form-control[type="email"].autotext:hover,
.glassform .form-group .select2 .select2-selection[type="email"].autotext:hover {
  cursor: pointer;
}

.glassform .form-group .form-control:focus, .glassform .form-group .select2 .select2-selection:focus {
  border-bottom: solid 1px #0a3f8a;
}

.glassform .form-group > i {
  position: absolute;
  z-index: 1;
  right: 6px;
  bottom: 21px;
  font-size: 18px;
  line-height: 18px;
  color: #43b54a;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.glassform .form-group .form-control:hover + i, .glassform .form-group .select2 .select2-selection:hover + i {
  color: #1a4f9a;
}

.glassform .form-group .select2 {
  display: block;
}

.glassform .form-group .select2 .select2-selection {
  width: 100%;
}

.glassform .form-group .select2 .select2-selection .select2-selection__arrow b::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #43b54a;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.glassform .form-group .select2 .select2-selection:focus {
  border-bottom: solid 1px #0a3f8a;
  outline: none;
}

.glassform .form-group .select2 .select2-selection:hover .select2-selection__arrow b::before {
  color: #1a4f9a;
}

.glassform .form-btn-col {
  position: relative;
  height: 100%;
  min-height: 82px;
}

.glassform .form-btn-col .btn-main {
  text-transform: uppercase;
}

.glassform .glass-checkbox {
  margin: 0;
  padding-top: 40px;
  display: inline-block;
}

.glassform .rel-align-bottom {
  position: absolute;
  bottom: 36px;
}

.glassnotice {
  padding: 30px;
  background-color: #fafafa;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5b5b5b;
}

.glassmessage {
  color: #5b5b5b;
}

.glassmessage > b {
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #4d4d4d;
}

.glassmessage > p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 36px;
}

.section-title {
  margin-top: 55px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-title > h2 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  color: #4d4d4d;
  padding-right: 40px;
}

.section-title > h2.text-center {
  width: 100%;
  padding-right: 0;
}

.section-title > span {
  display: block;
  margin-top: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
  border-radius: 1px;
  background-color: #ededed;
  position: relative;
}

.section-title > span > i {
  display: block;
  width: 54px;
  height: 3px;
  background-color: #f1f1f1;
  border-left: solid 11px #f6f6f6;
  border-right: solid 11px #f6f6f6;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  top: 0;
  right: 176px;
}

@media (max-width: 767px) {
  .section-title > h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .section-title > span {
    display: none;
  }
}

.thumb-list {
  padding: 0;
  margin: 0 -15px 60px -15px;
}

.thumb-list li {
  list-style-type: none;
  margin-bottom: 30px;
}

.thumb-list li > .thumb-item {
  display: block;
  position: relative;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.thumb-list li > .thumb-item > .thumb-img {
  height: 300px;
  overflow: hidden;
}

.thumb-list li > .thumb-item > .thumb-img > img {
  width: 100%;
}

.thumb-list li > .thumb-item > .thumb-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 33px 30px 21px 30px;
  background-color: #ffffff;
  /*-webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;*/
}

.thumb-list li > .thumb-item > .thumb-info > .visuel {
  margin-bottom: 11px;
}

.thumb-list li > .thumb-item > .thumb-info > h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #4d4d4d;
  margin-bottom: 10px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.thumb-list li > .thumb-item > .thumb-info > span {
  font-size: 12x;
  line-height: 20px;
  color: #b7b7b7;
}

.thumb-list li .thumb-item.thumb-item-lg > .thumb-info > .visuel {
  margin-bottom: 15px;
}

.thumb-list li .thumb-item.thumb-item-lg > .thumb-info > h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}

.thumb-list li .thumb-item.thumb-item-lg > .thumb-info > span {
  font-size: 14x;
  line-height: 20px;
}

.thumb-list li .thumb-item:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 6px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 2px 10px rgba(0, 0, 0, 0.1);
}

.thumb-list li .thumb-item:hover > .thumb-info {
  background-color: #ffffff;
}

.thumb-list li .thumb-item:hover > .thumb-info > h3 {
  color: #1a4f9a;
}

.thumb-list-unobstructed li > .thumb-item {
  height: auto;
  overflow: visible;
}

.thumb-list-unobstructed li > .thumb-item > .thumb-img {
  height: 240px;
  overflow: hidden;
}

.thumb-list-unobstructed li > .thumb-item > .thumb-img > img {
  width: auto;
  height: 240px;
}

.thumb-list-unobstructed li > .thumb-item > .thumb-info {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
  min-width: none;
  padding: 33px 30px 21px 30px;
}

.thumb-list-centered li > .thumb-item > .thumb-img {
  height: auto;
  padding: 15px 0;
  text-align: center;
}

.thumb-list-centered li > .thumb-item > .thumb-info > h3 {
  height: 60px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .thumb-list > li {
    margin-bottom: 30px;
  }
  .thumb-list > li .thumb-item.thumb-item-lg > .thumb-img > img {
    width: 100%;
    height: auto;
  }
  .thumb-list > li .thumb-item.thumb-item-lg > .thumb-info > .visuel {
    margin-bottom: 11px;
  }
  .thumb-list > li .thumb-item.thumb-item-lg > .thumb-info > h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .thumb-list > li .thumb-item.thumb-item-lg > .thumb-info > span {
    font-size: 12x;
    line-height: 20px;
  }
  .thumb-list-centered li > .thumb-item > .thumb-info > h3 {
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .thumb-list {
    margin-bottom: 30px;
  }
  .thumb-list > li {
    margin-bottom: 30px;
  }
  .thumb-list > li > .thumb-item > .thumb-img > img {
    width: auto;
    height: 384px;
  }
  .thumb-list > li .thumb-item.thumb-item-lg > .thumb-img > img {
    width: auto;
    height: 384px;
  }
}

.card-block .card-block-section .thumb-list > li > .thumb-item {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
}

.card-block .card-block-section .thumb-list > li .thumb-item:hover {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
}

.boxlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.boxlist > li {
  position: relative;
  list-style-type: none;
  width: 20%;
}

.boxlist > li > a {
  display: block;
  padding: 35px 30px;
  height: 160px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.boxlist > li > a > i {
  display: block;
  font-size: 32px;
  line-height: 36px;
  color: #43b54a;
  margin-bottom: 15px;
}

.boxlist > li > a > span {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.boxlist > li:nth-of-type(2n) > a {
  background-color: #f9f9f9;
}

.boxlist > li:nth-of-type(2n) > a > i {
  color: #1a4f9a;
}

.boxlist > li > a:hover {
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.boxlist > li > a:hover > span {
  color: #1a4f9a;
}

@media (max-width: 1199px) {
  .boxlist > li {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .boxlist > li {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .boxlist > li {
    width: 100%;
  }
  .boxlist > li > a {
    padding: 25px 20px;
    height: auto;
    text-align: center;
  }
  .boxlist > li > a > i {
    text-align: center;
  }
  .boxlist > li > a > span {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
}

/* Route Planner */
.glasspanel {
  border-radius: 0 0 2px 2px;
  border: none;
  background-color: transparent;
}

.glasspanel .card-header {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-bottom: solid 1px #f1f1f1;
  z-index: 2;
}

.glasspanel .card-header > h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #5b5b5b;
  padding: 30px 30px 12px 30px;
}

.glasspanel .card-header > h1 > span.card-header-category {
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  color: #aaaaaa;
  margin-left: 15px;
  background: #f3f3f3;
  padding: 6px 8px;
  border-radius: 4px;
  vertical-align: middle;
}

.glasspanel .card-header > .visuel {
  position: absolute;
  bottom: -3px;
  left: 30px;
}

.glasspanel .card-block {
  position: relative;
  background-color: #fafafa;
  z-index: 1;
  padding: 0;
}

.glasspanel .card-block .card-block-section {
  border-bottom: solid 1px #f2f2f2;
}

.glasspanel .card-block .card-block-section .glassform {
  padding: 36px 30px 1px 30px;
}

.glasspanel .card-block .card-block-section h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #5b5b5b;
  margin-bottom: 30px;
}

.glasspanel .card-block .card-block-section:last-of-type {
  border-bottom: none;
}

.glasspanel .card-block .card-block-section.card-block-section-padded {
  padding: 30px 30px 30px 30px;
}

.glasspanel .card-foot-trim {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 0 0 2px 2px;
  background-color: #1a4f9a;
  position: relative;
}

.glasspanel .card-foot-trim > i {
  display: block;
  width: 74px;
  height: 6px;
  background-color: #43b54a;
  border-left: solid 11px #fafafa;
  border-right: solid 11px #fafafa;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  top: 0;
  right: 176px;
}

.card-dual-section > .row {
  margin-right: 0px;
  margin-left: 0px;
}

.card-dual-section > .row > div[class^="col-"] {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(#f8f8f8));
  background: linear-gradient(to right, #fafafa, #f8f8f8);
}

.card-dual-section > .row > div[class^="col-"]:last-of-type {
  border-left: solid 1px #f1f1f1;
  background: #fafafa;
}

.card-separated > .row > div[class^="col-"] {
  padding: 0 25px;
  border-left: solid 1px #f1f1f1;
}

.card-separated > .row > div[class^="col-"]:first-of-type {
  padding-left: 15px;
  border-left: none;
}

.card-separated > .row > div[class^="col-"]:last-of-type {
  padding-right: 15px;
}

.route-path-display {
  background: #ffffff;
  padding: 10px 120px 70px 120px;
}

.route-path-display .route-path-frame {
  position: relative;
  height: 140px;
}

.route-path-display .route-path-frame .route-path {
  width: 100%;
  height: 10px;
  background: #b3e1b6;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.route-path-display .route-path-frame .route-points {
  position: relative;
  left: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}

.route-path-display .route-path-frame .route-points .route-point {
  display: inline-block;
  width: 0;
  height: 140px;
}

.route-path-display .route-path-frame .route-points .route-point > div,
.route-path-display .route-path-frame .route-points .route-point > a {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 140px;
}

.route-path-display .route-path-frame .route-points .route-point > div > span,
.route-path-display .route-path-frame .route-points .route-point > a > span {
  position: absolute;
  bottom: 32px;
  left: 12px;
  white-space: nowrap;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-size: 14px;
  line-height: 31px;
  color: #5b5b5b;
}

.route-path-display .route-path-frame .route-points .route-point > div > i,
.route-path-display .route-path-frame .route-points .route-point > a > i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: solid 6px #43b54a;
  border-radius: 9px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.route-path-display .route-path-frame .route-points .route-point.route-big > div > i,
.route-path-display .route-path-frame .route-points .route-point.route-big > a > i {
  bottom: -4px;
  left: -4px;
  width: 26px;
  height: 26px;
  border: solid 6px #43b54a;
  border-radius: 13px;
}

.route-path-display .route-path-frame .route-points .route-point.route-start > div > span,
.route-path-display .route-path-frame .route-points .route-point.route-start > a > span,
.route-path-display .route-path-frame .route-points .route-point.route-end > div > span,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > span {
  font-weight: 700;
  color: #1a4f9a;
}

.route-path-display .route-path-frame .route-points .route-point.route-start > div > i,
.route-path-display .route-path-frame .route-points .route-point.route-start > a > i,
.route-path-display .route-path-frame .route-points .route-point.route-end > div > i,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > i {
  border-color: #1a4f9a;
}

.route-path-display .route-path-frame .route-points .route-point.route-start > div > b,
.route-path-display .route-path-frame .route-points .route-point.route-start > a > b,
.route-path-display .route-path-frame .route-points .route-point.route-end > div > b,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > b {
  position: absolute;
  bottom: 4px;
  left: 9px;
  width: 30px;
  height: 10px;
  background: #1a4f9a;
  z-index: 1;
}

.route-path-display .route-path-frame .route-points .route-point.route-start > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-start > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-start > a > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-start > a > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-end > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-end > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > b:after {
  content: "";
  position: absolute;
  display: block;
}

.route-path-display .route-path-frame .route-points .route-point.route-start > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-start > a > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-end > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > b:before {
  width: 18px;
  height: 18px;
  border: solid 9px #ffffff;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  bottom: -4px;
  right: -18px;
  z-index: 1;
}

.route-path-display .route-path-frame .route-points .route-point.route-start > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-start > a > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-end > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > b:after {
  width: 10px;
  height: 10px;
  border: solid 5px #1a4f9a;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  bottom: 0;
  right: -10px;
  z-index: 2;
}

.route-path-display .route-path-frame .route-points .route-point.route-end > div > b,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > b {
  left: -11px;
  width: 20px;
}

.route-path-display .route-path-frame .route-points .route-point.route-end > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > b:before {
  border: solid 9px #ffffff;
  border-left-color: transparent;
  right: auto;
  left: -18px;
}

.route-path-display .route-path-frame .route-points .route-point.route-end > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-end > a > b:after {
  border: solid 5px #1a4f9a;
  border-left-color: transparent;
  right: auto;
  left: -10px;
}

.route-path-display .route-path-frame .route-points .route-point > a:hover > span {
  bottom: 34px;
  left: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #43b54a;
}

.route-path-display .route-path-frame .route-points .route-point > a:hover > i {
  background: #43b54a;
  border: solid 6px #ffffff;
  -webkit-box-shadow: 0 0 0 2px #43b54a;
          box-shadow: 0 0 0 2px #43b54a;
}

.route-path-display .route-path-frame .route-points .route-point.route-start > a:hover > i,
.route-path-display .route-path-frame .route-points .route-point.route-end > a:hover > i,
.route-path-display .route-path-frame .route-points .route-point.route-current > a:hover > i {
  background: #1a4f9a;
  border: solid 6px #ffffff;
  -webkit-box-shadow: 0 0 0 2px #1a4f9a;
          box-shadow: 0 0 0 2px #1a4f9a;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md {
  display: none;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > div > i,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > a > i {
  border: solid 8px #43b54a;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > div > b,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > a > b {
  position: absolute;
  bottom: 4px;
  left: -9px;
  width: 36px;
  height: 10px;
  border-left: solid 4px #c6e8c8;
  border-right: solid 4px #c6e8c8;
  background: #ffffff;
  z-index: 1;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > a > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > a > b:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 10px;
  bottom: 0;
  background: #b3e0b6;
  border-left: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  z-index: 1;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > a > b:before {
  left: -16px;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-md > a > b:after {
  right: -16px;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm {
  display: none;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > div > b,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > a > b {
  position: absolute;
  left: 4px;
  top: -9px;
  height: 36px;
  width: 10px;
  border-top: solid 4px #c6e8c8;
  border-bottom: solid 4px #c6e8c8;
  background: #ffffff;
  z-index: 1;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > a > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > a > b:after {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 10px;
  left: 0;
  background: #b3e0b6;
  border-top: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff;
  z-index: 1;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > div > b:before,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > a > b:before {
  top: -16px;
}

.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > div > b:after,
.route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm > a > b:after {
  bottom: -16px;
}

.route-calc-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 30px;
  border-top: solid 1px #f3f3f3;
  background: #ffffff;
}

.route-calc-display .route-calc-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 50%;
}

.route-calc-display .route-calc-left .route-next-train {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-right: 30px;
}

.route-calc-display .route-calc-left .route-next-train > span {
  font-size: 18px;
  line-height: 20px;
  color: #b2b2b2;
  text-transform: uppercase;
}

.route-calc-display .route-calc-left .route-next-train > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 5px;
}

.route-calc-display .route-calc-left .route-next-train > div > div {
  font-size: 76px;
  line-height: 80px;
  font-weight: 300;
  color: #1a4f9a;
  vertical-align: middle;
  width: 186px;
  text-align: center;
}

.route-calc-display .route-calc-left .route-next-train > div > button {
  font-size: 24px;
  line-height: 80px;
  color: #5b5b5b;
  vertical-align: middle;
  background: transparent;
  border: none;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
}

.route-calc-display .route-calc-left .route-next-train > div > button:hover {
  color: #1a4f9a;
}

.route-calc-display .route-calc-left .route-next-train > div > button:focus {
  outline: none;
}

.route-calc-display .route-calc-left .route-next-train > div > button:disabled,
.route-calc-display .route-calc-left .route-next-train > div > button.disabled {
  color: #dedede;
  cursor: default;
}

.route-calc-display .route-calc-left .route-time-train {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}

.route-calc-display .route-calc-left .route-time-train > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px;
}

.route-calc-display .route-calc-left .route-time-train > div > span {
  font-size: 16px;
  line-height: 18px;
  color: #b2b2b2;
  text-transform: lowercase;
  display: inline;
  white-space: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 15px;
  vertical-align: middle;
}

.route-calc-display .route-calc-left .route-time-train > div > b {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 41px;
  line-height: 38px;
  font-weight: 300;
  color: #1a4f9a;
  vertical-align: middle;
}

.route-calc-display .route-calc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
}

.route-calc-display .route-calc-right .route-info {
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
}

.route-calc-display .route-calc-right .route-info > span {
  font-size: 18px;
  line-height: 20px;
  color: #b2b2b2;
  text-transform: uppercase;
}

.route-calc-display .route-calc-right .route-info > div {
  margin-top: 20px;
}

.route-calc-display .route-calc-right .route-info > div > b {
  font-size: 60px;
  line-height: 40px;
  font-weight: 300;
  color: #43b54a;
}

.route-calc-display .route-calc-right .route-info > div > span {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: #b2b2b2;
  text-transform: uppercase;
}

.route-calc-display .route-calc-right .route-info:last-of-type {
  padding-right: 0px;
}

@media (max-width: 1199px) {
  .glasspanel .card-block .card-block-section .glassform .glass-checkbox {
    padding-top: 12px;
    padding-bottom: 30px;
  }
  .glasspanel .card-block .card-block-section > .row > div[class^="col-"] {
    background: #fafafa;
    padding-bottom: 30px;
    border-bottom: solid 1px #eaeaea;
  }
  .glasspanel .card-block .card-block-section > .row > div[class^="col-"]:last-of-type {
    border-bottom: none;
  }
  .card-dual-section > .row > div[class^="col-"],
  .card-separated > .row > div[class^="col-"] {
    border-left: none;
    border-top: solid 1px #f1f1f1;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .card-dual-section > .row > div[class^="col-"]:first-of-type,
  .card-separated > .row > div[class^="col-"]:first-of-type {
    padding: 0 25px 25px 25px;
    border-top: none;
  }
  .card-dual-section > .row > div[class^="col-"]:last-of-type,
  .card-separated > .row > div[class^="col-"]:last-of-type {
    padding: 25px 25px 0 25px;
  }
  .route-path-display .route-path-frame {
    height: auto;
  }
  .route-path-display .route-path-frame .route-points .route-point {
    display: none;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-big {
    display: inline-block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-start,
  .route-path-display .route-path-frame .route-points .route-point.route-end {
    display: block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-abbrev-md {
    display: inline-block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm {
    display: none;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current {
    display: inline-block;
  }
  .route-calc-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .route-calc-display .route-calc-left {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #f3f3f3;
  }
  .route-calc-display .route-calc-left .route-next-train {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .route-calc-display .route-calc-left .route-time-train {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .route-calc-display .route-calc-right {
    width: 100%;
  }
  .route-calc-display .route-calc-right .route-info {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > span,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > span {
    font-weight: 700;
    color: #1a4f9a;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > i,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > i {
    border-color: #1a4f9a;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b {
    position: absolute;
    bottom: 4px;
    left: -17px;
    width: 60px;
    height: 10px;
    background: #1a4f9a;
    z-index: 1;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:first-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:first-of-type:after,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:first-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:first-of-type:after {
    content: "";
    position: absolute;
    display: block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:first-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:first-of-type:before {
    width: 18px;
    height: 18px;
    border: solid 9px #ffffff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    bottom: -4px;
    right: -18px;
    z-index: 1;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:first-of-type:after,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:first-of-type:after {
    width: 10px;
    height: 10px;
    border: solid 5px #1a4f9a;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    bottom: 0;
    right: -10px;
    z-index: 2;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:last-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:last-of-type:after,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:last-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:last-of-type:after {
    content: "";
    position: absolute;
    display: block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:last-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:last-of-type:before {
    border: solid 9px #ffffff;
    border-left-color: transparent;
    bottom: -4px;
    left: -18px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:last-of-type:after,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:last-of-type:after {
    border: solid 5px #1a4f9a;
    border-left-color: transparent;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .glasspanel .card-header > h1 {
    padding: 25px 15px;
  }
  .route-path-display {
    padding: 60px 60px 60px 60px;
  }
  .route-path-display .route-path-frame {
    height: 200px;
    width: 240px;
    margin: 0 auto;
  }
  .route-path-display .route-path-frame .route-path {
    width: 10px;
    height: 100%;
    bottom: auto;
    top: 0px;
    left: 4px;
  }
  .route-path-display .route-path-frame .route-points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    left: 0;
    top: -9px;
  }
  .route-path-display .route-path-frame .route-points .route-point {
    display: none;
    width: 140px;
    height: 0;
  }
  .route-path-display .route-path-frame .route-points .route-point > div > span,
  .route-path-display .route-path-frame .route-points .route-point > a > span {
    bottom: auto;
    top: -6px;
    left: 40px;
    -webkit-transform: none;
            transform: none;
  }
  .route-path-display .route-path-frame .route-points .route-point > div > i,
  .route-path-display .route-path-frame .route-points .route-point > a > i {
    bottom: auto;
    top: 0;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-big {
    display: none;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-big > div > i,
  .route-path-display .route-path-frame .route-points .route-point.route-big > a > i {
    bottom: auto;
    top: -4px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-start,
  .route-path-display .route-path-frame .route-points .route-point.route-end {
    display: inline-block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-start > div > i,
  .route-path-display .route-path-frame .route-points .route-point.route-start > a > i,
  .route-path-display .route-path-frame .route-points .route-point.route-end > div > i,
  .route-path-display .route-path-frame .route-points .route-point.route-end > a > i {
    top: 2px;
    left: -5px;
    width: 28px;
    height: 14px;
    border: solid 4px #1a4f9a;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-start > div > b,
  .route-path-display .route-path-frame .route-points .route-point.route-start > a > b,
  .route-path-display .route-path-frame .route-points .route-point.route-end > div > b,
  .route-path-display .route-path-frame .route-points .route-point.route-end > a > b {
    bottom: auto;
    left: 4px;
    top: 9px;
    width: 10px;
    height: 30px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-start > div > b:before,
  .route-path-display .route-path-frame .route-points .route-point.route-start > a > b:before,
  .route-path-display .route-path-frame .route-points .route-point.route-end > div > b:before,
  .route-path-display .route-path-frame .route-points .route-point.route-end > a > b:before {
    border: solid 9px #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    left: -4px;
    bottom: -18px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-start > div > b:after,
  .route-path-display .route-path-frame .route-points .route-point.route-start > a > b:after,
  .route-path-display .route-path-frame .route-points .route-point.route-end > div > b:after,
  .route-path-display .route-path-frame .route-points .route-point.route-end > a > b:after {
    border: solid 5px #1a4f9a;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    bottom: -10px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-big.route-start > div > i,
  .route-path-display .route-path-frame .route-points .route-point.route-big.route-start > a > i,
  .route-path-display .route-path-frame .route-points .route-point.route-big.route-end > div > i,
  .route-path-display .route-path-frame .route-points .route-point.route-big.route-end > a > i {
    top: -1px;
    left: -11px;
    width: 40px;
    height: 20px;
    border: solid 6px #1a4f9a;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-end > div > b,
  .route-path-display .route-path-frame .route-points .route-point.route-end > a > b {
    left: 4px;
    top: -11px;
    width: 10px;
    height: 20px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-end > div > b:before,
  .route-path-display .route-path-frame .route-points .route-point.route-end > a > b:before {
    border: solid 9px #ffffff;
    border-top-color: transparent;
    left: -4;
    top: -18px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-end > div > b:after,
  .route-path-display .route-path-frame .route-points .route-point.route-end > a > b:after {
    border: solid 5px #1a4f9a;
    border-top-color: transparent;
    left: 0;
    top: -10px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-abbrev-md {
    display: none;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-abbrev-sm {
    display: inline-block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current {
    display: inline-block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > span,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > span {
    font-weight: 700;
    color: #1a4f9a;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > i,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > i {
    border-color: #1a4f9a;
    z-index: 3;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b {
    position: absolute;
    left: 4px;
    top: -3px;
    height: 30px;
    width: 10px;
    background: #1a4f9a;
    z-index: 2;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:first-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:first-of-type:after,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:first-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:first-of-type:after {
    content: "";
    position: absolute;
    display: block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:first-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:first-of-type:before {
    width: 18px;
    height: 18px;
    border: solid 9px #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    left: -4px;
    bottom: -18px;
    z-index: 1;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:first-of-type:after,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:first-of-type:after {
    width: 10px;
    height: 10px;
    border: solid 5px #1a4f9a;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    bottom: -10px;
    z-index: 2;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:last-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:last-of-type:after,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:last-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:last-of-type:after {
    content: "";
    position: absolute;
    display: block;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:last-of-type:before,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:last-of-type:before {
    border: solid 9px #ffffff;
    border-top-color: transparent;
    left: -4px;
    top: -18px;
  }
  .route-path-display .route-path-frame .route-points .route-point.route-current > div > b > b:last-of-type:after,
  .route-path-display .route-path-frame .route-points .route-point.route-current > a > b > b:last-of-type:after {
    border: solid 5px #1a4f9a;
    border-top-color: transparent;
    left: 0px;
    top: -10px;
  }
  .route-calc-display .route-calc-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .route-calc-display .route-calc-left .route-next-train {
    margin-bottom: 40px;
  }
  .route-calc-display .route-calc-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .route-calc-display .route-calc-right .route-info {
    margin-bottom: 40px;
  }
  .route-calc-display .route-calc-right .route-info:last-of-type {
    margin-bottom: 0;
  }
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point > div > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point > a > i {
  border-color: #b3e1b6;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-current > div > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-current > a > i {
  border-color: #1a4f9a;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start > div > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start > a > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end > div > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end > a > i {
  border-color: #1a4f9a;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > div > span,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > a > span,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > div > span,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > a > span {
  font-weight: 400;
  color: #5b5b5b;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > div > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > a > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > div > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > a > i {
  border-color: #b3e1b6;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > div > b,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > a > b,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > div > b,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > a > b {
  display: none;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > div > b:before,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > div > b:after,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > a > b:before,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > a > b:after,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > div > b:before,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > div > b:after,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > a > b:before,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > a > b:after {
  content: none;
  display: none;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > a:hover > span,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > a:hover > span {
  bottom: 34px;
  left: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #43b54a;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-start.route-start-faded > a:hover > i,
.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point.route-end.route-end-faded > a:hover > i {
  background: #43b54a;
  border: solid 6px #ffffff;
  -webkit-box-shadow: 0 0 0 2px #43b54a;
          box-shadow: 0 0 0 2px #43b54a;
}

.route-path-display.route-path-showcurrent .route-path-frame .route-points .route-point > a:hover > i {
  border-color: #ffffff !important;
}

.retail-list {
  padding: 0;
  margin-bottom: 0;
}

.retail-list > li {
  list-style-type: none;
  margin-bottom: 20px;
}

.retail-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #ffffff44;
  height: 100%;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.retail-list > li > a .thumb {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  overflow: hidden;
}

.retail-list > li > a .thumb > img {
  width: 120px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.retail-list > li > a .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.retail-list > li > a .info > i {
  margin-bottom: 12px;
}

.retail-list > li > a .info > b {
  display: block;
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
  color: #4d4d4d;
  margin-bottom: 5px;
  white-space: normal;
}

.retail-list > li > a .info > span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #b7b7b7;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.retail-list > li > a .info > .btn {
  padding: 7px 23px;
}

.retail-list > li > a:hover {
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
  .retail-list > li {
    height: auto;
    padding: 0;
  }
  .retail-list > li > a {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .retail-list > li > a .thumb {
    width: 100%;
    height: 120px;
  }
  .retail-list > li > a .thumb > img {
    width: 100%;
    height: 120px;
  }
}

.retail-list.row {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.retail-list.row > li[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.categorized-links {
  padding: 0 0 0 30px;
  margin: 0;
}

.categorized-links > li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.categorized-links > li > i {
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 20px;
  line-height: 26px;
  color: #1a4f9a;
}

.categorized-links > li > b {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #5b5b5b;
  margin-bottom: 5px;
}

.categorized-links > li > p > span,
.categorized-links > li > p > a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: #43b54a;
  margin-right: 2px;
}

.categorized-links > li > p > span {
  color: #5b5b5b;
}

.categorized-links > li > p > span:after,
.categorized-links > li > p > a:after {
  content: ",";
}

.categorized-links > li > p > span:last-of-type,
.categorized-links > li > p > a:last-of-type {
  margin-right: 0;
}

.categorized-links > li > p > span:last-of-type:after,
.categorized-links > li > p > a:last-of-type:after {
  content: "";
}

.categorized-links.row {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.categorized-links.row > li[class^="col-"] {
  padding-left: 45px;
  padding-right: 15px;
}

.categorized-links.row > li[class^="col-"] > i {
  left: 15px;
}

.card-block-section-title {
  color: #5b5b5b;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: solid 1px #f1f1f1;
  margin-right: 10px;
}

.card-block-section-title > span {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-left: 15px;
}

.card-block-section-title > span > i {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 16px;
  line-height: 26px;
  background: url("../rsc/ui/arrow-twoways.png");
}

.station-list {
  padding: 0;
}

.station-list > li {
  list-style-type: none;
  margin-bottom: 20px;
}

.station-list > li > a {
  display: block;
  position: relative;
  padding-left: 40px;
}

.station-list > li > a > i {
  color: #43b54a;
  font-size: 14px;
  line-height: 18px;
  margin: 0 15px 0 10px;
  position: absolute;
  left: 0;
  top: 1px;
}

.station-list > li > a > span {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.station-list > li > a:hover {
  text-decoration: none;
}

.station-list > li > a:hover > i {
  color: #1a4f9a;
}

.station-list > li > a:hover > span {
  color: #1a4f9a;
}

.glasspaneltabs {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: visible;
  border-bottom: none;
}

.glasspaneltabs > li {
  list-style-type: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: solid 1px #f1f1f1;
}

.glasspaneltabs > li > a {
  cursor: pointer;
  display: block;
  padding: 10px 10px;
  height: 100px;
  border-top: solid 4px transparent;
  -webkit-transition: background-color 0.5s, border-top-color 0.5s;
  transition: background-color 0.5s, border-top-color 0.5s;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
}

.glasspaneltabs > li > a > i {
  color: #43b54a;
  vertical-align: middle;
  font-size: 26px;
  line-height: 70px;
  margin-right: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.glasspaneltabs > li > a > span {
  color: #5b5b5b;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}

.glasspaneltabs > li > a:hover {
  text-decoration: none !important;
  background: #f8f8f8;
}

.glasspaneltabs > li > a:hover > i {
  color: #1a4f9a;
}

.glasspaneltabs > li > a.active {
  background: #ffffff;
  border-top-color: #1a4f9a;
}

.glasspaneltabs > li > a.active > i {
  color: #1a4f9a;
}

.glasspaneltabs > li:last-of-type {
  border-right: solid 1px #f6f6f6;
}

@media (max-width: 767px) {
  .glasspaneltabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    overflow-x: scroll;
  }
  .glasspaneltabs > li > a {
    padding: 8px 6px;
    height: 80px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .glasspaneltabs > li > a > i {
    line-height: 38px;
    margin-right: 0;
  }
  .glasspaneltabs > li > a > span {
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-align: center;
  }
  .glasspaneltabs > li > a > span br {
    display: none;
  }
}

.glasspaneltabscontent {
  padding: 30px;
  background: #ffffff;
}

.img-part {
  display: inline-block;
  overflow: hidden;
}

.img-part > img {
  max-width: 100%;
  width: auto;
}

.img-full-rounded {
  overflow: hidden;
  border-radius: 4px;
}

.img-full-rounded > img {
  width: 100%;
}

.img-part-rounded {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
}

.img-part-rounded > img {
  max-width: 100%;
  width: auto;
}

.google-map-container {
  overflow: hidden;
  border-radius: 4px;
}

.google-map-container > iframe {
  width: 100%;
}

.listitem-link {
  position: relative;
  display: block;
  padding: 20px 30px;
  font-size: 12px;
  line-height: 28px;
  color: #43b54a;
  background: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #43b54a;
  border-radius: 4px;
}

.listitem-link > i {
  font-size: 16px;
  line-height: 26px;
  color: #e63946;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.listitem-link > i.fa-onhover {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #ffffff;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.listitem-link:hover {
  text-decoration: none;
  color: #ffffff;
  background: #43b54a;
}

.listitem-link:hover > i {
  color: #ffffff;
}

.listitem-link:hover > i.fa-onhover {
  top: 20px;
}

.projects-list {
  padding: 0;
  margin: -15px 0;
}

.projects-list > li {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.projects-list > li .project-item {
  height: 330px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.projects-list > li .project-item .project-item-body {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.projects-list > li .project-item .project-item-body .listitem-subtitle {
  color: #b7b7b7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.projects-list > li .project-item .project-item-body .visuel {
  margin: 10px 0 20px 0;
}

.projects-list > li .project-item .project-item-body .listitem-title {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  max-height: 132px;
}

.projects-list > li .project-item .project-item-foot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 30px;
}

.projects-list > li .project-item .project-item-foot > hr {
  border-top: solid 1px #f1f1f1;
  margin: 0;
}

.projects-list > li .project-item .project-item-foot .listitem-link {
  border: none;
  margin: 0 -30px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .projects-list > li .project-item {
    height: auto;
  }
  .projects-list > li .project-item .project-item-body {
    padding: 15px;
  }
  .projects-list > li .project-item .project-item-foot {
    padding: 0 15px;
  }
  .projects-list > li .project-item .project-item-foot .listitem-link {
    margin: 0 -15px;
    padding: 10px 15px;
  }
  .projects-list > li .project-item .project-item-foot .listitem-link > i.fa-onhover {
    top: 10px;
    right: 15px;
  }
}

/* List Pages */
.pagination-list {
  padding: 0 30px 30px 30px;
}

.pagination {
  margin: 24px 15px;
}

.pagination .page-item {
  margin: 0 2px;
}

.pagination .page-item .page-link {
  color: #43b54a;
  border: none;
  background: transparent;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 8px 5px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .page-item .page-link .step-arrow-left:after,
.pagination .page-item .page-link .step-arrow-right:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 12px;
  background: #43b54a;
  top: 10px;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .page-item .page-link .step-arrow-left:after {
  left: 11px;
}

.pagination .page-item .page-link .step-arrow-right:after {
  right: 11px;
}

.pagination .page-item .page-link .step-arrow-left > i {
  position: relative;
  left: 2px;
}

.pagination .page-item .page-link .step-arrow-right > i {
  position: relative;
  right: 2px;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  background: #43b54a;
}

.pagination .page-item .page-link:hover .step-arrow-left:after,
.pagination .page-item .page-link:hover .step-arrow-right:after {
  background: #ffffff;
}

.pagination .page-item .page-link.disabled {
  color: #dcdcdc;
  background: transparent;
  cursor: default;
}

.pagination .page-item .page-link.disabled .step-arrow-left:after,
.pagination .page-item .page-link.disabled .step-arrow-right:after {
  background: #dcdcdc;
}

.pagination .page-item .page-link.active {
  color: #ffffff;
  background: #1a4f9a;
}

.pagination .page-item .page-link.active .step-arrow-left:after,
.pagination .page-item .page-link.active .step-arrow-right:after {
  background: #ffffff;
}

@media (max-width: 767px) {
  .pagination-list {
    padding: 0 15px 15px 15px;
  }
  .pagination {
    margin: 24px 0;
  }
  .pagination .page-item .page-link {
    width: 26px;
    height: 26px;
    padding: 4px 2px;
    font-size: 12px;
    line-height: 18px;
  }
  .pagination .page-item .page-link .step-arrow-left:after,
  .pagination .page-item .page-link .step-arrow-right:after {
    width: 2px;
    height: 11px;
    top: 7px;
  }
  .pagination .page-item .page-link .step-arrow-left:after {
    left: 8px;
  }
  .pagination .page-item .page-link .step-arrow-right:after {
    right: 8px;
  }
  .pagination .page-item .page-link .step-arrow-left > i {
    left: 3px;
  }
  .pagination .page-item .page-link .step-arrow-right > i {
    right: 3px;
  }
}

ul.glass-ul, .card-block-normalpage ul, .glasspanel .card-block .card-block-section .article ul,
.article ul {
  margin-bottom: 25px;
  padding: 0;
}

ul.glass-ul > li, .card-block-normalpage ul > li, .glasspanel .card-block .card-block-section .article ul > li, .article ul > li {
  position: relative;
  list-style-type: none;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5b5b5b;
  margin-bottom: 25px;
  padding-left: 30px;
}

ul.glass-ul > li:before, .card-block-normalpage ul > li:before, .glasspanel .card-block .card-block-section .article ul > li:before, .article ul > li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #afafaf;
}

ol.glass-ol, .card-block-normalpage ol {
  margin-bottom: 25px;
  padding-left: 25px;
}

ol.glass-ol > li, .card-block-normalpage ol > li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5b5b5b;
  margin-bottom: 25px;
  padding-left: 5px;
}

/* Normal Pages */
.card-block-normalpage {
  padding: 50px 30px;
}

.card-block-normalpage h1,
.card-block-normalpage h2,
.card-block-normalpage h3,
.card-block-normalpage h4,
.card-block-normalpage h5,
.card-block-normalpage h6 {
  color: #5b5b5b;
}

.card-block-normalpage h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 25px;
}

.card-block-normalpage h2:first-child {
  margin-top: 0;
}

.card-block-normalpage p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5b5b5b;
}

.card-block-normalpage figure {
  border: solid 4px #f1f1f1;
  border-radius: 4px;
  margin-bottom: 25px;
}

.card-block-normalpage figure figcaption {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #5b5b5b;
  background: #f1f1f1;
  padding: 15px 15px 15px 15px;
  text-align: center;
}

.card-block-normalpage figure.align-center {
  display: table;
  width: auto;
}

.card-block-normalpage figure.align-center img {
  width: auto;
}

.card-block-normalpage ul > li {
  margin-bottom: 10px;
}

.card-block-normalpage ul ul,
.card-block-normalpage ul ol {
  padding-left: 10px;
}

.card-block-normalpage ol > li {
  margin-bottom: 10px;
}

.card-block-normalpage ol ul,
.card-block-normalpage ol ol {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .card-block-normalpage {
    padding: 25px 15px;
  }
}

.glasspanel .card-block .card-block-section .article,
.article {
  padding-bottom: 70px;
}

.glasspanel .card-block .card-block-section .article > h3,
.article > h3 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #4d4d4d;
}

.glasspanel .card-block .card-block-section .article > h3:first-child,
.article > h3:first-child {
  margin-top: 0;
}

.glasspanel .card-block .card-block-section .article p,
.article p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5b5b5b;
  margin-bottom: 25px;
}

.guide-steps-list {
  padding: 0 !important;
}

.guide-steps-list > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #4eb7ac;
  color: #ffffff;
  padding: 20px !important;
  margin-bottom: 30px;
}

.guide-steps-list > li > div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 40px 0 20px;
  width: 240px;
  border-right: solid 2px #ffffff44;
}

.guide-steps-list > li > div:first-of-type > img {
  margin-top: 20px;
}

.guide-steps-list > li > div:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 20px 30px 40px;
}

.guide-steps-list > li > div:last-of-type > p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .guide-steps-list {
    padding: 0;
  }
  .guide-steps-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4px;
  }
  .guide-steps-list > li > div:first-of-type {
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #ffffff44;
  }
  .guide-steps-list > li > div:first-of-type > img {
    margin-top: 0;
  }
  .guide-steps-list > li > div:last-of-type {
    padding: 20px 0 0 0;
  }
  .guide-steps-list > li > div:last-of-type > p {
    font-size: 16px;
    line-height: 26px;
  }
}

.breadcrumbs {
  height: 70px;
  padding: 30px 30px 15px 30px;
  margin: 0;
  background: #f8f8f8;
}

.breadcrumbs > li {
  list-style-type: none;
  display: inline-block;
}

.breadcrumbs > li > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5b5b5b;
}

.breadcrumbs > li > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #43b54a;
  opacity: 0.8;
}

.breadcrumbs > li > a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  line-height: 26px;
  color: #cfcfcf;
  margin-left: 15px;
  margin-right: 15px;
}

.breadcrumbs > li > a:hover {
  text-decoration: none;
  opacity: 1;
}

.breadcrumbs > li > a:hover:after {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .breadcrumbs {
    height: auto;
  }
}

.tabbed-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: solid 1px #f6f6f6;
}

.tabbed-content .leftpaneltabs {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: none;
  position: relative;
  z-index: 2;
}

.tabbed-content .leftpaneltabs > li {
  border-bottom: solid 1px #f1f1f1;
}

.tabbed-content .leftpaneltabs > li > a {
  display: block;
  padding: 20px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: solid 1px #f1f1f1;
}

.tabbed-content .leftpaneltabs > li > a > span {
  font-size: 14px;
  line-height: 24px;
  color: #5b5b5b;
}

.tabbed-content .leftpaneltabs > li > a:hover {
  text-decoration: none;
  border-left: solid 4px #43b54a;
  background: #ffffff;
}

.tabbed-content .leftpaneltabs > li > a:hover > span {
  color: #43b54a;
}

.tabbed-content .leftpaneltabs > li > a.active {
  border-left: solid 4px #1a4f9a;
  border-right: solid 1px #ffffff;
  background: #ffffff;
  cursor: default;
}

.tabbed-content .leftpaneltabs > li > a.active > span {
  color: #1a4f9a;
  font-weight: 700;
}

.tabbed-content .leftpaneltabscontent {
  width: 70%;
  background: #ffffff;
  border-left: solid 1px #f1f1f1;
  margin-left: -1px;
}

.tabbed-content .leftpaneltabscontent .tab-pane {
  padding: 30px;
}

@media (max-width: 767px) {
  .tabbed-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabbed-content .leftpaneltabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .tabbed-content .leftpaneltabs > li {
    height: 100%;
    border-bottom: none;
    border-right: solid 1px #f1f1f1;
  }
  .tabbed-content .leftpaneltabs > li > a {
    border-right: none;
    border-bottom: solid 1px #f1f1f1;
    text-align: center;
    padding-bottom: 24px;
    white-space: nowrap;
  }
  .tabbed-content .leftpaneltabs > li > a > span {
    line-height: 16px;
  }
  .tabbed-content .leftpaneltabs > li > a:hover {
    border-left: none;
    border-right: none;
    border-top: solid 4px #43b54a;
    padding-bottom: 20px;
  }
  .tabbed-content .leftpaneltabs > li > a.active {
    border-left: none;
    border-right: none;
    border-top: solid 4px #1a4f9a;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 20px;
  }
  .tabbed-content .leftpaneltabscontent {
    width: 100%;
    border-left: none;
    margin-left: 0;
  }
  .tabbed-content .leftpaneltabscontent .tab-pane {
    padding: 15px;
  }
}

.stats-page .stats-opening {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.stats-page .stats-opening .stats-img {
  height: 120px;
}

.stats-page .stats-opening .stats-img > img {
  height: 100%;
  width: auto;
}

.stats-page .stats-opening .stats-info {
  padding: 15px 30px;
}

.stats-page .stats-opening .stats-info .stats-name {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #5b5b5b;
}

.stats-page .stats-opening .stats-info .stats-number {
  font-size: 54px;
  line-height: 85px;
  font-weight: 300;
  color: #1a4f9a;
}

.stats-page .stats-opening .stats-info .stats-number > span {
  margin-left: 5px;
  font-size: 32px;
  line-height: 85px;
  font-weight: 400;
  color: #1a4f9a;
}

.stats-page .stats-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #1a4f9a;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.stats-page .stats-block .stats-col-big {
  width: 28%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.stats-page .stats-block .stats-col-big .stats-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.stats-page .stats-block .stats-col-big .stats-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.stats-page .stats-block .stats-col-big .stats-big .stats-img {
  vertical-align: bottom;
  height: 90px;
}

.stats-page .stats-block .stats-col-big .stats-big .stats-img > img {
  height: 100%;
  width: auto;
}

.stats-page .stats-block .stats-col-big .stats-big .stats-number {
  height: 90px;
  padding-top: 46px;
  vertical-align: bottom;
  font-size: 44px;
  line-height: 44px;
  font-weight: 300;
  color: #ffffff;
}

.stats-page .stats-block .stats-col-big .stats-big .stats-number > span {
  margin-left: 5px;
  font-size: 24px;
  line-height: 44px;
  font-weight: 400;
  color: #ffffff;
}

.stats-page .stats-block .stats-col {
  width: 24%;
  padding-left: 20px;
}

.stats-page .stats-block .stats-col .stats-cell {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #ffffff;
  border-radius: 4px;
  text-align: center;
}

.stats-page .stats-block .stats-col .stats-cell .stats-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 12px 0 12px;
}

.stats-page .stats-block .stats-col .stats-cell .stats-info .stats-name {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
}

.stats-page .stats-block .stats-col .stats-cell .stats-info .stats-sub {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.stats-page .stats-block .stats-col .stats-cell .stats-number {
  background: #ffffff;
  height: 62px;
  vertical-align: bottom;
  font-size: 30px;
  line-height: 62px;
  font-weight: 300;
  color: #1a4f9a;
}

.stats-page .stats-block .stats-col .stats-cell .stats-number > span {
  margin-left: 2px;
  font-size: 20px;
  line-height: 62px;
  font-weight: 400;
  color: #1a4f9a;
}

@media (max-width: 991px) {
  .stats-page .stats-opening {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stats-page .stats-opening .stats-img {
    margin: 0 auto 30px auto;
  }
  .stats-page .stats-opening .stats-info {
    padding: 0 15px;
  }
  .stats-page .stats-opening .stats-info .stats-name {
    text-align: center;
  }
  .stats-page .stats-opening .stats-info .stats-number {
    text-align: center;
  }
  .stats-page .stats-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stats-page .stats-block .stats-col-big {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
  }
  .stats-page .stats-block .stats-col-big .stats-name {
    text-align: center;
  }
  .stats-page .stats-block .stats-col-big .stats-big {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stats-page .stats-block .stats-col {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .stats-page .stats-opening {
    margin-bottom: 30px;
  }
  .stats-page .stats-block .stats-col-big {
    height: auto;
  }
  .stats-page .stats-block .stats-col-big .stats-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stats-page .stats-block .stats-col-big .stats-big .stats-img {
    margin: 20px auto 20px auto;
  }
  .stats-page .stats-block .stats-col-big .stats-big .stats-number {
    padding-top: 0;
    text-align: center;
    height: auto;
  }
}

.testimonies .testimony-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.testimonies .testimony-block .testimony-img {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 252px;
  height: 252px;
  overflow: hidden;
  border-radius: 126px;
}

.testimonies .testimony-block .testimony-img img {
  width: 100%;
}

.testimonies .testimony-block .testimony-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 15px 20px;
}

.testimonies .testimony-block .testimony-content > div {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #5b5b5b;
  margin-bottom: 2px;
}

.testimonies .testimony-block .testimony-content > span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #1a4f9a;
}

.testimonies .testimony-block .testimony-content > hr {
  border-top: solid 6px #43b54a;
  position: relative;
  left: -252px;
}

.testimonies .testimony-block .testimony-content > p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5b5b5b;
}

.testimonies .testimony-block:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.testimonies .testimony-block:nth-of-type(2n) .testimony-content {
  text-align: right;
}

.testimonies .testimony-block:nth-of-type(2n) .testimony-content > hr {
  left: auto;
  right: -252px;
}

.feature-list {
  padding: 0;
  margin-bottom: 30px;
}

.feature-list > li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 25px;
}

.feature-list > li > div {
  width: 180px;
  margin: 0 auto 25px auto;
}

.feature-list > li > h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #5b5b5b;
  margin-bottom: 15px;
}

.feature-list > li > p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5b5b5b;
}

.process-steps-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

.process-steps-list > .process-step {
  list-style-type: none;
  width: 20%;
  position: relative;
  padding: 0 20px 0 20px;
}

.process-steps-list > .process-step > .process-icon {
  text-align: center;
}

.process-steps-list > .process-step > .process-icon > img {
  width: 120px;
}

.process-steps-list > .process-step > .process-icon:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  font-size: 40px;
  line-height: 120px;
  color: #020202;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.process-steps-list > .process-step > .process-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0px 0px 0px;
}

.process-steps-list > .process-step > .process-name > b {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  color: #1a4f9a;
  padding-right: 10px;
}

.process-steps-list > .process-step > .process-name > span {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: #5b5b5b;
}

.process-steps-list > .process-step:first-of-type {
  padding-left: 0;
}

.process-steps-list > .process-step:last-of-type {
  padding-right: 0;
}

.process-steps-list > .process-step:last-of-type > .process-icon:after {
  content: none;
}

@media (max-width: 991px) {
  .testimonies .testimony-block {
    margin-bottom: 30px;
  }
  .testimonies .testimony-block .testimony-img {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonies .testimony-block .testimony-content > hr {
    left: 0;
  }
  .testimonies .testimony-block:nth-of-type(2n) .testimony-content > hr {
    left: auto;
    right: 0;
  }
  .process-steps-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process-steps-list > .process-step {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin-bottom: 15px;
  }
  .process-steps-list > .process-step > .process-icon {
    width: 150px;
    padding-right: 30px;
  }
  .process-steps-list > .process-step > .process-icon:after {
    display: none;
  }
  .process-steps-list > .process-step > .process-name {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .process-steps-list > .process-step > .process-name > b {
    padding-top: 30px;
  }
  .process-steps-list > .process-step > .process-name > span {
    padding-top: 38px;
  }
}

@media (max-width: 767px) {
  .testimonies .testimony-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonies .testimony-block .testimony-content {
    padding: 15px 0;
    text-align: center;
  }
  .testimonies .testimony-block:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonies .testimony-block:nth-of-type(2n) .testimony-content {
    text-align: center;
  }
  .process-steps-list > .process-step > .process-icon {
    width: 90px;
    padding-right: 15px;
  }
  .process-steps-list > .process-step > .process-icon > img {
    width: 75px;
    height: 75px;
  }
  .process-steps-list > .process-step > .process-icon:after {
    display: none;
  }
  .process-steps-list > .process-step > .process-name > b {
    padding-top: 0px;
  }
  .process-steps-list > .process-step > .process-name > span {
    padding-top: 8px;
  }
}

.glass-accordion .glass-accordion-item {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
  position: relative;
}

.glass-accordion .glass-accordion-item .glass-accordion-item-header {
  position: relative;
  z-index: 2;
}

.glass-accordion .glass-accordion-item .glass-accordion-item-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  background: #ffffff;
  border: none;
  color: #1a4f9a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 20px;
  text-align: left;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.glass-accordion .glass-accordion-item .glass-accordion-item-header button.collapsed {
  color: #5b5b5b;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
}

.glass-accordion .glass-accordion-item .glass-accordion-item-header button.collapsed:hover {
  color: #1a4f9a;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.07);
}

.glass-accordion .glass-accordion-item .glass-accordion-item-header button:before {
  content: "-";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1a4f9a;
  background: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  text-align: center;
  border: solid 2px #1a4f9a;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.glass-accordion .glass-accordion-item .glass-accordion-item-header button.collapsed:before {
  content: "+";
  color: #ffffff;
  background: #43b54a;
  border: solid 2px #43b54a;
}

.glass-accordion .glass-accordion-item .glass-accordion-item-header button.collapsed:hover:before {
  content: "+";
  color: #ffffff;
  background: #1a4f9a;
  border: solid 2px #1a4f9a;
}

.glass-accordion .glass-accordion-item .glass-accordion-item-body {
  position: relative;
  z-index: 1;
  background: #fafafa;
}

.glass-accordion .glass-accordion-item .glass-accordion-item-body > .glass-accordion-item-body-content {
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5b5b5b;
}

.glass-plusminuslist {
  padding: 0;
}

.glass-plusminuslist > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 20px !important;
  background: #f1f1f1;
  border-radius: 8px;
  margin-top: 25px;
}

.glass-plusminuslist > li > div {
  width: 50%;
  background: #ffffff;
  border: solid 1px #f1f1f1;
  padding: 30px 20px 20px 20px;
  border-radius: 8px 0 0 8px;
}

.glass-plusminuslist > li > div > b {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #5b5b5b;
  margin-bottom: 15px;
}

.glass-plusminuslist > li > div > ul > li {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #5b5b5b;
  padding-top: 5px;
}

.glass-plusminuslist > li > div > ul > li:before {
  content: "\f00c";
  color: #43b54a;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.glass-plusminuslist > li > div:last-of-type {
  border-radius: 0 8px 8px 0;
}

.glass-plusminuslist > li > div:last-of-type > ul > li:before {
  content: "\f00d";
  color: #e63946;
}

.glass-plusminuslist > li > div:first-of-type {
  width: 100%;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 0;
}

.glass-plusminuslist > li > div:first-of-type > b {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #5b5b5b;
  margin-bottom: 20px;
}

.glass-plusminuslist > li > div:first-of-type > p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5b5b5b;
}

.glass-plusminuslist > li:before {
  content: none !important;
}

@media (max-width: 991px) {
  .glass-plusminuslist > li {
    padding: 10px !important;
  }
  .glass-plusminuslist > li > div {
    width: 100%;
    padding: 20px 10px 10px 10px;
    border-radius: 8px 8px 0 0;
  }
  .glass-plusminuslist > li > div:last-child {
    border-radius: 0 0 8px 8px;
  }
  .glass-plusminuslist > li > div:first-child {
    border-radius: 0;
  }
}

.glass-hierarchy {
  text-align: center;
  background-color: #43b54a;
  list-style-type: none;
  padding: 20px !important;
  border-radius: 4px;
}

.glass-hierarchy span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #5b5b5b;
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.glass-hierarchy > span {
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.glass-hierarchy ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.glass-hierarchy li {
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  color: #5b5b5b !important;
  padding: 15px !important;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 2px #f1f1f1;
  display: block;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  width: 100%;
}

.glass-hierarchy li:before {
  content: none !important;
}

.glass-hierarchy > ul > li {
  width: 100% !important;
  background-color: #f3f3f3 !important;
  border: solid 2px #f3f3f3;
}

.glass-hierarchy > ul > li > ul > li {
  width: 25% !important;
  border: solid 2px #f3f3f3;
  background-color: #ffffffaa !important;
  border-radius: 8px;
  margin-top: 0 !important;
  min-height: 140px;
}

.glass-hierarchy > ul > li > ul > li > ul > li {
  width: 100% !important;
  border: solid 2px #f1f1f1;
  border-radius: 8px;
}

.glass-hierarchy > ul > li > span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #4d4d4d;
}

.glass-hierarchy .worksite {
  background-color: #ffffff44;
  border: dashed 2px #ec8208;
  color: #ec8208;
}

.glass-hierarchy .worksite span {
  color: #ec8208 !important;
}

.glass-hierarchy span ~ ul {
  height: 0;
  overflow: hidden;
}

.glass-hierarchy span.show ~ ul {
  height: auto;
}

.glass-hierarchy span.hierarchy-toggle {
  color: #1a4f9a;
}

.glass-hierarchy span.hierarchy-toggle:after {
  content: "\f0d7";
  color: #1a4f9a;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}

.glass-hierarchy span.hierarchy-toggle:hover {
  cursor: pointer;
  color: #43b54a;
}

.glass-hierarchy span.hierarchy-toggle:hover:after {
  color: #43b54a;
}

@media (max-width: 991px) {
  .glass-hierarchy > ul > li > ul > li {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .glass-hierarchy li {
    padding: 10px !important;
  }
  .glass-hierarchy > ul > li > ul > li {
    width: 100% !important;
    min-height: 0;
  }
}

.glass-directors > ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.glass-directors > ul > li {
  list-style-type: none;
  padding: 0;
  width: 33%;
  margin-bottom: 60px;
}

.glass-directors > ul > li > .glass-director-header > div {
  margin: 0 auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: solid 4px #1a4f9a;
  margin-bottom: 15px;
}

.glass-directors > ul > li > .glass-director-header > b {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #1a4f9a;
  margin: 0 auto 10px auto;
  width: 240px;
  display: block;
  text-align: center;
}

.glass-directors > ul > li > .glass-director-header > span {
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
  font-weight: 400;
  color: #b7b7b7;
  margin: 0 auto;
  width: 240px;
  display: block;
  text-align: center;
}

.glass-directors > ul > li .glass-director-detail {
  margin-top: 30px;
}

.glass-directors > ul > li:first-child {
  width: 100%;
}

.glass-directors > ul > li:before {
  content: none;
}

.glass-directors > ul > li:hover {
  cursor: pointer;
}

.glass-directors > ul > li:hover > .glass-director-header > div {
  border: solid 4px #43b54a;
}

.glass-directors > ul > li.show {
  background-color: #1a4f9a;
}

@media (min-width: 992px) {
  .glass-directors > ul > li .glass-director-detail {
    position: relative;
    width: 300%;
  }
  .glass-directors > ul > li:first-child .glass-director-detail {
    width: 100%;
  }
  .glass-directors > ul > li:nth-child(3n) .glass-director-detail {
    left: -100%;
  }
  .glass-directors > ul > li:nth-child(4n) .glass-director-detail {
    left: -200%;
  }
  .glass-directors > ul > li:nth-child(5n) .glass-director-detail {
    left: -100%;
  }
}

@media (max-width: 991px) {
  .glass-directors > ul > li {
    width: 50%;
  }
  .glass-directors > ul > li:first-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .glass-directors > ul > li {
    width: 100%;
  }
}

.glass-modal {
  position: fixed;
  z-index: 500;
}

.glass-fares ul {
  padding: 0;
}

.glass-fares ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}

.glass-fares ul > li > i {
  position: absolute;
  top: 2;
  left: 0;
  color: #1a4f9a;
  font-size: 18px;
  line-height: 18px;
}

.glass-fares ul > li > a {
  display: block;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.glass-fares ul > li > div {
  color: #5b5b5b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.glass-fares ul > li > div > b {
  color: #1a4f9a;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.glass-timetable {
  padding-bottom: 40px;
}

.glass-timetable ul {
  padding: 0;
  margin-bottom: 60px;
}

.glass-timetable ul > li {
  list-style-type: none;
  position: relative;
  padding: 0;
  padding-left: 25px;
  overflow: hidden;
  font-size: 0;
}

.glass-timetable ul > li > span {
  position: relative;
  top: -1px;
  border-top: solid 1px #eaeaea;
  color: #1a4f9a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  padding: 15px 25px 15px 0;
  white-space: nowrap;
  display: inline-block;
}

.glass-timetable ul > li > span > b {
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  margin-right: 1px;
}

.glass-timetable ul > li:nth-of-type(odd) {
  background: #f1f1f1;
}

.glass-timetable.holiday-timetable ul > li > span {
  color: #e63946;
}

.glass-fares-table {
  max-width: 100%;
  position: relative;
}

.glass-fares-table table tbody > tr:nth-of-type(odd) {
  background: #f1f1f1;
}

.glass-fares-table table tbody th,
.glass-fares-table table tbody td {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #5b5b5b;
  padding: 10px;
  text-align: right;
  background-color: #ffffff;
}

.glass-fares-table table tbody > tr:nth-of-type(odd) th,
.glass-fares-table table tbody > tr:nth-of-type(odd) td {
  background: #f1f1f1;
}

.glass-fares-table table tbody td {
  color: #1a4f9a;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  white-space: nowrap;
}

.glass-fares-table table tbody td b {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-right: 1px;
}

.glass-fares-table table tbody > tr > th {
  font-weight: 700;
}

.glass-fares-table table tbody > tr > th:first-of-type {
  text-align: left;
  min-width: 120px;
  max-width: 120px;
}

.glass-fares-table table tbody > tr:first-of-type > th {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: #1a4f9a;
  width: 80px;
  min-height: 70px;
  max-height: 70px;
  height: 70px;
}

.glass-fares-table table tbody > tr:first-of-type > th:first-of-type {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.glass-fares-table table tbody > tr:hover {
  color: #ffffff;
  background: #43b54a;
}

.glass-fares-table table tbody > tr:hover th,
.glass-fares-table table tbody > tr:hover td {
  color: #ffffff;
  background: #43b54a;
}

.glass-fares-table table tbody > tr:first-of-type:hover {
  color: #ffffff;
  background: #1a4f9a;
}

.glass-fares-table table tbody > tr:first-of-type:hover th,
.glass-fares-table table tbody > tr:first-of-type:hover td {
  color: #ffffff;
  background: #1a4f9a;
}

.glass-fares-table .glass-fares-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.glass-fares-table .glass-fares-frozen {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

@media (max-width: 991px) {
  .glass-fares-table .glass-fares-frozen {
    display: table;
  }
}

/* Form Elements */
label.js-form-required::after {
  content: "*";
  color: #e63946;
  margin-left: 2px;
}

form.contact label:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #43b54a;
  margin-bottom: 0;
  padding: 0 6px;
  margin-left: 2px;
}

form.contact .js-webform-radios {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

form.contact .js-webform-radios div {
  margin-top: 15px;
  height: auto;
  padding-left: 25px;
  margin-right: 20px;
  margin-left: 5px;
}

form.contact .js-webform-radios div label {
  display: inline-block;
  height: 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #5b5b5b;
  padding-left: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

form.contact .js-webform-radios div label:hover {
  color: #43b54a;
  cursor: pointer;
}

form.contact .js-webform-radios div label::before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: solid 2px #b7b7b7;
  top: 0;
  left: -24px;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  position: absolute;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
}

form.contact .js-webform-radios div label::after {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 4px;
  left: -20px;
  background-image: none;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  display: block;
  position: absolute;
  content: "";
  background: no-repeat 50%/50% 50%;
}

form.contact .js-webform-radios div input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

form.contact .js-webform-radios div label:hover::before {
  border: solid 2px #43b54a;
  background-color: #ffffff;
}

form.contact .js-webform-radios div label:hover::after {
  background-color: #43b54a;
  background-image: none;
}

form.contact .js-webform-radios div input:checked ~ label::before {
  border: solid 2px #1a4f9a;
  background-color: #ffffff;
  color: #ffffff;
}

form.contact .js-webform-radios div input:checked ~ label::after {
  background-color: #1a4f9a;
  background-image: none;
}

/* Dark Theme */
.darktheme .glasscard .card-header {
  background-color: rgba(17, 17, 17, 0.98);
  border-bottom: solid 1px #000000cc;
}

.darktheme .glasscard .card-block {
  position: relative;
  background-color: rgba(17, 17, 17, 0.85);
}

.darktheme .glasstabs {
  border-bottom: solid 1px #000000cc;
}

.darktheme .glasstabs > li > a > i {
  color: #43b54a;
}

.darktheme .glasstabs > li > a > span {
  color: #ffffff;
}

.darktheme .glasstabs > li > a:hover > i {
  color: #ffffff;
}

.darktheme .glasstabs > li > a.active > i {
  color: #ffffff;
}

.darktheme .dashingbleuline {
  background-color: #ffffff;
}

.darktheme .glassform .form-group > label {
  color: #43b54a;
}

.darktheme .glassform .form-group > label > b {
  color: #e63946;
}

.darktheme .glassform .form-group .form-control::-webkit-input-placeholder, .darktheme .glassform .form-group .select2 .select2-selection::-webkit-input-placeholder {
  color: #f1f1f1;
}

.darktheme .glassform .form-group .form-control:-ms-input-placeholder, .darktheme .glassform .form-group .select2 .select2-selection:-ms-input-placeholder {
  color: #f1f1f1;
}

.darktheme .glassform .form-group .form-control::-ms-input-placeholder, .darktheme .glassform .form-group .select2 .select2-selection::-ms-input-placeholder {
  color: #f1f1f1;
}

.darktheme .glassform .form-group .form-control::placeholder, .darktheme .glassform .form-group .select2 .select2-selection::placeholder {
  color: #f1f1f1;
}

.darktheme .glassform .form-group .form-control, .darktheme .glassform .form-group .select2 .select2-selection {
  color: #f1f1f1;
  border-bottom: solid 1px #ffffff44;
}

.darktheme .glassform .form-group .form-control option, .darktheme .glassform .form-group .select2 .select2-selection option {
  background: #333333;
}

.darktheme .glassform .form-group .form-control:hover, .darktheme .glassform .form-group .select2 .select2-selection:hover {
  border-bottom: solid 1px #ffffff;
}

.darktheme .glassform .form-group .form-control:focus, .darktheme .glassform .form-group .select2 .select2-selection:focus {
  border-bottom: solid 1px #ffffff;
}

.darktheme .glassform .form-group > i {
  color: #43b54a;
}

.darktheme .glassform .form-group .form-control:hover + i, .darktheme .glassform .form-group .select2 .select2-selection:hover + i {
  color: #ffffff;
}

.darktheme .glassform .btn:hover {
  background: #ffffff;
  color: #43b54a;
}

.darktheme .glassmessage {
  color: #ffffff;
}

.darktheme .banner.banner-home-1 {
  background-image: url("../rsc/ui/slide/station.jpg");
}

.darktheme .banner.banner-home-2 {
  background-image: url("../rsc/ui/slide/professionalism.jpg");
}

.darktheme .banner.banner-home-3 {
  background-image: url("../rsc/ui/slide/schedulenight.jpg");
}

.darktheme .banner.banner-home-4 {
  background-image: url("../rsc/ui/slide/afternoonroute.jpg");
}

.darktheme .banner.banner-home-5 {
  background-image: url("../rsc/ui/slide/station.jpg");
}

.darktheme .banner.banner-home-6 {
  background-image: url("../rsc/ui/slide/afternoonroute.jpg");
}

.darktheme .banner.banner-home-7 {
  background-image: url("../rsc/ui/slide/afternoontrain.jpg");
}

.darktheme .banner.banner-routeplanner {
  background-image: url("../rsc/ui/slide/routeplanner.jpg");
}

@media (max-width: 1199px) {
  .darktheme .banner.banner-home-1 {
    background-image: url("../rsc/ui/slide/station-md.jpg");
  }
  .darktheme .banner.banner-home-2 {
    background-image: url("../rsc/ui/slide/professionalism-md.jpg");
  }
  .darktheme .banner.banner-home-3 {
    background-image: url("../rsc/ui/slide/schedulenight-md.jpg");
  }
  .darktheme .banner.banner-home-4 {
    background-image: url("../rsc/ui/slide/afternoonroute-md.jpg");
  }
  .darktheme .banner.banner-home-5 {
    background-image: url("../rsc/ui/slide/station-md.jpg");
  }
  .darktheme .banner.banner-home-6 {
    background-image: url("../rsc/ui/slide/afternoonroute-md.jpg");
  }
  .darktheme .banner.banner-home-7 {
    background-image: url("../rsc/ui/slide/afternoontrain-md.jpg");
  }
  .darktheme .banner.banner-routeplanner {
    background-image: url("../rsc/ui/slide/routeplanner-md.jpg");
  }
}

@media (max-width: 767px) {
  .darktheme .banner.banner-home-1 {
    background-image: url("../rsc/ui/slide/station-sp.jpg");
  }
  .darktheme .banner.banner-home-2 {
    background-image: url("../rsc/ui/slide/professionalism-sp.jpg");
  }
  .darktheme .banner.banner-home-3 {
    background-image: url("../rsc/ui/slide/schedulenight-sp.jpg");
  }
  .darktheme .banner.banner-home-4 {
    background-image: url("../rsc/ui/slide/afternoonroute-sp.jpg");
  }
  .darktheme .banner.banner-home-5 {
    background-image: url("../rsc/ui/slide/station-sp.jpg");
  }
  .darktheme .banner.banner-home-6 {
    background-image: url("../rsc/ui/slide/afternoonroute-sp.jpg");
  }
  .darktheme .banner.banner-home-7 {
    background-image: url("../rsc/ui/slide/afternoontrain-sp.jpg");
  }
  .darktheme .banner.banner-routeplanner {
    background-image: url("../rsc/ui/slide/routeplanner-sp.jpg");
  }
}

.navbar-container .navbar .searchform .input-group input[type="search"] {
  background-color: #eaeaea;
  height: auto;
  padding: 10px 12px;
  border: none;
  position: relative;
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  width: 100%;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-container .navbar .searchform .input-group input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  max-width: 20%;
  height: auto;
  padding: 10px 12px;
  border: none;
  background-color: #43b54a;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  width: 20%;
  border-radius: 3px;
}

.navbar-container .navbar .searchform .input-group .js-form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navbar-container .navbar .searchform .input-group form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.results-search input[type="search"] {
  background-color: #eaeaea;
  height: auto;
  padding: 10px 12px;
  border: none;
  position: relative;
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  width: 100%;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.results-search input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  max-width: 20%;
  height: auto;
  padding: 10px 12px;
  border: none;
  background-color: #43b54a;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  width: 20%;
  border-radius: 3px;
}

.results-search .js-form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.results-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main > h2 {
  display: none !important;
}

#search-form {
  display: none !important;
}

.form-login .form-item {
  margin-bottom: 30px;
}

.form-login input[type="text"],
.form-login input[type="password"] {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 3px;
}

.form-login .description {
  font-size: 12px;
  color: red;
  margin-top: 3px;
}

.form-login input[type="submit"] {
  border: 0;
  background: #0a3f8a;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
}

.kata {
  padding: 0;
}

.kata > li {
  padding: 0 !important;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  border-radius: 30px 8px 8px 30px;
  margin-bottom: 24px !important;
}

.kata > li > .kata-image {
  width: 30%;
}

.kata > li > .kata-desc {
  width: 70%;
  padding: 24px;
}

.kata > li > .kata-desc > h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

.kata > li > .kata-desc > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.kata > li > .kata-desc > p.note {
  font-size: 14px;
  font-weight: 700;
}

.kata > li:before {
  content: none !important;
}

.kata > li.big > .kata-image {
  width: 50%;
}

.kata > li.big > .kata-desc {
  width: 50%;
}

@media (max-width: 991px) {
  .kata > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kata > li > .kata-image {
    width: 100% !important;
  }
  .kata > li > .kata-desc {
    width: 100% !important;
  }
}

.route-calc-display .route-calc-left .route-next-train > span {
  color: #b2b2b2;
}

.route-calc-display .route-calc-left .route-next-train > div > div {
  color: #5b5b5b;
}

.route-calc-display .route-calc-left .route-next-train > div > button {
  color: #43b54a;
}

.route-calc-display .route-calc-left .route-next-train > div > button:hover {
  color: #1a4f9a;
}

.route-calc-display .route-calc-left .route-next-train > div > button:disabled,
.route-calc-display .route-calc-left .route-next-train > div > button.disabled {
  color: #dedede;
}

.route-calc-display .route-calc-left .route-time-train > div > span {
  color: #b2b2b2;
}

.route-calc-display .route-calc-left .route-time-train > div > b {
  color: #5b5b5b;
}

.route-calc-display .route-calc-right .route-info > span {
  color: #b2b2b2;
}

.route-calc-display .route-calc-right .route-info > div > b {
  color: #5b5b5b;
}

.route-calc-display .route-calc-right .route-info > div > span {
  color: #b2b2b2;
}

.quiktiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -10px 0 -10px;
}

.quiktiles > a {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 15px;
  margin: 0 10px 15px 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quiktiles > a > span {
  color: #43b54a;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.quiktiles > a:hover {
  text-decoration: none !important;
  background-color: #1a4f9a;
}

.quiktiles > a:hover > span {
  color: #ffffff;
}

.quiktiles > a.active {
  background-color: #1a4f9a;
}

.quiktiles > a.active > span {
  color: #ffffff;
}

@media (max-width: 991px) {
  .quiktiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-block-normalpage figure {
  display: block;
  max-width: 100%;
}

.card-block-normalpage figure img {
  max-width: 100%;
}
/*# sourceMappingURL=master.css.map */