﻿@import url("carousel.css");
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');*/
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");
@media print and (max-width: 600px) {
  table.av-responsive-table {
    border: 0; }
    table.av-responsive-table caption {
      font-size: 1.3em; }
    table.av-responsive-table tbody tr:nth-child(even) {
      background: rgba(0, 50, 97, 0.67); }
    table.av-responsive-table tbody tr:nth-child(odd) {
      background: rgba(0, 50, 97, 0.67); }
    table.av-responsive-table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    table.av-responsive-table tr {
      display: block;
      margin-bottom: .625em; }
    table.av-responsive-table td {
      border-bottom: 2px solid rgba(3, 46, 88, 0.92);
      display: block;
      font-size: .8em;
      text-align: right;
      padding: 7px 5px !important;
      border-right: none !important; }
      table.av-responsive-table td:before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left; }
      table.av-responsive-table td:last-child {
        border-bottom: 0; }
  table.airlines-table.av-responsive-table tbody td[data-label]:first-child {
    border-right: 1px solid #ffb515 !important; }
  table.security-table tbody tr:nth-child(even) {
    background: rgba(4, 95, 154, 0.67); }
  table.security-table tbody tr:nth-child(odd) {
    background: rgba(2, 76, 131, 0.780392); }
  table.security-table tr {
    margin-bottom: 0px !important; }
    table.security-table tr td {
      border-bottom: none !important;
      margin-left: 20px; }
    table.security-table tr td:first-child {
      text-align: left;
      color: #fff !important;
      font-size: 20px;
      margin-left: -12px !important; }
  table.av-responsive-table.data-label-table td {
    position: relative;
    padding-left: 130px !important;
    text-align: left;
    border-right: none !important; }
    table.av-responsive-table.data-label-table td:before {
      content: attr(data-label);
      float: left;
      margin-left: -130px; } }

@media print and (max-width: 600px) {
  table.av-responsive-table tr {
    display: block;
    margin-bottom: .625em; } }

@media print and (max-width: 600px) {
  table.av-responsive-table td:before {
    content: attr(data-label);
    float: left; } }

@media print and (max-width: 600px) {
  table.av-responsive-table td {
    display: block;
    text-align: right;
    padding: 7px 5px !important;
    border-right: none !important; } }

@media print and (max-width: 600px) {
  table.av-responsive-table td {
    border-bottom: 2px solid rgba(3, 46, 88, 0.92);
    display: block;
    font-size: .8em;
    text-align: right;
    padding: 7px 5px !important;
    border-right: none !important; } }

@media screen and (max-width: 600px) {
  table.av-responsive-table td:before {
    content: attr(data-label);
    float: left; } }

html {
  position: relative; }

body {
  font-family: 'Hind' !important;
  margin: 0;
  padding: 0; }

a:focus {
  text-decoration: none !important; }

body.fixed-body {
  font-family: 'Hind' !important;
  margin: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
  height: 400px;
  min-height: 100%;
  width: 100%; }

.weight-normal {
  font-weight: normal !important; }

.decoration-none {
  text-decoration: none !important; }

.fixed-body #newApp {
  overflow-x: hidden !important;
  height: 100%;
  overflow-y: auto !important; }

.row-7 {
  margin-left: -7px !important;
  margin-right: -7px !important; }

.col-grid-7 {
  padding-left: 7px !important;
  padding-right: 7px !important; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

.phoneNumber {
  white-space: nowrap; }

select {
  padding: 5px 25px; }

/* sub pages main CSS */
.sub-pages .filter-sidebar ul {
  padding: 5px 0 0 10px; }
  .sub-pages .filter-sidebar ul .refine-by-lbl {
    background-image: url(../img/refine-by.png) !important;
    padding: 5px 10px 5px 40px;
    font-weight: normal;
    background-size: auto 15px;
    background-position: 10px 8px;
    background-repeat: no-repeat;
    border: 1.5px solid #959595;
    width: 100%;
    line-height: 22px;
    margin-bottom: 15px; }
  .sub-pages .filter-sidebar ul li {
    margin: 5px 0 0; }
    .sub-pages .filter-sidebar ul li a {
      font-size: 14px;
      margin-left: 35px; }
      .sub-pages .filter-sidebar ul li a:hover {
        text-decoration: none !important; }
    .sub-pages .filter-sidebar ul li:first-child {
      margin-top: 15px; }
    .sub-pages .filter-sidebar ul li h4 {
      margin: 0;
      background-size: auto 18px;
      background-position: calc(100% - 5px) 3px;
      background-repeat: no-repeat;
      font-size: 15px;
      font-weight: 500 !important;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
      padding-top: 5px;
      cursor: pointer;
      position: relative; }
      .sub-pages .filter-sidebar ul li h4 span {
        width: 22px;
        position: absolute;
        top: 0;
        right: 0;
        height: 22px;
        border-radius: 25px;
        border: 1.1px solid #656565;
        vertical-align: middle;
        text-align: center; }
        .sub-pages .filter-sidebar ul li h4 span:nth-child(2) {
          display: none; }
      .sub-pages .filter-sidebar ul li h4 img {
        width: auto;
        margin-top: 3px; }
      .sub-pages .filter-sidebar ul li h4.active-accordian-title span {
        display: none; }
        .sub-pages .filter-sidebar ul li h4.active-accordian-title span:nth-child(2) {
          display: block; }
    .sub-pages .filter-sidebar ul li .accordian-content {
      padding: 0;
      border: 0;
      margin-top: 5px;
      margin-left: -6px; }
      .sub-pages .filter-sidebar ul li .accordian-content label span {
        font-weight: 600;
        font-size: 14px; }

.sub-pages .category-page img {
  width: auto;
  margin-bottom: 0; }

.sub-pages .category-page label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0; }

.sub-pages .category-page ul.filters-list-selected {
  padding: 0;
  margin: 0;
  margin-top: -2px;
  margin-left: 2px;
  margin-right: 5px; }
  .sub-pages .category-page ul.filters-list-selected li {
    font-weight: 500;
    font-size: 14px;
    list-style: none;
    margin: 0 5px 5px;
    border-radius: 15px;
    border: 1px solid;
    padding: 0 30px 0 15px;
    line-height: 190%;
    height: 25px;
    cursor: context-menu;
    position: relative;
    float: left; }
    .sub-pages .category-page ul.filters-list-selected li.clear-list-li {
      border: none;
      padding: 0 5px;
      display: inline-block;
      float: left; }
      .sub-pages .category-page ul.filters-list-selected li.clear-list-li a {
        font-weight: normal; }
      .sub-pages .category-page ul.filters-list-selected li.clear-list-li:hover {
        text-decoration: none; }
    .sub-pages .category-page ul.filters-list-selected li.label-li {
      border: none;
      display: inline;
      padding: 0; }
    .sub-pages .category-page ul.filters-list-selected li:hover {
      /*text-decoration: line-through;*/ }
    .sub-pages .category-page ul.filters-list-selected li i {
      background: #a5a5a5;
      height: 16px;
      overflow: hidden;
      width: 16px;
      display: inline-block;
      color: #fff;
      position: absolute;
      line-height: 19px;
      font-size: 12px;
      top: 4px;
      text-align: center;
      border-radius: 20px;
      right: 6px;
      margin-left: 5px;
      cursor: pointer; }

.sub-pages .category-page .full-row.yellow-divider-20 {
  height: 15px;
  background: #ffb515;
  margin: 10px 0; }

.sub-pages .category-page .full-row select {
  border: 1px solid #bcbcbc;
  float: left;
  padding: 0;
  font-size: 12px;
  margin-left: 5px;
  line-height: 200%;
  height: 25px;
  background-image: url(../img/down-black-arrow.png) !important;
  background-position: right 4px top 41% !important;
  background-repeat: no-repeat !important;
  background-size: 8px !important;
  padding: 0px 17px 0px 6px;
  -webkit-appearance: none; }
  .sub-pages .category-page .full-row select.min-width-100 {
    min-width: 100px; }

.sub-pages .category-page .full-row small.pull-left {
  font-size: 14px; }

.sub-pages .category-page .full-row .custom-pagination {
  padding: 0; }
  .sub-pages .category-page .full-row .custom-pagination li {
    /*list-style: none;
          margin: 0 2px;
          padding: 0;
          line-height: 16px;
          width: 16px;
          font-size: 12px;
          text-align: center;
          height: 16px;
          font-weight: bold;
          border: 1px solid #ccc;
          cursor: pointer;*/
    list-style: none;
    margin: 0; }
    .sub-pages .category-page .full-row .custom-pagination li.left-pagi img {
      transform: rotate(90deg); }
      .sub-pages .category-page .full-row .custom-pagination li.left-pagi img.disabled {
        pointer-events: none;
        opacity: 0.40;
        user-select: none;
        cursor: no-drop !important; }
    .sub-pages .category-page .full-row .custom-pagination li select {
      height: 25px;
      margin: 0 7px 0px 5px; }
    .sub-pages .category-page .full-row .custom-pagination li.right-pagi img {
      transform: rotate(-90deg); }
      .sub-pages .category-page .full-row .custom-pagination li.right-pagi img.disabled {
        pointer-events: none;
        opacity: 0.40;
        user-select: none;
        cursor: no-drop !important; }
    .sub-pages .category-page .full-row .custom-pagination li.left-btn, .sub-pages .category-page .full-row .custom-pagination li.right-btn {
      border: none; }
    .sub-pages .category-page .full-row .custom-pagination li span {
      display: inline-block;
      margin-top: 3px; }

.sub-pages .category-page .full-row .tiles-wrapper {
  background: #f5f9fc;
  float: left;
  width: 100%;
  border-top: 5px solid #025eac;
  box-shadow: 0px 1px 3px 0px #000;
  padding: 22px 12px 12px;
  min-height: 148px;
  margin-bottom: 35px;
  position: relative; }
  .sub-pages .category-page .full-row .tiles-wrapper ul {
    position: absolute;
    top: -21px;
    padding: 0;
    margin: 0;
    margin-left: 0; }
    .sub-pages .category-page .full-row .tiles-wrapper ul li {
      background: #084887;
      width: 36px;
      height: 36px;
      text-align: center;
      float: left;
      margin: 0;
      list-style: none;
      border-radius: 30px;
      margin-right: 8px; }
      .sub-pages .category-page .full-row .tiles-wrapper ul li img {
        margin-top: 4px; }
  .sub-pages .category-page .full-row .tiles-wrapper h2 {
    font-size: 16px;
    font-weight: 600 !important;
    margin-top: 0; }
  .sub-pages .category-page .full-row .tiles-wrapper span {
    line-height: 15px;
    float: left;
    margin-left: 8px;
    font-weight: 500; }
  .sub-pages .category-page .full-row .tiles-wrapper small {
    font-weight: 500;
    margin-top: 5px;
    display: block; }
  .sub-pages .category-page .full-row .tiles-wrapper .full-row .pull-left img {
    margin-left: 5px; }

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  select {
    background-image: url(../img/down-arrow-01.png) !important;
    background-position: right 8px top 12px !important;
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    padding: 5px 25px;
    -webkit-appearance: none; }
  select.map-select {
    padding-right: 25px !important; }
  .terminal-right {
    padding-left: 0 !important; }
  .container-wrap.table.flex-center {
    background-attachment: initial !important; } }

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  select {
    background-image: url(../img/down-arrow-01.png) !important;
    background-position: right 8px top 12px !important;
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    padding: 5px 25px;
    -webkit-appearance: none; }
  select.map-select {
    padding-right: 25px !important; }
  .container-wrap.table.flex-center {
    background-attachment: initial !important; } }

/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  select {
    background-image: url(../img/down-arrow-01.png) !important;
    background-position: right 8px top 12px !important;
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    padding: 5px 25px;
    -webkit-appearance: none; }
  select.map-select {
    padding-right: 25px !important; } }

/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  select {
    background-image: url(../img/down-arrow-01.png) !important;
    background-position: right 8px top 12px !important;
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    padding: 5px 25px;
    -webkit-appearance: none; }
  select.map-select {
    padding-right: 25px !important; }
  .container-wrap.table.flex-center {
    background-attachment: initial !important; } }

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    background-image: url(../img/down-arrow-01.png) !important;
    background-position: right 8px top 12px !important;
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    padding: 5px 25px; }
  select.map-select {
    padding-right: 25px !important; }
  .VueCarousel-inner {
    backface-visibility: visible !important; } }

@supports (-ms-ime-align: auto) {
  select {
    background-image: url(../img/down-arrow-01.png) !important;
    background-position: right 8px top 12px !important;
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    padding: 5px 25px; }
  select.map-select {
    padding-right: 25px !important; } }

input::-moz-placeholder,
.terminal-parking-inner input::-moz-placeholder {
  color: #fff; }

input:-ms-input-placeholder,
.terminal-parking-inner input:-ms-input-placeholder {
  color: #fff; }

input::-webkit-input-placeholder,
.terminal-parking-inner input::-webkit-input-placeholder {
  color: #fff; }

.cursor-default {
  cursor: default !important; }

.cursor-pointer {
  cursor: pointer !important; }

.expressPay {
  padding-top: 30px !important;
  margin-bottom: 25px;
  margin-top: 0px !important; }

.align-c {
  text-align: center; }

a.button {
  white-space: nowrap; }

select.map-select {
  width: auto; }

.rem-col-pd {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

.no-padding {
  padding: 0px !important; }

.sticky-menu-wrapper.sticky {
  position: fixed;
  width: 100%;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  visibility: visible;
  height: auto; }

.site-top-section {
  background: #003264;
  float: left;
  width: 100%; }

.overlay-full {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 50, 100, 0.7);
  left: 0;
  top: 0;
  display: none;
  z-index: 999; }

h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: bold !important; }

.style-normal {
  font-style: normal !important; }

.home-mod h1 {
  font-weight: 200 !important;
  color: #fff !important;
  font-size: 2.2em;
  margin-bottom: 15px; }

.home-mod h3 {
  font-weight: 200 !important;
  color: #fff !important;
  margin-bottom: 3px; }

.home-mod p {
  font-size: 16px !important;
  font-weight: 300; }

.home-mod td {
  font-weight: 500 !important;
  color: #fff !important; }

.vertical-middle {
  vertical-align: middle; }

.y-a {
  /*color: #ffb515;*/
  text-decoration: none; }

.y-a:hover {
  /*color: #ffb515;*/
  text-decoration: underline !important; }

.underlineformobile {
  text-decoration: underline !important; }

.btn,
.search-btn {
  border-radius: 2px;
  background: transparent;
  color: #fff;
  padding: 0px 10px;
  border: 2px solid #83a5c7;
  height: 50px;
  line-height: 47px;
  min-width: 130px; }
  .btn:hover,
  .search-btn:hover {
    color: #fff;
    opacity: 0.90; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-15 {
  margin-right: 15px; }

.lg-no-paddong-right,
.md-no-paddong-right {
  padding-right: 0; }

.lg-no-paddong-left,
.md-no-paddong-left {
  padding-left: 0; }

.inline-block {
  display: inline-block; }

.block {
  display: block !important; }

.flex-v-center {
  display: flex;
  min-height: 34px;
  vertical-align: middle;
  position: relative;
  align-items: center;
  line-height: 20px; }

.inner-box {
  background: rgba(26, 84, 138, 0.95);
  padding: 50px 120px;
  color: #fff; }

.padding-ctrl {
  padding: 50px 120px !important; }
  .padding-ctrl.airtrain-arrivals-inner {
    padding: 50px 40px !important; }

.footer-m-ctrl {
  margin: 0px 60px; }

.dirn-margin-ctrl {
  margin: 50px 60px; }

.dirn-margin-ctrl1 {
  margin: 0px 60px; }

.security-padding {
  padding: 50px 120px !important; }

.walk-times-inner td span {
  font-size: 15px; }

.walk-times-inner .term-no-cont {
  text-align: left; }

.walk-times-inner .term-no {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 200; }

.walk-times-inner td span.lg-numbers {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  text-align: right; }

.rt-header {
  height: 170px;
  width: 170px;
  position: relative;
  top: -14px;
  z-index: 9;
  left: -18px; }

.clock-header {
  position: absolute;
  bottom: 0px;
  z-index: 1; }

.clock-header img {
  opacity: 0.5;
  width: 125px; }

.rt-header img {
  width: 100%;
  height: 100%; }

.rt-msg {
  position: relative;
  top: -85px;
  padding-left: 17%;
  padding-right: 10%;
  font-size: 24px;
  color: #084887;
  z-index: 2;
  line-height: 1.4em;
  text-align: right;
  font-weight: 500; }

.rt-msg a {
  color: #084887;
  font-weight: 400;
  font-style: italic; }

@media (max-width: 1199px) {
  .bg-home-jfk {
    margin-top: -1px;
    margin-bottom: -1px; }
  .padding-ctrl {
    padding: 51px 40px !important;
    margin: 50px 60px; }
    .padding-ctrl.airtrain-arrivals-inner {
      padding: 51px 40px !important; }
  .annouce-carousel-padd {
    margin: 0px 60px; }
  .security-padding {
    padding: 50px 40px !important;
    margin: 50px 60px; }
  .dirn-margin-ctrl {
    margin: 50px 60px; }
  .dirn-margin-ctrl1 {
    margin: 0px 60px; }
  .footer-m-ctrl {
    margin: 0px 60px; } }

@media (max-width: 991px) {
  .padding-ctrl {
    padding: 50px 40px !important;
    margin: 50px 50px; }
    .padding-ctrl.airtrain-arrivals-inner {
      padding: 50px 40px !important; }
  .annouce-carousel-padd {
    margin: 0px 50px; }
  .security-padding {
    padding: 50px 40px !important;
    margin: 50px 50px; }
  .dirn-margin-ctrl {
    margin: 50px 50px; }
  .dirn-margin-ctrl1 {
    margin: 0px 50px; }
  .footer-m-ctrl {
    margin: 0px 50px; } }

@media (max-width: 767px) {
  .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide {
    min-height: 70px !important; }
  .padding-ctrl {
    padding: 50px 40px !important;
    margin: 50px 25px; }
    .padding-ctrl.airtrain-arrivals-inner {
      padding: 50px 40px !important; }
  .annouce-carousel-padd {
    margin: 0px 25px; }
  .security-padding {
    padding: 50px 40px !important;
    margin: 50px 44px; }
  .dirn-margin-ctrl {
    margin: 50px 25px; }
  .dirn-margin-ctrl1 {
    margin: 0px 44px; }
  .footer-m-ctrl {
    margin: 0px 44px; }
  .tp-h-mod {
    margin-top: 0px;
    font-size: 16px; }
  .sub-pages .tp-h-mod {
    font-size: 15px; }
  .term-no-cont {
    text-align: left; } }

@media (max-width: 575px) {
  .padding-ctrl {
    padding: 30px 10px !important;
    margin: 50px -8px; }
    .padding-ctrl.airtrain-arrivals-inner {
      padding: 30px 10px !important; }
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .refresh-alerts span {
    font-size: 12px !important; }
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .refresh-alerts i {
    font-size: 22px !important; }
  .annouce-carousel-padd {
    margin: 0px -8px; }
  .security-padding {
    padding: 50px 10px !important;
    margin: 50px -8px; }
  .dirn-margin-ctrl {
    margin: 50px -8px; }
  .dirn-margin-ctrl1 {
    margin: 0px -8px; }
  .footer-m-ctrl {
    margin: 0px 10px; }
  .term-no-cont {
    text-align: left; }
  .station-carousel .VueCarousel-wrapper {
    width: 85%;
    margin: 0 auto; } }

@media (min-width: 1199px) {
  .padding-ctrl {
    padding: 50px 120px !important;
    margin: 50px 80px; }
    .padding-ctrl.airtrain-arrivals-inner {
      padding: 50px 40px !important; }
  .annouce-carousel-padd {
    margin: 0px 80px; }
  .security-padding {
    padding: 50px 120px !important;
    margin: 50px 80px; }
  .dirn-margin-ctrl {
    margin: 50px 80px; }
  .dirn-margin-ctrl1 {
    margin: 0px 80px; }
  .footer-m-ctrl {
    margin: 0px 80px; } }

@media (min-width: 1348px) {
  .padding-ctrl {
    padding: 50px 130px !important;
    margin: 50px 80px; }
    .padding-ctrl.airtrain-arrivals-inner {
      padding: 50px 50px !important; }
  .annouce-carousel-padd {
    margin: 0px 80px; }
  .security-padding {
    padding: 50px 130px !important;
    margin: 50px 100px; }
  .dirn-margin-ctrl {
    margin: 50px 80px; }
  .dirn-margin-ctrl1 {
    margin: 0px 80px; }
  .footer-m-ctrl {
    margin: 0px 100px; } }

@media (min-width: 1454px) {
  .padding-ctrl {
    padding: 50px 120px !important;
    margin: 50px 85px; }
    .padding-ctrl.airtrain-arrivals-inner {
      padding: 50px 50px !important; }
  .annouce-carousel-padd {
    margin: 0px 85px; }
  .security-padding {
    padding: 50px 120px !important;
    margin: 50px 120px; }
  .dirn-margin-ctrl {
    margin: 50px 85px; }
  .dirn-margin-ctrl1 {
    margin: 0px 85px; }
  .footer-m-ctrl {
    margin: 0px 120px; }
  #toTop {
    right: 5% !important; } }

@media (min-width: 1550px) {
  .headerWrapperMain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 33; } }

@media (min-width: 1600px) {
  /*.container {
    width: 1755px;
  }*/
  .home-tabs-wrapper {
    padding-bottom: 0 !important; }
  .padding-ctrl {
    padding: 50px 120px !important;
    margin: 50px 80px; }
    .padding-ctrl.airtrain-arrivals-inner {
      padding: 50px 50px !important; }
  .annouce-carousel-padd {
    margin: 0px 80px; }
  .security-padding {
    padding: 50px 120px !important;
    margin: 50px 150px; }
  .dirn-margin-ctrl {
    margin: 50px 80px; }
  .dirn-margin-ctrl1 {
    margin: 0px 80px; }
  .footer-m-ctrl {
    margin: 0px 150px; }
  .alerts-carousel-wrap .alerts-count {
    width: 130px !important; }
  .container-wrap.alert-main-wrap .v-carousel,
  .container-wrap.alert-main-wrap .VueCarousel {
    padding-left: 130px !important; }
  #toTop {
    right: 5% !important; } }

@media (min-width: 1800px) {
  .container-wrap .container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    max-width: 1600px !important; }
  .announcement-carousel-wrapper .announcement-3 .VueCarousel-slide:nth-child(1) {
    text-align: right;
    position: relative;
    right: -70px; }
  .announcement-carousel-wrapper .announcement-3 .VueCarousel-slide:nth-child(3) {
    text-align: right;
    position: relative;
    left: -70px; }
  #toTop {
    right: 9% !important; } }

