/*
  Variables
*/
/*
  Base :: CSS
*/
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333;
  background: #EEEEEE; }

svg {
  overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

* {
  box-sizing: border-box;
  letter-spacing: normal; }

.pure-g {
  font-family: 'Roboto', sans-serif; }
  .pure-g [class*=pure-u] {
    font-family: 'Roboto', sans-serif; }

h1, h2, h3, h4 {
  margin: 0; }

a {
  text-decoration: none;
  color: #1b98f8; }

/*
  Component :: Header
*/
.c-header {
  display: none; }
  @media (min-width: 64em) {
    .c-header {
      position: fixed;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      top: 0;
      height: 44px;
      z-index: 1000;
      top: 0px;
      right: 20px;
      left: 20px;
      height: 83px;
      width: auto;
      /* so that it's not 100% */
      -webkit-box-align: center;
              align-items: center; } }
  .c-header-link {
    color: #819097;
    margin-left: 30px;
    transition: all 0.2s; }
    .c-header-link:hover, .c-header-link:focus {
      color: #1E1E1E; }

/*
  Component :: Banner
*/
.c-banner {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #DCDCDC;
  height: 45px;
  z-index: 1000;
  /* Show the "Menu" button on phones */ }
  @media (min-width: 64em) {
    .c-banner {
      top: 83px;
      right: 20px;
      left: 20px;
      height: 70px;
      width: auto;
      /* so that it's not 100% */
      -webkit-box-align: center;
              align-items: center;
      padding: 0 30px;
      border-left: 1px solid #DCDCDC;
      border-top: 1px solid #DCDCDC;
      border-right: 1px solid #DCDCDC;
      border-radius: 6px 6px 0 0;
      background-color: #fff;
      border-bottom: 1px solid #DCDCDC; }
      .c-banner:after {
        display: block;
        position: fixed;
        content: '';
        top: 83px;
        right: 20px;
        left: 20px;
        bottom: 0;
        border-radius: 6px 6px 0 0;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none; } }
  .c-banner-menu-button {
    position: absolute;
    top: 11px;
    left: 14px;
    display: block;
    z-index: 1010;
    width: 24px;
    height: 19px;
    text-indent: -9000px;
    background: url(../img/icon-menu-black.svg) no-repeat 0 0;
    background-position: center;
    transition: all 0.2s; }
    .c-banner-menu-button:hover, .c-banner-menu-button:focus, .c-banner-menu-button.is-active {
      opacity: 0.8; }
    @media (min-width: 64em) {
      .c-banner-menu-button {
        display: none; } }
  .c-banner-mobile {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase; }
    @media (min-width: 64em) {
      .c-banner-mobile {
        display: none; } }
  .c-banner-refresh {
    position: absolute;
    top: 10px;
    right: 49px;
    display: block;
    z-index: 1010;
    width: 19px;
    height: 23px;
    text-indent: -9000px;
    background: url(../img/icon-refresh-black.svg) no-repeat 0 0;
    background-position: center;
    transition: all 0.2s; }
    .c-banner-refresh:hover, .c-banner-refresh:focus, .c-banner-refresh.is-active {
      opacity: 0.8; }
    .c-banner-refresh.is-active {
      -webkit-animation: rotation 0.6s infinite linear;
              animation: rotation 0.6s infinite linear; }
    @media (min-width: 64em) {
      .c-banner-refresh {
        display: none; } }
  .c-banner-dismiss {
    position: absolute;
    top: 11px;
    right: 14px;
    display: block;
    z-index: 1010;
    width: 15px;
    height: 21px;
    text-indent: -9000px;
    background: url(../img/icon-dismiss-black.svg) no-repeat 0 0;
    background-position: center;
    transition: all 0.2s; }
    .c-banner-dismiss:hover, .c-banner-dismiss:focus, .c-banner-dismiss.is-active {
      opacity: 0.8; }
    @media (min-width: 64em) {
      .c-banner-dismiss {
        display: none; } }
  .c-banner-back {
    position: absolute;
    top: 11px;
    left: 14px;
    display: block;
    z-index: 1010;
    width: 11px;
    height: 18px;
    text-indent: -9000px;
    background: url(../img/icon-arrow-black.svg) no-repeat 0 0;
    background-position: center;
    transition: all 0.2s; }
    .c-banner-back:hover, .c-banner-back:focus, .c-banner-back.is-active {
      opacity: 0.8; }
    @media (min-width: 64em) {
      .c-banner-back {
        display: none; } }
  .c-banner-notifications {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center; }
    @media (max-width: 63.99em) {
      .c-banner-notifications {
        position: fixed;
        left: 0;
        height: 44px;
        -webkit-box-pack: center;
                justify-content: center;
        transition: all 0.2s ease-in-out; }
        body.message-active .c-banner-notifications {
          left: -100%; } }
    @media (min-width: 64em) {
      .c-banner-notifications {
        -webkit-box-pack: justify;
                justify-content: space-between; } }
  .c-banner-message {
    position: fixed;
    top: 0;
    height: 44px;
    width: 100%;
    left: 100%;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    @media (max-width: 63.99em) {
      .c-banner-message {
        transition: all 0.2s ease-in-out; }
        body.message-active .c-banner-message {
          left: 0%; } }
    @media (min-width: 64em) {
      .c-banner-message {
        display: none; } }
  .c-banner-desktop {
    -webkit-box-ordinal-group: 1;
            order: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: flex-start;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px; }
    @media (max-width: 63.99em) {
      .c-banner-desktop {
        display: none; } }
  .c-banner-user {
    -webkit-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: flex-end;
    color: #7F7F7F;
    font-family: "SF UI Text", 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px; }
    @media (max-width: 63.99em) {
      .c-banner-user {
        display: none; } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/*
  Component :: Main
*/
.c-main {
  position: fixed;
  top: 44px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: auto;
  /* so that it's not 100% */ }
  @media (max-width: 63.99em) {
    .c-main {
      transition: all 0.2s ease-in-out; }
      body.message-active .c-main {
        width: 100%;
        left: -100%;
        right: 100%;
        overflow: visible; } }
  @media (min-width: 64em) {
    .c-main {
      top: 153px;
      left: 270px;
      right: 20px;
      padding: 40px 20px 0;
      background-color: #fff;
      border-right: 1px solid #DCDCDC; } }
  @media (min-width: 80em) {
    .c-main {
      left: 320px;
      padding: 42px 20px 22px 24px; } }
  .c-main-controls {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-bottom: 28px; }
    .c-main-controls--lower {
      padding: 0 20px 20px;
      -webkit-box-pack: end;
              justify-content: flex-end;
      display: -webkit-box;
      display: flex; }
  .c-main-nonotice {
    display: none;
    text-align: center;
    padding: 30px; }

/*
  Component :: Notifications
*/
.notifications {
  position: relative;
  display: block;
  background-color: #FFFFFF; }
  @media (max-width: 63.99em) {
    .c-main--settings .notifications {
      padding-top: 71px;
      border-bottom: 1px solid #DDD;
      margin-bottom: 20px; } }
  @media (min-width: 64em) {
    .notifications {
      margin-bottom: 50px;
      padding-top: 71px;
      box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
      border-bottom: none; } }
  .notifications + .notifications .notifications-table {
    border-top: none; }
  @media (max-width: 63.99em) {
    .notifications--past .notifications-time {
      display: none; } }
  @media (min-width: 64em) {
    .notifications--past .notifications-date {
      display: none; } }
  .notifications-heading {
    position: absolute;
    top: 17px;
    left: 12px;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    display: none; }
    .c-main--settings .notifications-heading {
      display: block;
      left: 24px; }
    @media (min-width: 64em) {
      .notifications-heading {
        display: block; } }
    @media (min-width: 80em) {
      .notifications-heading {
        left: 24px; } }
  @media (max-width: 63.99em) {
    .notifications-table {
      border-top: 1px solid #DDD; } }
  .c-main--settings .notifications-table {
    border-top: none; }
  .notifications-tr {
    position: relative; }
    .notifications-tr--head {
      display: none; }
      .c-main--settings .notifications-tr--head {
        display: block; }
      @media (min-width: 64em) {
        .notifications-tr--head {
          display: block; } }
    @media (min-width: 64em) {
      .notifications-tr--data:nth-child(even) {
        background-color: #F9F9F9; } }
  .notifications-wrap {
    position: relative; }
  .notifications-th {
    box-sizing: border-box;
    color: #848484;
    font-size: 13px;
    line-height: 18px;
    padding: 9px 10px; }
    .notifications-th--yes, .notifications-th--no {
      text-align: center; }
    @media (min-width: 64em) {
      .notifications-th--expand, .notifications-th--dismiss {
        text-align: center; } }
    @media (min-width: 80em) {
      .notifications-th {
        padding: 9px 24px; } }
    .notifications-th--spacer {
      padding: 0 !important; }
  .notifications-td {
    box-sizing: border-box; }
    .notifications-td--yes, .notifications-td--no {
      text-align: center; }
    .notifications-td--subhead {
      padding: 22px 24px !important; }
    @media (max-width: 63.99em) {
      .notifications-td--time {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #2D2D2D;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px; }
      .notifications-td--badge {
        position: absolute;
        top: 17px;
        left: 20px; }
      .notifications-td--details {
        padding: 37px 96px 20px 20px;
        border-bottom: 1px solid #DDD; }
      .notifications-td--expand {
        position: absolute;
        bottom: 20px;
        right: 20px; }
      .notifications-td--dismiss {
        display: none; } }
    .c-main--settings .notifications-td {
      box-sizing: border-box;
      border-top: 1px solid #DDDDDD;
      border-bottom: none;
      color: #2D2D2D;
      font-size: 16px;
      line-height: 21px;
      padding: 14px 10px; }
      .c-main--settings .notifications-td--details.disabled, .c-main--settings .notifications-td--subhead.disabled {
        color: #ccc; }
    @media (min-width: 64em) {
      .notifications-td {
        box-sizing: border-box;
        border-top: 1px solid #DDDDDD;
        color: #2D2D2D;
        font-size: 16px;
        line-height: 21px;
        padding: 14px 10px; }
        .notifications-td--expand, .notifications-td--dismiss {
          text-align: center; }
        .notifications-td--subhead {
          padding-top: 22px;
          padding-bottom: 22px; } }
    @media (min-width: 80em) {
      .notifications-td {
        padding: 14px 24px; }
        .notifications-td--subhead {
          padding-top: 22px;
          padding-bottom: 22px; } }
    .notifications-td--spacer {
      padding: 0 !important; }
    .notifications-td-message {
      box-sizing: border-box;
      padding: 26px 20px 32px;
      background-color: #FFFFFF;
      display: none; }
      @media (max-width: 63.99em) {
        .notifications-td-message {
          display: block;
          visibility: hidden;
          opacity: 0;
          position: fixed;
          width: 100%;
          top: 44px;
          bottom: 0;
          left: 100%;
          transition: all 0.2s ease-in-out;
          overflow: auto; }
          .notifications-td-message.is-active {
            visibility: visible;
            opacity: 1;
            left: 0%; } }
      @media (min-width: 64em) {
        .notifications-td-message {
          padding-top: 15px;
          border-top: 1px solid #DDDDDD; } }
      @media (min-width: 80em) {
        .notifications-td-message {
          padding: 14px 24px 32px; } }
      .notifications-td-message :not(.message-mobile) p {
        margin: 0 0 22px; }
  .notifications-input[type=radio] {
    position: absolute;
    left: -9000px; }
    .notifications-input[type=radio] + label {
      position: relative;
      display: inline-block;
      width: 20px;
      text-indent: -9000px;
      cursor: pointer; }
      .notifications-input[type=radio] + label::before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        content: '';
        height: 12px;
        width: 12px;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8);
        transition: all 0.2s; }
    .notifications-input[type=radio]:checked + label::before {
      background-color: rgba(0, 0, 0, 0.8); }
    .notifications-input[type=radio]:checked:disabled + label::before {
      background-color: #ccc; }
    .notifications-input[type=radio]:disabled + label {
      cursor: auto; }
      .notifications-input[type=radio]:disabled + label::before {
        box-shadow: 0 0 0 1px rgba(204, 204, 204, 0.8); }
    .notifications-input[type=radio]:focus + label::before {
      box-shadow: 0 0 0 2px #5DC4E6;
      background-color: #5DC4E6; }
  .notifications-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #888888;
    margin-right: 10px; }

/*
  Component :: Message
*/
.message-title {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  line-height: 29px;
  margin-bottom: 17px; }

.message-time {
  position: relative;
  color: #2D2D2D;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 47px; }
  .message-time::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #000; }

@media (min-width: 64em) {
  .message-mobile {
    display: none; } }

@media (max-width: 63.99em) {
  .message-desktop {
    display: none; } }

/*
  Component :: Badge
*/
.notifications-td--badge .badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase; }
  @media (max-width: 63.99em) {
    .notifications-td--badge .badge {
      background-color: transparent !important; } }
  @media (min-width: 64em) {
    .notifications-td--badge .badge {
      color: #FFFFFF !important;
      background-color: #888888;
      padding: 7px 11px;
      border-radius: 3px;
      -webkit-transform: translateX(-11px);
              transform: translateX(-11px); } }

.message .badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background-color: #888888;
  padding: 7px 11px;
  border-radius: 3px; }

/*
  Component :: Button
*/
.btn {
  box-sizing: border-box;
  display: inline-block;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 3px;
  background-color: #A6B0B4;
  border: transparent;
  text-align: center;
  text-decoration: none;
  padding: 6px 30px;
  zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.2s;
  cursor: pointer; }
  .btn--blue {
    background-color: #1D8DCF; }
    .btn--blue:active {
      background-color: #1a7eb9; }
  .btn--180 {
    min-width: 180px; }
  .btn--expand, .btn--dismiss {
    text-indent: -9000px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent url(../img/icon-arrow-right.svg) no-repeat center;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    @media (min-width: 64em) {
      .btn--expand, .btn--dismiss {
        background-image: url(../img/icon-arrow.svg); }
        .btn--expand.is-active, .btn--dismiss.is-active {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); } }
    .btn--expand:hover, .btn--expand:focus, .btn--dismiss:hover, .btn--dismiss:focus {
      opacity: 1; }
    .btn--expand:active, .btn--dismiss:active {
      outline: none;
      background-color: #7b7b7b; }
  .btn--dismiss {
    background-image: url(../img/icon-x.svg); }
  .btn:focus, .btn:hover {
    opacity: 0.9; }
  .btn + .btn {
    margin-left: 20px; }
  .btn--close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    background: none;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .4;
    padding: 0;
    height: auto; }

/*
  Component nav
*/
.c-nav {
  /* Make the navigation 100% width on phones */
  position: fixed;
  top: 44px;
  width: auto;
  background: #fff;
  overflow-y: auto;
  border-right: 1px solid #DCDCDC;
  z-index: 1000;
  /* When "Menu" is clicked, the navbar should be 100% height */
  /* Don't show the navigation items... */
  /*
   * -- NAV BAR STYLES --
   * Styling the default .pure-menu to look a little more unique.
   */ }
  @media (min-width: 64em) {
    .c-nav {
      border-left: 1px solid #DCDCDC;
      border-right: 1px solid #DCDCDC;
      background: #fff; } }
  .c-nav.is-active {
    bottom: 0; }
  .c-nav-logo {
    height: 100px;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    display: block; }
    @media (min-width: 64em) {
      .c-nav-logo {
        display: none; } }
  .c-nav-logoimg {
    margin: 21px 0 0 25px;
    width: 170px;
    height: auto; }
  .c-nav-inner {
    display: none;
    /* ...until the "Menu" button is clicked */ }
    @media (min-width: 64em) {
      .c-nav-inner {
        display: block; } }
    .is-active .c-nav-inner {
      display: block; }
  .c-nav .pure-menu {
    border: none;
    text-align: left;
    padding: 20px 0; }
    @media (max-width: 63.99em) {
      .c-nav .pure-menu {
        position: absolute;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
                align-items: center;
        top: 102px;
        bottom: 0;
        width: 100%; } }
    @media (min-width: 64em) {
      .c-nav .pure-menu {
        padding: 40px 10px; } }
    @media (min-width: 80em) {
      .c-nav .pure-menu {
        padding: 40px 25px; } }
    .c-nav .pure-menu-list {
      width: 100%; }
      @media (min-width: 64em) {
        .c-nav .pure-menu-list.settings {
          display: none; } }
    .c-nav .pure-menu-link:hover, .c-nav .pure-menu-link:focus {
      background: #373c5a; }
    .c-nav .pure-menu-link {
      position: relative;
      box-sizing: border-box;
      display: block;
      height: 42px;
      color: #848484;
      font-family: Roboto;
      font-size: 13px;
      font-weight: 300;
      line-height: 32px;
      text-transform: uppercase;
      padding: 6px 85px 6px 77px;
      transition: background-color 0.2s; }
      @media (min-width: 64em) {
        .c-nav .pure-menu-link {
          font-size: 12px;
          border-radius: 3px;
          padding: 6px 45px 6px 45px; } }
      @media (min-width: 80em) {
        .c-nav .pure-menu-link {
          padding: 6px 50px 6px 55px; } }
      .c-nav .pure-menu-link--settings {
        background-color: #F2F2F2; }
        .c-nav .pure-menu-link--settings::after {
          content: '';
          background: url(../img/icon-arrow-grey.svg) no-repeat 0 0;
          background-size: 11px 18px;
          display: block;
          position: absolute;
          width: 11px;
          height: 18px;
          top: 10px;
          right: 60px; }
      .c-nav .pure-menu-link:hover, .c-nav .pure-menu-link:focus, .c-nav .pure-menu-link.is-active {
        color: #848484;
        background-color: #F2F2F2;
        font-weight: bold; }
        .c-nav .pure-menu-link:hover .count, .c-nav .pure-menu-link:focus .count, .c-nav .pure-menu-link.is-active .count {
          font-weight: 300; }
      .c-nav .pure-menu-link.inactive {
        color: #848484 !important; }
        .c-nav .pure-menu-link.inactive .count {
          background-color: #D9D9D9 !important;
          color: #000000 !important; }
      .c-nav .pure-menu-link .count {
        box-sizing: border-box;
        position: absolute;
        top: 8px;
        left: 30px;
        height: 26px;
        min-width: 26px;
        text-align: center;
        color: #FFFFFF !important;
        line-height: 26px;
        padding: 1px 6px;
        background-color: #888888;
        border-radius: 13px; }
        @media (min-width: 64em) {
          .c-nav .pure-menu-link .count {
            right: auto;
            left: 10px; } }
        @media (max-width: 63.99em) {
          .c-nav .pure-menu-link .count--default {
            background-color: #fff !important;
            color: #000000 !important; } }
    .c-nav .pure-menu-heading {
      border-bottom: none;
      font-size: 110%;
      color: #4b7197; }
  @media (max-width: 63.99em) {
    .c-nav {
      min-width: 300px;
      transition: all 0.2s; }
      body.message-active .c-nav {
        -webkit-transform: translateX(-101%);
                transform: translateX(-101%); } }
  @media (min-width: 64em) {
    .c-nav {
      position: fixed;
      top: 153px;
      bottom: 0;
      overflow: auto;
      margin-left: -300px;
      /* "left col (nav + list)" width */
      width: 250px; } }
  @media (min-width: 80em) {
    .c-nav {
      width: 300px; } }

/*
  Component :: layout
*/
.c-layout {
  margin: 0;
  padding: 0; }
  @media (min-width: 64em) {
    .c-layout {
      padding-left: 320px;
      /* left col nav width */
      position: relative; } }
