@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,300italic,400italic,600italic);@keyframes wiggle {
  0% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(5deg); } }

.footer {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px; }
  @media screen and (min-width: 750px) {
    .footer {
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 auto;
      max-width: 1120px;
      padding: 20px;
      text-align: left; } }
  .footer__link {
    color: #5F6C72;
    display: block;
    margin: 16px 0; }
    .footer__link--secondary {
      margin: 0; }
      .footer__link--secondary:before {
        color: #DADFE2;
        content: '|';
        padding: 0 5px; }
  .footer__social-title {
    margin-bottom: 5px; }
    @media screen and (min-width: 750px) {
      .footer__social-title {
        margin-right: 5px; } }
  .footer__social-link {
    border-radius: 50%;
    background-color: #969EA2;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 4px; }
  .footer__wiggle {
    filter: grayscale(100);
    opacity: 0.8; }
    .footer__wiggle:hover {
      filter: grayscale(0);
      opacity: 1;
      animation: wiggle 0.3s 2; }
  .footer__tagline {
    font-size: 14px; }
    @media screen and (min-width: 750px) {
      .footer__tagline {
        padding: 9px 12px 0px 12px;
        font-size: 14px; } }
  .footer__primary-links {
    order: 0;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #f1f4f5;
    align-items: center; }
    @media screen and (min-width: 750px) {
      .footer__primary-links {
        order: 1;
        width: 50%;
        flex-direction: row;
        padding: 0;
        border-bottom: none;
        align-items: center;
        max-width: 400px; } }
  .footer__social {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0 20px 0; }
    @media screen and (min-width: 750px) {
      .footer__social {
        order: 2;
        width: 50%;
        margin-top: 0;
        flex-direction: row;
        border-bottom: none;
        align-items: center;
        justify-content: flex-start; } }
  .footer__logo {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 40px 0px; }
    @media screen and (min-width: 750px) {
      .footer__logo {
        order: 0;
        flex: 1;
        flex-direction: row;
        margin-bottom: 27px;
        border-bottom: none;
        justify-content: flex-start; } }
  .footer__secondary-links {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #F1F4F5;
    border-top: 1px solid #f1f4f5;
    align-items: center; }
    @media screen and (min-width: 750px) {
      .footer__secondary-links {
        width: 50%;
        margin-top: 5px;
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: row;
        background: none;
        border-top: none; } }
.logo {
  display: inherit; }
  .logo__image {
    width: 70px;
    height: 31px; }
.social-links__link {
  border-radius: 50%;
  background-color: #969EA2;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 4px; }
.header--body__menu-open {
  overflow: hidden; }
  .header--body__menu-open #at-share-dock {
    display: none;
    visibility: hidden; }
  .header--body__menu-open .header-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000; }
    @media (min-width: 780px) {
      .header--body__menu-open .header-block {
        position: static; } }

