@charset "UTF-8";
/****************************************************************/
/****************************************************************/
/* tealGreen */
/*Red*/
/* shamrockGreen */
/* deepBlue */
/* darkBlue */
/* orange */
/* purple */
/*Red*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .invert-ie {
    position: relative;
  }
  .invert-ie:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 900;
    outline: 2999px solid invert;
  }
}
.Grad-1 {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #fff, #efefef);
  background: -moz-linear-gradient(center bottom, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=0);
}
.Grad-2 {
  background: #84BD00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #84BD00), color-stop(1, #9cc53b));
  background: -ms-linear-gradient(bottom, #84BD00, #9cc53b);
  background: -moz-linear-gradient(center bottom, #84BD00 0%, #9cc53b 100%);
  background: -o-linear-gradient(#9cc53b, #84BD00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc53b', endColorstr='#84BD00', GradientType=0);
}
.Grad-3 {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
.Grad-4 {
  background: #F1F1F1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F1F1F1), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #F1F1F1, #ffffff);
  background: -moz-linear-gradient(center bottom, #F1F1F1 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #F1F1F1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F1F1F1', GradientType=0);
}
/**** Home page slider style**/
#slides_control.relative {
  position: relative;
}
.slides-control.relative {
  position: relative;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.nfs:focus,
.nfs-d:focus {
  outline: none;
  outline: 0;
}
.nfs::-moz-focus-inner,
.nfs-d::-moz-focus-inner {
  border: 0;
}
*:focus {
  border-radius: 1px;
}
a[href],
area[href],
button:not([disabled]),
[tabindex]:not([tabindex="-1"]) {
  outline: 0;
}
a[href]:not(.nfs):not(.nfs-d):not(.psuedo-focus):not(.uil-button, .uil-retail-button),
area[href]:not(.nfs):not(.nfs-d):not(.psuedo-focus):not(.uil-button, .uil-retail-button),
button:not([disabled]):not(.nfs):not(.nfs-d):not(.psuedo-focus):not(.uil-button, .uil-retail-button),
[tabindex]:not([tabindex="-1"]):not(.nfs):not(.nfs-d):not(.psuedo-focus):not(.uil-button, .uil-retail-button) {
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 #40A297;
  will-change: all;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
a[href]:not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover),
area[href]:not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover),
button:not([disabled]):not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover),
[tabindex]:not([tabindex="-1"]):not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover) {
  box-shadow: 0 0 0 10px #fff, 0 0 0 13px #40A297;
  z-index: 250;
  outline: 0;
}
a[href].psuedo-focus:focus:not(.nfs):not(.nfs-d),
area[href].psuedo-focus:focus:not(.nfs):not(.nfs-d),
button:not([disabled]).psuedo-focus:focus:not(.nfs):not(.nfs-d),
[tabindex]:not([tabindex="-1"]).psuedo-focus:focus:not(.nfs):not(.nfs-d) {
  position: relative;
  overflow: visible;
}
a[href].psuedo-focus:focus:not(.nfs):not(.nfs-d):before,
area[href].psuedo-focus:focus:not(.nfs):not(.nfs-d):before,
button:not([disabled]).psuedo-focus:focus:not(.nfs):not(.nfs-d):before,
[tabindex]:not([tabindex="-1"]).psuedo-focus:focus:not(.nfs):not(.nfs-d):before {
  border: 3px solid #40A297;
  border-radius: 10px;
  position: absolute;
  content: '';
  bottom: -10px;
  right: -10px;
  left: -10px;
  top: -10px;
}
.copy-container {
  max-width: 990px;
}
.copy {
  margin: 0 auto;
}
.copy.centered > * {
  margin: 0 auto 1.25em;
}
.copy .copy-p-without-margin p {
  margin: 0;
}
.copy p,
.copy q,
.copy ul,
.copy ol,
.copy h3,
.copy h4,
.copy h5,
.copy h6 {
  line-height: 1.5em;
  color: #2C2A29;
}
.copy p,
.copy q,
.copy li {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.copy > p,
.copy > q,
.copy > ul,
.copy > ol,
.copy > h1,
.copy > h2,
.copy > h3,
.copy > h4,
.copy > h5,
.copy > h6,
.copy > blockquote,
.copy > .aside-box,
.copy .max-content {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
.copy accordion-group {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
.copy h2 {
  font-size: 1.125em;
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #2C2A29;
}
.copy h2:not(:first-of-type) {
  margin-top: 2.7em;
}
.copy h2.tealGreenDark {
  color: #006257;
}
.copy h2.tealGreen {
  color: #008374;
}
.copy h2.xxl-size {
  font-size: 2.125em;
}
.copy h3 {
  font-size: 1em;
}
.copy h3.margin-none {
  margin: 0;
}
.copy h4 {
  font-size: 0.875em;
}
.copy h5 {
  font-size: 1.25em;
}
.copy h6 {
  font-size: 1.25em;
}
.copy h1,
.copy h1 p,
.copy h3 {
  color: #2C2A29;
}
.copy h4,
.copy h5,
.copy h6 {
  font-weight: bold;
  color: #2C2A29;
  margin-bottom: 10px;
}
.copy h1 {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.15625em;
  font-size: 35px;
}
.copy h1 strong,
.copy h1 b {
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
}
.copy h1 p {
  margin-bottom: 0;
  font-size: 1em;
}
.copy > header img {
  z-index: -1;
}
.copy > h2 {
  margin-bottom: 10px;
}
.copy > blockquote,
.copy > table,
.copy > aside,
.copy > section {
  margin-bottom: 30px;
}
.copy address {
  margin: 10px 0;
}
.copy a:not(.button ),
.copy a:not(.uil-button) {
  text-decoration: underline;
}
.copy a.uil-button {
  text-decoration: none;
}
.copy .aside-box a:not(.button) {
  color: #006257;
}
.copy .aside-content,
.copy address {
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  padding: 15px;
}
.copy .aside-content h2 {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #2C2A29;
}
.copy section h1:last-child,
.copy blockquote h1:last-child,
.copy .accordion-copy h1:last-child,
.copy section h2:last-child,
.copy blockquote h2:last-child,
.copy .accordion-copy h2:last-child,
.copy section h3:last-child,
.copy blockquote h3:last-child,
.copy .accordion-copy h3:last-child,
.copy section h4:last-child,
.copy blockquote h4:last-child,
.copy .accordion-copy h4:last-child,
.copy section h5:last-child,
.copy blockquote h5:last-child,
.copy .accordion-copy h5:last-child,
.copy section h6:last-child,
.copy blockquote h6:last-child,
.copy .accordion-copy h6:last-child,
.copy section p:last-child,
.copy blockquote p:last-child,
.copy .accordion-copy p:last-child,
.copy section q:last-child,
.copy blockquote q:last-child,
.copy .accordion-copy q:last-child,
.copy section blockquote:last-child,
.copy blockquote blockquote:last-child,
.copy .accordion-copy blockquote:last-child,
.copy section ul:last-child,
.copy blockquote ul:last-child,
.copy .accordion-copy ul:last-child,
.copy section ol:last-child,
.copy blockquote ol:last-child,
.copy .accordion-copy ol:last-child {
  margin-bottom: 0;
}
.copy strong {
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
}
.copy blockquote {
  border-left: 0.625em #008374 solid;
  background-color: rgba(0, 131, 116, 0.1);
  padding: 15px 30px;
  margin-right: 0;
  margin-left: 0;
}
.copy table {
  width: 100%;
  overflow-x: scroll;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.copy table tr:nth-child(even):not(.tr-gray) {
  background-color: #fff;
}
.copy table tbody tr:nth-child(odd):not(.tr-white) {
  background-color: #f1f1f1;
}
.copy table tr .list-bubble-gray-10 li {
  background-color: #ccc;
  color: #fff;
}
.copy table tr + tr {
  border-top: 1px solid #f1f1f1;
}
.copy table .tr-white {
  background-color: #fff;
}
.copy table .tr-gray {
  background-color: #f1f1f1;
}
.copy table .tr-gray + .tr-gray {
  border-top: 1px solid #fff;
}
.copy table th {
  padding: 0 0 15px;
}
.copy table td {
  padding: 15px 0;
}
.copy table thead th {
  vertical-align: bottom;
  padding: 1em 10px 1em 10px;
}
.copy table thead th.padding-lrg {
  padding: 1em 10px 1em 10px;
}
.copy table.no-top {
  border-top: 0 none;
}
.copy table.no-top thead th {
  padding-top: 0;
}
.copy table tbody th {
  padding-left: 15px;
  padding-top: 15px;
  text-align: left;
  color: #2C2A29;
}
.copy table td {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #2C2A29;
}
.copy table td p {
  padding: 0 10px;
  text-align: left;
}
.copy table td p.centered {
  text-align: center;
}
.copy .basic-table thead {
  border-bottom: 1px solid #f1f1f1;
}
.copy .basic-table thead th {
  padding-bottom: 20px;
  padding-top: 20px;
}
.copy .basic-table td,
.copy .basic-table th {
  font-weight: normal;
  text-align: left;
  padding: 10px;
}
.copy .basic-table td:first-child,
.copy .basic-table th:first-child {
  padding-left: 20px;
}
.copy .basic-table td.centered,
.copy .basic-table th.centered {
  text-align: center;
}
.copy .basic-table tbody {
  font-size: .9em;
}
.copy .basic-table tbody tr td:first-child {
  font-weight: bold;
  color: #666;
}
.copy .basic-table.table-tealGreen thead {
  border-bottom: 0 none transparent;
}
.copy .basic-table.table-tealGreen thead tr td,
.copy .basic-table.table-tealGreen thead tr th {
  color: #40A297;
  font-size: 1em;
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
}
.copy .intro {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #008374;
  font-size: 16px;
  line-height: 24px;
}
.copy ol li,
.copy ul li {
  margin-bottom: 5px;
  padding-left: 8px;
  position: relative;
  display: block;
  line-height: 1.4em;
}
.copy ol li.equal-height-element,
.copy ul li.equal-height-element {
  display: table-cell;
}
.copy ol li:last-child,
.copy ul li:last-child {
  margin-bottom: 0;
}
.copy ol li:before,
.copy ul li:before {
  position: absolute;
  left: 0;
}
.copy ol {
  counter-reset: my-badass-counter;
}
.copy ol > li:before {
  content: counter(my-badass-counter, decimal);
  counter-increment: my-badass-counter;
  text-align: center;
  font-weight: lighter;
  display: block;
  color: #008374;
}
.copy ol > li ol > li:before {
  content: counter(my-badass-counter, lower-roman);
}
.copy ul {
  padding-left: 16px;
}
.copy ul > li:not(.no-dot):before {
  color: #2C2A29;
  font-size: 1.5rem;
  margin-left: -0.25em;
  content: '\2022';
}
.copy ul > li:first-child:not(.arrow-list-item) {
  padding-top: 0.5em;
}
.copy ul.bullet li {
  margin-left: 3em;
  line-height: 1.3em;
}
.copy ul.bullet li:before {
  content: '\F067';
  font-size: .6em;
  margin-left: -2em;
  color: #767676;
}
.copy img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.copy .spaced-row .tealGreen-bg {
  background-color: #006257;
}
.copy .spaced-row .purple25-bg {
  background-color: #7e499c;
}
.copy .spaced-row .deepBlue50-bg {
  background-color: #1d6e88;
}
.copy .spaced-row .list-bubble-gray-10 {
  padding: 5px 15px;
  background-color: #efefef;
  border-radius: 3em;
  display: inline-block;
  color: #666;
}
.copy .spaced-row .list-bubble-gray-10:before {
  display: none;
}
.copy .spaced-row .list-bubble-gray-10 a {
  color: #666 !important;
}
.copy .list-bubble-gray-10 li {
  padding: 5px 20px;
  background-color: #efefef;
  border-radius: 3em;
  display: inline-block;
  color: #666;
}
.copy .list-bubble-gray-10 li:before {
  display: none;
}
.copy .list-bubble-gray-10 li a {
  color: #666 !important;
}
.copy .list-bubble-gray-0 li {
  padding: 10px 20px;
  margin: 0 10px 10px 0;
  background-color: #fff;
  border-radius: 3em;
  display: inline-block;
  color: #63666A;
}
.copy .list-bubble-gray-0 li:before {
  display: none;
}
.copy .list-bubble-gray-0 li:last-child {
  margin: 0 10px 10px 0;
}
.copy .with-subtitle {
  margin-bottom: 0;
}
.copy .with-subtitle + * {
  font-weight: lighter;
  margin-top: 5px;
  color: #888;
}
.copy .sml-centered-block {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.copy .cms-p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.gray-11-bg .copy .list-bubble-gray-10 li {
  background-color: #fff;
}
hr {
  height: 1px;
}
hr.black {
  background-color: #000;
  border-color: #000;
  color: #000;
}
.copy-menu {
  padding-top: 20px;
}
.copy-menu li {
  border-top: #dadada 1px solid;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 0.875em;
  font-weight: lighter;
}
.copy-menu li a {
  display: block;
  will-change: color;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.copy-menu li a:hover,
.copy-menu li a:focus {
  color: #00788C;
  will-change: color;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
@media (max-width: 990px) {
  .cms-circle-image-info-clearfix:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .cms-circle-image-info-clearfix:nth-child(5n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .cms-circle-image-info-clearfix:nth-child(6n + 1) {
    clear: left;
  }
}
.cms-col-xs-3:nth-child(3n + 1) {
  clear: left;
}
.gray-0-bg .cms-hero-tabs .gray-0-bg {
  background-color: #f1f1f1;
}
.content-box {
  border: 1px solid #dadada;
}
.content-box p {
  color: #999;
}
.aside-box {
  background-color: #f9f9f9;
  margin-bottom: 15px;
}
.aside-box h2 {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
}
.aside-box p {
  line-height: 1.2em;
}
.aside-box.list h3 {
  font-size: 14px;
  margin-bottom: .5em;
}
.aside-box.list ul li {
  padding-left: 0;
  margin-bottom: 2px;
}
.aside-box.list ul li:before {
  display: none;
}
.aside-box.list ul li a {
  text-decoration: underline;
  color: #999;
}
.aside-box.list ul li a:before,
.aside-box.list ul li a:after {
  display: none;
}
.aside-box.list ul li a:hover {
  background-color: transparent;
  color: #444;
}
.cms-container-xsmall {
  margin: 0 auto;
  max-width: 350px;
}
.copy-numbered-sections {
  counter-reset: sections-counter;
}
.copy-numbered-sections .copy-numbered-section {
  counter-increment: sections-counter;
}
.copy-numbered-sections .copy-numbered-section .copy-numbered-title:before {
  content: counter(sections-counter) '. ';
  display: inline;
}
.copy-numbered-sub-sections {
  counter-reset: sub-section-counter;
}
.copy-numbered-sub-sections .copy-numbered-sub-section {
  counter-increment: sub-section-counter;
}
.copy-numbered-sub-sections .copy-numbered-sub-section:before {
  content: counter(sections-counter) '.' counter(sub-section-counter) '. ';
  font-size: 14px;
  display: block;
  float: left;
  width: 5%;
}
.copy-intro,
.copy-intro p {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #2C2A29;
}
.copy-intro.copy-intro_with_underline a:before,
.copy-intro p.copy-intro_with_underline a:before {
  left: 0;
  width: 100%;
}
.copy-intro a,
.copy-intro p a {
  text-decoration: underline;
  color: #006272;
}
.copy-intro a:hover,
.copy-intro p a:hover {
  text-decoration: none;
  color: #00788C;
}
.copy-intro a:focus,
.copy-intro p a:focus,
.copy-intro a:active,
.copy-intro p a:active {
  color: #004E5B;
}
.copy-intro a#successLink.nfs-d,
.copy-intro p a#successLink.nfs-d,
.copy-intro a#errorLink.nfs-d,
.copy-intro p a#errorLink.nfs-d {
  background: none;
}
.after-one-padding-top-xxlrg + .after-one-padding-top-xxlrg {
  padding-top: 48px;
}
.copy-intro + .copy-intro,
.cms-intro-out + .cms-intro-out,
.after-one-padding-top-xlrg + .after-one-padding-top-xlrg {
  padding-top: 30px;
}
.gray-box {
  background-color: #efefef;
  border: 1px solid #dadada;
}
.gray-box p {
  line-height: 1.5em;
  color: #b2b2b2;
}
.accordion-copy accordion-group,
.accordion-copy .accordion-group {
  border-bottom: 1px solid #dadada;
  display: block;
}
.accordion-copy accordion-group .accordion-group-h,
.accordion-copy .accordion-group .accordion-group-h {
  will-change: color;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
  position: relative;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
}
.accordion-copy accordion-group .accordion-group-h:hover,
.accordion-copy .accordion-group .accordion-group-h:hover {
  color: #006272;
  will-change: color;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.accordion-copy accordion-group .accordion-group-h .arrow,
.accordion-copy .accordion-group .accordion-group-h .arrow {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: absolute;
  margin-top: -0.5em;
  font-size: 1.3em;
  right: 0;
  top: 50%;
}
.accordion-copy accordion-group:first-child,
.accordion-copy .accordion-group:first-child {
  border-top: 1px solid #dadada;
}
.accordion-copy accordion-group accordion-group .accordion-group-h,
.accordion-copy .accordion-group accordion-group .accordion-group-h,
.accordion-copy accordion-group .accordion-group .accordion-group-h,
.accordion-copy .accordion-group .accordion-group .accordion-group-h {
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.937em;
}
.accordion-copy.modified accordion-group,
.accordion-copy.modified .accordion-group {
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border: none;
  border-radius: 4px;
}
.accordion-copy.modified accordion-group .accordion-group-h,
.accordion-copy.modified .accordion-group .accordion-group-h {
  font-size: 24px;
  font-weight: bold;
}
.accordion-copy.modified accordion-group .accordion-group-h .arrow,
.accordion-copy.modified .accordion-group .accordion-group-h .arrow {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #efefef;
  color: #f9f9f9;
  text-align: center;
  line-height: 30px;
  font-size: 1em;
}
.accordion-copy.modified accordion-group .accordion-group-h:hover,
.accordion-copy.modified .accordion-group .accordion-group-h:hover {
  color: #00b6a1;
  will-change: color;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.cms-button-box {
  border-right: 1em #f1f1f1 solid;
  border-left: 1em #f1f1f1 solid;
}
.cms-button-box.on-white {
  border-right: 1em #fff solid;
  border-left: 1em #fff solid;
}
.cms-button-box:first-child {
  border-left: 0 none transparent;
}
.cms-button-box:last-child {
  border-right: 0 none transparent;
}
.cms-square-img-col {
  border-right: 1em #fff solid;
  border-left: 1em #fff solid;
}
.cms-square-img-col.on-gray {
  border-right: 1em #f1f1f1 solid;
  border-left: 1em #f1f1f1 solid;
}
.fare-summary-accordion_content-wrapper .slide-down-open,
.accordion-group .slide-down-open,
.fare-summary-accordion_content-wrapper .collapse.in,
.accordion-group .collapse.in {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.fare-summary-accordion_content-wrapper .slide-down-closed,
.accordion-group .slide-down-closed,
.fare-summary-accordion_content-wrapper .collapse,
.accordion-group .collapse {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  transform: translate(0, -1em);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.accordion-group-content[aria-hidden="true"] {
  display: none;
}
.table-label-out {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.table-label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 15px;
  background-color: #008578;
  vertical-align: bottom;
  float: left;
  color: #fff;
}
.gray-11-bg .copy table {
  border-bottom: 1px solid  #ccc;
  border-top: 1px solid  #ccc;
}
.gray-11-bg .copy table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.gray-11-bg .copy table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.price-label {
  width: 220px;
}
.bia-bg {
  background-image: url(/media/images/furniture/cms/wood.jpeg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 512px 480px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bia-bg {
    background-image: url(/media/images/furniture/cms/wood@2.jpeg);
  }
}
.bia-bg-green {
  background-color: #acd4d1;
  background-image: url(/media/images/furniture/cms/wood-green.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bia-bg-green {
    background-image: url(/media/images/furniture/cms/wood-green@2.png);
  }
}
.shelf-bg {
  background-image: url(/media/images/furniture/cms/drinks_price_label.jpg);
}
.bia-item .bia-item-title,
.copy .bia-item .bia-item-title {
  font-size: 1.5em;
  padding: 10px;
  color: #fff;
}
.bia-item .bia-copy,
.copy .bia-item .bia-copy {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #fff;
}
.bia-item .bia-price,
.copy .bia-item .bia-price {
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
  color: #008374;
}
.cms-item + .cms-item {
  margin-top: 1.5em;
}
.cms-half:first-child {
  padding-right: 20px;
}
.cms-half + .cms-half {
  padding-left: 20px;
}
.uil-typography [markdown] p {
  font-size: inherit;
}
/* Styles go here */
.prep-drawer {
  will-change: all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
  z-index: 10;
  opacity: 0;
}
.prep-drawer.drawer-open {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.animate-show {
  -webkit-transition: max-height ease-out 0.5s;
  transition: max-height ease-out 0.5s;
  background: white;
  /* This is a wild guess of the height of the element
     Needs to be in the ballpark of the actual content height,
     but slightly larger.
     Change to, e.g., 30px and 300px to see what happens */
  max-height: 1000px;
}
.animate-show.ng-hide {
  /* Animate max height*/
  max-height: 0;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  /* Needed to override display:none which cannot be animated */
  display: block!important;
  overflow-y: hidden;
}
/**
 * To demonstrate which classes are added and when
 */
/* Styles go here */
.fade-prep {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateZ(0);
}
.fade-next {
  -webkit-transform: translateX(5em);
  -ms-transform: translateX(5em);
  transform: translateX(5em);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.fade-prev {
  -webkit-transform: translateX(-5em);
  -ms-transform: translateX(-5em);
  transform: translateX(-5em);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.animate-min-height {
  will-change: min-height;
  -webkit-transition: min-height 0.5s ease;
  -moz-transition: min-height 0.5s ease;
  -o-transition: min-height 0.5s ease;
  -ms-transition: min-height 0.5s ease;
  transition: min-height 0.5s ease;
}
.fade-in-right > *,
.fade-out-right > *,
.fade-in-left > *,
.fade-out-left > * {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.fade-in-right > *,
.fade-out-right > * {
  -webkit-animation-name: fade-right;
  animation-name: fade-right;
}
.fade-out-right {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.fade-in-left > *,
.fade-out-left > * {
  -webkit-animation-name: fade-left;
  animation-name: fade-left;
}
.fade-out-left {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
@keyframes fade-left {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-5em, 0);
    -moz-transform: translate(-5em, 0);
    -o-transform: translate(-5em, 0);
    -ms-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-5em, 0);
    -moz-transform: translate(-5em, 0);
    -o-transform: translate(-5em, 0);
    -ms-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5em, 0);
    -moz-transform: translate(5em, 0);
    -o-transform: translate(5em, 0);
    -ms-transform: translate(5em, 0);
    transform: translate(5em, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5em, 0);
    -moz-transform: translate(5em, 0);
    -o-transform: translate(5em, 0);
    -ms-transform: translate(5em, 0);
    transform: translate(5em, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotating-rev {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating-rev {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating-plane {
  0% {
    -webkit-transform: rotate(-45deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotating-plane {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes icon-array {
  2% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  3% {
    opacity: 1;
    -webkit-transform: scale(0.9);
  }
  9% {
    opacity: 1;
    -webkit-transform: scale(0.9);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
  }
  15% {
    -webkit-transform: scale(0.9);
  }
  19% {
    -webkit-transform: scale(1.15);
  }
  23% {
    -webkit-transform: scale(0.95);
  }
  27% {
    -webkit-transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.975);
  }
  33% {
    -webkit-transform: scale(1.05);
  }
  35% {
    -webkit-transform: scale(0.985);
  }
  37% {
    -webkit-transform: scale(1.025);
  }
  39% {
    -webkit-transform: scale(0.99);
  }
  41% {
    -webkit-transform: scale(1);
  }
}
@keyframes throb {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.animate-if.ng-enter,
.animate-if.ng-leave {
  -webkit-transition: 300ms cubic-bezier(0, 0, 0.58, 1) all;
  -moz-transition: 300ms cubic-bezier(0, 0, 0.58, 1) all;
  -ms-transition: 300ms cubic-bezier(0, 0, 0.58, 1) all;
  -o-transition: 300ms cubic-bezier(0, 0, 0.58, 1) all;
  transition: 300ms cubic-bezier(0, 0, 0.58, 1) all;
}
.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}
.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1;
}
.arrow-accordion {
  transform: rotate(90deg);
  transition: transform 0.3s linear;
}
.arrow-accordion-open {
  transform: rotate(270deg);
  transition: transform 0.3s linear;
}
.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
@keyframes animatedBackground {
  0% {
    visibility: visible;
    transform: scale(0);
    border-radius: 50%;
  }
  70% {
    transform: scale(1.2);
    border-radius: 40%;
  }
  90%,
  100% {
    visibility: visible;
    transform: scale(1);
    border-radius: 50%;
  }
}
@keyframes animatedIcon {
  0%,
  50% {
    visibility: hidden;
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes leftRightBounce {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #accept-recommended-btn-handler,
.links-footer #ot-sdk-btn.ot-sdk-show-settings {
  background-color: #B4DE59 !important;
  border: 2px solid #B4DE59 !important;
  color: #083d4b !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler.pseudo-class-hover,
#onetrust-consent-sdk #accept-recommended-btn-handler.pseudo-class-hover,
.links-footer #ot-sdk-btn.ot-sdk-show-settings.pseudo-class-hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-consent-sdk #accept-recommended-btn-handler:hover,
.links-footer #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: #84BD00 !important;
  border-color: #84BD00 !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler.pseudo-class-active,
#onetrust-consent-sdk #accept-recommended-btn-handler.pseudo-class-active,
.links-footer #ot-sdk-btn.ot-sdk-show-settings.pseudo-class-active,
#onetrust-consent-sdk #onetrust-accept-btn-handler:active,
#onetrust-consent-sdk #accept-recommended-btn-handler:active,
.links-footer #ot-sdk-btn.ot-sdk-show-settings:active {
  background-color: #48a23f !important;
  border-color: #48a23f !important;
}
.container {
  min-width: 768px;
  width: 100%;
  will-change: all;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.container.absolute {
  margin-left: -384px;
  left: 50%;
}
.container.no-transform {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
    padding: 0 9px;
  }
  .container.absolute {
    margin-left: -384px;
  }
}
@media (min-width: 990px) {
  .container {
    width: 990px;
    padding: 0 15px;
  }
  .container.absolute {
    margin-left: -495px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .container.absolute {
    margin-left: -600px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  min-width: 768px;
}
.container.page-max-width-md {
  max-width: 990px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.col {
  position: relative;
  float: left;
  min-height: 1px;
}
.col-xs-12 {
  width: 8.33333333%;
}
.col-xs-11 {
  width: 9.09090909%;
}
.col-xs-10 {
  width: 10%;
}
.col-xs-9 {
  width: 11.11111111%;
}
.col-xs-8 {
  width: 12.5%;
}
.col-xs-7 {
  width: 14.28571429%;
}
.col-xs-6 {
  width: 16.66666667%;
}
.col-xs-5 {
  width: 20%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-3 {
  width: 33.33333333%;
}
.col-xs-2 {
  width: 50%;
}
.col-xs-1 {
  width: 100%;
}
.col-xs-1pc {
  width: 1%;
}
.col-xs-2pc {
  width: 2%;
}
.col-xs-5pc {
  width: 5%;
}
.col-xs-6pc {
  width: 6%;
}
.col-xs-7pc {
  width: 7%;
}
.col-xs-8pc {
  width: 8%;
}
.col-xs-9pc {
  width: 9%;
}
.col-xs-10pc {
  width: 10%;
}
.col-xs-12pc {
  width: 12%;
}
.col-xs-15pc {
  width: 15%;
}
.col-xs-16pc {
  width: 16%;
}
.col-xs-17pc {
  width: 17%;
}
.col-xs-18pc {
  width: 18%;
}
.col-xs-20pc {
  width: 20%;
}
.col-xs-22pc {
  width: 22%;
}
.col-xs-23pc {
  width: 23%;
}
.col-xs-25pc {
  width: 25%;
}
.col-xs-26pc {
  width: 26%;
}
.col-xs-27pc {
  width: 27%;
}
.col-xs-28pc {
  width: 28%;
}
.col-xs-29pc {
  width: 29%;
}
.col-xs-30pc {
  width: 30%;
}
.col-xs-32pc {
  width: 32%;
}
.col-xs-33pc {
  width: 33.33333%;
}
.col-xs-34pc {
  width: 34%;
}
.col-xs-35pc {
  width: 35%;
}
.col-xs-36pc {
  width: 36%;
}
.col-xs-37pc {
  width: 37%;
}
.col-xs-38pc {
  width: 38%;
}
.col-xs-39pc {
  width: 39%;
}
.col-xs-40pc {
  width: 40%;
}
.col-xs-41pc {
  width: 41.66666667%;
}
.col-xs-43pc {
  width: 43%;
}
.col-xs-44pc {
  width: 44%;
}
.col-xs-45pc {
  width: 45%;
}
.col-xs-46pc {
  width: 46%;
}
.col-xs-48pc {
  width: 48%;
}
.col-xs-49pc {
  width: 49%;
}
.col-xs-50pc {
  width: 50%;
}
.col-xs-55pc {
  width: 55%;
}
.col-xs-58 {
  width: 58.33333333%;
}
.col-xs-59pc {
  width: 59%;
}
.col-xs-60pc {
  width: 60%;
}
.col-xs-61pc {
  width: 61%;
}
.col-xs-62pc {
  width: 62%;
}
.col-xs-63pc {
  width: 63%;
}
.col-xs-64pc {
  width: 64%;
}
.col-xs-65pc {
  width: 65%;
}
.col-xs-66pc {
  width: 66.66666667%;
}
.col-xs-68pc {
  width: 68%;
}
.col-xs-70pc {
  width: 70%;
}
.col-xs-72pc {
  width: 72%;
}
.col-xs-73pc {
  width: 73%;
}
.col-xs-74pc {
  width: 74%;
}
.col-xs-75pc {
  width: 75%;
}
.col-xs-77pc {
  width: 77%;
}
.col-xs-80pc {
  width: 80%;
}
.col-xs-81pc {
  width: 81%;
}
.col-xs-83pc {
  width: 83.33%;
}
.col-xs-84pc {
  width: 84%;
}
.col-xs-82pc {
  width: 82%;
}
.col-xs-85pc {
  width: 85%;
}
.col-xs-87pc {
  width: 87%;
}
.col-xs-88pc {
  width: 88%;
}
.col-xs-90pc {
  width: 90%;
}
.col-xs-93pc {
  width: 93%;
}
.col-xs-95pc {
  width: 95%;
}
.col-xs-96pc {
  width: 96%;
}
.col-xs-100pc {
  width: 100%;
}
.col-offset-20 {
  margin-left: 20%;
}
.extra-mar-top {
  margin-top: 46px;
}
.sub-grid-hdr.bottom-border-none {
  border-bottom: none;
}
.sub-grid-hdr.border-top-radius {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sub-grid-hdr.border-bottom-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sub-grid-hdr.border-left-radius {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sub-grid-hdr.border-right-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 990px) {
  .message.extrawidth {
    width: 175%;
  }
  .arrow-up-state.arrow-up-col1 {
    margin-left: 8px !important;
  }
  .arrow-up-state.arrow-up-col3 {
    margin-left: -12px !important;
  }
  .fixed-height-90.extra-height {
    height: 110px;
  }
  .fixed-height-60.extra-height {
    height: 75px;
  }
}
@media (max-width: 768px) {
  .col-xs-1.cal-extrawidth {
    width: 125%;
    left: 0;
  }
  .col-xs-1.cal-extrawidth-trip {
    width: 200%;
  }
  .items .left-xxl {
    left: 30%;
  }
}
@media (max-width: 1199px) {
  .message.extrawidth {
    width: 130%;
  }
  .timetable .button-shamrock-green.extra-width {
    min-width: 142px !important;
  }
}
@media (max-width: 1199px) and (min-width: 989px) {
  .arrow-up-state.arrow-up-col1 {
    margin-left: 17px !important;
  }
  .arrow-up-state.arrow-up-col3 {
    margin-left: -9px !important;
  }
  .items .left-xxl {
    left: 35%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 8.33333333%;
  }
  .col-sm-11 {
    width: 9.09090909%;
  }
  .col-sm-10 {
    width: 10%;
  }
  .col-sm-9 {
    width: 11.11111111%;
  }
  .col-sm-8 {
    width: 12.5%;
  }
  .col-sm-7 {
    width: 14.28571429%;
  }
  .col-sm-6 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 33.33333333%;
  }
  .col-sm-2 {
    width: 50%;
  }
  .col-sm-1 {
    width: 100%;
  }
  .col-sm-20pc {
    width: 20%;
  }
  .col-sm-23pc {
    width: 23%;
  }
  .col-sm-28pc {
    width: 28%;
  }
  .col-sm-30pc {
    width: 30%;
  }
  .col-sm-31pc {
    width: 31%;
  }
  .col-sm-40pc {
    width: 40%;
  }
  .col-sm-45pc {
    width: 45%;
  }
  .col-sm-48pc {
    width: 48%;
  }
  .col-sm-55pc {
    width: 55%;
  }
  .col-sm-60pc {
    width: 60%;
  }
  .col-sm-70pc {
    width: 70%;
  }
  .col-sm-75pc {
    width: 75%;
  }
  .col-sm-83pc {
    width: 83.33333333%;
  }
  .col-sm-90pc {
    width: 90%;
  }
  .col-sm-96pc {
    width: 96%;
  }
  .extra-mar-top {
    margin-top: 46px;
  }
}
@media (min-width: 990px) {
  .col-md-12 {
    width: 8.33333333%;
  }
  .col-md-11 {
    width: 9.09090909%;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-9 {
    width: 11.11111111%;
  }
  .col-md-8 {
    width: 12.5%;
  }
  .col-md-7 {
    width: 14.28571429%;
  }
  .col-md-6 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 20%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 33.33333333%;
  }
  .col-md-2 {
    width: 50%;
  }
  .col-md-1 {
    width: 100%;
  }
  .col-md-5pc {
    width: 5%;
  }
  .col-md-10pc {
    width: 10%;
  }
  .col-md-12pc {
    width: 12%;
  }
  .col-md-15pc {
    width: 15%;
  }
  .col-md-16-5pc {
    width: 16.5%;
  }
  .col-md-17-5pc {
    width: 17.5%;
  }
  .col-md-18pc {
    width: 18%;
  }
  .col-md-20pc {
    width: 20%;
  }
  .col-md-22pc {
    width: 22%;
  }
  .col-md-24pc {
    width: 24%;
  }
  .col-md-25pc {
    width: 25%;
  }
  .col-md-27pc {
    width: 27%;
  }
  .col-md-29pc {
    width: 29%;
  }
  .col-md-30pc {
    width: 30%;
  }
  .col-md-31pc {
    width: 31%;
  }
  .col-md-32pc {
    width: 32%;
  }
  .col-md-35pc {
    width: 35%;
  }
  .col-md-37pc {
    width: 37.5%;
  }
  .col-md-38pc {
    width: 38%;
  }
  .col-md-40pc {
    width: 40%;
  }
  .col-md-41pc {
    width: 41.66666667%;
  }
  .col-md-43pc {
    width: 43%;
  }
  .col-md-49pc {
    width: 49%;
  }
  .col-md-45pc {
    width: 45%;
  }
  .col-md-50pc {
    width: 50%;
  }
  .col-md-55pc {
    width: 55%;
  }
  .col-md-51pc {
    width: 51%;
  }
  .col-md-58pc {
    width: 58.33333333%;
  }
  .col-md-60pc {
    width: 60%;
  }
  .col-md-62pc {
    width: 62.5%;
  }
  .col-md-65pc {
    width: 65%;
  }
  .col-md-66pc {
    width: 66%;
  }
  .col-md-68pc {
    width: 68%;
  }
  .col-md-69pc {
    width: 69%;
  }
  .col-md-70pc {
    width: 70%;
  }
  .col-md-75pc {
    width: 75%;
  }
  .col-md-76pc {
    width: 76%;
  }
  .col-md-80pc {
    width: 80%;
  }
  .col-md-82pc {
    width: 82%;
  }
  .col-md-83pc {
    width: 83.33333333%;
  }
  .col-md-84pc {
    width: 84%;
  }
  .col-md-85pc {
    width: 85%;
  }
  .col-md-87pc {
    width: 87%;
  }
  .col-md-88pc {
    width: 88%;
  }
  .col-md-12pc {
    width: 12%;
  }
  .col-md-90pc {
    width: 90%;
  }
  .selected-state .margin-top-m {
    margin-top: 60px !important;
  }
  .list-style-5.margin-right-subnav {
    margin-right: 10px !important;
  }
  .list-style-5.margin-right-subnav:first-child {
    margin-right: 0 !important;
  }
  .list-style-5 li a {
    font-size: 1.25em !important;
  }
  .logo-aerlingus,
  .logo-airlingus {
    margin: 5px 20px 0 0 !important;
  }
  .extra-mar-top {
    margin-top: 14px;
  }
  .bg-globe {
    background: #666 url(/media/images/bg-globe-md.png) 8% 0 no-repeat !important;
  }
  .bg-globe.extra-height {
    min-height: 77px !important;
  }
  .bg-globe .extra-margins {
    margin: 0 0 0 54px !important;
  }
  .exit-popup-arrow {
    left: 3px;
    height: 1.6em !important;
    width: 1.6em !important;
  }
  /*** used for Exit seat info popup ****/
  .exit-seat-info {
    width: 164% !important;
  }
  .exit-seat-info .exit-seat-button {
    font-size: 1em !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 8.33333333%;
  }
  .col-lg-11 {
    width: 9.09090909%;
  }
  .col-lg-10 {
    width: 10%;
  }
  .col-lg-9 {
    width: 11.11111111%;
  }
  .col-lg-8 {
    width: 12.5%;
  }
  .col-lg-7 {
    width: 14.28571429%;
  }
  .col-lg-6 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 20%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 33.33333333%;
  }
  .col-lg-2 {
    width: 50%;
  }
  .col-lg-1 {
    width: 100%;
  }
  .col-lg-5pc {
    width: 5%;
  }
  .col-lg-12pc {
    width: 12%;
  }
  .col-lg-15pc {
    width: 15%;
  }
  .col-lg-18pc {
    width: 18%;
  }
  .col-lg-17-5pc {
    width: 17.5%;
  }
  .col-lg-20pc {
    width: 20%;
  }
  .col-lg-22pc {
    width: 22%;
  }
  .col-lg-25pc {
    width: 25%;
  }
  .col-lg-30pc {
    width: 30%;
  }
  .col-lg-35pc {
    width: 35%;
  }
  .col-lg-40pc {
    width: 40%;
  }
  .col-lg-45pc {
    width: 45%;
  }
  .col-lg-46pc {
    width: 45.45%;
  }
  .col-lg-48pc {
    width: 48%;
  }
  .col-lg-54pc {
    width: 54.50%;
  }
  .col-lg-55pc {
    width: 55%;
  }
  .col-lg-58pc {
    width: 58%;
  }
  .col-lg-60pc {
    width: 60%;
  }
  .col-lg-65pc {
    width: 65%;
  }
  .col-lg-70pc {
    width: 70%;
  }
  .col-lg-75pc {
    width: 75%;
  }
  .col-lg-80pc {
    width: 80%;
  }
  .col-lg-83pc {
    width: 83%;
  }
  .col-lg-85pc {
    width: 85%;
  }
  .col-lg-87pc {
    width: 87%;
  }
  .col-lg-88pc {
    width: 88%;
  }
  .col-lg-91pc {
    width: 91%;
  }
  .list-style-5.margin-right-xxlrg {
    margin-right: 60px !important;
  }
  .extra-mar-top {
    margin-top: 14px;
  }
}
body {
  min-width: 768px;
}
body.uil-grid {
  min-width: auto;
}
@-ms-viewport {
  width: device-width;
}
.responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.dropdown-style1 {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.dropdown-style1 .dropdown-list {
  display: none;
}
.dropdown-style1.active .dropdown-list {
  display: block;
}
.dropdown-style1 .list-head {
  padding: 23px 0 10px 15px;
}
.dropdown-style1 .list-head.grad-bg {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #fff, #efefef);
  background: -moz-linear-gradient(center bottom, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=0);
}
.dropdown-style1 .list-item {
  padding: 5px;
  margin: 0 10px;
}
.dropdown-style1 a.interactive {
  display: block;
}
.dropdown-style1 a.interactive:hover .list-item {
  background: #006272;
  color: #fff;
}
.dropdown-style1 a.interactive.selected .list-item {
  background: #006272;
  color: #fff;
}
.dropdown-style2.default-width {
  min-width: 175px;
}
.dropdown-style2 .interactive-head {
  color: #666;
}
.dropdown-style2:hover,
.dropdown-style2:active,
.dropdown-style2.active {
  background: #55aea4;
}
.dropdown-style2:hover .interactive-head,
.dropdown-style2:active .interactive-head,
.dropdown-style2.active .interactive-head {
  color: #fff;
}
.dropdown-style2 .drop-list {
  min-width: 195px;
  z-index: 2;
}
.dropdown-style2 .interactive:hover,
.dropdown-style2 .interactive:active,
.dropdown-style2 .interactive.active {
  background: #006272;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 20;
}
.dropdown-menu.open {
  display: block;
}
.dropdown-menu.left {
  left: 0;
}
.dropdown-menu.right {
  right: 0;
}
.dropdown-menu .content-wrap {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 100%;
}
.dropdown-menu-countrycode {
  position: absolute;
  border: solid 1px #ccc;
  width: 100%;
  left: 0;
  height: auto;
  overflow: auto;
  background-color: #fff;
  z-index: 3;
}
.dropdown-menu-countrycode.extrawidth {
  width: 260%;
}
.dropdown-menu-countrycode.extraheight {
  height: 200px;
}
.dropdown-menu-login {
  width: 330px;
  padding: 24px 0 0 0;
  z-index: 1000;
  left: auto;
  right: -10px;
  background-color: #F9F9F9;
  background-clip: padding-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), inset 0 5px 10px -6px rgba(0, 0, 0, 0.2);
}
.dropdown-menu-login.logged {
  background-color: #ffffff;
  width: 236px;
}
.dropdown-menu-login:not(.logged) {
  right: 0;
}
.dropdown-menu-login .arrow,
.dropdown-menu-login .arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dropdown-menu-login .arrow {
  left: 80%;
  border-width: 11px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #F9F9F9;
  top: -11px;
}
.dropdown-menu-login .arrow:after {
  border-width: 10px;
  content: "";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #F9F9F9;
}
.dropdown-menu-login ul li:hover {
  background-color: #F2F7F8;
}
.dropdown-menu-login .login-form {
  margin: 0 24px 16px 24px;
}
.dropdown-menu-login .sign-up-section {
  text-align: center;
  background-color: #fff;
  color: #006272;
}
.dropdown-menu-login .sign-up-section:hover {
  background-color: #F2F7F8;
}
.dropdown-menu-login .sign-up-section .login-section-link {
  display: inline-block;
  padding: 16px 0 16px 0;
  height: 56px;
  width: 100%;
}
.dropdown-menu-login .login-section-link:hover {
  color: #33818E;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .navbar .dropdown-menu-login {
    width: 100%;
    top: 100%;
    right: 0;
  }
}
.cms-booker .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1em;
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.cms-booker .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3em;
  color: auto;
  white-space: nowrap;
}
.cms-booker .dropdown-menu > li > a:hover,
.cms-booker .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #006272;
}
.cms-booker .dropdown-menu > .active > a,
.cms-booker .dropdown-menu > .active > a:hover,
.cms-booker .dropdown-menu > .active > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #006272;
}
.fare-type .dropdown-menu {
  position: absolute;
  top: auto;
  left: auto;
  right: -4.5%;
  color: #63666A;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px #d2d2d2;
  -moz-box-shadow: 1px 1px 1px #d2d2d2;
  box-shadow: 1px 1px 1px #d2d2d2;
  border: 1px solid #d2d2d2;
  white-space: nowrap;
}
.fare-type .dropdown-menu .arrow,
.fare-type .dropdown-menu .arrow:after {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fare-type .dropdown-menu .arrow {
  border-width: 11px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #eee;
  top: -11px;
}
.fare-type .dropdown-menu .arrow:after {
  border-width: 10px;
  content: "";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.fare-type .dropdown-menu .dropdown-content {
  font-size: 14px;
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
}
.fare-type .dropdown-menu .dropdown-content a {
  text-decoration: none;
}
.westjet .tooltip {
  font-size: 0.8125em;
  color: #333333;
  transition: none;
}
.westjet .tooltip .tooltip-inner {
  max-width: none;
  min-width: 220px;
}
.dropdown-toggler-icon-down {
  position: absolute;
  top: 50%;
  left: 90%;
  z-index: 10;
  color: #006272;
  width: 13px;
  height: 13px;
  margin-top: -6px;
}
.animate-navbar {
  height: 312px;
}
.animate-navbar.ng-enter {
  height: 0px;
  will-change: all;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.animate-navbar.ng-leave {
  height: 254px;
  will-change: all;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.animate-navbar.ng-enter.ng-enter-active {
  height: 254px;
}
.animate-navbar.ng-leave.ng-leave-active {
  height: 0px;
}
.ei-datepicker {
  padding: 0 10px;
  height: 314px;
}
.ei-datepicker .ui-helper-clearfix:before,
.ei-datepicker .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ei-datepicker .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ei-datepicker .ui-datepicker {
  position: relative;
  width: auto !important;
}
.ei-datepicker .ui-datepicker .ui-datepicker-group {
  width: 262px;
  float: left;
}
.ei-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  float: right;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header {
  color: #666;
  background: inherit;
  border: 0;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-top: 24px;
  border-radius: 50%;
  overflow: hidden;
  visibility: visible;
  background-color: #006272;
  color: #ffffff;
  font-size: 2em;
  text-align: center;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  visibility: hidden;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  visibility: hidden;
  cursor: default;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: '\F255' !important;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 12px;
  font-size: 0.75em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 1px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 25px 20px;
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #2C2A29;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar {
  font-size: 16px;
  margin: 0 auto;
  table-layout: fixed;
  width: 252px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar th {
  padding: 0 5px 5px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar th span {
  color: #63666A;
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
  height: 23px;
  line-height: 24px;
  text-align: center;
  text-transform: lowercase;
  width: 28px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar th span:first-letter {
  text-transform: capitalize;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td {
  position: relative;
  border-top: 1px solid #ffffff;
  z-index: 1;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td:hover .ui-state-default {
  background-color: #CCE0E3;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 36px;
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #006272;
  box-shadow: none !important;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default {
  border-color: #D0D0CE;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default:hover {
  background-color: #CCE0E3;
  border-color: #006272;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-first-range-day .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-state-outbound .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-state-inbound .ui-state-default {
  background-color: #006272;
  color: #ffffff;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-unselectable .ui-state-default {
  border-color: #D0D0CE;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-unselectable .ui-state-default:hover {
  background-color: transparent;
  border-color: #D0D0CE;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-state-unavailable:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-state-unavailable:after {
  left: 52%;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-state-unavailable:hover:before {
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-state-unavailable:hover:after {
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-state-unavailable .ui-state-default {
  background: none;
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-first-range-day .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default {
  background: #006272;
  color: #ffffff;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range {
  background-color: #E5EFF0;
  border-radius: 0;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-datepicker-week-end:last-child,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-state-inbound,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-datepicker-last-month-day,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-datepicker-last-range-day {
  /*.radius-right (@radius)*/
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-datepicker-week-end:first-child,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-state-outbound,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-datepicker-first-month-day,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-datepicker-first-range-day {
  /*.radius-left (@radius)*/
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-state-unavailable:hover:before {
  color: #006272;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-state-unavailable:hover:after {
  color: #006272;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range.ui-state-unavailable:hover .ui-state-default {
  background: #CCE0E3;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default {
  background: none;
  border-color: transparent;
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default:hover {
  border-color: transparent;
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable:after {
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif;
  display: none;
  position: absolute;
  color: #006272;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable:hover:before {
  position: absolute;
  z-index: 10;
  display: block;
  content: '\F00c';
  font-size: 2em;
  margin-left: -10px;
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable:hover:after {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  display: block;
  content: '\F105';
  font-size: 3em;
  margin-left: -15px;
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable:hover .ui-state-default {
  background: none;
  color: transparent;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable.ui-state-outbound .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable.ui-state-inbound .ui-state-default {
  background: #E5EFF0;
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable.ui-state-outbound:hover .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable.ui-state-inbound:hover .ui-state-default {
  color: transparent;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-unavailable .ui-state-default {
  background: transparent;
  color: #BBBCBC;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-highlight {
  border-color: #D0D0CE;
}
.date-time-datepicker .ui-datepicker {
  height: 100%;
}
.date-time-datepicker .ui-datepicker .ui-datepicker-calendar th span {
  color: #ffffff;
}
.date-time-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  color: #ffffff;
}
.date-time-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range {
  background-color: #00788c;
}
.date-time-datepicker .ui-datepicker .ui-datepicker-calendar td:hover:not(.ui-state-disabled) .ui-state-default {
  background-color: #008ea5;
}
.date-time-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-first-range-day .ui-state-default,
.date-time-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default,
.date-time-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default {
  border-color: #ffffff;
}
.date-time-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.date-time-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  margin-top: 0;
  font-size: 3em;
  top: 50%;
}
.ei-timepicker .hours,
.ei-timepicker .minutes {
  border: 3px solid #00788c;
  width: 100%;
  margin: 0;
}
.ei-timepicker .hour-delimiter {
  position: absolute;
  z-index: 1;
  top: 4em;
  right: -0.2em;
}
.i-touch .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover:before,
.i-touch .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover:after,
.i-touch .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:before,
.i-touch .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:after,
.i-touch .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:hover:before,
.i-touch .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:hover:after {
  content: none;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selection-mixin {
  background: #004E5B;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
::-moz-selection {
  background: #004E5B;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
::selection {
  background: #004E5B;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
@font-face {
  font-family: 'Science';
  src: url('../fonts/sciencefair.eot');
  src: url('../fonts/sciencefair.eot?#iefix') format('embedded-opentype'), url('../fonts/sciencefair.woff') format('woff'), url('../fonts/sciencefair.ttf') format('truetype'), url('../fonts/sciencefair.svg#sciencefair') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'yeseva';
  src: url('../fonts/yesevaone.eot');
  src: url('../fonts/yesevaone.eot?#iefix') format('embedded-opentype'), url('../fonts/yesevaone.woff2') format('woff2'), url('../fonts/yesevaone.woff') format('woff'), url('../fonts/yesevaone.ttf') format('truetype'), url('../fonts/yesevaone.svg#yeseva_oneregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vidaloka';
  src: url('../fonts/vidaloka.eot');
  src: url('../fonts/vidaloka.eot?#iefix') format('embedded-opentype'), url('../fonts/vidaloka.woff2') format('woff2'), url('../fonts/vidaloka.woff') format('woff'), url('../fonts/vidaloka.ttf') format('truetype'), url('../fonts/vidaloka.svg#vidaloka_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CartoGothic-Bold';
  src: url('../fonts/CartoGothic-Bold.eot');
  src: url('../fonts/CartoGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CartoGothic-Bold.woff') format('woff'), url('../fonts/CartoGothic-Bold.ttf') format('truetype'), url('../fonts/CartoGothic-Bold.svg#cartogothic_pro_lightbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CartoGothic-Bold-e';
  src: url('../fonts/CartoGothic-Bold-e.eot');
  src: url('../fonts/CartoGothic-Bold-e.eot?#iefix') format('embedded-opentype'), url('../fonts/CartoGothic-Bold-e.woff') format('woff'), url('../fonts/CartoGothic-Bold-e.ttf') format('truetype'), url('../fonts/CartoGothic-Bold-e.svg#cartogothic_pro_lightbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CartoGothic-Regular';
  src: url('../fonts/CartoGothic-Regular.eot');
  src: url('../fonts/CartoGothic-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CartoGothic-Regular.woff') format('woff'), url('../fonts/CartoGothic-Regular.ttf') format('truetype'), url('../fonts/CartoGothic-Regular.svg#cartogothic_pro_lightbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CartoGothic-Regular-e';
  src: url('../fonts/CartoGothic-Regular-e.eot');
  src: url('../fonts/CartoGothic-Regular-e.eot?#iefix') format('embedded-opentype'), url('../fonts/CartoGothic-Regular-e.woff') format('woff'), url('../fonts/CartoGothic-Regular-e.ttf') format('truetype'), url('../fonts/CartoGothic-Regular-e.svg#cartogothic_pro_lightbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CartoGothic-Light';
  src: url('../fonts/CartoGothic-Light.eot');
  src: url('../fonts/CartoGothic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/CartoGothic-Light.woff') format('woff'), url('../fonts/CartoGothic-Light.ttf') format('truetype'), url('../fonts/CartoGothic-Light.svg#cartogothic_pro_lightbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CartoGothic-Light-e';
  src: url('../fonts/CartoGothic-Light-e.eot');
  src: url('../fonts/CartoGothic-Light-e.eot?#iefix') format('embedded-opentype'), url('../fonts/CartoGothic-Light-e.woff') format('woff'), url('../fonts/CartoGothic-Light-e.ttf') format('truetype'), url('../fonts/CartoGothic-Light-e.svg#cartogothic_pro_lightbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  color: #2C2A29;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.b,
b,
strong {
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.i {
  font-style: italic;
}
.light {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.book {
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.bold {
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: inherit;
  line-height: 1.1em;
  color: inherit;
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1.xl {
  font-size: 3.5em;
}
h1,
.h1_size {
  font-size: 3.12em;
}
h2 {
  font-size: 1.875em;
}
h2.h2-lrg {
  font-size: 2.5em;
}
h3 {
  font-size: 1.56em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 0.937em;
}
h6 {
  font-size: 0.75em;
}
.font-size-h3 {
  font-size: 1.56em;
}
.yeseva {
  font-family: "yeseva", Georgia, "Times New Roman", Times, serif;
}
.vidaloka {
  font-family: "vidaloka", Georgia, "Times New Roman", Times, serif;
}
.science {
  font-family: "Science", Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, sans-serif, sans serif;
  text-transform: uppercase;
}
.xxxxl {
  font-size: 7em;
}
.xxxl2 {
  font-size: 4em;
}
.xxxl1 {
  font-size: 4.9em;
}
.xxxl {
  font-size: 3.5em;
}
.xxl3 {
  font-size: 3em;
}
.xxl2 {
  font-size: 2.5em;
}
.xxl {
  font-size: 1.875em;
}
.xxl1 {
  font-size: 2.25em;
}
.xxl0 {
  font-size: 2em;
}
.xl {
  font-size: 1.25em;
}
.xl.diodrum-font {
  font-size: 1.25em;
}
.xl1 {
  font-size: 1.375em;
}
.xl2 {
  font-size: 1.5em;
}
.xl3 {
  font-size: 1.7em;
}
.l {
  font-size: 1em;
}
.l2 {
  font-size: 1.125em;
}
.ml {
  font-size: 0.937em;
}
.m {
  font-size: 0.875em;
}
.s,
.s.diodrum-font {
  font-size: 0.8125em;
}
.xs {
  font-size: 0.75em;
}
.xs2 {
  font-size: 0.7em;
}
.xxs {
  font-size: 0.625em;
}
.xxxs {
  font-size: 0.3125em;
}
.leading-l,
.kerning-l {
  letter-spacing: 4px;
}
.eiTeal {
  color: #006272;
}
.eiWhite {
  color: #ffffff;
}
.teal10 {
  color: #F2F7F8;
}
.skyBlue {
  color: #0095C8;
}
.black {
  color: #2C2A29;
}
.white {
  color: #fff !important;
}
.gray-0 {
  color: #fff;
}
.gray-1 {
  color: #111;
}
.gray-2 {
  color: #222;
}
.gray-3 {
  color: #63666A;
}
.gray-4 {
  color: #444;
}
.gray-5 {
  color: #555;
}
.gray-6 {
  color: #666;
}
.gray-7 {
  color: #767676;
}
.gray-8 {
  color: #888;
}
.gray-9 {
  color: #999;
}
.gray-10 {
  color: #efefef;
}
.gray-11 {
  color: #f1f1f1;
}
.gray-12 {
  color: #f9f9f9;
}
.gray-13 {
  color: #ccc;
}
.gray-14 {
  color: #eee;
}
.gray-15 {
  color: #dadada;
}
.gray-20 {
  color: #e5e5e5;
}
.gray-21 {
  color: #b5b5b5;
}
.gray-30 {
  color: #e3e3e3;
}
.gray-0-bg {
  background-color: #fff;
}
.gray-5-bg {
  background-color: #555;
}
.gray-6-bg {
  background-color: #666;
}
.gray-10-bg {
  background-color: #efefef;
}
.gray-11-bg {
  background-color: #f1f1f1;
}
.gray-12-bg {
  background-color: #f9f9f9;
}
.gray-13-bg {
  background-color: #ccc;
}
.gray-14-bg {
  background-color: #eee;
}
.gray-15-bg {
  background-color: #dadada;
}
.gray-19-bg {
  background-color: #f6f6f6;
}
.gray-16-bg {
  background-color: #f3f3f3;
}
.gray-20-bg {
  background-color: #e5e5e5;
}
.gray-21-bg {
  background-color: #b5b5b5;
}
.gray-25-bg {
  background-color: #474747;
}
.gray-28-bg {
  background-color: #d2d2d2;
}
.orange-bg {
  background-color: #ff8800;
}
.orange-pale-bg {
  background-color: #ffe7cd;
}
.orange-light-bg {
  background-color: #fffefb;
}
.shamrockGreen {
  color: #84BD00;
}
.shamrockGreenSelected {
  color: #5D820C;
}
.shamrockGreenLight {
  color: #8abb14;
}
.shamrockGreenDark {
  color: #678b10;
}
.tealGreenDark {
  color: #006257;
}
.tealGreenDarkVariation1 {
  color: #006c60;
}
.tealGreenDarkVariation3 {
  color: #005249;
}
.tealGreenMedium {
  color: #66b5ac;
}
.tealGreen {
  color: #008374;
}
.tealGreen25 {
  color: #40A297;
}
.tealGreen50 {
  color: #80c1ba;
}
.tealGreen75 {
  color: #bfe0dc;
}
.tealGreenLight {
  color: #CFE8E5;
}
.tealGreenV2 {
  color: #afd8d3;
}
.tealGreenV3 {
  color: #d8ecea;
}
.tealGreenV4 {
  color: #8ABA18;
}
.tealGreenVariation6 {
  color: #1a9082;
}
.tealGreenLightV1 {
  color: #41a297;
}
.tealGreenLightV1bg {
  background-color: #41a297;
}
.tealGreenDarkVariation1bg {
  background-color: #006c60;
}
.tealGreenLightV2 {
  color: #55aea4;
}
.tealGreenLightVariation3 {
  color: #007668;
}
.darkgreen {
  color: #224d58;
}
.darkgreen55 {
  color: #2b606e;
}
.deepBlueDark100 {
  color: #296097;
}
.deepBlueDark60 {
  color: #5a6d7e;
}
.deepBlueDark150 {
  color: #275161;
}
.deepBlue75bg {
  background-color: #cbd9e6;
}
.deepBlue55bg {
  background-color: #587895;
}
.tealGreenLightV2bg {
  background-color: #55aea4;
}
.tealGreenbg {
  background-color: #008374;
}
.uilTealGreen-bg {
  background-color: #006272;
}
.tealGreen25bg {
  background-color: #40A297;
}
.tealGreenDarkbg {
  background-color: #006257;
}
.shamrockGreenDarkbg {
  background-color: #496700;
}
.shamrockGreenbg {
  background-color: #84BD00;
}
.shamrockGreenDarkishbg {
  background-color: #749f18;
}
.tealGreen50bg {
  background-color: #80c1ba;
}
.tealGreenVariation6bg {
  background-color: #1a9082;
}
.tealGreenUltraLightbg {
  background-color: #eaf4f5;
}
.orangePaleLightbg {
  background-color: #fcf5ed;
}
.bg-tealGreen-opacity {
  position: relative;
  padding: 0;
  margin: 0;
}
.bg-tealGreen-opacity:before {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #006272;
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  content: "";
}
.tealGreen-bg {
  background-color: #008374;
}
.deepBlueDark-bg {
  background-color: #234f76;
}
.deepBlueDark61-bg {
  background-color: #1D6E88;
}
.deepBlue50-bg {
  background-color: #97b4ce;
}
.skyBlue-bg {
  background-color: #42c8f4;
}
.seaBlue-bg {
  background-color: #0067B9;
}
.limeGreen-bg {
  background-color: #B4DE59;
}
.yellow-bg {
  background-color: #ecd462;
}
.yellowLight-bg {
  background-color: #ede8ce;
}
.tealGreenV3-bg {
  background-color: #d8ecea;
}
.bg-black-opacity {
  position: relative;
  padding: 0;
  margin: 0;
}
.bg-black-opacity:before {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #2C2A29;
  zoom: 1;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  content: "";
}
.deepBlue55 {
  color: #587895;
}
.deepBlue {
  color: #336699;
}
.skyBlueDark {
  color: #20afe6;
}
.skyBlueDark75 {
  color: #2987c5;
}
.skyBlueDark50 {
  color: #309fe8;
}
.deepBlue25 {
  color: #638fb6;
}
.blueVariation2 {
  color: #54c2e5;
}
.blueVariation4 {
  color: #4f92e5;
}
.red {
  color: #C04343;
}
.red-bg {
  background: #C04343;
}
.red-ultra-light-bg {
  background: #FFF1F1;
}
.redVariation {
  color: #e65f5f;
}
.redVariation2 {
  color: #f35e5e;
}
.redVariation3-bg {
  background-color: #da3d00;
}
.redDark-bg {
  background-color: #aa0000;
}
.terracotta {
  color: #e17c66;
}
.claretLight {
  color: #92374D;
}
.yellowDark {
  color: #AB8B15;
}
.yellow {
  color: #ecd462;
}
.orange {
  color: #ff8800;
}
.orange-dark {
  color: #ff6600;
}
.orange-light {
  color: #fccd8e;
}
.orange-bright {
  color: #ffc400;
}
.gold-text {
  color: #dbc36b;
}
.silver {
  color: #b5bac0;
}
.orangeVariation2 {
  color: #8b612d;
}
.purpleVariation {
  color: #823da7;
}
.darkBlue {
  color: #245077;
}
.purple25-bg {
  background-color: #b275d1;
}
.yellowLight2 {
  color: #f2d585;
}
.fb-blue-bg {
  background: #3b5998;
}
.button:hover.fb-blue-bg,
.button:hover .fb-blue-bg {
  background: #4c70ba;
}
.button:active.fb-blue-bg,
.button:active .fb-blue-bg {
  background: #2d4373;
}
.twitter-blue-bg {
  background: #55acee;
}
.button:hover.twitter-blue-bg,
.button:hover .twitter-blue-bg {
  background: #83c3f3;
}
.button:active.twitter-blue-bg,
.button:active .twitter-blue-bg {
  background: #2795e9;
}
.in-blue-bg {
  background: #007bb6;
}
.button:hover.in-blue-bg,
.button:hover .in-blue-bg {
  background: #009de9;
}
.button:active.in-blue-bg,
.button:active .in-blue-bg {
  background: #005983;
}
.mrgn-lft25 {
  margin-left: 25px;
}
.mrgn-top36 {
  margin-top: 36px;
}
.mrgn-top60 {
  margin-top: 60px;
}
.margin-top80 {
  margin-top: 80px;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.whitespace-normal {
  white-space: normal;
}
a {
  color: #006272;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
a.info {
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: red;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.no-pointer {
  cursor: default;
}
a.subtext-link {
  color: #006272;
  text-decoration: none;
}
a.subtext-link:hover,
a.subtext-link:focus {
  text-decoration: underline;
}
a.subtext-link1 {
  color: #fff;
  text-decoration: underline;
  line-height: 2em;
}
a.subtext-link1:hover {
  text-decoration: none;
}
a.subtext-link2 {
  text-decoration: underline;
}
a.subtext-link2:hover {
  text-decoration: none;
}
a.subtext-link3 {
  text-decoration: none;
}
a.subtext-link3:hover {
  text-decoration: underline;
}
a.active-state {
  background: #40A297;
  color: #fff;
}
a.active-state:hover,
a.active-state span {
  color: #fff;
}
a.modal-link {
  color: #006272;
  text-decoration: underline;
}
a.modal-link:hover {
  color: #006272;
}
a.modal-link:active {
  color: #006272;
}
.subtext-link {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.subtext-link:hover,
.subtext-link:focus {
  color: #006272;
}
.subtext-link2 {
  text-decoration: underline;
}
.subtext-link2:hover {
  text-decoration: none;
}
.underline-dotted {
  text-decoration-style: dotted;
}
cite {
  font-style: normal;
  background: red;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.highlight {
  border-radius: 3px;
}
.border-radius-xs {
  border-radius: 2px;
}
.border-radius-std {
  border-radius: 4px;
}
.border-bottom-radius-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
  background-color: #dadada;
  color: #dadada;
}
hr.dash {
  border: none;
  border-top: dashed 2px #ccc;
  background-color: transparent;
}
hr.dash-green {
  border: none;
  border-top: dashed 2px #40A297;
}
hr.bg {
  position: absolute;
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 50%;
}
hr.individual-flight {
  width: 98%;
  margin-left: 1.5%;
}
hr.solid {
  border: none;
  border-top: solid 1px #f1f1f1;
  margin: 0;
  padding: 0;
}
hr.solid.border-tealGreen {
  border-top: solid 5px #008374;
}
hr.solid.border-tealGreen25 {
  border-top: solid 5px #40A297;
}
hr.solid.border-shamrockGreen {
  border-top: solid 5px #8abb14;
}
hr.solid.border-gray-10 {
  border-top: solid 1px #efefef;
}
hr.solid.border-gray-0 {
  border-top: solid 1px #fff;
}
hr.solid.border-deepBlue25 {
  border-top: solid 5px #638fb6;
}
hr.solid.border-deepBlue {
  border-top: solid 5px #336699;
}
hr.solid.border-tealGreen1 {
  border-top: solid 1px #008374;
}
hr.solid.border-gray-20 {
  border-top: solid 4px #e5e5e5;
}
hr.solid.border-eiTeal {
  border-top: solid 4px #006272;
}
hr.solid.border-darkCityGreen {
  border-top: solid 4px #008578;
}
hr.solid.border-coolGrey2 {
  border-top: solid 1px #D0D0CE;
}
hr.dot {
  border: none;
  border-top: 1px dashed #63666A;
  padding: 0;
}
hr.dot.border-gray-13 {
  border-top: dashed 1px #ccc;
}
hr.border-deepBlue25 {
  border-top: solid 5px #638fb6;
  width: 100%;
}
hr.border-skyBlueDark50 {
  border-top: solid 5px #309fe8;
  width: 100%;
}
hr.border-red {
  border-top: solid 5px #f05d5d;
  width: 100%;
}
hr .border-dashed {
  border-bottom: 1px dashed #80c1ba;
}
.shadow-black-50 {
  filter: dropshadow(color=#000000, offx=1, offy=1);
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
}
.shadow-black-60 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.aerclub-green {
  color: #00ab57;
}
.aerclub-greenbg {
  background-color: #00ab57;
}
.aerclub-gray-2 {
  color: #cacaca;
}
.aerclub-gray-3 {
  color: #676767;
}
.aerclub-gray-2bg {
  background-color: #cacaca;
}
.aerclub-black {
  color: #001722;
}
.aerclub-blackbg {
  background-color: #001722;
}
.aerclub-white {
  color: #fefefe;
}
.aerclub-whitebg {
  background-color: #fefefe;
}
.aerclub-green-tier {
  color: #006272;
}
.aerclub-green-tier-bg {
  background-color: #006272;
}
.aerclub-silver-tier {
  color: #a9b3b6;
}
.aerclub-silver-tier-bg {
  background-color: #a9b3b6;
}
.aerclub-silver-tier3-bg {
  background-color: #d3d8da;
}
.aerclub-platinum-tier {
  color: #657584;
}
.aerclub-platinum-tier-bg {
  background-color: #657584;
}
.aerclub-concierge-tier {
  color: #001722;
}
.aerclub-concierge-tier-bg {
  background-color: #001722;
}
.font-xs-100pc {
  font-size: 1em;
}
.font-xs-80pc {
  font-size: 0.8em;
}
.font-xs-60pc {
  font-size: 0.6em;
}
.font-xs-50pc {
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .font-sm-100pc {
    font-size: 1em;
  }
  .font-sm-80pc {
    font-size: 0.8em;
  }
  .font-sm-50pc {
    font-size: 0.5em;
  }
}
@media (min-width: 990px) {
  .font-md-100pc {
    font-size: 1em;
  }
  .font-md-80pc {
    font-size: 0.8em;
  }
  .font-md-50pc {
    font-size: 0.5em;
  }
}
@media (min-width: 1200px) {
  .font-lg-100pc {
    font-size: 1em;
  }
  .font-lg-80pc {
    font-size: 0.8em;
  }
  .font-lg-50pc {
    font-size: 0.5em;
  }
}
.word-wrap {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.tealGreenLink25 a {
  color: #40A297;
}
.tealGreenLink25Underline a {
  color: #40A297;
  text-decoration: underline;
}
.tealGreenLinkVar6 a {
  color: #1a9082;
  text-decoration: underline;
}
.mark-link a {
  color: #1a9082;
  text-decoration: underline;
}
.mark-link a:hover {
  color: #008374;
}
.mark-link a:active {
  color: #006257;
}
@font-face {
  font-family: 'country-icons-Bold';
  src: url('../fonts/countryfont-Bold.eot');
  src: url('../fonts/countryfont-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/countryfont-Bold.woff') format('woff'), url('../fonts/countryfont-Bold.ttf') format('truetype'), url('../fonts/countryfont-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'country-icons-Light';
  src: url('../fonts/countryfont-Light.eot');
  src: url('../fonts/countryfont-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/countryfont-Light.woff') format('woff'), url('../fonts/countryfont-Light.ttf') format('truetype'), url('../fonts/countryfont-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'country-icons';
  src: url('../fonts/countryfont-Regular.eot');
  src: url('../fonts/countryfont-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/countryfont-Regular.woff') format('woff'), url('../fonts/countryfont-Regular.ttf') format('truetype'), url('../fonts/countryfont-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-club';
  src: url('../fonts/aer-club.eot');
  src: url('../fonts/aer-club.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-club.woff') format('woff'), url('../fonts/aer-club.ttf') format('truetype'), url('../fonts/aer-club.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-last';
  src: url('../fonts/aer-lingus-icons-last-Regular.eot');
  src: url('../fonts/aer-lingus-icons-last-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-last-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-last-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-last-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Light-last';
  src: url('../fonts/aer-lingus-icons-last-Light.eot');
  src: url('../fonts/aer-lingus-icons-last-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-last-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-last-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-last-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Bold-last';
  src: url('../fonts/aer-lingus-icons-last-Bold.eot');
  src: url('../fonts/aer-lingus-icons-last-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-last-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-last-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-last-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-p2';
  src: url('../fonts/aer-lingus-icons-p2-Regular.eot');
  src: url('../fonts/aer-lingus-icons-p2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p2-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-p2-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p2-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Light-p2';
  src: url('../fonts/aer-lingus-icons-p2-Light.eot');
  src: url('../fonts/aer-lingus-icons-p2-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p2-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-p2-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p2-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Bold-p2';
  src: url('../fonts/aer-lingus-icons-p2-Bold.eot');
  src: url('../fonts/aer-lingus-icons-p2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p2-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-p2-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p2-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-p1';
  src: url('../fonts/aer-lingus-icons-p1-Regular.eot');
  src: url('../fonts/aer-lingus-icons-p1-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p1-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-p1-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p1-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Light-p1';
  src: url('../fonts/aer-lingus-icons-p1-Light.eot');
  src: url('../fonts/aer-lingus-icons-p1-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p1-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-p1-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p1-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Bold-p1';
  src: url('../fonts/aer-lingus-icons-p1-Bold.eot');
  src: url('../fonts/aer-lingus-icons-p1-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p1-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-p1-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p1-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
.aer-club-icon:before {
  font-family: "aer-club" !important;
}
@font-face {
  font-family: 'aer-lingus-icons-old-last';
  src: url('../fonts/aer-lingus-icons-old-last-Regular.eot');
  src: url('../fonts/aer-lingus-icons-old-last-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-last-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-old-last-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-last-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Light-last';
  src: url('../fonts/aer-lingus-icons-old-last-Light.eot');
  src: url('../fonts/aer-lingus-icons-old-last-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-last-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-old-last-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-last-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Bold-last';
  src: url('../fonts/aer-lingus-icons-old-last-Bold.eot');
  src: url('../fonts/aer-lingus-icons-old-last-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-last-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-old-last-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-last-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-p2';
  src: url('../fonts/aer-lingus-icons-old-p2-Regular.eot');
  src: url('../fonts/aer-lingus-icons-old-p2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p2-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p2-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p2-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Light-p2';
  src: url('../fonts/aer-lingus-icons-old-p2-Light.eot');
  src: url('../fonts/aer-lingus-icons-old-p2-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p2-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p2-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p2-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Bold-p2';
  src: url('../fonts/aer-lingus-icons-old-p2-Bold.eot');
  src: url('../fonts/aer-lingus-icons-old-p2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p2-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p2-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p2-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-p1';
  src: url('../fonts/aer-lingus-icons-old-p1-Regular.eot');
  src: url('../fonts/aer-lingus-icons-old-p1-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p1-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p1-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p1-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Light-p1';
  src: url('../fonts/aer-lingus-icons-old-p1-Light.eot');
  src: url('../fonts/aer-lingus-icons-old-p1-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p1-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p1-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p1-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Bold-p1';
  src: url('../fonts/aer-lingus-icons-old-p1-Bold.eot');
  src: url('../fonts/aer-lingus-icons-old-p1-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p1-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p1-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p1-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
.overbooking_icon_out [data-icon] {
  left: -27px;
  top: 2px;
  font-size: 5.8em;
}
.overbooking_icon_out [data-icon] + * {
  left: -28px;
  top: 1px;
  font-size: 6.4em;
}
.country-icon:before {
  font-family: "country-icons" !important;
}
[data-icon]:before,
.al-icon,
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: .65;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
[data-icon].search-icon:before {
  font-weight: bold !important;
}
[data-icon].icon-line-height-xxl:before {
  line-height: 1;
}
[data-icon].icon-line-height-xl:before {
  line-height: 0.95;
}
[data-icon].icon-line-height-l:before {
  line-height: 0.85;
}
[data-icon].icon-line-height-m:before {
  line-height: 0.55;
}
[data-icon].less-line-height:before {
  line-height: .47;
}
[data-icon].icon-line-height-s:before {
  line-height: .3em;
}
[data-icon].light:before {
  font-family: "aer-lingus-icons-Light-p1", "aer-lingus-icons-Light-p2", "aer-lingus-icons-Light-last", "aer-lingus-icons-old-Light-p1", "aer-lingus-icons-old-Light-p2", "aer-lingus-icons-old-Light-last", sans-serif !important;
}
[data-icon].b:before {
  font-family: "aer-lingus-icons-Bold-p1", "aer-lingus-icons-Bold-p2", "aer-lingus-icons-Bold-last", "aer-lingus-icons-old-Bold-p1", "aer-lingus-icons-old-Bold-p2", "aer-lingus-icons-old-Bold-last", sans-serif !important;
}
[data-icon].b:before.line-height-s {
  line-height: .3;
}
[data-icon].country-icon.light:before,
.al-icon.country-icon.light {
  font-family: "country-icons-Light" !important;
}
[data-icon].country-icon.b:before,
.al-icon.country-icon.b {
  font-family: "country-icons-Bold" !important;
}
[data-icon].country-icon.b:before.line-height-s,
.al-icon.country-icon.b.line-height-s {
  line-height: .3;
}
.icon-v-aligned:before {
  vertical-align: middle;
}
.icon-block {
  width: 1em;
  height: 1em;
  line-height: 1;
}
.icon-1 {
  font-size: 1em;
}
.icon-xs {
  font-size: 1em;
}
.icon-xs2 {
  font-size: 1.2em;
}
.icon-xs3 {
  font-size: 1.3em;
}
.icon-s {
  font-size: 1.5em;
}
.icon-std {
  font-size: 1.8em;
}
.icon-m {
  font-size: 2em;
}
.icon-m1 {
  font-size: 2.3em;
}
.icon-m2 {
  font-size: 2.5em;
}
.icon-m3 {
  font-size: 2.8em;
}
.icon-l {
  font-size: 3em;
}
.icon-l2 {
  font-size: 3.5em;
}
.icon-xl {
  font-size: 4em;
}
.icon-xxl {
  font-size: 5em;
}
.icon-xxxl {
  font-size: 6em;
}
.icon-xxxxl {
  font-size: 7em;
}
.icon-xxxxl2 {
  font-size: 7.5em;
}
.icon-xl8 {
  font-size: 8em;
}
.icon-xl9 {
  font-size: 9em;
}
.icon-xl10 {
  font-size: 10em;
}
.icon-xl12 {
  font-size: 12em;
}
.icon-xl15 {
  font-size: 15em;
}
.uil-icon-rounded {
  border: 2px solid;
  border-radius: 50%;
}
.uil-icon-rounded--warning {
  border-color: #e77200;
  color: #e77200;
}
.label {
  background: #e5e5e5;
  color: #666;
  display: inline;
  padding: .2em .5em .2em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1em;
}
.label[href] {
  background: #ccc;
  color: #fff;
}
.label[href]:hover,
.label[href]:focus {
  color: red;
  background: #ccc;
  text-decoration: none;
  cursor: pointer;
}
.label.tooltip-label {
  cursor: pointer;
  background: #ccc;
  color: #fff;
  position: relative;
}
.labelDark {
  background: #006272;
  color: #fff;
  display: inline;
  padding: .3em .6em .3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1em;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-remove-sign {
  cursor: pointer;
}
.glyphicon-btn {
  padding-left: 10px;
  vertical-align: middle;
  top: -2px;
}
.glyphicon-btn-big {
  font-size: 2.4375em;
  vertical-align: middle;
}
.al-glyphicon-search {
  background: #8CBB15 url(/media/images/search-btn.png) center center no-repeat;
}
.glyphicon-padding-top-xs {
  padding-top: 0.35em;
}
.header-block h3,
.header-block h2 {
  margin: 40px 0;
}
.hdr-block {
  position: relative;
}
.hdr-block h1,
.hdr-block h2,
.hdr-block h3,
.hdr-block h4 {
  line-height: 1em;
}
.hdr-block .label {
  position: absolute;
  top: 1.5em;
  right: 0;
}
.hdr-block .label.less-top {
  top: 0.5em;
}
.hdr-block.flight-results {
  position: static;
  margin: 20px 0 6px 0;
}
.hdr-block.h2 {
  margin: 58px 0 15px 0;
}
.hdr-block.h2 h2 {
  padding: 0 25px;
}
.hdr-block.h2 .icon-wrpr {
  margin-left: -75px;
  top: -6px;
}
.hdr-block.h2 .icon-wrpr.rotate-left {
  top: -17px;
}
.hdr-block.h2 .subtext {
  display: block;
  margin: 13px 0 0 0;
}
.hdr-block.heading2 {
  padding: 75px 0 25px;
}
.hdr-block.h3 {
  top: -4px;
  margin-bottom: 22px;
}
.hdr-block.h3 h3 {
  padding: 0 0 6px 0;
}
.hdr-block.heading3 {
  margin: 50px 0 22px 0;
}
.hdr-block.heading4 {
  margin-bottom: 50px;
}
.hdr-block.heading5 {
  margin: 50px 0 45px;
}
button {
  outline: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #fff;
  border: none;
  outline: 0;
  border-radius: 3px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active,
.btn.active {
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  zoom: 1;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-style1 {
  background: #84BD00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #84BD00), color-stop(1, #9cc53b));
  background: -ms-linear-gradient(bottom, #84BD00, #9cc53b);
  background: -moz-linear-gradient(center bottom, #84BD00 0%, #9cc53b 100%);
  background: -o-linear-gradient(#9cc53b, #84BD00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc53b', endColorstr='#84BD00', GradientType=0);
  line-height: 2.5em;
  min-width: 135px;
  padding: 0 10px;
}
.btn.btn-style1.extra-width {
  min-width: 150px;
}
.btn.btn-style1.extra-padding {
  padding: 0px 20px;
}
.btn.add-btn-added {
  background-color: #678b10;
}
.btn.add-btn-added .btn-style3-left {
  background-color: #84BD00;
}
.btn.add-btn-added .btn-style3-left:after {
  border-color: transparent transparent transparent #84BD00;
}
.btn.simple-btn {
  background: #ccc;
  line-height: 1.8em;
  padding: 0 10px;
}
.btn.simple-btn.extra-padding {
  padding: 5px 20px;
}
.btn.btn-style12 {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #fff, #efefef);
  background: -moz-linear-gradient(center bottom, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=0);
  line-height: 2.2em;
  padding: 0 10px;
  min-width: 200px;
  color: #63666A;
}
.btn.btn-style15 {
  background-color: transparent;
  line-height: 1.8em;
  border: solid 2px #84BD00;
  color: #84BD00;
  padding: 5px 20px 5px 20px;
}
.btn-row {
  clear: both;
  padding: 20px 0;
}
.btn-row .btn {
  float: right;
}
.btn-style-arrow {
  background: #40A297;
}
.btn-style-arrow:after {
  position: absolute;
  top: 0;
  left: 44%;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #40A297;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.btn-style-arrow.selected-state:after,
.btn-style-arrow:hover:after {
  top: 100%;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.hover-fade {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.hover-fade:hover,
.hover-fade:focus,
.hover-fade.active,
.hover-fade.selected-state {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.hover-darken-with-img .hover-darken-img {
  position: relative;
  display: block;
}
.hover-darken-with-img .hover-darken-img:after {
  will-change: background-color;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: transparent;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.hover-darken-with-img:hover .hover-darken-img:after,
.hover-darken-with-img:focus .hover-darken-img:after {
  will-change: background-color;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: rgba(0, 0, 0, 0.17);
}
.b_null {
  background-color: transparent;
  margin-bottom: 0;
  border: 0 none transparent;
  white-space: nowrap;
  border: none;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  border: none;
  color: #ffffff;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button:focus:not(.outline-none),
.button:active:focus:not(.outline-none),
.button.active:focus:not(.outline-none) {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  text-decoration: none;
  cursor: pointer;
}
.button:focus,
.button:active,
.button.active {
  transition: none;
}
.button:active,
.button.active {
  will-change: all;
  -webkit-transition: all 0.01s ease-in;
  -moz-transition: all 0.01s ease-in;
  -o-transition: all 0.01s ease-in;
  -ms-transition: all 0.01s ease-in;
  transition: all 0.01s ease-in;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button-standard {
  border-radius: 3px;
  line-height: 2.5em;
  min-width: 102px;
  padding: 0 30px;
  border: 2px solid #f3f3f3;
}
.button-standard.less-lineheight {
  line-height: 2.2em;
}
.button-standard.less-lineheight2 {
  line-height: 2.3em;
}
.button-standard.extra-lineheight {
  line-height: 2.9em;
}
.button-standard.less-lineheight1 {
  line-height: 1.8em;
}
.button-standard.min-width-initial {
  min-width: initial;
}
.button-standard.min-width1 {
  min-width: 117px;
}
.button-standard.min-width2 {
  min-width: 81px;
}
.button-standard.button-padding-none {
  padding: 0;
}
.circle {
  border: 0 none transparent;
  border-radius: 100%;
}
.circle.button:focus svg,
.circle.button:hover svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.circle.button:active svg {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.circle,
.square {
  overflow: hidden;
  text-align: center;
}
.circle svg,
.square svg {
  max-width: 100%;
  height: auto;
}
.circle-x {
  color: #fff;
  fill: #fff;
  background-color: #999;
}
.circle-x svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circle-x.button:focus,
.circle-x.button:hover {
  background-color: #ccc;
}
.circle-x.button:focus svg,
.circle-x.button:hover svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circle-xxxxxl {
  width: 190px;
  height: 190px;
}
.circle-xxxxl {
  width: 160px;
  height: 160px;
  padding: 0;
}
.circle-xxxl {
  width: 130px;
  height: 130px;
  padding: 0;
}
.circle-xxxl.circle-price {
  background: linear-gradient(45deg, #40A297, #40A297 100%), linear-gradient(135deg, #fff, #fff), linear-gradient(225deg, #40A297, #40A297), linear-gradient(225deg, #fff, #fff);
  background-size: 100% 65%;
  background-position: 0% 0%, 0% 100%, 100% 0%, 100% 100%;
  background-repeat: no-repeat;
  padding: 5px;
}
.circle-xxxl h4 {
  color: #fff;
}
.circle-xxxl.center-margin-fix {
  margin-left: -75px;
}
.cms-circle-big-icon {
  position: relative;
}
.cms-circle-big-icon .circle {
  width: 214px;
  height: 214px;
  background-color: #E5EFF0;
}
.cms-circle-big-icon .circle-sm {
  width: 136px;
  height: 136px;
  background-color: #E5EFF0;
}
.cms-circle-big-icon p.cms-p {
  margin-bottom: 56px;
}
.cms-circle-big-icon a {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.circle-xxxl2 {
  width: 120px;
  height: 120px;
}
.circle-xxxl2.center-margin-fix {
  margin-left: -60px;
}
.circle-xxl {
  width: 6.75em;
  height: 6.75em;
  padding: 0;
}
.circle-xxl svg {
  width: 40px;
}
.circle-xxl.center-margin-fix {
  margin-left: -3.375em;
}
.circle-xxl2 {
  width: 70px;
  height: 70px;
  padding: 0;
}
.circle-xxl2 svg {
  width: 40px;
  height: 6.7em;
}
.circle-xxl2.center-margin-fix {
  margin-left: -3.375em;
}
.circle-xxl3 {
  width: 80px;
  height: 80px;
  padding: 0;
}
.circle-xxl3 svg {
  width: 40px;
  height: 6.7em;
}
.circle-xxl3.center-margin-fix {
  margin-left: -3.375em;
}
.circle-xl {
  width: 3.375em;
  height: 3.375em;
  padding: 0;
}
.circle-xl svg {
  margin-top: .4em;
  width: 20px;
  height: 20px;
}
.circle-xl.center-margin-fix {
  margin-left: -1.6875em;
}
.circle-xl1 {
  width: 4em;
  height: 4em;
}
.circle-xl2 {
  width: 5em;
  height: 5em;
}
.circle-l {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
}
.circle-l svg {
  margin-top: .5em;
  width: 20px;
  height: 20px;
  top: -2px;
  position: relative;
}
.circle-l.center-margin-fix {
  margin-left: -1.25em;
}
.circle-m {
  width: 1.875em;
  height: 1.875em;
  padding: 0;
}
.circle-m svg {
  margin-top: .5em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.circle-m.center-margin-fix {
  margin-left: -0.9375em;
}
.circle-m2 {
  width: 2.25em;
  height: 2.25em;
  padding: 0;
}
.circle-m2 svg {
  margin-top: .5em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.circle-m2.center-margin-fix {
  margin-left: -1.125em;
}
.circle-s {
  width: 1.625em;
  height: 1.625em;
  padding: 0;
}
.circle-s svg {
  margin-top: .3em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.circle-s.center-margin-fix {
  margin-left: -0.8125em;
}
.circle-s2 {
  width: 1.4625em;
  height: 1.4625em;
  padding: 0;
}
.circle-s2 svg {
  margin-top: .3em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.circle-s2.center-margin-fix {
  margin-left: -0.8125em;
}
.circle-s1 {
  width: 24px;
  height: 24px;
  padding: 0;
}
.circle-s1 svg {
  margin-top: .3em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.circle-s1.center-margin-fix {
  margin-left: -0.8125em;
}
.circle-xs {
  width: 1.25em;
  height: 1.25em;
  padding: 0;
}
.circle-xs svg {
  width: 10px;
  height: 20px;
  position: relative;
}
.circle-xs.center-margin-fix {
  margin-left: -0.625em;
}
.circle-xs2 {
  width: 1.125em;
  height: 1.125em;
}
.circle-xxs {
  width: 1em;
  height: 1em;
  padding: 0;
}
.circle-xxs svg {
  width: 10px;
  height: 10px;
  top: -3px;
  position: relative;
}
.circle-xxs.center-margin-fix {
  margin-left: -0.5em;
}
.circle-border {
  border: 3px solid #FFF;
}
.circle-border-10 {
  border: 10px solid #FFF;
}
.button-ei-teal {
  background-color: #006272;
  border-color: #006272;
}
.button-ei-teal .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-ei-teal.button:hover {
  background-color: #00788c;
}
.button-ei-teal.button:active {
  background-color: #004c59;
}
.active .button-ei-teal {
  background-color: #004c59;
}
.button-red-border {
  border: 1px solid #e65f5f;
  color: #e65f5f;
  background-color: #f3f3f3;
}
.button-red-border .icon {
  color: #e65f5f;
  fill: #e65f5f;
}
.button-teal-border {
  border: 1px solid #006272;
  color: #006272;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.button-teal-border .color {
  color: #006272;
}
.button-teal-border .icon-btn {
  color: #006272;
  fill: #006272;
}
.button-teal-border.button:hover,
.button-teal-border.button:focus {
  border-color: #006272;
  background-color: #006272;
  color: #fff;
}
.button-teal-border.button:hover .icon-btn,
.button-teal-border.button:focus .icon-btn {
  color: #fff;
  fill: #008ea5;
}
.button-teal-border.button:hover .tealGreen50,
.button-teal-border.button:focus .tealGreen50 {
  color: #fff;
}
.button-teal-border.button:active,
.button-teal-border.button.active {
  border-color: #00363f;
  background-color: #00363f;
}
.button-teal-border.transparent {
  background-color: transparent;
}
.button-teal50-border {
  border: 2px solid #80c1ba;
  color: #80c1ba;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.button-teal50-border .color {
  color: #80c1ba;
}
.button-teal50-border .icon-btn {
  color: #80c1ba;
  fill: #80c1ba;
}
.button-teal50-border.button:hover,
.button-teal50-border.button:focus {
  border-color: #80c1ba;
  background-color: #80c1ba;
  color: #fff;
}
.button-teal50-border.button:hover .icon-btn,
.button-teal50-border.button:focus .icon-btn {
  color: #a2d2cd;
  fill: #a2d2cd;
}
.button-teal50-border.button:hover .tealGreen50,
.button-teal50-border.button:focus .tealGreen50 {
  color: #fff;
}
.button-teal50-border.button:active,
.button-teal50-border.button.active {
  border-color: #5eb0a7;
  background-color: #5eb0a7;
}
.button-teal50-border.transparent {
  background-color: transparent;
}
.circle.button-tealGreen-border {
  border: 1px solid #008374;
  color: #008374;
}
.circle.button-tealGreen-border.transparent {
  background-color: transparent;
}
.button-gray-border {
  border: 1px solid #ccc;
  color: #666;
  background-color: #fff;
}
.button-gray-border .icon-btn {
  color: #666;
  fill: #666;
}
.button-gray-border:active,
.button-gray-border.active {
  background-color: #d9d9d9;
}
.button-gray-border.transparent {
  background-color: transparent;
}
.button-gray-border.circle-m [data-icon] {
  line-height: .9;
}
.gray-0-border {
  border: 2px solid #fff;
}
.gray-0-border.transparent {
  background-color: transparent;
}
.gray-0-border.circle-m [data-icon] {
  line-height: 1;
}
.gray-0-border.circle-m [data-icon].line-height-none {
  line-height: 0;
}
.gray-6-border {
  border: 2px solid #666;
}
.gray-6-border.transparent {
  background-color: transparent;
}
.gray-6-border.circle-m [data-icon] {
  line-height: 1;
}
.gray-6-border.circle-m [data-icon].line-height-none {
  line-height: 0;
}
.button-gray-11 {
  background-color: #f1f1f1;
}
.button-gray-11.button {
  background-color: #fff;
}
.button-shamrock-green {
  background-color: #84BD00;
  border-color: #84BD00;
  color: #fff;
}
.button-shamrock-green .color {
  color: #fff;
}
.button-shamrock-green .icon {
  color: #fff;
  fill: #fff;
}
.button-shamrock-green.button:hover {
  background-color: #72a400;
  border-color: #72a400;
}
.button-shamrock-green.button:focus {
  background-color: #4f7100;
  border-color: #4f7100;
}
.button-shamrock-green.button:active {
  background-color: #608a00;
  border-color: #608a00;
}
.button-shamrock-green.extra-width {
  min-width: 150px;
}
.button-blue {
  background-color: #20afe6;
  border-color: #20afe6;
  color: #fff;
}
.button-blue .color {
  color: #fff;
}
.button-blue .icon {
  color: #fff;
  fill: #fff;
}
.button-blue.button:hover {
  background-color: #4ebfeb;
}
.button-blue.button:active {
  background-color: #158fbe;
}
.button-blue.extra-width {
  min-width: 150px;
}
.button-blue-border {
  border: 2px solid #20afe6;
  color: #20afe6;
  background-color: #f3f3f3;
}
.button-blue-border .icon {
  color: #20afe6;
  fill: #20afe6;
}
.button-blue-border.button:hover {
  border-color: #20afe6;
  background-color: #20afe6;
}
.button-blue-border.button:hover .icon-btn {
  color: #4ebfeb;
  fill: #4ebfeb;
}
.button-light-grey {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}
.button-light-grey.button:hover {
  background-color: #e6e6e6;
}
.button-light-grey.button:active {
  background-color: #b3b3b3;
}
.button-light-grey.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.button-light-grey.line-height {
  line-height: 2em;
}
.button-grey-no-border {
  -moz-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  -webkit-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  box-shadow: none !important;
  background-color: #D0D0CE !important;
  color: #88888D !important;
  border-color: #D0D0CE !important;
}
.button-grey-no-border:hover {
  box-shadow: none !important;
}
.button-shamrock-green-border {
  background-color: #fff;
  border-color: #5D820C;
  border-width: 2px;
  color: #5D820C;
}
.button-shamrock-green-border.transparent {
  background-color: transparent;
}
.button-shamrock-green-border.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.button-shamrock-green-border:focus:not(.nfs-d),
.button-shamrock-green-border:hover:not(.nfs-d),
.button-shamrock-green-border:active:not(.nfs-d) {
  border-color: #5D820C;
  color: #fff;
  background-color: #5D820C;
}
.button-shamrock-green-border:focus.nfs-d,
.button-shamrock-green-border:hover.nfs-d,
.button-shamrock-green-border:active.nfs-d {
  outline: none;
}
.button-light-grey-border {
  background-color: #fff;
  border: 2px solid #dadada;
  color: #dadada;
}
.button-light-grey-border.button:hover {
  -webkit-transform: scale(1.2, );
  -ms-transform: scale(1.2, );
  transform: scale(1.2, );
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  /* older webkit */
  /* custom */
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.button-light-grey-border.button:hover .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-light-grey-border.button:active {
  background-color: #d5d5d5;
}
.button-light-grey-border.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.button-light-grey-border:active,
.button-light-grey-border.active {
  background-color: #ffffff;
}
.button-light-grey-border.transparent {
  background-color: transparent;
}
.button-grad-3 {
  background: -moz-linear-gradient(top, #e5e5e5 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #dfdfdf 100%);
  background: -moz-linear-gradient(top, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 239, 239, 0.5)), color-stop(100%, rgba(219, 219, 219, 0.5)));
  background: -webkit-linear-gradient(top, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dbdbdb', GradientType=0);
  background-color: #e5e5e5;
}
.button-grad-3.button:hover,
.button-grad-3.button:focus {
  background-color: #f4f4f4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dbdbdb', GradientType=0);
}
.button-grad-3.button:active {
  background-color: #d1d1d1;
}
.button-gray-gradient {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #fff, #efefef);
  background: -moz-linear-gradient(center bottom, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=0);
  color: #63666A;
}
.button-gray-gradient.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.cog:active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /* older webkit */
  /* custom */
  -webkit-transition: all 1ms cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 1ms cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 1ms cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 1ms cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 1ms cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.circle-arrow {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button-arrow-down {
  position: relative;
}
.button-arrow-down:after,
.button-arrow-down:before {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 70%;
  left: 50%;
  margin-left: -0.7em;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0 0;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: red;
}
.button-arrow-down:before {
  margin-top: 0;
}
.button-arrow-down:focus:after,
.button-arrow-down:hover:after,
.button-arrow-down:focus:before,
.button-arrow-down:hover:before {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: red;
  top: 100%;
}
.button-arrow-down:active:after,
.button-arrow-down:active:before {
  will-change: all;
  -webkit-transition: all 0.01s ease;
  -moz-transition: all 0.01s ease;
  -o-transition: all 0.01s ease;
  -ms-transition: all 0.01s ease;
  transition: all 0.01s ease;
}
.button-arrow-down.button-teal25:after {
  border-top-color: #40A297;
}
.button-arrow-down.button-teal25:hover:after {
  border-top-color: #58bdb2;
}
.button-arrow-down.button-teal25:active:after {
  border-top-color: #327d75;
}
.button-arrow-down.button-teal25:before {
  border-top-color: #40A297;
}
.button-arrow-down.button-teal25.active {
  background: #58bdb2;
}
.button-arrow-down.button-teal25.active:before,
.button-arrow-down.button-teal25.active:after {
  top: 100%;
  border-top-color: #58bdb2;
  border-width: 0.7em;
}
.button-arrow-down.button-ei-teal:after {
  border-top-color: #006272;
}
.button-arrow-down.button-ei-teal:hover:after {
  border-top-color: #00788c;
}
.button-arrow-down.button-ei-teal:active:after {
  border-top-color: #004c59;
}
.button-arrow-down.button-ei-teal:before {
  border-top-color: #006272;
}
.button-arrow-down.button-ei-teal.active {
  background-color: #004c59;
}
.button-arrow-down.button-ei-teal.active:before,
.button-arrow-down.button-ei-teal.active:after {
  top: 100%;
  border-top-color: #004c59;
  border-width: 0.7em;
}
.button-arrow-down.active:after {
  top: 100%;
  border-top-color: #58bdb2;
}
.price-pin {
  border: 1px solid #40A297;
  background-color: #58bdb2;
  color: #fff;
  padding: 4px;
  position: relative;
  transform-origin: 0 155%;
  -webkit-transform-origin: 0 155%;
  display: inline-block;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0, );
  -ms-transform: scale(0, );
  transform: scale(0, );
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
}
.price-pin:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: -1px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 0.75em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #40A297;
  border-left-width: 0;
}
.price-pin.enabled {
  /* older webkit */
  /* custom */
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  -webkit-transform: scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.button-price {
  border-radius: 3px;
  line-height: 2.5em;
  padding: 0;
  width: auto;
}
.button-price .cta {
  z-index: 1;
  position: relative;
  -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  -o-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  -webkit-filter: none;
  background-color: #e77200;
  padding-left: 15px;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px 0 0 3px;
}
.button-price .cta .arrow-out {
  background-color: #e77200;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: .8em;
  margin-left: -0.5em;
  height: 2.5em;
  position: absolute;
  z-index: -1;
}
.button-price .cta .arrow-out:after {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  z-index: -1;
  position: relative;
  left: .5em;
  display: inline-block;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1.25em 0.75em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #e77200;
}
.button-price .circle {
  position: relative;
  left: .25em;
  top: .4em;
  display: inline-block;
  z-index: 3;
  will-change: all;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateZ(0);
}
.button-price .icon {
  color: #ff8800;
  position: absolute;
  width: 50%;
  left: 25%;
  right: 0;
  top: 1.5em;
  will-change: top;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.button-price .icon.icon-cross {
  top: 0;
}
.button-price .al-icon {
  margin-top: -0.1em;
  width: 100%;
  left: 0;
}
.button-price path {
  fill: #ff8800;
}
.button-price .amount {
  padding: 4px .5em 4px 27px;
  background-color: #c55500;
  will-change: background-color;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.button-price:hover .cta,
.button-price:focus .cta {
  background-color: #e77200;
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button-price:hover .cta .arrow-out,
.button-price:focus .cta .arrow-out {
  width: 1.3em;
  background-color: #e77200;
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button-price:hover .cta .arrow-out:after,
.button-price:focus .cta .arrow-out:after {
  left: 1em;
  border-left-color: #e77200;
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button-price:hover .circle,
.button-price:focus .circle {
  -webkit-transform: translate(0.5em, 0);
  -moz-transform: translate(0.5em, 0);
  -o-transform: translate(0.5em, 0);
  -ms-transform: translate(0.5em, 0);
  transform: translate(0.5em, 0);
}
.button-price:hover .amount,
.button-price:focus .amount {
  background-color: #a34900;
}
.button-price:active .cta {
  background-color: #e77200;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  -ms-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
}
.button-price:active .cta .arrow-out {
  background-color: #e77200;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  -ms-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
}
.button-price:active .cta .arrow-out:after {
  border-left-color: #e77200;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  -ms-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
}
.button-price:active .amount {
  background-color: #a34900;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  -ms-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
}
.button-price.complete .cta {
  background-color: #749f18;
}
.button-price.complete .cta .arrow-out {
  background-color: #749f18;
}
.button-price.complete .cta .arrow-out:after {
  border-left-color: #749f18;
}
.button-price.complete .amount {
  background-color: #507131;
}
.button-price.complete .icon {
  color: #84BD00 !important;
  top: -1.5em;
}
.button-price.complete .icon.icon-ok {
  top: 0;
}
.button-price.complete path {
  fill: #84BD00;
}
.button-price.complete:hover .cta,
.button-price.complete:focus .cta {
  background-color: #749f18;
}
.button-price.complete:hover .cta .arrow-out,
.button-price.complete:focus .cta .arrow-out {
  background-color: #749f18;
}
.button-price.complete:hover .cta .arrow-out:after,
.button-price.complete:focus .cta .arrow-out:after {
  border-left-color: #749f18;
}
.button-price.complete:hover .amount,
.button-price.complete:focus .amount {
  background-color: #3c5524;
}
.button-price.complete:active .cta {
  background-color: #749f18;
}
.button-price.complete:active .cta .arrow-out {
  background-color: #749f18;
}
.button-price.complete:active .cta .arrow-out:after {
  border-left-color: #749f18;
}
.button-price.complete:active .amount {
  background-color: #3c5524;
}
.button-price.default .cta {
  background-color: #ccc;
}
.button-price.default .cta .arrow-out {
  background-color: #ccc;
  width: .75em;
}
.button-price.default .cta .arrow-out:after {
  border-left-color: #ccc;
  left: 0.5em;
}
.button-price.default .circle {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.button-price.default .amount {
  background-color: #b8b8b8;
}
.button-price.default path {
  fill: #ccc;
}
.button-price.default .icon {
  color: #ccc;
}
.button-price.default:hover,
.button-price.default:focus {
  cursor: default;
}
.button-price.default:hover .cta,
.button-price.default:focus .cta {
  background-color: #ccc;
}
.button-price.default:hover .cta .arrow-out,
.button-price.default:focus .cta .arrow-out {
  background-color: #ccc;
}
.button-price.default:hover .cta .arrow-out:after,
.button-price.default:focus .cta .arrow-out:after {
  border-left-color: #ccc;
}
.button-price.default:hover .amount,
.button-price.default:focus .amount {
  background-color: #b8b8b8;
}
.button-price.default.aerclub-profile {
  padding: 1px;
  border: 1px solid #fefefe;
  border-radius: 4px;
  background-color: #fefefe;
  position: relative;
}
.button-price.default.aerclub-profile.default .icon {
  color: #00ab57;
}
.button-price.default.aerclub-profile .cta {
  /*.radius-left (@radius)*/
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: transparent;
  color: #001722;
  position: static;
}
.button-price.default.aerclub-profile .cta .arrow-out {
  right: 71px;
  background-color: #fefefe;
}
.button-price.default.aerclub-profile .cta .arrow-out:after {
  top: -12px;
  border-width: 2em 1em;
  border-left-color: #fefefe;
}
.button-price.default.aerclub-profile .amount {
  padding-top: 8px;
  padding-bottom: 8px;
  /*.radius-right (@radius)*/
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #00ab57;
}
.button-price.default.aerclub-profile .amount .circle {
  top: 0.25em;
  left: 0;
}
.button-price.default.aerclub-profile .icon.icon-cross {
  top: 0.05em;
}
.button-price .in-button {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -5px;
}
.button-action {
  background-color: #999;
}
.button-action:hover {
  background-color: #80c1ba;
}
.button-action .icon {
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  position: absolute;
  will-change: top;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  transition: top 0.2s ease;
  left: 30%;
}
.button-action .icon.icon-cross {
  top: 20%;
}
.button-action .icon.icon-ok {
  top: 3em;
}
.button-action .svg-out {
  margin: 0;
}
.button-action.complete {
  background-color: #84BD00;
}
.button-action.complete .icon.icon-cross {
  top: -3em;
}
.button-action.complete .icon.icon-ok {
  top: 20%;
}
.button-action1 {
  padding: 0;
}
.button-action1.border-none.updated {
  border: none;
  color: #fff;
}
.button-action1.updated .icon-b-remove,
.button-action1.opened .icon-b-remove,
.button-action1.closed .icon-b-remove {
  display: none;
}
.button-action1.updated .icon-b-plus,
.button-action1.removed .icon-b-plus,
.button-action1.opened .icon-b-plus {
  display: none;
}
.button-action1.removed .icon-b-checked,
.button-action1.closed .icon-b-checked {
  display: none;
}
.button-action1.circle-l .icon-plus,
.button-action1.circle-l .icon-checked,
.button-action1.circle-l .icon-remove {
  height: 2.9em;
  width: 100%;
}
.button-action1.circle-xl .icon-plus,
.button-action1.circle-xl .icon-checked,
.button-action1.circle-xl .icon-remove {
  height: 3.375em;
  width: 100%;
}
.button-action1 .icon-plus {
  top: 0;
}
.button-action1 .icon-plus .icon-m {
  line-height: normal;
}
.button-action1 .icon-checked {
  top: 100%;
}
.button-action1 .icon-checked .icon-m {
  line-height: normal;
}
.button-action1 .icon-remove {
  top: 100%;
}
.button-action1.checked .icon-plus {
  top: -100%;
}
.button-action1.checked .icon-checked {
  top: 0;
}
.button-action1.clicked .icon-plus {
  top: -100%;
  display: none;
}
.button-action1.clicked .icon-checked {
  top: 0;
}
.button-action1:not(.clicked) .icon-checked {
  display: none;
}
.button-action1.remove .icon-checked {
  top: -100%;
}
.button-action1.remove .icon-remove {
  top: 0;
}
.button-row {
  clear: both;
  padding: 20px 0;
}
.tab-controler {
  position: relative;
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
.tab-controler:after {
  background-color: #e5e5e5;
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  z-index: 9;
  bottom: 0;
  right: 0;
  left: 0;
}
.tab-controler .tab {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
  border: #e5e5e5 1px solid;
  display: inline-block;
  margin-bottom: .5em;
  border-radius: 3px;
  position: relative;
  margin-right: .5em;
  padding: .25em 1em;
  z-index: 10;
  font-size: 1em;
  line-height: 1.3em;
  color: #006272;
}
.tab-controler .tab:after {
  background-color: #f9f9f9;
  position: absolute;
  border-radius: 3px;
  display: block;
  content: '';
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.tab-controler .tab:hover:after,
.tab-controler .tab:focus:after {
  background-color: #fefefe;
}
.tab-controler .tab.selected-state {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: #fff;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.tab-controler .tab.selected-state:after {
  background-color: #fff;
}
.switch {
  border: 1px solid #999;
  border-radius: 1em;
  background-color: #fff;
  position: relative;
}
.switch label {
  text-transform: uppercase;
  position: absolute;
  cursor: pointer;
  display: block;
  color: #fff;
  z-index: 10;
  left: 0;
}
.switch label ~ label {
  left: initial;
  right: 0;
}
.switch label ~ label + input:after {
  background-color: #008374;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: absolute;
  display: block;
  bottom: -3px;
  content: '';
  z-index: 9;
  width: 50%;
  top: -3px;
  left: 0;
}
.switch label ~ label + input:checked:after {
  left: 50%;
}
.button.b-transparent {
  background: transparent;
}
.button.button-style3 {
  background: #D47311;
  margin: 0;
  padding: 0;
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
}
.button.button-style3::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button.button-style3 .button-style3-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 2.75em;
  display: inline-block;
  padding: 0 8px 0 20px;
  background: #ff8800;
  position: relative;
}
.button.button-style3 .button-style3-left:after {
  content: "";
  position: absolute;
  right: -10px;
  border-color: transparent transparent transparent #ff8800;
  border-style: solid;
  border-width: 22px 0 22px 12px;
}
.button.button-style3 .button-style3-right {
  color: #fff;
  padding: 0 15px;
  vertical-align: middle;
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
}
.button.add-b-added {
  background-color: #678b10;
}
.button.add-b-added .button-style3-left {
  background-color: #84BD00;
}
.button.add-b-added .button-style3-left:after {
  border-color: transparent transparent transparent #84BD00;
}
.button.button-style4 {
  background: none;
  color: #80c1ba;
  outline: 0;
  padding: 0;
}
.button.button-style4:focus {
  outline: 0;
}
.button.button-style4 .glyphicon-b-big {
  padding-right: 5px;
}
.button.button-style5 {
  background: none;
}
.button.button-style6 {
  padding: 0 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #AB6D9C;
  line-height: 1.96em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button.simple-b {
  background: #ccc;
  line-height: 1.96em;
  padding: 0 10px;
}
.button.button-style7 {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #fff, #efefef);
  background: -moz-linear-gradient(center bottom, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=0);
  padding: 0 15px;
  border: 1px solid #ccc;
}
.button.button-style8 {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #fff, #efefef);
  background: -moz-linear-gradient(center bottom, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=0);
  padding: 0 15px;
  border: 1px solid #ccc;
  padding: 5px;
}
.button.button-style9 {
  background-color: #ff8800;
  line-height: 2em;
  padding: 0 25px;
}
.blue-hover {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blue-hover:hover {
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #54c2e5;
}
.ban-item-cont {
  width: 6em;
  margin: 0 auto;
}
.ban-item-cont .icon-pro {
  top: .15em;
  left: .42em;
}
.ban-item-cont .restricted-items {
  top: .25em;
  left: .30em;
}
.ban-item-cont .xs .icon-pro {
  left: 0.5em;
}
.icon-time .duration {
  left: 7px;
  bottom: 22px;
}
.datepickertoggler button {
  border: none;
  background-color: transparent;
}
.seatmap-hide-toggle {
  width: 100%;
}
.seatmap-hide-toggle p {
  text-align: center;
}
.padding-bottom-xs {
  padding-bottom: 2px;
}
.box-style2 .box-li:not(:first-child) .box-li-inner.box-li-inner-lounge {
  border-top: 0 none transparent;
}
.timetable .button-shamrock-green.extra-width {
  min-width: 185px;
}
.aerclub-tier-green {
  background-color: #006272;
}
.active .aerclub-tier-green {
  background-color: #00363f;
}
.aerclub-tier-green.button:hover {
  background-color: #00363f;
}
.aerclub-tier-silver {
  background-color: #a9b3b6;
}
.active .aerclub-tier-silver {
  background-color: #8d9b9f;
}
.aerclub-tier-silver.button:hover {
  background-color: #8d9b9f;
}
.aerclub-tier-platinum {
  background-color: #657584;
}
.active .aerclub-tier-platinum {
  background-color: #4f5b67;
}
.aerclub-tier-platinum.button:hover {
  background-color: #4f5b67;
}
.aerclub-tier-concierge {
  background-color: #001722;
}
.active .aerclub-tier-concierge {
  background-color: #000000;
}
.aerclub-tier-concierge.button:hover {
  background-color: #000000;
}
.button-pre-fill-overflow {
  overflow: hidden;
}
.button-pre-fill-overflow.button-pre-fill-max-height {
  max-height: 2.6em;
}
.button-pre-fill-overflow:after {
  content: "Submit";
  display: block;
  width: 100%;
}
.button-pre-fill-overflow_Continue:after {
  content: "\2192";
  font-size: 1.75em;
}
.button-pre-fill-overflow_Continue.uil-button.uil-button-xlarge,
.button-pre-fill-overflow_Start_again.uil-button.uil-button-xlarge {
  max-height: 60px;
  line-height: 45px;
  padding-top: 8px;
}
.button-pre-fill-overflow_Start_again:after {
  content: "\2190";
  font-size: 1.75em;
}
.uil-button-rounded .close-icon {
  font-size: 6em;
  position: absolute;
  top: -23px;
  left: -8px;
}
.uil-button-rounded.glyphicon-plus:before,
.uil-button-rounded.glyphicon-minus:before {
  font-size: 1.6em;
}
.uil-button-added.uil-button.uil-button-small {
  padding-right: 40px;
}
.tooltip {
  position: absolute;
  z-index: -1;
  display: block;
  visibility: visible;
  font-size: 0.75em;
  line-height: 1.4;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tooltip.in {
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  /* older webkit */
  /* custom */
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  z-index: 8;
}
.tooltip.top {
  margin-top: 30px;
  padding: 5px 0;
}
.tooltip.top.in {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: -30px;
  padding: 0 5px;
}
.tooltip.right.in {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: -30px;
  padding: 5px 0;
}
.tooltip.bottom.in {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: 30px;
  padding: 0 5px;
}
.tooltip.left.in {
  margin-left: -3px;
}
.barchart .tooltip {
  font-size: 1.125em;
  color: #767676;
  width: 100%;
  /* older webkit */
  /* custom */
  -webkit-transition: all 0 cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  will-change: 0;
  -webkit-transition: 0 1s ease;
  -moz-transition: 0 1s ease;
  -o-transition: 0 1s ease;
  -ms-transition: 0 1s ease;
  transition: 0 1s ease;
}
.price .tooltip {
  font-size: 0.875em;
  color: #666;
  width: 100%;
  /* older webkit */
  /* custom */
  -webkit-transition: all 0 cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  will-change: all;
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  -ms-transition: all 0 ease;
  transition: all 0 ease;
}
.tooltip-bellow {
  top: -1em;
  left: -50%;
}
.tooltip-out-hover:hover .tooltip {
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  /* older webkit */
  /* custom */
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  z-index: 8;
}
.tooltip-out-hover:hover .tooltip-bellow {
  top: 2em;
}
.tooltip-thick-border {
  border: 3px solid #ccc;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.tooltip-inner {
  z-index: 10;
  max-width: 200px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(44, 42, 41, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(44, 42, 41, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(44, 42, 41, 0.1);
}
.barchart .tooltip-inner {
  padding: 5px;
  border-radius: 0;
}
.tooltip-arrow {
  z-index: 9;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-arrow:before {
  z-index: 5;
  position: absolute;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #eee;
}
.tooltip.top .tooltip-arrow:before {
  left: -5px;
  top: -6px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 1px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #eee;
}
.tooltip.right .tooltip-arrow:before {
  right: -6px;
  top: -5px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 1px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #eee;
}
.tooltip.left .tooltip-arrow:before {
  right: -3px;
  top: -5px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  top: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #eee;
}
.tooltip.bottom .tooltip-arrow:before {
  right: -5px;
  top: -4px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 10px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover .popover-close-x {
  right: 0;
  top: .5em;
  text-align: right;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #eee;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.popover.closable {
  color: #2C2A29;
  min-width: 270px;
}
.popover.closable .popover-content {
  padding: 15px;
  font-size: 14px;
}
.popover.closable .popover-content a {
  text-decoration: underline;
}
.popover.closable .popover-content a:hover {
  text-decoration: none;
}
.popover.closable .icon {
  color: #ccc;
}
.blue-popover-container .popover {
  background: #54c2e5;
  color: #fff;
  width: 17em;
  line-height: 1.2em;
}
.blue-popover-container .popover a {
  display: block;
  color: #fff;
  text-decoration: underline;
}
.blue-popover-container .popover a:hover {
  color: #fff;
  text-decoration: none;
}
.blue-popover-container .popover.bottom > .arrow:after {
  border-bottom-color: #54c2e5;
}
@media (max-width: 767px) {
  .bags-popover .popover {
    max-width: 200px;
  }
  .bags-popover .popover.closable {
    min-width: 150px;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(-2%, 0);
  -moz-transform: translate(-2%, 0);
  -o-transform: translate(-2%, 0);
  -ms-transform: translate(-2%, 0);
  transform: translate(-2%, 0);
  opacity: 0;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.modal .print-button {
  overflow: hidden;
  top: 55px;
  right: 20px;
  height: 30px;
}
.modal.rounded-modal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.full-scr-modal-left .modal-dialog,
.full-scr-modal-right .modal-dialog {
  width: 60%;
  margin: 0px;
  height: 100%;
  padding: 0;
}
.full-scr-modal-left .modal-dialog,
.full-scr-modal-right .modal-dialog {
  width: 90%;
}
.full-scr-modal-right .modal-dialog {
  margin-left: 10%;
}
.full-scr-modal-left .modal-dialog {
  margin-right: 10%;
}
@media (min-width: 768px) {
  .full-scr-modal-left .modal-dialog,
  .full-scr-modal-right .modal-dialog {
    width: 75%;
  }
  .full-scr-modal-right .modal-dialog {
    margin-left: 25%;
  }
  .full-scr-modal-left .modal-dialog {
    margin-right: 25%;
  }
}
@media (min-width: 990px) {
  .full-scr-modal-left .modal-dialog,
  .full-scr-modal-right .modal-dialog {
    width: 60%;
  }
  .full-scr-modal-right .modal-dialog {
    margin-left: 40%;
  }
  .full-scr-modal-left .modal-dialog {
    margin-right: 40%;
  }
}
@media (min-width: 1200px) {
  .full-scr-modal-left .modal-dialog,
  .full-scr-modal-right .modal-dialog {
    width: 50%;
  }
  .full-scr-modal-right .modal-dialog {
    margin-left: 50%;
  }
  .full-scr-modal-left .modal-dialog {
    margin-right: 50%;
  }
}
.modal-content {
  background-color: #fff;
  border-radius: 0;
  background-clip: padding-box;
  outline: none;
}
.rounded-modal .modal-content {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.full-scr-modal-right .modal-content,
.full-scr-modal-left .modal-content {
  height: 100%;
  border-radius: 0;
}
.full-scr-modal-right .modal-content .modal-body,
.full-scr-modal-left .modal-content .modal-body,
.full-scr-modal-right .modal-content .modal-content-in > div,
.full-scr-modal-left .modal-content .modal-content-in > div {
  height: 100%;
}
.full-scr-modal-right .modal-content iframe,
.full-scr-modal-left .modal-content iframe {
  display: block;
  border: 0;
}
.full-scr-modal-right .modal-content .modal-body,
.full-scr-modal-right .modal-content .modal-content-in > div {
  padding-right: 25px;
}
.rounded-modal .modal-content {
  border-radius: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(44, 42, 41, 0.4);
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-backdrop.fade {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.3px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  line-height: 1.3em;
  margin-bottom: 35px;
  margin-top: 35px;
  position: relative;
}
.modal-body {
  padding: 16px;
  overflow: auto;
}
.modal-body button:not(.absolute-modal-close-button):not(.boarding-pass-button):not(.reset-button-styles) {
  min-width: 256px;
}
.modal-body button.uil-message-close.uil-message-close-button {
  min-width: auto;
}
.modal-body .modal-text-max-width {
  max-width: 488px;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 32px;
  }
}
.absolute-modal-close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
}
.modal-content-in {
  position: relative;
  overflow: visible;
}
.modal-content-in a {
  color: #008374;
}
.modal-content-in h1,
.modal-content-in h2,
.modal-content-in h3,
.modal-content-in h4,
.modal-content-in h5 {
  color: #2C2A29;
  font-weight: inherit;
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
}
.modal-content-in h1:not(.accordion-group-h),
.modal-content-in h2:not(.accordion-group-h),
.modal-content-in h3:not(.accordion-group-h),
.modal-content-in h4:not(.accordion-group-h),
.modal-content-in h5:not(.accordion-group-h) {
  margin-bottom: 10px;
}
.modal-content-in h1.notes,
.modal-content-in h2.notes,
.modal-content-in h3.notes,
.modal-content-in h4.notes,
.modal-content-in h5.notes {
  margin-bottom: 1px;
}
.modal-content-in h1:not(:first-of-type),
.modal-content-in h2:not(:first-of-type),
.modal-content-in h3:not(:first-of-type),
.modal-content-in h4:not(:first-of-type),
.modal-content-in h5:not(:first-of-type) {
  margin-top: inherit;
}
.modal-content-in h1 {
  font-size: 35px;
}
.modal-content-in h2 {
  font-size: 20px;
}
.modal-content-in h3 {
  font-size: 18px;
}
.modal-content-in h4 {
  font-size: 16px;
}
.modal-content-in h5 {
  font-size: 14px;
}
.modal-escape {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  height: 30px;
  overflow: hidden;
  color: #88888D;
}
.modal-escape:hover {
  color: #63666A;
}
.modal-footer {
  margin-top: 15px;
  padding: 34px 35px 35px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.confirmation-modal,
.session-expiry-modal {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.confirmation-modal.light,
.session-expiry-modal.light {
  background-color: rgba(255, 255, 255, 0.7);
}
.confirmation-modal.light .modal-content,
.session-expiry-modal.light .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.confirmation-modal .modal-content,
.session-expiry-modal .modal-content {
  overflow-y: auto;
  border-radius: 8px;
}
.confirmation-modal .modal-content .message.modal-body,
.session-expiry-modal .modal-content .message.modal-body {
  margin: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .confirmation-modal:not(.mobile-boarding-pass-modal):not(.mobile-three-d-s) .modal-dialog,
  .session-expiry-modal .modal-dialog,
  .rounded-modal:not(.baggage-fees-modal) .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 584px;
    margin-left: -292px;
    min-height: 190px;
    margin-top: -190px;
  }
  .rounded-modal.baggage-fees-modal .modal-dialog {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 768px;
    margin-left: -384px;
    min-height: 190px;
    margin-top: 0;
  }
  .rounded-modal.fare-breakdown-modal .modal-dialog {
    top: 50px;
    width: 768px;
    margin-left: -384px;
    min-height: 190px;
    margin-top: 0;
  }
  .session-expiry-modal .modal-dialog,
  .reauthenticate-modal .modal-dialog {
    top: 25%;
  }
  .confirmation-modal.offer-pushed .modal-dialog {
    top: 30px;
    margin-left: -310px;
    margin-top: 0;
    width: 620px;
  }
  .modal-dialog {
    width: 680px;
    margin: 30px auto;
  }
  .confirmation-modal.boarding-pass-modal .modal-dialog {
    margin-top: 0;
    top: 80px;
    width: 620px;
    margin-left: -310px;
  }
}
@media screen and (min-width: 768px) and (min-width: 990px) {
  .rounded-modal.baggage-fees-modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (min-height: 990px) {
  .confirmation-modal.offer-pushed .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
  }
}
.mobile-boarding-pass-modal .modal-dialog {
  border-radius: 24px;
  margin: 8px 0 0;
  width: 100%;
}
.mobile-boarding-pass-modal .modal-dialog .modal-content {
  border-radius: 24px;
}
.mobile-boarding-pass-modal .modal-dialog .modal-content .message.modal-body {
  border-radius: 24px;
  padding: 8px 0;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
/* just some content with arbitrary styles for explanation purposes */
.modal-message {
  position: fixed;
  top: 50%;
  z-index: 11;
  width: 100%;
  /* 1px higher than the overlay layer */
}
.cms-video-container {
  margin-left: -384px;
  left: 50%;
  width: 768px;
  top: 50%;
  margin-top: -216px;
}
.avios-claim {
  text-align: center;
  white-space: nowrap;
}
.avios-claim:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}
.avios-claim .modal-content {
  border-radius: 8px;
}
.avios-claim .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin: 0;
}
.avios-claim .modal-dialog .modal-content {
  text-align: left;
  white-space: normal;
}
@media (max-width: 767px) {
  .avios-claim .modal-dialog {
    margin: 10px;
  }
}
@media (min-width: 990px) {
  .avios-claim .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 990px) {
  .avios-claim.claim-submitted .modal-dialog {
    width: 620px;
  }
}
.locale-selector-wrapper .modal-dialog {
  width: 304px;
  min-height: 304px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -152px;
  margin-top: -152px;
}
.locale-selector-wrapper .modal-content {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .locale-selector-wrapper.modal .modal-dialog {
    position: relative;
    top: 80px;
    left: 0;
    width: auto;
    margin: 8px;
  }
}
.twitter-button {
  background-color: #0095C8;
  border-color: #0095C8;
  color: #ffffff;
  text-decoration: none !important;
  height: 32px;
  width: 96px;
}
.twitter-button:hover {
  background-color: #0067B9;
  border-color: #0067B9;
}
.fb-message-white {
  text-decoration: none !important;
  background-color: #ffffff;
  border: 1px solid #F1F1F1;
  line-height: 35px;
  border-radius: 3px;
  height: 32px;
  width: 120px;
  outline: none;
}
.fb-message-white:hover span {
  text-decoration: underline !important;
}
.three-d-s {
  text-align: center;
  white-space: nowrap;
}
.three-d-s:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}
.three-d-s .modal-dialog,
.three-d-s .modal-content {
  height: 608px;
  width: 632px !important;
}
.three-d-s .modal-content {
  border-radius: 10px;
}
.three-d-s .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  position: static;
  top: 35% !important;
  margin-left: -316px !important;
}
.three-d-s .modal-dialog .modal-content {
  text-align: left;
  white-space: normal;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.three-d-s .modal-dialog .modal-content > div,
.three-d-s .modal-dialog .modal-content #challengeContainer,
.three-d-s .modal-dialog .modal-content #challengeIframe {
  height: 100%;
}
.three-d-s .modal-dialog .modal-content .message.modal-body {
  padding: 16px;
}
.three-d-s.claim-submitted .modal-dialog,
.three-d-s.claim-submitted .modal-content {
  width: 620px;
}
.mobile-three-d-s .modal-dialog {
  border-radius: 24px;
  margin: 8px;
  width: 95%;
  min-height: 500px;
  top: 5%;
}
.mobile-three-d-s .modal-dialog .modal-content {
  border-radius: 24px;
  min-height: 500px;
}
.mobile-three-d-s .modal-dialog .modal-content .message.modal-body {
  border-radius: 24px;
  padding: 8px 0;
  min-height: 500px;
}
.mobile-three-d-s .modal-dialog .modal-content .message.modal-body #challengeContainer,
.mobile-three-d-s .modal-dialog .modal-content .message.modal-body #challengeIframe {
  min-height: 484px;
}
.disabled-wrapper {
  top: 0;
}
.disabled-wrapper .disabled-mask {
  zoom: 1;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.disabled-wrapper .disabled-mask.opacity-lrg {
  zoom: 1;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.rotate-text {
  width: inherit;
  height: inherit;
  position: relative;
  display: inline-block;
}
.rotate-text > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.product-retail-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -11px;
}
.disabled .product-retail-icon {
  color: #bbbcbc;
  border-color: #bbbcbc;
}
.fsr-container {
  position: relative;
  margin: 0 auto;
}
.fsr-container .duration-clock {
  display: inline-table;
  padding-top: 2px;
  margin-right: 0.2rem;
  font-size: 1.6rem;
}
.fsr-container .duration-total {
  font-size: 0.75rem;
}
.fsr-container .bottom-baggage-link {
  bottom: 18px;
}
.fsr-container .flight-duration-arrow-body-start,
.fsr-container .flight-duration-arrow-body-end {
  margin-top: 0.86rem;
}
@media (min-width: 990px) {
  .fsr-container.absolute {
    margin-left: -495px;
  }
  .fsr-container .flight-duration-arrow-body-start {
    width: 36%;
  }
  .fsr-container .duration-clock-container {
    width: 26%;
  }
  .fsr-container .flight-duration-arrow-body-end {
    width: 37%;
  }
}
@media (min-width: 1200px) {
  .fsr-container.absolute {
    margin-left: -600px;
  }
  .fsr-container .flight-details-wrap .flight-details-info .l {
    font-size: 1.25em;
  }
}
.fsr-container .fsr-button-manage-proceed.disabled {
  background: #ccc;
}
.fsr-container .price-lock-container {
  padding: 20px;
  border: 1px solid #D0D0CE;
  border-radius: 8px;
  background-color: #F9F9F9;
  padding-left: 10px;
}
.fsr-container .price-lock-container .button-standard {
  padding: 0 21px;
}
.fsr-container .segment-info-message a {
  color: #006257;
  text-decoration: underline;
}
.fsr-container .seasonal-link {
  width: 90%;
}
@media (min-width: 425px) {
  .fsr-container .seasonal-link {
    width: auto;
  }
}
@media (min-width: 768px) {
  .fsr-container .seasonal-link {
    width: auto;
  }
}
.fsr-container .manage-fsr .route-finder-wrapper .info-popover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
  line-height: 1em;
}
.fsr-container .manage-fsr .route-finder-wrapper .info-popover.closable {
  min-width: 290px;
}
.fsr-container .manage-fsr .route-finder-wrapper .info-popover a {
  color: #006257;
}
.fsr-container .manage-fsr .route-finder-wrapper .info-popover .close-panel .icon {
  right: 2px;
}
.fsr-container .manage-fsr .route-finder-wrapper .info-popover .arrow {
  bottom: -10px;
  top: unset;
}
.fsr-container .manage-fsr .route-finder-wrapper .info-popover .arrow:after {
  border-top-width: 11px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.fsr-container .manage-fsr .route-finder-wrapper .calend-wrap.disabled {
  color: #e3e3e3;
  border-color: #e3e3e3;
}
.fsr-container .manage-fsr .route-finder-wrapper .search-button {
  background-color: #5D820C;
  font-size: 0.8125em;
  padding: 0 17px;
  height: 40px;
  line-height: 39px;
  border-color: #5D820C;
}
.fsr-container .manage-fsr .route-finder-wrapper .ei-input {
  height: 38px;
  line-height: 38px;
}
.flight-row-arrow-start {
  border-left: 2px solid #D0D0CE;
  height: 9px;
  top: -5px;
  position: absolute;
}
.flight-row-arrow-end {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #D0D0CE;
  top: -5px;
  right: -1px;
  position: absolute;
}
.bags-modal-message.design_3 {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 0;
}
.bags-modal-message.design_3 .icon-out {
  display: none;
}
.bags-modal-message.design_3 p {
  margin: 0;
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 1.3em;
}
.bags-modal-message.design_3 .text-out {
  background-color: #00a0dc;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
}
.bags-modal-message.design_3 button {
  background-color: #00a0dc;
  border: 1px solid #fff;
  border-radius: 15px;
}
.bags-modal-message.design_3 button .icon {
  color: #fff;
}
.bags-modal-message.design_3 button.button-gray:hover {
  background-color: #00a0dc;
}
.bags-modal-message.design_2 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bags-modal-message.design_2 p {
  margin: 0;
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #555;
  line-height: 1.3em;
}
.bags-modal-message.design_2 .message-logo-icon.icon {
  font-size: 3.5em;
  vertical-align: middle;
  display: inline-block;
  padding-top: 0;
}
.bags-modal-message.design_2 .text-out {
  padding: 0;
  padding-top: 8px;
}
.bags-modal-message.design_2 button {
  display: none;
}
.bags-modal-message button .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}
.bags-modal-message button .icon:before {
  display: block;
}
.bags-prices-table.box-style2 td {
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.bags-prices-table.border-none {
  border: none;
}
.bags-prices-table .bag-price {
  color: #555;
}
.bags-prices-table .bag-fare {
  background-color: #F1F1F1;
}
.bags-prices-table .double-bag {
  left: 5%;
}
.bags-prices-table th,
.bags-prices-table td {
  border-bottom: 3px solid #fff;
  border-left: 1px solid #fff;
}
.bags-prices-table .fare-info {
  padding-left: 20px;
  padding-right: 20px;
  color: #555;
}
.bags-prices-table .increase_bag {
  color: #555;
}
.bags-prices-table .sub-menu-head th:first-child {
  width: 235px;
}
.bags-prices-table-sh.border-none {
  border: none;
}
.bags-prices-table-sh .bag-descriptions {
  width: 20%;
  min-width: 100px;
}
.bags-prices-table-sh .included-icon {
  top: -16px;
  left: calc(34%);
}
.bags-prices-table-sh td {
  border-bottom: 2px solid #F1F1F1;
  padding: 16px !important;
}
.bags-prices-table-sh td:not(:first-child) {
  border-left: 2px solid #F1F1F1;
}
.bags-prices-table-sh th {
  border-bottom: 2px solid #F1F1F1;
}
.bags-prices-table-sh .fare-info {
  padding-left: 20px;
  padding-right: 20px;
}
.bags-prices-table-sh .sub-menu-head th:first-child {
  width: 235px;
}
.collapse-animation.ng-enter {
  transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transform: translateZ(0);
}
.collapse-animation.ng-leave {
  transition: max-height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateZ(0);
}
.collapse-animation.ng-enter,
.collapse-animation.ng-leave.ng-leave-active {
  opacity: 0;
  max-height: 0;
}
.collapse-animation.ng-leave,
.collapse-animation.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 400px;
}
.collapse-animation.animation-speed-m.ng-enter {
  transition: max-height 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transform: translateZ(0);
}
.collapse-animation.animation-speed-m.ng-leave {
  transition: max-height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateZ(0);
}
.cross-line-component .absolute-cross-line {
  position: absolute;
  height: 1px;
  border: 1px solid #BBBCBC;
  width: 100%;
  z-index: 1;
  top: 7px;
  left: 0;
}
.cross-line-component .absolute-cross-line.line-dashed {
  border: none;
  border-top: dashed 2px #BBBCBC;
}
.cross-line-component .absolute-cross-line.line-stopover {
  top: 4px;
}
.cross-line-component .absolute-cross-content.cross-wrapper {
  position: absolute;
  left: 50%;
  z-index: 1;
}
.cross-line-component .absolute-cross-content.cross-wrapper .cross-inner {
  position: relative;
  left: -50%;
  background-color: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
}
.flight-row {
  margin-top: 0.92rem;
}
.flight-details-wrap {
  width: 100%;
  background: #fff;
  border: 1px solid #D0D0CE;
  min-height: 7.12rem;
  /**
   * min-width: @screen-sm. Same as defined in:
   *   - swipper.service.js for fare-cards
   *   - flightResults.directive.js Media Query Listener ($scope.mql)
   */
}
.flight-details-wrap .avios-info-wrapper {
  bottom: -3rem;
}
.flight-details-wrap .avios-info-wrapper.centered {
  width: auto;
}
.flight-details-wrap .flight-details-link-and-airlines-wrapper {
  padding-top: 0.4rem;
}
.flight-details-wrap.has-next-day-arrival .flight-details-link-and-airlines-wrapper {
  padding-top: 1.4rem;
}
@media (min-width: 768px) {
  .flight-details-wrap .flight-details-link-and-airlines-wrapper {
    padding-top: 0.9rem;
  }
  .flight-details-wrap.has-next-day-arrival .flight-details-link-and-airlines-wrapper {
    padding-top: 1.2rem;
  }
}
.flight-details-wrap .absolute-cross-line {
  position: absolute;
  height: 1px;
  border: 1px solid #BBBCBC;
  width: 100%;
  z-index: 1;
  top: 7px;
  left: 0;
}
.flight-details-wrap .absolute-cross-line.line-dashed {
  border: none;
  border-top: dashed 2px #BBBCBC;
}
.flight-details-wrap .absolute-cross-line.line-stopover {
  top: 4px;
}
.flight-details-wrap .absolute-cross-content.cross-wrapper {
  position: absolute;
  left: 50%;
  z-index: 1;
}
.flight-details-wrap .absolute-cross-content.cross-wrapper .cross-inner {
  position: relative;
  left: -50%;
  background-color: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
}
.flight-details-wrap:hover,
.flight-details-wrap.selected,
.flight-details-wrap.chose {
  -webkit-box-shadow: 0 4px 6px 0 rgba(48, 48, 77, 0.05), 0 2px 4px 0 rgba(48, 48, 77, 0.05);
  -moz-box-shadow: 0 4px 6px 0 rgba(48, 48, 77, 0.05), 0 2px 4px 0 rgba(48, 48, 77, 0.05);
  box-shadow: 0 4px 6px 0 rgba(48, 48, 77, 0.05), 0 2px 4px 0 rgba(48, 48, 77, 0.05);
}
.flight-details-wrap .price-fee {
  color: #ff6600;
}
.flight-details-wrap .has-decimals:after {
  content: attr(row-price-value);
  font-size: 0.9rem;
}
.flight-details-wrap .checkbox-out .checkbox {
  border: 1px solid #88888D;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.flight-details-wrap .checkbox-out .checkbox .tick-icon.icon.icon-m {
  color: #fff;
}
.flight-details-wrap .checkbox-out.selected .checkbox {
  background-color: #84BD00;
}
.flight-details-wrap .seats-left {
  font-size: 0.75rem;
  line-height: 0.85rem;
}
.flight-details-wrap .seats-left-in-card {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #da3d00;
  display: inline-block;
}
@media (min-width: 768px) {
  .flight-details-wrap .flight-row-fixed-height:not(.flight-route) {
    border-left: 1px solid #e3e3e3;
  }
}
.flight-details-wrap .flight-details-link .arrow-up-style1 {
  left: 0;
  bottom: -14px;
  margin-left: 20px;
  z-index: 1;
}
.flight-details-wrap .flight-details-link .tealGreenDark.pointer {
  z-index: 2;
}
.flight-details-wrap .flight-card-details .flight-time {
  width: 75px;
}
.flight-details-wrap .flight-card-details div:not(:last-child) > .border-route-schema {
  border-left: 2px solid #88888D;
}
.flight-details-wrap .flight-card-details .border-stopover-schema {
  border-left: 2px dashed #88888D;
}
.flight-details-wrap .flight-card-details .rounded-route {
  width: 12px;
  height: 12px;
  border: 2px solid #88888D;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -7px;
  z-index: 1;
}
.flight-details-wrap .flight-card-details .stopover-rounded {
  width: 12px;
  height: 12px;
  border: 1px solid #88888D;
  background-color: #88888D;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  z-index: 1;
}
.flight-details-wrap .flight-card-details .stopover-rounded.top {
  top: 0;
}
.flight-details-wrap .flight-card-details .stopover-rounded.bottom {
  bottom: 0;
}
.flight-details-wrap .flight-card-details .terminal-info {
  min-width: 155px;
  min-height: 70px;
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
  top: -14px;
  left: 180px;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(48, 48, 77, 0.05), 0 2px 4px 0 rgba(48, 48, 77, 0.05);
  -moz-box-shadow: 0 4px 6px 0 rgba(48, 48, 77, 0.05), 0 2px 4px 0 rgba(48, 48, 77, 0.05);
  box-shadow: 0 4px 6px 0 rgba(48, 48, 77, 0.05), 0 2px 4px 0 rgba(48, 48, 77, 0.05);
}
.flight-details-wrap .flight-card-details .terminal-info .terminal-info-wrapper {
  min-height: 60px;
}
.flight-details-wrap .flight-card-details .terminal-info .arrow-left-gray-0-m {
  left: -28px;
  top: 50%;
  margin-top: -16px;
  z-index: 2;
}
.flight-details-wrap .flight-card-details .terminal-info .ailine-logo {
  max-width: 25px;
}
.flight-details-wrap .flight-card-details .terminal-info .terminal-arrow {
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: -8px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0px 0 rgba(48, 48, 77, 0.05);
  -moz-box-shadow: 0 4px 0px 0 rgba(48, 48, 77, 0.05);
  box-shadow: 0 4px 0px 0 rgba(48, 48, 77, 0.05);
}
.flight-details-wrap .flight-details-info {
  color: #2C2A29;
  padding: 1rem 1rem 0 1rem;
}
.flight-details-wrap .flight-details-info .time {
  font-size: 1rem;
  line-height: 1.3rem;
}
.flight-details-wrap .flight-details-info .airport-code {
  font-size: 0.9rem;
}
@media (min-width: 425px) {
  .flight-details-wrap .flight-details-info .time {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .flight-details-wrap .flight-details-info {
    padding: 0.85rem 1.5rem 0 1.5rem;
  }
  .flight-details-wrap .flight-details-info .time {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .flight-details-wrap .flight-details-info .airport-code {
    font-size: 0.96rem;
  }
}
@media (min-width: 1024px) {
  .flight-details-wrap .flight-details-info .time {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1440px) {
  .flight-details-wrap .flight-details-info .time {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.flight-details-wrap .duration-clock-container {
  margin-top: 0.4rem;
}
.flight-details-wrap .flight-duration-arrow,
.flight-details-wrap .duration-clock-container {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 768px) {
  .flight-details-wrap .flight-duration-arrow,
  .flight-details-wrap .duration-clock-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.flight-details-wrap .selected-flight-info .edit-link-wrapper {
  padding-top: 1rem;
  padding-bottom: 0.7rem;
}
.flight-details-wrap .selected-flight-info .edit-link {
  margin-top: 1.8rem;
}
@media (min-width: 768px) {
  .flight-details-wrap .selected-flight-info .edit-link-wrapper {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.flight-details-wrap .selected-fare-info {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1px;
  line-height: 1rem;
}
.flight-details-wrap .selected-fare-info .journey-fare-wrapper,
.flight-details-wrap .selected-fare-info .journey-total-wrapper,
.flight-details-wrap .selected-fare-info .journey-date-wrapper {
  margin-bottom: 0.2rem;
}
.flight-details-wrap .selected-fare-info .journey-change-fee-wrapper {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flight-details-wrap .selected-fare-info {
    padding-bottom: 0;
    padding-top: 1.3rem;
  }
  .flight-details-wrap .selected-fare-info .journey-fare-wrapper,
  .flight-details-wrap .selected-fare-info .journey-total-wrapper,
  .flight-details-wrap .selected-fare-info .journey-date-wrapper {
    margin-bottom: 0.5rem;
  }
  .flight-details-wrap .selected-fare-info .journey-change-fee-wrapper {
    margin-bottom: 0;
  }
  .flight-details-wrap .selected-fare-info.manage-selected .journey-fare-wrapper,
  .flight-details-wrap .selected-fare-info.manage-selected .journey-total-wrapper,
  .flight-details-wrap .selected-fare-info.manage-selected .journey-date-wrapper {
    margin-bottom: 0.2rem;
  }
  .flight-details-wrap .selected-fare-info.manage-selected .journey-change-fee-wrapper {
    margin-bottom: 0;
  }
  .flight-details-wrap .selected-fare-info.manage-unselected .journey-fare-wrapper {
    margin-top: 0.7rem;
  }
}
.flight-details-wrap .selected-fare-info.manage-selected {
  padding-top: 1.1rem;
}
.flight-details-wrap .selected-fare-info .selected-fare,
.flight-details-wrap .selected-fare-info .selected-fare-prefix {
  line-height: 1rem;
}
.flight-details-wrap .next-day-arrival {
  bottom: -1.35em;
  right: 0;
}
.flight-details-wrap .color-economy {
  color: #008578;
}
.flight-details-wrap .color-business {
  color: #006272;
}
.flight-details-wrap .color-business.busflex {
  color: #006272;
}
.flight-details-wrap .fare-select-button {
  max-height: 40px;
  line-height: 15px;
}
.flight-details-wrap .fare-select-button .has-decimals:after {
  content: attr(row-price-value);
  font-size: 14px;
}
.flight-details-wrap .business-fare-button-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flight-details-wrap .fares-panel {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flight-details-wrap .fares-panel .close-panel-icon {
  top: 1rem;
  right: .5rem;
  font-size: 1.5rem;
}
.flight-details-wrap .fares-panel .banner-image {
  display: block;
  object-fit: cover;
  object-position: center 72%;
  width: 100%;
  height: 220px;
  border-radius: 0.5rem;
}
.flight-details-wrap .fares-panel .perk-list {
  display: flex;
  flex-flow: wrap;
  margin-top: 1rem;
  padding-left: 0.5rem;
}
.flight-details-wrap .fares-panel .perk-list__item {
  min-height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.flight-details-wrap .fares-panel .perk-list__item .uil-icons {
  font-size: 1.5em;
  margin-right: 0.5rem;
}
.flight-details-wrap .fares-panel .selected-fares-wrapper {
  flex-flow: column;
}
.flight-details-wrap .fares-panel .swiper-wrapper {
  height: auto;
}
.flight-details-wrap .fares-panel .fare-panel {
  margin: 0 0 1rem 0;
  min-height: auto;
  max-height: none;
  /**
       * Fare Panel Header
       */
  /**
       * Fare Panel Content
       */
}
.flight-details-wrap .fares-panel .fare-panel:last-child {
  margin-right: 0;
}
.flight-details-wrap .fares-panel .fare-panel.swiper-slide {
  height: fit-content;
}
.flight-details-wrap .fares-panel .fare-panel .spec-offer-header__title {
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #da3d00;
  width: 100%;
}
.flight-details-wrap .fares-panel .fare-panel .fare-panel-header {
  text-align: left;
  width: 150px;
}
.flight-details-wrap .fares-panel .fare-panel .uil-button.existing-fare {
  background-color: #ffffff;
}
.flight-details-wrap .fares-panel .fare-panel .uil-button.existing-fare.uil-fare-economy-button {
  color: #006272;
}
.flight-details-wrap .fares-panel .fare-panel .uil-button.existing-fare.uil-fare-business-button {
  color: #008578;
}
.flight-details-wrap .fares-panel .fare-panel.col2-flight-card-width .benefits-list li,
.flight-details-wrap .fares-panel .fare-panel.col3-flight-card-width .benefits-list li,
.flight-details-wrap .fares-panel .fare-panel.col4-flight-card-width .benefits-list li {
  margin: 0 0 0.7rem 0.8rem;
}
.flight-details-wrap .fares-panel .fare-panel.col2-flight-card-width .benefits-list li:last-child,
.flight-details-wrap .fares-panel .fare-panel.col3-flight-card-width .benefits-list li:last-child,
.flight-details-wrap .fares-panel .fare-panel.col4-flight-card-width .benefits-list li:last-child {
  margin-bottom: 0;
}
.flight-details-wrap .fares-panel .fare-panel.border-fare {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
.flight-details-wrap .fares-panel .fare-panel.disable .benefits-list {
  color: #767676;
}
.flight-details-wrap .fares-panel .fare-panel.disable .benefits-list li:before {
  color: #767676;
}
.flight-details-wrap .fares-panel .fare-panel .submit-btn-container {
  width: auto;
}
.flight-details-wrap .fares-panel .fare-panel ul li .uil-informative-mark {
  position: relative;
  bottom: 2px;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper {
  background-color: #F9F9F9;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0.8rem 1rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .fare-content {
  padding: 1.3rem 0 0 0;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper {
  color: #006272;
  font-size: .8rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper li {
  position: relative;
  margin: 0 0.7rem 0 0;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper li:last-child {
  margin: 0;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons {
  position: relative;
  display: inline-block;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons:before {
  position: absolute;
  left: 0;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-10-kg-bag {
  width: 1.1rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-10-kg-bag:before {
  left: -0.4rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-bag-checked-business,
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-checked-bag {
  width: 1.4rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-bag-checked-business:before,
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-checked-bag:before {
  left: -0.3rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-middle-seat-free {
  width: 3rem;
  font-size: 3rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-middle-seat-free:before {
  bottom: -0.2rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-seats,
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-seat-front {
  width: 1.2rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-seats:before,
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .icons-wrapper .uil-icons.uil-icon-seat-front:before {
  left: -0.2rem;
}
.flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .button-wrapper button {
  border: 0;
  background: none;
  color: #006272;
}
.flight-details-wrap .fares-panel .spinner-xs {
  top: 30%;
  left: 30%;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .flight-details-wrap .fares-panel {
    justify-content: center;
  }
  .flight-details-wrap .fares-panel .spec-offer-header__title {
    position: absolute;
    left: 0;
    top: -25px;
  }
  .flight-details-wrap .fares-panel .perk-list {
    margin-top: 2rem;
    padding-left: 0;
  }
  .flight-details-wrap .fares-panel .perk-list__item {
    margin-bottom: 1rem;
    width: 33.33333%;
  }
  .flight-details-wrap .fares-panel .perk-list__item .uil-icons {
    font-size: 2em;
  }
  .flight-details-wrap .fares-panel .selected-fares-wrapper:not(.selected-business-fares-wrapper) {
    flex-flow: row;
  }
  .flight-details-wrap .fares-panel .fare-icons-and-button {
    display: none !important;
    /* Overwrites !important in d-flex */
  }
  .flight-details-wrap .fares-panel .fare-panel {
    margin: 0 10px 1rem 0;
    min-height: 348px;
    max-height: 645px;
  }
  .flight-details-wrap .fares-panel .fare-panel.swiper-slide {
    height: auto;
  }
  .flight-details-wrap .fares-panel .fare-panel.col2-flight-card-width {
    width: 250px;
  }
  .flight-details-wrap .fares-panel .fare-panel.col3-flight-card-width {
    width: 215px;
  }
  .flight-details-wrap .fares-panel .fare-panel.col4-flight-card-width {
    width: 168px;
  }
  .flight-details-wrap .fares-panel .fare-panel.col2-flight-card-width .benefits-list li,
  .flight-details-wrap .fares-panel .fare-panel.col3-flight-card-width .benefits-list li,
  .flight-details-wrap .fares-panel .fare-panel.col4-flight-card-width .benefits-list li {
    margin: 0 0 0.3em 0.8rem;
  }
  .flight-details-wrap .fares-panel .fare-panel .fare-panel-header {
    min-height: 112px;
  }
  .flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper {
    background-color: #ffffff;
    padding: 0 1rem 1rem;
  }
  .flight-details-wrap .fares-panel .fare-panel .fare-content-wrapper .fare-content {
    padding: 0;
  }
  .flight-details-wrap .fare-cards-1 {
    width: calc(250px);
  }
  .flight-details-wrap .fare-cards-2 {
    width: calc(510px);
  }
  .flight-details-wrap .fare-cards-3 {
    width: calc(665px);
  }
  .flight-details-wrap .fare-cards-4 {
    width: calc(702px);
  }
}
@media (min-width: 990px) {
  .flight-details-wrap .fares-panel .fare-panel.col3-flight-card-width {
    width: 250px;
  }
  .flight-details-wrap .fares-panel .fare-panel.col4-flight-card-width {
    width: 215px;
  }
  .flight-details-wrap .fare-cards-3 {
    width: calc(770px);
  }
  .flight-details-wrap .fare-cards-4 {
    width: calc(890px);
  }
}
@media (min-width: 1200px) {
  .flight-details-wrap .fares-panel .fare-panel.col4-flight-card-width {
    width: 250px;
  }
  .flight-details-wrap .fare-cards-4 {
    width: calc(1030px);
  }
}
@media (min-width: 990px) {
  .flight-details-wrap .fares-panel .selected-business-fares-wrapper {
    flex-flow: row;
  }
}
.flight-details-wrap .fare-panel .price-line {
  font-size: 1rem;
  line-height: 1.3rem;
}
@media (min-width: 425px) {
  .flight-details-wrap .fare-panel .price-line {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .flight-details-wrap .fare-panel .price-line {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .flight-details-wrap .fare-panel .price-line {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (min-width: 1440px) {
  .flight-details-wrap .fare-panel .price-line {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.flight-details-wrap .fares-link-panel {
  width: 350px;
  bottom: -62px;
  left: 0;
}
.flight-details-wrap .fares-link-panel img {
  width: 24px;
}
.flight-details-wrap .fares-link-block img {
  width: 24px;
}
.flight-details-wrap .flight-fare-categories {
  padding-left: 0;
  padding-right: 0;
}
.flight-details-wrap .flight-fare-categories .fare-category-card {
  width: 100%;
  height: 6em;
  min-height: 100%;
  color: #ffffff;
  transform: translateZ(0);
}
.flight-details-wrap .flight-fare-categories .fare-category-card:hover {
  transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.first {
  border-top-left-radius: 0;
  border-bottom-left-radius: 8px;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.last {
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flight-details-wrap .flight-fare-categories .fare-category-card .fare-category-card-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1rem;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem 1rem 1rem;
}
.flight-details-wrap .flight-fare-categories .fare-category-card .fare-category-card-wrapper .fare-badge {
  background-color: #da3d00;
  position: absolute;
  right: 1em;
  top: -4px;
  display: flex;
  padding: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.flight-details-wrap .flight-fare-categories .fare-category-card .fare-category-card-wrapper .fare-badge:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-top: 4px solid #aa0000;
  transform: rotate(270deg);
}
.flight-details-wrap .flight-fare-categories .fare-category-card.disabled.card-type-economy,
.flight-details-wrap .flight-fare-categories .fare-category-card.disabled:hover.card-type-economy {
  color: #008578;
  background-color: #E2F2F1;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.disabled.card-type-business,
.flight-details-wrap .flight-fare-categories .fare-category-card.disabled:hover.card-type-business {
  color: #006272;
  background-color: #CCE0E3;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-economy {
  background-color: #008578;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-economy:hover {
  background-color: #009f8f;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-economy.selected .fare-name,
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-economy.existing-booking .fare-name,
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-economy.selected .flight-price-info,
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-economy.existing-booking .flight-price-info {
  color: #006257;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-economy.existing-booking .uil-mainCTA-reversed-button {
  color: white;
  background-color: #008578;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-business {
  background-color: #006272;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-business:hover {
  background-color: #00788c;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-business.selected .fare-name,
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-business.existing-booking .fare-name,
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-business.selected .flight-price-info,
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-business.existing-booking .flight-price-info {
  color: #006272;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.card-type-business.existing-booking .uil-mainCTA-reversed-button {
  color: white;
  background-color: #006272;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.selected,
.flight-details-wrap .flight-fare-categories .fare-category-card.existing-booking {
  background-color: #F1F1F1;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.selected:hover,
.flight-details-wrap .flight-fare-categories .fare-category-card.existing-booking:hover {
  background-color: #F1F1F1;
}
.flight-details-wrap .flight-fare-categories .fare-category-card.selected .fare-expand-button-wrapper .uil-icons,
.flight-details-wrap .flight-fare-categories .fare-category-card.existing-booking .fare-expand-button-wrapper .uil-icons {
  padding: .7em .7em .7em .7em;
}
.flight-details-wrap .flight-fare-categories .fare-category-card .fare-price,
.flight-details-wrap .flight-fare-categories .fare-category-card .fare-sold-out {
  font-size: 1rem;
  line-height: normal;
}
.flight-details-wrap .flight-fare-categories .fare-category-card .fare-name {
  margin-bottom: 0.3rem;
}
.flight-details-wrap .flight-fare-categories .fare-category-card .has-decimals:after {
  content: attr(row-price-value);
  font-size: 0.9rem;
}
.flight-details-wrap .flight-fare-categories .fare-category-card .seats-left {
  margin-top: 0.4rem;
}
.flight-details-wrap .flight-fare-categories .fare-category-card .fare-expand-button-wrapper {
  top: 1.5rem;
  right: 0;
  transform: scale(0.55);
}
.flight-details-wrap .flight-fare-categories .fare-category-card .fare-expand-button-wrapper .uil-icons {
  padding: .7em .7em .7em .9em;
}
@media (min-width: 375px) {
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-expand-button-wrapper {
    right: 0.3rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-category-card-wrapper {
    padding: 1rem 2.3rem 1rem 1rem;
  }
}
@media (min-width: 425px) {
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-price,
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-sold-out {
    font-size: 1.4rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .has-decimals:after {
    font-size: 1rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-expand-button-wrapper {
    top: 1.7rem;
    right: 0.4rem;
    transform: scale(0.65);
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-category-card-wrapper {
    padding: 1rem 2.6rem 1rem 1rem;
  }
}
@media (min-width: 768px) {
  .flight-details-wrap .flight-fare-categories .fare-category-card {
    height: 7em;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-price,
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-sold-out {
    font-size: 1.3rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .seats-left {
    margin-top: 0.7rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-name {
    margin-bottom: 0.4rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-expand-button-wrapper {
    top: 2.1rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card.first {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card.last {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card.expanded {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1024px) {
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-price,
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-sold-out {
    font-size: 1.4rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .seats-left {
    margin-top: 0.6rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-expand-button-wrapper {
    top: 2.1em;
    right: 0.8rem;
    transform: scale(0.73);
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-category-card-wrapper {
    padding: 1rem 3rem 1rem 1.3rem;
  }
}
@media (min-width: 1440px) {
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-price,
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-sold-out {
    font-size: 1.75rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .seats-left {
    margin-top: 0.4rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .has-decimals .fare-price,
  .flight-details-wrap .flight-fare-categories .fare-category-card .has-decimals .fare-sold-out {
    font-size: 1.75rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .has-decimals:after {
    font-size: 1.3rem;
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-expand-button-wrapper {
    top: 2.3em;
    right: 1.2rem;
    transform: scale(0.82);
  }
  .flight-details-wrap .flight-fare-categories .fare-category-card .fare-category-card-wrapper {
    padding: 1rem 3.5rem 1rem 1.6rem;
  }
}
.flight-details-wrap .flight-fare-categories .arrow-up-style1 {
  left: 57px;
  bottom: -20px;
  z-index: 1;
}
.flight-details {
  background: #F9F9F9;
}
.flight-details .absolute-cross-line {
  position: absolute;
  height: 1px;
  border: 1px solid #BBBCBC;
  width: 100%;
  z-index: 1;
  top: 7px;
  left: 0;
}
.flight-details .absolute-cross-line.line-dashed {
  border: none;
  border-top: dashed 2px #BBBCBC;
}
.flight-details .absolute-cross-line.line-stopover {
  top: 4px;
}
.flight-details .absolute-cross-content.cross-wrapper {
  position: absolute;
  left: 50%;
  z-index: 1;
}
.flight-details .absolute-cross-content.cross-wrapper .cross-inner {
  position: relative;
  left: -50%;
  background-color: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
}
.greyed .flight-details * {
  color: #999;
}
.greyed .flight-details .flight-times .dur .label {
  background: #999;
  color: #fff;
}
.flight-details .flight-times {
  padding: 22px 0 13px 0;
  border-right: none;
}
.flight-details .flight-times .hor-absolute-border-gray30 {
  width: 100%;
  top: 5px;
}
.flight-details .flight-times .orig {
  width: 35%;
}
.border-ribbon-left .flight-details .flight-times .orig {
  width: 19%;
}
.flight-details .flight-times .dur {
  width: 30%;
  padding: 4px 0 0 0;
}
.border-ribbon-left .flight-details .flight-times .dur {
  width: auto;
}
.flight-details .flight-times .dest {
  width: 35%;
}
.border-ribbon-left .flight-details .flight-times .dest {
  width: 19%;
}
.flight-details .flight-no {
  border-bottom: solid 1px #F1F1F1;
  clear: both;
}
.flight-details .flight-no > div {
  line-height: 2.2em;
  width: 50%;
  float: left;
}
.flight-details .flight-no > div span {
  display: block;
  position: relative;
}
.flight-details .flight-no > div.num {
  text-align: right;
  padding: 0 14px 3px 0;
}
.flight-details .flight-no > div.carr {
  text-align: left;
  padding: 0 0 3px 0;
}
.flight-details .flight-no.border-top {
  border-top: solid 1px #F1F1F1;
  border-bottom: none;
  padding-top: 5px;
}
.flight-details .cabinClass {
  position: relative;
  color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1.3em;
}
.flight-details .cabinClass.economy {
  background: #008578;
}
.flight-details .cabinClass.business {
  background: #006272;
}
.flight-details.flight-details-bg {
  background-color: #80c1ba;
  color: #fff;
}
.flight-details.flight-details-bg:hover,
.flight-details.flight-details-bg .selected {
  background-color: #008374;
}
.flight-details.gray-0-bg {
  background-color: #fff;
}
.flight-details.less-opacity {
  opacity: .2;
}
.flight-details .border-top-tab {
  border-top: solid 1px #F1F1F1;
}
.flight-status-date {
  color: #fff;
}
.flight-status-date dd div {
  margin-left: 1px;
  padding: 16.5px 0;
}
.flight-status-date dd div:hover,
.flight-status-date dd div.selected {
  background-color: #008374;
}
.flight-status-cell {
  min-height: 35px;
}
.ribbon-new-box {
  position: relative;
  border: 1px solid #BBB;
}
.ribbon-new {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon-new span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 15px;
  padding-top: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 80px;
  display: block;
  background: #0095C8;
  position: absolute;
  top: 10px;
  right: -21px;
}
.ribbon-new span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
}
.ribbon-new span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
}
.ribbon-poiner {
  background: #0095C8;
  color: #ffffff;
  height: 24px;
  position: absolute;
  left: -19px;
}
@media (min-width: 768px) {
  .ribbon-poiner {
    height: 28px;
    left: -27px;
  }
}
.ribbon-poiner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 14px solid #F9F9F9;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.ribbon-poiner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-top: 3px solid #0067B9;
}
/*
.date-menu{
  background:@tealGreenMeidum;
  .border-radius-all(@border-radius-small);
  li{
    .date-item{
      margin-right:1px;
      padding:@padding-m @padding-s;


      &.marginright-none  {margin-right:0px; }

      &.borderright {
        border-right:1px solid @tealGreenLightVariation1;
        margin-right:0px;
       }
    }
    .interactive{
      &:hover, &.active{
        .date-item{
          background:@tealGreen;
        }
      }
    }
  }
}*/
.date-menu {
  background: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.date-menu li:first-child .date-item {
  border: 1px solid #006272;
}
.date-menu li:nth-child(2) .date-item {
  border-top: 1px solid #006272;
  border-bottom: 1px solid #006272;
}
.date-menu li:last-child .date-item {
  border: 1px solid #006272;
}
.date-menu li .date-item {
  color: #006272;
  padding: 10px 5px;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.date-menu li .date-item.marginright-none {
  margin-right: 0px;
}
.date-menu li .date-item.borderright {
  border-right: 1px solid #006272;
  margin-right: 0px;
}
.date-menu li .border-left-tb-radius {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.date-menu li .border-right-tb-radius {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.date-menu li.interactive:hover .date-item,
.date-menu li.interactive:focus .date-item {
  background: #F2F7F8;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.date-menu li.interactive.active .date-item {
  background: #006272;
  color: #ffffff;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[user-profile-trip] .flight-details {
  background: #fff;
}
@media (min-width: 350px) {
  .flight-details .col-xs-hide {
    visibility: hidden;
  }
  .flight-details .flight-times .col.dur {
    width: 45%;
  }
  .flight-details .flight-times .col.orig {
    width: 23%;
  }
  .flight-details .vertical-absolute-border-gray30 {
    margin-top: -5px;
    height: 150px;
  }
  .flight-details .vertical-absolute-border-gray30.b-right {
    border: none;
  }
  .sub-grid-hdr.bottom-border-none {
    border-bottom: none;
  }
  .sub-grid-hdr.border-top-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-bottom-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-left-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-right-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (max-width: 990px) {
  .flight-details .flight-no > div.carr span {
    padding: 10px 0;
    line-height: 1.3em;
  }
}
@media (min-width: 990px) {
  .flight-details .col-xs-hide {
    visibility: visible;
  }
  .flight-details .vertical-absolute-border-gray30 {
    margin-top: -5px;
    height: 90px;
  }
  .stopover-flight .flight-details .vertical-absolute-border-gray30 {
    height: 65px;
    top: 12px;
  }
  .flight-details .vertical-absolute-border-gray30.b-right {
    border-left: 1px solid #e3e3e3;
  }
  .flight-details .flight-times {
    padding: 22px 0 13px 0;
  }
  .flight-details .flight-no {
    border-bottom: none;
    clear: none;
    float: left;
    width: 30%;
    padding: 14px 0 5px 0;
  }
  .flight-details .flight-no.extra-pad-top {
    padding-top: 23px;
  }
  .flight-details .flight-no > div {
    line-height: 1.0em;
    float: left;
    width: 100%;
    text-align: center !important;
  }
  .flight-details .flight-no > div span {
    padding: 3px 10px 0 0;
  }
  .flight-details .flight-no > div.num {
    text-align: center;
    padding: 0;
  }
  .flight-details .flight-no > div.carr {
    text-align: center;
    padding: 2px 0;
  }
  .flight-details .flight-no > div.reset-width {
    width: 50%;
  }
  .flight-details .flight-no.border-top {
    border-top: none;
  }
  .flight-details .flight-no.extra-padding {
    padding-top: 15px;
  }
  .flight-details .border-top-tab {
    border-top: none;
  }
  .sub-grid-hdr.border-bottom-gray15 {
    border-bottom: solid 1px #dadada;
  }
  .sub-grid-hdr.right-border-none {
    border-right: none;
  }
  .sub-grid-hdr.border-top-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-bottom-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-left-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-right-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (max-width: 990px) {
  .sub-grid-hdr.left-border-none {
    border-left: none;
  }
  .sub-grid-hdr.bottom-left-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.bottom-left-radius-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 1200px) {
  .flight-details .flight-no {
    border-bottom: none;
    clear: none;
    float: left;
    width: 30%;
    padding-top: 23px;
  }
  .flight-details .flight-no > div {
    width: 50%;
    float: left;
  }
  .flight-details .flight-no > div.carr span {
    text-align: left;
  }
  .flight-details .flight-no.border-top {
    border-top: none;
  }
  .flight-details .flight-no.search-results {
    padding: 0;
  }
  .flight-details .flight-no.search-results .num {
    width: 45%;
    padding: 23px 0 4px;
  }
  .flight-details .flight-no.search-results .carr {
    display: table;
    height: 75px;
    width: 55%;
  }
  .flight-details .flight-no.search-results .carr span {
    display: table-cell;
    vertical-align: middle;
  }
  .flight-details .border-top-tab {
    border-top: none;
  }
}
.segment-wrapper.no-f-groups {
  padding-top: 20px;
}
.flight-times-divider {
  height: 2em;
  margin-top: -0.7em;
  position: absolute;
  padding-left: 20px;
}
.flight-times-divider.no-f-groups {
  margin-top: -11px;
}
.flight-times-divider.gray-0-bg {
  background: none;
}
.flight-times-divider.gray-0-bg .glyphicon,
.flight-times-divider.gray-0-bg .so-time span,
.flight-times-divider.gray-0-bg .so-text span {
  background-color: #fff;
}
.flight-times-divider span {
  position: relative;
  background: #fff;
}
.flight-times-divider .glyphicon {
  padding: 5px 4px;
  background: #F9F9F9;
}
.flight-times-divider .so-time,
.flight-times-divider .so-text {
  display: inline-block;
  min-width: 70px;
}
.flight-times-divider .so-time span,
.flight-times-divider .so-text span {
  padding: 0 3px;
  background: #F9F9F9;
}
.gray-0-bg .flight-times-divider .so-time span,
.gray-0-bg .flight-times-divider .so-text span {
  background-color: #fff;
}
.flight-times-divider .so-time {
  text-align: right;
}
.flight-times-divider .so-text {
  text-align: left;
}
.flight-times-divider-ts {
  height: 2em;
  margin-top: -0.7em;
  position: absolute;
}
.flight-times-divider-ts span {
  position: relative;
  background: #66b5ac;
  padding: 0 9px;
}
.flight-times-divider-ts .glyphicon {
  padding: 5px 4px;
  background: #66b5ac;
}
.flight-times-divider-ts .so-time,
.flight-times-divider-ts .so-text {
  display: inline-block;
  min-width: 100px;
}
.flight-times-divider-ts .so-time span,
.flight-times-divider-ts .so-text span {
  padding: 0 3px;
  background: #F9F9F9;
}
.flight-times-divider-ts .so-time {
  text-align: right;
}
.flight-times-divider-ts .so-text {
  text-align: left;
}
.promo-cont {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.promo-cont .promo-list .benefits-list > li {
  font-size: inherit;
  line-height: inherit;
}
.promo-cont .promo-list .benefits-list > li:before {
  content: none;
}
.promo-cont .promo-list .assumptions h2,
.promo-cont .promo-list .assumptions li {
  font-size: 0.875rem !important;
}
.promo-cont .promo-list .assumptions h2 {
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  color: #2C2A29;
}
.promo-cont .promo-list .assumptions .assumptions-list > ::before {
  content: "• ";
}
.promo-cont .promo-price {
  min-width: 260px;
}
.manage-sh-insurance .promo-cont .promo-list {
  padding: 0;
}
.item-card {
  margin: 0 5px 5px 0;
  background-color: #fff;
}
.item-card .item-img {
  height: 160px;
  margin-top: 15px;
  padding: 0 10px;
}
.item-card .item-img-cont {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.item-card .item-img-cont img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
}
.item-card .item-img2 {
  height: 165px;
  overflow: hidden;
}
.item-card .item-img2 img {
  position: relative;
  height: 165px;
}
.item-card .item-img3 {
  height: 200px;
  overflow: hidden;
}
.item-card .item-img3 img {
  min-height: 200px;
  min-width: 100%;
}
.item-card .item-desc {
  margin: 20px 10px;
}
.item-card .item-desc h3,
.item-card .item-desc p {
  padding-bottom: 5px;
}
.item-card .item-desc p {
  line-height: 18px;
}
.item-card .interactive-glyph {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 52px;
  left: 52px;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
}
.item-card .interactive-glyph.selected {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.item-card:hover .interactive-glyph {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.box-item-home .item-card {
  cursor: pointer;
  margin: 0 1em;
}
.box-item-home .item-card.default-height {
  min-height: 410px;
}
.box-item-home .item-card .img-cont {
  height: 225px;
}
.box-item-home .item-card .img-cont .normal-img {
  height: 100%;
  min-width: 100%;
}
.box-item-home .item-card .img-fade-black:before {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-item-home .item-card:hover .img-fade-black:before {
  background-color: rgba(0, 0, 0, 0.3);
  will-change: background-color;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 990px) {
  .item-card {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .item-card .item-img {
    float: left;
    margin-left: 5px;
  }
  .item-card .item-desc1 {
    float: left;
    width: 160px;
    margin: 30px 5px;
  }
  .box-item-home .item-card {
    margin: 0 .5em;
  }
  .box-item-home .img-cont {
    height: 180px;
  }
}
.tooltip-cont {
  background: #eee;
  border-top: 2px solid #fff;
  border: 4px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #666;
  line-height: 20px;
  right: -19px;
  top: 55px;
  z-index: 1;
  padding: 10px;
  width: 30%;
  position: absolute;
}
.tooltip-cont:after {
  border: medium solid transparent;
  top: -24px;
  content: " ";
  height: 0;
  left: 90%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.tooltip-cont:after {
  border-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.items-subtotal {
  padding: 10px 0;
  border-bottom: 1px solid #D0D0CE;
  margin-bottom: 45px;
}
.list-txt {
  margin-left: 45px;
}
.grid-wrapper {
  padding: 0;
  margin: 0;
  text-align: left;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.grid-wrapper.minheight {
  min-height: 200px;
}
.grid-wrapper:before {
  position: absolute;
  left: 0;
  top: 64.5%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #2C2A29;
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  content: "";
}
.grid-wrapper:hover:before,
.grid-wrapper.selected-state:before,
.grid-wrapper.closed-state:before {
  top: 0;
}
.grid-wrapper.open-state:before {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.grid-wrapper.selected-state:before,
.grid-wrapper.closed-state:before {
  top: 0;
  background: #008374;
}
.grid-wrapper.minheight:after {
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.grid-wrapper.last-child:after {
  border-right: 0px;
}
.grid-wrapper .short-des {
  left: 0;
  bottom: 0;
  padding: 15px 20px 15px 10px;
  line-height: 15px;
  width: 100%;
}
.grid-wrapper .pos-ok-sign {
  left: 50%;
  top: 40%;
}
.grid-wrapper1 .content {
  margin: 8%;
}
.grid-wrapper1 .grid-item {
  z-index: 1;
}
.grid-wrapper1 .icon-filled {
  left: 0;
  bottom: 10px;
  clip: rect(50px, 50px, 50px, 0px);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-wrapper1 .interactive:hover .icon-filled,
.grid-wrapper1 .interactive.active .icon-filled,
.grid-wrapper1 .interactive.selected-state .icon-filled {
  clip: rect(0px, 50px, 50px, 0px);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.grid-wrapper1 .interactive.selected-state .img-mask {
  background-color: rgba(0, 98, 87, 0.6);
}
.grid-item-cont .arrow-box .arrow-left {
  width: 50%;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 0 solid transparent;
}
.grid-item-cont .arrow-box .arrow-right {
  width: 50%;
  border-left: 25px solid transparent;
  border-top: 25px solid #fff;
  border-right: 25px solid #fff;
  border-bottom: 0px solid transparent;
}
.grid-item-cont .arrow-box.first .arrow-left {
  width: 12.5%;
}
.grid-item-cont .arrow-box.first .arrow-right {
  width: 87.5%;
}
.grid-item-cont .arrow-box.second .arrow-left {
  width: 37.5%;
}
.grid-item-cont .arrow-box.second .arrow-right {
  width: 62.5%;
}
.grid-item-cont .arrow-box.third .arrow-left {
  width: 62.5%;
}
.grid-item-cont .arrow-box.third .arrow-right {
  width: 37.5%;
}
.grid-item-cont .arrow-box.fourth .arrow-left {
  width: 87.5%;
}
.grid-item-cont .arrow-box.fourth .arrow-right {
  width: 12.5%;
}
.grid-item-cont .button-white-border {
  padding: 0 40px;
}
.img-height-xs-100 {
  height: 100px;
}
.img-height-xs-150 {
  height: 150px;
}
.img-height-xs-200 {
  height: 200px;
}
.img-height-xs-250 {
  height: 250px;
}
.img-height-xs-275 {
  height: 275px;
}
.img-height-xs-300 {
  height: 300px;
}
.img-height-xs-465 {
  height: 465px;
}
.img-height-xs-500 {
  height: 500px;
}
.img-height-xs-550 {
  height: 550px;
}
@media (max-width: 990px) {
  .img-height-xs-440 {
    height: 440px;
  }
}
@media (min-width: 768px) {
  .img-height-sm-100 {
    height: 100px;
  }
  .img-height-sm-150 {
    height: 150px;
  }
  .img-height-sm-200 {
    height: 200px;
  }
  .img-height-sm-250 {
    height: 250px;
  }
  .img-height-sm-275 {
    height: 275px;
  }
  .img-height-sm-300 {
    height: 300px;
  }
  .img-height-sm-465 {
    height: 465px;
  }
  .img-height-sm-500 {
    height: 500px;
  }
  .img-height-sm-550 {
    height: 550px;
  }
}
@media (min-width: 990px) {
  .img-height-md-100 {
    height: 100px;
  }
  .img-height-md-150 {
    height: 150px;
  }
  .img-height-md-200 {
    height: 200px;
  }
  .img-height-md-250 {
    height: 250px;
  }
  .img-height-md-275 {
    height: 275px;
  }
  .img-height-md-300 {
    height: 300px;
  }
  .img-height-md-465 {
    height: 465px;
  }
  .img-height-md-500 {
    height: 500px;
  }
  .img-height-md-550 {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .img-height-lg-100 {
    height: 100px;
  }
  .img-height-lg-150 {
    height: 150px;
  }
  .img-height-lg-200 {
    height: 200px;
  }
  .img-height-lg-250 {
    height: 250px;
  }
  .img-height-lg-275 {
    height: 275px;
  }
  .img-height-lg-300 {
    height: 300px;
  }
  .img-height-lg-465 {
    height: 465px;
  }
  .img-height-lg-500 {
    height: 500px;
  }
  .img-height-lg-550 {
    height: 550px;
  }
}
.full-img-wrapper {
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.full-img-wrapper div {
  bottom: .5em;
  z-index: 2;
}
.full-img-wrapper div h1,
.full-img-wrapper div h2,
.full-img-wrapper div h3 {
  position: relative;
  color: #fff;
}
.full-img-wrapper .grid-img {
  z-index: -1;
}
.full-img-wrapper .tealGreen-overlay {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  background-color: #006272;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.full-img-wrapper:after {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1em;
  margin-left: -1em;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 1em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  z-index: 4;
}
.full-img-wrapper:hover > * {
  /* older webkit */
  /* custom */
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.full-img-wrapper.selected-state > * {
  /* older webkit */
  /* custom */
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.full-img-wrapper.selected-state:after {
  bottom: 0;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.full-img-wrapper.selected-state div {
  top: .5em;
  bottom: auto;
}
.full-img-wrapper.selected-state .grid-image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.full-img-wrapper.selected-state .tealGreen-overlay {
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.full-img-wrapper.hover-fade.selected-state .grid-image {
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.full-img-wrapper.arrow-gray-11:after {
  border-bottom-color: #F1F1F1;
}
.full-img-wrapper.under:after {
  top: -1em;
  bottom: initial;
}
.full-img-wrapper.under.arrow-gray-11:after {
  border-bottom-color: transparent;
  border-top-color: #F1F1F1;
}
.full-img-wrapper.under.selected-state:after {
  top: 0;
}
.img-wrapper {
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.img-wrapper div {
  bottom: .5em;
  z-index: 2;
}
.img-wrapper div h1,
.img-wrapper div h2,
.img-wrapper div h3 {
  position: relative;
  color: #fff;
}
.img-wrapper .grid-img {
  z-index: -1;
}
.img-wrapper .tealGreen-overlay {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  background-color: #006272;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.img-wrapper .tealGreen-overlay {
  zoom: 1;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.img-wrapper.hover-fade.selected-state .grid-image {
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grid-img-wrapper {
  display: block;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.grid-img-wrapper img {
  will-change: margin-top;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  -ms-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
  top: 0;
}
.grid-img-wrapper img.fade-to-black:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.28)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#470000', GradientType=0);
  /* IE6-9 */
  background-color: red;
}
.grid-img-wrapper .grid-image,
.grid-img-wrapper img {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  background-size: cover;
  z-index: -3;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-img-wrapper .grid-image.height,
.grid-img-wrapper img.height {
  height: 200px;
}
.grid-img-wrapper:after {
  z-index: -2;
}
.grid-img-wrapper:before {
  z-index: -1;
}
.grid-img-wrapper:after,
.grid-img-wrapper:before {
  will-change: background-color;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: transparent;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.grid-img-wrapper .short-des {
  position: absolute;
  padding: 15px 20px;
  min-height: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.grid-img-wrapper .short-des-in {
  line-height: 18px;
}
.grid-img-wrapper .short-des-in:before {
  background: rgba(0, 98, 114, 0.9);
  will-change: top;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.grid-img-wrapper .add-button,
.grid-img-wrapper .add-button:hover,
.grid-img-wrapper .add-button:active {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #006272;
  cursor: default;
}
.grid-img-wrapper .add-button .icon-l,
.grid-img-wrapper .add-button:hover .icon-l,
.grid-img-wrapper .add-button:active .icon-l {
  position: relative;
  left: 0.01em;
  bottom: 0.05em;
}
.grid-img-wrapper .add-button .icon-m,
.grid-img-wrapper .add-button:hover .icon-m,
.grid-img-wrapper .add-button:active .icon-m {
  position: relative;
  left: 0;
  bottom: -5.5px;
}
.grid-img-wrapper:hover .grid-image,
.grid-img-wrapper:focus .grid-image {
  will-change: all;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.grid-img-wrapper:hover .short-des-in:before,
.grid-img-wrapper:focus .short-des-in:before {
  will-change: top;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  transition: top 0.2s ease;
  top: -300%;
}
.grid-img-wrapper.minheight {
  min-height: 200px;
}
.grid-img-wrapper.open-state:before {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.grid-img-wrapper.selected-state .grid-image,
.grid-img-wrapper.closed-state .grid-image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grid-img-wrapper.selected-state:before,
.grid-img-wrapper.closed-state:before {
  background: rgba(0, 98, 114, 0.8);
}
.grid-img-wrapper .pos-ok-sign {
  left: 50%;
  top: 40%;
}
.grid-img-wrapper.last-child:after {
  border-right: 0px;
}
.grid-img-wrapper.last-child .short-des-in:before {
  right: 0px;
}
.grid-img-wrapper.rounded-top-left {
  border-top-left-radius: 16px;
}
.grid-img-wrapper.rounded-top-right {
  border-top-right-radius: 16px;
}
.grid-img-wrapper .arrow-up-state::before {
  border-radius: 0;
}
.grid-img-wrapper.shift-teal-right {
  margin-right: -2px;
  border-right: 1px solid #006272;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
}
.arrow-up-state {
  left: 45.6%;
  width: 100%;
  bottom: 22px;
  *bottom: 0;
  *width: 0;
  *border-style: solid;
  *border-width: 2em;
  *border-color: transparent transparent #f3f3f3 transparent;
}
.arrow-up-state.extra-top {
  top: 84px;
}
.arrow-up-state:before {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 1.5em;
  border-color: #F9F9F9;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.arrow-up-state.arrow-up-col1 {
  margin-left: 27px;
}
.arrow-up-state.arrow-up-col3 {
  margin-left: -8px;
}
.arrow-up-state-1 {
  left: 45.6%;
  bottom: 100%;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.8em 0.8em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
}
.arrow-up-state-1.closed-bar {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.arrow-up-state-1.active-bar {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.arrow-up-style1 {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 1em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #efefef;
}
.arrow-up-style2 {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 4em 4em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #efefef;
}
.arrow-left-gray-0-m {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 1em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
}
.arrow-down-lrg {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 2em 2em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #F9F9F9;
}
.extra-lineheight {
  line-height: 1.875em;
}
/****** Grid Items Wrapper ******/
.grid-items-wrapper {
  padding: 25px;
  margin: 0 0 45px;
  text-align: left;
  min-height: 100px;
  background: #F9F9F9;
}
.grid-items-wrapper.product-offerings-carousel {
  background: #ffffff;
}
.grid-items-wrapper .hdr-block {
  padding-right: 0px;
}
.grid-items-wrapper .item-cont-right {
  margin-left: 30px;
}
.grid-items-wrapper.gray-16-bg {
  background: #f3f3f3;
}
.grid-items-wrapper.rounded-bottom-corners {
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.grid-items-wrapper.rounded-top-corners {
  /*.radius-top (@radius)*/
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.bootstrap-custom-error {
  color: #fff;
  border: solid 1px #C04343;
  border-radius: 0.2em;
  padding: 10px;
  position: absolute;
  bottom: 50px;
  right: -10px;
  background: #C04343;
  z-index: 2;
  transform-origin: 100% 98%;
  -webkit-transform-origin: 100% 98%;
  display: inline-block;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.bootstrap-custom-error.checkbox-custom {
  bottom: auto;
  top: -40px;
  left: 0;
  right: auto;
}
.bootstrap-custom-error.checkbox-custom:before {
  margin-left: -3px;
  left: 20px;
}
.bootstrap-custom-error.checkbox-custom:after {
  left: 20px;
}
.bootstrap-custom-error.under-input {
  top: 55px;
  bottom: auto;
}
.bootstrap-custom-error.under-input:before,
.bootstrap-custom-error.under-input:after {
  top: auto;
  bottom: 100%;
}
.bootstrap-custom-error.under-input:before {
  border-top-color: transparent;
  border-bottom-color: #C04343;
  margin-right: 0;
}
.bootstrap-custom-error.custom-input {
  -webkit-transform: scale(0, );
  -ms-transform: scale(0, );
  transform: scale(0, );
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.bootstrap-custom-error.custom-input.enabled {
  /* older webkit */
  /* custom */
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  -webkit-transform: scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bootstrap-custom-error.wide-error {
  width: 150%;
  padding: 5px 10px;
}
.bootstrap-custom-error:after,
.bootstrap-custom-error:before {
  right: 20px;
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bootstrap-custom-error:after {
  border-color: transparent;
  border-width: 10px;
}
.bootstrap-custom-error:before {
  border-color: transparent;
  border-top-color: #C04343;
  border-width: 12px;
  margin-right: -2px;
}
.error-icon,
.error-icon-select {
  display: none;
  color: #C04343;
  position: absolute;
  z-index: 1;
}
.error-icon {
  right: 15px;
  top: 25px;
}
.error-icon-select {
  right: 35px;
  top: 22px;
}
.confirm-icon {
  display: none;
  color: #84BD00;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 17px;
}
.error input {
  position: relative;
}
.error input.input-max-height {
  max-height: 55px;
}
.error .error-icon {
  display: block;
}
.error .error-icon-select {
  display: block;
}
.error .selectArrow {
  float: right;
  color: #C04343;
}
.error .placeholder-title {
  color: #C04343;
}
.error.hierarchy-errors .error-icon {
  display: none;
}
.error.hierarchy-errors .error-icon.error-parent {
  display: block;
}
.error-below-input {
  color: #C04343;
  font-size: 0.875em;
  padding-top: 10px;
  cursor: default;
}
.placeholders::-webkit-input-placeholder {
  color: #C04343;
}
.placeholders:-moz-placeholder {
  color: #C04343;
}
.placeholders::-moz-placeholder {
  color: #C04343;
}
.placeholders:-ms-input-placeholder {
  color: #C04343;
}
input.placeholders:-ms-input-placeholder {
  color: #C04343;
}
.column-list dl {
  display: table;
  height: inherit;
  padding: 0;
  margin: 0;
}
.column-list dl dt {
  padding: 0 20px;
  width: 60px;
}
.column-list dl dd {
  margin: 0;
}
.column-list dl dt,
.column-list dl dd {
  float: left;
  height: inherit;
}
.column-list dd p,
.column-list dt span {
  vertical-align: middle;
  height: inherit;
  display: table-cell;
}
.column-list.less-opacity {
  opacity: .2;
}
.etc-placeholder {
  background: #bfe0dc;
  border-radius: 8px;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 980;
}
.overlay-invisible {
  background-color: transparent;
}
.popup-info {
  width: 700px;
  border: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -350px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  z-index: 1141 !important;
  /* 1px higher than the overlay layer */
}
.popup-info a {
  display: inline;
}
.popup-info.message {
  border: none;
}
.select-seats {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-template-areas: "pax" "legend" "seats";
  -ms-grid-columns: 1fr;
}
.select-seats .pax {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.select-seats .legend {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.select-seats .seats {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.select-seats .pax {
  grid-area: pax;
}
.select-seats .seats {
  grid-area: seats;
  padding: 24px 0 24px;
  background-color: #F9F9F9;
}
.select-seats .legend {
  grid-area: legend;
}
.select-seats .legend-item {
  display: inline-block;
}
.select-seats_heading {
  padding: 48px 8px 16px;
}
.select-seats_navigation {
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .select-seats {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "seats legend";
    -ms-grid-columns: 1fr 1fr;
    padding: 32px 16px 32px 0;
    background-color: #F9F9F9;
  }
  .select-seats .seats {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .select-seats .legend {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .select-seats .pax {
    padding-right: 0;
  }
  .select-seats .seats {
    padding: 0 15px;
  }
  .select-seats .legend {
    padding-left: 0;
  }
  .select-seats .legend-item {
    display: block;
  }
  .select-seats_heading {
    padding: 48px 0 30px;
  }
  .select-seats_navigation {
    justify-content: flex-end;
  }
  .select-seats_navigation .next-continue-btns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 990px) {
  .select-seats {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "pax seats legend";
    -ms-grid-columns: 1fr 1fr 1fr;
    padding: 32px 24px;
  }
  .select-seats .pax {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .select-seats .seats {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .select-seats .legend {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .select-seats .pax {
    padding-right: 8px;
  }
  .select-seats .pax .pax_name {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .select-seats .legend {
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .select-seats .pax .pax_name {
    max-width: none;
    overflow: auto;
    text-overflow: unset;
  }
}
.exit-seat-info {
  left: 50%;
  transform: translate(-50%, 0);
  top: 13px;
  z-index: 990;
  padding: 25px;
  border: none !important;
  border-radius: 8px !important;
  overflow: initial !important;
}
.exit-seat-info .exit-seat-button {
  border-radius: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wrapper-doc-menu {
  top: 150px;
  z-index: 103;
}
.wrapper-doc-menu ul.doc-menu {
  padding: 0;
  margin: 0;
}
.wrapper-doc-menu ul.doc-menu li a {
  display: block;
  text-align: center;
  min-width: 105px;
}
.wrapper-doc-menu ul.doc-menu li a span {
  color: #80c1ba;
}
.wrapper-doc-menu ul.doc-menu li a:hover span {
  color: #40A297;
}
.wrapper-doc-menu ul.doc-menu li a.active-state {
  background: #40A297;
  color: #fff;
}
.wrapper-doc-menu ul.doc-menu li a.active-state span {
  color: #fff;
}
.wrapper-doc-menu ul.doc-menu li a.active-state:hover span {
  color: #80c1ba;
}
.wrapper-doc-menu ul.doc-menu li ul.extra-width {
  width: 405px;
}
.wrapper-doc-menu ul.doc-menu li ul.default-height {
  height: 100%;
}
.wrapper-doc-menu ul.doc-menu li ul.left-xxs {
  left: -405px;
}
.doc-menu2 {
  border-radius: 3px;
}
.doc-menu2 li {
  border-bottom: 1px solid #ffffff;
}
.doc-menu2 .doc-item {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 5px 15px 5px;
}
.doc-menu2 .doc-item:after {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 95%;
  top: 50%;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #00788c;
  z-index: 1;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: -0.7em;
}
.doc-menu2 .interactive:hover,
.doc-menu2 .interactive.active {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.doc-menu2 .interactive:hover .doc-item,
.doc-menu2 .interactive.active .doc-item {
  background: #00788c;
}
.doc-menu2 .interactive:hover .doc-item:after,
.doc-menu2 .interactive.active .doc-item:after {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 100%;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.doc-menu2 .interactive:focus .doc-item {
  background: #00788c;
}
.doc-menu2 .interactive:focus .doc-item:after {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #00788c;
}
.header-select-bar {
  border-radius: 3px;
}
.zindex-low {
  z-index: -1;
}
.zindex-high {
  z-index: 1;
}
.zindex-high-2 {
  z-index: 2;
}
.zindex-high-3 {
  z-index: 3;
}
.zindex-high-11 {
  z-index: 11;
}
.zindex-high-12 {
  z-index: 12;
}
.zindex-201 {
  z-index: 201;
}
.zindex-202 {
  z-index: 202;
}
.zindex-203 {
  z-index: 203;
}
.zindex-navbar {
  z-index: 1030;
}
.zindex-modal {
  z-index: 1050;
}
.img-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1003;
}
.img-loader .loader {
  height: 200px;
  width: 200px;
  border: 1px solid #dadada;
  background-color: #eee;
  margin-left: -100px;
  /* -1 * loader width / 2 */
  margin-top: -100px;
  /* -1 * loader height / 2 */
  padding-left: 50px;
  /* 1 * image width / 2 */
  padding-top: 50px;
  /* 1 * image height / 2 */
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sub-grid-hdr {
  background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
}
.sub-grid-hdr.gray-0 {
  background: #fff;
}
.sub-grid-hdr.gray-11 {
  background: #F1F1F1;
}
.badge-ribbon {
  border-radius: 2px;
}
.side-icon {
  right: .8em;
  bottom: 2.188em;
}
.drag-cont {
  height: 9.688em;
  z-index: 0;
}
.drag-img-icon {
  left: 0;
  font-size: 15em;
  z-index: -1;
}
.circle-img-m {
  width: 6.875em;
  height: 6.875em;
}
.dashed-box {
  border: 3px dashed #eee;
  border-radius: 10px;
  padding: 48px;
}
.ribbon {
  display: block;
  width: 30px;
  height: 23px;
  background: #6699cc;
}
.ribbon:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  width: 0;
  height: 0;
  border-color: #6699cc #6699cc transparent;
  border-style: solid;
  border-width: 2px 15px 10px;
}
.ribbon.ribbon-eiTeal {
  background: #006272;
}
.ribbon.ribbon-eiTeal:after {
  border-color: #006272 #006272 transparent;
}
.box-arrow-down .box-arrow-down-inner {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  display: block;
}
.box-arrow-down .box-arrow-down-inner .arrow-down-outer {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 48px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #80c1ba;
  z-index: 1;
  margin-bottom: 0em;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.box-arrow-down:hover .interactive,
.box-arrow-down.active .interactive,
.box-arrow-down:active .interactive {
  will-change: background;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: #80c1ba;
}
.box-arrow-down:hover .interactive .arrow-down-outer,
.box-arrow-down.active .interactive .arrow-down-outer,
.box-arrow-down:active .interactive .arrow-down-outer {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 0;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-bottom: -1.3em;
}
.tab.center {
  left: 45.5%;
}
.tab a {
  padding: 1px 30px 5px 30px;
  text-decoration: none;
  color: #63666A;
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: block;
}
.tab .active {
  z-index: 3;
}
.tab .active a {
  background: #e5e5e5;
  color: #63666A;
}
.tab .active a:before,
.tab .active a:after {
  content: "";
}
.tab .active:before,
.tab .active:after {
  content: "";
  background: #e5e5e5;
}
.tab li:last-child:after {
  content: "";
}
.tab li:last-child a:after {
  content: "";
}
.tab li:last-child.active a:after {
  background: #fff;
}
.tab li:first-child:before {
  content: "";
}
.tab li:first-child a:before {
  content: "";
}
.tab li:first-child.active a:before {
  background: #fff;
}
.tab li:not(.without-circles):before,
.tab li:not(.without-circles):after {
  position: absolute;
  top: 0;
  background: #e5e5e5;
  width: 10px;
  height: 10px;
  z-index: 1;
}
.tab li:before {
  left: -10px;
}
.tab li:after {
  right: -10px;
}
.tab li a:not(.without-circles):before,
.tab li a:not(.without-circles):after {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 2;
  border-radius: 7px;
}
.tab li a:before {
  left: -20px;
}
.tab li a:after {
  right: -20px;
}
.feature-compariason {
  background-color: #F9F9F9;
  width: 24.2%;
}
.feature-compariason header {
  background-color: #E5EFF0;
  position: relative;
  margin-right: -1px;
  margin-left: -1px;
}
.feature-compariason header span {
  display: block;
}
.feature-compariason header:after {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 1em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #E5EFF0;
  position: absolute;
  margin-left: -1em;
  bottom: -2em;
  left: 50%;
}
.feature-compariason section p {
  color: #2C2A29;
  line-height: 19px;
  font-size: 13px;
}
.flown-label {
  top: 50%;
  margin-top: -11px;
}
.flown-label .less-padding {
  padding: 3px 10px;
}
.flown-label .flown-text-wrapper {
  position: absolute;
  display: block;
  left: 50%;
  z-index: 2;
}
.flown-label .flown-text-wrapper .flown-text {
  position: relative;
  display: block;
  color: #2C2A29;
  margin-left: -50%;
}
.saperator-xl {
  margin: 80px 0;
}
.hr-dotted {
  color: transparent;
  overflow: hidden;
  height: 1em;
  z-index: -1;
}
.hr-dotted:after {
  content: "..................................................................................................................................";
  letter-spacing: 4px;
  color: #767676;
}
.price-xxl {
  margin-top: -10px;
}
.tabbed-content-viewable {
  overflow: hidden;
  position: relative;
}
.tabbed-content-viewable .tabbed-content {
  width: 100%;
  /* display: none;
    &.active{
      display: block;
    } */
}
.dark-content-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  background-color: #fff;
}
.dark-content-container .dark-content {
  background-color: #fff;
}
.dark-content-container .dark-content .dark-button {
  background-color: #2C2A29;
  border-color: #2C2A29;
}
.dark-content-container .dark-content .dark-button:hover {
  background-color: #006272;
  border-color: #006272;
}
.dark-content-container .dark-content .content-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 116px;
  -moz-column-gap: 116px;
  column-gap: 116px;
}
@media (max-width: 767px) {
  .dark-content-container .dark-content .content-columns-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.custom-accordion-group-heading {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.custom-accordion-slide-open {
  will-change: all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.custom-accordion-slide-closed {
  will-change: all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  transform: translate(0, -1em);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.product-image-tent {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #006257;
  zoom: 1;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.destination-explorer img {
  border-radius: 8px;
}
.destination-explorer .explorer-text {
  text-align: center;
  position: absolute;
  top: 25px;
  left: 10%;
  right: 10%;
}
.promo-pod {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.promo-pod > a > h3 {
  max-height: 1em;
}
.promo-pod-overlay:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.promo-pod-overlay:hover:after {
  opacity: 1;
}
.promo-pod-overlay:focus:after {
  opacity: 1;
}
.filters .cols-wrpr,
.flight-details .cols-wrpr {
  padding-left: 20px;
}
.contact-menu {
  display: inline-block;
  border-radius: 3px;
}
.contact-menu li {
  float: left;
}
.contact-menu li .contact-item {
  padding: 10px 30px;
}
.contact-menu li .interactive:hover .contact-item,
.contact-menu li .interactive.active .contact-item {
  background: #008374;
  color: #fff;
}
.rounded {
  border-radius: 100%;
  margin: 0 auto;
}
.rounded.circle-l {
  width: 160px;
  height: 160px;
}
.rounded.circle-m {
  width: 78px;
  height: 78px;
  overflow: hidden;
  border: 3px solid #ccc;
}
.card-list-l .interactive .item-card-s {
  height: 10em;
  border-radius: 4px;
  border: 1px solid #F1F1F1;
  background-color: #ffffff;
  color: #006272;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.card-list-l .interactive:hover .item-card-s {
  background-color: #F2F7F8;
  border: 1px solid #E5EFF0;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.card-list-l .interactive:active .item-card-s {
  box-shadow: none;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cms-booker {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 5px;
}
.cms-booker .button {
  display: block;
  height: 50px;
  line-height: 46px;
}
.cms-booker .form-control {
  height: 50px;
  line-height: 46px;
  padding: 0 0 0 10px;
}
/*Styles for Header*/
.drop-down-icon {
  top: 6px;
  right: 4px;
}
.rotate-left.drop-down-icon {
  top: 6px;
  right: 0px;
}
@media (max-width: 767px) {
  .navbar .drop-down-icon {
    top: 4px;
    right: 2px;
  }
  .navbar .rotate-left.drop-down-icon {
    top: 4px;
    right: -3px;
  }
}
@media (min-width: 768px) {
  .navbar .drop-down-icon {
    top: 4px;
    right: 2px;
  }
  .navbar .rotate-left.drop-down-icon {
    top: 4px;
    right: -3px;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-light .drop-down-icon {
    top: 3px;
    right: 6px;
  }
  .navbar.navbar-light .rotate-left.drop-down-icon {
    top: 2px;
    right: 0;
  }
}
/*Globes for Corporate*/
.globe_ireland {
  width: 72px;
  background: url('/media/images/furniture/icons/globes.png') 0 0;
}
.globe_uk {
  width: 72px;
  background: url('/media/images/furniture/icons/globes.png') -73px 0;
}
.globe_europe {
  width: 72px;
  background: url('/media/images/furniture/icons/globes.png') -145px 0;
}
.globe_us {
  width: 72px;
  background: url('/media/images/furniture/icons/globes.png') -217px 0;
}
.globe_emergency_number {
  width: 72px;
  background: url('/media/images/furniture/icons/globes.png') -292px 0;
}
.header-level-three-menu .image-wrap {
  width: 215px;
  height: 170px;
  overflow: hidden;
}
.cal-header .ui-datepicker-month,
.cal-header .ui-datepicker-year {
  color: #fff;
}
.time-table .week-day-container {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
@media (min-width: 990px) {
  .time-table .week-day-container {
    width: 32px;
    height: 32px;
  }
}
.time-table .week-day-container .week-day {
  line-height: 30px;
}
@media (min-width: 990px) {
  .time-table .week-day-container .week-day {
    line-height: 32px;
  }
}
.aerclub-switch .aerclub-switch_list {
  height: 40px;
}
.aerclub-switch .aerclub-switch_list-item {
  width: 50%;
  border: 1px solid #006272;
  text-align: center;
  cursor: pointer;
  color: #006272;
  white-space: nowrap;
  padding: 0 32px;
}
.aerclub-switch .aerclub-switch_list-item:hover {
  background: #F2F7F8;
}
.aerclub-switch .aerclub-switch_list-item:active {
  background: #E5EFF0;
}
.aerclub-switch .aerclub-switch_list-item.active {
  cursor: default;
  background: #006272;
  color: #ffffff;
  border: 1px solid #006272;
}
.aerclub-switch .aerclub-switch_list-item.active:hover {
  background: #00788c;
}
.aerclub-switch .aerclub-switch_list-item.active:active {
  background: #004c59;
}
.aerclub-switch .aerclub-switch_list-item.disabled {
  cursor: not-allowed;
  pointer-events: none;
  border-color: #D0D0CE;
  background-color: #ffffff;
  color: #63666A;
}
.aerclub-switch .aerclub-switch_list-item.disabled.active {
  background-color: #D0D0CE;
  color: #63666A;
}
.aerclub-switch .aerclub-switch_list-item:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: none;
}
.aerclub-switch .aerclub-switch_list-item:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: none;
}
[user-profile] [user-profile-menu-bar] {
  border-bottom: 1px solid #F1F1F1;
  background: #F9F9F9;
}
[user-profile] [user-profile-menu-bar] ul {
  height: 48px;
}
[user-profile] [user-profile-menu-bar] ul li {
  padding-top: 5px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 5px solid #F9F9F9;
}
[user-profile] [user-profile-menu-bar] ul li.selected {
  border-bottom: 5px solid #006272;
}
[user-profile] [user-profile-menu-bar] ul li p {
  color: #006272;
}
@media (min-width: 768px) {
  [user-profile] [user-profile-menu-bar] {
    border-top: 2px solid #D0D0CE;
  }
  [user-profile] [user-profile-menu-bar] ul {
    height: 60px;
  }
}
[user-profile] [user-profile-menu-bar].admin-style {
  border-bottom: 1px solid #001722;
  background: #ffa433;
}
[user-profile] [user-profile-menu-bar].admin-style ul {
  margin-bottom: 0;
}
[user-profile] [user-profile-menu-bar].admin-style ul li {
  border-right: 1px solid #ccc;
}
[user-profile] [user-profile-menu-bar].admin-style ul li:first-child {
  border-left: 1px solid #ccc;
}
[user-profile] [user-profile-menu-bar].admin-style ul li.selected {
  background: #e77101;
}
[user-profile] [user-profile-menu-bar].admin-style ul li.selected p {
  color: #fff;
}
[user-profile] [user-profile-menu-bar].admin-style ul li p {
  color: #fff;
}
[user-profile] [user-profile-my-details] .loyalty-marketing-label a {
  color: #006272;
  text-decoration: underline;
}
[user-profile] [user-profile-my-details] .loyalty-marketing-label a:hover {
  text-decoration: none;
}
[user-profile] .user-profile-banner-green .container {
  background-color: #fefefe;
}
[user-profile] .user-profile-banner-green .user-profile-avios-balance {
  background-color: #bedfdc;
}
[user-profile] .user-profile-banner-green .tier-circle {
  background-color: #006272;
  color: #fefefe;
}
[user-profile] .user-profile-banner-green .keep-tier-info {
  background-color: #006272;
  color: #fefefe;
}
[user-profile] .user-profile-banner-green .tier-color {
  color: #006272;
}
[user-profile] .user-profile-banner-silver .container {
  background-color: #fefefe;
}
[user-profile] .user-profile-banner-silver .user-profile-avios-balance {
  background-color: #d3d8da;
}
[user-profile] .user-profile-banner-silver .tier-circle {
  background-color: #a9b3b6;
  color: #fefefe;
}
[user-profile] .user-profile-banner-silver .keep-tier-info {
  background-color: #a9b3b6;
  color: #fefefe;
}
[user-profile] .user-profile-banner-silver .tier-color {
  color: #a9b3b6;
}
[user-profile] .user-profile-banner-silver .tier-color {
  color: #555;
}
[user-profile] .user-profile-banner-silver .tier-circle,
[user-profile] .user-profile-banner-silver .keep-tier-info,
[user-profile] .user-profile-banner-silver .card-info {
  color: #2C2A29;
}
[user-profile] .user-profile-banner-platinum .container {
  background-color: #fefefe;
}
[user-profile] .user-profile-banner-platinum .user-profile-avios-balance {
  background-color: #d7dce0;
}
[user-profile] .user-profile-banner-platinum .tier-circle {
  background-color: #657584;
  color: #fefefe;
}
[user-profile] .user-profile-banner-platinum .keep-tier-info {
  background-color: #657584;
  color: #fefefe;
}
[user-profile] .user-profile-banner-platinum .tier-color {
  color: #657584;
}
[user-profile] .user-profile-banner-concierge .container {
  background-color: #fefefe;
}
[user-profile] .user-profile-banner-concierge .user-profile-avios-balance {
  background-color: #bec4c7;
}
[user-profile] .user-profile-banner-concierge .tier-circle {
  background-color: #001722;
  color: #fefefe;
}
[user-profile] .user-profile-banner-concierge .keep-tier-info {
  background-color: #001722;
  color: #fefefe;
}
[user-profile] .user-profile-banner-concierge .tier-color {
  color: #001722;
}
[user-profile] .user-profile-banner-defaulted .container {
  background-color: #fefefe;
}
[user-profile] .user-profile-banner-defaulted .user-profile-avios-balance {
  background-color: #fefefe;
}
[user-profile] .user-profile-banner-defaulted .tier-circle {
  background-color: #666;
  color: #fefefe;
}
[user-profile] .user-profile-banner-defaulted .keep-tier-info {
  background-color: #666;
  color: #fefefe;
}
[user-profile] .user-profile-banner-defaulted .tier-color {
  color: #666;
}
[user-profile] .user-profile-banner-defaulted .tier-circle {
  background-color: #fefefe;
}
[user-profile] [user-profile-banner] {
  background-color: #fff;
}
[user-profile] [user-profile-banner] .tier-circle,
[user-profile] [user-profile-banner] [ei-pie-chart] canvas {
  height: 120px;
  width: 120px;
}
@media (min-width: 768px) {
  [user-profile] [user-profile-banner] .tier-circle,
  [user-profile] [user-profile-banner] [ei-pie-chart] canvas {
    height: 105px;
    width: 105px;
  }
}
@media (min-width: 990px) {
  [user-profile] [user-profile-banner] .tier-circle,
  [user-profile] [user-profile-banner] [ei-pie-chart] canvas {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  [user-profile] [user-profile-banner] .tier-circle,
  [user-profile] [user-profile-banner] [ei-pie-chart] canvas {
    height: 155px;
    width: 155px;
  }
}
[user-profile] [user-profile-banner] .tier-circle .tier-circle,
[user-profile] [user-profile-banner] [ei-pie-chart] canvas .tier-circle {
  height: 120px;
  width: 120px;
}
@media (min-width: 768px) {
  [user-profile] [user-profile-banner] .tier-circle .tier-circle,
  [user-profile] [user-profile-banner] [ei-pie-chart] canvas .tier-circle {
    height: 105px;
    width: 105px;
  }
}
@media (min-width: 990px) {
  [user-profile] [user-profile-banner] .tier-circle .tier-circle,
  [user-profile] [user-profile-banner] [ei-pie-chart] canvas .tier-circle {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  [user-profile] [user-profile-banner] .tier-circle .tier-circle,
  [user-profile] [user-profile-banner] [ei-pie-chart] canvas .tier-circle {
    height: 155px;
    width: 155px;
  }
}
[user-profile] [user-profile-banner] [ei-pie-chart] canvas {
  display: block;
  margin: 0 auto;
}
[user-profile] [user-profile-banner] .tier-circle {
  margin: 0px auto;
}
[user-profile] [user-profile-banner] .container.user-profile-container,
[user-profile] [user-profile-menu-bar] .container.user-profile-container {
  padding-top: 0;
  padding-bottom: 0;
}
[user-profile] [user-profile-banner] [markdown] a {
  text-decoration: underline;
}
[user-profile] [user-profile-banner] .warning-msg-aerclub a {
  color: #63666A;
}
[user-profile] [user-profile-banner] [markdown].teal-link a {
  color: #006272;
}
[user-profile] [user-profile-banner] [markdown].teal-link a:hover {
  color: #007486;
  text-decoration: none;
}
[user-profile] [user-profile-banner] [markdown].teal-link a:active {
  color: #004853;
  text-decoration: none;
}
.user-profile-empty-card {
  height: 110px;
}
@media (min-width: 990px) {
  .user-profile-empty-card {
    height: 170px;
  }
}
[ei-question-mark] .icon {
  font-size: 1em;
  width: inherit;
}
[ei-question-mark] .circle {
  width: 1.625em;
  height: 1.625em;
  padding: 0;
}
[ei-question-mark] .circle svg {
  margin-top: .3em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
[ei-question-mark] .circle.center-margin-fix {
  margin-left: -0.8125em;
}
[ei-question-mark].ei-question-mark-s .icon {
  font-size: 0.875em;
}
[ei-question-mark].ei-question-mark-s .circle {
  width: 1.25em;
  height: 1.25em;
  padding: 0;
}
[ei-question-mark].ei-question-mark-s .circle svg {
  width: 10px;
  height: 20px;
  position: relative;
}
[ei-question-mark].ei-question-mark-s .circle.center-margin-fix {
  margin-left: -0.625em;
}
[ei-question-mark].ei-question-mark-std .icon {
  font-size: 0.937em;
}
[ei-question-mark].ei-question-mark-std .circle {
  width: 1.25em;
  height: 1.25em;
  padding: 0;
}
[ei-question-mark].ei-question-mark-std .circle svg {
  width: 10px;
  height: 20px;
  position: relative;
}
[ei-question-mark].ei-question-mark-std .circle.center-margin-fix {
  margin-left: -0.625em;
}
.aerclub-rewards-bg {
  background-color: #001722;
}
.aerclub-rewards-ticks {
  color: #00ab57;
}
.aerclub-rewards-logo {
  font-size: 2.8em;
  display: block;
}
.aerclub-navbar-topsection {
  color: #001722;
}
.aerclub-navbar-subsection {
  background-color: #001722;
}
.aerclub-profile-section {
  color: #001722;
}
.max-width-banner {
  max-width: 970px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .height-banner {
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .height-banner {
    height: 235px;
  }
}
@media (min-width: 1200px) {
  .height-banner {
    height: 265px;
  }
}
.aerclub-logo {
  width: 44vw;
  margin: 0 auto;
  float: none;
  position: relative;
  display: block;
}
@media (min-width: 480px) and (max-width: 768px) {
  .aerclub-logo {
    width: 11em;
  }
}
@media (min-width: 1200px) {
  .aerclub-logo {
    width: 16em;
  }
}
.aerclub-logo .aerclub-font-size {
  font-size: 24vw;
  left: 0;
  position: absolute;
}
@media (min-width: 480px) and (max-width: 768px) {
  .aerclub-logo .aerclub-font-size {
    font-size: 6em;
  }
}
@media (min-width: 1200px) {
  .aerclub-logo .aerclub-font-size {
    font-size: 9em;
  }
}
.aerclub-space-top {
  padding-top: 3vw;
}
@media (min-width: 1200px) {
  .aerclub-space-top {
    padding-top: 48px;
  }
}
.aerclub-space-bottom {
  padding-bottom: 11vw;
}
@media (min-width: 480px) and (max-width: 768px) {
  .aerclub-space-bottom {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .aerclub-space-bottom {
    padding-bottom: 120px;
  }
}
.table-of-benefits {
  width: 100%;
  margin: 50px 0;
  table-layout: fixed;
  border-bottom: 0px;
}
.table-of-benefits .logo-cell {
  vertical-align: middle;
  width: 68%;
  text-align: left;
  padding: 2% 0 2% 2%;
}
.table-of-benefits .logo-cell .ac-logo-coumpound {
  width: 10vw;
  padding-bottom: 95px;
  float: none;
  position: relative;
  display: block;
}
@media (max-width: 1200px) {
  .table-of-benefits .logo-cell .ac-logo-coumpound {
    margin: 0;
  }
}
.table-of-benefits .logo-cell .ac-logo-coumpound .ac-logo-icons {
  font-size: 135px;
  left: 0;
  position: absolute;
}
.table-of-benefits .logo-cell .ac-logo-coumpound .ac-logo-icons.xsmall-table {
  font-size: 110px;
}
.table-of-benefits .option-cell {
  width: 8%;
  vertical-align: top;
  font-weight: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 70px 0 0 0;
}
.table-of-benefits .option-cell .rotation-90 {
  -webkit-transform: translate(-20px, -20px) rotate(90deg);
  -ms-transform: translate(-20px, -20px) rotate(90deg);
  transform: translate(-20px, -20px) rotate(90deg);
  display: -webkit-box;
  display: -moz-box;
  width: 115px;
  height: 40px;
  padding: 10px 0 0 10px;
}
@media (max-width: 990px) {
  .table-of-benefits .option-cell .rotation-90 {
    -webkit-transform: translate(-28px, -29px) rotate(90deg);
    -ms-transform: translate(-28px, -29px) rotate(90deg);
    transform: translate(-28px, -29px) rotate(90deg);
  }
}
.table-of-benefits .option-cell .rotation-90.small-table {
  -webkit-transform: translate(-30px, -30px) rotate(90deg);
  -ms-transform: translate(-30px, -30px) rotate(90deg);
  transform: translate(-30px, -30px) rotate(90deg);
}
.table-of-benefits .option-cell .rotation-90.xsmall-table {
  -webkit-transform: translate(-38px, -27px) rotate(90deg);
  -ms-transform: translate(-38px, -27px) rotate(90deg);
  transform: translate(-38px, -27px) rotate(90deg);
  width: 102px;
  height: 24px;
  padding: 2px 0 0 10px;
}
.table-of-benefits .rows-padding {
  padding: 5px 0;
  font-weight: bold;
}
.table-of-benefits .rows-padding.h {
  padding-left: 15px;
  text-align: left;
}
.cms-basic-table {
  margin-bottom: 30px;
}
.cms-basic-table caption {
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 25px;
  padding: 15px 15px 20px 15px;
  color: #666;
}
.cms-basic-table tr th.basic {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
  color: #666;
}
.cms-basic-table tr td.basic {
  text-align: left;
  padding: 15px;
}
.cms-dangerous-goods {
  margin: 0 auto !important;
}
.cms-dangerous-goods .ban-item-cont {
  height: 64px;
  width: 64px;
}
.cms-dangerous-goods .uil-errorRed {
  font-size: 3.3rem;
}
.tier-rewards-graph {
  position: relative;
  width: 100%;
  margin: 30px 0;
  margin-bottom: 100px;
}
.tier-rewards-graph .graph-icon {
  position: absolute;
  color: #cacaca;
}
.tier-rewards-graph .graph-icon.right {
  -webkit-transform: scaleX(-1) rotate(35deg);
  -ms-transform: scaleX(-1) rotate(35deg);
  transform: scaleX(-1) rotate(35deg);
}
.tier-rewards-graph .graph-icon.right.large {
  font-size: 39em;
  margin: -85px 0 0 429px;
}
.tier-rewards-graph .graph-icon.right.medium {
  font-size: 34em;
  margin: -76px 0 0 366px;
}
.tier-rewards-graph .graph-icon.right.small {
  font-size: 29em;
  margin: -67px 0 0 305px;
}
.tier-rewards-graph .graph-icon.right.xsmall {
  font-size: 23em;
  margin: -52px 0 0 245px;
}
.tier-rewards-graph .graph-icon.left {
  -webkit-transform: scaleY(-1) rotate(15deg);
  -ms-transform: scaleY(-1) rotate(15deg);
  transform: scaleY(-1) rotate(15deg);
}
.tier-rewards-graph .graph-icon.left.large {
  font-size: 39em;
  margin: -83px 0 0 -88px;
}
.tier-rewards-graph .graph-icon.left.medium {
  font-size: 34em;
  margin: -74px 0 0 -78px;
}
.tier-rewards-graph .graph-icon.left.small {
  font-size: 29em;
  margin: -64px 0 0 -69px;
}
.tier-rewards-graph .graph-icon.left.xsmall {
  font-size: 23em;
  margin: -52px 0 0 -53px;
}
.tier-rewards-graph .rewards {
  margin: 0 auto;
  display: table;
}
.tier-rewards-graph .ac-circle {
  width: 8em;
  height: 8em;
  float: right;
  text-align: center;
  border-radius: 100%;
  color: white;
}
.tier-rewards-graph .ac-circle.large {
  padding: 2.2em 0em 2em 0.5em;
  font-size: 2em;
  border: .4em solid white;
}
.tier-rewards-graph .ac-circle.medium {
  padding: 2.15em 0em 2em 0.5em;
  font-size: 1.72em;
  border: .35em solid white;
}
.tier-rewards-graph .ac-circle.small {
  padding: 2.05em 0em 2em 0.6em;
  font-size: 1.44em;
  border: .35em solid white;
}
.tier-rewards-graph .ac-circle.xsmall {
  padding: 2em 0em 2em 0.65em;
  font-size: 1.15em;
  border: .3em solid white;
}
.tier-rewards-graph .ac-circle:last-child.large {
  padding: 2.2em 0.3em;
}
.tier-rewards-graph .ac-circle:last-child.medium {
  padding: 2.15em 0.8em;
}
.tier-rewards-graph .ac-circle:last-child.small {
  padding: 2.05em 0.7em;
}
.tier-rewards-graph .ac-circle:last-child.xsmall {
  padding: 2em 0.8em;
}
.tier-rewards-graph .ac-indent {
  margin-left: -1.1em;
}
.tier-rewards-graph .graph-text1 {
  text-transform: uppercase;
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  word-spacing: 2px;
}
.tier-rewards-graph .graph-text1.large {
  font-size: 35px;
  padding-bottom: 35px;
}
.tier-rewards-graph .graph-text1.medium {
  font-size: 30px;
  padding-bottom: 30px;
}
.tier-rewards-graph .graph-text1.small {
  font-size: 25px;
  padding-bottom: 22px;
}
.tier-rewards-graph .graph-text1.xsmall {
  font-size: 21px;
  padding-bottom: 15px;
}
.tier-rewards-graph .graph-text2 {
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
}
.tier-rewards-graph .graph-text2.large {
  font-size: 79px;
}
.tier-rewards-graph .graph-text2.medium {
  font-size: 69px;
}
.tier-rewards-graph .graph-text2.small {
  font-size: 59px;
}
.tier-rewards-graph .graph-text2.xsmall {
  font-size: 47px;
}
.tier-rewards-graph .silver-tier-rewards {
  background-color: #a9b3b6;
}
.tier-rewards-graph .platinum-tier-rewards {
  background-color: #657584;
}
.tier-rewards-graph .concierge-tier-rewards {
  background-color: #001722;
}
[user-profile-trip] .user-profile-trip-right-panel .row:before,
[user-profile-trip] .user-profile-trip-right-panel .row:after {
  display: table;
  content: " ";
}
[user-profile-trip] .user-profile-trip-right-panel .row:after {
  clear: both;
}
[user-profile-trip] .user-profile-trip-right-panel .panel-booking {
  margin-bottom: 60px;
}
[user-profile-trip] .user-profile-trip-right-panel .panel-credits {
  margin-bottom: 20px;
}
[user-profile-trip-overview] [user-profile-trip] .user-profile-trip-right-panel .panel-booking {
  position: relative;
  float: left;
  min-height: 1px;
  width: 50%;
  float: right;
  padding-left: 15px;
}
[user-profile-trip-overview] [user-profile-trip] .user-profile-trip-right-panel .panel-credits {
  position: relative;
  float: left;
  min-height: 1px;
  width: 50%;
  float: right;
  padding-left: 15px;
}
.user-profile-aerclub-card {
  position: relative;
}
.user-profile-aerclub-card img {
  width: 106%;
  margin-left: -3%;
  margin-right: -3%;
}
.user-profile-aerclub-card .card-info {
  position: absolute;
  color: #fefefe;
  line-height: 1em;
  font-size: 0.2em;
  bottom: 13%;
  left: 7%;
}
@media (min-width: 990px) {
  .user-profile-aerclub-card .card-info {
    font-size: 0.4em;
  }
}
@media (min-width: 1200px) {
  .user-profile-aerclub-card .card-info {
    font-size: 0.6em;
  }
}
.forgotten-details .form-style-2 fieldset.gray-14-bg {
  background-color: #eee;
}
[user-profile-link-avios-confirmation] .button-shamrock-green-border {
  font-size: inherit;
}
.phone-number.form-wrapper {
  right: -50px;
}
.phone-number .bootstrap-custom-error {
  bottom: 0;
}
.phone-number-form input:not(:focus) {
  color: #C04343;
}
.phone-number-form input:not(:focus) ~ .form-control-required,
.phone-number-form input:not(:focus) ~ .form-control-label {
  color: #C04343;
}
.phone-number-form input:not(:focus) ~ .form-control {
  border: 1px solid #f6a3a3;
  -webkit-box-shadow: 0px 0px 2px 0px #f6a3a3;
  box-shadow: 0px 0px 2px 0px #f6a3a3;
}
.phone-number-form input:focus ~ .form-control-required,
.phone-number-form input.focus ~ .form-control-required {
  color: #008374;
}
.phone-number-form input:focus ~ .form-control,
.phone-number-form input.focus ~ .form-control {
  border: 1px solid #008374;
  -webkit-box-shadow: 0px 0px 2px 0px #008374;
  box-shadow: 0px 0px 2px 0px #008374;
}
.bags-suitcases-img {
  position: relative;
  top: 0;
}
.sports-img {
  position: relative;
  top: 0;
  left: -45px;
}
.cabin-bags-suitcases-img {
  position: relative;
  top: 0;
  left: -25px;
}
@media (min-width: 768px) {
  .bags-suitcases-img,
  .sports-img {
    position: absolute;
    right: 30px;
    bottom: 0;
    top: auto;
    z-index: 1;
    left: auto;
  }
  .cabin-bags-suitcases-img {
    position: absolute;
    right: 5px;
    bottom: 0;
    top: auto;
    z-index: 1;
    left: auto;
  }
}
.bags-component-lh .row-wrapper,
.bags-component-sh .row-wrapper {
  min-height: 60px;
}
@media (min-width: 768px) {
  .bags-component-lh .row-wrapper,
  .bags-component-sh .row-wrapper {
    min-height: 85px;
  }
}
.bags-component-lh .bags-header-list,
.bags-component-sh .bags-header-list {
  position: absolute;
  width: 100%;
  top: -50px;
}
.bags-component-lh .pax-info-part,
.bags-component-sh .pax-info-part {
  margin: 0;
}
@media (min-width: 768px) {
  .bags-component-lh .pax-info-part,
  .bags-component-sh .pax-info-part {
    margin-right: 10px;
  }
}
.bags-component-lh .border-top-md,
.bags-component-sh .border-top-md {
  border-top: none;
}
.bags-component-lh .border-bottom-md,
.bags-component-sh .border-bottom-md {
  border-bottom: none;
}
@media (min-width: 768px) {
  .bags-component-lh .border-top-md,
  .bags-component-sh .border-top-md {
    border-top: 1px solid #F1F1F1;
  }
  .bags-component-lh .border-bottom-md,
  .bags-component-sh .border-bottom-md {
    border-bottom: 1px solid #F1F1F1;
  }
}
.bags-component-lh .left-top-cell-md,
.bags-component-sh .left-top-cell-md {
  border-radius: 0 6px 0 0;
}
.bags-component-lh .right-top-cell-md,
.bags-component-sh .right-top-cell-md {
  border-radius: 0 0 6px 0;
}
.bags-component-lh .left-bottom-cell-md,
.bags-component-sh .left-bottom-cell-md {
  border-radius: 0 6px 0 0;
}
.bags-component-lh .right-bottom-cell-md,
.bags-component-sh .right-bottom-cell-md {
  border-radius: 0 0 6px 0;
}
.bags-component-lh .left-bottom-cell-container,
.bags-component-sh .left-bottom-cell-container {
  border-radius: 6px 6px 0 0;
}
.bags-component-lh .right-bottom-cell-container,
.bags-component-sh .right-bottom-cell-container {
  border-radius: 0 0 6px 6px;
}
.bags-component-lh .first-button-group-container,
.bags-component-sh .first-button-group-container {
  border-radius: 6px 6px 0 0;
}
.bags-component-lh .last-button-group-container,
.bags-component-sh .last-button-group-container {
  border-radius: 0 0 6px 6px;
}
.bags-component-lh .first-icon-cell,
.bags-component-sh .first-icon-cell {
  border-radius: 6px 0 0 0;
}
.bags-component-lh .last-icon-cell,
.bags-component-sh .last-icon-cell {
  border-radius: 0 0 0 6px;
}
.bags-component-lh .single-left-cell-md,
.bags-component-sh .single-left-cell-md {
  border-radius: 0 6px 0 0;
}
.bags-component-lh .single-right-cell-md,
.bags-component-sh .single-right-cell-md {
  border-radius: 0 0 6px 0;
}
.bags-component-lh .single-first-button-group-container,
.bags-component-sh .single-first-button-group-container {
  border-radius: 6px 6px 0 0;
}
.bags-component-lh .single-last-button-group-container,
.bags-component-sh .single-last-button-group-container {
  border-radius: 0 0 6px 6px;
}
.bags-component-lh .top-text-cell,
.bags-component-sh .top-text-cell,
.bags-component-lh .bottom-text-cell,
.bags-component-sh .bottom-text-cell,
.bags-component-lh .middle-text-cell,
.bags-component-sh .middle-text-cell,
.bags-component-lh .single-text-cell,
.bags-component-sh .single-text-cell {
  border-radius: 0 0 6px 6px;
}
.bags-component-lh .top-button-cell-sm,
.bags-component-sh .top-button-cell-sm {
  border-radius: 0 6px 0 0;
}
.bags-component-lh .bottom-button-cell-sm,
.bags-component-sh .bottom-button-cell-sm {
  border-radius: 0 0 6px 0;
}
@media (min-width: 768px) {
  .bags-component-lh .first-button-group-container,
  .bags-component-sh .first-button-group-container {
    border-radius: 0;
  }
  .bags-component-lh .last-button-group-container,
  .bags-component-sh .last-button-group-container {
    border-radius: 0;
  }
  .bags-component-lh .left-top-cell-md,
  .bags-component-sh .left-top-cell-md {
    border-radius: 6px 0 0 0;
  }
  .bags-component-lh .right-top-cell-md,
  .bags-component-sh .right-top-cell-md {
    border-radius: 0 6px 0 0;
  }
  .bags-component-lh .left-bottom-cell-md,
  .bags-component-sh .left-bottom-cell-md {
    border-radius: 0 0 0 6px;
  }
  .bags-component-lh .right-bottom-cell-md,
  .bags-component-sh .right-bottom-cell-md {
    border-radius: 0 0 6px 0;
  }
  .bags-component-lh .left-bottom-cell-container,
  .bags-component-sh .left-bottom-cell-container {
    border-radius: 0 0 0 6px;
  }
  .bags-component-lh .right-bottom-cell-container,
  .bags-component-sh .right-bottom-cell-container {
    border-radius: 0 0 6px 0;
  }
  .bags-component-lh .first-icon-cell,
  .bags-component-sh .first-icon-cell {
    border-radius: 0;
  }
  .bags-component-lh .last-icon-cell,
  .bags-component-sh .last-icon-cell {
    border-radius: 0;
  }
  .bags-component-lh .single-left-cell-md,
  .bags-component-sh .single-left-cell-md {
    border-radius: 6px 0 0 6px;
  }
  .bags-component-lh .single-right-cell-md,
  .bags-component-sh .single-right-cell-md {
    border-radius: 0 6px 6px 0;
  }
  .bags-component-lh .single-first-button-group-container,
  .bags-component-sh .single-first-button-group-container {
    border-radius: 0 0 0 6px;
  }
  .bags-component-lh .single-last-button-group-container,
  .bags-component-sh .single-last-button-group-container {
    border-radius: 0 0 6px 0;
  }
  .bags-component-lh .top-text-cell,
  .bags-component-sh .top-text-cell {
    border-radius: 0 6px 0 0;
  }
  .bags-component-lh .bottom-text-cell,
  .bags-component-sh .bottom-text-cell {
    border-radius: 0 0 6px 0;
  }
  .bags-component-lh .middle-text-cell,
  .bags-component-sh .middle-text-cell {
    border-radius: 0;
  }
  .bags-component-lh .single-text-cell,
  .bags-component-sh .single-text-cell {
    border-radius: 0 6px 6px 0;
  }
  .bags-component-lh .top-button-cell-sm,
  .bags-component-sh .top-button-cell-sm,
  .bags-component-lh .bottom-button-cell-sm,
  .bags-component-sh .bottom-button-cell-sm {
    border-radius: 0;
  }
}
.bags-component-lh .bags-buttons-shadow-row,
.bags-component-sh .bags-buttons-shadow-row {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.bags-component-lh .bags-buttons-info-icon,
.bags-component-sh .bags-buttons-info-icon {
  color: #006272;
  max-width: 48px;
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif;
}
.bags-component-lh .bags-buttons-info-icon.xxl0,
.bags-component-sh .bags-buttons-info-icon.xxl0 {
  font-size: 2.5em;
}
.bags-component-lh .bags-buttons-info-icon.xxl1,
.bags-component-sh .bags-buttons-info-icon.xxl1 {
  font-size: 2.75em;
}
.bags-component-lh .bags-buttons-info-icon.xxl2,
.bags-component-sh .bags-buttons-info-icon.xxl2 {
  font-size: 3em;
}
.bags-component-lh .bags-buttons-info-icons,
.bags-component-sh .bags-buttons-info-icons {
  color: #006272;
  max-width: 72px;
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif;
}
.bags-component-lh .bags-buttons-cell,
.bags-component-sh .bags-buttons-cell {
  height: 88px;
}
.bags-component-lh .bags-buttons-info-container.cell-border-top,
.bags-component-sh .bags-buttons-info-container.cell-border-top,
.bags-component-lh .bags-buttons-cell.cell-border-top,
.bags-component-sh .bags-buttons-cell.cell-border-top {
  border-top: 1px solid #F1F1F1;
}
.bags-component-lh .bags-buttons-info-container.cell-first-row-border-top,
.bags-component-sh .bags-buttons-info-container.cell-first-row-border-top,
.bags-component-lh .bags-buttons-cell.cell-first-row-border-top,
.bags-component-sh .bags-buttons-cell.cell-first-row-border-top {
  border-top: none;
}
@media (min-width: 768px) {
  .bags-component-lh .bags-buttons-info-container.cell-border-top,
  .bags-component-sh .bags-buttons-info-container.cell-border-top,
  .bags-component-lh .bags-buttons-cell.cell-border-top,
  .bags-component-sh .bags-buttons-cell.cell-border-top {
    border-top: none;
  }
  .bags-component-lh .bags-buttons-info-container.cell-first-row-border-top,
  .bags-component-sh .bags-buttons-info-container.cell-first-row-border-top,
  .bags-component-lh .bags-buttons-cell.cell-first-row-border-top,
  .bags-component-sh .bags-buttons-cell.cell-first-row-border-top {
    border-top: 1px solid #F1F1F1;
  }
}
.bags-component-lh .passenger-name,
.bags-component-sh .passenger-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bags-component-lh .bag-buttons-container,
.bags-component-sh .bag-buttons-container {
  max-width: 94px;
  width: 100%;
}
.bags-component-lh .sub-menu-in .glyphicon-padding-top-xs,
.bags-component-sh .sub-menu-in .glyphicon-padding-top-xs {
  padding-top: 0.36em;
}
.bags-component-lh .bags-buttons-info-container,
.bags-component-sh .bags-buttons-info-container {
  background-color: #fff;
  outline: none;
}
@media (min-width: 768px) {
  .bags-component-lh .bags-buttons-info-container,
  .bags-component-sh .bags-buttons-info-container {
    background-color: #F9F9F9;
    height: 110px;
    outline: 3px solid #F9F9F9;
  }
}
.bags-component-lh .included-business-cell,
.bags-component-sh .included-business-cell {
  width: 100%;
}
@media (min-width: 768px) {
  .bags-component-lh .included-business-cell,
  .bags-component-sh .included-business-cell {
    width: 34%;
  }
}
.bags-component-lh .business-cell,
.bags-component-sh .business-cell {
  border-left: none;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .bags-component-lh .business-cell,
  .bags-component-sh .business-cell {
    border-left: 1px solid #F1F1F1;
  }
}
@media (min-width: 990px) {
  .bags-component-lh .business-cell,
  .bags-component-sh .business-cell {
    font-size: 1rem;
  }
}
.bags-component-lh .segment-flight-info,
.bags-component-sh .segment-flight-info {
  position: relative;
}
@media (min-width: 768px) {
  .bags-component-lh .segment-flight-info,
  .bags-component-sh .segment-flight-info {
    position: absolute;
    bottom: 96px;
  }
}
@media (max-width: 990px) {
  .bags-component-lh .sub-menu-in .glyphicon-padding-top-xs,
  .bags-component-sh .sub-menu-in .glyphicon-padding-top-xs {
    padding-top: 0.3em;
  }
}
@media (max-width: 1200px) {
  .bags-component-lh .margin-top-negative-s1-bags,
  .bags-component-sh .margin-top-negative-s1-bags {
    margin-top: -8px;
  }
  .bags-component-lh .margin-bottom-std-bags,
  .bags-component-sh .margin-bottom-std-bags {
    margin-bottom: -10px;
  }
}
.sport-pax-info-container {
  min-height: 45px;
}
.border-top-sport-row {
  border-top: 1px solid #F1F1F1;
}
@media (max-width: 768px) {
  .border-top-sport-row {
    border-top: none;
  }
}
.border-bottom-sport-row {
  border-bottom: 1px solid #F1F1F1;
}
@media (max-width: 768px) {
  .border-bottom-sport-row {
    border-bottom: none;
  }
}
.email-subscribe span a,
.email-subscribe-confirmation span a,
.unsubscribe-from-email-confirmation span a {
  color: #006272;
  text-decoration: underline;
}
.email-subscribe span a:hover,
.email-subscribe-confirmation span a:hover,
.unsubscribe-from-email-confirmation span a:hover {
  color: #007486;
  text-decoration: none;
}
.email-subscribe span a:active,
.email-subscribe-confirmation span a:active,
.unsubscribe-from-email-confirmation span a:active,
.email-subscribe span a:focus,
.email-subscribe-confirmation span a:focus,
.unsubscribe-from-email-confirmation span a:focus {
  color: #004853;
}
.email-subscribe-confirmation {
  border-radius: 8px;
  margin-bottom: 15px;
  background: #F9F9F9;
}
.unsubscribe-from-email-confirmation {
  border-radius: 8px;
  margin-bottom: 15px;
  background: #F9F9F9;
}
.rewards-pane .pwa-avios-logo {
  width: 38px;
  height: 38px;
}
.rewards-pane-bg:before {
  font-family: "aer-club" !important;
  content: '\F003';
  font-size: 8.3em;
  color: #F1F1F1;
  position: absolute;
  top: 24px;
  right: -8px;
}
@media (min-width: 989px) {
  .rewards-pane-bg {
    padding-right: 75px;
  }
}
@media (min-width: 1199px) {
  .rewards-pane-bg {
    padding-right: 100px;
    background-position-x: 105%;
  }
}
.pwa-avios-logo-purchase {
  width: 35px;
  height: 35px;
}
.avios-logo-wrap-purchase {
  position: absolute;
  left: 3px;
}
.pwa-avios-logo {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .pwa-avios-logo {
    width: 40px;
    height: 40px;
  }
}
.boost-avios-logo {
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .boost-avios-logo {
    width: 40px;
    height: 40px;
  }
}
.boost-aerclub-logo {
  width: 232px;
  height: 46px;
}
@media (max-width: 767px) {
  .boost-aerclub-logo {
    width: 202px;
    height: 40px;
  }
}
.error-unknown-icon {
  font-size: 96px;
}
@media (max-width: 767px) {
  .error-unknown-icon {
    font-size: 64px;
  }
}
.pay-with-avios-bg-logo:before {
  font-family: "aer-club" !important;
  content: '\F003';
  font-size: 35em;
  color: #F1F1F1;
  position: absolute;
  bottom: 6px;
  right: -30px;
  width: 356px;
}
.pay-with-avios-bg-logo.pwa-disabled:before {
  color: #BBBCBC;
}
.pay-with-avios-bg-logo.logo-bottom-50:before {
  bottom: 50px;
}
.logo.cms-branding-icon {
  width: 212px;
  height: 40px;
  background-size: 212px 40px;
}
@media (min-width: 768px) {
  .logo.cms-branding-icon {
    width: 255px;
    height: 48px;
    background-size: 255px 48px;
  }
}
.cms-maintenance-icon {
  font-size: 86px;
  color: #006272;
}
@media (min-width: 768px) {
  .cms-maintenance-icon {
    font-size: 116px;
  }
}
[pay-with-avios] .form-style-2 fieldset {
  margin: 0;
}
[pay-with-avios] .pwa-form {
  border-radius: 8px;
}
[pay-with-avios] .avios-logo-wrap {
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 767px) {
  [pay-with-avios] .avios-logo-wrap {
    left: 12px;
  }
}
[pay-with-avios] .pwa-toggle-button {
  position: absolute;
  top: 4px;
  right: 0px;
}
@media (max-width: 767px) {
  [pay-with-avios] .pwa-toggle-button {
    right: 12px;
  }
}
[pay-with-avios] .text-block {
  height: 38px;
  min-height: 38px;
}
[pay-with-avios] .pwa-conjunction-icon {
  color: #BBBCBC;
}
[pay-with-avios] .pwa-conjunction-info {
  color: #63666A;
}
[pay-with-avios] .uil-button.uil-mainCTA-button {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
[pay-with-avios] .placeholder-progress-title {
  width: 35%;
}
@media (min-width: 1199px) {
  [pay-with-avios] .placeholder-progress-title {
    width: 45%;
  }
}
[pay-with-avios] .placeholder-progress:not(.placeholder-progress-title) {
  background: transparent;
  border-color: transparent;
  border-bottom: 0;
}
[pay-with-avios] .placeholder-progress:not(.placeholder-progress-title) .placeholder-points {
  width: 140px;
  margin-top: 7px;
}
@media (min-width: 1199px) {
  [pay-with-avios] .placeholder-progress:not(.placeholder-progress-title) .placeholder-points {
    width: 160px;
  }
}
[pay-with-avios] .placeholder-progress:not(.placeholder-progress-title) .coupons-bars .placeholder-bar {
  width: 145px;
  height: 75px;
  border-radius: 3px;
}
[pay-with-avios] .placeholder-progress .placeholder-bar {
  animation-duration: 2s;
}
[pay-with-avios] .pwa-coupon {
  width: 23.5%;
  background: #fff;
  border: 1px solid #4C87C8;
  border-radius: 3px;
  padding: 0 30px;
}
[pay-with-avios] .pwa-coupon:not(:last-child) {
  margin-right: 2%;
}
[pay-with-avios] .pwa-coupon,
[pay-with-avios] .pwa-coupon:not(.nfs):not(.nfs-d):not(.psuedo-focus) {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
[pay-with-avios] .pwa-coupon:hover {
  background: #EDF3F9;
}
[pay-with-avios] .pwa-coupon h4 {
  color: #4C87C8;
}
[pay-with-avios] .pwa-coupon.selected {
  background: #4C87C8;
  color: #ffffff;
}
[pay-with-avios] .pwa-coupon.selected h4 {
  color: #ffffff;
}
[pay-with-avios] .w-100 .pwa-coupon {
  width: 23%;
}
@media (max-width: 989px) {
  [pay-with-avios] .pwa-coupon,
  [pay-with-avios] .w-100 .pwa-coupon {
    width: 100%;
  }
}
[pay-with-avios] .purchase-login-form fieldset {
  background-color: transparent;
}
.fare-summary-totals .placeholder-progress {
  position: absolute;
  top: -12px;
  right: 0;
  width: 60%;
  z-index: 2;
}
.fare-summary-totals .placeholder-progress .placeholder-bar {
  padding-top: 40px;
  border-radius: 2px;
}
.fare-summary-totals .placeholder-progress.avios-spent {
  left: 0;
  top: 0;
  width: 22%;
}
@media (min-width: 1200px) {
  .fare-summary-totals .placeholder-progress.avios-spent {
    width: 15%;
  }
}
.fare-summary-totals .placeholder-progress.avios-spent .placeholder-bar {
  padding-top: 20px;
}
.fare-summary-totals .fs-animate-total {
  opacity: 1;
  transition: 1s cubic-bezier(0, 0, 0.58, 1) opacity;
}
.fare-summary-totals .fs-animate-total.ng-hide {
  opacity: 0;
}
.bar-bottom-shadow {
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
}
.arrow-down-state-1 {
  left: 45.6%;
  bottom: 100%;
  border-width: 0.8em 0.8em;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.55em 0.55em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #006272;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.1));
  -o-filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(-3px 3px 2px rgba(0, 0, 0, 0.1));
  border-color: #006272;
}
.arrow-down-state-1.closed-bar {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.arrow-down-state-1.active-bar {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.arrow-down-localization-bar {
  left: 45.6%;
  bottom: 100%;
  border-width: 0.8em 0.8em;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.35em 0.35em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #006272;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  border-color: #006272;
}
.arrow-down-localization-bar.closed-bar {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.arrow-down-localization-bar.active-bar {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.locale-selector .dropdown-error {
  color: #C04343;
}
.localization-dropdown-menu {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 20;
  top: 95%;
}
.localization-dropdown-menu.open {
  display: block;
}
.localization-dropdown-menu.left {
  left: 0;
}
.localization-dropdown-menu.right {
  right: 0;
}
.localization-dropdown-menu .content-wrap {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 100%;
}
.localization-dropdown-menu.open {
  display: block;
}
.localization-dropdown-menu.open.extended-width {
  display: block;
}
.localization-dropdown-menu .dropdown {
  width: auto;
  overflow-y: auto;
  margin-right: 16px;
}
.localization-dropdown-menu .dropdown.country {
  max-height: 235px;
}
.localization-dropdown-menu .dropdown.airport {
  max-height: 170px;
}
.localization-dropdown-menu .dropdown .dropdown-menu-heading {
  text-transform: uppercase;
  line-height: 2.25em;
  color: #63666A;
}
.localization-dropdown-menu .dropdown .dropdown-item:hover,
.localization-dropdown-menu .dropdown .dropdown-item:focus,
.localization-dropdown-menu .dropdown .dropdown-item.selected {
  background-color: #F1F1F1;
}
.localization-dropdown-menu .dropdown .dropdown-item .text {
  line-height: 1.7em;
}
.close-icon-uil-teal {
  color: #006272;
}
.close-icon-uil-teal:hover {
  color: #33818E;
}
.uil-shamrock-green-icon.uil-button-rounded,
.uil-shamrock-green-icon.uil-button-rounded:hover,
.uil-shamrock-green-icon.uil-button-rounded:active {
  background-color: #84BD00;
  border-color: #84BD00;
  color: #ffffff;
  line-height: inherit;
  cursor: default;
  box-shadow: none;
}
.uil-shamrock-green-icon.uil-button-rounded.circle-m,
.uil-shamrock-green-icon.uil-button-rounded:hover.circle-m,
.uil-shamrock-green-icon.uil-button-rounded:active.circle-m {
  width: 1.875em;
  height: 1.875em;
  padding: 0;
}
.uil-shamrock-green-icon.uil-button-rounded.circle-m svg,
.uil-shamrock-green-icon.uil-button-rounded:hover.circle-m svg,
.uil-shamrock-green-icon.uil-button-rounded:active.circle-m svg {
  margin-top: .5em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.uil-shamrock-green-icon.uil-button-rounded.circle-m.center-margin-fix,
.uil-shamrock-green-icon.uil-button-rounded:hover.circle-m.center-margin-fix,
.uil-shamrock-green-icon.uil-button-rounded:active.circle-m.center-margin-fix {
  margin-left: -0.9375em;
}
.locale-selector-wrapper .locale-selector {
  padding: 8px 8px 24px 16px;
}
.pax-selection-form.pax-form-selected .left-panel {
  vertical-align: middle;
  padding-bottom: 0;
}
.pax-selection-form.pax-form-selected .right-panel {
  width: 20%;
}
.pax-selection-form.pax-form-selected .right-panel .icon {
  font-size: 7em;
}
.pax-selection-form.pax-form-unselected {
  background-color: #F9F9F9;
}
.pax-selection-form.pax-form-unselected .left-panel {
  vertical-align: middle;
}
.pax-selection-form.pax-form-unselected .right-panel {
  vertical-align: middle;
}
.pax-selection-form.pax-form-unselected .right-panel .icon {
  font-size: 4em;
}
.pax-selection-form .left-bottom-corner {
  border-bottom-left-radius: 8px;
}
.trip-switch .trip-switch-button {
  width: 26px;
  height: 26px;
}
.trip-switch .trip-switch-label {
  margin: 5px 0 0 6px;
}
@media (min-width: 768px) {
  .trip-switch .trip-switch-label {
    margin: 3px 0 0 6px;
  }
}
.pb-switch .pb-switch-button {
  width: 32px;
  height: 32px;
}
.radio-switch .radio-switch-button {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.radio-switch .radio-switch-label {
  margin: 0;
}
.trip-switch .trip-switch-button .icon-wrapper,
.radio-switch .trip-switch-button .icon-wrapper,
.pb-switch .trip-switch-button .icon-wrapper,
.trip-switch .radio-switch-button .icon-wrapper,
.radio-switch .radio-switch-button .icon-wrapper,
.pb-switch .radio-switch-button .icon-wrapper,
.trip-switch .pb-switch-button .icon-wrapper,
.radio-switch .pb-switch-button .icon-wrapper,
.pb-switch .pb-switch-button .icon-wrapper {
  line-height: 1.15em;
}
.trip-switch .trip-switch-button:not(:first-child),
.radio-switch .trip-switch-button:not(:first-child),
.pb-switch .trip-switch-button:not(:first-child),
.trip-switch .radio-switch-button:not(:first-child),
.radio-switch .radio-switch-button:not(:first-child),
.pb-switch .radio-switch-button:not(:first-child),
.trip-switch .pb-switch-button:not(:first-child),
.radio-switch .pb-switch-button:not(:first-child),
.pb-switch .pb-switch-button:not(:first-child) {
  margin-left: 14px;
}
.trip-switch .trip-switch-button.disabled,
.radio-switch .trip-switch-button.disabled,
.pb-switch .trip-switch-button.disabled,
.trip-switch .radio-switch-button.disabled,
.radio-switch .radio-switch-button.disabled,
.pb-switch .radio-switch-button.disabled,
.trip-switch .pb-switch-button.disabled,
.radio-switch .pb-switch-button.disabled,
.pb-switch .pb-switch-button.disabled {
  background-color: #ffffff;
  border: 1px solid #88888D;
  -webkit-box-shadow: inset 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.trip-switch .trip-switch-button.disabled.switch-error,
.radio-switch .trip-switch-button.disabled.switch-error,
.pb-switch .trip-switch-button.disabled.switch-error,
.trip-switch .radio-switch-button.disabled.switch-error,
.radio-switch .radio-switch-button.disabled.switch-error,
.pb-switch .radio-switch-button.disabled.switch-error,
.trip-switch .pb-switch-button.disabled.switch-error,
.radio-switch .pb-switch-button.disabled.switch-error,
.pb-switch .pb-switch-button.disabled.switch-error {
  border-color: #C04343;
}
.trip-switch .trip-switch-button.disabled:hover,
.radio-switch .trip-switch-button.disabled:hover,
.pb-switch .trip-switch-button.disabled:hover,
.trip-switch .radio-switch-button.disabled:hover,
.radio-switch .radio-switch-button.disabled:hover,
.pb-switch .radio-switch-button.disabled:hover,
.trip-switch .pb-switch-button.disabled:hover,
.radio-switch .pb-switch-button.disabled:hover,
.pb-switch .pb-switch-button.disabled:hover {
  background-color: #ffffff;
  border-color: #88888D;
  -webkit-box-shadow: inset 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.promocode {
  height: 45px;
}
.promocode .promocode-input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 10px;
  border: 1px solid #D0D0CE;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
}
.promocode .promocode-input ::placeholder {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #63666A;
}
.promocode .promocode-input::-moz-placeholder {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #63666A;
  opacity: 1;
}
.promocode .promocode-input:-ms-input-placeholder {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #63666A;
}
.promocode .promocode-input::-webkit-input-placeholder {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #63666A;
}
.promocode .promocode-input.focused,
.promocode .promocode-input:focus {
  border-color: #006272;
}
.promocode .promocode-input.focused ::placeholder,
.promocode .promocode-input:focus ::placeholder {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.promocode .promocode-input.focused::-moz-placeholder,
.promocode .promocode-input:focus::-moz-placeholder {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #ffffff;
  opacity: 1;
}
.promocode .promocode-input.focused:-ms-input-placeholder,
.promocode .promocode-input:focus:-ms-input-placeholder {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.promocode .promocode-input.focused::-webkit-input-placeholder,
.promocode .promocode-input:focus::-webkit-input-placeholder {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.promocode .promocode-input-label {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 0.75em;
}
.cms-offers-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cms-offers-section .cms-section-header {
  font-size: 2.5em;
  color: #2C2A29;
  padding-left: 30px;
}
.cms-offers-section .view-all-link {
  position: absolute;
  top: 15px;
  right: 25px;
}
.cms-offers-section .cms-offers-list {
  margin: 30px 0 30px 0;
  font-size: 0;
}
.cms-offers-section .cms-offers-list .cms-offers-item {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  text-align: left;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.cms-offers-section .cms-offers-list .cms-offers-item:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.cms-offers-section .cms-offers-list .cms-offers-item:hover .cms-links-container {
  border-top-color: #84BD00;
}
.cms-offers-section .cms-offers-list .cms-offers-item:hover .cms-offers-icon {
  background-color: #72a400;
}
.cms-offers-section .cms-offers-list .cms-offers-item:active {
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.cms-offers-section .cms-offers-list .cms-offers-item:active .cms-links-container {
  border-top-color: #F9F9F9;
}
.cms-offers-section .cms-offers-list .cms-offers-item .offer-title,
.cms-offers-section .cms-offers-list .cms-offers-item .offer-price {
  color: #2C2A29;
}
.cms-offers-section .cms-offers-list .cms-offers-item .offer-price {
  font-size: 1.5rem;
  line-height: 1.2;
}
.cms-offers-section .cms-offers-list .cms-offers-item .offer-description,
.cms-offers-section .cms-offers-list .cms-offers-item .offer-dates {
  color: #63666A;
}
.cms-offers-section .cms-offers-list .cms-offers-item .car-hire-logo {
  width: 108px;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.cms-offers-section .cms-offers-list .cms-offers-item .cms-text-container {
  margin-bottom: 55px;
}
.cms-offers-section .cms-offers-list .cms-offers-item .cms-links-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 55px;
  transition: border-top-color 0.2s ease-in-out;
  border-top: 2px solid #F9F9F9;
}
.cms-offers-section .cms-offers-list .cms-offers-item .cms-links-container .uil-links,
.cms-offers-section .cms-offers-list .cms-offers-item .cms-text-container .uil-links {
  display: inline-block;
  width: 100%;
}
.cms-offers-section .cms-offers-list .cms-offers-icon {
  color: white;
  background-color: #84BD00;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 1.3em;
  padding-top: 4px;
  padding-left: 2px;
}
.cms-offers-section .cms-offers-list .cms-offers-icon:hover {
  background-color: #72a400;
}
.cms-offers-section .cms-offers-list .cms-offers-button {
  top: 10px;
  right: 8px;
}
.cms-offers-section.experience-section .cms-offers-button,
.cms-offers-section.partners-offers-section .cms-offers-button {
  top: 10px;
  right: 16px;
}
.cms-offers-section.latest-offers-section .cms-offers-item {
  border: 1px solid #F9F9F9;
}
.insurance-confirmation {
  min-height: 120px;
}
.insurance-confirmation-text ul li {
  padding-left: 10px;
}
.insurance-confirmation-text ul li:before {
  content: "•";
  padding-right: 5px;
  margin-left: -9px;
}
.insurance-confirmation-text:not(:first-child) p {
  margin-top: 15px;
}
.insurance-confirmation-text:not(:first-child) ul {
  margin-top: 5px;
}
.policy-text-us [markdown] p {
  display: inline;
}
.covid-notes {
  top: -6px;
  left: 2px;
}
@media (min-width: 768px) {
  .insurance-per-pax-fare {
    font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .allianz-global-logo {
    width: 100px;
  }
  .insurance-per-pax-fare {
    font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
  }
}
.price-button-section {
  position: absolute;
  bottom: 0;
  right: 0;
}
.price-button-section.price-rows-2 {
  bottom: -25px;
}
.price-button-section.price-rows-3 {
  bottom: -35px;
}
.fare-summary-wrap {
  border-top: 1px solid #D0D0CE;
}
.fare-summary-accordion {
  font-size: 16px;
}
.fare-summary-accordion_header {
  min-height: 82px;
  padding-right: 32px;
  padding-left: 24px;
}
.fare-summary-accordion_header:not(.no-hover):hover {
  background-color: #F9F9F9;
}
.fare-summary-accordion_header.fare-summary-totals {
  min-height: 88px;
}
.fare-summary-accordion_content-wrapper {
  line-height: 1.25em;
}
.fare-summary-accordion_content {
  padding: 16px 0 16px 25px;
  background-color: #F9F9F9;
}
.fare-summary-accordion_totals {
  padding: 8px 0 8px 25px;
  background-color: #F1F1F1;
}
.fare-summary-accordion_totals.lighter {
  background-color: #F9F9F9;
}
.fare-summary-accordion_totals-item:not(:first-child) {
  padding-top: 2px;
}
.fare-summary-accordion_drop-down-icon {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.fare-summary-list:not(:first-child) {
  margin-top: 16px;
}
.fare-summary-list_header {
  min-height: 25px;
  color: #2C2A29;
}
@media (max-width: 990px) {
  .fare-summary-list_header {
    padding-bottom: 20px;
  }
}
.fare-summary-list_item {
  min-height: 20px;
  color: #63666A;
}
@media (max-width: 990px) {
  .fare-summary-list_item:not(:last-child) {
    padding-bottom: 20px;
  }
}
.fare-summary-list_remove-button-wrap {
  width: 32px;
  min-width: 32px;
}
.fare-summary-list_tax .uil-question-mark {
  font-size: 1em;
}
.confirmation-fare-summary .fare-summary-list_remove-button-wrap,
.fare-summary-wrap .fare-summary-list_remove-button-wrap {
  width: 16px;
  min-width: 16px;
}
@media (min-width: 768px) {
  .confirmation-fare-summary .fare-summary-list_remove-button-wrap,
  .fare-summary-wrap .fare-summary-list_remove-button-wrap {
    width: 32px;
    min-width: 32px;
  }
}
.boarding-group {
  height: 32px;
}
.passengers-list-wrapper {
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 25px;
}
.fare-summary-list-wrapper {
  flex: 0 0 70%;
  width: 70%;
}
.fare-summary-list-wrapper .dcc-section,
.fare-summary-list-wrapper .trip-total-section {
  padding-left: 56px;
  padding-right: 56px;
}
@media (max-width: 768px) {
  .fare-summary-list-wrapper .dcc-section,
  .fare-summary-list-wrapper .trip-total-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fare-summary-list-wrapper .dcc-section .radio-switch-button-wrap {
  width: 32px;
}
.fare-summary-list-wrapper .trip-total-section .checkbox-wrap {
  margin-top: -12px;
}
.purchase-continue-wrap {
  text-align: right;
}
.voucher-buttons {
  justify-content: flex-end;
}
.payment-section-wrapper {
  float: right;
  width: 70%;
}
.passengers-section_list {
  overflow-y: auto;
}
.passengers-section_list.limit-height {
  max-height: 414px;
}
.priority-boarding-btns .pb-main-btn .pb-sold-out {
  position: absolute;
  left: 4px;
  top: 8px;
}
@media (max-width: 767px) {
  .passengers-list-wrapper,
  .fare-summary-list-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .passengers-list-wrapper {
    padding-right: 0;
  }
  .payment-section-wrapper {
    float: none;
    width: 100%;
  }
  .passengers-section_list.limit-height {
    max-height: 176px;
  }
  .fare-summary-accordion_header {
    min-height: 56px;
    padding-right: 16px;
    padding-left: 8px;
  }
  .fare-summary-accordion_header.fare-summary-totals {
    min-height: 56px;
  }
  .fare-summary-accordion_content {
    padding-left: 12px;
  }
  .fare-summary-accordion_totals {
    padding-left: 12px;
  }
  .fare-summary-list-wrapper .dcc-section,
  .fare-summary-list-wrapper .trip-total-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .purchase-continue-wrap {
    text-align: center;
  }
  .purchase-continue-wrap button {
    width: 100%;
  }
  .voucher-buttons {
    justify-content: center;
  }
  .voucher-buttons button {
    min-width: 150px;
  }
}
.fare-summary-accordion_title h3 {
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif !important;
}
.payment-cards-icons {
  text-align: left;
}
@media (min-width: 768px) {
  .payment-cards-icons {
    text-align: right;
  }
}
.fare-hold-message p {
  font-size: 1em;
}
section[cms-section] a.uil-button {
  display: inline-block;
}
.route-finder-wrapper [page-loader]:not(.daa-wrapper) {
  background-color: #ffffff;
}
@media (min-width: 990px) {
  .conf-aerlingus-logo {
    background-image: url(/media/images/furniture/common/confirmation/shamrock-grey.png);
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
.icon-animation {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  animation: animatedBackground 0.5s ease-in-out 1 1s forwards;
}
.icon-animation:before {
  content: '';
  display: block;
  position: absolute;
  top: 12.5%;
  left: 12.5%;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background-color: white;
  animation: animatedIcon 0.75s ease-in-out 1 1s forwards;
}
.icon-animation.bounceAnimation {
  animation: animatedBackground 0.5s ease-in-out 1 1s forwards, leftRightBounce 0.4s ease-in-out 1 2s forwards;
}
.icon-animation .uil-icons {
  font-size: 64px;
  visibility: hidden;
  animation: animatedIcon 0.75s ease-in-out 1 1s forwards;
}
.advance-buttons-wrap:not(.with-view-bp-button) .uil-button.uil-secondCTA-button:last-of-type {
  color: #ffffff;
  background-color: #B4DE59;
  border: 2px solid #B4DE59;
  color: #083d4b;
}
.advance-buttons-wrap:not(.with-view-bp-button) .uil-button.uil-secondCTA-button:last-of-type.pseudo-class-hover,
.advance-buttons-wrap:not(.with-view-bp-button) .uil-button.uil-secondCTA-button:last-of-type:hover {
  background-color: #84BD00;
  border-color: #84BD00;
}
.advance-buttons-wrap:not(.with-view-bp-button) .uil-button.uil-secondCTA-button:last-of-type.pseudo-class-active,
.advance-buttons-wrap:not(.with-view-bp-button) .uil-button.uil-secondCTA-button:last-of-type:active {
  background-color: #48a23f;
  border-color: #48a23f;
}
@media (min-width: 768px) {
  .advance-buttons-wrap:not(.with-view-bp-button) .uil-button.uil-secondCTA-button:last-of-type {
    margin-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .dashboard-essentials .essentials-list {
    border: 1px solid #F1F1F1;
    border-bottom: 0;
  }
  .dashboard-todo ul {
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  }
  .dashboard-todo ul li:last-child {
    border: none;
  }
  .dashboard-todo_bags-seats ul {
    border-top: 0;
    padding-top: 16px;
    margin-top: -16px;
  }
  .dashboard-todo_bags-seats a {
    min-height: 62px;
  }
  .dashboard-todo_bags-seats .info-message {
    margin-top: -4px;
  }
}
@media (min-width: 768px) {
  .dashboard-todo_bags-seats .info-message {
    text-align: right;
  }
}
.book-hotel-banner,
.book-carhire-banner {
  box-shadow: 0 2px 6px 0 #F1F1F1;
  will-change: all;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.book-hotel-banner:active,
.book-carhire-banner:active {
  background-color: #ffffff;
  box-shadow: none;
}
@media (min-width: 768px) {
  .book-hotel-banner:hover:not(:active),
  .book-carhire-banner:hover:not(:active) {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  }
}
.book-hotel-banner_image-wrap,
.book-carhire-banner_image-wrap {
  width: 80px;
}
@media (min-width: 768px) {
  .book-hotel-banner_image-wrap,
  .book-carhire-banner_image-wrap {
    width: 180px;
  }
}
.number-iframe-container-wrapper .number-iframe-container,
.cvv-iframe-container-wrapper .number-iframe-container,
.number-iframe-container-wrapper .cvv-iframe-container,
.cvv-iframe-container-wrapper .cvv-iframe-container {
  max-height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .number-iframe-container-wrapper .number-iframe-container iframe,
  .cvv-iframe-container-wrapper .number-iframe-container iframe,
  .number-iframe-container-wrapper .cvv-iframe-container iframe,
  .cvv-iframe-container-wrapper .cvv-iframe-container iframe {
    height: 55px;
  }
}
.number-iframe-container-wrapper input.background-input,
.cvv-iframe-container-wrapper input.background-input {
  border: 1px solid #D0D0CE;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  height: 55px;
  outline-width: 0;
  border-radius: 4px;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
  transition: all 0.2s ease;
  background-color: #ffffff;
  opacity: 1;
}
.number-iframe-container-wrapper label,
.cvv-iframe-container-wrapper label {
  top: 26px;
  left: 12px;
  transition: all 0.2s ease;
  position: absolute;
  color: #63666A;
}
.number-iframe-container-wrapper.error input.background-input,
.cvv-iframe-container-wrapper.error input.background-input {
  border-color: #d37c7c;
  -webkit-box-shadow: 0px 0px 2px 0px #d37c7c;
  box-shadow: 0px 0px 2px 0px #d37c7c;
}
.number-iframe-container-wrapper.error label,
.cvv-iframe-container-wrapper.error label {
  color: #C04343;
}
.number-iframe-container-wrapper.error _:-ms-lang(x),
.cvv-iframe-container-wrapper.error _:-ms-lang(x),
.number-iframe-container-wrapper.error .cover-for-x-edge,
.cvv-iframe-container-wrapper.error .cover-for-x-edge {
  border-color: #d37c7c;
}
.number-iframe-container-wrapper.focused label,
.cvv-iframe-container-wrapper.focused label,
.number-iframe-container-wrapper.not-empty label,
.cvv-iframe-container-wrapper.not-empty label {
  top: 8px;
  left: 0;
  transform: scale(0.7);
}
.number-iframe-container-wrapper.focused input.background-input,
.cvv-iframe-container-wrapper.focused input.background-input {
  border-color: #006272;
  -webkit-box-shadow: 0px 0px 2px 0px #006272;
  box-shadow: 0px 0px 2px 0px #006272;
}
.number-iframe-container-wrapper.focused label,
.cvv-iframe-container-wrapper.focused label {
  color: #006272;
}
.number-iframe-container-wrapper.focused _:-ms-lang(x),
.cvv-iframe-container-wrapper.focused _:-ms-lang(x),
.number-iframe-container-wrapper.focused .cover-for-x-edge,
.cvv-iframe-container-wrapper.focused .cover-for-x-edge {
  border-color: #006272;
}
.number-iframe-container-wrapper.error.focused input.background-input,
.cvv-iframe-container-wrapper.error.focused input.background-input {
  border-color: #C04343;
  -webkit-box-shadow: 0px 0px 2px 0px #d37c7c;
  box-shadow: 0px 0px 2px 0px #d37c7c;
}
.number-iframe-container-wrapper.error.focused label,
.cvv-iframe-container-wrapper.error.focused label {
  color: #C04343;
}
.number-iframe-container-wrapper.error.focused _:-ms-lang(x),
.cvv-iframe-container-wrapper.error.focused _:-ms-lang(x),
.number-iframe-container-wrapper.error.focused .cover-for-x-edge,
.cvv-iframe-container-wrapper.error.focused .cover-for-x-edge {
  border-color: #C04343;
}
.number-iframe-container-wrapper _:-ms-lang(x),
.cvv-iframe-container-wrapper _:-ms-lang(x),
.number-iframe-container-wrapper .cover-for-x-edge,
.cvv-iframe-container-wrapper .cover-for-x-edge {
  width: 20px;
  height: 55px;
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid #D0D0CE;
  border-left: 0;
  border-top-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  outline-width: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
}
.cabin-bags .cabin-pax-info {
  border-top: none;
  border-bottom: none;
}
.cabin-bags .cabin-pax-info .passenger-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cabin-bags .border-radius-bottom-none {
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cabin-bags .border-radius-top-none {
  /*.radius-top (@radius)*/
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cabin-bags .cabin-card {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cabin-bags .cabin-card .cabin-bags-icon {
  font-size: 56px;
}
.cabin-bags .cabin-card .cabin-button-height {
  height: 32px;
}
.cabin-bags .cabin-card .cabin-button {
  border-top: none;
}
.cabin-bags .cabin-card .cabin-card-unavailable-icon {
  width: 32px;
  height: 32px;
  font-size: 2rem;
}
.cabin-bags .cabin-card .cabin-card-unavailable-tooltip.list-disc ul {
  margin: 0;
}
.cabin-bags .cabin-card .cabin-card-unavailable-tooltip.list-disc ul li {
  margin-left: 1rem;
  padding-top: 0;
}
.cabin-bags .cabin-card .cabin-card-unavailable-tooltip.list-disc ul li:first-of-type {
  padding-top: 1rem;
}
.cabin-bags .cabin-card .or-cabin {
  position: absolute;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: #F9F9F9;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  font-size: 0.75rem;
  bottom: 0;
  right: 50%;
  margin-bottom: -29px;
  margin-right: -21px;
}
.cabin-bags .cabin-card .or-cabin:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 6px;
  height: 11px;
  background: #F9F9F9;
}
.cabin-bags .cabin-card .or-cabin:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 6px;
  height: 11px;
  background: #F9F9F9;
}
@media (min-width: 768px) {
  .cabin-bags .cabin-pax-info {
    border-top: 1px solid #F1F1F1;
  }
  .cabin-bags .cabin-pax-info.cabin-pax-border-bottom {
    border-bottom: 1px solid #F1F1F1;
  }
  .cabin-bags .cabin-card:not(.cabin-item-first),
  .cabin-bags .cabin-card:not(.cabin-item-last) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cabin-bags .cabin-card.cabin-item-first {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 8px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cabin-bags .cabin-card.cabin-item-last {
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cabin-bags .cabin-card .cabin-bags-icon {
    font-size: 64px;
  }
  .cabin-bags .cabin-card .cabin-button {
    border-top: 1px solid #F1F1F1;
    height: 100%;
  }
  .cabin-bags .cabin-card .or-cabin {
    width: 56px;
    height: 56px;
    bottom: 50%;
    right: 0;
    margin-bottom: -28px;
    margin-right: -36px;
    font-size: 1rem;
  }
  .cabin-bags .cabin-card .or-cabin:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: auto;
    width: 14px;
    height: 10px;
    background: #F9F9F9;
  }
  .cabin-bags .cabin-card .or-cabin:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    width: 14px;
    height: 10px;
    background: #F9F9F9;
  }
}
.fill-orange svg {
  fill: #D33D00;
}
.fill-white svg {
  fill: #ffffff;
}
.delete-account-details .avios-logo-bg {
  position: absolute;
  right: -16px;
}
@media (min-width: 768px) {
  .delete-account-details .avios-logo-bg {
    top: -70%;
  }
}
.seats-legend .seats-legend-container {
  border-top: 2px solid #F9F9F9;
  border-bottom: 2px solid #F9F9F9;
}
.seats-legend .seat-legend-borders {
  width: 50%;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .seats-legend .seat-legend-borders {
    border-bottom: 1px solid #D0D0CE;
    width: 100%;
    padding-left: 0;
  }
  .seats-legend .seat-legend-borders:first-child {
    border-top: 1px solid #D0D0CE;
  }
}
.seats-legend .seat-fare-description {
  flex-basis: 100%;
}
.seats-legend .seats-fare .seats-fare_info {
  padding-left: 10px;
}
.seats-legend .seats-fare .seats-fare_info .seats-fare_info-price {
  padding: 0;
}
.seats-legend .seat-fare-extended {
  padding: 16px;
}
@media (min-width: 768px) {
  .seats-legend .seats-legend-container {
    border-top: none;
    border-bottom: none;
  }
  .seats-legend .seats-fare .seats-fare_info {
    padding-left: 15px;
  }
  .seats-legend .seats-fare .seats-fare_info .seats-fare_info-price {
    padding-left: 15px;
  }
  .seats-legend .seat-fare-extended {
    padding: 0;
  }
}
.seat-map-wrapper {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 8px 15px 8px;
  min-width: 320px;
  width: auto;
}
@media (min-width: 768px) {
  .seat-map-wrapper {
    width: 100%;
  }
}
@media (max-width: 356px) {
  .seat-map-wrapper {
    padding: 8px 11px 8px;
  }
}
.seats-table {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.seats-table .seats-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 356px) {
  .seats-table .seats-row {
    margin-bottom: 6px;
  }
}
.seats-table .seats-row.seats-row_exit {
  height: 58px;
}
.seats-table .seats-row.seats-row_exit:before,
.seats-table .seats-row.seats-row_exit:after {
  display: block;
  position: absolute;
  top: 0;
  width: 41px;
  height: 34px;
  color: #D0D0CE;
}
.seats-table .seats-row.seats-row_exit:before {
  content: '';
  background: url(/media/images/furniture/common/seat-map/exit_left.svg) no-repeat;
  left: -15px;
}
.seats-table .seats-row.seats-row_exit:after {
  content: '';
  background: url(/media/images/furniture/common/seat-map/exit_right.svg) no-repeat;
  right: -15px;
}
@media (max-width: 356px) {
  .seats-table .seats-row.seats-row_exit:before,
  .seats-table .seats-row.seats-row_exit:after {
    display: block;
    position: absolute;
    top: 0;
    width: 41px;
    height: 34px;
    color: #D0D0CE;
  }
  .seats-table .seats-row.seats-row_exit:before {
    content: '';
    background: url(/media/images/furniture/common/seat-map/exit_left.svg) no-repeat;
    left: -11px;
  }
  .seats-table .seats-row.seats-row_exit:after {
    content: '';
    background: url(/media/images/furniture/common/seat-map/exit_right.svg) no-repeat;
    right: -11px;
  }
}
.seats-table .seats-row.seats-row_exit:last-child {
  margin-bottom: 0;
}
.seats-table .seats-row.seats-row_exit:nth-child(3) {
  height: 24px;
}
.seats-table .seats-row.seats-row_exit:nth-child(3):before,
.seats-table .seats-row.seats-row_exit:nth-child(3):after {
  content: none;
}
.seats-table .seats-row.seats-row_exit__short {
  height: 34px;
}
.seats-table .heading-row .seat {
  line-height: 24px;
}
.seats-table .seat {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 356px) {
  .seats-table .seat {
    margin-right: 6px;
  }
}
.seats-table .seat:first-child .exit-popup-arrow {
  left: 7px;
}
.seats-table .seat:last-child {
  margin-right: 0;
}
.seats-table .seat.extra-margin-left {
  margin-left: 15px;
}
@media (max-width: 356px) {
  .seats-table .seat.extra-margin-left {
    margin-left: 13px;
  }
}
.seats-table .seat.extra-margin-right {
  margin-right: 25px;
}
@media (max-width: 356px) {
  .seats-table .seat.extra-margin-right {
    margin-right: 23px;
  }
}
.seats-table .seat .exit-popup-arrow {
  position: absolute;
  top: 22px;
  z-index: 980;
  border: 1px transparent solid;
  display: block;
  content: '';
  left: 0;
  height: 1.2em;
  width: 1.2em;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  background-color: #ffffff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.seats-table .pax-initials {
  line-height: 24px;
  font-size: 0.75em;
}
.seats-table .noseat-area {
  visibility: hidden;
}
.seats-premium .seat,
.seats-business .seat {
  display: flex;
  flex-direction: column;
  height: 45px;
  width: 52px;
  padding: 0 3px;
  margin-right: 0;
}
.seats-premium .seat.aisle-offset,
.seats-business .seat.aisle-offset {
  margin-right: 16px;
}
.seats-premium .seat.status_code_3,
.seats-business .seat.status_code_3 {
  display: none;
}
.seats-premium .seat.status_code_3.seat-single,
.seats-business .seat.status_code_3.seat-single,
.seats-premium .seat.status_code_3.seat-double-first,
.seats-business .seat.status_code_3.seat-double-first,
.seats-premium .seat.status_code_3.seat-double-second,
.seats-business .seat.status_code_3.seat-double-second,
.seats-premium .seat.status_code_3.seat-double-centred-first,
.seats-business .seat.status_code_3.seat-double-centred-first,
.seats-premium .seat.status_code_3.seat-double-centred-second,
.seats-business .seat.status_code_3.seat-double-centred-second,
.seats-premium .seat.status_code_3.seat-single-centred,
.seats-business .seat.status_code_3.seat-single-centred {
  display: flex;
  visibility: hidden;
}
.seats-premium .seat .seat-theme,
.seats-business .seat .seat-theme {
  position: relative;
  top: 8px;
  z-index: 1;
}
.seats-premium .seat-number,
.seats-business .seat-number {
  position: absolute;
  top: -14px;
  width: 24px;
}
.seats-premium .seats-row,
.seats-business .seats-row {
  margin-bottom: 12px;
}
.seats-premium .seats-row.even .seat-single,
.seats-business .seats-row.even .seat-single {
  align-items: flex-end;
  background: url(/media/images/furniture/common/seat-map/seat-single-left.svg) no-repeat top center;
}
.seats-premium .seats-row.even .seat-double-first,
.seats-business .seats-row.even .seat-double-first {
  align-items: flex-end;
  background: url(/media/images/furniture/common/seat-map/seat-double-left.svg) no-repeat top left;
}
.seats-premium .seats-row.even .seat-double-second,
.seats-business .seats-row.even .seat-double-second {
  width: 40px;
  align-items: flex-end;
  background: url(/media/images/furniture/common/seat-map/seat-double-left.svg) no-repeat top right;
}
.seats-premium .seats-row.even .seat-double-centred-first,
.seats-business .seats-row.even .seat-double-centred-first {
  width: 37px;
  align-items: flex-start;
  background: url(/media/images/furniture/common/seat-map/seat-double-centred.svg) no-repeat top left;
}
.seats-premium .seats-row.even .seat-double-centred-second,
.seats-business .seats-row.even .seat-double-centred-second {
  width: 37px;
  align-items: flex-end;
  background: url(/media/images/furniture/common/seat-map/seat-double-centred.svg) no-repeat top right;
}
.seats-premium .seats-row.even .seat-single-centred,
.seats-business .seats-row.even .seat-single-centred {
  width: 74px;
  align-items: center;
  background: url(/media/images/furniture/common/seat-map/seat-single-centred.svg) no-repeat top center;
}
.seats-premium .seats-row.odd .seat-single,
.seats-business .seats-row.odd .seat-single {
  align-items: flex-start;
  background: url(/media/images/furniture/common/seat-map/seat-single-right.svg) no-repeat top center;
}
.seats-premium .seats-row.odd .seat-double-first,
.seats-business .seats-row.odd .seat-double-first {
  width: 40px;
  align-items: flex-start;
  background: url(/media/images/furniture/common/seat-map/seat-double-right.svg) no-repeat top left;
}
.seats-premium .seats-row.odd .seat-double-second,
.seats-business .seats-row.odd .seat-double-second {
  align-items: flex-start;
  background: url(/media/images/furniture/common/seat-map/seat-double-right.svg) no-repeat top right;
}
.seats-premium .seats-row.odd .seat-double-centred-first,
.seats-business .seats-row.odd .seat-double-centred-first {
  width: 37px;
  align-items: flex-start;
  background: url(/media/images/furniture/common/seat-map/seat-double-centred.svg) no-repeat top left;
}
.seats-premium .seats-row.odd .seat-double-centred-second,
.seats-business .seats-row.odd .seat-double-centred-second {
  width: 37px;
  align-items: flex-end;
  background: url(/media/images/furniture/common/seat-map/seat-double-centred.svg) no-repeat top right;
}
.seats-premium .seats-row.odd .seat-single-centred,
.seats-business .seats-row.odd .seat-single-centred {
  width: 74px;
  align-items: center;
  background: url(/media/images/furniture/common/seat-map/seat-single-centred.svg) no-repeat top center;
}
.seats-premium.Bs330 .seat_7.aisle-offset,
.seats-business.Bs330 .seat_7.aisle-offset,
.seats-premium.Pr330_300_v2 .seat_7.aisle-offset,
.seats-business.Pr330_300_v2 .seat_7.aisle-offset {
  margin-right: 36px;
}
.seats-premium.Bs330 .seat_7.K.seat-single,
.seats-business.Bs330 .seat_7.K.seat-single,
.seats-premium.Pr330_300_v2 .seat_7.K.seat-single,
.seats-business.Pr330_300_v2 .seat_7.K.seat-single {
  align-items: flex-start;
  background: url(/media/images/furniture/common/seat-map/seat-single-right.svg) no-repeat top center;
}
.seats-premium.Bs330_202 .seat_5.G.aisle-offset,
.seats-business.Bs330_202 .seat_5.G.aisle-offset {
  margin-right: 36px;
}
.seats-premium.BsA332 .seats-row:not(:last-child),
.seats-business.BsA332 .seats-row:not(:last-child) {
  margin-bottom: 16px;
}
.seat-theme {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  color: #ffffff;
}
.seat-theme .seat-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 85%;
  border-radius: 3px;
  line-height: 24px;
  font-size: 0.75em;
}
.seat-theme.infant-seat {
  position: relative;
}
.seat-theme.infant-seat:after,
.seat-theme.infant-seat:before {
  font-family: 'aer-lingus-icons';
  position: absolute;
  left: 50%;
  z-index: 101;
}
.seat-theme.infant-seat:after {
  content: '\F2A5';
  font-size: 1.5em;
  margin-left: -0.3em;
  top: -1px;
  color: #fff;
}
.seat-theme.interactive {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.seat-theme.interactive .seat-inner {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.seat-theme.interactive .seat-inner:after {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.seat-theme.interactive:hover {
  will-change: background;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  -ms-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.seat-theme.interactive:hover .seat-inner {
  will-change: background;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  -ms-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.seat-theme.interactive:hover .seat-inner:after {
  will-change: background;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  -ms-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.seat-theme.interactive:active {
  will-change: background;
  -webkit-transition: background 0.05s ease;
  -moz-transition: background 0.05s ease;
  -o-transition: background 0.05s ease;
  -ms-transition: background 0.05s ease;
  transition: background 0.05s ease;
}
.seat-theme.interactive:active .seat-inner {
  will-change: background;
  -webkit-transition: background 0.05s ease;
  -moz-transition: background 0.05s ease;
  -o-transition: background 0.05s ease;
  -ms-transition: background 0.05s ease;
  transition: background 0.05s ease;
}
.seat-theme.interactive:active .seat-inner:after {
  will-change: background;
  -webkit-transition: background 0.05s ease;
  -moz-transition: background 0.05s ease;
  -o-transition: background 0.05s ease;
  -ms-transition: background 0.05s ease;
  transition: background 0.05s ease;
}
.seat-theme.seat-premium,
.seat-theme.seat-business {
  height: 26px;
  width: 24px;
  border-radius: 4px;
}
.seat-theme.seat-premium:not(.unavailable) .seat-inner,
.seat-theme.seat-business:not(.unavailable) .seat-inner {
  border-radius: 4px;
}
.seat-theme.seat-premium:not(.unavailable) .seat-inner:after,
.seat-theme.seat-business:not(.unavailable) .seat-inner:after {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 18px;
  border-radius: 4px;
}
.seat-theme.seat-default {
  height: 24px;
  width: 24px;
  border-radius: 3px;
}
.seat-theme.seat-default .seat-inner {
  border-radius: 3px;
  line-height: 1.5em;
  padding-top: 3px;
}
.seat-theme.seat-theme-default {
  background: #ababa7;
}
.seat-theme.seat-theme-default.not-selected {
  background: #F1F1F1;
  border: 1px solid #D0D0CE;
  color: #88888D;
}
.seat-theme.seat-theme-default.not-selected .seat-inner {
  height: 100%;
  background: none;
}
.seat-theme.seat-theme-default .seat-inner {
  background: #D0D0CE;
}
.seat-theme.seat-theme-default .seat-inner:after {
  background: #ababa7;
}
.seat-theme.seat-theme-default.interactive:hover,
.seat-theme.seat-theme-default.interactive.seat-selecting {
  background: #dcdcdb;
}
.seat-theme.seat-theme-default.interactive:hover .seat-inner,
.seat-theme.seat-theme-default.interactive.seat-selecting .seat-inner {
  background: #e9e9e8;
}
.seat-theme.seat-theme-default.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-default.interactive.seat-selecting .seat-inner:after {
  background: #dcdcdb;
}
.seat-theme.seat-theme-default.interactive:active {
  background: #92928d;
}
.seat-theme.seat-theme-default.interactive:active .seat-inner {
  background: #ababa7;
}
.seat-theme.seat-theme-default.interactive:active .seat-inner:after {
  background: #92928d;
}
.seat-theme.seat-theme-premium,
.seat-theme.seat-theme-business {
  background: #004c59;
}
.seat-theme.seat-theme-premium .seat-inner,
.seat-theme.seat-theme-business .seat-inner {
  background: #006272;
}
.seat-theme.seat-theme-premium .seat-inner:after,
.seat-theme.seat-theme-business .seat-inner:after {
  background: #004c59;
}
.seat-theme.seat-theme-premium.interactive:hover,
.seat-theme.seat-theme-business.interactive:hover,
.seat-theme.seat-theme-premium.interactive.seat-selecting,
.seat-theme.seat-theme-business.interactive.seat-selecting {
  background: #00788c;
}
.seat-theme.seat-theme-premium.interactive:hover .seat-inner,
.seat-theme.seat-theme-business.interactive:hover .seat-inner,
.seat-theme.seat-theme-premium.interactive.seat-selecting .seat-inner,
.seat-theme.seat-theme-business.interactive.seat-selecting .seat-inner {
  background: #008ea5;
}
.seat-theme.seat-theme-premium.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-business.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-premium.interactive.seat-selecting .seat-inner:after,
.seat-theme.seat-theme-business.interactive.seat-selecting .seat-inner:after {
  background: #00788c;
}
.seat-theme.seat-theme-premium.interactive:active,
.seat-theme.seat-theme-business.interactive:active {
  background: #000000;
}
.seat-theme.seat-theme-premium.interactive:active .seat-inner,
.seat-theme.seat-theme-business.interactive:active .seat-inner {
  background: #002026;
}
.seat-theme.seat-theme-premium.interactive:active .seat-inner:after,
.seat-theme.seat-theme-business.interactive:active .seat-inner:after {
  background: #000000;
}
.seat-theme.seat-theme-front {
  background: #593696;
}
.seat-theme.seat-theme-front .seat-inner {
  background: #7E57C2;
}
.seat-theme.seat-theme-front .seat-inner:after {
  background: #593696;
}
.seat-theme.seat-theme-front.interactive:hover,
.seat-theme.seat-theme-front.interactive.seat-selecting {
  background: #8c6ac9;
}
.seat-theme.seat-theme-front.interactive:hover .seat-inner,
.seat-theme.seat-theme-front.interactive.seat-selecting .seat-inner {
  background: #9b7cd0;
}
.seat-theme.seat-theme-front.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-front.interactive.seat-selecting .seat-inner:after {
  background: #8c6ac9;
}
.seat-theme.seat-theme-front.interactive:active {
  background: #432971;
}
.seat-theme.seat-theme-front.interactive:active .seat-inner {
  background: #593696;
}
.seat-theme.seat-theme-front.interactive:active .seat-inner:after {
  background: #432971;
}
.seat-theme.seat-theme-standard {
  background: #9b4c00;
}
.seat-theme.seat-theme-standard .seat-inner {
  background: #E77200;
}
.seat-theme.seat-theme-standard .seat-inner:after {
  background: #9b4c00;
}
.seat-theme.seat-theme-standard.interactive:hover,
.seat-theme.seat-theme-standard.interactive.seat-selecting {
  background: #ff7f01;
}
.seat-theme.seat-theme-standard.interactive:hover .seat-inner,
.seat-theme.seat-theme-standard.interactive.seat-selecting .seat-inner {
  background: #ff8c1b;
}
.seat-theme.seat-theme-standard.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-standard.interactive.seat-selecting .seat-inner:after {
  background: #ff7f01;
}
.seat-theme.seat-theme-standard.interactive:active {
  background: #683300;
}
.seat-theme.seat-theme-standard.interactive:active .seat-inner {
  background: #9b4c00;
}
.seat-theme.seat-theme-standard.interactive:active .seat-inner:after {
  background: #683300;
}
.seat-theme.seat-theme-standard_plus {
  background: #003933;
}
.seat-theme.seat-theme-standard_plus .seat-inner {
  background: #008578;
}
.seat-theme.seat-theme-standard_plus .seat-inner:after {
  background: #003933;
}
.seat-theme.seat-theme-standard_plus.interactive:hover,
.seat-theme.seat-theme-standard_plus.interactive.seat-selecting {
  background: #009f8f;
}
.seat-theme.seat-theme-standard_plus.interactive:hover .seat-inner,
.seat-theme.seat-theme-standard_plus.interactive.seat-selecting .seat-inner {
  background: #00b8a6;
}
.seat-theme.seat-theme-standard_plus.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-standard_plus.interactive.seat-selecting .seat-inner:after {
  background: #009f8f;
}
.seat-theme.seat-theme-standard_plus.interactive:active {
  background: #000605;
}
.seat-theme.seat-theme-standard_plus.interactive:active .seat-inner {
  background: #003933;
}
.seat-theme.seat-theme-standard_plus.interactive:active .seat-inner:after {
  background: #000605;
}
.seat-theme.seat-theme-choice {
  background: #005c7c;
}
.seat-theme.seat-theme-choice .seat-inner {
  background: #0095C8;
}
.seat-theme.seat-theme-choice .seat-inner:after {
  background: #005c7c;
}
.seat-theme.seat-theme-choice.interactive:hover,
.seat-theme.seat-theme-choice.interactive.seat-selecting {
  background: #00a8e2;
}
.seat-theme.seat-theme-choice.interactive:hover .seat-inner,
.seat-theme.seat-theme-choice.interactive.seat-selecting .seat-inner {
  background: #00bbfb;
}
.seat-theme.seat-theme-choice.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-choice.interactive.seat-selecting .seat-inner:after {
  background: #00a8e2;
}
.seat-theme.seat-theme-choice.interactive:active {
  background: #003649;
}
.seat-theme.seat-theme-choice.interactive:active .seat-inner {
  background: #005c7c;
}
.seat-theme.seat-theme-choice.interactive:active .seat-inner:after {
  background: #003649;
}
.seat-theme.seat-theme-priority {
  background: #005c7c;
}
.seat-theme.seat-theme-priority .seat-inner {
  background: #0095C8;
}
.seat-theme.seat-theme-priority .seat-inner:after {
  background: #005c7c;
}
.seat-theme.seat-theme-priority.interactive:hover,
.seat-theme.seat-theme-priority.interactive.seat-selecting {
  background: #00a8e2;
}
.seat-theme.seat-theme-priority.interactive:hover .seat-inner,
.seat-theme.seat-theme-priority.interactive.seat-selecting .seat-inner {
  background: #00bbfb;
}
.seat-theme.seat-theme-priority.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-priority.interactive.seat-selecting .seat-inner:after {
  background: #00a8e2;
}
.seat-theme.seat-theme-priority.interactive:active {
  background: #003649;
}
.seat-theme.seat-theme-priority.interactive:active .seat-inner {
  background: #005c7c;
}
.seat-theme.seat-theme-priority.interactive:active .seat-inner:after {
  background: #003649;
}
.seat-theme.seat-theme-exit {
  color: #2C2A29;
  background: #e3ba02;
}
.seat-theme.seat-theme-exit .seat-inner {
  background: #FDD835;
}
.seat-theme.seat-theme-exit .seat-inner:after {
  background: #e3ba02;
}
.seat-theme.seat-theme-exit.interactive:hover,
.seat-theme.seat-theme-exit.interactive.seat-selecting {
  background: #fddd4e;
}
.seat-theme.seat-theme-exit.interactive:hover .seat-inner,
.seat-theme.seat-theme-exit.interactive.seat-selecting .seat-inner {
  background: #fee267;
}
.seat-theme.seat-theme-exit.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-exit.interactive.seat-selecting .seat-inner:after {
  background: #fddd4e;
}
.seat-theme.seat-theme-exit.interactive:active {
  background: #b19002;
}
.seat-theme.seat-theme-exit.interactive:active .seat-inner {
  background: #e3ba02;
}
.seat-theme.seat-theme-exit.interactive:active .seat-inner:after {
  background: #b19002;
}
.seat-theme.seat-theme-extra_legroom {
  color: #2C2A29;
  background: #e3ba02;
}
.seat-theme.seat-theme-extra_legroom .seat-inner {
  background: #FDD835;
}
.seat-theme.seat-theme-extra_legroom .seat-inner:after {
  background: #e3ba02;
}
.seat-theme.seat-theme-extra_legroom.interactive:hover,
.seat-theme.seat-theme-extra_legroom.interactive.seat-selecting {
  background: #fddd4e;
}
.seat-theme.seat-theme-extra_legroom.interactive:hover .seat-inner,
.seat-theme.seat-theme-extra_legroom.interactive.seat-selecting .seat-inner {
  background: #fee267;
}
.seat-theme.seat-theme-extra_legroom.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-extra_legroom.interactive.seat-selecting .seat-inner:after {
  background: #fddd4e;
}
.seat-theme.seat-theme-extra_legroom.interactive:active {
  background: #b19002;
}
.seat-theme.seat-theme-extra_legroom.interactive:active .seat-inner {
  background: #e3ba02;
}
.seat-theme.seat-theme-extra_legroom.interactive:active .seat-inner:after {
  background: #b19002;
}
.seat-theme.seat-theme-stretch {
  color: #2C2A29;
  background: #e3ba02;
}
.seat-theme.seat-theme-stretch .seat-inner {
  background: #FDD835;
}
.seat-theme.seat-theme-stretch .seat-inner:after {
  background: #e3ba02;
}
.seat-theme.seat-theme-stretch.interactive:hover,
.seat-theme.seat-theme-stretch.interactive.seat-selecting {
  background: #fddd4e;
}
.seat-theme.seat-theme-stretch.interactive:hover .seat-inner,
.seat-theme.seat-theme-stretch.interactive.seat-selecting .seat-inner {
  background: #fee267;
}
.seat-theme.seat-theme-stretch.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-stretch.interactive.seat-selecting .seat-inner:after {
  background: #fddd4e;
}
.seat-theme.seat-theme-stretch.interactive:active {
  background: #b19002;
}
.seat-theme.seat-theme-stretch.interactive:active .seat-inner {
  background: #e3ba02;
}
.seat-theme.seat-theme-stretch.interactive:active .seat-inner:after {
  background: #b19002;
}
.seat-theme.seat-theme-aerspace {
  background: #002026;
}
.seat-theme.seat-theme-aerspace .seat-inner {
  background: #006272;
}
.seat-theme.seat-theme-aerspace .seat-inner:after {
  background: #002026;
}
.seat-theme.seat-theme-aerspace.interactive:hover,
.seat-theme.seat-theme-aerspace.interactive.seat-selecting {
  background: #00788c;
}
.seat-theme.seat-theme-aerspace.interactive:hover .seat-inner,
.seat-theme.seat-theme-aerspace.interactive.seat-selecting .seat-inner {
  background: #008ea5;
}
.seat-theme.seat-theme-aerspace.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-aerspace.interactive.seat-selecting .seat-inner:after {
  background: #00788c;
}
.seat-theme.seat-theme-aerspace.interactive:active {
  background: #000000;
}
.seat-theme.seat-theme-aerspace.interactive:active .seat-inner {
  background: #002026;
}
.seat-theme.seat-theme-aerspace.interactive:active .seat-inner:after {
  background: #000000;
}
.seat-theme.seat-theme-aerspace-half {
  display: block;
  position: absolute;
  visibility: visible;
  width: 100%;
  height: 50%;
  bottom: 0;
  cursor: not-allowed;
  pointer-events: none;
  border-radius: 2px;
  background: #F1F1F1;
}
.seat-theme.seat-theme-selected {
  background: #608a00;
}
.seat-theme.seat-theme-selected .seat-inner {
  background: #84BD00;
}
.seat-theme.seat-theme-selected .seat-inner:after {
  background: #608a00;
}
.seat-theme.seat-theme-selected.interactive:hover,
.seat-theme.seat-theme-selected.interactive.seat-selecting {
  background: #96d700;
}
.seat-theme.seat-theme-selected.interactive:hover .seat-inner,
.seat-theme.seat-theme-selected.interactive.seat-selecting .seat-inner {
  background: #a8f000;
}
.seat-theme.seat-theme-selected.interactive:hover .seat-inner:after,
.seat-theme.seat-theme-selected.interactive.seat-selecting .seat-inner:after {
  background: #96d700;
}
.seat-theme.seat-theme-selected.interactive:active {
  background: #2b3e00;
}
.seat-theme.seat-theme-selected.interactive:active .seat-inner {
  background: #4f7100;
}
.seat-theme.seat-theme-selected.interactive:active .seat-inner:after {
  background: #2b3e00;
}
.seat-theme.seat-theme-unavailable {
  background: #F1F1F1;
  border: 1px solid #D0D0CE;
  border-radius: 2px;
  cursor: not-allowed;
  pointer-events: none;
  color: #88888D;
}
.seat-theme.seat-theme-unavailable .seat-inner {
  height: 100%;
}
.seat-theme.seat-theme-unavailable .seat-inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\d7";
  font-size: 26px;
  color: #88888D;
  line-height: 28px;
  text-align: center;
}
.assign-seat-popup {
  position: absolute;
  left: 50%;
  transform: translate(-52%, 0);
  top: 10px;
  z-index: 990;
  width: 100%;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: initial !important;
}
.assign-seat-popup .header-popup {
  font-size: 1.25em;
}
.assign-seat-popup .caption-popup {
  font-size: 0.875em;
}
.assign-seat-popup .seats-total-container {
  border-radius: 0 0 8px 8px;
}
.assign-seat-popup .overlay-drop-shadow {
  position: relative;
  box-shadow: 0 4px 8px -6px rgba(0, 0, 0, 0.1);
}
.assign-seat-popup .reset-button {
  margin-bottom: 25px;
  margin-top: 25px;
}
.assign-seat-popup .passenger-detail-row {
  margin: 20px 0 !important;
}
.assign-seat-popup .passenger-detail-row .passenger-name {
  padding-left: 8px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assign-seat-popup .passenger-detail-row .button-confirm {
  padding: 4px 8px 2px 8px !important;
}
.assign-seat-popup .close-button {
  font-size: 1.25em !important;
  right: 0;
}
@media (min-width: 990px) {
  .assign-seat-popup {
    padding: 8px !important;
  }
  .assign-seat-popup .header-popup {
    font-size: 1.25em !important;
  }
  .assign-seat-popup .caption-popup {
    font-size: 0.875em;
  }
  .assign-seat-popup .reset-button {
    margin-top: 30px !important;
  }
}
@media (max-width: 350px) {
  .assign-seat-popup {
    transform: translate(-51%, 0);
  }
}
.upcoming-trip-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  will-change: all;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.upcoming-trip-card .city-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.upcoming-trip-card:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.upcoming-trip-card:active {
  box-shadow: none;
}
.flight-card {
  padding: 16px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 #D0D0CE, inset 0 -1px 0 0 #D0D0CE, inset 1px 0 0 0 #D0D0CE, inset -1px 0 0 0 #D0D0CE, 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.flight-card .flight-card_arrow {
  margin-top: 12px;
  border-top: 1px solid #D0D0CE;
}
.flight-card .flight-card_arrow-end {
  position: absolute;
  top: -3px;
  right: 1px;
  transform: rotate(-45deg);
  padding: 2px;
  border: solid #D0D0CE;
  border-width: 0 1px 1px 0;
}
.flight-card .flight-card_flight-flown {
  background-color: rgba(187, 188, 188, 0.7);
  border-radius: 4px;
}
.flight-card .flight-card_flight-flown .flight-flown-text {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #D0D0CE;
  border-radius: 16px;
  text-align: center;
}
.flight-card .flight-card_subtotal-arrow {
  width: 12px;
  height: 12px;
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.flight-control-tabs .flight-control-tabs_row {
  height: 52px;
}
.flight-control-tabs .flight-control-tabs_tab {
  height: 48px;
  line-height: 48px;
  background: #006272;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  border: 1px solid #004E5B;
  cursor: pointer;
  -webkit-transition: 150ms;
  transition: 150ms;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.flight-control-tabs .flight-control-tabs_tab:hover,
.flight-control-tabs .flight-control-tabs_tab:focus,
.flight-control-tabs .flight-control-tabs_tab.active {
  height: 52px;
  padding-top: 4px;
}
.flight-control-tabs .flight-control-tabs_tab.active {
  background: #F9F9F9;
  color: #006272;
  border-color: #F9F9F9;
  cursor: auto;
}
.flight-control-tabs .flight-control-tabs_tab.active .flight-control-tab_text {
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
}
.flight-control-tabs .flight-control-tabs_content {
  background: #F9F9F9;
  padding: 16px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .flight-control-tabs .flight-control-tabs_row {
    height: 64px;
  }
  .flight-control-tabs .flight-control-tabs_tab {
    height: 56px;
  }
  .flight-control-tabs .flight-control-tabs_tab:hover,
  .flight-control-tabs .flight-control-tabs_tab:focus,
  .flight-control-tabs .flight-control-tabs_tab.active {
    height: 64px;
    padding-top: 8px;
  }
  .flight-control-tabs .flight-control-tabs_tab .flight-control-tab_text {
    font-size: 1.125rem;
  }
  .flight-control-tabs .flight-control-tabs_content {
    padding: 32px;
  }
}
.row-product .custom-accordion.row-product-accordion {
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  background-color: #ffffff;
  will-change: all;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  max-height: none;
}
.row-product .custom-accordion.row-product-accordion.collapsed {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.row-product .custom-accordion.row-product-accordion.collapsed:active {
  background-color: #ffffff;
  box-shadow: none;
}
.row-product .custom-accordion.row-product-accordion .custom-accordion-group.open {
  z-index: 2;
  position: relative;
}
.row-product .custom-accordion.row-product-accordion .custom-accordion-group-content {
  padding: 0;
  background-color: #F9F9F9;
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.row-product .custom-accordion.row-product-accordion .custom-accordion-group-content.custom-accordion-slide-open {
  padding: 16px 0;
  border-top: 2px solid #F1F1F1;
}
@media (min-width: 768px) {
  .row-product .custom-accordion.row-product-accordion.collapsed:hover:not(:active) {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  }
}
.row-product .custom-accordion.product-inner-accordion {
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.row-product .custom-accordion.product-inner-accordion .custom-accordion-group-content {
  padding: 0;
  background-color: #ffffff;
}
.row-product .custom-accordion.product-inner-accordion .custom-accordion-group-content.custom-accordion-slide-open {
  padding: 0;
  border-top: none;
}
@media (min-width: 768px) {
  .row-product .custom-accordion.product-inner-accordion .custom-accordion-group-content.custom-accordion-slide-open {
    border-top: solid 1px #F1F1F1;
  }
}
.row-product .product-ia .product-ia_header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "img heading arrow" "img price arrow" "desc desc desc";
  display: -ms-grid;
  -ms-grid-columns: auto 1fr auto;
}
.row-product .product-ia .product-ia_header .product-ia_img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.row-product .product-ia .product-ia_header .product-ia_heading {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.row-product .product-ia .product-ia_header .product-ia_arrow {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.row-product .product-ia .product-ia_header .none {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.row-product .product-ia .product-ia_header .product-ia_price {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.row-product .product-ia .product-ia_header .none {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.row-product .product-ia .product-ia_header .product-ia_desc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.row-product .product-ia .product-ia_img {
  grid-area: img;
  -ms-grid-row-span: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.row-product .product-ia .product-ia_img-icon {
  position: absolute;
  top: -2px;
  left: 16px;
  width: 16px;
  height: 23px;
}
.row-product .product-ia .product-ia_heading {
  grid-area: heading;
}
.row-product .product-ia .product-ia_price {
  grid-area: price;
}
.row-product .product-ia .product-ia_desc {
  grid-area: desc;
  -ms-grid-column-span: 3;
}
.row-product .product-ia .product-ia_desc.lounge-product p {
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif;
}
.row-product .product-ia .product-ia_arrow {
  grid-area: arrow;
  -ms-grid-row-span: 2;
}
.row-product .product-ia .product-ia_arrow .uil-icons {
  width: 16px;
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  will-change: all;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
}
.row-product .product-ia .product-ia_tick-icon {
  font-size: 16px;
}
@media (min-width: 768px) {
  .row-product .product-ia .product-ia_header {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas: "img heading price arrow" "img desc price arrow";
    display: -ms-grid;
    -ms-grid-columns: auto 1fr auto auto;
  }
  .row-product .product-ia .product-ia_header .product-ia_img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row-product .product-ia .product-ia_header .product-ia_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .row-product .product-ia .product-ia_header .product-ia_price {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .row-product .product-ia .product-ia_header .product-ia_arrow {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .row-product .product-ia .product-ia_header .none {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .row-product .product-ia .product-ia_header .product-ia_desc {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .row-product .product-ia .product-ia_img {
    width: 80px;
    height: 80px;
  }
  .row-product .product-ia .product-ia_img-icon {
    left: 27px;
    width: 27px;
    height: 39px;
  }
  .row-product .product-ia .product-ia_desc {
    -ms-grid-column-span: 1;
  }
  .row-product .product-ia .product-ia_pax-row {
    margin-left: calc(112px) !important;
  }
  .row-product .product-ia .product-ia_price {
    -ms-grid-row-span: 2;
  }
  .row-product .product-ia .product-ia_tick-icon {
    font-size: 24px;
  }
}
.row-product .product-inner-accordion_image-cropper {
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .row-product .product-inner-accordion_image-cropper {
    width: 80px;
    height: 80px;
  }
}
.ancillaries-product {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "heading image-wrapper" "description image-wrapper" "price arrow";
  display: -ms-grid;
  -ms-grid-columns: 1fr auto;
}
.ancillaries-product .ancillaries-product_heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ancillaries-product .ancillaries-product_image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.ancillaries-product .ancillaries-product_description {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.ancillaries-product .ancillaries-product_price {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.ancillaries-product .ancillaries-product_arrow {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.ancillaries-product .ancillaries-product_heading {
  grid-area: heading;
}
.ancillaries-product .ancillaries-product_description {
  grid-area: description;
}
.ancillaries-product .ancillaries-product_price {
  grid-area: price;
  min-height: 48px;
}
.ancillaries-product .ancillaries-product_price .uil-icons {
  font-size: 24px;
}
.ancillaries-product .ancillaries-product_image-wrapper {
  grid-area: image-wrapper;
  -ms-grid-row-span: 2;
}
.ancillaries-product .ancillaries-product_image {
  max-width: 90px;
  max-height: 66px;
}
.ancillaries-product .ancillaries-product_arrow {
  grid-area: arrow;
}
.ancillaries-product .ancillaries-product_arrow .uil-icons {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #006272;
  will-change: all;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  transition: all 350ms ease;
}
.ancillaries-product .ancillaries-product_price,
.ancillaries-product .ancillaries-product_arrow {
  border-top: 1px solid #F1F1F1;
}
@media (min-width: 768px) {
  .ancillaries-product {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "heading image-wrapper arrow" "description image-wrapper arrow" "price image-wrapper arrow";
    -ms-grid-columns: 1fr auto auto;
  }
  .ancillaries-product .ancillaries-product_heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ancillaries-product .ancillaries-product_image-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ancillaries-product .ancillaries-product_arrow {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .ancillaries-product .ancillaries-product_description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ancillaries-product .ancillaries-product_price {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ancillaries-product .ancillaries-product_price {
    min-height: 32px;
  }
  .ancillaries-product .ancillaries-product_image-wrapper {
    -ms-grid-row-span: 3;
  }
  .ancillaries-product .ancillaries-product_image {
    max-width: 180px;
    max-height: 132px;
  }
  .ancillaries-product .ancillaries-product_arrow {
    -ms-grid-row-span: 3;
  }
  .ancillaries-product .ancillaries-product_arrow .uil-icons {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
  .ancillaries-product .ancillaries-product_price,
  .ancillaries-product .ancillaries-product_arrow {
    border-top: none;
  }
}
.car-parking .daa-disabled-date {
  height: 55px;
}
.car-parking select.form-control.filled ~ .form-control-label {
  -webkit-transform: scale(0.75, );
  -ms-transform: scale(0.75, );
  transform: scale(0.75, );
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.car-parking .form-wrapper:not(.error) select.form-control.filled {
  color: #2C2A29 !important;
}
.car-parking .dategroup-wrp.simplified .ei-input {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.car-parking input.ei-input-fix[disabled] {
  border-radius: 3px;
}
.carhire-product .carhire-dates .form-wrapper:not(.error) select.form-control.filled {
  color: #2C2A29 !important;
}
.carhire-product .carhire-dates .dategroup-wrp.simplified .ei-input {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.ancillaries-card {
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.ancillaries-card .product-price .uil-icons {
  color: #84BD00;
  font-size: 24px;
}
.add-remove-button .loader_spinner,
.add-remove-button .loader_spinner:before {
  height: 34px;
  width: 34px;
  background-size: 40px;
}
@media (min-width: 768px) {
  .add-remove-button .loader_spinner,
  .add-remove-button .loader_spinner:before {
    height: 45px;
    width: 45px;
    background-size: 61px;
  }
}
.carhire-product .uil-card .card {
  border-radius: 6px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
}
.carhire-product .uil-card .vendor-logo {
  width: 60px;
  height: 24.25px;
}
.carhire-product .uil-card .vendor-logo-details {
  width: 89.05px;
  height: 44px;
}
.carhire-product .uil-card .car-image {
  width: auto;
  height: 142px;
  margin: 0 auto;
}
.carhire-product .uil-card .car-image img {
  height: auto;
  max-width: 168px;
  max-height: 142px;
}
.carhire-product .uil-card .no-car-image {
  height: 142px;
  max-height: 142px;
  margin: 0 auto;
  border-radius: 15px;
}
.carhire-product .uil-card .card-header {
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}
.carhire-product .uil-card .card-footer {
  background-color: rgba(0, 0, 0, 0) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.carhire-product .uil-card .car-details {
  min-height: 280px !important;
  box-shadow: none !important;
}
.carhire-product .uil-card .car-details .fare-summary {
  background-color: #F2F7F8;
  border-radius: 7px;
  align-items: center;
}
@media (min-width: 1200px) {
  .carhire-product .carhire-dates .pl-xl-1 {
    padding-left: 16px !important;
  }
}
.carhire-product .carhire-dates .carhire-date-time-range [ei-select-input],
.carhire-product .carhire-dates .pickup-airport {
  height: 3.438em;
}
.carhire-product .carhire-dates .age-confirmation-row {
  min-height: 3.438em;
}
.carhire-product .carhire-dates .age-confirmation-row [ei-question-mark] {
  flex-basis: 29px;
}
.carhire-product .carhire-dates .age-confirmation-row #age-confirmation {
  flex-basis: 26px;
}
.carhire-product .carhire-dates [ei-question-mark] .dropdown-menu .dropdown-content h4 {
  font-size: 1em;
}
.carhire-product .carhire-dates [ei-question-mark] .dropdown-menu .dropdown-content [markdown] p {
  font-size: 1em;
  margin-top: 15px;
}
.carhire-product .carhire-dates .carhire-date-time-range.disabled [ei-date-input-group] {
  color: #2C2A29;
  background: #D0D0CE;
}
@media (min-width: 768px) {
  .carhire-product .carhire-dates #carhire_in_calendar .datepicker-container {
    margin-left: 8px;
  }
}
.carhire-product .carhire-dates .carhire-date-time-range .datepicker-container {
  padding-left: 0;
  padding-right: 0;
}
.carhire-product .car-hire-loader .left {
  float: left !important;
}
.carhire-product .car-hire-loader .right {
  float: right !important;
}
.carhire-product .car-hire-loader .car-hire-loader-radius {
  height: 1.5rem;
  border-radius: 0.5rem;
}
.carhire-product .car-hire-loader .car-hire-loader-radius-sm {
  height: 1rem;
  border-radius: 0.5rem;
}
.carhire-product .car-hire-loader .car-hire-loader-body {
  height: 10rem;
  border-radius: 15px;
}
.carhire-product .car-hire-loader .car-hire-loader-btn {
  height: 3rem;
  border-radius: 3rem;
}
.carhire-product .list-style-5 li {
  display: inline-flex !important;
  margin-left: 0px !important;
}
@media (max-width: 768px) {
  .carhire-product {
    padding-right: 0;
    padding-left: 0;
  }
}
.carhire-product .carhire-list .carhire-hide-selection:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .carhire-product .carhire-list .carhire-hide-selection:nth-child(2) {
    display: block;
  }
}
@media (min-width: 990px) {
  .carhire-product .carhire-list .carhire-hide-selection:nth-child(3) {
    display: block;
  }
}
.carhire-product .carhire-list .carhire-list-arrow {
  width: 20px;
}
.carhire-product .carhire-list .carhire-list-arrow.disabled {
  display: none;
}
.carhire-product .carhire-list.cars-number-1 .carhire-list-arrow {
  display: none;
}
.carhire-product .carhire-list.cars-number-1 .carhire-list-arrow.disabled {
  display: block;
}
@media (min-width: 768px) {
  .carhire-product .carhire-list.cars-number-2 .carhire-list-arrow {
    display: none;
  }
  .carhire-product .carhire-list.cars-number-2 .carhire-list-arrow.disabled {
    display: block;
  }
}
@media (min-width: 990px) {
  .carhire-product .carhire-list.cars-number-3 .carhire-list-arrow {
    display: none;
  }
  .carhire-product .carhire-list.cars-number-3 .carhire-list-arrow.disabled {
    display: block;
  }
}
.mobile-boarding-cards {
  min-height: 132px;
  /* entire container, keeps perspective */
  /*.flip-container:hover .flipper, */
  /*.flip-container.hover .flipper, */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.mobile-boarding-cards .loader_spinner,
.mobile-boarding-cards .loader_spinner:before {
  height: 45px;
  width: 45px;
  background-size: 61px;
}
.mobile-boarding-cards .boarding-card {
  border-radius: 11px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  min-height: 340px;
}
.mobile-boarding-cards .boarding-card .wallet-save-wrap {
  bottom: 24px;
}
.mobile-boarding-cards .boarding-card .info-icon-wrap {
  bottom: 14px;
  right: 30px;
  width: 44px;
  height: 44px;
  z-index: 1;
}
.mobile-boarding-cards .boarding-card .info-icon-wrap-back {
  right: 14px;
}
.mobile-boarding-cards .boarding-card .info-content {
  font-size: 0.625rem;
  line-height: 1.3;
}
.mobile-boarding-cards .boarding-card .info-content ul ul {
  list-style-type: initial;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .mobile-boarding-cards .boarding-card .info-content {
    font-size: 0.6rem;
  }
}
.mobile-boarding-cards .boarding-card .travel-information {
  left: 0;
  bottom: 6px;
}
.mobile-boarding-cards .boarding-card:before,
.mobile-boarding-cards .boarding-card:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
}
.mobile-boarding-cards .boarding-card:before {
  top: 0;
  -webkit-clip-path: circle(50% at 50% 0);
  clip-path: circle(50% at 50% 0);
  background-color: #f4f4f4;
}
.mobile-boarding-cards .boarding-card:after {
  bottom: 0;
  -webkit-clip-path: circle(50% at 50% 100%);
  clip-path: circle(50% at 50% 100%);
  background-color: #d8d8d8;
}
@media (max-width: 767px) {
  .mobile-boarding-cards .boarding-card {
    min-height: 545px;
  }
  .mobile-boarding-cards .boarding-card.boarding-group-present {
    min-height: 570px;
  }
  .mobile-boarding-cards .boarding-card .qr-code {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -90px;
  }
  .mobile-boarding-cards .boarding-card .info-icon-wrap {
    left: 4px;
    bottom: 4px;
    right: auto;
  }
  .mobile-boarding-cards .boarding-card .wallet-save-wrap {
    width: 100%;
    bottom: 16px;
    left: 0;
  }
  .mobile-boarding-cards .boarding-card:before,
  .mobile-boarding-cards .boarding-card:after {
    top: 131px;
    margin: 0;
    background: #e5e5e5;
  }
  .mobile-boarding-cards .boarding-card:before {
    left: 0;
    -webkit-clip-path: circle(50% at 0 50%);
    clip-path: circle(50% at 0 50%);
  }
  .mobile-boarding-cards .boarding-card:after {
    left: auto;
    right: 0;
    -webkit-clip-path: circle(50% at 100% 50%);
    clip-path: circle(50% at 100% 50%);
  }
}
.mobile-boarding-cards .boarding-card.error-card {
  box-shadow: none;
}
.mobile-boarding-cards .boarding-card.error-card:before,
.mobile-boarding-cards .boarding-card.error-card:after {
  content: none;
}
.mobile-boarding-cards .flip-container {
  perspective: 1000px;
}
.mobile-boarding-cards .flip-container.flip .flipper {
  transform: rotateY(180deg);
}
.mobile-boarding-cards .flip-container,
.mobile-boarding-cards .front,
.mobile-boarding-cards .back {
  width: 100%;
}
.mobile-boarding-cards .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.mobile-boarding-cards .face-visibility {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-boarding-cards .front {
  /* for firefox 31 */
  transform: rotateY(0deg);
  flex: none;
}
.mobile-boarding-cards .back {
  transform: rotateY(180deg);
  height: 100%;
  position: absolute;
}
.mobile-boarding-cards .swiper-pagination-bullet-active {
  background-color: #006272;
}
.mobile-boarding-cards .boarding-pass-nav-button {
  width: 44px;
  height: 44px;
  background-color: #006272;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  bottom: 116px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .mobile-boarding-cards .boarding-pass-nav-button {
    bottom: 146px;
  }
}
.mobile-boarding-cards .boarding-pass-nav-button.boarding-pass-prev {
  left: 0;
  -webkit-transform: rotate(180deg) translateZ(0);
  -ms-transform: rotate(180deg) translateZ(0);
  transform: rotate(180deg) translateZ(0);
}
.mobile-boarding-cards .boarding-pass-nav-button.boarding-pass-next {
  right: 0;
}
.mobile-boarding-cards .boarding-pass-nav-button.swiper-button-disabled {
  display: none;
}
.flight-status-live .iframe-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.flight-status-live .iframe-container #flight-status-iframe {
  width: 100%;
  height: 100vh;
  border: 0 none;
}
.flight-cancellations .iframe-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.flight-cancellations .iframe-container #flight-cancellations-iframe {
  width: 100%;
  border: 0 none;
}
.flight-connections .iframe-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.flight-connections .iframe-container #flight-connections-iframe {
  width: 100%;
  border: 0 none;
}
.shelf-bg {
  background-image: url(http://www.aerlingus.com/media/images/furniture/blue_shelf.png.jpg);
}
.shelf-price-bg {
  background-image: url(http://www.aerlingus.com/media/images/furniture/brown_bg.png;);
}
.cms-main-header {
  box-shadow: inset 0 -1px 0 0 #F1F1F1;
}
@media (min-width: 768px) {
  .cms-main-header {
    box-shadow: none;
    border-bottom: 2px solid #F1F1F1;
  }
}
.cms-tabs-list .cms-tabs-item {
  height: 66px;
}
.cms-tabs-list .cms-tabs-item.active {
  border: 1px solid #D0D0CE;
  border-bottom: none;
}
.cms-tabs-list .cms-tabs-item.active:before,
.cms-tabs-list .cms-tabs-item.active:after {
  position: absolute;
  bottom: 0;
  content: '';
  background: #ffffff;
  width: 10px;
  height: 20px;
  z-index: 1;
}
.cms-tabs-list .cms-tabs-item.active:before {
  left: -9px;
}
.cms-tabs-list .cms-tabs-item.active:after {
  right: -9px;
}
.cms-tabs-list .cms-tabs-item.active .cms-item-title:before,
.cms-tabs-list .cms-tabs-item.active .cms-item-title:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 17px;
  height: 58px;
  background: #ffffff;
  z-index: 2;
}
.cms-tabs-list .cms-tabs-item.active .cms-item-title:before {
  left: -17px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #D0D0CE;
  border-right: 1px solid #D0D0CE;
}
.cms-tabs-list .cms-tabs-item.active .cms-item-title:after {
  right: -17px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #D0D0CE;
  border-left: 1px solid #D0D0CE;
}
.cms-tabs-list .cms-tabs-item .cms-tab-border-bottom-hidden {
  border-top: 1px solid #ffffff;
  left: -17px;
  right: -17px;
  bottom: -1px;
  position: absolute;
}
.cms-tabs-separator {
  border-top: 1px solid #D0D0CE;
  left: 0;
  right: 0;
  position: absolute;
}
.cms-box-container {
  columns: 1;
}
.cms-box-container .cms-box {
  width: 100%;
  break-inside: avoid;
}
.cms-box-container .cms-box .cms-box-section {
  border-radius: 16px;
}
.cms-box-container .cms-box p {
  font-size: 0.875rem;
}
.cms-box-container .cms-box a:not(.uil-button) {
  color: #006272;
  font-size: 0.875rem;
  text-decoration: underline;
}
.cms-box-container .cms-box a:not(.uil-button):hover {
  text-decoration: none;
  color: #00788C;
}
.cms-box-container .cms-box a[href^="tel:"]:not(.inline-cms-link) {
  display: block;
}
@media (min-width: 768px) {
  .cms-box-container {
    columns: 2;
  }
}
@media (min-width: 990px) {
  .cms-box-container {
    columns: 3;
  }
}
.cms-item h2 p,
.cms-item h3 p {
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
}
.cms-section ul {
  padding-left: 16px;
  margin-left: 0;
  list-style-type: disc;
}
.cms-section ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.cms-section p {
  margin-bottom: 8px;
}
.list-gray-box {
  max-width: none;
}
.list-gray-box li {
  background-color: #efefef;
  border-radius: 0.25em;
  margin-right: 8px;
  display: inline-block;
  line-height: 1.25em;
  padding: 16px;
  margin-bottom: 8px;
  color: #63666A;
}
.list-gray-box li:before {
  display: none;
}
.list-gray-box li .tealGreen25 {
  color: #006257;
}
.cms-link:not(.no-link):not(.gray-0) {
  text-decoration: underline;
  color: #006272;
}
.cms-link:not(.no-link):not(.gray-0):hover {
  text-decoration: none;
  color: #00788C;
}
.cms-menu-level-one-list .accordion-copy .ei-accordion-item.accordion-group {
  padding: 0 16px !important;
  border: none;
}
.cms-menu-level-one-list .accordion-copy .ei-accordion-item.accordion-group .closed:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
}
@media (min-width: 768px) {
  .cms-menu-level-one-list .accordion-copy .ei-accordion-item.accordion-group {
    border: none;
    margin-bottom: 48px;
  }
}
.cms-menu-level-one-list .accordion-copy .ei-accordion-item.accordion-group .accordion-group-h {
  padding: 0;
}
.cms-menu-level-one-list .accordion-copy .ei-accordion-item.accordion-group .accordion-group-h:hover {
  background-color: #ffffff;
  color: #006272;
}
@media (min-width: 768px) {
  .cms-menu-level-one-list .accordion-copy .ei-accordion-item.accordion-group .cms-menu-level-one-heading:hover {
    background-color: #F2F7F8;
  }
}
.cms-menu-level-one-list .accordion-copy .ei-accordion-item.accordion-group .accordion-group-content {
  padding: 0;
}
.cms-menu-level-one-list ul.cms-menu-item-level-one-list {
  margin: 0;
  padding: 0;
}
.cms-menu-level-one-list ul.cms-menu-item-level-one-list > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F1F1F1;
}
.cms-menu-level-one-list ul.cms-menu-item-level-one-list > li:first-child {
  border-top: 1px solid #F1F1F1;
}
.cms-menu-level-one-list ul.cms-menu-item-level-one-list > li .cms-link {
  text-decoration: none;
  color: #2C2A29;
  padding: 16px 8px 16px 16px;
}
@media (min-width: 768px) {
  .cms-menu-level-one-list ul.cms-menu-item-level-one-list > li .cms-link {
    padding-right: 16px;
  }
  .cms-menu-level-one-list ul.cms-menu-item-level-one-list > li .cms-link:hover {
    background-color: #F2F7F8;
  }
}
.cms-card-link {
  color: #2C2A29;
}
.uil-card .card.cms-card-hover {
  box-shadow: 0 2px 6px 0 #F1F1F1;
  will-change: all;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.uil-card .card.cms-card-hover:active {
  box-shadow: none;
}
@media (min-width: 768px) {
  .uil-card .card.cms-card-hover:hover:not(:active) {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  }
}
.cms-video-youtube {
  background-color: #F9F9F9;
}
.accordion-copy .ei-accordion-item.accordion-group {
  border-color: #F1F1F1;
  padding: 0;
  margin: 0;
}
.accordion-copy .ei-accordion-item.accordion-group .accordion-group-h {
  background-color: #ffffff;
  padding: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .accordion-copy .ei-accordion-item.accordion-group .accordion-group-h:hover {
    background-color: #F2F7F8;
  }
}
.accordion-copy .ei-accordion-item.accordion-group .accordion-group-h .arrow {
  font-size: 0.75rem;
  right: 8px;
}
@media (min-width: 768px) {
  .accordion-copy .ei-accordion-item.accordion-group .accordion-group-h .arrow {
    right: 16px;
  }
}
.accordion-copy .ei-accordion-item.accordion-group .accordion-group-content {
  padding: 16px 32px;
}
.accordion-copy.accordion-content-wide .ei-accordion-item.accordion-group .accordion-group-content {
  padding: 8px 16px;
}
@media (min-width: 768px) {
  .accordion-copy.accordion-content-wide .ei-accordion-item.accordion-group .accordion-group-content {
    padding: 16px 32px;
  }
}
.cms-container-table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 16px;
  border: 1px solid #D0D0CE !important;
  font-size: 0.75rem;
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
}
.cms-container-table tbody tr {
  background: #ffffff !important;
}
.cms-container-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #D0D0CE;
}
.cms-container-table tbody tr:last-child {
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.cms-container-table thead tr {
  border-bottom: 1px solid #D0D0CE;
  background: #F9F9F9 !important;
  /*.radius-top (@radius)*/
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cms-container-table p {
  padding: 0;
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif !important;
}
.cms-container-table tr {
  display: flex;
  justify-content: center;
}
.cms-container-table tr th,
.cms-container-table tr td {
  align-self: center;
  font-family: "Diodrum-Semibold", Helvetica, Arial, sans-serif;
}
.cms-container-table th,
.cms-container-table td {
  padding: 16px 0 !important;
}
.cms-container-table th:first-child,
.cms-container-table td:first-child {
  padding-left: 8px !important;
}
@media (min-width: 768px) {
  .cms-container-table th,
  .cms-container-table td {
    padding: 32px 16px !important;
  }
}
.cms-container-table.cms-seat-fare-table tr td {
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif;
}
.cms-container-table.cms-check-in-options-table th,
.cms-container-table.cms-check-in-options-table td {
  padding: 8px 8px !important;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .cms-container-table.cms-check-in-options-table th,
  .cms-container-table.cms-check-in-options-table td {
    padding: 8px 24px !important;
    min-height: 104px;
  }
}
.cms-container-table.cms-check-in-options-table p {
  padding: 0;
  font-family: "Diodrum-Regular", Helvetica, Arial, sans-serif !important;
}
.cms-container-table.cms-support-fees-table tr td p {
  font-family: "Diodrum-Medium", Helvetica, Arial, sans-serif !important;
}
@media (min-width: 768px) {
  .cms-container-table {
    font-size: 1rem;
  }
  .cms-container-table.cms-support-fees-table td {
    padding: 8px 16px !important;
  }
}
.cms-cirle-image {
  width: 160px;
  height: 160px;
}
@media (min-width: 768px) {
  .cms-cirle-image {
    width: 240px;
    height: 240px;
  }
}
.cms-cirle-image-100-200 {
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .cms-cirle-image-100-200 {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 990px) {
  .cms-cirle-image-100-200 {
    width: 200px;
    height: 200px;
  }
}
.cms-icon-cirle-left-two {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  color: #004E5B;
}
.cms-icon-cirle-left {
  width: 90px;
  height: 90px;
  overflow: hidden;
  text-align: center;
  border: 0 none transparent;
  border-radius: 100%;
  position: relative;
  float: left;
}
.cms-image-section {
  width: 205px;
  height: auto;
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .cms-image-section {
    width: 284px;
  }
}
.cms-benefit-card {
  height: 278px !important;
  width: 250.33px !important;
}
.cms-benefit-card .benefit-image {
  height: 114px;
  width: 251px;
  border-radius: 8px;
}
.cms-circle-icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
  text-align: center;
  border: 0 none transparent;
  border-radius: 100%;
  position: relative;
  float: left;
}
.cms-list .cms-list-circle {
  width: 64px;
  height: 64px;
  background: #F9F9F9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cms-list .cms-list-circle .cms-list-md-arrow {
    display: block;
    height: 1px;
    background-color: #D0D0CE;
    position: absolute;
    top: 32px;
    left: 64px;
    width: calc(100% - 72px);
  }
  .cms-list .cms-list-circle .cms-list-md-arrow:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #D0D0CE;
    position: absolute;
    right: -6px;
    transform: translateY(-50%);
  }
}
.copy ul {
  font-size: 16px;
}
.copy ul li {
  font-size: 16px;
}
.fare-breakdown-modal h4.h6.row {
  font-size: 1rem;
}
.fare-breakdown-modal__close-button {
  min-width: auto !important;
}
@media (min-width: 768px) {
  .fare-breakdown-modal__close-button.max-width {
    width: auto !important;
  }
}
.tor__trip-accordion .checkbox-out:hover .checkbox,
.vr__trip-accordion .checkbox-out:hover .checkbox,
.tor__select-passengers .checkbox-out:hover .checkbox,
.vr__select-passengers .checkbox-out:hover .checkbox {
  border-color: #84BD00;
}
.tor__introduction,
.vr__introduction {
  max-width: 784px;
}
.tor__booking-details .cant-find-link,
.vr__booking-details .cant-find-link {
  text-align: center;
}
.tor__wrapper-details,
.vr__wrapper-details {
  border-left: 0 none;
  padding-left: 0;
  border-top: 1px solid #f1f1f1;
  padding-top: 1rem;
  margin-top: 1rem;
}
.tor__wrapper-details p,
.vr__wrapper-details p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.tor__trip-accordion,
.vr__trip-accordion {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}
.tor__trip-accordion-info-icon-details-wrapper,
.vr__trip-accordion-info-icon-details-wrapper {
  flex-direction: column;
}
.tor__trip-accordion-info-icon img,
.vr__trip-accordion-info-icon img {
  width: 28px;
  height: 28px;
}
.tor__trip-accordion-info-state,
.vr__trip-accordion-info-state {
  margin-left: auto;
}
.tor__trip-accordion-info-state .uil-icons,
.vr__trip-accordion-info-state .uil-icons {
  color: #006272;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tor__trip-accordion-info-route h4,
.vr__trip-accordion-info-route h4 {
  line-height: 1rem;
  margin-bottom: 0.3rem;
}
.tor__trip-accordion-info-more .separator,
.vr__trip-accordion-info-more .separator {
  color: #BBBCBC;
}
.tor__trip-accordion.collapsed .tor__trip-accordion-info-state .uil-icons,
.vr__trip-accordion.collapsed .tor__trip-accordion-info-state .uil-icons,
.tor__trip-accordion.collapsed .vr__trip-accordion-info-state .uil-icons,
.vr__trip-accordion.collapsed .vr__trip-accordion-info-state .uil-icons {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tor__trip-accordion-panel,
.vr__trip-accordion-panel {
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tor__trip-accordion-pax,
.vr__trip-accordion-pax {
  background-color: #ffffff;
  border: 1px solid #D0D0CE;
  border-radius: 8px;
  min-height: 100%;
}
.tor__trip-accordion-pax.disabled,
.vr__trip-accordion-pax.disabled {
  background-color: #f1f1f1;
}
.tor__trip-accordion-pax.disabled .tor__trip-accordion-pax-info h5,
.vr__trip-accordion-pax.disabled .tor__trip-accordion-pax-info h5,
.tor__trip-accordion-pax.disabled .vr__trip-accordion-pax-info h5,
.vr__trip-accordion-pax.disabled .vr__trip-accordion-pax-info h5,
.tor__trip-accordion-pax.disabled .tor__trip-accordion-pax-info p,
.vr__trip-accordion-pax.disabled .tor__trip-accordion-pax-info p,
.tor__trip-accordion-pax.disabled .vr__trip-accordion-pax-info p,
.vr__trip-accordion-pax.disabled .vr__trip-accordion-pax-info p {
  color: #63666A;
}
.tor__trip-accordion-pax-info,
.vr__trip-accordion-pax-info {
  overflow: hidden;
}
.tor__trip-accordion-pax-info h5,
.vr__trip-accordion-pax-info h5 {
  text-overflow: ellipsis;
  overflow: hidden;
}
.tor__trip-accordion-pax-checkbox,
.vr__trip-accordion-pax-checkbox {
  position: relative;
}
.tor__trip-accordion-pax-checkbox input,
.vr__trip-accordion-pax-checkbox input {
  position: absolute;
}
.tor .collapsed .tor__trip-accordion-info-expand .uil-icons,
.vr .collapsed .tor__trip-accordion-info-expand .uil-icons,
.tor .collapsed .vr__trip-accordion-info-expand .uil-icons,
.vr .collapsed .vr__trip-accordion-info-expand .uil-icons {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vr__booking-details .uil-message.eligible {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.vr__booking-details .uil-message.eligible [data-icon] {
  font-size: 2em;
  font-family: 'uil-font-icons-regular';
  line-height: 1;
}
.vr__booking-details .uil-message.eligible [data-icon]:before {
  font-family: 'uil-font-icons-regular';
  color: #006272;
}
@media (min-width: 768px) {
  .tor__booking-details .cant-find-link,
  .vr__booking-details .cant-find-link {
    text-align: left;
  }
  .tor__wrapper-details,
  .vr__wrapper-details {
    border-left: 1px solid #D0D0CE;
    padding-left: 2rem;
    border-top: 0 none;
    padding-top: 0;
    margin-top: 0;
  }
  .tor__trip-accordion-info,
  .vr__trip-accordion-info {
    flex-direction: row;
  }
  .tor__trip-accordion-info-icon-details-wrapper,
  .vr__trip-accordion-info-icon-details-wrapper {
    flex-direction: row;
  }
  .tor__trip-accordion-info-icon img,
  .vr__trip-accordion-info-icon img {
    width: 40px;
    height: 40px;
  }
  .tor__refund-button.max-width,
  .vr__refund-button.max-width {
    width: auto !important;
  }
}
