/**
 * To rollback environment path. comment out
 * the $resourcePath & $fontResourcePath above
 * and uncomment them below:
 *
 * @todo check resources/css/pages/software/product-overview.scss to uncomment them too
 */
.container__white-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.background-color--white {
  background-color: #fff; }

.background-color--navy {
  background-color: #205081; }

.background-color--cyan {
  background-color: #59afe1; }

.background-color--gray-light {
  background-color: #f5f5f5; }

.background-color--green {
  background-color: #14892c; }

.background-color--green-light {
  background-color: #67ab49; }

.background-color--yellow {
  background-color: #f6c342; }

.background-color--red {
  background-color: #d04437; }

.background-color--orange {
  background-color: #f79232; }

.background-color--blue {
  background-color: #3572b0; }

.background-color--blue-cool {
  background-color: #84bbc6; }

.background-color--violet {
  background-color: #654982; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.clear-left {
  clear: left !important; }

.clear-right {
  clear: right !important; }

.clear-both {
  clear: both !important; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.image-circle {
  border-radius: 50%; }

.section__vertically-center-columns--flexbox .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .section__vertically-center-columns--flexbox .grid::before, .section__vertically-center-columns--flexbox .grid::after {
    width: 100%; }

.section__flex-columns .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .section__flex-columns .grid::before, .section__flex-columns .grid::after {
    width: 100%; }

@media only screen and (max-width: 640px) {
  .section__2col-mobile-swap .grid-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section__2col-mobile-swap .grid-2::before {
      -webkit-order: -99;
          -ms-flex-order: -99;
              order: -99; }
    .section__2col-mobile-swap .grid-2::after {
      -webkit-order: 99;
          -ms-flex-order: 99;
              order: 99; }
  .section__2col-mobile-swap .column:first-child {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .section__2col-mobile-swap .column:last-child {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (max-width: 640px) {
  .section__2col-mobile-reorder--match-second-row .grid-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section__2col-mobile-reorder--match-second-row .grid-2::before {
      -webkit-order: -99;
          -ms-flex-order: -99;
              order: -99; }
    .section__2col-mobile-reorder--match-second-row .grid-2::after {
      -webkit-order: 99;
          -ms-flex-order: 99;
              order: 99; }
  .section__2col-mobile-reorder--match-second-row .colspan-all {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .section__2col-mobile-reorder--match-second-row .colspan-1:nth-child(2) {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .section__2col-mobile-reorder--match-second-row .colspan-1:nth-child(3) {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .section__2col-mobile-reorder--match-second-row .colspan-1:nth-child(4) {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .section__2col-mobile-reorder--match-second-row .colspan-1:nth-child(5) {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .section__2col-mobile-reorder--match-second-row .colspan-1:nth-child(6) {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .section__2col-mobile-reorder--match-second-row .colspan-1:nth-child(7) {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .section__2col-mobile-reorder--match-second-row .colspan-1:nth-child(8) {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .section__2col-mobile-reorder--match-second-row .colspan-1:nth-child(9) {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; } }

@media only screen and (max-width: 640px) {
  .section__2col-mobile-reorder--match-first-row .grid-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .section__2col-mobile-reorder--match-first-row .grid-2::before {
      -webkit-order: -99;
          -ms-flex-order: -99;
              order: -99; }
    .section__2col-mobile-reorder--match-first-row .grid-2::after {
      -webkit-order: 99;
          -ms-flex-order: 99;
              order: 99; }
  .section__2col-mobile-reorder--match-first-row .colspan-all {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .section__2col-mobile-reorder--match-first-row .colspan-1:nth-child(2) {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .section__2col-mobile-reorder--match-first-row .colspan-1:nth-child(3) {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .section__2col-mobile-reorder--match-first-row .colspan-1:nth-child(4) {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .section__2col-mobile-reorder--match-first-row .colspan-1:nth-child(5) {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .section__2col-mobile-reorder--match-first-row .colspan-1:nth-child(6) {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .section__2col-mobile-reorder--match-first-row .colspan-1:nth-child(7) {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .section__2col-mobile-reorder--match-first-row .colspan-1:nth-child(8) {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .section__2col-mobile-reorder--match-first-row .colspan-1:nth-child(9) {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; } }

.section__vertically-center-columns .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .section__vertically-center-columns .grid::before, .section__vertically-center-columns .grid::after {
    width: 100%; }
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .section__vertically-center-columns--tablet .grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px; }
    .section__vertically-center-columns--tablet .grid::before, .section__vertically-center-columns--tablet .grid::after {
      width: 100%; }
  .section__vertically-center-columns--tablet .column {
    margin-bottom: 0; }
  .section__vertically-center-columns--tablet .column > img {
    height: 100%; } }

.container__white-text h1,
.container__white-text h2,
.container__white-text h3,
.container__white-text h4,
.container__white-text h5,
.container__white-text h6,
.container__white-text p,
.container__white-text a:not(.button),
.container__white-text span {
  color: #fff !important; }
.container__white-text a:not(.button):hover {
  color: #fff;
  text-decoration: underline; }

.display-none {
  display: none !important; }
  @media only screen and (max-width: 640px) {
    .display-none--mobile {
      display: none !important; } }
  @media only screen and (min-width: 641px) and (max-width: 800px) {
    .display-none--tablet {
      display: none !important; } }
  @media only screen and (min-width: 801px) {
    .display-none--desktop {
      display: none !important; } }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.padding-tb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-t50 {
  padding-top: 50px; }

.padding-b50 {
  padding-bottom: 50px; }

.padding-tb25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.padding-t25 {
  padding-top: 25px; }

.padding-b25 {
  padding-bottom: 25px; }

.block--half {
  width: 45%;
  float: left;
  margin-left: 2.38095%;
  margin-right: 2.38095%; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.block {
  display: block; }

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.hidden {
  visibility: hidden; }

/*!
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * atlassian.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2014
 */
@font-face {
  font-family: "LLCircularWeb";
  src: url("/dam/fonts/circular/lineto-circular-book-c.eot");
  src: url("/dam/fonts/circular/lineto-circular-book-c.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/circular/lineto-circular-book-c.woff") format("woff"), url("/dam/fonts/circular/lineto-circular-book-c.ttf") format("truetype"), url("/dam/fonts/circular/lineto-circular-book-c.svg#LLCircularWeb-Book") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "LLCircularWeb";
  src: url("/dam/fonts/circular/lineto-circular-medium-c.eot");
  src: url("/dam/fonts/circular/lineto-circular-medium-c.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/circular/lineto-circular-medium-c.woff") format("woff"), url("/dam/fonts/circular/lineto-circular-medium-c.ttf") format("truetype"), url("/dam/fonts/circular/lineto-circular-medium-c.svg#LLCircularWeb-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "LLCircularWeb";
  src: url("/dam/fonts/circular/lineto-circular-bold-c.eot");
  src: url("/dam/fonts/circular/lineto-circular-bold-c.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/circular/lineto-circular-bold-c.woff") format("woff"), url("/dam/fonts/circular/lineto-circular-bold-c.ttf") format("truetype"), url("/dam/fonts/circular/lineto-circular-bold-c.svg#LLCircularWeb-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "LLCircularWeb";
  src: url("/dam/fonts/circular/lineto-circular-black-c.eot");
  src: url("/dam/fonts/circular/lineto-circular-black-c.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/circular/lineto-circular-black-c.woff") format("woff"), url("/dam/fonts/circular/lineto-circular-black-c.ttf") format("truetype"), url("/dam/fonts/circular/lineto-circular-black-c.svg#LLCircularWeb-Black") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "LLCircularWeb";
  src: url("/dam/fonts/circular/lineto-circular-bookitalic-c.eot");
  src: url("/dam/fonts/circular/lineto-circular-bookitalic-c.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/circular/lineto-circular-bookitalic-c.woff") format("woff"), url("/dam/fonts/circular/lineto-circular-bookitalic-c.ttf") format("truetype"), url("/dam/fonts/circular/lineto-circular-bookitalic-c.svg#LLCircularWeb-Bookitalic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "LLCircularWeb";
  src: url("/dam/fonts/circular/lineto-circular-mediumitalic-c.eot");
  src: url("/dam/fonts/circular/lineto-circular-mediumitalic-c.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/circular/lineto-circular-mediumitalic-c.woff") format("woff"), url("/dam/fonts/circular/lineto-circular-mediumitalic-c.ttf") format("truetype"), url("/dam/fonts/circular/lineto-circular-mediumitalic-c.svg#LLCircularWeb-Mediumitalic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "LLCircularWeb";
  src: url("/dam/fonts/circular/lineto-circular-bolditalic-c.eot");
  src: url("/dam/fonts/circular/lineto-circular-bolditalic-c.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/circular/lineto-circular-bolditalic-c.woff") format("woff"), url("/dam/fonts/circular/lineto-circular-bolditalic-c.ttf") format("truetype"), url("/dam/fonts/circular/lineto-circular-bolditalic-c.svg#LLCircularWeb-Bolditalic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "LLCircularWeb";
  src: url("/dam/fonts/circular/lineto-circular-blackitalic-c.eot");
  src: url("/dam/fonts/circular/lineto-circular-blackitalic-c.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/circular/lineto-circular-blackitalic-c.woff") format("woff"), url("/dam/fonts/circular/lineto-circular-blackitalic-c.ttf") format("truetype"), url("/dam/fonts/circular/lineto-circular-blackitalic-c.svg#LLCircularWeb-Blackitalic") format("svg");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: "TisaWeb";
  src: url("/dam/fonts/tisa/TisaWeb-Light.eot");
  src: url("/dam/fonts/tisa/TisaWeb-Light.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/tisa/TisaWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "TisaWeb";
  src: url("/dam/fonts/tisa/TisaWeb.eot");
  src: url("/dam/fonts/tisa/TisaWeb.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/tisa/TisaWeb.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "TisaWeb";
  src: url("/dam/fonts/tisa/TisaWeb-Medium.eot");
  src: url("/dam/fonts/tisa/TisaWeb-Medium.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/tisa/TisaWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "TisaWeb";
  src: url("/dam/fonts/tisa/TisaWeb-Bold.eot");
  src: url("/dam/fonts/tisa/TisaWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/tisa/TisaWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "TisaWeb";
  src: url("/dam/fonts/tisa/TisaWeb-LightItalic.eot");
  src: url("/dam/fonts/tisa/TisaWeb-LightItalic.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/tisa/TisaWeb-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "TisaWeb";
  src: url("/dam/fonts/tisa/TisaWeb-Italic.eot");
  src: url("/dam/fonts/tisa/TisaWeb-Italic.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/tisa/TisaWeb-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "TisaWeb";
  src: url("/dam/fonts/tisa/TisaWeb-MediumItalic.eot");
  src: url("/dam/fonts/tisa/TisaWeb-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/tisa/TisaWeb-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "TisaWeb";
  src: url("/dam/fonts/tisa/TisaWeb-BoldItalic.eot");
  src: url("/dam/fonts/tisa/TisaWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/dam/fonts/tisa/TisaWeb-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
.confluence-teams--modal h4.hero, .confluence-teams--nav--heading h4.hero {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

.confluence-teams--modal .block--team-selection h4, .confluence-teams--modal .block--team-selection--other h4, .confluence-teams--nav .block--team-selection h4, .confluence-teams--nav .block--team-selection--other h4 {
  font-family: "LLCircularWeb", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal; }

/* =====================================================================
SET THESE VARIABLES to control the global grid
===================================================================== */
/* =====================================================================
SAVE SOME GLOBALS THAT ARE AVAILABLE ANYWHERE
===================================================================== */
/*
* sets all colspan widths for a given column count (integer)
* eg. a 4-column grid needs styles for colspan-1, colspan-2, colspan-3, and colspan-4
*/
/* =====================================================================
MAIN GRID MIXIN
call this to establish a grid with a defined width, gutters-pc, etc
===================================================================== */
.icon {
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0; }

.icon.atlassian-gray {
  background-image: url(/assets/img/icons/atlassian-gray.svg);
  width: 149px;
  height: 31px; }

.icon.atlassian-logo-and-text {
  background-image: url(/assets/img/icons/atlassian-logo-and-text.svg);
  width: 194px;
  height: 41px; }

.icon.bamboo-symbol {
  background-image: url(/assets/img/icons/bamboo-symbol.svg);
  width: 47px;
  height: 49px; }

.icon.bamboo {
  background-image: url(/assets/img/icons/bamboo.svg);
  width: 190px;
  height: 37px; }

.icon.bitbucket-symbol {
  background-image: url(/assets/img/icons/bitbucket-symbol.svg);
  width: 40px;
  height: 46px; }

.icon.bitbucket {
  background-image: url(/assets/img/icons/bitbucket.svg);
  width: 205px;
  height: 35px; }

.icon.clover_rgb_blue {
  background-image: url(/assets/img/icons/clover_rgb_blue.svg);
  width: 628px;
  height: 267px; }

.icon.confluence-questions {
  background-image: url(/assets/img/icons/confluence-questions.svg);
  width: 420px;
  height: 39px; }

.icon.confluence-symbol {
  background-image: url(/assets/img/icons/confluence-symbol.svg);
  width: 215px;
  height: 192px; }

.icon.confluence {
  background-image: url(/assets/img/icons/confluence.svg);
  width: 238px;
  height: 36px; }

.icon.crowd {
  background-image: url(/assets/img/icons/crowd.svg);
  width: 147px;
  height: 33px; }

.icon.crucible {
  background-image: url(/assets/img/icons/crucible.svg);
  width: 179px;
  height: 34px; }

.icon.devtools {
  background-image: url(/assets/img/icons/devtools.svg);
  width: 169px;
  height: 32px; }

.icon.fisheye {
  background-image: url(/assets/img/icons/fisheye.svg);
  width: 176px;
  height: 41px; }

.icon.hipchat-gray {
  background-image: url(/assets/img/icons/hipchat-gray.svg);
  width: 115px;
  height: 26px; }

.icon.hipchat-nologo {
  background-image: url(/assets/img/icons/hipchat-nologo.svg);
  width: 185px;
  height: 42px; }

.icon.hipchat-symbol {
  background-image: url(/assets/img/icons/hipchat-symbol.svg);
  width: 57px;
  height: 54px; }

.icon.hipchat {
  background-image: url(/assets/img/icons/hipchat.svg);
  width: 182px;
  height: 58px; }

.icon.hipchat_rgb_blue {
  background-image: url(/assets/img/icons/hipchat_rgb_blue.svg);
  width: 185px;
  height: 42px; }

.icon.icon-agile-planning {
  background-image: url(/assets/img/icons/icon-agile-planning.svg);
  width: 24px;
  height: 24px; }

.icon.icon-customizable {
  background-image: url(/assets/img/icons/icon-customizable.svg);
  width: 24px;
  height: 24px; }

.icon.icon-flexible-workflows {
  background-image: url(/assets/img/icons/icon-flexible-workflows.svg);
  width: 24px;
  height: 24px; }

.icon.icon-issue-prioritization {
  background-image: url(/assets/img/icons/icon-issue-prioritization.svg);
  width: 24px;
  height: 24px; }

.icon.icon-multiple-deployment {
  background-image: url(/assets/img/icons/icon-multiple-deployment.svg);
  width: 24px;
  height: 24px; }

.icon.icon-plug-play {
  background-image: url(/assets/img/icons/icon-plug-play.svg);
  width: 24px;
  height: 24px; }

.icon.icon-rich-apis {
  background-image: url(/assets/img/icons/icon-rich-apis.svg);
  width: 24px;
  height: 24px; }

.icon.icon_cancel_red {
  background-image: url(/assets/img/icons/icon_cancel_red.svg);
  width: 27px;
  height: 27px; }

.icon.icon_cancel_red_solid {
  background-image: url(/assets/img/icons/icon_cancel_red_solid.svg);
  width: 23px;
  height: 23px; }

.icon.icon_check_green {
  background-image: url(/assets/img/icons/icon_check_green.svg);
  width: 27px;
  height: 27px; }

.icon.icon_check_green_solid {
  background-image: url(/assets/img/icons/icon_check_green_solid.svg);
  width: 23px;
  height: 23px; }

.icon.icon_circle_triangle_small {
  background-image: url(/assets/img/icons/icon_circle_triangle_small.svg);
  width: 24px;
  height: 24px; }

.icon.icon_close_blue {
  background-image: url(/assets/img/icons/icon_close_blue.svg);
  width: 13px;
  height: 13px; }

.icon.icon_cloud_small {
  background-image: url(/assets/img/icons/icon_cloud_small.svg);
  width: 24px;
  height: 14px; }

.icon.icon_collaboration_small {
  background-image: url(/assets/img/icons/icon_collaboration_small.svg);
  width: 22px;
  height: 23px; }

.icon.icon_continuous_small {
  background-image: url(/assets/img/icons/icon_continuous_small.svg);
  width: 23px;
  height: 18px; }

.icon.icon_down_blue {
  background-image: url(/assets/img/icons/icon_down_blue.svg);
  width: 11px;
  height: 6px; }

.icon.icon_down_white {
  background-image: url(/assets/img/icons/icon_down_white.svg);
  width: 11px;
  height: 6px; }

.icon.icon_versioning_small {
  background-image: url(/assets/img/icons/icon_versioning_small.svg);
  width: 24px;
  height: 24px; }

.icon.icon_workflow_small {
  background-image: url(/assets/img/icons/icon_workflow_small.svg);
  width: 24px;
  height: 24px; }

.icon.jira-servicedesk {
  background-image: url(/assets/img/icons/jira-servicedesk.svg);
  width: 336px;
  height: 43px; }

.icon.jira-symbol {
  background-image: url(/assets/img/icons/jira-symbol.svg);
  width: 50px;
  height: 66px; }

.icon.jira {
  background-image: url(/assets/img/icons/jira.svg);
  width: 112px;
  height: 43px; }

.icon.search-small {
  background-image: url(/assets/img/icons/search-small.svg);
  width: 30px;
  height: 30px; }

.icon.small-play {
  background-image: url(/assets/img/icons/small-play.svg);
  width: 19px;
  height: 19px; }

.icon.sourcetree {
  background-image: url(/assets/img/icons/sourcetree.svg);
  width: 234px;
  height: 37px; }

.icon.stash-symbol {
  background-image: url(/assets/img/icons/stash-symbol.svg);
  width: 191px;
  height: 191px; }

.icon.stash {
  background-image: url(/assets/img/icons/stash.svg);
  width: 137px;
  height: 36px; }

.icon.time {
  background-image: url(/assets/img/icons/time.svg);
  width: 15px;
  height: 15px; }

.icon.video-play-circle-white {
  background-image: url(/assets/img/icons/video-play-circle-white.svg);
  width: 70px;
  height: 70px; }

.icon.map-marker {
  background-image: url(/assets/img/icons/layout/map-marker.svg);
  width: 41px;
  height: 54px; }

.icon.atlassian_certification {
  background-image: url(/assets/img/icons/logo/atlassian_certification.svg);
  width: 360px;
  height: 40px; }

.icon.bamboo_rgb_blue {
  background-image: url(/assets/img/icons/logo/bamboo_rgb_blue.svg);
  width: 801px;
  height: 267px; }

.icon.bitbucket_rgb_blue {
  background-image: url(/assets/img/icons/logo/bitbucket_rgb_blue.svg);
  width: 863px;
  height: 267px; }

.icon.clover_rgb_blue {
  background-image: url(/assets/img/icons/logo/clover_rgb_blue.svg);
  width: 628px;
  height: 267px; }

.icon.confluence_rgb_blue {
  background-image: url(/assets/img/icons/logo/confluence_rgb_blue.svg);
  width: 984px;
  height: 267px; }

.icon.crucible_rgb_blue {
  background-image: url(/assets/img/icons/logo/crucible_rgb_blue.svg);
  width: 759px;
  height: 267px; }

.icon.fisheye_rgb_blue {
  background-image: url(/assets/img/icons/logo/fisheye_rgb_blue.svg);
  width: 747px;
  height: 267px; }

.icon.github_gray {
  background-image: url(/assets/img/icons/logo/github_gray.svg);
  width: 74px;
  height: 20px; }

.icon.github_issues_gray {
  background-image: url(/assets/img/icons/logo/github_issues_gray.svg);
  width: 942px;
  height: 143px; }

.icon.hipchat_rgb_blue {
  background-image: url(/assets/img/icons/logo/hipchat_rgb_blue.svg);
  width: 785px;
  height: 267px; }

.icon.jira-software_gray {
  background-image: url(/assets/img/icons/logo/jira-software_gray.svg);
  width: 1150px;
  height: 267px; }

.icon.jira_core_rgb_blue {
  background-image: url(/assets/img/icons/logo/jira_core_rgb_blue.svg);
  width: 798px;
  height: 267px; }

.icon.jira_software_gray {
  background-image: url(/assets/img/icons/logo/jira_software_gray.svg);
  width: 161px;
  height: 25px; }

.icon.jira_software_rgb_blue {
  background-image: url(/assets/img/icons/logo/jira_software_rgb_blue.svg);
  width: 1136px;
  height: 267px; }

.icon.jiraservicedesk_rgb_blue {
  background-image: url(/assets/img/icons/logo/jiraservicedesk_rgb_blue.svg);
  width: 1401px;
  height: 267px; }

.icon.sourcetree_rgb_blue {
  background-image: url(/assets/img/icons/logo/sourcetree_rgb_blue.svg);
  width: 976px;
  height: 267px; }

.icon.facebook-gray {
  background-image: url(/assets/img/icons/social-icons/facebook-gray.svg);
  width: 19px;
  height: 22px; }

.icon.gplus-gray {
  background-image: url(/assets/img/icons/social-icons/gplus-gray.svg);
  width: 23px;
  height: 21px; }

.icon.linked-in {
  background-image: url(/assets/img/icons/social-icons/linked-in.svg);
  width: 12px;
  height: 12px; }

.icon.twitter-gray {
  background-image: url(/assets/img/icons/social-icons/twitter-gray.svg);
  width: 25px;
  height: 22px; }

.icon.twitter {
  background-image: url(/assets/img/icons/social-icons/twitter.svg);
  width: 14px;
  height: 11px; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.subnavigation--expandable {
  z-index: 20;
  transition-property: height;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .subnavigation--expandable.open {
    height: 120px; }
    .subnavigation--expandable.open .inline-content.items-left > li:nth-child(2) {
      background: #3572b0; }
      .subnavigation--expandable.open .inline-content.items-left > li:nth-child(2) .subnavigation--parent {
        color: #ffffff !important;
        border-bottom: 3px solid transparent !important;
        background: url(/assets/img/icons/icon_down_white.svg) no-repeat right 30px;
        background-size: 15px; }
  .subnavigation--expandable .subnavigation--parent {
    padding-right: 25px;
    background: url(/assets/img/icons/icon_down_blue.svg) no-repeat right 30px;
    background-size: 15px; }
  .subnavigation--expandable .subnavigation--child--depth-1 {
    background: #3572b0;
    clear: both; }
    .subnavigation--expandable .subnavigation--child--depth-1 .logo--invisible {
      visibility: hidden;
      opacity: 0; }
    .subnavigation--expandable .subnavigation--child--depth-1 a {
      color: white !important; }
      .subnavigation--expandable .subnavigation--child--depth-1 a:hover, .subnavigation--expandable .subnavigation--child--depth-1 a.active {
        border-bottom: 3px solid #ffffff !important; }

.subnavigation__list--parent .item-2 {
  display: none; }
  .subnavigation__list--parent .item-2.active {
    display: inline; }
  .subnavigation__list--parent .item-2.inactive {
    display: inline; }

.ie9 .subnavigation__list--parent .item-1 {
  top: 15px \9;
  position: relative \9; }

body.product-main .subnavigation--product .active a {
  color: #205081;
  font-weight: bold;
  border-bottom: 3px solid #205081; }

main.scroll-lock {
  position: relative;
  overflow: hidden;
  display: block; }

.confluence-teams--modal {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  overflow: auto;
  position: absolute;
  z-index: 15;
  display: none;
  overflow-y: auto; }
  .confluence-teams--modal .column {
    margin-bottom: 25px !important; }
  .confluence-teams--modal h1 {
    font-size: 48px; }
  .confluence-teams--modal h4.hero {
    font-size: 20px;
    margin-top: 40px; }
  .confluence-teams--modal .block--team-selection, .confluence-teams--modal .block--team-selection--other {
    margin: 15px 0;
    cursor: pointer; }
    .confluence-teams--modal .block--team-selection h4, .confluence-teams--modal .block--team-selection--other h4 {
      color: #3572b0;
      font-size: 22px;
      padding-bottom: 12px;
      border-bottom: 3px solid transparent; }
    .confluence-teams--modal .block--team-selection img, .confluence-teams--modal .block--team-selection--other img {
      height: 120px;
      margin-bottom: 21px; }
  .confluence-teams--modal .block--team-selection:hover h4, .confluence-teams--modal .block--team-selection--other:hover h4 {
    border-bottom: 3px solid #3572b0; }
  .confluence-teams--modal .block--dismiss-modal {
    margin-bottom: 20px !important; }
    .confluence-teams--modal .block--dismiss-modal .block__button--close p {
      color: #3572b0;
      padding-right: 25px;
      cursor: pointer;
      font-size: 18px;
      background: url(/assets/img/icons/icon_close_blue.svg) no-repeat right center;
      background-size: 15px; }

.confluence-teams--nav {
  display: none;
  min-height: 350px;
  border-bottom: 1px solid #e9e9e9; }
  .confluence-teams--nav--heading {
    margin-bottom: 30px !important; }
    .confluence-teams--nav--heading h1 {
      font-size: 48px; }
    .confluence-teams--nav--heading h4.hero {
      font-size: 20px;
      margin-top: 30px; }
  .confluence-teams--nav .column--team-selection--nav {
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .confluence-teams--nav .column--team-selection--nav .block--team-selection.active h4 {
      color: #205081;
      border-bottom: 3px solid #205081; }
  .confluence-teams--nav .block--team-selection, .confluence-teams--nav .block--team-selection--other {
    margin: 15px 0;
    cursor: pointer;
    width: 10%;
    float: left; }
    .confluence-teams--nav .block--team-selection img, .confluence-teams--nav .block--team-selection--other img {
      margin-bottom: 10px; }
    .confluence-teams--nav .block--team-selection h4, .confluence-teams--nav .block--team-selection--other h4 {
      color: #3572b0;
      font-size: 18px;
      padding-bottom: 12px;
      border-bottom: 3px solid transparent; }
  .confluence-teams--nav .block--team-selection:hover h4, .confluence-teams--nav .block--team-selection--other:hover h4 {
    border-bottom: 3px solid #3572b0; }

.pricing-column h1.jumbo + h2 + h2 {
  margin-bottom: 25px; }

.block--test--teams {
  display: none;
  position: relative; }
  .block--test--teams-wrapper {
    position: relative;
    width: 100%; }
  .block--test--teams.animating {
    position: absolute;
    width: 100%; }
  .block--test--teams.active {
    display: block; }

body.edit .confluence-teams--nav {
  display: block; }
body.edit .block--test--teams {
  border: 2px dashed #3572b0;
  margin-bottom: 30px;
  left: 0;
  display: block;
  position: relative; }
  body.edit .block--test--teams::before {
    content: attr(class);
    display: block;
    padding: 3px;
    background: #3572b0;
    color: #ffffff;
    opacity: .7; }
