body {
  position: relative; }

p, div, span, td, ol, li, h1, h3, h6, a, label, input, select {
  font-family: 'Open Sans', arial, sans-serif; }

.breadcrumb {
  background-color: transparent;
  display: block;
  margin: auto auto 18px;
  padding: 0;
  border-radius: 0;
  padding: 8px 15px; }
  .breadcrumb a {
    font-size: 14px; }

.blueBtn, .CtaButton button {
  font-family: 'Open Sans', arial, sans-serif;
  display: block;
  color: #fff;
  background: #598ffd;
  padding: 10px 12px 9px 12px;
  border: none;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none !important; }
  .blueBtn:hover, .blueBtn:active, .blueBtn:visited, .CtaButton button:hover, .CtaButton button:active, .CtaButton button:visited {
    text-decoration: none;
    color: #fff; }
  .blueBtn.disabled, .CtaButton button.disabled {
    background: #9cb9f2;
    cursor: default;
    color: #fff;
    text-decoration: none; }

.latam #statusUpdatesSubmit, #landingPageWrapper.latam .aside-form form #statusUpdatesSubmit.blueBtn {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 16px; }

#pickCountryOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }
  #pickCountryOverlay .pop {
    margin: 250px auto 0 auto;
    background: #fff;
    width: 258px;
    padding: 65px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: -3px 3px 10px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -3px 3px 10px 2px rgba(50, 50, 50, 0.75);
    box-shadow: -3px 3px 10px 2px rgba(50, 50, 50, 0.75); }
    #pickCountryOverlay .pop .x {
      display: none;
      position: absolute;
      height: 20px;
      width: 20px;
      top: 16px;
      right: 15px;
      cursor: pointer;
      margin-right: 0; }
      #pickCountryOverlay .pop .x.active {
        display: block; }
    #pickCountryOverlay .pop h2 {
      font-size: 20px;
      line-height: 22px;
      font-family: 'Open Sans', arial, sans-serif;
      font-weight: 200; }
    #pickCountryOverlay .pop select {
      width: 100%;
      height: 38px;
      font-size: 14px;
      padding: 0;
      margin: 10px 0 0 0;
      font-family: 'Open Sans', arial, sans-serif; }
    #pickCountryOverlay .pop button {
      margin: 35px auto 0 auto;
      width: 100%; }

.x {
  position: absolute;
  cursor: pointer; }
  .x span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    .x span.alt {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.loading, .loading_img {
  font-family: 'Open Sans', arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0;
  display: none; }
  .loading .spinner, .loading_img .spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important; }
  .loading .spinner > div, .loading_img .spinner > div {
    background-color: #AFB6BA;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out; }
  .loading .spinner .rect2, .loading_img .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loading .spinner .rect3, .loading_img .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .loading .spinner .rect4, .loading_img .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loading .spinner .rect5, .loading_img .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

.loading_img {
  background-color: #f5f5f5;
  height: 540px; }

.loading-active .loading {
  display: block;
  z-index: 10; }

#rn_ChatLaunchFormOpen_7_Form > div, #rn_ChatLaunchFormOpen_6_Form > div {
  position: relative; }
#rn_ChatLaunchFormOpen_7_Form .rn_TextInput, #rn_ChatLaunchFormOpen_6_Form .rn_TextInput {
  margin-bottom: 0; }
#rn_ChatLaunchFormOpen_7_Form label, #rn_ChatLaunchFormOpen_6_Form label {
  position: absolute;
  top: 15px;
  left: 16px;
  margin: auto;
  cursor: text;
  font-family: 'Moto Sans','Open Sans',sans-serif,Verdana,'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 35px;
  font-weight: 400; }
#rn_ChatLaunchFormOpen_7_Form input, #rn_ChatLaunchFormOpen_6_Form input {
  margin: 11px auto auto;
  border: 1px solid #afb6ba;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 4px 16px;
  border-radius: 3px;
  font-size: 14px; }
