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

.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; }
.customer-story blockquote cite, h5.alternative {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

.select2-chosen, .select2-result, section.pricing h2,
section.pricing h3, .card-links .grid .card-links__card h4, .customer-story blockquote, section.pricing h1.jumbo {
  font-family: "LLCircularWeb", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

.circular-bold h1,
.circular-bold h2,
.circular-bold h3,
.circular-bold h4,
.circular-bold h5, section.calculator:after, input[id*="spinner"], .data-center-message h4, body.features .features-table thead tr:first-of-type th, body.core .animation-column p, body.core .teams-section .colspan-2 .cms-link {
  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.facebook-round-white {
  background-image: url(/assets/img/icons/social-icons/facebook-round-white.svg);
  width: 20px;
  height: 20px; }

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

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

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

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

h1 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38px; }

h2 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px; }

h3 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px; }

h4 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }

h5 {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px; }

.headline-1 h1 {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 72px;
  margin-bottom: 14px; }
  .headline-1 h1 + p {
    color: #707070;
    font-size: 20px;
    line-height: 32px; }
  @media only screen and (max-width: 640px) {
    .headline-1 h1 {
      font-size: 32px;
      line-height: 38px; } }
.headline-1.dark h1 + p {
  color: #ffffff; }

.headline-2 h1 {
  font-size: 48px;
  line-height: 60px; }
  .headline-2 h1 + p {
    color: #707070;
    font-size: 20px;
    line-height: 32px; }
  @media only screen and (max-width: 640px) {
    .headline-2 h1 {
      font-size: 32px;
      line-height: 38px; } }
.headline-2.dark h1 + p {
  color: #ffffff; }

.special-heading h1,
.special-heading h2,
.special-heading h3,
.special-heading h4,
.special-heading h5 {
  color: #707070;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px; }

a {
  color: #3572b0; }

p {
  color: #707070;
  font-size: 14px; }

em {
  font-style: italic; }

h1 + .button {
  margin-top: 12px;
  margin-bottom: 18px; }

a.video-image-link {
  display: block; }

.off-center-play-button .video-image-link:after {
  margin-left: -110px; }

.icon.bitbucket {
  background-position: left 2px; }

h2 + p + h2 {
  margin-top: 48px; }
  @media only screen and (max-width: 640px) {
    h2 + p + h2 {
      margin-top: 0; } }

h2 + p + p + h2 {
  margin-top: 48px; }
  @media only screen and (max-width: 640px) {
    h2 + p + p + h2 {
      margin-top: 0; } }

.text-down {
  margin-top: 24px; }
  @media only screen and (max-width: 640px) {
    .text-down {
      margin-top: 0; } }

.text-down-extra {
  margin-top: 64px; }
  @media only screen and (max-width: 640px) {
    .text-down-extra {
      margin-top: 0; } }

img.logo {
  margin-bottom: 24px; }

.subnavigation {
  background: #ffffff; }
  .subnavigation.stuck .button.green-hollow {
    background-color: #67ab49;
    border-color: #67ab49;
    color: #ffffff; }
    .subnavigation.stuck .button.green-hollow:hover, .subnavigation.stuck .button.green-hollow.hovered {
      background-color: #14892c;
      border-color: #14892c; }

.mission {
  padding: 10px 0; }
  .mission .button {
    margin-bottom: 28px; }
  .mission p {
    font-size: 14px; }

section.hero .logo {
  margin-bottom: 32px; }
section.hero .button {
  margin-top: 32px; }
  @media only screen and (max-width: 640px) {
    section.hero .button {
      margin-bottom: 32px; } }
section.hero .hero-video img {
  vertical-align: bottom; }

.image-heading-text img {
  margin-bottom: 24px; }

.flush-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 5%; }
  .flush-bottom.border-bottom {
    border-bottom: 1px solid #e9e9e9; }
    @media only screen and (max-width: 1056px) {
      .flush-bottom.border-bottom {
        padding-bottom: 5%; } }
  .flush-bottom img {
    vertical-align: bottom; }

@media only screen and (max-width: 640px) {
  .flush-bottom-flex.flush-bottom {
    padding-bottom: 0; }
  .flush-bottom-flex .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .flush-bottom-flex .grid-2 .colspan-all {
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .flush-bottom-flex .column {
    -ms-flex-order: 1;
        order: 1;
    width: 100%; }
  .flush-bottom-flex .image-bottom {
    -ms-flex-order: 2;
        order: 2; } }
section .grid .column.colspan-1.flush-bottom-img {
  margin-bottom: -6px;
  position: relative; }
  section .grid .column.colspan-1.flush-bottom-img img {
    vertical-align: bottom; }

.secondary p {
  color: #205081; }

.colspan-all h1 + p {
  color: #707070;
  font-size: 18px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px; }
.colspan-all.secondary p {
  max-width: none; }

.dark .secondary p {
  color: #ffffff; }
.dark .colspan-all h1 + p {
  color: #ffffff; }

.expanded-two-column {
  max-width: 520px;
  margin-left: -80px; }
  @media only screen and (max-width: 1056px) {
    .expanded-two-column {
      max-width: 100%;
      margin-left: 0; } }

.expanded-two-column-right {
  max-width: 520px;
  margin-right: -80px; }
  @media only screen and (max-width: 1056px) {
    .expanded-two-column-right {
      max-width: 100%;
      margin-right: 0; } }

.img-headline {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 32px; }

.column-button-link__button {
  display: inline-block;
  margin-right: 16px; }
  .column-button-link__button.secondary {
    margin-bottom: 4px; }
.column-button-link__link {
  display: inline-block; }

.section-image-flush-bottom .grid:after {
  padding-bottom: 0 !important; }
.section-image-flush-bottom .grid .column:last-child {
  margin-bottom: 0 !important; }
  .section-image-flush-bottom .grid .column:last-child img {
    vertical-align: bottom; }

.border-rounded-corners {
  border: 1px solid #e9e9e9;
  border-radius: 4px; }
  .border-rounded-corners--top {
    border-bottom: 0;
    border-radius: 4px 4px 0 0; }

.section-split-view {
  background: #3572b0;
  position: relative; }
  .section-split-view:before {
    display: block;
    content: '';
    background: #3572b0;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0; }
    @media only screen and (max-width: 640px) {
      .section-split-view:before {
        display: none; } }
  .section-split-view:after {
    display: block;
    content: '';
    background: #654982;
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 640px) {
      .section-split-view:after {
        display: none; } }
  .section-split-view .grid {
    position: relative;
    z-index: 2; }
    .section-split-view .grid a {
      color: #59afe1;
      display: block;
      font-size: 16px; }
    .section-split-view .grid img {
      display: block;
      margin-bottom: 16px; }
  .section-split-view .column {
    padding-left: 5%;
    padding-right: 5%; }

.customer-story.dark blockquote {
  color: #ffffff; }
.customer-story blockquote {
  font-size: 24px;
  line-height: 32px; }
  .customer-story blockquote cite {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 32px; }
.customer-story .video-link {
  color: #ffffff;
  font-weight: 500;
  position: relative; }
  .customer-story .video-link img {
    vertical-align: middle;
    margin-right: 20px; }
  .customer-story .video-link:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url("/assets/img/play-video.png") no-repeat scroll 0 0;
    background-size: 20px 20px;
    margin-bottom: -5px;
    margin-left: 12px;
    position: static; }
.customer-story__lowered-text {
  margin-top: 84px; }
.customer-story__logo {
  margin-right: 20px; }

.dialog .close-dialog {
  background: url("/assets/img/close-white.svg") no-repeat scroll 0 0;
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: calc(50% + 449px);
  cursor: pointer; }
  @media only screen and (max-width: 1056px) {
    .dialog .close-dialog {
      left: auto;
      right: 12px; } }

a.close:hover {
  text-decoration: none; }

.icon-heading-text p {
  font-size: 14px; }
.icon-heading-text img {
  margin-bottom: 12px; }

section.pricing h1.jumbo {
  font-size: 90px;
  line-height: 90px; }
  section.pricing h1.jumbo sup {
    font-size: 42px;
    position: relative;
    top: 18px; }
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.free h1:first-of-type {
    margin-bottom: 60px; }
  section.pricing .pricing-column.free h2 {
    padding-top: 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-top: -8px; }

@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; } }
.select2-drop .select2-results {
  max-height: 196px; }

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

.customer-logos-row__button {
  margin-top: 10px; }

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

#calculator-cloud-spinner-error {
  display: none !important; }

section.calculator {
  position: relative; }
  @media only screen and (max-width: 640px) {
    section.calculator {
      display: none !important; } }
  section.calculator:before {
    content: '';
    display: block;
    height: 80%;
    background: #999999;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 10%; }
  section.calculator:after {
    content: "=";
    display: inline-block;
    font-size: 46px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 30px;
    line-height: 42px;
    color: #205081;
    margin-left: -14px;
    margin-top: -25px; }
  section.calculator .enterprise-info {
    display: none;
    margin-bottom: 24px; }
    section.calculator .enterprise-info.active {
      display: block; }
  section.calculator a.button + p {
    margin-top: 15px; }

input[id*="spinner"] {
  height: 50px;
  font-size: 32px;
  color: #205081;
  font-weight: bold;
  padding-left: 12px;
  border: 1px solid #999999;
  outline: none;
  width: 300px;
  text-align: left; }
  input[id*="spinner"]::-ms-clear {
    display: none; }

.ui-spinner {
  color: #999999;
  position: relative; }
  .ui-spinner a:hover {
    color: #707070;
    text-decoration: none; }

.ui-spinner-up {
  position: absolute;
  top: -16px;
  right: 20px;
  cursor: pointer;
  color: #999999; }

.ui-spinner-down {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  color: #999999; }

.bitbucket #calculator-cloud-spinner-error {
  display: none !important; }

.server.calculator > .grid {
  position: relative; }

.data-center-message {
  display: none;
  position: absolute; }
  .data-center-message h2 {
    font-size: 22px; }
  .data-center-message h4 {
    color: #205081;
    font-size: 20px; }
  .data-center-message a.button {
    margin-top: 30px;
    margin-bottom: 30px; }

.pricing-faq__table {
  width: 100%;
  margin-bottom: 20px;
  display: none; }
  .pricing-faq__table th, .pricing-faq__table td {
    padding: 4px 10px;
    border-bottom: 1px solid #cccccc; }
  .pricing-faq__table th {
    font-weight: bold; }

section.faq h4 {
  color: #205081;
  font-weight: bold;
  margin-bottom: 16px; }
section.faq p {
  color: #333333;
  font-size: 14px;
  margin-bottom: 20px; }

section.screenshots .colspan-1 {
  margin-top: 100px; }
@media only screen and (max-width: 640px) {
  section.screenshots .colspan-1 {
    margin-top: 0; } }

.cta-final .logo {
  margin-bottom: 20px; }

.smallprint p {
  font-size: 14px; }

.card-links {
  border-bottom: 1px solid #cccccc; }
  .card-links .grid:after {
    display: none; }
  .card-links .grid .card-links__card {
    margin-bottom: 0;
    position: relative;
    top: 0;
    padding: 42px 48px 20px 48px;
    cursor: pointer;
    transition: all 0.3s; }
    @media only screen and (max-width: 640px) {
      .card-links .grid .card-links__card {
        margin-bottom: 5%;
        cursor: default; } }
    .card-links .grid .card-links__card .image-text {
      margin: 20px 0;
      min-height: 40px; }
      .card-links .grid .card-links__card .image-text::before, .card-links .grid .card-links__card .image-text::after {
        content: " ";
        display: table; }
      .card-links .grid .card-links__card .image-text::after {
        clear: both; }
      .card-links .grid .card-links__card .image-text img {
        float: left;
        margin-right: 16px;
        margin-top: -10px; }
    .card-links .grid .card-links__card .full-block-link {
      background: rgba(245, 245, 245, 0.88);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #3572b0;
      font-size: 32px;
      text-align: center;
      display: block;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      opacity: 0;
      transition: opacity 0.3s; }
      .card-links .grid .card-links__card .full-block-link:hover {
        text-decoration: none; }
      @media only screen and (max-width: 640px) {
        .card-links .grid .card-links__card .full-block-link {
          position: static;
          display: block;
          opacity: 1;
          font-size: 16px;
          margin-bottom: 5%; } }
    .card-links .grid .card-links__card:hover {
      padding-bottom: 40px;
      top: -20px;
      margin-bottom: -20px; }
      @media only screen and (max-width: 640px) {
        .card-links .grid .card-links__card:hover {
          margin-bottom: 5%;
          top: 0;
          padding: 42px 48px 20px 48px; } }
      .card-links .grid .card-links__card:hover .full-block-link {
        opacity: 1; }
    .card-links .grid .card-links__card h2 {
      font-size: 28px;
      margin-bottom: 0; }
      .card-links .grid .card-links__card h2 a {
        color: #205081; }
        .card-links .grid .card-links__card h2 a:hover {
          text-decoration: none; }
    .card-links .grid .card-links__card h4 {
      font-size: 18px;
      padding-bottom: 8px; }
      .card-links .grid .card-links__card h4 a {
        color: #205081; }
        .card-links .grid .card-links__card h4 a:hover {
          text-decoration: none; }
  .card-links__light {
    background: #f5f5f5; }
  .card-links div.card-links__light h1,
  .card-links div.card-links__light h2,
  .card-links div.card-links__light h3,
  .card-links div.card-links__light h4 {
    color: #205081; }
  .card-links div.card-links__light p,
  .card-links div.card-links__light li {
    color: #707070; }

@media only screen and (max-width: 800px) {
  body.whats-new .section-tabs > .grid > .colspan-1 {
    width: 95%; } }
body.whats-new p {
  line-height: 24px; }
body.whats-new .section--previous-releases .video-image-link {
  margin-bottom: 24px; }

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

.checkmark-animation-wrapper {
  position: relative; }
@keyframes draw {
  to {
    stroke-dashoffset: 0; } }
  .checkmark-animation-wrapper #svgCheckmarkWrapper {
    background-color: #ffffff;
    position: absolute;
    opacity: 0;
    -ms-transform-origin: center center;
        transform-origin: center center;
    transition: all 1s;
    z-index: 1;
    left: 15%;
    top: 40%; }
    @media only screen and (min-width: 641px) and (max-width: 800px) {
      .checkmark-animation-wrapper #svgCheckmarkWrapper {
        left: 25%; } }
    @media only screen and (min-width: 801px) {
      .checkmark-animation-wrapper #svgCheckmarkWrapper {
        left: 20%; } }
  .checkmark-animation-wrapper #checkmark {
    stroke-dasharray: 100;
    stroke-dashoffset: 100; }
  .active-in .checkmark-animation-wrapper #svgCheckmarkWrapper {
    opacity: 1;
    top: 0; }
    @media only screen and (min-width: 641px) and (max-width: 800px) {
      .active-in .checkmark-animation-wrapper #svgCheckmarkWrapper {
        top: 10%; } }
  .active-in .checkmark-animation-wrapper #checkmark {
    animation: draw 500ms 500ms linear both; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .active-in .checkmark-animation-wrapper #checkmark {
        stroke-dashoffset: 0; } }
    @supports (-ms-accelerator: true) {
      .active-in .checkmark-animation-wrapper #checkmark {
        stroke-dashoffset: 0; } }

.customer-story {
  min-height: 410px;
  padding-top: 160px; }
  .customer-story img {
    width: 96px;
    position: relative;
    top: -6px; }

section.pricing .pricing-column .select2-container {
  margin-top: -8px;
  margin-bottom: 8px; }

section.pricing .pricing-column {
  min-height: 450px; }

.pricing-calculator-output--cloud__over-2000 {
  display: none; }
  .pricing-calculator-output--cloud__over-2000 .button {
    margin-bottom: 20px; }
.pricing-calculator-output--cloud.switch h1.jumbo {
  display: none; }
.pricing-calculator-output--cloud.switch .pricing-calculator-output--cloud__over-2000 {
  display: block; }
.pricing-calculator-output--cloud.switch .pricing-calculator-output--cloud__under-2000 {
  display: none; }

body.core .animation-section {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 20px; }
  @media only screen and (min-width: 641px) {
    body.core .animation-section {
      padding-bottom: 40px;
      position: relative; } }
  body.core .animation-section .grid {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 641px) {
      body.core .animation-section .grid {
        position: relative;
        left: 0;
        right: 0;
        max-width: none; } }
body.core .animation-column {
  height: 200px;
  overflow: hidden;
  position: relative; }
  body.core .animation-column:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0) 100%); }
  @media only screen and (min-width: 641px) {
    body.core .animation-column {
      height: 560px; } }
  body.core .animation-column.column.colspan-all {
    margin-left: -5%;
    margin-right: -5%;
    width: 110%; }
  body.core .animation-column p {
    margin-bottom: 0;
    word-break: break-all; }
    @media only screen and (min-width: 641px) {
      body.core .animation-column p {
        font-size: 24px;
        line-height: 40px; } }
    body.core .animation-column p span {
      color: #cccccc;
      transition: 1s; }
    body.core .animation-column p.animate-1 span:nth-child(37n+3) {
      color: #14892c; }
    body.core .animation-column p.animate-1 span:nth-child(37n+9) {
      color: #d04437; }
    body.core .animation-column p.animate-1 span:nth-child(37n+15) {
      color: #3572b0; }
    body.core .animation-column p.animate-1 span:nth-child(37n+21) {
      color: #654982; }
    body.core .animation-column p.animate-1 span:nth-child(37n+27) {
      color: #f79232; }
    body.core .animation-column p.animate-2 span:nth-child(37n+5) {
      color: #14892c; }
    body.core .animation-column p.animate-2 span:nth-child(37n+11) {
      color: #d04437; }
    body.core .animation-column p.animate-2 span:nth-child(37n+17) {
      color: #3572b0; }
    body.core .animation-column p.animate-2 span:nth-child(37n+23) {
      color: #654982; }
    body.core .animation-column p.animate-2 span:nth-child(37n+29) {
      color: #f79232; }
    body.core .animation-column p.animate-3 span:nth-child(37n+7) {
      color: #14892c; }
    body.core .animation-column p.animate-3 span:nth-child(37n+13) {
      color: #d04437; }
    body.core .animation-column p.animate-3 span:nth-child(37n+19) {
      color: #3572b0; }
    body.core .animation-column p.animate-3 span:nth-child(37n+25) {
      color: #654982; }
    body.core .animation-column p.animate-3 span:nth-child(37n+31) {
      color: #f79232; }
body.core .teams-section .heading-textblock-button p {
  margin-bottom: 32px; }
body.core .teams-section .colspan-2 .cms-link {
  font-size: 20px; }

.customer-info .video-link__button--play--tiny::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADP0lEQVRo3t2aMU8bMRTH/76kG0VCdICMERGqGG5LFygwMLHlG3QgY1n7ETpk4gt0z84UiaNdUKV2YEQVGTLQtQoTtOLf4RzJcuzjnLPvwj0p0z2/9//5zo79bAGPRrID4BBADGAbQBvAKoDX0uUewBTAGMANgGsAiRDil08dRSFikgOSEy5uExkjrhKkSzIpAGGzhGS3TJAtksMAILoNSW656hMOIE0AnwF8BPDK5gbgO4BzpOPkTv5+y+ebAFry1wZwDOBdho6/AM4AfBJC/PP5VtZJXmT05ohkn+TGArE3ZNtRRvwLkuu+YHZI3loSXZHc89hxezKmyW5J7hRNcERyagne8wViyNuzdOKU5NGiQXcsMCOSa6FglPxrls9w6vym5Jgx9dAZyUZoGEVHQ+Y0fSH5xhTJpmUCOC0LxKDp1DJRNPM0HpjeTFUwii7Tmxo812iL5KNhzJT2mWVoaxjG1COz/nw5vwK4LWMCcIBaM4ztoc25a3ilwabmAlA9g86uyTHRnK4ckrwh+bZEKP3PN9EdYgP1rkOCH7PAJN+XALRr0BurDvrMNnJM8EfvMZL7gaH0CWKgPtQ3ZycFgYKDMV3QqjaZPehoD57ouGrOAAoGxnSV/qTl6ZhIc08GDkBBwDg/OfQjpAUN1c599qRmBwAuPYLpWuMIaXVGtXFAIN9gutbtCOlWWLW7EoB8gela2xHSullVQEXBdK2rIPmgDawVVzUOk0Je+5Iz74rW7iEy+OWuBC2BzWmNkJZnVdusUOA3AIdCiA85/XWt9xHSWrNqrQpAvkqQfSHEpUM7Xes0wvzUVybQDOTAEcSmdRwhPQVQrZ0zWJUgNq03EdIjDdWOXwCITet1WYvTS5IHPnvGujiVD/XtQ98TkHcQJad5+yAf+t7gBQNRcmZu8GJD7+YuwpP8KdskoUFkvj2D3lh3SjSHl1skkU71KmNJ55dQaBxrGodZDepVCpYN61Oslw3rdZwiA9TnwEsJVp8jSSVolYfGYwvMYofGSvDnjvVzF/Vz5NplyGN9JVGeixcnXPzixQk9Xbwo62rMrNzUwjJcjdHAlvryUhGwelwvM4DFXKILgF6LilyCK5r/AST6VoGmtvHlAAAAAElFTkSuQmCC); }
.customer-info .video-link:active .video-link__button--play--tiny::before,
.customer-info .video-link:focus .video-link__button--play--tiny::before,
.customer-info .video-link:hover .video-link__button--play--tiny::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADP0lEQVRo3t2aMU8bMRTH/76kG0VCdICMERGqGG5LFygwMLHlG3QgY1n7ETpk4gt0z84UiaNdUKV2YEQVGTLQtQoTtOLf4RzJcuzjnLPvwj0p0z2/9//5zo79bAGPRrID4BBADGAbQBvAKoDX0uUewBTAGMANgGsAiRDil08dRSFikgOSEy5uExkjrhKkSzIpAGGzhGS3TJAtksMAILoNSW656hMOIE0AnwF8BPDK5gbgO4BzpOPkTv5+y+ebAFry1wZwDOBdho6/AM4AfBJC/PP5VtZJXmT05ohkn+TGArE3ZNtRRvwLkuu+YHZI3loSXZHc89hxezKmyW5J7hRNcERyagne8wViyNuzdOKU5NGiQXcsMCOSa6FglPxrls9w6vym5Jgx9dAZyUZoGEVHQ+Y0fSH5xhTJpmUCOC0LxKDp1DJRNPM0HpjeTFUwii7Tmxo812iL5KNhzJT2mWVoaxjG1COz/nw5vwK4LWMCcIBaM4ztoc25a3ilwabmAlA9g86uyTHRnK4ckrwh+bZEKP3PN9EdYgP1rkOCH7PAJN+XALRr0BurDvrMNnJM8EfvMZL7gaH0CWKgPtQ3ZycFgYKDMV3QqjaZPehoD57ouGrOAAoGxnSV/qTl6ZhIc08GDkBBwDg/OfQjpAUN1c599qRmBwAuPYLpWuMIaXVGtXFAIN9gutbtCOlWWLW7EoB8gela2xHSullVQEXBdK2rIPmgDawVVzUOk0Je+5Iz74rW7iEy+OWuBC2BzWmNkJZnVdusUOA3AIdCiA85/XWt9xHSWrNqrQpAvkqQfSHEpUM7Xes0wvzUVybQDOTAEcSmdRwhPQVQrZ0zWJUgNq03EdIjDdWOXwCITet1WYvTS5IHPnvGujiVD/XtQ98TkHcQJad5+yAf+t7gBQNRcmZu8GJD7+YuwpP8KdskoUFkvj2D3lh3SjSHl1skkU71KmNJ55dQaBxrGodZDepVCpYN61Oslw3rdZwiA9TnwEsJVp8jSSVolYfGYwvMYofGSvDnjvVzF/Vz5NplyGN9JVGeixcnXPzixQk9Xbwo62rMrNzUwjJcjdHAlvryUhGwelwvM4DFXKILgF6LilyCK5r/AST6VoGmtvHlAAAAAElFTkSuQmCC); }

.customer-block.colspan-3 {
  width: calc(61.62% - 2.38095%);
  margin-left: 0; }
.customer-block.colspan-2 {
  width: calc(38.38% - 2.38095%);
  margin-left: 0; }
  .customer-block.colspan-2.first-in-row {
    margin-right: 0;
    margin-left: 2.38095%; }
.customer-block.colspan-1 {
  width: calc(20%);
  margin-left: 0;
  margin-right: 0; }
@media only screen and (max-width: 800px) {
  .customer-block.colspan-3 {
    width: calc(100% - (2.38095% * 2));
    margin-left: 2.38095%;
    margin-top: 0 !important; }
  .customer-block.colspan-2 {
    width: calc(100% - (2.38095% * 2));
    margin-left: 2.38095%;
    margin-bottom: 0 !important; }
  .customer-block.colspan-1 {
    width: calc(100% - (2.38095% * 2));
    margin-left: 2.38095%;
    margin-bottom: 0 !important; } }
@media only screen and (max-width: 640px) {
  .customer-block.colspan-2.column, .customer-block.colspan-1.column {
    margin-top: 0px; }
  .customer-block .colspan-1 {
    margin-top: 3px !important; } }
.customer-block > section .grid:before, .customer-block > section .grid:after {
  display: none; }
.customer-block > section .grid .column {
  margin: 3px;
  position: relative; }
  .customer-block > section .grid .column img {
    vertical-align: bottom;
    height: 100% !important;
    width: 100%; }
  .customer-block > section .grid .column .customer-info {
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 100%;
    padding: 20px; }
    .customer-block > section .grid .column .customer-info .content {
      overflow: hidden;
      position: relative;
      top: 45%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      transition: top 0.3s; }
      .customer-block > section .grid .column .customer-info .content h1, .customer-block > section .grid .column .customer-info .content h2, .customer-block > section .grid .column .customer-info .content h3, .customer-block > section .grid .column .customer-info .content h4, .customer-block > section .grid .column .customer-info .content h5, .customer-block > section .grid .column .customer-info .content h6, .customer-block > section .grid .column .customer-info .content p, .customer-block > section .grid .column .customer-info .content a {
        color: #ffffff; }
      @media only screen and (max-width: 1056px) {
        .customer-block > section .grid .column .customer-info .content.ellipsis h3 {
          font-size: 14px;
          height: 90px; } }
      @media only screen and (max-width: 900px) {
        .customer-block > section .grid .column .customer-info .content.ellipsis h3 {
          height: 60px; } }
      @media only screen and (max-width: 640px) {
        .customer-block > section .grid .column .customer-info .content.ellipsis h3 {
          height: auto;
          font-size: 18px; } }
    .customer-block > section .grid .column .customer-info.active, .customer-block > section .grid .column .customer-info:hover {
      opacity: 1;
      transition: opacity 0.3s; }
      .customer-block > section .grid .column .customer-info.active .content, .customer-block > section .grid .column .customer-info:hover .content {
        top: 50%;
        transition: top 0.3s; }
.customer-block > section .grid.grid .column {
  width: calc(100% - 6px);
  margin-bottom: 3px; }
.customer-block > section .grid.grid-4 .colspan-3 {
  width: calc(75% - 6px); }
.customer-block > section .grid.grid-4 .colspan-2 {
  width: calc(50% - 6px); }
.customer-block > section .grid.grid-4 .colspan-1 {
  width: calc(25% - 6px); }
.customer-block > section .grid.grid-4 .colspan-all {
  width: calc(100% - 6px); }
.customer-block > section .grid.grid-6 .colspan-4 {
  width: calc(66.666% - 6px); }
.customer-block > section .grid.grid-6 .colspan-3 {
  width: calc(50% - 6px); }
.customer-block > section .grid.grid-6 .colspan-2 {
  width: calc(33.333% - 6px); }
.customer-block > section .grid.grid-6 .colspan-1 {
  width: calc(16.666% - 6px); }
.customer-block > section .grid.grid-6 .colspan-all {
  width: calc(100% - 6px); }
@media only screen and (max-width: 640px) {
  .customer-block > section .grid.grid-6 .column {
    width: calc(100% - 6px); }
    .customer-block > section .grid.grid-6 .column:last-child {
      margin-bottom: 3px; } }
