@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,300,400,600,700);
@font-face {
  font-family: 'tempo';
  src: url(/common/CCLUS/fonts/tempostd-heavycondensed-webfont.eot);
  src: url("/common/CCLUS/fonts/tempostd-heavycondensed-webfont.eot?#iefix") format("embedded-opentype"), url(/common/CCLUS/fonts/tempostd-heavycondensed-webfont.woff) format("woff"), url(/common/CCLUS/fonts/tempostd-heavycondensed-webfont.ttf) format("truetype"); }

/*! SassyStrings - v1.1.4 - 2015-12-06 */
.tglp-page {
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", Helvetica, Sans-Serif;
  font-size: 14px; }
  .tglp-page * {
    box-sizing: border-box; }

.common-vertical-align {
  display: table;
  width: 100%;
  height: 100%; }

.common-vertical-align__content {
  display: table-cell;
  vertical-align: middle; }

.common-h1, .common-h2, .trt-plan__title {
  font-family: "tempo", Helvetica, Sans-Serif;
  color: #10559A;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px; }

.common-h1 {
  font-size: 42px; }

.common-h2 {
  font-size: 32px; }

.trt-plan__title {
  font-size: 1.5em; }

/* Button */
/**** REFERENCE ****
This classes are common between different pages/components (re-use purpose)
********************/
/**** REFERENCE ****
Block prefix: common
*/
.common-logo {
  display: block;
  margin-top: -10px; }
  .common-logo__picture {
    width: 130px;
    height: 32px; }

.common-checkbox {
  -webkit-user-select: none;
  -khtml-user-drag: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: table;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer; }
  .common-checkbox strong {
    display: block;
    font-weight: 700; }
  .common-checkbox--blue {
    color: #10559A; }
  .common-checkbox--accessible {
    padding-left: 54px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .common-checkbox__box {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .common-checkbox__box--top {
      vertical-align: top; }
  .common-checkbox__label {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .common-checkbox__label--top {
      vertical-align: top; }
  .common-checkbox__label {
    padding-left: 10px;
    color: #464646; }
    .common-checkbox__label a {
      color: #10559A;
      text-decoration: underline; }
      .common-checkbox__label a:focus, .common-checkbox__label a:hover {
        color: #10559A; }
  .common-checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .common-checkbox__input:focus ~ .common-checkbox__indicator:before,
    .common-checkbox__input:focus ~ .common-radiobutton__indicator:before {
      outline: blue dotted 1px; }
    .common-checkbox__input:checked ~ .common-checkbox__indicator:before,
    .common-checkbox__input:checked ~ .common-radiobutton__indicator:before {
      background-color: #10559A; }
  .common-checkbox__indicator {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    width: 24px;
    height: 24px; }
    .common-checkbox__indicator:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 0;
      border: 1px solid #10559A;
      background-color: white;
      border-radius: 2px; }
    .common-checkbox__indicator:before {
      width: 22px;
      height: 22px;
      margin-top: -12px;
      border-width: 1px; }
    .common-checkbox__indicator--blue:before {
      background-color: #e5eff5; }
  .common-checkbox__accessible {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -9px; }
  .common-checkbox__text {
    display: block;
    line-height: 1.3; }
    .common-checkbox__text--medium {
      font-size: 1.1em; }
    .common-checkbox__text--large {
      font-size: 1.3em; }
    .common-checkbox__text--blue {
      color: #10559A; }

.common-radiobutton {
  -webkit-user-select: none;
  -khtml-user-drag: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: table;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer; }
  .common-radiobutton strong {
    display: block;
    font-weight: 700; }
  .common-radiobutton--blue {
    color: #10559A; }
  .common-radiobutton--accessible {
    padding-left: 54px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .common-radiobutton__box {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .common-radiobutton__box--top {
      vertical-align: top; }
  .common-radiobutton__label {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .common-radiobutton__label--top {
      vertical-align: top; }
  .common-radiobutton__label {
    padding-left: 10px;
    color: #464646; }
    .common-radiobutton__label a {
      color: #10559A;
      text-decoration: underline; }
      .common-radiobutton__label a:focus, .common-radiobutton__label a:hover {
        color: #10559A; }
  .common-radiobutton__input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .common-radiobutton__input:focus ~ .common-checkbox__indicator:before,
    .common-radiobutton__input:focus ~ .common-radiobutton__indicator:before {
      outline: blue dotted 1px; }
    .common-radiobutton__input:checked ~ .common-checkbox__indicator:before,
    .common-radiobutton__input:checked ~ .common-radiobutton__indicator:before {
      background-color: #10559A; }
  .common-radiobutton__indicator {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    width: 24px;
    height: 24px; }
    .common-radiobutton__indicator:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 0;
      border: 1px solid #10559A;
      background-color: white;
      border-radius: 2px; }
    .common-radiobutton__indicator:before {
      width: 22px;
      height: 22px;
      margin-top: -12px;
      border-width: 1px; }
    .common-radiobutton__indicator--blue:before {
      background-color: #e5eff5; }
  .common-radiobutton__accessible {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -9px; }
  .common-radiobutton__text {
    display: block;
    line-height: 1.3; }
    .common-radiobutton__text--medium {
      font-size: 1.1em; }
    .common-radiobutton__text--large {
      font-size: 1.3em; }
    .common-radiobutton__text--blue {
      color: #10559A; }

.common-checkbox__input:checked ~ .common-checkbox__indicator:after {
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 5px;
  top: 7px;
  left: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white; }

.common-radiobutton__indicator {
  width: 18px;
  height: 18px; }
  .common-radiobutton__indicator:before {
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-width: 2px; }
  .common-radiobutton__indicator:before, .common-radiobutton__indicator:after {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 18px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 18px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 18px; }

.common-outlined-cta {
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  -webkit-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
  display: inline-block;
  height: 100px;
  width: 100%;
  min-width: 120px;
  text-decoration: none;
  color: #10559A;
  text-align: center;
  border: 1px solid #10559A; }
  .common-outlined-cta:hover {
    cursor: pointer;
    background-color: #e5eff5; }
  .common-outlined-cta__upper-text {
    display: block;
    font-size: 12px; }
  .common-outlined-cta__selected-option {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 8px; }
  .common-outlined-cta__change-option {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
    .common-outlined-cta__change-option:after {
      border-width: 5px 5px 0 5px;
      border-color: #10559A transparent transparent;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: "";
      position: relative;
      top: -4px;
      right: -2px; }

.common-button {
  background-color: #10559A;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  -webkit-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-family: "tempo", Helvetica, Sans-Serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px; }
  .common-button:hover {
    background-color: #1364b6; }
  .common-button--blue {
    color: white;
    background-color: #10559A; }
  .common-button--room-options {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px; }

.common-paragraph {
  line-height: 1.5em; }
  .common-paragraph--small {
    font-size: .8em; }

.common-list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .common-list__item {
    position: relative;
    padding-left: 18px;
    margin: 4px 0; }
    .common-list__item--double {
      width: 50%;
      float: left; }
    .common-list__item--large {
      padding: 10px 0; }
  .common-list__checkmark {
    position: absolute;
    left: 0;
    top: 3px; }
    .common-list__checkmark--small {
      width: 10px;
      height: 7px;
      top: 5px;
      left: 3px; }
  .common-list__text {
    font-size: 13px;
    color: #464646; }
    .common-list__text--deal {
      color: #10559A;
      font-size: 12px; }
    .common-list__text--blue {
      color: #10559A; }

.common-middle-inline {
  display: table; }
  .common-middle-inline--center {
    margin: auto; }
  .common-middle-inline__item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px; }
    .common-middle-inline__item:first-child {
      padding-left: 0; }
    .common-middle-inline__item:last-child {
      padding-right: 0; }

.common-edit {
  display: table; }
  .common-edit--center {
    margin: auto; }
  .common-edit__item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px; }
    .common-edit__item:first-child {
      padding-left: 0; }
    .common-edit__item:last-child {
      padding-right: 0; }

.common-edit {
  font-family: "Myriad Pro", Helvetica, Sans-Serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: #10559A; }

.common-link-with-arrow {
  display: inline-block;
  text-align: center;
  color: #10559A; }
  .common-link-with-arrow--white {
    color: white; }
  .common-link-with-arrow__arrow {
    display: block;
    position: relative;
    height: 13px; }
    .common-link-with-arrow__arrow:before {
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      content: '';
      position: absolute;
      top: 50%;
      left: 50%; }
    .common-link-with-arrow__arrow--inline {
      display: inline-block;
      width: 16px; }
    .common-link-with-arrow__arrow--up:before {
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #10559A;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }
    .common-link-with-arrow__arrow--up-white:before {
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent white;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }
    .common-link-with-arrow__arrow--right:before {
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #10559A;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }
    .common-link-with-arrow__arrow--right-white:before {
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent white;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }
    .common-link-with-arrow__arrow--down:before {
      border-width: 5px 5px 0 5px;
      border-color: #10559A transparent transparent;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }
    .common-link-with-arrow__arrow--down-white:before {
      border-width: 5px 5px 0 5px;
      border-color: white transparent transparent;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }
    .common-link-with-arrow__arrow--left:before {
      border-width: 5px 5px 5px 0;
      border-color: transparent #10559A transparent transparent;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }
    .common-link-with-arrow__arrow--left-white:before {
      border-width: 5px 5px 5px 0;
      border-color: transparent white transparent transparent;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }
  .common-link-with-arrow__text {
    font-family: "tempo", Helvetica, Sans-Serif;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase; }

.common-clearfix {
  display: block;
  width: 0;
  height: 0;
  clear: both; }

.common-custom-input {
  font-family: "Open Sans", Helvetica, Sans-Serif;
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border: solid 1px #10559A;
  background-color: white;
  color: #454545;
  font-size: .85em; }

.common-custom-select {
  font-family: "Open Sans", Helvetica, Sans-Serif;
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border: solid 1px #10559A;
  background-color: white;
  color: #454545;
  font-size: .85em; }

.common-custom-input--large {
  padding: 17px; }

.common-custom-select {
  padding: 0; }
  .common-custom-select__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0;
    font-family: "Open Sans", Helvetica, Sans-Serif;
    font-weight: 700;
    display: block;
    width: calc(100% - 17px);
    padding: 10px;
    color: #10559A;
    background-color: white;
    border: 0;
    cursor: pointer; }
  .common-custom-select:after {
    border-width: 6px 5.5px 0 5.5px;
    border-color: #10559A transparent transparent;
    border-style: solid;
    display: inline-block;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    content: '';
    top: 50%;
    right: 13px;
    margin-top: -3px; }

/**** REFERENCE ****
Block name: silent-header
Block shortcut: ssh
*/
.ssh-button:after, .ssh-button--first:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #063D74;
  border-right: 1px solid #2F72B5; }

.ssh-max-width {
  height: 100%;
  box-sizing: border-box;
  max-width: 1400px; }
  @media (min-width: 760px) {
    .ssh-max-width {
      display: flex;
      margin: 0 auto;
      max-width: 1400px;
      padding: 5px 0 5px 20px; } }
  .ssh-max-width__logo {
    display: block;
    width: 100px;
    height: 24px;
    margin: 10px 0 5px 10px; }
    @media (min-width: 760px) {
      .ssh-max-width__logo {
        width: 185px;
        height: 44px;
        margin: 0 2px 2px 2px; } }

.ssh-button {
  display: block;
  position: relative;
  font-family: "Open Sans", Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  color: #D6EAF4;
  text-decoration: none; }
  .ssh-button--first:before {
    right: auto; }
  .ssh-button__active-indicator {
    padding: 15px 35px; }
    .ssh-button__active-indicator:hover, .ssh-button__active-indicator--hover {
      color: white;
      background-color: #D7143D; }
    .ssh-button__active-indicator--active {
      color: white;
      background-color: #07437D;
      border-bottom: 5px solid #D7143D;
      padding: 15px 35px 10px; }

.ssh-nav {
  display: none; }
  @media (min-width: 760px) {
    .ssh-nav {
      display: block;
      min-height: 44px;
      background-color: #07539C;
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.6); } }

.header-container {
  background-color: white; }

html {
  font-size: 100%; }

select::-ms-expand {
  display: none; }

.tglp-page__counter {
  margin: 10px 0 0 10px; }

.tglp-page__header {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: white;
  background-color: #10559A; }

.tglp-page__container {
  max-width: 950px;
  margin: 24px auto 35px;
  padding: 0 20px;
  color: #5f6062; }
  .tglp-page__container:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both; }
  .tglp-page__container[load-affiliate] {
    display: none; }
  .tglp-page__container.ccl-auth .trt-choose__option#register-option,
  .tglp-page__container.ccl-auth .trt-choose__or {
    display: none; }
  @media (min-width: 760px) {
    .tglp-page__container.ccl-auth .trt-choose__option#vifp-option {
      float: none;
      margin: auto; } }

.tglp-heading__title {
  max-width: 340px;
  margin: 20px auto;
  font-family: "tempo", Helvetica, Sans-Serif;
  font-weight: 400;
  font-size: 24px;
  color: #10559A;
  text-transform: uppercase;
  margin: 20px auto;
  max-width: 340px; }
  @media (min-width: 760px) {
    .tglp-heading__title {
      text-align: center;
      max-width: none; } }
  @media (min-width: 760px) {
    .tglp-heading__title {
      text-align: center;
      max-width: none; } }
  .tglp-heading__title.promotion_heading {
    text-align: center; }
  .tglp-heading__title.center {
    text-align: center; }
  .tglp-heading__title__choose_or {
    font-weight: 400;
    padding: 0;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    color: #12569d; }

.tglp-heading__text {
  padding: 10px 0 30px;
  font-size: 1.2em;
  line-height: 1.4;
  color: #464646; }
  @media (min-width: 760px) {
    .tglp-heading__text {
      text-align: center; } }
  .tglp-heading__text.promotion_heading {
    text-align: center; }

.tglp-heading-button {
  width: 90%;
  background: #ce082e;
  float: left;
  height: 50px;
  color: white;
  margin-left: 25px;
  font-size: 1.2em; }

.tglp-main {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.tglp-footer {
  display: flex;
  flex-direction: column;
  height: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: #10559A; }
  @media (min-width: 760px) {
    .tglp-footer {
      text-align: left;
      align-items: left; } }
  .tglp-footer__container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px; }
    @media (min-width: 760px) {
      .tglp-footer__container {
        display: flex;
        flex-direction: row;
        align-items: center; } }
  .tglp-footer__logo {
    width: 100px; }
    @media (min-width: 760px) {
      .tglp-footer__logo {
        width: 132px;
        margin-top: -10px; } }
  .tglp-footer__copyright {
    max-width: 160px;
    margin: auto;
    padding-top: 10px;
    font-size: .8em;
    line-height: 1.5; }
    @media (min-width: 760px) {
      .tglp-footer__copyright {
        max-width: 100%;
        margin: 0;
        padding-left: 50px;
        font-size: .9em; } }
    .tglp-footer__copyright a {
      color: white;
      text-decoration: none; }
    .tglp-footer__copyright a:hover {
      color: white;
      text-decoration: underline; }
    .tglp-footer__copyright a:visited {
      color: white; }
    .tglp-footer__copyright a:focus {
      color: white;
      text-decoration: underline; }

/**** REFERENCE ****
Block name: tgl-promotion-code
Block shortcut: tpc
*/
.tpc-component:after {
  content: '';
  display: block;
  clear: both; }

@media (min-width: 760px) {
  .tpc-component {
    padding: 0 0 50px;
    margin: 0 auto; } }

@media (min-width: 760px) {
  .tpc-component__left {
    padding: 0 20px; } }

@media (min-width: 760px) {
  .tpc-component__right {
    padding: 0 20px; } }

@media (min-width: 760px) {
  .tpc-component__left {
    width: 60%;
    float: left; } }

.tpc-component__right {
  margin-top: 40px; }
  @media (min-width: 760px) {
    .tpc-component__right {
      width: 40%;
      float: left;
      text-align: right; } }

.tpc-component__copy {
  max-width: 340px;
  margin: 10px auto; }
  @media (min-width: 760px) {
    .tpc-component__copy {
      text-align: center; } }

.tpc-component__picture {
  display: inline-block;
  max-width: 340px; }

.tpc-component__form-wrapper {
  max-width: 340px;
  margin: 20px auto; }

/**** REFERENCE ****
Block name: tgl-banner
Block shortcut: tglb
*/
.tglb-component {
  height: 180px;
  text-align: center;
  background-color: #e5eff5;
  background-size: cover;
  background-position: bottom center;
  font-size: 3em; }
  @media (min-width: 760px) {
    .tglb-component--mobile {
      display: none; } }
  .tglb-component--desktop {
    display: none; }
    @media (min-width: 760px) {
      .tglb-component--desktop {
        display: block;
        height: 360px;
        background-position: bottom left;
        font-size: 5em; } }
  .tglb-component__text {
    font-family: "tempo", Helvetica, Sans-Serif;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 2px 5px #10559A;
    letter-spacing: 3px; }

/**** REFERENCE ****
Block name: tgl-expired-offer
Block shortcut: teo
*/
@media (min-width: 760px) {
  .teo-component {
    padding: 50px 0; } }

.teo-component__form {
  max-width: 340px; }

/**** REFERENCE ****
Block name: tgl-register
Block shortcut: trt
*/
.trt-component {
  color: #5f6062; }

.trt-choose {
  padding: 30px 0 40px; }
  .trt-choose__or {
    font-weight: 800;
    padding: 20px 0;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    color: #10559A; }
  .trt-choose-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .trt-choose__option {
    width: 100%; }
    .trt-choose__option__button:after {
      display: none; }
  @media (min-width: 760px) {
    .trt-choose__option {
      width: 42%;
      float: left; }
    .trt-choose__or {
      width: 16%;
      float: left; }
      .trt-choose__or.choose_or {
        font-weight: 400;
        padding: 0;
        font-size: 1.5em;
        text-align: center;
        text-transform: uppercase;
        color: #12569d; } }
  @media (min-width: 1100px) {
    .trt-choose__option {
      widht: auto; } }

.trt-plan {
  clear: both; }
  .trt-plan__title {
    text-align: left; }
  .trt-plan__text {
    padding: 13px 0; }

.trt-list {
  list-style: initial;
  padding-left: 50px;
  margin: 5px 0; }
  .trt-list__item {
    text-indent: -5px;
    padding: 1px 0; }

/**** REFERENCE ****
Block name: tgl-thank-you
Block shortcut: tty
*/
@media (min-width: 760px) {
  .tty-component {
    padding: 0 0 40px; } }

@media (min-width: 760px) {
  .tty-component__left {
    padding: 0 20px; } }

@media (min-width: 760px) {
  .tty-component__right {
    padding: 0 20px; } }

.tty-component__left {
  padding-bottom: 30px; }
  @media (min-width: 760px) {
    .tty-component__left {
      width: 60%;
      float: left; } }

@media (min-width: 760px) {
  .tty-component__right {
    width: 40%;
    float: left; } }

.tty-component__placeholder {
  max-width: 500px;
  margin: auto; }

.tty-button {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
  margin-top: 30px;
  text-align: center; }
  .tty-button:after {
    display: none; }

/**** REFERENCE ****
Block name: content-slide-show
Block shortcut: css
*/
.css-component__trigger {
  background-color: #10559A;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  -webkit-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 24px;
  border: 0;
  text-align: center;
  font-family: "TempoStd";
  font-size: 18px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
  color: white;
  background-color: #10559A;
  cursor: pointer;
  border-radius: 4px; }
  .css-component__trigger:hover {
    background-color: #0E4883; }
  .css-component__trigger:active {
    background-color: #0B3C6C; }
  .css-component__trigger--active {
    border: 1px solid #10559A; }
    .css-component__trigger--active:hover {
      background-color: white; }
    .css-component__trigger--active:active {
      background-color: white; }
  .css-component__trigger:after {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.94201 8H18.058C18.8962 8 19.3153 9.01986 18.7219 9.61755L12.6663 15.7225C12.299 16.0925 11.701 16.0925 11.3337 15.7225L5.27805 9.61755C4.68473 9.01986 5.10382 8 5.94201 8Z" fill="white"/></svg>');
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: 4px; }
  .css-component__trigger--active {
    color: #10559A;
    background-color: white;
    border-radius: 4px 4px 0 0; }
    .css-component__trigger--active:after {
      content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.0566 16H5.94336C5.10459 16 4.68455 14.9782 5.27763 14.3806L11.3343 8.27783C11.7019 7.90739 12.2981 7.90739 12.6657 8.27783L18.7223 14.3806C19.3155 14.9782 18.8954 16 18.0566 16Z" fill="%2310559A"/></svg>'); }

.css-component__content {
  display: none;
  padding: 25px;
  border: solid 1px #10559A;
  background-color: rgba(229, 239, 245, 0.3);
  border-radius: 0 0 4px 4px; }

/**** REFERENCE ****
Block name: exit-mitigation
Block shortcut: eme
*/
.eme-modal {
  font-family: "Open Sans", Helvetica, Sans-Serif;
  font-weight: 400;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: auto; }
  .eme-modal:before {
    content: "";
    background-color: #454545;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .9; }
  .eme-modal__wrapper {
    background-color: white;
    max-width: 850px;
    padding: 40px;
    margin: 40px auto;
    position: relative;
    z-index: 1; }
    .eme-modal__wrapper--small {
      max-width: 320px;
      padding: 40px 20px; }
    .eme-modal__wrapper--align-center {
      text-align: center; }
  .eme-modal__close {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 6px;
    right: 6px; }
    .eme-modal__close:before, .eme-modal__close:after {
      content: '';
      position: absolute;
      width: 18px;
      height: 1px;
      top: 10px;
      left: 1px;
      background-color: #666; }
    .eme-modal__close:before {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .eme-modal__close:after {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.eme-header--inset {
  padding: 0 40px; }

.eme-header__title {
  font-family: "Open Sans", Helvetica, Sans-Serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #10559A;
  font-size: 2em; }
  .eme-header__title--tempo {
    font-family: "tempo", Helvetica, Sans-Serif;
    font-weight: 400; }
  .eme-header__title--spaced {
    margin: 10px 0 20px; }
  .eme-header__title--align-left {
    text-align: left; }

.eme-header__body {
  color: #464646;
  line-height: 1.3;
  padding: 10px 0;
  max-width: 560px;
  display: inline-block; }
  .eme-header__body--full-width {
    max-width: 100%;
    width: 100%; }
  .eme-header__body--new-line {
    width: 100%;
    padding: 0 0 10px; }
  .eme-header__body--blue {
    color: #10559A; }
  .eme-header__body--small {
    font-size: .85em; }
  .eme-header__body--align-left {
    text-align: left; }

.eme-header__login {
  color: #10559A;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 800; }

.eme-cruise-glance {
  overflow: hidden; }
  .eme-cruise-glance__image-wrapper {
    display: inline-block;
    width: 370px;
    vertical-align: middle;
    float: left; }
  .eme-cruise-glance__section {
    padding: 5px 0;
    min-height: 50px; }
  .eme-cruise-glance__content {
    float: left;
    padding: 20px 30px 0 20px;
    background-color: #e5eff5;
    width: calc(99% - 370px);
    min-height: 300px; }

.eme-form-section {
  padding: 40px; }

.eme-hold-reservation-cta {
  text-decoration: none;
  display: inline-block;
  padding: 20px;
  font-family: "tempo", Helvetica, Sans-Serif;
  font-weight: 800; }
  .eme-hold-reservation-cta--spacing {
    margin-right: 40px; }
  .eme-hold-reservation-cta--large-red {
    -moz-transition: background-color 0.35s ease-out;
    -o-transition: background-color 0.35s ease-out;
    -webkit-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out;
    background-color: #ce082e;
    color: white;
    cursor: pointer;
    font-family: "tempo", Helvetica, Sans-Serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.1;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ce082e;
    -moz-transition: background-color 0.35s ease-out;
    -o-transition: background-color 0.35s ease-out;
    -webkit-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out; }
    .eme-hold-reservation-cta--large-red a {
      color: inherit;
      text-decoration: inherit; }
    .eme-hold-reservation-cta--large-red:after {
      display: inline-block;
      color: inherit;
      margin-left: 5px;
      vertical-align: sub;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent white;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: "";
      position: relative;
      top: -3px; }
    .eme-hold-reservation-cta--large-red:hover {
      background-color: #eb0935; }
  .eme-hold-reservation-cta--small-blue {
    color: #10559A; }
  .eme-hold-reservation-cta__text {
    text-transform: uppercase;
    font-size: .8em;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px; }
    .eme-hold-reservation-cta__text:after {
      margin-left: 5px; }
    .eme-hold-reservation-cta__text--blue-arrow:after {
      border-width: 4px 0 4px 5px;
      border-color: transparent transparent transparent #10559A;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: ""; }

.eme-form-section-room {
  margin-top: 15px; }
  .eme-form-section-room__body--delete-and-replace {
    font-size: 3em;
    color: #ce082e;
    text-transform: uppercase;
    text-align: center;
    padding: 30px; }
  .eme-form-section-room__header {
    background-color: #10559A;
    padding: 15px;
    display: block;
    text-decoration: none; }
  .eme-form-section-room__description {
    color: white;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400; }
    .eme-form-section-room__description:before {
      border-width: 4px 0 4px 5px;
      border-color: transparent transparent transparent white;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: "";
      position: relative;
      vertical-align: middle;
      margin-right: 5px;
      margin-bottom: 4px; }
    .eme-form-section-room__description--open:before {
      border-width: 5px 4px 0 4px;
      border-color: white transparent transparent;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: "";
      position: relative;
      vertical-align: middle;
      margin-right: 5px;
      margin-bottom: 4px; }

.eme-form-section-wrapper {
  margin-top: 15px; }
  .eme-form-section-wrapper__body--delete-and-replace {
    font-size: 3em;
    color: #ce082e;
    text-transform: uppercase;
    text-align: center;
    padding: 30px; }
  .eme-form-section-wrapper__header {
    background-color: #10559A;
    padding: 15px;
    display: block;
    text-decoration: none; }
  .eme-form-section-wrapper__description {
    color: white;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400; }
    .eme-form-section-wrapper__description:before {
      border-width: 4px 0 4px 5px;
      border-color: transparent transparent transparent white;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: "";
      position: relative;
      vertical-align: middle;
      margin-right: 5px;
      margin-bottom: 4px; }
    .eme-form-section-wrapper__description--open:before {
      border-width: 5px 4px 0 4px;
      border-color: white transparent transparent;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: "";
      position: relative;
      vertical-align: middle;
      margin-right: 5px;
      margin-bottom: 4px; }

.eme-offers-and-agreement {
  padding: 40px 0; }
  .eme-offers-and-agreement__item {
    display: block;
    padding: 10px 0; }
  .eme-offers-and-agreement__text {
    color: #10559A;
    display: inline-block;
    padding-left: 5px; }
    .eme-offers-and-agreement__text--undeline {
      text-decoration: underline; }
    .eme-offers-and-agreement__text--bold {
      font-weight: 800; }

/**** REFERENCE ****
Block name: form-find-vifp
Block shortcut: ffv
*/
.register-button, .register-button-small, .register-button-primary-small, .register-button-disabled-small, .register-button-primary, .register-button-disabled {
  color: #FFF;
  text-align: center;
  font-family: "TempoStd";
  font-size: 18px;
  font-style: normal;
  font-weight: 850;
  line-height: 22px;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 16px 24px 10px;
  cursor: pointer; }
  .register-button-primary, .register-button-primary-small {
    background-color: #DC1125; }
    .register-button-primary:hover, .register-button-primary-small:hover {
      background-color: #BB0E1F; }
    .register-button-primary:active, .register-button-primary-small:active {
      background-color: #9A0C1A; }
  .register-button-disabled, .register-button-disabled-small {
    color: #464646;
    background-color: #ECECEC;
    cursor: default; }
    .register-button-disabled:hover, .register-button-disabled-small:hover {
      background-color: #ECECEC; }
    .register-button-disabled:active, .register-button-disabled-small:active {
      background-color: #ECECEC; }
  .register-button-responsive {
    width: 100%; }

/**** REFERENCE ****
Block name: vifp-found
Block shortcut: vfv
*/
/**** REFERENCE ****
Block name: simple-form
Block shortcut: sff
*/
.sff-component__button {
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  -webkit-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  background-color: #ce082e;
  color: white;
  cursor: pointer;
  font-family: "tempo", Helvetica, Sans-Serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.1;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ce082e;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  -webkit-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  width: 100%;
  padding: 15px 0;
  margin-top: 25px;
  border: 0;
  font-size: 1.3em; }
  .sff-component__button a {
    color: inherit;
    text-decoration: inherit; }
  .sff-component__button:hover {
    background-color: #eb0935; }
  @media (min-width: 760px) {
    .sff-component__button--collapsed {
      max-width: 200px; } }

.sff-component__verification {
  margin: 16px 0; }

/**** REFERENCE ****
Block name: form-field
Block shortcut: fff
*/
.fff-input, .fff-select__input {
  position: relative;
  width: 100%;
  padding: 10px;
  border: solid 1px #10559A;
  font-size: 1em;
  background-color: white; }

html input[disabled] {
  color: #6d6d6d;
  opacity: 1;
  -webkit-text-fill-color: #606060; }

a.collapsible-cta,
a.collapsible-cta:link,
a.collapsible-cta:visited {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  color: #10559a; }

.collapsible-container {
  margin-bottom: 14px; }

.collapsible-container p {
  color: #464646;
  font-size: 12px;
  line-height: 16px;
  margin: 14px 0; }
  .collapsible-container p:first-of-type {
    margin-top: 8px; }

.js-collapsible__container .js-collapsible__content {
  display: none; }

.js-collapsible__container.show .js-collapsible__content {
  display: block; }

.fff-component {
  clear: both;
  padding: 10px 0; }
  .fff-component__label {
    display: block; }
  .fff-component__input {
    display: block; }
  .fff-component__label {
    padding: 0 0 5px;
    color: #464646; }
    .fff-component__label--hidden {
      display: none; }
  .fff-component__forgot {
    font-weight: 800;
    float: right;
    padding: 5px 0;
    text-decoration: none;
    color: #10559A; }
  .fff-component__auth {
    padding: 10px 0;
    text-align: center; }
  .fff-component--hidden {
    display: none; }

.fff-input--error {
  border-color: #ce082e; }

.fff-dob {
  margin: 0 -5px;
  padding-bottom: 36px; }
  .fff-dob__item {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 5px; }
    .fff-dob__item--month {
      width: 40%;
      float: left; }
    .fff-dob__item--day {
      width: 30%;
      float: left; }
    .fff-dob__item--year {
      width: 30%;
      float: left; }

.fff-optional {
  clear: both;
  padding: 10px 0; }
  .fff-optional__title {
    font-weight: bold; }
    .fff-optional__title:before {
      border-width: 5px 0 5px 10px;
      border-color: transparent transparent transparent #10559A;
      border-style: solid;
      display: inline-block;
      height: 0;
      width: 0;
      content: "";
      position: relative;
      top: 0px;
      right: 2px;
      pointer-events: none; }
  .fff-optional__label {
    color: red;
    text-decoration: underline; }
  .fff-optional__button {
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer; }
    .fff-optional__button:focus {
      outline: 3px solid #00b5cb !important;
      outline-offset: 0 !important; }
  .fff-optional__fields {
    display: none; }
  .fff-optional--expanded .fff-optional__title:before {
    border-width: 10px 5px 0 5px;
    border-color: #10559A transparent transparent;
    border-style: solid;
    display: inline-block;
    height: 0;
    width: 0;
    content: ""; }
  .fff-optional--expanded .fff-optional__fields {
    display: block; }

.fff-membership__hidden {
  display: none; }

.fff-membership__add-button {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer; }

.fff-card-file {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }
  .fff-card-file__message {
    margin-bottom: 10px; }
  .fff-card-file__file-wrapper {
    padding: 10px 0px;
    position: relative; }
  .fff-card-file__selected-file {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 0px; }
    .fff-card-file__selected-file--hidden {
      display: none; }
  .fff-card-file__browse-button {
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    padding: 15px 25px;
    font-family: Tempo, "TempoStd", "Open Sans", Helvetica, Sans-Serif;
    font-kerning: auto;
    font-size: 14px;
    color: #10559A;
    border-color: #10559A;
    border: dotted;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .fff-card-file__remove-button {
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-weight: bold; }
  .fff-card-file__file-name {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fff-card-file__file {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: -1; }

.fff-group {
  margin: 0 -5px;
  padding-bottom: 36px; }
  .fff-group__item {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 5px;
    width: 50%;
    float: left; }

.fff-select {
  position: relative; }
  .fff-select:after {
    border-width: 10px 7.5px 0 7.5px;
    border-color: #10559A transparent transparent;
    border-style: solid;
    display: inline-block;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    pointer-events: none; }
  .fff-select__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -khtml-user-drag: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0; }
    .fff-select__input--error {
      border-color: #ce082e; }

.fff-error {
  padding: 5px 0 0;
  font-size: 0.8em;
  color: #ce082e; }

.fff-error-au-num {
  font-size: 0.8em;
  color: #ce082e; }

.fff-phone {
  color: #464646; }
  .fff-phone__th {
    padding: 0 2px;
    border-bottom: none;
    font-weight: normal; }
  .fff-phone__td {
    border-bottom: none; }
  .fff-phone__tdcountrycode {
    padding: 4px 2px 0 0; }
  .fff-phone__tdcityarea {
    padding: 4px 2px 0 2px; }
  .fff-phone__tdlocalnumber {
    padding: 4px 0 0 2px; }
