.jb-display-style {
  font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
  color: #004990;
  font-weight: 700;
}
.jb-copy-style {
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-weight: 400;
}
.app-gradient-background {
  background: #004990;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004990 0%, #00245d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004990), color-stop(100%, #00245d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #004990 0%, #00245d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #004990 0%, #00245d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #004990 0%, #00245d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #004990 0%, #00245d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@core-blue', endColorstr='#00285e', GradientType=0);
  /* IE6-9 */
}
.jb-module {
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-weight: 400;
  background: #ffffff;
}
.jb-module h2,
.jb-module h3,
.jb-module h4,
.jb-module h5,
.jb-module h5 {
  font-family: din-web-jetblue, Arial, Helvetica, sans-serif;
  color: #004990;
  font-weight: 700;
}
.jb-module.alt-dark {
  background: #004990;
}
.jb-module.alt-dark h2,
.jb-module.alt-dark h3,
.jb-module.alt-dark h4,
.jb-module.alt-dark h5,
.jb-module.alt-dark h5 {
  color: #ffffff;
}
.jb-app-header {
  background: #004990;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004990 0%, #00245d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004990), color-stop(100%, #00245d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #004990 0%, #00245d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #004990 0%, #00245d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #004990 0%, #00245d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #004990 0%, #00245d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@core-blue', endColorstr='#00285e', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
}
cityselector {
  font-size: 12px;
}
/* AUTOCOMPLETE */
.autocomplete {
  width: 100%;
  position: relative;
}
.autocomplete input {
  font-size: 1.2em;
  display: inline;
  border: 0;
  color: #306faa;
  min-width: 220px;
  min-height: 24px;
  padding: 0px 5px;
  margin-top: 5px;
  margin-left: 5px;
}
#airports-list-wrapper {
  /*height: 463px;*/
  padding: 15px 0 15px 15px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0 0 6px 6px;
}
#airports-list-wrapper ul {
  list-style: none;
  padding: 0;
}
#airports-list-wrapper a:focus {
  text-decoration: none;
}
.region-list-container {
  float: left;
  width: 26%;
}
.airports-list-container {
  /*float: left;*/
  width: 70%;
  padding-right: 4%;
  /*height: 463px;*/
  overflow: auto;
}
.airports-list-container ul li ul li {
  width: 95%;
}
.body_overlay .airport_popup_cont:focus {
  outline: 3px solid #7FB6E8;
}
.body_overlay .overlayContainer .airport_popup_cont .error_close_button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: white;
  border-radius: 100px;
  overflow: hidden;
  padding: 0;
  border: none;
  float: right;
  margin-top: -48px;
  margin-right: 20px;
}
.body_overlay .overlayContainer .airport_popup_cont .error_close_button img {
  position: relative;
  top: -93px;
}
.body_overlay .overlayContainer .airport_popup_cont .error_close_button:hover img {
  top: -256px;
}
.body_overlay .overlayContainer .airport_popup_cont .error_close_button:focus {
  outline: 2px solid #7FB6E8;
}
.region-label {
  color: #004990;
  font-size: 1.3em;
  margin: 36px 0 19px;
  font-weight: bold;
}
.regions {
  padding: 10px 5px 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #306faa;
  font-weight: 700;
  margin-top: 10px;
}
.active {
  color: #ffffff;
}
a.region-item {
  position: relative;
  width: 155px;
  padding: 12px 10px;
  margin-bottom: 5px;
  float: left;
  clear: both;
  font-size: 1.15em;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}
