/**
 * 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%; }

.border-radius {
  border-radius: 8px; }
  .border-radius-top {
    border-radius: 8px 8px 0 0; }
  .border-radius-top-left {
    border-radius: 8px 0 0 0; }
  .border-radius-top-right {
    border-radius: 0 8px 0 0; }
  .border-radius-bottom {
    border-radius: 0 0 8px 8px; }
  .border-radius-bottom-left {
    border-radius: 0 0 0 8px; }
  .border-radius-bottom-right {
    border-radius: 0 0 8px 0; }

.box-shadow {
  box-shadow: 0 2px 7px -1px #ccc; }

.section__vertically-center-columns--flexbox .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -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: -ms-flexbox;
  display: flex;
  -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 {
    display: -ms-flexbox;
    display: flex; }
    .section__2col-mobile-swap .grid::before {
      -ms-flex-order: -99;
          order: -99; }
    .section__2col-mobile-swap .grid::after {
      -ms-flex-order: 99;
          order: 99; }
  .section__2col-mobile-swap .column:first-child {
    -ms-flex-order: 2;
        order: 2; }
  .section__2col-mobile-swap .column:last-child {
    -ms-flex-order: 1;
        order: 1; } }

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

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

.section__vertically-center-columns .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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; }

.section--flush-bottom .grid::after {
  padding-bottom: 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; }

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

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

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

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

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

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

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

header.hipchat .logo.hipchat {
  display: block;
  overflow: hidden;
  text-indent: -1000%;
  white-space: nowrap; }

.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; }
.select2-chosen, .select2-result {
  font-family: "LLCircularWeb", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

.post-download-area .get-started ol li:before, .features-table thead tr:first-of-type th {
  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.expert-badge {
  background-image: url(/assets/img/icons/expert-badge.svg);
  width: 18px;
  height: 18px; }

.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.imkt-navbar__charlie-logo {
  background-image: url(/assets/img/icons/imkt/imkt-navbar__charlie-logo.svg);
  width: 326px;
  height: 298px; }

.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.email {
  background-image: url(/assets/img/icons/social-icons/email.svg);
  width: 40px;
  height: 40px; }

.icon.facebook-adg3-blue {
  background-image: url(/assets/img/icons/social-icons/facebook-adg3-blue.svg);
  width: 39px;
  height: 39px; }

.icon.facebook-adg3-darkblue {
  background-image: url(/assets/img/icons/social-icons/facebook-adg3-darkblue.svg);
  width: 32px;
  height: 32px; }

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

.icon.facebook-circle-blue {
  background-image: url(/assets/img/icons/social-icons/facebook-circle-blue.svg);
  width: 46px;
  height: 46px; }

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

.icon.facebook-round-adg3-blue {
  background-image: url(/assets/img/icons/social-icons/facebook-round-adg3-blue.svg);
  width: 39px;
  height: 39px; }

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

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

.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.linkedin-adg3-blue {
  background-image: url(/assets/img/icons/social-icons/linkedin-adg3-blue.svg);
  width: 39px;
  height: 39px; }

.icon.linkedin-adg3-darkblue {
  background-image: url(/assets/img/icons/social-icons/linkedin-adg3-darkblue.svg);
  width: 32px;
  height: 32px; }

.icon.linkedin-circle-blue {
  background-image: url(/assets/img/icons/social-icons/linkedin-circle-blue.svg);
  width: 46px;
  height: 46px; }

.icon.linkedin-round-adg3-blue {
  background-image: url(/assets/img/icons/social-icons/linkedin-round-adg3-blue.svg);
  width: 39px;
  height: 39px; }

.icon.pinterest-adg3-blue {
  background-image: url(/assets/img/icons/social-icons/pinterest-adg3-blue.svg);
  width: 39px;
  height: 39px; }

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

.icon.pinterest-round-adg3-blue {
  background-image: url(/assets/img/icons/social-icons/pinterest-round-adg3-blue.svg);
  width: 39px;
  height: 39px; }

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

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

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

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

.icon.twitter-round-adg3-blue {
  background-image: url(/assets/img/icons/social-icons/twitter-round-adg3-blue.svg);
  width: 39px;
  height: 39px; }

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

.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);
*/
header.hipchat {
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9; }
  header.hipchat::before, header.hipchat::after {
    content: " ";
    display: table; }
  header.hipchat::after {
    clear: both; }
  header.hipchat.sliding-subnav--open {
    height: 155px; }
  .home header.hipchat {
    border-bottom: none; }
  header.hipchat .menu-toggle::before {
    color: #205081; }
  header.hipchat .menu-toggle:hover {
    text-decoration: none !important; }
  header.hipchat nav {
    float: right;
    line-height: 95px;
    transition: min-height 0.33s cubic-bezier(0.683, 0.0471, 0.346, 1); }
    header.hipchat nav.nav--sliding-subnav {
      float: none;
      background: #3572b0;
      height: 60px;
      line-height: 60px; }
      header.hipchat nav.nav--sliding-subnav ul {
        padding: 0 30px; }
      header.hipchat nav.nav--sliding-subnav li a {
        color: #ffffff;
        padding-bottom: 16px; }
        header.hipchat nav.nav--sliding-subnav li a:hover {
          border-bottom: 3px solid #fff;
          color: #ffffff;
          text-decoration: none; }
    header.hipchat nav ul {
      max-width: 700px; }
      header.hipchat nav ul::before, header.hipchat nav ul::after {
        content: " ";
        display: table; }
      header.hipchat nav ul::after {
        clear: both; }
      @media only screen and (max-width: 960px) {
        header.hipchat nav ul {
          max-width: 550px; } }
    header.hipchat nav .secondary-links {
      display: none; }
    header.hipchat nav li {
      float: left;
      font-size: 16px;
      padding-left: 15px;
      padding-right: 15px; }
      @media only screen and (max-width: 1000px) {
        header.hipchat nav li {
          font-size: 14px;
          padding-left: 7px;
          padding-right: 8px; } }
      header.hipchat nav li a.nav--subnav-mobile {
        display: none; }
      header.hipchat nav li a.active {
        color: #205081;
        font-weight: bold;
        margin-top: -2px; }
      header.hipchat nav li a:hover {
        color: #205081;
        text-decoration: none; }
      header.hipchat nav li a.button {
        font-size: 14px;
        padding: 00 10px;
        font-weight: 600;
        line-height: 2;
        vertical-align: baseline; }
        @media only screen and (max-width: 640px) {
          header.hipchat nav li a.button {
            padding: 6px 12px;
            line-height: 1; } }
  header.hipchat .logo.hipchat {
    display: inline-block;
    max-width: 182px;
    float: left;
    margin-top: 20px; }
  header.hipchat .menu-toggle {
    display: none; }
  header.hipchat .grid {
    position: relative;
    max-width: 1058px; }
  @media only screen and (max-width: 855px) {
    header.hipchat {
      height: auto !important;
      padding-bottom: 0 !important; }
      header.hipchat .hipchat.sliding-subnav--open {
        height: 155px; }
      header.hipchat .grid {
        padding: 4.7619% 0; }
      header.hipchat .logo.hipchat {
        margin: 0 auto 10px;
        display: block;
        position: static; }
      header.hipchat nav {
        float: none;
        text-align: center;
        line-height: 1.2; }
        header.hipchat nav li {
          float: none;
          margin: 0;
          padding: 4px 16px;
          display: inline-block; } }
  @media only screen and (max-width: 855px) {
    header.hipchat {
      transition: padding-bottom .33s linear; }
      header.hipchat .grid {
        padding: 2.38095% 0 0; }
      header.hipchat .grid .logo {
        display: block;
        position: static;
        max-width: none;
        width: 130px;
        position: static;
        margin-left: 10px;
        float: left;
        display: inline-block; }
      header.hipchat .menu-toggle {
        display: inline-block;
        position: absolute;
        right: 0;
        padding: 20px 10px 10px; }
      header.hipchat nav {
        max-height: 0;
        min-height: 0;
        clear: both;
        overflow: hidden;
        background: #3572b0;
        margin: -2.5%; }
        header.hipchat nav::before, header.hipchat nav::after {
          content: " ";
          display: table; }
        header.hipchat nav::after {
          clear: both; }
        header.hipchat nav li {
          float: none;
          display: block;
          text-align: left;
          padding: 0; }
          header.hipchat nav li a {
            display: inline-block; }
            header.hipchat nav li a.nav--subnav-mobile {
              display: inline-block; }
            header.hipchat nav li a.subnavigation--parent {
              display: none; }
            header.hipchat nav li a, header.hipchat nav li a.active, header.hipchat nav li a.button {
              color: #ffffff;
              border: none;
              padding: 9px 0; }
            header.hipchat nav li a.button {
              font-weight: 400; }
              header.hipchat nav li a.button:hover {
                background: none; }
        header.hipchat nav .secondary-links {
          display: block; }
          header.hipchat nav .secondary-links a[href$="/downloads"],
          header.hipchat nav .secondary-links a[href$="/downloads.html"],
          header.hipchat nav .secondary-links a[href$="/server"],
          header.hipchat nav .secondary-links a[href$="/server.html"] {
            display: none; }
      header.hipchat .nav-inner {
        padding: 25px 30px; }
      header.hipchat ul + ul {
        padding-top: 20px; }
      header.hipchat ul::before, header.hipchat ul::after {
        content: " ";
        display: table; }
      header.hipchat ul::after {
        clear: both; }
      header.hipchat ul li {
        padding-left: 4px;
        padding-right: 4px; }
      header.hipchat.nav-open {
        padding-bottom: 2.38095%; } }
  header.hipchat.minimal {
    height: auto; }
    header.hipchat.minimal .logo.hipchat {
      position: static;
      margin-bottom: 0; }

.subnavigation--parent .aui-icon {
  margin-top: -3px; }

.subnavigation--parent.nav-open .aui-icon {
  margin-top: -6px; }

body.download .select2-chosen,
body.download .select2-result {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }

.download-area.inactive {
  display: none; }
.download-area .aui-icon-large {
  height: 32px;
  width: 32px;
  color: #205081; }
.download-area [id="select-product-version"] {
  display: none; }
.download-area .download-column {
  position: relative; }
  .download-area .download-column h2,
  .download-area .download-column h3 {
    margin-bottom: 50px; }
    .download-area .download-column h2::after,
    .download-area .download-column h3::after {
      border-bottom: 1px solid #cccccc;
      content: "";
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%;
      margin-top: 24px; }
  .download-area .download-column .p--oversized p:last-child {
    margin-bottom: 25px; }
  .download-area .download-column .all-versions-view {
    font-size: 16px;
    margin-bottom: 25px; }
    .download-area .download-column .all-versions-view span {
      color: #3572b0;
      cursor: pointer; }
      .download-area .download-column .all-versions-view span:hover {
        color: #205081; }
  .download-area .download-column .button {
    margin-top: 25px;
    margin-bottom: 25px; }
.download-area [id="download-archive-view"] th {
  text-align: left; }
.download-area [id="download-archive-view"] th,
.download-area [id="download-archive-view"] td {
  padding: 5px 10px; }
  .download-area [id="download-archive-view"] th strong a,
  .download-area [id="download-archive-view"] td strong a {
    color: #205081; }
.download-area [id="download-archive-view"] thead th.h5 {
  color: #205081; }
.download-area [id="download-archive-view"] tbody tr:nth-child(odd) {
  background: #f5f5f5; }

.post-download-area {
  display: none; }
  .post-download-area.active {
    display: block; }
  .post-download-area .get-started {
    margin-top: 24px; }
    .post-download-area .get-started ol {
      counter-reset: guides;
      list-style-type: none; }
      .post-download-area .get-started ol li {
        line-height: 34px;
        font-size: 16px;
        margin-top: 0;
        list-style: none; }
        .post-download-area .get-started ol li:before {
          border-radius: 50%;
          border: 1px solid #59afe1;
          color: #59afe1;
          content: counter(guides);
          counter-increment: guides;
          display: inline-block;
          height: 36px;
          margin-bottom: 18px;
          margin-right: 18px;
          text-align: center;
          width: 36px; }

body.integrations h3 + p small,
body.integrations h4 + p small {
  color: #999999;
  display: block;
  margin-top: -6px;
  margin-bottom: 24px; }
body.integrations .imkt-equalheights-child,
body.integrations .column.white-gray-border.imkt-equalheights-child {
  position: relative;
  padding-bottom: 65px; }
  body.integrations .imkt-equalheights-child .button,
  body.integrations .column.white-gray-border.imkt-equalheights-child .button {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  body.integrations .imkt-equalheights-child img + p,
  body.integrations .column.white-gray-border.imkt-equalheights-child img + p {
    margin-top: 10px; }
body.integrations section.products .imkt-equalheights-child {
  padding-bottom: 45px; }
body.integrations section.products .imkt-equalheights-child .button {
  bottom: 0; }
body.integrations .column.add-ons {
  font-size: 18px; }

.flex-flush-bottom .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .flex-flush-bottom .grid::before {
    width: 100%; }
  .flex-flush-bottom .grid::after {
    display: none; }
.flex-flush-bottom .column {
  -ms-flex-item-align: center;
      align-self: center; }
.flex-flush-bottom .flush-bottom-column {
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .flex-flush-bottom .flush-bottom-column img {
    vertical-align: bottom; }

.border-bottom {
  border-bottom: 1px solid #e9e9e9; }

.features-table {
  margin-bottom: 20px; }
  .features-table h3 {
    text-transform: none; }
  .features-table table {
    width: 100%; }
  .features-table tr {
    height: 48px; }
    .features-table tr:nth-child(odd) {
      background: #f5f5f5; }
    .features-table tr:last-child {
      border-bottom: 1px solid #e9e9e9; }
  .features-table thead tr:first-of-type {
    background: transparent;
    height: 64px; }
    .features-table thead tr:first-of-type th {
      border-top: 1px solid #e9e9e9;
      color: #205081;
      font-size: 14px;
      text-transform: uppercase;
      width: 20%; }
    .features-table thead tr:first-of-type .no-border {
      border-left: none;
      border-top: none;
      width: 40%; }
  .features-table th,
  .features-table td {
    text-align: center;
    vertical-align: middle;
    color: #707070;
    font-size: 16px;
    border-right: 1px solid #e9e9e9; }
    .features-table th:first-of-type,
    .features-table td:first-of-type {
      text-align: left;
      border-left: 1px solid #e9e9e9;
      padding-left: 30px; }
  .features-table .checked,
  .features-table .unchecked {
    text-indent: -99999px; }
  .features-table .checked {
    background: url("/assets/img/check-circle.svg") no-repeat scroll center center; }

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

section.full-screen-landing-hero {
  min-height: 100vh;
  position: relative;
  padding-bottom: 200px; }
  section.full-screen-landing-hero::after {
    content: '';
    display: block;
    width: 52px;
    height: 20px;
    background: url(/assets/img/hipchat/arrow-down.svg) no-repeat center center;
    background-size: 50px 18px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -26px; }
  section.full-screen-landing-hero h1 {
    line-height: 1.2;
    max-width: 720px;
    margin: 44px auto 56px auto; }
  @media only screen and (max-width: 640px) {
    section.full-screen-landing-hero {
      padding-bottom: 5%; }
      section.full-screen-landing-hero::after {
        bottom: 20px; }
      section.full-screen-landing-hero .logo-column {
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center; }
      section.full-screen-landing-hero h1 {
        font-size: 32px;
        margin: 0 auto 48px auto; } }
  section.full-screen-landing-hero .video-link {
    display: inline-block;
    min-height: 150px;
    padding-top: 150px;
    margin-top: -48px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 0; }
    section.full-screen-landing-hero .video-link:before {
      display: none; }

.full-width-arrow-link a {
  position: relative;
  display: block;
  height: 100%;
  padding-right: 40px; }
  .full-width-arrow-link a * {
    margin-bottom: 0 !important; }
  .full-width-arrow-link a::after {
    content: '';
    display: block;
    width: 20px;
    height: 52px;
    background: url(/assets/img/hipchat/arrow-right.svg) no-repeat center center;
    background-size: 18px 50px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -26px;
    transition: right 0.2s; }
  .full-width-arrow-link a:hover::after {
    right: 0; }

@media only screen and (max-width: 640px) {
  .sg-form-container iframe {
    min-height: 530px; } }

section.pricing h1.jumbo {
  font-weight: 400;
  font-size: 90px;
  line-height: 1; }
  section.pricing h1.jumbo sup {
    font-size: 42px;
    position: relative;
    top: 18px; }
section.pricing h1 {
  letter-spacing: 0; }
section.pricing h2,
section.pricing h3 {
  font-weight: 400; }
section.pricing h3 {
  color: #707070;
  font-size: 20px;
  padding-top: 10px; }
section.pricing .cms-link {
  font-size: 18px; }
section.pricing .colspan-all h1 {
  margin-bottom: 32px; }
section.pricing .pricing-column {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  min-height: 450px;
  padding: 32px 16px;
  position: relative; }
  section.pricing .pricing-column.alternate {
    background: #f5f5f5; }
  section.pricing .pricing-column h1:first-of-type {
    margin-bottom: 32px; }
    section.pricing .pricing-column h1:first-of-type::after {
      background: #cccccc;
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      margin-top: 24px; }
  section.pricing .pricing-column h2 {
    font-size: 24px;
    margin-bottom: 20px; }
  section.pricing .pricing-column p {
    color: #707070;
    font-size: 14px; }
  section.pricing .pricing-column.free h1:first-of-type {
    margin-bottom: 60px; }
  section.pricing .pricing-column.free h2 {
    padding-top: 24px;
    font-size: 24px; }
  section.pricing .pricing-column h2 span {
    display: block;
    color: #707070;
    margin-top: 24px;
    font-size: 21px; }
  section.pricing .pricing-column .button {
    margin-top: 20px;
    margin-bottom: 20px; }
  section.pricing .pricing-column .select2-container {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  section.pricing .pricing-column.server h1.jumbo {
    font-size: 60px; }
    @media only screen and (max-width: 640px) {
      section.pricing .pricing-column.server h1.jumbo {
        font-size: 54px; } }
  section.pricing .pricing-column.server h2 {
    font-size: 20px; }
  section.pricing .pricing-column.server .select2-container {
    margin-bottom: 8px;
    margin-top: -8px; }

section.faq h4 {
  font-family: "Helvetica Neue", Helvetica, sans-serif; }
section.faq h4 + p {
  margin-top: 20px; }
section.faq p + h4 {
  margin-top: 25px; }

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%); }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%); }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  /*    background: #fff url('select2-spinner.gif') no-repeat 100%;*/
  /*    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));*/
  /*    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
  /*    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);*/
  /*    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);*/ }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(top, #eee 1%, #fff 15%); }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}
*/
.select2-container {
  width: 100%; }

ul.select2-results {
  max-height: none;
  padding: 0;
  margin: 0; }

ul.select2-results .select2-highlighted {
  background: #3572b0; }

li.select2-result {
  padding: 0 6px; }

div.select2-drop-active {
  border: 1px solid #cccccc;
  border-radius: 0 0 4px 4px;
  overflow: hidden; }

.select2-chosen, .select2-result {
  color: #707070;
  font-size: 20px; }

.select2-result {
  line-height: 28px; }

div.select2-container .select2-choice {
  display: block;
  height: 42px;
  padding: 0 8px 0 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
  white-space: nowrap;
  line-height: 42px;
  color: #999999;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  text-align: left; }

div.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: none;
  background-image: none; }

div.select2-container .select2-choice .select2-arrow b {
  background: #f5f5f5;
  border-left: 1px solid #cccccc;
  overflow: hidden; }

div.select2-container .select2-choice .select2-arrow:hover b {
  background: #e9e9e9; }

div.select2-container .select2-choice .select2-arrow b:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px double transparent;
  border-right: 6px double transparent;
  border-top: 8px solid #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -6px; }

div.select2-container.select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-left: 6px double transparent;
  border-right: 6px double transparent;
  border-bottom: 8px solid #999999;
  border-top: none;
  margin-top: -4px; }

div.select2-container.select2-dropdown-open .select2-choice {
  border-radius: 4px 4px 0 0; }

div.select2-container.select2-dropdown-open .select2-choice .select2-arrow {
  border-radius: 0 4px 0 0; }

div.select2-container.select2-drop-above .select2-choice {
  border-radius: 0 0 4px 4px; }

.select2-drop.select2-drop-above.select2-drop-active, .select2-dropdown-open.select2-drop-above .select2-choice {
  border-color: #cccccc; }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border-color: #cccccc !important; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #cccccc !important; }

.select2-drop .select2-results {
  max-height: 196px; }

.select2-result-unselectable.select2-disabled .select2-result-label {
  cursor: default; }

@media only screen and (max-width: 640px) {
  .tab-navigation .tab-menu li {
    margin-top: 0; } }

@media only screen and (min-width: 641px) {
  .section-tabs > .grid::after {
    padding: 0;
    border-top: 1px solid #cccccc;
    width: 95%;
    margin: 0 auto;
    position: relative;
    top: -1px;
    z-index: -1; }
  .section-tabs .tab-navigation .tab-content {
    padding: 0; }
  .section-tabs .tab-navigation .tab-menu li.active a {
    background: #ffffff;
    border-bottom: 1px solid #ffffff; } }
