/**
 * 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; }
.pricing--section--header--tag-line, .price-block--tier h1,
.price-block--tier h2,
.price-block--tier h3,
.price-block--tier h4,
.price-block--tier h5,
.price-block--tier h6 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

.price-block--amount *, .price-block--recurrence, .price-block-widget-section .bullet-details {
  font-family: "LLCircularWeb", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  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; }

@media only screen and (max-width: 640px) {
  .imkt-navbar__default .imkt-navbar__title-link {
    height: 30px; } }
body[class*='smartling'] .price-block--amount.free-plan {
  font-size: 70px; }

html[class*='translated'] .price-block--amount.free-plan, body[class*='smartling-de'] .price-block--amount.free-plan {
  font-size: 60px; }

body[class*='smartling-ru'] .price-block--amount.free-plan {
  font-size: 50px; }

@media only screen and (max-width: 640px) {
  .pricing--section--tabs--options .tab-navigation--horizontal .tab-menu {
    padding: 0 4% !important; } }
.pricing--section--tabs--options .tab-navigation--horizontal .tab-menu li {
  width: 100% !important; }
  .pricing--section--tabs--options .tab-navigation--horizontal .tab-menu li a {
    border-width: 1px 1px 1px 1px; }
    @media only screen and (max-width: 640px) {
      .pricing--section--tabs--options .tab-navigation--horizontal .tab-menu li a {
        border-radius: 0; } }
  @media only screen and (max-width: 640px) {
    .pricing--section--tabs--options .tab-navigation--horizontal .tab-menu li:first-child a {
      border-top-left-radius: 5px; } }
  .pricing--section--tabs--options .tab-navigation--horizontal .tab-menu li:last-child a {
    border-width: 1px 1px 1px 0; }
    @media only screen and (max-width: 640px) {
      .pricing--section--tabs--options .tab-navigation--horizontal .tab-menu li:last-child a {
        border-top-right-radius: 5px; } }
.pricing--section--tabs--options ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0 10% !important;
  border-bottom: 1px solid #cccccc; }
  @media only screen and (max-width: 640px) {
    .pricing--section--tabs--options ul {
      width: 100% !important; } }
  .pricing--section--tabs--options ul .active {
    border-bottom: 0;
    background-color: #ffffff; }
    .pricing--section--tabs--options ul .active a {
      border-bottom: 0 !important;
      background-color: #ffffff; }
  .pricing--section--tabs--options ul li {
    margin: 0 0 -1px !important;
    width: 100% !important; }
    @media only screen and (max-width: 640px) {
      .pricing--section--tabs--options ul li {
        width: 100% !important; } }
    .pricing--section--tabs--options ul li a {
      padding: 10px; }
      .pricing--section--tabs--options ul li a:before {
        display: inline-block;
        margin-top: -4px;
        margin-right: 10px;
        width: 30px;
        height: 32px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        content: '';
        vertical-align: middle;
        line-height: initial !important; }
    .pricing--section--tabs--options ul li:nth-child(1) a:before {
      background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy5 3My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMX tmaWxsOm5vbmU7c3Ryb2tlOiM3MTcyNzI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO308L3N0eWxlP jwvZGVmcz48dGl0bGU+bWFya2V0aW5nX2ljb24tYWN0aXZlLWNsb3VkLXNlcnZlcjwvdGl0bGU+ PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIuOSwxMy44QTQuNzIsNC43MiwwLDAsMCwxOCw5LjJ hNi41LDYuNSwwLDAsMC02LTMuNyw2LjY2LDYuNjYsMCwwLDAtNi43LDZBMy42MiwzLjYyLDAsMC wwLDEuMSwxNWMwLDMuNSwzLjgsMy41LDMuOCwzLjVIMTguNkMxOC42LDE4LjQsMjIuOSwxNy45L DIyLjksMTMuOFoiLz48L3N2Zz4="); }
    .pricing--section--tabs--options ul li:nth-child(2) a:before {
      background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy5 3My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bG U+CiAgICAgIC5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM3MTcyNzI7c3Ryb2tlLWxpbmVqb2luO nJvdW5kO30uY2xzLTJ7ZmlsbDojNzE3MjcyO30KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0 aXRsZT4KICAgIG1hcmtldGluZ19pY29uLWFjdGl2ZS1jbG91ZC1zZXJ2ZXIKICA8L3RpdGxlPgo gIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIuNyAzLjNoMTguNWEuNjUuNjUgMCAwIDEgLjYuNn Y1LjJIMi4xVjMuOWEuNjUuNjUgMCAwIDEgLjYtLjZ6TTIuMSA5LjFoMTkuN3Y1LjhIMi4xeiIvP gogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNi4yIiBjeT0iNi4yIiByPSIxLjIiLz4KICA8 Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjYuMiIgY3k9IjEyIiByPSIxLjIiLz4KICA8cGF0aCB jbGFzcz0iY2xzLTEiIGQ9Ik0yLjEgMTQuOWgxOS43djUuOEgyLjF6Ii8+CiAgPGNpcmNsZSBjbG Fzcz0iY2xzLTEiIGN4PSI2LjIiIGN5PSIxNy44IiByPSIxLjIiLz4KICA8Y2lyY2xlIGNsYXNzP SJjbHMtMiIgY3g9IjE0LjMiIGN5PSI2LjIiIHI9IjAuNyIvPgogIDxjaXJjbGUgY2xhc3M9ImNs cy0yIiBjeD0iMTcuOCIgY3k9IjYuMiIgcj0iMC43Ii8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTI iIGN4PSIxNC4zIiBjeT0iMTIiIHI9IjAuNyIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD 0iMTcuOCIgY3k9IjEyIiByPSIwLjciLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjE0L jMiIGN5PSIxNy44IiByPSIwLjciLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjE3Ljgi IGN5PSIxNy44IiByPSIwLjciLz4KPC9zdmc+"); }

.pricing--section--header {
  color: #205081;
  display: -ms-flexbox;
  display: flex; }
  .pricing--section--header .grid {
    width: 100% !important; }
  .pricing--section--header .column {
    margin: 0;
    width: 100%; }
  .pricing--section--header--heading {
    color: #205081;
    font-size: 32px;
    max-width: 700px;
    margin: 0 auto 20px; }
    @media only screen and (max-width: 800px) {
      .pricing--section--header--heading {
        font-size: 25px; } }
    @media only screen and (max-width: 640px) {
      .pricing--section--header--heading {
        font-size: 20px; } }
  .pricing--section--header--tag-line {
    display: block;
    color: #707070 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 14px !important; }
.pricing--section--options .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (max-width: 640px) {
    .pricing--section--options .grid {
      -ms-flex-flow: column;
          flex-flow: column; } }
.pricing--section--options .column {
  margin: 0 !important;
  padding: 3%;
  max-width: 370px;
  width: 100% !important; }
  @media only screen and (max-width: 640px) {
    .pricing--section--options .column {
      margin: 0px auto !important;
      max-width: 400px !important; } }
.pricing--section--faq .grid {
  width: 100%; }
.pricing--section--faq--heading {
  padding: 7% 1% 4%;
  width: 100%;
  font-size: 32px; }
  @media only screen and (max-width: 640px) {
    .pricing--section--faq--heading {
      font-size: 20px; } }
.pricing--section--faq--content h1,
.pricing--section--faq--content h2,
.pricing--section--faq--content h3,
.pricing--section--faq--content h4,
.pricing--section--faq--content h5,
.pricing--section--faq--content h6 {
  margin: 25px 0 5px !important;
  color: #205081 !important;
  font-weight: bold !important;
  font-size: 16px; }
.pricing--section--faq--content p {
  margin-bottom: 1em;
  color: #333333;
  font-size: 14px; }
.pricing--section--faq--content table {
  margin: 25px 10px; }
  .pricing--section--faq--content table thead {
    font-weight: bold; }
  .pricing--section--faq--content table td,
  .pricing--section--faq--content table th {
    padding: 5px 10px 5px 0; }
    .pricing--section--faq--content table td:first-child,
    .pricing--section--faq--content table th:first-child {
      padding-right: 30px;
      min-width: 100px; }
  .pricing--section--faq--content table tr {
    border-bottom: 1px solid #cccccc; }
@media only screen and (max-width: 640px) {
  .pricing--section--faq .column {
    margin: 0 !important;
    padding: 0 1% !important; } }

.server .price-block--amount sup {
  top: 0;
  font-size: 42px; }
.server .price-block--amount span {
  font-size: 60px;
  line-height: 1em; }
  @media only screen and (max-width: 640px) {
    .server .price-block--amount span {
      font-size: 60px; } }
.server .pricing--section--tabs--options ul li:nth-child(1) a:before {
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy5 3My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8c3R5bG U+CiAgICAgIC5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM3MTcyNzI7c3Ryb2tlLWxpbmVqb2luO nJvdW5kO30uY2xzLTJ7ZmlsbDojNzE3MjcyO30KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0 aXRsZT4KICAgIG1hcmtldGluZ19pY29uLWFjdGl2ZS1jbG91ZC1zZXJ2ZXIKICA8L3RpdGxlPgo gIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIuNyAzLjNoMTguNWEuNjUuNjUgMCAwIDEgLjYuNn Y1LjJIMi4xVjMuOWEuNjUuNjUgMCAwIDEgLjYtLjZ6TTIuMSA5LjFoMTkuN3Y1LjhIMi4xeiIvP gogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNi4yIiBjeT0iNi4yIiByPSIxLjIiLz4KICA8 Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjYuMiIgY3k9IjEyIiByPSIxLjIiLz4KICA8cGF0aCB jbGFzcz0iY2xzLTEiIGQ9Ik0yLjEgMTQuOWgxOS43djUuOEgyLjF6Ii8+CiAgPGNpcmNsZSBjbG Fzcz0iY2xzLTEiIGN4PSI2LjIiIGN5PSIxNy44IiByPSIxLjIiLz4KICA8Y2lyY2xlIGNsYXNzP SJjbHMtMiIgY3g9IjE0LjMiIGN5PSI2LjIiIHI9IjAuNyIvPgogIDxjaXJjbGUgY2xhc3M9ImNs cy0yIiBjeD0iMTcuOCIgY3k9IjYuMiIgcj0iMC43Ii8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTI iIGN4PSIxNC4zIiBjeT0iMTIiIHI9IjAuNyIvPgogIDxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD 0iMTcuOCIgY3k9IjEyIiByPSIwLjciLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjE0L jMiIGN5PSIxNy44IiByPSIwLjciLz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjE3Ljgi IGN5PSIxNy44IiByPSIwLjciLz4KPC9zdmc+"); }
.server .pricing--section--tabs--options ul li:nth-child(2) a:before {
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy5 3My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMX tmaWxsOm5vbmU7c3Ryb2tlOiM3MTcyNzI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO308L3N0eWxlP jwvZGVmcz48dGl0bGU+bWFya2V0aW5nX2ljb24tYWN0aXZlLWNsb3VkLXNlcnZlcjwvdGl0bGU+ PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIuOSwxMy44QTQuNzIsNC43MiwwLDAsMCwxOCw5LjJ hNi41LDYuNSwwLDAsMC02LTMuNyw2LjY2LDYuNjYsMCwwLDAtNi43LDZBMy42MiwzLjYyLDAsMC wwLDEuMSwxNWMwLDMuNSwzLjgsMy41LDMuOCwzLjVIMTguNkMxOC42LDE4LjQsMjIuOSwxNy45L DIyLjksMTMuOFoiLz48L3N2Zz4="); }

.price-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 30px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff; }
  .price-block .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .price-block > .grid {
    margin: 0 !important; }
  .price-block div[id^='s2id_usersSelectDropdown'] {
    display: none !important; }
  .price-block--heading {
    margin: 0;
    letter-spacing: 0;
    font-size: 32px;
    line-height: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 100px;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 0 10px; }
    @media only screen and (min-width: 641px) and (max-width: 800px) {
      .price-block--heading {
        font-size: 29px; } }
    @media only screen and (max-width: 640px) {
      .price-block--heading {
        font-size: 37px; } }
    .price-block--heading span {
      display: inline-block; }
    .price-block--heading:after {
      position: absolute;
      left: 0;
      display: block;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background: #cccccc;
      content: ''; }
  .price-block--amount {
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    padding: 20px 0 0;
    color: #205081;
    font-weight: 400;
    font-style: normal;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 110px;
    line-height: 1em !important;
    letter-spacing: -1px; }
    .price-block--amount.free-plan {
      padding: 0;
      font-size: 90px;
      min-height: 148px;
      margin-bottom: -10px !important; }
    .price-block--amount sup {
      top: 0;
      font-size: 42px; }
    .price-block--amount span {
      font-size: 85px;
      line-height: 1em; }
  .price-block--recurrence {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #205081;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 28px; }
  .price-block #pricing-selector {
    margin-bottom: 0;
    border-radius: 3px; }
  .price-block--tier {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 20px;
    height: 60px;
    color: #707070;
    font-weight: 400;
    font-size: 21px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 20px; }
    .price-block--tier.free-plan {
      height: 78px;
      margin-bottom: 12px; }
      .price-block--tier.free-plan h1,
      .price-block--tier.free-plan h2,
      .price-block--tier.free-plan h3,
      .price-block--tier.free-plan h4,
      .price-block--tier.free-plan h5,
      .price-block--tier.free-plan h6 {
        font-size: 25px;
        color: #205081; }
    .price-block--tier .form-wrapper {
      margin: auto; }
      .price-block--tier .form-wrapper form {
        position: relative;
        display: inline-block;
        border: 1px solid #cccccc; }
        .price-block--tier .form-wrapper form .field-group {
          overflow: hidden;
          margin: 0;
          padding: 0; }
        .price-block--tier .form-wrapper form:after, .price-block--tier .form-wrapper form:before {
          position: absolute;
          content: ' ';
          pointer-events: none; }
        .price-block--tier .form-wrapper form:before {
          top: 0;
          right: 0;
          width: 2.25em;
          height: 100%;
          border-left: 1px solid #cccccc;
          background-color: #f5f5f5; }
        .price-block--tier .form-wrapper form:after {
          top: 50%;
          right: .75em;
          margin-top: -3px;
          border-top: 6px solid #cccccc;
          border-right: 6px solid transparent;
          border-left: 6px solid transparent; }
        .price-block--tier .form-wrapper form select {
          display: block;
          margin: auto;
          padding: 6px 45px 6px 15px;
          outline: none;
          border: none;
          border-style: none;
          box-shadow: none;
          color: #707070;
          text-indent: .01px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .price-block--tier .form-wrapper form select::-ms-expand {
            display: none; }
          .price-block--tier .form-wrapper form select option {
            padding: 5px 10px; }
    .price-block--tier h1,
    .price-block--tier h2,
    .price-block--tier h3,
    .price-block--tier h4,
    .price-block--tier h5,
    .price-block--tier h6 {
      display: block;
      margin: -5px auto 0;
      width: 100%;
      color: #707070;
      vertical-align: middle;
      text-align: center;
      font-weight: 400;
      font-size: 21px;
      line-height: 1em; }
  .price-block--cta {
    margin: auto !important; }
  .price-block--extra-info {
    margin-top: 20px;
    color: #707070; }
    .price-block--extra-info p {
      font-size: 14px !important; }

.price-block-widget-section {
  margin: 0; }
  .price-block-widget-section .column {
    margin: 0;
    padding: 0; }
  .price-block-widget-section .bullet-details-table {
    margin-top: 20px !important; }
    @media only screen and (max-width: 640px) {
      .price-block-widget-section .bullet-details-table {
        margin-top: 10px !important; } }
    .price-block-widget-section .bullet-details-table tr {
      vertical-align: top; }
      .price-block-widget-section .bullet-details-table tr td {
        padding-bottom: 5px;
        vertical-align: top; }
        .price-block-widget-section .bullet-details-table tr td:first-child {
          width: 35px; }
        .price-block-widget-section .bullet-details-table tr td:nth-child(2) {
          padding-top: 3px; }
  .price-block-widget-section .bullet-details {
    margin: 0 !important;
    padding: 0 !important;
    color: blue;
    text-align: left;
    font-style: normal;
    font-size: 16px !important;
    line-height: 1em; }
    .price-block-widget-section .bullet-details.checked {
      color: #707070;
      font-weight: 400; }
    .price-block-widget-section .bullet-details.unchecked {
      color: #e9e9e9; }
    .price-block-widget-section .bullet-details img {
      display: block;
      margin: auto;
      padding-top: 10px;
      width: 25px;
      height: 25px; }