#rn_ChatLaunchFormOpen_7_Form .CtaButton, #rn_ChatLaunchFormOpen_6_Form .CtaButton {
  margin: auto;
  width: 100%; }
  #rn_ChatLaunchFormOpen_7_Form .CtaButton button, #rn_ChatLaunchFormOpen_6_Form .CtaButton button {
    height: auto;
    min-height: 40px;
    margin-top: 24px;
    line-height: 1;
    background-color: #598ffd;
    width: 100%;
    font-weight: 400;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 18px;
    text-align: center; }

#serviceTimelinePagesWrapper.purchase-landing h1 {
  text-align: center;
  color: #222c30; }
#serviceTimelinePagesWrapper.purchase-landing #byline {
  text-align: center;
  color: #222c30; }
#serviceTimelinePagesWrapper.purchase-landing form {
  width: 310px;
  margin: 0 auto;
  border: 1px solid #dfe5e9;
  padding: 52px; }
  #serviceTimelinePagesWrapper.purchase-landing form h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    color: #222c30; }
  #serviceTimelinePagesWrapper.purchase-landing form p {
    margin: 25px 0 0 0; }
  #serviceTimelinePagesWrapper.purchase-landing form input {
    box-sizing: border-box;
    width: 100%;
    height: 39px;
    margin: 25px 0 0;
    padding: 4px 16px;
    border-radius: 3px;
    border: 1px solid #AFB6BA;
    color: #80888c;
    font-size: 14px; }
  #serviceTimelinePagesWrapper.purchase-landing form button {
    margin: 25px 0 0;
    width: 100%; }
  #serviceTimelinePagesWrapper.purchase-landing form .error {
    color: #eb4752;
    font-size: 11px; }
#serviceTimelinePagesWrapper .container {
  text-align: left; }
#serviceTimelinePagesWrapper .serviceTimelineRow {
  padding: 47px 47px 80px 47px;
  /*border-bottom:2px solid #afb6ba;*/
  border-bottom: 0px none;
  min-height: 350px;
  width: auto; }
  #serviceTimelinePagesWrapper .serviceTimelineRow h1 {
    text-align: center;
    color: #222c30;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 7px 0; }
    #serviceTimelinePagesWrapper .serviceTimelineRow h1 > .order_number {
      font-weight: 400;
      /*font-style: italic; */
      font-size: 24px; }
  #serviceTimelinePagesWrapper .serviceTimelineRow p {
    font-size: 14px;
    line-height: 20px;
    margin: 34px 0 0 0;
    text-align: center; }
    #serviceTimelinePagesWrapper .serviceTimelineRow p span {
      display: none; }
    #serviceTimelinePagesWrapper .serviceTimelineRow p + p {
      margin: 5px 0 0 0; }
    #serviceTimelinePagesWrapper .serviceTimelineRow p a {
      font-size: 14px;
      line-height: 20px; }
  #serviceTimelinePagesWrapper .serviceTimelineRow #correosTracking {
    display: none; }
  #serviceTimelinePagesWrapper .serviceTimelineRow .loading {
    height: 280px;
    width: 100%;
    display: block;
    position: relative; }