@media (min-width: 2000px) {
  #toTop {
    right: 12% !important; } }

@media (max-width: 600px) {
  .security-padding {
    padding: 50px 0px 0px 0px !important; }
  .cell-divs {
    vertical-align: top; }
  table.av-responsive-table.table-sub-pages.remove-last-border tr td:last-child {
    border-bottom: none !important; } }

/* table css with responsive */
table.av-responsive-table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px; }
  table.av-responsive-table thead tr {
    background: transparent; }
    table.av-responsive-table thead tr th {
      background: none;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      padding: 15px;
      text-transform: capitalize;
      letter-spacing: normal;
      vertical-align: top; }
  table.av-responsive-table tbody tr:nth-child(odd) {
    background: #003264; }
  table.av-responsive-table tbody tr:nth-child(even) {
    background: transparent; }
  table.av-responsive-table tbody tr td {
    background: none;
    color: #333;
    font-size: 16px;
    padding: 11px 15px; }
  table.av-responsive-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em; }
  table.av-responsive-table tr {
    background: #f8f8f8;
    border: none;
    padding: .35em; }
  table.av-responsive-table th,
  table.av-responsive-table td {
    padding: .625em;
    text-align: left;
    border-left: none; }
  table.av-responsive-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase; }

hr {
  margin-top: 10px !important;
  margin-bottom: 5px !important; }

.form-control {
  height: 29px !important;
  padding: 2px 2px !important; }

.pos-relative {
  position: relative; }

.pos-static {
  position: static; }

.accordian-table-wrap {
  background: #fff;
  width: 100%;
  max-height: 0px;
  -webkit-transition: max-height 200ms ease-in;
  -ms-transition: max-height 200ms ease-in;
  -moz-transition: max-height 200ms ease-in;
  transition: max-height 200ms ease-in;
  overflow: hidden;
  z-index: 11; }

input[type=checkbox] {
  display: none; }

label.accordion {
  position: relative;
  background: #999;
  color: #fff;
  padding-left: 15px;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 100%;
  padding-right: 100px;
  cursor: pointer;
  min-height: 70px;
  display: table;
  vertical-align: middle; }
  label.accordion strong {
    display: table-cell;
    vertical-align: middle; }

.lot {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 900;
  font-size: 25px;
  margin-right: 8px;
  padding-top: 2px; }

.tp-h-mod {
  font-size: 16px; }

.sub-pages .tp-h-mod {
  font-size: 15px; }

.terminals-lot {
  font-size: 13px; }

@media (max-width: 991px) {
  .lot {
    width: 30px;
    height: 32px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 900;
    font-size: 23px;
    margin-right: 2px;
    margin-top: 3px;
    line-height: 32px; } }

@media (max-width: 767px) {
  .lot {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 900;
    font-size: 24px;
    margin-right: 9px;
    line-height: 32px; }
  .sub-pages {
    padding-left: 0;
    padding-right: 0; }
  .hide-breadcrums .sub-pages {
    padding-left: 15px;
    padding-right: 15px; } }

