/***************************************************************************************************
Typography
****************************************************************************************************/
@font-face {
  font-family: 'SourceSans';
  font-weight: normal;
  font-style: normal;
  src: url("https://t.ushipcdn.com/type/source-sans/sourcesanspro-regular.woff") format('woff');
}
@font-face {
  font-family: 'SourceSans';
  font-weight: normal;
  font-style: italic;
  src: url("https://t.ushipcdn.com/type/source-sans/sourcesanspro-it.woff") format('woff');
}
@font-face {
  font-family: 'SourceSans';
  font-weight: bold;
  font-style: normal;
  src: url("https://t.ushipcdn.com/type/source-sans/sourcesanspro-semibold.woff") format('woff');
}
@font-face {
  font-family: 'SourceSans';
  font-weight: bold;
  font-style: italic;
  src: url("https://t.ushipcdn.com/type/source-sans/sourcesanspro-semiboldit.woff") format('woff');
}
@font-face {
  font-family: 'AlternateGothic';
  font-weight: bold;
  font-style: normal;
  src: url("https://t.ushipcdn.com/type/alternate-gothic/alternategothicno2.woff") format('woff');
}
body {
  font-family: 'SourceSans';
  color: #666666;
  font-size: 16px;
}
h1 {
  font-family: "AlternateGothic", "SourceSans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;;
  font-size: 56px;
  font-weight: bold;
  color: #111111;
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: normal;
}
h2, h3, h4, h5, h6 {
  font-family: "SourceSans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;;
}
h2 {
  font-size: 32px;
  font-weight: bold;
}
h3, h4, h5, h6 {
  font-size: 24px;
  font-weight: bold;
}
a {
  font-weight: bold;
  color: #1a63a3;
}
/***************************************************************************************************
Header, Nav
****************************************************************************************************/
header.hgroup {
  max-width: 385px;
  margin-left: auto;
  margin-right: auto; }

header.hgroup h2 {
  margin-bottom: 0; }

header.hgroup h5 {
  font-weight: normal; }

.header-row {
  max-width: 1080px; }

