﻿@charset "UTF-8";

/*------------------------------------*    #VARIABLES
\*------------------------------------*/

/*------------------------------------*    #WIDTHS
\*------------------------------------*/

/*------------------------------------*    #BREAKPOINTS
\*------------------------------------*/

/*------------------------------------*    #COLOURS
\*------------------------------------*/

/*-#BRAND COLOURS---------------------*/

/*-#REDS-----------------------------*/

/*-#GREYS----------------------------*/

/*-#BLUES----------------------------*/

/*-#GREENS----------------------------*/

/*-#OTHER---------------------------*/

/*------------------------------------*    #FONTS
\*------------------------------------*/

/*------------------------------------*    #MIXINS
\*------------------------------------*/

/*------------------------------------*    #CSS3 MIXINS
\*------------------------------------*/

/*------------------------------------*    #BUTTONS
\*------------------------------------*/

/*------------------------------------*    #MEDIA QUERIES
\*------------------------------------*/

/*------------------------------------*    #TYPOGRAPHY
\*------------------------------------*/

/* = Weights */

/* = REM Font Sizing with fallback and adapted Harry Roberts Line-height mixin, also see http://www.smashingmagazine.com/2012/12/17/css-baseline-the-good-the-bad-and-the-ugly/ */

/*------------------------------------*    #PARTIALS
\*------------------------------------*/

@font-face {
	font-family: "icons1551113777914";
	src: url("/assets/fonts/icons/icons1551113777914.eot?v=1");
	src: url("/assets/fonts/icons/icons1551113777914.eot?v=1#iefix") format("eot"), url("/assets/fonts/icons/icons1551113777914.woff?v=1") format("woff"), url("/assets/fonts/icons/icons1551113777914.ttf?v=1") format("truetype"), url("/assets/fonts/icons/icons1551113777914.svg?v=1#icons") format("svg");
}

.myjet2-benefits:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

[class^="icon-"],
[class*='icon-'] {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon--tiny {
  font-size: 6px;
  font-size: 0.42857rem;
}

.icon--small {
  font-size: 8px;
  font-size: 0.57143rem;
}

.icon--medium {
  font-size: 12px;
  font-size: 0.85714rem;
}

.icon--large {
  font-size: 16px;
  font-size: 1.14286rem;
}

.icon--x-large {
  font-size: 20px;
  font-size: 1.42857rem;
}

.icon--huge {
  font-size: 35px;
  font-size: 2.5rem;
}

.icon--red {
  color: #ee3123;
}

.icon--blue {
  color: #203240;
}

.icon--white {
  color: #FFFFFF;
}

body {
  overflow-x: hidden;
  width: 100%;
}

html {
  overflow-x: hidden;
}

html.modal-open {
  overflow: hidden;
}

.body--no-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.body--no-scroll .site-wrapper {
  overflow: hidden;
}

.body--fixed {
  position: fixed;
  width: 100%;
}

/*------------------------------------*    #FONTS
\*------------------------------------*/

/*-#FRANKLIN BOLD/ITALIC--------------*/

@font-face {
  font-family: 'franklin_gothic_fs_HvyBdIt';
  src: url("/assets/fonts/FranklinGothic-HvyIt-webfont.eot");
  src: url("/assets/fonts/FranklinGothic-HvyIt-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FranklinGothic-HvyIt-webfont.woff") format("woff"), url("/assets/fonts/FranklinGothic-HvyIt-webfont.ttf") format("truetype"), url("/assets/fonts/FranklinGothic-HvyIt-webfont.svg#franklin_gothic_fs_medBdIt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinGothic-MedIt-webfont';
  src: url("/assets/fonts/FranklinGothic-MedIt-webfont.eot");
  src: url("/assets/fonts/FranklinGothic-MedIt-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/FranklinGothic-MedIt-webfont.woff") format("woff"), url("/assets/fonts/FranklinGothic-MedIt-webfont.ttf") format("truetype"), url("/assets/fonts/FranklinGothic-MedIt-webfont.svg#franklin_gothic_fs_medBdIt") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*    #HOME
\*------------------------------------*/

/*------------------------------------*    #TYPOGRAPHY
\*------------------------------------*/

/*-#HEADINGS--------------------------*/

h1,
h2,
h3,
h4,
h5 {
  color: #ee3123;
  margin: 0 0 1em;
}

h1:not(.plain),
h2:not(.plain),
h3:not(.plain),
h4:not(.plain),
h5:not(.plain) {
  font-family: "franklin_gothic_fs_HvyBdIt", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

#jet2 .heading-font {
  font-family: "franklin_gothic_fs_HvyBdIt", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.line-height1 {
  line-height: 1;
}

h1,
#jet2 .alpha {
  font-size: 28px;
  font-size: 2rem;
}

h2,
#jet2 .beta {
  font-size: 22px;
  font-size: 1.57143rem;
}

h3,
#jet2 .delta {
  font-size: 20px;
  font-size: 1.42857rem;
}

h4,
#jet2 .gamma {
  font-size: 18px;
  font-size: 1.28571rem;
}

h5,
#jet2 .epsilon {
  font-size: 16px;
  font-size: 1.14286rem;
}

h6,
#jet2 .zeta {
  font-size: 14px;
  font-size: 1rem;
}

#jet2 .eta {
  font-size: 14px;
  font-size: 1rem;
}

#jet2 .theta {
  font-size: 12px;
  font-size: 0.85714rem;
}

#jet2 .size-50 {
  font-size: 50px;
  font-size: 3.57143rem;
}

#jet2 .size-40 {
  font-size: 40px;
  font-size: 2.85714rem;
}

#jet2 .size-12 {
  font-size: 12px;
  font-size: 0.85714rem;
}

#jet2 .size-34 {
  font-size: 34px;
  font-size: 2.42857rem;
}

/*-#BANNER FONT SIZES---------------*/

#jet2 .font-extra-large {
  font-size: 120px;
  font-size: 8.57143rem;
}

#jet2 .font-large {
  font-size: 84px;
  font-size: 6rem;
}

#jet2 .font-medium {
  font-size: 50px;
  font-size: 3.57143rem;
}

#jet2 .font-small {
  font-size: 26px;
  font-size: 1.85714rem;
}

#jet2 .font-extra-small {
  font-size: 16px;
  font-size: 1.14286rem;
}

/*-#FONT-WEIGHTS--------------------*/

.regular {
  font-weight: 300;
}

.bold {
  font-weight: 900;
}

.semibold {
  font-weight: 600;
}

/*-#FONT-COLOURS--------------------*/

#jet2 .text-green {
  color: #098c09;
}

#jet2 .text-blue {
  color: #203240;
}

#jet2 .text-red {
  color: #ee3123;
}

#jet2 .text-yellow {
  color: #fff100;
}

#jet2 .text-lightblue {
  color: #347cf2;
}

#jet2 .text-white {
  color: #fff;
}

#jet2 .text-light-grey {
  color: #c0c0c0;
}

#jet2 .text-dark-grey {
  color: #3d3d3d;
}

/*-#MARGINS--------------------*/

#jet2 {
  /*-#PADDINGS--------------------*/
  /*-#ALIGNMENT--------------------*/
}

#jet2 .no-bm {
  margin-bottom: 0;
}

#jet2 .no-tm {
  margin-top: 0;
}

#jet2 .no-lm {
  margin-left: 0;
}

#jet2 .no-rm {
  margin-right: 0;
}

#jet2 .bm--x2 {
  margin-bottom: 2em;
}

#jet2 .bm--half {
  margin-bottom: 0.5em;
}

#jet2 .margin-top {
  margin-top: 20px;
}

#jet2 .margin-top--half {
  margin-top: 10px;
}

#jet2 .margin-top--quarter {
  margin-top: 5px;
}

#jet2 .margin-bottom--half {
  margin-bottom: 10px;
}

#jet2 .margin-bottom--quarter {
  margin-bottom: 5px;
}

#jet2 .margin-bottom {
  margin-bottom: 20px;
}

#jet2 .margin-left {
  margin-left: 20px;
}

#jet2 .margin-right {
  margin-right: 20px;
}

#jet2 .margin-top--x2 {
  margin-top: 40px;
}

#jet2 .margin-bottom--x2 {
  margin-bottom: 40px;
}

#jet2 .margin-left--x2 {
  margin-left: 40px;
}

#jet2 .margin-right--x2 {
  margin-right: 40px;
}

#jet2 .no-rp {
  padding-right: 0;
}

#jet2 .no-lp {
  padding-left: 0;
}

#jet2 .no-bp {
  padding-bottom: 0;
}

#jet2 .no-tp {
  padding-top: 0;
}

#jet2 .center-align {
  text-align: center;
}

#jet2 .right-align {
  text-align: right;
}

/*-#STROKES--------------------*/

.stroke {
  word-spacing: 0.1em;
  background: transparent;
  text-shadow: -4px -2px 0 #ee3123, -4px -1px 0 #ee3123, -4px 0px 0 #ee3123, -4px 1px 0 #ee3123, -4px 2px 0 #ee3123, -3px -3px 0 #ee3123, -3px -2px 0 #ee3123, -3px -1px 0 #ee3123, -3px 0px 0 #ee3123, -3px 1px 0 #ee3123, -3px 2px 0 #ee3123, -3px 3px 0 #ee3123, -2px -4px 0 #ee3123, -2px -3px 0 #ee3123, -2px -2px 0 #ee3123, -2px -1px 0 #ee3123, -2px 0px 0 #ee3123, -2px 1px 0 #ee3123, -2px 2px 0 #ee3123, -2px 3px 0 #ee3123, -2px 4px 0 #ee3123, -1px -4px 0 #ee3123, -1px -3px 0 #ee3123, -1px -2px 0 #ee3123, -1px -1px 0 #ee3123, -1px 0px 0 #ee3123, -1px 1px 0 #ee3123, -1px 2px 0 #ee3123, -1px 3px 0 #ee3123, -1px 4px 0 #ee3123, 0px -4px 0 #ee3123, 0px -3px 0 #ee3123, 0px -2px 0 #ee3123, 0px -1px 0 #ee3123, 0px 0px 0 #ee3123, 0px 1px 0 #ee3123, 0px 2px 0 #ee3123, 0px 3px 0 #ee3123, 0px 4px 0 #ee3123, 1px -4px 0 #ee3123, 1px -3px 0 #ee3123, 1px -2px 0 #ee3123, 1px -1px 0 #ee3123, 1px 0px 0 #ee3123, 1px 1px 0 #ee3123, 1px 2px 0 #ee3123, 1px 3px 0 #ee3123, 1px 4px 0 #ee3123, 2px -4px 0 #ee3123, 2px -3px 0 #ee3123, 2px -2px 0 #ee3123, 2px -1px 0 #ee3123, 2px 0px 0 #ee3123, 2px 1px 0 #ee3123, 2px 2px 0 #ee3123, 2px 3px 0 #ee3123, 2px 4px 0 #ee3123, 3px -3px 0 #ee3123, 3px -2px 0 #ee3123, 3px -1px 0 #ee3123, 3px 0px 0 #ee3123, 3px 1px 0 #ee3123, 3px 2px 0 #ee3123, 3px 3px 0 #ee3123, 4px -2px 0 #ee3123, 4px -1px 0 #ee3123, 4px 0px 0 #ee3123, 4px 1px 0 #ee3123, 4px 2px 0 #ee3123;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#ee3123');
  height: auto;
  width: auto;
}

.stroke-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #ee3123, -3px -1px 0 #ee3123, -3px 0px 0 #ee3123, -3px 1px 0 #ee3123, -3px 2px 0 #ee3123, -2px -3px 0 #ee3123, -2px -2px 0 #ee3123, -2px -1px 0 #ee3123, -2px 0px 0 #ee3123, -2px 1px 0 #ee3123, -2px 2px 0 #ee3123, -2px 3px 0 #ee3123, -1px -3px 0 #ee3123, -1px -2px 0 #ee3123, -1px -1px 0 #ee3123, -1px 0px 0 #ee3123, -1px 1px 0 #ee3123, -1px 2px 0 #ee3123, -1px 3px 0 #ee3123, 0px -3px 0 #ee3123, 0px -2px 0 #ee3123, 0px -1px 0 #ee3123, 0px 0px 0 #ee3123, 0px 1px 0 #ee3123, 0px 2px 0 #ee3123, 0px 3px 0 #ee3123, 1px -3px 0 #ee3123, 1px -2px 0 #ee3123, 1px -1px 0 #ee3123, 1px 0px 0 #ee3123, 1px 1px 0 #ee3123, 1px 2px 0 #ee3123, 1px 3px 0 #ee3123, 2px -3px 0 #ee3123, 2px -2px 0 #ee3123, 2px -1px 0 #ee3123, 2px 0px 0 #ee3123, 2px 1px 0 #ee3123, 2px 2px 0 #ee3123, 2px 3px 0 #ee3123, 3px -2px 0 #ee3123, 3px -1px 0 #ee3123, 3px 0px 0 #ee3123, 3px 1px 0 #ee3123, 3px 2px 0 #ee3123;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#ee3123');
  height: auto;
  width: auto;
}

.stroke-small {
  background: transparent;
  text-shadow: -2px -1px 0 #ee3123, -2px 0px 0 #ee3123, -2px 1px 0 #ee3123, -1px -2px 0 #ee3123, -1px -1px 0 #ee3123, -1px 0px 0 #ee3123, -1px 1px 0 #ee3123, -1px 2px 0 #ee3123, 0px -2px 0 #ee3123, 0px -1px 0 #ee3123, 0px 0px 0 #ee3123, 0px 1px 0 #ee3123, 0px 2px 0 #ee3123, 1px -2px 0 #ee3123, 1px -1px 0 #ee3123, 1px 0px 0 #ee3123, 1px 1px 0 #ee3123, 1px 2px 0 #ee3123, 2px -1px 0 #ee3123, 2px 0px 0 #ee3123, 2px 1px 0 #ee3123;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#ee3123');
  height: auto;
  width: auto;
}

.stroke--white {
  background: transparent;
  text-shadow: -4px -2px 0 #fff, -4px -1px 0 #fff, -4px 0px 0 #fff, -4px 1px 0 #fff, -4px 2px 0 #fff, -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -2px -4px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -2px 4px 0 #fff, -1px -4px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, -1px 4px 0 #fff, 0px -4px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 0px 4px 0 #fff, 1px -4px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 1px 4px 0 #fff, 2px -4px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 2px 4px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, 4px -2px 0 #fff, 4px -1px 0 #fff, 4px 0px 0 #fff, 4px 1px 0 #fff, 4px 2px 0 #fff;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff');
  height: auto;
  width: auto;
}

.stroke--white-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff');
  height: auto;
  width: auto;
}

.stroke--white-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff');
  height: auto;
  width: auto;
}

.stroke--yellow {
  background: transparent;
  text-shadow: -4px -2px 0 #fff100, -4px -1px 0 #fff100, -4px 0px 0 #fff100, -4px 1px 0 #fff100, -4px 2px 0 #fff100, -3px -3px 0 #fff100, -3px -2px 0 #fff100, -3px -1px 0 #fff100, -3px 0px 0 #fff100, -3px 1px 0 #fff100, -3px 2px 0 #fff100, -3px 3px 0 #fff100, -2px -4px 0 #fff100, -2px -3px 0 #fff100, -2px -2px 0 #fff100, -2px -1px 0 #fff100, -2px 0px 0 #fff100, -2px 1px 0 #fff100, -2px 2px 0 #fff100, -2px 3px 0 #fff100, -2px 4px 0 #fff100, -1px -4px 0 #fff100, -1px -3px 0 #fff100, -1px -2px 0 #fff100, -1px -1px 0 #fff100, -1px 0px 0 #fff100, -1px 1px 0 #fff100, -1px 2px 0 #fff100, -1px 3px 0 #fff100, -1px 4px 0 #fff100, 0px -4px 0 #fff100, 0px -3px 0 #fff100, 0px -2px 0 #fff100, 0px -1px 0 #fff100, 0px 0px 0 #fff100, 0px 1px 0 #fff100, 0px 2px 0 #fff100, 0px 3px 0 #fff100, 0px 4px 0 #fff100, 1px -4px 0 #fff100, 1px -3px 0 #fff100, 1px -2px 0 #fff100, 1px -1px 0 #fff100, 1px 0px 0 #fff100, 1px 1px 0 #fff100, 1px 2px 0 #fff100, 1px 3px 0 #fff100, 1px 4px 0 #fff100, 2px -4px 0 #fff100, 2px -3px 0 #fff100, 2px -2px 0 #fff100, 2px -1px 0 #fff100, 2px 0px 0 #fff100, 2px 1px 0 #fff100, 2px 2px 0 #fff100, 2px 3px 0 #fff100, 2px 4px 0 #fff100, 3px -3px 0 #fff100, 3px -2px 0 #fff100, 3px -1px 0 #fff100, 3px 0px 0 #fff100, 3px 1px 0 #fff100, 3px 2px 0 #fff100, 3px 3px 0 #fff100, 4px -2px 0 #fff100, 4px -1px 0 #fff100, 4px 0px 0 #fff100, 4px 1px 0 #fff100, 4px 2px 0 #fff100;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff100');
  height: auto;
  width: auto;
}

.stroke--yellow-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #fff100, -3px -1px 0 #fff100, -3px 0px 0 #fff100, -3px 1px 0 #fff100, -3px 2px 0 #fff100, -2px -3px 0 #fff100, -2px -2px 0 #fff100, -2px -1px 0 #fff100, -2px 0px 0 #fff100, -2px 1px 0 #fff100, -2px 2px 0 #fff100, -2px 3px 0 #fff100, -1px -3px 0 #fff100, -1px -2px 0 #fff100, -1px -1px 0 #fff100, -1px 0px 0 #fff100, -1px 1px 0 #fff100, -1px 2px 0 #fff100, -1px 3px 0 #fff100, 0px -3px 0 #fff100, 0px -2px 0 #fff100, 0px -1px 0 #fff100, 0px 0px 0 #fff100, 0px 1px 0 #fff100, 0px 2px 0 #fff100, 0px 3px 0 #fff100, 1px -3px 0 #fff100, 1px -2px 0 #fff100, 1px -1px 0 #fff100, 1px 0px 0 #fff100, 1px 1px 0 #fff100, 1px 2px 0 #fff100, 1px 3px 0 #fff100, 2px -3px 0 #fff100, 2px -2px 0 #fff100, 2px -1px 0 #fff100, 2px 0px 0 #fff100, 2px 1px 0 #fff100, 2px 2px 0 #fff100, 2px 3px 0 #fff100, 3px -2px 0 #fff100, 3px -1px 0 #fff100, 3px 0px 0 #fff100, 3px 1px 0 #fff100, 3px 2px 0 #fff100;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff100');
  height: auto;
  width: auto;
}

.stroke--yellow-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #fff100, -2px 0px 0 #fff100, -2px 1px 0 #fff100, -1px -2px 0 #fff100, -1px -1px 0 #fff100, -1px 0px 0 #fff100, -1px 1px 0 #fff100, -1px 2px 0 #fff100, 0px -2px 0 #fff100, 0px -1px 0 #fff100, 0px 0px 0 #fff100, 0px 1px 0 #fff100, 0px 2px 0 #fff100, 1px -2px 0 #fff100, 1px -1px 0 #fff100, 1px 0px 0 #fff100, 1px 1px 0 #fff100, 1px 2px 0 #fff100, 2px -1px 0 #fff100, 2px 0px 0 #fff100, 2px 1px 0 #fff100;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff100');
  height: auto;
  width: auto;
}

.stroke--citybreaks {
  background: transparent;
  text-shadow: -4px -2px 0 #272462, -4px -1px 0 #272462, -4px 0px 0 #272462, -4px 1px 0 #272462, -4px 2px 0 #272462, -3px -3px 0 #272462, -3px -2px 0 #272462, -3px -1px 0 #272462, -3px 0px 0 #272462, -3px 1px 0 #272462, -3px 2px 0 #272462, -3px 3px 0 #272462, -2px -4px 0 #272462, -2px -3px 0 #272462, -2px -2px 0 #272462, -2px -1px 0 #272462, -2px 0px 0 #272462, -2px 1px 0 #272462, -2px 2px 0 #272462, -2px 3px 0 #272462, -2px 4px 0 #272462, -1px -4px 0 #272462, -1px -3px 0 #272462, -1px -2px 0 #272462, -1px -1px 0 #272462, -1px 0px 0 #272462, -1px 1px 0 #272462, -1px 2px 0 #272462, -1px 3px 0 #272462, -1px 4px 0 #272462, 0px -4px 0 #272462, 0px -3px 0 #272462, 0px -2px 0 #272462, 0px -1px 0 #272462, 0px 0px 0 #272462, 0px 1px 0 #272462, 0px 2px 0 #272462, 0px 3px 0 #272462, 0px 4px 0 #272462, 1px -4px 0 #272462, 1px -3px 0 #272462, 1px -2px 0 #272462, 1px -1px 0 #272462, 1px 0px 0 #272462, 1px 1px 0 #272462, 1px 2px 0 #272462, 1px 3px 0 #272462, 1px 4px 0 #272462, 2px -4px 0 #272462, 2px -3px 0 #272462, 2px -2px 0 #272462, 2px -1px 0 #272462, 2px 0px 0 #272462, 2px 1px 0 #272462, 2px 2px 0 #272462, 2px 3px 0 #272462, 2px 4px 0 #272462, 3px -3px 0 #272462, 3px -2px 0 #272462, 3px -1px 0 #272462, 3px 0px 0 #272462, 3px 1px 0 #272462, 3px 2px 0 #272462, 3px 3px 0 #272462, 4px -2px 0 #272462, 4px -1px 0 #272462, 4px 0px 0 #272462, 4px 1px 0 #272462, 4px 2px 0 #272462;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#272462');
  height: auto;
  width: auto;
}

.stroke--citybreaks-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #272462, -3px -1px 0 #272462, -3px 0px 0 #272462, -3px 1px 0 #272462, -3px 2px 0 #272462, -2px -3px 0 #272462, -2px -2px 0 #272462, -2px -1px 0 #272462, -2px 0px 0 #272462, -2px 1px 0 #272462, -2px 2px 0 #272462, -2px 3px 0 #272462, -1px -3px 0 #272462, -1px -2px 0 #272462, -1px -1px 0 #272462, -1px 0px 0 #272462, -1px 1px 0 #272462, -1px 2px 0 #272462, -1px 3px 0 #272462, 0px -3px 0 #272462, 0px -2px 0 #272462, 0px -1px 0 #272462, 0px 0px 0 #272462, 0px 1px 0 #272462, 0px 2px 0 #272462, 0px 3px 0 #272462, 1px -3px 0 #272462, 1px -2px 0 #272462, 1px -1px 0 #272462, 1px 0px 0 #272462, 1px 1px 0 #272462, 1px 2px 0 #272462, 1px 3px 0 #272462, 2px -3px 0 #272462, 2px -2px 0 #272462, 2px -1px 0 #272462, 2px 0px 0 #272462, 2px 1px 0 #272462, 2px 2px 0 #272462, 2px 3px 0 #272462, 3px -2px 0 #272462, 3px -1px 0 #272462, 3px 0px 0 #272462, 3px 1px 0 #272462, 3px 2px 0 #272462;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#272462');
  height: auto;
  width: auto;
}

.stroke--citybreaks-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #272462, -2px 0px 0 #272462, -2px 1px 0 #272462, -1px -2px 0 #272462, -1px -1px 0 #272462, -1px 0px 0 #272462, -1px 1px 0 #272462, -1px 2px 0 #272462, 0px -2px 0 #272462, 0px -1px 0 #272462, 0px 0px 0 #272462, 0px 1px 0 #272462, 0px 2px 0 #272462, 1px -2px 0 #272462, 1px -1px 0 #272462, 1px 0px 0 #272462, 1px 1px 0 #272462, 1px 2px 0 #272462, 2px -1px 0 #272462, 2px 0px 0 #272462, 2px 1px 0 #272462;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#272462');
  height: auto;
  width: auto;
}

.stroke--darkblue {
  background: transparent;
  text-shadow: -4px -2px 0 #203240, -4px -1px 0 #203240, -4px 0px 0 #203240, -4px 1px 0 #203240, -4px 2px 0 #203240, -3px -3px 0 #203240, -3px -2px 0 #203240, -3px -1px 0 #203240, -3px 0px 0 #203240, -3px 1px 0 #203240, -3px 2px 0 #203240, -3px 3px 0 #203240, -2px -4px 0 #203240, -2px -3px 0 #203240, -2px -2px 0 #203240, -2px -1px 0 #203240, -2px 0px 0 #203240, -2px 1px 0 #203240, -2px 2px 0 #203240, -2px 3px 0 #203240, -2px 4px 0 #203240, -1px -4px 0 #203240, -1px -3px 0 #203240, -1px -2px 0 #203240, -1px -1px 0 #203240, -1px 0px 0 #203240, -1px 1px 0 #203240, -1px 2px 0 #203240, -1px 3px 0 #203240, -1px 4px 0 #203240, 0px -4px 0 #203240, 0px -3px 0 #203240, 0px -2px 0 #203240, 0px -1px 0 #203240, 0px 0px 0 #203240, 0px 1px 0 #203240, 0px 2px 0 #203240, 0px 3px 0 #203240, 0px 4px 0 #203240, 1px -4px 0 #203240, 1px -3px 0 #203240, 1px -2px 0 #203240, 1px -1px 0 #203240, 1px 0px 0 #203240, 1px 1px 0 #203240, 1px 2px 0 #203240, 1px 3px 0 #203240, 1px 4px 0 #203240, 2px -4px 0 #203240, 2px -3px 0 #203240, 2px -2px 0 #203240, 2px -1px 0 #203240, 2px 0px 0 #203240, 2px 1px 0 #203240, 2px 2px 0 #203240, 2px 3px 0 #203240, 2px 4px 0 #203240, 3px -3px 0 #203240, 3px -2px 0 #203240, 3px -1px 0 #203240, 3px 0px 0 #203240, 3px 1px 0 #203240, 3px 2px 0 #203240, 3px 3px 0 #203240, 4px -2px 0 #203240, 4px -1px 0 #203240, 4px 0px 0 #203240, 4px 1px 0 #203240, 4px 2px 0 #203240;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#203240');
  height: auto;
  width: auto;
}

.stroke--darkblue-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #203240, -3px -1px 0 #203240, -3px 0px 0 #203240, -3px 1px 0 #203240, -3px 2px 0 #203240, -2px -3px 0 #203240, -2px -2px 0 #203240, -2px -1px 0 #203240, -2px 0px 0 #203240, -2px 1px 0 #203240, -2px 2px 0 #203240, -2px 3px 0 #203240, -1px -3px 0 #203240, -1px -2px 0 #203240, -1px -1px 0 #203240, -1px 0px 0 #203240, -1px 1px 0 #203240, -1px 2px 0 #203240, -1px 3px 0 #203240, 0px -3px 0 #203240, 0px -2px 0 #203240, 0px -1px 0 #203240, 0px 0px 0 #203240, 0px 1px 0 #203240, 0px 2px 0 #203240, 0px 3px 0 #203240, 1px -3px 0 #203240, 1px -2px 0 #203240, 1px -1px 0 #203240, 1px 0px 0 #203240, 1px 1px 0 #203240, 1px 2px 0 #203240, 1px 3px 0 #203240, 2px -3px 0 #203240, 2px -2px 0 #203240, 2px -1px 0 #203240, 2px 0px 0 #203240, 2px 1px 0 #203240, 2px 2px 0 #203240, 2px 3px 0 #203240, 3px -2px 0 #203240, 3px -1px 0 #203240, 3px 0px 0 #203240, 3px 1px 0 #203240, 3px 2px 0 #203240;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#203240');
  height: auto;
  width: auto;
}

.stroke--darkblue-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #203240, -2px 0px 0 #203240, -2px 1px 0 #203240, -1px -2px 0 #203240, -1px -1px 0 #203240, -1px 0px 0 #203240, -1px 1px 0 #203240, -1px 2px 0 #203240, 0px -2px 0 #203240, 0px -1px 0 #203240, 0px 0px 0 #203240, 0px 1px 0 #203240, 0px 2px 0 #203240, 1px -2px 0 #203240, 1px -1px 0 #203240, 1px 0px 0 #203240, 1px 1px 0 #203240, 1px 2px 0 #203240, 2px -1px 0 #203240, 2px 0px 0 #203240, 2px 1px 0 #203240;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#203240');
  height: auto;
  width: auto;
}

.stroke--black {
  background: transparent;
  text-shadow: -4px -2px 0 black, -4px -1px 0 black, -4px 0px 0 black, -4px 1px 0 black, -4px 2px 0 black, -3px -3px 0 black, -3px -2px 0 black, -3px -1px 0 black, -3px 0px 0 black, -3px 1px 0 black, -3px 2px 0 black, -3px 3px 0 black, -2px -4px 0 black, -2px -3px 0 black, -2px -2px 0 black, -2px -1px 0 black, -2px 0px 0 black, -2px 1px 0 black, -2px 2px 0 black, -2px 3px 0 black, -2px 4px 0 black, -1px -4px 0 black, -1px -3px 0 black, -1px -2px 0 black, -1px -1px 0 black, -1px 0px 0 black, -1px 1px 0 black, -1px 2px 0 black, -1px 3px 0 black, -1px 4px 0 black, 0px -4px 0 black, 0px -3px 0 black, 0px -2px 0 black, 0px -1px 0 black, 0px 0px 0 black, 0px 1px 0 black, 0px 2px 0 black, 0px 3px 0 black, 0px 4px 0 black, 1px -4px 0 black, 1px -3px 0 black, 1px -2px 0 black, 1px -1px 0 black, 1px 0px 0 black, 1px 1px 0 black, 1px 2px 0 black, 1px 3px 0 black, 1px 4px 0 black, 2px -4px 0 black, 2px -3px 0 black, 2px -2px 0 black, 2px -1px 0 black, 2px 0px 0 black, 2px 1px 0 black, 2px 2px 0 black, 2px 3px 0 black, 2px 4px 0 black, 3px -3px 0 black, 3px -2px 0 black, 3px -1px 0 black, 3px 0px 0 black, 3px 1px 0 black, 3px 2px 0 black, 3px 3px 0 black, 4px -2px 0 black, 4px -1px 0 black, 4px 0px 0 black, 4px 1px 0 black, 4px 2px 0 black;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='black');
  height: auto;
  width: auto;
}

.stroke--black-mid {
  background: transparent;
  text-shadow: -3px -2px 0 black, -3px -1px 0 black, -3px 0px 0 black, -3px 1px 0 black, -3px 2px 0 black, -2px -3px 0 black, -2px -2px 0 black, -2px -1px 0 black, -2px 0px 0 black, -2px 1px 0 black, -2px 2px 0 black, -2px 3px 0 black, -1px -3px 0 black, -1px -2px 0 black, -1px -1px 0 black, -1px 0px 0 black, -1px 1px 0 black, -1px 2px 0 black, -1px 3px 0 black, 0px -3px 0 black, 0px -2px 0 black, 0px -1px 0 black, 0px 0px 0 black, 0px 1px 0 black, 0px 2px 0 black, 0px 3px 0 black, 1px -3px 0 black, 1px -2px 0 black, 1px -1px 0 black, 1px 0px 0 black, 1px 1px 0 black, 1px 2px 0 black, 1px 3px 0 black, 2px -3px 0 black, 2px -2px 0 black, 2px -1px 0 black, 2px 0px 0 black, 2px 1px 0 black, 2px 2px 0 black, 2px 3px 0 black, 3px -2px 0 black, 3px -1px 0 black, 3px 0px 0 black, 3px 1px 0 black, 3px 2px 0 black;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='black');
  height: auto;
  width: auto;
}

.stroke--black-mid {
  background: transparent;
  text-shadow: -2px -1px 0 black, -2px 0px 0 black, -2px 1px 0 black, -1px -2px 0 black, -1px -1px 0 black, -1px 0px 0 black, -1px 1px 0 black, -1px 2px 0 black, 0px -2px 0 black, 0px -1px 0 black, 0px 0px 0 black, 0px 1px 0 black, 0px 2px 0 black, 1px -2px 0 black, 1px -1px 0 black, 1px 0px 0 black, 1px 1px 0 black, 1px 2px 0 black, 2px -1px 0 black, 2px 0px 0 black, 2px 1px 0 black;
  -webkit-font-smoothing: antialiased;
  /* IE <= 9 fallback */
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='black') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='black');
  height: auto;
  width: auto;
}

/*-#LISTS--------------------*/

.small-list {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.flush-list {
  display: table;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.flush-list > li:after {
  content: "";
  display: block;
  height: 0.8em;
}

.flush-list > li .flush-list__plain-item:before {
  content: "";
}

.flush-list--bullets > li {
  display: table-row;
}

.flush-list--bullets > li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.flush-list--numbered > li {
  display: table-row;
  counter-increment: table-ol;
}

.flush-list--numbered > li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
}

.flush-list--plain {
  list-style: none;
  display: block;
}

.flush-list--plain > li:after {
  height: 0.3em;
}

.small-list li {
  font-size: 12px;
  font-size: 0.85714rem;
  margin-bottom: 5px;
}

.list--blue li {
  color: #203240;
}

.small-list--icon [class^="icon-"],
.small-list--icon [class*='icon-'] {
  color: #ee3123;
  margin-right: 5px;
  display: inline-block;
}

html,
body,
p,
li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #626262;
}

.heading-white {
  color: #fff;
}

.heading-yellow {
  color: #fff100;
}

.heading-red {
  color: #ee3123;
}

.heading-blue {
  color: #203240;
}

.rotated-180 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  display: inline-block;
}

.text-rotation {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.text-rotation.lt-ie10 {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.highlight {
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  background-color: #098c09;
}

@media screen and (min-width: 768px) {
  .title-with-lines {
    display: inline-block;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }

  .title-with-lines:before {
    background: #ee3123;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
  }

  .title-with-lines:after {
    background: #ee3123;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
  }

  h1,
  #jet2 .alpha {
    font-size: 32px;
    font-size: 2.28571rem;
  }

  h2,
  #jet2 .beta {
    font-size: 24px;
    font-size: 1.71429rem;
  }

  h3,
  #jet2 .delta {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  h4,
  #jet2 .gamma {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  h5,
  #jet2 .epsilon {
    font-size: 17px;
    font-size: 1.21429rem;
  }

  h6,
  #jet2 .zeta {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  #jet2 .eta {
    font-size: 14px;
    font-size: 1rem;
  }

  #jet2 .theta {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  /*-#BANNER FONT SIZES---------------*/

  #jet2 .font-extra-large {
    font-size: 160px;
    font-size: 11.42857rem;
  }

  #jet2 .font-large {
    font-size: 120px;
    font-size: 8.57143rem;
  }

  #jet2 .font-medium {
    font-size: 64px;
    font-size: 4.57143rem;
  }

  #jet2 .font-small {
    font-size: 40px;
    font-size: 2.85714rem;
  }

  #jet2 .font-extra-small {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

@media screen and (min-width: 1025px) {
  h1,
  #jet2 .alpha {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 40px;
  }

  h2,
  #jet2 .beta {
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 24px;
  }

  h3,
  #jet2 .delta {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  h4,
  #jet2 .gamma {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  h5,
  #jet2 .epsilon {
    font-size: 17px;
    font-size: 1.21429rem;
  }

  h6,
  #jet2 .zeta {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  #jet2 .eta {
    font-size: 14px;
    font-size: 1rem;
  }

  #jet2 .theta {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  /*-#BANNER FONT SIZES---------------*/

  #jet2 .font-extra-large {
    font-size: 180px;
    font-size: 12.85714rem;
  }

  #jet2 .font-large {
    font-size: 140px;
    font-size: 10rem;
  }

  #jet2 .font-medium {
    font-size: 80px;
    font-size: 5.71429rem;
  }

  #jet2 .font-small {
    font-size: 48px;
    font-size: 3.42857rem;
  }

  #jet2 .font-extra-small {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

/* NEW 27/10/2016 as per designs for terms and conditions */

.page__subtitle {
  font-size: 24px;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page__contents-table {
  padding-left: 0;
  margin: 20px 0 40px 20px;
}

.page__contents-table li {
  color: #ee3123;
  padding-left: 5px;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.page__contents-table li a {
  text-decoration: underline;
}

.page__back-to-top {
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  color: #000000;
  padding: 0 20px 20px;
  margin-bottom: 40px;
  display: block;
}

.page__back-to-top a {
  text-decoration: underline;
}

.page__back-to-top:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E003";
  position: absolute;
  left: 0;
}

.page__terms-conditions {
  margin-bottom: 100px;
}

.page__terms-conditions p {
  line-height: 22px;
}

.page__terms-conditions p strong {
  color: #ee3123;
}

.page__terms-conditions p strong.strong--alt {
  color: #626262;
}

@media screen and (min-width: 544px) {
  .page__contents-table {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 70px;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 70px;
  }
}

@media screen and (min-width: 768px) {
  .page__contents-table {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 3;
  }
}

/*------------------------------------*    #IMAGES
\*------------------------------------*/

img.fluid {
  display: block;
  height: auto;
  width: 100%;
}

/*------------------------------------*    #BUTTONS
\*------------------------------------*/

/*---------Global Button Class-----*/

.btn {
  border: 2px solid;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  outline: none;
}

.btn:not(.plain) {
  font-family: "franklin_gothic_fs_HvyBdIt", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.btn [class^="icon-"],
.btn [class*='icon-'] {
  font-size: 16px;
  font-size: 1.14286rem;
  display: inline-block;
  line-height: normal;
  padding-left: 20px;
  line-height: 1;
}

.btn [class^="icon-"]:before,
.btn [class*='icon-']:before {
  position: relative;
  top: 2px;
}

/**------- BUTTON SIZE VARIANTS --------*/

.btn--print-page {
  display: none;
}

@media screen and (min-width: 768px) {
  .btn--print-page {
    display: block;
    font-size: 12px;
    font-size: 0.85714rem;
    float: right;
    color: #ffffff;
    background: #347cf2;
    font-weight: normal;
    padding: 10px 20px;
    margin-top: -50px;
  }
}

.btn--large {
  padding: 15px;
  font-size: 20px;
  font-size: 1.42857rem;
}

.btn--medium {
  font-size: 18px;
  font-size: 1.28571rem;
}

.btn--small {
  font-family: "Open Sans", sans-serif;
  padding: 5px 10px;
  font-weight: 300;
}

.btn--form {
  height: 52px;
  width: 100%;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  line-height: 46px;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 300;
}

.btn--full {
  display: block;
  width: 100%;
}

.btn--sidebar {
  margin-bottom: 15px;
}

.view-meals-btn {
  background-color: #203240;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}

.view-meals-btn .icon-meals {
  margin-left: 5px;
}

.wide-banner__cta .view-meals-btn {
  margin: 0 15px 15px 15px;
}

.wide-banner__subtext .view-meals-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
}

/**------- BUTTON COLOUR VARIANTS --------*/

.btn--yellow {
  background-color: #fff100;
  border-color: #fff100;
  color: #203240;
}

.btn--yellow:hover {
  background-color: #ECC70C;
  border-color: #ECC70C;
}

#jet2 .form-message--info .btn--yellow {
  border: 1px solid #203240;
  width: 100%;
}

.btn--blue {
  background-color: #203240;
  border-color: #203240;
  color: white;
}

.btn--blue:hover {
  background-color: #18252f;
  border-color: #18252f;
}

.btn--light-blue {
  background-color: #347cf2;
  border-color: #347cf2;
  color: white;
}

.btn--light-blue:hover {
  background-color: #1c6df0;
  border-color: #1c6df0;
}

.btn--white {
  background-color: white;
  border-color: white;
  color: #ee3123;
}

.btn--white:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn--transparent-white {
  border-color: white;
  color: white;
}

.btn--transparent-white:hover {
  background-color: white;
  color: #ee3123;
}

.btn--transparent-grey {
  border-color: #626262;
  color: #626262;
}

.btn--transparent-grey:hover {
  background-color: #626262;
  color: white;
}

.btn--green {
  background-color: #098c09;
  border-color: #098c09;
  color: white;
}

.btn--green:hover {
  background-color: #077407;
  border-color: #077407;
}

.btn--light-green {
  background-color: #3ab878;
  border-color: #3ab878;
  color: white;
}

.btn--light-green:hover {
  background-color: #34a56b;
  border-color: #34a56b;
}

.btn--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
  color: white;
}

.btn--whatsapp:hover {
  background-color: #21bd5c;
  border-color: #21bd5c;
}

/**------- OTHER BUTTON VARIANTS --------*/

.btn--icon-left-absolute {
  padding-left: 50px;
  text-align: left;
}

.btn--icon-left-absolute [class^="icon"] {
  font-size: 25px;
  font-size: 1.78571rem;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
  line-height: normal;
}

.btn--bottom-margin {
  margin-bottom: 20px;
}

.btn--loading {
  pointer-events: none;
  position: relative;
  outline: none;
}

.btn--loading span:not([class^="inpage-loader"]) {
  display: none;
}

.btn--complete {
  background-color: #098c09;
  border-color: #098c09;
  color: white;
  pointer-events: none;
}

.btn--complete:hover {
  background-color: #077407;
  border-color: #077407;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 768px) {
  .btn--sidebar {
    width: 152.63158%;
    float: right;
    margin-right: 0;
  }

  #jet2 .form-message--info .btn--yellow {
    width: 73.68421%;
    float: left;
    margin-right: 5.26316%;
  }
}

@media screen and (min-width: 1025px) {
  .btn--medium {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .btn--large {
    padding: 15px 45px;
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .btn--sidebar {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 1401px) {
  .btn {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .btn--medium {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .btn--large {
    font-size: 23px;
    font-size: 1.64286rem;
  }

  .btn--small {
    font-size: 14px;
    font-size: 1rem;
  }
}

/*------------------------------------*    #LINKS
\*------------------------------------*/

a {
  text-decoration: none;
}

.underlined {
  text-decoration: underline;
}

.not-allowed {
  cursor: not-allowed;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.roundel {
  display: table;
  width: 110px;
  height: 110px;
  padding: 10px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border: 4px solid;
  border-radius: 100px;
  background-color: #ee3123;
  color: #fff;
}

.roundel__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.roundel__content * {
  line-height: 1;
  padding: 0;
}

/*------------------------------------*    #BUTTONS
\*------------------------------------*/

#jet2 .mobile-hidden {
  display: none;
}

#jet2 .mobile-hidden--inline {
  display: none;
}

#jet2 .small-only {
  display: block;
}

#jet2 .small-only--inline {
  display: inline;
}

#jet2 .medium-up {
  display: none;
}

#jet2 .large-only {
  display: none;
}

#jet2 .hidden {
  display: none;
}

#jet2 .showing {
  display: block;
}

#jet2 .showing--table {
  display: table;
  width: 100%;
}

#jet2 .showing--table-cell {
  display: table-cell;
}

#jet2 .showing--inline {
  display: inline;
}

#jet2 .showing--inline-block {
  display: inline-block;
}

#jet2 .invisible {
  visibility: hidden;
}

#jet2 .visible {
  visibility: visible;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  #jet2 .mobile-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #jet2 .small-only {
    display: none;
  }

  #jet2 .small-only--inline {
    display: none;
  }

  #jet2 .mobile-hidden {
    display: block;
  }

  #jet2 .mobile-hidden--inline {
    display: inline;
  }

  #jet2 .mobile-visible {
    display: none !important;
  }

  #jet2 .medium-up {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  #jet2 .mid-only {
    display: none;
  }

  #jet2 .medium-down {
    display: none;
  }

  #jet2 .large-only {
    display: block;
  }

  #jet2 .large-table-cell {
    display: table-cell;
  }
}

/*------------------------------------*    #SITE WRAPPER
\*------------------------------------*/

.site-wrapper {
  position: relative;
  right: 0;
  z-index: 1;
  background: #fff;
}

/* #RESPONSIVE HEADER-----------------*/

.responsive-header {
  position: relative;
  width: 100%;
  padding: 10px 0 15px 0;
  margin-bottom: 20px;
}

.responsive-header .wrapper {
  position: relative;
}

.responsive-header--with-keyline {
  border-bottom: 1px solid #cccccc;
}

.responsive-header__title {
  margin: 0;
}

.responsive-header__breadcrumb {
  margin: 6px 0 0 0;
  font-size: 12px;
  font-size: 0.85714rem;
}

.responsive-header__breadcrumb a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .responsive-header {
    margin-bottom: 50px;
  }
}

.responsive-header__tabs {
  display: none;
  position: absolute;
  width: 30%;
  height: auto;
  top: 0;
  bottom: 0;
  right: 24px;
  margin-top: -10px;
  margin-bottom: -15px;
}

@media screen and (min-width: 768px) {
  .responsive-header__tabs {
    display: block;
  }
}

.responsive-header__tabs__inner {
  display: table;
  width: 100%;
  height: 100%;
}

.responsive-header__tabs__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.responsive-header__tabs__item--flights {
  background: #fff100;
}

.responsive-header__tabs__item i {
  margin-left: 12px;
}

/*-#WRAPPER---------------------*/

.wrapper {
  padding: 0 10px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.wrapper--top {
  padding-top: 50px;
  position: relative;
}

.wrapper--top-without-running-total {
  padding-top: 15px;
}

.wrapper--bottom {
  padding-bottom: 5.26316%;
}

.wrapper--padded {
  width: 90%;
}

.split-wrapper {
  position: relative;
  width: 100%;
}

.wrapper--login {
  padding: 30px 0 0;
}

.layout-two-column .last,
.layout-three-column .last {
  margin-right: 0;
}

.layout-two-column__content,
.layout-two-column__side-bar,
layout-three-column__column {
  width: 310.52632%;
  float: left;
  margin-right: 5.26316%;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 5.26316%;
  }

  .wrapper--top,
  .wrapper--top-without-running-total {
    padding-top: 25px;
  }

  .layout-two-column__content,
  .layout-two-column__side-bar {
    width: 152.63158%;
    float: left;
    margin-right: 5.26316%;
  }

  .layout-three-column__column {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .wrapper--padded {
    width: 80%;
  }

  .wrapper--top--x2 {
    padding-top: 7.89474%;
  }

  .sidebar {
    display: block;
    float: right;
    width: 320px;
  }

  .layout-two-column__content {
    width: 178.94737%;
    float: left;
    margin-right: 5.26316%;
  }

  .layout-two-column__side-bar {
    width: 126.31579%;
    float: left;
    margin-right: 5.26316%;
  }
}

/*-#SPLIT WRAPPER---------------------*/

@media screen and (min-width: 1025px) {
  .split-wrapper {
    width: 70%;
    width: calc(100% - 340px);
    float: left;
  }
}

/*------------------------------------*    #UTILITIES
\*------------------------------------*/

/*-#BACKGROUND-COLORS--------------------------*/

#jet2 .bg-red {
  background-color: #ee3123;
}

#jet2 .bg-yellow {
  background-color: #fff100;
}

#jet2 .bg-dark-blue {
  background-color: #203240;
}

#jet2 .bg-malaga-blue {
  background-color: #347cf2;
}

#jet2 .bg-light-grey {
  background-color: #c0c0c0;
}

#jet2 .bg-med-grey {
  background-color: #acadb2;
}

#jet2 .bg-dark-grey {
  background-color: #3d3d3d;
}

#jet2 .bg-white {
  background-color: #fff;
}

#jet2 .bg-green {
  background-color: #098c09;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/** List reset **/

ul.no-styling {
  list-style: none;
  margin: 0;
  padding: 0;
}

.center-content {
  text-align: center;
}

.left-content {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .general-content--padded {
    padding: 0;
  }
}

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

.clearfix:after,
.accordion-block--with-toggle-component .accordion-block__block--btn:after,
.dialogue__footer:after {
  content: "";
  display: table;
  clear: both;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #347cf2;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  overflow-x: hidden;
}

html.modal-open {
  overflow: hidden;
}

.body--no-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.body--no-scroll .site-wrapper {
  overflow: hidden;
}

.body--fixed {
  position: fixed;
  width: 100%;
}

.myjet2-benefits:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #ee3123;
  margin: 0 0 1em;
}

h1:not(.plain),
h2:not(.plain),
h3:not(.plain),
h4:not(.plain),
h5:not(.plain) {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

#jet2 .heading-font {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.line-height1 {
  line-height: 1;
}

h1,
#jet2 .alpha {
  font-size: 28px;
  font-size: 2rem;
}

h2,
#jet2 .beta {
  font-size: 22px;
  font-size: 1.57143rem;
}

h3,
#jet2 .delta {
  font-size: 20px;
  font-size: 1.42857rem;
}

h4,
#jet2 .gamma {
  font-size: 18px;
  font-size: 1.28571rem;
}

h5,
#jet2 .epsilon {
  font-size: 16px;
  font-size: 1.14286rem;
}

h6,
#jet2 .zeta {
  font-size: 14px;
  font-size: 1rem;
}

#jet2 .eta {
  font-size: 14px;
  font-size: 1rem;
}

#jet2 .theta {
  font-size: 12px;
  font-size: .85714rem;
}

#jet2 .size-50 {
  font-size: 50px;
  font-size: 3.57143rem;
}

#jet2 .size-40 {
  font-size: 40px;
  font-size: 2.85714rem;
}

#jet2 .size-12 {
  font-size: 12px;
  font-size: .85714rem;
}

#jet2 .size-34 {
  font-size: 34px;
  font-size: 2.42857rem;
}

#jet2 .font-extra-large {
  font-size: 120px;
  font-size: 8.57143rem;
}

#jet2 .font-large {
  font-size: 84px;
  font-size: 6rem;
}

#jet2 .font-medium {
  font-size: 50px;
  font-size: 3.57143rem;
}

#jet2 .font-small {
  font-size: 26px;
  font-size: 1.85714rem;
}

#jet2 .font-extra-small {
  font-size: 16px;
  font-size: 1.14286rem;
}

.regular {
  font-weight: 300;
}

.bold {
  font-weight: 900;
}

.semibold {
  font-weight: 600;
}

#jet2 .text-green {
  color: #098c09;
}

#jet2 .text-blue {
  color: #203240;
}

#jet2 .text-red {
  color: #ee3123;
}

#jet2 .text-yellow {
  color: #fff100;
}

#jet2 .text-lightblue {
  color: #347cf2;
}

#jet2 .text-white {
  color: #fff;
}

#jet2 .text-light-grey {
  color: silver;
}

#jet2 .text-dark-grey {
  color: #3d3d3d;
}

#jet2 .no-bm {
  margin-bottom: 0;
}

#jet2 .no-tm {
  margin-top: 0;
}

#jet2 .no-lm {
  margin-left: 0;
}

#jet2 .no-rm {
  margin-right: 0;
}

#jet2 .bm--x2 {
  margin-bottom: 2em;
}

#jet2 .bm--half {
  margin-bottom: 0.5em;
}

#jet2 .margin-top {
  margin-top: 20px;
}

#jet2 .margin-top--half {
  margin-top: 10px;
}

#jet2 .margin-top--quarter {
  margin-top: 5px;
}

#jet2 .margin-bottom--half {
  margin-bottom: 10px;
}

#jet2 .margin-bottom--quarter {
  margin-bottom: 5px;
}

#jet2 .margin-bottom {
  margin-bottom: 20px;
}

#jet2 .margin-left {
  margin-left: 20px;
}

#jet2 .margin-right {
  margin-right: 20px;
}

#jet2 .margin-top--x2 {
  margin-top: 40px;
}

#jet2 .margin-bottom--x2 {
  margin-bottom: 40px;
}

#jet2 .margin-left--x2 {
  margin-left: 40px;
}

#jet2 .margin-right--x2 {
  margin-right: 40px;
}

#jet2 .no-rp {
  padding-right: 0;
}

#jet2 .no-lp {
  padding-left: 0;
}

#jet2 .no-bp {
  padding-bottom: 0;
}

#jet2 .no-tp {
  padding-top: 0;
}

#jet2 .center-align {
  text-align: center;
}

#jet2 .right-align {
  text-align: right;
}

.stroke {
  word-spacing: 0.1em;
  background: transparent;
  text-shadow: -4px -2px 0 #ee3123,-4px -1px 0 #ee3123,-4px 0px 0 #ee3123,-4px 1px 0 #ee3123,-4px 2px 0 #ee3123,-3px -3px 0 #ee3123,-3px -2px 0 #ee3123,-3px -1px 0 #ee3123,-3px 0px 0 #ee3123,-3px 1px 0 #ee3123,-3px 2px 0 #ee3123,-3px 3px 0 #ee3123,-2px -4px 0 #ee3123,-2px -3px 0 #ee3123,-2px -2px 0 #ee3123,-2px -1px 0 #ee3123,-2px 0px 0 #ee3123,-2px 1px 0 #ee3123,-2px 2px 0 #ee3123,-2px 3px 0 #ee3123,-2px 4px 0 #ee3123,-1px -4px 0 #ee3123,-1px -3px 0 #ee3123,-1px -2px 0 #ee3123,-1px -1px 0 #ee3123,-1px 0px 0 #ee3123,-1px 1px 0 #ee3123,-1px 2px 0 #ee3123,-1px 3px 0 #ee3123,-1px 4px 0 #ee3123,0px -4px 0 #ee3123,0px -3px 0 #ee3123,0px -2px 0 #ee3123,0px -1px 0 #ee3123,0px 0px 0 #ee3123,0px 1px 0 #ee3123,0px 2px 0 #ee3123,0px 3px 0 #ee3123,0px 4px 0 #ee3123,1px -4px 0 #ee3123,1px -3px 0 #ee3123,1px -2px 0 #ee3123,1px -1px 0 #ee3123,1px 0px 0 #ee3123,1px 1px 0 #ee3123,1px 2px 0 #ee3123,1px 3px 0 #ee3123,1px 4px 0 #ee3123,2px -4px 0 #ee3123,2px -3px 0 #ee3123,2px -2px 0 #ee3123,2px -1px 0 #ee3123,2px 0px 0 #ee3123,2px 1px 0 #ee3123,2px 2px 0 #ee3123,2px 3px 0 #ee3123,2px 4px 0 #ee3123,3px -3px 0 #ee3123,3px -2px 0 #ee3123,3px -1px 0 #ee3123,3px 0px 0 #ee3123,3px 1px 0 #ee3123,3px 2px 0 #ee3123,3px 3px 0 #ee3123,4px -2px 0 #ee3123,4px -1px 0 #ee3123,4px 0px 0 #ee3123,4px 1px 0 #ee3123,4px 2px 0 #ee3123;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#ee3123');
  height: auto;
  width: auto;
}

.stroke-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #ee3123,-3px -1px 0 #ee3123,-3px 0px 0 #ee3123,-3px 1px 0 #ee3123,-3px 2px 0 #ee3123,-2px -3px 0 #ee3123,-2px -2px 0 #ee3123,-2px -1px 0 #ee3123,-2px 0px 0 #ee3123,-2px 1px 0 #ee3123,-2px 2px 0 #ee3123,-2px 3px 0 #ee3123,-1px -3px 0 #ee3123,-1px -2px 0 #ee3123,-1px -1px 0 #ee3123,-1px 0px 0 #ee3123,-1px 1px 0 #ee3123,-1px 2px 0 #ee3123,-1px 3px 0 #ee3123,0px -3px 0 #ee3123,0px -2px 0 #ee3123,0px -1px 0 #ee3123,0px 0px 0 #ee3123,0px 1px 0 #ee3123,0px 2px 0 #ee3123,0px 3px 0 #ee3123,1px -3px 0 #ee3123,1px -2px 0 #ee3123,1px -1px 0 #ee3123,1px 0px 0 #ee3123,1px 1px 0 #ee3123,1px 2px 0 #ee3123,1px 3px 0 #ee3123,2px -3px 0 #ee3123,2px -2px 0 #ee3123,2px -1px 0 #ee3123,2px 0px 0 #ee3123,2px 1px 0 #ee3123,2px 2px 0 #ee3123,2px 3px 0 #ee3123,3px -2px 0 #ee3123,3px -1px 0 #ee3123,3px 0px 0 #ee3123,3px 1px 0 #ee3123,3px 2px 0 #ee3123;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#ee3123');
  height: auto;
  width: auto;
}

.stroke-small {
  background: transparent;
  text-shadow: -2px -1px 0 #ee3123,-2px 0px 0 #ee3123,-2px 1px 0 #ee3123,-1px -2px 0 #ee3123,-1px -1px 0 #ee3123,-1px 0px 0 #ee3123,-1px 1px 0 #ee3123,-1px 2px 0 #ee3123,0px -2px 0 #ee3123,0px -1px 0 #ee3123,0px 0px 0 #ee3123,0px 1px 0 #ee3123,0px 2px 0 #ee3123,1px -2px 0 #ee3123,1px -1px 0 #ee3123,1px 0px 0 #ee3123,1px 1px 0 #ee3123,1px 2px 0 #ee3123,2px -1px 0 #ee3123,2px 0px 0 #ee3123,2px 1px 0 #ee3123;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#ee3123') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#ee3123');
  height: auto;
  width: auto;
}

.stroke--white {
  background: transparent;
  text-shadow: -4px -2px 0 #fff,-4px -1px 0 #fff,-4px 0px 0 #fff,-4px 1px 0 #fff,-4px 2px 0 #fff,-3px -3px 0 #fff,-3px -2px 0 #fff,-3px -1px 0 #fff,-3px 0px 0 #fff,-3px 1px 0 #fff,-3px 2px 0 #fff,-3px 3px 0 #fff,-2px -4px 0 #fff,-2px -3px 0 #fff,-2px -2px 0 #fff,-2px -1px 0 #fff,-2px 0px 0 #fff,-2px 1px 0 #fff,-2px 2px 0 #fff,-2px 3px 0 #fff,-2px 4px 0 #fff,-1px -4px 0 #fff,-1px -3px 0 #fff,-1px -2px 0 #fff,-1px -1px 0 #fff,-1px 0px 0 #fff,-1px 1px 0 #fff,-1px 2px 0 #fff,-1px 3px 0 #fff,-1px 4px 0 #fff,0px -4px 0 #fff,0px -3px 0 #fff,0px -2px 0 #fff,0px -1px 0 #fff,0px 0px 0 #fff,0px 1px 0 #fff,0px 2px 0 #fff,0px 3px 0 #fff,0px 4px 0 #fff,1px -4px 0 #fff,1px -3px 0 #fff,1px -2px 0 #fff,1px -1px 0 #fff,1px 0px 0 #fff,1px 1px 0 #fff,1px 2px 0 #fff,1px 3px 0 #fff,1px 4px 0 #fff,2px -4px 0 #fff,2px -3px 0 #fff,2px -2px 0 #fff,2px -1px 0 #fff,2px 0px 0 #fff,2px 1px 0 #fff,2px 2px 0 #fff,2px 3px 0 #fff,2px 4px 0 #fff,3px -3px 0 #fff,3px -2px 0 #fff,3px -1px 0 #fff,3px 0px 0 #fff,3px 1px 0 #fff,3px 2px 0 #fff,3px 3px 0 #fff,4px -2px 0 #fff,4px -1px 0 #fff,4px 0px 0 #fff,4px 1px 0 #fff,4px 2px 0 #fff;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff');
  height: auto;
  width: auto;
}

.stroke--white-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #fff,-3px -1px 0 #fff,-3px 0px 0 #fff,-3px 1px 0 #fff,-3px 2px 0 #fff,-2px -3px 0 #fff,-2px -2px 0 #fff,-2px -1px 0 #fff,-2px 0px 0 #fff,-2px 1px 0 #fff,-2px 2px 0 #fff,-2px 3px 0 #fff,-1px -3px 0 #fff,-1px -2px 0 #fff,-1px -1px 0 #fff,-1px 0px 0 #fff,-1px 1px 0 #fff,-1px 2px 0 #fff,-1px 3px 0 #fff,0px -3px 0 #fff,0px -2px 0 #fff,0px -1px 0 #fff,0px 0px 0 #fff,0px 1px 0 #fff,0px 2px 0 #fff,0px 3px 0 #fff,1px -3px 0 #fff,1px -2px 0 #fff,1px -1px 0 #fff,1px 0px 0 #fff,1px 1px 0 #fff,1px 2px 0 #fff,1px 3px 0 #fff,2px -3px 0 #fff,2px -2px 0 #fff,2px -1px 0 #fff,2px 0px 0 #fff,2px 1px 0 #fff,2px 2px 0 #fff,2px 3px 0 #fff,3px -2px 0 #fff,3px -1px 0 #fff,3px 0px 0 #fff,3px 1px 0 #fff,3px 2px 0 #fff;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff');
  height: auto;
  width: auto;
}

.stroke--white-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #fff,-2px 0px 0 #fff,-2px 1px 0 #fff,-1px -2px 0 #fff,-1px -1px 0 #fff,-1px 0px 0 #fff,-1px 1px 0 #fff,-1px 2px 0 #fff,0px -2px 0 #fff,0px -1px 0 #fff,0px 0px 0 #fff,0px 1px 0 #fff,0px 2px 0 #fff,1px -2px 0 #fff,1px -1px 0 #fff,1px 0px 0 #fff,1px 1px 0 #fff,1px 2px 0 #fff,2px -1px 0 #fff,2px 0px 0 #fff,2px 1px 0 #fff;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff');
  height: auto;
  width: auto;
}

.stroke--yellow {
  background: transparent;
  text-shadow: -4px -2px 0 #fff100,-4px -1px 0 #fff100,-4px 0px 0 #fff100,-4px 1px 0 #fff100,-4px 2px 0 #fff100,-3px -3px 0 #fff100,-3px -2px 0 #fff100,-3px -1px 0 #fff100,-3px 0px 0 #fff100,-3px 1px 0 #fff100,-3px 2px 0 #fff100,-3px 3px 0 #fff100,-2px -4px 0 #fff100,-2px -3px 0 #fff100,-2px -2px 0 #fff100,-2px -1px 0 #fff100,-2px 0px 0 #fff100,-2px 1px 0 #fff100,-2px 2px 0 #fff100,-2px 3px 0 #fff100,-2px 4px 0 #fff100,-1px -4px 0 #fff100,-1px -3px 0 #fff100,-1px -2px 0 #fff100,-1px -1px 0 #fff100,-1px 0px 0 #fff100,-1px 1px 0 #fff100,-1px 2px 0 #fff100,-1px 3px 0 #fff100,-1px 4px 0 #fff100,0px -4px 0 #fff100,0px -3px 0 #fff100,0px -2px 0 #fff100,0px -1px 0 #fff100,0px 0px 0 #fff100,0px 1px 0 #fff100,0px 2px 0 #fff100,0px 3px 0 #fff100,0px 4px 0 #fff100,1px -4px 0 #fff100,1px -3px 0 #fff100,1px -2px 0 #fff100,1px -1px 0 #fff100,1px 0px 0 #fff100,1px 1px 0 #fff100,1px 2px 0 #fff100,1px 3px 0 #fff100,1px 4px 0 #fff100,2px -4px 0 #fff100,2px -3px 0 #fff100,2px -2px 0 #fff100,2px -1px 0 #fff100,2px 0px 0 #fff100,2px 1px 0 #fff100,2px 2px 0 #fff100,2px 3px 0 #fff100,2px 4px 0 #fff100,3px -3px 0 #fff100,3px -2px 0 #fff100,3px -1px 0 #fff100,3px 0px 0 #fff100,3px 1px 0 #fff100,3px 2px 0 #fff100,3px 3px 0 #fff100,4px -2px 0 #fff100,4px -1px 0 #fff100,4px 0px 0 #fff100,4px 1px 0 #fff100,4px 2px 0 #fff100;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff100');
  height: auto;
  width: auto;
}

.stroke--yellow-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #fff100,-3px -1px 0 #fff100,-3px 0px 0 #fff100,-3px 1px 0 #fff100,-3px 2px 0 #fff100,-2px -3px 0 #fff100,-2px -2px 0 #fff100,-2px -1px 0 #fff100,-2px 0px 0 #fff100,-2px 1px 0 #fff100,-2px 2px 0 #fff100,-2px 3px 0 #fff100,-1px -3px 0 #fff100,-1px -2px 0 #fff100,-1px -1px 0 #fff100,-1px 0px 0 #fff100,-1px 1px 0 #fff100,-1px 2px 0 #fff100,-1px 3px 0 #fff100,0px -3px 0 #fff100,0px -2px 0 #fff100,0px -1px 0 #fff100,0px 0px 0 #fff100,0px 1px 0 #fff100,0px 2px 0 #fff100,0px 3px 0 #fff100,1px -3px 0 #fff100,1px -2px 0 #fff100,1px -1px 0 #fff100,1px 0px 0 #fff100,1px 1px 0 #fff100,1px 2px 0 #fff100,1px 3px 0 #fff100,2px -3px 0 #fff100,2px -2px 0 #fff100,2px -1px 0 #fff100,2px 0px 0 #fff100,2px 1px 0 #fff100,2px 2px 0 #fff100,2px 3px 0 #fff100,3px -2px 0 #fff100,3px -1px 0 #fff100,3px 0px 0 #fff100,3px 1px 0 #fff100,3px 2px 0 #fff100;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff100');
  height: auto;
  width: auto;
}

.stroke--yellow-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #fff100,-2px 0px 0 #fff100,-2px 1px 0 #fff100,-1px -2px 0 #fff100,-1px -1px 0 #fff100,-1px 0px 0 #fff100,-1px 1px 0 #fff100,-1px 2px 0 #fff100,0px -2px 0 #fff100,0px -1px 0 #fff100,0px 0px 0 #fff100,0px 1px 0 #fff100,0px 2px 0 #fff100,1px -2px 0 #fff100,1px -1px 0 #fff100,1px 0px 0 #fff100,1px 1px 0 #fff100,1px 2px 0 #fff100,2px -1px 0 #fff100,2px 0px 0 #fff100,2px 1px 0 #fff100;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#fff100') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#fff100');
  height: auto;
  width: auto;
}

.stroke--citybreaks {
  background: transparent;
  text-shadow: -4px -2px 0 #272462,-4px -1px 0 #272462,-4px 0px 0 #272462,-4px 1px 0 #272462,-4px 2px 0 #272462,-3px -3px 0 #272462,-3px -2px 0 #272462,-3px -1px 0 #272462,-3px 0px 0 #272462,-3px 1px 0 #272462,-3px 2px 0 #272462,-3px 3px 0 #272462,-2px -4px 0 #272462,-2px -3px 0 #272462,-2px -2px 0 #272462,-2px -1px 0 #272462,-2px 0px 0 #272462,-2px 1px 0 #272462,-2px 2px 0 #272462,-2px 3px 0 #272462,-2px 4px 0 #272462,-1px -4px 0 #272462,-1px -3px 0 #272462,-1px -2px 0 #272462,-1px -1px 0 #272462,-1px 0px 0 #272462,-1px 1px 0 #272462,-1px 2px 0 #272462,-1px 3px 0 #272462,-1px 4px 0 #272462,0px -4px 0 #272462,0px -3px 0 #272462,0px -2px 0 #272462,0px -1px 0 #272462,0px 0px 0 #272462,0px 1px 0 #272462,0px 2px 0 #272462,0px 3px 0 #272462,0px 4px 0 #272462,1px -4px 0 #272462,1px -3px 0 #272462,1px -2px 0 #272462,1px -1px 0 #272462,1px 0px 0 #272462,1px 1px 0 #272462,1px 2px 0 #272462,1px 3px 0 #272462,1px 4px 0 #272462,2px -4px 0 #272462,2px -3px 0 #272462,2px -2px 0 #272462,2px -1px 0 #272462,2px 0px 0 #272462,2px 1px 0 #272462,2px 2px 0 #272462,2px 3px 0 #272462,2px 4px 0 #272462,3px -3px 0 #272462,3px -2px 0 #272462,3px -1px 0 #272462,3px 0px 0 #272462,3px 1px 0 #272462,3px 2px 0 #272462,3px 3px 0 #272462,4px -2px 0 #272462,4px -1px 0 #272462,4px 0px 0 #272462,4px 1px 0 #272462,4px 2px 0 #272462;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#272462');
  height: auto;
  width: auto;
}

.stroke--citybreaks-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #272462,-3px -1px 0 #272462,-3px 0px 0 #272462,-3px 1px 0 #272462,-3px 2px 0 #272462,-2px -3px 0 #272462,-2px -2px 0 #272462,-2px -1px 0 #272462,-2px 0px 0 #272462,-2px 1px 0 #272462,-2px 2px 0 #272462,-2px 3px 0 #272462,-1px -3px 0 #272462,-1px -2px 0 #272462,-1px -1px 0 #272462,-1px 0px 0 #272462,-1px 1px 0 #272462,-1px 2px 0 #272462,-1px 3px 0 #272462,0px -3px 0 #272462,0px -2px 0 #272462,0px -1px 0 #272462,0px 0px 0 #272462,0px 1px 0 #272462,0px 2px 0 #272462,0px 3px 0 #272462,1px -3px 0 #272462,1px -2px 0 #272462,1px -1px 0 #272462,1px 0px 0 #272462,1px 1px 0 #272462,1px 2px 0 #272462,1px 3px 0 #272462,2px -3px 0 #272462,2px -2px 0 #272462,2px -1px 0 #272462,2px 0px 0 #272462,2px 1px 0 #272462,2px 2px 0 #272462,2px 3px 0 #272462,3px -2px 0 #272462,3px -1px 0 #272462,3px 0px 0 #272462,3px 1px 0 #272462,3px 2px 0 #272462;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#272462');
  height: auto;
  width: auto;
}

.stroke--citybreaks-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #272462,-2px 0px 0 #272462,-2px 1px 0 #272462,-1px -2px 0 #272462,-1px -1px 0 #272462,-1px 0px 0 #272462,-1px 1px 0 #272462,-1px 2px 0 #272462,0px -2px 0 #272462,0px -1px 0 #272462,0px 0px 0 #272462,0px 1px 0 #272462,0px 2px 0 #272462,1px -2px 0 #272462,1px -1px 0 #272462,1px 0px 0 #272462,1px 1px 0 #272462,1px 2px 0 #272462,2px -1px 0 #272462,2px 0px 0 #272462,2px 1px 0 #272462;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#272462') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#272462');
  height: auto;
  width: auto;
}

.stroke--darkblue {
  background: transparent;
  text-shadow: -4px -2px 0 #203240,-4px -1px 0 #203240,-4px 0px 0 #203240,-4px 1px 0 #203240,-4px 2px 0 #203240,-3px -3px 0 #203240,-3px -2px 0 #203240,-3px -1px 0 #203240,-3px 0px 0 #203240,-3px 1px 0 #203240,-3px 2px 0 #203240,-3px 3px 0 #203240,-2px -4px 0 #203240,-2px -3px 0 #203240,-2px -2px 0 #203240,-2px -1px 0 #203240,-2px 0px 0 #203240,-2px 1px 0 #203240,-2px 2px 0 #203240,-2px 3px 0 #203240,-2px 4px 0 #203240,-1px -4px 0 #203240,-1px -3px 0 #203240,-1px -2px 0 #203240,-1px -1px 0 #203240,-1px 0px 0 #203240,-1px 1px 0 #203240,-1px 2px 0 #203240,-1px 3px 0 #203240,-1px 4px 0 #203240,0px -4px 0 #203240,0px -3px 0 #203240,0px -2px 0 #203240,0px -1px 0 #203240,0px 0px 0 #203240,0px 1px 0 #203240,0px 2px 0 #203240,0px 3px 0 #203240,0px 4px 0 #203240,1px -4px 0 #203240,1px -3px 0 #203240,1px -2px 0 #203240,1px -1px 0 #203240,1px 0px 0 #203240,1px 1px 0 #203240,1px 2px 0 #203240,1px 3px 0 #203240,1px 4px 0 #203240,2px -4px 0 #203240,2px -3px 0 #203240,2px -2px 0 #203240,2px -1px 0 #203240,2px 0px 0 #203240,2px 1px 0 #203240,2px 2px 0 #203240,2px 3px 0 #203240,2px 4px 0 #203240,3px -3px 0 #203240,3px -2px 0 #203240,3px -1px 0 #203240,3px 0px 0 #203240,3px 1px 0 #203240,3px 2px 0 #203240,3px 3px 0 #203240,4px -2px 0 #203240,4px -1px 0 #203240,4px 0px 0 #203240,4px 1px 0 #203240,4px 2px 0 #203240;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#203240');
  height: auto;
  width: auto;
}

.stroke--darkblue-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #203240,-3px -1px 0 #203240,-3px 0px 0 #203240,-3px 1px 0 #203240,-3px 2px 0 #203240,-2px -3px 0 #203240,-2px -2px 0 #203240,-2px -1px 0 #203240,-2px 0px 0 #203240,-2px 1px 0 #203240,-2px 2px 0 #203240,-2px 3px 0 #203240,-1px -3px 0 #203240,-1px -2px 0 #203240,-1px -1px 0 #203240,-1px 0px 0 #203240,-1px 1px 0 #203240,-1px 2px 0 #203240,-1px 3px 0 #203240,0px -3px 0 #203240,0px -2px 0 #203240,0px -1px 0 #203240,0px 0px 0 #203240,0px 1px 0 #203240,0px 2px 0 #203240,0px 3px 0 #203240,1px -3px 0 #203240,1px -2px 0 #203240,1px -1px 0 #203240,1px 0px 0 #203240,1px 1px 0 #203240,1px 2px 0 #203240,1px 3px 0 #203240,2px -3px 0 #203240,2px -2px 0 #203240,2px -1px 0 #203240,2px 0px 0 #203240,2px 1px 0 #203240,2px 2px 0 #203240,2px 3px 0 #203240,3px -2px 0 #203240,3px -1px 0 #203240,3px 0px 0 #203240,3px 1px 0 #203240,3px 2px 0 #203240;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#203240');
  height: auto;
  width: auto;
}

.stroke--darkblue-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #203240,-2px 0px 0 #203240,-2px 1px 0 #203240,-1px -2px 0 #203240,-1px -1px 0 #203240,-1px 0px 0 #203240,-1px 1px 0 #203240,-1px 2px 0 #203240,0px -2px 0 #203240,0px -1px 0 #203240,0px 0px 0 #203240,0px 1px 0 #203240,0px 2px 0 #203240,1px -2px 0 #203240,1px -1px 0 #203240,1px 0px 0 #203240,1px 1px 0 #203240,1px 2px 0 #203240,2px -1px 0 #203240,2px 0px 0 #203240,2px 1px 0 #203240;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#203240') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#203240');
  height: auto;
  width: auto;
}

.stroke--black {
  background: transparent;
  text-shadow: -4px -2px 0 #000,-4px -1px 0 #000,-4px 0px 0 #000,-4px 1px 0 #000,-4px 2px 0 #000,-3px -3px 0 #000,-3px -2px 0 #000,-3px -1px 0 #000,-3px 0px 0 #000,-3px 1px 0 #000,-3px 2px 0 #000,-3px 3px 0 #000,-2px -4px 0 #000,-2px -3px 0 #000,-2px -2px 0 #000,-2px -1px 0 #000,-2px 0px 0 #000,-2px 1px 0 #000,-2px 2px 0 #000,-2px 3px 0 #000,-2px 4px 0 #000,-1px -4px 0 #000,-1px -3px 0 #000,-1px -2px 0 #000,-1px -1px 0 #000,-1px 0px 0 #000,-1px 1px 0 #000,-1px 2px 0 #000,-1px 3px 0 #000,-1px 4px 0 #000,0px -4px 0 #000,0px -3px 0 #000,0px -2px 0 #000,0px -1px 0 #000,0px 0px 0 #000,0px 1px 0 #000,0px 2px 0 #000,0px 3px 0 #000,0px 4px 0 #000,1px -4px 0 #000,1px -3px 0 #000,1px -2px 0 #000,1px -1px 0 #000,1px 0px 0 #000,1px 1px 0 #000,1px 2px 0 #000,1px 3px 0 #000,1px 4px 0 #000,2px -4px 0 #000,2px -3px 0 #000,2px -2px 0 #000,2px -1px 0 #000,2px 0px 0 #000,2px 1px 0 #000,2px 2px 0 #000,2px 3px 0 #000,2px 4px 0 #000,3px -3px 0 #000,3px -2px 0 #000,3px -1px 0 #000,3px 0px 0 #000,3px 1px 0 #000,3px 2px 0 #000,3px 3px 0 #000,4px -2px 0 #000,4px -1px 0 #000,4px 0px 0 #000,4px 1px 0 #000,4px 2px 0 #000;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#000');
  height: auto;
  width: auto;
}

.stroke--black-mid {
  background: transparent;
  text-shadow: -3px -2px 0 #000,-3px -1px 0 #000,-3px 0px 0 #000,-3px 1px 0 #000,-3px 2px 0 #000,-2px -3px 0 #000,-2px -2px 0 #000,-2px -1px 0 #000,-2px 0px 0 #000,-2px 1px 0 #000,-2px 2px 0 #000,-2px 3px 0 #000,-1px -3px 0 #000,-1px -2px 0 #000,-1px -1px 0 #000,-1px 0px 0 #000,-1px 1px 0 #000,-1px 2px 0 #000,-1px 3px 0 #000,0px -3px 0 #000,0px -2px 0 #000,0px -1px 0 #000,0px 0px 0 #000,0px 1px 0 #000,0px 2px 0 #000,0px 3px 0 #000,1px -3px 0 #000,1px -2px 0 #000,1px -1px 0 #000,1px 0px 0 #000,1px 1px 0 #000,1px 2px 0 #000,1px 3px 0 #000,2px -3px 0 #000,2px -2px 0 #000,2px -1px 0 #000,2px 0px 0 #000,2px 1px 0 #000,2px 2px 0 #000,2px 3px 0 #000,3px -2px 0 #000,3px -1px 0 #000,3px 0px 0 #000,3px 1px 0 #000,3px 2px 0 #000;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#000');
  height: auto;
  width: auto;
}

.stroke--black-mid {
  background: transparent;
  text-shadow: -2px -1px 0 #000,-2px 0px 0 #000,-2px 1px 0 #000,-1px -2px 0 #000,-1px -1px 0 #000,-1px 0px 0 #000,-1px 1px 0 #000,-1px 2px 0 #000,0px -2px 0 #000,0px -1px 0 #000,0px 0px 0 #000,0px 1px 0 #000,0px 2px 0 #000,1px -2px 0 #000,1px -1px 0 #000,1px 0px 0 #000,1px 1px 0 #000,1px 2px 0 #000,2px -1px 0 #000,2px 0px 0 #000,2px 1px 0 #000;
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=-1, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=-1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=0, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color='#000') progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color='#000');
  height: auto;
  width: auto;
}

.small-list {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.flush-list {
  display: table;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.flush-list > li:after {
  content: "";
  display: block;
  height: 0.8em;
}

.flush-list > li .flush-list__plain-item:before {
  content: "";
}

.flush-list--bullets > li {
  display: table-row;
}

.flush-list--bullets > li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.flush-list--numbered > li {
  display: table-row;
  counter-increment: table-ol;
}

.flush-list--numbered > li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
}

.flush-list--plain {
  list-style: none;
  display: block;
}

.flush-list--plain > li:after {
  height: 0.3em;
}

.small-list li {
  font-size: 12px;
  font-size: .85714rem;
  margin-bottom: 5px;
}

.list--blue li {
  color: #203240;
}

.small-list--icon [class^="icon-"],
.small-list--icon [class*='icon-'] {
  color: #ee3123;
  margin-right: 5px;
  display: inline-block;
}

html,
body,
p,
li {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  color: #626262;
}

.heading-white {
  color: #fff;
}

.heading-yellow {
  color: #fff100;
}

.heading-red {
  color: #ee3123;
}

.heading-blue {
  color: #203240;
}

.rotated-180 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  display: inline-block;
}

.text-rotation {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.text-rotation.lt-ie10 {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.highlight {
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  background-color: #098c09;
}

@media screen and (min-width: 768px) {
  .title-with-lines {
    display: inline-block;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }

  .title-with-lines:before {
    background: #ee3123;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
  }

  .title-with-lines:after {
    background: #ee3123;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
  }

  h1,
  #jet2 .alpha {
    font-size: 32px;
    font-size: 2.28571rem;
  }

  h2,
  #jet2 .beta {
    font-size: 24px;
    font-size: 1.71429rem;
  }

  h3,
  #jet2 .delta {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  h4,
  #jet2 .gamma {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  h5,
  #jet2 .epsilon {
    font-size: 17px;
    font-size: 1.21429rem;
  }

  h6,
  #jet2 .zeta {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  #jet2 .eta {
    font-size: 14px;
    font-size: 1rem;
  }

  #jet2 .theta {
    font-size: 12px;
    font-size: .85714rem;
  }

  #jet2 .font-extra-large {
    font-size: 160px;
    font-size: 11.42857rem;
  }

  #jet2 .font-large {
    font-size: 120px;
    font-size: 8.57143rem;
  }

  #jet2 .font-medium {
    font-size: 64px;
    font-size: 4.57143rem;
  }

  #jet2 .font-small {
    font-size: 40px;
    font-size: 2.85714rem;
  }

  #jet2 .font-extra-small {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

@media screen and (min-width: 1025px) {
  h1,
  #jet2 .alpha {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 40px;
  }

  h2,
  #jet2 .beta {
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 24px;
  }

  h3,
  #jet2 .delta {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  h4,
  #jet2 .gamma {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  h5,
  #jet2 .epsilon {
    font-size: 17px;
    font-size: 1.21429rem;
  }

  h6,
  #jet2 .zeta {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  #jet2 .eta {
    font-size: 14px;
    font-size: 1rem;
  }

  #jet2 .theta {
    font-size: 12px;
    font-size: .85714rem;
  }

  #jet2 .font-extra-large {
    font-size: 180px;
    font-size: 12.85714rem;
  }

  #jet2 .font-large {
    font-size: 140px;
    font-size: 10rem;
  }

  #jet2 .font-medium {
    font-size: 80px;
    font-size: 5.71429rem;
  }

  #jet2 .font-small {
    font-size: 48px;
    font-size: 3.42857rem;
  }

  #jet2 .font-extra-small {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

.page__subtitle {
  font-size: 24px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page__contents-table {
  padding-left: 0;
  margin: 20px 0 40px 20px;
}

.page__contents-table li {
  color: #ee3123;
  padding-left: 5px;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.page__contents-table li a {
  text-decoration: underline;
}

.page__back-to-top {
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  color: #000;
  padding: 0 20px 20px;
  margin-bottom: 40px;
  display: block;
}

.page__back-to-top a {
  text-decoration: underline;
}

.page__back-to-top:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E010";
}

.page__terms-conditions {
  margin-bottom: 100px;
}

.page__terms-conditions p {
  line-height: 22px;
}

.page__terms-conditions p strong {
  color: #ee3123;
}

.page__terms-conditions p strong.strong--alt {
  color: #626262;
}

@media screen and (min-width: 544px) {
  .page__contents-table {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    column-gap: 70px;
  }
}

@media screen and (min-width: 768px) {
  .page__contents-table {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

img.fluid {
  display: block;
  height: auto;
  width: 100%;
}

.btn {
  border: 2px solid;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  outline: none;
}

.btn:not(.plain) {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.btn [class^="icon-"],
.btn [class*='icon-'] {
  font-size: 16px;
  font-size: 1.14286rem;
  display: inline-block;
  line-height: normal;
  padding-left: 20px;
  line-height: 1;
}

.btn [class^="icon-"]:before,
.btn [class*='icon-']:before {
  position: relative;
  top: 2px;
}

.btn--print-page {
  display: none;
}

@media screen and (min-width: 768px) {
  .btn--print-page {
    display: block;
    font-size: 12px;
    font-size: .85714rem;
    float: right;
    color: #fff;
    background: #347cf2;
    font-weight: normal;
    padding: 10px 20px;
    margin-top: -50px;
  }
}

.btn--large {
  padding: 15px;
  font-size: 20px;
  font-size: 1.42857rem;
}

.btn--medium {
  font-size: 18px;
  font-size: 1.28571rem;
}

.btn--small {
  font-family: "Open Sans",sans-serif;
  padding: 5px 10px;
  font-weight: 300;
}

.btn--form {
  height: 52px;
  width: 100%;
  padding: 0 10px;
  font-family: "Open Sans",sans-serif;
  line-height: 46px;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 300;
}

.btn--full {
  display: block;
  width: 100%;
}

.btn--sidebar {
  margin-bottom: 15px;
}

.view-meals-btn {
  background-color: #203240;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}

.view-meals-btn .icon-meals {
  margin-left: 5px;
}

.wide-banner__cta .view-meals-btn {
  margin: 0 15px 15px 15px;
}

.wide-banner__subtext .view-meals-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
}

.btn--yellow {
  background-color: #fff100;
  border-color: #fff100;
  color: #203240;
}

.btn--yellow:hover {
  background-color: #ECC70C;
  border-color: #ECC70C;
}

#jet2 .form-message--info .btn--yellow {
  border: 1px solid #203240;
  width: 100%;
}

.btn--blue {
  background-color: #203240;
  border-color: #203240;
  color: #fff;
}

.btn--blue:hover {
  background-color: #18252f;
  border-color: #18252f;
}

.btn--light-blue {
  background-color: #347cf2;
  border-color: #347cf2;
  color: #fff;
}

.btn--light-blue:hover {
  background-color: #1c6df0;
  border-color: #1c6df0;
}

.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #ee3123;
}

.btn--white:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn--transparent-white {
  border-color: #fff;
  color: #fff;
}

.btn--transparent-white:hover {
  background-color: #fff;
  color: #ee3123;
}

.btn--transparent-grey {
  border-color: #626262;
  color: #626262;
}

.btn--transparent-grey:hover {
  background-color: #626262;
  color: #fff;
}

.btn--green {
  background-color: #098c09;
  border-color: #098c09;
  color: #fff;
}

.btn--green:hover {
  background-color: #077407;
  border-color: #077407;
}

.btn--light-green {
  background-color: #3ab878;
  border-color: #3ab878;
  color: #fff;
}

.btn--light-green:hover {
  background-color: #34a56b;
  border-color: #34a56b;
}

.btn--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
  color: #fff;
}

.btn--whatsapp:hover {
  background-color: #21bd5c;
  border-color: #21bd5c;
}

.btn--icon-left-absolute {
  padding-left: 50px;
  text-align: left;
}

.btn--icon-left-absolute [class^="icon"] {
  font-size: 25px;
  font-size: 1.78571rem;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
  line-height: normal;
}

.btn--bottom-margin {
  margin-bottom: 20px;
}

.btn--loading {
  pointer-events: none;
  position: relative;
  outline: none;
}

.btn--loading span:not([class^="inpage-loader"]) {
  display: none;
}

.btn--complete {
  background-color: #098c09;
  border-color: #098c09;
  color: #fff;
  pointer-events: none;
}

.btn--complete:hover {
  background-color: #077407;
  border-color: #077407;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 768px) {
  .btn--sidebar {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }

  #jet2 .form-message--info .btn--yellow {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media screen and (min-width: 1025px) {
  .btn--medium {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .btn--large {
    padding: 15px 45px;
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .btn--sidebar {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 1401px) {
  .btn {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .btn--medium {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .btn--large {
    font-size: 23px;
    font-size: 1.64286rem;
  }

  .btn--small {
    font-size: 14px;
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
}

.underlined {
  text-decoration: underline;
}

.not-allowed {
  cursor: not-allowed;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.roundel {
  display: table;
  width: 110px;
  height: 110px;
  padding: 10px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border: 4px solid;
  border-radius: 100px;
  background-color: #ee3123;
  color: #fff;
}

.roundel__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.roundel__content * {
  line-height: 1;
  padding: 0;
}

#jet2 .mobile-hidden {
  display: none;
}

#jet2 .mobile-hidden--inline {
  display: none;
}

#jet2 .small-only {
  display: block;
}

#jet2 .small-only--inline {
  display: inline;
}

#jet2 .medium-up {
  display: none;
}

#jet2 .large-only {
  display: none;
}

#jet2 .hidden {
  display: none;
}

#jet2 .showing {
  display: block;
}

#jet2 .showing--table {
  display: table;
  width: 100%;
}

#jet2 .showing--table-cell {
  display: table-cell;
}

#jet2 .showing--inline {
  display: inline;
}

#jet2 .showing--inline-block {
  display: inline-block;
}

#jet2 .invisible {
  visibility: hidden;
}

#jet2 .visible {
  visibility: visible;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  #jet2 .mobile-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #jet2 .small-only {
    display: none;
  }

  #jet2 .small-only--inline {
    display: none;
  }

  #jet2 .mobile-hidden {
    display: block;
  }

  #jet2 .mobile-hidden--inline {
    display: inline;
  }

  #jet2 .mobile-visible {
    display: none !important;
  }

  #jet2 .medium-up {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  #jet2 .mid-only {
    display: none;
  }

  #jet2 .medium-down {
    display: none;
  }

  #jet2 .large-only {
    display: block;
  }

  #jet2 .large-table-cell {
    display: table-cell;
  }
}

.site-wrapper {
  position: relative;
  right: 0;
  z-index: 1;
  background: #fff;
}

.responsive-header {
  position: relative;
  width: 100%;
  padding: 10px 0 15px 0;
  margin-bottom: 20px;
}

.responsive-header .wrapper {
  position: relative;
}

.responsive-header--with-keyline {
  border-bottom: 1px solid #ccc;
}

.responsive-header__title {
  margin: 0;
}

.responsive-header__breadcrumb {
  margin: 6px 0 0 0;
  font-size: 12px;
  font-size: .85714rem;
}

.responsive-header__breadcrumb a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .responsive-header {
    margin-bottom: 50px;
  }
}

.responsive-header__tabs {
  display: none;
  position: absolute;
  width: 30%;
  height: auto;
  top: 0;
  bottom: 0;
  right: 24px;
  margin-top: -10px;
  margin-bottom: -15px;
}

@media screen and (min-width: 768px) {
  .responsive-header__tabs {
    display: block;
  }
}

.responsive-header__tabs__inner {
  display: table;
  width: 100%;
  height: 100%;
}

.responsive-header__tabs__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.responsive-header__tabs__item--flights {
  background: #fff100;
}

.responsive-header__tabs__item i {
  margin-left: 12px;
}

.wrapper {
  padding: 0 10px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.wrapper--top {
  padding-top: 50px;
  position: relative;
}

.wrapper--top-without-running-total {
  padding-top: 15px;
}

.wrapper--bottom {
  padding-bottom: 1.69492%;
}

.wrapper--padded {
  width: 90%;
}

.split-wrapper {
  position: relative;
  width: 100%;
}

.wrapper--login {
  padding: 30px 0 0;
}

.layout-two-column .last,
.layout-three-column .last {
  margin-right: 0;
}

.layout-two-column__content,
.layout-two-column__side-bar,
layout-three-column__column {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 1.69492%;
  }

  .wrapper--top,
  .wrapper--top-without-running-total {
    padding-top: 25px;
  }

  .layout-two-column__content,
  .layout-two-column__side-bar {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .layout-three-column__column {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media screen and (min-width: 1025px) {
  .wrapper--padded {
    width: 80%;
  }

  .wrapper--top--x2 {
    padding-top: 2.54237%;
  }

  .sidebar {
    display: block;
    float: right;
    width: 320px;
  }

  .layout-two-column__content {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }

  .layout-two-column__side-bar {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media screen and (min-width: 1025px) {
  .split-wrapper {
    width: 70%;
    width: calc(100% - 340px);
    float: left;
  }
}

#jet2 .bg-red {
  background-color: #ee3123;
}

#jet2 .bg-yellow {
  background-color: #fff100;
}

#jet2 .bg-dark-blue {
  background-color: #203240;
}

#jet2 .bg-malaga-blue {
  background-color: #347cf2;
}

#jet2 .bg-light-grey {
  background-color: silver;
}

#jet2 .bg-med-grey {
  background-color: #acadb2;
}

#jet2 .bg-dark-grey {
  background-color: #3d3d3d;
}

#jet2 .bg-white {
  background-color: #fff;
}

#jet2 .bg-green {
  background-color: #098c09;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

ul.no-styling {
  list-style: none;
  margin: 0;
  padding: 0;
}

.center-content {
  text-align: center;
}

.left-content {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .general-content--padded {
    padding: 0;
  }
}

.mobileNav-active {
  height: 100%;
  overflow: hidden;
}

.mobileNav-active .mobile-nav {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-wrapper {
  background: #1f3147;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
  z-index: 1;
}

.mobile-nav {
  display: block;
  margin-top: 0;
  padding: 0;
}

.mobile-nav i {
  background-color: #1A293C;
  color: white;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 0;
}

.mobile-nav i:before {
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 20px;
  z-index: 2;
}

.mobile-nav .sub-nav__item i:before {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}

.mobile-nav__item {
  border-bottom: 1px solid #4B5A6B;
  display: block;
  line-height: 1;
  position: relative;
}

.mobile-nav__item .mobile-nav__link__has-subnav {
  position: absolute;
  right: 15px;
  top: 20px;
}

.mobile-nav__item[data-accordion="open"] {
  background: #ee3123;
}

.mobile-nav__item[data-accordion="open"] i {
  background-color: #c4312a;
}

.mobile-nav__item[data-accordion="open"] .mobile-nav__link__has-subnav {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-nav__item--logged-in {
  background-color: #FFFFFF;
}

.mobile-nav__item--logged-in .mobile-nav__link__primary {
  color: #ee3123;
  padding-right: 80px;
}

.mobile-nav__item--logged-in .mobile-nav__link__logout {
  background-color: silver;
  padding: 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 75px;
  height: 100%;
}

.mobile-nav__link {
  color: white;
  display: block;
  font-style: italic;
  padding: 20px 15px 20px 65px;
}

.mobile-nav__item--double-line .mobile-nav__link {
  padding-top: 15px;
  padding-bottom: 14px;
}

.mobile-nav__link__primary {
  color: white;
  display: block;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 700;
  padding-right: 20px;
}

.mobile-nav__link__secondary {
  color: #acadb2;
  display: block;
  font-size: 13px;
  font-size: .92857rem;
  font-weight: 400;
  margin-top: 5px;
}

.sub-nav {
  display: none;
  list-style: none;
  padding: 0;
}

.sub-nav--language {
  background: white;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.sub-nav__item {
  background: #c4312a;
  border-top: 1px solid #C44E45;
  position: relative;
}

.sub-nav__item:first-child {
  border: none;
}

.sub-nav__item--language {
  background: white;
  border-top: none;
}

.sub-nav__item--language .sub-nav__link {
  padding: 10px 10px 10px 70px;
}

.sub-nav__link {
  display: block;
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 15px 15px 15px 75px;
}

.sub-nav__link__primary {
  color: white;
  display: block;
  font-style: italic;
  font-weight: 700;
}

.sub-nav__link__primary--language {
  color: #626262;
  font-size: 18px;
  font-size: 1.28571rem;
  font-style: normal;
  font-weight: normal;
}

.mobile-nav__badges {
  padding: 10px 0;
  text-align: center;
}

.mobile-nav__badge img {
  max-height: 40px;
}

.mobile-nav__badge.mobile-nav__badge--ios {
  margin-right: 10px;
}

.mobile-nav__flag {
  background-color: #1A293C;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 15px;
  width: 50px;
  z-index: 0;
}

.mobile-nav__item--subnav-open .mobile-nav__flag {
  background: none;
}

@media screen and (min-width: 768px) {
  .mobile-nav-wrapper {
    display: none;
  }
}

.navigation__wrapper {
  padding: 0;
}

.navigation {
  background-color: #203240;
  border-bottom: none;
  position: relative;
}

.navigation__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: calc(100% - 320px);
  display: none;
  position: relative;
  z-index: 12;
}

.navigation__nav.navigation__nav--full-width {
  max-width: none;
  width: 100% !important;
}

.navigation__nav--full {
  width: 100% !important;
  max-width: 100% !important;
}

.navigation__nav-item {
  font-family: "FranklinGothic-MedIt-webfont",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: 400;
  float: left;
  position: relative;
  border-right: 1px solid #4B5A6B;
  background-color: transparent;
}

.no-touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):hover {
  background-color: white;
}

.no-touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):hover .navigation__nav-link,
.no-touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):hover .navigation__nav-link:after {
  color: #626262;
}

.no-touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):hover .navigation__nav-dropdown {
  display: block;
}

.flexbox-legacy .no-touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):hover .navigation__nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):active,
.touchevents .navigation__nav-item.navigation__nav-item--hover {
  background-color: white;
}

.touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):active .navigation__nav-link,
.touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):active .navigation__nav-link:after,
.touchevents .navigation__nav-item.navigation__nav-item--hover .navigation__nav-link,
.touchevents .navigation__nav-item.navigation__nav-item--hover .navigation__nav-link:after {
  color: #626262;
}

.touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):active .navigation__nav-dropdown,
.touchevents .navigation__nav-item.navigation__nav-item--hover .navigation__nav-dropdown {
  display: block;
}

.flexbox-legacy .touchevents .navigation__nav-item:not(.navigation__nav-item--progress-bar):not(.navigation__nav-item--back-link):active .navigation__nav-dropdown,
.flexbox-legacy .touchevents .navigation__nav-item.navigation__nav-item--hover .navigation__nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navigation__nav-item--dropdown:hover .navigation__nav-link {
  border-bottom: dotted 1px #203240;
}

.navigation__nav-item--progress-bar {
  border-right: 0 !important;
}

.navigation__nav-item--progress-bar:hover {
  background-color: inherit;
}

.navigation__nav-item--back-link {
  border-left: 0 !important;
}

.navigation__nav-item--back-link [class^=icon] {
  line-height: 38px;
  padding-right: 10px;
}

.navigation__nav-item--back-link:hover {
  background-color: inherit;
}

.navigation__nav-item--back-link:hover .navigation__nav-link {
  color: #FFFFFF;
}

.navigation__nav-item--active {
  background-color: #3f66a7;
}

.navigation__nav-item--active .navigation__nav-link {
  color: white;
}

.navigation__nav-link {
  color: white;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

.navigation__nav-item--dropdown .navigation__nav-link {
  padding-right: 25px;
}

.navigation__nav-item--dropdown .navigation__nav-link:after {
  color: #626262;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00F";
  font-size: 10px;
  font-size: .71429rem;
  line-height: normal;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.navigation__nav-link.navigation__nav-link--svg {
  line-height: 58px;
}

.navigation__nav-dropdown {
  background: white;
  border: solid 1px #203240;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  display: none;
  margin: 0;
  padding: 15px 0;
  min-width: 100%;
  position: absolute;
  white-space: nowrap;
  top: calc(100% - 1px);
  left: -1px;
  z-index: 5;
}

.navigation__nav-dropdown:before {
  content: '';
  border-top: dotted 1px #203240;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

.navigation__nav-dropdown.navigation__nav-dropdown--right {
  left: auto;
  right: -1px;
}

.navigation__nav-dropdown__col {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 5px 18px;
  vertical-align: top;
  width: 150px;
}

.navigation__nav-dropdown__col:not(:first-child) {
  border-left: solid 1px silver;
}

.navigation__nav-dropdown__list {
  white-space: normal;
}

.navigation__nav-dropdown__item {
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1.1em;
}

.navigation__nav-dropdown__item a {
  color: #626262;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
}

.navigation__nav-dropdown__item a:hover {
  background: #dbe7fd;
}

.navigation__nav-dropdown__item--heading,
.navigation__nav-dropdown__item--heading a {
  color: #203240;
  font-size: 13px;
  font-size: .92857rem;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.navigation__nav-dropdown__item--heading--sub {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .navigation__nav {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 0;
  }

  .navigation__nav {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .navigation__nav {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 0;
  }

  .navigation__nav-item {
    border-left: 1px solid #4B5A6B;
    border-right: 0;
  }

  .navigation__nav-item:last-child {
    border-right: 1px solid #4B5A6B;
  }

  .navigation__nav-dropdown {
    padding: 20px 0;
  }

  .navigation__nav-dropdown__col {
    padding: 5px 18px;
    width: 190px;
  }

  .navigation__nav-dropdown__item a {
    padding: 5px;
  }

  .navigation__nav-dropdown__item--heading,
  .navigation__nav-dropdown__item--heading a {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .navigation__nav-link {
    padding: 0 23px;
  }

  .navigation__nav-item--dropdown .navigation__nav-link {
    padding-right: 35px;
  }

  .navigation__nav-item--dropdown .navigation__nav-link:after {
    right: 15px;
  }

  .navigation__wrapper {
    padding: 0 1.69492%;
  }
}

.navigation-secondary__wrapper {
  height: 40px;
  padding: 0 1.69492% 0 0;
}

.navigation-secondary {
  display: none;
  background-color: #d42c1f;
  border-bottom: none;
  position: relative;
  z-index: 16;
}

.navigation-secondary__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 0;
}

.navigation-secondary__nav-item {
  font-family: "FranklinGothic-MedIt-webfont",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  float: left;
}

.navigation-secondary__nav-item:hover {
  background-color: #ee3123;
}

.navigation-secondary__nav-item:hover .navigation-secondary__nav-link {
  color: white;
}

.navigation-secondary__nav-item--active {
  background-color: #ee3123;
}

.navigation-secondary__nav-item--active .navigation-secondary__nav-link {
  color: white;
}

.navigation-secondary__nav-link {
  color: white;
  padding: 0 15px;
  display: inline-block;
  line-height: 40px;
}

.navigation-secondary__language-selector {
  float: right;
  display: table;
  position: relative;
  height: 30px;
  width: 150px;
  margin-top: 5px;
}

.navigation-secondary__language-button {
  width: 100%;
  height: 100%;
  display: table-cell;
  color: white;
  vertical-align: middle;
  padding: 0 15px 0 8px;
  position: relative;
  font-size: 12px;
  font-size: .85714rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none;
  line-height: 17px;
}

.navigation-secondary__language-button img {
  width: 20px;
  height: 15px;
  border: 1px solid #fff;
}

.navigation-secondary__language-button.dropdown__button--active {
  background-color: #fff;
  color: #626262;
  border-color: #ee3123;
}

.navigation-secondary__language-button.dropdown__button--active .navigation-secondary__language-chevron {
  color: #ee3123;
  padding: 8px 5px;
}

.navigation-secondary__language-button.dropdown__button--active img {
  border: 1px solid #c4312a;
}

.navigation-secondary__dropdown-options .dropdown__item a {
  display: block;
  color: inherit;
}

.navigation-secondary__language-icon {
  position: absolute;
  top: 3px;
  right: 0;
  text-align: center;
  width: 30px;
}

.navigation-secondary__language-chevron {
  font-size: 10px;
  font-size: .71429rem;
  display: block;
  height: 29px;
  padding: 5px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.lt-ie9 .navigation-secondary__language-chevron {
  height: 30px;
}

.navigation-secondary__flag {
  position: relative;
  margin-right: 5px;
  top: 3px;
  width: 20px;
  height: 15px;
  box-sizing: content-box;
  display: inline-block;
}

.navigation-secondary__social {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
  margin-right: 1.69492%;
  text-align: right;
}

.navigation-secondary__icon {
  color: #757575;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 40px;
  margin-right: 10px;
}

.navigation-secondary__icon:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .navigation-secondary {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .navigation-secondary__nav-link {
    padding: 0 23px;
  }

  .navigation-secondary__wrapper {
    padding: 0 1.69492%;
  }
}

@media screen and (min-width: 1401px) {
  .navigation-secondary__language-button {
    font-size: 14px;
    font-size: 1rem;
  }
}

.header {
  background: #ee3123;
}

.header__wrapper {
  overflow: visible;
}

.mobile-back-link,
.mobile-nav-search {
  color: #FFFFFF;
  float: left;
  font-size: 10px;
  font-size: .71429rem;
  padding: 14px 10px 10px 0;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.mobile-back-link.inactive,
.mobile-nav-search.inactive {
  opacity: 0.3;
}

.mobile-back-link [class^=icon],
.mobile-nav-search [class^=icon] {
  font-size: 28px;
  font-size: 2rem;
}

.mobile-nav-search__text {
  line-height: 1.2em;
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: -3px;
  text-align: left;
  width: 35px;
}

.mobile-nav-button {
  display: inline-block;
  float: right;
  height: 23px;
  margin: 21px 1.69492% 0;
  width: 23px;
}

.mobile-nav-button.active .mobile-nav-button__icon {
  background: transparent;
}

.mobile-nav-button.active .mobile-nav-button__icon:before {
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
}

.mobile-nav-button.active .mobile-nav-button__icon:after {
  -ms-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px);
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
}

.mobile-nav-button__icon {
  background: #fff;
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-size: 2.14286rem;
  height: 4px;
  position: relative;
  top: 9px;
  width: 22px;
}

.mobile-nav-button__icon:before,
.mobile-nav-button__icon:after {
  background: #fff;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -8px;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  width: 100%;
}

.mobile-nav-button__icon:after {
  bottom: -8px;
  top: auto;
}

.header__logo-container {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 135px;
}

.logo {
  max-width: 100%;
}

.header__buttons-wrapper {
  padding-right: 110px;
}

.header__buttons {
  display: none;
  text-align: right;
  vertical-align: middle;
  margin-left: 5px;
  padding-top: 14px;
  padding-left: 15px;
  position: relative;
}

.header__buttons .btn {
  margin-left: 10px;
  padding: 10px 15px;
}

.header__buttons .btn--secondary [class^="icon-"],
.header__buttons .btn--secondary [class*='icon-'] {
  padding-left: 10px;
  line-height: 10px;
}

.header__buttons--loggedin .header__buttons-wrapper {
  padding-right: 0;
}

.header__buttons--loggedin .myjet2-navigation {
  display: none;
}

.header__link {
  padding-left: 12px;
  margin-left: 12px;
  font-size: 12px;
  font-size: .85714rem;
  position: relative;
  color: #fff;
}

.header__link:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 2px;
}

.header__link:first-child {
  padding-left: 0;
  margin-left: 0;
}

.header__link:first-child:before {
  display: none;
}

.header__link-item {
  display: inline-block;
  margin-left: 15px;
}

.header__social-link {
  color: #fff;
}

.header__social-link:not(:first-child) {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 15px 0;
  }

  .header__buttons {
    display: block;
    float: right;
    padding-top: 0;
    min-width: 500px;
  }

  .header__links {
    padding-top: 17px;
  }

  .header__logo-container {
    float: left;
    padding-left: 0;
    padding: 7px 0 0;
    width: 200px;
  }

  .mobile-nav-search,
  .mobile-back-link,
  .mobile-nav-button {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .header__wrapper {
    padding: 0 1.69492%;
  }

  .header {
    padding: 20px 0;
  }

  .header__logo-container {
    padding-left: 0;
    padding-top: 0;
    width: 240px;
  }

  .header__logo-container img {
    height: 75px;
  }

  .header__buttons-wrapper {
    padding-right: 120px;
  }

  .mobile-nav-search,
  .mobile-back-link,
  .mobile-nav-button {
    display: none;
  }

  .header__link {
    font-size: 13px;
    font-size: .92857rem;
  }
}

@media screen and (min-width: 1401px) {
  .header__buttons {
    margin-right: 0;
  }

  .header__link {
    font-size: 14px;
    font-size: 1rem;
  }
}

.header-confirmation {
  background: white;
  border-bottom: 8px solid #ee3123;
  text-align: center;
}

.header-confirmation__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-confirmation .header__logo-container {
  padding-top: 0;
  margin-bottom: 0;
  width: 155px;
}

.header-confirmation__right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .header-confirmation {
    border-bottom: solid 10px #ee3123;
  }

  .header-confirmation .header__logo-container {
    padding-left: 0;
    padding-top: 15px;
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }

  .header-confirmation__right {
    width: 74.57627%;
    float: right;
    margin-right: 0;
    display: table;
  }

  .header-confirmation__text-container {
    text-align: right;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    width: 100%;
  }

  .header-confirmation__buttons {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .header-confirmation .header__logo-container {
    width: 190px;
  }

  .header-confirmation__right {
    width: 57.62712%;
    float: right;
    margin-right: 0;
  }
}

.dropdown {
  color: #fff;
  font-size: 12px;
  font-size: .85714rem;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.dropdown__button.dropdown__button--active .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown__options {
  background: white;
  border-color: #ee3123;
  border-style: dotted solid solid solid;
  border-width: 1px 2px 2px 2px;
  box-shadow: -1px 9px 16px -1px rgba(0, 0, 0, 0.3);
  text-align: left;
  color: #626262;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 60;
}

.dropdown__options__numbers {
  width: 20%;
}

.dropdown__options--half {
  width: 50%;
}

.dropdown__options--search {
  width: 74.57627%;
  float: right;
  margin-right: 0;
}

.dropdown__options__right {
  left: auto;
  right: 0;
}

.dropdown__options--grey {
  border-color: silver;
  border-style: solid;
  border-radius: 0px;
  border-width: 1px;
}

.dropdown__options--small {
  font-size: 13px;
  font-size: .92857rem;
  font-weight: 600;
  padding: 10px 5px;
}

.dropdown__options--scrolling {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown__options--myJet2 {
  background-color: #d42c1f;
  color: #FFF;
  border-color: #FFF;
  font-size: 13px;
  font-size: .92857rem;
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 80%;
  width: calc(100% - 8px);
  top: -4px;
}

.dropdown__options--myJet2 .dropdown__item:hover {
  background-color: #b12421;
}

.dropdown__header {
  padding: 10px 5px;
  border-color: #626262;
  border-style: dotted;
  border-width: 1px 0;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 600;
}

.dropdown__item--autocomplete-wrapper {
  display: none;
}

.dropdown__item {
  cursor: pointer;
  position: relative;
}

.dropdown__item a {
  padding: 5px;
}

.dropdown__item:hover {
  background: #dbe7fd;
}

.search .dropdown__item {
  border-bottom: 1px solid #acadb2;
  font-size: 12px;
  font-size: .85714rem;
  padding: 10px;
}

.dropdown__item.dropdown__item--all-airports {
  background-color: #203240;
  border: none;
  color: white;
  text-align: right;
}

.dropdown__item.dropdown__item--error,
.dropdown__item.dropdown__item--characters {
  background-color: #fc6;
  border: none;
  cursor: default;
}

.dropdown__item.dropdown__item--error span,
.dropdown__item.dropdown__item--characters span {
  font-weight: bold;
}

.dropdown__item.dropdown__item--info {
  background-color: #dbe7fd;
  border: none;
  cursor: default;
}

.dropdown__item-highlight {
  color: #ee3123;
  font-size: 11px;
  font-size: .78571rem;
  position: absolute;
  right: 0;
}

.dropdown__options--large {
  font-size: 12px;
  font-size: .85714rem;
  padding: 15px;
}

#jet2 [data-accordion="closed"] [data-accordion-content] {
  display: none;
}

accordion-block__toggle {
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 0;
  text-decoration: underline;
}

.accordion-block__toggle--hide {
  display: none;
}

.accordion-block {
  background: #FFFFFF;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: none;
  margin-top: 10px;
}

.accordion-block__block {
  border: solid 1px silver;
  margin-bottom: -1px;
  position: relative;
}

.accordion-block__block:first-child {
  margin-top: -2px;
}

.accordion-block__block[data-accordion="open"] {
  border-color: #626262;
  z-index: 1;
}

.accordion-block__block--btn {
  cursor: pointer;
  padding: 5px 1.69492%;
  position: relative;
}

[data-accordion="open"] .accordion-block__block--btn {
  background: #f2f2f2;
}

.accordion-block__block--btn:after {
  color: #626262;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00F";
  font-size: 10px;
  font-size: .71429rem;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 3.38983%;
}

[data-accordion="open"] .accordion-block__block--btn:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E012";
}

.accordion-block--with-toggle-component .accordion-block__block--btn:after {
  position: static;
  content: "" !important;
}

.accordion-block__btn-text {
  color: #203240;
  font-weight: 900;
}

.accordion-block--with-toggle-component .accordion-block__btn-text {
  padding-right: 130px;
}

.accordion-block__block--content {
  overflow: hidden;
  padding: 20px;
}

.accordion-block__block--content p {
  font-size: 14px;
  font-size: 1rem;
  margin: 0 0 1em;
}

.accordion-block__block--content p:last-child {
  margin-bottom: 0;
}

.accordion-block__block-image {
  margin: 15px 0;
}

.accordion-block__block-image img {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .accordion-block {
    margin-bottom: 30px;
  }

  .accordion-block__block {
    border-right-width: 1px;
    border-left-width: 1px;
  }

  .accordion-block__block-image {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    margin: 0 0 0 15px;
  }
}

.bundle-notification {
  background-color: #dcf0c2;
  border: 1px solid #098c09;
  color: #203240;
  position: relative;
  padding: 20px 20px 20px 60px;
  margin: 20px 0 0 0;
}

.bundle-notification__icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
  font-size: 20px;
  font-size: 1.42857rem;
}

.bundle-notification__subtitle {
  display: block;
}

@media screen and (min-width: 768px) {
  .bundle-notification {
    margin: 0 0 20px 0;
  }

  .bundle-notification__subtitle {
    display: inline;
  }
}

.car-hire-container {
  display: none;
  padding: 15px;
}

.car-hire-container__inner-col {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .car-hire-container {
    display: block;
    border: none;
    padding: 10px 0 0 0;
  }

  .car-hire-container__inner {
    background-color: #fff;
    border: solid 1px #acadb2;
    display: table;
    padding: 20px;
    width: 100%;
  }

  .car-hire-container__inner-col {
    display: table-cell;
    vertical-align: middle;
  }

  .car-hire-container__inner-col:first-child {
    padding-right: 20px;
  }

  .car-hire-container__inner-col:last-child {
    width: 400px;
  }
}

.check-in-block {
  margin: 0 0 30px;
}

.check-in-block__section {
  padding: 30px;
  position: relative;
}

.check-in-block__section--selection {
  border: 1px solid #acadb2;
  padding: 20px 20px 20px 70px;
  cursor: pointer;
}

.check-in-block__section--selection:first-child {
  border-right-color: #347cf2;
}

.check-in-block__section--selection[data-check-in="active"] {
  background-color: #dbe7fd;
  border: solid 1px #347cf2;
}

.check-in-block__selection-heading {
  margin-top: 0;
  font-size: 16px;
  font-size: 1.14286rem;
  color: #203240;
  font-weight: 700;
}

.check-in-block__selection-text {
  font-size: 14px;
  font-size: 1rem;
  margin-top: 0;
}

.check-in-block__selection-cost {
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  color: #ee3123;
}

.check-in-block__select-options {
  background-color: #f2f2f2;
}

.check-in-circle {
  border-color: silver;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 16px;
  top: 50%;
  width: 16px;
  position: relative;
}

.check-in-circle:after {
  background: #fff;
  border-color: transparent;
  border-radius: 50%;
  border-style: none;
  border-width: 0;
  content: "";
  height: 10px;
  left: 1px;
  margin-top: -5px;
  position: relative;
  top: 50%;
  width: 10px;
  display: block;
}

.check-in-block__section--selection[data-check-in="active"] .check-in-circle:after {
  background: #347cf2;
}

.check-in-circle-container {
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .check-in-block__section--selection:first-child {
    border-bottom-width: 0;
  }

  .check-in-block__section--selection:not(:first-child) {
    border-top-width: 0;
  }
}

@media screen and (min-width: 768px) {
  .check-in-block__section--selection {
    display: table-cell;
    width: 50%;
  }

  .check-in-block__section--selection:last-child {
    border-left: 0;
  }

  .check-in-block__select-options {
    display: table;
    width: 100%;
  }
}

/*------------------------------------*    #CHECKOUT
\*------------------------------------*/

/*-#LAYOUT----------------------------*/

.forms--checkout .form-block__section {
  max-width: 740px;
}

.form-block__section.form-block__section--full-width {
  max-width: none;
}

.form-block__section.form-block__section--no-spaces {
  margin: 0;
  padding: 0;
}

.form-block__text-toggle {
  font-size: 14px;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 0 15px 0 0;
  position: relative;
}

.form-block__text-toggle-label {
  text-decoration: underline;
}

.form-block__text-toggle [class^="icon-"],
.form-block__text-toggle
[class*='icon-'] {
  font-size: 12px;
  font-size: 0.85714rem;
  margin-left: 5px;
}

.forms--checkout__header__title {
  float: left;
}

.form-block__section--right-content {
  float: right;
}

.form-block__hidden-contact,
.form-block__hidden-address {
  display: none;
}

.form-block__section--passenger-address-list {
  display: none;
}

.form-block__section--passenger-chosen-address {
  display: none;
  font-size: 14px;
  font-size: 1rem;
}

.form-block__section--title .form-block__section--passenger-chosen-address {
  line-height: 22px;
}

.form-block__section--passenger-chosen-address .checkout__selected-address {
  background-color: white;
  border-color: #acadb2;
  border-style: solid;
  border-width: 1px;
  margin: 10px 0;
  padding: 10px 15px;
}

.form-block__section--passenger-chosen-address a {
  color: #347cf2;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  text-align: right;
  text-decoration: underline;
}

.payment-details-block {
  font-size: 14px;
  font-size: 1rem;
}

.checkout__secure-payments-image {
  max-width: 120px;
  margin: 0 0 10px 0;
}

.form-block--expanding {
  padding: 0 0 0 40px;
  margin-top: 20px;
  clear: both;
}

.form-block--expanding p {
  margin-top: 0;
}

.myjet2-benefits {
  font-size: 14px;
  font-size: 1rem;
  color: #203240;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  position: relative;
}

.myjet2-benefits:before {
  content: "\E040";
}

.myjet2-benefits:before {
  position: absolute;
  left: 5px;
  top: -1px;
  font-size: 18px;
  font-size: 1.28571rem;
  color: #ee3123;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.form-block--lead-passenger {
  border-bottom: none;
  padding-bottom: 0;
}

.form-element-wrapper--checkbox--sms--label strong {
  color: #098c09;
  font-weight: 900;
}

.promo-code__success-message {
  display: none;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.promo-code__success-message span {
  color: #098c09;
  font-weight: 600;
}

.form-block__section--right-content {
  text-align: right;
}

.form-block--dangerous-goods p {
  font-size: 14px;
  font-size: 1rem;
}

.form-block--dangerous-goods h3,
.form-block--dangerous-goods h4 {
  margin-bottom: 10px;
  line-height: 110%;
}

.form-block--dangerous-goods h3 {
  color: #203240;
}

.form-block--dangerous-goods h4 {
  color: #626262;
  font-size: 18px;
  font-size: 1.28571rem;
}

.form-block--dangerous-goods h4 span {
  color: #ee3123;
  font-weight: bold;
}

.form-block--dangerous-goods__list {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.form-block--dangerous-goods__list-item-wrap {
  margin-bottom: 30px;
}

.form-block--dangerous-goods__list-item-wrap:last-child {
  margin-bottom: 0;
}

.form-block--dangerous-goods__list-item-heading {
  margin-top: 1em;
}

.dangerous-goods-icon {
  width: 100%;
  height: 60px;
  fill: #ee3123;
}

.form-block--dangerous-goods__list {
  display: inline-block;
  border: 1px solid #c0c0c0;
  border-width: 0 0 0 1px;
}

.form-block--dangerous-goods__list--float {
  float: left;
}

.form-block--dangerous-goods__list-item {
  display: block;
  float: left;
  text-align: center;
  color: #192531;
  letter-spacing: -0.5px;
  background-color: white;
  padding: 10px 0;
  width: 33.33%;
  max-width: 112px;
  margin: 0 !important;
  position: relative;
  border: 1px solid #c0c0c0;
  border-width: 1px 1px 0 0;
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 120%;
  /*
    &:before {
    	content:"";
    	background-image: url('../img/140123-dangerous-goods-sprite.gif');
    	background-repeat: no-repeat;
    	width: 50px;
    	height: 50px;
    	display: block;
    	position: absolute;
    	left: 50%;
    	margin-left: -25px;
    	bottom: 10px;
    }
    */
}

.form-block--dangerous-goods__list--2up .form-block--dangerous-goods__list-item {
  width: 50%;
  max-width: 168px;
}

.form-block--dangerous-goods__list-item:nth-last-of-type(-n+3) {
  border-width: 1px 1px 1px 0;
}

.form-block--dangerous-goods__list-item span {
  display: block;
  height: 40px;
  text-align: center;
  display: block;
  position: relative;
  padding: 0 10px;
}

.form-block--dangerous-goods__list-item--acids:before {
  background-position: -4px 0px;
}

.form-block--dangerous-goods__list-item--bleach:before {
  background-position: -68px 0px;
}

.form-block--dangerous-goods__list-item--compressed-gas:before {
  background-position: -132px 0px;
}

.form-block--dangerous-goods__list-item--explosives:before {
  background-position: -198px 0px;
}

.form-block--dangerous-goods__list-item--flammable-liquids:before {
  background-position: -2px -82px;
}

.form-block--dangerous-goods__list-item--ignitable-gas:before {
  background-position: -67px -82px;
}

.form-block--dangerous-goods__list-item--incapacitating-sprays:before {
  background-position: -196px -82px;
}

.form-block--dangerous-goods__list-item--poisons:before {
  background-position: -196px -82px;
}

.form-block--dangerous-goods__list-item--matches-lighters:before {
  background-position: -4px -173px;
}

.form-block--dangerous-goods__list-item--batteries:before {
  background-position: -67px -174px;
}

.checkout__address-list {
  background: #FFFFFF;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  height: 200px;
  overflow-y: scroll;
  position: relative;
}

.checkout__address-list.checkout__address-list--loading {
  overflow: hidden;
}

.checkout__address-list__loader {
  background: #FFFFFF;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.checkout__address-list--loading .checkout__address-list__loader {
  display: block;
}

.checkout__address-list__loader .loader {
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
}

.checkout__addresses {
  border-collapse: separate;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  width: 100%;
}

.checkout__addresses tr {
  cursor: pointer;
}

.checkout__addresses tr.active {
  background-color: #dbe7fd;
}

.checkout__addresses tr.active td {
  border-color: #347cf2;
  border-style: solid;
  border-width: 1px 0 1px 1px;
}

.checkout__addresses tr.active td:nth-child(even) {
  border-width: 1px 1px 1px 0;
}

.checkout__addresses tr.error {
  border: solid 1px red;
}

.checkout__addresses tr.error td {
  height: 200px;
}

.checkout__addresses td {
  border: solid 1px transparent;
  padding: 10px;
}

.checkout__addresses td[align="right"] {
  white-space: nowrap;
}

.checkout__addresses td:nth-child(even) {
  color: #203240;
  font-weight: 600;
}

.add-phone {
  color: #347cf2;
  text-decoration: underline;
}

.phone-remove {
  color: #347cf2;
  display: block;
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: right;
  text-decoration: underline;
  padding: 5px;
}

.myjet-account-heading {
  color: #203240;
}

.myjet-account-heading span {
  font-family: "franklin_gothic_fs_HvyBdIt", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  color: #ee3123;
}

.checkout__link {
  color: #347cf2;
}

/*-#CANCELLATION-COVER------------------------*/

.cancellation-cover {
  position: relative;
}

.cancellation-cover:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent transparent #ee3123;
  position: absolute;
  top: 0;
  left: 0;
}

.cancellation-cover__angled-text {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1em;
  position: absolute;
  top: 7px;
  left: -3px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.checkout-summary {
  display: none;
  border: solid 1px #acadb2;
  border-top: 0;
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 10px 15px;
  text-align: center;
  background-color: #dcf0c2;
  color: #098c09;
  font-weight: bold;
}

.checkout-summary__item {
  display: table;
  width: 100%;
}

.checkout-summary__col {
  display: table-cell;
  text-align: left;
}

.checkout-summary__col--last {
  text-align: right;
}

.checkout-summary__remove {
  color: #626262;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
}

/*-#CREATE ACCOUNT------------------------*/

.create-account {
  margin: 10px 0 30px;
}

.create-account__form-block {
  margin-top: 10px !important;
}

.create-account__text-link {
  color: #347cf2;
  margin: 0;
}

.create-account__join-button {
  min-width: 100px;
  margin-bottom: 10px;
}

/*-#BREAKPOINTS-----------------------------*/

@media screen and (min-width: 768px) {
  .forms--checkout [data-payment-card-details] > .form-column {
    min-width: 420px;
  }

  .forms--checkout .form-column--checkout {
    min-width: 420px;
  }

  .form-block--expanding .form-column {
    margin-bottom: 0;
  }

  .form-block--dangerous-goods__list-item-heading {
    float: right;
    width: calc(100% - 190px);
    margin: 0;
  }

  .forms--checkout .form-block__section--passenger-address {
    max-width: none;
  }

  .form-block--dangerous-goods__list--float-wrap {
    float: left;
  }

  .form-block--dangerous-goods__list-item {
    width: 86px;
  }

  .form-block--dangerous-goods__list--2up .form-block--dangerous-goods__list-item {
    width: 86px;
  }

  .form-block--dangerous-goods__list-item:nth-last-of-type(-n+6) {
    border-width: 1px 1px 1px 0;
  }

  .checkout__addresses td {
    padding: 10px 20px;
  }

  .checkout__addresses td:last-child {
    white-space: nowrap;
  }

  .form-block__section--passenger-chosen-address .checkout__selected-address {
    padding: 20px 25px;
  }

  .checkout__secure-payments-image {
    top: 0;
    position: absolute;
    right: 0;
    max-width: none;
  }
}

.confirmation__header-print-button {
  display: none;
}

.confirmation__heading {
  margin-left: 0;
}

.confirmation__flight-details {
  border: 1px solid silver;
  margin-bottom: 20px;
  padding: 10px 15px 10px 60px;
  color: #203240;
}

.confirmation__flight-details-direction {
  position: relative;
}

.confirmation__title {
  margin-bottom: 25px;
}

.confirmation__flight-details-direction [class^="icon-"],
.confirmation__flight-details-direction [class*=" icon-"] {
  position: absolute;
  left: -40px;
}

.confirmation__passenger-section-title [class^="icon-"],
.confirmation__passenger-section-title [class*=" icon-"] {
  position: absolute;
  left: -40px;
}

.confirmation__more-btn [class^="icon-"],
.confirmation__more-btn [class*=" icon-"] {
  font-size: 10px;
  font-size: .71429rem;
}

.confirmation__passenger {
  border: 1px solid silver;
  margin-bottom: 20px;
}

.confirmation-table,
.confirmation__flight-details-table {
  text-align: left;
  width: 100%;
}

.confirmation-table {
  margin-bottom: 10px;
}

.confirmation-table td {
  padding-bottom: 10px;
}

.confirmation-table tr:last-child td {
  padding-bottom: 0;
}

.confirmation__passenger-item {
  width: 70%;
}

.confirmation__flight-details-table-item {
  text-align: right;
}

.confirmation__passenger-section {
  border-bottom: 1px dashed silver;
  padding-left: 40px;
}

.confirmation__passenger-section:last-child {
  border-bottom: 0;
}

.confirmation__more-btn {
  margin-bottom: 10px;
  display: inline-block;
}

.confirmation__passenger-section-title {
  float: left;
  position: relative;
  max-width: 60%;
}

.confirmation__passenger-section-price {
  float: right;
}

.confirmation__passenger[data-accordion="open"] .confirmation__passenger-btn .confirmation__passenger-price {
  color: #347cf2;
}

.confirmation__passenger-section-header {
  padding: 10px 0;
}

.confirmation__passenger-btn {
  cursor: pointer;
  position: relative;
  padding: 14px 80px 14px 20px;
}

.confirmation__passenger-btn:before {
  position: absolute;
  background-color: #e3e3e3;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  content: "";
}

.confirmation__passenger[data-accordion="open"] .confirmation__passenger-btn:before {
  display: none;
}

.confirmation__passenger-name {
  color: #203240;
  max-width: 80%;
}

.confirmation__passenger[data-accordion="open"] .confirmation__passenger-name {
  color: #347cf2;
}

.confirmation__passenger-content {
  padding: 0 20px;
}

.confirmation__passenger-btn [class^="icon-chevron"] {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  color: #203240;
}

.confirmation__passenger[data-accordion="open"] [class^="icon-chevron"] {
  color: #347cf2;
}

.confirmation__passenger-btn .icon-chevron-down,
.confirmation__passenger-btn .icon-chevron-up {
  display: none;
}

.confirmation__passenger[data-accordion="closed"] .icon-chevron-down {
  display: inline-block;
}

.confirmation__passenger[data-accordion="open"] .icon-chevron-up {
  display: inline-block;
}

.confirmation__total-booking-applied-discount,
.confirmation__total-discount-description {
  border-bottom: 1px solid silver;
  padding-left: 40px;
  line-height: 2;
}

.confirmation__total-booking-wrapper {
  margin: 0 0 40px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  background-color: #fcfcfc;
  padding: 1rem 20px;
}

.confirmation__total-booking {
  margin-top: 0.3em;
}

.confirmation__total-booking-price {
  margin-bottom: 0;
}

.confirmation__total-smallprint {
  font-size: 10px;
  font-size: .71429rem;
}

.confirmation-block {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid silver;
  text-align: center;
}

.confirmation-block__list-item {
  color: #203240;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.confirmation-block__list-item:before {
  position: absolute;
  left: 0;
  top: 4px;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E040";
  font-size: 12px;
  font-size: .85714rem;
}

.confirmation__header {
  text-align: center;
}

.confirmation-block__icon {
  font-size: 55px;
  font-size: 3.92857rem;
}

.confirmation__promotion {
  border: solid 1px silver;
  padding: 20px;
  margin-bottom: 20px;
}

.confirmation__promotion-wrapper {
  display: table;
  width: 100%;
}

.confirmation__promotion-content,
.confirmation__promotion-offer {
  display: table-cell;
}

.confirmation__promotion-content {
  width: 60%;
  vertical-align: middle;
}

.confirmation__promotion-offer {
  width: 40%;
  text-align: right;
}

.confirmation__promotion-saving {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .confirmation__passenger-name {
    float: left;
  }

  .confirmation__passenger-price {
    float: right;
  }

  .confirmation__passenger-content {
    padding: 0 80px 0 20px;
  }

  .confirmation__flight-details {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .confirmation__flight-details:last-child {
    float: right;
    margin-right: 0;
  }

  .confirmation__header-print-button {
    float: right;
    margin-left: 40px;
    display: inline-block;
  }

  .confirmation__header {
    text-align: left;
  }

  .confirmation__flight-details--oneway {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .confirmation__flight-details--oneway:last-child {
    float: none;
  }

  .confirmation__passenger-section-title {
    max-width: 80%;
  }

  .confirmation-block,
  .confirmation__passenger,
  .confirmation__promotion {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .confirmation-block:nth-child(2n),
  .confirmation__passenger:nth-child(2n),
  .confirmation__promotion:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  .confirmation__passenger:nth-child(2n+1),
  .confirmation__promotion:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 1025px) {
  .confirmation-block {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }

  .confirmation-block:nth-child(2n) {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }

  .confirmation-block:last-child {
    float: right;
    margin-right: 0;
  }
}

.payment-details-block {
  background: #f2f2f2;
  border: solid 1px silver;
  font-size: 14px;
  font-size: 1rem;
  padding: 25px;
}

.payment__card-options {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.payment__card-options__item {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 50px;
}

.payment__card-options__item img {
  display: inline-block;
  vertical-align: middle;
}

.payment__card--text {
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1;
  margin-top: 3px;
}

.payment__card-fees {
  font-size: 12px;
  font-size: .85714rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.payment__card-fees--disclaimer {
  margin-bottom: 0;
}

.payment-card__input-split--label {
  color: #203240;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
}

.payment-card__input-split--inputs .form-column {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 43.75%;
}

.payment-card__input-split--inputs .form-column--full {
  width: 100%;
}

.payment-card__input-split--inputs .form-column--separator {
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 12.5%;
}

.payment-card__mini-field {
  overflow: hidden;
  width: 100%;
}

.checkout__selection-summary.selection-summary {
  text-align: center;
}

.checkout__selection-summary .selection-summary__total {
  text-align: center;
}

.checkout__selection-summary.selection-summary {
  margin: 0;
  width: 100%;
}

.payment__card-details-wrapper {
  margin-bottom: 20px;
}

.payment__card-details-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  .payment__card-options {
    float: left;
    margin-bottom: 0;
    width: auto;
  }

  .payment__card-details-wrapper {
    margin-bottom: 0;
  }

  #jet2 .form-column.payment-card__cvv {
    width: 30%;
  }

  .payment-details-block__column {
    clear: both;
  }

  .tabbed-block--heading {
    width: 550px;
  }

  .tabbed-block--content {
    border-top-right-radius: 10px;
  }

  .tabbed-block__content {
    padding-bottom: 25px;
  }

  .tabbed-block__tab-link {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  .checkout__selection-summary,
  .checkout__selection-summary.selection-summary {
    margin: 0;
    width: 100%;
  }

  .checkout__selection-summary.selection-summary {
    margin-bottom: 0 0 20px;
  }

  .checkout__selection-summary .selection-summary__total {
    float: left;
    text-align: left;
  }

  .payment__card-fees__item {
    display: inline-block;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .payment-details-block {
    margin-bottom: 30px;
  }

  .checkout__selection-summary .selection-summary__total {
    float: left;
    width: 65% !important;
    text-align: right;
  }

  .checkout__selection-summary .selection-summary__inner {
    float: right;
    width: 100%;
  }

  .checkout__selection-summary .selection-summary__inner .action-bar__btn {
    float: left;
    width: 30%;
  }
}

.forms--checkout__header__progress {
  border-right: none;
  height: 50px;
  list-style: none;
  padding: 15px 23px;
  margin: 0;
  display: block;
  position: relative;
}

.forms--checkout__header__progress:hover {
  background: inherit;
}

.forms--checkout__header__progress__item {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
  margin-right: 20px;
  position: relative;
}

.form--checkout__header__progress__item__number {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 5px;
  position: relative;
  background-color: #203240;
  border: solid 1px silver;
  color: silver;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  z-index: 1;
}

.forms--checkout__header__progress__item--complete .form--checkout__header__progress__item__number {
  background-color: #098c09;
  border-color: #098c09;
  color: #FFFFFF;
}

.forms--checkout__header__progress__item--active .form--checkout__header__progress__item__number {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #203240;
}

.form--checkout__header__progress__item__text {
  display: none;
}

.form--checkout__header__progress__item__link {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .form--checkout__header__progress__item__text {
    color: silver;
    display: block;
    float: left;
    line-height: 22px;
  }

  .forms--checkout__header__progress__item--active .form--checkout__header__progress__item__text,
  .forms--checkout__header__progress__item--complete .form--checkout__header__progress__item__text {
    color: #FFFFFF;
  }
}

.currency-menu__flyout {
  overflow: hidden;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  z-index: 5;
}

.selection-summary__total .currency-menu__flyout {
  background-color: #d42c1f;
  margin-bottom: 10px;
}

.running-total--toppage .currency-menu__flyout,
.running-total .currency-menu__flyout {
  background-color: #203240;
}

.currency-menu__trigger {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-size: .85714rem;
  margin: 5px 0 10px;
  text-align: center;
}

.currency-menu__trigger [class^=icon] {
  display: inline-block;
  margin-right: 4px;
}

.currency-menu__trigger.currency-menu__trigger--open [class^=icon] {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.currency-menu__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.currency-menu__item {
  border-bottom: 1px dotted #FFFFFF;
}

.selection-summary__total .currency-menu__item--close {
  background-color: #b12421;
}

.running-total--toppage .currency-menu__item--close,
.running-total .currency-menu__item--close {
  background-color: #18252f;
  border-bottom: 0;
}

.currency-menu__item-button {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-size: .85714rem;
  padding: 7px 10px;
  text-align: right;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.selection-summary__total .currency-menu__item--selected .currency-menu__item-button,
.selection-summary__total .currency-menu__item-button:hover {
  background-color: #b12421;
}

.running-total--toppage .currency-menu__item--selected .currency-menu__item-button,
.running-total .currency-menu__item--selected .currency-menu__item-button,
.running-total--toppage .currency-menu__item-button:hover,
.running-total .currency-menu__item-button:hover {
  background-color: #347cf2;
}

.currency-menu__item-label {
  width: 47.5%;
  float: left;
  text-align: left;
}

.currency-menu__item-rate {
  float: right;
  width: 47.5%;
  text-align: right;
}

.currency-menu__loader {
  border-bottom: 0;
  color: #FFFFFF;
  display: none;
  padding: 8px 10px;
  text-align: center;
}

.currency-menu__loader [class^=icon] {
  font-size: 15px;
  font-size: 1.07143rem;
}

.currency-menu__selected-currency {
  color: #FFFFFF;
  margin: 10px 0 0;
  text-align: center;
}

.selection-summary__total .currency-menu__selected-currency {
  background-color: #b12421;
}

.running-total--toppage .currency-menu__selected-currency,
.running-total .currency-menu__selected-currency {
  background-color: #347cf2;
}

.currency-menu__selected-currency__text,
.currency-menu__selected-currency__loader {
  display: none;
  padding: 10px;
}

.currency-menu__selected-currency__text {
  font-size: 12px;
  font-size: .85714rem;
}

.currency-menu__selected-currency__total {
  display: block;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 30px;
}

.currency-menu__selected-currency__total strong {
  display: inline-block;
  font-size: 30px;
  font-size: 2.14286rem;
  font-weight: 600;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

@media screen and (min-width: 768px) {
  .currency-menu__selected-currency,
  .currency-menu__trigger {
    text-align: right;
  }

  .selection-summary__total .currency-menu__selected-currency,
  .selection-summary__total .currency-menu__trigger {
    text-align: left;
  }

  .currency-menu__item-label {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }

  .currency-menu__item-rate {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
}

.dialogue {
  width: 100%;
  position: fixed;
  max-height: 100%;
  display: none;
  opacity: 0;
  z-index: 100;
  bottom: 0;
  font-size: 14px;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
}

.dialogue:before {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #203240;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lt-ie9 .dialogue:before {
  display: none;
}

.dialogue--open.dialogue--open:before {
  opacity: .7;
}

.dialogue--open {
    display: block;
    opacity: 1;
}

.dialogue__loaded-content {
  margin: 20px 0 0;
}

.dialogue--top {
  bottom: auto;
  top: 0;
}

.dialogue__inner {
  position: relative;
  background-color: #f2f2f2;
  height: 100%;
  z-index: 2;
}

.dialogue__preloader {
  padding: 40px;
  position: relative;
  margin: 0 auto 40px;
  width: 50%;
}

.dialogue__content {
  padding: 25px;
  position: relative;
  overflow: auto;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  -webkit-overflow-scrolling: touch;
}

.dialogue__content--aggregator {
  padding: 0;
}

.dialogue__content h1,
.dialogue__content h2,
.dialogue__content h3,
.dialogue__content h4 {
  color: #203240;
  font-family: "Open Sans",sans-serif;
  font-weight: 900;
  margin: 1em 0;
}

.dialogue__content .textright {
  text-align: right;
}

.dialogue__content th {
  padding: 10px 0 5px;
  text-align: left;
}

.dialogue__content p {
  margin: 1.69492% 0 0 0;
}

.dialogue__content p:first-child {
  margin-top: 0;
}

.dialogue__content ul {
  padding: 0 0 0 20px;
}

.dialogue__content ul li {
  margin: 0 0 20px;
}

.dialogue__content.dialogue__content--sections {
  padding: 0;
}

.dialogue--share .dialogue__content {
  padding-top: 0;
}

.dialogue__content--thin {
  max-width: 310px;
  margin: 0 auto;
}

.dialogue__content--no-footer {
  max-height: 100vh;
}

.dialogue__section {
  padding: 25px 25px 15px 25px;
  overflow: hidden;
}

.dialogue__section.dialogue__section--secondary {
  padding-top: 0;
  padding-bottom: 25px;
  background-color: #dddee0;
}

.dialogue__close-btn {
  background: #ee3123;
  color: #FFFFFF;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.dialogue__close-text {
  margin: 20px 0 0;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.dialogue__footer {
  border-top: 1px solid #acadb2;
  padding: 10px 25px;
  text-align: center;
}

.dialogue__icon-success {
  color: #098c09;
}

.dialogue__icon-error {
  color: #d42c1f;
}

.dialogue__icon-warning {
  color: #fa8818;
}

.dialogue__icon-info {
  color: #347cf2;
}

.dialogue__alertheading {
  font-size: 14px;
  font-size: 1rem;
}

.dialogue__heading {
  color: #626262;
  position: relative;
  padding: 2px 0 0 35px;
}

.dialogue__heading--no-icon {
  padding: 2px 0 0;
}

.dialogue__heading,
#jet2 .dialogue__heading {
  margin: 0 0 1em;
}

.dialogue__header {
  background-color: #d42c1f;
  padding: 40px 50px 30px;
  display: block;
}

h3.dialogue__header-title {
  color: white;
}

.dialogue__content h3.dialogue__header-title {
  color: white;
}

.dialogue__heading-icon {
  font-size: 30px;
  font-size: 2.14286rem;
  position: absolute;
  top: 0;
  left: 0;
}

.dialogue__heading-icon {
  font-size: 24px;
  font-size: 1.71429rem;
}

.dialogue__button {
  min-width: 49%;
  display: inline-block;
  width: auto;
}

.dialogue__primary-buttons--adjacent .dialogue__button {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.dialogue__primary-buttons--adjacent .dialogue__button:last-child {
  float: right;
  margin-right: 0;
}

.dialogue__footer--with-link .dialogue__primary-buttons {
  margin-bottom: 10px;
}

.dialogue__text {
  font-size: 14px;
  font-size: 1rem;
}

.dialogue__link {
  font-size: 12px;
  font-size: .85714rem;
  padding-top: 10px;
  text-decoration: underline;
}

.dialogue__link--left {
  float: left;
}

.dialogue__link--right {
  float: right;
}

.dialogue [data-selector="invalid"],
.dialogue [data-selector="error"] {
  display: none;
}

.runningtotal-optionalextras thead {
  display: none;
}

.dialogue__bags-total {
  text-align: right;
  padding-right: 20px;
  color: #203240;
}

.dialogue__bags-price {
  font-size: 16px;
  font-size: 1.14286rem;
}

.dialogue__recent-search {
  width: 100%;
  border-top: 1px solid silver;
}

.form__input-wrapper--inline {
  border: 1px solid #acadb2;
  height: 42px;
  margin-bottom: 10px;
}

.form__input-wrapper--inline:nth-last-of-type(-n+2) {
  margin-bottom: 5px;
}

.form-element-wrapper__label {
  display: block;
  color: white;
  text-align: left;
  background-color: #acadb2;
  padding: 5px;
}

.form-element-wrapper__label small {
  display: block;
}

.form-element-wrapper__label--inline {
  display: inline-block;
  height: 40px;
  line-height: 30px;
  width: 50%;
  float: left;
}

@media screen and (min-width: 768px) {
  .form-element-wrapper__label--inline {
    width: 90px;
  }
}

.select-wrap {
  border: 1px solid #acadb2;
  display: block;
  overflow: hidden;
  height: 42px;
  background-color: white;
  cursor: pointer;
  position: relative;
}

.select-wrap:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00D";
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  z-index: 3;
  color: #203240;
  text-align: center;
  font-size: 12px;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

.select-wrap select {
  width: 130%;
  height: 40px;
  display: block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 8px 5px;
  margin: 0;
}

.select-wrap--inline {
  display: inline-block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  border: none;
}

@media screen and (min-width: 768px) {
  .select-wrap--inline {
    width: calc(100% - 90px);
  }
}

.dialogue-kickback__header {
  padding: 25px;
  background-color: #ee3123;
  border-bottom: 2px solid #fff;
  position: relative;
  color: white;
}

.dialogue-kickback__body {
  padding: 25px;
  background-color: #203240;
  margin-bottom: 15px;
}

.dialogue-kickback__body--grey {
  background-color: #f2f2f2;
}

.dialogue-kickback__list-icon {
  margin-right: 10px;
}

.dialogue-kickback__roundel {
  position: absolute;
  right: 25px;
  top: 10px;
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #ee3123;
  text-align: center;
  padding: 17px 0;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.dialogue-kickback__roundel-large,
.dialogue-kickback__roundel-small {
  display: block;
  line-height: 1;
}

.dialogue-kickback__roundel-large {
  font-size: 22px;
  font-size: 1.57143rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .dialogue__content:not(.dialogue__content--no-footer):not(.dialogue__content--aggregator) {
    min-height: 140px;
    max-height: calc(100vh - 190px) !important;
  }
}

@media screen and (min-width: 768px) {
  .dialogue {
    top: 0;
    bottom: auto !important;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-height: 604px) {
  .dialogue {
    top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .dialogue__inner {
    margin-top: 100px;
    width: 670px;
    text-align: left;
    display: inline-block;
  }

  .dialogue-share__text {
    display: inline-block;
  }

  .dialogue__heading {
    padding: 2px 0 0 45px;
  }

  .dialogue__heading--no-icon {
    padding: 2px 0 0;
  }

  .dialogue__heading-icon {
    font-size: 30px;
    font-size: 2.14286rem;
  }

  .dialogue__content {
    padding: 60px 60px 44px 60px;
    max-height: 540px;
  }

  .dialogue--share .dialogue__content {
    padding-top: 0;
  }

  .dialogue__content--aggregator {
    padding: 0;
  }

  .dialogue__content--no-footer {
    max-height: 100%;
  }

  .dialogue__footer {
    padding: 20px;
  }

  .dialogue__section {
    padding: 25px 50px 15px 50px;
  }

  .dialogue__bags-total {
    padding-right: 15px;
  }

  .dialogue__button {
    min-width: 200px;
  }

  .dialogue__button--left {
    float: left;
  }

  .dialogue__button--right {
    float: right;
  }

  .dialogue__recent-search {
    width: 50%;
  }

  .dialogue-kickback__header--roundel {
    padding-right: 135px;
  }

  .dialogue-kickback__list-item {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .dialogue__button {
    width: 100%;
    margin-top: 10px;
  }

  .dialogue__button:first-child {
    margin-top: 0;
  }
}

.dialogue-cross-sell {
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  display: none;
  opacity: 0;
  z-index: 100;
  font-size: 14px;
  font-size: 1rem;
}

.dialogue-cross-sell:before {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #203240;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dialogue-cross-sell__close {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 3;
  padding: 7px 10px;
  top: -20px;
  right: 10px;
}

.dialogue-cross-sell__close [class^="icon-"] {
  position: relative;
  top: 2px;
}

.dialogue-cross-sell__inner {
  background-color: #fff;
}

.dialogue-cross-sell__header {
  background-size: cover;
  min-height: 220px;
  padding: 20px;
  position: relative;
}

.dialogue-cross-sell__header-logo-container {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 8px;
  border-bottom-right-radius: 4px;
}

.dialogue-cross-sell__title {
  color: #fff;
  padding: 10px;
  border: 4px solid #fff;
  background-color: rgba(255, 255, 255, 0.25);
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 20px;
}

[data-cross-sell-title-top="true"] .dialogue-cross-sell__title {
  bottom: auto;
  top: 20px;
}

.dialogue-cross-sell__title--white {
  border: none;
  background: #fff;
  color: #626262;
  line-height: 1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.dialogue-cross-sell__title-large {
  font-size: 30px;
  font-size: 2.14286rem;
  display: block;
  font-weight: bold;
}

.dialogue-cross-sell__content {
  font-weight: 900;
  position: relative;
}

[data-cross-sell-content="simple"] .dialogue-cross-sell__content {
  padding: 25px;
}

[data-cross-sell-content="list"] .dialogue-cross-sell__content {
  padding: 10px 25px 25px 25px;
}

.dialogues-cross-sell__content-flights {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid silver;
}

.dialogues-cross-sell__content-title {
  line-height: 1;
  float: left;
  font-size: 16px;
  font-size: 1.14286rem;
}

.dialogues-cross-sell__content-title [class^="icon-"],
.dialogues-cross-sell__simple-list-item [class^="icon-"] {
  font-size: 14px;
  font-size: 1rem;
  color: #098c09;
  margin-right: 5px;
  display: inline-block;
}

.dialogues-cross-sell__content-price {
  line-height: 1;
  float: right;
  font-size: 22px;
  font-size: 1.57143rem;
}

.dialogues-cross-sell__headline {
  text-align: center;
}

[data-cross-sell-type="citybreaks"] .dialogues-cross-sell__headline {
  color: red;
}

[data-cross-sell-type="holidays"] .dialogues-cross-sell__headline {
  color: #4290db;
}

.dialogues-cross-sell__simple-list {
  margin: 0;
  padding: 0;
  float: left;
  max-width: 150px;
}

.dialogues-cross-sell__simple-list-item {
  font-size: 16px;
  font-size: 1.14286rem;
  list-style: none;
  margin-bottom: 5px;
}

.dialogues-cross-sell__promo {
  float: right;
  text-align: center;
  font-weight: 300;
}

.dialogues-cross-sell__promo-price {
  font-weight: 900;
  font-size: 22px;
  font-size: 1.57143rem;
}

.dialogues-cross-sell__promo-price small {
  font-size: 18px;
  font-size: 1.28571rem;
}

.dialogue-cross-sell__footer {
  padding: 0 25px 25px 25px;
}

[data-cross-sell-content="comparison"] .dialogue-cross-sell__footer {
  padding-top: 25px;
}

[data-cross-sell-type="citybreaks"] .dialogues-cross-sell__btn-close {
  background-color: red;
  border-color: red;
  color: #fff;
}

[data-cross-sell-type="citybreaks"] .dialogues-cross-sell__btn-close:hover {
  background-color: #e60000;
  border-color: #e60000;
}

[data-cross-sell-type="holidays"] .dialogues-cross-sell__btn-close {
  background-color: #4290db;
  border-color: #4290db;
  color: #fff;
}

[data-cross-sell-type="holidays"] .dialogues-cross-sell__btn-close:hover {
  background-color: #2d83d7;
  border-color: #2d83d7;
}

[data-cross-sell-type="citybreaks"] .dialogues-cross-sell__btn-continue {
  background-color: red;
  border-color: red;
  color: #fff;
}

[data-cross-sell-type="citybreaks"] .dialogues-cross-sell__btn-continue:hover {
  background-color: #e60000;
  border-color: #e60000;
}

[data-cross-sell-type="holidays"] .dialogues-cross-sell__btn-continue {
  background-color: #4290db;
  border-color: #4290db;
  color: #fff;
}

[data-cross-sell-type="holidays"] .dialogues-cross-sell__btn-continue:hover {
  background-color: #2d83d7;
  border-color: #2d83d7;
}

.dialogues-cross-sell__table {
  width: 100%;
  font-size: 16px;
  font-size: 1.14286rem;
}

.dialogues-cross-sell__table tr {
  border-top: 1px solid #e3e3e3;
}

.dialogues-cross-sell__table tr:first-child {
  border-top: none;
}

.dialogues-cross-sell__table td,
.dialogues-cross-sell__table th {
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}

.dialogues-cross-sell__table td:first-child,
.dialogues-cross-sell__table th:first-child {
  text-align: left;
}

.dialogues-cross-sell__table td:last-child,
.dialogues-cross-sell__table th:last-child {
  border-right: none;
}

.dialogues-cross-sell__table th {
  padding-top: 10px;
}

.dialogues-cross-sell__table td {
  background-color: #fff;
}

.dialogues-cross-sell__table img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dialogues-cross-sell__table--list td,
.dialogues-cross-sell__table--list th {
  width: 50%;
}

.dialogues-cross-sell__table--comparison {
  position: relative;
  margin-top: -51px;
}

.dialogues-cross-sell__table--comparison th {
  background-color: #fff;
}

.dialogues-cross-sell__table--comparison th:first-child {
  background-color: transparent;
  border: none;
}

.dialogues-cross-sell__table--comparison th:nth-child(2) {
  border-top-left-radius: 5px;
}

.dialogues-cross-sell__table--comparison td,
.dialogues-cross-sell__table--comparison th {
  width: 33.33%;
}

.dialogues-cross-sell__table--comparison td:first-child {
  padding-left: 25px;
}

.dialogues-cross-sell__table-price {
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: 900;
}

.dialogues-cross-sell__table-price-text {
  font-size: 12px;
  font-size: .85714rem;
}

.dialogues-cross-sell__list-icon {
  font-size: 24px;
  font-size: 1.71429rem;
  color: #098c09;
  line-height: 1;
}

.dialogues-cross-sell__table-footer {
  font-size: 12px;
  font-size: .85714rem;
}

.dialogue-cross-sell__footer-right {
  margin-bottom: 10px;
}

.dialogues-cross-sell__promo-shape {
  font-weight: 300;
  color: #fff;
  display: inline-block;
  position: absolute;
}

[data-cross-sell-type="citybreaks"] .dialogues-cross-sell__promo-shape {
  background-color: #272462;
}

[data-cross-sell-type="holidays"] .dialogues-cross-sell__promo-shape {
  background-color: #d1020e;
}

.dialogues-cross-sell__promo-shape--circle {
  border-radius: 50%;
  padding: 15px;
  width: 105px;
  height: 105px;
  line-height: 1.4em;
  text-align: center;
  right: 24.5%;
  bottom: 16%;
}

[data-cross-sell-type="holidays"] .dialogues-cross-sell__promo-shape--circle {
  top: 120px;
  bottom: auto;
}

@media screen and (min-width: 768px) {
  .dialogue-cross-sell {
    width: 600px;
  }

  [data-cross-sell-content="simple"] {
    width: 400px;
  }

  [data-cross-sell-content="list"] {
    width: 480px;
  }

  .dialogues-cross-sell__simple-list {
    max-width: none;
  }

  .dialogue-cross-sell__footer-left {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }

  .dialogue-cross-sell__footer-right {
    width: 57.62712%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.form__input-wrapper--inline {
  border: 1px solid #acadb2;
  height: 42px;
  margin-bottom: 10px;
}

.form__input-wrapper--inline:nth-last-of-type(-n+2) {
  margin-bottom: 10px;
}

.child-age-block .form__input-wrapper--half:last-child {
  float: left;
}

.form-element-wrapper__label {
  display: block;
  color: white;
  text-align: left;
  background-color: #203240;
  padding: 5px;
}

.form-element-wrapper__label small {
  display: block;
}

.form-element-wrapper__label--inline {
  display: inline-block;
  height: 40px;
  line-height: 30px;
  width: 50%;
  float: left;
}

@media screen and (min-width: 768px) {
  .form-element-wrapper__label--inline {
    width: 90px;
  }
}

.form__input-wrapper--third {
  border: none;
}

.child-age-block__item {
  display: none;
}

.child-age-block__item:after {
  content: "";
  display: table;
  clear: both;
}

.dialogue__loader {
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 1;
}

.select-wrap {
  display: block;
  overflow: hidden;
  height: 42px;
  background-color: white;
  cursor: pointer;
  position: relative;
}

.select-wrap:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00D";
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  z-index: 2;
  color: #203240;
  text-align: center;
  font-size: 12px;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

.select-wrap select {
  width: 130%;
  height: 40px;
  display: block;
  position: relative;
  z-index: 3;
  border: none;
  background-color: transparent;
  padding: 8px 5px;
  margin: 0;
}

.select-wrap--inline {
  display: inline-block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  border: none;
}

@media screen and (min-width: 768px) {
  .select-wrap--inline {
    width: calc(100% - 90px);
  }
}

.passenger-age-block__children-select {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.passenger-age-block__children-select:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.passenger-age-block__children-select .select-wrap {
  margin-bottom: 10px;
}

.passenger-age-block__ages-select {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .passenger-age-block__ages-select {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .passenger-age-block__ages-select:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}

.dialogue--aggregator .dialogue__inner {
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.dialogue--aggregator .dialogue__header-title {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.dialogue--aggregator .form-element-wrapper__label {
  padding: 5px 10px;
}

.dialogue--aggregator__logo-container {
  width: 40.67797%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .dialogue--aggregator__logo-container {
    width: 32.20339%;
  }
}

.dialogue--aggregator .select-wrap--inline {
  line-height: normal;
}

.dialogue--aggregator .dialogue-kickback__header:after {
  content: "";
  display: table;
  clear: both;
}

.dialogue--aggregator .dialogue__content {
  max-height: 100vh;
}

.dialogue--aggregator .validation-message {
  width: 100%;
}

.dialogue--aggregator .form-element-wrapper {
  border: none;
}

.edit-search {
  width: 100%;
  left: 0;
  right: 0;
  position: fixed;
}

.edit-search:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background-color: #203240;
  opacity: 0;
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.edit-search.edit-search--active:before,
.edit-search.dialogue--open:before {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  visibility: visible;
}

.edit-search__dropdown {
  background: #ee3123;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 32;
}

.edit-search .wrapper--forms-search {
  -webkit-transform: translateZ(0);
}

.edit-search__heading {
  color: #FFFFFF;
}

.edit-search__heading h2 {
  color: #FFFFFF;
}

.edit-search__heading {
  border-bottom: dotted 1px #FFFFFF;
  padding: 20px 3.38983%;
}

.edit-search__heading h2 {
  display: inline-block;
  float: left;
  margin: 0;
}

.edit-search__close {
  background: #ee3123;
  color: #FFFFFF;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.edit-search__close .icon-close {
  position: relative;
  top: 2px;
}

.edit-search .search {
  overflow-y: auto;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

html:not(.ios8) .edit-search .search {
  -webkit-overflow-scrolling: touch;
}

.edit-search__dropdown--overlay-visible .search {
  overflow: hidden;
}

.edit-search .search__wrapper {
  height: 100%;
}

.edit-search--aggregator-lander {
  text-align: left;
}

.edit-search--aggregator-lander .edit-search__dropdown {
  display: block;
}

.edit-search--aggregator-lander .recent-searches-button-wrapper {
  display: none;
}

.edit-search--aggregator-lander .hide-on-lander {
  display: none;
}

.edit-search--aggregator-lander__logo-container {
  width: 40.67797%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .edit-search--aggregator-lander__logo-container {
    width: 32.20339%;
  }
}

.edit-search--aggregator-lander .error-overview {
  margin-top: 20px;
}

.edit-search--aggregator-lander p {
  color: white;
  text-align: left;
  font-weight: normal;
}

.edit-search--aggregator-lander .aggregator-flight-details {
  margin: 20px 0;
}

.edit-search--aggregator-lander .aggregator-flight-details:after {
  content: "";
  display: table;
  clear: both;
}

.edit-search--aggregator-lander .aggregator-flight-details__half {
  width: 50%;
  float: left;
}

.edit-search--aggregator-lander .aggregator-flight-details__half p {
  text-align: center;
  margin: 5px;
  line-height: 1;
}

.edit-search--aggregator-lander .aggregator-flight-details__value {
  font-weight: 700;
}

.edit-search--aggregator-lander .search__cta i {
  display: none;
}

.edit-search--aggregator-lander .error-overview {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .edit-search {
    padding: 0;
    top: 0;
    bottom: 0;
    display: none;
  }

  .edit-search.edit-search--active {
    display: block;
    overflow: hidden;
    z-index: 100;
  }

  .edit-search .edit-search__dropdown {
    height: 100%;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .edit-search .edit-search__dropdown.edit-search__dropdown--overlay-visible {
    border: 0;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .edit-search {
    z-index: 61;
    top: 30px;
  }

  .edit-search:before {
    z-index: 30;
  }

  .edit-search__dropdown {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75%;
  }

  .edit-search__heading h2 {
    float: left;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .edit-search__current-location {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    line-height: 30px;
    padding: 0;
    text-align: right;
  }

  form {
    font-size: 14px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .edit-search__dropdown {
    width: 50%;
  }
}

.fare-change__cost {
  font-size: 22px;
  font-size: 1.57143rem;
}

.fare-change__cost--old {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
}

.fare-change__cost--new {
  color: #203240;
  margin-top: 0;
}

.fare-change__price {
  font-weight: 900;
}

.flights-full__search-form {
  border: solid 2px silver;
  position: relative;
}

.flights-full__search-container {
  margin-bottom: 20px;
}

.flights-full__table {
  margin-bottom: 20px;
}

.flights-full__col-container {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .flights-full__search-container,
  .flights-full__alt-options {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .flights-full__alt-options {
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .flights-full__search-container,
  .flights-full__alt-options {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%;
  }

  .flights-full__alt-options {
    float: right;
    margin-right: 0;
  }
}

.footer-navigation {
  background-color: #ee3123;
}

.footer-navigation__col-wrapper {
  padding: 20px 0;
  max-width: 90%;
  width: 960px;
}

.footer-navigation__col {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.footer-navigation__col:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.footer-navigation__item {
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  padding-bottom: 5px;
}

.footer-navigation__item--header {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-size: 1.14286rem;
  margin: 10px 0 5px;
}

.footer-navigation__link {
  color: #fff;
}

.footer-navigation__accordion-btn {
  padding: 20px 5%;
  position: relative;
}

.footer-navigation__accordion-btn:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00D";
  color: #FFFFFF;
  font-size: 12px;
  font-size: .85714rem;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 5%;
}

[data-accordion="open"] .footer-navigation__accordion-btn:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E010";
}

@media screen and (min-width: 768px) {
  .footer-navigation__col {
    border-bottom: 0;
    margin: 0;
    padding: 1px 0 0 0;
  }

  .footer-navigation__col-wrapper {
    margin: 40px auto 0 auto;
    padding: 40px 20px;
    position: relative;
    display: block !important;
  }

  .footer-navigation__col {
    margin: 0;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding: 0 3.38983%;
  }

  .footer-navigation__col:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 50px;
    height: calc(100% - 60px);
    width: 1px;
    background-color: #fff;
    left: 33%;
  }

  .lt-ie9 .footer-navigation__col:after {
    display: none;
  }

  .footer-navigation__col:nth-of-type(2):after {
    left: 65%;
  }

  .footer-navigation__col--last {
    float: right;
    margin-right: 0;
  }

  .footer-navigation__col--last:after {
    display: none;
  }

  .footer-navigation__item--header {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

.footer-top {
  padding-top: 20px;
  background-color: #203240;
  text-align: center;
}

.footer-top .btn {
  font-size: 14px;
  font-size: 1rem;
  padding: 8px 20px 12px;
}

.footer-top .btn i {
  font-size: 21px;
  font-size: 1.5rem;
  position: relative;
  left: auto;
  top: 3px;
  margin: auto;
  padding: 0 5px 0 0;
}

.footer-top__social {
  font-size: 24px;
  font-size: 1.71429rem;
  margin-bottom: 10px;
  display: block;
}

.footer-top__social-link {
  color: #979797;
  padding: 10px;
}

.footer-top__social-link:hover {
  color: #fff;
}

.footer-top .btn--transparent-white {
  font-size: 17px;
  font-size: 1.21429rem;
}

.footer-top .btn--transparent-white:hover {
  color: #203240;
}

.footer {
  background-color: #203240;
  clear: both;
  text-align: center;
  padding: 25px 0 40px;
  position: relative;
}

.footer,
.footer .footer__text {
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1.8em;
}

.footer__text {
  color: #fff;
  margin: 0 0 5px;
}

.footer__text--awards {
  color: #fc6;
}

.footer__link {
  color: #FFFFFF;
  display: block;
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__list-item {
  display: inline-block;
  line-height: 1em;
  position: relative;
}

.footer__list-item:not(:first-child) {
  border-left: solid 1px #acadb2;
  margin-left: 8px;
  padding-left: 8px;
}

.footer__list-link {
  color: #FFFFFF;
  font-size: 12px;
  font-size: .85714rem;
}

.footer__dart {
  color: #acadb2;
}

@media screen and (min-width: 768px) {
  .footer__text a {
    display: inline;
  }
}

.forms {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.forms:after {
  content: " ";
  display: block;
  clear: both;
}

.dialogue .forms {
  margin-bottom: 0;
}

.forms--search {
  background-color: #ee3123;
}

.form-block {
  background-color: #f2f2f2;
  border: 1px solid silver;
  padding: 20px 20px 10px;
  display: block;
  margin: 0 0 30px;
}

.dialogue .form-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.form-block--white {
  background-color: #fff;
}

.form-block--extra-tp {
  padding-top: 35px;
  margin-bottom: 0;
}

.form-block--dangerous-goods {
  border: none;
  padding: 0;
}

.form-block--hidden {
  display: none;
}

.form-block__section {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.form-block__section:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.edit-search .form-block__section {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-block__section__title {
  color: #203240;
}

.form-block__section__title-spacer {
  padding-top: 10px;
}

.form-heading {
  font-size: 13px;
  font-size: .92857rem;
  margin-bottom: 10px;
}

.form-heading a {
  text-decoration: underline;
}

.form-heading__align-left {
  float: left;
}

.form-heading__align-right {
  float: right;
}

.form-heading__small {
  font-size: 10px;
  font-size: .71429rem;
}

.form-row {
  position: relative;
}

.form-row--spacer {
  padding: 15px 0;
}

.form-row--spacer-top {
  padding: 15px 0 0 0;
}

.form-row--spacer-bottom {
  padding: 0 0 15px 0;
}

.dialogue .form-row--login {
  display: none;
}

.form-row--center {
  text-align: center;
}

.form-row--error {
  background-color: #fecdc9;
  border-color: #ee3123;
  border-style: solid;
  border-width: 2px;
  display: none;
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
}

.form-row--error.form-row--error--in-view {
  display: block;
}

.form-row--error .error-icon {
  color: #ee3123;
  font-size: 16px;
  font-size: 1.14286rem;
  left: -2px;
  position: absolute;
  top: 2px;
}

.form-row--error .form-column {
  position: relative;
}

.error-heading {
  font-size: 16px;
  font-size: 1.14286rem;
  padding-left: 20px;
}

.form-block__hidden-block {
  position: relative;
  display: none;
}

.form-block__hidden-block-toggle__icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}

.form-block__hidden-block-toggle__icon:before {
  position: absolute;
  right: 0;
  top: 0;
}

.form-block__hidden-block-toggle--active .form-block__hidden-block-toggle__icon:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-block__hidden-block__clear-btn {
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: inline-block;
  color: #626262;
  display: none;
}

.form-row__inner {
  margin-bottom: 15px;
}

.form-row__inner:last-child {
  margin-bottom: 0;
}

.form-column {
  margin-bottom: 10px;
}

.luggage-selection__split:last-child .form-column {
  margin-bottom: 0;
}

.form-column--mobile-half {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.form-column--mobile-half:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.form-column--reset {
  float: right;
  margin-right: 0;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 20px 0 0 0;
  text-align: right;
}

.form-element-wrapper {
  border: 1px solid silver;
  position: relative;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.form-element-wrapper.form-element-wrapper--inactive {
  opacity: 0.3;
  pointer-events: none;
}

.form-element-wrapper.form-element-wrapper--error {
  border-color: #ee3123;
}

.form-element-wrapper.form-element-wrapper--error.form-element-wrapper--radio,
.forms--search .form-element-wrapper.form-element-wrapper--error.form-element-wrapper--radio {
  background-color: transparent;
  border: 0;
}

.form-element-wrapper.form-element-wrapper--error.form-element-wrapper--radio label,
.forms--search .form-element-wrapper.form-element-wrapper--error.form-element-wrapper--radio label {
  background-color: transparent;
}

.form-element-wrapper.form-element-wrapper--active {
  border-color: #347cf2;
}

.form-element-wrapper.form-element-wrapper--active input,
.form-element-wrapper.form-element-wrapper--active textarea {
  color: #626262;
}

.form-element-wrapper.form-element-wrapper--counter {
  border: none;
}

.form-element-wrapper.form-element-wrapper--complete {
  border-color: #098c09;
}

.form-element-wrapper.form-element-wrapper--checkbox,
.form-element-wrapper.form-element-wrapper--radio {
  border-color: transparent;
}

.form-element-wrapper.form-element-wrapper--container {
  border-color: #626262;
  background-color: #f2f2f2;
  padding: 15px;
}

.form-element-wrapper.form-element-wrapper--container label:before {
  margin-top: -10px;
  top: 50%;
}

.form-element-wrapper.form-element-wrapper--container label:after {
  margin-top: -5px;
  top: 50%;
}

.form-element-wrapper.form-element-wrapper--container--icon {
  padding: 15px 15px 15px 65px;
}

.form-element-wrapper.form-element-wrapper--container--icon i {
  display: block;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: #dddee0;
  position: absolute;
  top: 0;
  left: 0;
  color: #203240;
  font-size: 20px;
  font-size: 1.42857rem;
}

.form-element-wrapper.form-element-wrapper--container--icon i:before {
  display: block;
  position: relative;
  top: 50%;
  margin-top: -12px;
}

.form-element-wrapper.form-element-wrapper--title {
  width: 45%;
  max-width: 200px;
}

.validation-message {
  background-color: #ee3123;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-size: 0.85714rem;
  display: none;
  opacity: 0;
  margin: 10px 0 4px 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  position: relative;
}

.validation-message--instant-deals {
  opacity: 1;
  display: block;
}

.validation-message--instant-deals .validation-message__text,
.validation-message--instant-deals .validation-message__footer {
  display: inline-block;
  float: right;
  width: 20%;
}

.validation-message--instant-deals .validation-message__text {
  margin: 0 0 10px;
  float: left;
  width: 75%;
  font-size: 12px;
}

.validation-message--instant-deals .validation-message__text,
.validation-message--instant-deals .validation-message__link {
  color: #ffffff;
}

.validation-message--instant-deals .validation-message__link {
  text-decoration: underline;
}

.validation-message:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #ee3123 transparent;
  position: absolute;
  bottom: 100%;
  left: 5px;
}

.validation-message.validation-message--active {
  display: inline-block;
  opacity: 1;
}

.forms--search .validation-message {
  background: #fecdc9;
  border: none;
  margin: 0;
  padding: 5px 15px;
  width: 100%;
  color: #ee3123;
}

.forms--search .validation-message:before {
  display: none;
}

.form__asterisk {
  font-size: 14px;
  font-size: 1rem;
}

.form-column__success {
  border: solid 1px #acadb2;
  border-top: 0;
  display: table;
  font-size: 13px;
  font-size: .92857rem;
  padding: 10px 15px;
  width: 100%;
  text-align: center;
  display: none;
}

.form-column__success-col {
  display: table-cell;
  text-align: left;
}

.form-column__success-col--last {
  text-align: right;
}

label {
  color: #626262;
  font-size: 14px;
  font-size: 1rem;
}

.false-label {
  color: #203240;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}

input {
  border: none;
  background: transparent;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  padding: 15px;
  height: 48px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.form-element-wrapper--input-text input:focus,
.form-element-wrapper--input-textarea input:focus {
  background: white;
  outline: none;
  color: #626262;
}

.form-element-wrapper--show-label input:focus {
  background-color: transparent;
}

textarea {
  border: none;
  background: transparent;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  padding: 15px;
  resize: none;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

textarea:focus {
  background: white;
  outline: none;
}

.form-element-wrapper--show-label textarea:focus {
  background: transparent;
}

@media screen and (min-width: 768px) {
  .forms--center {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .dialogue .forms--center {
    width: 70%;
  }

  .form-column.form-column--half {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .form-column.form-column--half:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  .form-column.form-column--third {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  .form-column.form-column--third:nth-child(3n) {
    float: right;
    margin-right: 0;
  }

  .form-column.form-column--two-thirds {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }

  .form-column.form-column--quarter {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }

  .form-column.form-column--quarter:nth-child(4n) {
    float: right;
    margin-right: 0;
  }

  .form-column.form-column--three-quarters {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }

  .form-column.form-column--fifth {
    width: 18.64407%;
    float: left;
    margin-right: 1.69492%;
  }

  .form-column.form-column--fifth:nth-child(5n) {
    float: right;
    margin-right: 0;
  }

  .form-column.form-column--last {
    float: right;
    margin-right: 0;
  }

  .form-column.form-column--reset {
    float: right;
    margin-right: 0;
  }

  .form-column.form-column--fluid {
    float: left;
    width: auto;
  }

  .form-column--bm-half {
    margin-bottom: 10px;
  }

  .form-column--no-bm {
    margin-bottom: 0;
  }

  .form-column--tm {
    margin-top: 20px;
  }

  .form-block__hidden-block-toggle--right {
    float: right;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .form-block {
    padding: 30px 30px 20px;
  }

  .dialogue .form-block {
    border: none;
    padding: 0;
  }

  .form-block--dangerous-goods {
    border: none;
    padding: 0;
  }
}

.form-element-wrapper--checkbox label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.form-element-wrapper--checkbox label:before {
  background-color: white;
  border-color: silver;
  border-style: solid;
  border-width: 1px;
  border-radius: 1px;
  content: "";
  cursor: pointer;
  height: 20px;
  left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 0;
  width: 20px;
}

.form-element-wrapper--checkbox label:after {
  color: #347cf2;
  font-size: 10px;
  font-size: .71429rem;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
}

.form-element-wrapper--checkbox label.checked:before {
  border-color: #347cf2;
}

.form-element-wrapper--checkbox label.checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #347cf2;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E04F";
}

.form-element-wrapper--checkbox label.highlighted:before {
  border-color: #626262;
}

.form-element-wrapper--checkbox label.disabled {
  color: silver;
  cursor: default;
}

.form-element-wrapper--checkbox label.disabled:before,
.form-element-wrapper--checkbox label.disabled:after {
  cursor: default;
}

.form-element-wrapper--checkbox label.disabled:before {
  border-color: silver;
}

.form-element-wrapper--checkbox input {
  display: none;
}

.search .form-element-wrapper--checkbox--small label {
  padding-left: 25px;
}

.search .form-element-wrapper--checkbox--small label:before {
  background-color: transparent;
  border-color: #FFF;
  height: 15px;
  width: 15px;
  margin-top: 1px;
}

.search .form-element-wrapper--checkbox--small label:after {
  color: #FFF;
  left: 3px;
  top: 4px;
}

.search .form-element-wrapper--checkbox--small label:hover {
  border-color: #FFF;
  color: #FFF;
}

.search .form-element-wrapper--checkbox--small label:hover:before {
  border-color: #FFF;
}

.search .form-element-wrapper--checkbox--small label.checked:before {
  border-color: #FFF;
}

.search .form-element-wrapper--checkbox--small label.checked:after {
  color: #FFF;
}

@media screen and (min-width: 1025px) {
  .form-element-wrapper--checkbox label:hover:before {
    border-color: #347cf2;
  }

  .form-element-wrapper--checkbox label:hover.disabled {
    color: silver;
  }

  .form-element-wrapper--checkbox label:hover.disabled:before {
    border-color: silver;
  }

  .form-element-wrapper--checkbox label:hover.disabled:after {
    display: none;
  }

  .form-element-wrapper--checkbox label.checked:before {
    border-color: #347cf2;
  }

  .form-element-wrapper--checkbox label.checked:after {
    color: #347cf2;
  }
}

.form-element-wrapper--input-text {
  background-color: white;
}

.form-element-wrapper--input-text label {
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  background-color: white;
}

.form-element-wrapper--input-text label,
.form-element-wrapper--input-text label a {
  color: #979797;
  pointer-events: none;
  cursor: text;
}

.forms--search .form-element-wrapper--input-text label,
.forms--search .form-element-wrapper--input-text label a {
  pointer-events: auto;
}

.form-element-wrapper--input-text input {
  color: #3d3d3d;
  position: relative;
  z-index: 1;
  height: 50px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  width: 100%;
}

.form-element-wrapper--input-text input::-ms-clear {
  display: none;
}

.form-element-wrapper--input-text.form-element-wrapper--show-label label {
  font-size: 11px;
  font-size: .78571rem;
  padding: 8px 15px 22px;
  color: silver;
}

.form-element-wrapper--input-text.form-element-wrapper--show-label input {
  padding: 22px 15px 8px;
  background-color: transparent;
}

.form-element-wrapper--input-text.form-element-wrapper--show-label.form-element-wrapper--input-text--plain input {
  padding: 15px;
}

.form-element-wrapper--input-text.form-element-wrapper--complete:before {
  background-color: white;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 12px;
  font-size: .85714rem;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  color: #098c09;
  z-index: 1;
}

.form-element-wrapper--input-text.form-element-wrapper--active {
  border-color: #347cf2;
}

.forms--search .form-element-wrapper--input-text.form-element-wrapper--complete,
.forms--search .form-element-wrapper--input-text.form-element-wrapper--active {
  border-color: silver;
}

.forms--search .form-element-wrapper--input-text.form-element-wrapper--complete:before,
.forms--search .form-element-wrapper--input-text.form-element-wrapper--active:before {
  display: none;
}

.form-element-wrapper--input-static {
  background-color: white;
}

.form-element-wrapper--input-static input {
  width: 100%;
  height: 50px;
}

.form-element__copy-button--copied {
  color: #098c09;
}

.form-element-wrapper--input-button input {
  float: left;
  display: block;
  width: 75%;
}

.form-element-wrapper--input-button a {
  width: 25%;
  display: block;
  float: right;
  height: 50px;
  padding: 15px;
  position: relative;
  border-left: 1px solid silver;
  text-align: center;
}

.form-element__card-preview {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 35px;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.form-element-wrapper--input-text--with-card.form-element-wrapper--show-label input,
.form-element-wrapper--input-text--with-card.form-element-wrapper--show-label label {
  padding-left: 60px;
}

.form-element-wrapper--input-text--with-card.form-element-wrapper--show-label .form-element__card-preview {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.form-element-wrapper--input-text--clear input {
  padding-right: 50px;
}

.form-element-wrapper--input-text--clear .clear-input {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  z-index: -1;
  outline: none;
  -webkit-transition: z-index 300ms 300ms;
  transition: z-index 300ms 300ms;
}

.form-element-wrapper--input-text--clear .clear-input:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E018";
  color: silver;
  right: 0;
  margin-top: -7px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
}

.form-element-wrapper--input-text--clear .clear-input.active {
  opacity: 1;
  z-index: 2;
}

.form-element-wrapper--input-text--clear.form-element-wrapper--complete input {
  padding-right: 60px;
}

.form-element-wrapper--input-text--uppercase input {
  text-transform: uppercase;
}

.form-element-wrapper--spoof-input {
  word-wrap: break-word;
  padding: 15px;
  background: #fff;
}

.form-element-wrapper--input-text.form-element-wrapper--input-password input {
  padding-right: 60px;
}

.form-element-wrapper--input-text.form-element-wrapper--input-password input::-ms-clear {
  display: none;
}

.form-element-wrapper--complete .form-element-wrapper--input-text.form-element-wrapper--input-password input {
  padding-right: 80px;
}

.form__password-text {
  color: #347cf2;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  line-height: 1;
  z-index: 1;
  font-size: 14px;
  font-size: 1rem;
}

.form-element-wrapper--complete .form__password-text {
  right: 35px;
}

.form__password-text--hide {
  display: none;
}

.form-element-wrapper--radio {
  display: inline-block;
  float: left;
  padding: 15px 15px 5px 0;
}

.search__month-selector .form-element-wrapper--radio {
  padding: 10px 15px 15px 0;
}

.form-element-wrapper--radio label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.form-element-wrapper--radio label:before,
.form-element-wrapper--radio label:after {
  background: white;
  border-color: silver;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 20px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 20px;
}

.form-element-wrapper--radio label:after {
  background-color: #347cf2;
  border: none;
  height: 8px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 6px;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  width: 8px;
}

.form-element-wrapper--radio label.checked:before {
  border-color: #347cf2;
}

.form-element-wrapper--radio label.checked:after {
  opacity: 1;
  background-color: #347cf2;
}

.form-element-wrapper--radio label.disabled {
  color: silver;
  cursor: default;
}

.form-element-wrapper--radio label.disabled:before,
.form-element-wrapper--radio label.disabled:after {
  cursor: default;
}

.form-element-wrapper--radio label.disabled:before {
  border-color: silver;
}

.form-element-wrapper--radio input {
  display: none;
}

.form-element-wrapper--radio--no-tm {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .form-element-wrapper--radio label:hover:before {
    border-color: #347cf2;
  }

  .form-element-wrapper--radio label:hover.disabled {
    color: silver;
  }

  .form-element-wrapper--radio label:hover.disabled:before {
    border-color: silver;
  }

  .form-element-wrapper--radio label:hover.disabled:after {
    display: none;
  }

  .form-element-wrapper--radio label:hover.checked:before {
    border-color: #347cf2;
  }

  .form-element-wrapper--radio label:hover.checked:after {
    background-color: #347cf2;
  }
}

.form-element-wrapper--select select,
.form-element-wrapper--select-with-label select {
  color: #979797;
  cursor: pointer;
  height: 50px;
  width: 100%;
  padding: 15px;
  display: block;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  appearance: none;
  font-size: 14px;
  font-size: 1rem;
  border: none;
  background-color: white;
  background-color: transparent;
  border-radius: 0;
}

html[data-useragent*='MSIE 10.0'] .form-element-wrapper--select select,
.lt-ie10 .form-element-wrapper--select select,
html[data-useragent*='MSIE 10.0'] .form-element-wrapper--select-with-label select,
.lt-ie10 .form-element-wrapper--select-with-label select {
  z-index: 5;
}

.form-element-wrapper--select select.has-value,
.form-element-wrapper--select-with-label select.has-value {
  color: #3d3d3d;
}

.form-element-wrapper--select select:focus,
.form-element-wrapper--select-with-label select:focus {
  outline: 0;
}

.form-element-wrapper--select select::-ms-expand,
.form-element-wrapper--select-with-label select::-ms-expand {
  display: none;
}

.form-element-wrapper--select select option,
.form-element-wrapper--select-with-label select option {
  color: #3d3d3d;
}

.form-element-wrapper--select label,
.form-element-wrapper--select-with-label label {
  height: 50px;
  padding: 15px;
  position: relative;
  width: 50%;
  z-index: 2;
  cursor: pointer;
  background-color: white;
}

.form-element-wrapper--select label,
.search .form-element-wrapper--select label,
.form-element-wrapper--select-with-label label,
.search .form-element-wrapper--select-with-label label {
  color: #203240;
}

.form-element-wrapper--select label:before,
.form-element-wrapper--select-with-label label:before {
  background-color: silver;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.form-element-wrapper--select {
  background-color: white;
}

.form-element-wrapper--select:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00D";
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00D";
  color: #3d3d3d;
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 4;
  pointer-events: none;
}

.form-element-wrapper--select:after {
  border-left: 1px solid silver;
  content: "";
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 3;
  pointer-events: none;
  background-color: #fff;
}

.form-element-wrapper--select label {
  display: none;
}

.form-element-wrapper--select.form-element-wrapper--active {
  border-color: silver;
}

.form-element-wrapper--select.form-element-wrapper--active label {
  color: #626262;
}

.form-element-wrapper--select.form-element-wrapper--error label {
  color: #ee3123;
}

.form-element-wrapper--select.form-element-wrapper--error .dropdown-btn {
  border-color: #ee3123;
}

.form-element-wrapper--select.form-element-wrapper--complete label {
  color: #203240;
}

.form-element-wrapper--select.form-element-wrapper--complete .dropdown-btn {
  border-color: #098c09;
}

.forms--search .form-element-wrapper--select.form-element-wrapper--complete {
  border-color: silver;
}

.form-element-wrapper--select-with-label {
  background-color: #FFFFFF;
  height: 50px;
}

.form-element-wrapper--select-with-label.form-element-wrapper--select-with-label:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00D";
  color: #203240;
  font-size: 14px;
  font-size: 1rem;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
}

.lt-ie10 .form-element-wrapper--select-with-label.form-element-wrapper--select-with-label:after {
  display: none;
}

.form-element-wrapper--select-with-label select,
.form-element-wrapper--select-with-label label {
  background: transparent;
  float: left;
}

.form-element-wrapper--select-with-label label {
  cursor: default;
}

.form-element-wrapper--select-with-label select {
  color: #626262;
  float: right;
  padding-left: 15px;
  padding-right: 45px;
  width: 50%;
}

.lt-ie10 .form-element-wrapper--select-with-label select {
  padding-right: 5px;
}

.form-element-wrapper--select-with-label .form-element-wrapper--select-with-label__double-label {
  color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-element-wrapper--select-with-label .form-element-wrapper--select-with-label__double-label small {
  display: block;
  line-height: 11px;
}

.form-element-wrapper--textarea label {
  color: silver;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  background-color: white;
}

.form-element-wrapper--textarea textarea {
  position: relative;
  z-index: 1;
}

.form-element-wrapper--textarea.form-element-wrapper--error textarea {
  color: #ee3123;
}

.form-element-wrapper--textarea.form-element-wrapper--show-label label {
  font-size: 11px;
  font-size: .78571rem;
  padding: 8px 15px 22px;
}

.form-element-wrapper--textarea.form-element-wrapper--show-label textarea {
  padding: 20px 15px 10px;
}

.form-element-wrapper--textarea.form-element-wrapper--complete {
  border-color: #098c09;
}

.form-element-wrapper--textarea.form-element-wrapper--complete textarea {
  color: #626262;
}

.form-element-wrapper--textarea.form-element-wrapper--active {
  border-color: #347cf2;
}

.form-element-wrapper--textarea.form-element-wrapper--active textarea {
  color: #626262;
}

.form-element-wrapper--counter .form-element-wrapper__counter-btn,
.form-element-wrapper--counter .form-element-wrapper__counter-value {
  display: inline-block;
}

.form-element-wrapper--counter .form-element-wrapper__counter-btn {
  background: #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  border: solid 1px #347cf2;
  color: #347cf2;
}

.form-element-wrapper--counter .form-element-wrapper__counter-value {
  color: #203240;
  padding: 0 10px;
  text-align: center;
  min-width: 75px;
}

.form-element-wrapper--counter .form-element-wrapper__counter-value,
.form-element-wrapper--counter .form-element-wrapper__counter-value [counter-value],
.form-element-wrapper--counter .form-element-wrapper__counter-value .form-element-wrapper__counter-hint {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
}

.form-element-wrapper--counter .form-element-wrapper__counter-value [counter-value] {
  font-size: 35px;
  font-size: 2.5rem;
  font-weight: 900;
}

.form-element-wrapper--counter .form-element-wrapper__counter-value .form-element-wrapper__counter-hint {
  font-size: 12px;
  font-size: .85714rem;
  padding-left: 2px;
}

.form-element-wrapper--counter .form-element-wrapper__counter-value .form-element-wrapper__counter-hint [class^=icon] {
  display: block;
  font-size: 25px;
  font-size: 1.78571rem;
}

.form-element-wrapper--counter .form-element-wrapper__counter-btn--inactive {
  border-color: #acadb2;
  color: #acadb2;
  cursor: default;
}

.form-element-wrapper--counter input {
  display: none;
}

.forms--search {
  padding: 10px 0 0;
}

.forms--search .form-element-wrapper--input-text label {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  color: #fff;
  background-color: #acadb2;
  height: auto;
  left: 0;
  top: 0;
  margin-right: 0;
  padding: 13px 8px;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.forms--search .form-element-wrapper--input-text input {
  float: left;
  width: 76.27119%;
  margin-right: 0;
  -webkit-transition: none;
  transition: none;
  height: 45px;
  padding: 0px 15px;
}

.forms--search .form-element-wrapper--input-text--date input {
  cursor: pointer;
  padding-right: 75px;
}

.forms--search .form-element-wrapper--input-text--date .date-input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 2;
  outline: none;
}

.forms--search .form-element-wrapper--input-text--date .date-input:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00B";
  font-size: 18px;
  font-size: 1.28571rem;
  color: #203240;
  right: 0;
  margin-top: -10px;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.forms--search .form-element-wrapper--input-text--date .date-input:after {
  background-color: silver;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.forms--search .form-element-wrapper--input-text--date .form-element-wrapper--input-text--date__input-mask {
  background: url(#);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.forms--search .form-element-wrapper--input-text--list input {
  padding-right: 80px;
}

.forms--search .form-element-wrapper--input-text--list .list-input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  line-height: 45px;
  z-index: 2;
  outline: none;
  color: #203240;
  font-size: 12px;
  font-size: .85714rem;
  padding: 0 10px;
  text-decoration: underline;
}

.forms--search .form-element-wrapper--input-text--list .list-input:after {
  background-color: silver;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.forms--search .form-element-wrapper--input-text--list .clear-input {
  right: 70px;
  background-color: white;
}

.forms--search .form-element-wrapper--month-picker.month-selected:before {
  background-color: #347cf2;
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 10px;
  z-index: 0;
}

.forms--search .form-element-wrapper--month-picker label {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  color: #203240;
  height: auto;
  left: 0;
  margin: 0;
  padding: 15px;
  position: relative;
  top: 0;
  -webkit-transition: none;
  transition: none;
}

.forms--search .form-element-wrapper--month-picker label:before {
  background-color: silver;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.forms--search .form-element-wrapper--select-with-label label {
  padding-right: 8px;
  padding-left: 8px;
}

.forms--search .form-element-wrapper--select-with-label .form-element-wrapper--select-with-label__double-label {
  background-color: #acadb2;
  color: #fff;
  padding: 8px;
}

.forms--search .form-element-wrapper--select-with-label .form-element-wrapper--select-with-label__double-label small {
  font-size: 10px;
}

.forms--search .form-element-wrapper--select-with-label select {
  padding: 15px 6px;
}

.forms--search .form-element-wrapper--select-with-label:after {
  right: 8px;
}

.forms--search .child-ages__wrapper .form-column--half label {
  width: 50%;
  font-size: 12px;
  padding: 17px 8px;
  background-color: #acadb2;
  color: #fff;
}

.forms--search .child-ages__wrapper .form-column--half select {
  width: 50%;
  font-size: 12px;
  padding-left: 8px;
}

.forms--search .child-ages__wrapper .form-column--half:after {
  font-size: 12px;
}

.forms--search label.depart-list,
.forms--search label.return-list,
.forms--search label.depart-calendar,
.forms--search label.return-calendar {
  cursor: pointer;
}

.forms--search .form-element-wrapper--select-with-label--short .form-element-wrapper--select-with-label__double-label {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  padding-top: 15px;
}

.forms--search .form-element-wrapper--select-with-label--short select {
  width: 74.57627%;
  float: right;
  margin-right: 0;
}

.wrapper--forms-search {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .wrapper--forms-search {
    padding: 0 3.38983%;
  }
}

/*------------------------------------*    #FORM MESSAGE (INFO/ERROR PANELS)
\*------------------------------------*/

/*-#LAYOUT----------------------------*/

.form-message {
  border: solid 2px;
  padding: 20px;
  margin-bottom: 20px;
}

.form-message--info {
  background-color: #dbe7fd;
  border-color: #347cf2;
}

.form-message--info ul,
.form-message--info li {
  color: #347cf2;
}

.form-message--error {
  background-color: #ffefee;
  border-color: red;
}

.form-message--error.form-message--instant-deals {
  border-color: #098c09;
  background-color: #dcf0c2;
}

.form-message--error ul,
.form-message--error li {
  color: #ee3123;
}

.form-message__title {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.form-message__title [class^=icon] {
  position: absolute;
  top: 1px;
  left: 0;
}

.form-message--error .form-message__title {
  color: #ee3123;
}

.form-message--error.form-message--instant-deals .form-message__title {
  color: #098c09;
}

.form-message--info .form-message__title {
  color: #347cf2;
}

.form-message__title--reduced {
  font-size: 14px;
  font-size: 1rem;
}

.form-message__contents {
  padding-left: 25px;
}

[data-instant-deal-validation-top] .form-message__contents {
  font-weight: bold;
}

.form-message__contents ul {
  margin-bottom: 10px;
  padding-left: 18px;
}

.form-message__contents ul li {
  line-height: 1.8em;
}

[data-instant-deal-validation-top] .form-message__contents ul li {
  color: #626262;
  font-weight: bold;
}

.form-message__contents a {
  text-decoration: underline;
  cursor: pointer;
}

.form-message__contents a:hover {
  text-decoration: none;
}

.form-message__contents .btn {
  text-decoration: none;
  width: auto;
}

/*-#BREAKPOINTS-----------------------*/

@media screen and (min-width: 768px) {
  .form-message {
    padding: 30px 40px;
  }

  .form-message__title [class^=icon] {
    font-size: 20px;
    font-size: 1.42857rem;
    left: -15px;
  }
}

.full-width-banner {
  background-size: cover;
  height: 110px;
  background-position: center center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .full-width-banner {
    height: 150px;
  }
}

@media screen and (min-width: 1025px) {
  .full-width-banner {
    height: 180px;
  }
}

.home-banner-container .slick-track {
  overflow: hidden;
}

.home-banner:not(:first-child) {
  display: none;
}

.slick-initialized .home-banner:not(:first-child) {
  display: block;
}

.home-banner-container {
  height: 645px;
  display: none;
  z-index: 0;
}

.home-banner {
  position: relative;
  height: 645px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-banner__link {
  display: block;
  min-height: 490px;
}

.home-banner__wrapper {
  position: relative;
  z-index: 1;
}

.home-banner__content {
  position: relative;
  width: 49.15254%;
  float: right;
  margin-right: 0;
}

.home-banner__editable-content {
  position: relative;
  min-height: 220px;
}

.home-banner__heading {
  max-width: 100%;
}

.home-banner__btn {
  background-color: #203240;
  color: #fff;
  float: right;
}

.home-banner__btn-icon {
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.home-banner__round {
  display: table;
  width: 200px;
  height: 200px;
  padding: 10px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border: 9px solid;
  color: #fff;
  border-radius: 100px;
  background-color: #ee3123;
}

.home-banner__round-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.home-banner__round-price,
.home-banner__round-text {
  margin: 0;
  display: block;
}

.home-banner__round-text {
  font-size: 15px;
  color: #fff;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.home-banner__round-text--highlight {
  color: #fff100;
}

.home-banner__round-price {
  font-size: 50px;
  line-height: .9;
  color: #fff100;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.slick-dots {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  border: 1px solid;
  color: #fff;
  width: 35px;
  height: 35px;
  background-color: #ee3123;
  display: block;
  padding: 0;
  font-size: 18px;
  font-size: 1.28571rem;
}

.home-banner--text-slider .slick-dots {
  width: 100%;
}

.lt-ie10 .slick-dots {
  z-index: 9999;
}

.slick-active button {
  background-color: #203240;
}

@media screen and (min-width: 768px) {
  .home-banner-container {
    display: block;
    position: relative;
  }

  .home-banner__content {
    padding-top: 40px;
  }

  .home-content {
    position: relative;
  }

  .home-banner__round {
    height: 175px;
    width: 175px;
  }

  .home-banner__round-text {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .home-banner__round-price {
    font-size: 60px;
    font-size: 4.28571rem;
  }

  .home-banner__round-text-large {
    font-size: 22px;
    font-size: 1.57143rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-banner-container .slick-track {
    overflow: hidden;
    height: 600px;
  }

  .home-banner-container {
    height: 600px;
  }

  .home-banner {
    height: 600px;
  }

  .home-banner__link {
    min-height: 440px;
  }

  .home-banner__content {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }

  .home-banner__round {
    height: 200px;
    width: 200px;
  }

  .home-banner__round-text {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .home-banner__round-price {
    font-size: 75px;
    font-size: 5.35714rem;
  }

  .home-banner__round-text-large {
    font-size: 24px;
    font-size: 1.71429rem;
  }

  .slick-dots {
    bottom: 38px;
  }

  .home-banner--text-slider .slick-dots {
    width: 100%;
  }
}

@media screen and (min-width: 1801px) {
  .home-banner {
    background-size: auto;
  }
}

.weather-banner-header {
  display: block;
  margin-bottom: 25px;
  position: relative;
  height: 160px;
  padding: 0;
}

.weather-banner-header:after {
  content: "";
  display: table;
  clear: both;
}

.weather-banner-header:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.weather-banner-heading {
  text-transform: uppercase;
  padding: 0;
  width: calc(99% - 200px);
  font-size: 55px;
  font-size: 3.92857rem;
  line-height: 90%;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: -2px !important;
}

@media screen and (min-width: 1401px) {
  .weather-banner-heading {
    font-size: 55px;
    font-size: 3.92857rem;
  }
}

.weather-banner-roundal {
  background-color: #ee3123;
  width: 160px;
  height: 160px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border: 5px solid white;
  padding-top: 34px;
}

.weather-banner-roundal__text {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-size: 20px;
  font-size: 1.42857rem;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 80%;
}

.weather-banner-roundal__text:last-child {
  margin-bottom: 0;
  font-size: 26px;
  font-size: 1.85714rem;
}

.weather-banner-roundal__text--price,
.weather-banner-roundal__text--off {
  color: #fff100;
  display: inline-block;
  float: left;
  line-height: 20px;
}

.weather-banner-roundal__text--price {
  font-size: 40px;
  font-size: 2.85714rem;
  line-height: 40px;
}

.weather-banner-roundal__text--off {
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 40px;
}

.weather-banner-roundal__price {
  display: inline-block;
  margin: 0 auto;
}

.current-weather {
  display: block;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.current-weather:after {
  content: "";
  display: table;
  clear: both;
}

.current-weather-item {
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 20px;
  width: auto;
  min-width: 110px;
  min-height: 204px;
}

.current-weather-item:first-child {
  padding-left: 0;
}

.current-weather-item:last-child {
  padding-right: 0;
}

.current-weather-item__link {
  display: block;
  text-align: center;
  cursor: pointer;
}

.current-weather-item__link:hover > .current-weather-item__button,
.current-weather-item__link:active > .current-weather-item__button {
  text-decoration: none;
}

.current-weather-item__header {
  display: block;
  height: 50px;
}

.current-weather-item__header:after {
  content: "";
  display: table;
  clear: both;
}

.current-weather-item__title {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-size: 20px;
  font-size: 1.42857rem;
  color: white;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 2px;
  line-height: 100%;
  display: block;
}

.current-weather-item__title--forecast {
  color: #fff100;
  font-size: 20px;
  font-size: 1.42857rem;
  display: block;
  margin-bottom: 0;
}

.current-weather-item__title--long {
  padding-top: 3px;
  font-size: 16px;
  font-size: 1.14286rem;
}

.current-weather-item__symbol {
  display: block;
  margin: 0 auto 15px;
  width: 112px;
  height: 112px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-size: 26px;
  font-size: 1.85714rem;
  color: white;
  text-align: center;
}

.current-weather-item__symbol--sun {
  background-image: url("../img/home-banners/sun.svg");
  line-height: 112px;
}

.current-weather-item__symbol--cloud {
  background-image: url("../img/home-banners/cloud.svg");
  line-height: 75px;
  margin-top: 12px;
}

.current-weather-item__button {
  color: white;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  font-size: 1rem;
}

.current-weather-item--airport {
  border-bottom: 1px solid white;
  float: none;
  display: block;
  min-height: 1px;
  height: 112px;
  width: 100%;
}

.current-weather-item--airport__symbol {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1401px) {
  .current-weather-item--airport__symbol {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media screen and (min-width: 1401px) {
  .current-weather-item--airport {
    float: left;
    width: auto;
    height: auto;
    display: inline-block;
    min-height: 204px;
    border-right: 1px solid white;
  }
}

.home-banner-mobile {
  height: 140px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lt-ie10 .home-banner-mobile__text-container {
  float: left;
}

.home-banner-mobile--with-link {
  display: block;
}

.home-banner-mobile__link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lt-ie10 .home-banner-mobile__link .roundel {
  float: right;
}

.home-banner-mobile__text {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  line-height: 1;
}

.lt-ie10 .home-banner-mobile__text {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (min-width: 768px) {
  .home-banner-mobile {
    display: none;
  }
}

.destination-offers {
  padding: 10px;
}

.destination-offers__header {
  margin-bottom: 20px;
  text-align: center;
}

.destination-offers__item {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
  margin-bottom: 4.34783%;
  position: relative;
}

.destination-offers__item:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.destination-offers__item--promo-link {
  background: #ee3123;
  text-align: center;
}

.destination-offers__item--promo-link .destination-offers__link {
  height: 0;
  padding-bottom: 100%;
}

.destination-offers__table {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

.destination-offers__table-cell {
  display: table;
  height: 100%;
  width: 100%;
}

.destination-offers__link {
  display: block;
}

.destination-offers__count {
  display: table-cell;
  padding: 20px 10px;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 600;
  line-height: 1.3em;
  max-width: 60%;
}

.destination-offers__count strong {
  display: block;
  font-size: 80px;
  font-size: 5.71429rem;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  font-weight: normal;
  line-height: normal;
  margin: -10px 0;
}

.destination-offers__title {
  background: #ee3123;
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  padding: 15px;
  position: absolute;
}

.destination-offers__title strong {
  display: block;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .destination-offers__item {
    margin-bottom: 20px;
  }

  .destination-offers__item,
  .destination-offers__item:nth-child(2n) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  .destination-offers__item:nth-child(3n) {
    float: right;
    margin-right: 0;
  }

  .destination-offers__btn {
    float: right;
    max-width: 30%;
  }

  .destination-offers__count {
    font-size: 22px;
    font-size: 1.57143rem;
    padding-left: 40px;
    padding-right: 40px;
  }

  .destination-offers__count strong {
    font-size: 130px;
    font-size: 9.28571rem;
  }
}

@media screen and (min-width: 1025px) {
  .destination-offers__item,
  .destination-offers__item:nth-child(2n),
  .destination-offers__item:nth-child(3n) {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }

  .destination-offers__item:nth-child(6n) {
    float: right;
    margin-right: 0;
  }

  .destination-offers__count {
    font-size: 16px;
    font-size: 1.14286rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .destination-offers__count strong {
    font-size: 65px;
    font-size: 4.64286rem;
  }
}

@media screen and (min-width: 1401px) {
  .destination-offers__count {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .destination-offers__count strong {
    font-size: 110px;
    font-size: 7.85714rem;
  }
}

.ksps {
  background-color: silver;
  padding: 20px 0;
}

.ksps__wrapper {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 60px;
}

.ksps__wrapper.slick-initialized {
  opacity: 1;
  height: auto;
}

.ksps__block {
  padding: 0 10px;
  color: #fff;
  position: relative;
}

.ksps__block[tabindex="0"] + .ksps__block:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 1px;
  background: #fff;
  left: 0px;
}

.ksps__block-wrapper {
  display: table;
  margin: 0 auto;
}

.ksps__img-container,
.ksps__content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.ksps__img {
  display: inline-block !important;
  max-width: 40px;
}

.ksps__content {
  font-size: 12px;
  font-size: .85714rem;
  padding-left: 10px;
}

.ksps__large {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  .ksps {
    padding: 15px 0;
  }

  .ksps__img {
    max-width: 55px;
  }

  .ksps__content {
    font-size: 14px;
    font-size: 1rem;
  }

  .ksps__large {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

@media screen and (min-width: 1025px) {
  .ksps__wrapper.ksps__wrapper {
    height: auto;
    opacity: 1;
  }

  .ksps__img {
    max-width: 100%;
  }

  .ksps__block {
    padding: 0 1.69492% 0 0;
    border-right: 1px solid;
    width: 18.36735%;
    float: left;
    margin-right: 2.04082%;
  }

  .ksps__block:before {
    display: none !important;
  }

  .ksps__block:last-child {
    float: right;
    margin-right: 0;
    border-right: 0;
  }

  .ksps__content {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .ksps__large {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

.logout {
  display: table;
  margin-left: 10px;
  float: right;
  height: 40px;
}

.logout__name,
.logout__logout {
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
  cursor: pointer;
}

.logout__name {
  background-color: #203240;
  color: #FFF;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.logout__name:hover {
  background-color: #fff;
  color: #203240;
}

.logout__name [class^="icon-"] {
  line-height: 1;
}

.logout__logout {
  background-color: #d42c1f;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.logout__logout:hover {
  background-color: white;
  color: #203240;
}

@media screen and (min-width: 1401px) {
  .logout__name,
  .logout__logout {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

.luggage-selection__header {
  background-color: #f2f2f2;
  font-weight: 600;
  display: table;
  width: 100%;
  padding: 8px 10px;
  color: #203240;
  font-size: 15px;
  font-size: 1.07143rem;
}

.luggage-selection__header-name,
.luggage-selection__header-price {
  display: table-cell;
  vertical-align: middle;
}

.luggage-selection__header-name {
  width: 60%;
}

.luggage-selection--alt .luggage-selection__header-name {
  width: 80%;
}

.luggage-selection--subheader {
  font-size: 13px;
  font-size: .92857rem;
  padding: 10px 0 0;
  text-align: center;
}

.luggage-selection--alt .luggage-selection--subheader {
  text-align: left;
  display: inline;
}

.luggage-selection__body-text {
  font-size: 14px;
  font-size: 1rem;
  padding: 0 20px;
}

.luggage-selection__header-price {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 900;
  width: 40%;
  text-align: right;
  line-height: 0.8;
}

.luggage-selection__header-subtext {
  font-size: 11px;
  font-size: .78571rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
}

.luggage-selection__count {
  text-align: center;
  padding: 10px 0 0;
}

.luggage-selection__count .form-column {
  margin: 5px 0 15px;
}

.luggage-selection__split-passenger {
  text-align: center;
  padding-top: 10px;
}

.luggage-selection__split:first-child .luggage-selection__split-passenger {
  padding-top: 0;
}

.luggage-selection__split {
  border-bottom: 1px dashed #acadb2;
}

.luggage-selection__split:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .luggage-selection__split {
    display: table;
    width: 100%;
  }

  .luggage-selection__split-passenger {
    display: table-cell;
    text-align: left;
    padding-top: 0;
  }

  .luggage-selection__split-count {
    display: table-cell;
  }

  .luggage-selection__split .luggage-selection__count {
    text-align: right;
  }
}

.flight-offers {
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  margin: 40px auto 20px;
}

.flight-offers__col {
  margin-bottom: 10px;
  text-align: left;
}

.flight-offers__col .flight-offers__col-inner {
  background-color: #FFFFFF;
}

.flight-offers__heading {
  padding: 15px 0;
  position: relative;
}

.flight-offers__hero-img {
  border-top: solid 1px silver;
}

.flight-offers__hero-img img {
  display: block;
}

.flight-offers__table {
  padding: 20px 0;
}

.flight-offers__more {
  padding: 10px 0;
  border-top: 1px solid silver;
}

.flight-offers__more-link .icon-arrow-right {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.flight-offers__row {
  font-size: 14px;
  font-size: 1rem;
  overflow: hidden;
}

.flight-offers__row > a {
  display: block;
  overflow: hidden;
}

.flight-offers__table-col {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.flight-offers__table-col:last-child {
  margin-top: 2px;
  float: right;
  margin-right: 0;
  text-align: right;
}

.flight-offers__table-col--destination {
  text-decoration: underline;
}

.flight-offers__table-col {
  line-height: 1.5em;
  padding: 5px 0;
  vertical-align: top;
}

.flight-offers__table-col--price {
  color: #626262;
  font-size: 12px;
  font-size: .85714rem;
}

.flight-offers__price {
  font-size: 14px;
  font-size: 1rem;
  color: #ee3123;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .flight-offers__col[data-accordion="closed"] {
    border-bottom: 1px solid silver;
  }

  .flight-offers__col[data-accordion="closed"] .flight-offers__accordion {
    display: none;
  }

  .flight-offers__accordion-trigger {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .flight-offers__accordion-trigger:before {
    color: #203240;
    font-size: 12px;
    font-size: .85714rem;
    font-family: "icons1551113777914";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\E010";
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 0;
  }

  [data-accordion="closed"] .flight-offers__accordion-trigger:before {
    font-family: "icons1551113777914";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\E00D";
  }
}

@media screen and (min-width: 768px) {
  .flight-offers__columns {
    min-height: 650px;
  }

  .flight-offers__col {
    margin-bottom: 20px;
  }

  .flight-offers__col-inner {
    padding: 0 10px;
  }

  .flight-offers__heading {
    border-bottom: solid 1px silver;
  }

  .flight-offers__accordion {
    display: block !important;
  }

  .flight-offers[data-tablet-columns="2"] .flight-offers__col {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .flight-offers[data-tablet-columns="2"] .flight-offers__col:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }

  .flight-offers[data-tablet-columns="2"] .flight-offers__col:nth-of-type(2n+1) {
    clear: both;
  }

  .flight-offers[data-tablet-columns="3"] .flight-offers__col {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  .flight-offers[data-tablet-columns="3"] .flight-offers__col:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }

  .flight-offers[data-tablet-columns="3"] .flight-offers__col:nth-of-type(3n+1) {
    clear: both;
  }

  .flight-offers__subtext {
    text-align: right;
  }
}

@media screen and (min-width: 1025px) {
  .flight-offers__columns {
    min-height: 325px;
  }

  #jet2 .flight-offers__col {
    clear: none;
  }

  #jet2 .flight-offers[data-desktop-columns="3"] .flight-offers__col {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  #jet2 .flight-offers[data-desktop-columns="3"] .flight-offers__col:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }

  #jet2 .flight-offers[data-desktop-columns="3"] .flight-offers__col:nth-of-type(3n+1) {
    clear: both;
  }

  #jet2 .flight-offers[data-desktop-columns="4"] .flight-offers__col {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }

  #jet2 .flight-offers[data-desktop-columns="4"] .flight-offers__col:nth-of-type(4n) {
    float: right;
    margin-right: 0;
  }

  #jet2 .flight-offers[data-desktop-columns="4"] .flight-offers__col:nth-of-type(4n+1) {
    clear: both;
  }
}

.meals-list__group[data-group="Child"] {
  display: none;
}

.meals-list__list {
  margin: 0;
  padding: 0;
}

.meals-list__back {
  display: inline-block;
  padding: 10px 30px;
  color: #203240;
  cursor: pointer;
}

.meals-list__meal {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.meals-list__meal:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.meals-list__selected-meal {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px #098c09;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.meals-list__selected-meal .meals-list__selected-meal__table {
  display: table;
  width: 100%;
  height: 100%;
}

.meals-list__selected-meal .meals-list__selected-meal__table-cell {
  color: #098c09;
  display: table-cell;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
}

.meals-list__selected-meal .meals-list__selected-meal__table-cell [class^=icon] {
  display: block;
  font-size: 14px;
  font-size: 1rem;
}

.borderradius .meals-list__selected-meal .meals-list__selected-meal__table-cell [class^=icon] {
  background: #098c09;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.meals-list__meal--selected .meals-list__selected-meal {
  opacity: 1;
  visibility: visible;
}

.meals-list__name,
.meals-list__price {
  margin: 0;
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: 600;
}

.meals-list__price {
  margin-bottom: 5px;
}

.meals-list__breakdown-link {
  cursor: pointer;
  color: #347cf2;
  display: block;
  margin-bottom: 20px;
}

.meals-list__img-wrapper {
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
}

.meals-list__meal--active .meals-list__img-wrapper:before {
  border: 2px solid #098c09;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.meals-list__icon-container {
  position: absolute;
  top: 0;
  left: 0;
}

.meals-list__icon {
  display: inline-block;
}

.meals-list__icon:before {
  position: relative;
  z-index: 1;
}

.meals-list__group-title {
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: bold;
  text-align: left;
  color: #203240;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.meals-list__icon-container .icon-new {
  font-size: 65px;
  font-size: 4.64286rem;
  color: #ee3123;
  line-height: 1;
  position: relative;
}

.meals-list__icon-container .icon-new:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent transparent white;
}

.meals-list__icon-container .icon-vegetarian,
.meals-list__icon-container .icon-childrens-meal {
  position: relative;
  line-height: 1;
  margin: 5px;
  font-size: 39px;
  font-size: 2.78571rem;
}

.meals-list__icon-container .icon-vegetarian:after,
.meals-list__icon-container .icon-childrens-meal:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: white;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.icon-vegetarian {
  color: #3ab878;
}

.icon-childrens-meal {
  color: #fa8818;
}

.meals-list__select-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
}

.meals-list__select-btn--add {
  color: #347cf2;
  background-color: #fff;
  border: 1px solid;
}

.meals-list__meal--active .meals-list__select-btn--add {
  display: none;
}

.meals-list__select-btn--remove {
  display: none;
  color: #fff;
  background-color: #098c09;
}

.meals-list__meal--active .meals-list__select-btn--remove {
  display: block;
}

.meals-list__img {
  display: block;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.meals-list__price {
  color: #ee3123;
}

.meals-list__breakdown {
  margin: -15px -10px 0 -10px;
  padding-top: 10px;
  position: relative;
  width: calc(200% + 28px);
}

.meals-list__breakdown:before {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent #626262 transparent;
  border-width: 0 10px 10px 10px;
  margin-left: -15px;
  position: absolute;
  top: 0px;
  left: 40px;
}

.meals-list__breakdown:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  border-width: 0 10px 10px 10px;
  margin-left: -15px;
  position: absolute;
  top: 1px;
  left: 40px;
}

.meals-list__breakdown.meals-list__breakdown--right {
  margin-left: calc(-100% - 20px);
}

.meals-list__breakdown.meals-list__breakdown--right:before,
.meals-list__breakdown.meals-list__breakdown--right:after {
  left: 50%;
  left: calc(50% + 20px);
  margin-left: 0;
  margin-right: 15px;
}

.meals-list__breakdown-inner {
  background: #FFFFFF;
  border: solid 1px #626262;
  padding: 20px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 90%;
  width: calc(100% - 25px);
  margin: 0 auto 10px auto;
}

.meals-list__breakdown-icon {
  color: #626262;
  padding-right: 2px;
}

.meals-list__breakdown-heading {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1;
  margin: 0;
}

.meals-list__breakdown-text {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2;
}

.myjet2-navigation {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 0;
}

.myjet2-navigation .btn--myjet2 {
  position: relative;
  display: inline-table;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 15;
  margin-left: 2px;
  background-color: #203240;
  color: #FFF;
  border: none;
}

.btn--myjet2__top {
  font-size: 20px;
  font-size: 1.42857rem;
  display: block;
}

.btn--myjet2__bottom {
  font-size: 14px;
  font-size: 1rem;
  display: block;
}

.myjet2-navigation__nav-item {
  font-family: "FranklinGothic-MedIt-webfont",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: 400;
  float: left;
  position: relative;
}

.myjet2-navigation__nav-item:hover .myjet2-navigation__nav-dropdown,
.myjet2-navigation__nav-item.myjet2-navigation__nav-item--hover .myjet2-navigation__nav-dropdown {
  display: block;
}

.flexbox-legacy .myjet2-navigation__nav-item:hover .myjet2-navigation__nav-dropdown,
.flexbox-legacy .myjet2-navigation__nav-item.myjet2-navigation__nav-item--hover .myjet2-navigation__nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.myjet2-navigation__nav-dropdown {
  background: white;
  border: solid 1px #203240;
  border-radius: 5px;
  display: none;
  margin: 0;
  padding: 15px 0;
  min-width: 100%;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  top: calc(100% - 5px);
  right: 5px;
  z-index: 14;
  text-align: left;
}

.myjet2-navigation__nav-dropdown.myjet2-navigation__nav-dropdown--left {
  right: auto;
  left: -1px;
}

.myjet2-navigation__nav-dropdown__col {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 5px 18px;
  vertical-align: top;
  width: 150px;
}

.myjet2-navigation__nav-dropdown__col:not(:first-child) {
  border-left: solid 1px silver;
}

.myjet2-navigation__nav-dropdown__list {
  white-space: normal;
}

.myjet2-navigation__nav-dropdown__item {
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1.1em;
}

.myjet2-navigation__nav-dropdown__item a {
  color: #626262;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
}

.myjet2-navigation__nav-dropdown__item a:hover {
  background: #dbe7fd;
}

.myjet2-navigation__nav-dropdown__item--heading,
.myjet2-navigation__nav-dropdown__item--heading a {
  color: #203240;
  font-size: 13px;
  font-size: .92857rem;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.myjet2-navigation__nav-dropdown__item--heading--sub {
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .myjet2-navigation {
    top: -30px;
  }

  .myjet2-navigation__nav-dropdown {
    padding: 20px 0;
  }

  .myjet2-navigation__nav-dropdown__col {
    padding: 5px 18px;
    width: 190px;
  }

  .myjet2-navigation__nav-dropdown__item a {
    padding: 5px;
  }

  .myjet2-navigation__nav-dropdown__item--heading,
  .myjet2-navigation__nav-dropdown__item--heading a {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .myjet2-navigation__nav-item {
    top: -9px;
  }

  .myjet2-navigation__nav-item .btn--myjet2 {
    padding: 25px 15px 10px;
  }

  .btn--myjet2__top {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  .btn--myjet2__bottom {
    font-size: 15px;
    font-size: 1.07143rem;
  }
}

@media screen and (min-width: 1401px) {
  .myjet2-navigation__nav-item {
    top: -6px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  opacity: 0;
  text-align: center;
  padding: 30px;
}

.overlay__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto;
}

.page-summary {
  background: #FFFFFF;
  color: #203240;
}

.page-summary__header {
  border-bottom: solid 1px #ee3123;
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: 900;
  padding: 12px;
  text-align: center;
}

.page-summary__table-cell:not(:first-child) {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #ee3123;
}

.page-summary__table-cell--return {
  display: none;
}

.page-summary__list {
  padding: 18px 20px 18px 50px;
}

.page-summary__list-title {
  font-weight: 900;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.page-summary__list-title [class^=icon],
.page-summary__list-title [class*=icon] {
  font-size: 16px;
  font-size: 1.14286rem;
  position: absolute;
  top: 1px;
  left: -30px;
}

.page-summary__list-title--bordered {
  border-bottom: dashed 1px silver;
}

.page-summary__itinerary-row {
  border-bottom: dashed 1px silver;
  display: table;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.page-summary__itinerary-row:last-child {
  border: 0;
}

.page-summary__itinerary-cell {
  display: table-cell;
}

.page-summary__itinerary-cell:first-child {
  padding-right: 5px;
}

.page-summary__itinerary-cell:nth-child(2) {
  text-align: right;
}

.page-summary__itinerary-cell--price {
  color: #ee3123;
}

.page-summary__subtotal {
  border-top: solid 1px #ee3123;
  font-weight: 900;
  padding: 15px 20px;
  text-align: right;
}

.page-summary__subtotal strong {
  color: #ee3123;
}

@media screen and (min-width: 768px) {
  .page-summary__table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .page-summary__table-cell {
    display: table-cell;
    padding-bottom: 50px;
    position: relative;
  }

  .page-summary__table-cell:not(:first-child) {
    border-width: 0 0 0 1px;
  }

  .page-summary__subtotal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

/*------------------------------------*    #LOADERS
\*------------------------------------*/

/*-#LAYOUT----------------------------*/

.page-loader {
  width: 100%;
  position: fixed;
  margin: auto;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 32;
  bottom: 0;
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
}

.page-loader:before {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #203240;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.overlay .page-loader {
  opacity: 1;
  display: block;
}

.lt-ie9 .page-loader:before {
  display: none;
}

.page-loader--open {
  display: block;
  opacity: 1;
}

.page-loader--open:before {
  opacity: .7;
}

.page-loader__inner {
  position: absolute;
  background-color: #FFFFFF;
  color: #203240;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 15px;
  width: 90%;
}

.lt-ie9 .page-loader__inner {
  top: 30px;
}

.page-loaders__table {
  display: table;
  height: 1px;
  min-height: 290px;
  width: 100%;
}

.loader-overlay .page-loaders__table {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.loader-overlay .page-loaders__table .loader-wrapper {
  width: 100%;
}

.page-loaders__table-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-loaders__table-cell ul {
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  text-align: left;
}

.page-loaders__table-cell ul li {
  color: #ee3123;
  font-size: 20px;
  font-size: 1.42857rem;
  margin: 0 0 1em;
}

.page-loaders__table-cell ul li span {
  color: #203240;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.3em;
}

.page-loader-title {
  margin-bottom: 5px;
}

.page-loader-subtitle {
  color: #626262;
}

.icon-plane-right {
  position: relative;
}

/*-#LOADER ANIMATIONS--------------------------*/

.loader-wrapper {
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 80%;
}

.loader-overlay {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 20;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.loader-overlay--inactive {
  opacity: 0;
  visibility: hidden;
}

.loader {
  color: white;
  display: inline-block;
  position: relative;
}

.loader__subtitle {
  font-family: "franklin_gothic_fs_HvyBdIt", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  font-size: 18px;
  font-size: 1.28571rem;
}

.loader__text {
  font-family: "franklin_gothic_fs_HvyBdIt", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  font-size: 28px;
  font-size: 2rem;
  text-align: center;
}

.loader__text.loader__text---animated-bottom:after {
  -webkit-animation: border-trail 3s linear infinite;
  animation: border-trail 3s linear infinite;
  width: 77.5%;
}

.loader__text--bottom-border {
  padding-bottom: 25px;
}

.loader__text--bottom-border.loader__text--bottom-border--no-text {
  padding-bottom: 4px;
}

.loader__text--bottom-border:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  background: url(../img/loaders/dotted-border--red.png) repeat-x scroll right center;
  width: 100%;
  opacity: 0.4;
}

.loader__text--white-animation:after {
  background-image: url(../img/loaders/dotted-border.png);
}

.loader__plane {
  padding: 0 10px;
  position: absolute;
  bottom: -21px;
  left: 0;
  opacity: 0;
  -webkit-animation: flying 3s linear infinite;
  animation: flying 3s linear infinite;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
  height: 40px;
}

.overlay .loader__plane {
  bottom: 50%;
  margin-bottom: -24px;
}

.lt-ie10 .loader__plane {
  opacity: 1;
}

.loader__text--bottom-border .icon-plane-right {
  color: #ee3123;
}

.loader__text--white-animation .icon-plane-right {
  color: #fff;
}

.loader__trail {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  margin-top: 6px;
  padding-right: 1px;
  height: 6px;
  width: 10px;
  -webkit-animation: plane-trail 3s linear infinite;
  animation: plane-trail 3s linear infinite;
  z-index: 1;
  background: #ee3123;
}

.overlay .loader__trail {
  bottom: 50%;
}

.loader__text--white-animation .loader__trail {
  background: #fff;
}

.loader__disc {
  border: solid 8px #ffd2d5;
  border-left-color: #203240;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite;
}

.loader--white .loader__disc {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
}

.loader--red .loader__disc {
  border-color: rgba(238, 49, 35, 0.2);
  border-left-color: #ee3123;
}

.loader__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}

.loader__icon [class^=icon],
.loader__icon .loader__results-num {
  display: block;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loader__icon--large {
  width: 100px;
  height: 100px;
}

.loader__icon__plane--rotating {
  position: absolute;
  color: #ee3123;
  background-color: #fff;
  top: -12px;
  left: 5%;
  padding: 2px 9px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  font-size: 23px;
  font-size: 1.64286rem;
}

.loader__icon__plane--rotating .icon-plane {
  font-size: 30px;
  font-size: 2.14286rem;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0;
}

.loader--white .loader__icon__plane--rotating,
.loader--red .loader__icon__plane--rotating {
  background-color: transparent;
}

.loader--white .loader__icon__plane--rotating {
  color: #fff;
}

.loader__results-num-container {
  font-family: "franklin_gothic_fs_HvyBdIt", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  line-height: 1.8em;
  padding: 25px 0 0;
  color: #203240;
  text-align: center;
}

.checkout__address-list .loader__results-num-container {
  display: none;
}

.loader__result-num {
  display: block;
  font-size: 40px;
  font-size: 2.85714rem;
  color: #ee3123;
}

.inpage-loader {
  padding: 10px 0;
}

.btn .inpage-loader {
  padding: 0;
}

.flight-results__box .inpage-loader {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10%;
  margin-top: -15px;
  visibility: visible;
}

.flight-results__box .inpage-loader * {
  visibility: visible;
}

.inpage-loader--wrapper {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.inpage-loader--no-padding {
  padding: 0;
}

.inpage-loader--display-block {
  display: block;
  padding: 20px;
}

.inpage-loader__parent-relative {
  position: relative;
}

.inpage-loader--vertical-centre {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
}

.inpage-loader__circle {
  width: 1em;
  height: 1em;
  max-height: 14px;
  max-width: 14px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  margin-right: 5px;
}

.inpage-loader--white .inpage-loader__circle {
  background-color: white;
}

.inpage-loader--blue .inpage-loader__circle {
  background-color: #203240;
}

.dialogues-cross-sell__promo-shape .inpage-loader__circle {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}

.lt-ie10 .inpage-loader__circle {
  display: none;
}

.inpage-loader__circle--1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.inpage-loader__circle--2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.inpage-loader__ie {
  display: none;
}

.lt-ie10 .inpage-loader__ie {
  display: block;
  margin: 0 auto;
}

/*-#ANIMATION------------------------*/

@-webkit-keyframes flying {
  from {
    opacity: 0;
  }

  to {
    opacity: 0;
  }

  0% {
    left: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    left: 90%;
  }
}

@keyframes flying {
  from {
    opacity: 0;
  }

  to {
    opacity: 0;
  }

  0% {
    left: 0%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    left: 90%;
  }
}

@-webkit-keyframes plane-trail {
  0% {
    width: 0%;
  }

  10% {
    opacity: 1;
  }

  98% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    width: 90%;
  }
}

@keyframes plane-trail {
  0% {
    width: 0%;
  }

  10% {
    opacity: 1;
  }

  98% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    width: 90%;
  }
}

@-webkit-keyframes border-trail {
  0% {
    width: 72.5%;
  }

  82.5% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@keyframes border-trail {
  0% {
    width: 72.5%;
  }

  82.5% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*-#IE STYLES------------------------*/

.lt-ie9 .loader__text--bottom-border.loader__text:after,
.lt-ie9 .loader {
  display: none;
}

/*-#BREAKPOINTS-----------------------------*/

@media screen and (min-width: 768px) {
  .page-loader {
    height: 430px;
    width: 670px;
    margin: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    margin-left: -335px;
    margin-top: -215px;
  }

  .page-loaders__table {
    height: 400px;
  }
}

.passenger-bags--add-one-bag-all-passengers {
  border: 1px solid #626262;
  background-color: #f2f2f2;
  color: #203240;
  font-weight: 600;
  padding: 15px 15px;
  text-align: center;
}

.btn--passenger-bags--add-one-bag-all-passengers {
  display: block;
  margin: 10px auto 0;
  max-width: 280px;
}

.same-surname {
  text-decoration: underline;
}

.same-surname,
.same-surname__success {
  margin-bottom: 10px;
  display: block;
}

.passengers-bags-block-column {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.passengers-bags-block-column--with-subs {
  margin-top: 20px;
}

.passengers-bags-block {
  background-color: #f2f2f2;
  border: 1px solid #acadb2;
  padding: 14px;
  margin-bottom: 40px;
}

.passengers-bags-block.special-assistance__list {
  border: 0;
}

.passengers-bags-block form,
.passengers-bags-block .form__row {
  float: none;
}

.passengers-bags-block form label,
.passengers-bags-block .form__row label {
  width: auto;
}

.passengers-bags-block .form__row__inner {
  background-color: transparent;
}

.passengers-bags-block .form__row--checkbox label:before {
  background-color: #fff;
}

.passengers-bags-block .checkbox__icon {
  z-index: 1;
}

.passengers-bags-block__heading {
  font-size: 24px;
  font-size: 1.71429rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.passengers-bags-block__heading small {
  color: #203240;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
}

.form__input-text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 23px;
  font-size: 14px;
  font-size: 1rem;
  float: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.form__input-wrapper--third {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  margin-bottom: 5px;
}

.form__input-wrapper--third:last-child {
  float: right;
  margin-right: 0;
}

.form__input-wrapper--quarter {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}

.form__input-wrapper--quarter:last-child {
  float: right;
  margin-right: 0;
}

.form__input-wrapper--half {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.form__input-wrapper--half:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.form__input-wrapper--half:last-child {
  float: right;
  margin-right: 0;
}

.form .form__input-wrapper {
  background: #FFFFFF;
  width: 100%;
}

.form .form__input-wrapper:last-child {
  float: right;
  margin-right: 0;
}

.form__input-wrapper--error {
  background-color: #ffefee;
  color: #ee3123;
}

.form__input-wrapper--error,
.form__input-wrapper--error input {
  border-color: #ee3123;
}

.passengers-bags-block__date {
  border-top: 1px solid #acadb2;
  margin: 10px 0 0;
  padding: 15px 0 0;
}

.passengers-bags-block__date-text {
  color: #203240;
  font-weight: 600;
  font-size: 14px;
  font-size: 1rem;
}

.passengers-bags-block__bags {
  border: 1px solid #acadb2;
  background-color: #fff;
  padding: 10px;
}

.passengers-bags-block__accordion-btn {
  margin-top: 10px;
  border: 1px solid #acadb2;
  position: relative;
  padding: 10px 55px 10px 10px;
  color: #203240;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
}

[data-accordion="open"] .passengers-bags-block__accordion-btn {
  border-color: #bbb;
  color: #4290db;
}

.passengers-bags-block__accordion-btn-text {
  font-size: 15px;
  font-size: 1.07143rem;
  display: block;
  line-height: 1.2em;
}

[data-accordion="open"] .passengers-bags-block__accordion-btn-text {
  color: #4290db;
}

[data-accordion="open"] .passengers-bags-block__accordion-btn-text i {
  color: #203240;
}

.passengers-bags-block__accordion-btn-price {
  font-size: 14px;
  font-size: 1rem;
  display: block;
}

.passengers-bags-block__accordion-btn-price strong {
  font-weight: 900;
}

.passengers-bags-block__accordion-btn-subtext {
  font-size: 11px;
  font-size: .78571rem;
  line-height: 1.5em;
}

.passenger-bags-block__accordion-text {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2em;
  margin-top: 0;
  padding: 3px 5px;
}

.passengers-bags-block__accordion-toggle {
  background: #f2f2f2;
  position: absolute;
  right: 0;
  color: #203240;
  height: 100%;
  top: 0;
  width: 45px;
  text-align: center;
}

[data-accordion="open"] .passengers-bags-block__accordion-toggle {
  background-color: transparent;
  color: #4190DB;
}

.passengers-bags-block__accordion-chevron {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  line-height: 1;
  right: 15px;
}

[data-accordion="open"] .passengers-bags-block__accordion-chevron {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -8px;
}

.passengers-bags-block__accordion-content {
  background-color: #fff;
  border: 1px solid #acadb2;
  border-top: 0;
  padding: 10px;
}

.passengers-bags-block__summary {
  display: table;
  width: 100%;
  border: 1px solid #acadb2;
  background-color: #dcf0c2;
  color: #098c09;
  border-top: 0;
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}

.passengers-bags-block__summary:not(.passengers-bags-block__summary--special-assistance):last-child {
  border-bottom: 1px solid #acadb2;
}

.passengers-bags-block__summary--special-assistance {
  border: none;
  border-top: 1px solid #acadb2;
  text-align: left;
  display: none;
}

#jet2 .passengers-bags-block__summary .showing {
  display: table;
  width: 100%;
}

.passengers-bags-block__summary--hidden {
  display: none;
}

.passengers-bags-block__summary-luggage,
.passengers-bags-block__summary-price {
  display: table-cell;
  vertical-align: middle;
}

.passengers-bags-block__summary-luggage {
  width: 60%;
  text-align: left;
}

.passengers-bags-block__summary-price {
  width: 40%;
  text-align: right;
}

.passengers-bags-block__summary-tick {
  color: #098c09;
  font-size: 9px;
  font-size: .64286rem;
  margin-left: 5px;
}

.passengers-bags-block__summary-tick--right {
  position: absolute;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .passenger-bags--add-one-bag-all-passengers {
    padding: 5px 15px;
  }

  .btn--passenger-bags--add-one-bag-all-passengers {
    display: inline-block;
    max-width: 100%;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .passengers-bags-block {
    padding: 30px;
    margin-bottom: 30px;
  }

  .passengers-bags-block--no-padding {
    border-top: none;
    padding: 0 0 15px;
  }

  .passengers-bags-block-column {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 1.69492%;
  }

  .passengers-bags-block-column:last-child {
    float: right;
    margin-right: 0;
    padding-right: 0;
    padding-left: 1.69492%;
  }

  .passengers-bags-block-column--with-subs {
    margin-top: 0;
  }

  .passengers-bags-block__date {
    padding-bottom: 0;
  }

  .dialogue .passengers-bags-block__bags {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1401px) {
  .passengers-bags-block-column {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 0;
  }

  .passengers-bags-block-column:last-child {
    padding-left: 0;
  }

  .passengers-bags-block-column--with-subs {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }

  .passengers-bags-block-sub-column {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    padding-left: 1.69492%;
  }

  .passengers-bags-block-sub-column:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  .passengers-bags-block__accordion-btn {
    margin-top: 0;
  }
}

a[data-special-assistance-list-toggle] {
  font-size: 14px;
  font-size: 1rem;
  text-decoration: underline;
}

a[data-special-assistance-list-toggle--hide] {
  display: none;
}

.special-assistance {
  margin: 10px 0 30px;
}

.special-assistance .form-block__section {
  margin-bottom: 0px;
}

.special-assistance__list {
  border-top: none;
  margin: 0 -14px;
  margin: 0;
  padding: 0;
}

.special-assistance__list.special-assistance__list--inactive {
  display: none;
}

.special-assistance__item--passenger-name {
  color: #203240;
  font-weight: 900;
}

.special-assistance__checklist {
  color: #203240;
  font-size: 14px;
  font-size: 1rem;
}

.special-assistance__checklist.special-assistance__checklist--inactive {
  display: none;
}

.special-assistance__checklist-item {
  margin: 0 0 20px;
}

.special-assistance__checklist-item:last-child {
  margin-bottom: 0;
}

.special-assistance__checklist-item .form-element-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

.special-assistance__checklist-item .validation-message {
  clear: both;
}

.special-assistance-info-box {
  margin-bottom: 25px;
}

.special-assistance__subtext {
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .special-assistance__checklist-item {
    margin: 0;
  }

  .special-assistance__list {
    margin: 0;
  }

  .special-assistance__item:last-child {
    padding-bottom: 0;
  }
}

/*------------------------------------*    #RUNNING TOTAL
\*------------------------------------*/

/*-#VARIABLES----------------------------*/

/*-#LAYOUT----------------------------*/

.running-total {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
}

.running-total--flight-results {
  position: absolute;
  right: -99999px;
}

.running-total--inpage {
  float: right;
  width: 100%;
  background-color: transparent;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.running-total--inpage .running-total__wrapper {
  margin: 0;
  padding: 0;
}

.running-total__dropdown {
  position: relative;
  float: right;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.running-total__accordion-toggle-container {
  background-color: #f2f2f2;
  padding: 9px 15px;
  text-align: right;
}

.running-total__accordion-toggle {
  font-size: 10px;
  font-size: 0.71429rem;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}

.running-total__accordion-toggle-icon {
  position: relative;
  top: 5px;
  color: #347cf2;
  margin-left: 5px;
  font-size: 20px;
  font-size: 1.42857rem;
}

.running-total__accordion-toggle--close {
  display: none;
}

.running-total--oneway .running-total__sections-wrapper {
  margin-bottom: 110px;
  border-bottom: 1px solid #626262;
  background-color: #fff;
}

.running-total__dropdown-wrapper {
  overflow: hidden;
  overflow-y: auto;
}

.running-total--oneway .running-total__dropdown-wrapper {
  background-color: #fff;
}

.running-total__dropdown-wrapper--scrollable {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.running-total--sticky {
  padding: 0;
  position: fixed;
  top: -50px;
  z-index: 61;
}

.running-total__dropdown--open {
  z-index: 61;
}

.running-total__top-bar {
  color: #fff;
  font-size: 12px;
  font-size: 0.85714rem;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #203240;
  text-align: right;
  display: table;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-right: 60px;
  border-bottom: 1px solid #fff;
}

.running-total__top-bar-inner {
  display: table-cell;
  vertical-align: middle;
}

.running-total__top-icon {
  position: absolute;
  right: 24px;
  color: #fff;
  top: 50%;
  margin-top: -6px;
  font-size: 13px;
  font-size: 0.92857rem;
}

.running-total__dropdown--open .running-total__top-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -8px;
}

.running-total__sofar {
  font-size: 10px;
  font-size: 0.71429rem;
  width: 65px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 10px;
  text-align: left;
}

.running-total__wasprice {
  text-decoration: line-through;
}

.running-total__subtotal {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 600;
  line-height: .8;
  margin: 0;
  color: #fff;
}

.running-total__subtotal-small {
  font-size: 18px;
  font-size: 1.28571rem;
}

.running-total__dropdown-content {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  padding: 0;
  border-top: 0;
  -webkit-overflow-scrolling: touch;
}

.running-total--sticky .running-total__dropdown-content {
  position: relative;
}

.running-total__section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #626262;
  background-color: #fff;
}

.running-total__section.running-total__section--expanded {
  border-top: 1px solid #347cf2;
}

.running-total__section[data-running-total-section="instantdeals"] .running-total__text strong:first-child {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 600;
}

.running-total__section--gap {
  border-top: 0;
}

.running-total__section--hidden {
  display: none;
}

.running-total__section-heading {
  display: table;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 700;
  height: 70px;
  margin: 0;
  color: #203240;
  cursor: pointer;
  padding: 5px 0 5px 10px;
  position: relative;
  width: 100%;
}

.running-total__section-heading:before {
  content: "";
  display: inline-block;
  width: auto;
  height: 60px;
  vertical-align: middle;
}

.running-total__section-heading:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00F";
  line-height: 70px;
  width: 60px;
  height: 100%;
  background-color: #f2f2f2;
  color: #203240;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.running-total__section--expanded .running-total__section-heading {
  color: #347cf2;
}

.running-total__section--expanded .running-total__section-heading:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E012";
  background-color: white;
  color: #347cf2;
}

.running-total__section--inactive .running-total__section-heading:after {
  color: #acadb2;
  background-color: #e3e3e3;
}

.running-total__section--no-content .running-total__section-heading:after,
.running-total__section--no-content .running-total__section-heading:before {
  display: none;
}

.running-total__section-heading-label {
  display: inline-block;
  width: 98%;
  vertical-align: middle;
  position: relative;
  top: 0;
  line-height: 110%;
  padding: 0 60px 0 40px;
  -webkit-transition: 0.2s ease top;
  transition: 0.2s ease top;
}

.running-total__section-heading-label small {
  display: block;
  color: #626262;
  font-size: 12px;
  font-size: 0.85714rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 2px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

.running-total__section--expanded .running-total__section-heading-label small {
  opacity: 0;
}

.running-total__section-heading-label small strong {
  font-weight: 400;
}

.running-total__section-heading-label small.running-total__section-price {
  color: #ee3123;
  font-weight: 600;
  margin-top: 0;
}

.running-total__section--expanded .running-total__section-heading-label {
  top: 10px;
}

.running-total__section--inactive .running-total__section-heading-label {
  color: #acadb2;
}

.running-total__section-content {
  padding: 0 15px 15px;
  display: none;
}

.running-total__section--expanded-on-load .running-total__section-content {
  display: block;
}

.running-total__section-icon {
  font-size: 26px;
  font-size: 1.85714rem;
  position: absolute;
  top: 0px;
  left: 15px;
  height: 60px;
  color: #203240;
}

.running-total__section--expanded .running-total__section-icon {
  color: #347cf2;
}

.running-total__section--inactive .running-total__section-icon {
  color: #acadb2;
}

.running-total__section-icon:before {
  height: 60px;
  line-height: 60px;
}

.running-total__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.running-total__text {
  font-size: 12px;
  font-size: 0.85714rem;
}

.running-total__list-item {
  color: #626262;
  font-size: 14px;
  font-size: 1rem;
}

.running-total__section--passengers .running-total__list-item {
  display: inline-block;
  margin-right: 10px;
}

.running-total__section--passengers .running-total__list-item:last-child {
  margin-right: 0;
}

.running-total__table {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
}

.running-total__table--bottom-border .running-total__table-row:first-child {
  border-bottom: 1px solid #acadb2;
}

.running-total__table--bottom-border .running-total__table-row:first-child .running-total__table-heading {
  padding-bottom: 10px;
}

.running-total__table--bottom-border .running-total__table-row:nth-child(2) .running-total__table-heading {
  padding-top: 10px;
}

.running-total__table-divide {
  padding-bottom: 15px;
  border-bottom: 1px dotted #999999;
  margin-bottom: 15px;
}

.running-total__table-savings {
  font-weight: 700;
  margin-top: 15px;
}

.running-total__table--breakdown {
  margin-top: 10px;
}

.running-total__section-subheading {
  font-weight: 700;
  color: #203240;
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 1rem;
}

.running-total__table-heading {
  text-align: left;
  font-weight: 600;
}

.running-total__table-savings .running-total__table-heading {
  font-weight: 700;
}

.running-total__selected-seats {
  font-weight: normal;
}

.running-total__table-item {
  min-width: 110px;
  text-align: right;
  color: #203240;
}

.running-total__table-savings .running-total__table-item {
  font-weight: 700;
}

.running-total__table-heading--oldprice,
.running-total__table-item--oldprice {
  color: #acadb2;
}

.running-total__table-item--oldprice {
  text-decoration: line-through;
}

.running-total__table-heading--subtotal,
.running-total__table-item--subtotal {
  font-size: 18px;
  font-size: 1.28571rem;
  color: #ee3123;
}

.running-total__table-item--saving {
  color: #626262;
}

.running-total__more-btn {
  text-decoration: underline;
  color: #347cf2;
  text-decoration: none;
  display: inline-block;
}

.running-total__more-btn--chevron:before {
  font-size: 10px;
  font-size: 0.71429rem;
}

.running-total__footer-wrap {
  position: relative;
  display: block;
}

.running-total__footer {
  padding: 10px;
  background-color: #203240;
  position: relative;
  border-top: 1px solid #999999;
}

.running-total__total-label,
.running-total__total-price {
  line-height: 1;
  margin: 0;
  color: #fff;
}

.running-total__total-label {
  font-size: 16px;
  font-size: 1.14286rem;
  position: relative;
  top: 10px;
  float: left;
}

.running-total__total-price {
  font-size: 26px;
  font-size: 1.85714rem;
  font-weight: 600;
  float: right;
}

.running-total__info {
  font-size: 10px;
  font-size: 0.71429rem;
  clear: both;
  padding: 10px 10px 10px 32px;
  text-align: left;
  color: #203240;
  font-weight: 600;
  background-color: #f2f2f2;
  margin: 15px 0;
  position: relative;
}

.running-total__info a:link,
.running-total__info a:visited {
  color: #347cf2;
}

.running-total__info .icon-info {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #347cf2;
  font-size: 15px;
  font-size: 1.07143rem;
}

/*-Card Charges----------------------*/

.running-total__card-charge-label,
.running-total__card-charge-number {
  color: #fff;
  font-size: 12px;
  font-size: 0.85714rem;
}

.running-total__card-charge-label {
  float: left;
}

.running-total__card-charge-number {
  float: right;
}

/*-Overlay----------------------------*/

.running-total__overlay {
  position: absolute;
  z-index: 17;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  background-color: #203240;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

/*-Currency----------------------------*/

.running-total__footer-total {
  margin-bottom: 10px;
}

.running-total__selected-currency {
  background-color: #26477a;
  padding: 15px 10px;
  color: white;
  position: relative;
  display: none;
}

.running-total__selected-currency-content {
  visibility: hidden;
}

.running-total__selected-currency-loader {
  height: 40px;
  display: block;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.running-total__selected-currency-loader i {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}

.running-total__selected-currency-loader i:before {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 1.42857rem;
  color: white;
}

.running-total__selected-currency-item {
  margin: 0 0 5px;
  color: white;
  font-size: 12px;
  font-size: 0.85714rem;
}

.running-total__selected-currency-total-label,
.running-total__selected-currency-total-price {
  color: white;
  margin: 0;
  float: left;
  top: 5px;
  position: relative;
  line-height: 100%;
}

.running-total__selected-currency-total-price {
  float: right;
  font-size: 26px;
  font-size: 1.85714rem;
  font-weight: 600;
  top: 0;
}

/*-Breakpoints------------------------*/

@media screen and (min-width: 1px) and (max-width: 767px) {
  .running-total--flight-results .running-total--sticky {
    right: -9999px !important;
  }
}

@media screen and (min-width: 768px) {
  .running-total--flight-results {
    position: relative;
    right: auto;
  }

  .running-total--inpage {
    width: 320px;
    top: -50px;
  }

  .running-total__top-bar {
    background-color: #5a94f4;
    border-bottom: none;
  }

  .running-total__wrapper {
    padding: 0 5.26316%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .running-total__wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }

  .running-total__sofar {
    left: 10px;
    margin-top: -10px;
    font-size: 13px;
    font-size: 0.92857rem;
    opacity: 1;
    width: auto;
  }

  .running-total__top-icon {
    right: 10px;
  }

  .running-total__dropdown {
    width: 320px;
  }

  .running-total__dropdown-content {
    width: 320px;
    max-height: calc(100vh);
  }

  .running-total__info {
    padding-left: 42px;
  }

  .running-total__info .icon-info {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

@media screen and (min-width: 1025px) {
  .running-total--inpage {
    display: block;
    position: static;
  }

  .running-total--inpage .running-total__dropdown {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .running-total--inpage .running-total__dropdown-wrapper {
    overflow-y: hidden;
    border: 1px solid #c0c0c0;
  }

  .running-total--inpage .running-total__top-icon {
    display: none;
  }

  .running-total__dropdown-content {
    max-height: none;
  }

  .running-total--inpage .running-total__dropdown-content {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .running-total--inpage .running-total__top-bar {
    cursor: default;
    padding-right: 15px;
  }

  .running-total--inpage .running-total__top-bar:not(.running-total__top-bar--desktop-fixed) {
    background-color: #203240;
  }

  .running-total__top-bar--desktop-fixed {
    position: fixed;
    width: 320px;
  }
}

.recent-searches-list {
  background-color: #FFFFFF;
  height: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  visibility: hidden;
  width: 0;
  z-index: -1;
}

.recent-searches-visible .recent-searches-list {
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 11;
}

html:not(.ios8) .recent-searches-visible .recent-searches-list {
  -webkit-overflow-scrolling: touch;
}

.edit-search .recent-searches-visible .recent-searches-list {
  overflow-y: hidden;
}

.recent-searches-list .search__overlay__title {
  border-bottom: solid 1px #e3e3e3;
  padding: 16px 20px;
}

.recent-searches-list__wrapper {
  height: 0;
  width: 0;
  left: 0;
  overflow-y: scroll;
  padding: 0 20px 10px 20px;
  position: absolute;
}

html:not(.ios8) .recent-searches-list__wrapper {
  -webkit-overflow-scrolling: touch;
}

.recent-searches-visible .recent-searches-list__wrapper {
  top: 66px;
  height: calc(100% - 66px);
  width: 99%;
}

.no-csscalc .recent-searches-visible .recent-searches-list__wrapper {
  top: auto;
  height: 84%;
}

.recent-searches-list__result {
  border: solid 1px #acadb2;
  padding: 6.77966%;
  padding-bottom: 0;
  margin-bottom: 3.38983%;
  background-color: #FFFFFF;
  position: relative;
}

.recent-searches-list__column {
  list-style: none;
  float: left;
  margin-top: 0;
  padding: 0;
}

.recent-searches-list__column .recent-searches-list__column__item--expired {
  text-decoration: line-through;
}

.recent-searches-list__column__item {
  font-size: 13px;
  font-size: .92857rem;
}

.recent-searches-list__column--left {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  font-weight: bolder;
}

.recent-searches-list__column--right {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  margin-right: 0;
}

.recent-searches-list__title {
  color: #626262;
  margin: 10px 0 0;
  padding-bottom: 3.38983%;
}

.recent-searches-list__result--expired .recent-searches-list__title,
.recent-searches-list__result--lff .recent-searches-list__title {
  color: #626262;
  margin-top: 2px;
}

.recent-searches-list__column__item--time {
  font-weight: lighter;
  padding-top: 12px;
}

.recent-searches-list__column__item__edit {
  font-weight: lighter;
  font-size: 12px;
  font-size: .85714rem;
  text-decoration: underline;
  padding-top: 12px;
  display: block;
}

.recent-searches-list__column__item__edit:hover {
  text-decoration: none;
}

.recent-searches-list__remove {
  font-size: 11px;
  font-size: .78571rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #acadb2;
  padding: 10px;
  text-decoration: underline;
}

.recent-searches-list__go {
  clear: both;
  margin-bottom: 6.77966%;
}

.recent-searches-list__result--expired .recent-searches-list__go {
  display: none;
}

.recent-searches-list__expired__label {
  display: none;
  background-color: #626262;
  font-size: 10px;
  font-size: .71429rem;
  color: #FFFFFF;
  padding: 1px 5px;
}

.recent-searches-list__result--expired .recent-searches-list__expired__label {
  display: inline;
}

.recent-searches-list__lff-label {
  display: inline;
  font-size: 10px;
  font-size: .71429rem;
  color: #FFFFFF;
  padding: 1px 5px;
  background-color: #098c09;
}

@media screen and (min-width: 768px) {
  .recent-searches-visible .recent-searches-list {
    position: absolute;
  }
}

.saved-passenger__number {
  text-align: center;
  margin-bottom: 10px;
}

.saved-passenger--selection {
  padding: 10px 0;
}

.saved-passengers__managed-table {
  width: 100%;
}

.saved-passengers__managed-table-row {
  border-bottom: 1px solid silver;
}

.saved-passengers__managed-table-row:hover {
  background-color: #dbe7fd;
}

.saved-passengers__managed-table-name {
  width: 70%;
  padding: 5px 10px;
}

.saved-passengers__managed-table-remove {
  text-align: right;
  padding: 5px 10px;
}

@media screen and (min-width: 768px) {
  .saved-passenger__number {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    margin-top: 18px;
    text-align: left;
    margin-bottom: 0;
  }

  .saved-passenger__name-select {
    width: 74.57627%;
    float: right;
    margin-right: 0;
  }

  .saved-passenger__extra-details {
    display: block;
  }
}

.search {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.search:after {
  content: " ";
  display: block;
  clear: both;
}

.search,
.search label {
  color: #FFFFFF;
}

.search .form-element-wrapper {
  border: 0;
}

.search::-webkit-input-placeholder {
  font-size: 10px;
  font-size: .71429rem;
}

.search:-moz-placeholder {
  font-size: 10px;
  font-size: .71429rem;
}

.search::-moz-placeholder {
  font-size: 10px;
  font-size: .71429rem;
}

.search:-ms-input-placeholder {
  font-size: 10px;
  font-size: .71429rem;
}

.home-content .search {
  margin-top: -1px;
  pointer-events: none;
}

.search-demo {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}

.search-demo__wrapper {
  width: auto;
  padding: 0 1.69492%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 23px 3px transparent;
  background-color: transparent;
}

.search-demo__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.search__wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  pointer-events: all;
}

.search__cta {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ee3123;
  padding: 0 5.08475% 5.08475%;
  position: relative;
  z-index: 1;
}

.search__journey-selector {
  text-align: center;
}

.search__journey-selector.form-column--two-thirds {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  margin-bottom: 15px;
}

.search__journey-selector .form-element-wrapper--radio {
  padding: 10px 14px 10px 0;
}

.recent-searches-button-wrapper {
  width: auto;
  margin-right: 0;
  float: right;
}

.recent-searches-button-wrapper__button {
  font-size: 11px;
  font-size: .78571rem;
  color: #FFFFFF;
  display: block;
  border: 1px solid #FFFFFF;
  width: 100%;
  line-height: 13px;
  padding: 0;
  overflow: auto;
}

.recent-searches-button__number {
  background-color: #FFFFFF;
  color: #ee3123;
  text-align: center;
  float: left;
  margin-right: 6px;
  padding: 13px 6px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bolder;
}

.recent-searches-button__text {
  padding: 6px 6px 6px 0;
  display: block;
  float: left;
}

.search__month-selector {
  display: none;
}

.edit-search .search__month-selector {
  display: block;
  margin: 0;
}

.ui-autocomplete {
  background: #FFFFFF;
  border: 1px solid silver;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999;
}

#jet2 .search .ui-autocomplete {
  left: auto !important;
  top: 100% !important;
  right: 0 !important;
  width: 76.27119% !important;
  max-height: 250px;
  overflow: auto;
}

.ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #acadb2;
  cursor: pointer;
  font-size: 12px;
  font-size: .85714rem;
  padding: 10px;
}

.ui-autocomplete .ui-menu-item,
.ui-autocomplete .ui-menu-item a {
  color: #626262;
}

.ui-autocomplete .ui-state-focus {
  background: #347cf2;
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-focus a {
  color: #FFFFFF;
}

.ui-autocomplete .item--no-matches {
  pointer-events: none;
}

.ui-autocomplete .item--no-matches,
.ui-autocomplete .item--error {
  border: none;
  cursor: default;
  pointer-events: none;
}

.ui-autocomplete .item--no-matches span,
.ui-autocomplete .item--error span {
  font-weight: bold;
}

.ui-autocomplete .item--no-matches,
.ui-autocomplete .item--no-matches:hover,
.ui-autocomplete .item--error,
.ui-autocomplete .item--error:hover {
  background-color: #dbe7fd;
}

.ui-autocomplete .item--no-matches,
.ui-autocomplete .item--no-matches a,
.ui-autocomplete .item--error,
.ui-autocomplete .item--error a {
  color: #347cf2;
}

.ui-autocomplete .item--all-airports {
  border: none;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  font-size: 15px;
  font-size: 1.07143rem;
  text-align: right;
}

.ui-autocomplete .item--all-airports,
.ui-autocomplete .item--all-airports:hover {
  background-color: #FFFFFF;
}

.ui-autocomplete .item--all-airports,
.ui-autocomplete .item--all-airports a {
  color: #203240;
}

.ui-helper-hidden-accessible {
  display: none;
}

.search__overlay__title {
  color: #ee3123;
  display: block;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  font-size: 22px;
  font-size: 1.57143rem;
  padding: 20px;
  position: relative;
  z-index: 2;
  color: #ee3123;
}

.search__overlay__close {
  background: #ee3123;
  color: #fff;
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  font-size: 1rem;
  float: right;
}

.search__overlay__close [class^="icon-"] {
  position: relative;
  top: 2px;
}

@media screen and (min-width: 768px) {
  .search::-webkit-input-placeholder {
    font-size: 12px;
    font-size: .85714rem;
  }

  .search:-moz-placeholder {
    font-size: 12px;
    font-size: .85714rem;
  }

  .search::-moz-placeholder {
    font-size: 12px;
    font-size: .85714rem;
  }

  .search:-ms-input-placeholder {
    font-size: 12px;
    font-size: .85714rem;
  }

  .home-content .search {
    margin-top: 0;
    position: absolute;
    top: 40px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .search__wrapper {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    padding: 0 1.69492%;
  }

  .search-edit .search__wrapper {
    padding: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .layout-two-column__side-bar .search__wrapper {
    padding: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .search__journey-selector {
    text-align: left;
  }

  .search__journey-selector,
  .search__journey-selector .form-element-wrapper--radio {
    float: left;
  }

  .search__journey-selector label {
    font-size: 14px;
    font-size: 1rem;
    padding-left: 24px;
  }

  .recent-searches-button-wrapper {
    margin-top: 3px;
  }

  .recent-searches-button__text {
    font-size: 9px;
    font-size: .64286rem;
    padding: 3px 6px 3px 0;
  }

  .recent-searches-button__number {
    padding: 10px 8px;
    margin-right: 6px;
    font-size: 12px;
    font-size: .85714rem;
  }

  .search__cta {
    padding-top: 0;
    padding-left: 3.38983%;
    padding-right: 3.38983%;
  }
}

@media screen and (min-width: 1025px) {
  .search-demo {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 40px;
  }

  .search-demo:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }

  .search__wrapper {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .search-edit .search__wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.search__airport {
  background-color: white;
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity ease-in .2s .2s;
  transition: opacity ease-in .2s .2s;
  visibility: hidden;
  width: 0;
  z-index: -1;
}

.search__airport.search__airport--return {
  display: none;
}

.search--airport-visible .search__airport {
  top: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  visibility: visible;
  width: 100%;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.search__airport__wrapper {
  height: 0;
  left: 5%;
  position: absolute;
  top: 70px;
  -webkit-overflow-scrolling: touch;
  width: 0;
}

.search--airport-visible .search__airport__wrapper {
  height: 100%;
  width: 90%;
}

.tabs {
  height: 90%;
  height: calc(100% - 100px);
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.tabs__buttons {
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #ee3123;
}

.tabs__buttons__tab {
  display: inline-block;
  list-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #ee3123;
  border-bottom: 0;
  margin-right: 2px;
  font-size: 15px;
  font-size: 1.07143rem;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.tabs__buttons__link {
  display: block;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #ee3123;
}

.tabs__buttons__link.tabs__buttons__link--active {
  background-color: #ee3123;
  color: #fff;
}

.tabs__content {
  display: none;
  height: 91%;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
}

.tabs__content.tabs__content--active {
  display: block;
}

.search-airport-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-airport-list--uk {
  padding-top: 30px;
}

.search-airport-list__item {
  border-bottom: 1px solid #dddee0;
  position: relative;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.search-airport-list__item:after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.search-airport-list__item.search-airport-list__item--active:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E04F";
  height: 100%;
  opacity: 1;
  padding: 13px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

.search-airport-list__item a {
  color: #626262;
  display: block;
  padding: 10px;
}

.no-touchevents .search-airport-list__item a:hover {
  background-color: #dbe7fd;
}

.touchevents .search-airport-list__item a:active {
  background-color: #dbe7fd;
}

.search-airport-list__item--active a,
.search-airport-list__item--active:after {
  color: #FFFFFF;
}

.search-airport-list__item--active a,
.search-airport-list__item--active:hover a {
  background-color: #347cf2 !important;
}

.search-airport-list__item--heading {
  font-weight: 900;
  padding: 30px 10px 10px;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .tabs {
    height: 90%;
    height: calc(100% - 62px);
  }

  .tabs__content {
    height: 85%;
  }

  .search--airport-visible .search__airport {
    position: absolute;
  }

  .search__airport__wrapper {
    bottom: 0;
  }

  .search__airport--no-bar .search__airport__wrapper {
    bottom: 0;
    top: 62px;
    overflow-y: hidden;
  }
}

@media screen and (min-width: 1025px) {
  .search-airport-list__item--heading:hover {
    background-color: white;
  }
}

.datepicker--search {
  margin: 0 0 20px;
}

.ui-datepicker-calendar {
  border-collapse: separate;
  width: 100%;
  cursor: default;
}

.ui-datepicker-calendar tr:first-child td {
  border-top: 1px solid silver;
}

.ui-datepicker-calendar tr.slvzr-first-child td {
  border-top: 1px solid silver;
}

.ui-datepicker-calendar th {
  position: relative;
  font-size: 13px;
  font-size: .92857rem;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: #ee3123;
  background-color: #fff;
}

.search .ui-datepicker-calendar th {
  color: #3d3d3d;
}

.ui-datepicker-calendar td {
  background-color: #5dc163;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #5dc163;
  color: white;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  height: 45px;
  text-align: center;
  width: 14.28571%;
  position: relative;
}

.ui-datepicker-calendar td a {
  height: 100%;
  line-height: 45px;
  position: relative;
}

.ui-datepicker-calendar td a:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: '';
  border: 1px solid white;
  margin-top: 0;
}

.ui-datepicker-calendar td:hover:not(.ui-datepicker-unselectable) {
  background-color: #85d385;
}

.ui-datepicker-calendar td:last-child {
  border-right: 1px solid silver;
}

.ui-datepicker-calendar td.slvzr-last-child .calendar__day {
  border-right: 1px solid silver;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable {
  background-color: white;
  border-color: silver;
  color: silver;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable:before {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: silver;
}

.ui-datepicker-calendar td.ui-datepicker-departday:before,
.ui-datepicker-calendar td.ui-datepicker-returnday:before {
  border-color: #347cf2;
  border-width: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}

.ui-datepicker-calendar td.ui-datepicker-departday a,
.ui-datepicker-calendar td.ui-datepicker-returnday a {
  position: relative;
  z-index: 20;
}

.ui-datepicker-calendar td.ui-datepicker-today:after,
.ui-datepicker-calendar td.ui-datepicker-current-day:after,
.ui-datepicker-calendar td.ui-datepicker-departday:after,
.ui-datepicker-calendar td.ui-datepicker-returnday:after {
  bottom: 0px;
  font-size: 8px;
  font-size: .57143rem;
  height: 10px;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #347cf2;
  border-color: #347cf2;
  color: #FFFFFF;
}

.ui-datepicker-calendar td.ui-datepicker-current-day:before {
  border-color: #347cf2;
  border-width: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}

.ui-datepicker-calendar td.ui-datepicker-current-day a {
  position: relative;
}

.ui-datepicker-calendar td.ui-datepicker-current-day.ui-datepicker-unselectable {
  background-color: white;
  border-color: silver;
  color: silver;
}

.ui-datepicker-calendar a {
  color: inherit;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 2;
}

.ui-datepicker-header {
  background-color: #ee3123;
  clear: both;
  color: #ee3123;
  height: 40px;
  position: relative;
}

.ui-datepicker-header select {
  background-color: white;
  border: none;
  height: 25px;
  margin: 0 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  left: 0;
  position: absolute;
  padding: 13px 15px;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E003";
  color: white;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.ui-datepicker-next {
  left: auto;
  right: 0;
}

.ui-datepicker-next:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E004";
}

.ui-datepicker-title {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  padding-top: 8px;
  text-align: center;
}

.search__calendar {
  background-color: #FFFFFF;
  height: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  visibility: hidden;
  width: 0;
  z-index: -1;
  display: none;
}

.search--calendar-visible .search__calendar {
  height: 100%;
  left: 0;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 11;
  display: block;
}

.search__calendar-key {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 20px 20px 0;
}

.search-key__item {
  display: inline-block;
  vertical-align: middle;
}

.search-key__item:first-child {
  margin-right: 30px;
}

.search-key__box,
.search-key__label {
  float: left;
}

.search-key__box {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: solid 1px silver;
  background-color: white;
}

.search-key__box--available {
  border-color: #5dc163;
  background-color: #5dc163;
}

.search-key__label {
  line-height: 20px;
  color: #3d3d3d;
}

@media screen and (min-width: 768px) {
  .search--calendar-visible .search__calendar {
    position: absolute;
  }

  .datepicker--search {
    margin: 0 20px 20px;
  }
}

.search-summary {
  display: none;
  padding: 30px 1.69492% 30px 1.69492%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  cursor: pointer;
}

.search-summary:after {
  content: " ";
  display: block;
  clear: both;
}

.search-summary__wrapper {
  border-left: 1px solid silver;
  padding: 0;
  width: 100%;
}

.search-summary__item {
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  display: table-cell;
  padding: 10px;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.search-summary__item--flight-summary {
  width: 30%;
}

.search-summary__item--search {
  background: #fff100;
  border: 0;
  width: 70px;
  padding: 0;
  border: 1px solid silver;
}

.search-summary__item--search:hover {
  background-color: #e6d900;
}

.search-summary__item--search > a {
  color: #203240;
  font-weight: bold;
  font-size: 10px;
  font-size: .71429rem;
  padding: 20px 10px;
  height: 100%;
  width: 70px;
  display: table-cell;
  vertical-align: middle;
  line-height: 12px;
}

.search-summary__item--search > a [class^=icon] {
  display: block;
  font-size: 22px;
  font-size: 1.57143rem;
  margin-bottom: 5px;
}

.search-summary__airport {
  color: #ee3123;
  display: inline-block;
  font-size: 18px;
  font-size: 1.28571rem;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  margin: 5px 0 0;
  text-align: center;
  vertical-align: middle;
}

.search-summary__airport > span {
  color: #203240;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
}

.search-summary__airport--departing,
.search-summary__airport--arriving,
.search-summary__icon {
  width: 31%;
}

.search-summary__airport--departing {
  padding-left: 0px;
}

.search-summary__airport--arriving {
  padding-right: 0px;
}

.search-summary__date {
  font-family: "Open Sans",sans-serif;
}

.search-summary__icon {
  color: #203240;
  display: none;
  position: relative;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .search-summary {
    display: block;
  }

  .search-summary__wrapper {
    display: table;
  }

  .search-summary__airport {
    padding: 0 5px;
  }

  .search-summary__airport {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .search-summary__airport > span {
    font-size: 14px;
    font-size: 1rem;
  }

  .search-summary__icon {
    display: inline-block;
    font-size: 14px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .search-summary__icon {
    font-size: 20px;
    font-size: 1.42857rem;
    left: 20px;
  }

  .search-summary__icon:before {
    z-index: 2;
    position: relative;
  }

  .search-summary__icon:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    background: #203240;
    width: 50%;
    border-right: 14px solid #fff;
    z-index: 1;
  }

  .search-summary__airport {
    font-size: 17px;
    font-size: 1.21429rem;
  }

  .search-summary__airport > span {
    font-size: 14px;
    font-size: 1rem;
  }
}

[data-show-more] {
  border-bottom: 1px solid silver;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

[data-show-more-content] {
  margin-bottom: 15px;
  overflow: hidden;
}

html:not(.no-js) [data-show-more-content="reduced"] {
  height: 55px;
}

[data-btn-show-more],
[data-btn-show-less] {
  color: #347cf2;
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}

.no-js [data-btn-show-more],
.no-js [data-btn-show-less] {
  display: none;
}

[data-btn-show-less] {
  display: none;
}

[data-btn-show-more] i,
[data-btn-show-less] i {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.sidebar-block {
  border: 1px solid silver;
  margin-bottom: 20px;
}

.sidebar-block__header {
  padding: 15px 20px;
  background-color: #f2f2f2;
  border-bottom: 1px solid silver;
}

.sidebar-block__content {
  padding: 15px;
}

.sidebar-block__list-item:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar-block__list-item {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sidebar-block {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media screen and (min-width: 1025px) {
  .sidebar-block {
    margin-right: 0;
    float: none;
    width: 100%;
  }
}

#jet2 [data-js-slidedown-content],
#jet2 [data-js-slidedown-hide] {
  display: none;
}

.status-bar {
  background: #f2f2f2;
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1.4em;
  text-align: center;
}

.status-bar__wrapper {
  padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 10px;
  position: relative;
}

.status-bar__icon {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #347cf2;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.status-bar__icon:before {
  position: relative;
  z-index: 1;
}

.status-bar__icon:after {
  background: #FFFFFF;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  z-index: 0;
}

.status-bar__close {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #203240;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.status-bar__close__icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .status-bar {
    background: rgba(242, 242, 242, 0.7);
    width: 100%;
    top: 0;
    z-index: 2;
    text-align: left;
  }

  .status-bar__wrapper {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .status-bar__links {
    float: right;
    margin-right: 60px;
  }

  .status-bar__link-item {
    border-right: solid 1px silver;
    display: inline-block;
    font-size: 12px;
    font-size: .85714rem;
    padding: 2px 10px;
  }

  .status-bar__link-item:last-child {
    border-right: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .status-bar,
  .status-bar__link-item {
    font-size: 14px;
    font-size: 1rem;
  }
}

.summary {
  display: none;
  border: solid 1px #acadb2;
  border-top: 0;
  font-size: 13px;
  font-size: .92857rem;
  text-align: center;
  background-color: #dcf0c2;
  color: #098c09;
  width: 100%;
}

.special-assistance__list .summary {
  margin-bottom: 10px;
}

.travel-insurance .summary {
  border-top: 1px solid #acadb2;
}

@media screen and (min-width: 768px) {
  .travel-insurance .summary {
    border-top: 0;
  }
}

.summary--no-tb {
  border-top: none;
}

.summary--no-rb {
  border-right: none;
}

.summary--no-bb {
  border-bottom: none;
}

.summary--no-lb {
  border-left: none;
}

.summary--showing {
  display: block;
}

.summary--showing {
  display: block;
}

.summary__item {
  display: table;
  width: 100%;
}

.wide-banner__summaries .summary:first-child {
  border-top: 1px solid #acadb2;
}

.summary__col {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 70%;
  padding: 15px;
}

.summary--small .summary__col {
  padding: 10px;
  width: 70%;
}

.summary__col--last {
  text-align: right;
}

.summary__remove {
  display: table-cell;
  vertical-align: middle;
  color: #626262;
  font-weight: normal;
  cursor: pointer;
  background: #fff;
  padding: 15px;
  text-align: right;
  border-left: 1px solid #acadb2;
}

.summary--small .summary__remove {
  padding: 10px;
}

.tabs-toggle--homepage__button--primary {
  width: 30%;
}

.tabs-toggle--homepage__accordion-btn {
  display: block;
  float: left;
  width: 10%;
  background-color: #203240;
  cursor: pointer;
  text-align: center;
  max-height: 64px;
}

.tabs-toggle--homepage__accordion-btn [class^="icon-"] {
  display: none;
  padding: 24px 0 25px;
}

.tabs-toggle--homepage__button--primary {
  padding: 0;
  vertical-align: middle;
  width: 30%;
}

.tabs-toggle--homepage__accordion-btn {
  display: block;
  float: left;
  width: 10%;
  height: 100%;
  background-color: #203240;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.tabs-toggle--homepage__accordion-btn [class^="icon-"] {
  display: none;
  padding: 24px 0 25px;
}

.tabs-toggle--homepage[data-accordion="closed"] .tabs-toggle--homepage__accordion-btn .icon-chevron-down {
  display: block;
}

.tabs-toggle--homepage[data-accordion="open"] .tabs-toggle--homepage__accordion-btn .icon-chevron-up {
  display: block;
}

.tabs-toggle--homepage__dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 40%;
  width: calc(40% + 1px);
}

.tabs-toggle--homepage {
  border: none;
  bottom: -1px;
  display: table;
  width: 100%;
  margin: 0;
  position: relative;
  right: 0;
  z-index: 6;
}

.tabs-toggle--homepage__button {
  display: block;
  background: #203240;
  float: left;
  border-color: #4B5A6B;
  border-style: solid;
  border-width: 0 1px 0 0;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.tabs-toggle--homepage__dropdown .tabs-toggle--homepage__button {
  display: block;
  width: 100%;
  border: 0;
  text-align: left;
  border-top: 1px solid #4B5A6B;
}

.tabs-toggle--homepage__dropdown .tabs-toggle--homepage__button:before,
.tabs-toggle--homepage__dropdown .tabs-toggle--homepage__button:after {
  display: none;
}

.tabs-toggle--homepage__button.tabs-toggle--homepage__button--active {
  background-color: #ee3123;
  border-width: 0;
  position: relative;
  top: -5px;
  border-radius: 5px 5px 0 0;
}

.tabs-toggle--homepage__button.tabs-toggle--homepage__button--active:before {
  background-color: #ee3123;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tabs-toggle--homepage__button i {
  font-size: 18px;
  font-size: 1.28571rem;
  display: block;
  margin: 0 0 5px;
}

.tabs-toggle--homepage__button a {
  color: inherit;
}

.tabs-toggle--homepage__button .tabs-toggle--homepage__text {
  font-family: "FranklinGothic-MedIt-webfont",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0;
}

.tabs-toggle--homepage__text {
  font-size: 12px;
  font-size: .85714rem;
  margin: 0;
  color: #FFFFFF;
}

.tabs-toggle--homepage__link {
  padding: 25px 0;
  display: block;
  min-height: 45px;
  max-height: 64px;
}

.tabs-toggle--homepage__dropdown .tabs-toggle--homepage__link {
  padding: 25px 10px;
}

.tabs-toggle--homepage__subtext {
  display: none;
  color: #FFFFFF;
  font-size: 8px;
  font-size: .57143rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .tabs-toggle--homepage {
    z-index: 16;
  }

  .tabs-toggle--homepage__link {
    padding: 15px 0 5px;
  }

  .tabs-toggle--homepage__dropdown .tabs-toggle--homepage__link {
    padding: 15px;
  }

  .tabs-toggle--homepage__accordion-btn {
    border-radius: 0 5px 0 0;
    max-height: 45px;
  }

  .tabs-toggle--homepage__accordion-btn [class^="icon-"] {
    padding: 15px 0;
  }

  .tabs-toggle--homepage__button--primary:first-child {
    border-radius: 5px 0 0 0;
  }

  .tabs-toggle--homepage__button--primary:first-child.tabs-toggle--homepage__button--active {
    border-radius: 5px 5px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .tabs-toggle--homepage {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    bottom: 0;
    float: left;
    margin: 0;
    right: 0;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
  }

  .tabs-toggle--homepage__button:first-child.tabs-toggle--homepage__button--active {
    border-radius: 5px 0 0 0;
    top: 0;
  }

  .tabs-toggle--homepage__button {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-width: 0 0 1px 0;
    text-align: left;
  }

  .tabs-toggle--homepage__button:hover:not(.tabs-toggle--homepage__button--active) {
    background-color: #FFF;
    border-color: #FFF;
  }

  .tabs-toggle--homepage__button:hover:not(.tabs-toggle--homepage__button--active) .tabs-toggle--homepage__text,
  .tabs-toggle--homepage__button:hover:not(.tabs-toggle--homepage__button--active) .tabs-toggle--homepage__subtext,
  .tabs-toggle--homepage__button:hover:not(.tabs-toggle--homepage__button--active) i {
    color: #626262;
  }

  .tabs-toggle--homepage__button.tabs-toggle--homepage__button--active {
    border-width: 0 0 1px;
    top: 0;
    border-radius: 0;
  }

  .tabs-toggle--homepage__button.tabs-toggle--homepage__button--active:after {
    display: none;
  }

  .tabs-toggle--homepage__button i {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-size: 1.28571rem;
    left: 15px;
    position: absolute;
    top: 15px;
  }

  .tabs-toggle--homepage__link {
    padding: 15px;
    max-height: none;
  }

  .tabs-toggle--homepage__text {
    font-size: 15px;
    font-size: 1.07143rem;
  }

  .tabs-toggle--homepage__subtext {
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    font-size: .85714rem;
    margin: 0px 0 0;
  }

  .tabs-toggle--homepage__button:not(.tabs-toggle--homepage__button--active):hover .tabs-toggle--homepage__subtext {
    color: #626262;
  }

  .tabs-toggle--homepage__dropdown {
    display: block !important;
  }

  .tabs-toggle--homepage__accordion-btn {
    display: none;
  }

  .tabs-toggle--homepage__accordion-btn:hover {
    background-color: #FFF;
    color: #626262;
  }

  .tabs-toggle--homepage__text,
  .tabs-toggle--homepage__subtext {
    padding-left: 28px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
  .tabs-toggle--three-tabs .tabs-toggle--homepage__accordion-btn {
    display: none;
  }

  .tabs-toggle--three-tabs .tabs-toggle--homepage__button--primary {
    width: 33%;
  }

  .tabs-toggle--three-tabs .tabs-toggle--homepage__button--primary:first-child {
    width: 34%;
  }

  .tabs-toggle--three-tabs [data-number="3"] {
    border: none;
  }

  .tabs-toggle--three-tabs [data-number="3"].tabs-toggle--homepage__button--active {
    border-radius: 5px 5px 0 0;
  }
}

.intro-summary {
  padding: 20px 0 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}

.intro-summary:after {
  content: " ";
  display: block;
  clear: both;
}

.intro-summary p {
  font-size: 14px;
  font-size: 1rem;
  margin: 0 0 1em;
}

.intro-summary h2 {
  font-weight: 600;
}

.intro-summary-wrapper {
  position: relative;
}

.intro-summary--padded {
  margin-top: 20px;
}

.intro-summary--image-right img {
  float: right;
  margin-left: 5.26316%;
  margin-top: 5.26316%;
  max-width: 30%;
}

.intro-summary--image-left img {
  float: left;
  margin-right: 5.26316%;
  margin-top: 5.26316%;
  max-width: 30%;
}

/*-#BREAKPOINTS-----------------------------*/

@media screen and (min-width: 1px) and (max-width: 767px) {
  .intro-summary p {
    font-size: 12px;
    font-size: 0.85714rem;
  }
}

@media screen and (min-width: 768px) {
  .split-wrapper .intro-summary {
    padding: 0;
  }
}

[data-text-toggle] {
  cursor: pointer;
}

#jet2 [data-text-toggle-second] {
  display: none;
}

[data-text-toggle] .icon-chevron-up {
  display: none;
}

.data-text-toggle--toggled .icon-chevron-up {
  display: inline-block;
}

.data-text-toggle--toggled .icon-chevron-down {
  display: none;
}

.toggle {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #acadb2;
  background-color: #fff;
  padding: 2px;
}

.accordion-block__block--btn .toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}

.toggle__radio {
  display: none;
}

.toggle__label {
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
}

.toggle__radio:checked + .toggle__label {
  background: #347cf2;
  color: #fff;
}

.toggle__radio:not(:checked) + .toggle__label {
  cursor: pointer;
}

[data-tooltip-id] {
  cursor: pointer;
}

.tooltip {
  display: inline-block;
  position: absolute;
  background-color: #203240;
  color: white;
  width: auto;
  max-width: 210px;
  padding: 15px 40px 15px 15px;
  font-size: 14px;
  font-size: 1rem;
  border-radius: 8px;
  line-height: 120%;
  z-index: 5;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  display: none;
  -webkit-transition: left 0.3s ease, top 0.3s ease;
  transition: left 0.3s ease, top 0.3s ease;
}

.tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #203240 transparent transparent transparent;
  top: auto;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -12px;
  bottom: -12px;
}

.tooltip--left:before {
  margin: 0;
  left: 15px;
}

.tooltip--right:before {
  margin: 0;
  right: 15px;
  left: auto;
}

.tooltip--large {
  max-width: 400px;
}

.tooltip__close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
  font-size: 1.14286rem;
  padding-left: 2px;
}

.tooltip__text {
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  padding-left: 50px;
}

.tooltip--cvv {
  background-image: url("../img/card-cvv.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
}

.tooltip--cvv-amex {
  background-image: url("../img/card-cvv--amex.png");
}

.tooltip__infant-image {
  float: left;
  width: 40px;
  margin-right: 10px;
}

.travel-insurance__wrapper {
  background-color: #f2f2f2;
  border: 1px solid #acadb2;
  padding: 12px;
}

.travel-insurance__policy {
  color: #203240;
  margin-bottom: 10px;
  -webkit-tap-highlight-color: transparent;
}

.travel-insurance__policy[data-policy="inactive"] .highlight {
  opacity: 0.5;
}

.travel-insurance__policy:after {
  content: "";
  display: table;
  clear: both;
}

.travel-insurance__policy-type {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.travel-insurance__wrapper--open .travel-insurance__policy-type:after {
  position: absolute;
  bottom: 0;
  width: calc(100% + 26px);
  left: -13px;
  height: 1px;
  background-color: #acadb2;
}

.travel-insurance__policy--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.travel-insurance__policy-title {
  position: relative;
  top: -5px;
}

.travel-insurance__policy-type .form-element-wrapper--radio {
  padding-top: 5px;
}

.travel-insurance__duration {
  margin-bottom: 15px;
}

.travel-insurance__passenger {
  color: #203240;
  background-color: #FFFFFF;
  padding: 15px 20px;
  border: 1px solid #acadb2;
}

.travel-insurance__passenger-wrapper {
  margin: 0 0 20px;
}

.travel-insurance__name {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.travel-insurance__passenger-selection {
  margin-bottom: 20px;
}

.travel-insurance__surname {
  font-size: 14px;
  font-size: 1rem;
  display: block;
  font-weight: 300;
}

.travel-insurance__passenger-price {
  color: #ee3123;
  font-weight: 900;
}

.travel-insurance__form {
  border-top: solid 1px #acadb2;
  display: none;
}

.travel-insurance__child {
  background: #FFFFFF;
  display: table;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #acadb2;
  color: #203240;
}

.travel-insurance__child:last-child {
  margin-bottom: 20px;
}

.travel-insurance__passenger--selected,
.travel-insurance__child--selected {
  background-color: #dcf0c2;
}

.travel-insurance__child-name,
.travel-insurance__child-price {
  display: table-cell;
  vertical-align: middle;
}

.travel-insurance__child-name {
  width: 60%;
  text-align: left;
}

.travel-insurance__child-price {
  text-align: right;
  width: 40%;
  opacity: 0;
  color: #098c09;
}

.travel-insurance__child--selected .travel-insurance__child-price {
  opacity: 1;
}

.travel-insurance__terms {
  clear: both;
  position: relative;
}

.travel-insurance__terms-list {
  padding-left: 15px;
  margin-left: 15px;
}

.travel-insurance__content {
  display: none;
}

.travel-insurance__selected {
  border-top: solid 1px #acadb2;
  clear: both;
  display: none;
  margin: 20px -10px -16px;
  font-weight: 600;
  text-align: center;
}

.travel-insurance__passenger--age-selected .travel-insurance__selected {
  display: block;
}

.travel-insurance__selected-row {
  color: #626262;
  display: table;
  width: 100%;
}

.travel-insurance__selected-price,
.travel-insurance__selected-remove {
  display: table-cell;
  vertical-align: middle;
}

.travel-insurance__selected-price {
  padding: 10px;
  text-align: left;
  background-color: #dcf0c2;
  color: #098c09;
  font-weight: bold;
}

.travel-insurance__selected-price__price {
  color: #098c09;
  float: right;
}

.travel-insurance__selected-price__price:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E040";
  font-size: 12px;
  font-size: .85714rem;
  padding-right: 10px;
}

.travel-insurance__selected-remove {
  border-left: solid 1px #acadb2;
  cursor: pointer;
  font-size: 11px;
  font-size: .78571rem;
  line-height: 1;
  padding: 10px 0;
  width: 60px;
  text-align: center;
}

.travel-insurance__selected-remove [class^=icon],
.travel-insurance__selected-remove [class*=icon] {
  display: block;
}

.travel-insurance__non-selected {
  display: none;
}

.travel-insurance__documents {
  list-style: none;
  margin: 0 0 15px 15px;
  padding: 0;
  text-align: center;
}

.travel-insurance__document:not(:last-child) {
  margin-bottom: 10px;
}

.travel-insurance-notincluded {
  border: 1px solid #acadb2;
  background-color: #f2f2f2;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .travel-insurance__wrapper {
    background-color: transparent;
    padding: 0;
    border: none;
  }

  .travel-insurance__form {
    border: 0;
    position: relative;
    display: block !important;
  }

  .travel-insurance__policy-type {
    display: table;
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 0;
  }

  .flexbox-legacy .travel-insurance__policy-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .travel-insurance__policy-type:after {
    display: none !important;
  }

  .travel-insurance__policy {
    border: 1px solid;
    border-color: #acadb2;
    background-color: #fff;
    display: table-cell;
    margin-bottom: 0;
    padding: 15px 20px;
    width: 50%;
  }

  .travel-insurance__policy label {
    display: block;
  }

  .travel-insurance__policy[data-policy="active"] {
    border: solid 1px #347cf2;
    border-bottom: 0;
  }

  .travel-insurance__policy[data-policy="inactive"] {
    border-bottom: solid 1px #347cf2;
  }

  .travel-insurance__policy[data-policy="inactive"]:not(.travel-insurance__policy--disabled) {
    background-color: #f2f2f2;
  }

  .travel-insurance__policy:first-child[data-policy="active"],
  .travel-insurance__policy:first-child[data-policy="inactive"] {
    border-right: solid 1px #347cf2;
  }

  .travel-insurance__policy:last-child {
    border-left: 0;
  }

  .travel-insurance__policy:after {
    display: none;
  }

  .travel-insurance__duration {
    width: 33%;
  }

  .travel-insurance__content {
    background-color: #fff;
    border: solid 1px #347cf2;
    border-top: 0;
    padding: 20px;
  }

  .travel-insurance__policy .form-element-wrapper--radio {
    display: block;
    float: none;
  }

  .travel-insurance__passenger {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 20px;
  }

  .travel-insurance__passenger:first-of-type {
    margin-top: 0;
  }

  .travel-insurance__passenger:nth-child(2n) {
    margin-top: 0;
    float: right;
    margin-right: 0;
  }

  .travel-insurance__name {
    margin-bottom: 15px;
  }

  .travel-insurance__children-wrapper {
    margin-bottom: 20px;
  }

  .travel-insurance__children {
    border: 0;
  }

  .travel-insurance__child {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 1.69492%;
  }

  .travel-insurance__child:nth-child(2n) {
    margin-top: 0;
    float: right;
    margin-right: 0;
  }

  .travel-insurance__passenger--selected,
  .travel-insurance__child--selected {
    background-color: #dcf0c2;
  }

  .travel-insurance__child-name {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .travel-insurance__child-surname {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 300;
  }

  .travel-insurance__selected {
    margin: 20px -20px -15px;
  }

  .travel-insurance__selected .inpage-loader {
    padding: 15px;
  }

  .travel-insurance__selected-price {
    padding: 15px 20px;
  }

  .travel-insurance__terms-list {
    margin: 15px 30px;
    padding: 0;
  }

  .travel-insurance__documents {
    margin: 15px 0 0 0;
    text-align: left;
  }

  .travel-insurance__document.travel-insurance__document {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .travel-insurance__btn-wrapper {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }

  .travel-insurance-notincluded {
    border: none;
    padding: 0;
    background-color: transparent;
  }
}

.up-sell__showhide {
  text-align: right;
  position: relative;
}

.up-sell__showhide [data-select-status="off"] {
  display: inline-block;
}

.up-sell__showhide [data-select-status="on"] {
  display: none;
}

.up-sell__showhide .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: auto;
  position: static;
}

.up-sell__showhide .btn:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #347cf2;
}

.up-sell__showhide .btn [data-action='open'] {
  display: block;
}

.up-sell__showhide .btn.up-sell__toggle--open [data-action='open'] {
  display: none;
}

.up-sell__showhide .btn [data-action='close'] {
  display: none;
}

.up-sell__showhide .btn.up-sell__toggle--open:not(.btn--green) {
  background-color: #f2f2f2;
  border-color: #acadb2;
  color: #626262;
}

.up-sell__showhide .btn.up-sell__toggle--open:not(.btn--green):before {
  background-color: #acadb2;
}

.up-sell__showhide .btn.up-sell__toggle--open [data-action='close'] {
  display: block;
}

.up-sell__showhide.up-sell__showhide--selected .btn:before {
  display: none;
}

.up-sell__showhide.up-sell__showhide--selected [data-select-status="off"] {
  display: none;
}

.up-sell__showhide.up-sell__showhide--selected [data-select-status="on"] {
  display: inline-block;
}

.passenger-item__wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.passenger-item__col--name {
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.passenger-item__col--selection,
.passenger-item__col--journey,
.passenger-item__col--surname,
.passenger-item__col--infant {
  display: block;
  font-size: 12px;
  font-size: .85714rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.passenger-item__col--infant {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.passenger-item--selected .passenger-item__col--journey {
  display: none;
}

.passenger-item__col--selection {
  color: #098c09;
  display: none;
}

.passenger-item--selected .passenger-item__col--selection {
  display: block;
  line-height: 1.5em;
}

.passenger-item__col--selection [class^=icon] {
  background: #098c09;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  position: relative;
  width: 15px;
  font-size: 8px;
  font-size: .57143rem;
  top: -1px;
}

.passenger-item__delete-btn {
  font-size: 11px;
  font-size: .78571rem;
  display: table-cell;
  line-height: 1.3em;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  border-left: solid 1px #acadb2;
  background: #fff;
  visibility: hidden;
}

.invisible .passenger-item--selected .passenger-item__delete-btn {
  visibility: hidden;
}

.passenger-item--selected .passenger-item__delete-btn,
.visible .passenger-item--selected .passenger-item__delete-btn {
  visibility: visible;
}

.passenger-item--active .passenger-item__delete-btn {
  border-left: solid 1px #347cf2;
}

.up-sell__extra {
  margin: 0 0 20px 0;
}

.up-sell__summary {
  display: none !important;
}

.up-sell__summary.up-sell__summary--active {
  display: block !important;
}

.up-sell__summary-item {
  border: solid 1px #acadb2;
  border-bottom: 0;
  display: table;
  font-size: 13px;
  font-size: .92857rem;
  padding: 10px 15px;
  width: 100%;
  text-align: center;
  background-color: #dcf0c2;
  color: #098c09;
}

.up-sell__summary-col {
  display: table-cell;
  text-align: left;
}

.up-sell__summary-col.up-sell__summary-col--last {
  text-align: right;
}

.btn .up-sell__passenger-list,
.up-sell__passenger-list .btn,
.btn .up-sell__group-seating,
.up-sell__group-seating .btn {
  min-width: 140px;
}

.up-sell__passenger-list[data-accordion='open'] [data-accordion-btn],
.up-sell__group-seating[data-accordion='open'] [data-accordion-btn] {
  display: none;
}

.btn .up-sell__passenger-list[data-accordion='closed'] [data-accordion-btn],
.up-sell__passenger-list[data-accordion='closed'] [data-accordion-btn] .btn,
.btn .up-sell__group-seating[data-accordion='closed'] [data-accordion-btn],
.up-sell__group-seating[data-accordion='closed'] [data-accordion-btn] .btn {
  display: inline-block;
}

.up-sell-selection__group {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  background: #fff;
}

.up-sell-selection__group p {
  font-size: 14px;
  font-size: 1rem;
}

.up-sell-selection__group a {
  text-decoration: underline;
}

.up-sell-selection__group-title {
  margin-bottom: 15px;
}

.up-sell-selection__group-heading [class^=icon] {
  color: #203240;
}

.up-sell-selection__group-heading .up-sell-selection__group-heading--icon-left {
  padding-right: 5px;
}

.up-sell-selection__group-heading .up-sell-selection__group-heading--icon-right {
  padding-left: 5px;
}

.up-sell-selection__group-sub-heading {
  color: #203240;
  font-weight: 600;
}

.up-sell-selection__group-sub-heading [class^=icon] {
  color: #ee3123;
}

.passenger-item {
  background: #FFFFFF;
  border: solid 1px #626262;
  color: #626262;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  margin-left: 0 !important;
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.passenger-item [class^=icon] {
  top: 50%;
}

.passenger-item:last-child {
  margin-bottom: 0;
}

.passenger-item__col {
  font-size: 13px;
  font-size: .92857rem;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 30%;
  padding: 10px 0;
}

.passenger-item__col--name {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1em;
  padding: 10px;
  width: 50%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.passenger-item__col--surname {
  font-size: 12px;
  font-size: .85714rem;
  word-wrap: break-word;
}

.passenger-item__col--surname [class^=icon] {
  color: #626262 !important;
}

.passenger-item__info {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.passenger-item--selected .passenger-item__info {
  color: #098c09;
  display: block;
  padding-right: 2px;
}

.passenger-item--active .passenger-item__info {
  color: inherit;
}

.passenger-item__placeholder {
  display: block;
}

.passenger-item--selected .passenger-item__col--seat {
  font-size: 18px;
  font-size: 1.28571rem;
}

.passenger-item--selected {
  background-color: #dcf0c2;
  border-color: #626262;
  color: #626262;
}

.passenger-item--selected .passenger-item__delete-btn {
  border-color: #acadb2;
}

.passenger-item--active {
  background: #dbe7fd;
  border-color: #347cf2;
  color: #347cf2;
}

.up-sell__compact-selection {
  background: #FFFFFF;
  display: table;
  font-weight: 600;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
}

.up-sell__selection-summary {
  border-bottom: solid 1px #acadb2;
  font-size: 12px;
  font-size: .85714rem;
  position: fixed;
  bottom: -70px;
  margin: auto;
  left: 0;
  right: 0;
  width: 90%;
  z-index: 1;
  -webkit-transition: bottom ease-in .3s;
  transition: bottom ease-in .3s;
}

.up-sell__selection-summary.up-sell__selection-summary--in-view {
  bottom: 15px;
}

.up-sell__promotional-banner {
  margin: 0 0 20px;
}

.promo--in-page {
  padding: 0 10px;
}

.promo--in-page__item {
  border: solid 1px #626262;
  margin: 10px 0;
  padding: 5px;
}

.promo--in-page__item img {
  display: block;
  height: auto;
  width: 100%;
}

.up-sell__opt-group__inner {
  display: none;
}

.up-sell__opt-group--active .up-sell__opt-group__inner {
  display: block;
}

.up-sell-selection__group--padded-box {
  padding: 20px;
}

.up-sell-selection__group {
  background-color: transparent;
}

.up-sell-selection__group--bordered {
  border: solid 1px #626262;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .up-sell__opt-group {
    margin: 20px 0;
    padding: 0 10px;
  }

  .up-sell__opt-group__inner--padded-box {
    padding: 20px 0;
  }

  .up-sell__opt-group-select {
    background: #FFFFFF;
    padding: 0 15px;
  }

  .up-sell__opt-group-select strong {
    color: #ee3123;
  }

  .up-sell__opt-group--active .up-sell__opt-group-select {
    background: #f2f2f2;
  }

  .up-sell__opt-group-select--header {
    color: #203240;
    padding: 15px;
    position: relative;
  }

  .up-sell__opt-group-select--header,
  .up-sell__opt-group-select--header strong {
    font-weight: 600;
  }

  .up-sell__opt-group-select--header:after {
    font-family: "icons1551113777914";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\E00D";
    position: absolute;
    margin-top: -8px;
    right: 15px;
    top: 50%;
  }

  .up-sell__opt-group--active .up-sell__opt-group-select--header:after {
    font-family: "icons1551113777914";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\E010";
  }

  .up-sell__action {
    display: none;
    position: relative;
  }

  .up-sell__teaser--completed {
    border: solid 2px #098c09;
  }

  .up-sell__block {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }

  .up-sell__block.transitioning {
    opacity: 0;
  }

  .compact-passenger-list {
    overflow: hidden;
    white-space: nowrap;
  }

  .compact-passenger-list--inactive {
    display: none;
  }

  .compact-passenger-list__item {
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }

  .compact-passenger-list__item-table {
    display: table;
    min-height: 70px;
    width: 100%;
  }

  .compact-passenger-list__item-table-cell {
    display: table-cell;
    vertical-align: middle;
  }

  .compact-passenger-list__navigation {
    position: absolute;
    top: 0;
    height: 75px;
    line-height: 35px;
  }

  .compact-passenger-list__navigation--prev {
    left: 10px;
    padding: 20px 40px 20px 0;
  }

  .compact-passenger-list__navigation--next {
    right: 10px;
    padding: 20px 0 20px 40px;
  }

  .compact-passenger-list__navigation--inactive {
    opacity: 0.2;
  }

  .compact-passenger-list__close-link {
    border-bottom: solid 1px #acadb2;
    font-weight: 300;
    font-size: 12px;
    font-size: .85714rem;
    padding: 0 10px 10px;
  }
}

@media screen and (min-width: 768px) {
  .up-sell__box {
    background-color: #f2f2f2;
    border-top: 0;
    padding: 30px;
  }

  .up-sell__selection {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-top: 0;
    padding-right: 2%;
  }

  .up-sell__showhide {
    display: none;
  }

  .up-sell__promotional-banner {
    margin: 0 0 30px;
  }

  .up-sell__summary {
    display: none;
  }

  .up-sell__summary-item {
    border-top: 0;
    border-bottom: solid 1px #acadb2;
  }

  .passenger-item--active:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #347cf2;
    width: 0;
    height: 0;
  }

  .passenger-item--active:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -7px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #dbe7fd;
    width: 0;
    height: 0;
  }

  .passenger-item--active.passenger-item--selected:before {
    border-color: transparent transparent transparent #626262;
  }

  .passenger-item--active.passenger-item--selected:after {
    border-color: transparent transparent transparent #FFF;
  }

  .up-sell-selection__group {
    margin: 0;
  }

  .up-sell-selection__group--with-image {
    background-repeat: no-repeat;
    background-position: top center;
  }

  .passenger-item__col {
    font-size: 14px;
    font-size: 1rem;
  }

  .passenger-item__col--name {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .passenger-item__col {
    width: 30%;
  }

  .passenger-item__col.passenger-item__col--name {
    width: 50%;
  }

  .passenger-item__col--surname {
    font-size: 12px;
    font-size: .85714rem;
  }

  .passenger-item--selected .passenger-item__info {
    text-align: left;
  }

  .up-sell__opt-group {
    margin-bottom: 20px;
  }

  .travel-insurance .up-sell__opt-group {
    margin-bottom: 0;
  }

  .up-sell-selection__group-sub-heading {
    clear: left;
  }

  .up-sell__teaser,
  .up-sell__action,
  .up-sell__block {
    display: block !important;
  }

  .compact-passenger-list {
    display: none;
  }
}

.meals-selection__overlay--overlay {
  overflow-y: hidden !important;
  position: relative;
}

.meals-selection__overlay--overlay:before {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #fff;
}

.meals-list__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  font-size: 18px;
  font-size: 1.28571rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .meals-selection__list {
    border-top: solid 1px #acadb2;
    display: none;
  }

  .meals-selection__overlay {
    background: white;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 75;
  }

  .meals-selection__scroller {
    padding: 110px 10px 75px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    backface-visibility: none;
    -webkit-backface-visibility: none;
  }

  .meals-selection__selection-summary--fixed,
  .meals-selection__selection-summary--fixed.selection-summary {
    background: transparent;
    margin: auto;
    position: fixed;
    bottom: 15px;
    padding: 0;
    left: 0;
    right: 0;
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .meals-selection,
  .meals-selection__list,
  .meals-selection__overlay {
    display: block !important;
  }

  .meals-selection__overlay {
    opacity: 1 !important;
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }

  .meals-selection__scroller {
    border: solid 1px #626262;
    max-height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
}

@media screen and (min-width: 1401px) {
  .meals-selection__list {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%;
  }

  .meals-selection__overlay {
    width: 53.38983%;
    float: right;
    margin-right: 0;
  }
}

.seat-map {
  overflow: hidden;
  position: relative;
}

.seat-map--inactive {
  display: none;
}

.seat-selection {
  display: block;
}

.seat-selection__plane {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fixed .seat-selection__plane {
  position: fixed;
  left: 50px;
  top: 50px;
}

.seat-selection__plane--inner {
  overflow-x: hidden;
  padding: 0 10px;
}

.seat-selection__fixed-elements {
  position: fixed;
  top: 120px;
  left: 1px;
  width: 100%;
  z-index: 5;
}

.seat-key {
  position: relative;
}

.seat-key__btn-stack {
  margin-top: -1px;
  position: absolute;
  top: 0;
  right: 0;
}

.seat-key__btn {
  background: #FFFFFF;
  border: solid 1px #203240;
  color: #203240;
  cursor: pointer;
  font-size: 9px;
  font-size: .64286rem;
  padding: 5px;
  top: 100px;
  right: 0;
  text-align: center;
  min-height: 55px;
  width: 50px;
}

.seat-key__btn:not(:last-child) {
  margin-bottom: -1px;
}

.seat-key__btn [class^=icon] {
  line-height: 40px;
}

.seat-key__btn img {
  display: block;
  height: auto;
  margin: 0 auto 2px;
  width: 80%;
}

.seat-selection__group:first-child {
  margin-bottom: 40px;
}

.seat-key__close {
  color: #203240;
  margin-top: -8px;
  position: absolute;
  right: 20px;
  top: 50%;
}

.up-sell-selection__view {
  font-size: 12px;
  font-size: .85714rem;
  margin-top: 5px;
  text-decoration: underline;
}

.group-seating-preview__offer {
  height: 70px;
  width: 70px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
}

.group-seating-preview__offer:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent #ee3123 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.group-seating-preview__offer span {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1em;
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.group-seating-preview label {
  color: #203240;
  font-weight: 900;
}

.up-sell-selection__group {
  margin-bottom: 15px;
  padding: 0 10px;
}

.up-sell-selection__group--with-image {
  padding: 166px 10px 20px;
}

.group-seating-preview__heading {
  position: relative;
}

.group-seating-preview__heading p {
  color: #203240;
}

.group-seating-preview__heading .roundel {
  position: absolute;
  top: 0;
  right: 20px;
}

.up-sell-selection__group--with-image .roundel {
  top: -155px;
}

.group-seating-preview__title {
  color: #626262;
  font-weight: 600;
  padding: 20px 15px 0px;
  background-color: #fff;
}

.group-seating-preview__render--hidden {
  display: none;
}

.group-seating-preview__render--block {
  padding: 10px 15px 20px;
  background-color: #fff;
}

.group-seating-preview__render--block .plane-row__col--aisle {
  width: 10%;
}

.group-seating-preview__render--block .plane-row__col--seats242 {
  width: 10%;
}

.group-seating-preview__render--block .plane-row__col {
  margin-right: -4px;
}

@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .group-seating-preview__render--block .plane-row__col {
    margin-right: -4px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .group-seating-preview__render--block .plane-row__col {
    margin-right: -4px;
  }
}

@supports (-ms-accelerator: true) {
  .group-seating-preview__render--block .plane-row__col {
    margin-right: -4px;
  }
}

.group-seating-preview__render--block .form-element-wrapper {
  float: none;
  padding-right: 0;
  width: 100%;
}

.group-seating-preview__price {
  color: #ee3123;
  float: right;
}

.seat-selection__plane--overlay:before {
  content: "";
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #203240;
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.seat-selection__plane--overlay-white:before {
  content: "";
  position: absolute;
  z-index: 6;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 1px;
  background-color: #fff;
}

.plane-modal__wrap {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
}

.plane-modal {
  display: inline-block;
  width: 90%;
  max-width: 390px;
  position: relative;
  z-index: 10;
  background-color: #f2f2f2;
  border: 1px solid #acadb2;
  margin: 0 auto;
  padding: 20px 30px;
}

.plane-modal__btn-container {
  text-align: center;
}

.plane-modal__btn {
  min-width: 160px;
}

.seat-selection__plane-scroller {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.plane-modal__infant-title,
.plane-modal__infant-icon {
  display: inline-block;
}

.plane-modal__infant-title {
  width: 79%;
}

.plane-modal__infant-icon {
  width: 15%;
  margin-left: 4%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .seat-selection {
    background: #FFFFFF;
  }

  .seat-selection__list {
    display: none;
  }

  .seat-selection__plane {
    background: white;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 75;
  }

  .seat-selection__plane-scroller {
    padding-top: 90px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    backface-visibility: none;
    -webkit-backface-visibility: none;
  }
}

@media screen and (min-width: 768px) {
  .seat-selection,
  .seat-selection__list {
    display: block !important;
  }

  .seat-selection {
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid silver;
    border-top: 0;
  }

  .seat-selection__landing-screen {
    display: none;
  }

  .seat-selection__plane {
    display: block !important;
    opacity: 1 !important;
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }

  .seat-selection__plane .overlay {
    position: absolute;
  }

  .seat-selection__scroller {
    border: solid 1px #626262;
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }

  .seat-selection__plane--inner--centered {
    padding: 0 10px;
  }

  .plane-modal p:last-child {
    margin-bottom: 0;
  }

  .plane-modal .icon-passengers {
    margin-right: 5px;
  }

  .seat-selection__fixed-elements {
    position: absolute;
    top: 1px;
  }

  .seat-selection__plane--inner {
    position: relative;
  }

  .up-sell-selection__view {
    float: right;
    margin-top: 0;
    padding-left: 20px;
  }

  .seats-selection__passenger-list {
    margin: 0 !important;
  }

  .seat-key__btn-stack {
    position: absolute;
    right: -1px;
  }

  .seat-selection__key {
    margin-bottom: 30px;
    padding: 0;
  }

  .seat-selection__group--highlighted {
    border-color: #ee3123;
  }

  .seat-selection {
    position: relative;
  }

  .group-seating-preview {
    margin-top: 10px;
  }

  .group-seating-preview__render--block {
    padding: 20px 30px;
  }

  .group-seating-preview__title {
    padding: 20px 30px 0;
  }

  .group-seating-preview__heading {
    padding-right: 130px;
  }

  .group-seating-preview__heading + p {
    padding-right: 130px;
    clear: both;
  }

  .up-sell-selection__group--with-image .group-seating-preview__heading {
    padding-right: 0;
  }

  .up-sell-selection__group--with-image .group-seating-preview__heading + p {
    padding-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .seat-selection__group p {
    margin-top: 0;
  }

  .seats-selection__group-item {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }

  .seats-selection__group-item:last-child {
    float: right;
    margin-right: 0;
  }

  .seat-selection__plane--inner--centered {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1401px) {
  .seat-selection__list {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%;
  }

  .seat-selection__plane {
    width: 53.38983%;
    float: right;
    margin-right: 0;
  }

  .seat-selection__plane--inner--centered {
    padding: 0 10px;
  }
}

.selected-seat-bg {
  background-color: #098c09;
}

.plane-map {
  margin: 10px;
  border-bottom: solid 5px #626262;
}

.plane-map__nose img {
  display: block;
  width: 100%;
}

.plane__toilet img {
  height: auto;
  width: 100%;
}

.plane__toilet--left,
.plane__toilet--right {
  width: 11.76471%;
  float: left;
  margin-right: 2.94118%;
}

.plane__toilet--right {
  float: right;
  margin-right: 0;
}

.plane__wing,
.plane__wing--left,
.plane__wing--right {
  background: #626262;
  height: 9%;
  position: absolute;
  top: 47.5%;
  width: 10px;
}

.plane__wing:before,
.plane__wing--left:before,
.plane__wing--right:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.plane__wing:after,
.plane__wing--left:after,
.plane__wing--right:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.plane__wing.plane__wing--757,
.plane__wing--757.plane__wing--left,
.plane__wing--757.plane__wing--right {
  height: 25%;
  top: 47%;
}

.plane__wing.plane__wing--738,
.plane__wing--738.plane__wing--left,
.plane__wing--738.plane__wing--right {
  height: 14%;
  top: 35%;
}

.plane__wing--left {
  left: 0;
}

.plane__wing--left:before {
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #626262 transparent;
}

.plane__wing--left:after {
  border-width: 7px 10px 0 0;
  border-color: #626262 transparent transparent transparent;
}

.plane__wing--right {
  right: 0;
}

.plane__wing--right:before {
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #626262;
}

.plane__wing--right:after {
  border-width: 0 10px 7px 0;
  border-color: transparent #626262 transparent transparent;
}

.plane-section {
  background: #f2f2f2;
  padding: 12px 12px 25px 12px;
  position: relative;
  width: 100%;
}

.plane-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.35%;
  background: #626262;
}

.plane-section:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.3%;
  background: #626262;
}

.plane-section--route {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px;
}

.plane-section--route:after,
.plane-section--route:before {
  display: none;
}

.plane-section--nose,
.plane-section--tail {
  overflow: hidden;
}

.plane-section--nose {
  padding: 0 4.5%;
}

.plane-section--tail {
  padding: 10px 4.5%;
}

.plane-map__pricing-band {
  background: #ee3123;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.28571rem;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  margin: 10px 0;
  padding: 12px;
  position: relative;
  text-align: center;
}

.plane-map__pricing-band:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ee3123 transparent transparent transparent;
  margin-left: -10px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.plane-map__segment {
  margin-bottom: 20px;
  position: relative;
}

.plane-map__segment:before {
  background: #cfdffc;
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% + 12px);
  height: 100%;
  width: 100%;
  z-index: 0;
}

.plane-map__segment:after {
  background: #cfdffc;
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
  height: 100%;
  width: 100%;
  z-index: 0;
}

.plane-map__segment.plane-map__segment--orange:before,
.plane-map__segment.plane-map__segment--orange:after {
  background: #fa8818;
}

.plane-map__heading {
  display: none;
}

.plane-map__heading__icon {
  position: relative;
  top: 2px;
  margin: 0 2px;
}

.plane-map__overview {
  background: #FFFFFF;
  border: solid 1px #626262;
  position: absolute;
  top: -1px;
  left: -1px;
}

.plane-map__overview__mini-plane {
  background: #E5E5E5;
  border: solid 3px #626262;
  border-top: 0;
  height: 95px;
  position: relative;
  width: 25px;
  margin: 15px 22px;
}

.plane-map__overview__nose {
  display: block;
  margin-left: -3px;
}

.plane-map__overview__scroll-indicator {
  border: solid 2px #347cf2;
  cursor: ns-resize;
  position: absolute;
  top: 0;
  left: -65%;
  width: 230%;
  height: 25px;
}

.plane__map__overview--inner {
  position: relative;
  height: 100%;
  margin-bottom: 25px;
}

.plane-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

html:not(.csscalc) .plane-row {
  padding: 5px 0;
}

.group-seating-preview .plane-row {
  pointer-events: none;
}

.plane-row--with-legroom {
  padding-top: 10px;
}

.plane-row__col {
  display: inline-block;
  width: 14%;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.plane-row__col img {
  display: block;
  height: auto;
  width: 100%;
}

.seat-selection__plane--242 .plane-row__col {
  width: 10%;
}

.csscalc .plane-row__col {
  padding: 5px 2px;
}

.seat-selection__plane--242 .plane-row--third .plane-row__col--aisle {
  width: 15%;
  padding-right: 5%;
}

.seat-selection__plane--242 .plane-row--third .plane-row__col--aisle ~ .plane-row__col--aisle {
  padding-left: 5%;
  padding-right: 0;
}

.plane-row__col--toilet {
  background-color: silver;
  padding: 5px;
  text-align: center;
  width: 28%;
}

.plane-row__col--toilet img {
  width: 50%;
  margin: 0 auto;
}

.seat-selection__plane--242 .plane-row__col--toilet {
  width: 20%;
}

.plane-seat {
  position: relative;
  cursor: pointer;
}

.plane-seat:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.csscalc .plane-seat:after {
  top: 5px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 10px);
}

.plane-seat:hover:after {
  background: url(/assets/img/seating-plan/seat--hover.png) no-repeat scroll center;
  background-size: 100% 100%;
}

.seat-selection__plane--infant-selection .plane-seat:not(.plane-seat--infant-friendly) {
  cursor: not-allowed;
}

.plane-seat--hidden {
  visibility: hidden;
}

.plane-row--third .plane-seat--hidden {
  display: none;
}

.plane-seat--infant-friendly:hover:after {
  background: url(/assets/img/seating-plan/seat--infant--hover.png) no-repeat scroll center;
  background-size: 100% 100%;
}

.plane-seat--emergency:after {
  background: url(/assets/img/seating-plan/seat--emergency.png) no-repeat scroll center;
  background-size: 100% 100%;
}

.plane-seat--emergency:hover:after {
  background: url(/assets/img/seating-plan/seat--emergency--hover.png) no-repeat scroll center;
  background-size: 100% 100%;
}

.plane-seat--extra-legroom:after {
  background: url(/assets/img/seating-plan/seat--extra-leg-room.png) no-repeat scroll center;
  background-size: 100% 100%;
}

.plane-seat--extra-legroom:hover:after {
  background: url(/assets/img/seating-plan/seat--extra-leg-room--hover.png) no-repeat scroll center;
  background-size: 100% 100%;
}

.plane-seat--selected:after,
.plane-seat--selected:hover:after {
  background: url(/assets/img/seating-plan/seat--selected.png) no-repeat scroll center;
  background-size: 100% 100%;
  background-color: #098c09;
}

.plane-seat--unavailable {
  cursor: not-allowed;
}

.plane-seat--unavailable:after,
.plane-seat--unavailable:hover:after {
  background: url(/assets/img/seating-plan/seat--inactive.png) no-repeat scroll center;
  background-size: 100% 100%;
}

.plane-seat--accessible {
  cursor: pointer;
}

.plane-seat--accessible:after,
.plane-seat--accessible:hover:after {
  background: none !important;
}

.plane-seat--active:after {
  -webkit-animation: pulsate 0.75s ease-out;
  animation: pulsate 0.75s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.plane-seat__passenger-initials {
  color: #FFFFFF;
  display: none;
  font-weight: 600;
  font-size: 10px;
  font-size: .71429rem;
  height: 18px;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}

.plane-seat--selected .plane-seat__passenger-initials {
  display: block;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .plane-map__segment--pricing {
    background: #ee3123;
    color: #FFFFFF;
    font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-size: 1rem;
    margin: 5px 0;
    padding: 8px;
    text-align: center;
  }

  .plane-map__segment--pricing .plane-map__segment--pricing__price:before {
    content: '(';
  }

  .plane-map__segment--pricing .plane-map__segment--pricing__price:after {
    content: ')';
  }
}

@media screen and (min-width: 768px) {
  .plane-map__segment--pricing {
    background-color: rgba(207, 223, 252, 0.5);
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.2em;
    left: -98px;
    padding: 10px;
    position: absolute;
    top: 60px;
    width: 86px;
    z-index: 1;
  }

  .plane-map__segment--pricing.plane-map__segment--pricing--top {
    top: 0;
  }

  .plane-map__segment--pricing span {
    display: block;
    font-weight: 600;
  }

  .plane-map__segment--pricing span.plane-map__segment--pricing__price {
    color: #ee3123;
    font-weight: 900;
  }

  .plane-map__segment--pricing span.plane-map__segment--pricing__seat-range {
    color: #203240;
    font-weight: 900;
  }

  .plane-map__segment--pricing.plane-map__segment--pricing--transparent {
    background: none;
  }

  .plane-map__segment--pricing.plane-map__segment--pricing--transparent span {
    color: #FFFFFF;
    font-weight: 300;
  }

  .plane-map__segment--pricing.plane-map__segment--pricing--transparent span.plane-map__segment--pricing__price,
  .plane-map__segment--pricing.plane-map__segment--pricing--transparent span.plane-map__segment--pricing__seat-range {
    font-weight: 900;
  }

  .plane-map__heading {
    display: block;
  }

  .plane-map__heading__title {
    font-size: 15px;
    font-size: 1.07143rem;
  }

  .plane__wing--left {
    left: 0;
  }

  .plane__wing--right {
    right: 0;
  }

  .plane__selection-summary,
  .plane__selection-summary.selection-summary {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .plane-map__segment--pricing {
    font-size: 12px;
    font-size: .85714rem;
    left: -85px;
    width: 73px;
  }

  .plane__wing--right {
    right: 0;
  }
}

@media screen and (min-width: 1401px) {
  .plane-map__segment--pricing {
    font-size: 14px;
    font-size: 1rem;
    left: -98px;
    width: 86px;
  }

  .plane-map__heading__title {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .plane__wing--right {
    right: 0;
  }
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.seat-key {
  display: none;
  position: fixed;
  width: 98%;
  width: calc(100% - 10px);
  left: 5px;
  top: 5px;
  z-index: 77;
}

.seat-key__underlay {
  display: none;
  z-index: 76;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.seat-key__title {
  padding: 15px;
  position: relative;
}

.seat-key__col-container {
  background: #f2f2f2;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  overflow: hidden;
}

.seat-key__item-wrap {
  display: block;
  position: relative;
  width: 100%;
  zoom: 1;
  overflow: hidden;
}

.seat-key__item {
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1.2em;
  padding: 15px 0 15px 15px;
  float: left;
  width: 50%;
}

.seat-key__item .plane-seat.plane-seat--extra-legroom {
  margin-top: 0;
}

.seat-key__item .plane-seat.plane-seat--extra-legroom:after {
  display: none;
}

.seat-key__img,
.seat-key__label {
  display: table-cell;
}

.seat-key__label {
  padding-left: 10px;
  vertical-align: middle;
}

.seat-key__label strong {
  color: #ee3123;
  display: block;
  font-weight: 600;
}

.seat-key__label .seat-key__label--primary {
  color: #203240;
  display: block;
  font-weight: 900;
}

.seat-key__label .seat-key__label--secondary {
  color: #626262;
  display: block;
  font-weight: 600;
}

.seat-key__img {
  vertical-align: top;
  width: 50px;
}

.seat-key__img img {
  display: block;
  height: auto;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .seat-key__title {
    background: #f2f2f2;
    border-style: solid;
    border-width: 1px 1px 0;
    border-color: #626262;
  }

  .seat-selection__key--overlay {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .seat-key {
    position: static;
    display: table !important;
    opacity: 1 !important;
    width: initial;
    left: initial;
    top: initial;
  }

  .seat-key__title {
    padding: 15px 0;
    position: absolute;
    left: 20px;
  }

  .seat-key__item {
    padding: 10px 20px;
    width: 25%;
  }

  .seat-key__col-container {
    display: table;
    width: 100%;
    border-color: silver;
    border-bottom: 0;
    padding: 50px 0 20px;
  }
}

@media screen and (min-width: 1401px) {
  .seat-key__item {
    font-size: 14px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
  .seat-key__item {
    padding: 10px 0 10px 15px;
  }
}

.wide-banner {
  display: block;
  position: relative;
}

.wide-banner__text-container {
  display: table-cell;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
}

.csstransforms .wide-banner__text-container {
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

.wide-banner__text-container.wide-banner__text-container--vertical-top {
  vertical-align: top;
}

.wide-banner__text-container.wide-banner__text-container--vertical-bottom {
  vertical-align: bottom;
}

.wide-banner__text-container.wide-banner__text-container--alignment {
  vertical-align: bottom;
}

.wide-banner__container {
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: table;
  height: 315px;
  width: 100%;
}

.wide-banner__text {
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  margin: 0;
  color: #fff;
}

.wide-banner__subtext {
  background-color: #f2f2f2;
  color: #203240;
  border: 1px solid silver;
  border-top: 0;
  display: block;
  padding: 20px;
  position: relative;
  font-weight: 600;
}

.wide-banner__subtext--meals {
  padding-right: 180px;
}

.wide-banner__subtext-highlight {
  color: #fff100;
  background-color: #ee3123;
  padding: 5px 10px;
}

.wide-banner__teaser-list {
  padding: 0;
  margin: 0;
}

.wide-banner__teaser-list li {
  list-style: none;
  color: #203240;
  display: inline-block;
  margin-right: 15px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  float: left;
}

.wide-banner__teaser-list li:first-child {
  margin-top: 0;
}

.wide-banner__teaser-list .teaser-list__car-hire__img {
  float: left;
}

.wide-banner__subtext-icon,
.wide-banner__subtext-content {
  display: table-cell;
  vertical-align: middle;
}

.wide-banner__subtext-icon {
  border-right: solid 1px;
  font-size: 24px;
  font-size: 1.71429rem;
  padding-right: 20px;
}

.wide-banner__subtext-content {
  line-height: 1.3em;
}

.wide-banner__cta {
  background: #FFFFFF;
}

.wide-banner__cta-title {
  background-color: #203240;
  padding: 10px;
}

.wide-banner__cta-title [class^=icon],
.wide-banner__cta-title [class*=icon] {
  padding-left: 5px;
  position: relative;
  top: 3px;
}

.wide-banner__mobile-list {
  list-style: none;
  margin: 15px;
  padding: 0;
}

.wide-banner__mobile-list-item {
  color: #203240;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-size: 1.07143rem;
}

.wide-banner__mobile-list-item [class^=icon] {
  position: absolute;
  left: 0;
  top: 2px;
}

.wide-banner__status-text {
  display: none;
  font-size: 13px;
  font-size: .92857rem;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

.up-sell__teaser--completed .wide-banner__status-text {
  display: table-cell;
}

.wide-banner__status-text--added {
  color: #098c09;
  display: none;
  font-size: 16px;
  font-size: 1.14286rem;
}

.up-sell__teaser--completed .wide-banner__status-text--added {
  display: block;
}

.wide-banner__status-text--added [class^=icon] {
  display: block;
  font-size: 12px;
  font-size: .85714rem;
  margin: 0 auto 5px;
}

.borderradius .wide-banner__status-text--added [class^=icon] {
  background: #098c09;
  border-radius: 100%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  width: 25px;
}

.wide-banner__text-wrapper {
  padding: 5px 15px;
  display: inline-block;
}

.wide-banner__text--yellow {
  color: #fff100;
}

.wide-banner__text--large {
  letter-spacing: 0.03em;
  font-size: 30px;
  font-size: 2.14286rem;
  position: relative;
  z-index: 1;
}

.wide-banner__teaser-disclaimer {
  font-weight: normal;
  font-size: 12px;
  font-size: .85714rem;
  margin-left: 20px;
}

.wide-banner__text--med {
  letter-spacing: 0.03em;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-size: 1.28571rem;
}

.wide-banner__text--small {
  font-size: 12px;
  font-size: .85714rem;
}

.wide-banner__list {
  position: absolute;
  right: 10px;
  display: table;
}

.wide-banner__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wide-banner__list ul li {
  font-weight: 900;
  color: #ee3123;
  line-height: 2em;
}

.wide-banner__list ul li:before {
  color: #203240;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E040";
  padding-right: 10px;
}

.wide-banner__round {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 115px;
  height: 115px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #ee3123;
  margin: 0;
}

.wide-banner__round:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.wide-banner__round.wide-banner__round--vertical-top {
  top: 10px;
}

.wide-banner__round.wide-banner__round--vertical-bottom {
  bottom: 10px;
}

.wide-banner__round.wide-banner__round--alignment {
  top: 25px;
  right: 35px;
}

.wide-banner__round-content {
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

.wide-banner__round-price,
.wide-banner__round-text {
  margin: 0;
  display: block;
}

.wide-banner__text--yellow,
.wide-banner__text--yellow.wide-banner__round-text {
  color: #fff100;
}

.wide-banner__round-text {
  font-size: 12px;
  font-size: .85714rem;
  color: #fff;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.wide-banner__round-text--small {
  font-size: 11px;
  font-size: .78571rem;
}

.wide-banner__round-text--highlight {
  color: #fff100;
}

.wide-banner__round-price {
  font-size: 32px;
  font-size: 2.28571rem;
  line-height: .9;
  color: #fff100;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.wide-banner__round-price--small {
  font-size: 30px;
  font-size: 2.14286rem;
}

.wide-banner__form {
  padding: 8px;
}

.wide-banner__input-field {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}

.wide-banner__input-btn {
  font-size: 14px;
  font-size: 1rem;
  width: 32.20339%;
  float: right;
  margin-right: 0;
  height: 52px;
}

.wide-banner__bundles {
  border: 1px solid #acadb2;
  border-top: 0;
  display: table;
  width: 100%;
}

.wide-banner__bundles-title,
.wide-banner__added {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

.wide-banner__bundles-title {
  width: 100%;
}

.wide-banner__added {
  text-align: center;
}

.wide-banner__summaries {
  display: none;
}

.up-sell__teaser--completed.up-sell__teaser--closed .wide-banner__summaries {
  display: block;
}

@media screen and (min-width: 544px) {
  .wide-banner__summaries {
    display: none !important;
  }

  .wide-banner__container {
    display: table;
    height: 250px;
    width: 100%;
  }

  .wide-banner__text-container {
    padding: 20px;
    width: 65%;
  }

  .wide-banner__text-container.wide-banner__text-container--alignment {
    vertical-align: middle;
  }

  .wide-banner__text--large {
    font-size: 36px;
    font-size: 2.57143rem;
  }

  .wide-banner__text--med {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  .wide-banner__text--small {
    letter-spacing: 0.05em;
    margin-top: 0;
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .wide-banner__text--padding-top {
    margin-top: 0.35em;
  }

  .wide-banner__table {
    display: table;
    width: 100%;
  }

  .wide-banner__cta {
    display: none;
  }

  .wide-banner__form {
    border-width: 0px 1px 1px 1px;
    border-color: silver;
    border-style: solid;
  }

  .wide-banner__list {
    height: 100%;
    right: 40px;
  }

  .wide-banner__list-content {
    display: table-cell;
    vertical-align: middle;
  }

  .wide-banner__round {
    width: 160px;
    height: 160px;
    border: 8px solid #fff;
  }

  .wide-banner__round.wide-banner__round--alignment {
    top: 45px;
    right: 30px;
  }

  .wide-banner__round-text {
    font-size: 15px;
    font-size: 1.07143rem;
  }

  .wide-banner__round-text--small {
    font-size: 12px;
    font-size: .85714rem;
  }

  .wide-banner__round-price {
    font-size: 3.3rem;
    letter-spacing: -0.03em;
  }

  .wide-banner__round-price--small {
    font-size: 40px;
    font-size: 2.85714rem;
  }
}

@media screen and (min-width: 768px) {
  .wide-banner__teaser-list li {
    width: auto;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .wide-banner__text-container {
    width: 70%;
  }
}

.toaster-notification-container {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  text-align: left;
}

.toaster-notification {
  display: none;
  position: relative;
  padding: 17px 20px 17px 50px;
}

.toaster-notification.toaster-notification--no-icon {
  padding: 17px 20px;
}

.toaster-notification__text-container {
  margin: 0 30px 0 0;
}

.toaster-notification__icon {
  display: inline-block;
  font-size: 18px;
  font-size: 1.28571rem;
  position: absolute;
  left: 20px;
  top: 18px;
  color: #fff;
}

.toaster-notification--no-icon .toaster-notification__icon {
  display: none;
}

.toaster-notification__text {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.14286rem;
}

.toaster-notification__text a {
  color: inherit;
  text-decoration: underline;
}

[data-toaster-type="info"] {
  background-color: #347cf2;
}

[data-toaster-type="warning"] {
  background-color: #fa8818;
}

.toaster-notification__close {
  cursor: pointer;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.toaster-notification__close:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E015";
  display: block;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .toaster-notification-container {
    text-align: center;
  }

  .toaster-notification {
    padding: 17px 1.69492%;
  }

  .toaster-notification__text-container {
    margin: 0 30px;
  }

  .toaster-notification__icon {
    margin-right: 5px;
    position: relative;
    top: 4px;
    margin-top: auto;
    left: auto;
  }
}

.preferred-airport {
  text-align: center;
  margin: 10px 0;
}

.preferred-airport__dropdown {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 280px;
}

.dropdown__button--preferred-airport {
  background-color: silver;
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  width: 200px;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.dropdown__button--preferred-airport:after {
  position: absolute;
  right: 10px;
  line-height: 1.5em;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00D";
}

.dropdown__button--preferred-airport.dropdown__button--active:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E00D";
}

.dropdown__options--preferred-airport {
  background-color: #203240;
  border: none;
  padding: 20px;
  margin-top: 10px;
}

.dropdown__options--preferred-airport:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #203240 transparent;
}

.dropdown__item--preferred-airport {
  color: #fff;
  padding: 10px;
  position: relative;
}

.dropdown__item--preferred-airport:not(:last-child) {
  border-bottom: 1px solid #626262;
}

.dropdown__item--preferred-airport:hover {
  background-color: inherit;
}

.dropdown__item--preferred-airport--selected {
  background-color: #347cf2;
  padding-right: 15px;
}

.dropdown__item--preferred-airport--selected:after {
  position: absolute;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E040";
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.dropdown__item--preferred-airport--selected:hover {
  background-color: #347cf2;
}

.preferred-airport__list {
  display: none;
  list-style: none;
  padding: 0;
  text-align: center;
}

.preferred-airport__item {
  display: inline-block;
  padding: 10px;
  color: #203240;
  border: 1px solid silver;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.preferred-airport__item:not(:last-child) {
  margin-right: 10px;
}

.preferred-airport__item--selected {
  border-color: #347cf2;
  background-color: #347cf2;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .preferred-airport__list {
    display: block;
  }

  .preferred-airport__dropdown {
    display: none;
  }
}

.text-image-banner {
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
  max-width: 2000px;
  margin: 0 auto;
  text-align: center;
}

.text-image-banner__content {
  padding: 20px 30px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .text-image-banner__content {
    max-width: 800px;
    margin: 0 50px;
  }
}

@media screen and (min-width: 1025px) {
  .text-image-banner {
    padding: 100px 0;
  }

  .text-image-banner__content {
    max-width: 900px;
  }
}

.airport-list-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.8);
}

.airport-list-overlay__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.airport-list-overlay .search__airport {
  width: 100vw;
  opacity: 1;
  visibility: visible;
  left: auto;
  right: auto;
  top: auto;
  position: relative;
}

.airport-list-overlay .search__airport__wrapper {
  height: 100%;
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 20px;
}

.airport-list-overlay .tabs {
  position: relative;
}

.airport-list-overlay .tabs__buttons {
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.airport-list-overlay .tabs__content {
  height: 100%;
  top: 0;
  padding-top: 45px;
}

@media screen and (min-width: 768px) {
  .lt-ie9 .airport-list-overlay__inner {
    margin-left: -200px;
    top: 30px;
  }

  .airport-list-overlay .search__airport {
    width: auto;
    height: auto;
  }

  .airport-list-overlay .search__airport__wrapper {
    width: 400px;
    padding: 0 20px;
  }
}

.month-calendar {
  background-color: #FFFFFF;
  height: 0;
  width: 0;
  position: absolute;
  z-index: -1;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.search--months-visible .month-calendar {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 11;
  display: block;
}

.month-calendar__content {
  display: none;
}

.month-calendar__navigation {
  background-color: #ee3123;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.month-calendar__navigation .icon-arrow-left,
.month-calendar__navigation .icon-arrow-right {
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}

.month-calendar__navigation .icon-arrow-left {
  left: 10px;
}

.month-calendar__navigation .icon-arrow-right {
  right: 10px;
}

.month-calendar__select {
  color: #ee3123;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.month-calendar__month {
  text-align: center;
  padding: 5px 0;
  width: calc(25% - 3px);
  float: left;
  color: #fff;
  margin-bottom: 3px;
  cursor: pointer;
  font-weight: bold;
  line-height: auto;

}

.month-calendar__month--selected {
  background-color: #347cf2;
  border-color: #347cf2;
}

.month-calendar__month--unavailable {
  background-color: #fff;
  border-color: silver;
  color: silver;
  cursor: default;
}

html:not(.lt-ie10) .month-calendar__month {
  margin-right: 4px;
}

html:not(.lt-ie10) .month-calendar__month:nth-child(4n) {
  margin-right: 0;
}

.lt-ie10 .month-calendar__month {
  width: 24.86222%;
  float: left;
  margin-right: .18371%;
}

.lt-ie10 .month-calendar__month:nth-child(4n) {
  float: right;
  margin-right: 0;
  border-right: 0;
}

.lt-ie10 .month-calendar__month:nth-child(4n+1) {
  clear: both;
}

.month-calendar__month-text {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .search--months-visible .month-calendar {
    position: absolute;
  }

  .month-calendar__content {
    padding: 0 20px 20px;
  }
}

/*------------------------------------*    #CALENDAR
\*------------------------------------*/

/*-#LAYOUT----------------------------*/

.calendar {
  background-color: #ffffff;
  position: relative;
}

.calendar__header {
  height: 40px;
  color: #fff;
  background-color: #ee3123;
  text-align: center;
  position: relative;
}

.calendar__arrow {
  position: absolute;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-size: 1.42857rem;
}

.calendar__arrow--left {
  left: 15px;
}

.calendar__arrow--right {
  right: 15px;
}

.calendar__heading {
  font-size: 15px;
  font-size: 1.07143rem;
  margin: 0;
  letter-spacing: .03em;
  cursor: pointer;
  line-height: 40px;
  display: inline-block;
  width: 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-family: "franklin_gothic_fs_HvyBdIt", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
  overflow: hidden;
  position: relative;
  border: 0;
  height: 40px;
}

.calendar__heading:before {
  content: "";
  font-size: 11px;
  font-size: 0.78571rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  /*content: "\E00D";*/
  z-index: 1;
}

.lt-ie10 .calendar__heading:before {
  color: #000000;
}

.calendar__heading-select {
  display: block;
  width: 110%;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 2;
  outline: 0;
  font-size: 18px;
  font-size: 1.28571rem;
}

.calendar__heading-select:focus::-ms-value {
  background-color: transparent;
  color: white;
}

.calendar__heading-select option {
  color: #000000;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  display: block;
  font-weight: normal;
}

.calendar__heading-select option[disabled] {
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: bold;
  opacity: 1;
  color: #000000;
}

.calendar__heading-select-option {
  font-size: 12px;
}

.calendar__heading--icon {
  font-size: 11px;
  font-size: 0.78571rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.calendar__table {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}

.flight-results--unavailable .calendar__table {
  display: none;
}

.calendar__table-header {
  position: relative;
}

.calendar__table-heading {
  position: relative;
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  background-color: #FFFFFF;
}

.calendar__day {
  width: 14.28571%;
  text-align: center;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #c0c0c0;
  background-color: #fcfcfc;
  height: 65px;
}

.calendar__day .calendar__price {
  line-height: 65px;
}

.calendar__day__inner {
  position: relative;
  height: 100%;
}

.calendar__day--active--arrive .calendar__day__inner:before {
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -3px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 7px 5.5px 0;
  border-color: transparent #347cf2 transparent transparent;
}

.calendar__day--active--sameday-return .calendar__day__inner:before {
  content: '';
  border-width: 10px 6px 0 6px;
  border-color: #FFFFFF transparent transparent transparent;
  margin-left: -5px;
  margin-top: -1px;
  top: 0;
  left: 50%;
  right: auto;
}

.calendar__day--active--sameday-return .calendar__day__inner:after {
  content: '';
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #FFFFFF transparent;
  display: block;
  margin-left: -5px;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
}

.calendar__day--inactive {
  background-color: #f2f2f2;
}

.calendar__day--active,
.calendar__day--active.calendar__day--depart {
  background-color: #347cf2;
  position: relative;
  color: #fff;
}

.calendar__day--active:before,
.calendar__day--active.calendar__day--depart:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: '';
  border: 1px solid #347cf2;
  margin-top: 0;
}

.calendar__day--active:after,
.calendar__day--active.calendar__day--depart:after {
  display: none;
}

.calendar__week {
  /* IE8 fix */
}

.calendar__week:first-child .calendar__day {
  border-top: 1px solid #c0c0c0;
}

.calendar__week.slvzr-first-child .calendar__day {
  border-top: 1px solid #c0c0c0;
}

.calendar__week .calendar__day:last-child {
  border-right: 1px solid #c0c0c0;
}

.calendar__week .calendar__day.slvzr-last-child .calendar__day {
  border-right: 1px solid #c0c0c0;
}

.calendar__link {
  cursor: pointer;
  display: block;
}

.strikethrough:before {
  background: #626262;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.calendar__was-price {
  display: none;
  font-size: 11px;
  font-size: 0.78571rem;
  font-weight: 400;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 22.5%;
  width: 100%;
}

.calendar__was-price span {
  display: inline-block;
  position: relative;
}

.calendar__day--active .calendar__was-price {
  color: #fff;
}

.calendar__day--active .calendar__was-price span:before {
  background: white;
}

.calendar__price {
  color: #626262;
  font-weight: 600;
  font-size: 14px;
  font-size: 1rem;
  line-height: 0;
  margin: 0;
}

.calendar__day--active .calendar__price {
  color: #fff;
}

.calendar__day--depart .calendar__price:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: '';
  border: 1px solid #347cf2;
}

.calendar__day--depart {
  position: relative;
}

.calendar__day--depart:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: '';
  border: 1px solid #347cf2;
}

.calendar__date {
  font-size: 12px;
  font-size: 0.85714rem;
  position: absolute;
  top: 10px;
  left: 5px;
  color: #626262;
}

.calendar__day--active .calendar__date {
  color: #fff;
}

.calendar__full-msg {
  color: #999999;
  font-size: 10px;
  font-size: 0.71429rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-transform: uppercase;
  max-width: 50px;
  width: 100%;
  margin: -14px auto 0;
}

.calendar__day--active .calendar__full-msg {
  color: #FFFFFF;
}

.calendar__small-text {
  color: #FFFFFF;
  display: none;
  font-size: 10px;
  font-size: 0.71429rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
}

.calendar__day--depart .calendar__small-text {
  color: #626262;
  /*display: block;*/
}

.calendar__day--active .calendar__small-text {
  /*display: block;*/
}

.calendar__lowest--table {
  position: absolute;
  top: 0;
  right: 0;
}

.calendar__dropdown-options {
  border: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.85714rem;
  width: 220px;
  left: 50%;
  margin-left: -110px;
}

.calendar__dropdown-options .dropdown__item {
  background: #d42c1f;
  color: #FFFFFF;
  font-weight: normal;
  padding: 10px;
}

.calendar__dropdown-options .dropdown__item:hover {
  background: #b12421;
}

.calendar__dropdown-options .dropdown__item-highlight {
  color: #FFFFFF;
  right: 20px;
}

.calendar__dropdown-options .dropdown__header {
  background: #b12421;
  border: 0;
  color: #FFFFFF;
  padding: 10px;
}

.calendar__unavailable {
  display: none;
  margin: 10px 0;
  padding: 100px 10.52632%;
  text-align: center;
}

.flight-results--unavailable .calendar__unavailable {
  display: block;
}

.calendar__unavailable-heading {
  margin-bottom: 0;
}

/*-# TEXT BENEATH CALENDAR---------------*/

.calendar__key {
  color: #098c09;
  float: left;
  margin: 0;
  padding: 10px 0;
}

.calendar__discount {
  border-top: 1px dotted #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  clear: both;
  margin-bottom: 0;
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  font-size: 0.85714rem;
}

.calendar__edit-text {
  border: solid 2px #347cf2;
  border-radius: 5px;
  float: left;
  font-weight: 600;
  color: #203240;
  display: inline-block;
  font-size: 16px;
  font-size: 1.14286rem;
  padding: 6px 0;
  display: none;
  float: none;
  clear: both;
  border: none;
}

.calendar__depart-date {
  font-weight: normal;
}

.calendar__lowest {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 1;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  background-color: #098c09;
}

.dropdown__item--large--lowest .calendar__lowest {
  left: 0;
  position: absolute;
  top: 0;
}

.calendar__edit-date {
  color: #347cf2;
  font-weight: normal;
  text-decoration: underline;
}

.calendar__edit-date:hover {
  text-decoration: none;
}

.calendar__legend {
  padding: 0 10px;
}

/*-# CALENDAR LOADER---------------*/

.calendar__table-container {
  position: relative;
}

/*-#BREAKPOINTS----------------------*/

@media screen and (min-width: 768px) {
  .calendar__table-header:before {
    display: none;
  }

  .calendar__table-heading {
    border-bottom: 0;
  }

  .calendar__legend {
    margin-top: 10px;
    padding: 0;
  }

  .calendar__container {
    margin: 0 15px;
    padding: 0;
  }

  .calendar__day--active--arrive:before,
  .calendar__day--active--arrive:after,
  .calendar__day--depart:before,
  .calendar__day--depart:after {
    display: none;
  }

  .calendar__day--active--arrive .calendar__day__inner:before,
  .calendar__day--active--arrive .calendar__day__inner:after,
  .calendar__day--depart .calendar__day__inner:before,
  .calendar__day--depart .calendar__day__inner:after {
    display: none;
  }

  .calendar__day--depart .calendar__price:before {
    display: none;
  }

  .calendar__was-price + .calendar__price {
    padding-top: 10px;
    line-height: 55px;
  }

  .calendar__was-price {
    display: block;
  }

  /*-# TEXT BENEATH CALENDAR---------------*/

  .calendar__key {
    float: left;
    font-size: 14px;
    font-size: 1rem;
  }

  .flight-results--return .calendar__key {
    float: right;
  }

  .flight-results__box-single .calendar__discount {
    border-bottom: 0;
  }

  .calendar__unavailable {
    padding: 100px 26.31579%;
  }
}

@media screen and (min-width: 768px) {
  .calendar__heading {
    font-size: 20px;
    font-size: 1.42857rem;
    height: 40px;
    border-width: 0;
    width: 170px;
  }

  .calendar__heading-select {
    height: 40px;
    line-height: 40px;
  }

  .calendar__price {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

@media screen and (min-width: 1025px) {
  .calendar__discount {
    clear: none;
    border-top: 0;
    float: right;
    font-size: 14px;
    font-size: 1rem;
    border-bottom: 0;
  }

  .calendar__discount:after {
    display: none;
    content: "";
    bottom: 10px;
    background-color: #c0c0c0;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .flight-results__box-single .calendar__discount:after {
    display: none;
  }

  .calendar__price {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .calendar__key {
    float: left;
    font-size: 14px;
    font-size: 1rem;
  }

  .flight-results--return .calendar__key {
    float: left;
  }
}

@media screen and (min-width: 1401px) {
  .calendar__container {
    margin: 20px 30px 0;
  }

  .calendar__header {
    height: 45px;
  }

  .calendar__heading {
    height: 45px;
    line-height: 45px;
    width: 200px;
  }

  .calendar__heading-select {
    height: 45px;
    line-height: 45px;
  }

  .calendar__dropdown-options {
    margin-left: -120px;
    width: 240px;
  }

  .calendar__key,
  .calendar__discount,
  .calendar__table-heading {
    font-size: 15px;
    font-size: 1.07143rem;
  }

  .calendar__lowest {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .calendar__day {
    height: 75px;
  }

  .calendar__day .calendar__price {
    line-height: 75px;
  }

  .calendar__day .calendar__was-price + .calendar__price {
    line-height: 65px;
  }
}

.alt-airports__dropdown {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0 0;
}

.alt-airports__dropdown:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #203240 transparent;
}

.alt-airports__table {
  background-color: #203240;
  border-collapse: collapse;
  border-color: #203240;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.alt-airports__table,
.alt-airports__table th,
.alt-airports__table td {
  border: solid 1px #203240;
}

.alt-airports__table-heading {
  padding: 5px 10px;
}

.alt-airports__table-cell {
  padding: 10px;
}

.alt-airports__table-cell .calendar__lowest {
  margin-left: -20px;
  margin-right: 3px;
  position: relative;
}

.alt-airports__table-cell {
  position: relative;
}

.alt-airports__table-cell a {
  color: #FFFFFF;
  text-decoration: underline;
}

.alt-airports__table-cell--centered {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .alt-airports__dropdown {
    left: auto;
    right: 0;
    min-width: 320px;
  }

  .alt-airports__dropdown:before {
    left: auto;
    right: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .alt-airports__table-heading {
    padding: 10px 15px;
  }

  .alt-airports__table-cell {
    padding: 15px;
  }
}

@media screen and (min-width: 1401px) {
  .alt-airports__table-heading {
    padding: 15px 20px;
  }

  .alt-airports__table-cell {
    padding: 20px;
  }
}

.flight-results__wrapper {
  width: 100%;
  padding: 0;
}

.flight-results {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.flight-results--return {
  display: none;
}

.flight-results__box {
  border-top: 2px solid #ee3123;
  background-color: #f2f2f2;
  position: relative;
  padding-top: 25px;
  z-index: 5;
}

.flight-results__box.flight-results__box--primary {
  z-index: 10;
}

.edit-search--aggregator-lander .flight-results__box {
  padding-top: 0;
  background-color: #ee3123;
  color: #fff;
}

.flight-results--return .flight-results__box {
  border-top: 0;
  padding-top: 0;
}

.search .flight-results__box {
  background-color: #ee3123;
  padding: 0;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
}

.layout-two-column__side-bar .search .flight-results__box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
}

.search-edit .flight-results__box {
  border: none;
  background-color: transparent;
  width: 100%;
}

.edit-search__dropdown--overlay-visible .flight-results__box {
  height: 100%;
}

.flight-results__box--content-hidden * {
  visibility: hidden;
}

.flight-results__meta {
  padding: 15px;
}

.flight-results__meta [class^=icon] {
  padding: 0 5px;
}

.flight-results__heading {
  position: relative;
  display: block;
  width: 70%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #ee3123;
  font-size: 20px;
  font-size: 1.42857rem;
}

.flight-results__heading:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #ee3123;
}

.flight-results--return .flight-results__heading {
  display: none;
}

.flight-results__heading-icon {
  position: relative;
  top: 3px;
  margin-left: 3px;
}

.flight-results__heading-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background-color: #f2f2f2;
}

.flight-results__meta--sub-heading {
  padding-bottom: 5px;
}

.flight-results__alt-airports {
  position: relative;
}

.flight-results__alt-airports__btn {
  color: #203240;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.flight-results__alt-airports__icon {
  padding: 0 0 0 5px;
}

.dropdown__button--active .flight-results__alt-airports__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  position: relative;
  top: -2px;
}

.flight-results__alt-airports__btn--highlighted {
  text-decoration: underline;
}

.flight-results__alt-airports__btn--num {
  background: #203240;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  text-align: center;
  width: 20px;
}

.flight-results__oneway-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.flight-results__oneway-overlay-container {
  display: table;
  height: 100%;
  width: 100%;
}

.flight-results__oneway-overlay-content {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.flight-results__oneway-addflight {
  background-color: #fff;
}

.flight-results__remove-oneway-return {
  position: relative;
  padding: 0 10px 20px;
  text-decoration: underline;
  font-size: 12px;
  font-size: .85714rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .search .flight-results__box {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0 0 5px 5px;
  }

  .search-demo .flight-results__box {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .flight-results__heading {
    width: 100%;
  }

  .flight-results--return .flight-results__heading {
    display: block;
  }

  .flight-results {
    margin-bottom: 40px;
  }

  .flight-results__meta {
    padding: 0 15px;
    position: relative;
  }

  .flight-results__alt-airports {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }

  .flight-results__wrapper {
    width: auto;
    padding: 0 1.69492%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .flight-results__wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }

  .flight-results {
    float: left;
    width: 47.5%;
  }

  .flight-results.flight-results--outbound {
    padding-right: 2.5%;
    border-right: solid 2px red;
    width: 50%;
    width: calc(50% - 1px);
  }

  .flight-results--return {
    display: block;
    float: right;
    margin-right: 0;
  }

  .flight-results__box {
    padding: 15px;
    border: 2px solid #ee3123;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 30px;
  }

  .flight-results--return .flight-results__box {
    border-top: 2px solid #ee3123;
    padding-top: 30px;
  }

  .flight-results--return {
    display: block;
    float: right;
    margin-right: 0;
  }

  .flight-results__alt-airports__btn {
    display: inline;
  }

  .flight-results__remove-oneway-return {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .search-edit .flight-results__box {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .flight-results__meta .flight-results__meta--destination {
    font-size: 26px;
    font-size: 1.85714rem;
  }

  .search .flight-results__box {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 0;
    border-radius: 0 5px 5px 5px;
  }

  .search-edit .flight-results__box {
    width: 100%;
  }
}

@media screen and (min-width: 1401px) {
  .flight-results__heading {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  .flight-results__meta .flight-results__meta--sub-heading {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .flight-results__meta .flight-results__meta--destination {
    font-size: 32px;
    font-size: 2.28571rem;
  }
}

.times-summary {
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
}

.times-summary__heading {
  font-size: 17px;
  font-size: 1.21429rem;
  margin: 5px 0 15px;
}

.times-summary__heading-icon {
  position: relative;
  top: 2px;
}

.times-summary__block--tick-container {
  background: #347cf2;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}

.times-summary__item {
  border: 1px solid silver;
  font-weight: 900;
  font-size: 17px;
  font-size: 1.21429rem;
  display: table;
  margin-top: 2.54237%;
  width: 100%;
}

.times-summary__item--active {
  border-color: #347cf2;
}

.times-summary__item--active .times-summary__block--tick-container {
  opacity: 1;
  visibility: visible;
}

.times-summary__item--flight--full {
  color: silver;
  background-color: #f8f8f8;
}

.times-summary__item--flight--full .times-summary__block {
  border-color: #e3e3e3;
}

.times-summary__item--flight--full .times-summary__block--tick-container {
  background: none;
  color: silver;
  opacity: 1;
  visibility: visible;
}

.times-summary__item--plane {
  display: none;
}

.times-summary__block {
  line-height: 1;
  display: table-cell;
  width: 25%;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.times-summary__block.times-summary__block--tick-container {
  padding: 0;
  width: 12.5%;
}

.times-summary__sub,
.times-summary__subtitle {
  display: block;
  font-weight: 300;
}

.times-summary__subtitle {
  font-size: 14px;
  font-size: 1rem;
}

.times-summary__price {
  font-size: 14px;
  font-size: 1rem;
}

.times-summary__sub {
  font-size: 10px;
  font-size: .71429rem;
}

@media screen and (min-width: 768px) {
  .times-summary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .times-summary__item--active .times-summary__item--plane {
    display: block;
  }

  .times-summary__item--plane:before {
    background: #203240;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 15%;
  }

  .times-summary__item--plane:after {
    color: #203240;
    font-family: "icons1551113777914";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\E042";
    font-size: 14px;
    font-size: 1rem;
    margin-top: -6px;
    position: absolute;
    left: 102.5%;
    top: 50%;
  }

  .times-summary__price {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

@media screen and (min-width: 1025px) {
  .times-summary__item {
    font-size: 17px;
    font-size: 1.21429rem;
  }

  .times-summary__block {
    padding: 15px;
  }

  .times-summary__heading {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  .times-summary__item--plane:before {
    right: -3%;
    width: 20%;
  }

  .times-summary__item--plane:after {
    font-size: 20px;
    font-size: 1.42857rem;
    left: 105%;
    margin-top: -9px;
  }

  .times-summary__price {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

@media screen and (min-width: 1401px) {
  .times-summary {
    padding: 40px 30px 30px;
  }

  .times-summary__block {
    font-size: 23px;
    font-size: 1.64286rem;
  }

  .times-summary__price {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .times-summary__subtitle {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

.selection-summary {
  background-color: #ee3123;
  padding: 10px 0;
  position: relative;
  z-index: 7;
}

.selection-summary__total {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.selection-summary__total-heading,
.selection-summary__prev-price,
.selection-summary__price,
.selection-summary__price__currency {
  color: #fff;
}

.selection-summary__prev-price,
.selection-summary__price {
  display: inline;
  font-weight: bold;
}

.selection-summary__price__currency {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
}

.selection-summary__total-heading {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.selection-summary__prev-price {
  font-size: 17px;
  font-size: 1.21429rem;
  opacity: 0.5;
  position: relative;
}

.selection-summary__prev-price span {
  position: relative;
}

.selection-summary__prev-price span:before {
  background: white;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.selection-summary__price {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: none;
  font-size: 34px;
  font-size: 2.42857rem;
  display: block;
}

.selection-summary__terms {
  margin: 20px 0;
  text-align: left;
}

.selection-summary__terms p {
  color: #FFFFFF;
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1.75em;
  margin: 0;
}

.selection-summary__terms a {
  color: inherit;
  text-decoration: underline;
}

.selection-summary__btn--continue {
  display: none;
}

.selection-summary__checkout-terms {
  padding: 20px 3.38983% 10px;
}

.selection-summary__checkout-checkbox {
  color: #203240;
  font-weight: 900;
}

.selection-summary__links {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
  margin-bottom: 0;
  margin-top: 10px;
}

.selection-summary__back-button {
  border: solid 1px;
  color: white;
  padding: 12px 17px;
  width: auto;
  font-size: 10px;
  font-size: .71429rem;
  display: block;
  float: left;
}

.selection-summary__back-button:hover {
  border-color: #d42c1f;
  background: #d42c1f;
}

.selection-summary__continue {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .selection-summary {
    margin: 20px 0 0;
    border-radius: 0;
    padding: 30px 0;
  }

  .selection-summary__total-heading {
    margin-top: 0;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 0;
  }

  .selection-summary__content {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 3.38983%;
  }

  .selection-summary__actions {
    width: 40.67797%;
    float: right;
    margin-right: 0;
  }

  .selection-summary__total {
    padding-bottom: 0;
    text-align: left;
  }

  .selection-summary__price {
    font-size: 42px;
    font-size: 3rem;
    line-height: 0.5em;
    margin: 10px 0 0;
  }

  .selection-summary__btn--continue {
    display: block;
  }

  .flights--outbound .selection-summary__btn--continue {
    display: block;
  }

  .selection-summary__btn--overlay,
  #jet2 .selection-summary__btn--overlay {
    display: none;
  }

  .selection-summary__terms {
    display: block;
    margin-bottom: 0;
  }

  .selection-summary__continue {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .selection-summary__actions {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 1401px) {
  .selection-summary__total {
    font-size: 17px;
    font-size: 1.21429rem;
  }

  .selection-summary__price {
    font-size: 50px;
    font-size: 3.57143rem;
  }
}

.flight-summary {
  display: none;
}

.flight-summary--mobile-visible,
.flight-summary--terms-conditions {
  display: block;
}

.flight-summary__full-width .flight-summary__overview {
  text-align: center;
}

.flight-summary__overview--noselection {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: none;
  font-size: 12px;
  font-size: .85714rem;
  padding: 5px 0 0;
  text-transform: uppercase;
}

.flight-summary__header {
  border-bottom: 1px solid #ee3123;
  text-align: center;
  padding: 0;
}

.flight-summary__footer-total {
  border-top: 1px solid #ee3123;
  padding: 10px 3.38983%;
}

/*.flight-summary__header__locations,
.flight-summary__footer-total__cost,
.flight-summary__header__terms-conditions {
  color: #203240;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 900;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  margin: 0;
  padding: 10px 0;
}*/

.flight-summary__header,
.flight-summary__footer {
  display: table;
  width: 100%;
}

/*.flight-summary__footer {
  padding: 0 3.38983% 20px;
}*/

.flight-summary__footer-total__cost {
  padding: 0;
  text-align: center;
}

.flight-summary__footer-total__cost span {
  color: #ee3123;
}

.flight-summary__header__terms-conditions {
  text-align: left;
  padding-left: 3.38983%;
  padding-right: 3.38983%;
}

.flight-summary__full-width {
  float: left;
  margin: 0;
  padding: 10px 3.38983%;
  width: 100%;
}

.flight-summary__outbound-footer {
  border-bottom: solid 1px #ee3123;
}

.flight-summary__outbound-header,
.flight-summary__return-header,
.flight-summary__outbound-footer,
.flight-summary__return-footer {
  text-align: center;
}

.flight-summary__outbound-header {
  padding: 10px 10px 10px 3.38983%;
}

.flight-summary__return-header {
  padding: 10px 3.38983% 10px 10px;
}

.flight-summary__outbound-footer,
.flight-summary__return-footer {
  padding: 10px 9px;
}

.flight-summary__heading {
  color: #ee3123;
  display: block;
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0;
  width: 100%;
}

.flight-summary__full-width .flight-summary__heading {
  text-align: center;
}

.flight-summary__plane {
  color: #203240;
  position: relative;
  top: 4px;
}

.flight-summary__airport {
  font-size: 12px;
  font-size: .85714rem;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #203240;
}

.flight-summary__times {
  width: 100%;
}

.flight-summary__full-width .flight-summary__times {
  width: 100%;
}

.flight-summary__times--outbound {
  float: left;
  margin: 10px 0;
}

.flight-summary__times--return {
  float: right;
  margin: 10px 0;
}

.flight-summary__price {
  font-size: 45px;
  font-size: 3.21429rem;
  font-size: 26px;
  font-size: 1.85714rem;
  font-weight: 700;
  color: #ee3123;
  margin: 0;
}

.flight-summary__price-sub {
  font-size: 20px;
  font-size: 1.42857rem;
  position: relative;
  bottom: 0;
}

.flight-summary__price--pp {
  font-size: 12px;
  font-size: .85714rem;
}

.flight-summary__times-row {
  font-size: 12px;
  font-size: .85714rem;
}

.flight-summary__times-cell {
  color: #203240;
}

.flight-summary__full-width .flight-summary__times-cell {
  text-align: center;
}

.flight-summary__text {
  font-size: 12px;
  font-size: .85714rem;
  color: #626262;
  padding: 10px 0;
  font-weight: 600;
  margin: 0;
}

.flight-summary__remove-oneway-return {
  text-decoration: underline;
  font-size: 12px;
  font-size: .85714rem;
  display: none;
}

.lt-ie9 .flight-summary__outbound-footer,
.lt-ie9 .flight-summary__return-footer {
  padding: 15px 30px;
  width: 43.22034%;
}

@media screen and (min-width: 768px) {
  .flight-summary {
    display: block;
  }

  .flight-summary__header__locations,
  .flight-summary__footer-total__cost,
  .flight-summary__header__terms-conditions {
    font-size: 22px;
    font-size: 1.57143rem;
  }

  .flight-summary__header__terms-conditions {
    padding-left: 3.38983%;
    padding-right: 3.38983%;
  }

  .flight-summary__times-row {
    text-align: left;
  }

  .flight-summary__times--return .flight-summary__times-row {
    text-align: right;
  }

  .flight-summary__outbound-header,
  .flight-summary__return-header,
  .flight-summary__outbound-footer,
  .flight-summary__return-footer {
    margin: 0;
    display: table-cell;
    text-align: left;
    width: 50%;
  }

  .flight-summary__outbound-footer {
    border-bottom: 0;
    border-right: 1px solid #ee3123;
  }

  .flight-summary__overview--return {
    text-align: right;
  }

  .flight-summary__return-footer .flight-summary__heading {
    text-align: right;
  }

  .flight-summary__return-footer {
    text-align: right;
  }

  .flight-summary__return-header {
    text-align: right;
  }

  .flight-summary__price--return {
    display: block;
    text-align: right;
  }

  .flight-summary__price--outbound {
    display: block;
    text-align: left;
  }

  .flight-summary__footer-total__cost {
    text-align: right;
  }
}

@media screen and (min-width: 1025px) {
  .flight-summary__outbound-header {
    padding: 10px 10px 10px 6.77966%;
  }

  .flight-summary__return-header {
    padding: 10px 6.77966% 10px 10px;
  }

  .flight-summary__outbound-footer,
  .flight-summary__return-footer {
    padding: 15px 30px;
  }

  .flight-summary__footer-total {
    padding: 15px 6.77966%;
  }

  .flight-summary__price {
    font-size: 30px;
    font-size: 2.14286rem;
  }

  .flight-summary__airport {
    font-size: 14px;
    font-size: 1rem;
  }
}

.flight-summary-mobile {
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
}

.flight-summary-mobile--return {
  border-top: 1px dotted #ee3123;
  display: none;
}

.flight-summary-mobile--return.mobile-visible {
  display: block;
}

.flight-summary-mobile__heading {
  font-size: 20px;
  font-size: 1.42857rem;
  margin: 0 0 5px;
  color: #ee3123;
}

.flight-summary-mobile__plane {
  font-size: 12px;
  font-size: .85714rem;
}

.flight-summary-mobile__text {
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  color: #203240;
}

.flight-summary-mobile__content {
  padding: 15px 15px 25px;
}

.flight-summary-mobile__price {
  margin: 0;
  font-size: 30px;
  font-size: 2.14286rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 15px 5px;
  color: #ee3123;
}

.flight-summary-mobile__price-sub {
  font-size: 10px;
  font-size: .71429rem;
  font-weight: normal;
  position: relative;
  bottom: 0;
}

.flight-summary-mobile__edit-flight {
  display: none;
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .flight-summary-mobile {
    display: none;
  }

  .flight-summary-mobile__content {
    float: left;
    text-align: left;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .flight-summary-mobile__price {
    padding: 5px 0 10px 0;
  }

  .flight-summary-mobile--return.mobile-visible {
    display: none;
  }
}

.flight-summary__outbound-footer--not-selected .flight-summary__times,
.flight-summary__return-footer--not-selected .flight-summary__times {
  display: none;
}

.flight-summary__outbound-footer--not-selected .flight-summary__price,
.flight-summary__return-footer--not-selected .flight-summary__price {
  display: none;
}

.flight-summary-mobile--not-selected .flight-summary-mobile__price {
  display: none;
}

.flight-summary-mobile--not-selected .flight-summary-mobile__text--not-selected {
  font-size: 14px;
  font-size: 1rem;
  color: #626262;
  padding: 5px 0;
}

.need-some-help__header {
  text-align: center;
}

.need-some-help__buttons {
  width: 100%;
  float: left;
}

.need-some-help__button {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.69492%;
  min-height: 90px;
  position: relative;
  display: table;
}

.need-some-help__button:last-child {
  float: right;
  margin-right: 0;
}

.need-some-help__button__inner {
  display: table-row;
  width: 100%;
  height: 100%;
}

.need-some-help__button__inner span,
.need-some-help__button__inner div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.need-some-help__button__inner div {
  padding: 10px 30px;
  text-align: left;
}

.need-some-help__button__inner__icon {
  font-family: "icons1551113777914";
  color: #fff;
  border-right: solid 1px #fff;
  width: 90px;
}

.need-some-help__button__inner__icon:before {
  font-size: 28px;
}

.need-some-help__button__inner__icon--feedback {
  background: #ff6b17;
}

.need-some-help__button__inner__icon--feedback:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E03B";
}

.need-some-help__button__inner__icon--contact-us {
  background: #2e77f7;
}

.need-some-help__button__inner__icon--contact-us:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E01A";
}

.need-some-help__button__inner__icon--live-chat {
  background: #008c00;
}

.need-some-help__button__inner__icon--live-chat:before {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E028";
}

.need-some-help__button__inner__arrow {
  color: #fff;
  width: 50px;
  font-size: 18px;
  border-left: solid 1px #fff;
  z-index: 1;
}

.need-some-help__button__inner__arrow:after {
  font-family: "icons1551113777914";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "\E011";
}

.need-some-help__button--feedback {
  background: #f24904;
}

.need-some-help__button--contact-us {
  background: #1960d4;
}

.need-some-help__button--live-chat {
  background: #047201;
}

.need-some-help__text,
.need-some-help__title {
  color: #fff;
  line-height: normal;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .need-some-help__button {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}

.flight-info-container {
  padding: 23px 30px 33px;
  background: #f2f2f2;
}

.flight-info-container > a {
  display: block;
}

@media screen and (min-width: 768px) {
  .flight-info-container > a {
    width: 160px;
    clear: both;
  }
}

.flight-info__item + .flight-info__item {
  border-top: 1px solid #dddee0;
  margin-top: 22px;
  padding-top: 16px;
}

.info-item__full-content {
  display: none;
}

.flight-information__latest {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.flight-information__latest:after {
  content: " ";
  display: block;
  clear: both;
}

.flight-information__latest .flight-info__item + .flight-info__item {
  border-top: 1px solid #dddee0;
  margin-top: 22px;
  padding-top: 16px;
}

@media screen and (min-width: 768px) {
  .flight-information__latest .flight-info__item + .flight-info__item {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .flight-information__latest .flight-info__item {
    width: 49.15254%;
    float: left;
    margin-bottom: 30px;
  }

  .flight-information__latest .flight-info__item:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .flight-information__latest .flight-info__item:nth-child(2n+2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }

  .lt-ie9 .flight-information__latest .flight-info__item .info-item__snippet {
    max-height: 60px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) {
  .flight-information__latest .flight-info__item {
    width: 32.20339%;
    float: left;
    margin-bottom: 30px;
  }

  .flight-information__latest .flight-info__item:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .flight-information__latest .flight-info__item:nth-child(3n+2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }

  .flight-information__latest .flight-info__item:nth-child(3n+3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}

@media screen and (min-width: 768px) {
  .flight-information__latest {
    margin-bottom: 0;
  }
}

.dialogue--fight-info .dialogue__heading {
  padding-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  width: 90%;
}

.dialogue--fight-info .dialogue__alertheading {
  font-weight: 600;
  font-size: 12px;
  margin-top: -16px;
  margin-bottom: 17px;
  display: block;
}

.dialogue--fight-info .dialogue__close-btn {
  padding: 8px 10px 6px;
}

@media screen and (min-width: 768px) {
  .dialogue--fight-info .dialogue__content {
    padding: 45px 50px 50px;
  }
}

.flight-results__meta--destination {
  display: block;
}

@media screen and (min-width: 768px) {
  .flight-results__meta--destination {
    display: block;
  }
}

.status-preloader-wrapper {
  width: 100%;
  position: relative;
}

.status-preloader {
  margin-left: 5em;
  text-align: center;
  display: none;
}

.status-preloader__animation,
.status-preloader__animation:before,
.status-preloader__animation:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: searchResults 1.8s infinite ease-in-out;
  animation: searchResults 1.8s infinite ease-in-out;
}

.status-preloader__animation {
  color: black;
  font-size: 10px;
  margin: 10px auto 40px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.status-preloader__animation:before,
.status-preloader__animation:after {
  content: '';
  position: absolute;
  top: 0;
}

.status-preloader__animation,
.status-preloader__animation:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.status-preloader__animation:after {
  left: 3.5em;
}

@-webkit-keyframes searchResults {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes searchResults {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.status-results {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.status-results .flight-results__meta--destination {
  display: block;
}

.status-table {
  width: 100%;
  font-size: 13px;
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  .status-table {
    font-size: 14px;
  }
}

.status-table thead {
  background: #757575;
}

.status-table__flight-col,
.status-table__depart-time-col,
.status-table__arrive-time-col {
  width: 20%;
}

.status-table__info-cta-col {
  width: 40px;
}

@media screen and (min-width: 768px) {
  .status-table__info-cta-col {
    width: 60px;
  }
}

.status-table th {
  padding: 15px 10px;
}

.status-table td {
  border-bottom: 1px solid #dddee0;
}

.status-table .flight-key {
  width: 20px;
}

.status-table .flight-data {
  width: 21.25%;
}

.status-table .flight-drop-cta {
  width: 10%;
}

.status-table__flight-info {
  display: none;
}

.status-table__load-msg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.status-table__date {
  padding: 12px;
  background: #dddee0;
}

.status-table__flight {
  position: relative;
  height: 61px;
  text-align: center;
  color: #000;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .status-table__flight {
    height: 63px;
  }
}

.status-table__flight td {
  padding: 12px;
}

.status-table__flight--expandable {
  cursor: pointer;
}

.status-table__flight-num {
  position: relative;
}

.status-table__flight-num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  background: #757575;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .status-table__flight-num:before {
    height: 62px;
  }
}

.status-table__flight--delayed .status-table__flight-num:before {
  background: #fa8818;
}

.status-table__flight--on-time .status-table__flight-num:before {
  background: #098c09;
}

.status-table__flight--cancelled .status-table__flight-num:before {
  background: #fa8818;
}

.status-table__flight-time > span {
  display: block;
}

.flight-time__new {
  color: #3d3d3d;
}

.flight-time__old {
  color: #979797;
  text-decoration: line-through;
}

.status-table__flight-info-cta {
  background: #FFF;
  border: none;
}

.status-table__flight-info-cta i {
  display: none;
  position: relative;
  top: 2px;
}

.status-table__flight--open .status-table__flight-info-cta i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.status-table__flight--expandable .status-table__flight-info-cta {
  background: #f2f2f2;
  border: 1px solid #dddee0;
}

.status-table__flight--expandable .status-table__flight-info-cta i {
  display: inline-block;
}

.status-table__flight-info td {
  padding: 23px 30px 20px;
}

.bordered-element {
  border: 1px solid #dddee0;
}

.unselectable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-container {
  background: #f2f2f2;
}

.form-container + .status-search-summary {
  margin-top: 20px;
  display: none;
}

.flight-information__intro + .form-container {
  margin-top: 27px;
}

.status-form {
  padding: 18px 15px 25px;
}

.status-form + .status-form {
  border-top: 1px solid #dddee0;
}

@media screen and (min-width: 768px) {
  .status-form + .status-form {
    border-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .status-form--by-route {
    width: 50%;
    float: left;
    padding-left: .83333%;
    padding-right: .83333%;
  }
}

@media screen and (min-width: 1025px) {
  .status-form--by-route {
    width: 70.83333%;
    float: left;
    padding-left: .83333%;
    padding-right: .83333%;
  }
}

.status-form--by-route .status-form__item + .status-form__item {
  margin-top: 12px;
}

@media screen and (min-width: 1025px) {
  .status-form--by-route .status-form__item + .status-form__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .status-form--by-route .status-form__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .status-form--by-route .status-form__item {
    width: 41.94915%;
    float: left;
    margin-right: 1.69492%;
  }
}

.status-form--by-route input[type="submit"] {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .status-form--by-route input[type="submit"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .status-form--by-route input[type="submit"] {
    width: 12.71186%;
    float: right;
    margin-right: 0;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .status-form--by-num {
    width: 50%;
    float: right;
    padding-left: .83333%;
    padding-right: .83333%;
  }
}

@media screen and (min-width: 1025px) {
  .status-form--by-num {
    width: 29.16667%;
    float: right;
    padding-left: .83333%;
    padding-right: .83333%;
  }
}

@media screen and (min-width: 768px) {
  .status-form--by-num .status-form__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .status-form--by-num .status-form__item {
    width: 61.44068%;
    float: left;
    margin-right: 1.69492%;
  }
}

.status-form--by-num input[type="submit"] {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .status-form--by-num input[type="submit"] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .status-form--by-num input[type="submit"] {
    width: 34.74576%;
    float: right;
    margin-right: 0;
    margin: 0;
  }
}

.status-form__title {
  font-family: 'Open Sans', sans-serif;
}

.status-form__item {
  position: relative;
}

.status-form__item .form-element-wrapper {
  position: static;
}

.status-form__item .form-element-wrapper--active {
  border-color: #ee3123;
}

.status-form__item .validation-message {
  white-space: nowrap;
}

.status-form__list-cta {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 48px;
  background: #fff;
  padding: 0 13px;
  cursor: pointer;
  text-decoration: underline;
  line-height: 46px;
  font-size: 11px;
  border-left: 1px solid #dddee0;
}

.status-form label {
  width: 22.5%;
  float: left;
  padding-left: .83333%;
  padding-right: .83333%;
  max-width: 85px;
  height: 48px;
  padding: 0 13px;
  background: #979797;
  line-height: 48px;
  cursor: pointer;
}

.status-form label + input[type="text"] {
  width: 77.5%;
  float: left;
  padding-left: .83333%;
  padding-right: .83333%;
  padding: 0 83px 0 10px;
}

.status-form input[type="text"] {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 48px;
  padding: 0 10px 0 10px;
  background: white;
}

.status-form input[type="text"]:focus {
  outline: none;
}

.lt-ie9 .status-form input[type="text"] {
  padding-top: 14px;
  padding-bottom: 15px;
}

.status-form input[type="submit"] {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .status-form {
    padding: 25px 25px 30px;
  }

  .status-form:first-child {
    border-right: 1px solid #dddee0;
  }
}

.status-form__input-with-cta {
  padding-right: 90px;
}

.status-search-summary {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  display: table;
  min-height: 85px;
  height: 85px;
  padding-right: 75px;
}

@media screen and (min-width: 768px) {
  .status-search-summary {
    display: none;
  }
}

.status-search-summary__item {
  width: 33.33333%;
  float: left;
  padding-left: .83333%;
  padding-right: .83333%;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

.status-search-summary__item--change-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 75px;
  padding-top: 14px;
  background: #fff100;
  border-left: 1px solid #dddee0;
}

.status-search-summary__item--change-search:hover {
  background-color: #e6d900;
}

.status-search-summary__item--journey-line > i {
  padding-left: 38px;
}

.status-search-summary__item--journey-line > i:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 30px;
  height: 1px;
  background: black;
}

.help-tab {
  min-height: 44px;
  z-index: 11;
  position: fixed;
  bottom: 0;
  left: 10px;
}

@media screen and (min-width: 1025px) {
  .help-tab {
    min-width: 44px;
    left: 0;
    bottom: 50%;
  }
}

.help-tab .mobile-element {
  display: inline;
}

@media screen and (min-width: 1025px) {
  .help-tab .mobile-element {
    display: none;
  }
}

.help-tab .desktop-element {
  display: none;
}

@media screen and (min-width: 1025px) {
  .help-tab .desktop-element {
    display: inline;
  }
}

.help-tab__close-cta,
.help-tab__open-cta {
  position: absolute;
  border: 1px solid #fff;
  border-bottom: none;
  background: #203240;
  color: white;
  text-align: center;
}

.help-tab__close-cta i,
.help-tab__open-cta i {
  position: relative;
  top: 1px;
  margin-right: 3px;
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
  .help-tab__close-cta,
  .help-tab__open-cta {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.help-tab__close-cta {
  top: 0;
  right: 0;
  padding: 4px 0;
  font-family: "Open Sans",sans-serif;
  border-bottom: none;
  font-size: 13px;
}

@media screen and (min-width: 1025px) {
  .help-tab__close-cta {
    display: none;
  }
}

.help-tab__close-cta i {
  font-size: 0.9em;
}

.help-tab__open-cta {
  bottom: 0;
  right: 0;
  padding: 12px 0 11px;
  border-radius: 5px 5px 0 0;
  font-family: "FranklinGothic-MedIt-webfont",sans-serif;
  font-size: 17px;
}

@media screen and (min-width: 1025px) {
  .help-tab__open-cta {
    right: 0;
    top: 0;
  }
}

.help-tab__open-cta i {
  margin-right: 9px;
  font-size: 0.8em;
}

.help-tab__btn-list {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px 13px;
  border: 1px solid #fff;
  border-bottom: none;
  margin: 27px 0 41px;
  background: #f2f2f2;
}

@media screen and (min-width: 1025px) {
  .help-tab__btn-list {
    margin: 0;
  }
}

.help-tab-btn {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

.help-tab-btn + .help-tab-btn {
  margin-top: 8px;
}

.help-tab-btn__inner {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 8px 11px;
  border: 1px solid #acadb2;
  background: #fff;
  text-align: center;
}

.help-tab-btn__icon {
  display: block;
  color: #ee3123;
  font-size: 36px;
}

.help-tab-btn__icon--proceed {
  display: none;
}

.help-tab-btn__heading {
  margin: 0;
  color: #203240;
  font-family: "franklin_gothic_fs_HvyBdIt",sans-serif;
  font-size: 15px;
}

.help-tab-btn__desc {
  display: none;
}

@media print {
  .header {
    display: block;
  }

  .header__logo-container {
    width: 135px;
    height: 80px;
    display: block;
    display: list-item;
    list-style-image: url("../../dist/img/jet2-logo-print.jpg");
    list-style-position: inside;
  }

  .header__logo-container img {
    display: none;
  }

  .text-image-banner {
    padding: 0;
  }

  .wrapper--top {
    padding-top: 0;
  }

  .car-hire-widget-title,
  .car-hire-widget {
    display: none;
  }

  .confirmation__flight-details {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .confirmation__flight-details:last-child {
    float: right;
    margin-right: 0;
  }

  .confirmation-block {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .confirmation-block:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  .btn--light-blue {
    display: none;
  }

  .confirmation__passenger {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }

  .confirmation__passenger:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  .confirmation__passenger:nth-child(2n+1) {
    clear: both;
  }

  .confirmation__passenger-content {
    display: block !important;
  }

  .footer {
    display: block;
  }

  .footer__text--awards,
  .footer__text {
    color: black;
  }

  .footer__list {
    display: none;
  }

  .mobile-nav-wrapper {
    display: none;
  }
}

/*------------------------------------*    #COMPONENTS
\*------------------------------------*/

.running-total__text {
  font-size: 12px;
  font-size: 0.85714rem;
}

/* Instant Deals Components */

.instant-deals-header {
  position: relative;
  padding-left: 50px;
}

.instant-deals-header__icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 42px;
  height: 42px;
  font-size: 35px;
  font-size: 2.5rem;
}

.instant-deals-intro {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  vertical-align: middle;
}

.instant-deals-intro__title {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important;
  font-size: 18px;
  font-size: 1.28571rem;
  color: #203240;
  font-style: normal;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 768px) {
  .instant-deals-intro__title {
    margin-bottom: 20px;
    font-size: 23px;
    font-size: 1.64286rem;
  }
}

.instant-deals-intro__content {
  line-height: 1.33;
  font-size: 12px;
  font-size: 0.85714rem;
}

@media screen and (min-width: 768px) {
  .instant-deals-intro__content {
    margin: 0 auto;
    max-width: 380px;
  }
}

.instant-deals-intro__btn {
  margin-top: 15px;
  min-width: 250px !important;
}

@media screen and (min-width: 768px) {
  .instant-deals-intro__btn {
    margin-top: 25px;
    min-width: 480px;
  }
}

.instant-deals-summary {
  display: hidden;
  font-size: 13px;
  font-size: 0.92857rem;
  background-color: #dcf0c2;
  color: #098c09;
  width: 100%;
  margin-bottom: 40px;
}

.instant-deals-summary-message-wrapper {
  display: block;
}

.instant-deals-summary-message {
  display: block;
  width: 100%;
  border: solid 1px #acadb2;
  border-top: 0;
}

.instant-deals-summary-message div {
  display: table-cell;
  vertical-align: middle;
}

.instant-deals-summary-message__status {
  padding: 15px 20px;
  text-align: left;
  border-right: solid 1px #acadb2;
  width: 100%;
}

.instant-deals-summary-message__status span:last-child {
  float: right;
  display: none;
}

@media screen and (min-width: 768px) {
  .instant-deals-summary-message__status span:last-child {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .instant-deals-summary-message__status {
    padding: 15px 20px;
  }
}

.instant-deals-summary-message__action {
  background: white;
  text-align: center;
}

.instant-deals-summary-message__action a {
  display: block;
  color: #626262;
  text-decoration: underline;
  padding: 15px 20px;
}

@media screen and (min-width: 1025px) {
  .instant-deals-summary-message__action a {
    padding: 15px 10px;
  }
}

.instant-deals-block {
  background-color: #f2f2f2;
  border: 1px solid #acadb2;
  padding: 10px 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 250px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .instant-deals-block {
    min-height: 380px;
    padding: 20px 35px 20px 35px;
  }
}
.validation-message, .warning-message {
    opacity:1;
}