.cac-header-click-hide-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 3;
  display: none;
}
body.header-subnav-open .cac-header-click-hide-overlay {
  display: block;
}
.aui-header {
  display: none !important;
}
header.cac-header {
  background-color: #0052CC;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  z-index: 5;
  position: relative;
}
header.cac-header-stg {
  background-color: #6554C0;
}
header.cac-header-dev {
  background-color: #FF5630;
}
header.cac-header .header-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  header.cac-header .header-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.cac-header .header-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  header.cac-header .header-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1060px;
  }
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-content-wrapper {
    height: 88px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-content-wrapper {
    height: 88px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.cac-header .header-content-wrapper {
    height: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  header.cac-header .header-content-wrapper {
    height: 88px;
  }
}
header.cac-header .header-content-wrapper .header-mobile-back-button {
  background: url(/staticassets/4.2.1/dist/common/images/chevron-back.svg) no-repeat top left;
  -moz-background-size: contain;
       background-size: contain;
  height: 16px;
  width: 16px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none;
}
@media only screen and (max-width: 360px) {
  body.header-subnav-open-products header.cac-header .header-content-wrapper .header-mobile-back-button,
  body.header-subnav-open-resources header.cac-header .header-content-wrapper .header-mobile-back-button {
    display: block;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  body.header-subnav-open-products header.cac-header .header-content-wrapper .header-mobile-back-button,
  body.header-subnav-open-resources header.cac-header .header-content-wrapper .header-mobile-back-button {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.cac-header .header-content-wrapper .header-mobile-back-button {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header.cac-header .header-content-wrapper .header-mobile-back-button {
    display: none;
  }
}
header.cac-header .header-content-wrapper .header-current-subnav-title {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF !important;
  display: none;
  position: absolute;
  font-weight: normal;
  margin: 0;
  padding: 0;
  left: 75px;
  right: 75px;
  top: -webkit-calc(35%);
  top: -moz-calc(35%);
  top: calc(35%);
}
@media only screen and (max-width: 360px) {
  body.header-subnav-open-products header.cac-header .header-content-wrapper .header-current-subnav-title,
  body.header-subnav-open-resources header.cac-header .header-content-wrapper .header-current-subnav-title {
    display: block;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  body.header-subnav-open-products header.cac-header .header-content-wrapper .header-current-subnav-title,
  body.header-subnav-open-resources header.cac-header .header-content-wrapper .header-current-subnav-title {
    display: block;
  }
}
header.cac-header .header-content-wrapper .top-header-products-waffle {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  height: 32px;
  width: 32px;
  background: url(/staticassets/4.2.1/dist/common/images/expand-waffle.svg) no-repeat center center;
  -moz-background-size: 24px 24px;
       background-size: 24px 24px;
  text-indent: -9999px;
  position: absolute;
  left: 16px;
  top: -webkit-calc(50% - 16px);
  top: -moz-calc(50% - 16px);
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin-right: 10px;
}
header.cac-header .header-content-wrapper .top-header-products-waffle:hover,
body.header-subnav-open-products header.cac-header .header-content-wrapper .top-header-products-waffle {
  background-color: #0747A6;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-content-wrapper .top-header-products-waffle {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-content-wrapper .top-header-products-waffle {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.cac-header .header-content-wrapper .top-header-products-waffle {
    display: none;
  }
}
header.cac-header .header-content-wrapper .cac-header-logo {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  text-decoration: none;
}
header.cac-header .header-content-wrapper .cac-header-logo:hover > h1 {
  text-decoration: none;
}
header.cac-header .header-content-wrapper .cac-header-logo > h1 {
  color: #FFF;
  text-decoration: none;
  font-size: 24px;
  font-family: "CharlieSans";
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
}
header.cac-header .header-content-wrapper .cac-header-logo > img {
  height: 100%;
}
@media only screen and (max-width: 360px) {
  body.header-subnav-open-products header.cac-header .header-content-wrapper .cac-header-logo,
  body.header-subnav-open-resources header.cac-header .header-content-wrapper .cac-header-logo {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  body.header-subnav-open-products header.cac-header .header-content-wrapper .cac-header-logo,
  body.header-subnav-open-resources header.cac-header .header-content-wrapper .cac-header-logo {
    display: none;
  }
}
header.cac-header .header-content-wrapper > ul {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
header.cac-header .header-content-wrapper > ul li {
  height: 32px;
  line-height: 32px;
  color: #FFF;
  margin: 0 5px;
  list-style: none;
  cursor: pointer;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-primary {
  position: relative;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li:first-child {
  margin-left: 20px;
}
body.header-subnav-open-products header.cac-header .header-content-wrapper > ul.top-header-nav-primary li.top-header-nav-products {
  background-color: #0747A6;
}
body.header-subnav-open-resources header.cac-header .header-content-wrapper > ul.top-header-nav-primary li.top-header-nav-resources {
  background-color: #0747A6;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-primary li {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-primary li {
    display: none;
  }
}
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li.top-header-nav-products,
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li.top-header-nav-resources {
  padding-right: 40px;
  padding-left: 10px;
  position: relative;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li.top-header-nav-products:after,
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li.top-header-nav-resources:after {
  background: url(/staticassets/4.2.1/dist/common/images/topnav-open.svg) no-repeat center right;
  -moz-background-size: cover;
       background-size: cover;
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 2px;
  top: 0;
  content: '';
}
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li a {
  height: 32px;
  line-height: 32px;
  color: #FFF;
  margin: 0 5px;
  list-style: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 0 10px;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li a:hover {
  background-color: #0747A6;
  border-bottom-width: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li.nav-item-current-page {
  border-bottom: solid 2px #FFF;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-primary li:hover {
  background-color: #0747A6;
  border-bottom-width: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li:last-child {
  margin-right: 0;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-search-icon {
  padding: 0;
  width: 32px;
  -webkit-border-radius: 32px;
     -moz-border-radius: 32px;
          border-radius: 32px;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-search-icon a {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  height: 32px;
  width: 32px;
  background: url(/staticassets/4.2.1/dist/common/images/search.svg) no-repeat center;
  -moz-background-size: 22px 22px;
       background-size: 22px 22px;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-search-icon {
    display: none;
  }
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-login-btn {
  display: inline-block;
  background-color: #F4F5F7;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #42526E !important;
  text-decoration: none !important;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  max-width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  overflow-wrap: normal;
  overflow: hidden;
  white-space: nowrap;
  background-color: inherit;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-login-btn:hover {
  text-decoration: none;
  background-color: #DFE1E6;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-login-btn:focus {
  outline: none !important;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-login-btn:hover {
  background-color: #0747A6;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-login-btn a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-login-btn {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-contact {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-contact {
    display: none;
  }
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-mobile-more-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  background: url(/staticassets/4.2.1/dist/common/images/more-ellipsis.svg) no-repeat center left;
  -moz-background-size: contain;
       background-size: contain;
  height: 16px;
  width: 16px;
}
body.header-subnav-open header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-mobile-more-icon {
  background: url(/staticassets/4.2.1/dist/common/images/header-close.svg) no-repeat top left;
  -moz-background-size: contain;
       background-size: contain;
  height: 16px;
  width: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-mobile-more-icon {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-mobile-more-icon {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-mobile-more-icon {
    display: block;
  }
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-user-avatar {
  display: none;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  background-color: #0747A6;
  position: relative;
}
@media (max-width: 450px) {
  header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-user-avatar {
    display: none !important;
  }
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-user-avatar > img {
  height: 32px;
  width: 32px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  cursor: pointer;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-user-avatar > .user-account-dropdown {
  display: none;
  top: -webkit-calc(100% + 2px);
  top: -moz-calc(100% + 2px);
  top: calc(100% + 2px);
  z-index: 6;
  background-color: #FFF;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #DFE1E6;
  -webkit-box-shadow: 0px 2px 5px 1px #F4F5F7;
     -moz-box-shadow: 0px 2px 5px 1px #F4F5F7;
          box-shadow: 0px 2px 5px 1px #F4F5F7;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(22, 22, 22, 0.4);
     -moz-box-shadow: 0 2px 8px 0 rgba(22, 22, 22, 0.4);
          box-shadow: 0 2px 8px 0 rgba(22, 22, 22, 0.4);
  top: -webkit-calc(100% + 5px);
  top: -moz-calc(100% + 5px);
  top: calc(100% + 5px);
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-user-avatar > .user-account-dropdown ul {
  padding: 10px;
  width: 170px;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-user-avatar > .user-account-dropdown ul a {
  color: #42526E;
}
header.cac-header .header-content-wrapper > ul.top-header-nav-secondary li.top-header-nav-user-avatar > .user-account-dropdown ul .user-account-atlassian-only {
  display: none;
}
header.cac-header .header-subnav {
  position: absolute;
  width: 100%;
  background-color: #FFF;
  z-index: 4;
  -webkit-box-shadow: 0 15px 50px 5px rgba(22, 22, 22, 0.1);
     -moz-box-shadow: 0 15px 50px 5px rgba(22, 22, 22, 0.1);
          box-shadow: 0 15px 50px 5px rgba(22, 22, 22, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body:not(.header-subnav-open) header.cac-header .header-subnav {
  display: none;
}
header.cac-header .header-subnav .header-subnav-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav .header-subnav-main {
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav .header-subnav-main {
    width: 100%;
  }
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category {
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category {
    max-width: 633.33333333px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category {
    max-width: 683.33333333px;
    padding-left: 70px;
  }
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2 {
  display: block;
  height: 60px;
  line-height: 60px !important;
  font-size: 18px !important;
  color: #172B4D;
  font-weight: normal;
  border-bottom: solid 1px #DFE1E6;
  position: relative;
  cursor: pointer;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2 a {
  text-decoration: none;
  color: #172B4D;
  display: block;
  height: 100%;
  width: 100%;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2:not(.subnav-category-label-link):after {
  -moz-background-size: contain;
       background-size: contain;
  background: url(/staticassets/4.2.1/dist/common/images/chevron.svg) no-repeat;
  height: 10px;
  width: 10px;
  position: absolute;
  content: '';
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: calc(50% - 5px);
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2:not(.subnav-category-label-link):after {
    right: 20px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2:not(.subnav-category-label-link):after {
    right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2 {
    max-width: 1060px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2 {
    max-width: 1060px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2 {
    display: none;
  }
}
body.header-subnav-open-products header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2,
body.header-subnav-open-resources header.cac-header .header-subnav .header-subnav-main .header-subnav-category > h2 {
  display: none;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-products,
header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-resources {
  padding: 20px 40px 30px 0;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-products,
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-resources {
    max-width: 1060px;
    padding: 20px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-products,
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-resources {
    max-width: 1060px;
    padding: 20px;
  }
}
body:not(.header-subnav-open-products) header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-products {
  display: none;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-products .see-all-link {
  margin-left: 10px;
}
body:not(.header-subnav-open-resources) header.cac-header .header-subnav .header-subnav-main .header-subnav-category .header-subnav-category-resources {
  display: none;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin: 0;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul li > a {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 10px 10px 60px;
  display: block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  max-height: 51px;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul li > a:before {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 10px;
  top: -webkit-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
  top: calc(50% - 20px);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul li > a h3 {
  color: #42526E;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul li > a p {
  color: #6B778C;
  margin: 0;
  line-height: 11px;
  font-size: 12px;
  font-weight: normal;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul li > a:hover {
  text-decoration: none;
  background-color: #F4F5F7;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list {
  margin-bottom: 10px;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list li a:before {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #DFE1E6;
  -moz-background-size: 22px;
       background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list li.product-jira-software a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/product-icons/jira-software.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list li.product-jira-service-management a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/product-icons/jira-service-management.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list li.product-jira-core a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/product-icons/jira-core.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list li.product-confluence a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/product-icons/confluence.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list li.product-bitbucket a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/product-icons/bitbucket.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list li.product-hipchat a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/product-icons/hipchat.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-product-list li.product-stride a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/product-icons/stride.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-resource-list li.resource-documentation a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/resources-icons/documentation.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-resource-list li.resource-community a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/resources-icons/community.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-resource-list li.resource-cloud-system-status a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/resources-icons/status.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-resource-list li.resource-marketplace a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/resources-icons/marketplace.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-resource-list li.resource-billing a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/resources-icons/billing.svg);
}
header.cac-header .header-subnav .header-subnav-main .header-subnav-category ul.subnav-resource-list li.resources-suggestions a:before {
  background-image: url(/staticassets/4.2.1/dist/common/images/resources-icons/suggestions.svg);
}
header.cac-header .header-subnav .header-subnav-links {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: -webkit-calc(50% - 153.33333333px);
  width: -moz-calc(50% - 153.33333333px);
  width: calc(50% - 153.33333333px);
  position: relative;
  background-color: #F4F5F7;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav .header-subnav-links {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav .header-subnav-links {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%;
  }
}
header.cac-header .header-subnav .header-subnav-links .header-subnav-close-button {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 20px;
  right: 20px;
  background: url(/staticassets/4.2.1/dist/common/images/icons/close.svg) center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav .header-subnav-links .header-subnav-close-button {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav .header-subnav-links .header-subnav-close-button {
    display: none;
  }
}
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper {
  width: 100%;
  margin-right: auto;
  padding: 30px 0 30px 40px;
}
@media only screen and (max-width: 360px) {
  header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper {
    max-width: 1060px;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 850px) {
  header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper {
    max-width: 1060px;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper {
    max-width: 326.66666667px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper {
    max-width: 376.66666667px;
    padding-right: 70px;
  }
}
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul li a {
  color: #5E6C84;
}
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul li.link-login-to-account,
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul li.link-logout-of-account {
  padding-left: 30px;
  position: relative;
  display: none;
}
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul li.link-login-to-account:before,
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul li.link-logout-of-account:before {
  background: url(/staticassets/4.2.1/dist/common/images/avatar-icon.svg) no-repeat center right;
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0px;
  top: 0;
  content: '';
}
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul li.link-contact-support {
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul li.link-contact-support:before {
  background: url(/staticassets/4.2.1/dist/common/images/contact-support-icon.svg) no-repeat center right;
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0px;
  top: 0;
  content: '';
}
header.cac-header .header-subnav .header-subnav-links .subnav_products-links-wrapper ul li.link-wac {
  padding-top: 20px;
}
header.cac-header .space-banner {
  width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #172B4D !important;
}
header.cac-header .space-banner-wrapper {
  color: #FFFFFF !important;
}
header.cac-header .space-banner-wrapper a,
header.cac-header .space-banner-wrapper a:hover,
header.cac-header .space-banner-wrapper a:active {
  color: #4C9AFF !important;
}
footer.cac-footer {
  background-color: #F4F5F7;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  z-index: 1;
}
@media only screen and (max-width: 360px) {
  footer.cac-footer .footer-internals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  footer.cac-footer .footer-internals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer.cac-footer .footer-internals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  footer.cac-footer .footer-internals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1060px;
  }
}
footer.cac-footer .footer-internals .footer-sidebar-padder {
  width: 0;
}
body.animatable footer.cac-footer .footer-internals .footer-sidebar-padder {
  -webkit-transition: width 500ms ease-in-out;
  -o-transition: width 500ms ease-in-out;
  -moz-transition: width 500ms ease-in-out;
  transition: width 500ms ease-in-out;
}
footer.cac-footer .footer-internals .footer-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body.animatable footer.cac-footer .footer-internals .footer-content {
  -webkit-transition: width 500ms ease-in-out, padding 500ms ease-in-out;
  -o-transition: width 500ms ease-in-out, padding 500ms ease-in-out;
  -moz-transition: width 500ms ease-in-out, padding 500ms ease-in-out;
  transition: width 500ms ease-in-out, padding 500ms ease-in-out;
}
footer.cac-footer .footer-internals .footer-content .footer-logo-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 360px) {
  footer.cac-footer .footer-internals .footer-content .footer-logo-wrapper {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  footer.cac-footer .footer-internals .footer-content .footer-logo-wrapper {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-top: 30px;
    width: 100%;
  }
}
footer.cac-footer .footer-internals .footer-content .footer-logo-wrapper .footer-logo {
  display: block;
  height: 18px;
  width: 144px;
  background: url(/staticassets/4.2.1/dist/common/images/footer-atlassian-logo.svg) no-repeat top left;
  -moz-background-size: contain;
       background-size: contain;
  text-indent: -9999px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer.cac-footer .footer-internals .footer-content {
    height: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  footer.cac-footer .footer-internals .footer-content {
    height: 115px;
  }
}
footer.cac-footer .footer-internals .footer-content ul {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
     -moz-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 360px) {
  footer.cac-footer .footer-internals .footer-content ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  footer.cac-footer .footer-internals .footer-content ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
footer.cac-footer .footer-internals .footer-content ul li {
  list-style: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #42526E;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
footer.cac-footer .footer-internals .footer-content ul li a {
  color: #42526E;
}
@media only screen and (max-width: 360px) {
  footer.cac-footer .footer-internals .footer-content ul li {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  footer.cac-footer .footer-internals .footer-content ul li {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer.cac-footer .footer-internals .footer-content ul li {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  footer.cac-footer .footer-internals .footer-content ul li {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  footer.cac-footer.sidebar-expanded .footer-internals .footer-sidebar-padder {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  footer.cac-footer.sidebar-expanded .footer-internals .footer-content {
    width: 66.666%;
    padding-left: 40px;
  }
}
@font-face {
  font-family: "CharlieSans";
  src: url("/staticassets/4.2.1/dist/common/fonts/Charlie_Display-Regular.woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "CharlieSans";
  src: url("/staticassets/4.2.1/dist/common/fonts/Charlie_Display-Black.woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "CharlieSans";
  src: url("/staticassets/4.2.1/dist/common/fonts/Charlie_Display-Semibold.woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CharlieSans";
  src: url("/staticassets/4.2.1/dist/common/fonts/Charlie_Display-Bold.woff");
  font-weight: 800;
  font-style: normal;
}
html,
body,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
img,
pre,
form,
fieldset {
  margin: 0;
  padding: 0;
}
img,
fieldset {
  border: 0;
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  background-color: #FFF;
  color: #172B4D;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857142857143;
  letter-spacing: -0.005em;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}
p,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
form,
table {
  margin: 12px 0 0 0;
}
a {
  color: #0052CC;
  text-decoration: none;
}
a:hover {
  color: #0065FF;
  text-decoration: underline;
}
a:active {
  color: #0747A6;
}
a:focus {
  outline: 2px solid #4C9AFF;
  outline-offset: 2px;
}
h1 {
  font-size: 2.07142857em;
  font-style: inherit;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.10344828;
  margin-top: 40px;
}
h2 {
  font-size: 1.71428571em;
  font-style: inherit;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.16666667;
  margin-top: 28px;
}
h3 {
  font-size: 1.42857143em;
  font-style: inherit;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.2;
  margin-top: 28px;
}
h4 {
  font-size: 1.14285714em;
  font-style: inherit;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.006em;
  margin-top: 24px;
}
h5 {
  font-size: 1em;
  font-style: inherit;
  font-weight: 600;
  line-height: 1.14285714;
  letter-spacing: -0.003em;
  margin-top: 16px;
}
h6 {
  color: #5E6C84;
  font-size: 0.85714286em;
  font-weight: 600;
  line-height: 1.33333333;
  margin-top: 20px;
  text-transform: uppercase;
}
ul,
ol,
dl {
  padding-left: 40px;
}
[dir="rtl"]ul,
[dir="rtl"]ol,
[dir="rtl"]dl {
  padding-left: 0;
  padding-right: 40px;
}
dd,
dd + dt,
li + li {
  margin-top: 4px;
}
ul ul:not(:first-child),
ol ul:not(:first-child),
ul ol:not(:first-child),
ol ol:not(:first-child) {
  margin-top: 4px;
}
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
blockquote:first-child,
pre:first-child,
form:first-child,
table:first-child {
  margin-top: 0;
}
blockquote,
q {
  color: inherit;
}
blockquote {
  border: none;
  padding-left: 40px;
}
[dir="rtl"] blockquote {
  padding-left: 0;
  padding-right: 40px;
}
blockquote::before,
q:before {
  content: "\201C";
}
blockquote::after,
q::after {
  content: "\201D";
}
blockquote::before {
  float: left;
  margin-left: -1em;
  text-align: right;
  width: 1em;
}
[dir="rtl"] blockquote::before {
  float: right;
  margin-right: -1em;
  text-align: left;
}
blockquote > :last-child {
  display: inline-block;
}
small {
  color: #5E6C84;
  font-size: 0.85714286em;
  font-weight: normal;
  line-height: 1.33333333;
  margin-top: 16px;
}
code,
kbd {
  font-family: "SFMono-Medium", "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace;
}
var,
address,
dfn,
cite {
  font-style: italic;
}
abbr {
  border-bottom: 1px #ccc dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  width: 100%;
}
thead,
tbody,
tfoot {
  border-bottom: 2px solid #DFE1E6;
}
td,
th {
  border: none;
  padding: 4px 8px;
  text-align: left;
}
th {
  vertical-align: top;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
caption {
  font-size: 1.42857143em;
  font-style: inherit;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.2;
  margin-top: 28px;
  margin-bottom: 8px;
  text-align: left;
}
template {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
@-moz-document url-prefix() {
  img {
    font-size: 0;
  }
  img:-moz-broken {
    font-size: inherit;
  }
}
.assistive {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  min-height: 0;
  min-width: 0;
}
body .body-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%;
}
body h1.page-title {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "CharlieSans" !important;
  font-size: 36px !important;
  line-height: 44px !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}
body h2 {
  font-family: "CharlieSans" !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #172b4d !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}
@media print {
  body .page-left-navigation,
  body .page-local-inline-nav,
  body .page-sidebar-padder,
  body .page-sidebars-embedded-content,
  body .content-page-was-this-helpful,
  body .content-page-more-help,
  body .k15t-plugin-attribution,
  body .cac-footer,
  body .header-content-wrapper,
  body .header-subnav,
  body .page-sidebars,
  body .up-next {
    display: none !important;
  }
  body .page-title {
    margin-top: 20px !important;
  }
  body .page-content {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}

.page-sidepanel {
  margin-bottom: 40px;
}
.page-sidepanel h4 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-sidepanel ul {
  padding: 0;
  margin: 0;
}
.page-sidepanel ul li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 15px;
}
.page-sidepanel ul li a {
  color: #344563;
}
.ak-icon-vertical-center {
  top: -webkit-calc(50% - 8px);
  top: -moz-calc(50% - 8px);
  top: calc(50% - 8px);
}
.cac-media-viewer-modal {
  background-color: #253858;
  color: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  padding: 74px 40px;
  display: none;
}
.cac-media-viewer-modal .media-viewer-modal-header {
  background-color: #091E42;
  width: 100%;
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cac-media-viewer-modal .media-viewer-modal-header img.media-viewer-type-icon {
  height: 22px;
  width: 22px;
  margin-left: 20px;
}
.cac-media-viewer-modal .media-viewer-modal-header h2 {
  padding: 0;
  margin: 0 0 0 20px;
  color: #FFF;
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cac-media-viewer-modal .media-viewer-modal-header .media-viewer-file-close-button,
.cac-media-viewer-modal .media-viewer-modal-header .media-viewer-file-download-button {
  background: none no-repeat center;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 1em;
  height: 32px;
  width: 40px;
  margin: 0 10px 0 0;
}
.cac-media-viewer-modal .media-viewer-modal-header .media-viewer-file-close-button:hover,
.cac-media-viewer-modal .media-viewer-modal-header .media-viewer-file-download-button:hover {
  background-color: #253858;
  cursor: pointer;
}
.cac-media-viewer-modal .media-viewer-modal-header .media-viewer-file-download-button {
  background-image: url(/staticassets/4.2.1/dist/common/images/icons/download.svg);
}
.cac-media-viewer-modal .media-viewer-modal-header .media-viewer-file-close-button {
  background-image: url(/staticassets/4.2.1/dist/common/images/icons/close-white.svg);
}
.cac-media-viewer-modal .media-viewer-modal-content {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.cac-media-viewer-modal .media-viewer-modal-content img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.cac-media-viewer-modal .media-viewer-modal-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 54px;
  width: 100%;
  background-color: #091E42;
}
#sp-viewport-control-opener,
#sp-viewport-control-container {
  display: none !important;
}
.viewport-admin-panel {
  display: none;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 8;
}
.viewport-admin-panel .viewport-admin-button {
  width: 35px;
  height: 35px;
  background: #DFE1E6;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  -moz-background-size: 20px 20px;
       background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/staticassets/4.2.1/dist/common/images/product-icons/confluence.svg);
}
.viewport-admin-panel .viewport-admin-dropdown {
  display: none;
  top: -webkit-calc(100% + 2px);
  top: -moz-calc(100% + 2px);
  top: calc(100% + 2px);
  z-index: 6;
  background-color: #FFF;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #DFE1E6;
  -webkit-box-shadow: 0px 2px 5px 1px #F4F5F7;
     -moz-box-shadow: 0px 2px 5px 1px #F4F5F7;
          box-shadow: 0px 2px 5px 1px #F4F5F7;
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(22, 22, 22, 0.4);
     -moz-box-shadow: 0 2px 8px 0 rgba(22, 22, 22, 0.4);
          box-shadow: 0 2px 8px 0 rgba(22, 22, 22, 0.4);
  top: -webkit-calc(100% + 5px);
  top: -moz-calc(100% + 5px);
  top: calc(100% + 5px);
}
.viewport-admin-panel .viewport-admin-dropdown ul {
  padding: 10px;
  width: 170px;
}
.viewport-admin-panel .viewport-admin-dropdown ul li {
  height: 32px;
  margin: 0 5px;
  list-style: none;
}
.viewport-admin-panel .viewport-admin-dropdown ul li.section-first {
  margin-top: 20px;
}
.viewport-admin-panel .viewport-admin-dropdown ul li h4 {
  line-height: 32px;
  font-size: 15px;
}
.viewport-admin-panel .viewport-admin-dropdown ul li a {
  line-height: 32px;
  color: #42526E;
  cursor: pointer;
}
body {
  visibility: hidden;
}
body main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: var(--space) var(--space) 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (--break-lg) {
  body main {
    padding-top: var(--space-lg);
  }
}
body main::after {
  content: '\00a0';
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden;
}
@media (--break-lg) {
  body main::after {
    margin-top: var(--space-lg);
  }
}
body #sp-viewport-control-opener {
  margin-right: 10px;
  margin-top: 65px;
}
form.search-form {
  width: 100%;
}
form.search-form .component-search-page-input {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #C1C7D0;
  position: relative;
}
form.search-form .component-search-page-input input[type=submit].search-main-input-icon {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/staticassets/4.2.1/dist/common/images/search-blue-large.svg) no-repeat center;
  cursor: pointer;
  text-indent: -9999px;
}
@media only screen and (max-width: 360px) {
  form.search-form .component-search-page-input input[type=submit].search-main-input-icon {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 5px;
    background: url(/staticassets/4.2.1/dist/common/images/search-blue.svg) no-repeat center;
  }
}
form.search-form .component-search-page-input input {
  width: 100%;
  height: 36px;
  font-size: 29px;
  border: none;
  border-color: transparent;
  color: #091E42;
  padding-right: 40px;
}
form.search-form .component-search-page-input input::-webkit-input-placeholder {
  color: #97A0AF;
}
form.search-form .component-search-page-input input::-moz-placeholder {
  color: #97A0AF;
}
form.search-form .component-search-page-input input:-ms-input-placeholder {
  color: #97A0AF;
}
form.search-form .component-search-page-input input::placeholder {
  color: #97A0AF;
}
@media only screen and (max-width: 360px) {
  form.search-form .component-search-page-input input {
    height: 25px;
    font-size: 20px;
  }
}
form.search-form .component-search-page-filter-bar {
  margin-top: 20px;
  width: 100%;
}
form.search-form .component-search-page-filter-bar .filter-by-label {
  height: 25px;
  line-height: 25px;
  display: inline-block;
  margin-right: 20px;
}
form.search-form .component-search-page-filter-bar .clear-filters {
  height: 25px;
  line-height: 25px;
  display: inline-block;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-button-wrapper {
  position: relative;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-button-wrapper .filter-button-delete-icon,
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-button-wrapper .filter-button-open-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  display: none;
  cursor: pointer;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-button-wrapper .filter-button-delete-icon {
  background: url(/staticassets/4.2.1/dist/common/images/icons/close.svg) center no-repeat;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-button-wrapper .filter-button-open-icon {
  background: url(/staticassets/4.2.1/dist/common/images/chevron.svg) center no-repeat;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-button-wrapper button {
  background-color: transparent;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: none;
  color: #172B4D;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  padding: 0 30px 0 10px;
  height: 25px;
  line-height: 25px;
  position: relative;
  cursor: pointer;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-dropdown-menu {
  top: -webkit-calc(100% + 2px);
  top: -moz-calc(100% + 2px);
  top: calc(100% + 2px);
  z-index: 6;
  background-color: #FFF;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #DFE1E6;
  -webkit-box-shadow: 0px 2px 5px 1px #F4F5F7;
     -moz-box-shadow: 0px 2px 5px 1px #F4F5F7;
          box-shadow: 0px 2px 5px 1px #F4F5F7;
  position: absolute;
  display: none;
  padding: 20px;
  width: 250px;
  max-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-dropdown-menu .filter-list-quicksearch-container {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-dropdown-menu .filter-list-quicksearch-container input.filter-list-quicksearch {
  width: 100%;
  height: 30px;
  border: 1px solid #C1C7D0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding-right: 35px;
  margin-bottom: 20px;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-dropdown-menu .filter-list-quicksearch-container:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url(/staticassets/4.2.1/dist/common/images/search-blue.svg) no-repeat center;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-dropdown-menu .filter-list-items-wrapper {
  overflow-y: scroll;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin: 0;
  padding: 0;
  max-height: 200px;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-dropdown-menu .filter-list-items-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item .filter-dropdown-menu.filter-product-version {
  display: none;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item:not(.filter-dropdown-item-selected) button:hover {
  background-color: #EBECF0;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item.filter-dropdown-item-selected .filter-button-wrapper button {
  background-color: #172B4D;
  color: #FFF;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item.filter-dropdown-item-selected .filter-button-wrapper .filter-button-open-icon {
  background-image: url(/staticassets/4.2.1/dist/common/images/chevron-white.svg);
  display: block !important;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item.filter-dropdown-item-selected .filter-button-wrapper .filter-button-delete-icon {
  display: none !important;
}
form.search-form .component-search-page-filter-bar .filter-dropdown-item.filter-dropdown-item-selected .filter-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-page {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 360px) {
  .search-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  .search-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1060px;
  }
}
.search-page .search-results {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.search-page .search-results > .no-search-results-copy {
  display: none;
}
.search-page .search-results > .search-result {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.search-page .search-results > .search-result:hover {
  text-decoration: none;
}
.search-page .search-results > .search-result:hover > h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: #091E42;
     -moz-text-decoration-color: #091E42;
          text-decoration-color: #091E42;
}
.search-page .search-results > .search-result.search-result-template {
  display: none;
}
.search-page .search-results > .search-result > h4 {
  font-weight: normal;
  color: #091E42 !important;
  margin: 0 0 5px;
}
.search-page .search-results > .search-result > p {
  color: #091E42 !important;
  margin: 0 0 5px;
}
.search-page .search-results > .search-result > p:hover {
  text-decoration: none !important;
}
.search-page .search-results > .search-result > ul {
  margin: 0;
  padding: 0;
}
.search-page .search-results > .search-result > ul > li {
  display: inline-block;
  margin: 0 10px 0 10px;
  padding: 0 0 0 20px;
  position: relative;
  height: 20px;
  line-height: 20px;
  color: #5E6C84 !important;
}
.search-page .search-results > .search-result > ul > li:before {
  display: block;
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #5E6C84;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  left: 0;
  top: 8px;
}
.search-page .search-results > .search-result > ul > li:first-child {
  padding: 0;
  margin: 0;
}
.search-page .search-results > .search-result > ul > li:first-child:before {
  display: none;
}
.search-page .load-more-manual-button {
  display: inline-block;
  background-color: #F4F5F7;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #42526E !important;
  text-decoration: none !important;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  max-width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  overflow-wrap: normal;
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
.search-page .load-more-manual-button:hover {
  text-decoration: none;
  background-color: #DFE1E6;
}
.search-page .load-more-manual-button:focus {
  outline: none !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdHlsZS9tYWluLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/