.green-lot {
  background: #00b140; }

.red-lot {
  background: #da291c; }

.orange-lot {
  background: #ffa300;
  color: #000;
  border: 1px solid #000; }

.blue-lot {
  background: #004b87; }

.yellow-lot {
  background: #ffcd00;
  color: #000;
  border: 1px solid #000; }

.sticky-menu-wrapper {
  background: #003264;
  z-index: 99999;
  height: 0;
  position: fixed;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/ }
  .sticky-menu-wrapper a {
    color: #fff;
    padding: 15px 10px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 2px; }

ul#navbar-new {
  overflow-x: auto;
  white-space: nowrap;
  word-wrap: break-word;
  padding-left: 0px; }

.home-tabs-inner .home-tiles {
  background: #003264;
  padding: 10px;
  margin: 10px 10px 5px;
  display: block;
  min-height: 100px; }

.home-tabs-inner .ht-image img {
  height: 45px;
  width: 45px;
  position: relative;
  /*top: 15px;*/
  left: -10px; }

.home-tabs-inner .ht-text {
  font-size: 1.3em;
  font-weight: 600;
  color: #ffffff;
  padding: 0 0 0 12px;
  /*margin-top: 29px;*/
  line-height: 28px; }

.home-tabs-inner .align-middle {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

.home-tabs-inner .display-height {
  display: table;
  height: 80px; }

.bg-home-jfk {
  background: url(../img/home-tabs-bg-jfk.jpg); }

.bg-home-ewr {
  background: url(../img/home-tabs-bg-ewr.jpg); }

.bg-home-lga {
  background: url(../img/home-tabs-bg-lga.jpg); }

.bg-home-swf {
  background: url(../img/home-tabs-bg-swf.jpg); }

.home-tabs-wrapper {
  /*background: url(../img/home-tabs-bg.jpg);*/
  background-size: cover;
  background-position: center center;
  padding-bottom: 70px; }
  .home-tabs-wrapper .table-cell,
  .home-tabs-wrapper .cell {
    /*vertical-align:top;*/ }
  .home-tabs-wrapper h2 {
    color: #fff;
    text-align: center;
    font-weight: 400 !important;
    font-size: 3em; }
  .home-tabs-wrapper .left-yellow-div {
    background-color: #ffb515;
    margin-top: 10px; }
  .home-tabs-wrapper ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .home-tabs-wrapper ul li {
      list-style: none; }
      .home-tabs-wrapper ul li .table {
        background: #084886;
        min-height: 126px;
        text-align: center;
        margin-bottom: 10px; }
        .home-tabs-wrapper ul li .table .table-cell {
          min-height: 100%;
          vertical-align: middle; }
          .home-tabs-wrapper ul li .table .table-cell a {
            display: block; }
            .home-tabs-wrapper ul li .table .table-cell a span {
              margin-left: 10px;
              font-size: 18px;
              color: #fff;
              font-weight: 600; }
      .home-tabs-wrapper ul li h3 {
        color: #fff; }

@media (max-width: 768px) {
  .home-tabs-wrapper {
    /*background: url(../img/home-tabs-bg-mobile.jpg);*/
    background-size: cover;
    background-position: center center; }
  .bg-home-jfk {
    background: url(../img/home-tabs-bg-mobile-jfk.jpg);
    background-size: cover;
    background-position: center center; }
  .bg-home-ewr {
    background: url(../img/home-tabs-bg-mobile-ewr.jpg);
    background-size: cover;
    background-position: center center; }
  .bg-home-lga {
    background: url(../img/home-tabs-bg-mobile-lga.jpg);
    background-size: cover;
    background-position: center center; }
  .bg-home-swf {
    background: url(../img/home-tabs-bg-mobile-swf.jpg);
    background-size: cover;
    background-position: center center; } }

.security-wait-wrapper {
  background: url(../img/security-wait.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px; }
  .security-wait-wrapper .security-wait-inner {
    /*background: $bg-main;
    padding: 50px 10px;*/
    background: rgba(8, 72, 135, 0.92);
    padding: 50px 0px;
    color: #fff; }
    .security-wait-wrapper .security-wait-inner h1 {
      color: #fff; }
    .security-wait-wrapper .security-wait-inner p {
      color: #fff;
      margin-bottom: 30px;
      padding: 0px 13px; }
    .security-wait-wrapper .security-wait-inner .search-tabs-wrap {
      margin: 55px 0px 0px 0px; }
      .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-tabs {
        padding: 0;
        margin: 0; }
        .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-tabs li {
          float: left;
          width: 48%;
          list-style: none; }
          .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-tabs li.is-active a, .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-tabs li.is-active span {
            border-bottom: 3px solid #ffb515;
            color: #fff;
            /*font-weight: 600;*/
            cursor: pointer; }
          .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-tabs li a, .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-tabs li span {
            padding: 5px 15px;
            border-bottom: 3px solid #5a97cd;
            display: block;
            color: #fff;
            text-align: center;
            font-weight: 500;
            font-size: 17px;
            cursor: pointer; }
          .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-tabs li:nth-child(2) {
            float: right; }
      .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-panels {
        width: 100%;
        float: left; }
        .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-panels section .form-group {
          width: 100%;
          position: relative;
          padding-top: 28px; }
          .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-panels section .form-group label {
            position: absolute;
            top: 15px;
            left: 15px;
            -webkit-transition: top 200ms ease-in;
            -ms-transition: top 200ms ease-in;
            -moz-transition: top 200ms ease-in;
            transition: top 200ms ease-in; }
          .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-panels section .form-group input.form-control {
            position: relative;
            z-index: 111;
            color: #fff;
            padding-left: 15px !important;
            border-radius: 0;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            background: transparent;
            border: none;
            border-bottom: 1px solid #ffb515; }
            .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-panels section .form-group input.form-control:focus {
              box-shadow: none; }
              .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-panels section .form-group input.form-control:focus ~ label {
                top: -3px; }
        .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-panels section button.btn {
          background: #ffb515;
          color: #003264;
          border: none;
          font-size: 18px; }
          .security-wait-wrapper .security-wait-inner .search-tabs-wrap .tabs-component-panels section button.btn:hover {
            background: rgba(255, 182, 23, 0.89);
            color: #003264; }

@media (max-width: 768px) {
  .security-wait-wrapper {
    background: url(../img/security-wait-mobile.jpg);
    background-size: cover;
    background-position: center center; } }

.term-row,
.term-row-jfk {
  background-color: rgba(7, 57, 106, 0.76);
  margin-top: 15px;
  padding: 10px 0px; }

.terminal-parking-wrapper {
  background: url(../img/terminal-parking.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px; }
  .terminal-parking-wrapper .terminal-parking-inner {
    background: rgba(8, 72, 135, 0.92);
    padding: 50px 10px;
    color: #fff; }
    .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap {
      margin: 40px auto 0; }
      .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul {
        padding-left: 0; }
        .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li {
          list-style: none;
          display: table;
          width: 100%; }
          .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .lots-list {
            display: table-cell;
            width: 120px;
            vertical-align: top; }
          .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-list-left {
            display: table-cell;
            vertical-align: top; }
          .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-list-right {
            display: table-cell;
            vertical-align: top; }
          .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-name {
            display: table-cell;
            vertical-align: middle;
            padding-left: 20px; }
            .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-name h3 {
              margin: 0;
              font-weight: 600 !important; }
            .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-name .terminals-lot {
              margin-top: 5px;
              font-weight: 500;
              font-size: 16px; }
          .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-count {
            display: table-cell;
            width: 400px;
            vertical-align: top; }
            .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-count .terminal-full-div {
              width: 100%;
              background: #003264; }
              .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-count .terminal-full-div .terminal-percentage {
                background: #479c22;
                width: 40%;
                height: 100%;
                line-height: 50px;
                font-weight: 600;
                padding-left: 20px;
                font-size: 17px; }
          .terminal-parking-wrapper .terminal-parking-inner .terminal-list-wrap ul li .terminal-list-right {
            padding-left: 20px; }

@media (max-width: 768px) {
  .terminal-parking-wrapper {
    background: url(../img/terminal-parking-mobile.jpg);
    background-size: cover;
    background-position: center center; } }

.taxi-wait-wrapper {
  background: url(../img/taxt-wait.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px; }
  .taxi-wait-wrapper .taxi-wait-inner {
    background: rgba(8, 72, 135, 0.92);
    padding: 50px 0px 0px 0px;
    color: #fff; }
    .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc {
      padding: 6px 16px;
      /*.terminal-no {
                background: #37b518;
                padding: 2px 5px;
                max-width: 50px;
                height: 50px;
                font-size: 28px;
                display: block;
                border: 1px solid #e0e0e0;
                text-align: center;
                line-height: 46px;
                font-weight: bold;
              }*/ }
      .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc h3 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc .term-details {
        font-size: 12px;
        min-height: 15px; }
      .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc .terminal-time {
        font-size: 24px;
        /*font-weight: bold;*/
        min-height: 50px;
        margin: 11px 0px 0px 0px; }
        .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc .terminal-time span {
          font-weight: bold;
          font-size: 28px; }
        .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc .terminal-time small {
          font-weight: 500;
          font-size: 12px; }
      @media (max-width: 425px) {
        .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc .terminal-time {
          font-size: 18px;
          font-weight: bold;
          margin: 3px 0px 0px 0px; }
          .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc .terminal-time small {
            font-weight: 500;
            font-size: 12px; } }
      .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc .last-updated {
        font-size: 11px;
        font-style: italic;
        font-weight: 200; }
    .taxi-wait-wrapper .taxi-wait-inner .taxi-desc {
      margin: 20px; }

@media (max-width: 768px) {
  .taxi-wait-wrapper {
    background: url(../img/taxt-wait-mobile.jpg);
    background-size: cover;
    background-position: center center; } }

.flight-search-wrapper {
  background: url(../img/filght-search.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 71px;
  padding-bottom: 70px; }
  .flight-search-wrapper .flight-search-inner {
    background: rgba(8, 72, 135, 0.92);
    padding: 50px 0px;
    color: #fff; }
    .flight-search-wrapper .flight-search-inner .search-tabs-wrap {
      margin: 55px 0px 0px 0px; }
      .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-tabs {
        padding: 0;
        margin: 0; }
        .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-tabs li {
          float: left;
          width: 48%;
          list-style: none; }
          .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-tabs li.is-active a,
          .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-tabs li.is-active span {
            border-bottom: 3px solid #ffb515;
            color: #fff;
            /*font-weight: 600;*/
            cursor: pointer; }
          .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-tabs li a,
          .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-tabs li span {
            padding: 5px 15px;
            border-bottom: 3px solid #5a97cd;
            display: block;
            color: #fff;
            text-align: center;
            font-weight: 500;
            font-size: 17px;
            cursor: pointer; }
          .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-tabs li:nth-child(2) {
            float: right; }
      .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-panels {
        width: 100%;
        float: left; }
        .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-panels section .form-group {
          width: 100%;
          position: relative;
          padding-top: 28px; }
          .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-panels section .form-group label {
            position: absolute;
            top: 15px;
            left: 15px;
            -webkit-transition: top 200ms ease-in;
            -ms-transition: top 200ms ease-in;
            -moz-transition: top 200ms ease-in;
            transition: top 200ms ease-in; }
          .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-panels section .form-group input.form-control {
            position: relative;
            z-index: 111;
            color: #fff;
            padding-left: 15px !important;
            border-radius: 0;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            background: transparent;
            border: none;
            border-bottom: 1px solid #ffb515; }
            .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-panels section .form-group input.form-control:focus {
              box-shadow: none; }
              .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-panels section .form-group input.form-control:focus ~ label {
                top: -3px; }
        .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-panels section button.btn {
          background: #ffb515;
          color: #003264;
          border: none;
          font-size: 18px; }
          .flight-search-wrapper .flight-search-inner .search-tabs-wrap .tabs-component-panels section button.btn:hover {
            background: rgba(255, 182, 23, 0.89);
            color: #003264; }

.airtrain-arrivals-wrapper {
  background: url(../img/filght-search.jpg);
  background-size: unset;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 71px;
  padding-bottom: 70px; }
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner {
    background: rgba(8, 72, 135, 0.92);
    padding: 50px 0px;
    color: #fff;
    overflow: hidden; }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner h3 {
      border-bottom: 3px solid #ffb515;
      padding-bottom: 5px; }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list,
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel {
      padding: 30px 0 0;
      margin: 0px -5px 0; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .VueCarousel-wrapper,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .VueCarousel-wrapper {
        padding-top: 12px; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list {
        list-style: none;
        display: inline-block;
        width: 10%;
        padding: 0 5px;
        white-space: pre-line;
        float: none;
        vertical-align: top;
        min-width: 95px; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li.selected .checkbox1,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list.selected .checkbox1,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li.selected .checkbox1,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list.selected .checkbox1 {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: relative;
          box-shadow: 1px 2px 2px -1px #000; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li.selected .checkbox1:before,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list.selected .checkbox1:before,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li.selected .checkbox1:before,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list.selected .checkbox1:before {
            content: "\f00c";
            position: absolute;
            right: -10px;
            top: -10px;
            border-radius: 15px;
            padding: 5px;
            box-shadow: -1px 1px 3px 1px #000;
            background: #ffb515; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li span h4,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list span h4,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li span h4,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list span h4 {
          background-color: #369fe0;
          font-size: 16px;
          font-weight: 600 !important;
          margin: 0;
          height: 70px;
          width: 70px;
          vertical-align: middle;
          display: table-cell;
          text-align: center; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li span img,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list span img,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li span img,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list span img {
          max-height: 70px;
          cursor: pointer; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li div.list-train,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list div.list-train,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li div.list-train,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list div.list-train {
          margin: 7px 0;
          overflow: hidden; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li div.list-train img,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list div.list-train img,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li div.list-train img,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list div.list-train img {
            max-width: 13px;
            margin-right: 3px; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li ol,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list ol,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li ol,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list ol {
          padding: 0;
          margin: 0;
          overflow: hidden; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li ol li,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list ol li,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li ol li,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list ol li {
            padding: 0;
            list-style: none;
            float: left;
            width: 100%;
            margin-bottom: 8px; }
            .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li ol li img,
            .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list ol li img,
            .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li ol li img,
            .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list ol li img {
              max-width: 15px;
              float: left; }
            .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li ol li span,
            .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .station-carousel-list ol li span,
            .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel li ol li span,
            .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list ol li span {
              width: calc(100% - 20px);
              float: right;
              font-size: 11px;
              line-height: 16px;
              position: relative;
              top: 1px; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .VueCarousel-navigation--disabled,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .VueCarousel-navigation--disabled {
        display: none; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .VueCarousel-navigation-prev,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .VueCarousel-navigation-prev {
        background-image: url(../img/arrow_prev.png) !important;
        background-repeat: no-repeat !important;
        background-size: contain;
        height: 30px;
        text-indent: -9999px;
        width: 25px;
        cursor: pointer;
        transform: translateY(-50%) translateX(0); }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .VueCarousel-navigation-next,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .VueCarousel-navigation-next {
        background-image: url(../img/arrow_next.png) !important;
        background-repeat: no-repeat !important;
        background-size: contain;
        height: 30px;
        text-indent: -9999px;
        width: 25px;
        cursor: pointer;
        transform: translateY(-50%) translateX(0); }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap {
      display: table;
      width: 100%;
      margin: 15px 0 35px; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .airtrain-alerts {
        color: rgba(26, 84, 138, 0.95);
        background-color: #ffb515;
        padding: 10px 0;
        padding-left: 20px;
        display: table-cell;
        vertical-align: middle; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .airtrain-alerts .info-symbol-wrap {
          display: table-cell;
          vertical-align: middle; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .airtrain-alerts .info-symbol-wrap span.info-symbol {
            font-size: 12px;
            border: 1px solid rgba(26, 84, 138, 0.95);
            display: inline-block;
            line-height: 8px;
            padding: 5px;
            border-radius: 35px;
            height: 18px;
            width: 18px;
            text-align: center;
            font-weight: bold;
            color: rgba(26, 84, 138, 0.95);
            margin: 0 15px 0 10px; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .airtrain-alerts p {
          display: table-cell;
          vertical-align: middle;
          margin: 0;
          font-weight: 600;
          font-size: 15px; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .airtrain-alerts p a {
            text-decoration: underline;
            color: rgba(26, 84, 138, 0.95);
            display: inline-block;
            margin-left: 5px; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .refresh-alerts {
        color: #ffb515;
        display: table-cell;
        vertical-align: middle;
        width: 75px;
        text-align: center;
        font-size: 28px;
        cursor: pointer; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .refresh-alerts i {
          display: block; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .airtrain-alerts-wrap .refresh-alerts span {
          color: #ffb515;
          display: block;
          width: 100%;
          text-align: center;
          font-size: 14px; }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table {
      background: none;
      margin-bottom: 0; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-header .table-cell {
        vertical-align: top; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-header .table-cell:first-child {
          text-align: center; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-header .table-cell:nth-child(2) {
          width: 50%; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-header .table-cell h6 {
          font-weight: 700;
          font-size: 14px; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-body {
        padding: 12px 0; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-body .table-cell {
          vertical-align: middle; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-body .table-cell img {
            max-width: 20px; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-body .table-cell small {
            font-weight: normal; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-body .table-cell:first-child {
            text-align: center; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-body .table-cell:nth-child(2) {
            width: 50%; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-body .table-cell h6 {
            margin-top: 0;
            margin-bottom: 0; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .table.table-body:nth-child(odd) {
          background-color: #003264; }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner p.airtrain-info, .airtrain-arrivals-wrapper .airtrain-arrivals-inner .no-data-found {
      font-size: 13px !important;
      margin-top: 7px;
      margin-bottom: 0 !important; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner p.airtrain-info a, .airtrain-arrivals-wrapper .airtrain-arrivals-inner .no-data-found a {
        text-decoration: underline;
        color: #fff;
        margin: 0 2px; }

.d-inline {
  display: inline-block; }

.weather-div {
  float: left; }

@media (max-width: 768px) {
  .flight-search-wrapper {
    background: url(../img/filght-search-mobile.jpg);
    background-size: cover;
    background-position: center center; } }

.directions-wrapper {
  background: url(../img/directions-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px; }
  .directions-wrapper .directions-inner {
    background: rgba(26, 84, 138, 0.95);
    color: #fff; }

@media (max-width: 768px) {
  .directions-wrapper {
    background: url(../img/directions-bg-mobile.jpg);
    background-size: cover;
    background-position: center center; } }

.park-rates-th {
  background-color: #ffb515;
  padding: 10px 15px;
  font-weight: 700;
  color: #003264; }

.walk-times-wrapper {
  background: url(../img/walk-times.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px; }
  .walk-times-wrapper .walk-times-inner {
    background: rgba(8, 72, 135, 0.92);
    color: #fff; }
    .walk-times-wrapper .walk-times-inner label {
      font-size: 22px;
      font-weight: 600;
      margin-right: 20px; }
    .walk-times-wrapper .walk-times-inner select {
      background: #084885;
      padding: 6px 20px;
      font-weight: 500;
      font-size: 18px;
      margin-right: 20px;
      height: 41px; }
    .walk-times-wrapper .walk-times-inner .inner-term-cont {
      min-height: 260px;
      max-height: 500px;
      margin-bottom: 20px; }
    .walk-times-wrapper .walk-times-inner .walktimes-table tr:last-child {
      border-bottom: none !important; }

@media (max-width: 767px) {
  .airtrain-alerts-wrap .airtrain-alerts {
    padding: 10px 0;
    padding-left: 10px !important; }
    .airtrain-alerts-wrap .airtrain-alerts .info-symbol-wrap {
      display: table-cell;
      vertical-align: top;
      width: 20px; }
      .airtrain-alerts-wrap .airtrain-alerts .info-symbol-wrap span.info-symbol {
        font-size: 12px;
        padding: 5px;
        margin: 0 8px 0 0px !important; }
    .airtrain-alerts-wrap .airtrain-alerts p {
      font-size: 12px !important;
      padding-right: 5px;
      line-height: 16px; }
      .airtrain-alerts-wrap .airtrain-alerts p a {
        margin-left: 0px !important; }
  .airtrain-alerts-wrap .refresh-alerts {
    width: 45px !important; }
  .walk-times-wrapper {
    background: url(../img/walk-times-mobile.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
    .walk-times-wrapper .walk-times-inner .inner-term-cont {
      min-height: auto;
      max-height: auto;
      margin-bottom: 20px; } }

@media (min-width: 861px) and (max-width: 991px) {
  .walk-times-wrapper .walk-times-inner .inner-term-cont {
    padding: 10px; } }

@media (min-width: 600px) and (max-width: 991px) {
  /*.sub-pages table.table-sub-pages tbody tr td img{
      background:#fff;
    }*/
  .sub-pages .listing table.av-responsive-table.table-sub-pages.airlines-table tr {
    background: #f5f5f5 !important; }
    .sub-pages .listing table.av-responsive-table.table-sub-pages.airlines-table tr td {
      color: #333;
      border: none; }
      .sub-pages .listing table.av-responsive-table.table-sub-pages.airlines-table tr td a {
        color: #025eac !important; }
    .sub-pages .listing table.av-responsive-table.table-sub-pages.airlines-table tr th {
      color: #084887;
      font-weight: 600;
      border: none;
      font-size: 14px; } }

@media (min-width: 768px) and (max-width: 860px) {
  .walk-times-wrapper .walk-times-inner .inner-term-cont {
    padding: 6px; }
  .lg-numbers {
    font-size: 20px !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .walk-times-wrapper .walk-times-inner .inner-term-cont {
    padding: 20px; } }

@media (min-width: 426px) and (max-width: 575px) {
  .walk-times-wrapper .walk-times-inner .inner-term-cont {
    padding: 15px; } }

@media (max-width: 425px) {
  .walk-times-wrapper .walk-times-inner .inner-term-cont {
    padding: 10px; } }

@media (min-width: 375px) and (max-width: 425px) {
  .walk-times-wrapper .walk-times-inner .term-no {
    margin-left: -15px; } }

@media (min-width: 426px) and (max-width: 767px) {
  .walk-times-wrapper .walk-times-inner .term-no {
    margin-left: -10%; } }

.directions-wrapper {
  background: url(../img/directions-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 70px;
  background-attachment: fixed; }
  .directions-wrapper .directions-inner {
    background: rgba(8, 72, 135, 0.92);
    color: #fff; }
    .directions-wrapper .directions-inner .directions-left h1 {
      color: #fff;
      margin-top: 30px;
      font-size: 30px; }
    .directions-wrapper .directions-inner .directions-left .airport-btn {
      padding: 6px 0px;
      border: none;
      border-bottom: 3px solid #5a97cd;
      display: block;
      color: #fff;
      text-align: center;
      font-weight: 500;
      font-size: 17px;
      background: none;
      float: left;
      width: 47%; }
      .directions-wrapper .directions-inner .directions-left .airport-btn:nth-child(2) {
        float: right; }
      .directions-wrapper .directions-inner .directions-left .airport-btn.btn-active {
        border-bottom: 3px solid #ffb515;
        color: #fff;
        /*font-weight: 600;*/ }
    .directions-wrapper .directions-inner .directions-left label {
      position: absolute;
      bottom: 0;
      -webkit-transition: bottom 200ms ease-in;
      -ms-transition: bottom 200ms ease-in;
      -moz-transition: bottom 200ms ease-in;
      transition: bottom 200ms ease-in;
      color: #fff; }
    .directions-wrapper .directions-inner .directions-left input.input-mod {
      position: relative;
      z-index: 111;
      color: #fff;
      padding-left: 15px !important;
      border-radius: 0;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      background: transparent;
      border: none;
      border-bottom: 1px solid #ffb515; }
      .directions-wrapper .directions-inner .directions-left input.input-mod:focus {
        box-shadow: none;
        outline: none; }
        .directions-wrapper .directions-inner .directions-left input.input-mod:focus ~ label {
          bottom: 22px; }
    .directions-wrapper .directions-inner .directions-left .search-btn {
      background: #ffb515;
      width: 100%;
      margin: 13px 0 0;
      border-radius: 0px;
      height: 50px;
      padding: 13px;
      font-weight: normal;
      line-height: normal;
      color: #003264;
      font-size: 18px;
      margin-bottom: 30px;
      max-width: 226px; }
    .directions-wrapper .directions-inner .directions-left .search-btn:active,
    .directions-wrapper .directions-inner .directions-left .search-btn:active,
    .directions-wrapper .directions-inner .directions-left .search-btn:active:focus {
      color: #106299;
      background: #ffb515; }

label.accordion:after {
  content: url(../img/carret-up-grey.png);
  position: absolute;
  right: 0;
  width: 100px;
  color: #eee;
  text-align: center;
  background: #fff;
  height: 100%;
  top: 0;
  box-shadow: 0 0 2px 0px #333;
  padding-top: 25px; }

input[type=checkbox]:checked + label.accordion:after {
  content: url(../img/carret-up-grey-blue.png);
  line-height: .8em; }

.hideImg {
  display: none;
  position: absolute;
  right: 33px;
  z-index: 999;
  top: 25px; }

input[type=checkbox]:checked + label.accordion .hideImg {
  display: block; }

input[type=checkbox]:checked ~ .accordian-table-wrap {
  max-height: 500px;
  -webkit-transition: max-height 200ms ease-in;
  -ms-transition: max-height 200ms ease-in;
  -moz-transition: max-height 200ms ease-in;
  transition: max-height 200ms ease-in;
  right: 0px; }

@media screen and (max-width: 600px) {
  table.av-responsive-table {
    border: 0; }
    table.av-responsive-table caption {
      font-size: 1.3em; }
    table.av-responsive-table tbody tr:nth-child(even) {
      background: rgba(0, 50, 97, 0.67); }
    table.av-responsive-table tbody tr:nth-child(odd) {
      background: rgba(0, 50, 97, 0.67); }
    table.av-responsive-table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    table.av-responsive-table tr {
      display: block;
      margin-bottom: .625em; }
    table.av-responsive-table td {
      border-bottom: 2px solid rgba(3, 46, 88, 0.92);
      display: block;
      font-size: .8em;
      text-align: right;
      padding: 7px 5px !important;
      border-right: none !important; }
      table.av-responsive-table td:before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left; }
      table.av-responsive-table td:last-child {
        border-bottom: 0; }
  table.airlines-table.av-responsive-table tbody td[data-label]:first-child {
    border-right: 1px solid #ffb515 !important; }
  table.security-table tbody tr:nth-child(even) {
    background: rgba(4, 95, 154, 0.67); }
  table.security-table tbody tr:nth-child(odd) {
    background: rgba(2, 76, 131, 0.780392); }
  table.security-table tr {
    margin-bottom: 0px !important; }
    table.security-table tr td {
      border-bottom: none !important;
      margin-left: 20px; }
    table.security-table tr td:first-child {
      text-align: left;
      color: #fff !important;
      font-size: 20px;
      margin-left: -12px !important; }
  table.av-responsive-table.data-label-table td {
    position: relative;
    padding-left: 130px !important;
    text-align: left;
    border-right: none !important; }
    table.av-responsive-table.data-label-table td:before {
      content: attr(data-label);
      float: left;
      margin-left: -130px; } }

@media (max-width: 800px) {
  .security-wait-wrapper .security-wait-inner table.av-responsive-table {
    border: 0; }
    .security-wait-wrapper .security-wait-inner table.av-responsive-table caption {
      font-size: 1.3em; }
    .security-wait-wrapper .security-wait-inner table.av-responsive-table tbody tr:nth-child(even) {
      background: rgba(0, 50, 97, 0.67); }
    .security-wait-wrapper .security-wait-inner table.av-responsive-table tbody tr:nth-child(odd) {
      background: rgba(0, 50, 97, 0.67); }
    .security-wait-wrapper .security-wait-inner table.av-responsive-table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .security-wait-wrapper .security-wait-inner table.av-responsive-table tr {
      display: block;
      margin-bottom: .625em; }
    .security-wait-wrapper .security-wait-inner table.av-responsive-table td {
      border-bottom: 2px solid rgba(3, 46, 88, 0.92);
      display: block;
      font-size: .8em;
      text-align: right;
      padding: 7px 15px !important; }
      .security-wait-wrapper .security-wait-inner table.av-responsive-table td:before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left; }
      .security-wait-wrapper .security-wait-inner table.av-responsive-table td:last-child {
        border-bottom: 0; }
  .security-wait-wrapper .security-wait-inner table.security-table tbody tr:nth-child(even) {
    background: rgba(4, 95, 154, 0.67); }
  .security-wait-wrapper .security-wait-inner table.security-table tbody tr:nth-child(odd) {
    background: rgba(7, 57, 106, 0.76); }
  .security-wait-wrapper .security-wait-inner table.security-table tr {
    margin-bottom: 0px !important; }
    .security-wait-wrapper .security-wait-inner table.security-table tr td {
      border-bottom: none !important;
      margin-left: 30px;
      font-size: 14px; }
    .security-wait-wrapper .security-wait-inner table.security-table tr td:first-child {
      text-align: left;
      color: #fff !important;
      font-size: 20px;
      margin-left: -12px !important; }
  .security-next-two-cols {
    display: none !important; } }

.security-first-col {
  display: block !important; }

@media (min-width: 801px) {
  .security-first-col {
    display: none !important; } }

/* end table responsive css */
.table-fixed {
  table-layout: fixed; }

.alerts-count .table,
.table {
  height: 100%;
  display: table;
  line-height: normal; }

.table-cell,
.cell {
  height: 100%;
  display: table-cell; }

ul.accordian-parent li {
  margin-bottom: 20px; }

.margin-top-4 {
  margin-top: 4px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.carret-left {
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #333; }

.carret-right {
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #333; }

label.normal {
  font-weight: 400;
  display: block; }

/*.container-wrap {
  background: #084887;
}*/
.list-wrapper {
  min-height: 190px; }

.container-wrap#announcement-carousel .container {
  width: 100%; }

.container-wrap.alert-main-wrap {
  background: #D53D2D;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  padding: 2px 0; }
  .container-wrap.alert-main-wrap.show {
    height: auto;
    opacity: 1; }
  .container-wrap.alert-main-wrap .v-carousel,
  .container-wrap.alert-main-wrap .v-carousel-items,
  .container-wrap.alert-main-wrap .VueCarousel {
    float: left;
    /*display: table;*/ }
  .container-wrap.alert-main-wrap .v-carousel,
  .container-wrap.alert-main-wrap .VueCarousel {
    padding-left: 90px;
    padding-right: 205px; }
  .container-wrap.alert-main-wrap .VueCarousel {
    width: 100%;
    position: relative;
    text-align: left; }
    .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-inner {
      visibility: visible !important; }
    .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide {
      padding: 0;
      text-align: center;
      min-height: 55px; }
      .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide p {
        color: #FFFFFF;
        padding: 0 0;
        font-size: 13px;
        line-height: 16px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: center;
        margin-bottom: 0; }
        .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide p span {
          font-size: 20px;
          position: relative;
          top: 3px; }
      .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide img {
        display: none; }
    .container-wrap.alert-main-wrap .VueCarousel button.VueCarousel-navigation-button {
      color: #084887;
      font-size: 20px; }
      .container-wrap.alert-main-wrap .VueCarousel button.VueCarousel-navigation-button.VueCarousel-navigation-prev {
        left: 9px; }
      .container-wrap.alert-main-wrap .VueCarousel button.VueCarousel-navigation-button.VueCarousel-navigation-next {
        right: 2px; }
      .container-wrap.alert-main-wrap .VueCarousel button.VueCarousel-navigation-button.VueCarousel-navigation--disabled {
        display: none !important; }
  .container-wrap.alert-main-wrap .v-carousel-item {
    /*display: table-cell;
      vertical-align: middle;
      height:100%;
      float:none;*/ }
    .container-wrap.alert-main-wrap .v-carousel-item p {
      text-align: center;
      color: #073C70;
      padding: 0px 0 5px;
      font-size: 14px;
      position: relative;
      top: -3px; }
      .container-wrap.alert-main-wrap .v-carousel-item p img {
        margin-right: 10px;
        display: none; }
      .container-wrap.alert-main-wrap .v-carousel-item p span {
        font-size: 24px;
        position: relative;
        top: 3px; }

.container-wrap.weather-wrapper {
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 5px; }

.container-wrap .container {
  width: 100vw;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1300px; }

.container-wrap .pull-left a {
  color: #ccc;
  font-size: 12px; }

.container-wrap .weather-content a {
  color: #fff;
  font-size: 14px;
  margin-top: -2px;
  display: block;
  margin-bottom: 3px; }
  .container-wrap .weather-content a img {
    margin-right: 5px;
    margin-top: -5px;
    height: 20px !important; }

.accordian-content {
  max-height: 0;
  -moz-transition: max-height 0.05s ease-out;
  -ms-transition: max-height 0.05s ease-out;
  -o-transition: max-height 0.05s ease-out;
  -webkit-transition: max-height 0.05s ease-out;
  transition: max-height 0.05s ease-out;
  overflow: hidden; }
  .accordian-content.active {
    max-height: 9999px;
    transition: max-height 2s ease-in;
    -moz-transition: max-height 2s ease-in;
    -ms-transition: max-height 2s ease-in;
    -o-transition: max-height 2s ease-in;
    -webkit-transition: max-height 2s ease-in;
    border: 1px solid #ccc;
    padding: 10px; }

.home-tabs {
  display: none; }

.sub-menus li.pageLink {
  float: left;
  /*width: 25.33333333%;*/ }

.sub-menus li.pageLink {
  color: #fff; }

a {
  cursor: pointer; }
  a:hover {
    text-decoration: none !important; }

.full-row,
#newApp {
  float: left;
  width: 100%; }

#newApp {
  overflow: hidden; }

span.hello.current-title {
  color: #025eac;
  font-weight: bold; }

.hello {
  overflow: hidden;
  width: 100%; }

div#toPageTop {
  width: 100%;
  float: left;
  /*position: relative;*/ }

.header-main {
  padding-top: 15px;
  padding-bottom: 0px; }
  .header-main .logo {
    min-width: 270px; }
    .header-main .logo a {
      color: #fff !important; }
      .header-main .logo a:focus {
        outline: none;
        text-decoration: none !important; }
      .header-main .logo a span {
        font-weight: 700;
        font-size: 20px;
        display: block; }
      .header-main .logo a small {
        font-size: 11px;
        display: block; }
  .header-main .menu-wrapper {
    width: calc(100% - 270px);
    margin-top: 20px; }
    .header-main .menu-wrapper ul.main-menu {
      float: left;
      padding: 0;
      margin-bottom: 0; }
    .header-main .menu-wrapper ul.client-list {
      position: relative;
      top: 0px;
      overflow: hidden;
      margin-bottom: 0; }
      .header-main .menu-wrapper ul.client-list li {
        margin: 0 5px; }
        .header-main .menu-wrapper ul.client-list li span {
          color: #fff;
          line-height: normal;
          position: relative;
          top: -3px; }
        .header-main .menu-wrapper ul.client-list li a {
          font-size: 14px;
          color: #fff; }
    .header-main .menu-wrapper ul li {
      float: left;
      margin-right: 20px;
      list-style: none;
      margin-left: 20px; }
      .header-main .menu-wrapper ul li:last-child {
        margin-right: 0; }
      .header-main .menu-wrapper ul li a {
        color: #fff !important; }
        .header-main .menu-wrapper ul li a span {
          font-weight: 700;
          font-size: 16px;
          display: block;
          color: #FFB515 !important; }
        .header-main .menu-wrapper ul li a small {
          font-size: 11px;
          display: block; }
      .header-main .menu-wrapper ul li p {
        float: left;
        width: 270px;
        margin-bottom: 0;
        font-size: 18px;
        padding: 30px 25px;
        font-weight: 200; }
    .header-main .menu-wrapper ul ul.sub-menus {
      padding: 30px 25px 0px;
      float: left; }
      .header-main .menu-wrapper ul ul.sub-menus li a {
        color: #fff !important;
        text-align: center;
        display: block; }
        .header-main .menu-wrapper ul ul.sub-menus li a img {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1);
          margin-top: 0;
          position: static; }

ul.sub-menus li.pageLink a span {
  color: #fff !important; }

.alerts-carousel-wrap {
  position: relative;
  margin-bottom: 0px;
  float: left;
  width: 100%; }
  .alerts-carousel-wrap .inner-search-wrap {
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 175px; }
  .alerts-carousel-wrap a.btn.subscribe-btn {
    /*position: absolute !important;
    top: 26%;
    right: 40px;*/
    padding: 2px 0;
    background: #fff !important;
    color: #073C70 !important;
    z-index: 9999;
    font-size: 14px;
    /*font-weight: 700 !important;*/
    height: 25px;
    line-height: 24px;
    min-width: 150px;
    border-radius: 3px;
    border: none;
    float: left; }
  .alerts-carousel-wrap .v-carousel-dots {
    display: none; }
  .alerts-carousel-wrap .alerts-count {
    position: absolute;
    left: 0;
    top: 0px;
    width: 90px;
    height: 100%;
    font-size: 14px;
    z-index: 99999;
    padding-left: 21px;
    color: #FFFFFF;
    text-align: center;
    background: #D53D2D; }
  .alerts-carousel-wrap .blankDiv {
    position: absolute;
    right: 0;
    color: transparent;
    width: 200px;
    height: 100%;
    background: #D53D2D;
    z-index: 11;
    display: block; }

span.tsa-pre-check-mark img {
  width: 12px;
  margin-bottom: 0;
  margin-left: 6px; }

@media (max-width: 980px) {
  .header-main {
    padding-top: 15px;
    padding-bottom: 15px; }
  .alerts-carousel-wrap a.btn.subscribe-btn {
    display: none; }
  .alerts-carousel-wrap .v-carousel-item {
    float: left;
    left: -0px !important;
    top: 5px;
    margin: 0px 0px; }
    .alerts-carousel-wrap .v-carousel-item span {
      font-size: 20px !important;
      top: 2px !important; }
  .alerts-carousel-wrap .alerts-count {
    position: absolute;
    left: -4px;
    top: 0;
    width: 50px;
    font-size: 12px;
    z-index: 1;
    padding-left: 2px;
    background: #D53D2D;
    height: 100%; }
    .alerts-carousel-wrap .alerts-count .table-cell {
      vertical-align: bottom; }
  select.htmlDropdown {
    color: #fff; }
  .container-wrap .v-carousel {
    padding-left: 46px !important;
    padding-right: 38px !important; }
  .container-wrap.alert-main-wrap .VueCarousel {
    padding-left: 46px !important;
    padding-right: 38px !important; }
  .v-carousel-nav.prev {
    background-color: #ffb515;
    padding: 0 !important;
    left: 15px !important;
    background-position: top 50% left 0px !important; }
  .v-carousel-nav.next {
    background-color: #ffb515;
    padding: 0 !important;
    background-position: top 50% right 0px !important; }
  .blankDiv {
    position: absolute;
    right: 0;
    color: transparent;
    width: 38px !important;
    height: 100%;
    background: #ffb515;
    z-index: 11; }
  .container-wrap.alert-main-wrap .VueCarousel button.VueCarousel-navigation-button.VueCarousel-navigation-next {
    right: 20px;
    z-index: 99; }
  .container-wrap.alert-main-wrap .VueCarousel button.VueCarousel-navigation-button.VueCarousel-navigation-prev {
    left: 25px;
    z-index: 9; }
  .footerUpper {
    padding-bottom: 0px; } }

.emprty-p {
  height: 50px;
  display: block;
  float: left;
  width: 100%; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .header-main .menu-wrapper {
    width: calc(100% - 230px) !important; }
  .header-main .logo {
    min-width: 230px !important; } }

/* Extra Small Devices, Phones */
@media (max-width: 480px) {
  button,
  input[type="button"] {
    font-size: 16px !important; }
  #toTop {
    right: 2px !important; }
  .no-pad-right-xs {
    padding-right: 0; }
  .no-pad-left-xs {
    padding-left: 0; }
  .header-right .weather-content a {
    padding-left: 22px;
    font-size: 12px !important;
    margin-top: 7px; }
  .navigation-main .pull-right.header-right ul.client-list li a {
    font-size: 12px !important;
    padding: 0; } }

@media (max-width: 415px) {
  .header-main .menu-wrapper ul.main-menu {
    /*margin-top: 82px !important;*/ }
  a[href^="mailto"] {
    font-size: 15px;
    white-space: nowrap;
    display: inline-block; }
  .navigation-main .pull-right.header-right {
    float: left !important;
    width: 100%;
    padding-right: 0 !important; }
  .navigation-main .pull-right.header-right ul.client-list {
    padding: 0;
    /*float: left !important;
    width: 100% !important;
    padding-left: 25px !important;*/ }
  .navigation-main .pull-right.header-right > div {
    /*float: left !important;
      width: 100% !important;
      border-top: 1px solid #ccc;
      margin-bottom: 8px;*/ }
  .navigation-main .pull-right.header-right ul.client-list.d-inline {
    float: left;
    width: 100%; }
  .header-main .menu-wrapper ul.main-menu {
    margin-top: 72px !important; }
  .d-inline.weather-div {
    display: block !important;
    float: none !important; }
  .sub-pages p a {
    font-size: 16px; }
  .alerts-carousel-wrap .v-carousel-item span {
    font-size: 16px !important;
    top: 2px !important; }
  .navigation-main .pull-right.header-right ul.client-list li:first-child span {
    display: none; } }

.search-results {
  min-height: 150px;
  max-width: 100% !important; }

.error-msg {
  padding: 10px 15px;
  font-size: 16px; }

@media (min-width: 480px) {
  .pull-right-xs {
    float: right; }
  .no-pad-left-xs {
    padding-left: 0; }
  .no-pad-right-xs {
    padding-right: 0; } }

/* Small Devices, Tablets */
@media (min-width: 768px) {
  .tile-full-row {
    width: 100% !important; }
    .tile-full-row .col-xs-3.ht-image {
      width: 12%; }
  .pull-right-sm {
    float: right; }
  .no-pad-left-sm {
    padding-left: 0; }
  .no-pad-right-sm {
    padding-right: 0; }
  .first-full-row.oddTile:first-child {
    width: 100%; }
    .first-full-row.oddTile:first-child .col-xs-3.ht-image {
      width: 12%; }
  .first-full-row.swfOddTile.oddTile:first-child {
    width: 100%; }
    .first-full-row.swfOddTile.oddTile:first-child .col-xs-3.ht-image {
      width: 25%; }
  .first-full-row.twoTiles {
    width: 100%; }
    .first-full-row.twoTiles .home-tiles {
      /*width: 50%;*/ }
    .first-full-row.twoTiles .ht-text {
      margin-top: 40px; }
    .first-full-row.twoTiles .col-xs-3.ht-image {
      margin-top: 15px; }
    .first-full-row.twoTiles .home-tiles {
      min-height: 120px; } }

/* Medium Devices, Desktops */
@media (min-width: 992px) {
  .pull-right-md {
    float: right; }
  .home-tabs-wrapper .twoTilesLeft .left-yellow-div {
    height: 215px; }
    .home-tabs-wrapper .twoTilesLeft .left-yellow-div.left-yellow-bottom {
      height: 100px;
      margin-top: 15px; }
      .home-tabs-wrapper .twoTilesLeft .left-yellow-div.left-yellow-bottom .clock-header img {
        width: 65px; }
    .home-tabs-wrapper .twoTilesLeft .left-yellow-div .rt-msg {
      padding-left: 15%;
      padding-right: 5%; } }

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right; }
  .search-results {
    max-width: 80% !important;
    min-height: 400px; }
  .left-yellow-div {
    height: 330px; }
    .left-yellow-div.jfk-real-time {
      height: 215px; }
  .left-yellow-bottom {
    height: 100px;
    margin-top: 15px; }
    .left-yellow-bottom .clock-header img {
      width: 65px; }
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list,
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel {
    padding: 30px 0 0;
    margin: 0px -5px 0; }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li,
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list,
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li,
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list {
      list-style: none;
      display: inline-block;
      width: 10%;
      padding: 0 5px;
      white-space: pre-line; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li.selected .checkbox1,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list.selected .checkbox1,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li.selected .checkbox1,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list.selected .checkbox1 {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        box-shadow: 1px 2px 2px -1px #000; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li.selected .checkbox1:before,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list.selected .checkbox1:before,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li.selected .checkbox1:before,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list.selected .checkbox1:before {
          content: "\f00c";
          position: absolute;
          right: -10px;
          top: -10px;
          border-radius: 15px;
          padding: 5px;
          box-shadow: -1px 1px 3px 1px #000;
          background: #ffb515; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li span h4,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list span h4,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li span h4,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list span h4 {
        background-color: #369fe0;
        font-size: 16px;
        font-weight: 600 !important;
        margin: 0;
        height: 70px;
        width: 70px;
        vertical-align: middle;
        display: table-cell;
        text-align: center; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li span img,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list span img,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li span img,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list span img {
        max-height: 70px; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li div.list-train,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list div.list-train,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li div.list-train,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list div.list-train {
        margin: 7px 0;
        overflow: hidden; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li div.list-train img,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list div.list-train img,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li div.list-train img,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list div.list-train img {
          max-width: 13px;
          margin-right: 3px; }
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li ol,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list ol,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li ol,
      .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list ol {
        padding: 0;
        margin: 0; }
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li ol li,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list ol li,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li ol li,
        .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list ol li {
          padding: 0;
          list-style: none;
          float: left;
          width: 100%;
          margin-bottom: 8px; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li ol li img,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list ol li img,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li ol li img,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list ol li img {
            max-width: 15px;
            float: left; }
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list li ol li span,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .station-carousel-list ol li span,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel li ol li span,
          .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .station-carousel-list ol li span {
            width: calc(100% - 20px);
            float: right;
            font-size: 11px;
            line-height: 16px;
            position: relative;
            top: 1px; }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .VueCarousel-navigation--disabled,
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .VueCarousel-navigation--disabled {
      display: none; }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .VueCarousel-navigation-prev,
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .VueCarousel-navigation-prev {
      background-image: url(../img/arrow_prev.png) !important;
      background-repeat: no-repeat !important;
      background-size: contain;
      height: 50px;
      text-indent: -9999px;
      width: 30px;
      cursor: pointer; }
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner ul.terminal-list .VueCarousel-navigation-next,
    .airtrain-arrivals-wrapper .airtrain-arrivals-inner .station-carousel .VueCarousel-navigation-next {
      background-image: url(../img/arrow_next.png) !important;
      background-repeat: no-repeat !important;
      background-size: contain;
      height: 50px;
      text-indent: -9999px;
      width: 30px;
      cursor: pointer; } }

@media (min-width: 1200px) and (max-width: 1340px) {
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li ol li span,
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list ol li span {
    font-size: 10px !important;
    width: calc(100% - 16px) !important; }
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list li ol li img,
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .station-carousel-list ol li img {
    max-width: 14px !important; } }

.left-yellow-div.left-yellow-bottom {
  height: 100px;
  margin-top: 15px; }
  .left-yellow-div.left-yellow-bottom .clock-header img {
    width: 65px; }
  .left-yellow-div.left-yellow-bottom .bottom-tiles-left {
    width: 75%;
    float: left;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px; }
    .left-yellow-div.left-yellow-bottom .bottom-tiles-left span {
      font-size: 24px;
      font-weight: 500; }
    .left-yellow-div.left-yellow-bottom .bottom-tiles-left h4 {
      font-weight: normal !important;
      font-size: 20px;
      margin-top: 0; }
  .left-yellow-div.left-yellow-bottom .bottom-tiles-right {
    width: 25%;
    float: right; }
    .left-yellow-div.left-yellow-bottom .bottom-tiles-right h2 {
      color: #084887;
      margin-top: 10px;
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 0;
      font-weight: 700 !important; }
    .left-yellow-div.left-yellow-bottom .bottom-tiles-right small {
      position: relative;
      top: -25px;
      font-size: 16px; }

ul.client-list {
  padding: 0; }
  ul.client-list li {
    list-style: none;
    float: left; }

.btn-hamburger.btn {
  display: none; }

#hamburger {
  display: none; }

.sub-pages .container-wrap .container {
  width: 100%; }

.sub-pages .img-center {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto; }

.sub-pages ul {
  padding: 5px 0px 0px 20px; }
  .sub-pages ul.list-unstyled {
    padding: 0; }

.sub-pages table.table-sub-pages {
  width: 100% !important;
  margin-bottom: 15px; }
  .sub-pages table.table-sub-pages thead th {
    background: #ffb515;
    color: #084887;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: normal;
    padding: 15px; }
  .sub-pages table.table-sub-pages tbody {
    /*tbody {
        tr:nth-child(even) {
          background: #F5F5F5;

          td {
            padding-bottom: 8px;
            padding-top: 8px;
            padding-left: 15px;
            font-size: 15px;
          }
        }
      */ }
    .sub-pages table.table-sub-pages tbody tr {
      background: #F5F5F5; }
      .sub-pages table.table-sub-pages tbody tr td {
        padding: 15px;
        font-size: 15px;
        border-bottom: 4px solid #fff; }
        .sub-pages table.table-sub-pages tbody tr td .table-a {
          color: #025eac; }
          .sub-pages table.table-sub-pages tbody tr td .table-a:hover {
            text-decoration: underline !important; }
        .sub-pages table.table-sub-pages tbody tr td a {
          color: #025eac; }
          .sub-pages table.table-sub-pages tbody tr td a.phoneNumber {
            color: #025eac; }
            .sub-pages table.table-sub-pages tbody tr td a.phoneNumber:hover {
              text-decoration: underline !important; }
        .sub-pages table.table-sub-pages tbody tr td strong {
          font-weight: 500; }
        .sub-pages table.table-sub-pages tbody tr td span {
          padding-left: 15px;
          display: block; }
          .sub-pages table.table-sub-pages tbody tr td span.highlight-blue {
            padding-left: 0;
            color: #025eac; }
    .sub-pages table.table-sub-pages tbody tr:nth-child(odd) {
      background: #F5F5F5; }
      .sub-pages table.table-sub-pages tbody tr:nth-child(odd) td {
        padding: 15px;
        font-size: 15px; }

.sub-pages h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #025eac; }
  .sub-pages h1.main-title {
    font-size: 22px; }

.sub-pages p {
  font-size: 17px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #4d4d4d; }

.sub-pages p a {
  color: #025eac;
  font-weight: bold;
  text-decoration: underline !important; }

.sub-pages img {
  margin-bottom: 15px;
  width: 100%; }

.sub-pages h2 {
  font-size: 20px;
  margin-bottom: 13px;
  margin-top: 20px;
  color: #025eac;
  font-weight: 600; }

.sub-pages h3,
.sub-pages h4 {
  font-size: 17px;
  font-weight: 700;
  color: #084887 !important; }

.sub-pages h3,
.sub-pages h4 {
  color: #000 !important; }

.sub-pages h5,
.sub-pages h6 {
  font-size: 14px;
  font-weight: 700; }

.sub-pages .y-a {
  /*color: #feb927;*/
  font-weight: bold;
  text-decoration: underline !important; }

.sub-pages .b-a {
  color: #025eac;
  font-weight: bold;
  text-decoration: underline !important; }

.sub-pages .breacrums span {
  font-size: 14px;
  margin: 0 2px;
  color: #025eac; }
  .sub-pages .breacrums span:first-child {
    margin-left: 0;
    /*background: url(../img/home-icon.png);
        background-position: left 2px top 5px;*/
    padding-left: 0;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 60px;
    padding-bottom: 20px;
    padding-top: 10px; }
  .sub-pages .breacrums span:last-child {
    margin-left: 0;
    /*background: url(../img/home-icon.png);
        background-position: left 2px top 5px;*/
    padding-left: 0;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 60px;
    padding-bottom: 20px;
    padding-top: 10px;
    /*text-transform: capitalize;*/ }

@media (max-width: 600px) {
  .sub-pages table.airlines-table tr {
    padding: 0px !important; }
    .sub-pages table.airlines-table tr td:first-child {
      background-color: #ffb515;
      text-align: left;
      border: 1px solid #ffb515;
      border-bottom: none; }
      .sub-pages table.airlines-table tr td:first-child a {
        color: #003264 !important;
        text-decoration: none !important;
        font-weight: 700; }
  .sub-pages table.airlines-lga-table tr {
    padding: 0px !important; }
    .sub-pages table.airlines-lga-table tr td {
      vertical-align: top; }
      .sub-pages table.airlines-lga-table tr td:first-child {
        background-color: #fff;
        text-align: left;
        border: 1px solid #ffb515;
        border-bottom: none; }
        .sub-pages table.airlines-lga-table tr td:first-child a {
          color: #003264 !important;
          text-decoration: none !important;
          font-weight: 700; } }

@media (max-width: 991px) {
  @supports (-ms-ime-align: auto) {
    body.sidebar-body {
      padding-right: 18px; } }
  body.sidebar-body {
    position: fixed; }
  .left-yellow-div.left-yellow-bottom {
    /*height: 100px;
        margin-top: 15px;*/
    /*position: absolute;
      bottom: 0;
      width: calc(100% - 30px);*/ }
    .left-yellow-div.left-yellow-bottom .clock-header img {
      /*width: 65px;*/ }
    .left-yellow-div.left-yellow-bottom .bottom-tiles-left {
      font-size: 20px;
      font-weight: 500; }
      .left-yellow-div.left-yellow-bottom .bottom-tiles-left h4 {
        font-weight: normal !important;
        font-size: 16px;
        margin-top: 0; }
    .left-yellow-div.left-yellow-bottom .bottom-tiles-right h2 {
      color: #084887;
      margin-top: 10px;
      font-size: 45px;
      line-height: 45px;
      margin-bottom: 0;
      font-weight: 600 !important; }
    .left-yellow-div.left-yellow-bottom .bottom-tiles-right small {
      position: relative;
      top: -20px;
      font-size: 16px; }
  .sub-pages table.table-sub-pages {
    width: 100% !important;
    margin-bottom: 15px; }
    .sub-pages table.table-sub-pages thead th {
      background: #FFB515;
      color: #003264;
      font-weight: 700;
      font-size: 14px;
      padding: 7px;
      border-right: 1px solid #8c8c8c; }
      .sub-pages table.table-sub-pages thead th:last-child {
        border-right: none; }
    .sub-pages table.table-sub-pages tbody {
      /*tbody {
          tr:nth-child(even) {
            background: #F5F5F5;

            td {
              padding-bottom: 8px;
              padding-top: 8px;
              padding-left: 15px;
              font-size: 15px;
            }
          }
        */ }
      .sub-pages table.table-sub-pages tbody tr {
        background: #003264;
        color: #fff; }
        .sub-pages table.table-sub-pages tbody tr td {
          color: #fff;
          padding: 7px;
          font-size: 14px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          font-weight: normal;
          border-right: 1px solid rgba(255, 255, 255, 0.5); }
          .sub-pages table.table-sub-pages tbody tr td:last-child {
            border-right: none; }
          .sub-pages table.table-sub-pages tbody tr td .table-a {
            color: #ffb515 !important; }
            .sub-pages table.table-sub-pages tbody tr td .table-a:hover {
              text-decoration: underline !important; }
          .sub-pages table.table-sub-pages tbody tr td a {
            color: #fff; }
            .sub-pages table.table-sub-pages tbody tr td a.phoneNumber {
              color: #ffb515 !important; }
              .sub-pages table.table-sub-pages tbody tr td a.phoneNumber:hover {
                text-decoration: underline; }
          .sub-pages table.table-sub-pages tbody tr td span.highlight-blue {
            padding-left: 0;
            color: #ffb515; }
      .sub-pages table.table-sub-pages tbody tr:nth-child(odd) {
        background: #003264;
        padding: 7px;
        color: #fff; }
        .sub-pages table.table-sub-pages tbody tr:nth-child(odd) td {
          color: #fff;
          font-size: 14px;
          padding: 7px;
          font-weight: normal; }
          .sub-pages table.table-sub-pages tbody tr:nth-child(odd) td a {
            color: #fff; }
            .sub-pages table.table-sub-pages tbody tr:nth-child(odd) td a.phoneNumber {
              color: #ffb515 !important; }
              .sub-pages table.table-sub-pages tbody tr:nth-child(odd) td a.phoneNumber:hover {
                text-decoration: underline; }
  .sub-pages .filter-sidebar .filter-wrapper.active .accordian-wrapper {
    right: 0; }
  .sub-pages .filter-sidebar .filter-wrapper.active .overlay-filter {
    display: block; }
  .sub-pages .filter-sidebar .filter-wrapper .overlay-filter {
    background: rgba(0, 0, 0, 0.55);
    position: fixed;
    width: 100%;
    display: none;
    left: 0;
    z-index: 11;
    height: 100vh;
    top: 0; }
  .sub-pages .filter-sidebar .filter-wrapper .accordian-wrapper {
    position: fixed;
    right: -300px;
    width: 280px;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 0 15px;
    border: none;
    -webkit-box-shadow: -3px 0px 15px -1px #e6e6e6;
    -moz-box-shadow: -3px 0px 15px -1px #e6e6e6;
    box-shadow: -3px 0px 15px -1px #e6e6e6;
    overflow: auto; }
    .sub-pages .filter-sidebar .filter-wrapper .accordian-wrapper .refine-by-lbl {
      background-image: url(../img/left-bold-arrow.png) !important;
      padding: 10px 40px 10px 40px;
      font-weight: normal;
      background-size: auto 15px;
      background-position: 10px 8px;
      background-repeat: no-repeat;
      border: none;
      width: calc(100% + 30px);
      line-height: 22px;
      margin-bottom: 10px;
      background-color: #003264;
      color: #fff;
      max-width: calc(100% + 30px);
      margin-left: -15px;
      margin-top: 0;
      background-position: 12px 12px;
      background-size: 16px;
      font-size: 16px; }
    .sub-pages .filter-sidebar .filter-wrapper .accordian-wrapper h6 {
      margin: 0;
      max-width: 300px; }
  .sub-pages .category-page .refine-by-lbl {
    background-image: url(../img/refine-by.png) !important;
    padding: 5px 10px 5px 45px;
    font-weight: normal;
    background-size: auto 15px;
    background-position: 10px 8px;
    background-repeat: no-repeat;
    border: 1px solid #959595;
    width: 100%;
    line-height: 23px;
    margin-bottom: 15px; }
  a.btn.coupan-btn {
    font-size: 12px !important;
    padding: 0 10px !important; } }

.sub-pages li {
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4d4d4d; }
  .sub-pages li a {
    color: #025eac;
    font-weight: bold;
    text-decoration: underline !important; }

.hide-breadcrums .sub-pages-sidebar {
  display: none; }
  .hide-breadcrums .sub-pages-sidebar.filter-sidebar {
    display: block; }

.sub-pages-sidebar {
  margin-bottom: 25px;
  padding-left: 50px !important;
  overflow: hidden; }
  .sub-pages-sidebar ul {
    padding: 20px;
    border-left: 3px solid;
    border-color: #FFB515;
    width: 100%;
    float: left; }
    .sub-pages-sidebar ul li {
      width: 100%;
      float: left;
      list-style: none;
      padding: 3px 0; }
      .sub-pages-sidebar ul li div.pageLink.router-link-active a {
        font-weight: 600;
        color: #025eac; }
      .sub-pages-sidebar ul li div a {
        font-size: 18px;
        font-weight: 400;
        color: #000; }

.carousel-wrapper {
  position: relative; }
  .carousel-wrapper .hero-model .v-carousel {
    padding-left: 0; }
    .carousel-wrapper .hero-model .v-carousel .v-carousel-nav {
      display: none; }
    .carousel-wrapper .hero-model .v-carousel .v-carousel-dots {
      left: 50px;
      text-align: left;
      bottom: 40px; }
    .carousel-wrapper .hero-model .v-carousel .v-carousel-item > div {
      height: 500px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .carousel-wrapper .hero-model .v-carousel .v-carousel-item .content-wrapper {
      position: absolute;
      top: 30%; }
      .carousel-wrapper .hero-model .v-carousel .v-carousel-item .content-wrapper h2 {
        margin: 0;
        color: #000;
        text-shadow: 3px 3px 6px #fff !important;
        font-weight: 700; }
  .carousel-wrapper .search-tabs-wrap {
    position: absolute;
    right: 5%;
    top: 5%; }
    .carousel-wrapper .search-tabs-wrap .tabs-component {
      margin: 4em 0; }
    .carousel-wrapper .search-tabs-wrap .tabs-component-tabs {
      border: solid 1px #ddd;
      border-radius: 6px;
      margin-bottom: 5px; }
    @media (min-width: 700px) {
      .carousel-wrapper .search-tabs-wrap .tabs-component-tabs {
        border: 0;
        align-items: stretch;
        display: flex;
        justify-content: flex-start;
        margin-bottom: -1px;
        padding: 0; } }
    .carousel-wrapper .search-tabs-wrap .tabs-component-tab {
      font-size: 14px;
      font-weight: 600;
      margin-right: 0;
      list-style: none; }
    .carousel-wrapper .search-tabs-wrap .tabs-component-tab:hover {
      color: #666; }
    .carousel-wrapper .search-tabs-wrap .tabs-component-tab.is-active {
      color: #000; }
    .carousel-wrapper .search-tabs-wrap .tabs-component-tab.is-disabled * {
      color: #cdcdcd;
      cursor: not-allowed !important; }
    @media (min-width: 700px) {
      .carousel-wrapper .search-tabs-wrap .tabs-component-tab {
        background-color: #e2e2e2;
        border: solid 1px #ddd;
        border-bottom: none;
        border-radius: 6px 6px 0 0;
        margin-right: .5em;
        transform: translateY(0);
        transition: transform .3s ease; }
      .carousel-wrapper .search-tabs-wrap .tabs-component-tab.is-active {
        border-bottom: solid 1px #fff;
        z-index: 2;
        background-color: #fff;
        transform: translateY(0); } }
    .carousel-wrapper .search-tabs-wrap .tabs-component-tab-a {
      align-items: center;
      color: inherit;
      display: flex;
      padding: 15px 35px;
      text-decoration: none; }
    .carousel-wrapper .search-tabs-wrap .tabs-component-panels {
      padding: 4em 0; }
    @media (min-width: 700px) {
      .carousel-wrapper .search-tabs-wrap .tabs-component-panels {
        border-top-left-radius: 0;
        background-color: #fff;
        border: solid 1px #ddd;
        border-radius: 0 6px 6px 6px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        padding: 1.5em 2em; }
        .carousel-wrapper .search-tabs-wrap .tabs-component-panels .form-inline .form-group {
          display: block !important; }
          .carousel-wrapper .search-tabs-wrap .tabs-component-panels .form-inline .form-group .form-control {
            width: 100%; }
        .carousel-wrapper .search-tabs-wrap .tabs-component-panels button.btn {
          min-width: 100px; } }

/* start style Footer*/
.GI {
  width: 220px;
  border-color: black;
  border-style: solid;
  font-size: smaller; }

.ss {
  width: 220px;
  border-color: black;
  border-style: solid;
  font-size: smaller; }

.footerContainer {
  background-color: #084787 !important;
  color: #fff;
  float: left;
  width: 100%;
  padding: 15px 0px; }
  .footerContainer .footerUpper {
    padding: 10px 0px; }
    .footerContainer .footerUpper ul {
      padding: 0; }
      .footerContainer .footerUpper ul li {
        list-style: none;
        margin: 3px 0px; }
        .footerContainer .footerUpper ul li span {
          margin-right: 11px; }
        .footerContainer .footerUpper ul li a {
          color: #fff;
          font-size: 14px;
          /*-webkit-transition: all 0.05s ease-in;
          -ms-transition: all 0.05s ease-in;
          -moz-transition: all 0.05s ease-in;
          transition: all 0.05s ease-in;*/ }
          .footerContainer .footerUpper ul li a img {
            padding: 5px;
            width: 32px !important;
            height: auto !important; }
          .footerContainer .footerUpper ul li a:hover {
            color: #ffb515 !important;
            font-weight: 500; }
          .footerContainer .footerUpper ul li a:visited {
            color: #fff;
            text-decoration: none; }
    .footerContainer .footerUpper ul.bottom-list li {
      display: inline-block; }
      .footerContainer .footerUpper ul.bottom-list li a {
        color: #fff;
        font-size: 12px;
        margin-right: 15px;
        font-weight: 700; }
    .footerContainer .footerUpper h1 {
      font-size: 28px;
      font-weight: 900 !important;
      margin-bottom: 20px; }
      .footerContainer .footerUpper h1 span {
        font-weight: 400; }
    .footerContainer .footerUpper .fl {
      display: inline; }
    .footerContainer .footerUpper .fr {
      display: inline;
      float: right; }

.footerUpper .row-mod {
  max-width: 1300px;
  margin: 0 auto; }

.footerUpper.footer-m-ctrl.bottom-margin {
  float: left;
  width: 100%;
  margin: 0 auto; }

/* end style footer*/
/* start style menu animation for Mobile and Tablet */
@media (max-width: 980px) {
  .mystyle .overlay-full {
    display: block; }
  ul#navbar-new {
    text-align: center; }
  .container-wrap.alert-main-wrap .container {
    padding-left: 7px;
    padding-right: 7px; }
    .container-wrap.alert-main-wrap .container .v-carousel-item p {
      font-size: 13px;
      line-height: 16px; }
      .container-wrap.alert-main-wrap .container .v-carousel-item p img {
        width: 14px !important;
        margin-right: 0;
        position: relative;
        top: -2px; }
  .mobile-hide {
    display: none; }
  .header-main {
    margin: 0 -25px !important; }
    .header-main .header-search {
      display: none; }
  .mobile-show {
    display: block !important; }
  .desktop-show {
    display: none !important; }
  .left-yellow-div.left-yellow-bottom {
    margin-top: 5px !important; }
  .home-tabs-wrapper .left-yellow-div {
    margin-bottom: 5px; }
  .header-right {
    float: left !important;
    width: 100% !important; }
    .header-right .weather-content {
      float: left !important; }
      .header-right .weather-content a {
        /*color: #073c70 !important;*/
        padding-left: 22px;
        font-size: 14px;
        margin-top: 8px; }
        .header-right .weather-content a img {
          margin-right: 5px;
          margin-top: -5px;
          height: 20px !important; }
  .navigation-main .pull-right.header-right {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    padding-right: 15px; }
    .navigation-main .pull-right.header-right > div.table {
      float: left;
      width: auto; }
    .navigation-main .pull-right.header-right ul.client-list {
      padding: 0;
      float: right;
      margin-bottom: 0;
      top: 0; }
      .navigation-main .pull-right.header-right ul.client-list li {
        width: auto;
        margin: 0;
        border: none !important;
        display: block !important; }
        .navigation-main .pull-right.header-right ul.client-list li:nth-child(2) span {
          color: #fff;
          line-height: normal;
          position: relative;
          top: 5px;
          margin: 0 8px; }
        .navigation-main .pull-right.header-right ul.client-list li a {
          font-size: 14px;
          padding: 0; }
  label.btn-hamburger {
    float: right;
    text-align: right;
    cursor: pointer;
    position: relative;
    z-index: 9999; }
    label.btn-hamburger span.glyphicon.glyphicon-menu-hamburger {
      font-size: 25px;
      color: #fff; }
  .home-main-accordian h4 {
    width: 60%;
    text-align: center;
    margin: 40px auto;
    line-height: 25px; }
  .home-main-accordian h2 {
    font-weight: bold;
    font-size: 25px;
    margin: 5px 0; }
  .home-main-accordian h6 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0; }
  .home-main-accordian .thumbnail {
    -webkit-box-shadow: 0px 0px 36px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -17px rgba(0, 0, 0, 0.75);
    padding: 20px; }
  .home-main-accordian h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px; }
  .home-main-accordian .caption {
    padding: 0; }
    .home-main-accordian .caption p {
      margin-bottom: 10px;
      margin-top: 10px; }
    .home-main-accordian .caption .btn {
      width: 48%;
      background: #073C70;
      color: #fff !important;
      min-width: 50px; }
      .home-main-accordian .caption .btn.secondary-color {
        background: #0455bb;
        float: right; }
    .home-main-accordian .caption .terminal-per-wrap {
      width: 100%;
      height: 50px;
      background: rgba(255, 204, 0, 0.4);
      border-radius: 50px; }
      .home-main-accordian .caption .terminal-per-wrap .terminal-per-inner {
        height: 50px;
        background: #FFC107;
        color: #484848;
        line-height: 50px;
        font-weight: bold;
        border-radius: 50px;
        padding-left: 23px;
        font-size: 15px;
        white-space: nowrap; }
        .home-main-accordian .caption .terminal-per-wrap .terminal-per-inner p {
          margin: 10px 0; }
  .home-main-accordian .navigation-main {
    position: static;
    background: #fff;
    width: 100%;
    -webkit-transition: max-height 200ms ease-in;
    -ms-transition: max-height 200ms ease-in;
    -moz-transition: max-height 200ms ease-in;
    transition: max-height 200ms ease-in;
    overflow: hidden;
    z-index: 11;
    max-height: 2000px; }
    .home-main-accordian .navigation-main ul.main-menu {
      float: left;
      padding: 0;
      margin-bottom: 0;
      border-bottom: 1px solid #ccc;
      margin-top: 40px; }
    .home-main-accordian .navigation-main ul li {
      float: left;
      list-style: none;
      margin: 0;
      width: 100%;
      border-top: 1px solid #ccc; }
      .home-main-accordian .navigation-main ul li:last-child {
        margin-right: 0;
        border-bottom: none; }
      .home-main-accordian .navigation-main ul li a {
        color: #000;
        padding-left: 0px;
        display: block;
        margin-top: 8px;
        margin-bottom: 8px; }
        .home-main-accordian .navigation-main ul li a.active img.arrow-accordian-top {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .home-main-accordian .navigation-main ul li a span {
          font-weight: 600;
          font-size: 16px;
          display: inline-block; }
        .home-main-accordian .navigation-main ul li a small {
          font-size: 11px;
          display: block; }
        .home-main-accordian .navigation-main ul li a img {
          display: inline-block;
          width: 18px;
          height: auto;
          position: relative;
          top: -2px; }
          .home-main-accordian .navigation-main ul li a img.arrow-accordian-top {
            top: 0;
            width: 22px;
            -webkit-transition: -webkit-transform 0.20s ease-in-out;
            transition: transform 0.20s ease-in-out; }
          .home-main-accordian .navigation-main ul li a img.icon-accordian {
            margin: 0 20px 0 15px; }
      .home-main-accordian .navigation-main ul li p {
        display: block; }
      .home-main-accordian .navigation-main ul li div.submenu {
        -webkit-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
        width: 100%;
        max-height: 0;
        overflow: hidden; }
        .home-main-accordian .navigation-main ul li div.submenu.active {
          -webkit-transition: all 200ms ease-in;
          -ms-transition: all 200ms ease-in;
          -moz-transition: all 200ms ease-in;
          transition: all 200ms ease-in;
          max-height: 2000px; }
    .home-main-accordian .navigation-main ul ul.sub-menus {
      padding: 0;
      float: left;
      width: 100%; }
      .home-main-accordian .navigation-main ul ul.sub-menus li {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        position: static; }
        .home-main-accordian .navigation-main ul ul.sub-menus li:first-child {
          border-top: 1px solid #ccc; }
        .home-main-accordian .navigation-main ul ul.sub-menus li a {
          /*color: #073c70 !important;*/
          text-align: center;
          display: block;
          padding-left: 40px;
          display: block;
          text-align: left; }
          .home-main-accordian .navigation-main ul ul.sub-menus li a span {
            font-size: 12px;
            font-weight: 600; }
          .home-main-accordian .navigation-main ul ul.sub-menus li a img {
            display: none; }
  .navigation-main {
    position: absolute;
    right: 0px;
    background: #084887;
    width: 100%;
    max-height: 0px;
    -webkit-transition: max-height 200ms ease-in;
    -ms-transition: max-height 200ms ease-in;
    -moz-transition: max-height 200ms ease-in;
    transition: max-height 200ms ease-in;
    overflow: hidden;
    top: 75px;
    z-index: 11; }
  .btn-hamburger.btn {
    display: block;
    padding: 0;
    width: auto;
    float: right; }
  input[type=checkbox]:checked ~ .navigation-main {
    max-height: 800px;
    -webkit-transition: max-height 200ms ease-in;
    -ms-transition: max-height 200ms ease-in;
    -moz-transition: max-height 200ms ease-in;
    transition: max-height 200ms ease-in;
    right: 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 10000; }
  .pull-right.search-wrap {
    float: none !important;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .pull-right.search-wrap .search-inner {
      width: 100%; }
      .pull-right.search-wrap .search-inner .navbar-form {
        margin: 40px 0 0;
        padding: 0;
        padding: 15px 20px;
        background: #ccc; }
    .pull-right.search-wrap select.form-control {
      width: 100px;
      max-width: 100px;
      position: absolute;
      top: 5px;
      left: 20px;
      height: 28px;
      padding: 0; }
  .header-main .header-inner {
    /*position: static;*/ }
  .header-main .logo {
    min-width: 270px; }
    .header-main .logo a:focus {
      outline: none;
      text-decoration: none !important; }
    .header-main .logo a span {
      font-weight: 700;
      font-size: 20px;
      display: block; }
    .header-main .logo a small {
      font-size: 11px;
      display: block; }
  .header-main .menu-wrapper ul.main-menu {
    float: left;
    padding: 0;
    margin-bottom: 0;
    /*border-bottom: 1px solid $grey;*/
    margin-top: 40px; }
  .header-main .menu-wrapper ul li {
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative; }
    .header-main .menu-wrapper ul li .header-search {
      display: block !important;
      max-width: 200px;
      float: right;
      margin-top: 10px;
      margin-right: 5px; }
      .header-main .menu-wrapper ul li .header-search input {
        background: transparent;
        border: 1px solid #c5c5c5;
        color: #fff;
        width: 100%;
        font-size: 12px;
        line-height: 26px;
        height: 26px;
        padding: 5px 30px 5px 10px; }
      .header-main .menu-wrapper ul li .header-search button {
        top: 0px; }
    .header-main .menu-wrapper ul li:last-child {
      margin-right: 0;
      border-bottom: none; }
    .header-main .menu-wrapper ul li a {
      /*color: #073c70 !important;*/
      padding-left: 20px;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px; }
      .header-main .menu-wrapper ul li a.search-link {
        color: #c5c5c5;
        top: 0;
        margin: 0;
        right: 25px; }
        .header-main .menu-wrapper ul li a.search-link span {
          font-weight: 700;
          font-size: 14px;
          display: block;
          color: #e8e8e8 !important; }
      .header-main .menu-wrapper ul li a p.arrow-icon-p {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
      .header-main .menu-wrapper ul li a.active img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .header-main .menu-wrapper ul li a span {
        font-weight: 700;
        font-size: 16px;
        display: block; }
      .header-main .menu-wrapper ul li a small {
        font-size: 11px;
        display: block;
        color: #ffffffbf; }
      .header-main .menu-wrapper ul li a img {
        display: none; }
        .header-main .menu-wrapper ul li a img.arrow-accordian-top {
          position: absolute;
          right: 20px;
          display: block;
          top: 12px;
          width: 28px;
          -webkit-transition: -webkit-transform 0.20s ease-in-out;
          transition: transform 0.20s ease-in-out; }
    .header-main .menu-wrapper ul li p {
      display: none; }
    .header-main .menu-wrapper ul li div.submenu {
      -webkit-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      width: 100%;
      max-height: 0;
      overflow: hidden; }
      .header-main .menu-wrapper ul li div.submenu.active {
        -webkit-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
        max-height: 2000px; }
  .header-main .menu-wrapper ul ul.sub-menus {
    padding: 0;
    float: left;
    width: 100%; }
    .header-main .menu-wrapper ul ul.sub-menus li {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      background-color: #084887;
      position: static; }
      .header-main .menu-wrapper ul ul.sub-menus li:first-child {
        border-top: 1px solid #ccc; }
      .header-main .menu-wrapper ul ul.sub-menus li a {
        color: #073c70 !important;
        text-align: center;
        display: block;
        padding-left: 40px;
        display: block;
        text-align: left; }
        .header-main .menu-wrapper ul ul.sub-menus li a span {
          font-size: 14px;
          font-weight: 500;
          color: #ffffffe3 !important; }
        .header-main .menu-wrapper ul ul.sub-menus li a img {
          display: none; } }

@media (max-width: 991px) {
  .footerContainer hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 0;
    border-top: 1px solid #eee;
    display: none; }
  .footerContainer .footerUpper {
    padding: 0px 0px; }
    .footerContainer .footerUpper .footer-heading {
      padding: 20px;
      display: inline-block; }
    .footerContainer .footerUpper h1 {
      padding: 20px;
      background: #fff;
      color: #000;
      border: 1px solid;
      margin: 0; }
    .footerContainer .footerUpper ul {
      margin-bottom: 0; }
      .footerContainer .footerUpper ul .social-link {
        display: none; }
      .footerContainer .footerUpper ul li {
        border-bottom: none;
        padding: 10px 0 10px 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.34); }
        .footerContainer .footerUpper ul li:first-child {
          display: inline-block;
          width: 100%; }
        .footerContainer .footerUpper ul li a {
          font-weight: 400 !important;
          font-size: 16px; }
    .footerContainer .footerUpper .firstList ul li:first-child {
      border-top: 1px solid rgba(255, 255, 255, 0.34); }
    .footerContainer .footerUpper .thirdList ul li:last-child {
      border-bottom: none; }
    .footerContainer .footerUpper .mobile-show {
      margin: 10px 15px 10px 15px;
      padding-bottom: 10px; }
      .footerContainer .footerUpper .mobile-show label {
        width: 100%;
        text-align: center; }
      .footerContainer .footerUpper .mobile-show ul li {
        display: block;
        margin: 0;
        border-bottom: none;
        padding: 0; }
        .footerContainer .footerUpper .mobile-show ul li a {
          font-weight: 400 !important;
          font-size: 14px; }
    .footerContainer .footerUpper ul.bottom-list {
      width: 100%;
      float: left; }
      .footerContainer .footerUpper ul.bottom-list li {
        display: block;
        border-bottom: 1px solid #fff;
        text-align: center;
        margin-bottom: 0; }
        .footerContainer .footerUpper ul.bottom-list li a {
          font-weight: 400 !important;
          font-size: 14px; }
    .footerContainer .footerUpper div.fr {
      float: right;
      text-align: center;
      display: block;
      background: #fff;
      padding: 0;
      margin: 0;
      width: 100%;
      border: 1px solid;
      overflow: hidden;
      color: #000;
      padding: 20px;
      position: relative;
      top: -1px; } }

/* end style menu animation for Mobile and Tablet */
/* style menu animation for desktop */
@media (min-width: 980px) {
  .mobile-show {
    display: none !important; }
  .desktop-show {
    display: block !important; }
  .weather-div {
    float: none; }
  .home-main-accordian,
  label.btn-hamburger,
  .hide-sm {
    display: none; }
  .header-right {
    margin-top: -18px; }
  .header-inner {
    position: static; }
  .container-wrap.site-top-section {
    position: relative;
    float: left;
    width: 100%; }
  .container-wrap.alert-main-wrap {
    margin-bottom: 0px; }
  .header-main .menu-wrapper ul.main-menu li a {
    display: block;
    padding-bottom: 15px; }
  .header-main .menu-wrapper ul li.active div.submenu {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); }
  .header-main .menu-wrapper ul li.active img {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    display: inline-block; }
  .header-main .menu-wrapper ul li a {
    position: relative;
    /*&.active {
              img {
                -webkit-transition: all 200ms ease-in;
                -webkit-transform: scale(1);
                -ms-transition: all 200ms ease-in;
                -ms-transform: scale(1);
                -moz-transition: all 200ms ease-in;
                -moz-transform: scale(1);
                transition: all 200ms ease-in;
                transform: scale(1);
              }
            }*/ }
    .header-main .menu-wrapper ul li a img {
      display: none;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(0);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(0);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(0);
      transition: all 200ms ease-in;
      transform: scale(0);
      margin-bottom: 10px;
      margin-top: 14px;
      position: absolute;
      left: 40px;
      height: auto !important; }
      .header-main .menu-wrapper ul li a img.arrow-accordian-top {
        display: none; }
  .header-main .menu-wrapper ul li .inline-view-wrap div.submenu {
    bottom: -147px; }
  .header-main .menu-wrapper ul li div.submenu {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0);
    transition: all 200ms ease-in;
    transform: scale(0);
    position: absolute;
    width: 100%;
    margin-left: 0px;
    left: 0;
    bottom: -156px;
    background: #02478a;
    color: #fff;
    z-index: 11;
    /*&.active {
              -webkit-transition: all 200ms ease-in;
              -webkit-transform: scale(1);
              -ms-transition: all 200ms ease-in;
              -ms-transform: scale(1);
              -moz-transition: all 200ms ease-in;
              -moz-transform: scale(1);
              transition: all 200ms ease-in;
              transform: scale(1);
            }*/ }
  .header-main .menu-wrapper ul li ul.sub-menus {
    width: 100%;
    float: left;
    text-align: center;
    white-space: nowrap;
    overflow: auto; }
    .header-main .menu-wrapper ul li ul.sub-menus li a span {
      font-size: 15px;
      min-height: 42px; }
    .header-main .menu-wrapper ul li ul.sub-menus.inline-view {
      width: 100%;
      float: left;
      text-align: center;
      white-space: nowrap;
      overflow: auto; }
      .header-main .menu-wrapper ul li ul.sub-menus.inline-view li {
        display: inline-block;
        float: none;
        width: 135px;
        vertical-align: top;
        white-space: normal; }
    .header-main .menu-wrapper ul li ul.sub-menus li {
      display: inline-block;
      float: none; }
      .header-main .menu-wrapper ul li ul.sub-menus li:first-child {
        margin-left: 0; }
      .header-main .menu-wrapper ul li ul.sub-menus li a img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        position: static; }
  .header-main .menu-wrapper .pull-right.search-wrap .navbar-form {
    margin: 0;
    padding: 0;
    margin-right: 15px; }
    .header-main .menu-wrapper .pull-right.search-wrap .navbar-form .input-group > .form-control {
      border-radius: 5px;
      padding-left: 15px !important; }
    .header-main .menu-wrapper .pull-right.search-wrap .navbar-form button.btn-default {
      border-radius: 0 15px 15px 0 !important;
      width: auto !important;
      height: 29px;
      border: none;
      min-width: auto !important; }
  .header-main .menu-wrapper .pull-right.search-wrap select.form-control {
    width: 80px;
    max-width: 80px;
    padding: 3px; }
  .glyphicon-search {
    top: -5px; }
  .container select {
    background: transparent;
    border: 0px;
    color: #ffffff;
    font-size: 14px; }
  .home-tabs {
    display: block;
    margin-bottom: 30px; }
    .home-tabs .tabs-component {
      position: relative;
      top: -25px;
      margin-bottom: -25px; }
      .home-tabs .tabs-component .tabs-component-tabs {
        display: table;
        height: 65px;
        padding: 0;
        table-layout: fixed;
        margin-bottom: 0;
        background: #fff;
        border-radius: 5px;
        z-index: 88888;
        -webkit-box-shadow: 0px 0px 36px -11px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 36px -11px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 36px -11px rgba(0, 0, 0, 0.75);
        width: 99%;
        margin-left: auto;
        margin-right: auto; }
        .home-tabs .tabs-component .tabs-component-tabs li.tabs-component-tab {
          display: table-cell;
          vertical-align: middle;
          height: 100%;
          list-style: none;
          text-align: center; }
          .home-tabs .tabs-component .tabs-component-tabs li.tabs-component-tab a {
            display: block;
            height: 100%;
            line-height: 65px;
            font-weight: 600;
            font-size: 16px; }
            .home-tabs .tabs-component .tabs-component-tabs li.tabs-component-tab a:focus {
              text-decoration: none !important; }
          .home-tabs .tabs-component .tabs-component-tabs li.tabs-component-tab.is-active {
            border-bottom: 6px solid #0455bb; }
            .home-tabs .tabs-component .tabs-component-tabs li.tabs-component-tab.is-active a {
              cursor: default; }
              .home-tabs .tabs-component .tabs-component-tabs li.tabs-component-tab.is-active a:hover {
                color: #337ab7; }
      .home-tabs .tabs-component .tabs-component-panel {
        margin-top: 20px; }
        .home-tabs .tabs-component .tabs-component-panel .main-container {
          background-color: #fff;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-radius: 9px;
          padding: 0px; }
        .home-tabs .tabs-component .tabs-component-panel h4 {
          width: 60%;
          text-align: center;
          margin: 40px auto;
          line-height: 25px; }
        .home-tabs .tabs-component .tabs-component-panel h2 {
          font-weight: bold;
          font-size: 25px;
          margin: 5px 0; }
        .home-tabs .tabs-component .tabs-component-panel h6 {
          font-weight: bold;
          font-size: 18px;
          margin-top: 30px;
          margin-bottom: 0; }
        .home-tabs .tabs-component .tabs-component-panel .thumbnail {
          -webkit-box-shadow: 0px 0px 36px -17px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 0px 36px -17px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 36px -17px rgba(0, 0, 0, 0.75);
          padding: 20px; }
          .home-tabs .tabs-component .tabs-component-panel .thumbnail h3 {
            font-size: 16px;
            font-weight: 600;
            margin: 0 0 20px; }
          .home-tabs .tabs-component .tabs-component-panel .thumbnail .caption {
            padding: 0; }
            .home-tabs .tabs-component .tabs-component-panel .thumbnail .caption p {
              margin-bottom: 10px;
              margin-top: 10px; }
            .home-tabs .tabs-component .tabs-component-panel .thumbnail .caption .btn {
              width: 48%;
              background: #0455bb;
              color: #fff !important;
              min-width: 50px; }
              .home-tabs .tabs-component .tabs-component-panel .thumbnail .caption .btn.secondary-color {
                background: #0455bb;
                float: right; }
            .home-tabs .tabs-component .tabs-component-panel .thumbnail .caption .terminal-per-wrap {
              width: 100%;
              height: 50px;
              background: #5A97CD;
              border-radius: 50px; }
              .home-tabs .tabs-component .tabs-component-panel .thumbnail .caption .terminal-per-wrap .terminal-per-inner {
                height: 50px;
                background: #073C70;
                color: #fff;
                line-height: 50px;
                font-weight: bold;
                border-radius: 50px;
                padding-left: 23px;
                font-size: 15px;
                white-space: nowrap; }
                .home-tabs .tabs-component .tabs-component-panel .thumbnail .caption .terminal-per-wrap .terminal-per-inner p {
                  margin: 10px 0; } }

/* end style menu animation for desktop */
/* start style responsive for Medium desktop */
@media (min-width: 980px) and (max-width: 1130px) {
  .header-main .menu-wrapper ul li .table-view-wrap div.submenu {
    bottom: -161px !important; }
  .header-main .menu-wrapper ul li a span {
    font-size: 15px; }
  .header-main .logo {
    min-width: 180px; }
  .header-main .menu-wrapper {
    width: calc(100% - 180px); }
  .header-main .menu-wrapper ul li {
    margin-right: 18px;
    margin-left: 20px; }
    .header-main .menu-wrapper ul li a img {
      margin-top: 7px; }
    .header-main .menu-wrapper ul li .inline-view-wrap div.submenu {
      bottom: -147px; }
    .header-main .menu-wrapper ul li ul.sub-menus.inline-view {
      width: 100%;
      float: left;
      text-align: center;
      white-space: nowrap;
      overflow: auto; }
      .header-main .menu-wrapper ul li ul.sub-menus.inline-view li {
        display: inline-block;
        float: none;
        width: 116px;
        vertical-align: top;
        white-space: normal; }
        .header-main .menu-wrapper ul li ul.sub-menus.inline-view li a span {
          font-size: 13px; }
    .header-main .menu-wrapper ul li ul.sub-menus.table-view {
      display: table;
      float: none !important;
      width: 100%;
      table-layout: fixed; }
      .header-main .menu-wrapper ul li ul.sub-menus.table-view li {
        display: table-cell !important;
        white-space: initial; }
  .header-main .search-wrap .navbar-form .input-group > .form-control {
    border-radius: 15px 0px 0 15px;
    float: right;
    width: 80%; }
  .header-main .search-wrap .navbar-form button.btn-default {
    border-radius: 0 15px 15px 0 !important;
    width: auto !important;
    min-width: auto !important; } }

@media only screen and (max-width: 767px) {
  .rem-col-pad {
    padding-left: 0px;
    padding-right: 0px; }
  .term-desc-row {
    background-color: rgba(0, 50, 100, 0.72); } }

@media only screen and (min-width: 768px) {
  .term-desc-row {
    background-color: transparent; }
  .term-desc {
    background-color: rgba(0, 50, 100, 0.72); } }

/*
A dropdown menu that covers the content
Note: MUST be placed inside a relative position element (works with .material-form-field)
Expected html:
<ul class="material-dropdown">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
...
</ul>
*/
.active .material-dropdown {
  /*
        If you want to animate this you will need to use some js to calculate it
        Optionally, you can simply display:block/none 
        */
  max-height: 228px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
  -moz-transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
  -webkit-transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
  z-index: 70 !important; }
  .active .material-dropdown:empty {
    display: none; }

.material-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  color: #000000;
  z-index: 1000;
  overflow-y: auto;
  transition: 0.3s ease-in max-height, step-end box-shadow 0.2s;
  -moz-transition: 0.3s ease-in max-height, step-end box-shadow 0.2s;
  -webkit-transition: 0.3s ease-in max-height, step-end box-shadow 0.2s; }
  .material-dropdown.material-dropdown-open {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2); }
  .material-dropdown li {
    padding: 10px;
    cursor: default;
    user-select: none; }
    .material-dropdown li:hover {
      background-color: rgba(255, 181, 21, 0.2); }
    .material-dropdown li.material-dropdown-selected {
      background-color: #ffb515;
      color: rgba(0, 50, 100, 0.72); }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f1f1f1 !important;
  color: #333 !important; }

/*
A material design form field
Expects this html (note the required attribute on the input):
<div class="material-form-field">
<input type="text" required/>
<label class="material-form-field-label">Form field title</label>
</div>
*/
.material-form-field:focus .material-dropdown {
  /*
        If you want to animate this you will need to use some js to calculate it
        Optionally, you can simply display:block/none 
        */
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
  -moz-transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
  -webkit-transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
  z-index: 9999 !important; }

.material-form-field {
  font-size: 15px;
  position: relative;
  display: block;
  color: #fff;
  padding: 23px 0 0px 0;
  height: 75px; }
  .material-form-field::after {
    content: "";
    display: block;
    color: #d50000;
    font-size: 12px;
    padding-top: 5px; }
  .material-form-field .material-form-field-label {
    position: absolute;
    display: block;
    top: 33px;
    left: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    cursor: text;
    font-weight: 300; }
  .material-form-field input {
    padding: 10px 0 10px 0;
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #ffb515;
    outline: none;
    background: transparent; }
    .material-form-field input:invalid {
      outline: none;
      box-shadow: none; }
    .material-form-field input:valid ~ .material-form-field-label, .material-form-field input:focus ~ .material-form-field-label {
      top: 8px !important;
      font-size: 12px; }
    .material-form-field input[readonly] ~ .material-form-field-label {
      top: 8px !important;
      font-size: 12px; }
    .material-form-field input:focus {
      outline: none;
      color: #ffb515;
      padding-bottom: 8px;
      border-bottom-width: 3px;
      border-bottom-color: #ffb515; }
      .material-form-field input:focus ~ .material-form-field-label {
        color: #ffb515; }
      .material-form-field input:focus ~ .material-dropdown {
        /*
        If you want to animate this you will need to use some js to calculate it
        Optionally, you can simply display:block/none 
        */
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
        transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
        -moz-transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
        -webkit-transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
        z-index: 9999 !important; }
  .material-form-field input.feedback-input,
  .material-form-field textarea {
    padding: 10px 0 10px 0;
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #000;
    outline: none;
    padding-left: 10px;
    background: transparent; }
    .material-form-field input.feedback-input::-moz-placeholder,
    .material-form-field textarea::-moz-placeholder {
      color: #000; }
    .material-form-field input.feedback-input:-ms-input-placeholder,
    .material-form-field textarea:-ms-input-placeholder {
      color: #000; }
    .material-form-field input.feedback-input::-webkit-input-placeholder,
    .material-form-field textarea::-webkit-input-placeholder {
      color: #000; }
    .material-form-field input.feedback-input ~ .material-form-field-label,
    .material-form-field textarea ~ .material-form-field-label {
      font-size: 14px;
      top: 33px;
      color: #000;
      padding-left: 8px; }
    .material-form-field input.feedback-input:focus, .material-form-field input.feedback-input:valid,
    .material-form-field textarea:focus,
    .material-form-field textarea:valid {
      outline: none;
      color: #000;
      padding-bottom: 8px;
      border-bottom-width: 3px;
      border-bottom-color: #000; }
      .material-form-field input.feedback-input:focus ~ .material-form-field-label, .material-form-field input.feedback-input:valid ~ .material-form-field-label,
      .material-form-field textarea:focus ~ .material-form-field-label,
      .material-form-field textarea:valid ~ .material-form-field-label {
        color: #000;
        top: 8px; }
      .material-form-field input.feedback-input:focus ~ .material-dropdown, .material-form-field input.feedback-input:valid ~ .material-dropdown,
      .material-form-field textarea:focus ~ .material-dropdown,
      .material-form-field textarea:valid ~ .material-dropdown {
        /*
        If you want to animate this you will need to use some js to calculate it
        Optionally, you can simply display:block/none 
        */
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
        transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
        -moz-transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
        -webkit-transition: 0.2s ease-out max-height, step-start box-shadow 0.2s;
        z-index: 9999 !important; }
  .material-form-field textarea.feedback-area:focus ~ .material-form-field-label, .material-form-field textarea.feedback-area:valid ~ .material-form-field-label {
    top: -18px; }
  .material-form-field.material-form-field-invalid {
    color: #d50000; }
    .material-form-field.material-form-field-invalid::after {
      content: attr(data-validationError); }
    .material-form-field.material-form-field-invalid input:focus ~ .material-form-field-label {
      color: #d50000; }

@media (min-width: 990px) and (max-width: 1240px) {
  .lot {
    width: 28px;
    height: 28px;
    font-size: 21px;
    line-height: 28px;
    margin-right: 1px; }
  .sub-pages .lot {
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    margin-right: 1px; }
  .tp-h-mod {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px; }
  .sub-pages .tp-h-mod {
    font-size: 13px;
    line-height: 13px; } }

@media (min-width: 601px) {
  .airlines-row {
    display: none !important;
    background-color: white !important; } }

@media (max-width: 600px) {
  .airlines-name {
    display: none !important; }
  .sub-pages table td {
    position: relative;
    vertical-align: top; }
    .sub-pages table td .img-center {
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      top: 3px;
      right: 8px; } }

@media (max-width: 768px) {
  #dwnload {
    text-align: right !important; }
  .parking-btns {
    /*min-height: 100px;*/
    text-align: center; }
  .home-mod h1 {
    font-size: 1.9em !important; } }

@media (min-width: 575px) and (max-width: 767px) {
  .left-yellow-div {
    margin-bottom: 20px;
    height: 180px; }
  .rt-msg {
    position: relative;
    top: -120px;
    padding-left: 26%;
    padding-right: 10%;
    font-size: 22px;
    color: #084887;
    z-index: 2; }
  .left-yellow-div.left-yellow-bottom .bottom-tiles-left span {
    font-size: 22px; }
  .home-tabs-mod {
    margin: 0px !important; }
  .ht-text {
    font-size: 1.7em !important;
    line-height: 20px; } }

@media (min-width: 574px) {
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .VueCarousel-navigation-prev,
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .VueCarousel-navigation-prev {
    left: -25px; }
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper ul.terminal-list .VueCarousel-navigation-next,
  .airtrain-arrivals-wrapper .airtrain-arrivals-inner .terminal-list-wrapper .station-carousel .VueCarousel-navigation-next {
    right: -25px; }
  .xxs-show-cell {
    display: none; }
  .xxl-show-cell {
    display: table-cell; }
  .xxs-hide-cell {
    display: table-cell; }
  .xxl-hide-cell {
    display: none; } }

@media (max-width: 574px) {
  .xxs-show-cell {
    display: table-cell; }
  .xxl-show-cell {
    display: none; }
  .xxs-hide-cell {
    display: none; }
  .xxl-hide-cell {
    display: table-cell; }
  .home-tabs-mod {
    margin-top: 18px !important; }
  .bottom-tiles {
    width: 100% !important; }
  .rt-header {
    height: 120px;
    width: 120px;
    position: relative;
    top: -10px;
    left: -13px; }
  .left-yellow-div {
    /*height: 190px;*/ }
  .rt-msg {
    font-size: 20px;
    top: -60px; }
  .left-yellow-div.left-yellow-bottom .clock-header img {
    width: 50px; }
  .left-yellow-div.left-yellow-bottom .bottom-tiles-left span {
    font-size: 20px !important; } }

@media (max-width: 991px) {
  .home-tab-mod {
    padding-left: 4px;
    padding-right: 5px; }
  .left-yellow-div.left-yellow-bottom .bottom-tiles-left span {
    font-size: 24px; }
  .home-tabs-inner .home-tiles {
    margin-top: 4px;
    margin-bottom: 4px; } }

@media (min-width: 992px) {
  .home-tab-mod {
    padding-left: 0px;
    padding-right: 0px; }
    .home-tab-mod.home-tab-mod-single {
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 5px; } }

@media (min-width: 1441px) {
  .ht-text {
    font-size: 1.4em; } }

@media (max-width: 767px) {
  .home-first-row {
    margin-top: -24px; } }

.icon-pdf img {
  max-width: 38px !important;
  margin-bottom: 0px !important; }

.loader {
  text-align: center;
  padding: 70px 0px; }
  .loader p {
    font-size: 30px !important;
    margin-top: 30px;
    font-weight: 100; }

@media (min-width: 992px) {
  .cell-divs {
    width: 100% !important; } }

@media (min-width: 1348px) and (max-width: 1390px) {
  .home-menu-margin-ctrl {
    margin-top: 16px; }
  .home-tabs-mod {
    padding: 0px 100px 25px !important; }
    .home-tabs-mod.home-tabs-inner {
      margin: 25px 80px 50px; } }

@media (min-width: 1199px) and (max-width: 1330px) {
  .home-menu-margin-ctrl {
    margin-top: 16px; }
  .home-tabs-mod {
    padding: 0 52px 25px !important; }
    .home-tabs-mod.home-tabs-inner {
      margin: 0px 80px 70px; } }

/* Page content */
.content {
  padding: 16px; }

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  margin-left: 0px; }

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px; }

@media (min-width: 280px) and (max-width: 1200px) {
  .imgLogo {
    width: 155px;
    height: 60px; } }

@media (min-width: 1201px) {
  .imgLogo {
    width: 191px;
    height: 74px; }
  .header-main .menu-wrapper ul li a span {
    font-weight: 700;
    font-size: 18px;
    display: block;
    line-height: 22px; }
  .header-main .menu-wrapper ul li a small {
    font-size: 12px;
    display: block; } }

@media (min-width: 1301px) {
  .container-wrap .container {
    max-width: 1350px; } }

@media (min-width: 1401px) {
  .header-main .menu-wrapper ul li a span {
    font-weight: 700;
    font-size: 20px;
    display: block;
    line-height: 22px; }
  .header-main .menu-wrapper ul li a small {
    font-size: 15px;
    display: block; }
  .walk-times-inner .term-no {
    margin-top: 13px;
    font-size: 28px; }
  .walk-times-inner td span.lg-numbers {
    font-weight: 700;
    font-size: 25px; }
  .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc .terminal-time span {
    font-size: 28px; }
  .taxi-wait-wrapper .taxi-wait-inner .taxi-parent .taxi-holder .terminal-container .term-desc-row .term-desc h3 {
    font-size: 28px; } }

@-moz-document url-prefix() {
  .posAbsolute-lg {
    /*position:absolute;*/ }
  .container-wrap .table-cell.vertical-middle {
    width: 100%; }
  .flex-center {
    display: flex;
    align-items: center; }
  /*@media (min-width:990px) {
    .vertical-center-vh {
      margin-top: 8vh !important;
    }
  }

  @media (min-width:1200px) {
    .vertical-center-vh {
      margin-top: 15vh !important;
    }

    .vertical-center-vh2 {
      margin-top: 5vh;
    }
  }

  @media (min-width:1400px) {
    .vertical-center-vh2 {
      margin-top: 8vh;
    }
  }

  @media (min-width:1600px) {
    .vertical-center-vh2 {
      margin-top: 10vh;
    }
  }

  @media (min-width:1800px) {
    .vertical-center-vh2 {
      margin-top: 12vh;
    }
  }

  @media (min-width:2000px) {
    .vertical-center-vh2 {
      margin-top: 18vh;
    }
  }


  @media (min-width:2200px) {
    .vertical-center-vh {
      margin-top: 29vh !important;
    }

    .vertical-center-vh2 {
      margin-top: 13vh;
    }
  }*/ }

@supports (-webkit-overflow-scrolling: touch) {
  input#txtSearchMob,
  input#txtSearchDesk {
    font-size: 16px; } }

.home-mod p.api-error {
  font-size: 26px !important;
  margin-top: 25px; }

.fit-img {
  height: auto !important;
  max-width: 100%;
  width: auto !important; }

@media (max-width: 550px) {
  .margin-top-xxs-15 {
    margin-top: 15px; }
  .margin-top-xxs-10 {
    margin-top: 10px; }
  /*#parkingContent {
    .term-row {
      padding-bottom: 25px;
      padding-top: 20px;
      margin-top: 0 !important;

      .terminals-lot {
        font-size: 12px;
        line-height: 12px;
      }

      .terminal-full-div {
        height: 18px !important;

        .terminal-percentage {
          color:#fff !important;
          span {
            position: absolute;
            top: 20px;
            width: 100%;
            float: left;
            left: 0px;
            padding-left: 15px;
          }
        }
      }
    }
  }*/
  .col-xxs-12 {
    width: 100% !important; }
  .col-xxs-11 {
    width: 91.6667% !important; }
  .col-xxs-10 {
    width: 83.3333% !important; }
  .col-xxs-9 {
    width: 75% !important; }
  .col-xxs-8 {
    width: 66.6667% !important; }
  .col-xxs-7 {
    width: 58.3333% !important; }
  .col-xxs-6 {
    width: 50% !important; }
  .col-xxs-5 {
    width: 41.6667% !important; }
  .col-xxs-4 {
    width: 33.3333% !important; }
  .col-xxs-3 {
    width: 25% !important; }
  .col-xxs-2 {
    width: 16.6667% !important; }
  .col-xxs-1 {
    width: 8.33333% !important; }
  .visible-lg,
  .visible-md,
  .visible-sm,
  .visible-xs {
    display: none !important; }
  .visible-xxs {
    display: block !important; }
  .airlines-table td {
    background-image: url(../img/cellbg.png); }
  #dwnload {
    text-align: left !important; } }

.swfOddTile li.pageLink {
  display: block; }

ul#navbar-new li {
  display: inline-block; }

ul#navbar-new li:last-child {
  margin-right: 0px; }

ul.span-link li span {
  color: #025eac;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

.span-link {
  color: #025eac;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
  select.map-select {
    border-radius: 0;
    font-size: 15px !important;
    padding: 2px 15px !important;
    -webkit-appearance: none;
    background: #084887 url(../img/down-arrow-01.png) !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: right 8px center !important;
    padding-right: 35px !important;
    color: #fff !important;
    width: auto !important; }
  .terminal-parking-inner .input-group input.form-control.date-picker,
  .terminal-parking-inner .close-me-by-clicking-outside-of-me input.form-control.date-picker {
    font-size: 16px !important; }
  .terminal-parking-inner .input-group input.form-control.time-picker,
  .terminal-parking-inner .close-me-by-clicking-outside-of-me input.form-control.time-picker {
    font-size: 16px !important; }
  input,
  textarea {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
    border-radius: 0; } }

@media (max-width: 340px) {
  /*.left-yellow-div.left-yellow-bottom .bottom-tiles-left span {
    font-size: 20px;
  }*/
  .left-yellow-div.left-yellow-bottom .bottom-tiles-right {
    width: 23%; }
  .left-yellow-div.left-yellow-bottom .bottom-tiles-left {
    width: 77%; } }

ul.sitemap-links {
  padding: 0; }
  ul.sitemap-links li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    padding-left: 0; }

/*** custom check boxes ***/
input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  padding-left: 33px; }

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block; }

input[type=checkbox] + label:before {
  border: 2px solid;
  border-radius: 2px;
  content: "";
  height: 18px;
  width: 18px;
  letter-spacing: 10px;
  margin-right: -15px;
  position: relative;
  top: 4px;
  left: -25px; }

/* unchecked icon */
input[type=checkbox] + label:before {
  letter-spacing: 10px; }

/* space between checkbox and label */
input[type=checkbox]:checked + label:before {
  background: transparent url("../img/checkbox_checked.png") no-repeat scroll 0 0/18px auto;
  border: none; }

/* checked icon */
input[type=checkbox]:checked + label:before {
  letter-spacing: 5px; }

/* allow space for check mark */
label span {
  font-weight: normal;
  font-size: 15px; }

label.req-label {
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  position: relative;
  margin-top: 20px;
  top: 15px; }
  label.req-label:before {
    content: "*";
    color: red; }

textarea.feedback-area {
  color: #000;
  width: 100%;
  border: none;
  resize: none;
  border-bottom: 1px solid; }

.help-block {
  color: #b1b1b1; }

.feebback-submit {
  background: #ffb515;
  margin: 25px 20px 20px 0 !important;
  border-radius: 0;
  font-weight: normal;
  line-height: normal;
  color: #003264;
  font-size: 20px;
  border: none;
  float: left;
  padding: 6px 0;
  width: 140px;
  display: inline-block; }

.vdp-datepicker input[type="text"] {
  color: #000;
  padding: 2px 8px; }

.vdp-datepicker .vdp-datepicker__calendar {
  color: #000; }

.time-picker input.display-time {
  color: #000; }

.date-wrapper div {
  color: #333; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  z-index: 70; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 240px; }
  .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
    bottom: 52px !important; }
  .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom {
    top: 62px !important; }

.time-picker-wrap .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 160px !important;
  padding: 0px 4px; }
  .time-picker-wrap .bootstrap-datetimepicker-widget.dropdown-menu .btn {
    height: 35px !important;
    line-height: 38px !important;
    padding: 0 !important; }

.bootstrap-datetimepicker-widget.dropdown-menu .fa-times:before {
  content: "OK";
  font-weight: bold;
  font-family: 'Hind' !important;
  background: #ffb515;
  padding: 3px 10px !important;
  border-radius: 3px; }

.time-picker-wrap .bootstrap-datetimepicker-widget.dropdown-menu table td {
  padding: 0; }

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 50em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  color: #003264;
  border: none;
  background: none !important;
  display: inline-block;
  min-width: 30px; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 40px;
  font-weight: normal;
  font-size: 1.1em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
  color: #003264 !important;
  min-width: 30px;
  border: none;
  background: none !important;
  box-shadow: none !important; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td a {
  padding-top: 0; }

.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  color: #003264;
  width: 100%; }

.bootstrap-datetimepicker-widget .picker-switch td i:hover {
  background: #fff; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  table-layout: fixed; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5em; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
  color: #003264; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr th {
  color: #003264 !important; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa; }

.bootstrap-datetimepicker-widget table td {
  height: 30px;
  line-height: 30px;
  width: 30px;
  color: #003264 !important; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  /*background-color: #dee2e6;*/
  background: #ffb515;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
  opacity: 0.3; }

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #003264; }

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa; }

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #003264;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
  color: #003264; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

a.link {
  color: #003264;
  text-decoration: underline;
  font-weight: 500 !important; }

/*
.chat-btn {
  background: #ffb515;
  width: 100%;
  margin: 13px 0 0;
  border-radius: 0;
  height: auto;
  padding: 6px 25px;
  font-weight: normal;
  line-height: normal;
  color: #003264;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 184px;
  cursor: pointer;

  &.chat-new-btn {
    border: none;
    font-weight: bold;
    padding: 8px 3px;
    font-size: 18px;
    max-width: 310px;
    margin: 0;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -3px 0px 15px 0px #000;

    &.chat-icon-show {
      img {
        display: none;

        &.chat-icon {
          display: none;
        }
      }
    }

    img {
      display: none;
      width: 15px;
      margin-left: 10px;
    }

    &.active {
      display: inline-block;
    }
  }
}

*/
.primary-btn {
  background: #ffb515;
  width: 100%;
  margin: 13px 0 0;
  border-radius: 0;
  height: auto;
  padding: 6px 25px;
  font-weight: normal;
  line-height: normal;
  color: #003264;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 184px;
  cursor: pointer; }
  .primary-btn.new-btn {
    border: none;
    font-weight: bold;
    padding: 8px 0;
    font-size: 18px;
    max-width: 230px;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
    box-shadow: -3px 0px 15px 0px #000; }
    .primary-btn.new-btn.down-arrow-show img {
      display: none; }
      .primary-btn.new-btn.down-arrow-show img.down-arrow {
        display: inline-block; }
    .primary-btn.new-btn.up-arrow-show img {
      display: none; }
      .primary-btn.new-btn.up-arrow-show img.up-arrow {
        display: inline-block; }
    .primary-btn.new-btn img {
      display: none;
      width: 15px;
      margin-left: 10px; }
    .primary-btn.new-btn.active {
      display: inline-block; }

select.select-terminal {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 7px 5px 7px 30px !important;
  height: 40px !important;
  width: 100%;
  text-align: center; }
  select.select-terminal option {
    color: #003264; }

.terminal-parking-inner label.material-form-field-label {
  padding-left: 10px; }

.terminal-parking-inner .input-group input.form-control,
.terminal-parking-inner .close-me-by-clicking-outside-of-me input.form-control {
  border: none;
  background: transparent;
  width: 100%;
  padding: 14px 5px 7px 10px !important;
  height: 40px !important;
  color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #ffb515;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0); }
  .terminal-parking-inner .input-group input.form-control.date-picker,
  .terminal-parking-inner .close-me-by-clicking-outside-of-me input.form-control.date-picker {
    background-image: url(../img/calendar.png) !important;
    background-position: right 12px top 16px !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    font-size: 14px; }
  .terminal-parking-inner .input-group input.form-control.time-picker,
  .terminal-parking-inner .close-me-by-clicking-outside-of-me input.form-control.time-picker {
    background-image: url(../img/wall-clock.png) !important;
    background-position: right 12px top 16px !important;
    background-repeat: no-repeat !important;
    background-size: 17px !important;
    font-size: 14px; }
  .terminal-parking-inner .input-group input.form-control:focus,
  .terminal-parking-inner .close-me-by-clicking-outside-of-me input.form-control:focus {
    box-shadow: none; }

.astrik-before {
  padding-left: 2px; }
  .astrik-before:before {
    color: #ff2f00;
    content: "*";
    font-size: 17px;
    position: relative;
    left: -3px;
    top: 2px; }

ul.booking-links {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0; }
  ul.booking-links li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    position: relative; }
    ul.booking-links li:first-child:after {
      border-left: 1px solid #ccc;
      height: 12px;
      width: 1px;
      background: #ccc;
      content: "|";
      text-indent: -9999px;
      display: inline-block;
      position: absolute;
      right: -10px;
      top: 5px; }
    ul.booking-links li:last-child:after {
      display: none; }
    ul.booking-links li a {
      color: #ffb515 !important;
      border-bottom: 1px solid;
      line-height: 17px;
      display: inline-block; }
      ul.booking-links li a:focus {
        text-decoration: none !important; }

/*div#parkingContent > div:first-child h3 {
  display: none;
}*/
.separation-line {
  position: absolute;
  height: 100%;
  background: #8e8e8e;
  width: 2px;
  right: 0; }

.width-full {
  width: 100%; }

.terminal-left {
  padding-right: 15px; }

.terminal-right {
  padding-left: 15px; }

.sub-pages .terminal-right {
  padding-left: 0; }

.gray-divider {
  background: #ccc;
  height: 1px;
  margin: 40px auto;
  width: 95%; }

@media (max-width: 991px) {
  /*.clock-header {
      display: none;
    }*/
  .rt-msg {
    text-align: left !important; }
  .terminal-right {
    padding-left: 0 !important; }
  .terminal-parking-inner label.material-form-field-label {
    padding-left: 5px;
    color: #d4e1ef;
    font-size: 14px; }
  .terminal-parking-inner .input-group input.form-control.date-picker,
  .terminal-parking-inner .close-me-by-clicking-outside-of-me input.form-control.date-picker,
  .terminal-parking-inner .input-group input.form-control.time-picker,
  .terminal-parking-inner .close-me-by-clicking-outside-of-me input.form-control.time-picker {
    background-position: right 5px top 16px !important; }
  .material-form-field {
    height: 65px; } }

/* WebChat Box */
.chatbox-wrapper * {
  box-sizing: border-box; }

.chatbox-wrapper ul {
  list-style: none; }

.chatbox-wrapper {
  position: fixed;
  right: 5px;
  display: flex;
  align-items: flex-end;
  height: 0;
  z-index: 12000;
  font-family: 'Hind' !important;
  font-size: 14px;
  color: black;
  word-wrap: break-word; }
  .chatbox-wrapper.h-bottom {
    bottom: 163px; }
  .chatbox-wrapper.d-bottom {
    bottom: 0px; }

.chatbox {
  width: 450px;
  height: 400px;
  margin: 0 2px 0 0;
  position: relative;
  box-shadow: -3px 0px 15px 0px #000;
  display: flex;
  flex-flow: column;
  border-radius: 5px 5px 0px 0px;
  bottom: 0;
  transition: .1s ease-out;
  cursor: pointer; }
  .chatbox.chat-window-close {
    visibility: visible; }
  .chatbox.chat-window-open {
    visibility: visible; }

@media only screen and (min-device-width: 461px) and (max-device-width: 768px) {
  .chatbox-wrapper {
    right: 0px;
    left: 10px; }
    .chatbox-wrapper.h-bottom {
      bottom: 126px; }
    .chatbox-wrapper.d-bottom {
      bottom: 0px; }
  .chatbox.chat-window-close {
    visibility: hidden; }
  .chatbox.chat-window-open {
    visibility: visible; } }

@media screen and (min-device-width: 769px) and (max-device-width: 992px) {
  .chatbox-wrapper {
    right: 0;
    left: 20px; }
    .chatbox-wrapper.h-bottom {
      bottom: 155px; }
    .chatbox-wrapper.d-bottom {
      bottom: 0px; }
  .chatbox.chat-window-close {
    visibility: hidden; }
  .chatbox.chat-window-open {
    visibility: visible; } }

@media screen and (min-device-width: 993px) and (max-device-width: 1059px) {
  .chatbox-wrapper.h-bottom {
    bottom: 160px; }
  .chatbox-wrapper.d-bottom {
    bottom: 0px; }
  .chatbox.chat-window-close {
    visibility: visible; }
  .chatbox.chat-window-open {
    visibility: visible; } }

@media screen and (min-device-width: 1060px) and (max-device-width: 1150px) {
  .chatbox-wrapper.h-bottom {
    bottom: 136px; }
  .chatbox-wrapper.d-bottom {
    bottom: 0px; }
  .chatbox.chat-window-close {
    visibility: visible; }
  .chatbox.chat-window-open {
    visibility: visible; } }

@media screen and (min-device-width: 1151px) and (max-device-width: 1279px) {
  .chatbox-wrapper.h-bottom {
    bottom: 146px; }
  .chatbox-wrapper.d-bottom {
    bottom: 0px; }
  .chatbox.chat-window-close {
    visibility: visible; }
  .chatbox.chat-window-open {
    visibility: visible; } }

@media screen and (min-device-width: 1280px) and (max-device-width: 1330px) {
  .chatbox-wrapper.h-bottom {
    bottom: 155px; }
  .chatbox-wrapper.d-bottom {
    bottom: 0px; }
  .chatbox.chat-window-close {
    visibility: visible; }
  .chatbox.chat-window-open {
    visibility: visible; } }

@media only screen and (max-width: 460px) {
  .chatbox-wrapper {
    position: fixed;
    left: 10px;
    display: flex;
    align-items: flex-end;
    height: 0; }
    .chatbox-wrapper.h-bottom {
      bottom: 200px; }
    .chatbox-wrapper.d-bottom {
      bottom: 10px; }
  .chatbox {
    width: 100%;
    height: 400px;
    margin: 2px;
    margin-bottom: 0px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    flex-flow: column;
    border-radius: 5px 5px 5px 5px;
    background: white;
    bottom: 0;
    transition: .1s ease-out;
    cursor: pointer; }
    .chatbox.chat-window-close {
      visibility: hidden; }
    .chatbox.chat-window-open {
      visibility: visible; } }

.chatbox-top {
  position: relative;
  display: flex;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  background: #FFB515; }

.chatbox-icons {
  padding: 0 10px 0 0;
  display: flex;
  position: relative; }

.chatbox-icons .fa {
  padding: 3px 5px;
  margin: 0 0 0 3px;
  color: #003264;
  border-radius: 0 5px 0 5px;
  transition: 0.3s; }

.chatbox-icons .fa:hover {
  border-radius: 5px 0 5px 0; }

.chatbox-icons a, .chatbox-icons a:link, .chatbox-icons a:visited {
  color: #003264; }

.chat-p {
  flex: 1;
  padding: 0 0 0 80px;
  font-size: 18px;
  font-weight: bold;
  color: #003264;
  transition: .1s ease-out; }

.chatbox-wrapper .status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #cacaca;
  margin: 0 3px 0 0; }

.chatbox-wrapper .online {
  background: #b7fb00; }

.chatbox-avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  background: white;
  padding: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  transition: .1s ease-out;
  bottom: 3px;
  left: 6px;
  visibility: visible;
  opacity: 1 !important; }

.chatbox-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.chat-messages {
  border: 0px;
  overflow: auto;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  flex: 1; }

.chatbox-min {
  margin-bottom: 362px; }

.chatbox-min .chatbox-avatar {
  width: 60px;
  height: 60px; }

.chatbox-min .chat-p, .chatbox-min {
  padding: 0 0 0 80px; }

.chatbox-wrapper .ac-pushButton {
  height: auto !important;
  font-family: 'Hind' !important;
  font-size: 14px !important;
  color: #02478a; }

.ac-pushButton div {
  white-space: normal !important; }

.chatbox-wrapper .webchat {
  vertical-align: top; }

.ac-horizontal-separator {
  height: 0px !important; }

.ac-textBlock p {
  margin-bottom: 6px !important; }

.ac-adaptiveCard {
  padding: 6px !important; }

.ac-actionSet button {
  padding: 4px !important; }

.webchat__bubble__content {
  padding: 0px !important; }

.ac-pushButton div {
  white-space: normal !important; }

.webchat {
  vertical-align: top; }

.css-mfy564:empty {
  display: none; }

.ac-horizontal-separator {
  height: 0px !important; }

.ac-textBlock p {
  margin-bottom: 6px !important; }

.ac-actionSet button {
  padding: 4px !important; }

.chatbox-wrapper .ac-pushButton {
  flex: 1 1 auto !important; }

/* END WebChat Box */
/*#announcementInner {
  &.fixed-div {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    overflow: hidden;
    
  }
}*/
.announcement-carousel-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .announcement-carousel-wrapper.isActiveFixed {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    position: fixed;
    top: 100%;
    bottom: initial; }
  .announcement-carousel-wrapper .announcement-2 .VueCarousel-slide:nth-child(1) {
    text-align: right; }
  .announcement-carousel-wrapper .announcement-2 .VueCarousel-slide:nth-child(2) {
    text-align: left; }
  .announcement-carousel-wrapper .announcement-1 {
    text-align: center; }
  .announcement-carousel-wrapper .announcement-3 .VueCarousel-slide:nth-child(1) {
    text-align: right; }
  .announcement-carousel-wrapper .announcement-3 .VueCarousel-slide:nth-child(2) {
    text-align: center; }
  .announcement-carousel-wrapper .announcement-3 .VueCarousel-slide:nth-child(3) {
    text-align: left; }
  .announcement-carousel-wrapper .announcement-btn-wrap .primary-btn.new-btn {
    top: -42px;
    z-index: 8888;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-transform: translateZ(0); }
  .announcement-carousel-wrapper #announcement-carousel {
    background: rgba(8, 72, 135, 0.85);
    padding: 22px 20px;
    box-shadow: 0 0px 20px 0 #fff; }
    .announcement-carousel-wrapper #announcement-carousel.active {
      display: block; }
    .announcement-carousel-wrapper #announcement-carousel span.close-carousel {
      position: absolute;
      right: 20px;
      top: -50px;
      color: #003264;
      background: #ffb515;
      width: 40px;
      height: 38px;
      text-align: center;
      z-index: 9;
      line-height: 40px;
      font-size: 22px;
      font-weight: bold;
      border-radius: 40px;
      cursor: pointer; }
      .announcement-carousel-wrapper #announcement-carousel span.close-carousel img.img-responsive {
        max-width: 52%;
        margin: 0;
        display: inline-block; }
    .announcement-carousel-wrapper #announcement-carousel .VueCarousel .VueCarousel-navigation-prev {
      background-image: url(../img/arrow_prev.png) !important;
      background-repeat: no-repeat !important;
      background-size: contain;
      height: 50px;
      text-indent: -9999px;
      width: 30px;
      cursor: pointer; }
    .announcement-carousel-wrapper #announcement-carousel .VueCarousel .VueCarousel-navigation-next {
      background-image: url(../img/arrow_next.png) !important;
      background-repeat: no-repeat !important;
      background-size: contain;
      height: 50px;
      text-indent: -9999px;
      width: 30px;
      cursor: pointer; }
    .announcement-carousel-wrapper #announcement-carousel .VueCarousel .VueCarousel-wrapper {
      margin-left: 0;
      margin-right: -15px; }
      .announcement-carousel-wrapper #announcement-carousel .VueCarousel .VueCarousel-wrapper .carousel-img-wrapper {
        padding: 0 15px; }
        .announcement-carousel-wrapper #announcement-carousel .VueCarousel .VueCarousel-wrapper .carousel-img-wrapper img.img-responsive {
          max-height: 135px;
          display: inline-block; }

.VueCarousel-pagination {
  display: none; }

input::-ms-clear {
  display: none; }

div#check.open .bootstrap-datetimepicker-widget.dropdown-menu {
  display: block !important; }

div#check .bootstrap-datetimepicker-widget.dropdown-menu {
  display: none !important; }

div#check1.open .bootstrap-datetimepicker-widget.dropdown-menu {
  display: block !important; }

div#check1 .bootstrap-datetimepicker-widget.dropdown-menu {
  display: none !important; }

div#check2.open .bootstrap-datetimepicker-widget.dropdown-menu {
  display: block !important; }

div#check2 .bootstrap-datetimepicker-widget.dropdown-menu {
  display: none !important; }

div#check3.open .bootstrap-datetimepicker-widget.dropdown-menu {
  display: block !important; }

div#check3 .bootstrap-datetimepicker-widget.dropdown-menu {
  display: none !important; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #f5f5f5;
  border-radius: 8px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 25px #0455bb; }

/*start* Duplicate parking page css*/
#ParkingInternal h3 {
  color: #fff !important; }

#ParkingInternal h1 {
  color: #fff !important; }

#ParkingInternal p {
  color: #fff !important; }

#ParkingInternal #myModal p {
  color: #333 !important; }

div#ParkingInternal .booking-links li a {
  display: none; }

div#ParkingInternal div#parkingContent .primary-btn.float-none {
  display: none; }

ul#selectTerminal {
  padding: 0 !important; }

div#ParkingInternal .row {
  margin: 10px -9px 0px -2px !important; }

.sub-pages div#ParkingInternal li {
  font-size: 14px !important;
  /* font-weight: 500; */
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

@media (min-width: 480px) {
  div#ParkingInternal .no-pad-right-xs {
    padding-left: 0px !important; } }

/*end*/
/*Direction css start*/
div#InternalDirection {
  background: none !important;
  padding-top: 0px; }

div#InternalDirection .container.vertical-center-vh5 {
  padding: 0px; }

div#InternalDirection .directions-inner.dirn-margin-ctrl {
  margin: 0; }

div#InternalDirection .col-xs-12.col-sm-12.col-md-5 {
  padding: 0; }

/*end*/
/*start* Duplicate parking page css*/
#walk-time h3 {
  color: #fff !important; }

#walk-time h1 {
  color: #fff !important;
  padding-top: 46px !important;
  font-weight: 200 !important; }

#walk-time p {
  color: #fff !important;
  font-weight: 300; }

#walk-time .walk-times-inner .term-no {
  padding-left: 10px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #walk-time .terminal-container {
    width: 50% !important; } }

@media only screen and (max-width: 767px) {
  #walk-time .term-desc-row {
    margin: 2px; } }

.sub-pages .clsTerminalNo img {
  margin-bottom: 0px;
  width: 34px; }

.user-select-none {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

/*@media (min-width: 480px) {
    div#walk-time .no-pad-right-xs {
      padding-left: 0px !important;
    }
  }*/
/*end*/
/* ----------- iPad Mini ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide {
    height: 65px; }
    .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide p {
      font-size: 13px; }
      .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide p span {
        font-size: 16px;
        top: 2px; }
  .container-wrap.table.flex-center {
    background-attachment: initial !important; }
  .radioButton-Customize {
    -webkit-appearance: radio;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; } }

/* iPhone 5 Retina regardless of IOS version */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  /*IPhone 5 only CSS here*/
  .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide {
    height: 85px; }
    .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide p {
      font-size: 11.5px; }
      .container-wrap.alert-main-wrap .VueCarousel .VueCarousel-slide p span {
        font-size: 13px;
        top: 0px; } }

.hide-breadcrums div#breadcrumbs {
  display: none; }

.vertical-top {
  vertical-align: top !important; }

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .radioButton-Customize {
    -webkit-appearance: radio;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; } }

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation: landscape) {
  .radioButton-Customize {
    -webkit-appearance: radio;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
  .close-address .announcement-carousel-wrapper {
    bottom: 50px; }
  .open-address .announcement-carousel-wrapper {
    bottom: 0; } }

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .close-address .announcement-carousel-wrapper {
    bottom: 50px; }
  .open-address .announcement-carousel-wrapper {
    bottom: 0; } }

/* ----------- iPhone 6, 6S, 7 and 8 Landscape ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .close-address .announcement-carousel-wrapper {
    bottom: 50px; }
  .open-address .announcement-carousel-wrapper {
    bottom: 0; } }

/* iPhone 6+, 7+ and 8+ Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .close-address .announcement-carousel-wrapper {
    bottom: 50px; }
  .open-address .announcement-carousel-wrapper {
    bottom: 0; } }

.left-zero {
  left: 0; }

.right-zero {
  right: 0; }

/*SRS CSS*/
li.label-li.clear-filter-desktop {
  height: 49px !important; }

li.label-li.clear-filter-desktop span {
  display: block;
  font-weight: 600;
  font-size: 14px; }

li.label-li.clear-filter-desktop a.underlineformobile {
  font-weight: normal; }

.max-width-100-per {
  max-width: 100% !important; }

p a.primary-btn {
  text-decoration: none !important;
  font-weight: 500 !important;
  color: #003264 !important;
  width: auto; }

.tab-content {
  border: 1px solid #ccc;
  border-top: none; }

.sub-pages .tab-content ul {
  padding-left: 20px;
  padding-right: 0; }

.sub-pages .tab-content .panel-body {
  padding-left: 25px;
  padding-right: 20px; }

.sub-pages .tab-content ul li,
.sub-pages .tab-content p {
  font-size: 16px; }

.sub-pages .tab-content .panel {
  margin-bottom: 0; }

.max-width-none {
  max-width: none !important; }

.sub-pages .tab-content h3 {
  font-weight: 600 !important;
  color: #003264 !important;
  font-size: 18px; }

.sub-pages .tab-content h4.panel-title {
  text-align: center; }
  .sub-pages .tab-content h4.panel-title img.accImg {
    width: 45px;
    height: auto;
    margin-bottom: 5px; }
  .sub-pages .tab-content h4.panel-title span {
    font-weight: 500;
    font-size: 22px; }

.sub-pages .tab-content .panel-default > .panel-heading {
  background-color: #ffb515 !important;
  color: #003264 !important; }

img.rotate-img {
  margin-bottom: 0;
  width: 28px;
  border: 1px solid;
  padding: 5px;
  border-radius: 20px; }

.sub-pages .tab-content .active .panel-default > .panel-heading {
  border-bottom: 6px solid #003264; }

.sub-pages .tab-content .active img.rotate-img {
  transform: rotate(180deg); }

.sub-pages .tab-content .active .panel-collapse.collapse {
  display: block; }

.content-adjust-auto {
  min-height: auto !important; }

.ffImage {
  border-style: groove; }

.container .tabImg {
  margin: 0px 0px 0px;
  position: relative;
  max-height: 40px;
  width: auto; }

.tabImg {
  display: inline-block; }

.tabImg.active {
  display: none; }

.active .tabImg {
  display: none; }

.active .tabImg.active {
  display: inline-block; }

/*.container {
      margin: 50px;
    }*/
#full-nav-tabs li a:hover {
  background-color: #ffb515 !important;
  /*text-decoration: underline;
  border-bottom-color: black;*/
  border-color: transparent; }

/*#test li.active {
      background-color: #ffb515 !important;
      border-bottom-color: darkorange !important;
    }*/
ul#full-nav-tabs.nav.nav-tabs {
  background-color: #ffb515 !important;
  display: table;
  width: 100%;
  padding: 0; }

ul#full-nav-tabs.nav.nav-tabs li {
  display: table-cell;
  float: none;
  text-align: center;
  cursor: pointer;
  /*box-shadow: 0 26px 0 #fff, 0 0 5px #3a2f2f;*/ }

ul#full-nav-tabs.nav.nav-tabs li.active {
  display: table-cell;
  float: none;
  text-align: center;
  cursor: pointer;
  /*box-shadow: 0 0px 0 #fff, 0px 0px 4px 0px #3a2f2f;*/
  box-shadow: 0 0px 0 #fff, inset 0px 0px 5px 0px #3a2f2f;
  background-color: #1d3063; }

ul#full-nav-tabs li span {
  color: #1d3063;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin-right: 0;
  display: block;
  padding: 7px 5px 7px; }

/* text-decoration: underline !important; */
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {

    }*/
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs >*/
ul#full-nav-tabs li.active span {
  /*color: #003264;*/
  color: #ffb515;
  /*background-color: #ffb515 !important;*/
  border-width: 0;
  /*text-decoration: underline !important;*/
  border-bottom-color: #003264;
  border-bottom-width: 6px;
  font-weight: 600 !important;
  border-style: solid; }

.thumbnail-box img.img-responsive {
  width: auto;
  max-height: 300px; }

@media (min-width: 768px) {
  .panel-heading {
    display: none; }
  .panel {
    border: none;
    box-shadow: none; }
  .panel-collapse {
    height: auto; }
  .panel-collapse.collapse {
    display: block; } }

@media (max-width: 767px) {
  .col-xs-12:nth-child(2) .table.table-header {
    margin-top: 20px; }
  .tab-content .tab-pane {
    display: block;
    margin-bottom: 10px; }
  p a.primary-btn {
    margin: 10px 0 20px !important; }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ccc; }
  .nav-tabs {
    display: none !important; }
  .tab-content {
    border: none; }
  .thumbnail-box img.img-responsive {
    width: auto;
    max-height: none; }
  .panel-title a {
    display: block; }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
    border: none; }
  .thumbnail-box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .thumbnail-box:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; } }

@media (max-width: 1200px) {
  p a.primary-btn {
    margin: 0px 0 20px !important; }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ccc; }
  .thumbnail-box img.img-responsive {
    width: auto;
    max-height: none; }
  .thumbnail-box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .thumbnail-box:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; } }

.tabspace {
  margin: 1px 6px 0px 15px !important;
  padding-top: 10px; }