a.region-item span {
  display: none;
}
.right_arrow {
  display: none;
}
.autocomplete .right-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  margin-left: 4px;
}
a.region-item.active,
a.region-item.active:focus {
  color: #ffffff;
  background-color: #004990;
  position: relative;
}
a.region-item.active span,
a.region-item.active:focus span {
  display: block;
}
a.region-item.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #004990;
  border-width: 7px;
  margin-top: -7px;
}
.notouchonly a.region-item.hover,
a.region-item:focus,
a.region-item.active:focus {
  cursor: pointer;
  color: #ffffff;
  background-color: #306faa;
}
a.region-item.active:focus:after {
  border-left-color: #306faa;
}
a.region-item.hover.active {
  background-color: #306faa;
}
a.region-item.hover.active:after {
  border-left-color: #306faa;
}
#airports-list-wrapper a.region-item:focus {
  outline: 2px solid transparent !important;
  text-decoration: none;
}
.cities-container-header {
  margin-bottom: 10px;
}
.country {
  margin-bottom: 22px;
}
.airports-list-container ul .country-list {
  margin: 0 0 10px;
}
.country_name {
  color: #353535;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0px;
}
.activeRegion {
  display: block!important;
}
.city-list .city,
.city {
  padding: 0 0 0 5px;
  font-size: 0.9em;
  color: #306faa;
  cursor: pointer;
}
.city a {
  margin: 1px;
  padding: 2px 1px;
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
}
.city img {
  position: absolute;
  top: 40%;
}
.city.mac {
  font-weight: bold;
}
.airports-list-container a.city,
.airports-list-container a.city:focus {
  width: 92%;
}
.city.selected a,
.city.selected a:focus {
  /*border:1px solid transparent;*/
  outline: 1px solid #306faa !important;
  /*text-decoration: none !important;*/
  text-decoration: underline !important;
}
.city.selected a:hover {
  outline: 1px solid #306faa !important;
}
.popupLinks.city:hover {
  outline: 1px solid transparent;
}
.notouchonly .city.partner:hover a,
.city.partner:focus a {
  background-color: #306faa;
  color: #ffffff;
}
.notouchonly .city.partner:hover a,
.city.partner:focus a {
  color: #ffffff;
}
.notouchonly .city.jetblue:hover,
.city.jetblue:focus {
  color: #ffffff;
}
.notouchonly .city.jetblue:hover a,
.city.jetblue:focus a {
  color: #ffffff;
}
.city.partner.active {
  color: #ffffff;
}
.city.partner.active a,
.city.partner.selected a {
  color: #ffffff;
  background-color: #306faa;
}
.city.jetblue.active {
  color: #ffffff;
}
.city.jetblue.active a,
.city.jetblue.selected a {
  color: #ffffff;
  background-color: #306faa;
}
.country-holder .col1,
.country-holder .col2,
.country-holder .col3 {
  float: left;
  width: 33.33%;
}
.city_area {
  font-weight: bold;
  margin: 15px 0;
}
.cities_title {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 50px;
}
.cities_title.main,
.cities_title.jetblue {
  color: #306faa;
}
.cities_title.main {
  font-size: 20px;
  font-weight: bold;
}
.cities_title.jetblue {
  padding-left: 15px;
  background-image: url('../src/assets/city-lrg-disc-orange.png');
  background-repeat: no-repeat;
  background-position: 5px 13px;
  background-size: 6px;
}
.cities_title.partner {
  padding-left: 15px;
  color: #a6a6a6;
  background-image: url('../src/assets/city-lrg-disc-grey.png');
  background-repeat: no-repeat;
  background-position: 5px 13px;
  background-size: 6px;
}
.overlayContainer {
  width: 800px;
  margin: 20px auto 20px;
  outline: 1px solid transparent;
}
.overlayContainer.header {
  background-color: blue;
  width: 100%;
  height: 100px;
}
.body_overlay {
  position: fixed;
  overflow: auto;
  /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBgiAEIMAAAYQBdPMcrbwAAAABJRU5ErkJggg==") 0 0 repeat;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2100;
  height: 100%;
}
.body_overlay_bg {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-bottom: 10px;
  top: 0px;
  z-index: -1;
  opacity: 0.2;
}
.country-list .popupLinks.city {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.airport_popup_title {
  height: 48px;
  background-color: #004990 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  font-family: din-web-jetblue, Arial, Helvetica, sans-serif !important;
  padding: 20px 0 0 20px !important;
  border-radius: 6px 6px 0 0 !important;
  margin: 0;
}
.overlayContainer .airport_popup_close {
  position: relative;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: -50px;
  margin-right: 20px;
  cursor: pointer;
  background: white;
  border-radius: 100px;
  line-height: 31px !important;
  font-size: 36px;
  text-align: center;
  color: #0076be;
  text-decoration: none;
  overflow: hidden;
}
.overlayContainer .airport_popup_close:focus {
  text-decoration: none;
}
.ie8 .overlayContainer .airport_popup_close,
.ie9 .overlayContainer .airport_popup_close,
.ie10 .overlayContainer .airport_popup_close {
  line-height: 32px !important;
}
.suggestions_wrapper {
  position: absolute;
  z-index: 2000;
  width: 280px;
  top: 35px;
  background-color: #ffffff;
  margin-left: 4px;
  margin-right: 9px;
  border-top: 0 !important;
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.suggestions_wrapper ul {
  margin: 0px;
  padding: 0px;
}
.suggestions_wrapper .city-desc,
.suggestions_wrapper .show-more {
  height: 30px;
}
.suggestions_wrapper .city-desc li {
  display: inline!important;
  list-style-type: none;
  padding-right: 20px;
}
.suggestions_wrapper .show-more li {
  display: inline!important;
  list-style-type: none;
  padding-right: 20px;
}
.airport_suggestion {
  color: #306faa;
  width: 95%;
  font-size: 0.9em;
  padding-left: 0px!important;
  font-family: Arial, Helvetica, sans-serif;
}
.airport_suggestion img {
  position: relative;
  padding-bottom: 2px;
  margin-left: -8px;
  margin-right: 3px;
}
.airport_suggestion.mac {
  font-weight: 700;
}
.suggestions_wrapper {
  border: 1px solid #d3e3f3;
}
.suggestions_wrapper .city-desc {
  margin-top: 1px!important;
  margin: -1px;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  -webkit-appearance: none;
}
.suggestions_wrapper .city-desc li {
  height: inherit;
  line-height: 30px;
  color: #4c4c4c;
}
.suggestions_wrapper .city-desc img {
  margin-right: 3px;
  padding-bottom: 1px;
}
.suggestions_wrapper .city-desc .first {
  font-size: 0.9em;
}
.suggestions_wrapper .city-desc .partner {
  font-size: 0.9em;
}
.suggestions_wrapper .show-more li {
  height: inherit;
  line-height: 30px;
}
.suggestions_wrapper .airport_list,
.suggestions_wrapper .city-desc,
.suggestions_wrapper .show-more {
  padding-left: 19px;
  margin-top: 1px;
  border-top: 1px solid #d3e3f3;
}
.suggestions_wrapper .airport_list .static-list a {
  display: block;
  padding: 0 3px;
}
.autocomplete .airport_list li {
  text-align: left;
  list-style: none;
  padding: 0.4em;
  background-color: #ffffff;
}
.autocomplete .airport_list a {
  padding: 3px;
  line-height: 1.3em;
  text-decoration: none;
}
.autocomplete .airport_list li.blueCity.active div {
  background-color: #306faa;
  margin: -3px 0;
  padding: 3px 0;
  outline: 1px solid white;
}
.autocomplete .airport_list li.blueCity.active a {
  color: white;
  cursor: pointer;
}
.autocomplete .airport_list li.blueCity.active {
  color: #ffffff;
}
.autocomplete .airport_list li.partnerCity.active div {
  background-color: #306faa;
  margin: -3px 0;
  padding: 3px 0;
}
.autocomplete .airport_list li.partnerCity.active a {
  color: #ffffff;
  cursor: pointer;
}
.autocomplete .airport_list li.active div {
  background-color: #306faa;
  margin: -3px 0;
  padding: 3px 0;
  outline: 1px solid white;
}
.autocomplete .airport_list li.active a {
  color: #ffffff;
  cursor: pointer;
}
.autocomplete .highlight {
  background-color: #E2E2E2;
}
.autocomplete .input_wrapper {
  height: 34px;
  line-height: 1em;
  margin: 5px;
  padding: 0;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #c0c0c0;
  background: #ffffff;
}
.error_input_box .autocomplete .input_wrapper {
  border: 1px solid #d50f0f;
}
.autocomplete a.DepartBox {
  background-position: 0px 0px;
}
.flight_button_from_foreground:focus {
  outline: none !Important;
}
.flight_button_from_foreground:focus .foreground-sprite-cityfrombtn.frombtnimg.DepartBox img,
.flight_button_from_foreground:hover .foreground-sprite-cityfrombtn.frombtnimg.DepartBox img,
.focused .foreground-sprite-cityfrombtn.frombtnimg.DepartBox img {
  top: -95px;
  cursor: pointer;
}
.flight_button_from_foreground:focus .foreground-sprite-cityfrombtn.frombtnimg.ArriveBox img,
.flight_button_from_foreground:hover .foreground-sprite-cityfrombtn.frombtnimg.ArriveBox img,
.focused .foreground-sprite-cityfrombtn.frombtnimg.ArriveBox img {
  top: -95px;
  cursor: pointer;
  left: -45px;
}
.autocomplete a.DepartBox:focus,
.autocomplete.focused a.DepartBox {
  background-position: 0px -95px;
}
.autocomplete a.ArriveBox {
  background-position: -92px 0px;
}
.autocomplete a.ArriveBox:focus,
.autocomplete.focused a.ArriveBox {
  background-position: -46px -95px;
}
.input_wrapper:hover span.DepartBox {
  background-position: 0px -64px;
}
.input_wrapper:hover span.ArriveBox {
  background-position: -92px -64px;
}
.autocomplete ul.show-more a {
  text-decoration: none;
}
.autocomplete ul.show-more a:focus {
  text-decoration: underline;
}
.flight_button {
  width: 41px;
  height: 27px;
  cursor: pointer;
  float: left;
  margin-top: 4px;
  margin-left: 4px;
  background-image: url('form-btn-sp.png');
  background-repeat: no-repeat;
}
/*
overlay
*/
html.overlay-open,
html.overlay-open body {
  overflow: hidden;
}
.airports-list-container > div > ul > li {
  display: block;
}
.airports-list-container h3.country {
  background: none;
  color: #353535;
  font-size: 12px;
  font-weight: 600;
  padding: 0px;
  margin: 0;
}
.airports-list-container .isUS h3.country {
  display: none;
}
.airports-list-container > .isUS > ul {
  overflow: hidden;
}
.airports-list-container > .isUS > ul:after {
  clear: both;
  content: "";
  display: block;
}
.airports-list-container > .isUS > .region-wrap > ul > li {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  display: block;
}
.airports-list-container > .notUS > .region-wrap {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.airports-list-container > .notUS > .region-wrap > ul {
  list-style-position: inside;
  -webkit-column-fill: auto;
  /* Status undefined: undocumented */
  -moz-column-fill: auto;
  column-fill: auto;
}
.airports-list-container > .notUS.twoCountries > .region-wrap {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.airports-list-container > .notUS.oneCountry > .region-wrap {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.airports-list-container .region-wrap ul {
  margin: 0 0 .5em;
}
.airports-list-container .region {
  display: table-row;
}
.airports-list-container .left,
.airports-list-container .middle,
.airports-list-container .right {
  width: 30%;
  display: table-cell;
  vertical-align: top;
}
/*.airports-list-container .notUS .description-wrapper, .airports-list-container .notUS .description-wrapper  ul{
 columns: none;
  -webkit-columns: none;
  -moz-columns: none;
}*/
.airports-list-container .description-wrapper {
  padding: 5px 0 20px;
}
.airports-list-container .noCSSColumns .description-wrapper {
  display: block;
  width: 100%;
}
.airports-list-container .description-wrapper h3 {
  margin: 0;
}
.airports-list-container .description-wrapper ul {
  margin: 0;
}
.airports-list-container .description-wrapper .city-desc li {
  color: #004990;
  margin-top: 2px;
  margin-left: 20px;
  display: inline-block;
}
.airports-list-container .description-wrapper .city-desc .partner {
  /*color: #a6a6a6;*/
}
.airports-list-container .description-wrapper .city-desc img {
  padding-bottom: 2px;
  margin-right: 5px;
}
.airports-list-container .description-wrapper .city-desc .first {
  background: none;
  margin: 0;
  padding: 0;
}
#airports-list-wrapper .footerText,
#airports-list-wrapper .footerText {
  font-size: 12px;
}
#airports-list-wrapper.hasFooter {
  height: 473px;
}
#airports-list-wrapper.hasFooter .footerText {
  line-height: 26px;
}
.airports-list-container h3 {
  float: none;
}
.region-wrap > ul > li {
  display: table-cell;
  /*ie10*/
}
.foreground-sprite-cityfrombtn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.foreground-sprite-cityfrombtn.frombtnimg.DepartBox img {
  position: absolute;
  max-width: none;
  top: 0px;
  border: none;
}
.foreground-sprite-cityfrombtn.frombtnimg.ArriveBox img {
  position: absolute;
  max-width: none;
  top: 0px;
  left: -91px;
  border: none;
}
.foreground-sprite-cityfrombtn.frombtnimg {
  width: 42px;
  height: 28px;
  margin-top: 3px;
  margin-bottom: -13px;
  margin-left: 3px;
  float: left;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