.header-block {
  position: relative; }
  .header-block__container {
    height: 100%;
    border-bottom: 1px solid #f1f4f5;
    background: #fff;
    position: relative; }
  .header-block .header-block__menu-button {
    color: #5F6C72;
    cursor: pointer;
    margin: 0;
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent !important;
    border: none; }
    .header-block .header-block__menu-button .svg-icon {
      width: 15px;
      height: 15px;
      margin-right: 1em; }
    .header-block .header-block__menu-button:hover {
      background: none;
      color: #969EA2; }
  .header-block__sign-up-cta {
    padding: 20px;
    color: #5F6C72; }
  .header-block__developer-badge {
    margin-left: 1em;
    color: #5F6C72 !important;
    background-color: #fff !important;
    font-weight: 600 !important; }
    @media screen and (max-width: 780px) {
      .header-block__developer-badge {
        display: none; } }
  .header-block__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 20px;
    width: 100%; }
    .header-block__wrapper--full-width {
      max-width: none; }
    .header-block__wrapper--justify {
      justify-content: space-between; }
  .header-block__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.0rem;
    height: 50px; }
    @media (min-width: 570px) {
      .header-block__controls--stretch {
        flex: 1;
        justify-content: flex-start; } }
  .header-block__links-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media all and (-ms-high-contrast: none) {
      .header-block__links-container {
        flex: 1; } }
    .header-block__links-container--padded {
      padding: 10px; }
  @media (max-width: 569px) {
    .header-block--logged-out .header-block__logo {
      left: 50%;
      transform: translateX(-50%);
      padding: 0;
      position: absolute; } }
  @media (max-width: 569px) {
    .header-block--logged-out.header-block--mobile-menu-open {
      height: 100%; } }
  @media screen and (max-width: 799px) {
    .header-block--logged-out .header-block__container--search-enabled {
      min-height: 109px; } }
  @media (min-width: 570px) {
    .header-block--logged-out .header-block__menu-button {
      display: none;
      visibility: hidden; } }
  @media (min-width: 570px) {
    .header-block--logged-out .header-block__sign-up-cta {
      display: none;
      visibility: hidden; } }
  @media (max-width: 569px) {
    .header-block--logged-out .header-block__wrapper {
      padding: 0; } }
  @media (max-width: 569px) {
    .header-block--logged-out .header-block__controls {
      flex: 1;
      padding-right: 0; } }
  @media screen and (min-width: 800px) {
    .header-block--logged-out .header-block__service-search {
      flex: 1;
      display: flex; }
      .header-block--logged-out .header-block__service-search::before {
        content: '';
        flex: 1; }
      .header-block--logged-out .header-block__service-search::after {
        content: '';
        flex: 2; } }
  @media screen and (max-width: 799px) {
    .header-block--logged-out .header-block__service-search {
      position: absolute;
      top: 48px;
      border-top: 1px solid #f1f4f5;
      padding: 0.9rem 2.0rem;
      left: 0;
      right: 0;
      background-color: white;
      z-index: 3;
      max-width: 100%;
      width: auto; } }
  .header-block--logged-out .header-block__links-container {
    margin: 0 0 0 auto; }
    @media (max-width: 569px) {
      .header-block--logged-out .header-block__links-container {
        background-color: #fff;
        border-top: 1px solid #f1f4f5;
        bottom: 0;
        display: none;
        flex: 0;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 109px;
        visibility: hidden;
        width: 100%;
        z-index: 2;
        flex-direction: column; } }
    @media (max-width: 569px) {
      .header-block--logged-out .header-block__links-container--stretch {
        top: 49px; } }
    @media (max-width: 569px) {
      .header-block--logged-out .header-block__links-container--open {
        visibility: visible;
        display: flex; } }
  @media (max-width: 779px) {
    .header-block--logged-in .header-block__logo {
      left: 50%;
      transform: translateX(-50%);
      padding: 0;
      position: absolute; } }
  @media (max-width: 779px) {
    .header-block--logged-in.header-block--mobile-menu-open {
      height: 100%; } }
  @media (max-width: 779px) {
    .header-block--logged-in .header-block__container--search-enabled {
      min-height: 109px; } }
  @media (min-width: 780px) {
    .header-block--logged-in .header-block__menu-button {
      display: none;
      visibility: hidden; } }
  @media (min-width: 780px) {
    .header-block--logged-in .header-block__sign-up-cta {
      display: none;
      visibility: hidden; } }
  @media (max-width: 779px) {
    .header-block--logged-in .header-block__wrapper {
      padding: 0; } }
  @media (max-width: 779px) {
    .header-block--logged-in .header-block__controls {
      flex: 1;
      padding-right: 0; } }
  @media (min-width: 780px) {
    .header-block--logged-in .header-block__overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 9;
      bottom: 0; }
      .header-block--logged-in .header-block__overlay--visible {
        opacity: 0.75;
        visibility: visible; }
      .header-block--logged-in .header-block__overlay--hidden {
        opacity: 0;
        visibility: hidden; } }
  .header-block--logged-in .header-block__service-search {
    margin: 0 0 0 auto;
    position: relative; }
    @media (max-width: 779px) {
      .header-block--logged-in .header-block__service-search {
        position: absolute;
        top: 48px;
        border-top: 1px solid #f1f4f5;
        padding: 0.9rem 2.0rem;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 3;
        max-width: 100%;
        width: auto; } }
  @media (max-width: 779px) {
    .header-block--logged-in .header-block__links-container {
      background-color: #fff;
      border-top: 1px solid #f1f4f5;
      bottom: 0;
      display: none;
      flex: 0;
      left: 0;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 0;
      top: 109px;
      visibility: hidden;
      width: 100%;
      z-index: 2;
      flex-direction: column; } }
  @media (max-width: 779px) {
    .header-block--logged-in .header-block__links-container--stretch {
      top: 49px; } }
  @media (max-width: 779px) {
    .header-block--logged-in .header-block__links-container--open {
      visibility: visible;
      display: flex; } }
