@charset "UTF-8";
/* Stag Sans - Book */
@font-face {
  font-family: 'Stag Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Stag Sans Book"), url("../assets/fonts/StagSans/StagSans-Book-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSans-Book-Web.woff") format("woff"); }

/* Stag Sans - Book Italic*/
@font-face {
  font-family: 'Stag Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: local("Stag Sans Book Italic"), url("../assets/fonts/StagSans/StagSans-BookItalic-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSans-BookItalic-Web.woff") format("woff"); }

/* Stag Sans - Light */
@font-face {
  font-family: 'Stag Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Stag Sans Light"), url("../assets/fonts/StagSans/StagSans-Light-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSans-Light-Web.woff") format("woff"); }

/* Stag Sans - Light Italic */
@font-face {
  font-family: 'Stag Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: local("Stag Sans Light Italic"), url("../assets/fonts/StagSans/StagSans-LightItalic-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSans-LightItalic-Web.woff") format("woff"); }

/* Stag Sans - Bold */
@font-face {
  font-family: 'Stag Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Stag Sans Medium"), url("../assets/fonts/StagSans/StagSans-Medium-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSans-Medium-Web.woff") format("woff"); }

/* Stag Sans - Bold Italic */
@font-face {
  font-family: 'Stag Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: local("Stag Sans Medium Italic"), url("../assets/fonts/StagSans/StagSans-MediumItalic-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSans-MediumItalic-Web.woff") format("woff"); }

/* Stag Sans Round - Book */
@font-face {
  font-family: 'Stag Sans Round';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Stag Sans Round Book"), url("../assets/fonts/StagSans/StagSansRound-Book-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSansRound-Book-Web.woff") format("woff"); }

/* Stag Sans Round - Light */
@font-face {
  font-family: 'Stag Sans Round';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: local("Stag Sans Round Light"), url("../assets/fonts/StagSans/StagSansRound-Light-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSansRound-Light-Web.woff") format("woff"); }

/* Stag Sans Round - Bold */
@font-face {
  font-family: 'Stag Sans Round';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Stag Sans Round Medium"), url("../assets/fonts/StagSans/StagSansRound-Medium-Web.woff2") format("woff2"), url("../assets/fonts/StagSans/StagSansRound-Medium-Web.woff") format("woff"); }

/* Styles for Training Documents */
.view-training-documents .training-document__document {
  margin: 10px 0 10px 0; }

.view-training-documents h3 {
  margin-top: 10px;
  font-size: 18pt;
  font-weight: 300;
  color: #0079b5; }

.view-training-documents .training-document__download {
  margin-top: 5px; }

.view-training-documents .training-document__download a {
  font-size: 12pt;
  color: #7ab929; }

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 1.5; }

* {
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  /* Hide if this is being displayed on one of the IR iframes */ }
  body:before {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #0479b5 50%, #78be20 100%); }
  body.page-iframe:before {
    display: none;
    visibility: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

template {
  display: none; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.image--border {
  border: 2px solid #999999; }

.picture__image img,
.image--border img {
  display: block;
  width: 100%; }

hr {
  display: block;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 2px solid #d0d1d2; }

html {
  font-family: "Stag Sans", sans-serif; }

body {
  font-size: 1.6rem;
  font-weight: 300;
  color: #63666a; }

p,
dt,
dd {
  line-height: 1.3; }

p {
  margin: 0 0 10px; }

a {
  color: #159cdf;
  text-decoration: none;
  transition: color 0.3s ease; }
  a:hover, a:focus, a.focus, a.active, a:active {
    color: #00507f; }
  .i18n-en-pk a:hover {
    text-decoration: underline; }
  .i18n-en-pk a:hover,
  .i18n-en-pk a:hover text {
    text-decoration: underline;
    color: #00507f; }
  a:focus, a.focus {
    outline: 2px solid #159cdf; }
    .i18n-en-pk a:focus,
    .i18n-en-pk a:focus text, .i18n-en-pk a.focus,
    .i18n-en-pk a.focus text {
      outline: none; }
  a.site-logo:focus, a.site-logo.Focus {
    outline: 0; }

article a:focus, article a.focus, article a.active, article a:active,
aside a:focus,
aside a.focus,
aside a.active,
aside a:active {
  border-bottom: 2px solid; }

blockquote {
  display: block;
  background: #78be20;
  color: #ffffff;
  padding: 3rem;
  margin: 0.8rem 0;
  font-family: "Stag Sans", sans-serif;
  font-size: 2.6rem;
  line-height: 1.18;
  font-weight: 400;
  font-style: italic; }

dfn {
  font-style: italic; }

abbr[title] {
  border-bottom: 1px dotted; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

pre {
  margin: 0;
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem; }

hr {
  box-sizing: content-box;
  height: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  margin: 0 0 10px;
  text-rendering: geometricPrecision;
  color: #63666a; }

h1 {
  font-family: "Stag Sans Round", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #00507f; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.2rem; } }

h2 {
  font-size: 1.8rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.6rem; } }

h3 {
  font-size: 1.6rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2.0rem; } }

h4 {
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.8rem; } }

h5 {
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    h5 {
      font-size: 1.6rem; } }

h6 {
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    h6 {
      font-size: 1.4rem; } }

.page-header {
  margin-bottom: 0; }

.callout {
  font-size: 1.2rem;
  font-weight: 300;
  color: #63666a; }

.caption {
  font-size: 1.3rem;
  line-height: 1;
  font-style: italic;
  color: #159cdf; }

ul,
ol,
dl {
  margin: 0 0 10px; }

ol,
ul {
  padding-left: 15px; }

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0 0 5px;
  padding-left: 10px; }

li {
  margin: 5px 0;
  list-style-position: inside; }
  li li {
    margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    table {
      font-size: 1.6rem; } }

td,
th {
  padding: 0.5rem 1rem;
  border: 0; }

th {
  border-bottom: 1px solid #d0d1d2; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: content-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 700; }

label {
  display: block;
  line-height: 1.5;
  padding: .5rem 0; }

input[type="text"] {
  font-size: 1.6rem; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

img {
  height: auto;
  border: 0;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 10px; }

button,
input[type="button"],
input[type="submit"],
.button,
.cookie-modal-is-active #popup-buttons .agree-button {
  display: inline-block;
  background-color: #78be20;
  color: #ffffff;
  padding: 0.4rem 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.6rem;
  border: none; }
  button:hover, button:focus, button:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .button:hover,
  .button:focus,
  .button:active,
  .cookie-modal-is-active #popup-buttons .agree-button:hover,
  .cookie-modal-is-active #popup-buttons .agree-button:focus,
  .cookie-modal-is-active #popup-buttons .agree-button:active {
    background-color: #91da35;
    color: #ffffff;
    text-decoration: none !important; }

.button--border {
  border: 2px solid #ffffff; }
  .button--border:hover, .button--border:focus, .button--border:active {
    border: 2px solid #ffffff;
    text-decoration: none !important; }

.kss-article,
.kss-section,
.kss-aside {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

/* prevent horizontal overflow for window size */
.l-wrap-max {
  position: relative;
  display: block;
  overflow: hidden; }

.l-wrap-max__container {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.l-center,
.l-content-header,
.l-content-footer {
  padding: 0 2rem;
  /* Tablet and up padding. Mobile padding is on
   * individual sections (ex: branding, footer)
   */ }
  .l-center:after,
  .l-content-header:after,
  .l-content-footer:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-center,
    .l-content-header,
    .l-content-footer {
      padding: 0 2rem; } }
  @media (min-width: 1024px) {
    .l-center,
    .l-content-header,
    .l-content-footer {
      padding: 0 3.5rem; } }

.l-center-8__container {
  padding: 2rem; }
  .l-center-8__container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-center-8__container {
      padding: 2rem 0; } }

.l-center-8 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 768px) {
    .l-center-8 {
      width: 66.10169%;
      float: left;
      margin-right: -100%;
      margin-left: 16.94915%;
      clear: none; } }

.l-content-wrapper {
  /* Add padding in certain contexts */ }
  .l-content-sidebar .l-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%; }
    .l-content-sidebar .l-content-wrapper:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      .l-content-sidebar .l-content-wrapper {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        /* Remove the clearfix on desktop, which interferes with the layout */ }
        .l-content-sidebar .l-content-wrapper:after {
          display: none; } }

.l-content-header {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .l-content-header {
      width: 66.10169%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      padding-left: 2rem;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .l-content-header {
      padding-left: 3.5rem;
      padding-top: 2rem;
      padding-right: 0; } }
  @media (min-width: 1280px) {
    .l-content-header {
      width: 49.15254%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      padding-left: 3.5rem;
      padding-top: 2rem;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .l-content-header.l-content-header--full {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding: 2rem 8.8rem; } }
  .l-content-header.l-content-header--content-only {
    padding: 0 2rem; }
    @media (min-width: 768px) {
      .l-content-header.l-content-header--content-only {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 1024px) {
      .l-content-header.l-content-header--content-only {
        padding-left: 3.5rem;
        padding-right: 3.5rem; } }

/**
 * Float layout for the share-this and print icons
 * located in the content-header of the press node pages
 */
@media (min-width: 768px) {
  .l-content-header .share-this {
    float: left; } }

@media (min-width: 768px) {
  .l-content-header .share-this--right {
    float: right; } }

@media (min-width: 768px) {
  .l-content-header .print-page,
  .l-content-header .email-page {
    float: left;
    padding-top: 5px;
    /* combined margin above share-this icons */ } }

.l-content-header .page-header {
  clear: both; }

/**
 * Layout overrides for the content-only variant
 */
@media (min-width: 768px) {
  .l-content-header--content-only .page-headlines {
    float: left; } }

@media (min-width: 768px) {
  .l-content-header--content-only .share-this {
    float: right; } }

.l-content-sidebar {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .l-content-sidebar:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-content-sidebar {
      display: block;
      overflow: hidden; } }

.l-content-sidebar__content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .l-content-sidebar__content {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 0.8rem;
      padding-left: 2rem; } }
  @media (min-width: 1024px) {
    .l-content-sidebar__content {
      padding-left: 3.5rem; } }
  @media (min-width: 1280px) {
    .l-content-sidebar__content {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 0.8rem;
      padding-left: 3.5rem; }
      .l-content-sidebar--2-3 .l-content-sidebar__content {
        width: 66.66667%;
        float: left;
        margin-right: -100%;
        clear: none;
        padding-right: 0.8rem; } }

.l-content-sidebar__sidebar {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 768px) {
    .l-content-sidebar__sidebar {
      width: 33.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-right: 2rem; } }
  @media (min-width: 1024px) {
    .l-content-sidebar__sidebar {
      padding-right: 3.5rem; } }
  @media (min-width: 1280px) {
    .l-content-sidebar__sidebar {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-right: 3.5rem; }
      .l-content-sidebar--2-3 .l-content-sidebar__sidebar {
        width: 33.33333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0; } }

.l-content-sidebar__media-kit {
  -ms-flex-order: 1;
  order: 1; }

.l-content-only:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 768px) {
  .l-content-only {
    display: block; } }

.l-content-only__content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .l-content-only__content {
      padding: 2rem; } }
  @media (min-width: 1024px) {
    .l-content-only__content {
      padding: 2rem 3.5rem; } }

.l-content-footer {
  margin-bottom: 2rem;
  padding: 0 2rem; }
  .l-content-footer:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-content-footer {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 1024px) {
    .l-content-footer {
      padding-left: 3.5rem;
      padding-right: 3.5rem; } }

.l-branding {
  padding: 2rem 2rem; }
  .l-branding:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .l-branding {
      padding: 2rem 3.5rem; } }
  @media (min-width: 768px) {
    .l-branding .my-travelport-login {
      float: right; } }

.l-branding__left {
  display: block;
  width: auto;
  float: left;
  position: relative;
  z-index: 20;
  min-width: 360px;
  transition: display 1s ease-in-out;
  /**
  * Changes logo display when in the Pakistan page
  * due to a second logo exists.
  */ }
  .mobile-menu-is-open .l-branding__left {
    display: none; }
  .i18n-en-pk .l-branding__left {
    width: 50%;
    min-width: 0; }
    @media (min-width: 768px) {
      .i18n-en-pk .l-branding__left {
        width: auto; } }

.l-branding__right {
  width: 100%;
  float: right;
  position: relative;
  z-index: 31;
  /**
  * Changes logo display when in the Pakistan page
  * due to a second logo exists.
  */ }
  @media (min-width: 768px) {
    .l-branding__right {
      width: auto;
      float: right; } }
  .i18n-en-pk .l-branding__right {
    width: 50%; }
    @media (min-width: 768px) {
      .i18n-en-pk .l-branding__right {
        width: auto; } }

@media (min-width: 1024px) {
  .l-branding__nav {
    float: right;
    clear: right; }
    .l-branding__nav .main-navigation,
    .l-branding__nav .site-search {
      float: left; } }

.l-branding__lower {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1024px) {
    .l-branding__lower {
      -ms-flex-direction: row;
      flex-direction: row; } }

@media (min-width: 1024px) {
  .l-branding-interaction {
    margin-left: 28px; } }

.l-media-kit {
  clear: both;
  padding: 2rem 2rem; }
  .l-media-kit:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .l-media-kit {
      padding: 2rem 3.5rem; } }

@media (min-width: 768px) and (max-width: 1280px) {
  .l-media-kit__section {
    width: 66.66667%;
    clear: right;
    float: left;
    padding-right: 0.8rem;
    clear: both; } }

@media (min-width: 1280px) {
  .l-media-kit__section {
    width: 50%;
    clear: right;
    float: left;
    padding-right: 0.8rem; } }

.l-footer {
  padding: 2rem 2rem;
  clear: both; }
  .l-footer:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .l-footer {
      padding: 2rem 3.5rem; } }
  @media (min-width: 1024px) {
    .l-footer .l-center {
      padding-left: 8.8rem;
      padding-right: 8.8rem; } }

@media (min-width: 768px) {
  .l-footer__third {
    width: 25%;
    clear: right;
    float: left;
    padding-right: 0.8rem; } }

@media (min-width: 768px) {
  .l-footer__third--middle {
    width: 50%;
    clear: right;
    float: left;
    padding-right: 0.8rem; } }

.l-bio-header {
  padding: 2rem 3.5rem 0; }

/* Overall page */
.l-bio {
  clear: both; }
  .l-bio:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-bio {
      padding-left: 2rem; } }
  @media (min-width: 1024px) {
    .l-bio {
      padding-left: 3.5rem; } }

/* Right Section (grid inside a grid) */
@media (min-width: 768px) {
  .l-bio__content-sidebar {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    padding-right: 2rem; } }

@media (min-width: 1024px) {
  .l-bio__content-sidebar {
    width: 75%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    padding-right: 3.5rem; } }

/* Right Section, elements */
@media (min-width: 768px) {
  .l-bio__content {
    width: 58.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 2rem;
    padding-right: 0.8rem; } }

@media (min-width: 1024px) {
  .l-bio__content {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 2rem;
    padding-right: 0.8rem; } }

@media (min-width: 768px) {
  .l-bio__sidebar {
    width: 41.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

@media (min-width: 1024px) {
  .l-bio__sidebar {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

.l-bio__content__description {
  padding: 0 2rem 2rem; }
  @media (min-width: 768px) {
    .l-bio__content__description {
      padding: 0; } }

/* Left Section */
.l-bio__picture {
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .l-bio__picture {
      padding: 0;
      position: relative;
      z-index: 20;
      width: 33.33333%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 2rem; } }
  @media (min-width: 1024px) {
    .l-bio__picture {
      width: 25%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 2rem; } }

.l-bio__download {
  padding: 2rem; }
  @media (min-width: 768px) {
    .l-bio__download {
      padding: 0; } }

.l-bio__menu {
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .l-bio__menu {
      padding: 0; } }

@media (min-width: 768px) {
  .l-bio__download,
  .l-bio__menu {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 2rem;
    clear: left; } }

@media (min-width: 1024px) {
  .l-bio__download,
  .l-bio__menu {
    width: 25%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 2rem;
    clear: left; } }

.l-related-products {
  padding: 0;
  margin: 0.8rem 0; }
  .l-related-products:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .l-related-products {
      margin-top: 120px;
      padding: 0 3.5rem; } }

.l-related-products__product {
  padding: 0;
  margin: 0;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0; }
  @media (min-width: 1024px) {
    .l-related-products__product {
      width: 33.33333%;
      clear: right;
      float: left;
      padding-right: 20px;
      margin: 0; } }

.l-related-products__content {
  padding: 2rem;
  max-width: 480px;
  margin: auto; }
  @media (min-width: 1024px) {
    .l-related-products__content {
      margin-top: -90px; } }

.l-slider {
  padding: 0;
  margin: 0; }
  .l-slider:after {
    content: '';
    display: table;
    clear: both; }

@media (min-width: 768px) {
  .l-slider__item {
    width: 33.33333%;
    clear: right;
    float: left;
    padding-right: 20px; } }

.l-benefits {
  padding: 2rem; }
  .l-benefits:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-benefits {
      padding: 2rem 3.5rem; } }

.l-benefits__benefit--1,
.l-benefits__benefit--2,
.l-benefits__benefit--3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

.l-benefits__benefit--1 {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .l-benefits__benefit--1 {
      width: 29.41176%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }

.l-benefits__benefit--2 {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .l-benefits__benefit--2 {
      width: 29.41176%;
      float: left;
      margin-right: -100%;
      margin-left: 35.29412%;
      clear: none; } }

.l-benefits__benefit--3 {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .l-benefits__benefit--3 {
      width: 29.41176%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

.l-hero:after {
  content: '';
  display: table;
  clear: both; }

.l-hero__left {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0; }
  @media (min-width: 768px) {
    .l-hero__left {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem; } }

.l-hero__right {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0; }
  @media (min-width: 768px) {
    .l-hero__right {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }

.l-contact-us {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .l-contact-us {
      -ms-flex-direction: row;
      flex-direction: row; } }

.l-contact-us__content {
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 768px) {
    .l-contact-us__content {
      margin: 0 0.8rem 2rem 3.5rem; } }

@media (min-width: 768px) {
  .l-contact-us__sidebar {
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    margin: 0 3.5rem 0.8rem 0; } }

.l-awards {
  padding: 0 2rem; }
  .l-awards:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-awards {
      padding: 0 3.5rem; } }

.l-awards__award--1,
.l-awards__award--2,
.l-awards__award--3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .l-awards__award--1,
    .l-awards__award--2,
    .l-awards__award--3 {
      padding: 2rem; } }

@media (min-width: 768px) {
  .l-awards__award--1 {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 768px) {
  .l-awards__award--2 {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none; } }

@media (min-width: 768px) {
  .l-awards__award--3 {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

/* Flexbox layout for equal height columns, with
 * a grid float fallback */
.l-landing-buckets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .l-landing-buckets:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-landing-buckets {
      padding: 0 3.5rem;
      -ms-flex-direction: row;
      flex-direction: row; } }

.l-landing-buckets__item {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
  padding: 2rem; }
  @media (min-width: 768px) {
    .l-landing-buckets__item {
      padding: 2rem;
      width: 33.33333%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 0%; } }

.l-threecol {
  padding: 0; }
  .l-threecol:after {
    content: '';
    display: table;
    clear: both; }

.l-threecol__third--1,
.l-threecol__third--2,
.l-threecol__third--3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

@media (min-width: 768px) {
  .l-threecol__third--1 {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 768px) {
  .l-threecol__third--2 {
    width: 33.33333%;
    float: left;
    margin-right: -100%;
    margin-left: 33.33333%;
    clear: none; } }

@media (min-width: 768px) {
  .l-threecol__third--3 {
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

.l-feature-dropdown__item:after {
  content: '';
  display: table;
  clear: both; }

.l-feature-dropdown__content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 2rem; }
  @media (min-width: 768px) {
    .l-feature-dropdown__content {
      width: 65.21739%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
      .feature-dropdown--right .l-feature-dropdown__content {
        width: 65.21739%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none; } }

.l-feature-dropdown__aside {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 768px) {
    .l-feature-dropdown__aside {
      width: 30.43478%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; }
      .feature-dropdown--right .l-feature-dropdown__aside {
        width: 30.43478%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none; } }

.l-feature-double {
  padding: 2rem 0; }
  .l-feature-double:after {
    content: '';
    display: table;
    clear: both; }

.l-feature-double__item {
  padding: 0 2rem 2rem; }
  .l-feature-double__item:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-feature-double__item {
      width: 33.33333%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 0%;
      padding: 0 2rem; } }

.l-feature-full:after {
  content: '';
  display: table;
  clear: both; }

.l-feature-full__content {
  padding-bottom: 2rem;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 768px) {
    .l-feature-full__content {
      width: 65.21739%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
      .feature-full--right .l-feature-full__content {
        width: 65.21739%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none; } }

.l-feature-full__picture {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 768px) {
    .l-feature-full__picture {
      width: 30.43478%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; }
      .feature-full--right .l-feature-full__picture {
        width: 30.43478%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none; } }

.l-landing__two-col {
  /* flexbox layout enhancement for equal height */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center; }
  .l-landing__two-col:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-landing__two-col {
      -ms-flex-direction: row;
      flex-direction: row; } }
  .l-landing__two-col > div {
    margin-bottom: 0.8rem; }
    .l-landing__two-col > div:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .l-landing__two-col > div {
        width: 50%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 0%;
        border-right: 4px solid #ffffff;
        margin-bottom: 0;
        /* left and right padding for desktop */ }
        .l-landing__two-col > div:last-child {
          border-right: none;
          border-left: 4px solid #ffffff; }
        .l-landing__two-col > div:nth-child(odd) {
          padding-left: 3.5rem; }
        .l-landing__two-col > div:nth-child(even) {
          padding-right: 3.5rem; } }

.l-logos__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center; }
  .l-logos__container:after {
    content: '';
    display: table;
    clear: both; }

.l-logos__logo {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .l-logos__logo {
      width: 16.66667%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 0%;
      min-width: 20%; } }

.l-event-detail {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .l-event-detail:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-event-detail {
      display: block; } }

.l-event-detail__picture,
.l-event-detail__content,
.l-event-detail__page-header {
  width: 100%;
  clear: right;
  float: right;
  padding-right: 0; }
  @media (min-width: 768px) {
    .l-event-detail__picture,
    .l-event-detail__content,
    .l-event-detail__page-header {
      width: 66.66667%;
      clear: right;
      float: left;
      padding-right: 0.8rem;
      padding-left: 2rem;
      clear: left; } }
  @media (min-width: 1024px) {
    .l-event-detail__picture,
    .l-event-detail__content,
    .l-event-detail__page-header {
      padding-left: 3.5rem; } }
  @media (min-width: 1280px) {
    .l-event-detail__picture,
    .l-event-detail__content,
    .l-event-detail__page-header {
      width: 50%;
      clear: right;
      float: left;
      padding-right: 0.8rem;
      padding-left: 3.5rem;
      clear: left; } }

.l-event-detail__summary,
.l-event-detail__sidebar {
  width: 100%;
  clear: right;
  float: right;
  padding-right: 0; }
  @media (min-width: 768px) {
    .l-event-detail__summary,
    .l-event-detail__sidebar {
      width: 33.33333%;
      clear: right;
      float: left;
      padding-right: 0.8rem;
      padding-right: 2rem;
      float: right;
      clear: right; } }
  @media (min-width: 1024px) {
    .l-event-detail__summary,
    .l-event-detail__sidebar {
      padding-right: 3.5rem; } }
  @media (min-width: 1280px) {
    .l-event-detail__summary,
    .l-event-detail__sidebar {
      width: 50%;
      clear: right;
      float: left;
      padding-right: 0.8rem;
      padding-right: 3.5rem;
      float: right;
      clear: right; } }

.l-event-detail__page-header {
  padding: 0 2rem;
  margin: -1rem 0 0.8rem;
  -ms-flex-order: 0;
  order: 0; }
  @media (min-width: 768px) {
    .l-event-detail__page-header {
      margin: 0 0 0.8rem;
      padding: 0 0.8rem 0 2rem;
      -ms-flex-order: 3;
      order: 3; } }
  @media (min-width: 1024px) {
    .l-event-detail__page-header {
      padding: 0 0.8rem 0 3.5rem; } }

.l-event-detail__picture {
  padding: 0 2rem;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 768px) {
    .l-event-detail__picture {
      margin-bottom: 2rem;
      padding: 2rem 0.8rem 0 2rem; } }
  @media (min-width: 1024px) {
    .l-event-detail__picture {
      padding: 2rem 0.8rem 0 3.5rem; } }

.l-event-detail__summary {
  padding: 0 2rem;
  -ms-flex-order: 2;
  order: 2; }

.l-event-detail__content {
  margin-bottom: 2.5rem;
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 768px) {
    .l-event-detail__content {
      -ms-flex-order: 4;
      order: 4; } }

.l-event-detail__sidebar {
  -ms-flex-order: 4;
  order: 4; }
  @media (min-width: 768px) {
    .l-event-detail__sidebar {
      -ms-flex-order: 5;
      order: 5; } }

.l-training-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .l-training-detail {
      -ms-flex-direction: row;
      flex-direction: row; } }

.l-training-detail__picture,
.l-training-detail__content,
.l-training-detail__page-header {
  width: 100%;
  clear: right;
  float: right;
  padding-right: 0; }
  @media (min-width: 1024px) {
    .l-training-detail__picture,
    .l-training-detail__content,
    .l-training-detail__page-header {
      width: 50%;
      clear: right;
      float: left;
      padding-right: 0.8rem;
      padding-left: 2rem;
      clear: left; } }
  @media (min-width: 1024px) {
    .l-training-detail__picture,
    .l-training-detail__content,
    .l-training-detail__page-header {
      padding-left: 3.5rem; } }

.l-training-detail__summary,
.l-training-detail__sidebar {
  width: 100%;
  clear: right;
  float: right;
  padding-right: 0; }
  @media (min-width: 1024px) {
    .l-training-detail__summary,
    .l-training-detail__sidebar {
      width: 50%;
      clear: right;
      float: left;
      padding-right: 0.8rem;
      padding-right: 0;
      float: right;
      clear: right; } }
  @media (min-width: 1280px) {
    .l-training-detail__summary,
    .l-training-detail__sidebar {
      padding-right: 3.5rem; } }

.l-training-detail__page-header {
  padding: 0 2rem;
  margin: -1rem 0 0.8rem;
  -ms-flex-order: 0;
  order: 0; }
  @media (min-width: 768px) {
    .l-training-detail__page-header {
      margin: 0 0 0.8rem;
      padding: 0 0.8rem 0 2rem;
      -ms-flex-order: 3;
      order: 3; } }
  @media (min-width: 1024px) {
    .l-training-detail__page-header {
      padding: 0 0.8rem 0 3.5rem; } }

.l-training-detail__picture {
  padding: 0;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 768px) {
    .l-training-detail__picture {
      margin-bottom: 2rem;
      padding: 2rem 0.8rem 0 2rem; } }
  @media (min-width: 1024px) {
    .l-training-detail__picture {
      padding: 2rem 0.8rem 0 3.5rem; } }

.l-training-detail__summary {
  padding: 0 2rem;
  -ms-flex-order: 2;
  order: 2; }

.l-training-detail__content {
  margin-bottom: 2.5rem;
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 768px) {
    .l-training-detail__content {
      -ms-flex-order: 4;
      order: 4; } }

.l-training-detail__sidebar {
  -ms-flex-order: 4;
  order: 4; }
  @media (min-width: 768px) {
    .l-training-detail__sidebar {
      -ms-flex-order: 5;
      order: 5; } }

.l-featured-news .l-featured:after {
  content: '';
  display: table;
  clear: both; }

.l-featured-news .l-featured__content {
  padding-bottom: 2rem;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 768px) {
    .l-featured-news .l-featured__content {
      width: 65.21739%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }

.l-featured-news .l-featured__picture {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 768px) {
    .l-featured-news .l-featured__picture {
      width: 30.43478%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

@media (min-width: 768px) {
  .l-featured-news .l-feed__items {
    columns: 2; } }

.l-featured-news .l-feed__item {
  break-inside: avoid; }

.view-department-members:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 768px) {
  .l-leadership-section {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    padding-right: 0.8rem; } }

.l-locations-accordion {
  padding: 2rem 0;
  margin: 0 2rem; }
  .l-locations-accordion:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .l-locations-accordion {
      margin: 0 3.5rem; } }
  @media (min-width: 1024px) {
    .l-locations-accordion {
      margin: 0 8.8rem; } }

.l-locations-accordion__item {
  width: 100%; }
  @media (min-width: 768px) {
    .l-locations-accordion__item {
      width: 33.33333%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 0%;
      padding: 0 0.8rem;
      /* Clear floats every row */ }
      .l-locations-accordion__item:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 768px) {
  .l-blog-landing {
    margin: 0 20px; } }

@media (min-width: 1400px) {
  .l-blog-landing {
    margin: 5px; } }

.l-internships-content {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3.5rem 0; }
  @media (min-width: 768px) {
    .l-internships-content {
      -ms-flex-direction: row;
      flex-direction: row; } }

.l-internships-main-content {
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 768px) {
    .l-internships-main-content {
      margin: 0 0.8rem 2rem 3.5rem; } }

@media (min-width: 768px) {
  .l-internships-sidebar {
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    margin: 0 3.5rem 0.8rem 0; } }

.internships-full-width-content {
  width: 100%; }
  @media (min-width: 768px) {
    .internships-full-width-content .l-logos__logo {
      width: 33%; } }

.home__subheading {
  font-family: "Stag Sans Round", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #00507f;
  text-align: center; }
  @media (min-width: 768px) {
    .home__subheading {
      font-size: 3.2rem; } }

.views-table-wrapper {
  padding: 0 2rem; }
  @media (min-width: 1024px) {
    .views-table-wrapper {
      padding: 0 3.5rem; } }
  .views-table-wrapper .views-table {
    padding: 0 3.5rem;
    display: table;
    width: 100%;
    margin: 2rem 0;
    /* Sort icons */ }
    .views-table-wrapper .views-table td,
    .views-table-wrapper .views-table th {
      border: none;
      font-family: "Stag Sans", sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      padding: 0.8rem 2rem;
      text-align: left; }
    .views-table-wrapper .views-table thead {
      display: none; }
      @media (min-width: 768px) {
        .views-table-wrapper .views-table thead {
          display: table-header-group; } }
    .views-table-wrapper .views-table .even {
      background: transparent;
      border: none; }
    .views-table-wrapper .views-table .odd {
      background: #f2f2f2;
      border: 1px solid rgba(99, 102, 106, 0.3); }
    .views-table-wrapper .views-table .sort:after {
      display: inline-block;
      content: '';
      height: 13px;
      width: 19px;
      margin-left: 4px;
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 9px;
      height: 13px;
      background-position: -108px -412px;
      background-repeat: no-repeat; }
    .views-table-wrapper .views-table .sort.ascending:after {
      display: inline-block;
      background-position: -435px -28px; }
    .views-table-wrapper .views-table .sort.descending:after {
      display: inline-block;
      background-position: -435px -5px; }

/**
 * @file
 * Base styles for autocomplete functionality.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  position: absolute;
  z-index: 100;
  overflow: hidden; }
  #autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none; }
  #autocomplete li {
    cursor: default;
    white-space: pre;
    zoom: 1;
    /* IE7 */ }

/* Animated throbber */
html.js .form-autocomplete {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/throbber.gif");
  background-position: 100% 2px;
  background-repeat: no-repeat; }

html.js .throbbing {
  background-position: 100% -18px; }

/**
 * @file
 * Base styles for collapsible fieldset functionality.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  height: 1em; }
  html.js fieldset.collapsed .fieldset-wrapper {
    display: none; }

fieldset.collapsible {
  position: relative; }
  fieldset.collapsible .fieldset-legend {
    display: block; }

/**
 * @file
 * Styling for contextual links behaviour and structure.
 * From module/field/field.theme.scss
 */
/**
 * Field display.
 */
.field__label {
  font-weight: 700; }

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; }

/**
 * @file
 * Theme for for system messages.
 * From system.messages.theme.css
 */
/* Message */
.messages {
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid; }
  .messages ul {
    margin: 0 0 0 1em;
    /* LTR */
    padding: 0; }
  .messages li {
    list-style-image: none; }

/* Status Messages */
.messages--status {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/message-24-ok.png");
  border-color: #be7; }

.messages--status,
tr.ok {
  background-color: #f8fff0; }

.messages--status,
.ok {
  color: #234600; }

/* Warning Messages */
.messages--warning {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/message-24-warning.png");
  border-color: #ed5; }

.messages--warning,
tr.warning {
  background-color: #fffce5; }

.messages--warning,
.warning {
  color: #333; }

/* Error Messages */
.messages--error {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/message-24-error.png");
  border-color: #ed541d; }

.messages--error,
tr.error {
  background-color: #fef5f1; }

.messages--error,
.error {
  color: #333; }

.error .error {
  color: #8c2e0b; }

/**
 * @file
 * Accessibility features.
 */
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.element-focusable:active, .element-focusable:focus {
  position: relative !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto; }

#skip-link {
  margin: 0; }
  #skip-link a,
  #skip-link a:visited {
    display: block;
    width: 100%;
    padding: 2px 0 3px;
    text-align: center;
    background-color: #666;
    color: #fff; }

/**
 * @file
 * Utility classes.
 */
/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline; }

/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block; }

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap; }

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none; }

/**
 * Use the clearfix from our mixin.
 */
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

/**
 * @file
 * Base styles for the progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid; }

.progress .filled {
  height: 1.5em;
  width: 5px;
  background-color: #000; }

.progress .percentage {
  float: right;
  /* LTR */ }

/* Throbber */
.ajax-progress {
  display: inline-block; }
  .ajax-progress .throbber {
    float: left;
    /* LTR */
    height: 15px;
    width: 15px;
    margin: 2px;
    background: transparent url("/sites/all/themes/custom/travelport/assets/dist/images/throbber.gif") no-repeat 0 -18px; }
  .ajax-progress .message {
    padding-left: 20px; }

tr .ajax-progress .throbber {
  margin: 0 2px; }

.ajax-progress-bar {
  width: 16em; }

/**
 * @file
 * Base styles for the resizable textareas functionality.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  width: 100%;
  margin: 0; }

.resizable-textarea .grippie {
  height: 9px;
  background: #eee url("/sites/all/themes/custom/travelport/assets/dist/images/grippie.png") no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  overflow: hidden; }

/**
 * @file
 * Search module theme.
 * From module/search/search.theme.css
 */
/**
 * Search Results
 */
.search-result__snippet {
  padding-left: 1em; }

.search-result__info {
  font-size: 0.85em; }

/**
 * Advanced Search Form
 */
.search-advanced .criterion {
  float: left;
  margin-right: 2em; }

.search-advanced .action {
  float: left;
  clear: left; }

/**
 * @file
 * Base styling for the tabledrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move; }

/* Tabledrag Handle */
.tabledrag-handle {
  float: left;
  overflow: hidden;
  text-decoration: none;
  cursor: move; }
  .tabledrag-handle .handle {
    height: 15px;
    width: 15px;
    margin: -0.4em 0;
    padding: 0.4em;
    background: url("/sites/all/themes/custom/travelport/assets/dist/images/draggable.png") no-repeat 6px 9px; }
  .tabledrag-handle:hover {
    text-decoration: none; }

.tabledrag-handle-hover .handle {
  background-position: 6px -11px; }

/* Indentation */
.indentation {
  float: left;
  width: 20px; }

/* Tree Images */
.tree-child {
  background: url("/sites/all/themes/custom/travelport/assets/dist/images/tree.png") no-repeat 12px center; }

.tree-child-last {
  background: url("/sites/all/themes/custom/travelport/assets/dist/images/tree-bottom.png") no-repeat 12px center; }

.tree-child-horizontal {
  background: url("/sites/all/themes/custom/travelport/assets/dist/images/tree.png") no-repeat -12px center; }

/* Toggle Weight Link */
.tabledrag-toggle-weight-wrapper {
  text-align: right; }

/**
 * @file
 * Base styling for the tableheader behavior.
 *
 * @see tableheader.js
 */
.sticky-header {
  margin-top: 0;
  background-color: #fff; }

.icon {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  background-position: -275px -370px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }
  .icon:active, .icon:focus {
    border-bottom: none; }

.branding {
  color: #78be20;
  /* Hide if in an iframe */ }
  @media (min-width: 1024px) {
    .branding .site-search {
      margin-left: 0;
      width: 45%; } }
  .page-iframe .branding {
    display: none; }

.branding__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -34px;
  /**
  * Changes logo display when in the Pakistan page
  * due to a second logo exists.
  */ }
  @media (min-width: 768px) {
    .branding__nav {
      margin-top: 0; } }
  .i18n-en-pk .branding__nav {
    margin-top: 0; }

/* Flexbox layout enhancement */
@media (min-width: 1024px) {
  .branding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .branding__left {
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.branding__right a {
  margin-left: 2rem;
  font-size: 1.4rem; }

.branding__right .branding__nav a {
  margin-left: 0;
  font-size: 1.6rem; }

.branding-interaction {
  display: none;
  /* General svg width control */
  /* For the expanded mobile menu */ }
  .kss-section--components .branding-interaction {
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 1024px) {
    .branding-interaction {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; } }
  .branding-interaction svg {
    width: 30px;
    height: 30px; }
  .mobile-menu__expanded .branding-interaction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem; }

/* The Stock Icon */
.stock-up-icon {
  background: #78be20;
  background-size: 455px 437px;
  background-repeat: no-repeat;
  border-radius: 60%;
  padding: 5px;
  transform: rotate(180deg);
  height: 20px !important;
  width: 20px !important;
  margin-top: 4px;
  /* For the expanded mobile menu */
  /*This is a js toggled class just for testing, to show the down arrow. */ }
  .stock-up-icon .st0 {
    fill: #ffffff; }
  .down .stock-up-icon {
    background: #63666a;
    background-size: 454px 436px;
    background-repeat: no-repeat;
    border-radius: 60%;
    transform: rotate(0deg); }
    .down .stock-up-icon .st0 {
      fill: #ffffff;
      background: #ffffff; }

.mobile-menu__expanded .stock-up-icon {
  background: #ffffff;
  height: 30px !important;
  width: 30px !important;
  padding: 8px;
  margin-top: 0; }
  .mobile-menu__expanded .stock-up-icon .st0 {
    fill: #00507f; }

.globe-icon .st0 {
  fill: #00507f;
  transition: all 0.8s ease-in-out;
  /* For the expanded mobile menu */ }
  .mobile-menu__expanded .globe-icon .st0,
  .open .globe-icon .st0 {
    fill: #ffffff; }

/* The stock ticker and language selector. */
.branding-interaction__items {
  display: -ms-flexbox;
  display: flex;
  /* The mobile menu.*/
  /* The text next to the icon. */
  /* The arrow next to the text */ }
  .mobile-menu__expanded .branding-interaction__items {
    margin-bottom: 2rem; }
  .branding-interaction__items span {
    margin: 3px 0 0 9px;
    color: #159cdf;
    float: left;
    display: inline-block;
    transition: all 0.8s ease-in-out;
    /* For the expanded mobile menu. */ }
    .mobile-menu__expanded .branding-interaction__items span {
      color: #ffffff; }
  .branding-interaction__items .translation-arrow {
    width: 15px;
    height: 15px; }

/* The second icon requires space */
.branding-interaction__translation-information {
  margin-left: 10px;
  /* This needs to expand, and look like a button. */
  margin-top: -10px;
  padding: 10px;
  position: relative;
  transition: all 0.8s ease-in-out;
  /* For the expanded mobile menu */
  /* When open the background should appear active. */ }
  .mobile-menu__expanded .branding-interaction__translation-information {
    margin-left: 0;
    padding: 0; }
  .branding-interaction__translation-information.open {
    background-color: #00507f;
    /* When mobile, no color needed. */ }
    .branding-interaction__translation-information.open span {
      color: #ffffff; }
    .mobile-menu__expanded .branding-interaction__translation-information.open {
      background-color: transparent; }

/* The arrow that indicates open or closed */
.translation-arrow .st0 {
  transition: all 0.8s ease;
  transform-origin: 50%;
  /* On mobile, both states are white. */
  /* When open, both states are white. */ }
  .mobile-menu__expanded .translation-arrow .st0 {
    fill: #ffffff; }
  .open .translation-arrow .st0 {
    transform: rotate(180deg);
    fill: #ffffff; }

/* The list of countries that can be selected. The ul container.*/
.branding-interaction__translation-list {
  position: absolute;
  right: 0;
  top: 46px;
  background-color: #00507f;
  z-index: 40;
  min-width: 200px;
  /* List overrides */
  margin: 0;
  padding: 0;
  max-height: 0;
  transition: max-height 0.8s ease;
  overflow: hidden;
  /* When open, alllow animation. */
  /* The mobile rendering. */ }
  .open .branding-interaction__translation-list {
    max-height: 1000px; }
  .mobile-menu__expanded .branding-interaction__translation-list {
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

/* The li items of the list */
.branding-interaction__translation-list-item {
  list-style: none;
  width: 100%;
  margin: 0; }
  .branding-interaction__translation-list-item a {
    color: white;
    text-align: center;
    /* Make link width of li*/
    display: block;
    margin: 0;
    padding: 20px;
    width: 100%;
    /* Provide some contrast on hover */ }
    .branding-interaction__translation-list-item a:hover {
      background-color: #00304c; }
  .mobile-menu__expanded .branding-interaction__translation-list-item {
    width: 25%; }

.branding-interaction__icon-container {
  float: left;
  display: inline-block; }

.site-logo {
  display: block;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  /**
   * Changes logo display when in the Pakistan page
   * due to a second logo exists.
   */
  /* Hide the tagline by default. */ }
  .i18n-en-pk .site-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .i18n-en-pk .site-logo {
        padding-right: 10px; } }
  .site-logo:focus, .site-logo:active, .site-logo.active {
    border-bottom: 0; }
  .site-logo .tagline {
    display: none; }
    @media (min-width: 768px) {
      .site-logo .tagline {
        display: block;
        fill: white; } }
    .mobile-menu__expanded .site-logo .tagline,
    .mobile-site-search .site-logo .tagline {
      display: none; }
  .site-logo .site-logo__mobile--open,
  .site-logo .site-logo__mobile--closed {
    width: 65px;
    margin-left: 10px;
    padding: 2px 2px 0 2px;
    background: #ffffff; }
    @media (min-width: 768px) {
      .site-logo .site-logo__mobile--open,
      .site-logo .site-logo__mobile--closed {
        width: 150px;
        margin-left: 25px; } }

.site-logo__translated_slogan {
  position: absolute;
  bottom: -4px;
  left: 65px;
  font-size: 15px;
  font-weight: 500;
  color: #0075b0;
  /**
   * Updates position of site slogan when in the Pakistan page
   * due to a second logo exists.
   */ }
  .i18n-en-pk .site-logo__translated_slogan {
    bottom: 8px; }
  .kss-section--components .site-logo__translated_slogan {
    color: white; }

.site-logo__svg {
  display: block;
  max-width: 100%;
  height: 41px;
  float: left;
  width: 153px; }
  @media (min-width: 768px) {
    .site-logo__svg {
      width: 257px;
      height: 68px; } }

.additional-logo {
  display: block;
  max-width: 149px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .additional-logo {
      width: auto;
      height: 80px;
      margin-top: 0;
      margin-bottom: 0; } }

.links-list {
  border-bottom: 1px solid #d6d9da;
  padding-top: 45px; }

/**
 * wraps component's content.
 */
.links-list__inner {
  margin: 0 auto;
  padding: 0 15px 3.5rem; }
  @media (min-width: 768px) {
    .links-list__inner {
      max-width: 750px; } }
  @media (min-width: 1024px) {
    .links-list__inner {
      max-width: 970px; } }
  @media (min-width: 1280px) {
    .links-list__inner {
      max-width: 920px;
      padding-left: 0;
      padding-right: 0; } }

.links-list__title {
  font-size: 2.2rem;
  color: #0079b5; }

/**
 * left and right columns of component.
 */
.links-list__column {
  width: 100%; }
  @media (min-width: 768px) {
    .links-list__column {
      width: 50%;
      float: left; } }

/**
 * list of links inside ul.
 */
.links-list__items {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.links-list__link {
  color: #63666a;
  font-size: 1.8rem;
  float: none !important; }
  .links-list__link:hover {
    text-decoration: underline; }

/**
 * back to top link.
 */
.links-list__top {
  width: 100%;
  text-align: right;
  padding-bottom: 3rem;
  padding-right: 18px; }
  @media (min-width: 768px) {
    .links-list__top {
      padding-right: 200px; }
      .links-list__top:after {
        content: '';
        display: table;
        clear: both; } }
  @media (min-width: 1024px) {
    .links-list__top {
      padding-right: 208px; } }
  @media (min-width: 1280px) {
    .links-list__top {
      padding-right: 170px; } }
  .links-list__top a {
    color: #78be20;
    font-size: 1.8rem; }
    .links-list__top a:hover {
      text-decoration: underline; }

.latest-from-travelport {
  padding: 0 20px;
  margin-bottom: 5rem;
  background: url("/sites/all/themes/custom/travelport/assets/dist/images/latest-from-travelport-small.png") 0 0 no-repeat; }
  @media (min-width: 768px) {
    .latest-from-travelport {
      background: url("/sites/all/themes/custom/travelport/assets/dist/images/latest-from-travelport-medium.png") 0 0 no-repeat; } }
  @media (min-width: 1024px) {
    .latest-from-travelport {
      background: url("/sites/all/themes/custom/travelport/assets/dist/images/latest-from-travelport-large.png") 0 0 no-repeat;
      padding: 2rem 3.5rem; } }

/**
 * heading of section.
 */
.latest-from-travelport__heading {
  color: #159cdf;
  margin-bottom: 2rem;
  font-size: 3rem;
  text-align: center; }

/**
 * wrapper for all items.
 */
.latest-from-travelport__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/**
 * wrapper for each of the boxes/items.
 */
.latest-from-travelport__item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 4rem;
  border: 1px solid #e0e0d8;
  background: #ffffff; }
  @media (min-width: 768px) {
    .latest-from-travelport__item {
      -ms-flex: 0 1 48%;
      flex: 0 1 48%; } }
  @media (min-width: 1024px) {
    .latest-from-travelport__item {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%; } }

/**
 * wrapps text within white area of box.
 */
.latest-from-travelport__text-wrapper {
  border-top: 0;
  padding: 2rem; }

/**
 * title of category which determines category
 * background color.
 */
.latest-from-travelport__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  background: #159cdf;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  /**
   * category name
   */ }
  .latest-from-travelport__category:active, .latest-from-travelport__category:focus {
    border: 0;
    color: #ffffff; }
  .latest-from-travelport__category h4 {
    font-weight: 300;
    margin: 0;
    color: #ffffff;
    font-size: 1.6rem; }
  .latest-from-travelport__category::after {
    border-left: 12px solid transparent;
    border-top: 12px solid #159cdf;
    content: '';
    height: 0;
    left: 10px;
    bottom: -10px;
    position: absolute;
    width: 0; }

/**
 * view all link next to category name.
 */
.latest-from-travelport__category--view-all {
  font-size: 1.2rem; }
  .latest-from-travelport__category--view-all:hover, .latest-from-travelport__category--view-all:focus {
    color: #ffffff; }

/**
 * next section of selectors is used to change
 * background color based on category name.
 */
.latest-from-travelport__category--opinion {
  background: #78be20; }
  .latest-from-travelport__category--opinion::after {
    border-top: 12px solid #78be20; }

.latest-from-travelport__category--investor {
  background: #26a3aa; }
  .latest-from-travelport__category--investor::after {
    border-top: 12px solid #26a3aa; }

.latest-from-travelport__category--event {
  background: #00507f; }
  .latest-from-travelport__category--event::after {
    border-top: 12px solid #00507f; }

.latest-from-travelport__category--resource {
  background: #890C58; }
  .latest-from-travelport__category--resource::after {
    border-top: 12px solid #890C58; }

/**
 * title of article in each box.
 */
.latest-from-travelport__title > a,
.latest-from-travelport__title > a:link {
  display: block;
  margin-bottom: 1rem;
  color: #000000; }
  .latest-from-travelport__title > a + a,
  .latest-from-travelport__title > a:link + a {
    color: #159cdf; }
  .latest-from-travelport__title > a:hover,
  .latest-from-travelport__title > a:link:hover {
    color: #159cdf; }

/* date */
.latest-from-travelport__date {
  color: #63666a;
  display: block;
  margin-bottom: 1rem; }

/* read more */
.latest-from-travelport__more {
  display: block;
  color: #159cdf; }

/* view all link */
.latest-from-travelport__view-all {
  text-align: right; }

.latest-from-travelport__view-all--link {
  display: inline-block;
  padding: 10px 16px;
  text-transform: uppercase;
  border: 1px solid #159cdf;
  color: #159cdf; }

.main-navigation {
  /* mobile styles */
  overflow: hidden;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  max-height: 0;
  /* menu toggle on mobile */ }
  .main-navigation:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .main-navigation {
      transition: all ease-in-out 0.25s;
      -ms-flex-order: 0;
      order: 0;
      width: auto;
      max-height: 35rem;
      margin: 0.3rem 0 0;
      overflow: visible; } }
  .main-navigation.active, .main-navigation:target {
    max-height: 35rem; }
  .main-navigation a {
    margin-left: 0; }

.main-navigation__menu {
  padding: 0;
  margin: 0; }

.main-navigation__link {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0.4rem 0 0;
  position: relative;
  /* Desktop sub-menu styling */ }
  @media (min-width: 1024px) {
    .main-navigation__link {
      display: inline-block;
      width: auto;
      padding: 0;
      margin: 0 1rem;
      overflow: visible; } }
  .main-navigation__link.active-trail > a {
    color: #ffffff;
    background-color: #00507f;
    border-color: #00507f; }
    @media (min-width: 1024px) {
      .main-navigation__link.active-trail > a {
        color: #00507f;
        background-color: transparent;
        border-color: #00507f; } }
  .main-navigation__link a {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    background: #159cdf;
    color: #ffffff;
    transition: all ease-in-out 0.25s; }
    @media (min-width: 1024px) {
      .main-navigation__link a {
        white-space: nowrap;
        width: 100%;
        padding: 0;
        border-bottom: 2px solid #ffffff;
        background: transparent;
        color: #159cdf; } }
    .main-navigation__link a:hover {
      background-color: #00507f;
      color: #ffffff; }
      @media (min-width: 1024px) {
        .main-navigation__link a:hover {
          background-color: transparent;
          color: #00507f; } }
    .main-navigation__link a:focus, .main-navigation__link a:active {
      border-color: #00507f;
      background-color: #00507f;
      color: #ffffff; }
      @media (min-width: 1024px) {
        .main-navigation__link a:focus, .main-navigation__link a:active {
          background-color: transparent;
          color: #00507f;
          border-color: #00507f; } }
  .main-navigation__link .menu {
    padding-left: 0;
    margin: 0; }
    @media (min-width: 1024px) {
      .main-navigation__link .menu {
        position: absolute;
        right: -9999px;
        top: -9999px;
        z-index: 90;
        text-align: right;
        padding: 0.8rem;
        background: rgba(255, 255, 255, 0.9); } }
  @media (min-width: 1024px) {
    .main-navigation__link .main-navigation__link {
      border-left: none;
      margin: 0; } }
  .main-navigation__link .main-navigation__link a {
    padding-left: 4rem;
    font-size: 1.4rem; }
    @media (min-width: 1024px) {
      .main-navigation__link .main-navigation__link a {
        padding-left: 0; } }
  .main-navigation__link:hover .menu {
    right: -8px;
    top: 100%; }

.search-toggle--button {
  margin-left: 2rem;
  -ms-flex-order: 2;
  order: 2;
  /* Desktop doesn't use a search button. */ }
  .search-toggle--button .search-icon {
    width: 32px;
    height: 32px; }
  .search-toggle--button .icon-layer {
    fill: #159cdf; }
  @media (min-width: 1024px) {
    .search-toggle--button {
      display: none;
      visibility: hidden; }
      .kss-section--components .search-toggle--button {
        display: block;
        visibility: visible; } }

.menu-toggle {
  margin-left: 2rem;
  -ms-flex-order: 2;
  order: 2;
  /* Desktop doesn't use a menu button. */ }
  @media (min-width: 1024px) {
    .menu-toggle {
      display: none;
      visibility: hidden; }
      .kss-section--components .menu-toggle {
        display: block;
        visibility: visible; } }

.menu-toggle--button {
  display: block;
  position: relative;
  width: 36px;
  height: 32px;
  background: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  /* Menu toggle primarily intended for touch, so outline is disabled. */
  /* hamburger icon, border method */ }
  .menu-toggle--button:link, .menu-toggle--button:active, .menu-toggle--button:focus, .menu-toggle--button:hover {
    border: none;
    background: none; }
  .menu-toggle--button:focus {
    outline: none; }
  .menu-toggle--button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 25px;
    border-top: 15px double #159cdf;
    border-bottom: 5px solid #159cdf; }

/* Responsive test used in menu-toggle.js */
.js-responsive-test {
  float: none; }
  @media (min-width: 1024px) {
    .js-responsive-test {
      float: left; } }

/* The new-main class is temporary, will be integrated */
.new-main li + li {
  position: relative; }
  .new-main li + li:before {
    border-left: 1px solid #d0d1d2;
    position: absolute;
    left: -12px;
    top: 5px;
    width: 2px;
    content: '';
    height: 13px; }

.mobile-menu__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .mobile-menu__header .l-site-logo {
    z-index: 10;
    min-width: 225px; }
    @media (min-width: 768px) {
      .mobile-menu__header .l-site-logo {
        min-width: 375px; } }
  .mobile-menu__header .site-logo__svg path {
    fill: white; }

.mobile-menu__close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10; }

.mobile-menu-close .icon-detail {
  fill: white; }

.secondary-navigation {
  /* mobile styles */
  display: none;
  /* menu toggle on mobile */ }
  .secondary-navigation:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .secondary-navigation {
      display: block;
      -ms-flex-order: 0;
      order: 0;
      width: auto;
      max-height: 35rem;
      margin-top: 2rem; } }
  .secondary-navigation.active, .secondary-navigation:target {
    max-height: 35rem; }
  .secondary-navigation a {
    margin-left: 0; }

.secondary-navigation__menu {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .secondary-navigation__menu {
      -ms-flex-direction: row;
      flex-direction: row; } }

.secondary-navigation__link {
  cursor: pointer;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
  font-weight: 700;
  /* Desktop sub-menu styling */ }
  .secondary-navigation__link.js-hover {
    background-color: transparent;
    color: #ffffff; }
    @media (min-width: 1024px) {
      .secondary-navigation__link.js-hover {
        background-color: rgba(0, 80, 127, 0.9); } }
    .secondary-navigation__link.js-hover a {
      color: #ffffff; }
  @media (min-width: 1024px) {
    .secondary-navigation__link {
      display: inline-block;
      width: auto;
      padding: 0;
      margin: 0;
      overflow: visible; } }
  .secondary-navigation__link.active-trail > a {
    color: #ffffff;
    background-color: #00507f;
    border-color: #00507f; }
    @media (min-width: 1024px) {
      .secondary-navigation__link.active-trail > a {
        color: #00507f;
        background-color: transparent;
        border-color: #00507f; } }
  .secondary-navigation__link a {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    background: #159cdf;
    color: #ffffff;
    padding: 1rem 2rem;
    text-align: center; }
    @media (min-width: 1024px) {
      .secondary-navigation__link a {
        white-space: nowrap;
        width: 100%;
        padding: 1.5rem 2rem;
        background: transparent;
        color: #159cdf; } }
    .secondary-navigation__link a:hover {
      background-color: rgba(0, 80, 127, 0.9);
      color: #ffffff; }
    .secondary-navigation__link a:focus {
      border-color: #00507f;
      background-color: #00507f;
      color: #ffffff; }
      @media (min-width: 1024px) {
        .secondary-navigation__link a:focus {
          border-color: #00507f; } }
  .secondary-navigation__link .menu {
    padding-left: 0;
    margin: 0; }
    @media (min-width: 1024px) {
      .secondary-navigation__link .menu {
        position: absolute;
        left: -9999px;
        top: -9999px;
        z-index: 9999;
        padding: 0;
        background: rgba(0, 80, 127, 0.9); } }
  .secondary-navigation__link .sub-menu {
    border-left: 1px solid #0479B5; }
  .secondary-navigation__link .secondary-navigation__link {
    width: 100%; }
    @media (min-width: 1024px) {
      .secondary-navigation__link .secondary-navigation__link {
        border-left: none;
        margin: 0;
        font-weight: 300; } }
    .secondary-navigation__link .secondary-navigation__link a {
      padding: 0.5rem 1.5rem;
      font-size: 1.6rem;
      color: white; }
  @media (min-width: 1024px) {
    .secondary-navigation__link:hover .menu {
      left: 0;
      top: 100%; } }
  .secondary-navigation__link:hover .sub-menu {
    left: -9999px;
    top: -9999px; }

/* Responsive test used in menu-toggle.js */
.js-responsive-test {
  float: none; }
  @media (min-width: 1024px) {
    .js-responsive-test {
      float: left; } }

.secondary-navigation__sub-menu {
  width: 318px;
  min-height: 422px; }

.secondary-navigation__sub-menu-link {
  list-style: none;
  font-weight: 300; }
  .secondary-navigation__sub-menu-link a {
    text-align: left;
    color: white;
    background-image: url("../assets/dist/images/arrow--link-white.png");
    background-image: url("../assets/dist/icons/arrow--link-white.svg");
    background-size: 9px 13px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px; }
    .secondary-navigation__sub-menu-link a:hover {
      background-color: #266a92; }
  @media (min-width: 1024px) {
    .secondary-navigation__sub-menu-link.mobile-back-link {
      display: none; } }

.secondary-navigation__cta {
  margin: 0 auto;
  padding: 1.5rem 3.5rem 3.5rem 3.5rem;
  /* The container has is wrapped in a link */
  /* The cta button, needs block for ie or assumes inline */ }
  .secondary-navigation__cta a {
    padding: 0;
    white-space: initial; }
  .secondary-navigation__cta button {
    width: 100%;
    padding: 0.75rem 1.2rem;
    display: block; }

.secondary-navigation__cta--image {
  margin-bottom: 1.5rem; }

.secondary-navigation__third-level-menu {
  /* Height control for the submenu.*/
  min-height: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  /* If there is a menu next to a menu*/ }
  .secondary-navigation__third-level-menu ul + ul {
    border-left: 1px solid white; }

/* The ul class for the nested list */
.secondary-navigation__third-level-menu-secondary-list {
  padding: 0;
  margin: 0;
  background: rgba(38, 106, 146, 0.85); }
  @media (min-width: 1024px) {
    .secondary-navigation__third-level-menu-secondary-list {
      padding: 1rem 0; } }

.secondary-navigation__third-level-menu-link {
  list-style: none;
  min-width: 146px;
  background-color: transparent; }
  .secondary-navigation__third-level-menu-link a {
    background-image: none;
    padding: 1rem 2rem; }
    @media (min-width: 1024px) {
      .secondary-navigation__third-level-menu-link a {
        padding: 0.5rem 2rem; } }

/* Hover state for the third level menu */
.secondary-navigation__sub-menu-link:hover .secondary-navigation__third-level-menu.menu {
  left: 318px;
  top: 0;
  height: 100%; }
  .secondary-navigation__third-level-double-menu-container .secondary-navigation__sub-menu-link:hover .secondary-navigation__third-level-menu.menu {
    left: 0; }

.sub-navigation {
  /* mobile styles */
  transition: all ease-in-out 0.25s;
  overflow: hidden;
  width: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  text-align: center;
  /* Hide if this is being displayed on one of the IR iframes */ }
  .sub-navigation:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .sub-navigation {
      text-align: left;
      margin-top: 2rem; } }
  @media (min-width: 1024px) {
    .sub-navigation {
      margin-bottom: 0; } }
  .sub-navigation a {
    margin-left: 0; }
  .page-iframe .sub-navigation {
    display: none;
    visibility: hidden; }

.sub-navigation__menu {
  padding: 0;
  margin: 0; }
  .sub-navigation__menu:after {
    content: '';
    display: table;
    clear: both; }

.sub-navigation__link {
  /* centered inline block on mobile */
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 1rem 0 0;
  /* Floated block on desktop */
  /* Add a separator on sequential links */
  /**
   * Hide the border effect for the first item in
   * the row. This class is created via a position
   * comparison in js, the pseudo element cannot be
   * hidden or modified if using inline block display,
   * which would affect the calculation. However,
   * it can be hidden on desktop, since we're using
   * floats and have the ability to clear there.
   */
  /* Ensure no-border is first in the row on desktop */ }
  @media (min-width: 768px) {
    .sub-navigation__link {
      display: block;
      float: left; } }
  .sub-navigation__link + .sub-navigation__link:before {
    content: ' | ';
    display: block;
    float: left;
    margin-right: 1.3rem;
    color: #159cdf; }
  .sub-navigation__link + .sub-navigation__link.no-border:before {
    visibility: hidden; }
    @media (min-width: 768px) {
      .sub-navigation__link + .sub-navigation__link.no-border:before {
        display: none; } }
  .sub-navigation__link.no-border {
    clear: both; }
  .sub-navigation__link.active-trail a {
    color: #00507f;
    background-color: transparent;
    border: none;
    position: relative;
    padding-left: 5px; }
    .sub-navigation__link.active-trail a:before {
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 9px;
      height: 13px;
      background-position: -89px -412px;
      content: '';
      margin-right: 5px; }
    .sub-navigation__link.active-trail a:before {
      width: 10px;
      height: 13px;
      position: absolute;
      left: -8px;
      top: 3px; }
  .sub-navigation__link a {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    color: #159cdf;
    transition: all ease-in-out 0.25s; }
    .sub-navigation__link a:hover {
      background-color: transparent;
      color: #00507f; }
    .sub-navigation__link a:focus, .sub-navigation__link a:active {
      background-color: transparent;
      color: #00507f;
      border-color: #00507f; }

.site-search {
  -ms-flex-order: 1;
  order: 1;
  position: static;
  z-index: 30;
  transition: all ease-in-out 0.125s;
  width: 100%;
  display: none;
  /* move up icon on mobile */
  /* flexbox stretching on mobile */ }
  @media (min-width: 1024px) {
    .site-search {
      -ms-flex-order: 0;
      order: 0;
      position: relative;
      display: block; } }
  .site-search form {
    width: 100%;
    background: #ffffff; }
    @media (min-width: 768px) {
      .site-search form {
        bottom: 0;
        top: 32px; } }
    @media (min-width: 1024px) {
      .site-search form {
        position: relative;
        height: 30px;
        float: left;
        top: auto;
        bottom: auto; } }
  .site-search .form-type-textfield,
  .site-search .form-actions {
    float: left; }
  .site-search .container-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .site-search .form-type-textfield {
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* 1px left margin due to input border in IE11 */
    margin: 0 0 0 0;
    color: #63666a;
    position: relative;
    padding-right: 0; }
  .site-search .form-actions {
    width: 80px; }
  .site-search .form-text,
  .site-search .form-submit {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0; }
  .site-search .form-text:focus {
    outline: none;
    border-color: #159cdf;
    box-shadow: inset 0 0 0 1px #159cdf; }

.mobile-site-search {
  position: fixed;
  top: 0;
  width: 100%;
  height: 170px;
  background-color: rgba(0, 80, 127, 0.9);
  margin-left: -2rem;
  z-index: 9999;
  padding: 2.5rem 1rem;
  transition: all 1s ease-in-out; }
  .kss-section--components .mobile-site-search {
    position: inherit; }
  .mobile-site-search.js-mobile-close {
    top: -170px; }
  .mobile-site-search .site-search {
    display: block;
    margin-top: 2rem;
    /* move up icon on mobile */ }
    @media (min-width: 1024px) {
      .mobile-site-search .site-search {
        display: none; }
        .kss-section--components .mobile-site-search .site-search {
          display: block; } }

.l-tabs {
  display: block; }

.pane-page-tabs {
  display: inline-block;
  background-color: #e0e0d8;
  border: 1px solid #aaaaaa;
  width: auto;
  margin: 0rem 3rem 3rem 3rem; }

.tabs {
  color: #494949;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  margin: 0.5rem 0.5rem 0.5rem;
  padding: 0 1.5rem 0 1.5rem; }
  .tabs li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 1rem; }

.footer {
  background: #00507f;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 300;
  /* Hide if in an iframe */ }
  .footer:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .footer {
      padding: 2.8rem 0; } }
  .page-iframe .footer {
    display: none; }

/* Rearrange layout on mobile */
.footer__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 768px) {
    .footer__flex {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.footer__copyright,
.footer__links,
.footer__icons {
  text-align: center; }

.footer__copyright {
  line-height: 2.5rem;
  margin: 0 0 0.8rem 0;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 768px) {
    .footer__copyright {
      text-align: left;
      margin: 0;
      -ms-flex-order: 0;
      order: 0; } }

.footer__links {
  -ms-flex-order: 0;
  order: 0; }
  .footer__links a {
    color: #ffffff;
    display: inline-block;
    padding: 0.8rem 0.4rem 0 0.4rem; }
    .footer__links a:hover, .footer__links a:focus, .footer__links a:active, .footer__links a.active {
      color: #ffffff;
      border: none; }
  @media (min-width: 768px) {
    .footer__links {
      text-align: center;
      -ms-flex-order: 1;
      order: 1;
      padding: 0.4rem; } }

.footer__links--pages {
  font-size: 1.4rem;
  font-weight: 400; }

.footer__links--legal {
  font-size: 1.2rem;
  font-weight: 300; }

.footer__icons {
  margin: 2rem 0 0;
  padding: 0;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 768px) {
    .footer__icons {
      margin: 0;
      text-align: right; } }

.footer__icon {
  display: inline-block;
  margin: 0 0 0 0.25rem; }
  @media (min-width: 768px) {
    .footer__icon {
      margin: 0 0 0 0.5rem; } }

.footer__icon--asktravelport {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -393px -47px; }

.footer__icon--twitter {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -393px -215px; }

.footer__icon--facebook {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -393px -89px; }

.footer__icon--youtube {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -393px -257px; }

.footer__icon--linkedin {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -393px -173px; }

.footer__icon--googleplus {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -393px -131px; }

.footer__icon--mytravelport {
  background-color: #ffffff;
  background-image: url("./../assets/dist/images/my-tvpt-logo.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 2px;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  width: 32px; }

.article-date {
  font-size: 1.4rem;
  color: #78be20; }

.block-quote {
  background: #78be20;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 300;
  padding: 2rem 2rem; }
  .block-quote.block-quote--simple {
    margin-bottom: 5rem;
    font-style: normal; }

.block-quote--bio {
  margin: 0; }

.block-quote--landing,
.block-quote--simple {
  text-align: center;
  margin: 0; }

.block-quote__text .field__item {
  display: inline-block; }
  .block-quote__text .field__item:before, .block-quote__text .field__item:after {
    content: '"'; }

.block-quote__attribution {
  display: inline-block;
  padding-top: 2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-style: normal; }

.block-quote__source,
.block-quote__title {
  display: inline-block; }

.page-icons {
  margin-bottom: 0.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .page-icons {
      text-align: left; } }
  .page-icons p {
    margin: 0; }

.page-icons__list {
  margin: 0;
  padding: 0; }
  .page-icons__list:after {
    content: '';
    display: table;
    clear: both; }

.page-icons__icon {
  display: inline-block;
  margin-right: 0.5rem; }

/* Flexbox centering */
.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem; }

.pager__items {
  float: left;
  margin-right: 2rem; }
  .pager__items:after {
    content: '';
    display: table;
    clear: both; }

.pager__container {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-top: 1rem;
  /* center the floated list */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 768px) {
    .pager__container {
      width: auto;
      margin-top: 0; } }

.pager__back-to-top,
.pager__show-more {
  float: left; }
  .pager__back-to-top:hover, .pager__back-to-top:active, .pager__back-to-top:focus,
  .pager__show-more:hover,
  .pager__show-more:active,
  .pager__show-more:focus {
    border: none; }

.pager__back-to-top {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 768px) {
    .pager__back-to-top {
      -ms-flex-order: 3;
      order: 3; } }

.pager__item {
  list-style-type: none;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 0.5rem 0 0; }
  .pager__item.is-active a {
    background: #ffffff;
    color: #ffffff; }
  .pager__item a {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    background: #00507f;
    border: 1px solid #00507f;
    text-indent: -9999px;
    overflow: hidden; }
    .pager__item a:hover, .pager__item a:focus, .pager__item a:active {
      background: #ffffff;
      border: 1px solid #00507f; }
  .pager__item.pager__item--current {
    text-indent: -9999px;
    overflow: hidden; }
    .pager__item.pager__item--current:before {
      content: ' ';
      display: block;
      width: 16px;
      height: 16px;
      padding: 0;
      background: #00507f;
      border: 1px solid #00507f;
      background-color: #ffffff;
      border: 1px solid #00507f; }

/* Hide the default first and last buttons */
.pager__item--first,
.pager__item--last,
.pager__item--previous,
.pager__item--next {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.mobile-hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  @media (min-width: 768px) {
    .mobile-hide {
      position: relative !important;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto; } }

/* The mobile menu, that contains both the main and secondary*/
.js-no-scroll {
  overflow: hidden; }

.mobile-menu {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* Turn off the mobile menu*/ }
  @media (min-width: 1024px) {
    .mobile-menu {
      display: none; }
      .kss-section--components .mobile-menu {
        display: -ms-flexbox;
        display: flex; } }

@media (max-height: 550px) {
  .js-mobile-close .l-branding-interaction, .js-mobile-close
  .main-navigation, .js-mobile-close
  .mobile-menu__expanded .secondary-navigation {
    display: none; } }

.mobile-menu__expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 80, 127, 0.9);
  z-index: 9999;
  padding: 2.5rem 1rem;
  transition: all 1s ease-in-out;
  overflow-y: scroll;
  /* The secondary nav is off screen*/
  /* We are show/hiding these as required by the user */
  /* When the third level menu is open, use these values */
  /* This is not present on mobile */
  /* A toggle class that is added for mobile nav*/ }
  .js-mobile-close .mobile-menu__expanded {
    top: -100%; }
  .mobile-menu__expanded .main-navigation {
    max-height: inherit;
    margin-top: 0; }
  .mobile-menu__expanded .main-navigation__menu {
    border-bottom: 1px solid #ffffff;
    padding: 0.5rem 0 0.75rem; }
  .mobile-menu__expanded .main-navigation__link a {
    background: transparent; }
  .mobile-menu__expanded .secondary-navigation {
    display: block; }
  .mobile-menu__expanded .secondary-navigation__link {
    /* The back button has a different icon*/ }
    .mobile-menu__expanded .secondary-navigation__link a {
      text-align: left;
      font-weight: 300;
      background: transparent;
      background-image: url("../assets/dist/icons/arrow--link-white.png");
      background-image: url("../assets/dist/icons/arrow--link-white.svg"), none;
      background-size: 9px 13px;
      background-repeat: no-repeat;
      background-position-x: 95%;
      background-position-y: 50%;
      border-bottom: 1px solid #ffffff; }
    .mobile-menu__expanded .secondary-navigation__link .js-third-level-active a {
      background-position-x: 95%;
      background-position-y: 50%;
      background-size: 13px 9px;
      background-image: url("../assets/dist/icons/arrow--link--down-white.svg"), none; }
    .mobile-menu__expanded .secondary-navigation__link .js-third-level-active .secondary-navigation__third-level-menu-link a {
      background-image: none; }
    .mobile-menu__expanded .secondary-navigation__link .mobile-back-link a,
    .mobile-menu__expanded .secondary-navigation__link .secondary-navigation__sub-menu-link .mobile-back-link .js-third-level-active a {
      background-position-x: 0%;
      background-position-y: 50%;
      background-size: 9px 13px;
      background-image: url("../assets/dist/icons/arrow--link--back-white.svg"), none; }
    .mobile-menu__expanded .secondary-navigation__link .sub-menu {
      border-left: 0;
      margin: 0 -10px;
      padding: 0 10px; }
  .mobile-menu__expanded .secondary-navigation__sub-menu {
    display: block;
    position: fixed;
    background: rgba(0, 80, 127, 0.95);
    width: 100%;
    right: -100%;
    top: 0;
    transition: all 0.75s ease-in-out;
    padding: 6.5rem 1rem 2rem;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll; }
  .mobile-menu__expanded .secondary-navigation__third-level-menu {
    height: 0;
    /* https://codepen.io/LFeh/pen/ICkwe*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-in-out; }
  .mobile-menu__expanded .js-third-level-active .secondary-navigation__third-level-menu {
    height: auto;
    max-height: 1000px; }
  .mobile-menu__expanded .secondary-navigation__third-level-menu-secondary-list {
    width: 100%; }
  .mobile-menu__expanded .secondary-navigation__cta {
    display: none; }
  .mobile-menu__expanded .js-submenuActivated .secondary-navigation__sub-menu {
    right: 0;
    top: 0;
    z-index: 9;
    height: 100%; }
    .js-mobile-close .mobile-menu__expanded .js-submenuActivated .secondary-navigation__sub-menu {
      right: -100%; }

.arrow-link:after {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 13px;
  background-position: -51px -412px;
  content: '';
  margin-left: 5px;
  vertical-align: middle; }

.arrow-link:hover:after, .arrow-link:focus:after {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 13px;
  background-position: -89px -412px;
  content: '';
  margin-left: 5px;
  vertical-align: middle; }

.arrow-link--white:after,
.arrow-link--white:hover:after {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 13px;
  background-position: -435px -51px;
  content: '';
  margin-left: 5px;
  vertical-align: middle; }

.arrow-link--left:after {
  display: none; }

.arrow-link--left:before {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 13px;
  background-position: -51px -412px;
  content: '';
  margin-right: 5px;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.arrow-link--left:hover:after, .arrow-link--left:focus:after {
  display: none; }

.arrow-link--left:hover:before, .arrow-link--left:focus:before {
  display: inline-block;
  background-position: -89px -412px;
  display: inline-block; }

.video-thumbnail {
  position: relative; }
  .video-thumbnail::before, .video-thumbnail::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px; }
  .video-thumbnail::after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 30px;
    background-position: -210px -370px; }
  .video-thumbnail::before {
    background-color: rgba(120, 190, 32, 0.5);
    border-radius: 50%; }

.horizontal-rule {
  display: block;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 2px solid #d0d1d2; }

html.cookie-modal-is-active,
body.cookie-modal-is-active {
  position: fixed;
  overflow: hidden;
  width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.cookie-modal-is-active,
  body.cookie-modal-is-active {
    position: relative;
    overflow: hidden;
    width: 100%; } }

.eu-cookie-compliance-popup--wrapper {
  display: none; }

.cookie-modal-is-active .eu-cookie-compliance-popup--wrapper {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  width: 100%;
  height: 100vh; }

.cookie-modal-is-active #sliding-popup,
.cookie-modal-is-active #sliding-popup.sliding-popup-bottom {
  color: #ffffff;
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  bottom: initial !important;
  margin: auto;
  padding: 2rem;
  text-align: center; }
  .cookie-modal-is-active #sliding-popup a,
  .cookie-modal-is-active #sliding-popup.sliding-popup-bottom a {
    border-bottom: 2px solid;
    color: #ffffff; }

.cookie-modal-is-active #eu-cookie-compliance-popup {
  position: absolute;
  width: 500px;
  top: 40%;
  left: calc(50% - 250px);
  background: #159cdf;
  padding: 30px;
  color: #ffffff; }
  @media (min-width: 1024px) {
    .cookie-modal-is-active #eu-cookie-compliance-popup {
      width: 400px;
      left: calc(50% - 200px); } }

.cookie-modal-is-active #popup-text {
  margin-bottom: 2rem;
  font-size: 30px; }

.cookie-modal-is-active #popup-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .cookie-modal-is-active #popup-buttons button {
    margin: 0 10px;
    padding: 10px 20px; }
  .cookie-modal-is-active #popup-buttons .agree-button {
    padding: 10px 20px;
    border: 2px solid; }

#sliding-popup .popup-content #popup-text p {
  color: #ffffff !important; }

.sliding-popup-slim {
  padding: 20px 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #159cdf;
  text-align: center;
  color: #ffffff; }
  .sliding-popup-slim p {
    margin: 0;
    font-size: 18px; }
  .sliding-popup-slim a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: underline; }
  .sliding-popup-slim.is-hidden {
    display: none; }
  @media (min-width: 1024px) {
    .sliding-popup-slim {
      padding: 6px 10px; }
      .sliding-popup-slim p,
      .sliding-popup-slim a {
        font-size: 16px; } }

.slim-bar--trigger {
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer; }

.investor-center.panel-pane {
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .investor-center.panel-pane {
      padding: 0; } }

@media (min-width: 768px) {
  .investor-center .data-asset {
    padding-top: 0;
    padding-bottom: 4rem; } }

@media (min-width: 768px) {
  .investor-center .data-assets__container {
    -ms-flex-align: start;
    align-items: flex-start; } }

.investor-center .new-line {
  display: block; }

.investor-center__stats:after {
  content: '';
  display: table;
  clear: both; }

.investor-center__large {
  font-family: "Stag Sans Round", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  float: left;
  padding-right: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .investor-center__large {
      font-size: 6rem; } }

.investor-center__small {
  float: right; }

.investor-center__read-more {
  display: inline-block;
  margin-bottom: 4rem; }

/**
 * Styles for the embedded investorroom.com widget.
 * Default settings with relevant overrides made here
 * (such as nesting, and color variables).
 */
.investor-center .wd_quote-wrapper {
  width: 100%;
  max-width: none;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 10px;
  border: none; }

.investor-center .wd_quote {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px; }
  .investor-center .wd_quote .wd_main-wrapper,
  .investor-center .wd_quote .wd_values-wrapper,
  .investor-center .wd_quote .wd_data-wrapper {
    float: left;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0; }
  .investor-center .wd_quote .wd_main-wrapper {
    text-align: left; }
  .investor-center .wd_quote .wd_main {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 10px; }
  .investor-center .wd_quote .wd_data {
    text-align: center;
    margin: 0;
    padding: 10px; }
  .investor-center .wd_quote .wd_data {
    text-align: left;
    margin: 0;
    padding: 10px 25px;
    white-space: nowrap; }
  .investor-center .wd_quote .wd_data div.wd_label {
    color: #ffffff; }
  .investor-center .wd_quote .wd_data div.wd_value {
    font-size: 1.153846em;
    margin-top: 3px; }
  .investor-center .wd_quote .wd_quote-value-down {
    color: #ffffff; }
  .investor-center .wd_quote .wd_quote-value-up {
    color: #ffffff; }
  .investor-center .wd_quote .wd_quote-value-up:before {
    content: "+";
    vertical-align: baseline; }
  .investor-center .wd_quote .wd_price {
    display: block;
    font-size: 2.75em;
    vertical-align: middle; }
    .investor-center .wd_quote .wd_price span {
      vertical-align: middle; }
    .investor-center .wd_quote .wd_price div.wd_value {
      display: inline;
      font-size: 0.363636364em;
      /* 1.0/2.75 */
      vertical-align: middle; }
  .investor-center .wd_quote .wd_symbol {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em; }
    .investor-center .wd_quote .wd_symbol span {
      vertical-align: middle; }
  .investor-center .wd_quote .wd_exchange {
    color: #ffffff; }
  .investor-center .wd_quote .wd_exchange:after {
    content: ": ";
    vertical-align: baseline; }
  .investor-center .wd_quote .wd_quote_toggle {
    float: right;
    margin-left: 10px;
    text-align: right;
    font-size: .9em;
    font-weight: bold;
    line-height: 1em;
    color: #ffffff;
    cursor: pointer; }
  .investor-center .wd_quote .wd_quote_expand {
    padding-right: 20px;
    background: url(http://widgets.investorroom.com/images/webdriver/financial/stock-quote-widget-expand.png) no-repeat center right; }
  .investor-center .wd_quote .wd_quote_collapse {
    padding-right: 20px;
    background: url(http://widgets.investorroom.com/images/webdriver/financial/stock-quote-widget-collapse.png) no-repeat center right; }
  .investor-center .wd_quote .wd_data {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff; }

.investor-center .wd_quote_footer {
  float: left;
  text-align: left;
  font-size: .75em;
  color: #ffffff;
  margin: 3px 5px; }
  .investor-center .wd_quote_footer span {
    display: inline-block; }

.investor-center .wd_quote-show_detail .wd_quote_expand {
  display: none; }

.investor-center .wd_quote-no_detail .wd_quote_collapse {
  display: none; }

.investor-center .wd_quote-no_detail .wd_main-wrapper {
  width: 100%; }

.investor-center .wd_quote-no_detail .wd_values-wrapper {
  display: none; }

.investor-center .wd_quote-fourcol .wd_data1,
.investor-center .wd_quote-fourcol .wd_data2,
.investor-center .wd_quote-fourcol .wd_data3,
.investor-center .wd_quote-threecol .wd_data1,
.investor-center .wd_quote-threecol .wd_data2 {
  border-top: 0; }

.investor-center .wd_quote-twocol .wd_data1,
.investor-center .wd_quote-twocol .wd_data3,
.investor-center .wd_quote-twocol .wd_data5,
.investor-center .wd_quote-onecol .wd_data {
  border-left: 0; }

.investor-center .wd_quote-fourcol .wd_main-wrapper {
  width: 30%; }

.investor-center .wd_quote-fourcol .wd_values-wrapper {
  width: 69%; }

.investor-center .wd_quote-fourcol .wd_data-wrapper {
  float: left;
  width: 33%; }

.investor-center .wd_quote-threecol .wd_main-wrapper {
  width: 39%; }

.investor-center .wd_quote-threecol .wd_values-wrapper {
  width: 60%; }

.investor-center .wd_quote-threecol .wd_data-wrapper {
  float: left;
  width: 49%; }

.investor-center .wd_quote-twocol .wd_main-wrapper {
  width: 100%; }

.investor-center .wd_quote-twocol .wd_values-wrapper {
  width: 100%; }

.investor-center .wd_quote-twocol .wd_data-wrapper {
  float: left;
  width: 49%; }

.investor-center .wd_quote-onecol .wd_main-wrapper {
  width: 100%; }

.investor-center .wd_quote-onecol .wd_values-wrapper {
  width: 100%; }

.investor-center .wd_quote-onecol .wd_data-wrapper {
  float: none; }

/**
 * Styles for iFrame version of Investor Center homepage.
 * Hides everything except for the section containing:
 * - Featured press release
 * - Recent news
 */
.page-iframe-investor-center .landing__section,
.page-iframe-investor-center .media-kit,
.page-iframe.page-node-5251 .landing__section,
.page-iframe.page-node-5251 .media-kit {
  display: none; }

.page-iframe-investor-center .landing__two-col,
.page-iframe.page-node-5251 .landing__two-col {
  display: -ms-flexbox;
  display: flex; }

/**
 * Override of inline styles on the Branded Fares page.
 * The following changes resolve some layout issues on the
 * fares page for mobile, and have extra nested selectors to
 * override the lengthy selectors that are part of embedded
 * styles on the page.
 */
.branded-fares__list .container {
  height: inherit; }

.fares-page .section .container p a.toplink {
  margin-right: 0; }
  @media (min-width: 768px) {
    .fares-page .section .container p a.toplink {
      margin-right: 18rem; } }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-bottom: 3.5rem; }

/* Apply padding to all block elements
 * rather than the container (since blockqutoes
 * break outside of the container in the
 * mobile mockup)
 */
.page-content p,
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
.page-content > div,
.page-content img,
.page-content figure,
.page-content table,
.page-content ul,
.page-content ol,
.page-content iframe {
  padding: 0 2rem;
  /* Remove this padding from image-captions */ }
  @media (min-width: 768px) {
    .page-content p,
    .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
    .page-content > div,
    .page-content img,
    .page-content figure,
    .page-content table,
    .page-content ul,
    .page-content ol,
    .page-content iframe {
      padding: 0; } }
  .page-content p .image-caption__image,
  .page-content h1 .image-caption__image, .page-content h2 .image-caption__image, .page-content h3 .image-caption__image, .page-content h4 .image-caption__image, .page-content h5 .image-caption__image, .page-content h6 .image-caption__image,
  .page-content > div .image-caption__image,
  .page-content img .image-caption__image,
  .page-content figure .image-caption__image,
  .page-content table .image-caption__image,
  .page-content ul .image-caption__image,
  .page-content ol .image-caption__image,
  .page-content iframe .image-caption__image {
    padding: 0; }

.page-content > div p {
  padding: 0; }

.page-content ul,
.page-content ol {
  padding-left: 3.5rem; }
  @media (min-width: 768px) {
    .page-content ul,
    .page-content ol {
      padding-left: 2rem; } }

.sidebar {
  display: block; }
  .sidebar h2 {
    color: #00507f;
    font-weight: 400; }

.sidebar__section {
  margin-bottom: 0.8rem;
  padding: 2rem 2rem;
  background: #159cdf;
  color: #ffffff; }
  .sidebar__section h2, .sidebar__section h3, .sidebar__section h4, .sidebar__section h5, .sidebar__section h6 {
    color: #ffffff; }
  .sidebar__section a {
    color: #ffffff;
    font-size: 1.8rem; }
    .sidebar__section a:hover, .sidebar__section a:focus, .sidebar__section a:active {
      color: #ffffff;
      opacity: 0.75;
      text-decoration: underline; }
  @media (min-width: 1024px) {
    .sidebar__section {
      padding: 2rem 2rem 4rem; } }

.sidebar__section--primary {
  background: #78be20; }

.sidebar__section--secondary {
  background: #159cdf; }

.sidebar__section--tertiary {
  background: #00507f; }

.sidebar__title {
  color: #ffffff;
  font-weight: 400; }

.sidebar__sub-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.08;
  /* 2.7rem, relatively */ }
  .sidebar__sub-title a {
    font-size: 2.5rem; }

.sidebar__paragraph {
  font-weight: 300;
  font-size: 1.8rem; }

.sidebar__article-date {
  color: #ffffff;
  padding-bottom: 1rem; }

.sidebar__section__center {
  display: block;
  text-align: center; }

.pane-node-sharethis {
  float: left; }

.share-this__icon--twitter {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -393px -299px; }

.share-this__icon--facebook {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -141px -323px; }

.share-this__icon--youtube {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -351px -323px; }

.share-this__icon--linkedin {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -131px -370px; }

.share-this__icon--googleplus {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -99px -323px; }

.share-this__icon--reddit {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -47px -370px; }

.share-this__icon--email {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -183px -323px; }

.image-caption {
  display: block;
  margin: 0 auto; }

/**
 * Bottom margin is applied to the actual image and caption
 * elements, rather than the containing figure element.
 */
.image-caption__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.8rem;
  border: 2px solid #999999; }

.image-caption__caption {
  margin-bottom: 0.8rem; }

@media (min-width: 768px) {
  .image-caption--left {
    display: block;
    max-width: 280px;
    float: left;
    margin: 0 0.8rem 0 0; } }

@media (min-width: 768px) {
  .image-caption--right {
    display: block;
    max-width: 280px;
    float: right;
    margin: 0 0 0 0.8rem; } }

.download-link {
  position: relative;
  padding-left: 2rem; }
  .download-link::before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: -169px -412px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.download-link--white::before {
  display: inline-block;
  background-position: -146px -412px; }

.alerts-by-email {
  text-align: center;
  margin: 3.5rem 0; }

.media-kit {
  background: #159cdf;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 1rem; }
  .media-kit h2, .media-kit h3, .media-kit h4, .media-kit h5, .media-kit h6 {
    color: #ffffff; }
  .media-kit a {
    color: #ffffff;
    text-decoration: underline; }
    .media-kit a:hover, .media-kit a:focus, .media-kit a:active {
      color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    .media-kit {
      margin-bottom: 0; } }

.media-kit__title {
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: 400; }

.media-kit__note {
  margin-bottom: 2rem; }
  @media (min-width: 1280px) {
    .media-kit__note {
      padding-right: 8rem; } }

.media-kit__contact {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .media-kit__contact {
      padding-right: 2rem;
      width: 50%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 0%; } }

.media-kit__contacts__title {
  font-size: 1.4rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .media-kit__contacts__title {
      font-size: 2.0rem;
      font-weight: 400; } }

/**
 * The .dcelink class is occassionally present on
 * media contact phone numbers and appears to be
 * a content entry issue with copy/pasted contact
 * information. This is fail safe the remove those
 * styles for when the class does make it in.
 */
.dcelink {
  background: transparent !important;
  border: none !important;
  color: inherit !important;
  box-shadow: none !important;
  border-radius: 0 !important; }

.print-page__icon,
.email-page__icon {
  background: none;
  text-indent: 0;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 32px; }
  @media (min-width: 768px) {
    .print-page__icon,
    .email-page__icon {
      padding: 0 0 0 0.8rem;
      border-left: 2px solid rgba(99, 102, 106, 0.3); } }

.print-page__icon::before {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -89px -370px;
  content: '';
  margin: 0; }

.email-page__icon::before {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -183px -323px;
  content: '';
  margin: 0; }

/* Mobile Layout Row */
.print-icons {
  display: inline-block;
  text-align: center; }
  @media (min-width: 768px) {
    .print-icons {
      text-decoration: left; } }

.print-page,
.email-page {
  display: inline-block; }
  @media (min-width: 768px) {
    .print-page,
    .email-page {
      display: block;
      margin-right: 0.8rem; } }

/**
 * basic print styles.
 */
@media print {
  body {
    font-family: 'Georgia', 'Times New Roman', sans;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400; }
    body article {
      font-size: 1.6rem;
      font-weight: 400;
      color: #000000; }
  .l-branding__lower {
    display: none; } }

.menu-aside {
  padding: 1rem 0; }
  @media (min-width: 768px) {
    .menu-aside {
      border: 1px solid #999999;
      border-left: none;
      border-right: none; } }

.menu-aside__title {
  font-size: 2rem;
  line-height: 2.2rem; }

.menu-aside__link {
  font-weight: 300;
  list-style-type: none; }
  .menu-aside__link.active a {
    color: #63666a; }
    .menu-aside__link.active a:hover, .menu-aside__link.active a:active, .menu-aside__link.active a:focus {
      color: #00507f; }
    .menu-aside__link.active a:before {
      display: inline-block;
      content: '>';
      margin-right: 0.5rem; }

.bio-page {
  overflow: hidden; }

.bio-header {
  text-align: center; }
  @media (min-width: 768px) {
    .bio-header {
      text-align: left; } }

.bio__content__header {
  position: relative;
  background: #159cdf;
  color: #ffffff;
  padding: 2rem 2rem;
  margin-bottom: 3.5rem; }
  @media (min-width: 768px) {
    .bio__content__header {
      padding: 1rem 3rem 3rem 0;
      /* Create the blue background that goes behind
     * the bio picture on the desktop version
     */ }
      .bio__content__header::before {
        display: block;
        content: '';
        position: absolute;
        z-index: 10;
        width: 9999px;
        height: 100%;
        right: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #159cdf; } }

.bio__content__date {
  font-weight: 700; }

.bio__name {
  color: #ffffff; }

.bio__title {
  font-size: 2.0rem; }

.bio__picture__image,
.bio__picture .picture__image {
  margin: 0 auto 0.4rem;
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .bio__picture__image,
    .bio__picture .picture__image {
      margin: 1rem auto;
      border: 3px solid #ffffff; } }

/* not using margin shorthand due to grid layout in
 * the _l-bio.scss partial setting margins.
 */
.bio__download {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem; }

.bio__menu {
  margin-bottom: 3rem; }

.landing {
  font-size: 1.8rem;
  font-weight: 300; }

.landing__header {
  font-family: "Stag Sans", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #00507f; }

.landing__title {
  font-family: "Stag Sans", sans-serif;
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: 300;
  color: #00507f; }
  .landing__header + .landing__title {
    margin-top: -1rem; }

.landing__title--white {
  color: #ffffff; }

.landing__sub-title {
  font-size: 1.8rem;
  font-weight: 400; }

@media (min-width: 768px) {
  .landing__links .landing__link {
    margin-right: 3.5rem; } }

.landing__link {
  font-size: 1.8rem;
  font-weight: 300;
  display: inline-block;
  float: left;
  clear: both; }
  @media (min-width: 1024px) {
    .landing__link {
      display: inline;
      float: none; } }

.landing__link--center {
  display: block;
  padding: 2rem;
  text-align: center; }

.landing__call-to-action {
  background: #00507f;
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem 4rem; }
  .landing__call-to-action .landing__title {
    font-size: 2.6rem;
    font-weight: 400; }
  .landing__call-to-action .landing__sub-title {
    color: #ffffff; }
  .landing__call-to-action .button {
    border: 2px solid #ffffff; }
    .landing__call-to-action .button:hover, .landing__call-to-action .button:focus, .landing__call-to-action .button:active {
      background: #91da35; }

/* Landing section styles */
.landing__section,
.landing__call-to-action {
  margin: 0.8rem 0; }

.landing__hero--home {
  margin-bottom: 6rem; }

/**
 * Modifier to remove space between two 'tight' components
 * on small devices.
 */
.landing__section--tight + .landing__section--tight {
  margin-top: -0.8rem; }
  @media (min-width: 768px) {
    .landing__section--tight + .landing__section--tight {
      margin: 0.8rem 0; } }

/**
 * Modifier to pull up the bottom of the section.
 */
.landing__section--pull-bottom {
  margin-bottom: -0.8rem; }

.landing__section__title,
.landing__section__description {
  padding: 0 1rem;
  text-align: center; }

.landing__section__description {
  font-size: 1.8rem;
  margin-bottom: 2rem; }

.landing__section__title {
  margin: 3.5rem 0 0.8rem; }
  .landing__call-to-action .landing__section__title {
    margin: 0 0 0.8rem 0; }

.landing__promo-banner {
  margin: 0; }

.benefits {
  background: #159cdf;
  color: #ffffff; }
  .benefits.benefits--green {
    background: #78be20; }
  .benefits h2 {
    color: #ffffff;
    padding-top: 2rem; }
  .benefits a {
    color: #ffffff; }
    .benefits a:hover, .benefits a:active, .benefits a:focus {
      color: #ffffff;
      border-color: #ffffff; }

.benefit__image,
.benefit__image img {
  display: block;
  width: 100%; }

/**
 * Use a relative container to maintain a consistent
 * 16:9 height between the iframe and image.
 */
.benefit__image,
.benefits .media-youtube-video {
  border: 2px solid #ffffff;
  position: relative;
  height: 0;
  padding-bottom: 55.6%; }

.benefit__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.benefits__link {
  margin-right: 2rem; }
  .benefits__link:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }

.related-products {
  background: #159cdf;
  color: #ffffff; }
  @media (min-width: 1024px) {
    .related-products {
      padding-bottom: 4rem; } }
  .related-products a {
    color: #ffffff;
    outline-color: #ffffff; }

.related-products__product {
  background: #159cdf;
  color: #ffffff;
  list-style-type: none;
  border-bottom: 2px solid #ffffff; }
  @media (min-width: 1024px) {
    .related-products__product {
      border: none; } }

.related-products__name {
  color: #ffffff;
  padding-top: 1rem;
  font-family: "Stag Sans", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2; }

.related-products__read-more {
  color: #ffffff; }
  .related-products__read-more:hover, .related-products__read-more:focus, .related-products__read-more:active {
    color: #ffffff; }

.js-mobile-accordion__image,
.js-mobile-accordion__image img {
  display: block;
  margin: auto; }

.js-mobile-accordion__title {
  color: #ffffff;
  background-color: #00507f;
  position: relative;
  padding: 2rem;
  /* hide if js is disabled */
  display: none;
  /* Icons */
  /* override link styling */ }
  .js .js-mobile-accordion__title {
    display: block; }
    @media (min-width: 1024px) {
      .js .js-mobile-accordion__title {
        display: none; } }
  .js-mobile-accordion__title::before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    background-position: -225px -323px;
    content: '';
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  .js-mobile-accordion__title:active, .js-mobile-accordion__title:focus, .js-mobile-accordion__title:hover {
    color: #ffffff;
    border-bottom: none; }
  .js-mobile-accordion__title.closed {
    border-bottom: none; }
    .js-mobile-accordion__title.closed::before {
      display: inline-block;
      background-position: -393px -5px; }

.js-mobile-accordion__content {
  overflow: hidden;
  max-height: 600px;
  transition: all ease-in-out 0.25s; }
  .js-mobile-accordion__content.closed {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none; }
    @media (min-width: 1024px) {
      .js-mobile-accordion__content.closed {
        max-height: 600px; } }

.data-assets {
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .data-assets {
      padding: 2rem 3.5rem; } }

.data-asset__image {
  padding: 1rem;
  border: 2px solid #999999;
  margin-bottom: 1rem;
  float: left; }

.data-asset__link {
  float: left;
  clear: both; }

/* Flexbox layout, 3 col, 2 col, centered */
.data-assets__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 768px) {
  .data-assets__container--padding {
    padding-top: 2rem; } }

.data-asset:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 768px) {
  .data-asset {
    width: 33%;
    padding: 2rem; } }

/* Setup width and max-width to resolve issues in IE */
.data-asset__container {
  display: block;
  width: 100%;
  margin: auto; }
  .data-asset__container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .data-asset__container {
      max-width: 325px; } }
  .data-asset__container picture,
  .data-asset__container img {
    display: block;
    width: 100%; }
    .data-asset__container picture:after,
    .data-asset__container img:after {
      content: '';
      display: table;
      clear: both; }

.slider {
  position: relative;
  background-color: #00507f;
  /* Previous and Next buttons. */ }
  @media (min-width: 768px) {
    .slider {
      background-color: transparent; } }
  .slider .slick-prev,
  .slider .slick-next {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    padding: 0;
    background: transparent;
    border: none;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    /**
     * Hide the focus ring, since the button is larger
     * than the visual indicator.
     */ }
    .slider .slick-prev:focus,
    .slider .slick-next:focus {
      outline: none; }
  .slider .slick-next {
    left: auto;
    right: 0; }

/* Slider open/close transition */
.slider__carousel {
  overflow: hidden;
  display: block;
  padding: 0;
  margin-bottom: -0.8rem; }
  .slider__carousel:after {
    content: '';
    display: table;
    clear: both; }

/* Slider items. Center study has a different
 * background color and title color.
 */
.slider__item__content {
  position: relative;
  overflow: hidden;
  padding: 2rem 2rem 4.5rem 2rem;
  min-height: 280px;
  background: #00507f;
  transition: background ease-in-out 0.25s;
  font-weight: 300;
  font-size: 1.8rem;
  color: #ffffff; }
  @media (min-width: 768px) {
    .slider__item__content {
      background: #f2f2f2;
      color: #00507f; } }

.slider__title,
.slider h2 {
  color: #ffffff;
  font-family: "Stag Sans", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .slider__title,
    .slider h2 {
      color: #00507f; } }

.slider__read-more {
  font-weight: 400;
  position: absolute;
  bottom: 1.8rem;
  left: 2rem;
  color: #ffffff; }
  .slider__read-more div {
    display: inline-block; }
  .slider__read-more:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .slider__read-more {
      color: #00507f; }
      .slider__read-more:after {
        background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
        background-size: 449px 430px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 9px;
        height: 13px;
        background-position: -89px -412px;
        content: '';
        margin-left: 5px;
        vertical-align: middle; } }

/* Disable default list type and margins */
.slider__item {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0.8rem 0; }

.slider__item__container {
  color: #00507f; }
  .slider__item__container:hover, .slider__item__container:active, .slider__item__container:focus,
  .hover .slider__item__container,
  .slider__item__container a:focus {
    color: #ffffff;
    outline: none; }
    .slider__item__container:hover .slider__item__content, .slider__item__container:active .slider__item__content, .slider__item__container:focus .slider__item__content,
    .hover .slider__item__container .slider__item__content,
    .slider__item__container a:focus .slider__item__content {
      background: #00507f;
      color: #ffffff;
      /* Upper caret effect */ }
      .slider__item__container:hover .slider__item__content:before, .slider__item__container:active .slider__item__content:before, .slider__item__container:focus .slider__item__content:before,
      .hover .slider__item__container .slider__item__content:before,
      .slider__item__container a:focus .slider__item__content:before {
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: -10px;
        margin: auto;
        background: #ffffff;
        transform: rotate(45deg); }
    .slider__item__container:hover h2,
    .slider__item__container:hover .slider__title, .slider__item__container:active h2,
    .slider__item__container:active .slider__title, .slider__item__container:focus h2,
    .slider__item__container:focus .slider__title,
    .hover .slider__item__container h2,
    .hover .slider__item__container .slider__title,
    .slider__item__container a:focus h2,
    .slider__item__container a:focus .slider__title {
      color: #ffffff; }
    .slider__item__container:hover .slider__read-more, .slider__item__container:active .slider__read-more, .slider__item__container:focus .slider__read-more,
    .hover .slider__item__container .slider__read-more,
    .slider__item__container a:focus .slider__read-more {
      color: #ffffff; }
      .slider__item__container:hover .slider__read-more:after, .slider__item__container:active .slider__read-more:after, .slider__item__container:focus .slider__read-more:after,
      .hover .slider__item__container .slider__read-more:after,
      .slider__item__container a:focus .slider__read-more:after {
        background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
        background-size: 449px 430px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 9px;
        height: 13px;
        background-position: -435px -51px;
        content: '';
        margin-left: 5px;
        vertical-align: middle; }
  .slider__item__container a:hover {
    text-decoration: none; }
  .slider__item__container a:focus .slider__picture,
  .slider__item__container a:focus .slider__item__content {
    border: 2px solid #159cdf;
    z-index: 99; }

/* White border/margin effect for the center item.
 * Because of how the carousel calculates width,
 * traditional padding caused multiple layout issues.
 * This simulates the effect of having margin between
 * the center item and the outer items, but without
 * also having margin on the outsides.
 *
 * Default to the center item.
 * Center = 3rd item minus 1, since there are 3/row.
 *
 * If js and slick are enabled, use the .slick-active
 * classes rather than the numeric css option (because
 * we don't know which items are displayed numerically,
 * but sibling selectors for .slick-active work well)
 */
.slider__item:nth-child(3n-1),
.slick-active {
  position: relative; }
  @media (min-width: 768px) {
    .slider__item:nth-child(3n-1):after, .slider__item:nth-child(3n-1):before,
    .slick-active:after,
    .slick-active:before {
      display: block;
      content: '';
      position: absolute;
      height: 100%;
      width: 0.8rem;
      z-index: 60;
      background: transparent;
      right: -0.4rem;
      top: 0; }
    .slider__item:nth-child(3n-1):before,
    .slick-active:before {
      right: 0;
      left: -0.4rem; } }

/* left slide, hide left border */
.slick-active:before {
  display: none; }

/* center slide */
.slick-active + .slick-active:before {
  display: block; }

/* right slide, hide right border */
.slick-active + .slick-active + .slick-active:after {
  display: none; }

/* Background overlay for carousel pictures */
.slider__picture {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #ffffff;
  /**
   * Next and Previous icons for slides.
   *
   * In order to make the icons the same height as the image,
   * the buttons themselves are transparent and the border
   * and icons are applied to the picture and image pseudo
   * elements. Border colors are applied to the `slider__image`
   * class, while the previous and next icons are applied to the
   * picture element itself.
   *
   * On mobile, the active slide shows both the left and right
   * borders and icons are both visible on the active slide, since
   * only a single one is displayed. On tablet and above, the
   * first visible slide shows the previous arrow, the center slide
   * shows neither arrow, and the next/last visible slide shows the
   * next arrow.
   */
  /* Center slide overrides */
  /* Right slide overrides */
  /* Solidify the background/border color on hover */ }
  .slider__picture img {
    display: block;
    width: 100%; }
  .slick-active .slider__picture {
    /* Next and Previous icons */
    /* Next icon overrides */
    /* Previous slide blue background */ }
    .slick-active .slider__picture::before, .slick-active .slider__picture::after {
      content: '';
      z-index: 10;
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 0;
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: block;
      width: 37px;
      height: 37px;
      background-position: -5px -323px; }
    .slick-active .slider__picture::after {
      right: 10px;
      left: auto;
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: block;
      width: 37px;
      height: 37px;
      background-position: -52px -323px; }
      @media (min-width: 768px) {
        .slick-active .slider__picture::after {
          display: none; } }
    .slick-active .slider__picture .slider__image::before {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      color: rgba(0, 80, 127, 0.5);
      border-left: 60px solid;
      border-right: 60px solid;
      transition: color ease-in-out 0.25s;
      /* Only show the left border on desktop, show both on mobile */ }
      @media (min-width: 768px) {
        .slick-active .slider__picture .slider__image::before {
          border-left: 60px solid;
          border-right: none; } }
  .slick-active + .slick-active .slider__picture {
    /* No icons for the center slide on tablet+ */
    /* Blue background/border */ }
    @media (min-width: 768px) {
      .slick-active + .slick-active .slider__picture::before, .slick-active + .slick-active .slider__picture::after {
        display: none; } }
    @media (min-width: 768px) {
      .slick-active + .slick-active .slider__picture .slider__image::before {
        border-left: none;
        border-right: none; } }
  .slick-active + .slick-active + .slick-active .slider__picture {
    /* No previous icon for the next slide on tablet+ */
    /* Blue background/border */ }
    @media (min-width: 768px) {
      .slick-active + .slick-active + .slick-active .slider__picture::before {
        display: none; } }
    @media (min-width: 768px) {
      .slick-active + .slick-active + .slick-active .slider__picture::after {
        right: 10px;
        left: auto;
        background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
        background-size: 449px 430px;
        background-repeat: no-repeat;
        display: block;
        width: 37px;
        height: 37px;
        background-position: -52px -323px; } }
    @media (min-width: 768px) {
      .slick-active + .slick-active + .slick-active .slider__picture .slider__image::before {
        border-left: none;
        border-right: 60px solid; } }
  @media (min-width: 768px) {
    .slick-active.hover .slider__picture .slider__image::before {
      color: #00507f; } }

/* Ensure the carousel image is full width. This
 * is mainly needed for mobile.
 */
.slider__image,
.slider__image img {
  width: 100%;
  display: block;
  height: auto; }

/* View All/Collapse */
.slider__below {
  width: 240px;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
  padding: 2rem 0; }
  .slider-disabled .slider__below {
    display: none;
    visibility: hidden; }

.slider__toggle {
  display: none;
  visibility: hidden;
  clear: both; }
  .js .slider__toggle {
    display: block;
    visibility: visible; }

.slider__toggle__link {
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-left: 20px; }
  .slider__toggle__link:hover, .slider__toggle__link:focus, .slider__toggle__link:active {
    color: #ffffff; }
  @media (min-width: 768px) {
    .slider__toggle__link {
      color: #00507f; }
      .slider__toggle__link:hover, .slider__toggle__link:focus, .slider__toggle__link:active {
        color: #00507f; } }
  .slider__toggle__link:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    background-position: -334px -370px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    line-height: 1; }
    @media (min-width: 768px) {
      .slider__toggle__link:before {
        display: inline-block;
        background-position: -360px -370px; } }

.slider__toggle__link--collapse:before {
  display: inline-block;
  background-position: -386px -370px; }
  @media (min-width: 768px) {
    .slider__toggle__link--collapse:before {
      display: inline-block;
      background-position: -393px -341px; } }

/* slider dots */
.slick-dots {
  text-align: center;
  margin: 1rem 0 0;
  padding: 0;
  /* override inline style */
  display: none !important;
  /* inline-block children height fix */
  line-height: 0; }
  @media (min-width: 768px) {
    .slick-dots {
      display: block !important; } }
  .slick-dots li {
    display: inline-block;
    margin: 0 0.4rem;
    vertical-align: bottom; }
  .slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    background: #00507f;
    border: 1px solid #00507f;
    text-indent: -9999px;
    overflow: hidden; }
    .slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
      background: #ffffff;
      border: 1px solid #00507f; }
  .slick-dots .slick-active button {
    background: #ffffff;
    border: 1px solid #00507f; }
  .slick-dots .slick-active:after {
    display: none; }

.solutions,
.solutions-hero {
  font-size: 1.8rem; }

.solutions__slider {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .solutions__slider {
      padding-bottom: 4rem; } }

.solutions__assets {
  padding: 2rem; }
  @media (min-width: 768px) {
    .solutions__assets {
      padding-top: 4rem; } }

.solutions__section__title,
.solutions__section__description {
  padding: 0 1rem;
  text-align: center; }

.solutions__slider .solutions__section__title {
  margin: 3.5rem 0; }

@media (min-width: 768px) {
  .solutions__related {
    padding-top: 4rem; } }

.solutions__related .solutions__section__title {
  color: #00507f;
  text-align: center; }

.solutions__quote .block-quote {
  padding: 2rem; }
  @media (min-width: 768px) {
    .solutions__quote .block-quote {
      padding: 2rem 3.5rem; } }

.hero {
  font-size: 1.8rem; }
  .hero + .pane-sharethis {
    padding: 0 2rem; }
    @media (min-width: 768px) {
      .hero + .pane-sharethis {
        padding: 0 3.5rem; } }

.hero__container,
.hero__below {
  padding: 2rem; }
  @media (min-width: 768px) {
    .hero__container,
    .hero__below {
      padding: 2rem 3.5rem 2rem 5.5rem; } }
  @media (min-width: 1024px) {
    .hero__container,
    .hero__below {
      padding: 2rem 3.5rem 2rem 7rem; } }

.hero__container {
  padding-bottom: 0;
  position: relative; }
  .hero__container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .hero__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; } }
  .hero--gradient .hero__container {
    background-color: #f2f2f2;
    background-image: linear-gradient(to top left, #a7a7a7, #f2f2f2); }

.hero--border-bottom .hero__below {
  border-bottom: 1px solid #d0d1d2; }

.hero__below {
  border-top: 1px solid #d0d1d2; }

.hero__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #78be20; }
  .hero__title.color--magenta {
    color: #5e2751; }
  .hero__title.color--magenta-dark {
    color: #5A3484; }
  .hero__title.color--blue {
    color: #1bacb3; }
  @media (min-width: 768px) {
    .hero__title {
      text-align: left;
      padding-right: 2rem; } }
  @media (min-width: 1024px) {
    .hero__title {
      font-size: 4.8rem; } }

.hero__header {
  font-size: 6.0rem;
  line-height: 1;
  color: #5e2751; }

.hero__title__second {
  color: #78be20; }
  .hero__title__second.color--magenta {
    color: #5e2751; }

.hero__subheader {
  font-size: 2.6rem;
  line-height: 1;
  color: #00507f; }
  .hero--gradient .hero__subheader {
    margin: 2rem 0 3rem; }

@media (min-width: 1024px) {
  .hero__content,
  .hero__picture {
    width: 50%; }
    .hero--single .hero__content, .hero--single
    .hero__picture {
      width: 100%; } }

.hero__content {
  text-align: center;
  margin-bottom: 0.8rem; }
  @media (min-width: 768px) {
    .hero__content {
      text-align: left; } }
  @media (min-width: 1024px) {
    .hero__content {
      padding-left: 6.2rem; } }
  .hero--gradient .hero__content {
    padding-left: 0; }

.hero__description {
  font-weight: 300; }
  @media (min-width: 768px) {
    .hero__description {
      columns: 2;
      column-gap: 3.5rem; } }
  .hero--gradient .hero__description {
    padding: 2rem 0 0; }
  .hero__description ul {
    padding: 0 0 0 1rem; }
  .hero__description li {
    list-style-position: outside;
    margin-bottom: 2rem; }

.hero__picture,
.hero__image {
  display: block; }

/* fix extra margin below hero images */
.hero--gradient .hero__picture {
  /* Remove the margin for the gradient variation. */
  margin-right: -69px; }

.hero__picture picture,
.hero__picture img {
  display: block;
  margin: 0 auto; }

.hero__call-to-action {
  background: #00507f;
  color: #ffffff;
  padding: 0.8rem;
  margin: 0.8rem 0 0;
  text-align: center; }

.hero__read-more {
  border: 2px solid #ffffff; }

.hero-bg {
  position: relative; }
  .hero-bg h1,
  .hero-bg h2,
  .hero-bg h3,
  .hero-bg h4 {
    font-weight: 300;
    color: #ffffff; }
  .hero-bg .hero-bg__first-heading {
    font-size: 3rem; }
    @media (min-width: 768px) {
      .hero-bg .hero-bg__first-heading {
        font-size: 4.8rem; } }
  .hero-bg .hero-bg__second-heading {
    font-size: 1.8rem; }
    @media (min-width: 768px) {
      .hero-bg .hero-bg__second-heading {
        font-size: 2.6rem; } }
  .hero-bg .hero-bg__third-heading {
    font-size: 1.6rem;
    color: #00507f; }
    @media (min-width: 768px) {
      .hero-bg .hero-bg__third-heading {
        font-size: 2rem; } }
  .hero-bg .hero-bg__fourth-heading {
    font-size: 1.8rem;
    display: block;
    margin-top: 1.5rem;
    border: 0; }
    @media (min-width: 768px) {
      .hero-bg .hero-bg__fourth-heading {
        font-size: 2.6rem; } }

.hero-bg__text {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  z-index: 5; }
  @media (min-width: 1024px) {
    .hero-bg__text {
      width: 80%; } }
  @media (min-width: 768px) {
    .hero-bg--left-text .hero-bg__text {
      left: 5%;
      transform: translate(0%, -50%);
      text-align: left;
      width: 45%;
      z-index: 5; }
    .hero-bg--right-text .hero-bg__text {
      right: 5%;
      transform: translate(0%, -50%);
      text-align: right;
      width: 45%;
      z-index: 5; } }

.hero-bg__top {
  position: relative;
  line-height: 0.8;
  max-height: 350px;
  overflow: hidden; }
  .hero-bg--has-overlay .hero-bg__top::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 1; }

.hero-bg__fourth-heading {
  padding: 0 40px;
  margin: 0 auto 1rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #ffffff; }
  .hero-bg--left-text .hero-bg__fourth-heading {
    text-align: left;
    padding: 0;
    border: 0; }
  .hero-bg--right-text .hero-bg__fourth-heading {
    text-align: right;
    padding: 0;
    border: 0; }

.hero-bg__bottom {
  width: 90%;
  margin: 2rem 5% 0; }

.hero-bg__cta .read-more {
  display: inline-block;
  background-color: transparent;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff; }

.hero-bg__description {
  font-weight: 300; }
  @media (min-width: 768px) {
    .hero-bg__description {
      column-gap: 3.5rem; } }
  .hero-bg__description ul {
    padding: 0 0 0 1rem; }
  .hero-bg__description li {
    list-style-position: outside;
    margin-bottom: 2rem; }

.hero-animated {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  background-image: linear-gradient(to top left, #a7a7a7, #f2f2f2);
  padding: 2rem 2rem 0; }
  @media (min-width: 768px) {
    .hero-animated {
      padding: 5rem 0 0 5rem; } }
  @media (min-width: 980px) {
    .hero-animated {
      height: 620px;
      padding: 7rem; } }

.hero-animated__tfirst,
.hero-animated__tsecond {
  display: inline; }
  @media (min-width: 768px) {
    .hero-animated__tfirst,
    .hero-animated__tsecond {
      display: block; } }

.hero-animated__title {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .hero-animated__title {
      font-size: 6rem;
      margin-bottom: 4rem; } }
  @media (min-width: 980px) {
    .hero-animated__title {
      font-size: 7rem;
      margin-bottom: 7rem; } }

@keyframes show {
  0% {
    background-color: #00507f;
    color: transparent; }
  99% {
    background-color: #00507f;
    color: transparent; }
  100% {
    background-color: transparent;
    color: #00507f; } }

@media (min-width: 768px) {
  .hero-animated__1 {
    vertical-align: middle;
    animation-name: show;
    animation-duration: 2.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-iteration-count: 1; } }

@media (min-width: 768px) {
  .hero-animated__2 {
    vertical-align: middle;
    animation-name: show;
    animation-duration: 3.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-iteration-count: 1; } }

@media (min-width: 768px) {
  .hero-animated__3 {
    vertical-align: middle;
    animation-name: show;
    animation-duration: 4.5s;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-iteration-count: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.hero-animated__below {
  z-index: 2; }
  @media (min-width: 768px) {
    .hero-animated__below {
      animation-name: fade;
      animation-duration: 5.5s;
      animation-timing-function: ease-in;
      animation-delay: 0;
      animation-iteration-count: 1; } }

.hero-animated__subheader {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #00507f; }
  @media (min-width: 768px) {
    .hero-animated__subheader {
      margin-bottom: 2rem;
      font-size: 3rem; } }

.hero-animated__image {
  display: block;
  position: relative;
  margin-right: -2rem;
  right: 0;
  bottom: 0;
  /* One off breakpoints for the hero. */ }
  @media (min-width: 980px) {
    .hero-animated__image {
      max-width: 75%;
      position: absolute;
      margin-right: 0; } }
  .hero-animated__image img {
    width: auto;
    max-width: 100%; }

/* Control hero display for homepage - either animated svg or static image.*/
.hero-animated__hero-svg {
  height: 0;
  padding-top: 35%;
  position: relative; }
  .hero-animated__hero-svg svg {
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (max-width: 768px) {
    .hero-animated__hero-svg {
      display: none; } }

@media (min-width: 768px) {
  .hero-animated__mobile-only {
    display: none; } }

.hero-home {
  /**
   * if button is in hero-branding-line-control component
   * there should be more top margin on the bottom.
   */ }
  .hero-home .hero__content {
    padding-left: 0; }
  .hero-home .hero__title {
    margin-bottom: 2rem; }
  .hero-home .field--name-field-additional-link a {
    margin-bottom: 4rem;
    display: inline-block;
    background-color: #78be20;
    color: #ffffff;
    padding: 0.4rem 1.2rem;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.6rem;
    border: none; }
    .hero-home .field--name-field-additional-link a:hover, .hero-home .field--name-field-additional-link a:focus, .hero-home .field--name-field-additional-link a:active {
      background-color: #91da35;
      color: #ffffff; }
  .hero-home.hero-branding-line-control .field--name-field-additional-link a {
    margin-bottom: 1rem;
    margin-top: 4rem; }

@media (min-width: 1024px) {
  .hero-home .hero__container {
    padding: 2rem 3.5rem; }
    .hero-home .hero__container::after {
      display: none; }
  .hero-home .hero__content,
  .hero-home .hero__picture {
    width: 60%; }
  .hero-home .hero__picture {
    width: 40%; } }

.hero-home__title__second--blue {
  color: #00507f;
  margin-bottom: 3rem; }

.hero-home__title__third {
  color: #999999; }

.hero-branding-line-control h1,
.hero-branding-line-control h2,
.hero-branding-line-control h3,
.hero-branding-line-control h4 {
  font-weight: 300; }

.hero-branding-line-control .hero-branding__first-heading {
  font-size: 3rem; }
  @media (min-width: 768px) {
    .hero-branding-line-control .hero-branding__first-heading {
      font-size: 4.8rem; } }

.hero-branding-line-control .hero-branding__second-heading {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .hero-branding-line-control .hero-branding__second-heading {
      font-size: 2.6rem; } }

.hero-branding-line-control .hero-branding__third-heading {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .hero-branding-line-control .hero-branding__third-heading {
      font-size: 2rem; } }

.hero-branding-line-control .hero-branding__fourth-heading {
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    .hero-branding-line-control .hero-branding__fourth-heading {
      font-size: 1.6rem; } }

.hero-branding-line-control span {
  font-size: 1.6rem; }

@media (min-width: 1024px) {
  .hero-branding-line-control .hero__container {
    padding: 2rem 3.5rem; }
    .hero-branding-line-control .hero__container::after {
      display: none; }
  .hero-branding-line-control .hero__content,
  .hero-branding-line-control .hero__picture {
    width: 60%;
    padding-left: 0; }
  .hero-branding-line-control .hero__picture {
    width: 40%; } }

.hero-branding-line-control.hero-branding-line-control__reversed .hero__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .hero-branding-line-control.hero-branding-line-control__reversed .hero__container {
      -ms-flex-direction: row;
      flex-direction: row; } }

.hero-branding-line-control.hero-branding-line-control__reversed .hero__content {
  -ms-flex-order: 2;
  order: 2;
  padding-left: 30px; }

.hero-branding-line-control.hero-branding-line-control__reversed .hero__picture {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .hero-branding-line-control.hero-branding-line-control__reversed .hero__picture {
      margin: 0; } }

.hero-branding__third-heading {
  margin-top: 1rem; }

/** =============================================
    ANIMATION SLIDE ON HERO BRANDING LINE CONTROL
================================================= */
/*
    Example usage:
    @include animation(10s, 5s, changecolour)
 */
.container {
  position: relative; }

.container2 {
  position: absolute; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .container {
      width: 100%;
      height: 303px;
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .container {
      width: 613px; } }

#dial {
  background: url("/sites/all/themes/custom/travelport/assets/dist/images/animation_speedo/img1.png") center center no-repeat;
  opacity: 1; }

#dial,
#icon1,
#icon2,
#icon3,
#icon4,
#icon5 {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0; }
  @media (min-width: 768px) {
    #dial,
    #icon1,
    #icon2,
    #icon3,
    #icon4,
    #icon5 {
      left: calc(50% - 306px); } }
  @media (min-width: 1024px) {
    #dial,
    #icon1,
    #icon2,
    #icon3,
    #icon4,
    #icon5 {
      left: 0; } }

@media (min-width: 768px) {
  #dial,
  #icon1,
  #icon2,
  #icon3,
  #icon4,
  #icon5 {
    background-size: cover;
    width: 613px;
    height: 303px; } }

#icon1 {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/animation_speedo/icon1.png");
  opacity: 0; }

#icon2 {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/animation_speedo/icon2.png");
  opacity: 0; }

#icon3 {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/animation_speedo/icon3.png");
  opacity: 0; }

#icon4 {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/animation_speedo/icon4.png");
  opacity: 0; }

#icon5 {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/animation_speedo/icon5.png");
  opacity: 0; }

#needle {
  width: 50%;
  height: 62px;
  background: url("/sites/all/themes/custom/travelport/assets/dist/images/animation_speedo/needle.png") center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: 20%;
  top: inherit;
  opacity: 1;
  background-size: contain; }
  @media (min-width: 450px) {
    #needle {
      bottom: 26%; } }

/**
 * it addresses niddle position for firefox 37+
 */
@supports (-moz-appearance: none) and (display: contents) {
  #needle {
    bottom: 24%;
    top: inherit !important; }
    @media (min-width: 768px) {
      #needle {
        bottom: 10%; } } }

@media (min-width: 768px) {
  #needle {
    width: 239px;
    margin-left: -222px;
    top: 245px; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-closeup {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1); } }

@keyframes fade-in-pan {
  0% {
    opacity: 0;
    transform: translateX(-300px); }
  100% {
    transform: translateX(-150px);
    opacity: 1; } }

@keyframes fade-in-pan-small {
  0% {
    opacity: 0;
    transform: translateX(-174px); }
  30% {
    opacity: 1; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }

@keyframes move-down {
  0% {
    animation-timing-function: ease-in-out;
    transform: translateY(-40px); }
  100% {
    animation-timing-function: ease-in-out;
    transform: translateY(0px); } }

@keyframes fade-out {
  0% {
    opacity: 1;
    color: white; }
  100% {
    opacity: 0;
    color: rgba(255, 255, 255, 0); } }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  50% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out-partially {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

@keyframes pulsate {
  0% {
    opacity: 0.3; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

@keyframes fade-in {
  0% {
    display: block !important;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-closeup {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1.1); } }

@keyframes fade-in-pan {
  0% {
    opacity: 0;
    transform: translateX(-300px); }
  100% {
    transform: translateX(-260px);
    opacity: 1; } }

@keyframes fade-in-pan-ltr {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    transform: translateX(-131px);
    opacity: 1; } }

@keyframes fade-in-pan-ltr-small {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    transform: translateX(0px);
    opacity: 1; } }

@keyframes fade-in-pan-small {
  0% {
    opacity: 0;
    transform: translateX(0px); }
  30% {
    opacity: 1; }
  100% {
    transform: translateX(-81px);
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out-up {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  50% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes scaling-out {
  0% {
    transform: scale(0.8);
    -webkit-animation-timing-function: linear;
    opacity: 1; }
  100% {
    transform: scale(1);
    -webkit-animation-timing-function: linear;
    opacity: 1; } }

@keyframes cta-first-show {
  from {
    opacity: 0;
    transform: translateX(0); }
  to {
    opacity: 1;
    transform: translateX(7px); } }

@keyframes cta-last-hide {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(7px); } }

/* line 5, /Users/ant/codebase/all-new-xf-fleet-banners/source/stylesheets/banners/jaguar/xf-fleet-mpu.css.scss */
/* line 34, /Users/ant/codebase/all-new-xf-fleet-banners/source/stylesheets/banners/jaguar/xf-fleet-mpu.css.scss */

@keyframes pendant-scale {
  0% {
    transform: scale(0.9);
    animation-timing-function: ease-in-out; }
  100% {
    transform: scale(1); } }

@keyframes background {
  from {
    background: transparent; }
  to {
    background: black; } }

/* line 92, /Users/ant/codebase/all-new-xf-fleet-banners/source/stylesheets/banners/jaguar/xf-fleet-mpu.css.scss */
.hero-movie {
  position: relative;
  margin: 0 -3px; }
  .hero-movie .hidden {
    display: none !important;
    visibility: hidden !important; }
  .hero-movie .no-video .video-container video,
  .hero-movie .touch .video-container video {
    display: none; }
  .hero-movie .no-video .video-container .poster,
  .hero-movie .touch .video-container .poster {
    display: block !important; }
  .hero-movie .video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #ffffff; }
    .hero-movie .video-container p {
      margin: 0;
      line-height: 0; }
    .hero-movie .video-container .poster img {
      width: 100%;
      bottom: 0;
      position: absolute; }
    .hero-movie .video-container .filter {
      z-index: 100;
      position: absolute;
      width: 100%; }
    .hero-movie .video-container .title-container {
      z-index: 1000;
      position: absolute;
      top: 25%;
      left: 3%;
      width: 94%;
      text-align: center;
      color: #63666a; }
    .hero-movie .video-container .description .inner {
      display: none; }
      @media (min-width: 1024px) {
        .hero-movie .video-container .description .inner {
          display: block;
          font-size: 1em;
          width: 45%;
          margin: 0 auto; } }
    .hero-movie .video-container .link {
      position: absolute;
      bottom: 3em;
      width: 100%;
      text-align: center;
      z-index: 1001;
      font-size: 2em;
      color: #ffffff; }
      .hero-movie .video-container .link a {
        color: #ffffff; }
    .hero-movie .video-container video {
      position: relative;
      z-index: 0;
      bottom: 0; }
      .hero-movie .video-container video.fillWidth {
        width: 100%;
        height: 100%;
        min-height: 200px; }
  .hero-movie .rw-sentence {
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
  .hero-movie .rw-sentence span {
    white-space: nowrap;
    font-weight: normal;
    animation: initial; }
  .hero-movie .rw-words {
    display: inline;
    text-indent: 10px; }
    .hero-movie .rw-words span {
      position: absolute;
      overflow: hidden;
      width: 100%;
      color: #5e2751;
      top: 20px;
      font-weight: 300;
      opacity: 0; }
    .hero-movie .rw-words .field—name-field-branding-line-1 {
      top: 0;
      animation: rotateWordsSecond 14s infinite 1s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie .rw-words .field—name-field-branding-line-1 {
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie .rw-words .field—name-field-branding-line-1 {
          font-size: 4.2rem; } }
    .hero-movie .rw-words .field—name-field-branding-line-2 {
      top: 30px;
      animation: rotateWordsSecond2 14s infinite 2s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie .rw-words .field—name-field-branding-line-2 {
          top: 45px;
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie .rw-words .field—name-field-branding-line-2 {
          top: 60px;
          font-size: 4.2rem; } }
    .hero-movie .rw-words .field—name-field-branding-line-3 {
      top: 60px;
      animation: rotateWordsSecond3 14s infinite 3s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie .rw-words .field—name-field-branding-line-3 {
          top: 90px;
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie .rw-words .field—name-field-branding-line-3 {
          top: 120px;
          font-size: 4.2rem; } }
    .hero-movie .rw-words .field—name-field-branding-line-4 {
      color: #00507f;
      font-weight: 400;
      top: 0;
      animation: rotateWordsSecond 14s infinite 8s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie .rw-words .field—name-field-branding-line-4 {
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie .rw-words .field—name-field-branding-line-4 {
          font-size: 3.5rem; } }
    .hero-movie .rw-words .field—name-field-branding-line-5 {
      color: #00507f;
      font-weight: 400;
      top: 25px;
      animation: rotateWordsSecond2 14s infinite 9s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie .rw-words .field—name-field-branding-line-5 {
          top: 33px;
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie .rw-words .field—name-field-branding-line-5 {
          top: 40px;
          font-size: 3.5rem; } }
    .hero-movie .rw-words .field—name-field-branding-line-6 {
      color: #00507f;
      font-weight: 400;
      top: 50px;
      animation: rotateWordsSecond3 14s infinite 10s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie .rw-words .field—name-field-branding-line-6 {
          top: 66px;
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie .rw-words .field—name-field-branding-line-6 {
          top: 80px;
          font-size: 3.5rem; } }
  .hero-movie .promo-banner__read-more {
    position: absolute;
    text-shadow: none;
    margin-top: -20px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .hero-movie .promo-banner__read-more {
        padding: 8px 10px 6px 0; } }
    @media (min-width: 1024px) {
      .hero-movie .promo-banner__read-more {
        font-size: 2rem;
        margin-top: 10px; } }

@keyframes rotateWordsSecond {
  0% {
    width: 0; }
  25% {
    width: 100%;
    opacity: 1; }
  90% {
    opacity: 0; } }

@keyframes rotateWordsSecond2 {
  0% {
    width: 0; }
  25% {
    width: 100%;
    opacity: 1; }
  70% {
    opacity: 0; } }

@keyframes rotateWordsSecond3 {
  0% {
    width: 0; }
  25% {
    width: 100%;
    opacity: 1; }
  50% {
    opacity: 0; } }

.hero-movie-slider {
  position: relative;
  margin: 0 -3px; }
  .hero-movie-slider .hidden {
    display: none !important;
    visibility: hidden !important; }
  .hero-movie-slider .no-video .video-container video,
  .hero-movie-slider .touch .video-container video {
    display: none; }
  .hero-movie-slider .no-video .video-container .poster,
  .hero-movie-slider .touch .video-container .poster {
    display: block !important; }
  .hero-movie-slider .movie-picture__pic {
    display: block; }
    @media (min-width: 1024px) {
      .hero-movie-slider .movie-picture__pic {
        display: none; } }
  .hero-movie-slider .video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #ffffff; }
    .hero-movie-slider .video-container p {
      margin: 0;
      line-height: 0; }
    .hero-movie-slider .video-container .poster img {
      width: 100%;
      bottom: 0;
      position: absolute; }
    .hero-movie-slider .video-container .filter {
      z-index: 100;
      position: absolute;
      width: 100%; }
    .hero-movie-slider .video-container .title-container {
      z-index: 1000;
      position: absolute;
      top: 25%;
      left: 3%;
      width: 94%;
      text-align: center;
      color: #63666a; }
    .hero-movie-slider .video-container .description .inner {
      display: none; }
      @media (min-width: 1024px) {
        .hero-movie-slider .video-container .description .inner {
          display: block;
          font-size: 1em;
          width: 45%;
          margin: 0 auto; } }
    .hero-movie-slider .video-container .link {
      position: absolute;
      bottom: 3em;
      width: 100%;
      text-align: center;
      z-index: 1001;
      font-size: 2em;
      color: #ffffff; }
      .hero-movie-slider .video-container .link a {
        color: #ffffff; }
    .hero-movie-slider .video-container video {
      display: none; }
      @media (min-width: 1024px) {
        .hero-movie-slider .video-container video {
          display: block;
          position: relative;
          z-index: 0;
          bottom: 0; }
          .hero-movie-slider .video-container video.fillWidth {
            width: 100%;
            height: 100%;
            min-height: 200px; } }
  .hero-movie-slider .rw-sentence {
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); }
  .hero-movie-slider .rw-sentence span {
    white-space: nowrap;
    font-weight: normal; }
  .hero-movie-slider .rw-words {
    display: inline;
    text-indent: 10px; }
    .hero-movie-slider .rw-words span {
      position: absolute;
      overflow: hidden;
      width: 100%;
      color: #5e2751;
      top: 20px;
      font-weight: 300;
      opacity: 0; }
    .hero-movie-slider .rw-words .field—name-field-branding-line-1 {
      top: 0;
      animation: rotateWordsSecond 14s infinite 1s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-1 {
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-1 {
          font-size: 4.2rem; } }
    .hero-movie-slider .rw-words .field—name-field-branding-line-2 {
      top: 30px;
      animation: rotateWordsSecond2 14s infinite 2s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-2 {
          top: 45px;
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-2 {
          top: 60px;
          font-size: 4.2rem; } }
    .hero-movie-slider .rw-words .field—name-field-branding-line-3 {
      top: 60px;
      animation: rotateWordsSecond3 14s infinite 3s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-3 {
          top: 90px;
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-3 {
          top: 120px;
          font-size: 4.2rem; } }
    .hero-movie-slider .rw-words .field—name-field-branding-line-4 {
      color: #00507f;
      font-weight: 400;
      top: 0;
      animation: rotateWordsSecond 14s infinite 8s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-4 {
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-4 {
          font-size: 3.5rem; } }
    .hero-movie-slider .rw-words .field—name-field-branding-line-5 {
      color: #00507f;
      font-weight: 400;
      top: 25px;
      animation: rotateWordsSecond2 14s infinite 9s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-5 {
          top: 33px;
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-5 {
          top: 40px;
          font-size: 3.5rem; } }
    .hero-movie-slider .rw-words .field—name-field-branding-line-6 {
      color: #00507f;
      font-weight: 400;
      top: 50px;
      animation: rotateWordsSecond3 14s infinite 10s;
      animation-timing-function: cubic-bezier(0.25, 1, 0, 1);
      font-size: 2rem; }
      @media (min-width: 768px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-6 {
          top: 66px;
          font-size: 3rem; } }
      @media (min-width: 1024px) {
        .hero-movie-slider .rw-words .field—name-field-branding-line-6 {
          top: 80px;
          font-size: 3.5rem; } }
  .hero-movie-slider .promo-banner__read-more {
    position: absolute;
    text-shadow: none;
    margin-top: -20px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .hero-movie-slider .promo-banner__read-more {
        padding: 8px 10px 6px 0; } }
    @media (min-width: 1024px) {
      .hero-movie-slider .promo-banner__read-more {
        font-size: 2rem;
        margin-top: 10px; } }

@keyframes rotateWordsSecond {
  0% {
    width: 0; }
  25% {
    width: 100%;
    opacity: 1; }
  90% {
    opacity: 0; } }

@keyframes rotateWordsSecond2 {
  0% {
    width: 0; }
  25% {
    width: 100%;
    opacity: 1; }
  70% {
    opacity: 0; } }

@keyframes rotateWordsSecond3 {
  0% {
    width: 0; }
  25% {
    width: 100%;
    opacity: 1; }
  50% {
    opacity: 0; } }

.hero-picture__pic {
  display: block; }
  .hero-picture__pic img {
    display: block; }

.hero-picture a:focus {
  outline: 0; }

.hero-slider {
  margin: 0 20px 5rem;
  padding: 0;
  /**
   * prevents hero-slider video from collapsing with
   * right navigational arrow.
   */ }
  .hero-slider:after {
    content: '';
    display: table;
    clear: both; }
  .section-resources .hero-slider {
    margin: 0; }
  @media (min-width: 1024px) {
    .hero-slider {
      margin: 0 3.5rem 5rem; }
      .section-resources .hero-slider {
        margin: 0; } }
  .hero-slider .slick-dots {
    margin-top: 2rem; }
  .hero-slider .hero-movie {
    width: 100%;
    padding-left: 20px; }
  .hero-slider .hero__content {
    padding-left: 30px; }

/**
 * adds gradient to hero slider component which expands
 * full width of site.
 */
.landing__hero-slider {
  background-image: linear-gradient(to bottom, #F2F2F2 0%, #FFFFFF 60%); }

/**
 * sets initial height of slider to zero to avoid
 * stacking of slides.
 * Removes class via JS when slick.js has been initialized.
 */
.hero-slider--hidden {
  max-height: 0;
  overflow: hidden; }

/* individual slides. */
.hero-slider__items {
  padding: 0; }

.hero-slider__item {
  padding: 0; }

/**
 * wrappers for left and right slider content.
 */
.hero-slider__text,
.hero-slider__media {
  width: 49%;
  float: left; }

/**
 * Text wrapper.
 */
.hero-slider__text {
  padding-left: 2%; }
  .hero-slider__text .hero-slider__heading,
  .hero-slider__text .hero-slider__more {
    font-weight: 300;
    margin-bottom: 1.5rem; }

/**
 * headings colors.
 */
.hero-slider__heading--1 {
  color: #5e2751; }

.hero-slider__heading--2 {
  color: #00507f; }

.hero-slider__heading--3 {
  color: #78be20; }

/**
 * styles for both slider arrows with emphasys on
 * left arrow position.
 */
.hero-slider__arrow {
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  width: 30px;
  height: 80px;
  cursor: pointer;
  /**
   * assignes dimensions to navigational arrows.
   */ }
  .hero-slider__arrow span {
    display: block;
    text-indent: -999999px; }
  .hero-slider__arrow svg {
    width: 40px;
    height: 40px;
    /**
     * updates color of navigation arrows to match design.
     */ }
    .hero-slider__arrow svg g {
      fill: rgba(0, 80, 127, 0.4); }
      .section-resources .hero-slider__arrow svg g {
        fill: #d9d9d9; }
    .hero-slider__arrow svg:hover g, .hero-slider__arrow svg:focus g {
      fill: rgba(0, 80, 127, 0.6); }
      .section-resources .hero-slider__arrow svg:hover g, .section-resources .hero-slider__arrow svg:focus g {
        fill: #ffffff; }

/**
 * right slider arrow.
 */
.hero-slider__arrow--next {
  left: inherit;
  right: 12px; }

.hero-smartpoint {
  font-size: 1.8rem; }

@media (min-width: 768px) {
  .hero-smartpoint__below {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .hero-smartpoint__below {
    height: 250px;
    padding: 0; } }

.hero-smartpoint__below--left,
.hero-smartpoint__below--right {
  margin-bottom: 1rem;
  background: #f2f2f2;
  position: relative;
  padding: 30px 20px 70px; }
  @media (min-width: 768px) {
    .hero-smartpoint__below--left,
    .hero-smartpoint__below--right {
      -ms-flex: 0 1 calc(50% - 3px);
      flex: 0 1 calc(50% - 3px);
      margin-bottom: 0;
      padding: 38px 30px 70; } }

.hero-smartpoint__button {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 13px 0; }
  .hero-smartpoint__button:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .hero-smartpoint__button {
      padding: 15px 0; } }

.hero-smartpoint__button--gray {
  background: #999999; }
  .hero-smartpoint__button--gray:hover, .hero-smartpoint__button--gray:focus {
    background: #a7a7a7; }

.hero-smartpoint__button--blue {
  background: #00507f; }
  .hero-smartpoint__button--blue:hover, .hero-smartpoint__button--blue:focus {
    background: #0479B5; }

.hero-smartpoint__container {
  padding-bottom: 0; }
  .hero-smartpoint__container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .hero-smartpoint__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; } }

.hero-smartpoint__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #1bacb3; }
  .hero-smartpoint__title span {
    display: block;
    color: #78be20; }
  @media (min-width: 768px) {
    .hero-smartpoint__title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .hero-smartpoint__title {
      font-size: 4.8rem; } }

.hero-smartpoint__header {
  font-size: 6.0rem;
  color: #5e2751; }

.hero-smartpoint__subheader {
  color: #00507f;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00507f; }

@media (min-width: 768px) {
  .hero-smartpoint__content,
  .hero-smartpoint__picture {
    width: 50%; } }

.hero-smartpoint__content {
  text-align: center;
  margin-bottom: 0.8rem; }
  @media (min-width: 768px) {
    .hero-smartpoint__content {
      text-align: left; } }

.hero-smartpoint__description {
  font-weight: 300;
  color: #00507f; }
  .hero-smartpoint__description ul {
    padding: 0 0 0 1rem; }
  .hero-smartpoint__description li {
    list-style-position: outside;
    margin-bottom: 2rem; }

.hero-smartpoint__picture,
.hero-smartpoint__image {
  display: block; }

/* fix extra margin below hero images */
.hero-smartpoint__picture picture,
.hero-smartpoint__picture img {
  display: block; }

.hero-whats-new {
  font-size: 1.8rem; }
  .hero-whats-new .hero__read-more {
    text-transform: none;
    line-height: 2; }
    .hero-whats-new .hero__read-more:after {
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 9px;
      height: 13px;
      background-position: -435px -51px;
      content: '';
      margin-left: 5px;
      vertical-align: middle; }
  .hero-whats-new .field--type-link-field {
    position: relative;
    margin: 2rem auto;
    text-align: center; }
    @media (min-width: 768px) {
      .hero-whats-new .field--type-link-field {
        margin: 0 auto;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 300px; } }
  .hero-whats-new .hero-whats-new__description,
  .hero-whats-new .field--name-field-description-2 .field__item,
  .hero-whats-new .hero__description {
    font-weight: 300;
    color: #00507f;
    columns: 1;
    column-gap: 0;
    line-height: 1.3;
    min-height: 50px; }
    @media (min-width: 768px) {
      .hero-whats-new .hero-whats-new__description,
      .hero-whats-new .field--name-field-description-2 .field__item,
      .hero-whats-new .hero__description {
        margin-bottom: 4rem; } }
    .hero-whats-new .hero-whats-new__description ul,
    .hero-whats-new .field--name-field-description-2 .field__item ul,
    .hero-whats-new .hero__description ul {
      padding: 0 0 0 1rem; }
    .hero-whats-new .hero-whats-new__description li,
    .hero-whats-new .field--name-field-description-2 .field__item li,
    .hero-whats-new .hero__description li {
      list-style-position: outside;
      margin-bottom: 2rem; }

.hero-whats-new__container {
  padding: 2rem; }
  @media (min-width: 768px) {
    .hero-whats-new__container {
      padding: 2rem 3.5rem; } }
  @media (min-width: 1024px) {
    .hero-whats-new__container {
      padding: 2rem 13rem; } }

.hero-whats-new__below {
  padding: 2rem; }
  @media (min-width: 768px) {
    .hero-whats-new__below {
      padding: 2rem 3.5rem; } }
  @media (min-width: 1024px) {
    .hero-whats-new__below {
      padding: 2rem 7rem; } }

@media (min-width: 768px) {
  .hero-whats-new__below {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.hero-whats-new__below--left,
.hero-whats-new__below--right {
  margin-bottom: 4rem;
  position: relative; }
  @media (min-width: 768px) {
    .hero-whats-new__below--left,
    .hero-whats-new__below--right {
      -ms-flex: 0 1 46%;
      flex: 0 1 46%;
      margin-bottom: inherit; } }

.hero-whats-new__button {
  text-transform: none;
  display: block;
  width: 190px; }
  @media (min-width: 768px) {
    .hero-whats-new__button {
      text-align: center;
      margin: 0 auto; } }

.hero-whats-new__container {
  padding-bottom: 0;
  border-bottom: 1px solid #d0d1d2; }
  .hero-whats-new__container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .hero-whats-new__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; } }

.hero-divider {
  display: block;
  height: 4px;
  border: 0;
  background: linear-gradient(to right, #0479b5 30%, #78be20 100%); }

.hero-whats-new__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #1bacb3; }
  .hero-whats-new__title.color--magenta {
    color: #5e2751; }
  .hero-whats-new__title.color--magenta-dark {
    color: #5A3484; }
  .hero-whats-new__title span {
    display: block;
    color: #78be20; }
    .hero-whats-new__title span.color--magenta {
      color: #5e2751; }
    .hero-whats-new__title span.color--magenta-dark {
      color: #5A3484; }
    .hero-whats-new__title span.color--blue {
      color: #1bacb3; }
  @media (min-width: 768px) {
    .hero-whats-new__title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .hero-whats-new__title {
      font-size: 4.8rem; } }

.hero-whats-new__header {
  font-size: 6.0rem;
  color: #5e2751; }

.hero-whats-new__subheader {
  color: #00507f;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00507f; }

@media (min-width: 768px) {
  .hero-whats-new__content,
  .hero-whats-new__picture {
    width: 50%; } }

.hero-whats-new__content {
  text-align: center;
  margin-bottom: 0.8rem; }
  @media (min-width: 768px) {
    .hero-whats-new__content {
      text-align: left; } }

.hero-whats-new__picture,
.hero-whats-new__image {
  display: block; }

/* fix extra margin below hero images */
.hero-whats-new__picture picture,
.hero-whats-new__picture img {
  display: block; }

.pane-bundle-three-column-image-and-text {
  width: 100%;
  margin-bottom: 1rem;
  height: 150px; }
  .pane-bundle-three-column-image-and-text .three-column--1,
  .pane-bundle-three-column-image-and-text .three-column--2,
  .pane-bundle-three-column-image-and-text .three-column--3 {
    width: 100%;
    color: #FFF;
    background-color: #890C58;
    float: left;
    height: 150px;
    padding: 0 2em; }
    @media (min-width: 1024px) {
      .pane-bundle-three-column-image-and-text .three-column--1,
      .pane-bundle-three-column-image-and-text .three-column--2,
      .pane-bundle-three-column-image-and-text .three-column--3 {
        width: 33%;
        margin-bottom: 0; }
        .pane-bundle-three-column-image-and-text .three-column--1 p,
        .pane-bundle-three-column-image-and-text .three-column--2 p,
        .pane-bundle-three-column-image-and-text .three-column--3 p {
          width: 200px; } }
    .pane-bundle-three-column-image-and-text .three-column--1 .three-column--content,
    .pane-bundle-three-column-image-and-text .three-column--2 .three-column--content,
    .pane-bundle-three-column-image-and-text .three-column--3 .three-column--content {
      display: table;
      margin: auto; }
      .pane-bundle-three-column-image-and-text .three-column--1 .three-column--content .field--type-image,
      .pane-bundle-three-column-image-and-text .three-column--2 .three-column--content .field--type-image,
      .pane-bundle-three-column-image-and-text .three-column--3 .three-column--content .field--type-image {
        float: left;
        margin: 1rem 2rem 1rem 0;
        line-height: 0; }
        .pane-bundle-three-column-image-and-text .three-column--1 .three-column--content .field--type-image img,
        .pane-bundle-three-column-image-and-text .three-column--2 .three-column--content .field--type-image img,
        .pane-bundle-three-column-image-and-text .three-column--3 .three-column--content .field--type-image img {
          height: 130px;
          width: auto; }
      .pane-bundle-three-column-image-and-text .three-column--1 .three-column--content a,
      .pane-bundle-three-column-image-and-text .three-column--2 .three-column--content a,
      .pane-bundle-three-column-image-and-text .three-column--3 .three-column--content a {
        color: #ffffff;
        font-weight: 400; }
      .pane-bundle-three-column-image-and-text .three-column--1 .three-column--content p,
      .pane-bundle-three-column-image-and-text .three-column--2 .three-column--content p,
      .pane-bundle-three-column-image-and-text .three-column--3 .three-column--content p {
        display: inline-block;
        margin-top: 1rem; }
  .pane-bundle-three-column-image-and-text .three-column--2,
  .pane-bundle-three-column-image-and-text .three-column--3 {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .pane-bundle-three-column-image-and-text .three-column--2,
      .pane-bundle-three-column-image-and-text .three-column--3 {
        margin-left: .5%; } }

.pane-bundle-gallery-slider-expander {
  width: 100%;
  background-color: #159cdf;
  display: inline-block; }
  .pane-bundle-gallery-slider-expander .gallery-slider--1,
  .pane-bundle-gallery-slider-expander .gallery-slider--2,
  .pane-bundle-gallery-slider-expander .gallery-slider--3,
  .pane-bundle-gallery-slider-expander .gallery-slider--4 {
    width: 100%;
    background-color: #159cdf;
    position: relative; }
    @media (min-width: 768px) {
      .pane-bundle-gallery-slider-expander .gallery-slider--1,
      .pane-bundle-gallery-slider-expander .gallery-slider--2,
      .pane-bundle-gallery-slider-expander .gallery-slider--3,
      .pane-bundle-gallery-slider-expander .gallery-slider--4 {
        width: 24%;
        float: left;
        overflow: hidden;
        margin: 1rem 0 1rem 0.8%; }
        .pane-bundle-gallery-slider-expander .gallery-slider--1.hidden,
        .pane-bundle-gallery-slider-expander .gallery-slider--2.hidden,
        .pane-bundle-gallery-slider-expander .gallery-slider--3.hidden,
        .pane-bundle-gallery-slider-expander .gallery-slider--4.hidden {
          display: none; } }
    .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image,
    .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image,
    .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image,
    .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image {
      float: left;
      width: 100%;
      line-height: 0;
      position: relative; }
      @media (min-width: 768px) {
        .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image,
        .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image,
        .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image,
        .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image {
          position: inherit; } }
      .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .gallery-slider--trigger-expand,
      .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .gallery-slider--trigger-expand,
      .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .gallery-slider--trigger-expand,
      .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .gallery-slider--trigger-expand {
        position: absolute;
        bottom: 2.5rem;
        right: 3rem;
        background-image: url("/sites/all/themes/custom/travelport/assets/dist/icons/icon--plus--white.svg");
        width: 32px;
        height: 32px;
        background-color: rgba(255, 255, 255, 0);
        background-repeat: no-repeat; }
        @media (min-width: 768px) {
          .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .gallery-slider--trigger-expand,
          .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .gallery-slider--trigger-expand,
          .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .gallery-slider--trigger-expand,
          .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .gallery-slider--trigger-expand {
            bottom: 2rem;
            right: 3rem;
            margin-top: inherit;
            padding-right: inherit; } }
      .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .field--name-field-slider-1-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .field--name-field-slider-2-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .field--name-field-slider-3-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .field--name-field-slider-4-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .field--name-field-slider-1-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .field--name-field-slider-2-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .field--name-field-slider-3-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .field--name-field-slider-4-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .field--name-field-slider-1-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .field--name-field-slider-2-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .field--name-field-slider-3-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .field--name-field-slider-4-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .field--name-field-slider-1-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .field--name-field-slider-2-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .field--name-field-slider-3-image,
      .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .field--name-field-slider-4-image {
        width: 100%;
        padding: 1rem;
        margin: auto; }
        @media (min-width: 768px) {
          .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .field--name-field-slider-1-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .field--name-field-slider-2-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .field--name-field-slider-3-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image .field--name-field-slider-4-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .field--name-field-slider-1-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .field--name-field-slider-2-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .field--name-field-slider-3-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image .field--name-field-slider-4-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .field--name-field-slider-1-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .field--name-field-slider-2-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .field--name-field-slider-3-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image .field--name-field-slider-4-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .field--name-field-slider-1-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .field--name-field-slider-2-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .field--name-field-slider-3-image,
          .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image .field--name-field-slider-4-image {
            width: 100%;
            padding: 0; } }
      .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--image img,
      .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--image img,
      .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--image img,
      .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--image img {
        width: 100%; }
  .pane-bundle-gallery-slider-expander .gallery-slider-1--copy,
  .pane-bundle-gallery-slider-expander .gallery-slider-2--copy,
  .pane-bundle-gallery-slider-expander .gallery-slider-3--copy,
  .pane-bundle-gallery-slider-expander .gallery-slider-4--copy {
    display: none;
    position: relative;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #159cdf;
    color: #ffffff;
    padding: 1rem 0 0 2rem; }
    @media (min-width: 768px) {
      .pane-bundle-gallery-slider-expander .gallery-slider-1--copy,
      .pane-bundle-gallery-slider-expander .gallery-slider-2--copy,
      .pane-bundle-gallery-slider-expander .gallery-slider-3--copy,
      .pane-bundle-gallery-slider-expander .gallery-slider-4--copy {
        width: 75%;
        opacity: 0; } }
    .pane-bundle-gallery-slider-expander .gallery-slider-1--copy h2,
    .pane-bundle-gallery-slider-expander .gallery-slider-2--copy h2,
    .pane-bundle-gallery-slider-expander .gallery-slider-3--copy h2,
    .pane-bundle-gallery-slider-expander .gallery-slider-4--copy h2 {
      color: #ffffff;
      line-height: 1.5;
      font-size: 1.5em; }
    .pane-bundle-gallery-slider-expander .gallery-slider-1--copy a,
    .pane-bundle-gallery-slider-expander .gallery-slider-2--copy a,
    .pane-bundle-gallery-slider-expander .gallery-slider-3--copy a,
    .pane-bundle-gallery-slider-expander .gallery-slider-4--copy a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      font-weight: bold; }
      .pane-bundle-gallery-slider-expander .gallery-slider-1--copy a::after,
      .pane-bundle-gallery-slider-expander .gallery-slider-2--copy a::after,
      .pane-bundle-gallery-slider-expander .gallery-slider-3--copy a::after,
      .pane-bundle-gallery-slider-expander .gallery-slider-4--copy a::after {
        content: url("/sites/all/themes/custom/travelport/assets/dist/icons/link.svg");
        width: 20px;
        height: 20px;
        position: absolute;
        margin-left: 1rem;
        padding-top: 0.25rem; }
    .pane-bundle-gallery-slider-expander .gallery-slider-1--copy p,
    .pane-bundle-gallery-slider-expander .gallery-slider-2--copy p,
    .pane-bundle-gallery-slider-expander .gallery-slider-3--copy p,
    .pane-bundle-gallery-slider-expander .gallery-slider-4--copy p {
      width: 90%;
      line-height: 1.5; }
    .pane-bundle-gallery-slider-expander .gallery-slider-1--copy .gallery-slider--trigger-close,
    .pane-bundle-gallery-slider-expander .gallery-slider-2--copy .gallery-slider--trigger-close,
    .pane-bundle-gallery-slider-expander .gallery-slider-3--copy .gallery-slider--trigger-close,
    .pane-bundle-gallery-slider-expander .gallery-slider-4--copy .gallery-slider--trigger-close {
      display: none;
      position: absolute;
      right: 1rem;
      top: 1rem;
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      width: 32px;
      height: 32px;
      background-position: -393px -5px;
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      border: 0;
      background-color: rgba(255, 255, 255, 0);
      transform: rotate(45deg); }
      @media (min-width: 768px) {
        .pane-bundle-gallery-slider-expander .gallery-slider-1--copy .gallery-slider--trigger-close,
        .pane-bundle-gallery-slider-expander .gallery-slider-2--copy .gallery-slider--trigger-close,
        .pane-bundle-gallery-slider-expander .gallery-slider-3--copy .gallery-slider--trigger-close,
        .pane-bundle-gallery-slider-expander .gallery-slider-4--copy .gallery-slider--trigger-close {
          display: inline-block; } }
    .pane-bundle-gallery-slider-expander .gallery-slider-1--copy.open,
    .pane-bundle-gallery-slider-expander .gallery-slider-2--copy.open,
    .pane-bundle-gallery-slider-expander .gallery-slider-3--copy.open,
    .pane-bundle-gallery-slider-expander .gallery-slider-4--copy.open {
      display: inline-block;
      opacity: 1; }
  .pane-bundle-gallery-slider-expander .gallery-slider--1 .gallery-slider--trigger-expand {
    right: 76.2%; }
  .pane-bundle-gallery-slider-expander .gallery-slider--2 .gallery-slider--trigger-expand {
    right: 51.2%; }
  .pane-bundle-gallery-slider-expander .gallery-slider--3 .gallery-slider--trigger-expand {
    right: 26.4%; }
  .pane-bundle-gallery-slider-expander .gallery-slider--4 .gallery-slider--trigger-expand {
    right: 1.8%; }

.form__required-notice {
  font-size: 1.2rem;
  color: #63666a; }

.form-item,
.form-type-submit,
.webform-component-submit {
  margin-bottom: 2rem; }

.form-actions {
  float: left;
  clear: both;
  position: relative; }

.form-select,
.form-text,
.form-textarea {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid rgba(99, 102, 106, 0.3);
  border-radius: 0; }

.form-textarea-wrapper textarea {
  /* width is set in js */
  max-width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 20; }

.form-textarea-wrapper .grippie {
  position: relative;
  z-index: 10; }

/**
 * Select inputs don't use the `sprite()` mixin, due to a
 * a lack of support for pseudo elements.
 */
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/icons/arrow--select.svg");
  background-size: 13px 9px;
  background-position: right 1rem center;
  background-repeat: no-repeat; }
  .form-select::-ms-expand {
    display: none; }

.form-submit,
.form .form-submit {
  display: block;
  border: none;
  width: auto;
  padding: 2rem;
  margin: 2rem auto; }

.form-type-search .form-text,
.webform-component-search .form-text {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/icons/form-search.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 1rem center; }

.form {
  max-width: 640px; }
  .form:after {
    content: '';
    display: table;
    clear: both; }

.page-content .form-item {
  padding: 0 2rem; }
  @media (min-width: 1024px) {
    .page-content .form-item {
      padding: 0 1rem 0 0; } }

@media (min-width: 1024px) {
  .form-item {
    width: 50%;
    padding-right: 1rem;
    float: left; }
    .form-item.form-item--business, .form-item.form-item--inquiry {
      width: 100%; } }

/* Setup grid for 3 col form header */
.form--3-col {
  /* Adjust padding to match other columns*/ }
  @media (min-width: 1024px) {
    .form--3-col .form__left {
      width: 41.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 0.8rem; }
    .form--3-col .form__middle {
      width: 41.66667%;
      float: left;
      margin-right: -100%;
      margin-left: 41.66667%;
      clear: none;
      padding-right: 0.8rem; }
    .form--3-col .form__right {
      width: 16.66667%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; }
    .form--3-col .form-item {
      width: 100%;
      display: block;
      padding: 0;
      float: none; } }
  .form--3-col .form-submit {
    padding: 1.3rem 2rem;
    margin: 3rem auto; }

/* Style override for blog edit screen to ensure it doesn't go two column. */
@media (min-width: 1024px) {
  .node-blog_post-form .form-item {
    width: 100%;
    padding-right: inherit;
    float: inherit; } }

.contact-us__image {
  width: 100%;
  display: block;
  margin: 0 auto 2rem;
  /* Override content padding for page content images */ }
  .page-content .contact-us__image {
    padding: 0; }

.contact-us__support {
  text-align: center;
  display: block; }

/* Final description field needs to be full-width */
.webform-component-textarea,
.webform-component--is-there-anything-else-you-would-like-to-know-about {
  width: 100%; }

/* Marketing checkbox field needs to be inline. */
.webform-component--checkbox {
  width: 100%; }
  .webform-component--checkbox .form-type-checkbox {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .webform-component--checkbox .form-checkbox {
    margin-right: 1em;
    transform: scale(1.2, 1.2); }

/**
 * Updates spacing on contact us
 * form elelements.
 */
.webform-unsubscribe {
  margin-bottom: 10px; }
  .webform-unsubscribe .form-type-checkbox {
    margin-bottom: 0; }

.webform-component--preferences {
  width: 100%;
  margin-bottom: 0; }
  .webform-component--preferences > p {
    margin-bottom: 0; }

.sidebar-locations {
  padding: 2rem 2rem;
  background: #159cdf;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.8rem; }
  @media (min-width: 1024px) {
    .sidebar-locations {
      padding: 2rem 3.5rem; } }
  .sidebar-locations h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.2; }

.sidebar-locations__location {
  padding-left: 1rem;
  margin-bottom: 2rem; }

.sidebar-locations__button {
  border: 2px solid #ffffff;
  font-size: 1.6rem;
  margin: auto; }

.sidebar-locations__read-more {
  text-align: center; }

.content-listing {
  padding: 2rem 2rem; }
  .content-listing:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .content-listing {
      padding: 2rem 3.5rem; } }

.content-listing__left {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0; }
  @media (min-width: 768px) {
    .content-listing__left {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 3.5rem;
      border-right: 2px solid rgba(99, 102, 106, 0.3); } }

.content-listing__right {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0; }
  @media (min-width: 768px) {
    .content-listing__right {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 3.5rem; } }

.content-listing__article {
  margin-bottom: 2rem; }
  .content-listing__article:after {
    content: '';
    display: table;
    clear: both; }

/* Using px instead of rem so that margin on article
 * body will be identical regardless of root size.
 */
.content-listing__picture {
  float: left;
  margin-right: 20px; }

/* thumbnail = 100px, margin = 20px */
.content-listing__body {
  margin-left: 120px; }

.content-listing__title {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #00507f; }

.content-listing__summary {
  font-size: 1.8rem;
  line-height: 1.3; }
  .content-listing__summary p {
    margin-bottom: 0; }
    .content-listing__summary p + p {
      margin-top: 0.8rem; }

/* Override page content layout padding */
.page-content .content-listing p,
.page-content .content-listing h1, .page-content .content-listing h2, .page-content .content-listing h3, .page-content .content-listing h4, .page-content .content-listing h5, .page-content .content-listing h6,
.page-content .content-listing div,
.page-content .content-listing img,
.page-content .content-listing figure,
.page-content .content-listing table,
.page-content .content-listing ul,
.page-content .content-listing ol,
.page-content .content-listing iframe {
  padding: 0; }

.article-listing__article,
.node--press-release--list-view {
  margin-bottom: 2rem; }
  .article-listing__article:after,
  .node--press-release--list-view:after {
    content: '';
    display: table;
    clear: both; }

/* Using px instead of rem so that margin on article
 * body will be identical regardless of root size.
 */
.article-listing__picture {
  float: left;
  margin-right: 20px; }

/* thumbnail = 100px, margin = 20px */
.article-listing__body {
  margin-left: 120px; }

.article-listing__title {
  font-size: 2rem;
  line-height: 2.2rem; }

/* Override page content layout padding */
.page-content .article-listing p,
.page-content .article-listing h1, .page-content .article-listing h2, .page-content .article-listing h3, .page-content .article-listing h4, .page-content .article-listing h5, .page-content .article-listing h6,
.page-content .article-listing div,
.page-content .article-listing img,
.page-content .article-listing figure,
.page-content .article-listing table,
.page-content .article-listing ul,
.page-content .article-listing ol,
.page-content .article-listing iframe {
  padding: 0; }

.thumbnail-image {
  border: 2px solid #63666a;
  max-width: 100px; }

.event-highlight__image {
  border: 2px solid #ffffff;
  margin-bottom: 2rem;
  display: block;
  width: 100%; }

.rss-feeds__icon--rss {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: -5px -370px; }

.listing-filters {
  background: #00507f;
  color: #ffffff;
  margin-bottom: 2rem;
  position: relative;
  /* Submit Input Overrides */ }
  @media (min-width: 768px) {
    .listing-filters {
      /* Create the blue background that goes behind
     * the bio picture on the desktop version
     */ }
      .listing-filters::before {
        display: block;
        content: '';
        position: absolute;
        z-index: 10;
        width: 9999px;
        height: 100%;
        right: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #00507f; } }
  .listing-filters .listing-filters__flex-container {
    padding: 0.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .listing-filters .form-item {
    float: left;
    width: auto;
    color: #999999;
    padding: 0 0.8rem 0 0;
    margin-bottom: 0.8rem;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .listing-filters .form-item .form-item,
    .listing-filters .form-item .date-padding {
      padding: 0;
      margin: 0;
      float: none;
      display: block;
      width: 100%; }
  .listing-filters label {
    color: #ffffff; }
  .listing-filters input,
  .listing-filters select {
    font-size: 1.4rem; }
  .listing-filters .form-select {
    padding-right: 3rem; }
  .listing-filters .form-actions {
    float: left;
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 0.8rem; }
  .listing-filters .form-submit {
    float: none;
    border: 2px solid #ffffff;
    height: 39px;
    line-height: 1;
    padding: 0 2rem;
    margin: 0.8rem auto;
    width: 100%; }
    @media (min-width: 768px) {
      .listing-filters .form-submit {
        width: auto;
        margin-left: 0;
        margin-right: 0; } }

.branded-fares-customers__item {
  width: 100%;
  margin: 10px;
  background: #ffffff;
  list-style: none;
  padding: 12px 12px 0; }
  @media (min-width: 768px) {
    .branded-fares-customers__item {
      width: calc(100% / 2 - 20px); } }
  @media (min-width: 1280px) {
    .branded-fares-customers__item {
      margin: 10px 0 10px 15px;
      width: calc(100% / 3 - 20px); } }

.branded-fares-customers__header {
  margin-bottom: 30px; }
  .branded-fares-customers__header a:focus {
    border: 0; }
  .branded-fares-customers__header img {
    display: block; }

.branded-fares-customers__item--content {
  margin-bottom: 0; }

.branded-fares-customers__resources {
  padding: 0; }

.branded-fares-customers__resources--item {
  border-top: 1px solid #f2f2f2;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  line-height: -moz-block-height; }
  .branded-fares-customers__resources--item svg {
    overflow: inherit; }

.branded-fares-customers__link {
  display: block;
  padding: 12px 0 12px 0; }
  .branded-fares-customers__link:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -51px -412px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .branded-fares-customers__link::after {
    float: right;
    margin-top: 4px; }

.branded-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: -4px; }

.branded-fares-customers__list {
  background: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 10px 0; }
  .branded-fares-customers__list a:focus {
    border: 0; }

.landing-splash {
  margin: 0.8rem 0; }
  .landing-splash a {
    color: #ffffff; }
    .landing-splash a:hover, .landing-splash a:focus, .landing-splash a:active {
      color: #ffffff;
      border-bottom: 2px solid;
      text-decoration: none; }

.landing-splash__content {
  background: #78be20;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.landing-splash__title {
  color: #ffffff; }
  .landing-splash__title a {
    color: #ffffff; }
    .landing-splash__title a:hover, .landing-splash__title a:focus, .landing-splash__title a:active {
      color: #ffffff;
      text-decoration: underline; }

.landing-splash__read-more {
  color: #ffffff; }
  .landing-splash__read-more:hover, .landing-splash__read-more:focus, .landing-splash__read-more:active {
    color: #ffffff;
    border-bottom: 2px solid;
    text-decoration: none; }

.landing-splash__image,
.landing-splash__image img {
  display: block;
  width: 100%;
  margin-bottom: 0.8rem; }

.awards__image {
  display: block;
  width: auto;
  margin: auto; }

.awards__award--2 {
  border: 2px solid rgba(99, 102, 106, 0.3);
  border-left: none;
  border-right: none; }
  @media (min-width: 768px) {
    .awards__award--2 {
      border: 2px solid rgba(99, 102, 106, 0.3);
      border-top: none;
      border-bottom: none; } }

.awards__title {
  padding-top: 10px; }

.awards__sub-title {
  color: #63666a;
  font-size: 1.8rem;
  line-height: 1; }

.press-kit-link {
  padding-left: 1.6rem;
  position: relative; }
  .press-kit-link::before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    background-position: -5px -412px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.landing-buckets {
  margin-bottom: 0.8rem;
  background: #159cdf; }
  .landing-buckets h2,
  .landing-buckets h3 {
    color: #ffffff; }

.landing-buckets__item {
  background: #159cdf;
  color: #ffffff;
  position: relative; }
  .landing-buckets__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.2; }
    @media (min-width: 768px) {
      .landing-buckets__item:before {
        width: 60px;
        height: 60px; } }
  .landing-buckets__item a {
    color: #ffffff; }
    .landing-buckets__item a:hover, .landing-buckets__item a:focus, .landing-buckets__item a:active {
      color: #ffffff; }
  .landing-buckets__item:nth-child(1), .landing-buckets__item:nth-child(2) {
    margin-bottom: 0.8rem; }
    @media (min-width: 768px) {
      .landing-buckets__item:nth-child(1), .landing-buckets__item:nth-child(2) {
        border-right: 0.8rem solid #ffffff;
        margin-bottom: 0; } }

.landing-buckets__title,
.landing-buckets__sub-title {
  color: #ffffff; }

.landing-buckets__event {
  margin-bottom: 1rem; }

.landing-buckets__content {
  margin-bottom: 2rem; }

.customer-segment {
  background: #159cdf;
  color: #ffffff;
  position: relative;
  transition: all ease-in-out 0.25s;
  margin: 0.8rem 0; }
  @media (min-width: 768px) {
    .customer-segment {
      padding-bottom: 4.5rem; } }
  .customer-segment h2 {
    color: #ffffff;
    font-weight: 400; }
    @media (min-width: 768px) {
      .customer-segment h2 {
        font-size: 2.0rem; } }
    @media (min-width: 1024px) {
      .customer-segment h2 {
        font-size: 2.6rem; } }
  @media (min-width: 768px) {
    .customer-segment p {
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    .customer-segment p {
      font-size: 1.8rem; } }
  .customer-segment a {
    color: #ffffff; }
    .customer-segment a:hover, .customer-segment a:active, .customer-segment a:focus {
      color: #00507f;
      outline: none; }
    .customer-segment a:focus {
      border: 2px solid #ffffff; }

.customer-segment__segment {
  padding: 3.3rem 3rem 1rem;
  /**
   * Borders. This component uses top and bottom borders
   * on mobile, and pseudo-element borders for the layout
   * on desktop.
   */ }
  .l-threecol__third--2 .customer-segment__segment {
    border: 0.8rem solid #ffffff;
    border-left: none;
    border-right: none; }
    @media (min-width: 768px) {
      .l-threecol__third--2 .customer-segment__segment {
        border: none;
        position: relative; }
        .l-threecol__third--2 .customer-segment__segment:before, .l-threecol__third--2 .customer-segment__segment:after {
          display: block;
          content: '';
          position: absolute;
          width: 1px;
          height: auto;
          top: 3.3rem;
          bottom: 0;
          left: 0;
          background: white; }
        .l-threecol__third--2 .customer-segment__segment:after {
          left: auto;
          right: 0; } }

.customer-segment__button {
  clear: both;
  display: block; }

.customer-segment__icons {
  padding: 0;
  margin: 3.5rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .customer-segment__icons:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .js .customer-segment__icons {
      max-height: 0;
      margin: 0;
      transition: all ease-in-out 0.25s;
      overflow: hidden; }
    .active .customer-segment__icons {
      max-height: 350px;
      margin: 3.5rem 0 0; } }

.customer-segment__icons__item {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 0;
  display: block;
  float: left;
  width: 50%;
  min-height: 120px;
  /* normal height of icon + text */ }
  .customer-segment__icons--3-col .customer-segment__icons__item {
    width: 33.33333%; }

.customer-segment__icon {
  display: block;
  max-width: 120px;
  min-height: 92px;
  margin: auto;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  font-size: 1.6rem;
  /* Connect, share, promote */
  /* Search, sell, pay */
  /* Partner, build, innovate */ }
  .customer-segment__icon:before {
    display: block !important;
    content: '';
    margin: auto auto 0.8rem; }
  .customer-segment__icon.icon--airlines:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -129px -199px; }
  .customer-segment__icon.icon--airlines:focus:before, .customer-segment__icon.icon--airlines:hover:before, .customer-segment__icon.icon--airlines:active:before {
    display: inline-block;
    background-position: -67px -199px; }
  .customer-segment__icon.icon--hotels:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -253px -261px; }
  .customer-segment__icon.icon--hotels:focus:before, .customer-segment__icon.icon--hotels:hover:before, .customer-segment__icon.icon--hotels:active:before {
    display: inline-block;
    background-position: -191px -261px; }
  .customer-segment__icon.icon--cars:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -5px -75px; }
  .customer-segment__icon.icon--cars:focus:before, .customer-segment__icon.icon--cars:hover:before, .customer-segment__icon.icon--cars:active:before {
    display: inline-block;
    background-position: -191px -199px; }
  .customer-segment__icon.icon--rail:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -207px -5px; }
  .customer-segment__icon.icon--rail:focus:before, .customer-segment__icon.icon--rail:hover:before, .customer-segment__icon.icon--rail:active:before {
    display: inline-block;
    background-position: -207px -67px; }
  .customer-segment__icon.icon--cruise:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -5px -261px; }
  .customer-segment__icon.icon--cruise:focus:before, .customer-segment__icon.icon--cruise:hover:before, .customer-segment__icon.icon--cruise:active:before {
    display: inline-block;
    background-position: -269px -191px; }
  .customer-segment__icon.icon--tour:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -5px -137px; }
  .customer-segment__icon.icon--tour:focus:before, .customer-segment__icon.icon--tour:hover:before, .customer-segment__icon.icon--tour:active:before {
    display: inline-block;
    background-position: -67px -137px; }
  .customer-segment__icon.icon--leisure-and-mixed-travel-agencies:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -129px -137px; }
  .customer-segment__icon.icon--leisure-and-mixed-travel-agencies:focus:before, .customer-segment__icon.icon--leisure-and-mixed-travel-agencies:hover:before, .customer-segment__icon.icon--leisure-and-mixed-travel-agencies:active:before {
    display: inline-block;
    background-position: -269px -5px; }
  .customer-segment__icon.icon--travel-management-companies:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -145px -5px; }
  .customer-segment__icon.icon--travel-management-companies:focus:before, .customer-segment__icon.icon--travel-management-companies:hover:before, .customer-segment__icon.icon--travel-management-companies:active:before {
    display: inline-block;
    background-position: -145px -67px; }
  .customer-segment__icon.icon--online-travel-agencies:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -269px -129px; }
  .customer-segment__icon.icon--online-travel-agencies:focus:before, .customer-segment__icon.icon--online-travel-agencies:hover:before, .customer-segment__icon.icon--online-travel-agencies:active:before {
    display: inline-block;
    background-position: -331px -253px; }
  .customer-segment__icon.icon--corporations:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -67px -75px; }
  .customer-segment__icon.icon--corporations:focus:before, .customer-segment__icon.icon--corporations:hover:before, .customer-segment__icon.icon--corporations:active:before {
    display: inline-block;
    background-position: -269px -67px; }
  .customer-segment__icon.icon--developers:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -129px -261px; }
  .customer-segment__icon.icon--developers:focus:before, .customer-segment__icon.icon--developers:hover:before, .customer-segment__icon.icon--developers:active:before {
    display: inline-block;
    background-position: -67px -261px; }
  .customer-segment__icon.icon--technology-partners:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -207px -129px; }
  .customer-segment__icon.icon--technology-partners:focus:before, .customer-segment__icon.icon--technology-partners:hover:before, .customer-segment__icon.icon--technology-partners:active:before {
    display: inline-block;
    background-position: -5px -199px; }
  .customer-segment__icon.icon--industry-affairs:before, .customer-segment__icon.icon--government-affairs:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -331px -67px; }
  .customer-segment__icon.icon--industry-affairs:focus:before, .customer-segment__icon.icon--industry-affairs:hover:before, .customer-segment__icon.icon--industry-affairs:active:before, .customer-segment__icon.icon--government-affairs:focus:before, .customer-segment__icon.icon--government-affairs:hover:before, .customer-segment__icon.icon--government-affairs:active:before {
    display: inline-block;
    background-position: -331px -5px; }
  .customer-segment__icon.icon--labs:before, .customer-segment__icon.icon--travelport-labs:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 52px;
    height: 52px;
    background-position: -331px -191px; }
  .customer-segment__icon.icon--labs:focus:before, .customer-segment__icon.icon--labs:hover:before, .customer-segment__icon.icon--labs:active:before, .customer-segment__icon.icon--travelport-labs:focus:before, .customer-segment__icon.icon--travelport-labs:hover:before, .customer-segment__icon.icon--travelport-labs:active:before {
    display: inline-block;
    background-position: -331px -129px; }

/* Expand/Close Functions */
.customer-segment__clickable {
  cursor: pointer; }

.customer-segment__button {
  text-align: center;
  width: 100%;
  height: 32px;
  padding: 0;
  margin: 2.5rem auto 1.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  /* padding: 100% doesn't work well in this case */
  text-indent: -9999px;
  /* hide on mobile */
  display: none; }
  .customer-segment__button:hover, .customer-segment__button:focus, .customer-segment__button:active {
    border: none; }
  .customer-segment__button::before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: -393px -5px;
    display: block;
    content: '';
    margin: auto; }
  .customer-segment__button.active::before {
    display: inline-block;
    background-position: -225px -323px; }
  .no-js .customer-segment__button {
    display: none;
    visibility: hidden; }
  @media (min-width: 768px) {
    .customer-segment__button {
      display: block; } }

.promo-banner__title {
  text-align: left; }

.promo-banner__description {
  padding-right: 2rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #00507f; }
  @media (min-width: 1024px) {
    .promo-banner__description {
      font-size: 2.6rem; } }

.promo-banner__image {
  display: block;
  margin: auto; }

@media (min-width: 768px) {
  .promo-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 3.5rem;
    max-width: 1280px;
    margin: auto; }
    .promo-banner:after {
      content: '';
      display: table;
      clear: both; } }

.promo-banner__one {
  font-size: 2.6rem; }
  @media (min-width: 1024px) {
    .promo-banner__one {
      font-size: 3.6rem; } }
  .promo-banner__one a {
    color: #00507f; }
    .promo-banner__one a:hover, .promo-banner__one a:focus, .promo-banner__one a:active {
      color: #159cdf; }

.promo-banner__two {
  font-size: 4.0rem; }
  .promo-banner__two a {
    color: #5e2751; }
    .promo-banner__two a:hover, .promo-banner__two a:focus, .promo-banner__two a:active {
      color: #159cdf; }
  @media (min-width: 1024px) {
    .promo-banner__two {
      font-size: 6.0rem; } }

.promo-banner__picture,
.promo-banner__container {
  padding: 0 2rem; }
  @media (min-width: 768px) {
    .promo-banner__picture,
    .promo-banner__container {
      padding: 0; } }

.promo-banner__picture {
  border-bottom: 2px solid rgba(99, 102, 106, 0.3); }
  .no-border .promo-banner__picture {
    border: none; }
  @media (min-width: 768px) {
    .promo-banner__picture {
      width: 33.33333%;
      clear: right;
      float: left;
      padding-right: 3.5rem;
      border: none; } }
  .promo-banner--right .promo-banner__picture {
    -ms-flex-order: 1;
    order: 1; }

.promo-banner__container {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .promo-banner__container {
      width: 66.66667%;
      clear: right;
      float: left;
      padding-right: 3.5rem;
      padding-top: 0;
      padding-left: 0.8rem;
      padding-bottom: 0; }
      .promo-banner--right .promo-banner__container {
        padding-left: 0;
        padding-right: 0.8rem; } }

.promo-banner__content {
  /**
   * set top level divs (which would be of the flex
   * layout) to have the same min-width as the read-more
   * link. Resolves an issue with the button width in Safari
   */ }
  @media (min-width: 768px) {
    .promo-banner__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .promo-banner__content > div {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 140px; }

.promo-banner__read-more {
  text-align: center;
  min-width: 140px;
  max-width: 140px;
  margin: 0 auto auto; }
  @media (min-width: 768px) {
    .promo-banner__read-more {
      max-width: none; } }

.feature-dropdown {
  color: #00507f; }
  .feature-dropdown h2,
  .feature-dropdown h3,
  .feature-dropdown a {
    color: #00507f; }
  .feature-dropdown img {
    display: block;
    width: 100%;
    margin: auto; }

.feature-dropdown__description {
  font-size: 1.8rem; }

.feature-dropdown__item {
  padding: 2rem 2rem;
  margin: 0.8rem 0;
  position: relative;
  background: transparent; }
  @media (min-width: 1024px) {
    .feature-dropdown__item {
      padding: 2rem 3.5rem; } }
  .feature-dropdown__item:nth-child(odd), .feature-dropdown__item.feature-dropdown--gray {
    background: #f2f2f2; }
  .feature-dropdown__item.feature-dropdown--white {
    background: transparent; }
  .feature-dropdown__item.feature-dropdown--blue {
    color: #ffffff;
    background: #159cdf; }
    .feature-dropdown__item.feature-dropdown--blue h2,
    .feature-dropdown__item.feature-dropdown--blue h3,
    .feature-dropdown__item.feature-dropdown--blue a {
      color: #ffffff; }
    .feature-dropdown__item.feature-dropdown--blue .image--border {
      border-color: #ffffff; }
    .feature-dropdown__item.feature-dropdown--blue .download-link--white::before {
      display: inline-block;
      background-position: -169px -412px; }

.feature-dropdown__resource {
  background: #78be20;
  color: #ffffff;
  padding: 2rem;
  margin-top: 0.8rem; }
  .feature-dropdown__resource h2,
  .feature-dropdown__resource h3 {
    color: #ffffff; }
  .feature-dropdown__resource a {
    color: #ffffff; }
  .feature-dropdown--blue .feature-dropdown__resource {
    background-color: #ffffff;
    color: #00507f; }
    .feature-dropdown--blue .feature-dropdown__resource h2,
    .feature-dropdown--blue .feature-dropdown__resource h3 {
      color: #00507f; }
    .feature-dropdown--blue .feature-dropdown__resource a {
      color: #159cdf; }

.feature-dropdown__link {
  display: block;
  float: left;
  clear: both; }
  .feature-dropdown__link:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .feature-dropdown--blue .feature-dropdown__link {
    color: #159cdf; }
    .feature-dropdown--blue .feature-dropdown__link:after {
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 9px;
      height: 13px;
      background-position: -51px -412px;
      content: '';
      margin-left: 5px;
      vertical-align: middle; }

.feature-dropdown__toggle {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  background-position: -267px -323px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 2rem;
  right: 2rem;
  border: none; }
  .no-js .feature-dropdown__toggle {
    display: none;
    visibility: hidden; }
  @media (min-width: 768px) {
    .feature-dropdown__toggle {
      position: static;
      float: right; } }
  .feature-dropdown__toggle:hover, .feature-dropdown__toggle:focus, .feature-dropdown__toggle:active, .feature-dropdown__toggle.active {
    border: none; }
  .feature-dropdown__toggle.active {
    display: inline-block;
    background-position: -309px -323px; }
  .feature-dropdown--blue .feature-dropdown__toggle {
    display: inline-block;
    background-position: -393px -5px; }
    .feature-dropdown--blue .feature-dropdown__toggle.active {
      display: inline-block;
      background-position: -225px -323px; }

/* Toggle effect */
.js {
  /* Expand the entire section on mobile */
  /* expand only the paragraph div on tablet/desktop */ }
  .js .feature-dropdown__description,
  .js .feature-dropdown__resource {
    transition: all ease-in-out 0.25s;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  .js .active .feature-dropdown__description,
  .js .active .feature-dropdown__resource {
    max-height: 99em; }
  .js .active .feature-dropdown__resource {
    padding: 2rem; }
  @media (min-width: 768px) {
    .js .feature-dropdown__description {
      max-height: none; } }
  @media (min-width: 768px) {
    .js .feature-dropdown__expand {
      transition: all ease-in-out 0.25s;
      max-height: 0;
      overflow: hidden; }
    .js .active .feature-dropdown__expand {
      max-height: 99em; } }

.feature-double {
  margin: 0.8rem 0;
  background: #f2f2f2;
  font-size: 1.8rem; }
  .feature-double .picture__image {
    position: relative;
    height: 0;
    padding-bottom: 55.6%; }
  .feature-double img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto; }

.feature-double:nth-child(odd),
.feature-double.feature-double--blue {
  background: #159cdf;
  color: #ffffff; }
  .feature-double:nth-child(odd) h2,
  .feature-double:nth-child(odd) h3,
  .feature-double.feature-double--blue h2,
  .feature-double.feature-double--blue h3 {
    color: #ffffff; }
  .feature-double:nth-child(odd) a,
  .feature-double.feature-double--blue a {
    color: #ffffff; }
  .feature-double:nth-child(odd) .image--border,
  .feature-double:nth-child(odd) .media-youtube-video,
  .feature-double.feature-double--blue .image--border,
  .feature-double.feature-double--blue .media-youtube-video {
    border-color: #ffffff; }
  .feature-double:nth-child(odd) .arrow-link:after,
  .feature-double.feature-double--blue .arrow-link:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }

.feature-double.feature-double--gray {
  background: #f2f2f2;
  color: inherit; }
  .feature-double.feature-double--gray h2,
  .feature-double.feature-double--gray h3 {
    color: #00507f; }
  .feature-double.feature-double--gray a {
    color: #00507f; }
  .feature-double.feature-double--gray .image--border,
  .feature-double.feature-double--gray .media-youtube-video {
    border-color: #999999; }
  .feature-double.feature-double--gray .arrow-link:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -51px -412px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .feature-double.feature-double--gray .arrow-link:hover:after, .feature-double.feature-double--gray .arrow-link:focus:after, .feature-double.feature-double--gray .arrow-link:active:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -89px -412px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }

.feature-double__link {
  display: block;
  margin-top: 0.8rem; }

.feature-full {
  padding: 2rem 2rem;
  background: #159cdf;
  color: #ffffff;
  margin: 0.8rem 0; }
  @media (min-width: 1024px) {
    .feature-full {
      padding: 2rem 3.5rem; } }
  .feature-full h2,
  .feature-full h3 {
    color: #ffffff; }
  .feature-full a {
    color: #ffffff; }
    .feature-full a:hover, .feature-full a:focus, .feature-full a:active {
      border-bottom: 2px solid;
      text-decoration: none; }
  .feature-full .arrow-link:after,
  .feature-full .landing__links a:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .feature-full .image--border,
  .feature-full .media-youtube-video {
    border-color: #ffffff; }
  .feature-full img {
    display: block;
    width: 100%;
    margin: auto; }

.feature-full:nth-child(even),
.feature-full.feature-full--gray {
  background: #f2f2f2;
  color: inherit; }
  .feature-full:nth-child(even) h2,
  .feature-full:nth-child(even) h3,
  .feature-full.feature-full--gray h2,
  .feature-full.feature-full--gray h3 {
    color: #00507f; }
    .feature-full:nth-child(even) h2 a,
    .feature-full:nth-child(even) h3 a,
    .feature-full.feature-full--gray h2 a,
    .feature-full.feature-full--gray h3 a {
      color: #00507f; }
      .feature-full:nth-child(even) h2 a:hover, .feature-full:nth-child(even) h2 a:focus, .feature-full:nth-child(even) h2 a:active,
      .feature-full:nth-child(even) h3 a:hover,
      .feature-full:nth-child(even) h3 a:focus,
      .feature-full:nth-child(even) h3 a:active,
      .feature-full.feature-full--gray h2 a:hover,
      .feature-full.feature-full--gray h2 a:focus,
      .feature-full.feature-full--gray h2 a:active,
      .feature-full.feature-full--gray h3 a:hover,
      .feature-full.feature-full--gray h3 a:focus,
      .feature-full.feature-full--gray h3 a:active {
        color: #159cdf; }
  .feature-full:nth-child(even) a,
  .feature-full.feature-full--gray a {
    color: #159cdf; }
    .feature-full:nth-child(even) a:hover, .feature-full:nth-child(even) a:focus, .feature-full:nth-child(even) a:active,
    .feature-full.feature-full--gray a:hover,
    .feature-full.feature-full--gray a:focus,
    .feature-full.feature-full--gray a:active {
      color: #00507f; }
  .feature-full:nth-child(even) .arrow-link:after,
  .feature-full:nth-child(even) .landing__links a:after,
  .feature-full.feature-full--gray .arrow-link:after,
  .feature-full.feature-full--gray .landing__links a:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -51px -412px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .feature-full:nth-child(even) .arrow-link:hover:after, .feature-full:nth-child(even) .arrow-link:focus:after, .feature-full:nth-child(even) .arrow-link:active:after,
  .feature-full:nth-child(even) .landing__links a:hover:after,
  .feature-full:nth-child(even) .landing__links a:focus:after,
  .feature-full:nth-child(even) .landing__links a:active:after,
  .feature-full.feature-full--gray .arrow-link:hover:after,
  .feature-full.feature-full--gray .arrow-link:focus:after,
  .feature-full.feature-full--gray .arrow-link:active:after,
  .feature-full.feature-full--gray .landing__links a:hover:after,
  .feature-full.feature-full--gray .landing__links a:focus:after,
  .feature-full.feature-full--gray .landing__links a:active:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -89px -412px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .feature-full:nth-child(even) .image--border,
  .feature-full:nth-child(even) .media-youtube-video,
  .feature-full.feature-full--gray .image--border,
  .feature-full.feature-full--gray .media-youtube-video {
    border-color: #999999; }

.feature-full.feature-full--blue {
  background: #159cdf;
  color: #ffffff; }
  .feature-full.feature-full--blue h2,
  .feature-full.feature-full--blue h3 {
    color: #ffffff; }
    .feature-full.feature-full--blue h2 a,
    .feature-full.feature-full--blue h3 a {
      color: #ffffff; }
      .feature-full.feature-full--blue h2 a:hover, .feature-full.feature-full--blue h2 a:focus, .feature-full.feature-full--blue h2 a:active,
      .feature-full.feature-full--blue h3 a:hover,
      .feature-full.feature-full--blue h3 a:focus,
      .feature-full.feature-full--blue h3 a:active {
        color: #ffffff;
        border-bottom: 2px solid;
        text-decoration: none; }
  .feature-full.feature-full--blue a {
    color: #ffffff; }
    .feature-full.feature-full--blue a:hover, .feature-full.feature-full--blue a:focus, .feature-full.feature-full--blue a:active {
      color: #ffffff; }
  .feature-full.feature-full--blue .arrow-link:after,
  .feature-full.feature-full--blue .landing__links a:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .feature-full.feature-full--blue .arrow-link:hover:after, .feature-full.feature-full--blue .arrow-link:focus:after, .feature-full.feature-full--blue .arrow-link:active:after,
  .feature-full.feature-full--blue .landing__links a:hover:after,
  .feature-full.feature-full--blue .landing__links a:focus:after,
  .feature-full.feature-full--blue .landing__links a:active:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .feature-full.feature-full--blue .image--border,
  .feature-full.feature-full--blue .media-youtube-video {
    border-color: #ffffff; }

.feature-full__description {
  font-size: 1.8rem; }

.feature-full.feature-full--white {
  background: #ffffff;
  color: inherit; }
  .feature-full.feature-full--white h2,
  .feature-full.feature-full--white h3 {
    color: #00507f; }
    .feature-full.feature-full--white h2 a,
    .feature-full.feature-full--white h3 a {
      color: #00507f; }
      .feature-full.feature-full--white h2 a:hover, .feature-full.feature-full--white h2 a:focus, .feature-full.feature-full--white h2 a:active,
      .feature-full.feature-full--white h3 a:hover,
      .feature-full.feature-full--white h3 a:focus,
      .feature-full.feature-full--white h3 a:active {
        color: #159cdf; }
  .feature-full.feature-full--white a {
    color: #159cdf; }
    .feature-full.feature-full--white a:hover, .feature-full.feature-full--white a:focus, .feature-full.feature-full--white a:active {
      color: #00507f; }
  .feature-full.feature-full--white .arrow-link:after,
  .feature-full.feature-full--white .landing__links a:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -51px -412px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .feature-full.feature-full--white .arrow-link:hover:after, .feature-full.feature-full--white .arrow-link:focus:after, .feature-full.feature-full--white .arrow-link:active:after,
  .feature-full.feature-full--white .landing__links a:hover:after,
  .feature-full.feature-full--white .landing__links a:focus:after,
  .feature-full.feature-full--white .landing__links a:active:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -89px -412px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }

.feature-full--white:nth-child(even) .media-youtube-video {
  border-color: #ffffff; }

.section-careers-new .feature-full--white,
.section-careers .feature-full--white {
  width: 80%;
  margin: auto;
  background-color: #ffffff; }
  .section-careers-new .feature-full--white h2,
  .section-careers .feature-full--white h2 {
    padding-top: 1rem; }
  .section-careers-new .feature-full--white p,
  .section-careers .feature-full--white p {
    line-height: 1.5; }
  .section-careers-new .feature-full--white .l-feature-full__content,
  .section-careers-new .feature-full--white .l-feature-full__picture,
  .section-careers .feature-full--white .l-feature-full__content,
  .section-careers .feature-full--white .l-feature-full__picture {
    width: 100%; }
    @media (min-width: 1024px) {
      .section-careers-new .feature-full--white .l-feature-full__content,
      .section-careers-new .feature-full--white .l-feature-full__picture,
      .section-careers .feature-full--white .l-feature-full__content,
      .section-careers .feature-full--white .l-feature-full__picture {
        width: 45%; } }

.promo-box {
  background: #f2f2f2;
  padding: 2rem 2rem 70px;
  position: relative; }
  .promo-box img {
    display: block;
    width: 100%; }

.promo-box__paragraph {
  font-size: 1.8rem;
  padding-top: 10px; }

.promo-box__read-more {
  padding-top: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
  background: #a7a7a7;
  color: #ffffff; }
  .promo-box__read-more:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .promo-box__read-more:hover {
    background-color: #00507f;
    color: #ffffff; }
    .promo-box__read-more:hover:after {
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 9px;
      height: 13px;
      background-position: -435px -51px;
      content: '';
      margin-left: 5px;
      vertical-align: middle; }

.news-feed {
  background: #f2f2f2;
  padding: 2rem 2rem 70px;
  position: relative; }
  .news-feed .news-feed__thumbnail {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 2rem; }
    @media (min-width: 768px) {
      .news-feed .news-feed__thumbnail {
        width: 120px; } }

.news-feed__thumbnail + .news-feed__content {
  margin-left: 120px; }

.news-feed__item {
  clear: both;
  margin-bottom: 2rem; }
  .news-feed__item:after {
    content: '';
    display: table;
    clear: both; }

.news-feed__item {
  font-size: 1.8rem; }

.news-feed__article-date {
  color: #00507f;
  font-weight: 400;
  font-size: 1.8rem; }

.news-feed__content {
  margin-left: 100px; }
  @media (min-width: 768px) {
    .news-feed__content {
      margin-left: 140px; } }

.news-feed__read-more {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  display: inline-block; }

.news-feed__more a {
  padding-top: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
  background: #a7a7a7;
  color: #ffffff; }
  .news-feed__more a:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .news-feed__more a:hover {
    background-color: #00507f; }
    .news-feed__more a:hover:after {
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 9px;
      height: 13px;
      background-position: -435px -51px;
      content: '';
      margin-left: 5px;
      vertical-align: middle; }

.hero-iframe {
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hero-iframe {
      height: 515px; } }

.hero-iframe__picture {
  display: block; }

.hero-iframe__title {
  margin-bottom: 2px;
  font-size: 2.2rem;
  color: #1bacb3; }

.hero-iframe__subtitle {
  padding: 0 2rem;
  font-size: 1.6rem;
  color: #00507f; }

.hero-iframe__frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.hero-iframe__button {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: none;
  position: absolute;
  right: 32px;
  bottom: 16px;
  width: 32px;
  height: 18px;
  background-size: 32px auto;
  background-position: 0 0;
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/icons/icon-open-close.png");
  pointer-events: auto; }
  @media (min-width: 768px) {
    .hero-iframe__button {
      display: block; } }
  .hero-iframe__button:hover, .hero-iframe__button:focus, .hero-iframe__button:active, .hero-iframe__button.active {
    border: none; }
  .hero-iframe__button.active {
    background-position: 0 18px; }

.logos {
  text-align: center; }
  .logos p {
    max-width: 72%;
    text-align: center;
    margin: 0 auto; }

.logos__container {
  padding: 0; }

.logos__logo {
  list-style-type: none;
  display: inline-block;
  padding: 0; }
  @media (min-width: 768px) {
    .logos__logo {
      margin-left: -1%; }
      .logos__logo:last-child {
        margin-left: -4%; } }
  .logos__logo img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: auto; }

.logos__picture {
  max-width: 280px;
  margin: auto;
  display: block; }

.logos__title {
  margin-top: 0.8rem;
  font-weight: 300;
  font-size: 1.8rem;
  display: inline-block; }

.logos__travelport {
  margin-top: 1.3rem; }

.event-summary {
  background: #159cdf;
  color: #ffffff;
  margin-bottom: 0.8rem;
  padding: 2rem 0;
  position: relative;
  max-width: 315px;
  margin: auto auto 0.8rem; }
  .event-summary:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .event-summary {
      margin: 0 0 0.8rem; } }
  @media (min-width: 1024px) {
    .event-summary {
      max-width: 360px; } }
  .event-summary h2,
  .event-summary h3,
  .event-summary a {
    color: #ffffff; }

.event-summary__date,
.event-summary__year {
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase; }
  .event-summary__date strong,
  .event-summary__year strong {
    font-weight: 400; }
  @media (min-width: 1024px) {
    .event-summary__date,
    .event-summary__year {
      font-size: 4.8rem; } }

.event-summary__information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .event-summary__information {
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 1024px) {
    .event-summary__information {
      -ms-flex-direction: row;
      flex-direction: row; } }

.event-summary__details {
  font-size: 1.4rem;
  line-height: 1.4;
  float: left;
  padding-right: 2rem;
  border-right: 1px solid;
  -ms-flex-positive: 2;
  flex-grow: 2; }
  @media (min-width: 768px) {
    .event-summary__details {
      float: none;
      border-bottom: 1px solid;
      border-right: none;
      padding: 0 0 2rem; } }
  @media (min-width: 1024px) {
    .event-summary__details {
      float: left;
      border-bottom: none;
      border-right: 1px solid;
      padding: 0 2rem 0 0; } }

.event-summary__years {
  float: left;
  padding-left: 2rem;
  width: 100px;
  text-align: right;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 768px) {
    .event-summary__years {
      float: none;
      padding: 2rem 0 0; } }
  @media (min-width: 1024px) {
    .event-summary__years {
      float: left;
      padding: 0 0 0 2rem; } }

.event-summary__link {
  clear: left;
  display: block;
  text-align: center; }

.preview-events__heading {
  margin-top: 40px; }

.event-detail {
  padding: 0 2rem; }
  @media (min-width: 1024px) {
    .event-detail {
      padding: 0; } }

@media (min-width: 768px) {
  .event-detail__picture {
    padding-top: 2rem; } }

.event-detail__picture img {
  border: 2px solid #ffffff;
  display: block;
  width: 100%; }

.event-detail__summary {
  position: relative;
  margin-bottom: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  color: #ffffff;
  /**
   * Create a background that spans to the left and
   * right edges of the browser. On mobile, it instead
   * spans up by 15%.
   */ }
  .event-detail__summary:before {
    display: block;
    content: '';
    position: absolute;
    width: 1440px;
    height: 115%;
    top: -15%;
    z-index: -1;
    background: #159cdf; }
    @media (min-width: 768px) {
      .event-detail__summary:before {
        top: 0;
        height: 100%; } }
  .event-detail__summary:before {
    right: 0; }
    @media (min-width: 768px) {
      .event-detail__summary:before {
        top: 0; } }

.pane-node-field-center-address {
  width: 30%;
  padding: 75px 0 0 0;
  margin-right: 50px; }

#training-center-title {
  width: 60%;
  padding: 75px 0 0 20px;
  border-left: 1px solid #ffffff;
  margin-bottom: 50px; }
  #training-center-title h2 {
    color: #ffffff; }

.pane-bundle-training-course {
  padding: 50px 20px;
  color: #ffffff;
  margin-bottom: 10px; }
  .pane-bundle-training-course:nth-of-type(3n+1) {
    background: #78be20; }
  .pane-bundle-training-course:nth-of-type(3n+2) {
    background: #159cdf; }
  .pane-bundle-training-course:nth-of-type(3n+3) {
    background: #00507f; }

.training {
  padding: 0 2rem; }
  @media (min-width: 1024px) {
    .training {
      padding: 0;
      position: relative;
      display: block; }
      .training:before {
        display: block;
        content: '';
        position: absolute;
        left: -20px;
        right: -20px;
        height: 250px;
        top: 0;
        z-index: -1;
        background: #159cdf; } }
  @media (min-width: 1280px) {
    .training:before {
      height: 275px; } }
  .training .pane-node-body {
    padding: 0;
    margin-top: 20px; }

@media (min-width: 768px) {
  .training-detail__picture {
    padding-top: 2rem; } }

.training-detail__picture img {
  border: 2px solid #ffffff;
  display: block;
  width: 100%; }

.training-detail__summary {
  position: relative;
  margin-bottom: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  color: #ffffff;
  /**
   * Create a background that spans to the left and
   * right edges of the browser. On mobile, it instead
   * spans up by 15%.  This is hidden when desktop breakpoint is reached.
   */ }
  @media (min-width: 1024px) {
    .training-detail__summary {
      position: inherit;
      padding-top: 50px; } }
  @media (min-width: 1280px) {
    .training-detail__summary {
      padding-top: 75px; } }
  .training-detail__summary:before {
    display: block;
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    min-height: 115%;
    top: -15%;
    z-index: -1;
    background: #159cdf; }
    @media (min-width: 768px) {
      .training-detail__summary:before {
        top: -50%;
        min-height: 150%; } }
    @media (min-width: 1024px) {
      .training-detail__summary:before {
        display: none;
        min-height: inherit;
        top: 0;
        width: 1440px;
        height: 100%; } }

.pane-node-field-center-address {
  width: 50%;
  padding: 20px 0 0 0;
  margin-right: 20px; }
  @media (min-width: 1024px) {
    .pane-node-field-center-address {
      width: 30%;
      padding: 75px 0 0 0;
      margin-right: 50px; } }

#training-center-title {
  width: 50%;
  padding: 20px 0 0 20px;
  border-left: 1px solid #ffffff;
  margin-bottom: 50px; }
  #training-center-title h2 {
    color: #ffffff; }
  @media (min-width: 1024px) {
    #training-center-title {
      width: 60%;
      padding: 75px 0 0 20px;
      border-left: 1px solid #ffffff;
      margin-bottom: 50px; } }

.pane-bundle-training-course {
  cursor: pointer;
  padding: 30px 20px;
  color: #ffffff;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .pane-bundle-training-course {
      padding: 50px 20px; } }
  .pane-bundle-training-course:nth-of-type(3n+1) {
    background: #78be20; }
  .pane-bundle-training-course:nth-of-type(3n+2) {
    background: #159cdf; }
  .pane-bundle-training-course:nth-of-type(3n+3) {
    background: #00507f; }

.training-schedule:after {
  content: '';
  display: table;
  clear: both; }

.training-schedule__item {
  margin-bottom: 40px; }
  .training-schedule__item .field--name-field-image {
    float: left;
    margin-right: 20px; }

.training-results__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .training-results__list {
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 768px) {
    .training-results__list {
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.training-results__item {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .training-results__item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media (min-width: 1024px) {
    .training-results__item {
      -ms-flex: 0 0 33%;
      flex: 0 0 33%; } }
  @media (min-width: 1280px) {
    .training-results__item {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; } }
  .training-results__item .training-document__meta {
    white-space: nowrap; }

.training-results-documents,
.training-results-title {
  margin: 2rem; }
  @media (min-width: 768px) {
    .training-results-documents,
    .training-results-title {
      margin: 2rem 3.5rem; } }

.upcoming-events {
  position: relative; }
  .upcoming-events:before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 27px;
    height: 30px;
    background-position: -173px -370px;
    content: '';
    position: absolute;
    right: 2rem;
    top: 2rem;
    opacity: 0.35; }

.media-youtube-video,
.page-content .media-youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 55.6%;
  /* ~16:9 based on 420x236 image style */
  border: 2px solid #999999;
  /* hide border if parent has border */ }
  .media-youtube-video iframe,
  .page-content .media-youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0; }
  .image--border .media-youtube-video, .image--border
  .page-content .media-youtube-video {
    border: none; }

.featured-news {
  /* Featured item */
  /* List items */ }
  .featured-news .featured {
    background: #159cdf;
    color: #ffffff;
    padding: 2rem;
    margin: 0.8rem 0; }
    .featured-news .featured h2,
    .featured-news .featured h3,
    .featured-news .featured a {
      color: #ffffff; }
    .featured-news .featured .arrow-link:after {
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 9px;
      height: 13px;
      background-position: -435px -51px;
      content: '';
      margin-left: 5px;
      vertical-align: middle; }
    .featured-news .featured .image--border {
      border-color: #ffffff; }
  .featured-news .featured__article-date,
  .featured-news .featured__header {
    color: #ffffff;
    font-weight: 400; }
  .featured-news .featured__article-date,
  .featured-news .featured__description {
    font-size: 1.6rem; }
  .featured-news .featured__content {
    padding-bottom: 0; }
  .featured-news .feed {
    background: #f2f2f2;
    padding: 2rem;
    margin: 0.8rem 0;
    /* Override panels link floats */ }
    .featured-news .feed .feed__link,
    .featured-news .feed .feed__thumbnail-link,
    .featured-news .feed .feed__item a {
      float: none; }
  .featured-news .feed__items {
    column-rule: 2px solid #00507f;
    column-gap: 6rem;
    overflow: hidden; }
    .featured-news .feed__items:after {
      content: '';
      display: table;
      clear: both; }
    .featured-news .feed__items > .read-more {
      float: right; }
      @media (min-width: 1024px) {
        .featured-news .feed__items > .read-more {
          margin-top: -2rem; } }
  .featured-news .feed__item {
    margin-bottom: 3rem; }
    .featured-news .feed__item:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 1024px) {
      .featured-news .feed__item:nth-child(even) {
        margin-bottom: 0; } }
  .featured-news .featured-news__thumbnail {
    float: left;
    width: 80px;
    margin-right: 2rem; }
    @media (min-width: 768px) {
      .featured-news .featured-news__thumbnail {
        width: 120px; } }
  .featured-news .feed__title {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 0; }
  .featured-news .feed__article-date {
    color: inherit;
    margin-bottom: 1rem; }
  .featured-news .feed__content {
    margin-left: 100px; }
    @media (min-width: 768px) {
      .featured-news .feed__content {
        margin-left: 140px; } }

.resource-item {
  text-align: center; }

.resource-item--more {
  text-transform: uppercase; }

.resources-grid:after,
.resources__items--featured:after,
.resources__items--non-featured:after {
  content: '';
  display: table;
  clear: both; }

.resources__items--featured {
  background: #f2f2f2;
  box-shadow: 0 2px 4px rgba(99, 102, 106, 0.3);
  padding: 30px 10px;
  margin-bottom: 30px; }

.resources__heading {
  text-align: center;
  margin-bottom: 2.5rem; }

.resources__items--featured-inner,
.resources__items--non-featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 450px) {
    .resources__items--featured-inner,
    .resources__items--non-featured {
      -ms-flex-pack: center;
      justify-content: center; } }

.resources-grid__item {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin: 0 20px 45px; }
  @media (min-width: 450px) {
    .resources-grid__item {
      margin: 0 20px 65px; } }
  @media (min-width: 1024px) {
    .resources-grid__item {
      margin: 0 10px 65px;
      -ms-flex: 0 0 22%;
      flex: 0 0 22%; } }

.view-grid-item-resources div.resources-grid__item {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin: 0 20px 20px; }
  @media (min-width: 450px) {
    .view-grid-item-resources div.resources-grid__item {
      margin: 0 20px 20px; } }
  @media (min-width: 1024px) {
    .view-grid-item-resources div.resources-grid__item {
      margin: 0 10px 20px;
      -ms-flex: 0 0 22%;
      flex: 0 0 22%; } }

/* Locations Menu */
.locations__menu {
  font-family: "Stag Sans Round", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  padding-left: 0;
  max-width: 720px;
  margin: 0 auto 0.8rem; }
  @media (min-width: 1024px) {
    .locations__menu {
      max-width: 9999px; } }

/**
 * Locations menu items. Set to display inline-block for
 * horizontal centering, and padding is set to a larger
 * amount than tablet/desktop to make multiple rows of
 * locations always happen.
 */
.locations__menu-item {
  display: inline-block;
  padding: 0.8rem 2rem;
  margin: 0;
  line-height: 1;
  /**
   * Tablet and Desktop. Borders are displayed on subsequent
   * items, and the list is displayed as a single row. Remove
   * vertical padding so that the borders are the same height.
   */ }
  @media (min-width: 768px) {
    .locations__menu-item {
      padding: 0.8rem 3.5rem; } }
  @media (min-width: 1024px) {
    .locations__menu-item {
      padding: 0 1.2rem; }
      .locations__menu-item + .locations__menu-item {
        border-left: 2px solid #00507f; } }
  @media (min-width: 1280px) {
    .locations__menu-item {
      padding: 0 2rem; } }

.locations__menu-link {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ffffff; }
  .locations__menu-link:hover {
    border-bottom: 1px solid; }

/* Locations Pages */
.locations__tab {
  display: none; }
  .locations__tab.active {
    display: block; }

.locations__call-to-action {
  background: #00507f;
  color: #ffffff;
  padding: 2rem;
  margin: 0.8rem 0 0;
  text-align: center; }
  .locations__call-to-action:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .locations__call-to-action {
      padding: 2rem 8.8rem; }
      .locations__call-to-action h2 {
        display: block;
        float: left; }
      .locations__call-to-action .read-more {
        display: block;
        float: right; } }

.locations__title {
  font-size: 3.6rem;
  color: #ffffff;
  margin: 0;
  line-height: 1; }

.locations__sub-title {
  font-size: 2.6rem;
  color: #00507f;
  background: #f2f2f2;
  margin: 0.8rem 0;
  line-height: 1;
  padding: 2rem; }
  @media (min-width: 768px) {
    .locations__sub-title {
      padding: 2rem 8.8rem; } }

.locations-accordion {
  list-style-type: none;
  transition: padding ease-in-out 0.25s; }

.locations-accordion__item {
  position: relative; }

.locations-accordion__title {
  color: #00507f;
  position: relative;
  border: 1px solid #159cdf;
  border-bottom: none;
  padding: 2rem 5rem 2rem 0.8rem;
  /* hide if js is disabled */
  display: none;
  /* override link styling */ }
  .locations-accordion__title::before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    background-position: -393px -341px;
    content: '';
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto; }
  .js .locations-accordion__title {
    display: block; }
  .locations-accordion__title:active, .locations-accordion__title:focus, .locations-accordion__title:hover {
    color: #159cdf;
    outline: none; }
  .locations-accordion__title.closed {
    border-color: #ffffff;
    border-bottom: 1px solid #00507f; }
    .locations-accordion__title.closed::before {
      display: inline-block;
      background-position: -360px -370px; }

.locations-accordion__content {
  background: #f2f2f2;
  padding: 0.8rem;
  font-size: 1.4rem;
  color: #00507f;
  overflow: hidden;
  max-height: 600px;
  transition: all ease-in-out 0.25s;
  border: 1px solid #159cdf;
  border-top: none;
  z-index: 10; }
  @media (min-width: 768px) {
    .locations-accordion__content {
      position: absolute;
      top: 100%;
      left: 0.8rem;
      right: 0.8rem;
      width: auto; } }
  .locations-accordion__content.closed {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none; }

.locations-accordion__description {
  position: relative;
  z-index: 40; }

.smartpoint {
  clear: both; }

.smartpoint-landing .page-title {
  font-size: 3rem; }

/* Smartpoint Menu */
.smartpoint__menu {
  background: #f2f2f2;
  font-family: "Stag Sans Round", sans-serif;
  font-size: 2.6rem;
  text-align: center; }

.smartpoint__menu-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1; }

.smartpoint__menu-link {
  display: block;
  padding: 2rem;
  margin: 0; }
  .smartpoint__menu-link:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -51px -412px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; }
  .smartpoint__menu-link:after {
    transition: transform ease-in-out 0.25s; }
  .smartpoint__menu-link:hover, .smartpoint__menu-link:focus, .smartpoint__menu-link.active {
    background: #159cdf;
    color: #ffffff;
    outline: none; }
    .smartpoint__menu-link:hover:after, .smartpoint__menu-link:focus:after, .smartpoint__menu-link.active:after {
      background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
      background-size: 449px 430px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 9px;
      height: 13px;
      background-position: -435px -51px;
      content: '';
      margin-left: 5px;
      vertical-align: middle; }
  .smartpoint__menu-link.active:after {
    transform: rotate(90deg); }

/* Locations Pages */
.smartpoint__tab {
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  transition: opacity ease-in-out 0.25s; }
  .smartpoint__tab.active {
    opacity: 1;
    height: auto; }

.smartpoint__call-to-action {
  background: #00507f;
  color: #ffffff;
  padding: 2rem;
  margin: 0.8rem 0 0;
  text-align: center; }
  .smartpoint__call-to-action:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .smartpoint__call-to-action {
      padding: 2rem 8.8rem; }
      .smartpoint__call-to-action h2 {
        display: block;
        float: left; }
      .smartpoint__call-to-action .read-more {
        display: block;
        float: right; } }

.smartpoint__title {
  font-size: 3rem;
  color: #00507f;
  margin: 0 0 2rem;
  padding: 2rem 2rem 0;
  line-height: 1; }
  .smartpoint-accordion + .smartpoint__title {
    margin-top: 3.5rem; }
  @media (min-width: 768px) {
    .smartpoint__title {
      padding-left: 8.8rem;
      padding-right: 8.8rem; } }

/* iframe styling */
.smartpoint-whats-new {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%; }

.smartpoint-whats-new-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.smartpoint-accordion {
  padding: 0 2rem;
  list-style-type: none; }
  @media (min-width: 768px) {
    .smartpoint-accordion {
      padding: 0 8.8rem; } }

.js-smartpoint-accordion__title {
  position: relative;
  color: #00507f;
  border-bottom: none;
  padding: 2rem 0;
  font-size: 2.6rem;
  font-weight: 400;
  /* hide if js is disabled */
  display: none;
  /* override link styling */ }
  .js-smartpoint-accordion__title::before {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    background-position: -393px -341px;
    content: '';
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto; }
  .js .js-smartpoint-accordion__title {
    display: block; }
  .js-smartpoint-accordion__title:active, .js-smartpoint-accordion__title:focus, .js-smartpoint-accordion__title:hover {
    color: #159cdf;
    border-bottom: none; }
  .js-smartpoint-accordion__title.closed {
    border-bottom: 1px solid; }
    .js-smartpoint-accordion__title.closed::before {
      display: inline-block;
      background-position: -360px -370px; }

.js-smartpoint-accordion__content {
  font-size: 1.8rem;
  color: #00507f;
  overflow: hidden;
  padding: 2rem 0;
  transition: all ease-in-out 0.25s;
  border-bottom: 1px solid; }
  .js-smartpoint-accordion__content.closed {
    height: 0;
    padding: 0;
    border-bottom: none; }
  .js-smartpoint-accordion__content li {
    list-style-type: disc; }

.smartpoint-accordion__description .media-plain_image {
  display: inline-block; }

.job-search__filters {
  background: #00507f;
  color: #ffffff;
  padding: 2rem;
  margin: 0.8rem 0 0;
  text-align: center; }
  .job-search__filters:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .job-search__filters {
      padding: 2rem 8.8rem; } }
  @media (min-width: 768px) {
    .job-search__filters .views-exposed-widgets {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 2rem; } }
  .job-search__filters .views-exposed-widget {
    display: block;
    width: 100%;
    padding-right: 0; }
    @media (min-width: 768px) {
      .job-search__filters .views-exposed-widget {
        display: inline-block;
        width: auto;
        padding-right: 2rem;
        max-width: 440px;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    .job-search__filters .views-exposed-widget .form-submit {
      line-height: 1.2;
      padding: 1rem;
      margin: 34px 0 0;
      border: 2px solid; }
  @media (min-width: 768px) {
    .job-search__filters .views-submit-button {
      min-width: 140px; } }
  .job-search__filters .form-item {
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
    margin-bottom: 0; }
  .job-search__filters .form-select,
  .job-search__filters .form-text {
    color: #63666a;
    border: 2px solid #ffffff; }
  .job-search__filters .form-select {
    padding-right: 3.5rem;
    display: block;
    width: 100%; }
  .job-search__filters .form-item-keywords {
    min-width: 240px; }
  .job-search__filters label {
    font-weight: 300; }

.job-search__content {
  padding: 0 2rem;
  /* Reduce info displayed on mobile */
  /* Sort icons */ }
  @media (min-width: 1024px) {
    .job-search__content {
      padding: 0 3.5rem; } }
  .job-search__content .views-table {
    display: table;
    width: 100%;
    margin: 2rem 0; }
  .job-search__content td,
  .job-search__content th {
    border: none;
    font-family: "Stag Sans", sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    padding: 0 2rem;
    text-align: left; }
  .job-search__content thead {
    display: none; }
    @media (min-width: 768px) {
      .job-search__content thead {
        display: table-header-group; } }
  .job-search__content .even {
    background: transparent;
    border: none; }
  .job-search__content .odd {
    background: #f2f2f2;
    border: 1px solid rgba(99, 102, 106, 0.3); }
  .job-search__content .job-search__category,
  .job-search__content .job-search__posted {
    display: none; }
    @media (min-width: 768px) {
      .job-search__content .job-search__category,
      .job-search__content .job-search__posted {
        display: table-cell; } }
  .job-search__content .job-search__job-title,
  .job-search__content .job-search__location {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .job-search__content .job-search__job-title,
      .job-search__content .job-search__location {
        display: table-cell;
        width: auto;
        padding: 0.8rem 2rem; } }
  .job-search__content .job-search__job-title {
    padding-top: 0.8rem; }
  .job-search__content .job-search__location {
    padding-bottom: 0.8rem; }
  .job-search__content .sort:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -108px -412px;
    content: '';
    margin-left: 4px; }
  .job-search__content .sort.ascending:after {
    display: inline-block;
    background-position: -435px -28px; }
  .job-search__content .sort.descending:after {
    display: inline-block;
    background-position: -435px -5px; }

.job-search__header {
  padding: 2rem;
  /* View header summary and signin */ }
  .job-search__header:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .job-search__header {
      padding: 2rem 3.5rem; } }
  .job-search__header .job-search__summary {
    float: left; }
  .job-search__header .job-search__login {
    float: right; }

.job-buttons {
  clear: both;
  float: right; }
  .job-buttons:after {
    content: '';
    display: table;
    clear: both; }

.job-buttons__button {
  display: block;
  float: left;
  margin-left: 0.8rem; }

.job-selected__header,
.job-selected__footer {
  padding: 2rem 0;
  border: 2px solid rgba(99, 102, 106, 0.3);
  border-left: none;
  border-right: none; }
  .job-selected__header:after,
  .job-selected__footer:after {
    content: '';
    display: table;
    clear: both; }

.job-selected__footer {
  border-bottom: none; }

.job-selected .page-content {
  /* Base styles */
  /* Headlines */
  /* Tables */ }
  .job-selected .page-content strong,
  .job-selected .page-content font {
    font-family: "Stag Sans", sans-serif !important;
    font-size: 1.4rem !important;
    line-height: 1.5 !important; }
  .job-selected .page-content ol {
    list-style: none;
    margin: 0;
    padding: 0; }
    .job-selected .page-content ol li strong,
    .job-selected .page-content ol li font {
      font-family: "Stag Sans Round", sans-serif !important;
      font-weight: 300 !important;
      font-size: 2.6rem !important;
      text-rendering: geometricPrecision;
      line-height: 1.2 !important;
      color: #63666a !important; }
  .job-selected .page-content td,
  .job-selected .page-content th {
    border: none !important;
    background: transparent !important;
    font-family: "Stag Sans", sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.4rem !important;
    padding: 2rem !important;
    text-align: left !important;
    height: auto !important; }
    .job-selected .page-content td > br,
    .job-selected .page-content th > br {
      display: none; }
    .job-selected .page-content td strong,
    .job-selected .page-content td font,
    .job-selected .page-content th strong,
    .job-selected .page-content th font {
      font-size: 1.4rem !important; }
  .job-selected .page-content tr:nth-child(even) {
    background: transparent !important;
    border: none !important; }
  .job-selected .page-content tr:nth-child(odd) {
    background: #f2f2f2 !important;
    border: 1px solid rgba(99, 102, 106, 0.3) !important; }

.search-results .article-listing__article {
  min-height: 100px; }

.search-results .article-listing__body {
  margin-left: 0; }

.search-results .article-listing__url {
  font-size: 1.2rem; }

.search-results-form {
  max-width: 480px; }
  .search-results-form .form-type-textfield {
    display: block;
    float: left;
    width: 65%;
    padding-right: 0.8rem; }
    .search-results-form .form-type-textfield:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      .search-results-form .form-type-textfield {
        width: 70%; } }
  .search-results-form .form-actions {
    float: right;
    width: 35%; }
    @media (min-width: 768px) {
      .search-results-form .form-actions {
        width: 30%; } }
  .search-results-form .form-submit {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 1.2;
    padding: 1rem;
    border: 1px solid #78be20; }
    .search-results-form .form-submit:hover, .search-results-form .form-submit:focus {
      border-color: #91da35; }

/* Layout */
.videos__items {
  padding: 0;
  margin: 0; }
  .videos__items:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .videos__items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.videos__item {
  background: #f2f2f2; }
  @media (min-width: 768px) {
    .videos__item {
      width: 33.33333%;
      clear: right;
      float: left;
      padding-right: 2rem; } }

/* General Styling */
.videos {
  position: relative;
  background-color: transparent; }

/* videos items. Center study has a different
 * background color and title color.
 */
.videos__item__content {
  position: relative;
  overflow: hidden;
  padding: 2rem 2rem 4.5rem 2rem;
  transition: background ease-in-out 0.25s;
  font-weight: 300;
  font-size: 1.8rem;
  background: #f2f2f2;
  color: #00507f; }

.videos__title,
.videos h2 {
  color: #00507f;
  font-family: "Stag Sans", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2; }

/* Disable default list type and margins */
.videos__item {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.videos__item__container {
  color: #00507f; }

/* White border/margin effect for the center item.
 * Because of how the carousel calculates width,
 * traditional padding caused multiple layout issues.
 * This simulates the effect of having margin between
 * the center item and the outer items, but without
 * also having margin on the outsides.
 *
 * Default to the center item.
 * Center = 3rd item minus 1, since there are 3/row.
 *
 * If js and slick are enabled, use the .slick-active
 * classes rather than the numeric css option (because
 * we don't know which items are displayed numerically,
 * but sibling selectors for .slick-active work well)
 */
.videos__item:nth-child(3n-1) {
  position: relative; }
  @media (min-width: 768px) {
    .videos__item:nth-child(3n-1):after, .videos__item:nth-child(3n-1):before {
      display: block;
      content: '';
      position: absolute;
      height: 100%;
      width: 0.8rem;
      z-index: 60;
      background: #ffffff;
      right: -0.4rem;
      top: 0; }
    .videos__item:nth-child(3n-1):before {
      right: 0;
      left: -0.4rem; } }

/* Background overlay for carousel pictures */
.videos__picture {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #ffffff; }
  .videos__picture img {
    display: block;
    width: 100%; }
  .videos__picture .media-youtube-video {
    border: none; }

/* Ensure the carousel image is full width. This
 * is mainly needed for mobile.
 */
.videos__image,
.videos__image img {
  width: 100%;
  display: block;
  height: auto; }

.video-english-only {
  text-align: center; }

/* Layout */
.videos-smartpoint__items {
  background: #f2f2f2;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .videos-smartpoint__items {
      background: #159cdf;
      padding: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between;
      /**
     * this class expands the blue background behind video items
     * so it covers entire component.  Toggle this class to
     * the .videos-smartpoint__items div to expand or reduce blue bg.
     */ }
      .videos-smartpoint__items::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
        background: #ffffff; }
      .videos-smartpoint__items.videos-smartpoint__full-bg::before {
        display: none; } }

@media (min-width: 768px) {
  .videos-smartpoint__item {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%; } }

.videos-smartpoint__item .arrow-link:after {
  background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
  background-size: 449px 430px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 13px;
  background-position: -89px -412px;
  content: '';
  margin-left: 5px;
  vertical-align: middle; }

@media (min-width: 768px) {
  .videos-smartpoint__item .arrow-link:after {
    background-image: url("/sites/all/themes/custom/travelport/assets/dist/svg/sprite.svg");
    background-size: 449px 430px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 13px;
    background-position: -435px -51px;
    content: '';
    margin-left: 5px;
    vertical-align: middle; } }

/* General Styling */
.videos-smartpoint {
  position: relative;
  background-color: transparent; }

/* videos items. Center study has a different
 * background color and title color.
 */
.videos-smartpoint__item__content {
  position: relative;
  overflow: hidden;
  padding: 2rem 2rem 4.5rem 2rem;
  transition: background ease-in-out 0.25s;
  font-weight: 300;
  font-size: 1.8rem;
  color: #00507f;
  color: #ffffff; }
  @media (min-width: 768px) {
    .videos-smartpoint__item__content {
      padding: 2rem 0 0; } }

.videos-smartpoint__title,
.videos-smartpoint h2 {
  font-family: "Stag Sans", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.2; }

.videos-smartpoint__title,
.videos-smartpoint h2,
.videos-smartpoint__description,
.videos-smartpoint__more {
  color: #00507f; }
  @media (min-width: 768px) {
    .videos-smartpoint__title,
    .videos-smartpoint h2,
    .videos-smartpoint__description,
    .videos-smartpoint__more {
      color: #ffffff; } }

.videos-smartpoint__more:hover {
  color: #00507f;
  text-decoration: underline; }
  @media (min-width: 768px) {
    .videos-smartpoint__more:hover {
      color: #ffffff; } }

/* Disable default list type and margins */
.videos-smartpoint__item {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.videos-smartpoint__item__container {
  color: #00507f; }

/* Background overlay for carousel pictures */
.videos-smartpoint__picture {
  position: relative;
  z-index: 1;
  border-bottom: 0; }
  @media (min-width: 768px) {
    .videos-smartpoint__picture {
      border: 2px solid #f2f2f2; } }
  .videos-smartpoint__picture::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -3px;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #0479b5 30%, #78be20 100%); }
    @media (min-width: 768px) {
      .videos-smartpoint__picture::after {
        width: calc(100% + 4px);
        left: -2px; } }
  .videos-smartpoint__picture img {
    display: block;
    width: 100%; }
  .videos-smartpoint__picture .media-youtube-video {
    border: none; }

.blog-hero {
  position: relative; }

.blog-hero__heading {
  display: block;
  line-height: 1;
  width: 112px;
  margin: 22px auto 0;
  text-align: center;
  border-bottom: 3px solid #78be20;
  letter-spacing: 0.3rem;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .blog-hero__heading {
      width: inherit;
      border: 0;
      padding: 0;
      position: absolute;
      bottom: 40px;
      left: 40px;
      color: #ffffff; } }

.blog-hero-interior {
  position: relative; }

.blog-hero-interior__heading {
  display: block;
  line-height: 1;
  margin: 22px auto 0;
  text-align: center;
  border-bottom: 3px solid #78be20;
  letter-spacing: 0.3rem;
  padding: 0 2rem 2rem;
  max-width: 300px; }
  @media (min-width: 768px) {
    .blog-hero-interior__heading {
      width: 100%;
      border: 0;
      max-width: 500px;
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      color: #ffffff;
      transform: translate(-50%, -50%); } }
  .blog-hero-interior__heading h1 {
    margin-bottom: 2rem;
    font-weight: bold; }
    @media (min-width: 768px) {
      .blog-hero-interior__heading h1 {
        color: #ffffff;
        font-weight: inherit; } }
  .blog-hero-interior__heading .blog-hero-interior__author {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .blog-hero-interior__heading .blog-hero-interior__author {
        font-weight: bold;
        font-size: 2.6rem; } }
  .blog-hero-interior__heading .blog-hero-interior__date {
    letter-spacing: 0.1rem; }

.blog-hero-interior__author-img {
  position: relative;
  margin: -36px auto 0;
  text-align: center;
  z-index: 5; }
  @media (min-width: 768px) {
    .blog-hero-interior__author-img {
      top: -16px; } }

.blog-interior {
  margin: 3.5rem; }
  .blog-interior:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .blog-interior {
      margin: -3.5rem 3.5rem 3.5rem; } }

/**
 * hides thumb on mobile.
 */
.blog-interior__thumb {
  display: none; }

.blog-interior__items {
  margin-bottom: 20px; }

/**
 * each blog post row
 */
.blog-interior__item {
  position: relative;
  padding: 14px 20px 20px; }
  .blog-interior__item:after {
    content: '';
    display: table;
    clear: both; }

.blog-interior__category {
  font-weight: normal;
  font-size: 1.6rem; }

/**
 * adds category color border
 */
.blog-interior__category-orange {
  border-color: #E88D00;
  color: #E88D00; }
  .blog-interior__category-orange .category--orange-arrow {
    color: #E88D00;
    padding-right: 14px;
    font-weight: bold;
    position: relative; }
    .blog-interior__category-orange .category--orange-arrow:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border-left: 9px solid #E88D00;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent; }
    .blog-interior__category-orange .category--orange-arrow:after {
      content: '';
      position: absolute;
      top: 4px;
      right: 4px;
      border-left: 5px solid #ffffff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }

.blog-interior__category-green {
  border-color: #76C000;
  color: #76C000; }
  .blog-interior__category-green .category--green-arrow {
    color: #76C000;
    padding-right: 14px;
    font-weight: bold;
    position: relative; }
    .blog-interior__category-green .category--green-arrow:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border-left: 9px solid #76C000;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent; }
    .blog-interior__category-green .category--green-arrow:after {
      content: '';
      position: absolute;
      top: 4px;
      right: 4px;
      border-left: 5px solid #ffffff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }

.blog-interior__category-dark-blue {
  border-color: #00507f;
  color: #00507f; }
  .blog-interior__category-dark-blue .category--dark-blue-arrow {
    color: #00507f;
    padding-right: 14px;
    font-weight: bold;
    position: relative; }
    .blog-interior__category-dark-blue .category--dark-blue-arrow:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border-left: 9px solid #00507f;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent; }
    .blog-interior__category-dark-blue .category--dark-blue-arrow:after {
      content: '';
      position: absolute;
      top: 4px;
      right: 4px;
      border-left: 5px solid #ffffff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }

/**
 * adds category color category labels
 */
.category--dark-blue a {
  color: #00507f; }

.category--orange a {
  color: #E88D00; }

.category--green a {
  color: #76C000; }

.blog-interior__heading {
  color: #00507f;
  margin-left: 20px; }

.blog-interior__body {
  display: block;
  float: left;
  line-height: 1.5;
  color: #63666a; }

/**
 * styles for blog category on blog detail pages.
 */
.blog-interior__category-name {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold; }
  .blog-interior__category-name .hit-count {
    display: none; }
  .blog-interior__category-name ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .blog-interior__category-name .color-override:after {
    content: '›'; }

/**
 * author avatar
 */
.blog-interior__author {
  width: 25%; }
  .blog-interior__author img {
    border-radius: 50%;
    border: 4px solid #ffffff;
    max-width: 60px; }
    @media (min-width: 768px) {
      .blog-interior__author img {
        max-width: 90px; } }

/**
 * Adds dark overlay on hero images
 * to make text on images more readable.
 */
.blog-interior__hero-wrapper {
  line-height: 1;
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  display: block;
  margin: 0 auto; }
  .blog-interior__hero-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 1; }

.blog-interior__button {
  display: block;
  margin: 0 auto; }

/**
 * sets default styles for unordered and ordered lists.
 */
.pane-node-field-blog-body ul,
.pane-node-field-blog-body ol {
  margin-left: 40px;
  line-height: 2.2; }
  .pane-node-field-blog-body ul li,
  .pane-node-field-blog-body ol li {
    list-style-position: outside; }

/**
 * adjust content section layout of blog interior pages.
 */
@media (min-width: 768px) {
  .node-type-blog-post:after {
    content: '';
    display: table;
    clear: both; }
  .node-type-blog-post .l-content-wrapper {
    max-width: 1024px;
    margin: 0 auto 4rem; } }

.field--name-field-blog-body p {
  font-size: 1.8rem;
  line-height: 1.8; }

@media (min-width: 1024px) {
  .field--name-field-blog-body {
    /**
     * adds indentation to body copy on detail pages.
     */
    /**
     * images and block quotes in blog detail pages
     * are pulled all the way to the left of the
     * page.
     */ }
    .field--name-field-blog-body .field__item {
      margin-bottom: 1.5rem; }
    .field--name-field-blog-body .blog-interior__media-wrapper,
    .field--name-field-blog-body blockquote {
      margin: 3rem 0; }
    .field--name-field-blog-body blockquote p {
      line-height: 1.3; } }

.blog-latest:after {
  content: '';
  display: table;
  clear: both; }

.blog-latest__wrapper:after {
  content: '';
  display: table;
  clear: both; }

.blog-latest__wrapper .blog-latest__heading,
.blog-latest__wrapper .pane-title {
  color: #00507f;
  margin-left: 20px;
  font-size: 2.8rem; }
  @media (min-width: 768px) {
    .blog-latest__wrapper .blog-latest__heading,
    .blog-latest__wrapper .pane-title {
      margin-left: 0;
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 4rem; } }

/**
 * hides thumb on mobile.
 */
.blog-latest__image {
  display: none; }
  @media (min-width: 768px) {
    .blog-latest__image {
      display: block; } }

.blog-latest__items {
  margin-bottom: 20px; }

/**
 * each blog post row
 */
.blog-latest__item {
  position: relative;
  min-height: 100px;
  padding: 14px 20px 20px;
  border-top: 2px solid #00507f; }
  .blog-latest__item:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .blog-latest__item {
      min-height: 120px;
      border-top: 0;
      padding: 0 0 10px;
      margin-bottom: 40px; } }
  .blog-latest__item.blog-latest__item--featured {
    background: #292929;
    height: 250px;
    color: #ffffff;
    border-top: 6px solid #159cdf; }
    .blog-latest__item.blog-latest__item--featured h4,
    .blog-latest__item.blog-latest__item--featured a {
      color: #ffffff; }

/**
 * provides a way to add a colored border
 * on tablet devices.
 */
.blog-latest__inner {
  display: none; }
  @media (min-width: 768px) {
    .blog-latest__inner {
      display: block;
      position: absolute;
      width: calc(100% - 270px);
      margin-left: 270px;
      border-top: 6px solid #ffffff; }
      .blog-latest__item--featured .blog-latest__inner {
        border: 0; } }

/**
 * blog categories.
 */
.blog-latest__category-name {
  font-weight: normal;
  position: relative; }
  .blog-latest__category-name svg {
    position: absolute;
    width: 8px;
    top: 2px;
    margin-left: 5px; }
    @media (min-width: 768px) {
      .blog-latest__category-name svg {
        width: 9px;
        top: 4px; } }
  @media (min-width: 768px) {
    .blog-latest__category-name {
      margin-top: 0;
      position: absolute;
      top: 50px;
      margin-left: 270px; }
      .blog-latest__item--featured .blog-latest__category-name {
        margin-left: 60px; } }

.blog-latest__greater_than {
  font-size: 22px;
  display: inline-block;
  margin-left: 5px;
  /**
   * hides greater than sign on utility menu.
   */ }
  .blog-utility-menu__top--item .blog-latest__greater_than {
    display: none; }

/**
 * color codes category names and arrow icon.
 */
.category-dark-blue span {
  color: #00507f; }

.category-dark-blue .st0 {
  fill: #00507f; }

.category-orange span {
  color: #E88D00; }

.category-orange .st0 {
  fill: #E88D00; }

.category-green span {
  color: #76C000; }

.category-green .st0 {
  fill: #76C000; }

/**
 * adds category color border
 */
.blog-latest__category-dark-blue {
  color: #00507f; }
  @media (min-width: 768px) {
    .blog-latest__category-dark-blue .blog-latest__inner {
      border-color: #00507f; } }

.blog-latest__category-orange {
  color: #E88D00; }
  @media (min-width: 768px) {
    .blog-latest__category-orange .blog-latest__inner {
      border-color: #E88D00; } }

.blog-latest__category-green {
  color: #76C000; }
  @media (min-width: 768px) {
    .blog-latest__category-green .blog-latest__inner {
      border-color: #76C000; } }

.blog-latest__teaser,
.blog-latest__author {
  display: block;
  float: left; }

.blog-latest__teaser {
  width: 75%; }
  @media (min-width: 768px) {
    .blog-latest__teaser {
      width: 60%;
      position: absolute;
      top: 90px;
      margin-left: 270px; }
      .blog-latest__item--featured .blog-latest__teaser {
        margin-left: 60px;
        font-size: 32px;
        width: calc(100% - 200px); } }

/**
 * post image
 */
.blog-latest__image {
  width: 250px;
  float: left;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .blog-latest__item--featured .blog-latest__image img {
      display: none; } }

/**
 * author avatar
 */
.blog-latest__author {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  position: absolute;
  right: 20px;
  top: 18px; }
  .blog-latest__author img {
    border-radius: 50%; }
  @media (min-width: 768px) {
    .blog-latest__author {
      top: 20px;
      right: 0;
      border: 0; }
      .blog-latest__item--featured .blog-latest__author {
        right: 35px;
        top: 30px;
        border: 4px solid #ffffff; } }

.pager-show-more {
  margin: 2rem auto;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center; }

.blog-latest__button {
  display: block;
  margin: 0 auto;
  text-align: center; }

/**
 * DESKTOP styles
 */
/**
 * top two items wrapper.
 */
@media (min-width: 1024px) {
  .blog-latest__items--wrapper-hero {
    margin-bottom: 40px; }
  .blog-latest__heading {
    font-size: 54px; }
  .blog-latest__items--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .blog-latest__items--wrapper .blog-latest__item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      border: 1px solid #999999;
      margin-bottom: 0; }
  /**
   * adds the border around the item wrapper for large items
   * to achieve equal hight (per flexbox).
   */
  .blog-latest__items--two-thirds {
    border: 1px solid #999999;
    /**
     * removes border from item itself.
     */ }
    .blog-latest__items--two-thirds .blog-latest__item {
      border: 0; }
  /**
   * hides span which creates color border on tablet.
   */
  .blog-latest__inner {
    display: none; }
  /**
   * this wrapps 2 items (two halfs).
   */
  .blog-latest__items--wrapper-2 {
    margin-bottom: 40px; }
    .blog-latest__items--wrapper-2 .blog-latest__item {
      -ms-flex: 0 0 49%;
      flex: 0 0 49%; }
  /**
   * this wrapps 3 items (one third + two thirds).
   */
  .blog-latest__items--wrapper-3 {
    margin-bottom: 40px;
    /**
     * splits canvas into to one thirds.
     */
    /**
     * splits canvas into two thirds.
     */ }
    .blog-latest__items--wrapper-3 .blog-latest__items--one-third {
      -ms-flex: 0 0 24%;
      flex: 0 0 24%; }
      .blog-latest__items--wrapper-3 .blog-latest__items--one-third .blog-latest__category-name {
        font-size: 15px; }
      .blog-latest__items--wrapper-3 .blog-latest__items--one-third .blog-latest__teaser {
        font-size: 18px; }
      .blog-latest__items--wrapper-3 .blog-latest__items--one-third .blog-latest__category-name svg {
        width: 7px;
        top: 3px; }
    .blog-latest__items--wrapper-3 .blog-latest__items--two-thirds {
      background: #ffffff;
      -ms-flex: 0 0 74%;
      flex: 0 0 74%; }
  .blog-latest__items--one-third .blog-latest__item:first-child {
    margin-bottom: 40px; }
  /**
   * this wrapps 3 items (two thirds + one third).
   */
  .blog-latest__items--wrapper-3-reverse .blog-latest__item {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; }
  .blog-latest__image {
    width: 100%;
    margin: 0;
    float: none;
    overflow: hidden; }
    .blog-latest__image img {
      border-bottom: 20px solid #ffffff;
      /**
       * adds color-coded bottom border to images.
       */ }
      .blog-latest__category-dark-blue .blog-latest__image img,
      .blog-latest__category-hero .blog-latest__image img {
        border-color: #00507f; }
      .blog-latest__category-orange .blog-latest__image img {
        border-color: #E88D00; }
      .blog-latest__category-green .blog-latest__image img {
        border-color: #76C000; }
  .blog-latest__author {
    position: relative;
    top: inherit;
    float: none;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: -45px auto 0;
    border: 3px solid #ffffff;
    /**
     * alignment of author image on larger blog posts.
     */ }
    .blog-latest__items--two-thirds .blog-latest__author,
    .blog-latest__items--wrapper-hero .blog-latest__author {
      margin-top: -72px;
      display: block;
      width: 110px;
      height: 110px;
      border-width: 4px; }
  .blog-latest__items--two-thirds .blog-latest__category-dark-blue img {
    border-color: #00507f; }
    .blog-latest__items--two-thirds .blog-latest__category-dark-blue img img {
      border-color: #ffffff; }
  .blog-latest__items--two-thirds .blog-latest__category-orange img {
    border-color: #E88D00; }
    .blog-latest__items--two-thirds .blog-latest__category-orange img img {
      border-color: #ffffff; }
  .blog-latest__items--two-thirds .blog-latest__category-green img {
    border-color: #76C000; }
    .blog-latest__items--two-thirds .blog-latest__category-green img img {
      border-color: #ffffff; }
  .blog-latest__items--two-thirds .blog-latest__author img {
    border: 0; }
  .blog-latest__category-name {
    margin-left: inherit;
    position: inherit;
    top: inherit;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 16px;
    /**
     * changes top margin in in largest item.
     */ } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .blog-latest__category-name {
      position: relative; } }

@media (min-width: 1024px) {
    .blog-latest__items--two-thirds .blog-latest__category-name {
      margin-top: 20px; }
  /**
   * Changes text color to white on
   * larges item.
   */
  .blog-latest__teaser {
    margin-left: inherit;
    position: inherit;
    top: inherit;
    width: 90%;
    margin: 0 auto 45px;
    text-align: center;
    float: none;
    font-size: 28px;
    /**
     * increases font size on larger items including hero.
     */ }
    .blog-latest__items--two-thirds .blog-latest__teaser,
    .blog-latest__category-hero .blog-latest__teaser {
      font-size: 42px; } }

.blog-latest-4up:after {
  content: '';
  display: table;
  clear: both; }

/**
 * Hides thumb on mobile.
 */
.blog-latest-4up__image {
  display: none; }
  @media (min-width: 768px) {
    .blog-latest-4up__image {
      display: block; } }

.blog-latest-4up__items {
  padding-top: .8rem; }

/**
 * Each blog post row
 */
.blog-latest-4up__item {
  position: relative;
  min-height: 100px;
  padding: 14px 20px 20px;
  border-top: 2px solid #00507f; }
  .blog-latest-4up__item:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .blog-latest-4up__item {
      min-height: 120px;
      border-top: 0;
      padding: 0 0 10px;
      margin-bottom: 40px; } }

/**
 * Provides a way to add a colored border
 * on tablet devices.
 */
.blog-latest-4up__inner {
  display: none; }
  @media (min-width: 768px) {
    .blog-latest-4up__inner {
      display: block;
      position: absolute;
      width: calc(100% - 270px);
      margin-left: 270px;
      border-top: 6px solid #ffffff; } }

/**
 * Blog categories.
 */
.blog-latest-4up__category-name {
  font-weight: normal;
  position: relative; }
  .blog-latest-4up__category-name svg {
    position: absolute;
    width: 8px;
    top: 2px;
    margin-left: 5px; }
    @media (min-width: 768px) {
      .blog-latest-4up__category-name svg {
        width: 9px;
        top: 4px; } }
  @media (min-width: 768px) {
    .blog-latest-4up__category-name {
      margin-top: 0;
      position: absolute;
      top: 50px;
      margin-left: 270px; } }

/**
 * Color codes category names and arrow icon.
 */
.category-dark-blue span {
  color: #00507f; }

.category-dark-blue .st0 {
  fill: #00507f; }

.category-orange span {
  color: #E88D00; }

.category-orange .st0 {
  fill: #E88D00; }

.category-green span {
  color: #76C000; }

.category-green .st0 {
  fill: #76C000; }

/**
 * Adds category color border.
 */
.blog-latest-4up__category-dark-blue {
  color: #00507f; }
  @media (min-width: 768px) {
    .blog-latest-4up__category-dark-blue .blog-latest-4up__inner {
      border-color: #00507f; } }

.blog-latest-4up__category-orange {
  color: #E88D00; }
  @media (min-width: 768px) {
    .blog-latest-4up__category-orange .blog-latest-4up__inner {
      border-color: #E88D00; } }

.blog-latest-4up__category-green {
  color: #76C000; }
  @media (min-width: 768px) {
    .blog-latest-4up__category-green .blog-latest-4up__inner {
      border-color: #76C000; } }

.blog-latest-4up__teaser,
.blog-latest-4up__author {
  display: block;
  float: left; }

.blog-latest-4up__teaser {
  width: 75%; }
  @media (min-width: 768px) {
    .blog-latest-4up__teaser {
      width: 60%;
      position: absolute;
      top: 90px;
      margin-left: 270px; } }

/**
 * Post image
 */
.blog-latest-4up__image {
  width: 250px;
  float: left;
  margin-right: 20px; }

/**
 * Author avatar
 */
.blog-latest-4up__author {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  position: absolute;
  right: 20px;
  top: 18px; }
  .blog-latest-4up__author img {
    border-radius: 50%; }
  @media (min-width: 768px) {
    .blog-latest-4up__author {
      top: 20px;
      right: 0;
      border: 0; } }

/**
 * DESKTOP styles
 */
/**
 * Top two items wrapper.
 */
@media (min-width: 1024px) {
  .blog-latest-4up__items--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .blog-latest-4up__items--wrapper .blog-latest-4up__item {
      border: 1px solid #999999;
      margin-bottom: 0; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .blog-latest-4up__items--wrapper .blog-latest-4up__item {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%; } }

@media (min-width: 1024px) {
  /**
   * hides span which creates color border on tablet.
   */
  .blog-latest-4up__inner {
    display: none; }
  .blog-latest-4up__image {
    width: 100%;
    margin: 0;
    float: none;
    overflow: hidden; }
    .blog-latest-4up__image img {
      border-bottom: 20px solid #ffffff;
      /**
       * adds color-coded bottom border to images.
       */ }
      .blog-latest-4up__category-dark-blue .blog-latest-4up__image img {
        border-color: #00507f; }
      .blog-latest-4up__category-orange .blog-latest-4up__image img {
        border-color: #E88D00; }
      .blog-latest-4up__category-green .blog-latest-4up__image img {
        border-color: #76C000; }
  .blog-latest-4up__author {
    position: relative;
    top: inherit;
    float: none;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: -45px auto 0;
    border: 3px solid #ffffff; }
  .blog-latest-4up__category-name {
    margin-left: inherit;
    position: inherit;
    top: inherit;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 16px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .blog-latest-4up__category-name {
      position: relative; } }

@media (min-width: 1024px) {
  .blog-latest-4up__teaser {
    margin-left: inherit;
    position: inherit;
    top: inherit;
    width: 90%;
    margin: 0 auto 45px;
    text-align: center;
    float: none;
    font-size: 16px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .blog-latest-4up__teaser {
      margin-bottom: 20px; } }

.blog-latest__more .blog-latest__heading {
  display: none; }

@media (min-width: 1024px) {
  .blog-latest__more .blog-latest__items--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog-latest__more .blog-latest__item {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    margin-right: 1.3%;
    margin-bottom: 40px;
    background: #ffffff; }
    .blog-latest__more .blog-latest__item:last-child {
      margin-right: 0; }
  .blog-latest__more .blog-latest__category-name {
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 8px; }
  .blog-latest__more .blog-latest__teaser {
    font-size: 18px; }
  .blog-latest__more .blog-latest__category-name svg {
    width: 7px;
    top: 3px; } }

/**
 * homepage variation for component.
 */
.blog-latest-highlights {
  background: #f2f2f2;
  padding: 3rem 0; }
  .blog-latest-highlights .blog-latest__heading {
    display: block; }

.blog-stay-connected {
  display: none;
  border: 3px solid #78be20;
  border-top-width: 24px;
  padding: 30px 10px;
  margin-top: 10px;
  background: #ffffff;
  width: calc(100% - 20px);
  /**
   * Stay connected form elements.
   * nested to override original default styles.
   */ }
  @media (min-width: 768px) {
    .blog-stay-connected {
      width: calc(100% - 20px);
      margin-right: 20px;
      padding: 30px; } }
  .blog-stay-connected.is-open {
    display: block;
    position: absolute;
    z-index: 50;
    right: 10px;
    left: 10px; }
    @media (min-width: 768px) {
      .blog-stay-connected.is-open {
        position: inherit;
        right: 20px;
        left: 20px; } }
  .blog-stay-connected .webform-client-form:after {
    content: '';
    display: table;
    clear: both; }
  .blog-stay-connected .form-actions {
    position: inherit;
    clear: none;
    float: right; }
  .blog-stay-connected .webform-submit {
    padding: 1.1rem 1.2rem;
    margin: 0; }
  .blog-stay-connected .form-item {
    margin-bottom: 0;
    width: 65%;
    float: left; }
    @media (min-width: 768px) {
      .blog-stay-connected .form-item {
        width: 75%; } }

.blog-stay-connected__heading {
  font-size: 16px; }

.blog-stay-connected__form-wrapper {
  padding: 6px 8px;
  border: 1px solid #d0d1d2; }
  .blog-stay-connected__form-wrapper input[type="email"],
  .blog-stay-connected__form-wrapper input[type="text"] {
    border: 0;
    width: 100%;
    color: #000; }

.blog-utility-menu {
  position: relative; }

/**
 * button to close entire nav content.
 */
.blog-utility-menu__close-button {
  background: transparent;
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-bottom: 60px; }
  .blog-utility-menu__close-button:hover, .blog-utility-menu__close-button:focus {
    background: transparent; }
  .js-open .blog-utility-menu__close-button::after {
    position: absolute;
    left: 30px;
    top: 4px;
    content: 'CLOSE';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #494949; }

.blog-utility-menu__top {
  margin: 84px 0 0 20px;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .js-open .blog-utility-menu__top {
      max-width: inherit;
      margin-top: 0;
      margin-left: 20px; } }

.blog-utility-menu__top--item {
  display: inline-block;
  padding: 14px;
  margin: 0 14px;
  cursor: pointer;
  list-style: none;
  /**
   * applies size to icons.
   */ }
  @media (min-width: 768px) {
    .blog-utility-menu__top--item {
      position: relative;
      display: block;
      margin: 0; } }
  .blog-utility-menu__top--item > div {
    max-height: 250px;
    overflow-y: auto; }
  .blog-utility-menu__top--item ul {
    list-style: none;
    padding-left: 0;
    margin-top: 4px;
    padding-left: 2px; }
    .pane-blog-sharethis .blog-utility-menu__top--item ul {
      overflow: inherit;
      z-index: 10; }
    @media (min-width: 768px) {
      .blog-utility-menu__top--item ul {
        margin-left: 70px;
        max-height: none;
        margin-top: 10px; } }
  .blog-utility-menu__top--item .facetapi-limit-link {
    margin-left: 70px; }
  .blog-utility-menu__top--item svg {
    width: 40px;
    height: 40px;
    margin-right: 20px; }

.blog-utility-menu__top--icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px; }
  @media (min-width: 768px) {
    .blog-utility-menu__top--icon {
      width: 100%; } }

.blog-utility-menu__counter {
  position: absolute;
  left: 32px;
  top: 0;
  display: block;
  line-height: 1;
  padding: 2px 3px;
  width: 24px;
  text-align: center;
  color: #ffffff;
  background: #78be20; }

/**
 * toggles open/close sub menus.
 */
.icon-plus-minus {
  position: absolute;
  right: 20px;
  top: 6px;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #999999;
  background: #ffffff; }
  .icon-plus-minus::after {
    content: '+';
    display: block;
    margin-top: -5px;
    margin-left: 4px;
    font-size: 24px;
    color: #159cdf; }
  @media (min-width: 768px) {
    .icon-plus-minus {
      display: none; }
      .js-open .icon-plus-minus {
        display: block; } }

.js-active .icon-plus-minus::after {
  content: '-';
  display: block;
  margin-top: -18px;
  margin-left: 7px;
  font-size: 40px; }

/**
 * titles of top level list.
 */
.blog-utility-menu__title {
  position: absolute;
  left: 70px;
  top: 6px;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .blog-utility-menu__title {
      display: none; }
      .js-open .blog-utility-menu__title {
        display: block; } }

.blog-utility-menu__topics {
  padding-left: 0;
  display: block; }

.blog-utility-menu__topics--link {
  display: block;
  padding: 4px 0; }

/**
 * DESKTOP styles
 */
.blog-utility-menu__wrapper {
  width: 130px;
  transition: all ease-in-out 0.25s; }
  .blog-utility-menu__wrapper.js-open {
    width: 500px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.96); }
  .blog-utility-menu__wrapper.blog-utility-menu__desktop {
    display: none; }
  .blog-utility-menu__wrapper.blog-utility-menu__mobile {
    width: 100%;
    max-width: 640px; }
  @media (min-width: 768px) {
    .blog-utility-menu__wrapper {
      /**
     * resets menu width on blog detail pages.
     */ }
      .blog-utility-menu__wrapper.blog-utility-menu__mobile {
        display: none; }
      .blog-utility-menu__wrapper.blog-utility-menu__desktop {
        display: block; }
      .node-type-blog-post .blog-utility-menu__wrapper {
        width: 38%;
        transition: all ease-in-out 0.25s; }
        .node-type-blog-post .blog-utility-menu__wrapper.js-open {
          width: 520px; } }
  @media (min-width: 1024px) {
    .node-type-blog-post .blog-utility-menu__wrapper {
      width: 30%; } }

/**
 * Hides plus sign and item title on mobile.
 */
.blog-utility-menu__mobile {
  display: inline-block;
  text-align: center;
  margin: 30px auto; }
  .blog-utility-menu__mobile:after {
    content: '';
    display: table;
    clear: both; }
  .blog-utility-menu__mobile .panel-pane {
    display: inline; }
    @media (min-width: 768px) {
      .blog-utility-menu__mobile .panel-pane {
        width: 58px; } }
  .blog-utility-menu__mobile .icon-plus-minus,
  .blog-utility-menu__mobile .blog-utility-menu__title {
    display: none; }

.blog-utility-menu__close-button {
  display: none; }
  .js-open .blog-utility-menu__close-button {
    display: block; }
    .js-open .blog-utility-menu__close-button svg {
      transform: rotate(180deg); }

.blog-utility-menu__top--item {
  border: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .blog-utility-menu__desktop .blog-utility-menu__top--item {
      overflow: hidden;
      max-height: 50px;
      transition: all ease-in-out 0.25s; }
      .blog-utility-menu__desktop .blog-utility-menu__top--item.js-active {
        max-height: 400px;
        padding-top: 0;
        padding-bottom: 0; } }

/**
 * styles utility menu dropdowns on mobile.
 */
.blog-utility-menu__mobile {
  /**
   * styles share this icons on mobile.
   */
  /**
   * only show share this icons when .js-active class is present.
   */ }
  .blog-utility-menu__mobile .panel-pane:not(.pane-blog-subscribe) .blog-utility-menu__top--item > div {
    display: none;
    position: absolute;
    max-height: 0;
    width: 250px;
    left: 25%;
    padding: 40px 20px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #999999;
    background: rgba(255, 255, 255, 0.96);
    z-index: 10;
    transition: all ease-in-out 0.25s;
    text-align: left; }
    .blog-utility-menu__mobile .panel-pane:not(.pane-blog-subscribe) .blog-utility-menu__top--item > div .leaf {
      white-space: nowrap; }
  .blog-utility-menu__mobile .panel-pane:not(.pane-blog-subscribe) .js-active.blog-utility-menu__top--item > div {
    display: block;
    max-height: 600px; }
  .blog-utility-menu__mobile .share-this__list {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 10px 20px 5px;
    left: 15%;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2); }
  .blog-utility-menu__mobile .js-active .share-this__list {
    display: block; }

.blog-utility-menu__desktop {
  padding: 40px 0 40px 40px;
  /**
   * removes bottom border from subscribe item.
   */ }
  .blog-utility-menu__desktop .blog-utility-menu__top--item {
    margin-bottom: 0;
    margin-top: 14px; }
  .blog-utility-menu__desktop.js-open .blog-utility-menu__top--item {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px; }
  .blog-utility-menu__desktop .pane-blog-subscribe .blog-utility-menu__top--item.js-active {
    border: 0; }
  .node-type-blog-post .blog-utility-menu__desktop .blog-utility-menu__top--item {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px; }
  .node-type-blog-post .blog-utility-menu__desktop .icon-plus-minus,
  .node-type-blog-post .blog-utility-menu__desktop .blog-utility-menu__title {
    display: block; }

.blog-utility-menu__sticky {
  z-index: 99999 !important;
  position: relative; }

.blog-latest__wrapper .inside {
  clear: none;
  float: left;
  width: 100%; }

.sticky-wrapper {
  position: absolute;
  right: 0; }

.blog-utility-menu__wrapper span.color-override {
  color: #159cdf; }

/**
 * shows message to user if user resizes the browser
 * from desktop to mobile while the utility menu is open.
 */
#hidden-mobile-utility-menu-message {
  background: #f2f2f2;
  padding: 1rem;
  font-style: italic; }
  #hidden-mobile-utility-menu-message.hidden {
    display: none; }

.blog-top-bar {
  background: #00507f;
  color: #ffffff;
  padding: 24px 35px 10px;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .blog-top-bar {
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -ms-flexbox;
      display: flex;
      padding: 24px 35px;
      -ms-flex-align: center;
      align-items: center; } }
  .blog-top-bar .form-type-select {
    width: inherit; }
  .blog-top-bar select {
    color: #000000;
    padding-right: 4rem; }

.insight-categories-form {
  display: -ms-flexbox;
  display: flex;
  width: initial;
  float: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .insight-categories-form .form-item.webform-component-select {
    width: calc(100% - 110px);
    padding: 0;
    margin: 0; }
  .insight-categories-form .webform-component-submit {
    margin: 0; }
  .insight-categories-form .form-submit {
    margin: 0;
    padding: 7px 20px;
    border: 2px solid #ffffff; }

.blog-top-bar__filters--label {
  color: #ffffff; }

.blog-top-bar__filters {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .blog-top-bar__filters {
      width: 400px;
      margin-bottom: 0; } }

.blog-top-bar__subscribe-share--buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  width: 300px; }

.blog-top-bar__subscribe--btn,
.blog-top-bar__share--btn {
  background-color: transparent;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  white-space: nowrap; }
  .blog-top-bar__subscribe--btn:hover, .blog-top-bar__subscribe--btn:focus,
  .blog-top-bar__share--btn:hover,
  .blog-top-bar__share--btn:focus {
    background-color: transparent;
    color: #ffffff;
    border: 0; }
  .blog-top-bar__subscribe--btn svg,
  .blog-top-bar__share--btn svg {
    fill: #ffffff; }
  .blog-top-bar__subscribe--btn .subscribe-icon,
  .blog-top-bar__subscribe--btn .share-icon,
  .blog-top-bar__share--btn .subscribe-icon,
  .blog-top-bar__share--btn .share-icon {
    margin-right: 10px; }

.blog-top-bar__subscribe--btn {
  margin-right: 20px; }

@media (min-width: 1024px) {
  .blog-top-bar__subscribe-share {
    width: calc(100% - 450px); } }

.blog-top-bar__subscribe-share p {
  color: #000000; }

.blog-top-bar__subscribe-share--content {
  position: relative; }

.blog-top-bar__subscribe blog-stay-connected,
.blog-top-bar__sharethis {
  position: absolute;
  top: 0;
  max-height: 0;
  overflow: hidden; }
  .blog-top-bar__subscribe blog-stay-connected.is-open,
  .blog-top-bar__sharethis.is-open {
    max-height: 350px; }

.blog-top-bar__sharethis {
  right: 0;
  z-index: 100;
  white-space: nowrap; }

.blog-stay-connected.is-open {
  position: absolute; }

.pane-bundle-six-column-image-and-link {
  width: 100%;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .pane-bundle-six-column-image-and-link .six-column--1,
  .pane-bundle-six-column-image-and-link .six-column--2,
  .pane-bundle-six-column-image-and-link .six-column--3,
  .pane-bundle-six-column-image-and-link .six-column--4,
  .pane-bundle-six-column-image-and-link .six-column--5,
  .pane-bundle-six-column-image-and-link .six-column--6 {
    text-align: center;
    width: 100%;
    padding: 0 2em; }
    @media (min-width: 768px) {
      .pane-bundle-six-column-image-and-link .six-column--1,
      .pane-bundle-six-column-image-and-link .six-column--2,
      .pane-bundle-six-column-image-and-link .six-column--3,
      .pane-bundle-six-column-image-and-link .six-column--4,
      .pane-bundle-six-column-image-and-link .six-column--5,
      .pane-bundle-six-column-image-and-link .six-column--6 {
        width: 33.333%;
        text-align: left; } }
    @media (min-width: 1024px) {
      .pane-bundle-six-column-image-and-link .six-column--1,
      .pane-bundle-six-column-image-and-link .six-column--2,
      .pane-bundle-six-column-image-and-link .six-column--3,
      .pane-bundle-six-column-image-and-link .six-column--4,
      .pane-bundle-six-column-image-and-link .six-column--5,
      .pane-bundle-six-column-image-and-link .six-column--6 {
        width: 16%;
        margin-bottom: 0;
        padding-bottom: 1rem; } }
    .pane-bundle-six-column-image-and-link .six-column--1 .six-column--content,
    .pane-bundle-six-column-image-and-link .six-column--2 .six-column--content,
    .pane-bundle-six-column-image-and-link .six-column--3 .six-column--content,
    .pane-bundle-six-column-image-and-link .six-column--4 .six-column--content,
    .pane-bundle-six-column-image-and-link .six-column--5 .six-column--content,
    .pane-bundle-six-column-image-and-link .six-column--6 .six-column--content {
      display: table;
      margin: auto; }
      .pane-bundle-six-column-image-and-link .six-column--1 .six-column--content .field--type-image,
      .pane-bundle-six-column-image-and-link .six-column--2 .six-column--content .field--type-image,
      .pane-bundle-six-column-image-and-link .six-column--3 .six-column--content .field--type-image,
      .pane-bundle-six-column-image-and-link .six-column--4 .six-column--content .field--type-image,
      .pane-bundle-six-column-image-and-link .six-column--5 .six-column--content .field--type-image,
      .pane-bundle-six-column-image-and-link .six-column--6 .six-column--content .field--type-image {
        margin: 1rem 2rem 1rem 0;
        line-height: 0; }
        .pane-bundle-six-column-image-and-link .six-column--1 .six-column--content .field--type-image img,
        .pane-bundle-six-column-image-and-link .six-column--2 .six-column--content .field--type-image img,
        .pane-bundle-six-column-image-and-link .six-column--3 .six-column--content .field--type-image img,
        .pane-bundle-six-column-image-and-link .six-column--4 .six-column--content .field--type-image img,
        .pane-bundle-six-column-image-and-link .six-column--5 .six-column--content .field--type-image img,
        .pane-bundle-six-column-image-and-link .six-column--6 .six-column--content .field--type-image img {
          width: auto; }
      .pane-bundle-six-column-image-and-link .six-column--1 .six-column--content a,
      .pane-bundle-six-column-image-and-link .six-column--2 .six-column--content a,
      .pane-bundle-six-column-image-and-link .six-column--3 .six-column--content a,
      .pane-bundle-six-column-image-and-link .six-column--4 .six-column--content a,
      .pane-bundle-six-column-image-and-link .six-column--5 .six-column--content a,
      .pane-bundle-six-column-image-and-link .six-column--6 .six-column--content a {
        color: #159cdf;
        font-weight: 400; }
      .pane-bundle-six-column-image-and-link .six-column--1 .six-column--content p,
      .pane-bundle-six-column-image-and-link .six-column--2 .six-column--content p,
      .pane-bundle-six-column-image-and-link .six-column--3 .six-column--content p,
      .pane-bundle-six-column-image-and-link .six-column--4 .six-column--content p,
      .pane-bundle-six-column-image-and-link .six-column--5 .six-column--content p,
      .pane-bundle-six-column-image-and-link .six-column--6 .six-column--content p {
        display: inline-block;
        margin-top: 1rem; }
  .pane-bundle-six-column-image-and-link .six-column--2,
  .pane-bundle-six-column-image-and-link .six-column--3 {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .pane-bundle-six-column-image-and-link .six-column--2,
      .pane-bundle-six-column-image-and-link .six-column--3 {
        margin-left: .5%; } }

.industries {
  margin: 0 auto 5rem;
  position: relative;
  background: linear-gradient(to bottom, #f2f2f2, #ffffff);
  overflow: hidden;
  /* Toggle effect */ }
  @media (min-width: 450px) {
    .industries {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  .industries a {
    transition: none; }
  .industries .js {
    /* Expand the entire section on mobile */ }
    .industries .js .industry-dropdown__description,
    .industries .js .industry-dropdown__expand {
      transition: all ease-in-out 0.25s;
      max-height: 0;
      overflow: hidden;
      padding-top: 0;
      padding-bottom: 0; }
    .industries .js .active .industry-dropdown__description,
    .industries .js .active .industry-dropdown__expand {
      max-height: 99em; }
  .industries .industry-dropdown__expand {
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 85%;
    font-size: 1.6rem; }
    .industries .industry-dropdown__expand p {
      font-size: 1.4rem; }
      @media (min-width: 450px) {
        .industries .industry-dropdown__expand p {
          font-size: 1.6rem; } }
    .industries .industry-dropdown__expand h2 {
      color: #ffffff;
      padding-bottom: 14px;
      position: relative;
      width: 150px;
      margin: 20px auto;
      font-size: 1.8rem; }
      @media (min-width: 450px) {
        .industries .industry-dropdown__expand h2 {
          font-size: 2.2rem;
          width: 200px; } }
      @media (min-width: 768px) {
        .industries .industry-dropdown__expand h2 {
          font-size: 2.6rem;
          width: 360px; } }
      .industries .industry-dropdown__expand h2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 30%;
        border-bottom: 1px solid #ffffff;
        right: 0;
        text-align: center;
        margin: 0 auto; }
  @media (min-width: 768px) {
    .industries {
      max-width: 1440px; } }
  .industries :nth-child(1) .industries__expanded-description,
  .industries :nth-child(3) .industries__expanded-description,
  .industries :nth-child(5) .industries__expanded-description,
  .industries :nth-child(7) .industries__expanded-description,
  .industries :nth-child(9) .industries__expanded-description,
  .industries :nth-child(11) .industries__expanded-description,
  .industries :nth-child(13) .industries__expanded-description,
  .industries :nth-child(15) .industries__expanded-description {
    left: 0; }
  .industries :nth-child(2) .industries__expanded-description,
  .industries :nth-child(4) .industries__expanded-description,
  .industries :nth-child(6) .industries__expanded-description,
  .industries :nth-child(8) .industries__expanded-description,
  .industries :nth-child(10) .industries__expanded-description,
  .industries :nth-child(12) .industries__expanded-description,
  .industries :nth-child(14) .industries__expanded-description {
    left: -100%; }
  .industries :nth-child(2),
  .industries :nth-child(4),
  .industries :nth-child(6),
  .industries :nth-child(8),
  .industries :nth-child(10),
  .industries :nth-child(12),
  .industries :nth-child(14) {
    clear: none; }
  .industries :nth-child(1),
  .industries :nth-child(3),
  .industries :nth-child(5),
  .industries :nth-child(7),
  .industries :nth-child(9),
  .industries :nth-child(11),
  .industries :nth-child(13),
  .industries :nth-child(15) {
    clear: left; }
  @media (min-width: 450px) {
    .industries :nth-child(1) .industries__expanded-description,
    .industries :nth-child(4) .industries__expanded-description,
    .industries :nth-child(7) .industries__expanded-description,
    .industries :nth-child(10) .industries__expanded-description,
    .industries :nth-child(13) .industries__expanded-description {
      left: 0; }
    .industries .industries__expanded-description.tablet-shift--50 {
      left: -50%; }
    .industries :nth-child(2) .industries__expanded-description,
    .industries :nth-child(5) .industries__expanded-description,
    .industries :nth-child(8) .industries__expanded-description,
    .industries :nth-child(11) .industries__expanded-description,
    .industries :nth-child(14) .industries__expanded-description,
    .industries .industries__expanded-description.tablet-shift--100 {
      left: -100%; }
    .industries .industries__expanded-description.tablet-shift--150 {
      left: -150%; }
    .industries :nth-child(3) .industries__expanded-description,
    .industries :nth-child(6) .industries__expanded-description,
    .industries :nth-child(9) .industries__expanded-description,
    .industries :nth-child(12) .industries__expanded-description,
    .industries :nth-child(15) .industries__expanded-description {
      left: -200%; }
    .industries :nth-child(6),
    .industries :nth-child(11) {
      clear: none; }
    .industries :nth-child(4),
    .industries :nth-child(7),
    .industries :nth-child(10),
    .industries :nth-child(13) {
      clear: left; }
    .industries :nth-child(2),
    .industries :nth-child(3),
    .industries :nth-child(5),
    .industries :nth-child(6),
    .industries :nth-child(8),
    .industries :nth-child(9),
    .industries :nth-child(11),
    .industries :nth-child(12),
    .industries :nth-child(14),
    .industries :nth-child(15) {
      clear: none; }
    .industries :nth-child(1),
    .industries :nth-child(4),
    .industries :nth-child(7),
    .industries :nth-child(7),
    .industries :nth-child(10),
    .industries :nth-child(13) {
      clear: left; } }
  @media (min-width: 768px) {
    .industries :nth-child(1) .industries__expanded-description,
    .industries :nth-child(6) .industries__expanded-description,
    .industries :nth-child(11) .industries__expanded-description {
      left: 0; }
    .industries .industries__expanded-description.desktop-shift--50 {
      left: -50%; }
    .industries :nth-child(2) .industries__expanded-description,
    .industries :nth-child(7) .industries__expanded-description,
    .industries :nth-child(12) .industries__expanded-description,
    .industries .industries__expanded-description.desktop-shift--100 {
      left: -100%; }
    .industries .industries__expanded-description.desktop-shift--150 {
      left: -150%; }
    .industries :nth-child(3) .industries__expanded-description,
    .industries :nth-child(8) .industries__expanded-description,
    .industries :nth-child(13) .industries__expanded-description,
    .industries .industries__expanded-description.desktop-shift--200 {
      left: -200%; }
    .industries .industries__expanded-description.desktop-shift--250 {
      left: -250%; }
    .industries :nth-child(4) .industries__expanded-description,
    .industries :nth-child(9) .industries__expanded-description,
    .industries :nth-child(14) .industries__expanded-description,
    .industries .industries__expanded-description.desktop-shift--300 {
      left: -300%; }
    .industries .industries__expanded-description.desktop-shift--350 {
      left: -350%; }
    .industries :nth-child(5) .industries__expanded-description,
    .industries :nth-child(10) .industries__expanded-description,
    .industries :nth-child(15) .industries__expanded-description {
      left: -400%; }
    .industries :nth-child(2),
    .industries :nth-child(3),
    .industries :nth-child(4),
    .industries :nth-child(5),
    .industries :nth-child(7),
    .industries :nth-child(8),
    .industries :nth-child(9),
    .industries :nth-child(10),
    .industries :nth-child(12),
    .industries :nth-child(13),
    .industries :nth-child(14),
    .industries :nth-child(15) {
      clear: none; }
    .industries :nth-child(1),
    .industries :nth-child(6),
    .industries :nth-child(11) {
      clear: left; } }
  .industries .industries__expanded-description {
    display: none;
    right: 10px;
    line-height: 2;
    background-color: #0079b5;
    color: #ffffff;
    position: relative;
    left: 0;
    width: 200%;
    height: 0;
    visibility: hidden; }
    @media (min-width: 450px) {
      .industries .industries__expanded-description {
        width: 300%; } }
    @media (min-width: 768px) {
      .industries .industries__expanded-description {
        width: 500%; } }
  .industries .active .industries__expanded-description {
    height: 100%;
    visibility: visible; }
  .industries .industries__description {
    position: static;
    display: inline-block;
    vertical-align: top;
    height: auto;
    overflow: visible;
    padding: 0;
    background: none;
    width: 50%;
    float: left; }
    @media (min-width: 450px) {
      .industries .industries__description {
        width: 33.33%; } }
    @media (min-width: 768px) {
      .industries .industries__description {
        width: 20%; } }
    .industries .industries__description.active {
      background: #0079b5;
      color: #ffffff; }
      .industries .industries__description.active .st0 {
        fill: #ffffff; }
      .industries .industries__description.active a {
        color: #ffffff; }
      .industries .industries__description.active .box {
        border: 2px solid #0079b5; }
      .industries .industries__description.active .background--image {
        background-size: cover;
        background-position: 50% 50%; }
        .industries .industries__description.active .background--image::before {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background: rgba(0, 117, 176, 0.6);
          z-index: 19; }
        .industries .industries__description.active .background--image.background--airlines {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--airplane.jpg"); }
        .industries .industries__description.active .background--image.background--hotels {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--hotel.jpg"); }
          .industries .industries__description.active .background--image.background--hotels::before {
            background: rgba(4, 106, 56, 0.75); }
        .industries .industries__description.active .background--image.background--cars {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--car.jpg"); }
          .industries .industries__description.active .background--image.background--cars::before {
            background: rgba(0, 26, 114, 0.6); }
        .industries .industries__description.active .background--image.background--rail {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--rail.jpg"); }
          .industries .industries__description.active .background--image.background--rail::before {
            background: rgba(94, 39, 81, 0.75); }
        .industries .industries__description.active .background--image.background--cruises {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--cruise.jpg"); }
          .industries .industries__description.active .background--image.background--cruises::before {
            background: rgba(0, 163, 173, 0.75); }
        .industries .industries__description.active .background--image.background--tour {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--tour.jpg"); }
          .industries .industries__description.active .background--image.background--tour::before {
            background: rgba(120, 190, 32, 0.75); }
        .industries .industries__description.active .background--image.background--leisure-mixed-travel-agencies {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--mixed.jpg"); }
          .industries .industries__description.active .background--image.background--leisure-mixed-travel-agencies::before {
            background: rgba(88, 44, 131, 0.75); }
        .industries .industries__description.active .background--image.background--travel-management-companies {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--management.jpg"); }
        .industries .industries__description.active .background--image.background--online-travel-agencies {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--online.jpg"); }
          .industries .industries__description.active .background--image.background--online-travel-agencies::before {
            background: rgba(120, 190, 32, 0.75); }
        .industries .industries__description.active .background--image.background--corporations {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--corporations.jpg"); }
          .industries .industries__description.active .background--image.background--corporations::before {
            background: rgba(4, 106, 56, 0.75); }
        .industries .industries__description.active .background--image.background--developers {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--developer.jpg"); }
          .industries .industries__description.active .background--image.background--developers::before {
            background: rgba(137, 12, 88, 0.75); }
        .industries .industries__description.active .background--image.background--technology-partners {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--technology.jpg");
          background-position: 50% 13%; }
          .industries .industries__description.active .background--image.background--technology-partners::before {
            background: rgba(0, 163, 173, 0.75); }
        .industries .industries__description.active .background--image.background--government-affairs {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--government.jpg"); }
          .industries .industries__description.active .background--image.background--government-affairs::before {
            background: rgba(4, 106, 56, 0.75); }
        .industries .industries__description.active .background--image.background--travelport-labs {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--lab.jpg"); }
          .industries .industries__description.active .background--image.background--travelport-labs::before {
            background: rgba(0, 26, 114, 0.6); }
        .industries .industries__description.active .background--image.background--case-studies {
          background-image: url("/sites/all/themes/custom/travelport/assets/dist/images/background--case-studies.jpg"); }
  .industries .industries__description-link {
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #0079b5;
    line-height: 2;
    border-bottom: none;
    padding: 1rem 0.5rem 0.5rem;
    border: 2px solid transparent;
    float: none;
    text-align: center;
    min-height: 155px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-line-pack: center;
    align-content: center; }
    @media (min-width: 768px) {
      .industries .industries__description-link {
        padding: 2rem 0.5rem 1rem;
        min-height: 170px; } }
    .industries .industries__description-link:hover, .industries .industries__description-link:focus, .industries .industries__description-link:active {
      background: #0079b5;
      color: #ffffff; }
      .industries .industries__description-link:hover .st0, .industries .industries__description-link:focus .st0, .industries .industries__description-link:active .st0 {
        fill: #ffffff; }
      .industries .industries__description-link:hover .industries__blog-icon .a,
      .industries .industries__description-link:hover .industries__blog-icon .b, .industries .industries__description-link:focus .industries__blog-icon .a,
      .industries .industries__description-link:focus .industries__blog-icon .b, .industries .industries__description-link:active .industries__blog-icon .a,
      .industries .industries__description-link:active .industries__blog-icon .b {
        fill: #0079b5;
        stroke: #ffffff; }
    .industries .industries__description-link p {
      float: none;
      margin: 0.5rem;
      position: relative;
      clear: both;
      float: none;
      width: 100%;
      font-size: 1.6rem; }
  .industries .active .industry-dropdown__description {
    border: 2px solid #0079b5;
    padding: 2rem;
    min-height: 400px; }
  .industries a:focus,
  .industries a.focus {
    outline: 0;
    border: 2px solid #159cdf; }
    .i18n-en-pk .industries a:focus,
    .i18n-en-pk .industries a:focus text, .i18n-en-pk
    .industries a.focus,
    .i18n-en-pk
    .industries a.focus text {
      border: none; }
  .industries picture {
    height: 100%; }
  .industries svg {
    width: 50%;
    float: none;
    position: relative;
    clear: both;
    float: none; }
    @media (min-width: 768px) {
      .industries svg {
        width: 100%; } }
    .industries svg .st0 {
      fill: #0079b5; }

.hero-v2 {
  position: relative; }
  .hero-v2 img {
    display: block; }

.hero-v2__cta .read-more {
  display: inline-block;
  background-color: transparent;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff; }
  @media (max-width: 768px) {
    .hero-v2__cta .read-more {
      color: #00507f;
      border: 2px solid #00507f; } }

.hero-v2__title {
  margin-top: 0;
  font-weight: 300; }
  @media (min-width: 768px) {
    .hero-v2__title {
      color: #ffffff; } }
  .hero-v2__title > span {
    display: block; }
    @media (max-width: 768px) {
      .hero-v2__title > span {
        color: #00507f !important; } }
    .hero-v2__title > span + span {
      margin-top: 1rem; }

.hero-v2__first-heading {
  font-size: 3rem; }
  @media (min-width: 768px) {
    .hero-v2__first-heading {
      font-size: 4.8rem; } }

.hero-v2__xl-underline-heading {
  font-size: 6rem;
  margin-top: 0px !important;
  margin-bottom: 16px;
  padding-bottom: 0px;
  border-bottom: 1px solid #00507f;
  display: inline-block !important; }
  @media (min-width: 768px) {
    .hero-v2__xl-underline-heading {
      font-size: 11.8rem;
      border-bottom: 1px solid #fff;
      margin-bottom: 12px; } }

.hero-v2__second-heading {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .hero-v2__second-heading {
      font-size: 2.6rem; } }

.hero-v2__third-heading {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .hero-v2__third-heading {
      font-size: 2rem; } }

.hero-v2__fourth-heading {
  font-size: 1.8rem;
  display: block;
  margin-top: 1.5rem;
  border: 0; }
  @media (min-width: 768px) {
    .hero-v2__fourth-heading {
      font-size: 2.6rem; } }

.hero-v2__content {
  z-index: 5;
  padding: 2rem; }
  @media (min-width: 768px) {
    .hero-v2__content {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 2rem 3.5rem;
      max-width: 65%; }
      .hero-v2--right-text .hero-v2__content {
        right: 0;
        text-align: right; }
      .hero-v2--centered-text .hero-v2__content {
        max-width: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center; } }
  @media (min-width: 1024px) {
    .hero-v2__content {
      padding: 2rem 3.5rem; } }
  @media (min-width: 768px) {
    .hero-v2--centered .hero-v2__content {
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: 0 auto;
      max-width: none; } }

.hero-v2__bg {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hero-v2--has-overlay .hero-v2__bg::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #000000;
      opacity: 0.5;
      z-index: 1; } }

.hero-v2__subheader {
  font-size: 2.6rem;
  line-height: 1;
  color: #00507f; }

.hero-v2__below {
  padding: 2rem;
  border-top: 1px solid #d0d1d2; }
  @media (min-width: 768px) {
    .hero-v2__below {
      padding: 2rem 3.5rem 2rem 5.5rem; } }
  @media (min-width: 1024px) {
    .hero-v2__below {
      padding: 2rem 3.5rem 2rem 7rem; } }

.hero-v2__description {
  font-weight: 300; }
  @media (min-width: 768px) {
    .hero-v2__description {
      columns: 2;
      column-gap: 3.5rem; } }
  .hero-v2__description ul {
    padding: 0 0 0 1rem; }
  .hero-v2__description li {
    list-style-position: outside;
    margin-bottom: 2rem; }

.section-careers-new .hero-v2__cta,
.section-careers .hero-v2__cta {
  padding-top: 1rem; }
  .section-careers-new .hero-v2__cta .read-more,
  .section-careers .hero-v2__cta .read-more {
    color: #ffffff;
    background-color: #159cdf;
    border: none; }
    .section-careers-new .hero-v2__cta .read-more::after,
    .section-careers .hero-v2__cta .read-more::after {
      content: url("/sites/all/themes/custom/travelport/assets/dist/icons/arrow--link-white-careers.svg");
      width: 19px;
      height: 19px;
      display: inline-block;
      padding: 0 1.5rem 0 1rem;
      background-color: #159cdf;
      vertical-align: text-bottom; }

/**
 * @file
 * These styles apply to the /support page.
 */
body.page-support .feature-full {
  background: #ffffff; }
  body.page-support .feature-full.tvpt-support__50-50--gray-bg {
    background: #f2f2f2; }
  body.page-support .feature-full a {
    color: currentColor;
    text-decoration: underline; }
    body.page-support .feature-full a:hover, body.page-support .feature-full a:focus {
      text-decoration: none; }

body.page-support p {
  line-height: 1.6; }

body.page-support h2 {
  color: #00507f;
  font-weight: bold; }

body.page-support .tvpt-support__intro-text {
  background: #78be20;
  color: #ffffff;
  font-size: 2.2rem;
  padding: 30px 45px; }
  body.page-support .tvpt-support__intro-text h2 {
    color: #ffffff; }
  body.page-support .tvpt-support__intro-text a {
    color: currentColor;
    text-decoration: underline; }
    body.page-support .tvpt-support__intro-text a:hover, body.page-support .tvpt-support__intro-text a:focus {
      text-decoration: none; }
  body.page-support .tvpt-support__intro-text p {
    line-height: 1.8; }

body.page-support .tvpt-support__light-heading h2 {
  font-weight: 300; }

body.page-support .tvpt-support__section {
  padding: 45px 0; }
  @media (min-width: 1024px) {
    body.page-support .tvpt-support__section {
      margin: 0 0 10px; } }
  body.page-support .tvpt-support__section.support--no-padding {
    padding-bottom: 0; }
  body.page-support .tvpt-support__section a {
    color: currentColor;
    text-decoration: underline; }
    body.page-support .tvpt-support__section a:hover, body.page-support .tvpt-support__section a:focus {
      text-decoration: none; }

body.page-support .tvpt-support__50-50--no-bg {
  color: #63666a !important;
  margin: 0 20px; }
  @media (min-width: 1024px) {
    body.page-support .tvpt-support__50-50--no-bg {
      margin: 0 auto;
      max-width: 1024px; } }
  body.page-support .tvpt-support__50-50--no-bg h2 {
    color: #00507f !important; }

body.page-support .tvpt-support__50-50--gray-bg {
  color: #63666a !important;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    body.page-support .tvpt-support__50-50--gray-bg {
      margin: 0 auto;
      padding-left: 15%;
      padding-right: 15%; } }
  body.page-support .tvpt-support__50-50--gray-bg h2 {
    color: #00507f !important; }

body.page-support .tvpt-support__blue {
  background: #00507f;
  color: #ffffff;
  margin: 10px 0;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    body.page-support .tvpt-support__blue {
      margin: 0 0 10px;
      padding-left: 15%;
      padding-right: 15%; } }
  body.page-support .tvpt-support__blue h2 {
    color: #ffffff; }

body.page-support .tvpt-support__3-col {
  color: #63666a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1024px) {
    body.page-support .tvpt-support__3-col {
      -ms-flex-direction: row;
      flex-direction: row; } }
  body.page-support .tvpt-support__3-col.pane-bundle-three-column-image-and-text .three-column--1,
  body.page-support .tvpt-support__3-col.pane-bundle-three-column-image-and-text .three-column--2,
  body.page-support .tvpt-support__3-col.pane-bundle-three-column-image-and-text .three-column--3 {
    background: #ffffff;
    height: inherit; }
  body.page-support .tvpt-support__3-col.pane-bundle-three-column-image-and-text .three-column--1 .three-column--content .field--type-image img,
  body.page-support .tvpt-support__3-col.pane-bundle-three-column-image-and-text .three-column--2 .three-column--content .field--type-image img,
  body.page-support .tvpt-support__3-col.pane-bundle-three-column-image-and-text .three-column--3 .three-column--content .field--type-image img {
    width: 100%;
    height: auto; }
  body.page-support .tvpt-support__3-col.pane-bundle-three-column-image-and-text {
    height: inherit; }
  body.page-support .tvpt-support__3-col .field--type-image {
    float: none !important;
    margin: 0 !important; }
  body.page-support .tvpt-support__3-col h2 {
    display: block;
    margin-top: 10px;
    padding: 0 20px; }
    body.page-support .tvpt-support__3-col h2:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 1024px) {
      body.page-support .tvpt-support__3-col h2 {
        margin-top: 30px;
        padding: 0; } }
  body.page-support .tvpt-support__3-col p {
    color: #63666a;
    width: 100% !important;
    padding: 0 20px; }
    @media (min-width: 1024px) {
      body.page-support .tvpt-support__3-col p {
        padding: 0; } }
  body.page-support .tvpt-support__3-col a {
    color: #63666a !important;
    font-weight: 300 !important; }

body.page-support .tvpt-support__4-col {
  margin: 0 20px; }
  @media (min-width: 1024px) {
    body.page-support .tvpt-support__4-col {
      margin: inherit; } }
  body.page-support .tvpt-support__4-col h2 {
    color: #00507f;
    text-align: center;
    padding-bottom: 1em; }
  body.page-support .tvpt-support__4-col .support--border {
    border-bottom: 1px solid #63666a;
    color: transparent;
    display: inline-block;
    height: 1px;
    width: 125px; }
    @media (min-width: 1024px) {
      body.page-support .tvpt-support__4-col .support--border {
        margin-top: 20px;
        margin-bottom: 10px; } }
  body.page-support .tvpt-support__4-col .fieldable-panels-pane {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      body.page-support .tvpt-support__4-col .fieldable-panels-pane {
        -ms-flex-direction: row;
        flex-direction: row; } }
    body.page-support .tvpt-support__4-col .fieldable-panels-pane > div {
      text-align: center;
      margin-bottom: 30px;
      padding: 0 2em; }
      body.page-support .tvpt-support__4-col .fieldable-panels-pane > div h3 {
        color: #00507f; }
      body.page-support .tvpt-support__4-col .fieldable-panels-pane > div:last-child {
        margin: 0; }
      @media (min-width: 1024px) {
        body.page-support .tvpt-support__4-col .fieldable-panels-pane > div {
          -ms-flex: 0 0 24%;
          flex: 0 0 24%; } }

/*# sourceMappingURL=maps/travelport.main.css.map */