.siteNav-item {
  font-size: 16px;
  font-family: "AlternateGothic", "SourceSans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold; }

@media only screen and (min-width:768px) {
  .pageHeader.is-transparent {
    background: transparent;
    border-color: transparent;
    color: #FFFFFF; }
  .pageHeader.is-transparent .pageHeader-homeLink {
    background: url("../../images/homepage/uship-logo-reverse.png") no-repeat 6px 6px; }
  .pageHeader.is-transparent .pageHeader-logo {
    opacity: 0; }
  .pageHeader.is-transparent .siteNav-button {
    background: transparent;
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    border-radius: 0; }
  .pageHeader.is-transparent .siteNav-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    transition: none; }
  .pageHeader.is-transparent .siteNav-link {
    color: #FFFFFF; }
  .pageHeader.is-transparent .siteNav-link:hover {
    background-color: rgba(0, 0, 0, 0.25); }
  .pageHeader {
    transition: background 0.25s, color 0.25s, border-color .0625s .1875s;
    transition-timing-function: linear; }
  .pageHeader.is-transparent {
    transition: background 0.25s, color 0.25s, border-color .0625s; }
  .pageHeader .pageHeader-logo {
    transition: opacity 0.25s linear; }
  .pageHeader .siteNav-button {
    transition: all 0.25s linear; }
  .pageHeader .siteNav-link {
    transition: color 0.25s linear; }
  .pageHeader .siteNav-link:hover {
    transition: color .25s; } }

    .navToggle {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 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);
  left: 10px;
  top: 7px; }

.navToggle-line {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #333333;
  margin: 5px 0 0 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: all 533ms cubic-bezier(0.5, 0, 0, 1); }

.navToggle.is-active {
  -webkit-transform: translate3d(286px, 0, 0);
          transform: translate3d(286px, 0, 0); }

.navToggle.is-active .navToggle-line.and-first {
  -webkit-transform: rotate(-135deg) translate3d(0, -12.5px, 0);
          transform: rotate(-135deg) translate3d(0, -12.5px, 0); }

.navToggle.is-active .navToggle-line.and-second {
  opacity: 0; }

.navToggle.is-active .navToggle-line.and-third {
  -webkit-transform: rotate(135deg) translate3d(0, 12.5px, 0);
          transform: rotate(135deg) translate3d(0, 12.5px, 0); }

@media only screen and (min-width:768px) {
  .navToggle {
    display: none; } }

.ie8 .navToggle {
  display: none; }

.mobileCTA {
  display: block;
  margin-top: 1.25em;
  text-align: center;
  color: #777;
  letter-spacing: .03125em; }

.mobileCTA-link {
  display: block;
  margin: auto;
  padding: .5em;
  height: 40px;
  background-repeat: no-repeat;
  background-position-y: -6px;
  transition: opacity 0.25s ease;
  opacity: .5;
  cursor: pointer;
  -webkit-backface-visibility: hidden; }

.mobileCTA-link:hover {
  opacity: .75; }

.mobileCTA-appleStore {
  width: 136px;
  height: 50px;
  background-position: -232px 0 !important; }

.mobileCTA-googlePlay {
  width: 120px;
  height: 50px;
  background-position: -377px 0 !important; }

@media only screen and (min-width:768px) {
  .mobileCTA {
    display: none; } }

.ie8 .mobileCTA {
  display: none; }

.page-content {
  padding-top: 44px; }

.pageHeader {
  position: fixed;
  background-color: #EEEEEE;
  height: 44px;
  width: 100%;
  z-index: 3; }

.pageHeader-row {
  margin: 0 auto;
  max-width: 60em;
  position: relative; }

.pageHeader-homeLink {
  opacity: 1;
  display: block;
  height: 44px;
  padding: 6px;
  margin: 0 auto;
  max-width: 88px;
  text-align: center;
  transition: opacity 333ms ease-in; }

.pageHeader-logo {
  max-height: 100%; }

.siteNav {
  top: 0;
  width: 276px;
  padding-top: 44px;
  background-color: #F5F5F5;
  box-shadow: -2px 0 3px 4px rgba(0, 0, 0, 0.25); }

.content {
  transition: opacity 0.3s ease-in; }

body.is-navigationOpen .content {
  opacity: .5; }

body.is-navigationOpen .siteNav {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

body.is-navigationOpen .siteNav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

body.is-navigationOpen .pageHeader-homeLink {
  opacity: 0;
  display: none; }

.siteNav-button {
  margin: 0 2em 1em 2em; }

.siteNav-link {
  padding: 0 1em;
  margin: 0 1em;
  color: #333333;
  line-height: 44px;
  border-bottom: 1px solid #E5E5E5;
  text-align: left; }

.siteNav-link:hover {
  color: #1A63A3;
  background-color: rgba(255, 255, 255, 0.4); }

.siteNav-item {
  display: block;
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0); }

.siteNav-mobile-only {
  display: none; }

body.is-navigationOpen .siteNav-item {
  -webkit-animation: stagger 0.5s ease-in;
          animation: stagger 0.5s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

body.is-navigationOpen .siteNav-item:nth-child(1) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s; }

body.is-navigationOpen .siteNav-item:nth-child(2) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s; }

body.is-navigationOpen .siteNav-item:nth-child(3) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s; }

body.is-navigationOpen .siteNav-item:nth-child(4) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s; }

body.is-navigationOpen .siteNav-item:nth-child(5) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

body.is-navigationOpen .siteNav-item:nth-child(6) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s; }

body.is-navigationOpen .siteNav-item:nth-child(7) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s; }

body.is-navigationOpen .siteNav-item:nth-child(8) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s; }

body.is-navigationOpen .siteNav-item:nth-child(9) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s; }

body.is-navigationOpen .siteNav-item:nth-child(10) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

