.siteNav-modeToggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  border-bottom: 1px solid #DDDDDD; }

.siteNav-modeToggle-text {
  display: inline-block;
  font-size: 14px;
  font-family: "LatoWeb", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #262626;
  transition: color 0.15s;
  line-height: 10px;
  text-transform: uppercase;
  line-height: 1;
  word-break: break-all; }

.siteNav-modeToggle:hover .siteNav-modeToggle-text {
  color: #02AAF3; }

.siteNav-modeToggle-toggleIconContainer {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px; }

.siteNav-modeToggle-toggleIcon {
  display: inline-block;
  vertical-align: middle;
  height: 21px; }

.siteNav-modeToggle-toggleIcon svg {
  height: 20px;
  width: 20px;
  fill: #B8B8B8;
  transition: fill 0.3s; }

.siteNav-modeToggle.is-active .siteNav-modeToggle-toggleIcon svg {
  fill: #02AAF3; }

.siteNav-modeToggle-toggleContainer {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  margin-left: 3px; }

.siteNav-modeToggle-toggle {
  position: absolute;
  opacity: 0; }

.siteNav-modeToggle-toggle + label {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 34px;
  height: 19px;
  margin: 0;
  padding: 2px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 19px;
  background-color: #ddd; }

.siteNav-modeToggle-toggle + label:before,
.siteNav-modeToggle-toggle + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: ''; }

.siteNav-modeToggle-toggle + label:before {
  right: 0;
  background-color: #ddd;
  border-radius: 19px;
  transition: background 0.3s; }

.siteNav-modeToggle-toggle + label:after {
  width: calc(19px - 4px);
  height: calc(19px - 4px);
  margin-top: 2px;
  margin-left: 1px;
  background-color: #fff;
  border-radius: 100%;
  transition: margin 0.3s; }

.siteNav-modeToggle.is-active label:before {
  background-color: #00B437; }

.siteNav-modeToggle.is-active label:after {
  margin-left: calc(34px - 19px + 3px); }

@media only screen and (max-width: 1024px) {
  .siteNav-modeToggle-toggleIconContainer {
    white-space: nowrap; } }

@media only screen and (min-width: 1025px) {
  .siteNav-modeToggle {
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 1px solid #DDDDDD; }
  .siteNav-modeToggle-toggleIconContainer {
    margin-left: 10px; } }

@font-face {
  font-family: "LatoWeb";
  src: url("../../../js/27bd77b9162d388cb8d4c4217c7c5e2a.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

html,
body {
  height: 100%;
  margin: 0; }

body {
  min-height: 100vh; }

body.is-open {
  height: 100vh;
  top: 0;
  overflow: hidden; }

header#uship-header {
  position: relative;
  width: 100%;
  font-family: "LatoWeb", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, helvetica, arial, sans-serif;
  letter-spacing: 0.025rem; }

#uship-header *,
#uship-header *:after,
#uship-header *:before {
  box-sizing: border-box; }

/* Shared */
#skiptocontent {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden; }

main.containerOverlay {
  opacity: 0.1; }

main {
  opacity: 1;
  transition: opacity 0.3s ease-in; }

.siteNav {
  box-shadow: 0 3px 4px 0.08px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  z-index: 500;
  height: 65px;
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.siteNav-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  width: 100%; }

.siteNav-linksContainer .siteNav-footerLinks {
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.siteNav-content {
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.siteNav-link,
.subNav-link,
.subNav-mobileTitle,
.siteNav-moreLink,
.siteNav-signOut-link {
  font-size: 14px;
  font-family: "LatoWeb", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, helvetica, arial, sans-serif;
  color: #262626;
  text-transform: uppercase;
  transition: color .15s ease-in-out;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 30px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1; }

.siteNav-links,
.siteNav-splitLinks,
.siteNav-accountLinks,
.siteNav-helpLinks,
.subNav-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.siteNav-splitLinks {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #DDDDDD; }

.siteNav-splitLinks .siteNav-link {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.siteNav-splitLinks .siteNav-link:first-of-type {
  border-right: 1px solid #DDDDDD; }

.siteNav-linksContainer {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none; }

.siteNav-linksContainer.is-open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.siteNav-linksContainer > .siteNav-link {
  min-height: 50px;
  width: 100%; }

.siteNav-linksContainer > .siteNav-link:last-of-type {
  height: 80px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.siteNav-links > .siteNav-link:first-of-type {
  padding-top: 15px;
  min-height: 65px; }

.siteNav-helpLinks > .siteNav-link:first-of-type {
  min-height: 55px;
  padding: 15px 30px 0 30px; }

.siteNav-helpLinks > .siteNav-link:only-of-type {
  padding: 15px 30px; }

.siteNav-link:first-of-type,
.subNav-link:first-of-type {
  padding-top: 15px;
  height: 55px; }

.siteNav-links > .siteNav-link:last-of-type {
  padding-bottom: 15px;
  min-height: 65px;
  border-bottom: 1px solid #DDDDDD; }

.siteNav-links .siteNav-link:only-of-type {
  border-bottom: 0 !important; }

.siteNav-links:last-of-type .siteNav-link:last-of-type {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.siteNav-accountLinks .siteNav-link:last-of-type,
.subNav-link:last-of-type {
  padding-bottom: 15px;
  height: 55px;
  border-bottom: 1px solid #DDDDDD; }

.siteNav-link {
  letter-spacing: 0.05rem;
  min-height: 50px; }

.subNav-link,
.siteNav-accountLinks .siteNav-link,
.siteNav-helpLinks .siteNav-link {
  min-height: 40px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.siteNav-signOut-link {
  letter-spacing: 0.05rem;
  min-height: 55px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
  width: 100%; }

.subNav-link,
.subNav-mobileTitle {
  letter-spacing: 0.025rem;
  text-transform: uppercase; }

.siteNav-mobileTitle,
.subNav-mobileTitle {
  padding-top: 19px;
  font-size: 11px;
  font-weight: 700;
  color: #999999; }

.siteNav-link:hover,
.subNav-link:hover,
.siteNav-signOut-link:hover,
.siteNav-link:focus,
.subNav-link:focus,
.siteNav-signOut-link:focus,
.siteNav-dropdownLink a:focus {
  color: #02AAF3;
  text-decoration: none; }

.siteNav-linkIcon {
  fill: #02AAF3;
  min-width: 20px;
  width: 20px;
  height: 20px; }

.siteNav-linkText {
  padding-left: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  position: relative; }

.siteNav-footerLinks {
  top: 0;
  -webkit-transform: translateX(260px);
          transform: translateX(260px);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.siteNav-footerLinks.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.siteNav-userProfile-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #1C2431;
  height: 125px;
  min-height: 125px; }

.siteNav-userProfile-container,
.siteNav-nameContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.siteNav-userProfile-container {
  min-width: 91px; }

a.siteNav-userProfile-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.siteNav-nameContainer {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.siteNav-name {
  color: white;
  font-family: "LatoWeb", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, helvetica, arial, sans-serif;
  font-size: 14px; }

.siteNav-name + .siteNav-name {
  padding-top: 5px;
  color: #02AAF3; }

.siteNav-userProfile-image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  border-radius: 50%;
  margin: 0px 15px;
  width: 61px;
  min-width: 61px;
  height: 61px;
  background-color: #F4F4F4;
  border: 2px solid #FFFFFF; }

.hideMobile {
  display: none; }

.siteNav-logoBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  width: 106px;
  background: #0083BB;
  transition: opacity 0.3s ease-in; }

.siteNav-logoBox.is-hidden {
  opacity: 0.10; }

.siteNav-logoBox-logo {
  fill: #FFFFFF;
  width: 58px;
  height: 29px;
  margin-bottom: 2px; }

.mobileNav-menu-container {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.mobileNav-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px; }

.mobileNav-menu-icon {
  width: 20px;
  height: 20px;
  fill: #999999; }

.mobileNav-menu:hover .mobileNav-menu-icon {
  fill: #02AAF3; }

.siteNav-content-closeLink {
  right: -60px;
  position: fixed;
  top: 0;
  padding: 22px 20px;
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate3d(-321px, 0, 0);
          transform: translate3d(-321px, 0, 0); }

.siteNav-content-closeLink.is-hidden {
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0); }

.siteNav-content-closeLink-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  fill: #02AAF3; }

.siteNav-content.simpleSiteNav-content.is-hidden {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: none;
  width: auto; }

.simpleSiteNav-content .siteNav-helpLinks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-left: 1px solid #DDDDDD;
  width: auto; }

.simpleSiteNav-content .siteNav-link {
  height: 100%; }

.injected-svg {
  display: none; }

#externalpage-header-link .siteNav-linkIcon {
  display: none; }

@media only screen and (max-width: 1024px) {
  .siteNav-links,
  .siteNav-splitLinks,
  .siteNav-accountLinks,
  .siteNav-helpLinks,
  .subNav-links,
  .siteNav-userProfile {
    width: 260px; }
  .siteNav-linksContainer,
  .siteNav-footerLinks {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
  .siteNav-linksContainer {
    min-height: 100%; }
  .siteNav-splitLinks > .siteNav-link {
    height: 65px;
    padding: 0; }
  .siteNav-content.is-hidden .siteNav-linksContainer,
  .siteNav-content.is-hidden .siteNav-footerLinks {
    position: relative; }
  .siteNav-content {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 260px;
    box-shadow: 0 3px 4px 0.08px rgba(0, 0, 0, 0.2); }
  .siteNav-content.is-hidden {
    -webkit-transform: translateX(260px);
            transform: translateX(260px); }
  .siteNav-linksContainer,
  .siteNav-footerLinks {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  #externalpage-header-link .siteNav-linkText {
    padding-left: 0; } }

/* Tablet and Desktop */
@media only screen and (min-width: 1025px) {
  .siteNav-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    width: 100%; }
  .siteNav-splitLinks .siteNav-linkText {
    padding-left: 0; }
  .siteNav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    width: 100%;
    background-color: #FFFFFF; }
  .subNav-container {
    height: 60px; }
  .subNav {
    position: fixed;
    background-color: white;
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 4px 0.08px rgba(0, 0, 0, 0.2);
    padding: 0 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .subNav-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .siteNav-link,
  .subNav-link {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    padding: 0 15px;
    min-width: 0; }
  .siteNav-linkText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .subNav-link {
    padding: 0 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 12px;
    color: #262626;
    position: relative; }
  .subNav-link:hover,
  .subNav-link:focus {
    color: #02AAF3; }
  .siteNav-linkText {
    height: 30px;
    margin-top: 14px;
    padding-top: 1px; }
  .siteNav-linkText.active:after,
  .subNav-linkText.active:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #02AAF3; }
  .siteNav-linkText.active:after {
    padding-top: 20px; }
  .subNav-linkText.active:after {
    padding-top: 17px; }
  .siteNav-linkText.active:after {
    width: calc(100% - 10px);
    left: 10px; }
  .subNav-linkText.active:after {
    width: calc(100% - 50px);
    left: 25px; }
  .siteNav-content {
    height: 80px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    box-shadow: none;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 130px);
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .siteNav-splitLinks {
    border-bottom: 0;
    height: 100%;
    padding: 0 15px; }
  .siteNav-splitLinks .siteNav-link {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
    padding: 0 15px; }
  .siteNav-splitLinks .siteNav-link:first-of-type {
    border-right: 0; }
  .siteNav-helpLinks > .siteNav-link:first-of-type {
    padding-top: 0;
    padding-bottom: 0; }
  .siteNav-linksContainer,
  .siteNav-footerLinks {
    top: auto;
    bottom: auto;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .siteNav-linksContainer,
  .siteNav-links {
    min-width: 0;
    height: 100%;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 80px;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .siteNav-linksContainer {
    width: 100%; }
  .siteNav-links {
    padding: 0 15px; }
  .siteNav-accountLinks {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-bottom: 0;
    position: relative; }
  .siteNav-helpLinks {
    border-left: 1px solid #DDDDDD;
    height: 100%; }
  .subNav-link,
  .siteNav-accountLinks .siteNav-link,
  .siteNav-helpLinks .siteNav-link {
    width: auto;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    height: 100%; }
  .siteNav-links > .siteNav-link:first-of-type,
  .siteNav-links > .siteNav-link:last-of-type,
  .siteNav-link:first-of-type,
  .siteNav-link:last-of-type,
  .subNav-link:first-of-type,
  .subNav-link:last-of-type {
    border-bottom: 0;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0; }
  .siteNav-link:hover,
  .subNav-link:hover,
  .siteNav-link:focus,
  .subNav-link:focus {
    color: #02AAF3;
    cursor: pointer; }
  .siteNav-logoBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    background: #0083BB;
    transition: opacity 0.3s ease-in;
    height: 80px; }
  .siteNav-logoBox-logo {
    width: 70px;
    height: 40px;
    fill: #FFFFFF; }
  .siteNav-userProfile-container {
    padding-right: 15px; }
  .siteNav-profileContainer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .siteNav-userProfile {
    position: relative;
    background-color: transparent;
    height: 80px;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .siteNav-userProfile-image {
    min-width: 46px;
    width: 46px;
    height: 46px;
    margin: 0px 15px 0px 0px; }
  .siteNav-name {
    font-size: 14px;
    font-family: "LatoWeb", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, helvetica, arial, sans-serif;
    color: #262626;
    letter-spacing: 0.01em;
    text-transform: uppercase; }
  .siteNav-nameContainer {
    width: auto; }
  .siteNav-name {
    color: #262626; }
  .siteNav-content-moreLink-container {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible; }
  .siteNav-dropdownArrow {
    margin-left: 10px;
    fill: #999999;
    width: 14px;
    height: 10px; }
  .siteNav-helpLinks,
  .siteNav-signOut-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0; }
  .siteNav-helpLinks {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .siteNav-content-mainLinks-link:first-child,
  .siteNav-content-carrierLinks-link:first-child {
    padding-left: 30px;
    letter-spacing: 0.05em; }
  .siteNav-profileContainer:hover {
    cursor: pointer; }
  a.siteNav-userProfile-link {
    cursor: pointer;
    padding-right: 15px; }
  .siteNav-userProfile-link.hover .siteNav-name,
  .siteNav-userProfile-link.hover .siteNav-dropdownArrow,
  .siteNav-userProfile-link:hover .siteNav-name,
  .siteNav-userProfile-link:hover .siteNav-dropdownArrow,
  .siteNav-userProfile-link.focus .siteNav-name,
  .siteNav-userProfile-link.focus .siteNav-dropdownArrow,
  .siteNav-userProfile-link:focus .siteNav-name,
  .siteNav-userProfile-link:focus .siteNav-dropdownArrow {
    fill: #02AAF3;
    color: #02AAF3; }
  .siteNav-dropdownContainer {
    position: absolute;
    right: 0;
    top: 70px;
    box-shadow: none; }
  .siteNav-userProfile-link.hover + .siteNav-dropdownContainer .siteNav-dropdownLinks,
  .siteNav-userProfile-link:hover + .siteNav-dropdownContainer .siteNav-dropdownLinks,
  .siteNav-userProfile-link.focus + .siteNav-dropdownContainer .siteNav-dropdownLinks,
  .siteNav-userProfile-link:focus + .siteNav-dropdownContainer .siteNav-dropdownLinks,
  .siteNav-dropdownContainer:hover .siteNav-dropdownLinks {
    transition: opacity .15s ease-in-out, border-width .15s ease-in-out, max-height 0s ease-in-out;
    opacity: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 2px;
    max-height: 400px; }
  .siteNav-dropdownLinks {
    position: relative;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 12.74px 0.26px rgba(0, 0, 0, 0.35);
    background-color: #FFFFFF;
    z-index: 501;
    white-space: nowrap;
    min-width: 150px;
    opacity: 0;
    max-height: 0;
    transition: opacity .15s ease-in-out, border-width .15s ease-in-out, max-height 0s ease-in-out .15s;
    border-width: 0px;
    border-style: solid;
    border-color: #DDDDDD;
    overflow-y: hidden;
    list-style: none;
    padding-left: 0px;
    margin: 0; }
  .siteNav-userProfile-link.hover + .siteNav-dropdownContainer .siteNav-dropdown-upCarat,
  .siteNav-userProfile-link:hover + .siteNav-dropdownContainer .siteNav-dropdown-upCarat,
  .siteNav-userProfile-link.focus + .siteNav-dropdownContainer .siteNav-dropdown-upCarat,
  .siteNav-userProfile-link:focus + .siteNav-dropdownContainer .siteNav-dropdown-upCarat,
  .siteNav-dropdownContainer:hover .siteNav-dropdown-upCarat {
    opacity: 1;
    transition: opacity .15s ease-in-out; }
  .siteNav-dropdown-upCarat {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 502;
    top: -3px;
    right: 15px;
    opacity: 0;
    transition: opacity .15s ease-in-out; }
  .siteNav-dropdownLink {
    font-family: "LatoWeb", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase; }
  .siteNav-dropdownLink > a {
    color: #262626;
    text-decoration: none;
    padding: 0px 15px 0 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 45px; }
  .siteNav-dropdownLink > a:hover {
    color: #02AAF3;
    text-decoration: none;
    cursor: pointer; }
  .siteNav-dropdownLinks .siteNav-dropdownLink:first-child {
    padding-top: 15px; }
  .siteNav-dropdownLinks .siteNav-dropdownLink:last-child {
    padding-bottom: 15px; }
  .siteNav-content .siteNav-helpLinks {
    width: auto; }
  .hideMobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .showMobileOnly {
    display: none; } }

@media print {
  header#uship-header {
    display: none !important; } }
