@charset "UTF-8";
.TS-androidbanner {
  position: relative;
  background: #EEE;
  box-shadow: inset 0px -6px 4px -4px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 84px;
  overflow-x: hidden;
  font-size: 1.4rem;
}
.TS-androidbanner .btnHide {
  position: absolute;
  top: calc(50% - 6px);
  display: block;
  margin: 0;
  text-align: center;
  left: 0.6rem;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.7rem;
  line-height: 1;
  text-shadow: none;
  background: transparent;
  border: 0.2rem solid #005EBA;
  border-radius: 50%;
  box-shadow: none;
  color: #b1b1b3;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
}
.TS-androidbanner .btnHide::before,
.TS-androidbanner .btnHide::after {
  position: absolute;
  top: 0.2rem;
  left: 0.6rem;
  width: 0.2rem;
  height: 0.9rem;
  background: #005EBA;
  content: ' ';
}
.TS-androidbanner .btnHide::before {
  transform: rotate(45deg);
}
.TS-androidbanner .btnHide::after {
  transform: rotate(-45deg);
}
.TS-androidbanner .icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px;
}
.TS-androidbanner .info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  width: 60%;
  height: 64px;
  line-height: 1.2;
  color: #696969;
  font-weight: 600;
  text-shadow: none;
  align-items: center;
}
.TS-androidbanner .title {
  font-size: 1.6rem;
  color: #002855;
}
.TS-androidbanner .btnOpen {
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  padding: 1rem;
  color: #FFF;
  background: #0071B3;
  border-radius: 0.3rem;
  text-decoration: none;
  line-height: 1;
  min-width: 12%;
  text-align: center;
}
#browser-notification {
  background-color: #002855;
  color: #ffffff;
  padding: 1rem;
}
#browser-notification .content {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 135rem;
  width: 100%;
  position: relative;
}
#browser-notification .content .remove {
  position: absolute;
  right: 0;
  padding: 0.5rem 1rem;
  top: 0;
  border: 0;
  background: transparent;
  font-size: 2.8rem;
}
#browser-notification .content-message {
  padding: 0.5rem 4rem 0.5rem 0;
}
#browser-notification p {
  color: #ffffff;
}
#browser-notification a {
  color: #ffffff;
  text-decoration: underline;
}
#browser-notification a:hover,
#browser-notification a:focus {
  text-decoration: none;
}
@media screen and (max-width: 1350px) {
  #browser-notification .content .remove {
    right: 1rem;
  }
}
.noBreadcrumb {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.popup-open .TS-header {
  z-index: 30;
}
.TS-headerWrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
  min-height: 10rem;
}
.TS-header {
  display: block;
  z-index: 31;
  position: relative;
  /* pour faire parraitre le box-shadow */
  max-width: 100%;
  background-color: #ffffff;
  transition: all 0.5s ease-in;
  /**** NAVIGATION *****/
}
.TS-header .on-mobile {
  display: none;
}
.TS-header li {
  margin: 0;
  list-style-type: none;
}
.TS-header .TS-logoContainer {
  flex: 1 0 100%;
  align-self: center;
  max-width: 25rem;
  margin-left: 2rem;
  transition: all 0.2s ease;
  outline-offset: -0.3rem;
}
.TS-header .TS-logoContainer:focus {
  outline: 0.3rem solid #3FBBEF;
  outline-offset: -0.3rem;
}
.TS-header .logoImg {
  display: block;
  width: auto;
  max-height: 10rem;
}
.TS-header .co-header-btn {
  display: inline-block;
  margin-right: 1rem;
}
.TS-header .co-header-btn a {
  display: block;
  height: 3rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #005EBA;
  background-color: #EEEEEE;
  border-radius: 2.5rem;
  outline: 0.3rem solid transparent;
  outline-offset: -0.3rem;
  transition: all 0.2s ease;
}
.TS-header .co-header-btn a:hover,
.TS-header .co-header-btn a:focus {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  text-decoration: none;
}
.TS-header .co-header-btn a:hover {
  outline-color: #C2C2C2;
}
.TS-header .co-header-btn a:focus {
  outline-color: #3FBBEF;
}
.TS-header .header-sideBody {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: flex-end;
  align-self: center;
  justify-content: flex-end;
}
.TS-header .searchItem {
  display: inline-block;
  vertical-align: middle;
}
.TS-header .langSelector,
.TS-header .alertItem {
  display: inline-block;
  vertical-align: middle;
}
.TS-header .langSelector a,
.TS-header .alertItem a,
.TS-header .langSelector .langSelector-btn,
.TS-header .alertItem .langSelector-btn {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0.3rem 1.5rem 0.3rem 1rem;
  border-radius: 0.3rem;
  border: 0.3rem solid transparent;
}
.TS-header .langSelector a:hover,
.TS-header .alertItem a:hover,
.TS-header .langSelector .langSelector-btn:hover,
.TS-header .alertItem .langSelector-btn:hover,
.TS-header .langSelector a:focus,
.TS-header .alertItem a:focus,
.TS-header .langSelector .langSelector-btn:focus,
.TS-header .alertItem .langSelector-btn:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.TS-header .langSelector a:hover,
.TS-header .alertItem a:hover,
.TS-header .langSelector .langSelector-btn:hover,
.TS-header .alertItem .langSelector-btn:hover {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
  border-color: #C2C2C2;
}
.TS-header .langSelector a:focus,
.TS-header .alertItem a:focus,
.TS-header .langSelector .langSelector-btn:focus,
.TS-header .alertItem .langSelector-btn:focus {
  border-color: #005EBA;
}
.TS-header .tel {
  display: inline-block;
  margin-right: 1.6rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  vertical-align: middle;
  color: #002855;
  white-space: nowrap;
  /* ipad fr/fr */
}
.TS-header .langSelector {
  vertical-align: top;
}
.TS-header .langSelector .langSelector-btn {
  position: relative;
  margin-right: 1rem;
  padding: 0.5rem;
  line-height: 1.2;
  background-color: transparent;
}
.TS-header .langSelector .langSelector-btn::-moz-focus-inner {
  border: 0;
}
.TS-header .langSelector .langSelector-btn .btn-label {
  display: block;
  padding-right: 2rem;
  font-size: 1.4rem;
  color: #005EBA;
}
.TS-header .langSelector .langSelector-btn [class*="icon-chevron"]:after {
  position: absolute;
  top: 0.7rem;
  right: 0.5rem;
  font-size: 1rem;
}
.TS-header .langSelector-panel {
  z-index: 32;
  position: absolute;
  top: auto;
  right: 0;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.TS-header .langSelector-panel:not(.isShown) {
  visibility: hidden;
  height: 0;
  padding: 0;
  opacity: 0;
}
.TS-header .langSelector-panel.isShown {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.TS-header .langSelector-panel .langSelector-list {
  margin: 0;
  padding: 0;
}
.TS-header .langSelector-panel .langSelector-list-container {
  float: left;
  width: 50%;
  border-right: 0.1rem solid #EEEEEE;
}
.TS-header .langSelector-panel .languageSelector-list {
  height: 100%;
}
.TS-header .langSelector-panel .list-title {
  display: block;
  width: 100%;
  padding: 0 2rem 2rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #002855;
}
.TS-header .langSelector-panel .lang-link {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  color: #005EBA;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
}
.TS-header .langSelector-panel .lang-link:hover,
.TS-header .langSelector-panel .lang-link:focus {
  color: #005EBA;
  background-color: #EEEEEE;
}
.TS-header .langSelector-panel .lang-link:focus {
  text-decoration: underline;
}
.TS-header .langSelector-panel .isSelected .lang-link {
  padding-left: 1.4rem;
  border-left: 0.6rem solid #005EBA;
}
.TS-header .extended-panel .langSelector-panel.isShown {
  padding: 3.5rem 0 2.5rem;
}
.TS-header .extended-panel .langSelector-panel .languageSelector-list {
  -moz-columns: 2 auto;
  columns: 2 auto;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
  -moz-column-rule: 0.1rem solid #EEEEEE;
  column-rule: 0.1rem solid #EEEEEE;
  padding-left: 0;
}
.TS-header .extended-panel .langSelector-panel .languageSelector-list .langSelector-lang {
  min-width: 23rem;
}
.TS-header .custom-panel {
  top: 3rem;
}
.TS-header .custom-panel.isShown {
  top: 4rem;
}
.TS-header .alertItem a {
  line-height: 1.2;
}
.TS-header .alertItem .icon-notify {
  position: relative;
  display: inline-block;
}
.TS-header .alertItem .icon-notify:before {
  font-family: 'TScomUIicons';
  font-size: 2.2rem;
  line-height: 1;
  color: #005EBA;
}
.TS-header .alertItem .icon-notify .chip {
  position: absolute;
  top: -0.2rem;
  right: initial;
  left: 0.85rem;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  background-color: #C50006;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
}
.TS-header .alertItem + .co-header-btn {
  margin-left: 1rem;
}
.TS-header .searchItem .TS-btn {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0.3rem 1.5rem 0.3rem 1rem;
}
.TS-header .searchItem .icon-search {
  position: relative;
  display: inline-block;
}
.TS-header .searchItem .icon-search:before {
  font-family: 'TScomUIicons';
  font-size: 2.2rem;
  line-height: 1;
  color: #005EBA;
}
.TS-header .searchItem .icon-closeXRND {
  position: relative;
  display: inline-block;
  text-align: left;
}
.TS-header .searchItem .icon-closeXRND:before {
  font-family: 'TScomUIicons';
  font-size: 2.2rem;
  line-height: 1;
  color: #005EBA;
}
.TS-header .searchItem + .co-header-btn {
  margin-left: 1rem;
}
.TS-header .searchInputPanel {
  margin-top: 4.5rem;
  padding-left: 4rem;
  position: absolute;
  width: 100%;
  top: 0;
}
.TS-header .searchInputPanel ul {
  margin-top: 0;
}
.TS-header .searchInputPanel .co-searchBar {
  display: block !important;
  padding: 1rem;
  background-color: #EEEEEE;
}
.TS-header .searchInputPanel .co-searchBar .co-searchInput {
  width: 100%;
  margin-left: 0;
}
.TS-header .searchInputPanel .co-searchBar .co-searchInput:focus,
.TS-header .searchInputPanel .co-searchBar .co-searchInput:active {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.TS-header .culturesBar {
  display: none;
}
.TS-header .co-searchBar {
  display: inline-block;
}
.TS-header .co-searchBar .co-searchInput-wrapper {
  position: relative;
}
.TS-header .co-searchBar .co-searchInput {
  width: 19rem;
  height: 3rem;
  margin-left: 0.5rem;
  max-height: 3rem;
  padding: 0 3.5rem 0 1rem;
  font-size: 1.4rem;
  background-color: #ffffff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2.5rem;
}
.TS-header .co-searchBar .co-searchInput:focus,
.TS-header .co-searchBar .co-searchInput:active {
  background-color: #ffffff;
  border: 0.2rem solid #3FBBEF;
}
.TS-header .co-searchBar .co-searchInput::placeholder,
.TS-header .co-searchBar .co-searchInput:focus::placeholder {
  color: #C2C2C2 !important;
}
.TS-header .co-searchBar .co-searchInput:-ms-input-placeholder,
.TS-header .co-searchBar .co-searchInput:focus:-ms-input-placeholder {
  color: #C2C2C2 !important;
}
.TS-header .co-searchBar .co-searchBtn {
  position: absolute;
  width: 3.5rem;
  height: 3rem;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  border: none;
}
.TS-header .co-searchBar .co-searchBtn:after {
  content: "\e953";
  padding-right: 0.3rem;
  font-family: 'TScomUIicons';
  font-size: 2rem;
  color: #005EBA;
}
.TS-header .mainMenu-container {
  flex: 1 0 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  height: auto;
  margin-top: 0.5rem;
}
.TS-header .mainMenu-container:before,
.TS-header .mainMenu-container:after {
  box-sizing: content-box;
}
.TS-header .mainMenu-container .mainMenu-list {
  margin: 0 1rem 0 0;
}
.TS-header .mainMenu-container .mainMenu-list .byDefault .mainMenu-listItem-link:after,
.TS-header .mainMenu-container .mainMenu-list .extended-panel .mainMenu-listItem-link:after {
  content: "ˇ";
  margin-left: 0.3rem;
  font-family: 'TransatWebDingbat';
  font-size: 1rem;
  color: #005EBA;
  vertical-align: middle;
}
.TS-header .mainMenu-container .mainMenu-list .byDefault .mainMenu-listItem-link.hasOpenedPanel:after,
.TS-header .mainMenu-container .mainMenu-list .extended-panel .mainMenu-listItem-link.hasOpenedPanel:after {
  content: "ˆ";
}
.TS-header .mainMenu-container .mainMenu-listItem {
  line-height: 1;
  background-color: #ffffff;
}
.TS-header .mainMenu-container a {
  box-shadow: none;
}
.TS-header .mainMenu-container a:focus,
.TS-header .mainMenu-container a:hover {
  text-decoration: none;
}
.TS-header .mainMenu-container .mobileMenu {
  display: none;
}
.TS-header .mainMenu-container .desktopMenu {
  display: inline-block;
}
.TS-header .mainMenu-container .mainMenu-listItem-link {
  display: inline-block;
  padding: 0.8rem 1rem;
  font-size: 1.8rem;
  transition: all 0.2s ease;
}
.TS-header .mainMenu-container .mainMenu-listItem-link:hover {
  outline: 0.3rem solid #C2C2C2;
  outline-offset: -0.3rem;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.TS-header .mainMenu-container .mainMenu-listItem-link:focus {
  outline: 0.3rem solid #3FBBEF;
  outline-offset: -0.3rem;
}
.TS-header .mainMenu-container .mainMenu-listItem-link.isSelected {
  border-bottom: 0.3rem solid #005EBA;
}
.TS-header .subMenu-lists-container {
  z-index: 32;
  position: absolute;
  top: auto;
  padding-left: 0;
  text-align: left;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.TS-header .subMenu-lists-container:not(.isShown) {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.TS-header .subMenu-lists-container.isShown {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.TS-header .subMenu-lists-container .desktopMenu {
  display: block;
}
.TS-header .subMenu-listItems-container {
  margin: 0;
  padding-left: 0;
}
.TS-header .subMenu-listItem-link:hover,
.TS-header .subMenu-list-title:hover,
.TS-header .subMenu-listItem-link:focus,
.TS-header .subMenu-list-title:focus {
  color: #005EBA;
  background-color: #EEEEEE;
}
.TS-header .subMenu-listItem-link:focus,
.TS-header .subMenu-list-title:focus {
  outline: auto;
}
.TS-header .subMenu-listItem-link {
  display: block;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.TS-header .subMenu-listItem-link.isSelected {
  padding-left: 1.4rem;
  border-left: 0.6rem solid #005EBA;
}
.TS-header .subMenu-list-title {
  display: flex;
  padding: 1rem 2rem;
  align-items: center;
}
.TS-header .subMenu-list-title:hover {
  background-color: #EEEEEE;
}
.TS-header .subMenu-list-title .title-icon {
  max-height: 3.5rem;
  max-width: 3.5rem;
  width: 3.5rem;
  margin: 0 0.5rem 0 0;
  vertical-align: top;
}
.TS-header .subMenu-list-title span {
  display: inline-block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
}
.TS-header .byDefault.mainMenu-listItem {
  position: relative;
}
.TS-header .byDefault .subMenu-lists-container {
  display: block;
  left: 0;
  padding: 0;
  max-width: 25rem;
  min-width: 20rem;
}
.TS-header .byDefault .subMenu-lists-container .subMenu-listItem-link {
  font-size: 1.8rem;
  line-height: 3.5rem;
}
.TS-header .byDefault .subMenu-lists-container .subMenu-listItem-link span {
  display: inline-block;
  margin: 0;
  line-height: 2.2rem;
}
.TS-header .extended-panel .subMenu-lists-container {
  right: 0;
}
.TS-header .extended-panel .subMenu-list {
  padding: 0 0 1.5rem 0;
}
.TS-header .l-col2 .subMenu-lists-container,
.TS-header .l-col3 .subMenu-lists-container,
.TS-header .l-col4 .subMenu-lists-container {
  display: flex;
  flex-flow: row wrap;
}
.TS-header .l-col2 .subMenu-list:nth-child(1n),
.TS-header .l-col3 .subMenu-list:nth-child(1n),
.TS-header .l-col4 .subMenu-list:nth-child(1n) {
  border-right: solid 0.1rem #C2C2C2;
}
.TS-header .l-col1 .subMenu-lists-container,
.TS-header .l-col2 .subMenu-list {
  width: 50%;
}
.TS-header .l-col2 .subMenu-lists-container,
.TS-header .l-col3 .subMenu-lists-container {
  width: 98rem;
}
.TS-header .l-col2 .subMenu-list:nth-child(2n) {
  border-right: 0;
}
.TS-header .l-col3 .subMenu-list {
  width: 33.33%;
}
.TS-header .l-col3 .subMenu-list:nth-child(3n) {
  border-right: 0;
}
.TS-header .l-col4 .subMenu-lists-container {
  left: 0;
}
.TS-header .l-col4 .subMenu-list {
  width: 25%;
}
.TS-header .l-col4 .subMenu-list:nth-child(4n) {
  border-right: 0;
}
@media screen and (min-width: 1024px) {
  .TS-header .mainMenu-container > .mainMenu-list > li {
    vertical-align: top;
  }
  .TS-header .mainMenu-container > .mainMenu-list > li.co-header-btn {
    margin: 0 1rem;
  }
  .TS-header .mainMenu-container > .mainMenu-list > li.co-header-btn a {
    padding: 0.8rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .TS-header .mainMenu-container > .mainMenu-list > li.co-header-btn a:hover,
  .TS-header .mainMenu-container > .mainMenu-list > li.co-header-btn a:focus {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1200px) {
  .TS-header .co-searchBar {
    position: relative;
  }
  .TS-header .co-searchBar .co-searchInput {
    width: 16rem;
    font-size: 1.2rem;
  }
  .TS-header .mainMenu-container .mainMenu-list .byDefault .mainMenu-listItem-link:after,
  .TS-header .mainMenu-container .mainMenu-list .extended-panel .mainMenu-listItem-link:after {
    margin-left: 0.1rem;
  }
  .TS-header .mainMenu-container .mainMenu-listItem-link {
    padding: 0.8rem 0.4rem;
    font-size: 1.6rem;
  }
}
/* MENU MOBILE */
@media screen and (max-width: 1023px) {
  form[action*="isPopup"] .TS-headerWrapper {
    min-height: 4.5rem;
    padding: 1rem 0;
  }
  .TS-header {
    box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  }
  .TS-header .on-desktop {
    display: none;
  }
  .TS-header .on-mobile {
    display: block;
  }
  .TS-header .culturesBar {
    display: list-item;
  }
  .TS-header .co-searchBar {
    display: none;
  }
  .TS-header .TS-headerWrapper {
    min-height: 4.5rem;
    height: 5rem;
  }
  .TS-header .header-sideBody {
    flex: 1 0 100%;
    height: 5rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .TS-header .headerM-startGroup {
    display: flex;
    align-items: center;
  }
  .TS-header .alertItem {
    float: none;
    margin-left: 1rem;
  }
  .TS-header .searchItem {
    float: none;
    margin-left: 1rem;
  }
  .TS-header .TS-logoContainer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .TS-header .TS-logoContainer .logoImg {
    max-height: 5rem;
  }
  .TS-header .TS-logo {
    height: inherit;
    vertical-align: top;
  }
  .TS-header .TS-navMenuIconMobile {
    width: 5rem;
    height: 5rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    color: #005EBA;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .TS-header .TS-navMenuIconMobile:before {
    content: "\201C";
    font-family: 'TransatWebDingbat';
    display: block;
    padding-top: 0.5rem;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  .TS-header .TS-navMenuIconMobile .TS-navMobileIconText {
    display: block;
    line-height: 1.5;
    font-weight: 600;
    color: #005EBA;
  }
  .TS-header .mainMenu-container .desktopMenu:not(.mobileMenu),
  .TS-header .mainMenu-container .subMenu-lists-container .desktopMenu:not(.mobileMenu) {
    display: none;
  }
  .TS-header .mainMenu-container {
    display: inline-flex;
    flex: 0 1 auto;
    margin-top: 0;
    padding: 0;
  }
  .TS-header .mainMenu-container .mainMenu-list {
    visibility: hidden;
    z-index: 32;
    clear: both;
    position: absolute;
    top: 5rem;
    left: 0;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    min-width: 26rem;
    text-align: left;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0 0.9rem 2.5rem 0.01rem rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
  }
  .TS-header .mainMenu-container .mainMenu-list .mainMenu-listItem {
    display: block;
    max-width: 26rem;
    padding: 0;
    border-bottom: solid 0.1rem #EEEEEE;
  }
  .TS-header .mainMenu-container .mainMenu-list .mainMenu-listItem .subMenu-lists-container .subMenu-listItem-link {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .TS-header .mainMenu-container .mainMenu-list .mainMenu-listItem .subMenu-listItem-link,
  .TS-header .mainMenu-container .mainMenu-list .mainMenu-listItem .subMenu-list-title {
    background-color: #EEEEEE;
  }
  .TS-header .mainMenu-container .mainMenu-list .mainMenu-listItem .subMenu-listItem + .subMenu-listItem .subMenu-listItem-link,
  .TS-header .mainMenu-container .mainMenu-list .mainMenu-listItem .subMenu-list + .subMenu-list .subMenu-listItem-link,
  .TS-header .mainMenu-container .mainMenu-list .mainMenu-listItem .subMenu-listItem + .subMenu-listItem .subMenu-list-title,
  .TS-header .mainMenu-container .mainMenu-list .mainMenu-listItem .subMenu-list + .subMenu-list .subMenu-list-title {
    margin-top: 0.1rem;
  }
  .TS-header .mainMenu-container .mainMenu-listItem-link {
    width: 100%;
    padding: 1rem;
  }
  .TS-header .mainMenu-container .mainMenu-listItem-link:hover,
  .TS-header .mainMenu-container .mainMenu-listItem-link:focus {
    box-shadow: none;
    outline: 0;
    background-color: #EEEEEE;
  }
  .TS-header .mainMenu-container .mainMenu-listItem-link.isSelected {
    padding-left: 0.6rem;
    border-left: 0.3rem solid #005EBA;
    border-bottom: 0;
  }
  .TS-header .mainMenu-container .mainMenu-listItem-link:after {
    position: absolute;
    right: 1.5rem;
  }
  .TS-header .mainMenu-container .l-col2 .subMenu-lists-container,
  .TS-header .mainMenu-container .l-col3 .subMenu-lists-container,
  .TS-header .mainMenu-container .l-col4 .subMenu-lists-container {
    display: block;
  }
  .TS-header .mainMenu-container .subMenu-lists-container {
    max-width: 100%;
    box-shadow: none;
    background-color: #ffffff;
    transition: all 0.2s linear;
  }
  .TS-header .mainMenu-container .subMenu-lists-container.isShown {
    position: inherit;
    top: 0;
    width: auto;
    padding: 0;
    transition: all 0.2s linear;
  }
  .TS-header .mainMenu-container.isShown .mainMenu-list {
    visibility: visible;
    opacity: 1;
  }
  .TS-header .mainMenu-container .extended-panel .subMenu-list {
    width: auto;
    padding: 0;
  }
  .TS-header .mainMenu-container .extended-panel .subMenu-list:nth-child(n) {
    border: none;
  }
  .TS-header .mainMenu-container .extended-panel .subMenu-list-title {
    padding: 0.5rem 0 0.5rem 3rem;
  }
  .TS-header .mainMenu-container .extended-panel .subMenu-list-title span {
    margin: 0;
    font-weight: 400;
  }
  .TS-header .mainMenu-container .extended-panel .subMenu-list-title .title-icon,
  .TS-header .mainMenu-container .extended-panel .subMenu-listItems-container {
    display: none;
  }
  .TS-header .langSelector {
    display: block;
    top: 1.5rem;
    right: 1rem;
    float: none;
    margin-top: 0;
    margin-right: 0;
    line-height: 1.2;
    padding: 1rem;
    color: #005EBA;
  }
  .TS-header .langSelector .langSelector-btn {
    padding: 0;
    text-align: left;
    background-color: transparent;
    border: none;
    width: 100%;
  }
  .TS-header .langSelector .langSelector-btn .btn-label {
    font-size: 1.6rem;
  }
  .TS-header .langSelector .langSelector-panel {
    z-index: 35;
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    right: -100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.5s ease;
  }
  .TS-header .langSelector .langSelector-panel:not(.isShown) {
    visibility: hidden;
    opacity: 0;
  }
  .TS-header .langSelector .langSelector-panel.isShown {
    top: 0;
    right: 0vw;
    padding: 0;
  }
  .TS-header .langSelector .langSelector-panel ul {
    padding: 0;
  }
  .TS-header .langSelector .langSelector-panel .panel-title {
    padding: 2rem 5rem 2rem 2rem;
    background-color: #EEEEEE;
  }
  .TS-header .langSelector .langSelector-panel .panel-dropCap {
    display: inline-block;
    margin: 2rem 2rem 1rem;
    padding: 0.5rem 1rem;
    background-color: #EEEEEE;
  }
}
@media screen and (max-width: 479px) {
  .TS-header .TS-navMenuIconMobile {
    width: 4rem;
  }
  .TS-header .alertItem {
    margin-left: 0;
  }
  .TS-header .searchItem {
    margin-left: 0;
  }
  .TS-header .searchItem .TS-btn {
    padding-left: 0.5rem;
  }
  .TS-header .searchInputPanel {
    padding-left: 2.5rem;
  }
}
.TS-footer {
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: solid 0.1rem #EEEEEE;
  background-color: #ffffff;
}
.footerLists-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footerLists-container .l-footer-col {
  flex: 0 1 25%;
}
.footerLists-container .l-footer-col + .l-footer-col {
  margin-left: 2rem;
}
.footerLists-container .headingTitle {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #002855;
}
.footerLists-container ul {
  margin: 0;
  padding: 0;
}
.footerLists-container li {
  list-style-type: none;
}
.footerLists-container li > a {
  display: block;
  min-height: 2.4rem;
}
.footerLists-container .socialLinks {
  display: flex;
}
.footerLists-container .socialLinks li {
  margin-right: 0.5rem;
}
.footerLists-container .socialLinks a {
  display: block;
}
.footerLists-container .socialLinks a img {
  height: 3rem;
  max-width: 3rem;
}
.footerLists-container .socialLinks a:focus {
  border-bottom: solid 0.3rem #696969;
}
.footerLists-container .bookingCentre {
  margin-top: 1.8rem;
  padding: 1.5rem;
  font-weight: 600;
  background-color: #EEEEEE;
}
.footerLists-container .bookingCentre .headingTitle {
  margin-top: 0;
}
.footerLists-container .bookingCentre .tel {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #005EBA;
}
.footerLists-container .bookingCentre .tel:hover {
  text-decoration: underline;
}
.footerLists-container .bookingCentre .time {
  font-size: 1.7rem;
  line-height: 1.5;
}
.footerLists-container .bookingCentre > p > a:not(.tel):hover {
  text-decoration: underline;
}
@media screen and (max-width: 1009px) {
  .footerNav {
    overflow: hidden;
  }
  .footerLists-container {
    display: block;
    columns: 2;
  }
  .footerLists-container .l-footer-col {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  .footerLists-container .l-footer-col + .l-footer-col {
    margin-left: 0;
  }
  .footerLists-container .footerNav {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .footerLists-container {
    columns: 1;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/* Links
   ========================================================================== */
a {
  background-color: transparent;
}
/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dl,
dt,
dd {
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  -ms-margin-start: 0;
  margin: 0;
  padding: 0;
}
ul {
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  -ms-padding-start: 0;
  -webkit-margin-before: 0;
  -moz-margin-before: 0;
  -ms-margin-before: 0;
  -webkit-margin-after: 0;
  -moz-margin-after: 0;
  -ms-margin-after: 0;
}
ol li {
  list-style-type: decimal;
}
ul,
ol {
  padding-left: 1.5rem;
}
ul > li,
ol > li {
  margin: 0 0 1rem;
}
ul > li {
  list-style-type: disc;
}
ul ul,
ol ul,
ul li ul li ul li {
  list-style-type: none;
}
/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
button,
select {
  text-transform: none;
}
button {
  background: transparent;
}
button:disabled {
  cursor: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* -----------------------------
   APERCU PRO
  -----------------------------*/
/* APERCU PRO - Light */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-Light-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-Light-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-Light-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-Light-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-Light-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-Light-Web.svg#apercu_pro_light') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* APERCU PRO - Light Italic */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-LightItalic-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-LightItalic-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-LightItalic-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-LightItalic-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-LightItalic-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-LightItalic-Web.svg#apercu_pro_light_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
/* APERCU PRO - Regular */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-Regular-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-Regular-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-Regular-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-Regular-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-Regular-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-Regular-Web.svg#apercu_pro_regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
/* APERCU PRO - Italic */
@font-face {
  font-family: 'Apercu Pro';
  /*apercu_pro_italic*/
  src: url('/fonts/ApercuPro/ApercuPro-Italic-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-Italic-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-Italic-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-Italic-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-Italic-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-Italic-Web.svg#apercu_pro_italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
/* APERCU PRO - Semibold */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-Medium-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-Medium-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-Medium-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-Medium-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-Medium-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-Medium-Web.svg#apercu_pro_semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* APERCU PRO - Semibold Italic */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-MediumItalic-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-MediumItalic-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-MediumItalic-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-MediumItalic-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-MediumItalic-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-MediumItalic-Web.svg#apercu_pro_semibold_italic') format('svg');
  font-weight: 600;
  font-style: italic;
}
/* APERCU PRO - Bold */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-Bold-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-Bold-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-Bold-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-Bold-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-Bold-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-Bold-Web.svg#apercu_pro_bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* APERCU PRO - Bold Italic */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-BoldItalic-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-BoldItalic-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-BoldItalic-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-BoldItalic-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-BoldItalic-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-BoldItalic-Web.svg#apercu_pro_bold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
/* APERCU PRO - Extra Bold */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-Black-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-Black-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-Black-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-Black-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-Black-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-Black-Web.svg#apercu_pro_extra_bold') format('svg');
  font-weight: 800;
  font-style: normal;
}
/* APERCU PRO - Extra Bold Italic */
@font-face {
  font-family: 'Apercu Pro';
  src: url('/fonts/ApercuPro/ApercuPro-BlackItalic-Web.eot');
  src: url('/fonts/ApercuPro/ApercuPro-BlackItalic-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/ApercuPro/ApercuPro-BlackItalic-Web.woff2') format('woff2'), url('/fonts/ApercuPro/ApercuPro-BlackItalic-Web.woff') format('woff'), url('/fonts/ApercuPro/ApercuPro-BlackItalic-Web.ttf') format('truetype'), url('/fonts/ApercuPro/ApercuPro-BlackItalic-Web.svg#apercu_pro_extra_bold_italic') format('svg');
  font-weight: 800;
  font-style: italic;
}
/* DINBATS */
@font-face {
  font-family: 'TransatWebDingbat';
  src: url('/fonts/transatwebdingbat.eot');
  src: url('/fonts/transatwebdingbat.eot?#iefix') format('embedded-opentype'), url('/fonts/transatwebdingbat.woff') format('woff'), url('/fonts/transatwebdingbat.ttf') format('truetype'), url('/fonts/transatwebdingbat.svg#TransatWebDingbat') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* TS UI ICONS */
@font-face {
  font-family: 'TScomUIicons';
  src: url('/fonts/TScomUIicons.eot?1d4d5w');
  src: url('/fonts/TScomUIicons.eot?1d4d5w#iefix') format('embedded-opentype'), url('/fonts/TScomUIicons.ttf?1d4d5w') format('truetype'), url('/fonts/TScomUIicons.woff?1d4d5w') format('woff'), url('/fonts/TScomUIicons.svg?1d4d5w#TScomUIicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* DO DINGBATS */
@font-face {
  font-family: 'TransatDODingbat';
  src: url('/fonts/TransatDODingbat.eot');
  src: url('/fonts/TransatDODingbat.eot?#iefix') format('embedded-opentype'), url('/fonts/TransatDODingbat.woff') format('woff'), url('/fonts/TransatDODingbat.ttf') format('truetype'), url('/fonts/TransatDODingbat.svg#transatdodingbatregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* TRANSAT COLLECTIONS */
@font-face {
  font-family: 'TransatCollections';
  src: url('/fonts/transatcollections.eot');
  src: url('/fonts/transatcollections.eot?#iefix') format('embedded-opentype'), url('/fonts/transatcollections.woff') format('woff'), url('/fonts/transatcollections.ttf') format('truetype'), url('/fonts/transatcollections.svg#transatcollectionsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* TRANSAT COLLECTIONS VTH */
@font-face {
  font-family: 'TransatCollectionsVTH';
  src: url('/fonts/transatcollectionsvth.eot');
  src: url('/fonts/transatcollectionsvth.eot?#iefix') format('embedded-opentype'), url('/fonts/transatcollectionsvth.woff') format('woff'), url('/fonts/transatcollectionsvth.ttf') format('truetype'), url('/fonts/transatcollectionsvth.svg#transatcollectionsvthregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.TS-form {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.TS-form input::-webkit-input-placeholder {
  bottom: -4px;
  color: #bbbbbb;
  font-size: 14px;
  position: relative;
  text-align: center;
}
.TS-form input::-moz-placeholder {
  color: #bbbbbb;
  font-size: 14px;
  text-align: center;
}
.TS-form input:-moz-placeholder {
  color: #bbbbbb;
  font-size: 14px;
  text-align: center;
}
.TS-form input:-ms-input-placeholder {
  color: #bbbbbb !important;
  font-size: 14px !important;
  /* !important for IE11*/
  text-align: center;
}
.TS-form input:focus::-webkit-input-placeholder,
.TS-form input:focus::-moz-placeholder,
.TS-form input:focus:-moz-placeholder,
.TS-form input:focus:-ms-input-placeholder {
  text-align: center;
}
.TS-form ul {
  margin: 0;
  padding: 0;
}
.TS-form ul li {
  position: relative;
  margin: 0;
  list-style-type: none;
}
.TS-form .intro ul {
  margin: 1.5rem 0;
  list-style-position: inside;
}
.TS-form .intro li {
  list-style-type: initial;
}
.TS-form .TS-formRow {
  display: inline-block;
  width: 100%;
  margin-bottom: 2.2rem;
}
.TS-form .TS-formColumn {
  float: left;
  position: relative;
  width: 47%;
  margin-right: 6%;
}
.TS-form .TS-formColumn:focus {
  outline: 0;
}
.TS-form .TS-formColumn:nth-child(2) {
  margin-right: 0;
}
.TS-form .TS-formColumn.error input[type="text"] {
  border-bottom-color: #C50006;
}
.TS-form .TS-formColumn.single {
  width: 53%;
  margin-right: 0;
}
.TS-form .TS-formColumn.large {
  width: 100%;
  margin-right: 0;
}
.TS-form .TS-formColumn.half {
  float: left;
  width: 22%;
  margin-right: 3%;
}
.TS-form .TS-formColumn.half.last {
  float: right;
  width: 47%;
  margin-right: 0;
}
.TS-form .TS-formColumn .TS-formCell {
  float: left;
  position: relative;
  width: 42%;
  margin-right: 6%;
}
.TS-form .TS-formColumn .TS-formCell:nth-child(2) {
  margin-right: 0;
}
.TS-form .layout-form-oneColumn {
  width: 60rem;
}
.TS-form .layout-form-oneColumn .TS-formColumn {
  width: 100%;
  margin-right: 0;
}
.TS-form .TS-formDropDownList {
  z-index: 100;
  position: absolute;
  width: 100%;
  margin-left: 0;
  max-height: 30rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transition: height 2s ease;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.TS-form .TS-formDropDownList li {
  height: 4rem;
  padding: 0 1rem;
  border-bottom: solid 0.2rem #ffffff;
  font-size: 1.5rem;
  line-height: 4rem;
  color: #002855;
  cursor: pointer;
  background-color: #ffffff;
}
.TS-form .TS-formDropDownList li .tsGroupList {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #696969;
  float: left;
  padding: 0 5rem 0.5rem 0;
}
.TS-form .TS-formDropDownList li .tsCity {
  color: #002855;
  font-size: 1.6rem;
}
.TS-form .TS-formDropDownList li .tsCountry {
  font-size: 1.5rem;
}
.TS-form .TS-formDropDownList li .tsAirport {
  color: #696969;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.TS-form .TS-formDropDownList li .tsCode {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #696969;
}
.TS-form .TS-formDropDownList li.selected {
  padding-left: 0.7rem;
  border-left: solid 0.3rem #005EBA;
  background-color: #EEEEEE;
}
.TS-form .TS-formDropDownList li.selected .tsCity {
  color: #005EBA;
}
.TS-form .TS-formDropDownList li.active,
.TS-form .TS-formDropDownList li.mouseActive {
  background-color: #EEEEEE;
}
.TS-form .TS-formDropDownList li:last-child {
  margin-bottom: 0;
  border: none;
}
.TS-form .TS-formDropDownList li {
  height: 5rem;
  margin: 0;
  padding: 0.5rem 1rem;
  line-height: 1.4;
}
.TS-form .TS-formDropDownList li[aria-disabled="true"] {
  opacity: 0.4;
  cursor: default;
}
.TS-form .TS-formDropDownList li[aria-disabled="true"].mouseActive,
.TS-form .TS-formDropDownList li[aria-disabled="true"].active {
  background-color: transparent;
}
.TS-form .inputWrapper {
  position: relative;
}
.TS-form .inputWrapper:focus {
  outline: 0;
}
.TS-form .inputWrapper.error input[type="text"]:not(:focus) {
  border-bottom-color: #C50006;
}
.TS-form .inputWrapper .openButtonMobileDropDown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.4rem;
  padding: 0;
}
.TS-form .inputWrapper[class*="icon-chevron"]:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #005EBA;
  pointer-events: none;
}
.TS-form .inputWrapper .arrow {
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-decoration: none;
  font-family: 'TransatWebDingbat';
  font-size: 2rem;
  vertical-align: middle;
  color: #005EBA;
  cursor: pointer;
}
.TS-form .inputWrapper.active .TS-formDropDownList {
  z-index: 110;
  height: auto;
}
.TS-form .inputWrapper.active .TS-formDropDownList li {
  list-style-type: none;
}
.TS-form .inputWrapper .TS-dropBox {
  padding: 1rem;
  background-color: #EEEEEE;
}
.TS-form .inputWrapper .TS-dropBox > ul {
  margin: 0;
  padding: 0;
}
.TS-form .inputWrapper .TS-dropBox > ul > li {
  height: 5rem;
  margin-bottom: 1rem;
  line-height: 5rem;
  list-style-type: none;
}
.TS-form .inputWrapper .TS-dropBox > ul > li label {
  width: 50%;
  padding-bottom: 2.5rem;
  border-bottom: solid 0.1rem #ffffff;
  text-align: left;
  font-weight: 600;
}
input[type="text"]:not(.input-isReadonly),
input[type="email"]:not(.input-isReadonly),
input[type="tel"]:not(.input-isReadonly),
input[type="date"]:not(.input-isReadonly),
input[type="password"]:not(.input-isReadonly),
textarea:not(.input-isReadonly) {
  display: block;
  width: 100%;
  height: 4.4rem;
  padding: 1rem 1rem 0.5rem 0;
  border: none;
  border-bottom: solid 0.3rem #C2C2C2;
  border-radius: 0;
  font-size: 1.8rem;
  color: #002855;
  background-color: transparent;
  box-shadow: none;
  transition: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]:not(.input-isReadonly):focus,
input[type="email"]:not(.input-isReadonly):focus,
input[type="tel"]:not(.input-isReadonly):focus,
input[type="date"]:not(.input-isReadonly):focus,
input[type="password"]:not(.input-isReadonly):focus,
textarea:not(.input-isReadonly):focus,
input[type="text"]:not(.input-isReadonly):focus.filled,
input[type="email"]:not(.input-isReadonly):focus.filled,
input[type="tel"]:not(.input-isReadonly):focus.filled,
input[type="date"]:not(.input-isReadonly):focus.filled,
input[type="password"]:not(.input-isReadonly):focus.filled,
textarea:not(.input-isReadonly):focus.filled,
input[type="text"]:not(.input-isReadonly):active,
input[type="email"]:not(.input-isReadonly):active,
input[type="tel"]:not(.input-isReadonly):active,
input[type="date"]:not(.input-isReadonly):active,
input[type="password"]:not(.input-isReadonly):active,
textarea:not(.input-isReadonly):active,
input[type="text"]:not(.input-isReadonly):active.filled,
input[type="email"]:not(.input-isReadonly):active.filled,
input[type="tel"]:not(.input-isReadonly):active.filled,
input[type="date"]:not(.input-isReadonly):active.filled,
input[type="password"]:not(.input-isReadonly):active.filled,
textarea:not(.input-isReadonly):active.filled {
  box-shadow: none;
  outline: 0;
  border-bottom-color: #002855;
}
input[type="text"]:not(.input-isReadonly):disabled,
input[type="email"]:not(.input-isReadonly):disabled,
input[type="tel"]:not(.input-isReadonly):disabled,
input[type="date"]:not(.input-isReadonly):disabled,
input[type="password"]:not(.input-isReadonly):disabled,
textarea:not(.input-isReadonly):disabled,
input[type="text"]:not(.input-isReadonly):disabled.filled,
input[type="email"]:not(.input-isReadonly):disabled.filled,
input[type="tel"]:not(.input-isReadonly):disabled.filled,
input[type="date"]:not(.input-isReadonly):disabled.filled,
input[type="password"]:not(.input-isReadonly):disabled.filled,
textarea:not(.input-isReadonly):disabled.filled {
  color: #696969;
  border-bottom-color: #C2C2C2;
  cursor: default;
}
input[type="text"]:not(.input-isReadonly).filled,
input[type="email"]:not(.input-isReadonly).filled,
input[type="tel"]:not(.input-isReadonly).filled,
input[type="date"]:not(.input-isReadonly).filled,
input[type="password"]:not(.input-isReadonly).filled,
textarea:not(.input-isReadonly).filled {
  border-bottom-color: #005EBA;
}
input[type="text"]:not(.input-isReadonly).error.ng-invalid,
input[type="email"]:not(.input-isReadonly).error.ng-invalid,
input[type="tel"]:not(.input-isReadonly).error.ng-invalid,
input[type="date"]:not(.input-isReadonly).error.ng-invalid,
input[type="password"]:not(.input-isReadonly).error.ng-invalid,
textarea:not(.input-isReadonly).error.ng-invalid,
input[type="text"]:not(.input-isReadonly).ng-invalid.ng-touched,
input[type="email"]:not(.input-isReadonly).ng-invalid.ng-touched,
input[type="tel"]:not(.input-isReadonly).ng-invalid.ng-touched,
input[type="date"]:not(.input-isReadonly).ng-invalid.ng-touched,
input[type="password"]:not(.input-isReadonly).ng-invalid.ng-touched,
textarea:not(.input-isReadonly).ng-invalid.ng-touched {
  border-bottom-color: #C50006;
}
input[type="text"]:not(.input-isReadonly)::placeholder,
input[type="email"]:not(.input-isReadonly)::placeholder,
input[type="tel"]:not(.input-isReadonly)::placeholder,
input[type="date"]:not(.input-isReadonly)::placeholder,
input[type="password"]:not(.input-isReadonly)::placeholder,
textarea:not(.input-isReadonly)::placeholder {
  color: #C2C2C2 !important;
  font-size: 1.5rem !important;
}
input[type="text"]:not(.input-isReadonly)::-webkit-input-placeholder,
input[type="email"]:not(.input-isReadonly)::-webkit-input-placeholder,
input[type="tel"]:not(.input-isReadonly)::-webkit-input-placeholder,
input[type="date"]:not(.input-isReadonly)::-webkit-input-placeholder,
input[type="password"]:not(.input-isReadonly)::-webkit-input-placeholder,
textarea:not(.input-isReadonly)::-webkit-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 1.5rem !important;
}
input[type="text"]:not(.input-isReadonly)::-moz-placeholder,
input[type="email"]:not(.input-isReadonly)::-moz-placeholder,
input[type="tel"]:not(.input-isReadonly)::-moz-placeholder,
input[type="date"]:not(.input-isReadonly)::-moz-placeholder,
input[type="password"]:not(.input-isReadonly)::-moz-placeholder,
textarea:not(.input-isReadonly)::-moz-placeholder {
  opacity: 1;
  color: #C2C2C2 !important;
  font-size: 1.5rem !important;
}
input[type="text"]:not(.input-isReadonly):-moz-placeholder,
input[type="email"]:not(.input-isReadonly):-moz-placeholder,
input[type="tel"]:not(.input-isReadonly):-moz-placeholder,
input[type="date"]:not(.input-isReadonly):-moz-placeholder,
input[type="password"]:not(.input-isReadonly):-moz-placeholder,
textarea:not(.input-isReadonly):-moz-placeholder {
  opacity: 1;
  color: #C2C2C2 !important;
  font-size: 1.5rem !important;
}
input[type="text"]:not(.input-isReadonly):-ms-input-placeholder,
input[type="email"]:not(.input-isReadonly):-ms-input-placeholder,
input[type="tel"]:not(.input-isReadonly):-ms-input-placeholder,
input[type="date"]:not(.input-isReadonly):-ms-input-placeholder,
input[type="password"]:not(.input-isReadonly):-ms-input-placeholder,
textarea:not(.input-isReadonly):-ms-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 1.5rem !important;
}
input[type="text"]:not(.input-isReadonly):focus::placeholder,
input[type="email"]:not(.input-isReadonly):focus::placeholder,
input[type="tel"]:not(.input-isReadonly):focus::placeholder,
input[type="date"]:not(.input-isReadonly):focus::placeholder,
input[type="password"]:not(.input-isReadonly):focus::placeholder,
textarea:not(.input-isReadonly):focus::placeholder {
  color: #696969 !important;
}
input[type="text"]:not(.input-isReadonly):focus::-webkit-input-placeholder,
input[type="email"]:not(.input-isReadonly):focus::-webkit-input-placeholder,
input[type="tel"]:not(.input-isReadonly):focus::-webkit-input-placeholder,
input[type="date"]:not(.input-isReadonly):focus::-webkit-input-placeholder,
input[type="password"]:not(.input-isReadonly):focus::-webkit-input-placeholder,
textarea:not(.input-isReadonly):focus::-webkit-input-placeholder {
  color: #696969 !important;
}
input[type="text"]:not(.input-isReadonly):focus::-moz-placeholder,
input[type="email"]:not(.input-isReadonly):focus::-moz-placeholder,
input[type="tel"]:not(.input-isReadonly):focus::-moz-placeholder,
input[type="date"]:not(.input-isReadonly):focus::-moz-placeholder,
input[type="password"]:not(.input-isReadonly):focus::-moz-placeholder,
textarea:not(.input-isReadonly):focus::-moz-placeholder {
  color: #696969 !important;
}
input[type="text"]:not(.input-isReadonly):focus:-moz-placeholder,
input[type="email"]:not(.input-isReadonly):focus:-moz-placeholder,
input[type="tel"]:not(.input-isReadonly):focus:-moz-placeholder,
input[type="date"]:not(.input-isReadonly):focus:-moz-placeholder,
input[type="password"]:not(.input-isReadonly):focus:-moz-placeholder,
textarea:not(.input-isReadonly):focus:-moz-placeholder {
  color: #696969 !important;
}
input[type="text"]:not(.input-isReadonly):focus:-ms-input-placeholder,
input[type="email"]:not(.input-isReadonly):focus:-ms-input-placeholder,
input[type="tel"]:not(.input-isReadonly):focus:-ms-input-placeholder,
input[type="date"]:not(.input-isReadonly):focus:-ms-input-placeholder,
input[type="password"]:not(.input-isReadonly):focus:-ms-input-placeholder,
textarea:not(.input-isReadonly):focus:-ms-input-placeholder {
  color: #696969 !important;
}
input[type="text"]:not(.input-isReadonly):required + label:after,
input[type="email"]:not(.input-isReadonly):required + label:after,
input[type="tel"]:not(.input-isReadonly):required + label:after,
input[type="date"]:not(.input-isReadonly):required + label:after,
input[type="password"]:not(.input-isReadonly):required + label:after,
textarea:not(.input-isReadonly):required + label:after {
  padding-left: 0.3rem;
  color: #696969;
  content: '\2605';
  font-size: 0.9rem;
  position: relative;
  top: -0.7rem;
}
input[type="text"]:not(.input-isReadonly)::-ms-clear,
input[type="email"]:not(.input-isReadonly)::-ms-clear,
input[type="tel"]:not(.input-isReadonly)::-ms-clear,
input[type="date"]:not(.input-isReadonly)::-ms-clear,
input[type="password"]:not(.input-isReadonly)::-ms-clear,
textarea:not(.input-isReadonly)::-ms-clear {
  display: none;
}
input[type="text"]:not(.input-isReadonly):required + label:after,
input[type="email"]:not(.input-isReadonly):required + label:after,
input[type="tel"]:not(.input-isReadonly):required + label:after,
input[type="date"]:not(.input-isReadonly):required + label:after,
input[type="password"]:not(.input-isReadonly):required + label:after,
textarea:not(.input-isReadonly):required + label:after {
  content: "\2605";
  position: relative;
  top: -0.7rem;
  padding-left: 0.3rem;
  font-size: 0.9rem;
  color: #696969;
}
textarea {
  padding-top: 1.5rem;
}
input[type="submit"] {
  float: right;
  margin-right: 2%;
  border: none;
}
label {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4rem;
  color: #696969;
}
input[type="text"] ~ label,
input[type="email"] ~ label,
input[type="tel"] ~ label,
input[type="password"] ~ label,
textarea ~ label {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  line-height: 4.4rem;
  min-height: 4.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease;
  pointer-events: none;
}
input[type="text"] .placeholder,
input[type="email"] .placeholder,
input[type="tel"] .placeholder,
input[type="password"] .placeholder,
textarea .placeholder {
  margin-left: 0.2rem;
  font-size: 1.3rem;
  color: #EEEEEE;
}
input[type="text"]:focus ~ label,
input[type="email"]:focus ~ label,
input[type="tel"]:focus ~ label,
input[type="password"]:focus ~ label,
textarea:focus ~ label,
input[type="text"].filled ~ label,
input[type="email"].filled ~ label,
input[type="tel"].filled ~ label,
input[type="password"].filled ~ label,
textarea.filled ~ label,
input[type="text"].opened ~ label,
input[type="email"].opened ~ label,
input[type="tel"].opened ~ label,
input[type="password"].opened ~ label,
textarea.opened ~ label {
  top: -1.8rem;
  left: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
input[type="text"]:focus ~ label:after,
input[type="email"]:focus ~ label:after,
input[type="tel"]:focus ~ label:after,
input[type="password"]:focus ~ label:after,
textarea:focus ~ label:after,
input[type="text"].filled ~ label:after,
input[type="email"].filled ~ label:after,
input[type="tel"].filled ~ label:after,
input[type="password"].filled ~ label:after,
textarea.filled ~ label:after,
input[type="text"].opened ~ label:after,
input[type="email"].opened ~ label:after,
input[type="tel"].opened ~ label:after,
input[type="password"].opened ~ label:after,
textarea.opened ~ label:after {
  top: -0.5rem;
  font-size: 0.8rem;
}
textarea:not(.input-isReadonly),
textarea {
  padding-top: 0;
}
textarea:not(.input-isReadonly):focus,
textarea:focus,
textarea:not(.input-isReadonly).filled,
textarea.filled,
textarea:not(.input-isReadonly).opened,
textarea.opened {
  background-color: #EEEEEE;
}
textarea:not(.input-isReadonly):focus ~ label,
textarea:focus ~ label,
textarea:not(.input-isReadonly).filled ~ label,
textarea.filled ~ label,
textarea:not(.input-isReadonly).opened ~ label,
textarea.opened ~ label {
  top: 0;
  width: 89%;
  min-height: 1.5rem;
  line-height: 1.5rem;
  background-color: #ffffff;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5FCFE inset !important;
  -moz-box-shadow: 0 0 0px 1000px #F5FCFE inset !important;
  -ms-box-shadow: 0 0 0px 1000px #F5FCFE inset !important;
  box-shadow: 0 0 0px 1000px #F5FCFE inset !important;
}
.active input:not(:focus) ~ label,
.active textarea:not(:focus) ~ label {
  top: -1.8rem;
  left: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.inputWrapper input ~ label {
  padding: 0 3rem 0 0;
}
/* RADIO & CHECKBOX INPUTS
    *********************************/
.TS-input-checkbox + .TS-input-checkbox {
  margin-top: 1.5rem;
}
.radio-label,
.checkbox-label {
  position: relative;
  margin-right: 3rem;
  pointer-events: initial;
  cursor: pointer;
}
.radio-label:last-of-type,
.checkbox-label:last-of-type {
  margin-right: 0;
}
.TS-input-radio input[type="radio"],
.TS-input-checkbox input[type="checkbox"],
.radio-label,
.checkbox-label:not(.checkbox-label-agreement) {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.TS-input-radio input[type="radio"],
.TS-input-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 3.3rem;
}
.TS-input-radio input[type="radio"]:hover + .radio-label:before,
.TS-input-checkbox input[type="checkbox"]:hover + .radio-label:before,
.TS-input-radio input[type="radio"]:hover + .checkbox-label:before,
.TS-input-checkbox input[type="checkbox"]:hover + .checkbox-label:before {
  box-shadow: 0 0 0 3px #C2C2C2;
}
.TS-input-radio input[type="radio"]:focus + .radio-label:before,
.TS-input-checkbox input[type="checkbox"]:focus + .radio-label:before,
.TS-input-radio input[type="radio"]:focus + .checkbox-label:before,
.TS-input-checkbox input[type="checkbox"]:focus + .checkbox-label:before {
  box-shadow: 0 0 0 3px #3FBBEF;
}
.radio-label:before,
.checkbox-label:before {
  content: '';
  display: inline-block;
  /*pour mobile*/
  min-width: 3rem;
  height: 3rem;
  border: 0.3rem solid #005EBA;
  text-align: center;
  vertical-align: middle;
  transition: all 0.2s ease-in;
}
.radio-label {
  margin-bottom: 1rem;
}
.radio-label:before {
  margin-right: 1rem;
  padding: 0.7rem 0.3rem 0 0;
  border-radius: 50%;
}
.checkbox-label:before {
  padding: 0.2rem 0.2rem 0 0;
}
input[type="radio"]:checked + .radio-label:before,
.TS-input-checkbox input[type="checkbox"]:checked + .checkbox-label:before {
  content: "\00E2";
  font-family: 'TransatWebDingbat';
  font-size: 1.9rem;
  color: #ffffff;
  background-color: #005EBA;
}
.TS-input-checkbox input[type="checkbox"]:checked + .checkbox-label:before {
  line-height: 1.2;
}
input[type="radio"]:checked:focus + .radio-label:before,
.TS-input-checkbox input[type="checkbox"]:checked:focus + .checkbox-label:before {
  background-color: #005EBA;
  border: 0.3rem solid #005EBA;
}
.checkbox-label-agreement {
  display: block;
  padding-left: 4rem;
  min-height: 3rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #696969;
}
.checkbox-label-agreement:before {
  position: absolute;
  left: 0;
  margin-right: 1rem;
}
.checkbox-label-agreement a {
  text-decoration: underline;
}
.checkbox-label-agreement a:active,
.checkbox-label-agreement a:hover,
.checkbox-label-agreement a:focus {
  text-decoration: none;
}
.error .radio-label:before,
.error .checkbox-label:before {
  border: 0.3rem solid #C50006;
}
/************************************
    STATES
 ************************************/
/* DISABLED
 *********************************/
.input-isDisabled {
  width: 100%;
  height: 4.4rem;
  border-bottom: 0.3rem solid #C2C2C2;
}
.label-isDisabled {
  font-size: 1.8rem;
  line-height: 4.4rem;
}
.recapForm .label-isDisabled {
  font-size: 1.8rem;
  line-height: 4.4rem;
  color: #C2C2C2;
}
/* READONLY
 *********************************/
.input-isReadonly {
  display: block;
  width: 100%;
  height: 4.4rem;
  border-bottom: 0.3rem solid #696969;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #002855;
  word-wrap: break-word;
}
input.filled + .label-isReadonly,
.label-isReadonly {
  display: block;
  font-size: 1.2rem;
  color: #696969;
}
.recapForm .label-isReadonly {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  color: #696969;
}
.recapForm .input-isReadonly {
  border: none;
}
/* ERROR
 *********************************/
.TS-formErrorMsg {
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  color: #C50006;
}
.errorMsg span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #C50006;
}
.errorMsg.insideList {
  display: block;
  z-index: 100;
  position: relative;
  min-height: 4rem;
  text-align: center;
  background-color: #EEEEEE;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.errorMsg.insideList span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .TS-form .TS-formRow,
  .TS-form .TS-formRow:last-of-type,
  .TS-form .TS-formRow:last-of-type .TS-formColumn:nth-child(2) {
    margin-bottom: 0;
  }
  .TS-form .layout-form-oneColumn {
    width: 100%;
    min-width: 100%;
  }
  .TS-form .inputWrapper .TS-formDropDownList {
    position: absolute;
    height: 0;
    padding: 0;
  }
  .TS-form .TS-formColumn {
    width: 100%;
    margin-bottom: 2rem;
  }
  .TS-form .TS-formColumn.single {
    width: 100%;
  }
  .TS-form .TS-formColumn.single .TS-formCell {
    width: 47%;
  }
  .TS-form .radio-label {
    display: block;
    margin: 0 3rem 1rem 0;
  }
  .TS-form .radio-label:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  .TS-dropdown label {
    margin-bottom: 1rem;
    line-height: 2rem;
  }
  .dropdown-compact.active input[type="text"] {
    border-bottom-color: #002855;
  }
  .TS-input-radio label {
    margin-right: 0;
    padding-left: 4rem;
    min-height: 3rem;
    line-height: 2rem;
  }
  .TS-input-radio label:before {
    position: absolute;
    left: 0;
    margin-right: 1rem;
    padding-top: 0.4rem;
  }
}
/* Warning modal */
.warningBox {
  margin-bottom: 2rem;
  padding: 2rem;
  overflow-y: hidden;
  background-color: #FDDDDD;
  -webkit-animation-name: slideWarningBox;
  -moz-animation-name: slideWarningBox;
  animation-name: slideWarningBox;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.warningBox .icon {
  display: table-cell;
  padding: 0.6rem 1.5rem 0.6rem 0;
  font-family: 'TransatWebDingbat';
  font-size: 4.5rem;
  vertical-align: middle;
  color: #C50006;
}
.warningBox h2 {
  display: table-cell;
  margin: 0;
  color: #C50006;
}
.warningBox p {
  margin: 2rem 0 0;
}
/* Classic dropdown with select */
/*****************************************
     CODE COPIÉ (.TS-dropdown) DANS LE TS-HEADERFOOTER-DYNAMIC-V3.less 
     - ne pas oublier la media queries -
    ****************************************/
.TS-dropdown .icon-chevronD {
  position: relative;
}
.TS-dropdown .icon-chevronD:after {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.8rem;
  color: #005EBA;
  pointer-events: none;
}
.TS-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: -0.4rem;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
  min-height: 3.5rem;
  max-width: 100%;
  min-width: 10rem;
  border-bottom: 0.3rem solid #C2C2C2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  white-space: nowrap;
  color: #002855;
  background-color: transparent;
  cursor: pointer;
}
.TS-dropdown select:focus {
  border-bottom: 0.3rem solid #002855;
}
.TS-dropdown {
  margin: 1rem 0;
  font-size: 1.6rem;
}
.TS-dropdown label {
  display: inline-block;
  margin-right: 0.5rem;
  line-height: 3.5rem;
  color: #002855;
}
.TS-dropdown select::-ms-expand {
  /* for IE 11 */
  display: none;
}
h1,
.h1style,
h2,
.h2style,
h3,
.h3style,
h4,
.h4style,
h5,
.h5style,
h6,
.h6style {
  font-weight: 400;
  line-height: 1.5;
  color: #002855;
}
h1 a,
.h1style a,
h2 a,
.h2style a,
h3 a,
.h3style a,
h4 a,
.h4style a,
h5 a,
.h5style a,
h6 a,
.h6style a {
  font-weight: 400;
  text-decoration: underline;
}
h1 a:hover,
.h1style a:hover,
h2 a:hover,
.h2style a:hover,
h3 a:hover,
.h3style a:hover,
h4 a:hover,
.h4style a:hover,
h5 a:hover,
.h5style a:hover,
h6 a:hover,
.h6style a:hover,
h1 a:focus,
.h1style a:focus,
h2 a:focus,
.h2style a:focus,
h3 a:focus,
.h3style a:focus,
h4 a:focus,
.h4style a:focus,
h5 a:focus,
.h5style a:focus,
h6 a:focus,
.h6style a:focus {
  text-decoration: underline;
}
h2,
.h2style,
h3,
.h3style {
  margin: 0 0 1.5rem;
}
h4,
.h4style,
h5,
.h5style {
  margin: 0 0 0.5rem;
  font-size: 1.8rem;
}
h1,
.h1style {
  margin: 0 0 2rem;
  font-size: 3.2rem;
}
h2,
.h2style {
  font-size: 2.8rem;
}
h3,
.h3style {
  font-size: 2.4rem;
}
h6,
.h6style {
  margin: 0;
  font-size: 1.6rem;
}
.TS-Link-underline {
  text-decoration: underline;
}
.TS-Link-underline:hover,
.TS-Link-underline:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  h1,
  .h1style {
    font-size: 2.6rem;
  }
  h2,
  .h2style {
    font-size: 2.2rem;
  }
  h3,
  .h3style {
    font-size: 1.8rem;
  }
  h4,
  .h4style {
    font-size: 1.6rem;
  }
}
* [class*="icon-"]:before,
* [class*="icon-"]:after {
  font-family: 'TransatWebDingbat', 'TScomUIicons';
}
.icon-chevronD:after {
  content: "ˇ";
}
.icon-chevronT:after {
  content: "ˆ";
}
.icon-reload:before {
  content: "\00EE";
}
.icon-menuMobile:before {
  content: "\201C";
}
.icon-chevronL:before {
  content: "\003C";
}
.icon-chevronR:after {
  content: "\003E";
}
.icon-notify:before {
  content: "\E947";
}
.icon-search:before {
  content: "\E953";
}
.icon-closeXRND:before {
  content: "\E919";
}
.icon-check:before {
  content: "\00E2";
}
.icon-cross:before {
  content: "\00D7";
}
.icon-crossinCircle:before {
  content: "\00D8";
}
.icon-plusBox:before {
  content: "\002B";
}
.icon-minusBox:before {
  content: "\003D";
}
.icon-liaisonSimple:before {
  content: "\007C";
}
.icon-liaisonDouble:before {
  content: "\00A6";
}
.icon-planeT-fromAbove:before {
  content: "1";
}
.icon-planeR-fromAbove:before {
  content: "\003A";
}
.icon-planesFacetoFace:before {
  content: "\003B";
}
.icon-planeTakeOff:before {
  content: "\201D";
}
.icon-planeLanding:before {
  content: "\201E";
}
.icon-planeR:before {
  content: "\203A";
}
.icon-planeL:before {
  content: "\2039";
}
.icon-flightTickets:before {
  content: "\0045";
}
.icon-shipFront:before {
  content: "≈";
}
.icon-starFilled:before {
  content: "8";
}
.icon-starHalf:before {
  content: "*";
}
.icon-starEmpty:before {
  content: "²";
}
.icon-hotel:before {
  content: "6";
}
.icon-hotelSM:before {
  content: "\e984";
}
.icon-hotelAndPlane:before {
  content: "7";
}
.icon-exclamationOctagon:before {
  content: "ü";
}
.icon-exclamationCircle:before {
  content: "\e902";
}
.icon-exitDoor:before {
  content: "Ã";
}
.icon-checkboxIntoList:before {
  content: "\00E3";
}
.icon-magnifiyingGlass:before {
  content: "\00B5";
}
.icon-volumeOff:before {
  content: "\e9b0";
}
.icon-volumeOneWave:before {
  content: "\e9af";
}
.icon-volumeOn:before {
  content: "\e9ae";
}
.icon-videoPlay:before {
  content: "\e9a9";
}
.icon-videoPause:before {
  content: "\e9aa";
}
.icon-videoFullScreen:before {
  content: "\e9ac";
}
.icon-playOnSquare:before {
  content: "\2206";
}
.icon-info:before {
  content: "\E936";
}
.icon-calendar:before {
  content: "\E90C";
}
.icon-suitcase:before {
  content: "\e9cd";
}
.icon-facebook:before {
  content: "₤";
}
.icon-twitter:before {
  content: "€";
}
.icon-googlePlus:before {
  content: "¥";
}
.icon-email:before {
  content: "¢";
}
.icon-tripAdvisor:before {
  content: "9";
}
.icon-print:before {
  content: "Ì";
}
.icon-QRCode:before {
  content: "í";
}
.icon-share:before {
  content: "\2026";
}
.icon-wifi:before {
  content: "\006E";
}
.icon-refrigerator {
  content: "\004E";
}
.icon-safe:before {
  content: "\0046";
}
.icon-television:before {
  content: "\0054";
}
.icon-voltage:before {
  content: "\0056";
}
.icon-interrogationBubbleFilled:before {
  content: "\00B1";
}
.icon-file:before {
  content: "\006C";
}
.icon-hotelList:before {
  content: "\0064";
}
.icon-i-inCircle:before {
  content: "\0069";
}
.icon-foodCover:before {
  content: "\0073";
}
.icon-ustensil:before {
  content: "\0062";
}
.icon-island:before {
  content: "\0070";
}
.icon-sportArticles:before {
  content: "\0076";
}
.icon-childHat:before {
  content: "\0066";
}
.icon-signpost:before {
  content: "\0065";
}
.icon-wave:before {
  content: "\0057";
}
.icon-theatersMasks:before {
  content: "\0044";
}
.icon-IndianaJonesHat:before {
  content: "\0041";
}
.icon-greekBuilding:before {
  content: "\0043";
}
.icon-golf:before {
  content: "\0067";
}
.icon-rings:before {
  content: "\006D";
}
.icon-A-inHouse:before {
  content: "\0061";
}
.icon-checkIntoSuitcase:before {
  content: "\007A";
}
.icon-parkingSign:before {
  content: "\0071";
}
.icon-telescope:before {
  content: "\0074";
}
.icon-plantCutting:before {
  content: "\0078";
}
.icon-flower:before {
  content: "\0068";
}
.icon-scubaDiver:before {
  content: "\006A";
}
.icon-arrowSubitem:before {
  content: "\e9fb";
}
.icon-locationPNT:before {
  content: "\e9991";
}
.icon-train:before {
  content: "\e9a8";
}
.icon-flight:before {
  content: "\e924";
}
.icon-package:before {
  content: "\e948";
}
.icon-cruise:before {
  content: "\e91b";
}
.icon-car:before {
  content: "\e90f";
}
.icon-upload:before {
  content: "\ea07";
}
* [class*="icon-DO-"]:before,
* [class*="icon-DO-"]:after {
  font-family: 'TransatDODingbat';
}
.icon-DO-headphones:before {
  content: "\00EC";
}
.icon-DO-bus:before {
  content: "\00F2";
}
.icon-DO-plane:before {
  content: "\00F3";
}
.icon-DO-train:before {
  content: "\00F4";
}
.icon-DO-car:before {
  content: "\00F5";
}
.icon-DO-ferry:before {
  content: "\00F6";
}
.icon-DO-barChart1-3:before {
  content: "\00BC";
}
.icon-DO-barChart2-3:before {
  content: "\00BD";
}
.icon-DO-barChart3-3:before {
  content: "\00BE";
}
.icon-DO-info:before {
  content: "\0069";
}
.icon-DO-handZero:before {
  content: "\004D";
}
.icon-DO-hotels:before {
  content: "\0048";
}
.icon-DO-itineraryCard:before {
  content: "\222B";
}
.icon-DO-giftWrap:before {
  content: "\221A";
}
.icon-DO-checkIntoSuitcase:before {
  content: "\007A";
}
.icon-DO-bulletPoint:before {
  content: "\2022";
}
.icon-bed:before {
  content: "\0063";
}
.icon-fullscreen:before {
  content: "\2018";
}
.icon-exitFullscreen:before {
  content: "\2019";
}
.icon-photos:before {
  content: "\2202";
}
.icon-pingOnMap:before {
  content: "\220F";
}
.icon-hotelOnMap:before {
  content: "\2211";
}
.icon-arrowRight::before {
  content: "\ea24";
}
.TS-mainContent .TS-KenticoForm ul,
.TS-mainContent .TS-KenticoForm ol {
  margin-left: 0;
}
.TS-KenticoForm {
  margin-top: 2.5rem;
}
.TS-KenticoForm fieldset {
  margin-top: 2rem;
}
.TS-KenticoForm legend {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  color: #0F254A;
}
.TS-KenticoForm ul {
  padding-left: 0;
}
.TS-KenticoForm li {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 4rem;
  list-style-type: none;
}
.TS-KenticoForm li + li {
  margin-top: 2.2rem;
}
.TS-KenticoForm li:-moz-only-whitespace {
  display: none;
}
.TS-KenticoForm li.submitBtn-container {
  margin-top: 0;
}
.TS-KenticoForm li.submitBtn-container .btn-primary {
  margin-top: 0;
  margin-bottom: 0;
}
.TS-KenticoForm li .EditingFormErrorLabel {
  position: inherit;
  top: 0;
  left: 25rem;
  flex: 1 0 100%;
  max-width: calc(100% - 25rem);
}
.TS-KenticoForm li #ErrorEmailConfirm {
  display: none;
}
.TS-KenticoForm ol li {
  display: list-item;
  min-height: 0;
  margin: 1rem 0;
  list-style-type: decimal;
}
.TS-KenticoForm.formAttachement-section ul li {
  list-style-type: disc;
}
.TS-KenticoForm.formAttachement-section li + li {
  margin: 0;
}
.TS-KenticoForm label,
.TS-KenticoForm .EditingFormLabel,
.TS-KenticoForm .securityCode-label,
.TS-KenticoForm .birthDate-label-container {
  flex: 0 1 25rem;
  align-self: center;
  padding: 0.3rem 1rem 0 0;
  font-size: 1.8rem;
  line-height: 1.2;
  word-break: break-word;
  color: #0F254A;
}
.TS-KenticoForm label + div,
.TS-KenticoForm .EditingFormLabel + div,
.TS-KenticoForm .securityCode-label + div,
.TS-KenticoForm .birthDate-label-container + div,
.TS-KenticoForm label .EditingFormControlNestedControl,
.TS-KenticoForm .EditingFormLabel .EditingFormControlNestedControl,
.TS-KenticoForm .securityCode-label .EditingFormControlNestedControl,
.TS-KenticoForm .birthDate-label-container .EditingFormControlNestedControl {
  flex: 1 1 auto;
  -ms-flex: 1 1 0%;
  max-width: calc(100% - 26rem);
  align-self: center;
}
.TS-KenticoForm label a,
.TS-KenticoForm .EditingFormLabel a,
.TS-KenticoForm .securityCode-label a,
.TS-KenticoForm .birthDate-label-container a {
  text-decoration: underline;
}
.TS-KenticoForm label a:hover,
.TS-KenticoForm .EditingFormLabel a:hover,
.TS-KenticoForm .securityCode-label a:hover,
.TS-KenticoForm .birthDate-label-container a:hover,
.TS-KenticoForm label a:focus,
.TS-KenticoForm .EditingFormLabel a:focus,
.TS-KenticoForm .securityCode-label a:focus,
.TS-KenticoForm .birthDate-label-container a:focus {
  text-decoration: none;
}
.TS-KenticoForm .EditingFormErrorLabel {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #C50000;
}
.TS-KenticoForm input[type="checkbox"],
.TS-KenticoForm input[type="radio"] {
  margin: 0 1rem;
}
.TS-KenticoForm input[type="submit"] {
  float: right;
}
.TS-KenticoForm select::-ms-expand,
.TS-KenticoForm .innerSelecteDate .autocomplete,
.TS-KenticoForm .innerSelecteDate #p_lt_ctl02_pageplaceholder_p_lt_ctl01_Widgets_Widgets_zone_BizForm1_viewBiz_ncpbirthdaylabel {
  display: none;
}
.TS-KenticoForm select {
  text-overflow: ellipsis;
  line-height: 2.2rem;
  white-space: nowrap;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMDA3MUIzO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUsMTguM2w5LjEtOS4xbDIuMywyLjJMMTUsMjIuOEwzLjYsMTEuNGwyLjMtMi4yTDE1LDE4LjN6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}
.TS-KenticoForm .DropDownField,
.TS-KenticoForm ul select,
.TS-KenticoForm ul input[type="text"],
.TS-KenticoForm input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-left: 0;
  padding: 1rem 2rem 0.5rem 0;
  border: none;
  border-bottom: solid 0.3rem #c2c2c2;
  border-radius: 0;
  font-size: 1.8rem;
  color: #0F254A;
  background-color: transparent;
  box-shadow: none;
  transition: none;
  cursor: pointer;
}
.TS-KenticoForm .innerSelecteDate {
  margin-bottom: 4rem;
}
.TS-KenticoForm .innerSelecteDate .birthDate-inputContainer {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.TS-KenticoForm .innerSelecteDate .validation {
  position: relative;
  top: 0;
  left: 25rem;
  flex: none;
  width: calc(100% - 25rem);
  line-height: 0.5;
}
.TS-KenticoForm .innerSelecteDate .validation .EditingFormErrorLabel {
  position: static;
  /* pour IE */
  position: initial;
  width: 100%;
}
.TS-KenticoForm .innerSelecteDate .EditingFormControlNestedControl {
  flex: 1 0 auto;
  padding-left: 0;
}
.TS-KenticoForm .innerSelecteDate .EditingFormControlNestedControl + .EditingFormControlNestedControl {
  margin-left: 1rem;
}
.TS-KenticoForm .consentContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.TS-KenticoForm .consentContainer .EditingFormLabel,
.TS-KenticoForm .consentContainer .innerEditingFormLabel {
  display: block;
  flex: 0 1 93%;
}
.TS-KenticoForm .consentContainer .EditingFormErrorLabel {
  position: inherit;
}
.TS-KenticoForm .challengeResponse {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.TS-KenticoForm .challengeResponse .EditingFormErrorLabel {
  position: inherit;
  flex: 1 0 100%;
  left: 25rem;
}
.TS-KenticoForm .challengeResponse .challengeResponse-label,
.TS-KenticoForm .challengeResponse .EditingFormLabel {
  flex: 0 1 25rem;
  align-self: center;
}
.TS-KenticoForm .challengeResponse .challengeResponse-label + div,
.TS-KenticoForm .challengeResponse .EditingFormLabel + div {
  flex: 1 0 auto;
}
.TS-KenticoForm .challengeResponse tr {
  display: flex;
}
.TS-KenticoForm .challengeResponse td:first-child {
  flex: 1 0 auto;
}
.TS-KenticoForm textarea {
  min-height: 8rem;
  margin-top: 1rem;
}
.TS-KenticoForm table,
.TS-KenticoForm table td {
  padding: 0;
  border: none;
}
.TS-KenticoForm .submitBtn-container {
  float: right;
  margin-top: 1rem;
}
.TS-KenticoForm input[type="submit"] {
  line-height: inherit;
}
.TS-KenticoForm .control-group-inline {
  display: flex;
}
.TS-KenticoForm .date-time-picker button {
  flex: 1 0 auto;
  margin-left: 0.5rem;
  line-height: 36px;
  border-radius: 3px;
  background-color: #0071B3;
  border: 3px solid transparent;
  transition: all 0.2s ease;
}
.TS-KenticoForm .date-time-picker button:hover,
.TS-KenticoForm .date-time-picker button:focus {
  text-decoration: none;
  background-color: #fff;
  color: #0071B3;
}
.TS-KenticoForm .date-time-picker button:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.TS-KenticoForm .date-time-picker button:focus {
  border: 0.3rem solid #5BC2E7;
}
.TS-KenticoForm .date-time-picker .calendar-action {
  align-self: center;
  padding-left: 0.5rem;
}
#ui-datepicker-div,
#ui-datepicker-div .datetime-ui-widget-header,
.form-group {
  background: #fff;
  border: none;
  margin-bottom: 0.5rem;
}
#ui-datepicker-div {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
#ui-datepicker-div th {
  padding: 0 0 0.5rem;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #0F254A;
  line-height: 2.5;
  background: transparent;
}
#ui-datepicker-div .form-group button {
  border-radius: 3px;
  background-color: #0071B3;
  border: 3px solid transparent;
  transition: all 0.2s ease;
}
#ui-datepicker-div .form-group button:hover,
#ui-datepicker-div .form-group button:focus {
  text-decoration: none;
  background-color: #fff;
  color: #0071B3;
}
#ui-datepicker-div .form-group button:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
#ui-datepicker-div .form-group button:focus {
  border: 0.3rem solid #5BC2E7;
}
#ui-datepicker-div .form-group button + button {
  margin-left: 5px;
}
#ui-datepicker-div .form-group .btn-primary {
  background-color: #317b00;
  transition: all 0.15s ease;
}
#ui-datepicker-div .form-group .btn-primary:hover,
#ui-datepicker-div .form-group .btn-primary:focus {
  color: #317b00;
}
#ui-datepicker-div .form-group .btn-primary:focus {
  border: 0.3rem solid #4fc800;
}
#ui-datepicker-div .datetime-ui-datepicker-prev,
#ui-datepicker-div .datetime-ui-datepicker-next {
  top: 0;
  width: 3rem;
  height: 3rem;
  font-family: 'TransatWebDingbat';
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.4rem;
  color: #0071B3;
}
#ui-datepicker-div .datetime-ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .datetime-ui-datepicker-prev:before {
  content: "\003C";
}
#ui-datepicker-div .datetime-ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .datetime-ui-datepicker-next:before {
  content: "\003E";
}
#ui-datepicker-div .datetime-ui-state-hover {
  border: none;
  text-decoration: none;
  color: #0F254A;
  background: transparent;
  cursor: pointer;
}
#ui-datepicker-div .datetime-ui-state-default {
  text-align: center;
  border: none;
  background: transparent;
  color: #0071B3;
  cursor: pointer;
}
#ui-datepicker-div .datetime-ui-state-default.datetime-ui-priority-secondary {
  color: #c2c2c2;
  cursor: default;
}
#ui-datepicker-div .datetime-ui-state-default.datetime-ui-priority-secondary.datetime-ui-state-hover {
  color: #c2c2c2;
}
#ui-datepicker-div .datetime-ui-state-default.datetime-ui-state-hover {
  color: #0F254A;
}
#ui-datepicker-div #ui-datepicker-div.datetime-ui-state-hover {
  color: #0071B3;
}
#ui-datepicker-div .datetime-ui-state-active {
  color: #fff;
  background-color: #0071B3;
}
#ui-datepicker-div .datetime-ui-state-active.datetime-ui-state-hover {
  color: #fff;
  background-color: #0F254A;
}
.datetime-ui-datepicker-calendar {
  border: none;
}
.ErrorLabel {
  display: block;
  margin: 1rem 0;
  color: #C50000;
}
@media screen and (max-width: 767px) {
  .TS-KenticoForm label,
  .TS-KenticoForm .EditingFormLabel,
  .TS-KenticoForm .securityCode-label,
  .TS-KenticoForm .birthDate-label-container {
    color: #696969;
  }
  .TS-KenticoForm li {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .TS-KenticoForm li .EditingFormErrorLabel,
  .TS-KenticoForm .challengeResponse .EditingFormErrorLabel {
    left: 0;
    max-width: 100%;
  }
  .TS-KenticoForm .securityCode .EditingFormErrorLabel,
  .TS-KenticoForm li div:last-child .EditingFormErrorLabel {
    left: 0;
    top: auto;
  }
  .TS-KenticoForm label,
  .TS-KenticoForm .EditingFormLabel {
    flex: none;
    align-self: flex-start;
    /*margin-bottom: 1rem;*/
  }
  .TS-KenticoForm .challengeResponse {
    flex-direction: row;
  }
  .TS-KenticoForm .challengeResponse .challengeResponse-label,
  .TS-KenticoForm .challengeResponse .EditingFormLabel {
    flex: 1 0 100%;
    align-self: auto;
  }
  .TS-KenticoForm .innerSelecteDate .birthDate-label-container {
    flex: none;
    align-self: flex-start;
  }
  .TS-KenticoForm .innerSelecteDate .birthDate-inputContainer {
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .TS-KenticoForm .innerSelecteDate .EditingFormControlNestedControl {
    flex: 0 1 auto;
    width: 100%;
  }
  .TS-KenticoForm .innerSelecteDate .validation {
    left: 0;
  }
  .TS-KenticoForm input[type="submit"] {
    margin: 2rem auto;
  }
  .TS-KenticoForm label + div,
  .TS-KenticoForm .EditingFormLabel + div,
  .TS-KenticoForm .securityCode-label + div,
  .TS-KenticoForm label .EditingFormControlNestedControl,
  .TS-KenticoForm .EditingFormLabel .EditingFormControlNestedControl {
    align-self: auto;
    max-width: 100%;
  }
}
/********* STATES EFFECT ************/
/* ** NAVIGATION EFFECT ** */
.mainNav-hoverEffect {
  transition: all 0.2s ease;
}
.mainNav-hoverEffect:hover {
  outline: 0.3rem solid #C2C2C2;
  outline-offset: -0.3rem;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.mainNav-focusEffect {
  transition: all 0.2s ease;
}
.mainNav-focusEffect:focus {
  outline: 0.3rem solid #3FBBEF;
  outline-offset: -0.3rem;
}
.selectedEffect {
  border-bottom: 0.3rem solid #005EBA;
}
.selectedEffect-secondLevel {
  border-left: 0.6rem solid #005EBA;
}
.selectedEffect-firstLevel-onMobile {
  border-left: 0.3rem solid #005EBA;
}
/* ** BUTTONS EFFECT ** */
.btn-hoverEffect,
.btn-focusEffect {
  transition: all 0.2s ease;
}
.btn-hoverEffect:hover,
.btn-focusEffect:hover,
.btn-hoverEffect:focus,
.btn-focusEffect:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.btn-hoverEffect:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.btn-focusEffect:focus {
  border: 0.3rem solid #3FBBEF;
}
/* Flex boxes */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #333333;
}
.noScroll {
  position: fixed;
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  touch-action: none;
}
a:active,
button:active,
input:active,
textarea:active,
select:active,
[tabindex="-1"]:active,
a:focus:active,
button:focus:active,
input:focus:active,
textarea:focus:active,
select:focus:active,
[tabindex="-1"]:focus:active {
  outline: 0;
}
[tabindex="-1"]:focus,
input {
  outline: 0;
}
p {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
a {
  font-weight: 600;
  color: #005EBA;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
.TS-header a,
.TS-footer a {
  font-weight: 400;
  text-decoration: none;
}
.TS-header a:hover,
.TS-footer a:hover,
.TS-header a:focus,
.TS-footer a:focus {
  text-decoration: underline;
}
.TS-header p a:not(.TS-btn),
.TS-footer p a:not(.TS-btn) {
  font-weight: 600;
  color: #005EBA;
  text-decoration: underline;
}
.TS-header p a:not(.TS-btn):hover,
.TS-footer p a:not(.TS-btn):hover,
.TS-header p a:not(.TS-btn):focus,
.TS-footer p a:not(.TS-btn):focus {
  text-decoration: none;
}
a.CMSSiteMapLink,
a.notUnderline,
.listLinksNotUnderline a {
  display: block;
  min-height: 2.4rem;
  font-weight: 400;
  text-decoration: none;
}
a.CMSSiteMapLink:hover,
a.notUnderline:hover,
.listLinksNotUnderline a:hover,
a.CMSSiteMapLink:focus,
a.notUnderline:focus,
.listLinksNotUnderline a:focus {
  text-decoration: underline;
}
.co-minHeightLink {
  display: block;
  min-height: 2.4rem;
}
.TS-widget {
  position: relative;
}
.TS-widget .oriDestSection {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.TS-widget .oriDestSection .oriDest {
  font-weight: bold;
}
.TS-widget .oriDestSection .TS-dropdown select {
  margin-left: 0;
}
.fullWidthBG {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contentBefore,
.contentAfter,
.footnotes {
  color: #696969;
}
.contentBefore,
.footnotes {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.contentBefore {
  margin: 0 0 1.5rem;
}
.contentBefore p,
.contentBefore span {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.contentBefore a {
  display: inline-block;
  float: none;
  margin-right: 1rem;
  line-height: 2.2rem;
  text-decoration: none;
}
.contentBefore a:hover,
.contentBefore a:focus {
  text-decoration: underline;
}
.contentBefore a:after {
  content: "\003E";
  display: inline-block;
  padding-left: 0.5rem;
  font-family: 'TransatWebDingbat';
  font-weight: 400;
  font-size: 1.6rem;
}
.contentBefore p {
  margin-bottom: 1rem;
}
.contentBefore p a {
  margin: 0;
  text-decoration: underline;
}
.contentBefore p a:hover,
.contentBefore p a:focus {
  text-decoration: none;
}
.contentBefore p a:after {
  display: none;
}
.bgElectricBlue .contentBefore,
.bgBlue .contentBefore,
.bgImage .contentBefore,
.bgElectricBlue .footnotes,
.bgBlue .footnotes,
.bgImage .footnotes {
  color: #ffffff;
}
.footnotes {
  padding-top: 1.5rem;
}
.footnotes p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.footnotes a {
  display: inline-block;
  float: none;
  margin-right: 1rem;
  line-height: 2.2rem;
  text-decoration: none;
}
.footnotes a:hover,
.footnotes a:focus {
  text-decoration: underline;
}
.footnotes a:after {
  content: "\003E";
  display: inline-block;
  padding-left: 0.5rem;
  font-family: 'TransatWebDingbat';
  font-weight: 400;
  font-size: 1.6rem;
}
.footnotes p a {
  margin: 0;
  text-decoration: underline;
}
.footnotes p a:hover,
.footnotes p a:focus {
  text-decoration: none;
}
.footnotes p a:after {
  display: none;
}
.intro {
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #696969;
}
.intro p,
.intro span {
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #696969;
}
.additional-info {
  margin: 1.5rem 0 0 0;
  padding: 2rem;
  overflow: visible;
  color: #002855;
  background-color: #EEEEEE;
  border-radius: 0.5rem;
}
.additional-info a {
  text-decoration: underline;
  font-weight: 600;
  color: #005EBA;
}
.additional-info a:hover {
  color: #00649E;
  text-decoration: none;
}
.additional-info a:focus,
.additional-info a:active {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.nobr {
  white-space: nowrap;
}
dd {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #333333;
}
.mandatoryFields {
  margin-bottom: 2rem;
  font-weight: 600;
}
.accessibilityMsg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.accessibilityFastLink {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0;
  overflow: hidden;
  text-decoration: underline;
  line-height: 2rem;
  opacity: 0;
  cursor: pointer;
}
.accessibilityFastLink:focus {
  top: auto;
  width: auto;
  height: auto;
  opacity: 1;
}
.TS-wrapper {
  margin: 0 auto;
}
.TS-wrapper:before,
.TS-wrapper:after {
  content: " ";
  display: table;
}
.TS-wrapper:after {
  clear: both;
}
.TS-content {
  background-color: #ffffff;
}
#mainContent > section:not(.TS-widget):first-child,
#mainContent > div:first-child {
  padding-top: 1rem;
}
.TS-mainContent {
  float: left;
  width: 66.66666667%;
  padding-top: 1rem;
  background-color: #ffffff;
}
.TS-mainContent ul,
.TS-mainContent ol {
  margin-left: 1.5rem;
}
.TS-mainContent ul ul li,
.TS-mainContent ol ul li {
  list-style-type: circle;
}
.TS-mainContent ul ul ul li,
.TS-mainContent ol ul ul li {
  list-style-type: square;
}
.hr-section + .hr-section {
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 2px solid #ccc;
}
.flexContainer {
  display: flex;
  flex-wrap: wrap;
}
.TS-error {
  color: #C50006;
  font-size: 1.4rem;
  text-align: left;
}
img {
  max-width: 100%;
}
.rsImg {
  width: 100%;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.no-scroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}
.TS-bgBlueSky {
  background-color: #e1f4fb;
  color: #002855;
  padding: 1rem;
}
.co-radiusTopLeft {
  border-top-left-radius: 0.5rem;
}
.co-radiusTopRight {
  border-top-right-radius: 0.5rem;
}
.co-radiusBottomLeft {
  border-bottom-left-radius: 0.5rem;
}
.co-radiusBottomRight {
  border-bottom-right-radius: 0.5rem;
}
.co-radiusAll {
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .accessibilityFastLink {
    top: 0;
    left: 0;
    width: 8.5rem;
    margin-left: 0;
  }
  .accessibilityFastLink a:focus {
    left: 0;
    top: 0;
  }
  .contentBefore p:not(:last-of-type) {
    margin: 0 0 1rem;
  }
  .TS-content {
    padding: 1rem;
  }
}
.videoWrapper .placeholder-optanon-category-C0003 {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 740px) {
  .videoWrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper .videoWrapper .placeholder-optanon-category-C0003 {
    width: 100% !important;
    height: initial !important;
    margin-bottom: 2rem !important;
  }
  .videoWrapper .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
a.ytp-impression-link {
  display: none;
}
.focus-underline69 {
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
}
.focus-underline69:focus,
.focus-underline69:active {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.6);
}
.focus-borderLeft {
  box-shadow: inset 0.3rem 0 0 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
}
.focus-borderLeft:focus,
.focus-borderLeft:active {
  box-shadow: inset 0.3rem 0 0 0 rgba(0, 0, 0, 0.6);
}
.bsh-smallDrop {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.bsh-bigDrop {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.tsh-smallDrop {
  text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.6);
}
.tsh-bigDrop {
  text-shadow: 0 0.9rem 2.5rem rgba(0, 0, 0, 0.8);
}
.bsh-smallDrop-hover:hover,
.bsh-smallDrop-hover:focus {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.bsh-bigDrop-hover:hover,
.bsh-bigDrop-hover:focus {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.tsh-smallDrop-hover:hover,
.tsh-smallDrop-hover:focus {
  text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.6);
}
.tsh-bigDrop-hover:hover,
.tsh-bigDrop-hover:focus {
  text-shadow: 0 0.9rem 2.5rem rgba(0, 0, 0, 0.8);
}
.TS-focusBtn:hover,
.TS-focusBtn:focus {
  box-shadow: inset 0 -0.3rem 0 rgba(0, 0, 0, 0.6);
  outline: none;
}
.TS-focusBox:hover,
.TS-focusBox:focus {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.TS-focusBoxShadowOffset:focus {
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.3);
}
.TS-focusImage {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.6);
}
.TS-focusImage:hover,
.TS-focusImage:focus {
  box-shadow: inset 0 0 0 3.5rem rgba(255, 255, 255, 0.6);
}
/** TODO REFACTORING INTEGRATION**/
.TS-content h1,
.TS-mainContent h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  margin: 0.5rem 0 4rem;
}
.TS-content h1 svg,
.TS-mainContent h1 svg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
}
.TS-content h1 span,
.TS-mainContent h1 span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  padding-left: 2rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
}
.TS-content h1.small span,
.TS-mainContent h1.small span {
  line-height: 3rem;
}
.TS-wrapper {
  margin: 0 auto;
  width: 98rem;
  max-width: 100%;
}
.TS-wrapper .TS-mainContent article > div:first-child {
  width: 6.5rem;
}
.TS-wrapper .TS-mainContent article > div:last-child {
  width: calc(100% - 6.5rem);
}
.TS-mainContent {
  /*background-color:@col-white;
    float:left;
    padding: 0;
    width: 66.66666667%;*/
}
.TS-mainContent.full {
  float: none;
  overflow: hidden;
  width: 100%;
}
.TS-mainContent article {
  /** TODO REFACTORING INTEGRATION**/
  margin-bottom: 30px;
  overflow: hidden;
}
.TS-mainContent article > div {
  float: left;
  width: 89%;
}
.TS-mainContent article > div:first-child {
  width: 11%;
}
.TS-mainContent article > div h2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.TS-mainContent article > div h2 a {
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.TS-mainContent article > div h2 a:hover,
.TS-mainContent article > div h2 a:focus {
  text-decoration: underline;
}
.TS-mainContent article > div h2 a:after {
  content: "\003E";
  display: inline-block;
  font-family: 'TransatWebDingbat';
  font-weight: 400;
  min-width: 12px;
  text-align: right;
}
@media screen and (max-width: 1009px) {
  .TS-wrapper {
    width: 73rem;
  }
  .TS-mainContent {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .TS-wrapper {
    width: 48rem;
  }
  .TS-content h1,
  .TS-mainContent h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .TS-wrapper {
    width: 100%;
  }
}
.TS-accordions {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.TS-accordions .panel {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  border-bottom: solid 0.1rem #EEEEEE;
}
.TS-accordions .panel .title {
  font-size: 1.8rem;
  min-height: 5rem;
  margin: 0 auto;
  position: relative;
}
.TS-accordions .panel .title a {
  position: relative;
  color: #005EBA;
  min-height: 5rem;
  line-height: 2.5rem;
  padding: 1.2rem 0 1.2rem 5rem;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.TS-accordions .panel .title a:hover,
.TS-accordions .panel .title a:focus {
  text-decoration: none;
}
.TS-accordions .panel .title a:focus {
  color: #002855;
}
.TS-accordions .panel .title a:before {
  font-family: 'TransatWebDingbat';
  font-weight: 400;
  font-size: 3.2rem;
  color: #005EBA;
  content: "\002B";
  padding: 0 1rem 0 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.TS-accordions .panel .title a.open:before {
  content: "\003D";
}
.TS-accordions .panel .title:hover {
  background-color: #EEEEEE;
}
.TS-accordions .panel .content {
  color: #002855;
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.3rem;
  display: none;
  padding: 2rem;
}
.TS-accordions .panel .content p:first-of-type {
  margin-top: 0;
}
.TS-accordions .panel .content p:last-of-type {
  margin-bottom: 0;
}
.TS-accordions .panel .content ul li {
  margin-bottom: 1rem;
}
.TS-accordions .panel .content ul a {
  text-decoration: none;
}
.TS-accordions .panel .content ul a:hover {
  text-decoration: underline;
}
.TS-accordions .panel .content ul p a {
  text-decoration: underline;
}
.TS-accordions .panel .content ul p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .TS-accordions .panel .title {
    height: auto;
  }
  .TS-accordions .panel .title a {
    height: auto;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 479px) {
  .TS-accordions .panel .content {
    padding: 1.5rem 1rem;
  }
}
.breadcrumb {
  width: auto;
  padding: 0.3rem 0 0.4rem;
  border-top: 0.1rem solid #EEEEEE;
  font-size: 1.2rem;
}
.breadcrumb.simplified {
  display: none;
}
.breadcrumb-links-list li + li:before,
.breadcrumb.singleLevel a:before,
.breadcrumb-links-list li:only-child:before {
  padding-right: 1rem;
  font-family: 'TransatWebDingbat';
  font-size: 1.6rem;
}
.breadcrumb.singleLevel a {
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb.singleLevel a:before {
  content: "\003C";
  display: inline-block;
  color: #005EBA;
}
.breadcrumb.singleLevel a:hover,
.breadcrumb.singleLevel a:focus {
  text-decoration: underline;
}
.breadcrumb.singleLevel a:hover:before,
.breadcrumb.singleLevel a:focus:before {
  text-decoration: none;
}
.breadcrumb-links-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 135rem;
  margin: 0 auto;
}
.breadcrumb-links-list li {
  display: flex;
  align-items: center;
}
.breadcrumb-links-list li + li {
  padding-left: 1rem;
}
.breadcrumb-links-list li + li:before {
  content: "\003E";
  align-self: inherit;
  color: #C2C2C2;
}
.breadcrumb-links-list li + li:last-child {
  line-height: 1.2;
  color: #696969;
}
.breadcrumb-links-list li a {
  display: inline-block;
  max-width: 30rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb-links-list li:only-child:before {
  content: "\003C";
  align-self: inherit;
  color: #C2C2C2;
}
@media screen and (max-width: 1350px) {
  .breadcrumb-links-list li a {
    max-width: 25rem;
  }
}
@media screen and (max-width: 1009px) {
  .breadcrumb.simplified {
    display: block;
  }
  .breadcrumb.full {
    display: none;
  }
}
.TS-shareList {
  float: right;
  margin: 1.1rem 0 0 0;
  max-width: 30%;
  overflow: hidden;
  line-height: 2.6rem;
}
.TS-shareList .socialBtn {
  float: left;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 0 0 0.2rem;
  border-radius: 50%;
  text-align: center;
  font-family: 'TransatWebDingbat';
  background-color: #EEEEEE;
  transition: all 200ms ease;
  cursor: pointer;
}
.TS-shareList .socialBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  color: #005EBA;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.TS-shareList .socialBtn:hover,
.TS-shareList .socialBtn:focus {
  background-color: #005EBA;
}
.TS-shareList .socialBtn:hover:before,
.TS-shareList .socialBtn:focus:before {
  color: #EEEEEE;
}
.modal-open {
  overflow: hidden;
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .modal-dialog {
  position: absolute;
  width: 74rem;
  height: auto;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-content {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  outline: 0;
  padding: 2rem 6rem 2rem 1rem;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.modal .modal-content.small {
  width: 40rem;
}
.modal .modal-content .title {
  width: calc(100% - 3.5rem);
  margin-bottom: 2rem;
}
.modal.modal-error .modal-content {
  background-color: #FDDDDD;
}
.modal.modal-error .modal-content .title {
  color: #C50006;
}
.modal.modal-error .modal-content .title:before {
  content: "ü";
  font-family: 'TransatWebDingbat';
  font-size: 4.5rem;
  margin-right: 1.5rem;
}
.modal.modal-error .modal-content .title span {
  vertical-align: 15%;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: 85%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.alertModal {
  opacity: 1;
  z-index: 20;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.alertModal .alertModal-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem;
  width: 80%;
  max-width: 74rem;
  margin: 0 auto;
  background-color: #FDDDDD;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.alertModal .alertModal-text {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #333333;
  line-height: 1.3;
}
.alertModal .alertModal-text:before {
  display: inline-block;
  margin-right: 1rem;
  speak: none;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.TS-loading {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  min-height: 10rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.TS-loadingElipsis:before,
.TS-loadingElipsis:after,
.TS-loadingElipsis {
  border-radius: 50%;
  background-color: #C2C2C2;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loadingElipsis 1.8s infinite ease-in-out;
  animation: loadingElipsis 1.8s infinite ease-in-out;
}
.TS-loadingElipsis {
  top: 50%;
  left: 50%;
  margin-top: 1rem;
  font-size: 1rem;
  margin: 0 auto;
  position: absolute;
  text-indent: -9999rem;
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.TS-loadingElipsis:before {
  left: -3.5rem;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.TS-loadingElipsis:after {
  left: 3.5rem;
}
.TS-loadingElipsis:before,
.TS-loadingElipsis:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes loadingElipsis {
  0%,
  80%,
  100% {
    box-shadow: 0 0 0 1.3rem #C2C2C2;
  }
  40% {
    box-shadow: 0 0 0 0.3rem #C2C2C2;
  }
}
@keyframes loadingElipsis {
  0%,
  80%,
  100% {
    box-shadow: 0 0 0 1.3rem #C2C2C2;
  }
  40% {
    box-shadow: 0 0 0 0.3rem #C2C2C2;
  }
}
.loaderWrapper {
  min-height: 10rem;
  position: relative;
}
.loader {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  line-height: 10rem;
  min-height: 10rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.TS-form .ui-datepicker-trigger {
  position: absolute;
  top: 1.4rem;
  right: 0.5rem;
  width: 1.9rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  overflow: hidden;
  text-indent: -120%;
  color: #005EBA;
  background-color: transparent;
  cursor: pointer;
}
.TS-form .ui-datepicker-trigger .icon {
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  text-align: right;
  font-family: 'TransatWebDingbat';
  font-size: 2.7rem;
  line-height: 3.5rem;
}
.TS-form .ui-datepicker-trigger:hover,
.TS-form .ui-datepicker-trigger:focus {
  color: #002855;
}
.TS-form .datePickerContainer {
  position: relative;
}
.tsDatePicker.ui-widget-content {
  border: none;
  background: none;
  background-color: #EEEEEE;
}
.tsDatePicker.ui-datepicker {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.tsDatePicker.ui-datepicker.ui-datepicker-multi {
  width: auto !important;
  padding: 1rem 2rem;
}
.tsDatePicker.ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
  width: 100%;
}
.tsDatePicker.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group {
  width: calc(50% - 0.5rem);
}
.tsDatePicker.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
  margin-right: 0.5rem;
}
.tsDatePicker.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 0.5rem;
}
.tsDatePicker.ui-datepicker .ui-datepicker-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #002855;
}
.tsDatePicker.ui-datepicker .ui-datepicker-header {
  position: static;
  padding: 0;
  border: none;
}
.tsDatePicker.ui-datepicker .ui-datepicker-prev,
.tsDatePicker.ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: 4.4rem;
  height: 3.5rem;
  text-align: center;
  text-decoration: none;
  font-family: 'TransatWebDingbat';
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
  color: #005EBA;
  cursor: pointer;
}
.tsDatePicker.ui-datepicker .ui-datepicker-prev span,
.tsDatePicker.ui-datepicker .ui-datepicker-next span {
  margin-left: 0;
  margin-top: 0;
}
.tsDatePicker.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.tsDatePicker.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
  background-image: none;
}
.tsDatePicker.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.tsDatePicker.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  visibility: hidden;
}
.tsDatePicker.ui-datepicker .ui-datepicker-prev:hover,
.tsDatePicker.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
}
.tsDatePicker.ui-datepicker .ui-datepicker-prev {
  left: 0.1rem;
}
.tsDatePicker.ui-datepicker .ui-datepicker-next {
  right: 0.1rem;
}
.tsDatePicker.ui-datepicker table {
  margin: 0;
  padding: 0;
  border: none;
}
.tsDatePicker.ui-datepicker th {
  padding: 0 0 0.5rem 0;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #002855;
  background: none;
}
.tsDatePicker.ui-datepicker td {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border-right: none;
  border-bottom: none;
  line-height: 3.7rem;
}
.tsDatePicker.ui-datepicker td span {
  position: relative;
  margin: 0;
  padding: 0;
  border: solid 0.2rem transparent;
  text-align: center;
  font-size: 1.5rem;
  color: #005EBA;
  background: none;
  background-color: #ffffff;
}
.tsDatePicker.ui-datepicker td span.TS-calendarBestDeal {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #696969;
  background-color: transparent;
}
.tsDatePicker.ui-datepicker td.ui-state-disabled {
  color: #C2C2C2;
  opacity: 1;
  background-color: transparent;
}
.tsDatePicker.ui-datepicker td.ui-state-disabled span {
  cursor: default;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-unselectable a,
.tsDatePicker.ui-datepicker td.ui-datepicker-unavailable a {
  cursor: default;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-unselectable a.ui-state-default,
.tsDatePicker.ui-datepicker td.ui-datepicker-unavailable a.ui-state-default,
.tsDatePicker.ui-datepicker td.ui-datepicker-unselectable span.ui-state-default,
.tsDatePicker.ui-datepicker td.ui-datepicker-unavailable span.ui-state-default {
  color: #C2C2C2;
  font-weight: 400;
}
.tsDatePicker.ui-datepicker td a {
  position: relative;
  margin: 0;
  padding: 0;
  border: solid 0.2rem transparent;
  text-align: center;
  font-size: 1.5rem;
}
.tsDatePicker.ui-datepicker td a.ui-state-default {
  font-weight: 600;
  color: #005EBA;
  background: none;
  background-color: #ffffff;
}
.tsDatePicker.ui-datepicker td a:hover {
  text-decoration: none;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-today a.ui-state-highlight,
.tsDatePicker.ui-datepicker td.ui-datepicker-today span {
  border: solid 0.2rem #005EBA;
  color: #005EBA;
  font-weight: 600;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-current-day a.ui-state-active {
  color: #ffffff;
  background-color: #005EBA;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-unselectable.ui-datepicker-current-day a.ui-state-active {
  color: #C2C2C2;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-selected-day span,
.tsDatePicker.ui-datepicker td.ui-datepicker-selected-day a {
  background-color: #EEEEEE;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-selected-day a {
  margin-bottom: 0.3rem;
  font-weight: 400;
  color: #005EBA;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-selected-day.ui-datepicker-unavailable .ui-state-default {
  background-color: #EEEEEE;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-start-day a,
.tsDatePicker.ui-datepicker td.ui-datepicker-end-day a,
.tsDatePicker.ui-datepicker td.ui-datepicker-start-day span,
.tsDatePicker.ui-datepicker td.ui-datepicker-end-day span {
  color: #ffffff !important;
  background-color: #005EBA;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-start-day a:before,
.tsDatePicker.ui-datepicker td.ui-datepicker-end-day a:before,
.tsDatePicker.ui-datepicker td.ui-datepicker-start-day span:before,
.tsDatePicker.ui-datepicker td.ui-datepicker-end-day span:before {
  position: absolute;
  top: -1.4rem;
  left: 22%;
  font-family: 'TransatWebDingbat';
  font-size: 1.7rem;
  font-weight: 300;
}
.tsDatePicker.ui-datepicker td.ui-datepicker-start-day a:before,
.tsDatePicker.ui-datepicker td.ui-datepicker-start-day span:before {
  content: "\203A";
}
.tsDatePicker.ui-datepicker td.ui-datepicker-end-day a:before,
.tsDatePicker.ui-datepicker td.ui-datepicker-end-day span:before {
  content: "\2039";
}
.tsDatePicker.ui-datepicker.tsDatePickerSingle {
  left: 0 !important;
  width: 100%;
}
.tsDatePicker.ui-datepicker.tsDatePickerSingle .ui-datepicker-prev,
.tsDatePicker.ui-datepicker.tsDatePickerSingle .ui-datepicker-next {
  top: 0;
}
.tsDatePicker.ui-datepicker.tsDatePickerSingle .ui-datepicker-title {
  margin: 1rem 0;
}
.tsDatePicker.ui-datepicker.tsDatePickerSingle table {
  margin-bottom: 2rem;
}
.tsDatePicker.ui-datepicker.tsDatePickerMultiple .ui-datepicker-prev,
.tsDatePicker.ui-datepicker.tsDatePickerMultiple .ui-datepicker-next {
  top: 0rem;
}
.tsDatePicker.ui-datepicker.tsDatePickerMultiple .ui-datepicker-prev span {
  left: auto;
}
.tsDatePicker.ui-datepicker.tsDatePickerMultiple .ui-datepicker-next span {
  right: auto;
}
.tsDatePicker.ui-datepicker.tsDatePickerMultiple .ui-datepicker-title {
  margin: 0 0 1rem 0;
}
.tsDatePicker .ui-widget-header {
  background: none;
  border: none;
}
.tsDatePicker .ui-widget-header .ui-icon {
  background-image: none;
  border: none;
}
.tsDatePicker .ui-corner-all,
.tsDatePicker .ui-corner-top,
.tsDatePicker .ui-corner-left,
.tsDatePicker .ui-corner-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
.datepickerDisplayer {
  clear: both;
  /*display: table;*/
  position: relative;
  width: 100%;
}
.datepickerDisplayer .CDV .tsDatePicker.ui-datepicker {
  z-index: 20 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.datepickerDisplayer .TS-calendarContainer {
  display: none;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.datepickerDisplayer .TS-calendarContainer .tsDatePicker.ui-datepicker {
  position: relative !important;
}
.datepickerDisplayer .TS-calendarContainer.open {
  display: block;
}
.datepickerDisplayer .TS-calendarContainer .TS-calendarTitle {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: #002855;
}
.datepickerDisplayer .TS-calendarContainer .errorMsg {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  background-color: #EEEEEE;
}
.datepickerDisplayer .TS-calendarContainer .loaderWrapper {
  position: relative;
  width: 100%;
  z-index: 30;
  height: 100%;
}
.datepickerDisplayer .TS-calendarContainer .loaderWrapper .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEEEEE;
}
@media screen and (max-width: 768px) {
  .TS-form .ui-datepicker-trigger {
    height: 3.5rem;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .datepickerDisplayer .TS-calendarContainer-tsDatePickerFirstCalendar,
  .datepickerDisplayer .TS-calendarContainer-tsDatePickerSecondCalendar {
    top: -5.8rem;
  }
  .datepickerDisplayer .TS-calendarContainer-packageCalendar {
    top: -6.2rem;
  }
}
@media screen and (max-width: 479px) {
  .datepickerDisplayer .TS-calendarContainer-tsDatePickerFirstCalendar {
    top: -12.5rem;
  }
  .datepickerDisplayer .TS-calendarContainer-tsDatePickerSecondCalendar {
    top: -5.5rem;
  }
  .datepickerDisplayer .TS-calendarContainer-packageCalendar {
    top: -6.2rem;
  }
}
.popup-open {
  overflow: hidden;
}
.popup-open .popup {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.popup-open .TS-calendarContainer.open {
  position: fixed !important;
  height: 45rem;
  top: 16.4rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 74rem;
  margin: 0 auto;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popup-open .TS-calendarContainer.open .TS-calendarTitle {
  display: none;
}
.popup-open .TS-calendarContainer.open .datePickerContainer {
  padding: 0 1rem;
}
.popup-open .TS-calendarContainer.open .datePickerContainer .tsDatePicker.ui-datepicker.tsDatePickerSingle table {
  margin-bottom: 0;
}
.popup-open .TS-calendarContainer.open .buttonSubmit {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  z-index: 100;
}
.popup-open .TS-calendarContainer.open .buttonSubmit .TS-btn {
  display: block;
  min-width: 21.5rem;
  margin: 0 auto;
  float: none;
}
.popup-open .headerPlaceholder {
  z-index: 30;
}
.popup {
  position: fixed !important;
  height: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  width: 100% !important;
}
.popup.TS-formColumn,
.popup.popupClassHolder {
  float: none;
  width: 100% !important;
  margin-left: 0;
  display: block !important;
}
.popup .popup-dialog {
  position: relative;
  width: 74rem;
  max-width: 100%;
  height: 53.4rem;
  padding-top: 1rem;
  margin: 8rem auto 0;
  background-color: #ffffff;
}
.popup .popup-dialog input {
  padding-left: 1rem;
  background-color: #ffffff;
}
.popup .popup-dialog[class*="icon-chevron"]:after {
  height: 0;
  width: 0;
  opacity: 0;
}
.popup .popup-dialog > label {
  left: 1rem;
  top: 0.8rem;
}
.popup .popup-dialog > label span {
  font-size: 1.2rem;
}
.popup .popup-dialog .TS-formDropDownList + .arrow,
.popup .popup-dialog .TS-incrementalBox + .arrow {
  display: none;
}
.popup .popup-dialog .TS-formDropDownList {
  position: relative;
  display: block !important;
  height: 100% !important;
  /* Bug fix IE11 */
  max-height: calc(100% - 12.4rem);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: solid 0.1rem #C2C2C2;
}
.popup .popup-dialog .insideList + .TS-formDropDownList {
  max-height: calc(100% - 15rem);
}
.popup .popup-dialog .travelers.TS-incrementalBox {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: none;
}
.popup .popup-dialog .travelers .childrenAge .inputBox {
  width: calc(100% / 8 - 0.9rem);
}
.popup .popup-dialog .travelers .childrenAge .inputBox:nth-of-type(5n) {
  margin-right: 1rem;
}
.popup .popup-dialog .travelers .childrenAge .inputBox:last-of-type {
  margin-right: 0;
}
.popup .popup-dialog .buttonSubmit {
  position: absolute;
  width: 100%;
  bottom: 1rem;
}
.popup .popup-dialog .buttonSubmit .TS-btn {
  display: block;
  min-width: 21.5rem;
  margin: 0 auto;
  float: none;
}
.popup .popup-dialog .ui-datepicker-trigger {
  height: 0;
}
.popup.popupNoConfirmationButton .TS-formDropDownList {
  max-height: 100%;
}
.popup.popupNoConfirmationButton .buttonSubmit {
  display: none;
}
.popup.datepickerA,
.popup.datepickerB {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .popup .popup-dialog.active .TS-formDropDownList {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 640px) {
  .popup-open .TS-calendarContainer.open {
    height: calc(100% - 5.4rem);
    width: 100%;
    top: 5.4rem;
  }
  .popup-open .TS-calendarContainer.open .errorMsg {
    padding: 1rem;
  }
  .popup.TS-formColumn,
  .popup.popupClassHolder {
    margin-bottom: 0;
  }
  .popup .popup-dialog {
    margin: 0 auto;
    height: 100%;
    width: 100%;
  }
  .popup .popup-dialog .travelers.TS-incrementalBox {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
  }
  .popup .popup-dialog .travelers .childrenAge .title {
    margin-top: 0.5rem;
  }
  .popup .popup-dialog .travelers .childrenAge .inputBox {
    width: calc(20% - 0.8rem);
  }
  .popup .popup-dialog .travelers .childrenAge .inputBox:nth-of-type(5n) {
    margin-right: 0;
  }
  .popup .popup-dialog .travelers .childrenAge .inputBox:nth-of-type(n+6) {
    margin-bottom: 0;
  }
  .popup .popup-dialog .travelers .childrenAge .inputBox input {
    height: 3.5rem;
  }
  .popup .errorMsg.insideList {
    min-height: 3rem;
  }
}
.btn {
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  padding: 0 10px;
}
/* TS INIT LESS BTN */
.TS-btn,
.TS-KenticoForm input[type="submit"] {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  border: 0.3rem solid transparent;
}
.TS-btn:enabled,
.TS-KenticoForm input[type="submit"]:enabled {
  cursor: pointer;
  transition: all 0.2s ease;
}
.TS-btn:enabled:hover,
.TS-KenticoForm input[type="submit"]:enabled:hover,
.TS-btn:enabled:focus,
.TS-KenticoForm input[type="submit"]:enabled:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.TS-btn:enabled:hover,
.TS-KenticoForm input[type="submit"]:enabled:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.TS-btn:enabled:hover,
.TS-KenticoForm input[type="submit"]:enabled:hover,
.TS-btn:enabled:focus,
.TS-KenticoForm input[type="submit"]:enabled:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.TS-btn:enabled:focus,
.TS-KenticoForm input[type="submit"]:enabled:focus {
  border: 0.3rem solid #3FBBEF;
}
a.TS-btn {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
a.TS-btn:hover,
a.TS-btn:focus {
  text-decoration: none;
  background-color: #ffffff;
}
a.TS-btn:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
a.TS-btn:hover,
a.TS-btn:focus {
  text-decoration: none;
  background-color: #ffffff;
}
a.TS-btn:focus {
  border: 0.3rem solid #3FBBEF;
}
.btn-whiterabbit,
.TS-KenticoForm input[type="submit"],
.btn-level1,
.btn-level2 {
  color: #ffffff;
}
.btn-whiterabbit,
.TS-KenticoForm input[type="submit"] {
  background-color: #008200;
}
.btn-whiterabbit:enabled:hover,
.TS-KenticoForm input[type="submit"]:enabled:hover,
.btn-whiterabbit:enabled:focus,
.TS-KenticoForm input[type="submit"]:enabled:focus {
  color: #008200;
}
.btn-whiterabbit:enabled:focus,
.TS-KenticoForm input[type="submit"]:enabled:focus {
  border-color: #00CF00;
}
.btn-whiterabbit:disabled,
.TS-KenticoForm input[type="submit"]:disabled {
  background: rgba(0, 130, 0, 0.4);
}
a.btn-whiterabbit:hover,
a.btn-whiterabbit:focus {
  color: #008200;
}
a.btn-whiterabbit:focus {
  border-color: #00CF00;
}
.btn-level1 {
  background-color: #005EBA;
}
.btn-level1:disabled {
  background: rgba(0, 94, 186, 0.4);
}
.btn-level1:enabled:hover,
.btn-level3:enabled:hover,
.btn-cancel:enabled:hover,
a.btn-level1:hover,
a.btn-level3:hover,
a.btn-cancel:hover,
.btn-level1:enabled:focus,
.btn-level3:enabled:focus,
.btn-cancel:enabled:focus,
a.btn-level1:focus,
a.btn-level3:focus,
a.btn-cancel:focus {
  color: #005EBA;
}
.btn-level2 {
  background-color: #696969;
}
.btn-level2:enabled:hover,
.btn-level2:enabled:focus {
  color: #696969;
}
.btn-level2:disabled {
  background: rgba(105, 105, 105, 0.4);
}
a.btn-level2:hover,
a.btn-level2:focus {
  color: #696969;
}
.btn-level3 {
  color: #005EBA;
  background-color: #EEEEEE;
}
.btn-level3:disabled {
  color: rgba(0, 94, 186, 0.4);
  background: rgba(238, 238, 238, 0.4);
}
.btn-cancel {
  color: #005EBA;
  background-color: transparent;
}
.btn-cancel:disabled {
  color: rgba(0, 94, 186, 0.4);
}
.share {
  position: relative;
}
.share:before {
  position: absolute;
  left: 1rem;
}
.TS-btnGroup {
  display: table;
  width: calc(100% - 1rem);
}
.TS-btnGroup .TS-btn {
  display: inline-block;
}
.TS-btnGroup .TS-btn.first,
.TS-btnGroup .TS-btn:first-child {
  float: left;
  margin-right: 1rem;
  width: calc(49% - 1rem);
}
.TS-btnGroup .TS-btn.last,
.TS-btnGroup .TS-btn:last-child {
  float: right;
  margin-left: 1rem;
  width: calc(49% - 1rem);
}
.btnClose {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  padding: 0;
  border: none;
  color: #005EBA;
  background-color: transparent;
}
.btnClose span:first-of-type {
  width: 4rem;
  height: 4rem;
  font-family: 'TransatWebDingbat';
  font-size: 4.4rem;
  line-height: 4rem;
}
.btnClose:hover {
  text-decoration: none;
}
.btnClose.isOnCorner {
  top: -2rem;
  right: -2rem;
  padding: 0.2rem;
  border-radius: 50%;
  background: #ffffff;
}
.btnClose:focus {
  color: #002855;
}
/* WHITE BUTTON */
.btn-white {
  float: none;
  padding: 2rem;
  outline-color: transparent;
  color: #005EBA;
  background-color: #ffffff;
  box-shadow: 0 0 0.8rem 0.1rem rgba(0, 0, 0, 0.2);
}
/* Basic links */
.TS-link,
.TS-link-arrowAfter,
.TS-link-arrowTop,
.TS-link-arrowBottom {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #005EBA;
  cursor: pointer;
}
.TS-link:after,
.TS-link-arrowAfter:after,
.TS-link-arrowTop:after,
.TS-link-arrowBottom:after,
.TS-link:before,
.TS-link-arrowAfter:before,
.TS-link-arrowTop:before,
.TS-link-arrowBottom:before {
  font-size: 1.4rem;
  font-weight: 400;
}
.TS-link.small,
.TS-link-arrowAfter.small,
.TS-link-arrowTop.small,
.TS-link-arrowBottom.small {
  font-size: 1.4rem;
}
.TS-link.small:after,
.TS-link-arrowAfter.small:after,
.TS-link-arrowTop.small:after,
.TS-link-arrowBottom.small:after,
.TS-link.small:before,
.TS-link-arrowAfter.small:before,
.TS-link-arrowTop.small:before,
.TS-link-arrowBottom.small:before {
  font-size: 1.2rem;
}
.TS-link:hover,
.TS-link-arrowAfter:hover,
.TS-link-arrowTop:hover,
.TS-link-arrowBottom:hover,
.TS-link:focus,
.TS-link-arrowAfter:focus,
.TS-link-arrowTop:focus,
.TS-link-arrowBottom:focus {
  text-decoration: underline;
  color: #00649E;
}
.TS-link:hover:after,
.TS-link-arrowAfter:hover:after,
.TS-link-arrowTop:hover:after,
.TS-link-arrowBottom:hover:after,
.TS-link:focus:after,
.TS-link-arrowAfter:focus:after,
.TS-link-arrowTop:focus:after,
.TS-link-arrowBottom:focus:after {
  text-decoration: none;
}
/* Links with arrow */
.TS-link-arrowAfter:before,
.TS-link-arrowBottom:before {
  float: left;
  font-family: 'TransatWebDingbat';
  line-height: 2.4rem;
}
.TS-link-arrowAfter:after {
  content: "\003E";
  display: inline-block;
  font-family: 'TransatWebDingbat';
  padding-left: 0.5rem;
}
.TS-link-arrowBottom:before {
  content: "ˇ";
  position: relative;
  top: -0.2rem;
  padding-right: 0.5rem;
  line-height: 3rem;
}
/* addon link*/
.TS-linkRight {
  float: right;
}
/* BOUTON CIRCLE */
.btn-circle {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-family: 'TScomUIicons';
  border-radius: 50%;
  font-size: 3.4rem;
  text-align: center;
  border: 0.3rem solid #ffffff;
  line-height: 1;
  color: #005EBA;
  background: #ffffff;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: background 0.2s linear, border 0.2s linear;
}
.btn-circle:disabled {
  opacity: 0.4;
}
.btn-circle:enabled:hover,
.btn-circle:enabled:focus {
  color: #ffffff;
  background-color: #005EBA;
}
.btn-circle:enabled:hover {
  border: 0.3rem solid #ffffff;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.btn-circle:enabled:focus {
  border: 0.3rem solid #3FBBEF;
}
.btn-circle.prev:before {
  content: "\e915";
}
.btn-circle.next:before {
  content: "\e916";
}
a.btn-circle:hover,
a.btn-circle:focus {
  color: #ffffff;
  background-color: #005EBA;
}
a.btn-circle:hover {
  border: 0.3rem solid #ffffff;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
a.btn-circle:focus {
  border: 0.3rem solid #3FBBEF;
}
.TS-btn-round {
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .TS-btnGroup {
    margin: 0 auto;
  }
  .TS-btnGroup .TS-btn {
    margin: 0 0 1rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .TS-btn-round {
    border-radius: 0.5rem;
  }
}
.TS-form .TS-tabs {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.TS-form .TS-tabs .tab {
  background-color: #EEEEEE;
  color: #005EBA;
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 4.2rem;
  list-style-type: none;
  padding: 0;
}
.TS-form .TS-tabs .tab:first-of-type {
  border-top-left-radius: 0.5rem;
}
.TS-form .TS-tabs .tab:last-of-type {
  border-top-right-radius: 0.5rem;
}
.TS-form .TS-tabs .tab:hover,
.TS-form .TS-tabs .tab:focus {
  box-shadow: none;
  background-color: #C2C2C2;
}
.TS-form .TS-tabs .tab.active {
  border-bottom: 0.3rem solid #005EBA;
}
.TS-form .TS-tabs .tab .inner {
  padding: 0 1.5rem;
  width: 100%;
}
.TS-form .TS-tabs .tab a {
  font-weight: 400;
  text-decoration: none;
}
.TS-form .TS-tabs.tabs-level3 .tab {
  border-right: 0.1rem solid #ffffff;
}
.TS-form .TS-tabs.tabs-level3 .tab:last-child {
  border-right: none;
}
.TS-form .TS-tabs.tabs-level3 .tab:hover {
  background-color: #ffffff;
  border-bottom: 0.3rem solid #C2C2C2;
}
.TS-form .TS-tabs.tabs-level3 .tab:focus {
  background-color: #ffffff;
  border-bottom: 0.3rem solid #3FBBEF;
}
.TS-form .TS-tabs.tabs-level3 .tab.active {
  background-color: #ffffff;
}
.TS-form .TS-tabsContent {
  clear: both;
  margin: 0;
  padding: 0;
}
.TS-form .TS-tabsContent > * {
  display: none;
  list-style-type: none;
}
.TS-form .TS-tabsContent > *.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .TS-form .TS-tabs {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .TS-form .TS-tabs {
    font-size: 1.2rem;
  }
  .TS-form .TS-tabs > * .inner {
    padding: 0 0.9rem;
  }
}
.icon-starFilled,
.icon-starHalf,
.icon-starEmpty {
  font-size: 1.6rem;
  word-break: break-all;
  color: #005EBA;
}
.nbStars {
  font-family: TScomUIicons;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  margin-top: 0.5rem;
}
.nbStars .iconRating {
  color: #002855;
}
.hotelsRating {
  display: flex;
  padding: 0;
}
.hotelsRating .item {
  flex: 1 0 auto;
  list-style: none;
  margin-right: 0.9rem;
  line-height: 1.7rem;
  font-weight: 600;
  text-align: center;
}
.hotelsRating .item input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-appearance: none;
}
.hotelsRating .item input[type="checkbox"]:focus + label:not(.disabled) {
  background-color: #C2C2C2;
}
.hotelsRating .item input[type="checkbox"]:focus + label.checked {
  background-color: #002855;
}
.hotelsRating .item label {
  display: block;
  height: 5rem;
  color: #005EBA;
  background-color: #ffffff;
}
.hotelsRating .item label .stars {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: TScomUIicons;
  font-size: 1.25rem;
  letter-spacing: 0.3rem;
  transform: translate(-50%, -50%);
}
.hotelsRating .item label .smallText {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #696969;
}
.hotelsRating .item label.disabled {
  cursor: default;
}
.hotelsRating .item label.disabled .stars {
  color: #C2C2C2;
}
.hotelsRating .item label:not(.disabled):hover {
  background-color: #C2C2C2;
}
.hotelsRating .item label.checked {
  color: #ffffff;
  background-color: #005EBA;
}
.hotelsRating .item label.checked .smallText {
  color: #ffffff;
}
.hotelsRating .item label.checked:not(.disabled):hover {
  background-color: #002855;
}
.hotelsRating .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .hotelsRating {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .hotelsRating .item {
    margin-right: 0.5rem;
  }
  .hotelsRating .item label .stars {
    left: 52%;
    font-size: 1.1rem;
  }
}
.TS-calendarContainer {
  position: relative !important;
}
.noDateAvailable-container:not(.ng-hide) {
  z-index: 35;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 0.5rem);
  padding: 0 2rem;
  opacity: 1;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}
.noDateAvailable-container:not(.ng-hide) ~ .loaderWrapper .ui-datepicker-group-first .ui-datepicker-calendar {
  filter: none;
}
.noDateAvailable-container:not(.ng-hide) ~ .loaderWrapper .ui-datepicker-group-last .ui-datepicker-calendar {
  filter: blur(0.5rem);
}
@media screen and (max-width: 768px) {
  .noDateAvailable-container:not(.ng-hide) ~ .loaderWrapper .ui-datepicker-calendar {
    filter: blur(0.5rem);
  }
}
.noDateAvailable-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  color: #333333;
  background-color: #fad1d2;
}
.noDateAvailable-wrapper .noDateAvailable-text {
  display: flex;
  flex: 1 0 100%;
  margin: 0;
  justify-content: center;
}
.noDateAvailable-wrapper .noDateAvailable-text:before {
  margin-right: 1rem;
  font-weight: 400;
  font-size: 2.6rem;
  speak: none;
}
.noDateAvailable-wrapper .noDateAvailable-link.TS-btn {
  font-size: 1.8rem;
  font-weight: 600;
}
.nextAvailableDate .noDateAvailable-wrapper {
  background-color: transparent;
}
.isExpanded .noDateAvailable-container:not(.ng-hide) {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.isExpanded .noDateAvailable-container:not(.ng-hide) .noDateAvailable-wrapper {
  text-align: center;
}
.isExpanded .noDateAvailable-container:not(.ng-hide) ~ .loaderWrapper .ui-datepicker-group .ui-datepicker-calendar {
  filter: blur(0.5rem);
}
.IE .noDateAvailable-container:not(.ng-hide) ~ .loaderWrapper .ui-datepicker-group-first .ui-datepicker-calendar {
  opacity: 1;
}
.IE .noDateAvailable-container:not(.ng-hide) ~ .loaderWrapper .ui-datepicker-group-last .ui-datepicker-calendar {
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .IE .noDateAvailable-container:not(.ng-hide) ~ .loaderWrapper .ui-datepicker-calendar {
    opacity: 0.2;
  }
}
.IE .isExpanded .noDateAvailable-container:not(.ng-hide) ~ .loaderWrapper .ui-datepicker-group .ui-datepicker-calendar {
  opacity: 0.2;
}
.TS-patchCover {
  display: none;
  margin: 0 auto;
  width: 29rem;
  height: 29rem;
  border-radius: 100%;
  color: #ffffff;
  text-shadow: 1px 2px 1px #333;
  background-size: cover;
  background-color: rgba(0, 113, 179, 0.5);
  border: solid 1rem #ffffff;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
  transition: border-width 0.3s ease;
}
.TS-patchCover .patchCover-text {
  font-size: 2rem;
}
.TS-patchCover .patchCover-price {
  display: block;
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 700;
}
.TS-patchCover:hover {
  border-width: 0;
}
.TS-patchCover:focus {
  outline: 0;
  box-shadow: 1px 0 0 5px #002855;
}
@media (max-width: 768px) {
  .TS-patchCover {
    display: block;
  }
}
.TS-map-searchFilters {
  margin: 0;
}
.searchFilters-summaryBtn {
  z-index: 5;
  position: relative;
  width: 100%;
  border-top: 1px solid #EEEEEE;
}
.searchFilters-summaryBtn:after {
  content: "µ";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  font-size: 2rem;
  font-family: "TransatWebDingbat";
  color: #005EBA;
}
.searchFilters-summaryBtn:focus {
  box-shadow: 0 0 0 0.3rem #5bc2e7 inset;
}
.searchFilters-summaryBtn .searchFiltersSummary-destination,
.searchFilters-summaryBtn .searchFiltersSummary-dateSelect {
  display: block;
  text-align: left;
}
.searchFilters-summaryBtn .searchFiltersSummary-destination {
  font-weight: 700;
  color: #005EBA;
}
.searchFilters-summaryBtn .searchFiltersSummary-dateSelect {
  color: #002855;
}
.searchFilters-summaryBtn .searchFiltersSummary-dateSelect:before {
  content: "5";
  margin-right: 0.5rem;
  font-family: "TransatWebDingbat";
  font-size: 1.7rem;
}
/* ----------------------------------------------------------
  WRAPPERS
---------------------------------------------------------- */
.maxWidth1400 {
  margin: 0 auto;
  max-width: 140rem;
}
.maxWidth1350 {
  width: 135rem;
  margin: 0 auto;
  max-width: 100%;
}
.maxWidth980 {
  /*display: block;*/
  margin: 0 auto;
  max-width: 98rem;
}
.clear {
  clear: both;
}
@media screen and (max-width: 1350px) {
  .maxWidth1350 {
    width: auto;
  }
}
@media screen and (max-width: 1009px) {
  .maxWidth980 {
    padding: 0 1.5rem;
  }
}
/* ----------------------------------------------------------
  ALIGNEMENTS
---------------------------------------------------------- */
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.col-container {
  display: table;
  clear: both;
  width: 100%;
  table-layout: fixed;
}
.col-container .col-side {
  display: table-cell;
  vertical-align: top;
}
/* ----------------------------------------------------------
  WIDGET CONTAINER
---------------------------------------------------------- */
.add-marginTop {
  margin-top: 3rem;
}
.add-marginBottom {
  margin-bottom: 3rem;
}
.TS-wrapperMedium,
.TS-wrapperMediumWithPadding,
.TS-wrapperMediumWithPaddingTop,
.TS-wrapperMediumWithPaddingBottom,
.TS-wrapperLarge,
.TS-wrapperLargeWithPadding,
.TS-wrapperLargeWithPaddingTop,
.TS-wrapperLargeWithPaddingBottom {
  clear: both;
  position: relative;
  margin: 0 auto !important;
  max-width: 140rem;
}
.TS-wrapperFullWithPaddingTop,
.TS-wrapperFullWithPaddingBottom {
  clear: both;
  position: relative;
  width: 100%;
}
.TS-wrapperMedium,
.TS-wrapperMediumWithPadding,
.TS-wrapperMediumWithPaddingTop,
.TS-wrapperMediumWithPaddingBottom {
  max-width: 98rem;
}
.TS-wrapperMediumWithPadding,
.TS-wrapperLargeWithPadding,
.TS-wrapperFullWithPadding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.TS-wrapperMediumWithPaddingTop,
.TS-wrapperLargeWithPaddingTop,
.TS-wrapperFullWithPaddingTop {
  padding-top: 2rem;
}
.TS-wrapperMediumWithPaddingBottom,
.TS-wrapperLargeWithPaddingBottom,
.TS-wrapperFullWithPaddingBottom {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .TS-wrapperMediumWithPadding,
  .TS-wrapperLargeWithPadding,
  .TS-wrapperFullWithPadding,
  .TS-wrapperMediumWithPaddingTop,
  .TS-wrapperLargeWithPaddingTop,
  .TS-wrapperFullWithPaddingTop {
    padding: 1.5rem 1rem 0;
  }
  .TS-wrapperMediumWithPadding,
  .TS-wrapperLargeWithPadding,
  .TS-wrapperFullWithPadding,
  .TS-wrapperMediumWithPaddingBottom,
  .TS-wrapperLargeWithPaddingBottom,
  .TS-wrapperFullWithPaddingBottom {
    padding: 1.5rem 1rem 0;
  }
  .TS-wrapperFull,
  .TS-wrapperLarge,
  .TS-wrapperMedium,
  .TS-wrapperStandard {
    padding: 0 1rem 0;
  }
}
.centerBox ul,
.centerBox li {
  list-style: none;
}
.centerBox ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.centerBox li {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  vertical-align: top;
}
.centerBox li .textBox {
  padding: 1rem;
  background-color: #EEEEEE;
}
.centerBox li img {
  width: 100%;
  display: block;
}
.centerBox h1,
.centerBox h2,
.centerBox h3,
.centerBox h4,
.centerBox h5,
.centerBox h6 {
  font-size: 2.4rem;
}
.centerBox p a {
  display: block;
  text-decoration: none;
}
.centerBox p a:hover,
.centerBox p a:focus {
  text-decoration: underline;
}
.centerBox p a:after {
  content: "\003E";
  padding-left: 0.5rem;
  font-family: 'TransatWebDingbat';
}
.centerBox .TS-btn,
.centerBox .TS-btn a {
  display: block;
  float: none;
  padding: 1rem;
}
@media screen and (max-width: 450px) {
  .centerBox li {
    display: block;
    float: left;
    width: calc(100% - 2rem) !important;
    padding: 0 0 1rem 1rem;
  }
  .centerBox li img {
    width: 100%;
  }
}
.inlineTableTile {
  margin: 2rem 0;
  overflow: hidden;
}
.inlineTableTile .TS-btn,
.inlineTableTile .TS-btn a {
  display: block;
  float: none;
  padding: 1rem;
}
.inlineTableTile h1,
.inlineTableTile h2,
.inlineTableTile h3,
.inlineTableTile h4,
.inlineTableTile h5,
.inlineTableTile h6 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2.8rem;
}
.inlineTableTile p {
  margin: 0;
  padding: 0 0 1rem 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.inlineTableTile ul,
.inlineTableTile li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inlineTableTile ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 1rem);
  height: auto;
  margin-bottom: 1rem;
}
.inlineTableTile li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  vertical-align: top;
  padding-right: 1rem;
}
.inlineTableTile li img {
  display: block;
  width: 100%;
}
.inlineTableTile li .textBox {
  padding: 1rem;
  background-color: #EEEEEE;
}
@media screen and (max-width: 979px) {
  .inlineTableTile ul {
    width: 100%;
  }
  .inlineTableTile li {
    padding: 0 0.5rem;
  }
  .inlineTableTile li:first-child {
    padding-left: 1rem;
  }
  .inlineTableTile li:last-child {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .inlineTableTile ul {
    display: block;
    margin-bottom: 0;
  }
  .inlineTableTile li {
    display: block;
    float: left;
    width: calc(50% - 2rem);
    padding: 0 0 1rem 1rem;
  }
  .inlineTableTile li img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .inlineTableTile li {
    display: block;
    float: left;
    width: calc(100% - 2rem);
    padding: 0 0 1rem 1rem;
  }
  .inlineTableTile li img {
    width: 100%;
  }
}
.marketingBlock {
  display: table;
  width: 100%;
}
.marketingBlock .TS-btn,
.marketingBlock .TS-btn a {
  display: block;
  float: none;
}
.marketingBlock h1,
.marketingBlock h2,
.marketingBlock h3,
.marketingBlock h4,
.marketingBlock h5,
.marketingBlock h6 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2.8rem;
}
.marketingBlock p {
  margin: 0;
  padding: 0 0 1rem 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.marketingBlock p a {
  font-size: 1.6rem;
}
.marketingBlock p a:after {
  content: "\003E";
  padding-left: 0.5rem;
  font-family: 'TransatWebDingbat';
}
.marketingBlock p a:hover {
  text-decoration: none;
}
.marketingBlock .imageBox {
  display: table-cell;
  width: 50%;
  min-height: 30rem;
  background-color: #EEEEEE;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.marketingBlock .imageBox img {
  display: block;
  width: 100%;
}
.marketingBlock .textBox {
  display: table-cell;
  width: 50%;
  padding: 2rem;
  vertical-align: top;
  background-color: #EEEEEE;
}
.marketingBlock ul,
.marketingBlock li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.marketingBlock li {
  display: table;
}
.marketingBlock li img {
  display: table-cell;
  width: 6rem;
  text-align: center;
  vertical-align: middle;
}
.marketingBlock li span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  .marketingBlock {
    width: calc(100% - 2rem);
    margin: 2rem 1rem;
  }
}
@media screen and (max-width: 600px) {
  .marketingBlock {
    width: 100%;
    margin: 2rem 0;
  }
  .marketingBlock .imageBox,
  .marketingBlock .textBox {
    display: block;
    width: 100%;
  }
}
.l-kenticoWidgets {
  margin-top: 1rem;
  padding: 1rem 0;
  background-color: #ffffff;
}
.l-kenticoWidgets ol li,
.l-kenticoWidgets ul li {
  margin-bottom: 0.25rem;
}
.l-kenticoWidgets ul {
  margin: 0 0 1.5rem 2.5rem;
  list-style-position: outside;
}
.l-kenticoWidgets li + li {
  padding-top: 1rem;
}
.l-kenticoWidgets .accordion .title a {
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .l-kenticoWidgets + .l-kenticoWidgets {
    padding-top: 0;
  }
}
.l-HN-Title {
  margin-top: 1rem;
  padding: 1rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 979px) {
  .l-HN-Title + .l-HN-Title {
    padding-top: 0;
  }
}
.tsOverlay {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
#TS-ModalOverlay {
  width: 100%;
  height: 100%;
}
.is-input-focused .tsModal {
  position: absolute !important;
}
.tsModal {
  background-color: #ffffff;
  -webkit-box-shadow: 0 9px 25px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 9px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 9px 25px rgba(0, 0, 0, 0.3);
  left: 10%;
  padding: 20px;
  position: fixed;
  top: 25%;
  width: 80%;
  z-index: 10000;
  display: none;
}
.tsModal .maxWidth980 {
  padding: 0;
}
.tsModal .close {
  background-color: #005EBA;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 30px;
}
.tsModal .close:before {
  content: '\00D7';
  font-family: TransatWebDingbat;
  font-size: 14px;
}
.tsModal .close:hover {
  text-decoration: none;
}
.tsModal.active {
  display: block;
}
.tsModal.engineDesktop {
  padding: 30px 20px;
  width: 390px;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-51%, -51%);
  -moz-transform: translate(-51%, -51%);
  -ms-transform: translate(-51%, -51%);
  -o-transform: translate(-51%, -51%);
  transform: translate(-51%, -51%);
}
.tsModal.engineDesktop iframe {
  margin: auto;
}
.tsModal.engineDesktop .modalContentWrapper {
  color: #002855;
}
.tsModal.engineDesktop .modalContentWrapper p,
.tsModal.engineDesktop .modalContentWrapper span {
  color: #002855;
}
.tsModal.qrCode {
  padding: 30px 20px;
  width: 270px;
  text-align: center;
}
.tsModal.qrCode .label {
  color: #002855;
  margin: 7px 0;
}
.modalContent h2 {
  width: 88%;
}
@media screen and (max-width: 480px) {
  .tsModal.engineDesktop {
    max-width: 90%;
    max-height: 90%;
  }
}
/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  color: #fff;
  transition: all 0.3s ease;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #fff;
  color: #0F254A;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  /*
        Background blanc transparent pour compatibilité IE8.
        Commenté pour éviter de télécharger une image supplémentaire
        background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    */
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #0F254A;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  content: '\003C';
  font-family: 'TransatWebDingbat';
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 21px;
  vertical-align: middle;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:after {
  content: '\003E';
  font-family: 'TransatWebDingbat';
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 21px;
  vertical-align: middle;
}
.tsDatePicker.ui-datepicker .ui-datepicker-prev:before {
  content: '\003C';
}
.tsDatePicker.ui-datepicker .ui-datepicker-next:after {
  content: '\003E';
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQEAAAAAAao4lEAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0T//xSrMc0AAABISURBVDjLY3iXxzCKRhHV0bNnDM+NGJ7fYXgxk+FlJsOrOIbXIQxvYhjepjK8i2Z4H8DwwZjhIzPDx7UMn+QYPhmOolFEDAIAjUD2JAAuNW8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMTAtMTZUMTE6Mjk6NDEtMDQ6MDAIbo7SAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTEwLTE2VDExOjI5OjQxLTA0OjAweTM2bgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQAQAAAABHIzd2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAd2KE6QAAAARSURBVCjPY2hgGIWjcBTigACVaMgB0zSxaQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNC0xMC0xNlQxMToyOTo0MS0wNDowMAhujtIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTQtMTAtMTZUMTE6Mjk6NDEtMDQ6MDB5MzZuAAAAAElFTkSuQmCC) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQEAIAAACwqkHPAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0T///////8JWPfcAAAAjUlEQVRIx+3PIQoCQRSA4X+eYhBsg4iwowZBGDF7COtWq1kwad37eAPBg3iFFXaL4xvB4hVEw0tf+NNPvummOQsAGIZhGN8G1ZTqmtx99u5e8ARKYciMrTBi7nZCQeQkFCzdUZiwoiJfNDTx08gPPbRTcWMW7HlFvbZJ8ARXCgM8a0Ho0P+LacMwjB/yBjxhJFOI7HkuAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTE2VDExOjI5OjQxLTA0OjAwCG6O0gAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0xNlQxMToyOTo0MS0wNDowMHkzNm4AAAAASUVORK5CYII=) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQEAIAAACwqkHPAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0T///////8JWPfcAAAAiklEQVRIx+3PsQ0BYRiH8ef/FhLnXCFWEI3WDkojWMAAltDQi0R9ExiADS5m+D7JHYnuPgWxgVC81a94qoe0eMzuEwMAx3Ec59vQtnUdAsmacZySsmYXK9LwNrqujR5bnY1cpcKHgqOS0debV6NUNHLtuRiZNjoZXVY6GB3mLA0oGPzFtOM4zg95AkctKGSanwlIAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTE2VDExOjI5OjQxLTA0OjAwCG6O0gAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0xNlQxMToyOTo0MS0wNDowMHkzNm4AAAAASUVORK5CYII=) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAgAAAACbvzUHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAzOEcogAAAAWSURBVDjLY1gFBwyjzFHmKHOUSS4TAApJmC9aV5jjAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTE2VDExOjI5OjQxLTA0OjAwCG6O0gAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0xNlQxMToyOTo0MS0wNDowMHkzNm4AAAAASUVORK5CYII=) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAgAAAACbvzUHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAzOEcogAAAAWSURBVDjLY1gFBwyjzFHmKHOUSS4TAApJmC9aV5jjAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTE2VDExOjI5OjQxLTA0OjAwCG6O0gAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0xNlQxMToyOTo0MS0wNDowMHkzNm4AAAAASUVORK5CYII=) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-open {
  overflow: hidden;
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.is-input-focused .modal {
  position: absolute !important;
}
.modal {
  display: none;
  z-index: 1050;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74rem;
  height: auto;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
.modal .modal-content {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 2rem 1rem;
  outline: 0;
  color: #333333;
  background-color: #ffffff;
  word-wrap: break-word;
}
.modal .modal-content.small {
  width: 40rem;
}
.modal .modal-content .title {
  width: calc(100% - 3.5rem);
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.2;
}
.modal .modal-content .btnClose {
  position: absolute;
  top: -2rem;
  right: -2rem;
  color: #005EBA;
  background: #ffffff;
  border-radius: 50%;
  padding: 0.2rem;
}
.modal .modal-content .btnClose:hover {
  text-decoration: none;
}
.modal .modal-content .btnClose:focus {
  color: #002855;
}
.modal .modal-content .btnClose span:first-of-type {
  display: block;
  width: 4rem;
  height: 4rem;
  font-family: 'TransatWebDingbat';
  font-size: 4.4rem;
  line-height: 4rem;
}
.modal.modal-error .modal-content,
.modal.modal-error .btnClose {
  background-color: #FDDDDD;
}
.modal.modal-error .modal-content .title,
.modal.modal-error .btnClose .title {
  color: #C50006;
}
.modal.modal-error .modal-content .title:before,
.modal.modal-error .btnClose .title:before {
  content: "ü";
  margin-right: 1.5rem;
  font-family: 'TransatWebDingbat';
  font-size: 4.5rem;
}
.modal.modal-error .modal-content .title span,
.modal.modal-error .btnClose .title span {
  vertical-align: 15%;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: 85%;
  }
}
.loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.squareSpinner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 51;
}
.squareSpinner.miniSpinnerAbsolute {
  position: absolute;
  height: 20rem;
  left: calc(50% - 10rem);
  top: calc(50% - 10rem);
  width: 20rem;
}
.squareSpinner.macroSpinnerAbsolute {
  height: 10rem;
  left: calc(50% - 5rem);
  top: calc(50% - 5rem);
  width: 10rem;
}
.squareSpinner > span {
  width: 33.33%;
  height: 33.33%;
  background-color: #C2C2C2;
  display: block;
  float: left;
  animation: squareGridScaleDelay 1.3s infinite ease-in-out;
}
.squareSpinner > span:nth-child(1) {
  animation-delay: 0.2s;
}
.squareSpinner > span:nth-child(2) {
  animation-delay: 0.3s;
}
.squareSpinner > span:nth-child(3) {
  animation-delay: 0.4s;
}
.squareSpinner > span:nth-child(4) {
  animation-delay: 0.1s;
}
.squareSpinner > span:nth-child(5) {
  animation-delay: 0.2s;
}
.squareSpinner > span:nth-child(6) {
  animation-delay: 0.3s;
}
.squareSpinner > span:nth-child(7) {
  animation-delay: 0s;
}
.squareSpinner > span:nth-child(8) {
  animation-delay: 0.1s;
}
.squareSpinner > span:nth-child(9) {
  animation-delay: 0.2s;
}
@-webkit-keyframes squareGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
    opacity: 0;
  }
}
@keyframes squareGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
    opacity: 0;
  }
}
.TS-toaster {
  position: absolute;
  left: 0;
  bottom: -10rem;
  width: 100%;
  text-align: center;
  padding: 1.2rem;
  background-color: rgba(238, 238, 238, 0.9);
  box-shadow: 0 -0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
}
.TS-toaster .title {
  display: inline-block;
  font-size: 1.8rem;
  color: #696969;
}
.TS-toaster .text {
  display: inline-block;
  font-size: 1.8rem;
  color: #002855;
}
.TS-toaster.show {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .TS-toaster {
    position: fixed;
    z-index: 100;
  }
  .TS-toaster .title {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .TS-toaster .text {
    display: block;
  }
}
.TS-incrementalBox {
  background: #ffffff;
  position: absolute;
  /*top: 45px;*/
}
.TS-incrementalBox .TS-incrementalBoxInner {
  padding: 1rem;
}
.TS-incrementalBox .TS-incrementalRow {
  height: 5rem;
  padding: 0.5rem 0;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalLabel {
  color: #002855;
  display: block;
  float: left;
  font-size: 1.6rem;
  height: 4.5rem;
  line-height: 1.8rem;
  margin-right: 0.5rem;
  padding: 0.5rem 0;
  position: relative;
  width: calc(100% - 12.5rem);
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalLabel .TS-incrementalLabel-info {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalLabel label {
  left: 0;
}
.TS-incrementalBox .TS-incrementalRow.last .TS-incrementalLabel {
  border-bottom: 0;
  padding-bottom: 0;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl {
  display: block;
  float: right;
  width: 12rem;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl button {
  font-size: 3.2rem;
  height: 4rem;
  padding: 0;
  position: static;
  text-align: center;
  text-decoration: none;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl button:first-child span {
  display: inline-block;
  line-height: 4rem;
  margin-top: -0.5rem;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl button:last-child span {
  position: relative;
  top: -0.4rem;
  display: inline-block;
  line-height: 4rem;
  margin-top: -0.1rem;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl .count {
  background: #EEEEEE;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.8rem;
  color: #002855;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl .count:focus,
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl .count:active {
  line-height: 3.8rem;
  border: solid 0.1rem #005EBA;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl.error .count {
  color: #C50006;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl button,
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl input {
  float: left;
  position: relative;
  width: 4rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-weight: 400;
  transition: all 0.2s linear;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl button:enabled,
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl input:enabled {
  cursor: pointer;
}
.TS-incrementalBox .TS-incrementalRow .TS-incrementalControl input {
  border: none;
}
.TS-incrementalBox .TS-error {
  clear: both;
  display: block;
  padding-top: 0.7rem;
  color: #C50006;
}
@media screen and (max-width: 689px) {
  .TS-incrementalBox {
    width: 100%;
  }
  .TS-incrementalBox .TS-incrementalRow {
    height: 5rem;
  }
  .TS-incrementalBox .TS-incrementalRow .TS-incrementalLabel {
    height: 4.5rem;
    width: calc(100% - 12.5rem);
  }
  .TS-incrementalBox .TS-incrementalRow .TS-incrementalLabel label {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .TS-incrementalBox .TS-incrementalRow .TS-incrementalControl {
    width: 12rem;
  }
  .TS-incrementalBox .TS-incrementalRow .TS-incrementalControl button,
  .TS-incrementalBox .TS-incrementalRow .TS-incrementalControl input {
    height: 4rem;
    width: 4rem;
  }
  .TS-incrementalBox .TS-incrementalRow .TS-incrementalControl .count {
    line-height: 4rem;
  }
}
.TS-travelersSelector {
  position: relative;
  width: 100%;
  height: 100%;
}
.TS-travelersSelector .TS-incrementalBox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50vh;
  margin-left: -17.5rem;
  transform: translateY(-50%);
}
.TS-travelersSelector .buttonSubmit {
  margin: 20px 0 0;
  text-align: center;
}
.TS-travelersSelector .buttonSubmit button {
  min-width: 215px;
  float: none;
}
.TS-travelersSelector .errorsBox {
  margin-bottom: 15px;
}
.TS-travelersSelector .errorsBox .errorMsg {
  margin-bottom: 3px;
}
.TS-travelersSelector .closeTravelersSelector {
  position: absolute;
  top: 6px;
  right: 10px;
  text-decoration: none;
}
.TS-travelersSelector .closeTravelersSelector span:first-of-type {
  width: 40px;
  height: 40px;
  margin: auto;
  font-family: 'TransatWebDingbat';
  font-size: 44px;
  font-weight: 400;
  line-height: 40px;
  color: #005EBA;
}
.TS-travelersSelector .closeTravelersSelector:hover span:first-of-type {
  color: #002855;
}
@media screen and (max-width: 480px) {
  .TS-travelersSelector .TS-incrementalBox {
    top: 0;
    width: 30rem;
    margin: 2rem 0 2rem -15rem;
    transform: initial;
  }
}
.tsLazyBackground {
  background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==) !important;
}
.TS-wet300:before {
  content: "";
  width: 75px;
  height: 75px;
  display: inline-block;
}
.TS-wet300.wet-01d:before {
  background: url(../controls/TS-Meteo/300/Sunny.gif);
  background-size: 100%;
}
.TS-wet300.wet-02d:before {
  background: url(../controls/TS-Meteo/300/Partly-Cloudy.gif);
  background-size: 100%;
}
.TS-wet300.wet-03d:before {
  background: url(../controls/TS-Meteo/300/Partly-Sunny.gif);
  background-size: 100%;
}
.TS-wet300.wet-04d:before {
  background: url(../controls/TS-Meteo/300/Cloudy.gif);
  background-size: 100%;
}
.TS-wet300.wet-09d:before,
.TS-wet300.wet-09d.wet-521:before,
.TS-wet300.wet-09d.wet-522:before,
.TS-wet300.wet-09d.wet-531:before {
  background: url(../controls/TS-Meteo/300/Rain.gif);
  background-size: 100%;
}
.TS-wet300.wet-09d.wet-300:before,
.TS-wet300.wet-09d.wet-301:before,
.TS-wet300.wet-09d.wet-302:before,
.TS-wet300.wet-09d.wet-310:before {
  background: url(../controls/TS-Meteo/300/Drizzle-Sunny.gif);
  background-size: 100%;
}
.TS-wet300.wet-09d.wet-311:before,
.TS-wet300.wet-09d.wet-312:before,
.TS-wet300.wet-09d.wet-313:before,
.TS-wet300.wet-09d.wet-314:before,
.TS-wet300.wet-09d.wet-321:before,
.TS-wet300.wet-09d.wet-520:before {
  background: url(../controls/TS-Meteo/300/Drizzle.gif);
  background-size: 100%;
}
.TS-wet300.wet-10d:before,
.TS-wet300.wet-10d.wet-500:before,
.TS-wet300.wet-10d.wet-501:before {
  background: url(../controls/TS-Meteo/300/Rain-Sunny.gif);
  background-size: 100%;
}
.TS-wet300.wet-10d.wet-502:before,
.TS-wet300.wet-10d.wet-503:before,
.TS-wet300.wet-10d.wet-504:before {
  background: url(../controls/TS-Meteo/300/Rain.gif);
  background-size: 100%;
}
.TS-wet300.wet-11d:before {
  background: url(../controls/TS-Meteo/300/Storm.gif);
  background-size: 100%;
}
.TS-wet300.wet-11d:before.wet-200:before,
.TS-wet300.wet-11d:before.wet-201:before,
.TS-wet300.wet-11d:before.wet-202:before,
.TS-wet300.wet-11d:before.wet-210:before,
.TS-wet300.wet-11d:before.wet-211:before,
.TS-wet300.wet-11d:before.wet-212:before,
.TS-wet300.wet-11d:before.wet-221:before,
.TS-wet300.wet-11d:before.wet-230:before,
.TS-wet300.wet-11d:before.wet-231:before,
.TS-wet300.wet-11d:before.wet-232:before {
  background: url(../controls/TS-Meteo/300/Storm.gif);
  background-size: 100%;
}
.TS-wet300.wet-13d:before,
.TS-wet300.wet-13d.wet-601:before,
.TS-wet300.wet-13d.wet-602:before,
.TS-wet300.wet-13d.wet-611:before,
.TS-wet300.wet-13d.wet-612:before,
.TS-wet300.wet-13d.wet-615:before,
.TS-wet300.wet-13d.wet-616:before,
.TS-wet300.wet-13d.wet-621:before,
.TS-wet300.wet-13d.wet-622:before {
  background: url(../controls/TS-Meteo/300/Snowy.gif);
  background-size: 100%;
}
.TS-wet300.wet-13d.wet-511:before,
.TS-wet300.wet-13d.wet-620:before,
.TS-wet300.wet-13d.wet-600:before {
  background: url(../controls/TS-Meteo/300/Snowy-Sunny.gif);
  background-size: 100%;
}
.TS-wet300.wet-50d:before,
.TS-wet300.wet-50d.wet-701:before,
.TS-wet300.wet-50d.wet-711:before,
.TS-wet300.wet-50d.wet-721:before,
.TS-wet300.wet-50d.wet-731:before,
.TS-wet300.wet-50d.wet-741:before,
.TS-wet300.wet-50d.wet-751:before,
.TS-wet300.wet-50d.wet-761:before,
.TS-wet300.wet-50d.wet-762:before,
.TS-wet300.wet-50d.wet-771:before {
  background: url(../controls/TS-Meteo/300/Mist.gif);
  background-size: 100%;
}
.TS-wet300.wet-50d.wet-781:before {
  background: url(../controls/TS-Meteo/300/Tornado.gif);
  background-size: 100%;
}
.TS-wet300.wet-01n:before {
  background: url(../controls/TS-Meteo/300/Night.gif);
  background-size: 100%;
}
.TS-wet300.wet-02n:before {
  background: url(../controls/TS-Meteo/300/Partly-Cloudy-Night.gif);
  background-size: 100%;
}
.TS-wet300.wet-03n:before {
  background: url(../controls/TS-Meteo/300/Cloudy-Night.gif);
  background-size: 100%;
}
.TS-wet300.wet-04n:before {
  background: url(../controls/TS-Meteo/300/Cloudy.gif);
  background-size: 100%;
}
.TS-wet300.wet-09n:before,
.TS-wet300.wet-09n.wet-521:before,
.TS-wet300.wet-09n.wet-522:before,
.TS-wet300.wet-09n.wet-531:before {
  background: url(../controls/TS-Meteo/300/Rain.gif);
  background-size: 100%;
}
.TS-wet300.wet-09n.wet-300:before,
.TS-wet300.wet-09n.wet-301:before,
.TS-wet300.wet-09n.wet-302:before,
.TS-wet300.wet-09n.wet-310:before {
  background: url(../controls/TS-Meteo/300/Drizzle-Night.gif);
  background-size: 100%;
}
.TS-wet300.wet-09n.wet-311:before,
.TS-wet300.wet-09n.wet-312:before,
.TS-wet300.wet-09n.wet-313:before,
.TS-wet300.wet-09n.wet-314:before,
.TS-wet300.wet-09n.wet-321:before,
.TS-wet300.wet-09n.wet-520:before {
  background: url(../controls/TS-Meteo/300/Drizzle.gif);
  background-size: 100%;
}
.TS-wet300.wet-10n:before,
.TS-wet300.wet-10n.wet-500:before,
.TS-wet300.wet-10n.wet-501:before {
  background: url(../controls/TS-Meteo/300/Rain-Night.gif);
  background-size: 100%;
}
.TS-wet300.wet-10n.wet-502:before,
.TS-wet300.wet-10n.wet-503:before,
.TS-wet300.wet-10n.wet-504:before {
  background: url(../controls/TS-Meteo/300/Rain.gif);
  background-size: 100%;
}
.TS-wet300.wet-11n:before {
  background: url(../controls/TS-Meteo/300/Storm.gif);
  background-size: 100%;
}
.TS-wet300.wet-11n:before.wet-200:before,
.TS-wet300.wet-11n:before.wet-201:before,
.TS-wet300.wet-11n:before.wet-202:before,
.TS-wet300.wet-11n:before.wet-210:before,
.TS-wet300.wet-11n:before.wet-211:before,
.TS-wet300.wet-11n:before.wet-212:before,
.TS-wet300.wet-11n:before.wet-221:before,
.TS-wet300.wet-11n:before.wet-230:before,
.TS-wet300.wet-11n:before.wet-231:before,
.TS-wet300.wet-11n:before.wet-232:before {
  background: url(../controls/TS-Meteo/300/Storm.gif);
  background-size: 100%;
}
.TS-wet300.wet-13n:before,
.TS-wet300.wet-13n.wet-601:before,
.TS-wet300.wet-13n.wet-602:before,
.TS-wet300.wet-13n.wet-611:before,
.TS-wet300.wet-13n.wet-612:before,
.TS-wet300.wet-13n.wet-615:before,
.TS-wet300.wet-13n.wet-616:before,
.TS-wet300.wet-13n.wet-621:before,
.TS-wet300.wet-13n.wet-622:before {
  background: url(../controls/TS-Meteo/300/Snowy.gif);
  background-size: 100%;
}
.TS-wet300.wet-13n.wet-511:before,
.TS-wet300.wet-13n.wet-620:before,
.TS-wet300.wet-13n.wet-600:before {
  background: url(../controls/TS-Meteo/300/Snowy-Night.gif);
  background-size: 100%;
}
.TS-wet300.wet-50n:before,
.TS-wet300.wet-50n.wet-701:before,
.TS-wet300.wet-50n.wet-711:before,
.TS-wet300.wet-50n.wet-721:before,
.TS-wet300.wet-50n.wet-731:before,
.TS-wet300.wet-50n.wet-741:before,
.TS-wet300.wet-50n.wet-751:before,
.TS-wet300.wet-50n.wet-761:before,
.TS-wet300.wet-50n.wet-762:before,
.TS-wet300.wet-50n.wet-771:before {
  background: url(../controls/TS-Meteo/300/Mist.gif);
  background-size: 100%;
}
.TS-wet300.wet-50n.wet-781:before {
  background: url(../controls/TS-Meteo/300/Tornado.gif);
  background-size: 100%;
}
.TS-wet300.wet-900:before,
.TS-wet300.wet-901:before {
  background: url(../controls/TS-Meteo/300/Tornado.gif);
  background-size: 100%;
}
.TS-wet300.wet-902:before {
  background: url(../controls/TS-Meteo/300/Hurricane.gif);
  background-size: 100%;
}
.TS-wet300.wet-905:before {
  background: url(../controls/TS-Meteo/300/Windy.gif);
  background-size: 100%;
}
.TS-wet300.wet-906:before {
  background: url(../controls/TS-Meteo/300/Snowy.gif);
  background-size: 100%;
}
.TS-wet300.wet-956:before,
.TS-wet300.wet-957:before,
.TS-wet300.wet-958:before,
.TS-wet300.wet-959:before {
  background: url(../controls/TS-Meteo/300/Windy.gif);
  background-size: 100%;
}
.TS-wet300.wet-960:before,
.TS-wet300.wet-961:before {
  background: url(../controls/TS-Meteo/300/Storm.gif);
  background-size: 100%;
}
.TS-wet300.wet-962:before {
  background: url(../controls/TS-Meteo/300/Hurricane.gif);
  background-size: 100%;
}
/* Sitemap and cheapflights index page */
.sitemap {
  white-space: normal;
}
.sitemap > ul {
  padding: 0;
  color: #002855;
}
.sitemap > ul > li {
  font-size: 2rem;
  border-bottom: solid 0.1rem #ffffff;
  display: block;
}
.sitemap > ul > li > ul {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.sitemap > ul > li > ul > li {
  font-size: 1.6rem;
}
.sitemap > ul > li > ul > li > ul {
  padding-top: 1rem;
}
.sitemap > ul > li > ul > li > ul > li {
  font-size: 1.4rem;
}
.sitemap > ul > li > ul > li > ul > li > ul {
  padding-top: 1rem;
}
.sitemap li {
  list-style: none !important;
  padding: 1rem 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  list-style-type: none !important;
}
@media screen and (min-width: 768px) {
  .sitemap > ul > li > ul > li {
    flex: 0 0 24%;
    margin: 0 4rem;
  }
  .sitemap > ul > li > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .sitemap > ul > li > ul > li:first-child {
    margin-left: 0;
  }
  .sitemap > ul > li > ul > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sitemap > ul > li > ul > li {
    flex: 0 0 42%;
    margin: 0 2rem;
  }
  .sitemap > ul > li > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .sitemap > ul > li > ul > li:first-child {
    margin-left: 0;
  }
  .sitemap > ul > li > ul > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .sitemap > ul > li > ul > li {
    flex: 1 1 100%;
    margin: 0;
  }
}
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #FFF;
  color: #0f254a;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.rsImg {
  width: 100%;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  background: url(//staticcontent.transat.com/wcm/media/TSCA/skin/img/royalslider/rs-default.png) #000;
  border-radius: 2px;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 90%;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullets {
  background: none;
  bottom: 10px;
  height: 17px;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  display: inline;
  zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullets .rsBullet {
  margin-right: 5px;
  padding: 0;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullets .rsBullet.rsNavSelected {
  border: 1px #ffffff solid;
  padding: 6px;
  border-radius: 50%;
  position: relative;
  top: 3px;
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
.rsDefault .rsBullets .rsBullet.rsNavSelected span {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  position: relative;
  top: -4px;
  left: -4px;
}
aside {
  float: right;
  width: 33.33333333%;
  padding: 1rem 0 0 2rem;
}
aside .titleSection {
  display: table;
  position: relative;
  width: 100%;
  margin: 0 0 1rem 0;
  min-height: 5rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
aside .titleSection .icon {
  font-family: 'TransatWebDingbat';
  font-style: normal;
  font-size: 4rem;
  display: table-cell;
  vertical-align: middle;
  padding-right: 1rem;
  width: 0.1rem;
}
aside .titleSection span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 1.5rem 0;
}
aside h3 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
aside .featured,
aside .notice,
aside .relationships,
aside .warning {
  margin-bottom: 1.5rem;
  padding: 0 1.5rem 1.5rem;
  background-color: #EEEEEE;
  border-radius: 0.5rem;
}
aside .featured ul li,
aside .notice ul li,
aside .relationships ul li,
aside .warning ul li {
  color: #002855;
  margin-bottom: 0.5rem;
}
aside .featured ul li:last-child,
aside .notice ul li:last-child,
aside .relationships ul li:last-child,
aside .warning ul li:last-child {
  margin-bottom: 0;
}
aside .featured a,
aside .notice a,
aside .relationships a,
aside .warning a {
  font-weight: 600;
}
aside .featured p,
aside .notice p,
aside .relationships p,
aside .warning p {
  margin-bottom: 0;
}
aside .featured .TS-accordions .content,
aside .notice .TS-accordions .content,
aside .relationships .TS-accordions .content,
aside .warning .TS-accordions .content {
  background-color: #EEEEEE;
}
aside .warning ul {
  list-style-position: inside;
}
aside .relationships {
  background-color: #ffffff;
}
aside .relationships ul li {
  list-style-type: none;
}
aside .relationships ul li:before {
  content: "\003E";
  float: left;
  font-family: 'TransatWebDingbat';
  font-size: 1.6rem;
  color: #005EBA;
  padding-right: 0.5rem;
}
aside .relationships ul li + li {
  padding-top: 0.5rem;
}
aside .relationships ul li a {
  display: block;
  line-height: 20px;
  text-decoration: none;
}
aside .relationships ul li a:hover,
aside .relationships ul li a:focus,
aside .relationships ul li a:active {
  text-decoration: underline;
}
aside .custom {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 0.2rem #002855 solid;
  border-radius: 0.5rem;
}
aside .custom table {
  border: none;
}
aside .custom table tr {
  border-bottom: 0.1rem #C2C2C2 solid;
}
aside .custom table tr th {
  text-transform: inherit;
  line-height: 1.4rem;
  font-size: 1.3rem;
  font-weight: 400;
  background: transparent;
  border-right: none;
  padding: 0.5rem 0;
  text-align: left;
}
aside .custom table tr th:last-child {
  padding-left: 0.7rem;
}
aside .custom table tr td {
  text-align: center;
  padding: 0.7rem 0;
}
aside .custom table tr td:last-child {
  padding-left: 0.7rem;
}
aside .custom table tr,
aside .custom table td,
aside .custom table th {
  border: none;
}
aside .video {
  height: 17.6rem;
  margin-bottom: 1.5rem;
}
aside .video a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
aside .video a .band {
  padding: 1.5rem 2rem 2rem;
  color: #ffffff;
  background: rgba(0, 40, 85, 0.4);
  min-height: 6rem;
  display: block;
  padding: 1.5rem 1.5rem 1rem;
  position: relative;
}
aside .video a .band h1,
aside .video a .band h2,
aside .video a .band h3,
aside .video a .band h4,
aside .video a .band h5,
aside .video a .band h6,
aside .video a .band p,
aside .video a .band span,
aside .video a .band li {
  color: #ffffff;
}
aside .video a .band svg {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
aside .video a .band span {
  display: block;
  padding-left: 4.2rem;
}
aside .video a .band span.header {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
aside .video a .band span.text {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
}
aside .video a .band span.arrow {
  position: absolute;
  top: 2.3rem;
  right: 0.8rem;
}
aside .video a .band span.arrow:before {
  content: "\003E";
  font-family: 'TransatWebDingbat';
  font-size: 3.6rem;
}
aside .video a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 1009px) {
  aside {
    -webkit-columns: 2 1.5rem;
    -moz-columns: 2 1.5rem;
    columns: 2 1.5rem;
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 0;
  }
  aside > div {
    display: table;
    width: 100%;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  aside .video {
    display: inline-block;
    height: 24rem;
  }
}
@media screen and (max-width: 767px) {
  aside {
    -webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    columns: 1 auto;
  }
}
.TS-helpful .helpful {
  padding: 2rem 0;
}
.TS-helpful .helpful b,
.TS-helpful .helpful i {
  padding-right: 1rem;
}
.TS-helpful .helpful a {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin-right: 1rem;
  text-decoration: none;
}
.TS-helpful .helpful a:hover,
.TS-helpful .helpful a:focus {
  text-decoration: underline;
}
.TS-helpful .helpful a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("//staticcontent.transat.com/wcm/media/TSCA/skin/img/icons/sprites.png");
  width: 1.9rem;
  height: 1.7rem;
  content: "";
}
.TS-helpful .helpful a.yes.on {
  cursor: default;
}
.TS-helpful .helpful a.yes.on:before {
  background-position: 0 -21px;
}
.TS-helpful .helpful a.yes.off:before {
  background-position: -24px -47px;
}
.TS-helpful .helpful a.no:before {
  top: 0.4rem;
}
.TS-helpful .helpful a.no.on {
  cursor: default;
}
.TS-helpful .helpful a.no.on:before {
  background-position: -23px -30px;
}
.TS-helpful .helpful a.no.off:before {
  background-position: 0 -38px;
}
.TS-helpful .helpfulForm {
  display: none;
  padding: 0 2rem 2rem;
}
.TS-helpful .helpfulForm fieldset {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 1rem;
}
.TS-helpful .helpfulForm fieldset legend.reason {
  font-weight: bold;
}
.TS-helpful .helpfulForm fieldset table,
.TS-helpful .helpfulForm fieldset tr,
.TS-helpful .helpfulForm fieldset td {
  border: none;
}
.TS-helpful .helpfulForm fieldset input {
  margin-right: 1rem;
}
.TS-helpful .helpfulForm label.textArea {
  display: block;
  margin-top: 4rem;
}
.TS-helpful .helpfulForm textarea {
  width: 100%;
  height: 8rem;
}
.TS-helpful .helpfulForm input[type=submit] {
  color: #ffffff;
  padding: 0rem 1rem;
  border: none;
  text-transform: uppercase;
  background-color: #005EBA;
  margin-top: 2rem;
}
.TS-helpful .helpfulForm input[type=submit]:hover {
  background-color: #002855;
}
.TS-helpful .helpfulForm .errorMsg {
  color: #C50006;
}
table {
  width: 100%;
  border: 1px #C2C2C2 solid;
  color: #002855;
  text-align: left;
}
table tr th {
  background: #EEEEEE;
  border: 1px #C2C2C2 solid;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 6px;
  vertical-align: top;
}
table tr td {
  border: 1px #C2C2C2 solid;
  text-align: left;
  vertical-align: top;
  padding: 3px 6px;
}
table a {
  color: #005EBA;
  text-decoration: underline;
  font-weight: 600;
}
table a:hover {
  text-decoration: none;
  color: #00649E;
}
@media screen and (max-width: 767px) {
  table.responsive {
    /*border-left: 0;
        border-right: 0;
        display: block;
        width: 100%;*/
  }
  table.responsive thead {
    display: none;
    visibility: hidden;
  }
  table.responsive tbody,
  table.responsive tr,
  table.responsive th,
  table.responsive td {
    display: block;
    text-align: left;
  }
  table.responsive tr td,
  table.responsive tr th {
    border-right: none;
  }
  table.responsive td[data-title]:before {
    content: attr(data-title) "\00A0";
    font-size: 11px;
    font-weight: bold;
    display: block;
  }
}
.mediaBar {
  position: relative;
}
.mediaBar .panel .jumpLinks ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.mediaBar .panel .jumpLinks ul li {
  line-height: 1.2rem;
  margin: 0;
  display: inline;
  padding: 0 1.2rem;
  border-right: 0.1rem #002855 solid;
}
.mediaBar .panel .jumpLinks ul li:first-child {
  padding-left: 0;
}
.mediaBar .panel .jumpLinks ul li:last-child {
  border-right: none;
}
.mediaBar .panel .jumpLinks ul li a {
  text-decoration: none;
  font-weight: 400;
}
.mediaBar .panel .slider {
  margin-bottom: 2rem;
}
.mediaBar .panel .slider .slide {
  width: 100%;
}
.mediaBar .panel .slider .slide a {
  width: 100%;
  display: block;
  position: relative;
}
.mediaBar .panel .slider .slide a img {
  max-width: 100%;
  height: auto;
}
.mediaBar .panel .slider .slide a span.play {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("//staticcontent.transat.com/wcm/media/TSCA/skin/img/icons/sprites.png");
  background-position: -55px -41px;
  content: "";
  z-index: 9;
}
.mediaBar .panel .slider .slide a:hover {
  opacity: 0.8;
}
.mediaBar .panel .slider .slide .tooltipContent h5 {
  font-size: 1.4rem;
  font-weight: 700;
}
.mediaBar .panel .slider.dual {
  height: 240px;
}
.mediaBar .panel .slider.dual .item {
  position: relative;
  width: 50%;
  float: left;
  padding-right: 0.5rem;
}
.mediaBar .panel .slider.dual .item:last-child {
  padding-left: 5px;
  padding-right: 0;
}
.mediaBar .panel .slider.dual .rsArrow {
  height: 208px;
}
.mediaBar .panel .slider.three .item {
  float: left;
  width: 33%;
  padding: 0 4px;
}
.mediaBar .panel .slider.three .item:first-child {
  padding: 0 8px 0 0;
}
.mediaBar .panel .slider.three .item:last-child {
  padding: 0 0 0 8px;
}
.mediaBar .panel .slider.three .item span.lazy {
  height: 130px;
  display: block;
}
.mediaBar .panel .slider.three .rsArrow {
  height: 130px;
}
/*.mediaBar .slider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.8);
}*/
/*.mediaBar .slider .slide .item a.info {
  display: block;
}
.mediaBar .slider .slide .item a.info span {
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  color: #0f254a;
  margin-bottom: 0;
  display: block;
  margin-bottom: 5px;
}
.mediaBar .slider .slide .item a.info span.title {
  font-weight: bold;
  margin: 5px 0 0;
}*/
/*.mediaBar .destinSlider {
    min-height: 470px;
    max-height: 470px;
  }
  .mediaBar .destinSlider img {
    max-width: none;
  }*/
/*@media screen and (min-width: 768px) and (max-width: 1009px) {
  .mediaBar .destinSlider {
    min-height: 350px;
    max-height: 350px;
  }
}*/
@media screen and (max-width: 767px) {
  /*.mediaBar .scroller {
    z-index: 1;
    height: 100%;
    width: 20px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
  }
  .mediaBar .scroller.left {
    left: 0;
  }
  .mediaBar .scroller.right {
    right: 0;
  }
  .mediaBar .destinSlider {
    min-height: 230px;
    max-height: 230px;
  }
  .mediaBar .destinSlider img {
    max-width: none;
  }*/
  /*.mediaBar .rsDefault .rsCloseVideoBtn {
    right: 10px;
  }*/
}
@media screen and (max-width: 480px) {
  /*.mediaBar .scroller {
    z-index: 1;
    height: 100%;
    width: 20px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
  }
  .mediaBar .scroller.left {
    left: 0;
  }
  .mediaBar .scroller.right {
    right: 0;
  }*/
  /*.mediaBar .rsDefault .rsCloseVideoBtn {
    right: 10px;
  }*/
  /*.mediaBar .destinSlider {
    min-height: 150px;
    max-height: 150px;
  }
  .mediaBar .destinSlider img {
    max-width: none;
  }*/
}
.FF-Header {
  z-index: 1005;
}
.FF-Header ~ #mainContent {
  position: relative;
}
.FF-Header .langSelector-panel {
  top: 7rem;
}
.FF-Header .TS-logoContainer {
  align-self: auto;
}
.FF-introWrapper {
  width: 135rem;
  margin: 0 auto;
  padding: 1rem 2.5rem;
}
.overWidget {
  position: absolute;
  top: 2%;
  left: auto;
  width: 100%;
  z-index: 31;
  background-color: rgba(255, 255, 255, 0.93);
}
.overWidget .FF-introWrapper {
  padding: 1rem 12.5rem;
}
.FF-GreyBg {
  background-color: #eee;
}
.FF-GreyBg .title {
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #696969;
}
.FF-GreyBg .intro {
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 1009px) {
  .FF-Header .langSelector .langSelector-panel {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .FF-introWrapper {
    width: auto;
  }
  .overWidget .FF-introWrapper {
    width: 76.8rem;
    padding: 1rem 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .overWidget .FF-introWrapper {
    width: 30rem;
    padding: 1rem;
  }
}
.TS-widgetSendInvitation {
  position: relative;
  padding: 1rem 0 2rem;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 30;
}
.TS-widgetSendInvitation .maxWidth1400 {
  padding: 0 5rem;
}
.TS-widgetSendInvitation .maxWidth1400 .contentBefore {
  margin-bottom: 0;
}
.TS-widgetSendInvitation .invitation {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.TS-widgetSendInvitation .invitation .clientInfo {
  min-height: 20.4rem;
  padding: 1rem 2rem;
  color: #002855;
  background-color: #EEEEEE;
  -webkit-box-flex: 1 0 25%;
  -moz-box-flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}
.TS-widgetSendInvitation .invitation .clientInfo .name {
  display: block;
  font-size: 2.4rem;
}
.TS-widgetSendInvitation .invitation .clientInfo dl {
  margin-top: 1.8rem;
}
.TS-widgetSendInvitation .invitation .clientInfo dl dt {
  display: inline-block;
  width: 49%;
  color: #696969;
}
.TS-widgetSendInvitation .invitation .clientInfo dl dd {
  display: inline-block;
  width: 49%;
  color: #002855;
  text-align: right;
}
.TS-widgetSendInvitation .invitation .clientInfo .logoutBtn {
  padding: 0;
  margin-top: 2.5rem;
  border: none;
  color: #005EBA;
  background-color: transparent;
}
.TS-widgetSendInvitation .invitation .clientInfo .logoutBtn span {
  vertical-align: top;
  font-size: 1.8rem;
}
.TS-widgetSendInvitation .invitation .clientInfo .logoutBtn:before {
  font-size: 3rem;
  margin-right: 0.5rem;
}
.TS-widgetSendInvitation .invitation .clientInfo .logoutBtn:hover,
.TS-widgetSendInvitation .invitation .clientInfo .logoutBtn:focus {
  color: #002855;
  box-shadow: none;
}
.TS-widgetSendInvitation .invitation .clientInfo .logoutBtn:hover span,
.TS-widgetSendInvitation .invitation .clientInfo .logoutBtn:focus span {
  text-decoration: underline;
}
.TS-widgetSendInvitation .invitation .TS-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 70%;
  -moz-box-flex: 1 0 70%;
  -webkit-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
}
.TS-widgetSendInvitation .invitation .TS-form .TS-btn,
.TS-widgetSendInvitation .invitation .TS-form .TS-formColumn {
  float: none;
}
.TS-widgetSendInvitation .invitation .TS-form .errorMsg {
  margin-top: 0.3rem;
}
.TS-widgetSendInvitation .invitation .TS-form .fields {
  position: relative;
  margin: 0 2rem;
  -webkit-box-flex: 1 0 70%;
  -moz-box-flex: 1 0 70%;
  -webkit-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
}
.TS-widgetSendInvitation .invitation .TS-form .fields .message {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
.TS-widgetSendInvitation .invitation .TS-form .fields .message textarea {
  height: 13rem;
  resize: none;
  padding-top: 0.5rem;
  line-height: 1.2;
}
.TS-widgetSendInvitation .invitation .TS-form .fields .message textarea.filled + .countdown,
.TS-widgetSendInvitation .invitation .TS-form .fields .message textarea:focus + .countdown {
  opacity: 1;
}
.TS-widgetSendInvitation .invitation .TS-form .fields .message .countdown {
  position: absolute;
  top: -1.8rem;
  right: 0;
  opacity: 0;
  width: 10rem;
  text-align: right;
  font-size: 1.2rem;
  color: #696969;
  background-color: #ffffff;
  transition: opacity 0.2s ease-in;
}
.TS-widgetSendInvitation .invitation .TS-form .fields .message label {
  top: -1.8rem;
  width: calc(100% - 10rem);
}
.TS-widgetSendInvitation .invitation .TS-form .conditions {
  -webkit-box-flex: 1 0 25%;
  -moz-box-flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.TS-widgetSendInvitation .invitation .TS-form .conditions .TS-btn {
  width: 100%;
  margin-top: 2.8rem;
}
.TS-widgetSendInvitation.abovePrevious {
  margin-top: -26.4rem;
}
.TS-widgetSendInvitation.abovePrevious.withTitle {
  margin-top: -30rem;
}
.TS-widgetSendInvitation.abovePrevious.withTitle.withContentBefore {
  margin-top: -33rem;
}
.TS-widgetSendInvitation.abovePrevious.withTitle.withContentBefore.withContentAfter {
  margin-top: -36.3rem;
}
.TS-widgetSendInvitation.abovePrevious.withTitle.withContentAfter {
  margin-top: -33rem;
}
.TS-widgetSendInvitation.abovePrevious.withContentBefore {
  margin-top: -28.9rem;
}
.TS-widgetSendInvitation.abovePrevious.withContentBefore.withContentAfter {
  margin-top: -32.2rem;
}
.TS-widgetSendInvitation.abovePrevious.withContentAfter {
  margin-top: -29.7rem;
}
@media screen and (max-width: 1024px) {
  .TS-widgetSendInvitation .maxWidth1400 {
    padding: 0 3rem;
  }
  .TS-widgetSendInvitation .invitation {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .TS-widgetSendInvitation .invitation .clientInfo {
    min-height: auto;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .TS-widgetSendInvitation .invitation .TS-form {
    margin-top: 4rem;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .TS-widgetSendInvitation .invitation .TS-form .fields {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .TS-widgetSendInvitation .maxWidth1400 {
    padding: 0 2rem;
  }
  .TS-widgetSendInvitation .invitation .clientInfo {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 2rem;
    background-color: #ffffff;
  }
  .TS-widgetSendInvitation .invitation .clientInfo .email,
  .TS-widgetSendInvitation .invitation .clientInfo .subsidiary,
  .TS-widgetSendInvitation .invitation .clientInfo .subsidiary + dd,
  .TS-widgetSendInvitation .invitation .clientInfo .phone,
  .TS-widgetSendInvitation .invitation .clientInfo .phone + dd {
    display: none;
  }
  .TS-widgetSendInvitation .invitation .clientInfo dl {
    float: left;
    margin-top: 0;
  }
  .TS-widgetSendInvitation .invitation .clientInfo dl dt {
    width: auto;
  }
  .TS-widgetSendInvitation .invitation .clientInfo dl dd {
    width: auto;
    text-align: left;
  }
  .TS-widgetSendInvitation .invitation .clientInfo .logoutBtn {
    float: right;
    margin-top: 0;
  }
  .TS-widgetSendInvitation .invitation .TS-form {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .TS-widgetSendInvitation .invitation .TS-form .fields {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
  }
  .TS-widgetSendInvitation .invitation .TS-form .conditions {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 2rem 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  .TS-widgetSendInvitation {
    overflow: initial;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.destinationHeader-container .destination-name {
  display: inline-block;
}
.destinationHeader-container:before,
.destinationHeader-container:after {
  content: " ";
  clear: both;
  display: table;
}
.routes {
  opacity: 0;
  position: relative;
}
.routes a.prev,
.routes a.next {
  float: left;
  height: 22.3rem;
  display: block;
  background-color: #005EBA;
  width: 2.1rem;
  position: relative;
}
.routes a.prev:hover,
.routes a.next:hover {
  background-color: #002855;
}
.routes a.prev.disabled,
.routes a.next.disabled {
  background-color: #e1f4fb;
}
.routes a.prev.disabled:hover,
.routes a.next.disabled:hover,
.routes a.prev.disabled:active,
.routes a.next.disabled:active {
  background-color: #e1f4fb;
}
.routes a.prev:before,
.routes a.next:before,
.routes a.prev:after,
.routes a.next:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.routes:before,
.routes:after {
  content: " ";
  display: table;
}
.routes:after {
  clear: both;
}
.routes .labels {
  float: left;
  border-top: 0.1rem #C2C2C2 solid;
  width: 20%;
  position: relative;
}
.routes .labels .shortened {
  cursor: pointer;
}
.routes .labels span {
  display: block;
  border-bottom: 0.1rem #C2C2C2 solid;
  height: 3.7rem;
  padding: 0.9rem;
  color: #005EBA;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.routes .detailedLabel {
  background-color: #005EBA;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  z-index: 10;
  padding: 0 4rem 0 1.2rem;
  display: none;
  cursor: pointer;
}
.routes .detailedLabel span.close {
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  font-family: 'TransatWebDingbat';
  font-size: 3rem;
}
.routes .detailedLabel.on {
  display: block;
}
.routes .overflow {
  float: left;
  overflow: hidden;
  width: 75%;
  max-width: 66.5rem;
  position: relative;
}
.routes .overflow table {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}
.routes .overflow table th {
  height: 3.7rem;
  border: none;
  border-bottom: 0.1rem #C2C2C2 solid;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  vertical-align: middle;
  padding: 0.5rem;
  font-size: 1.4rem;
}
.routes .overflow table td {
  border: none;
  border-bottom: 0.1rem #C2C2C2 solid;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 3.7rem;
}
.destinations {
  clear: both;
  margin: 1rem 0 2rem;
  overflow: hidden;
}
.destinations .image {
  width: 25%;
  display: block;
  float: left;
}
.destinations .image img {
  margin-top: 0.8rem;
}
.destinations .text {
  width: 75%;
  float: left;
  padding-left: 1.5rem;
}
.destinations .text a {
  font-size: 1.4rem;
}
.destinations .text .cityTitle a {
  color: #002855;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}
.halfWidth {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.halfWidth:nth-child(even) {
  padding-left: 2rem;
}
.weather {
  text-align: center;
  margin-top: 2rem;
}
.weather .scale {
  position: relative;
  bottom: 1.5rem;
}
.TS-wrapper .relatedPlaces {
  margin-top: 3rem;
}
.TS-wrapper .relatedPlaces h2 {
  margin-left: 1rem;
  font-size: 2.1rem;
}
.TS-wrapper .relatedPlaces a {
  float: left;
  height: 15.1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  width: 23.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}
.TS-wrapper .relatedPlaces a .band {
  background: rgba(0, 40, 85, 0.4);
  color: #ffffff;
  display: block;
  padding: 0.6rem 2rem;
}
.TS-wrapper .relatedPlaces a .band .block {
  display: block;
  font-size: 1.4rem;
}
.TS-wrapper .relatedPlaces a .band .block .header {
  font-weight: bold;
}
.TS-wrapper .relatedPlaces a .band .block .header:before,
.TS-wrapper .relatedPlaces a .band .block .header:after {
  content: " ";
  display: table;
}
.TS-wrapper .bestPrices .flightElement,
.TS-wrapper .flightInfo .flightElement {
  display: table;
  width: 100%;
}
.TS-wrapper .bestPrices .flightElement .destination,
.TS-wrapper .flightInfo .flightElement .destination,
.TS-wrapper .bestPrices .flightElement .distance,
.TS-wrapper .flightInfo .flightElement .distance,
.TS-wrapper .bestPrices .flightElement .time,
.TS-wrapper .flightInfo .flightElement .time {
  float: left;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  width: 50%;
}
.TS-wrapper .bestPrices .flightElement .destination span,
.TS-wrapper .flightInfo .flightElement .destination span,
.TS-wrapper .bestPrices .flightElement .distance span,
.TS-wrapper .flightInfo .flightElement .distance span,
.TS-wrapper .bestPrices .flightElement .time span,
.TS-wrapper .flightInfo .flightElement .time span {
  display: block;
}
.TS-wrapper .bestPrices .origin,
.TS-wrapper .flightInfo .origin {
  background-color: #EEEEEE;
  line-height: 2.8rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
.TS-wrapper .bestPrices .origin select,
.TS-wrapper .flightInfo .origin select {
  padding: 0.3rem 0.5rem;
  width: auto;
  margin: 0 1.5rem 0 0.5rem;
  display: initial;
}
.TS-wrapper .bestPrices .singleFactor,
.TS-wrapper .flightInfo .singleFactor {
  /** TODO REFACTORING INTEGRATION**/
  margin-bottom: 0.5rem;
}
.TS-wrapper .bestPrices .singleFactor th,
.TS-wrapper .flightInfo .singleFactor th {
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6rem;
  width: 8%;
}
.TS-wrapper .bestPrices .singleFactor th span,
.TS-wrapper .flightInfo .singleFactor th span {
  font-weight: normal;
}
.TS-wrapper .bestPrices .singleFactor tr td,
.TS-wrapper .flightInfo .singleFactor tr td {
  text-align: center;
  vertical-align: middle;
  color: #8e8e8e;
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
  width: 8%;
}
.TS-wrapper .bestPrices .singleFactor tr td a,
.TS-wrapper .flightInfo .singleFactor tr td a {
  color: #005EBA;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}
.TS-wrapper .bestPrices .singleFactor.responsive thead th,
.TS-wrapper .flightInfo .singleFactor.responsive thead th {
  border-right: #a0b9cf 0.1rem solid;
}
.TS-wrapper .bestPrices .singleFactor.responsive thead th:last-child,
.TS-wrapper .flightInfo .singleFactor.responsive thead th:last-child {
  border-right: none;
}
.TS-wrapper .bestPrices .singleFactor.responsive tr td,
.TS-wrapper .flightInfo .singleFactor.responsive tr td {
  width: 8%;
  border-bottom: none;
  border-left: #a0b9cf 0.1rem solid;
  border-right: #a0b9cf 0.1rem solid;
}
.TS-wrapper .bestPrices .singleFactor.responsive tr td:before,
.TS-wrapper .flightInfo .singleFactor.responsive tr td:before {
  background: #a0b9cf;
  display: none;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #0f254a;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.TS-wrapper .bestPrices .singleFactor.responsive tr td:first-child,
.TS-wrapper .flightInfo .singleFactor.responsive tr td:first-child {
  border-left: none;
}
.TS-wrapper .bestPrices .singleFactor.responsive tr td:last-child,
.TS-wrapper .flightInfo .singleFactor.responsive tr td:last-child {
  border-right: none;
}
.TS-wrapper .bestPrices .TS-btn,
.TS-wrapper .flightInfo .TS-btn {
  clear: both;
  float: right;
}
.TS-wrapper .bestPrices .tableFootnote .fees,
.TS-wrapper .flightInfo .tableFootnote .fees {
  font-size: 1.1rem;
  font-style: italic;
}
.TS-wrapper .bestPrices .tableFootnote .TS-btn,
.TS-wrapper .flightInfo .tableFootnote .TS-btn {
  margin-top: 1rem;
}
.TS-wrapper .bestPrices .tableFootnote:before,
.TS-wrapper .flightInfo .tableFootnote:before,
.TS-wrapper .bestPrices .tableFootnote:after,
.TS-wrapper .flightInfo .tableFootnote:after {
  content: " ";
  display: table;
}
.TS-wrapper .bestPrices .tableFootnote:after,
.TS-wrapper .flightInfo .tableFootnote:after {
  clear: both;
}
.TS-wrapper .allRegions:before,
.TS-wrapper .allRegions:after {
  content: " ";
  display: table;
}
.TS-wrapper .allRegions:after {
  clear: both;
}
.TS-wrapper .allRegions > ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  padding-left: 2rem;
}
.TS-wrapper .allRegions > ul li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  padding: 0;
  position: relative;
}
.TS-wrapper .allRegions > ul li a.country {
  font-weight: 700;
  text-decoration: none;
}
.TS-wrapper .allRegions > ul li a.country:hover,
.TS-wrapper .allRegions > ul li a.country:focus {
  text-decoration: underline;
}
.TS-wrapper .allRegions > ul li ul {
  padding: 0;
  margin: 0;
}
.TS-wrapper .allRegions > ul li ul li {
  margin: 1rem 0 0 1.5rem;
}
.TS-wrapper .allRegions > ul li ul li:after {
  float: left;
  font-size: 1.6rem;
  color: #005EBA;
  padding-right: 0.5rem;
}
.TS-wrapper .allRegions > ul li ul li a.city {
  font-weight: 400;
  text-decoration: none;
}
.TS-wrapper .allRegions > ul li ul li a.city:hover,
.TS-wrapper .allRegions > ul li ul li a.city:focus {
  text-decoration: underline;
}
.TS-wrapper .allRegions > ul li ul li a.city span {
  display: inline-block;
  background: #ffaf0f;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
  color: #ffffff;
  margin-left: 0.5rem;
}
.TS-wrapper .header .accordionControls {
  float: right;
}
.TS-wrapper .header .accordionControls a {
  float: left;
  position: relative;
  line-height: 2.5rem;
  margin-left: 2.5rem;
  padding-left: 2rem;
}
.TS-wrapper .header .accordionControls a:before {
  font-size: 2.3rem;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
}
.TS-wrapper .header .accordionControls a:focus.close,
.TS-wrapper .header .accordionControls a:focus.open {
  outline-offset: -1px;
}
.TS-wrapper .routes a:before,
.TS-wrapper .routes a:after {
  color: #ffffff;
  font-size: 2.3rem;
}
.TS-wrapper .bestPriceBubble:link,
.TS-wrapper .bestPriceBubble:hover,
.TS-wrapper .bestPriceBubble:visited,
.TS-wrapper .bestPriceBubble:active {
  text-decoration: none;
}
.TS-wrapper .bestPriceBubble {
  display: block;
  width: 120px;
  height: 75px;
  padding: 0 5px;
  text-align: left;
  text-decoration: none;
  color: black;
}
.TS-wrapper .bestPriceBubble .title {
  font-size: 12px;
  font-weight: bold;
}
.TS-wrapper .bestPriceBubble .from {
  font-size: 10px;
  font-weight: bold;
  color: #707070;
}
.TS-wrapper .bestPriceBubble .price {
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
  color: #FF9F0C;
}
.TS-wrapper .bestPriceBubble .currency {
  font-size: 10px;
  line-height: 10px;
  margin-left: 3px;
  vertical-align: bottom;
}
.TS-wrapper .bestPriceBubble .tax {
  font-size: 10px;
  font-weight: bold;
  color: #707070;
}
@media screen and (max-width: 1009px) {
  .TS-wrapper .destinations a {
    float: none;
    width: auto;
  }
  .TS-wrapper .TS-mainContent article {
    /*> div:first-child {
                    width: 65px;

                    svg {
                        img,
                        image {
                            height: 47px;
                        }
                    }
                }*/
  }
  .TS-wrapper .TS-mainContent article > div:last-child {
    width: calc(100% - 65px);
  }
  .TS-wrapper .TS-mainContent h1 span svg img,
  .TS-wrapper .TS-mainContent h1 span svg image {
    height: 66px;
  }
}
@media screen and (max-width: 1009px) and (min-width: 768px) {
  .TS-wrapper .destinations .destinationText {
    width: 337px;
  }
  .TS-wrapper .destinations img {
    width: 300px;
    float: left;
  }
  .TS-wrapper .relatedPlaces a {
    height: 182px;
    width: 350px;
  }
  .TS-wrapper .destinationsSection.dropdown .halfWidth {
    display: inline-table;
    width: 49%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .TS-wrapper .destinations {
    margin-bottom: 0;
  }
  .TS-wrapper .destinations a {
    margin-bottom: 15px;
  }
  .TS-wrapper .destinations img {
    float: none;
    width: 100%;
  }
  .TS-wrapper .destinations .destinationText {
    padding-left: 0;
  }
  .TS-wrapper .bestPrices .singleFactor.responsive tr td,
  .TS-wrapper .TS-wrapper .flightInfo .singleFactor.responsive tr td {
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
  }
  .TS-wrapper .bestPrices .singleFactor.responsive tr td:before,
  .TS-wrapper .TS-wrapper .flightInfo .singleFactor.responsive tr td:before {
    display: block;
    margin-bottom: 0;
  }
  .TS-wrapper .bestPrices .singleFactor.responsive tr td:first-child,
  .TS-wrapper .TS-wrapper .flightInfo .singleFactor.responsive tr td:first-child {
    border-left: #a0b9cf 1px solid;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .TS-wrapper .relatedPlaces a {
    width: 226px;
    height: 147px;
  }
  .TS-wrapper .allRegions > ul {
    width: 50%;
  }
  .TS-wrapper .allRegions > ul:nth-child(3) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .TS-wrapper .bestPrices .flightElement .destination,
  .TS-wrapper .flightInfo .flightElement .destination,
  .TS-wrapper .bestPrices .flightElement .distance,
  .TS-wrapper .flightInfo .flightElement .distance {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .TS-wrapper .relatedPlaces {
    margin-right: 20px;
  }
  .TS-wrapper .relatedPlaces a {
    width: 100%;
    height: 175px;
  }
  .TS-wrapper .allRegions > ul {
    width: 100%;
  }
  .TS-wrapper .bestPrices .flightElement .time,
  .TS-wrapper .flightInfo .flightElement .time {
    width: 100%;
  }
}
@media screen and (max-width: 1009px) {
  .routes .overflow {
    max-width: 475px;
  }
  .routes .overflow table th {
    width: 176px;
  }
}
@media screen and (max-width: 767px) {
  .routes .labels {
    width: 28%;
  }
  .routes .overflow {
    max-width: 245px;
  }
  .routes .overflow table th {
    width: 156px;
  }
  .weather {
    text-align: left;
  }
  .weather .scale {
    margin-top: 1rem;
    bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .routes .labels {
    width: 40%;
  }
  .routes a.prev,
  .routes a.next {
    height: 100%;
    width: 5%;
  }
  .routes .overflow {
    width: 50%;
    max-width: none;
  }
}
#FlightDealsMapContainer {
  position: relative;
  /*#loadingContainer { 
        display: none; 
        margin-top: 100px; 
        margin-left: 320px; 
    }
    #imageLoader{
        width: 64px; 
        height: 64px;
    }*/
}
#FlightDealsMapContainer #errorContainer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 68;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#FlightDealsMapContainer #mapParametersContainer {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 68;
}
#FlightDealsMapContainer #mapParametersContainer div {
  display: inline-block;
  margin: 1.5rem;
}
#FlightDealsMapContainer #mapParametersContainer div label {
  font-weight: 700;
  margin: 0 1rem;
}
#FlightDealsMapContainer #mapParametersContainer > a {
  float: right;
  font-size: 1.4rem;
  margin: 0.7rem 1rem 0 0;
}
#FlightDealsMapContainer #map-canvas {
  position: absolute;
  bottom: 0;
}
#FlightDealsMapContainer #noteLabel {
  position: absolute;
  bottom: 6rem;
  left: 1rem;
  width: 30rem;
  font-weight: 400;
  font-style: italic;
  color: #002855;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.TS-CookieLegalNotice {
  z-index: 1000;
  position: fixed;
  right: 0;
  bottom: -30rem;
  left: 0;
  overflow-y: hidden;
  background: #002855;
  transition: all 0.5s ease-in-out;
}
.TS-CookieLegalNotice .cookieLegalNotice-wrapper {
  padding: 1rem 1rem 2rem;
  text-align: center;
}
.TS-CookieLegalNotice .cookieLegalNotice-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #002855;
}
.TS-CookieLegalNotice .cookieLegalNotice-text a {
  color: #ffffff;
}
.TS-CookieLegalNotice .cookieLegalNotice-text a:hover,
.TS-CookieLegalNotice .cookieLegalNotice-text a:focus,
.TS-CookieLegalNotice .cookieLegalNotice-text a:active {
  text-decoration: none;
}
.TS-CookieLegalNotice .cookieLegalNotice-text a:focus {
  outline: 0.1rem solid #ffffff;
}
.TS-CookieLegalNotice .TS-btn {
  margin-top: 1.5rem;
}
.TS-CookieLegalNotice.open {
  bottom: -0.1rem;
}