#serviceTimelinePagesWrapper #serviceTimeline, #serviceTimelinePagesWrapper .serviceTimeline {
  /*height: 183px;*/
  padding: 50px 0 36px;
  padding: 0;
  background: url(../img/bg-progress-solid.png) left bottom repeat-x;
  display: none;
  /* GRID - TIMELINE WIDTH 5 */
  /* GRID - TIMELINE WIDTH 6 */
  /* GRID - TIMELINE WIDTH 7 */
  /* GRID - TIMELINE WIDTH 8 */
  /* GRID - TIMELINE WIDTH 9 */
  /* GRID - TIMELINE WIDTH 10 */
  /* GRID - TIMELINE WIDTH 11 */
  /* GRID - TIMELINE WIDTH 12 */
  /* GRID - TIMELINE WIDTH 13 */
  /* GRID - TIMELINE WIDTH 14 */
  /* GRID - TIMELINE WIDTH 15 */ }
  #serviceTimelinePagesWrapper #serviceTimeline.header, #serviceTimelinePagesWrapper .serviceTimeline.header {
    height: auto;
    background: none;
    padding-bottom: 20px;
    padding-top: 10px; }
  #serviceTimelinePagesWrapper #serviceTimeline.length5 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length5 .phase.length1 {
    width: 20%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length5 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length5 .phase.length2 {
    width: 40%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length5 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length5 .phase.length3 {
    width: 60%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length5 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length5 .phase.length4 {
    width: 80%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length5 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length5 .phase.length5 {
    width: 100%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length6 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length6 .phase.length1 {
    width: 16.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length6 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length6 .phase.length2 {
    width: 33%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length6 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length6 .phase.length3 {
    width: 50%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length6 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length6 .phase.length4 {
    width: 66%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length6 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length6 .phase.length5 {
    width: 83%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length6 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length6 .phase.length6 {
    width: 100%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length7 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length7 .phase.length1 {
    width: 14.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length7 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length7 .phase.length2 {
    width: 28.5%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length7 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length7 .phase.length3 {
    width: 42.9%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length7 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length7 .phase.length4 {
    width: 57.1%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length7 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length7 .phase.length5 {
    width: 71.4%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length7 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length7 .phase.length6 {
    width: 85.7%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length7 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length7 .phase.length7 {
    width: 100%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length8 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length8 .phase.length1 {
    width: 12.5%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length8 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length8 .phase.length2 {
    width: 25%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length8 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length8 .phase.length3 {
    width: 37.5%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length8 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length8 .phase.length4 {
    width: 50%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length8 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length8 .phase.length5 {
    width: 62.5%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length8 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length8 .phase.length6 {
    width: 75%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length8 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length8 .phase.length7 {
    width: 87.5%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length8 .phase.length8, #serviceTimelinePagesWrapper .serviceTimeline.length8 .phase.length8 {
    width: 100%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length1 {
    width: 11.1%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length2 {
    width: 22.2%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length3 {
    width: 33.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length4 {
    width: 44.4%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length5 {
    width: 55.5%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length6 {
    width: 66.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length7 {
    width: 77.7%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length8, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length8 {
    width: 88.8%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length9 .phase.length9, #serviceTimelinePagesWrapper .serviceTimeline.length9 .phase.length9 {
    width: 100%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length1 {
    width: 10%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length2 {
    width: 20%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length3 {
    width: 30%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length4 {
    width: 40%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length5 {
    width: 50%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length6 {
    width: 60%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length7 {
    width: 70%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length8, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length8 {
    width: 80%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length10 .phase.length9, #serviceTimelinePagesWrapper .serviceTimeline.length10 .phase.length9 {
    width: 90%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length1 {
    width: 9%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length2 {
    width: 18.18%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length3 {
    width: 27.27%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length4 {
    width: 36.36%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length5 {
    width: 45.45%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length6 {
    width: 54.54%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length7 {
    width: 63.63%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length8, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length8 {
    width: 72.72%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length11 .phase.length9, #serviceTimelinePagesWrapper .serviceTimeline.length11 .phase.length9 {
    width: 81.81%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length1 {
    width: 8.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length2 {
    width: 16.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length3 {
    width: 25%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length4 {
    width: 33.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length5 {
    width: 41.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length6 {
    width: 50%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length7 {
    width: 58.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length8, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length8 {
    width: 66.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length12 .phase.length9, #serviceTimelinePagesWrapper .serviceTimeline.length12 .phase.length9 {
    width: 75%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length1 {
    width: 7.7%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length2 {
    width: 15.4%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length3 {
    width: 23.1%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length4 {
    width: 30.8%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length5 {
    width: 38.5%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length6 {
    width: 46.1%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length7 {
    width: 53.8%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length8, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length8 {
    width: 61.5%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length13 .phase.length9, #serviceTimelinePagesWrapper .serviceTimeline.length13 .phase.length9 {
    width: 69.2%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length1 {
    width: 7.1%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length2 {
    width: 14.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length3 {
    width: 21.4%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length4 {
    width: 28.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length5 {
    width: 35.7%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length6 {
    width: 42.9%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length7 {
    width: 50%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length8, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length8 {
    width: 57.1%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length14 .phase.length9, #serviceTimelinePagesWrapper .serviceTimeline.length14 .phase.length9 {
    width: 64.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length1, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length1 {
    width: 6.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length2, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length2 {
    width: 13.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length3, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length3 {
    width: 20%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length4, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length4 {
    width: 26.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length5, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length5 {
    width: 33.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length6, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length6 {
    width: 40%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length7, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length7 {
    width: 46.6%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length8, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length8 {
    width: 53.3%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length15 .phase.length9, #serviceTimelinePagesWrapper .serviceTimeline.length15 .phase.length9 {
    width: 60%; }
  #serviceTimelinePagesWrapper #serviceTimeline .phase, #serviceTimelinePagesWrapper .serviceTimeline .phase {
    background: none;
    float: left; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.header, #serviceTimelinePagesWrapper .serviceTimeline .phase.header {
      /*background: url(../img/phase-divider.png) left top no-repeat;*/ }
    #serviceTimelinePagesWrapper #serviceTimeline .phase:first-child, #serviceTimelinePagesWrapper .serviceTimeline .phase:first-child {
      background: none; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase h3, #serviceTimelinePagesWrapper .serviceTimeline .phase h3 {
      font-size: 14px;
      margin: 0;
      text-transform: uppercase;
      line-height: 14px;
      text-align: center;
      color: #80888c; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length1 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length1 .timelineEvent {
      width: 100%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length2 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length2 .timelineEvent {
      width: 50%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length3 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length3 .timelineEvent {
      width: 33.3%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length4 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length4 .timelineEvent {
      width: 25%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length5 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length5 .timelineEvent {
      width: 20%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length6 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length6 .timelineEvent {
      width: 16.6%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length7 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length7 .timelineEvent {
      width: 14.28%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length8 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length8 .timelineEvent {
      width: 12.5%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase.length9 .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase.length9 .timelineEvent {
      width: 11.1%; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent {
      float: left;
      position: relative; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .icon .icon-image, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .icon .icon-image {
        margin: 0 auto;
        display: block;
        width: 67px;
        height: 54px;
        background: url(../img/timelineIconsTMS.png) 67px 67px no-repeat; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .icon .icon-image.transit, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .icon .icon-image.transit {
        background-position: -273px 0; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .icon .icon-image.transit, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .icon .icon-image.transit {
        background-position: -277px -64px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.transit, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.transit {
        background-position: -277px -64px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .icon .icon-image.ship, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .icon .icon-image.ship {
        background-position: -207px 0; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .icon .icon-image.ship, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .icon .icon-image.ship {
        background-position: -209px -65px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.ship, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.ship {
        background-position: -209px -65px; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.ship.cancel, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.ship.cancel {
          background-position: -209px -128px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .icon .icon-image.pickUp, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .icon .icon-image.pickUp {
        background-position: -737px 0; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .icon .icon-image.pickUp, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .icon .icon-image.pickUp {
        background-position: -410px -64px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.pickUp, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.pickUp {
        background-position: -410px -64px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .icon .icon-image.orderPlaced, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .icon .icon-image.orderPlaced {
        background-position: 0px 0; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .icon .icon-image.orderPlaced, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .icon .icon-image.orderPlaced {
        background-position: -6px -62px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.orderPlaced, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.orderPlaced {
        background-position: -6px -62px; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.orderPlaced.cancel, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.orderPlaced.cancel {
          background-position: -6px -128px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .icon .icon-image.orderProcessed, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .icon .icon-image.orderProcessed {
        background-position: -74px  0; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .icon .icon-image.orderProcessed, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .icon .icon-image.orderProcessed {
        background-position: -74px -65px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.orderProcessed, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.orderProcessed {
        background-position: -74px -65px; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.orderProcessed.cancel, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.orderProcessed.cancel {
          background-position: -74px -128px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .icon .icon-image.built, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .icon .icon-image.built {
        background-position: -142px 0; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .icon .icon-image.built, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .icon .icon-image.built {
        background-position: -146px -64px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.built, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.built {
        background-position: -146px -64px; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.built.cancel, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.built.cancel {
          background-position: -146px -127px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .icon .icon-image.deliveredMotoX, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .icon .icon-image.deliveredMotoX {
        background-position: -335px 0; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .icon .icon-image.deliveredMotoX, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .icon .icon-image.deliveredMotoX {
        background-position: -342px -60px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .icon .icon-image.deliveredMotoX, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .icon .icon-image.deliveredMotoX {
        background-position: -342px -60px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .status p:last-child, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .status p:last-child {
        font-size: 13px;
        line-height: 15px;
        height: 98px;
        padding: 0;
        width: 67px;
        margin: 0 auto;
        color: #80888c; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .notch, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .notch {
        position: absolute;
        background: url("../img/timelineBars.png") 0 4px no-repeat;
        width: 103%;
        bottom: 0;
        height: 2px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .notch, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .notch {
        background-position: center -4px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .notch, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .notch {
        background-position: center -6px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed.sequence51:last-child .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed.sequence52 .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed.deliveredtoyou .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed.readytopickup .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed.sequence51:last-child .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed.sequence52 .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed.deliveredtoyou .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed.readytopickup .notch span {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin: -5px auto 0 auto;
        border: 0px none;
        background: none; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.deliveredtoyou .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.readytopickup .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active.sequence51:last-child .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active.sequence52 .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active.deliveredtoyou .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active.readytopickup .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.deliveredtoyou .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.readytopickup .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active.sequence51:last-child .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active.sequence52 .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active.deliveredtoyou .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active.readytopickup .notch span {
        width: 52px;
        height: 52px;
        border: solid 2px green;
        margin-top: -25px;
        /*background:#fff;*/
        /*cursor:pointer;*/ }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active.sequence51:last-child .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active.sequence52 .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active.deliveredtoyou .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active.readytopickup .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active.sequence51:last-child .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active.sequence52 .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active.deliveredtoyou .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active.readytopickup .notch span {
        /*background:#5c92fa;*/ }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed.sequence51:last-child .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed.sequence52 .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed.deliveredtoyou .notch span, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.completed.readytopickup .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed.sequence51:last-child .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed.sequence52 .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed.deliveredtoyou .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.completed.readytopickup .notch span {
        border: 0px none;
        background: none; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .notch span, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .notch span {
        margin: -25px auto 0;
        border: solid 2px #3180e0;
        height: 52px;
        width: 52px;
        /*cursor:pointer;*/ }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .notch span.cancel, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .notch span.cancel {
          border-radius: 50%;
          border: solid 2px red;
          /*&:after{
              content:'';
              background-color: red;
              height: 100%;
              left: 33%;
              position: absolute;
              top: 0px;
              transform: rotate(130deg);
              width: 65px
          }*/ }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .statusDate, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.readytopickup.completed .notch + .statusDate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .statusDate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.readytopickup.completed .notch + .statusDate {
        color: #80888c;
        font-weight: 400;
        position: absolute;
        text-align: center;
        bottom: -44px;
        padding-left: 6px;
        width: 100%;
        height: 20px;
        font-size: 11px;
        line-height: 12px;
        text-transform: uppercase; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .statusDate em, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.readytopickup.completed .notch + .statusDate em, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .statusDate em, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.readytopickup.completed .notch + .statusDate em {
          display: block;
          text-transform: none; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .heading, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .heading {
        color: #80888c;
        font-weight: 400;
        position: absolute;
        text-align: left;
        z-index: 1;
        /*bottom: -12px;*/
        bottom: 4px;
        width: 100%;
        height: 40px;
        font-size: 11px;
        line-height: 12px;
        text-transform: uppercase;
        left: -4px; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .heading img, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .heading img {
          width: 80px; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent .heading em, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent .heading em {
          display: block; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .statusDate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .statusDate {
        color: #7f868a;
        font-weight: 600;
        z-index: 9;
        height: 14px; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .statusDate.cancel, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .statusDate.cancel {
          color: red; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .statusDate a.courier, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .statusDate a.courier {
          z-index: 10;
          color: #0645AD;
          font-weight: 600;
          font-size: 11px;
          text-transform: none;
          text-decoration: underline; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .statusDate a.holdOrCancelled, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .statusDate a.holdOrCancelled {
          z-index: 10;
          color: #0645AD;
          font-weight: 600;
          font-size: 11px;
          text-transform: none;
          text-decoration: underline; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active .statusDate .notracking, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active .statusDate .notracking {
          color: #7f868a;
          text-transform: none; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.sequence51:last-child .notch + .statusDate, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.sequence52 .notch + .statusDate, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.deliveredtoyou .notch + .statusDate, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.readytopickup .notch + .statusDate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.sequence51:last-child .notch + .statusDate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.sequence52 .notch + .statusDate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.deliveredtoyou .notch + .statusDate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.readytopickup .notch + .statusDate {
        color: green; }
        #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.sequence51:last-child .notch + .statusDate.estimate, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.sequence52 .notch + .statusDate.estimate, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.deliveredtoyou .notch + .statusDate.estimate, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.readytopickup .notch + .statusDate.estimate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.sequence51:last-child .notch + .statusDate.estimate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.sequence52 .notch + .statusDate.estimate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.deliveredtoyou .notch + .statusDate.estimate, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.readytopickup .notch + .statusDate.estimate {
          color: #939393;
          z-index: 9; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active:after, #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active:before, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active:after, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active:before {
        content: '';
        visibility: hidden;
        position: absolute;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        margin-left: -18px;
        border-style: solid;
        border-width: 18px; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active:before, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active:before {
        top: 217px;
        border-color: transparent transparent #afb6ba; }
      #serviceTimelinePagesWrapper #serviceTimeline .phase .timelineEvent.active:after, #serviceTimelinePagesWrapper .serviceTimeline .phase .timelineEvent.active:after {
        top: 220px;
        border-color: transparent transparent #fff; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase:first-child .timelineEvent.active:nth-child(2) .notch, #serviceTimelinePagesWrapper .serviceTimeline .phase:first-child .timelineEvent.active:nth-child(2) .notch {
      background-position: center top; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase:first-child .timelineEvent.completed:nth-child(2) .notch, #serviceTimelinePagesWrapper .serviceTimeline .phase:first-child .timelineEvent.completed:nth-child(2) .notch {
      background-position: center -2px; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase:last-child .timelineEvent:last-child .notch, #serviceTimelinePagesWrapper .serviceTimeline .phase:last-child .timelineEvent:last-child .notch {
      background-position: center -8px; }
    #serviceTimelinePagesWrapper #serviceTimeline .phase:last-child .timelineEvent.active:last-child .notch, #serviceTimelinePagesWrapper .serviceTimeline .phase:last-child .timelineEvent.active:last-child .notch {
      background-position: center -10px; }
  #serviceTimelinePagesWrapper #serviceTimeline.length6 .phase .timelineEvent .notch, #serviceTimelinePagesWrapper .serviceTimeline.length6 .phase .timelineEvent .notch {
    width: 107%; }
  #serviceTimelinePagesWrapper #serviceTimeline.length5 .phase .timelineEvent .notch, #serviceTimelinePagesWrapper .serviceTimeline.length5 .phase .timelineEvent .notch {
    width: 101%; }
#serviceTimelinePagesWrapper.purchase .serviceSummaryRow .userTabularData #serviceShippingInfo.open tbody {
  height: 80px; }
#serviceTimelinePagesWrapper.landing .serviceInfoRow {
  padding: 47px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-bottom: none; }
  #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData {
    width: 34%;
    margin-left: 0;
    position: relative;
    float: left; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData form {
      margin-bottom: auto;
      position: relative;
      background-color: #eff2f4;
      padding: 46px;
      border: 1px solid #dfe5e9; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData form h1 {
        color: #222c30;
        font-weight: 400;
        font-family: 'Moto Sans',sans-serif,Verdana,'Helvetica Neue',Helvetica,Arial,sans-serif;
        margin-bottom: 30px;
        font-size: 30px;
        letter-spacing: -1px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData form p {
        margin-bottom: 14px;
        line-height: 24px;
        color: #222c30;
        font-weight: 100;
        font-size: 14px;
        border: none; }
        #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData form p.error {
          color: #eb4752;
          margin-bottom: 0;
          font-size: 11px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData form select {
        -webkit-appearance: none;
        -o-appearance: none;
        -moz-appearance: none;
        height: 42px;
        line-height: 24px;
        box-sizing: border-box;
        width: 100%;
        margin: 11px auto auto;
        padding: 4px 16px;
        border-radius: 3px;
        border: 1px solid #AFB6BA;
        background-image: url(../img/arrow-select.svg);
        background-repeat: no-repeat;
        background-position: 212px center;
        background-size: 24px;
        color: #222c30;
        font-size: 14px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData form input {
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        margin: 11px auto auto;
        padding: 4px 16px;
        border-radius: 3px;
        border: 1px solid #AFB6BA;
        color: #80888c;
        font-size: 14px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData form button {
        border: none;
        background-color: #bad058;
        margin-bottom: 20px;
        margin-top: 24px;
        padding: 10px 0;
        border-radius: 3px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        width: 100%; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow .userTabularData .disclaimer p {
      margin-top: 34px;
      padding-top: 26px;
      border-bottom: none;
      border-top: solid 1px #AFB6BA;
      line-height: 16px;
      margin-bottom: 10px;
      color: #80888c;
      font-size: 11px; }
  #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic {
    margin-left: 2.5641025641%;
    padding-left: 3%;
    width: 63%;
    float: left; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic h1 {
      margin-bottom: 4px;
      letter-spacing: -1px;
      font-size: 40px;
      color: #222c30;
      font-weight: 600; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic h2 {
      margin-bottom: 37px;
      letter-spacing: -1px;
      color: #222c30;
      font-weight: 100;
      font-size: 30px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic h2 + h3 {
        margin-top: 36px; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic h3 {
      font-size: 24px;
      margin-bottom: 4px;
      font-weight: 400;
      color: #222c30; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic p {
      margin-bottom: 10px;
      line-height: 24px;
      color: #222c30;
      font-size: 14px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic p a {
        font-weight: inherit; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic ol {
      margin: 8px 0 22px 31px;
      font-weight: 700;
      counter-reset: c;
      font-size: 14px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic ol li {
        line-height: 24px;
        font-weight: 400;
        position: relative;
        color: #555; }
        #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic ol li :before {
          content: counter(c,upper-alpha) ".";
          counter-increment: c;
          position: absolute;
          left: -17px;
          color: #6e6e6e; }
        #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic ol li a[href^="tel:"] {
          color: inherit; }
        #serviceTimelinePagesWrapper.landing .serviceInfoRow .help_topic ol li a {
          font-weight: 400;
          font-size: inherit; }
  #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable {
    display: none; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable h1 {
      margin-bottom: 4px;
      letter-spacing: -1px;
      font-size: 40px;
      color: #222c30;
      font-weight: 600; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable p {
      color: #222c30;
      font-size: 14px;
      margin-bottom: 10px;
      line-height: 24px; }
    #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable #trackDeviceList {
      background-color: #eff2f4;
      width: 96%;
      margin-top: 1.63px;
      border: 1px solid #DFE5E9; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable #trackDeviceList thead td {
        font-weight: 400;
        color: #555;
        padding: 20px; }
        #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable #trackDeviceList thead td:nth-child(2) {
          padding-left: 4px; }
        #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable #trackDeviceList thead td:nth-child(3) {
          padding-left: 20px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable #trackDeviceList td:first-child {
        padding: 4px 0 4px 20px; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable #trackDeviceList td:last-child {
        padding: 4px 20px 4px 0; }
      #serviceTimelinePagesWrapper.landing .serviceInfoRow #multipleDevicesTable #trackDeviceList td {
        font-size: 16px;
        line-height: 18px;
        max-width: 33.333%;
        margin: auto;
        border: none;
        background: 0 0; }
#serviceTimelinePagesWrapper.landing .communicationRow {
  padding: 47px;
  width: 100%;
  box-sizing: border-box;
  background-color: #eff2f4;
  border: none; }
  #serviceTimelinePagesWrapper.landing .communicationRow > .row-fluid {
    padding: 8px; }
  #serviceTimelinePagesWrapper.landing .communicationRow .span5 {
    width: 55%;
    float: left; }
    #serviceTimelinePagesWrapper.landing .communicationRow .span5 h1 {
      font-weight: 400;
      margin-bottom: 30px;
      font-size: 30px;
      letter-spacing: -1px; }
    #serviceTimelinePagesWrapper.landing .communicationRow .span5 p {
      margin-bottom: 32px;
      line-height: 24px;
      color: #222c30;
      font-size: 14px; }
      #serviceTimelinePagesWrapper.landing .communicationRow .span5 p:nth-of-type(2) {
        margin-bottom: 44px; }
    #serviceTimelinePagesWrapper.landing .communicationRow .span5 h4 {
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 6px;
      color: #222c30;
      font-weight: 100; }
    #serviceTimelinePagesWrapper.landing .communicationRow .span5 a {
      display: inline-block;
      margin: 18px auto;
      line-height: 25px;
      font-weight: 100;
      font-size: 30px;
      color: #222c30; }
  #serviceTimelinePagesWrapper.landing .communicationRow .span6 {
    width: 33%;
    margin-left: 11%;
    padding: 46px;
    border: 1px solid #dfe5e9;
    background-color: #fff;
    float: left; }
    #serviceTimelinePagesWrapper.landing .communicationRow .span6 h1 {
      font-weight: 400;
      font-family: 'Moto Sans',sans-serif,Verdana,'Helvetica Neue',Helvetica,Arial,sans-serif;
      margin-bottom: 30px;
      font-size: 30px;
      letter-spacing: -1px; }
    #serviceTimelinePagesWrapper.landing .communicationRow .span6 p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 14px;
      color: #222c30;
      font-weight: 100; }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #serviceTimelinePagesWrapper a[href^="tel:"] {
    color: #33A1FF; } }

@-moz-document url-prefix() {
  /*Mozilla renders the text heavier and it's noticeable on larger sizes, lets lighten it!*/
  #serviceTimelinePagesWrapper .tab-info-row h1 {
    font-weight: 500; }

  /*Mozilla has a bug that prevents styling of shadow dom/appearce edits, so let's remove our custom arrow!*/
  #serviceTimelinePagesWrapper #statusUpdates select,
  #serviceTimelinePagesWrapper #trackMyDevice select {
    background: white; } }
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.prettyprint {
  border: medium none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px; }

#panzoom {
  height: 605px;
  text-align: center;
  vertical-align: middle;
  width: 580px; }

#actual_img {
  height: 540px;
  width: 540px;
  margin-left: auto;
  margin-right: auto; }

#disclaimer_text {
  border: medium none;
  display: block;
  font-size: 20px;
  text-align: left;
  font-style: italic;
  font-family: "Moto Sans","Open Sans",sans-serif,Verdana,"Helvetica Neue",Helvetica,Arial; }

#image_popup {
  display: none; }

.popup_content {
  padding: 9px; }

.image_popup_title {
  color: #222c30;
  font-family: "Moto Sans","Open Sans",sans-serif,Verdana,"Helvetica Neue",Helvetica,Arial;
  font-weight: 600;
  margin: 0 0 0.35714em;
  text-align: center;
  padding-top: 25px; }

.popup_close {
  float: right;
  font-size: 20px;
  height: 30px;
  padding-top: 6px;
  text-align: right;
  width: 30px; }

.image_popup_close {
  background-image: url("../img/close-x.png");
  background-repeat: no-repeat;
  height: 24px;
  padding-right: 25px;
  width: 24px !important; }
  .image_popup_close:hover {
    cursor: pointer;
    background-position: 0px -28px; }

.sub_heading {
  color: #222c30;
  font-weight: 300;
  text-align: center;
  font-size: 25px;
  margin: 7px 0; }
  .sub_heading > b {
    font-weight: 500; }

/*# sourceMappingURL=timeline.min.css.map */