@-webkit-keyframes stagger {
  0% {
    -webkit-transform: translate3d(-60px, 0, 0);
            transform: translate3d(-60px, 0, 0); }

  80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes stagger {
  0% {
    transform: translate3d(-60px, 0, 0); }

  80% {
    transform: translate3d(5px, 0, 0); }

  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes stagger {
  0% {
    -webkit-transform: translate3d(-60px, 0, 0);
            transform: translate3d(-60px, 0, 0); }

  80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@media only screen and (min-width:768px) {
  .page-content {
    padding-top: 64px; }
  .pageHeader {
    height: 64px; }
  .pageHeader-homeLink {
    height: 64px;
    margin: 0; }
  .siteNav-link.siteNav-item.pageheader-username {
    height: 64px;
    margin-top: -64px;
    max-width: 350px;
    margin-left: 95px;
    float: left;
    overflow: hidden;
    white-space: nowrap; }
  .siteNav {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    margin: 0;
    padding-top: 0; }
  .siteNav-item {
    float: right;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .siteNav-link {
    line-height: 64px;
    margin: 0;
    border-bottom: 0; }
  .siteNav-image {
    margin-right: 15px;
    height: 30px;
    width: 30px; }
  .siteNav-button {
    margin: .75em 1.5em; } }

@media only screen and (max-width: 767px) {
  .siteNav {
    position: fixed;
    left: 0;
    min-height: 100%;
    min-height: 100vh;
    -webkit-transform: translate3d(-276px, 0, 0);
            transform: translate3d(-276px, 0, 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); }
  .siteNav-mobile-only {
    display: block;
    border-bottom: none;
    overflow: hidden;
    white-space: nowrap; }
  .siteNav-link.siteNav-item.pageheader-username {
    display: none; }
  .siteNav-image {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 30px;
    width: 30px; } }

/***************************************************************************************************
Body, Wrapper, Main, Section, Footer
****************************************************************************************************/
html,
body {
  height: 100%;
  width: 100%;
}
.wrapper {
  min-height: 100%;
  position: relative;
  margin-bottom: -92px;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .wrapper {
    margin-bottom: 0;
  }
}
main {
  display: block;
  padding-top: 64px;
}
@media print, screen and (max-width: 767px) {
  main {
    padding-top: 44px;
  }
}
section {
  display: block;
  position: relative;
  margin: 0 auto;
}
footer,
.footerPush {
  height: 92px;
}
footer {
  position: relative;
  z-index: 2;
  background-color: #dddddd;
}
@media print, screen and (max-width: 767px) {
  footer,
  .footerPush {
    display: none;
  }
}
.footerWrapper {
  margin-top: 28px;
}
.footerWrapper p {
  margin-bottom: 0;
  font-size: 14px;
}
/***************************************************************************************************
Buttons
****************************************************************************************************/
button,
.button {
  font-family: "AlternateGothic", "SourceSans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
a.button:hover {
  color: #000000;
}
button.large,
.button.large {
  min-width: 471px;
}
button.medium,
.button.medium {
  min-width: 285px;
}
button.small,
.button.small {
  min-width: 220px;
}
@media only screen and (max-width: 767px) {
  button,
  .button {
    min-width: 100%;
  }
}
.button.siteNav-button {
  padding: .625em 2em;
  height: 40px;
  line-height: 21px;
}
@media only screen and (max-width: 767px) {
  .button.siteNav-button {
    min-width: inherit;
  }
}
/***************************************************************************************************
Forms
****************************************************************************************************/
option {
  font-size: 16px;
  background-color: #ffffff;
}
.error::-webkit-input-placeholder {
  color: #902929;
}
.error:-moz-placeholder {
  /* Firefox 18- */
  color: #902929;
}
.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #902929;
}
.error:-ms-input-placeholder {
  color: #902929;
}
select.error {
  color: #902929;
}
input.error,
select.error,
input.error:focus {
  border-color: #902929;
  color: #902929;
}
label.error {
  color: #902929;
}
/***************************************************************************************************
Card
****************************************************************************************************/
.card {
  padding: 20px 5px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
}