.mega-menu {
  padding: 20px;
  background-color: #F1F4F5;
  font-size: 16px; }
  @media (min-width: 570px) {
    .mega-menu {
      background-color: #fff;
      height: auto;
      flex-wrap: wrap;
      border-top: 1px solid #f1f4f5;
      border-bottom: 1px solid #f1f4f5;
      box-shadow: 0 4px 16px 0 rgba(95, 108, 114, 0.17);
      overflow: hidden;
      position: absolute;
      top: 49px;
      left: 0;
      right: 0;
      z-index: 100; } }
  @media (min-width: 1050px) {
    .mega-menu {
      min-height: 300px; } }
  .mega-menu__link {
    color: #5F6C72; }
  .mega-menu--visible {
    display: block;
    visibility: visible; }
  .mega-menu--hidden {
    display: none;
    visibility: hidden; }
  .mega-menu__container {
    display: flex;
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 570px) {
      .mega-menu__container {
        padding: 0 20px;
        flex-wrap: wrap;
        flex-direction: row; } }
    @media (min-width: 1050px) {
      .mega-menu__container {
        flex-wrap: no-wrap; } }
  .mega-menu__content-section {
    margin-bottom: 2em; }
    @media (min-width: 570px) {
      .mega-menu__content-section {
        padding-right: 1em;
        flex: 1 1 auto;
        width: 50%; } }
    @media (min-width: 1050px) {
      .mega-menu__content-section {
        width: auto;
        max-width: 400px;
        margin-bottom: 0; } }
  .mega-menu__title {
    text-transform: none;
    letter-spacing: initial;
    font-weight: 600;
    margin-bottom: 0.5em;
    font-size: inherit; }
  .mega-menu__header-link {
    margin-bottom: 2em; }
    .mega-menu__header-link > a {
      color: #5F6C72; }
  .mega-menu__link-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.5; }
    .mega-menu__link-list--columns {
      list-style-position: inside;
      columns: 2; }
  .mega-menu__link-item {
    margin-bottom: 0.5em; }
  .mega-menu__media {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5em;
    color: #5F6C72; }
    .mega-menu__media--figure {
      margin-right: 1em;
      width: 42px; }
    .mega-menu__media--body {
      flex: 1; }
.navigation-links-v2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1; }
  .navigation-links-v2--actions {
    flex: none; }
  .navigation-links-v2__toggle-menu-button {
    padding: 1.5em 20px 1.3em 20px !important; }
  .navigation-links-v2__link {
    display: block;
    color: #5F6C72;
    font-size: 1em;
    text-align: center;
    cursor: pointer; }
    .navigation-links-v2__link:hover {
      color: #969EA2;
      text-decoration: none; }
    .navigation-links-v2__link--active {
      font-weight: 700;
      color: #354147; }
    .navigation-links-v2__link--visible-mega {
      color: #969EA2; }
    .navigation-links-v2__link--cta-button:hover {
      text-decoration: none;
      color: #fff; }
      .navigation-links-v2__link--cta-button:hover .navigation-links-v2__inner-link {
        background-color: #f04600; }
  .navigation-links-v2__inner-link--cta-button {
    background-color: #FF4A00;
    border: 1px solid #FF4A00;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 0.5rem 1.4rem 0.6rem;
    border-radius: 4px;
    width: 100%; }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-out {
      overflow-y: auto;
      overflow-x: hidden;
      align-items: left;
      justify-content: flex-start;
      width: 100%; } }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-out .navigation-links-v2__inner-link--secondary-button {
      background-color: #f1f4f5;
      color: #555;
      display: block;
      padding: 1rem 1.4rem 0.9rem;
      border-radius: 4px;
      border: 1px solid #DADFE2;
      width: 100%; } }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-out.navigation-links-v2--links {
      flex-direction: column;
      font-size: 1.6rem; } }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-out.navigation-links-v2--actions {
      margin-left: 0;
      padding: 0 15px; } }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-out.navigation-links-v2--actions .navigation-links-v2__item {
      border-bottom: none; } }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-out .navigation-links-v2__item {
      background: #fff;
      border-bottom: 1px solid #f1f4f5;
      width: 100%;
      justify-content: left;
      align-items: center; } }
  @media (min-width: 570px) {
    .navigation-links-v2--logged-out .navigation-links-v2__link--selectable::after {
      content: attr(data-content);
      display: block;
      font-weight: 700;
      height: 0;
      visibility: hidden; } }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-out .navigation-links-v2__link {
      padding: 1.5em 20px 1.3em 20px;
      display: flex;
      justify-content: space-between;
      flex: 1; } }
  @media (min-width: 570px) {
    .navigation-links-v2--logged-out .navigation-links-v2__link {
      padding: 16px 12px 13px; } }
  @media screen and (min-width: 900px) {
    .navigation-links-v2--logged-out .navigation-links-v2__link {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .navigation-links-v2--logged-out .navigation-links-v2__link--cta-button {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 570px) {
    .navigation-links-v2--logged-out .navigation-links-v2__link--divider {
      padding-left: 15px;
      margin-left: 20px; } }
  @media screen and (min-width: 900px) {
    .navigation-links-v2--logged-out .navigation-links-v2__link--divider {
      margin-left: 40px; } }
  .navigation-links-v2--logged-out .navigation-links-v2__link--cta-button, .navigation-links-v2--logged-out .navigation-links-v2__link--secondary-button {
    padding: 0.8rem 0; }
    @media (max-width: 569px) {
      .navigation-links-v2--logged-out .navigation-links-v2__link--cta-button, .navigation-links-v2--logged-out .navigation-links-v2__link--secondary-button {
        margin: 0.7em 5px; } }
  @media (min-width: 570px) {
    .navigation-links-v2--logged-out .navigation-links-v2__link--cta-button {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 570px) {
    .navigation-links-v2--logged-out .navigation-links-v2__link--secondary-button {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-out .navigation-links-v2__inner-link--cta-button, .navigation-links-v2--logged-out .navigation-links-v2__inner-link--secondary-button {
      padding: 1.6rem 2.4rem 1.5rem; } }
  .navigation-links-v2--logged-out .navigation-links-v2--actions {
    flex-direction: row;
    border-bottom: none; }
  @media (max-width: 779px) {
    .navigation-links-v2--logged-in {
      overflow-y: auto;
      overflow-x: hidden;
      align-items: left;
      justify-content: flex-start;
      width: 100%; } }
  @media (max-width: 779px) {
    .navigation-links-v2--logged-in .navigation-links-v2__inner-link--secondary-button {
      background-color: #f1f4f5;
      color: #555;
      display: block;
      padding: 1rem 1.4rem 0.9rem;
      border-radius: 4px;
      border: 1px solid #DADFE2;
      width: 100%; } }
  @media (max-width: 779px) {
    .navigation-links-v2--logged-in.navigation-links-v2--links {
      flex-direction: column;
      font-size: 1.6rem; } }
  @media (max-width: 779px) {
    .navigation-links-v2--logged-in.navigation-links-v2--actions {
      margin-left: 0;
      padding: 0 15px; } }
  @media (max-width: 779px) {
    .navigation-links-v2--logged-in.navigation-links-v2--actions .navigation-links-v2__item {
      border-bottom: none; } }
  @media (max-width: 779px) {
    .navigation-links-v2--logged-in .navigation-links-v2__item {
      background: #fff;
      border-bottom: 1px solid #f1f4f5;
      width: 100%;
      justify-content: left;
      align-items: center; } }
  @media (min-width: 780px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link--selectable::after {
      content: attr(data-content);
      display: block;
      font-weight: 700;
      height: 0;
      visibility: hidden; } }
  @media (max-width: 779px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link {
      padding: 1.5em 20px 1.3em 20px;
      display: flex;
      justify-content: space-between;
      flex: 1; } }
  @media (min-width: 780px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link {
      padding: 14px; } }
  @media (min-width: 780px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link--divider {
      padding-left: 15px;
      margin-left: 20px; } }
  @media screen and (min-width: 779px) and (max-width: 859px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link--divider {
      visibility: hidden;
      margin-left: 0;
      padding: 0;
      width: 30px; } }
  @media screen and (min-width: 900px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link--divider {
      margin-left: 40px; } }
  @media screen and (min-width: 960px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .navigation-links-v2--logged-in .navigation-links-v2__link--cta-button {
        padding-left: 0;
        padding-right: 0; } }
  .navigation-links-v2--logged-in .navigation-links-v2__link--cta-button, .navigation-links-v2--logged-in .navigation-links-v2__link--secondary-button {
    padding: 0.8rem 0; }
    @media (max-width: 779px) {
      .navigation-links-v2--logged-in .navigation-links-v2__link--cta-button, .navigation-links-v2--logged-in .navigation-links-v2__link--secondary-button {
        margin: 0.7em 5px; } }
  @media (min-width: 780px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link--cta-button {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 780px) {
    .navigation-links-v2--logged-in .navigation-links-v2__link--secondary-button {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 569px) {
    .navigation-links-v2--logged-in .navigation-links-v2__inner-link--cta-button, .navigation-links-v2--logged-in .navigation-links-v2__inner-link--secondary-button {
      padding: 1.6rem 2.4rem 1.5rem; } }
.header-search-toggle {
  color: #969EA2;
  display: flex;
  border: none;
  background: none;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center; }
  .header-search-toggle__icon {
    width: 18px;
    height: 18px; }
  .header-search-toggle:hover {
    color: #5F6C72;
    background: none; }
  @media (max-width: 779px) {
    .header-search-toggle {
      display: none;
      visibility: hidden; } }

.team-account-logo {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .team-account-logo__image {
    display: block;
    border-radius: 3px; }
  .team-account-logo__name {
    display: block;
    margin-top: 1em;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff; }
.account-info__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0; }

.account-info__avatar {
  flex: none; }

.account-info__details {
  margin: 0 1rem;
  flex: 1;
  min-width: 0;
  line-height: 1.5; }

.account-info__title {
  color: #354147;
  font-size: 1.4rem; }
  .account-dropdown-toggler--strong .account-info__title {
    font-weight: 600; }

.account-info__meta {
  color: #969EA2;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase; }
.account-dropdown-toggler {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .account-dropdown-toggler__arrow {
    color: #969EA2; }
.menu {
  border: 1px solid #DADFE2;
  border-radius: 3px;
  overflow: hidden;
  font-size: 1.4rem;
  text-align: left; }
  .menu--square {
    border-radius: 0; }
  .menu--borderless {
    border: none;
    border-radius: 0; }
  .menu__list {
    line-height: 1.2;
    margin: 0;
    overflow: auto;
    max-height: 20rem; }
    .menu__list--dominant {
      color: #499DF3; }
  .menu__section:not(:last-child) {
    border-bottom: 1px solid #DADFE2; }
  .menu__section-header {
    display: flex;
    align-items: center;
    padding: 1rem 1.1rem 0.7rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 600;
    color: #969EA2; }
    .menu__section-header:not(:only-child) {
      border-bottom: 1px solid #DADFE2; }
    .menu__section-header--interactive {
      cursor: pointer; }
      .menu__section-header--interactive:hover, .menu__section-header--interactive:focus {
        background-color: #F1F4F5; }
    .menu__section-header--dominant {
      background-color: #f0f7fe;
      text-transform: none;
      color: #5F6C72;
      font-weight: 400;
      font-size: 1.4rem;
      padding: 1.3rem 1.1rem 1.2rem;
      letter-spacing: 0; }
      .menu__section-header--dominant.menu__section-header--interactive:hover, .menu__section-header--dominant.menu__section-header--interactive:focus {
        background-color: #e2effd; }
  .menu__section-header-text {
    flex: 1; }
  .menu__section-header-icon {
    margin-right: 5px; }
    .menu__section-header--dominant .menu__section-header-icon {
      margin-right: 10px;
      width: 18px;
      height: 18px; }
  .menu__section-header-count {
    font-weight: 600;
    margin-left: 12px; }
  .menu__section-header-toggle-icon {
    margin-left: 12px;
    transition: transform 0.1s ease-in-out;
    width: 12px;
    height: 12px; }
    .menu__section-header-toggle-icon--open {
      transform: rotate(90deg); }
  .menu__section-content {
    padding: 1.1rem; }
    .menu__section-content--list {
      padding: 0; }
  .menu__item[disabled] {
    opacity: 0.7; }
  .menu__item:not([disabled]):hover, .menu__item:not([disabled]):focus {
    background: #F1F4F5; }
  .menu__item:not(:last-child) {
    border-bottom: 1px solid #DADFE2; }
  .menu .menu__label {
    display: block;
    padding: 1.1rem;
    text-decoration: none;
    color: inherit;
    cursor: pointer; }
    .menu .menu__label--disabled {
      cursor: default; }
    .menu .menu__label--danger {
      background-color: #E52F00;
      color: #fff; }
      .menu .menu__label--danger:hover {
        background-color: #cc2a00; }
    .menu .menu__label--centered {
      text-align: center; }
  .menu__label-content {
    display: flex;
    align-items: center;
    line-height: 1.3; }
  .menu__label-text {
    flex: 1; }
  .menu__icon {
    margin-right: 1rem; }
    .menu__icon--after {
      margin-left: 1rem;
      margin-right: 0; }
.dropdown-menu-v2-wrapper {
  display: inline-block;
  position: relative; }
  .dropdown-menu-v2-wrapper--block {
    display: block; }

.dropdown-menu-v2 {
  background-color: #fff;
  margin: 0;
  position: absolute;
  max-height: 15em;
  border: 1px solid #DADFE2;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: auto;
  z-index: 900; }
  .dropdown-menu-v2--above {
    bottom: 100%; }
  .dropdown-menu-v2--at-bottom {
    bottom: 0; }
  .dropdown-menu-v2--below {
    top: 100%; }
  .dropdown-menu-v2--at-top {
    top: 0; }
  .dropdown-menu-v2--justify-right {
    right: 0; }
  .dropdown-menu-v2--justify-left {
    left: 0; }
  .dropdown-menu-v2--block {
    width: 100%; }
  .dropdown-menu-v2 .dropdown-menu-v2__menu {
    border: none;
    height: inherit; }
.account-dropdown {
  max-height: 75vh;
  width: 270px;
  text-align: left; }
  @media (max-width: 750px) {
    .account-dropdown {
      width: 90vw; } }
  .account-dropdown__details {
    font-size: 1.3rem;
    padding: 1rem;
    background: #fff; }
  .account-dropdown__plan-details {
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .account-dropdown__plan {
    margin-right: 0.5rem; }
  .account-dropdown__monthly-usage {
    font-size: 1.2rem; }
  .account-dropdown__monthly-usage-details:not(:only-child) {
    margin-bottom: .8em; }
.account-menu__toggler {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 49px;
  width: 49px;
  align-items: center;
  justify-content: center; }
  .account-menu__toggler .account-dropdown-toggler__content {
    flex: none; }
  @media (max-width: 750px) {
    .account-menu__toggler .account-dropdown-toggler__arrow {
      display: none; } }

.account-menu__details {
  flex: 1;
  margin: 0 1em;
  min-width: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 750px) {
    .account-menu__details {
      display: none; } }

.account-menu__details-item {
  color: #5F6C72;
  margin: 0;
  line-height: 1.6; }
  .account-menu__details-item--plan {
    color: #969EA2;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase; }

.account-menu__arrow {
  color: #969EA2; }
  @media (max-width: 750px) {
    .account-menu__arrow {
      display: none; } }
  .account-menu:hover .account-menu__arrow {
    color: #499DF3; }
@keyframes wobble-hor-top {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%; }
  15% {
    transform: translateX(-9px) rotate(6deg); }
  30% {
    transform: translateX(3px) rotate(-6deg); }
  45% {
    transform: translateX(-3px) rotate(3.6deg); }
  60% {
    transform: translateX(0px) rotate(-2.4deg); }
  75% {
    transform: translateX(-1px) rotate(1.2deg); } }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.notification-bell__icon-container--animate {
  animation: wobble-hor-top 0.4s 1.125s 2 both; }

.notification-bell__icon-container--animation-delay {
  animation-delay: 0; }

.notification-bell__icon {
  color: #969EA2;
  transition: all .1s ease;
  width: 18px;
  height: 18px; }
  .notification-bell__icon:hover {
    color: #5F6C72; }
  .notification-bell__icon--unread {
    color: #499DF3; }
    .notification-bell__icon--unread:hover {
      color: #1983f0; }

.notification-bell__counter {
  border: 2px solid #fff;
  position: absolute;
  margin-top: -25px;
  margin-left: 11px;
  color: #fff;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  font-size: 10px;
  background-color: #ff4a00;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
  padding-top: 0.5px; }
  .notification-bell__counter--animate {
    animation: scale-in-center 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both; }
  .notification-bell__counter--animation-delay {
    animation-delay: 0; }
.header-account-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
  border-left: 1px solid #f1f4f5; }
  .header-account-actions--padded {
    padding: 0.75em; }
  .header-account-actions .loading-block {
    height: 49px;
    width: 49px; }
  @media (max-width: 779px) {
    .header-account-actions {
      padding-left: 0;
      padding-right: 1rem;
      border-left: none; }
      .header-account-actions .account-menu {
        order: 2; }
      .header-account-actions .notifications-menu {
        order: 1; } }
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS and IE text size adjust after device orientation change,
  *    without disabling user zoom.
  * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
  *  `em` units.
  */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
  * Remove default margin.
  */
body {
  margin: 0; }

/* HTML5 display definitions
    ========================================================================== */
/**
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox.
  * Correct `block` display not defined for `main` in IE 11.
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
  * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
  * Prevents modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Address `[hidden]` styling not present in IE 8/9/10.
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
  */
[hidden],
template {
  display: none; }

/* Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */
a {
  background-color: transparent; }

/**
  * Improve readability of focused elements when they are also in an
  * active/hover state.
  */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
    ========================================================================== */
/**
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted; }

/**
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  */
b,
strong {
  font-weight: bold; }

/**
  * Address styling not present in Safari and Chrome.
  */
dfn {
  font-style: italic; }

/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari, and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
  * Addresses styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000; }

/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
    ========================================================================== */
/**
  * 1. Remove border when inside `a` element in IE 8/9/10.
  * 2. Improves image quality when scaled in IE 7.
  */
img {
  border: 0; }

/**
  * Correct overflow not hidden in IE 9/10/11.
  */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari.
  */
figure {
  margin: 1em 40px; }

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  box-sizing: content-box;
  height: 0; }

/**
  * Contain overflow in all browsers.
  */
pre {
  overflow: auto; }

/**
  * Address odd `em`-unit font size rendering in all browsers.
  * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
    ========================================================================== */
/**
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
  * styling of `select`, unless a `border` property is set.
  */
/**
  * 1. Correct color not being inherited.
  *  Known issue: affects color of disabled elements.
  * 2. Correct font properties not being inherited.
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  * 4. Improves appearance and consistency in all browsers.
  */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
  */
button {
  overflow: visible; }

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  * Correct `select` style inheritance in Firefox.
  */
button,
select {
  text-transform: none; }

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *  and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *  `input` and others.
  * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
  *  Known issue: inner spacing remains in IE 6.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
input {
  line-height: normal; }

/**
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  *  Known issue: excess padding remains in IE 6.
  */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  * `font-size` values of the `input`, it causes the cursor style of the
  * decrement button to change from `default` to `text`.
  */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  * Safari (but not Chrome) clips the cancel button when the search input has
  * padding (and `textfield` appearance).
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  * 3. Corrects text not wrapping in Firefox 3.
  * 4. Corrects alignment displayed oddly in IE 6/7.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * Remove default vertical scrollbar in IE 8/9/10/11.
  */
textarea {
  overflow: auto; }

/**
  * Don't inherit the `font-weight` (applied by a rule above).
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  */
optgroup {
  font-weight: bold; }

/* Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background-color: #FF4A00;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px); }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  box-sizing: border-box;
  font-size: 10px; }

body {
  font-size: 14px;
  font-family: "Open Sans", Helvetica, arial, sans-serif;
  line-height: 22.4px;
  color: #5F6C72;
  font-weight: 400; }

*, *:before, *:after {
  box-sizing: inherit; }

html,
body {
  height: 100%;
  width: 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative; }

button,
input {
  font-family: "Open Sans", Helvetica, arial, sans-serif;
  font-size: 14px; }

a {
  color: #499DF3;
  transition: all 0.1s ease;
  text-decoration: none; }

ol,
ul {
  list-style: none; }

ul {
  margin: 0 0 1.5rem; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0 0 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #354147;
  font-weight: 600; }

h1 {
  font-size: 2rem;
  line-height: 1.3em;
  padding: 1.5rem 0; }

h2 {
  font-size: 20px;
  line-height: 1.4em;
  padding: 1rem 0; }

h3 {
  font-size: 1.143rem;
  line-height: 1.857rem;
  padding: 1rem 0; }

h4 {
  font-size: 0.929rem;
  line-height: 1.643rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700; }

p {
  margin: 0 0 1rem;
  font-weight: normal; }

button {
  font-family: "Open Sans", Helvetica, arial, sans-serif; }

small {
  font-size: 0.8571rem;
  line-height: 1.571rem; }

button,
input {
  font-family: "Open Sans", Helvetica, arial, sans-serif; }

/*# sourceMappingURL=_app.js-f15d0c31a7cec6c9a74f.css.map*/