/* utilities start */
/* END utilities */
.pricingpage {
  max-width: 1400px;
  margin: 10px auto 0;
  padding: 0 1.5em 0;
  /*________________

     Plan Pricing

  ---------------------- */ }
  .pricingpage table {
    max-width: 100%;
    background-color: transparent;
    color: #4a3c31; }
  .pricingpage th {
    padding: 0 10px 0; }
    .pricingpage th h2 {
      font-size: 1.5em;
      padding-top: 35px;
      font-weight: bold; }
    .pricingpage th .per-year {
      color: #8b8d8e;
      font-weight: 100; }
    .pricingpage th h3 {
      font-size: 1.35em; }
    .pricingpage th.starting-at h3 {
      margin-top: 0; }
    .pricingpage th.starting-at h2 {
      margin-bottom: 0; }
  .pricingpage .button {
    font-size: 1em;
    margin: 1.5em 0 1.5em; }
  .pricingpage table tr [class*='col-'] {
    vertical-align: middle; }
  .pricingpage span.mobile {
    display: none;
    line-height: 1.25em; }
  .pricingpage .plan-features td {
    padding: 0.5em 0 0.4em; }
    .pricingpage .plan-features td.coming-soon {
      padding: 1em 0 1em; }
  .pricingpage .table {
    width: 100%;
    margin-bottom: 20px; }
  .pricingpage .table .table {
    background-color: #ffffff; }
  .pricingpage table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  .pricingpage table td[class*="col-"],
  .pricingpage table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  .pricingpage .question-circle {
    background-color: #e98300;
    margin-left: 5px;
    margin-top: -1px;
    padding: 3px;
    width: 15px;
    height: 15px;
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px; }
    .pricingpage .question-circle span {
      position: relative;
      top: -9px; }
  .pricingpage .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 16px !important;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    font-weight: bold;
    max-width: 21em;
    min-width: 300px;
    font-size: 1em;
    line-height: 1.333em;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'Stag Sans Web';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal; }
    .pricingpage .tooltip.in {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .pricingpage .tooltip.top {
      padding: 5px 0;
      margin-top: -3px; }
      .pricingpage .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-top-color: #4a3c31;
        border-width: 5px 5px 0; }
    .pricingpage .tooltip.top-left .tooltip-arrow {
      bottom: 0;
      left: 5px;
      border-top-color: #4a3c31;
      border-width: 5px 5px 0; }
    .pricingpage .tooltip.top-right .tooltip-arrow {
      right: 5px;
      bottom: 0;
      border-top-color: #4a3c31;
      border-width: 5px 5px 0; }
    .pricingpage .tooltip.right {
      padding: 0 5px;
      margin-left: 3px; }
      .pricingpage .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-right-color: #4a3c31;
        border-width: 5px 5px 5px 0; }
    .pricingpage .tooltip.active.right .tooltip-arrow {
      border-right-color: #4a3c31; }
    .pricingpage .tooltip.bottom {
      padding: 5px 0;
      margin-top: 3px; }
      .pricingpage .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-bottom-color: #4a3c31;
        border-width: 0 5px 5px; }
    .pricingpage .tooltip.bottom-left .tooltip-arrow {
      top: 0;
      left: 5px;
      border-bottom-color: #4a3c31;
      border-width: 0 5px 5px; }
    .pricingpage .tooltip.bottom-right .tooltip-arrow {
      top: 0;
      right: 5px;
      border-bottom-color: #4a3c31;
      border-width: 0 5px 5px; }
    .pricingpage .tooltip.left {
      padding: 0 5px;
      margin-left: -3px; }
      .pricingpage .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-left-color: #4a3c31;
        border-width: 5px 0 5px 5px; }
  .pricingpage .tooltip-inner {
    max-width: 100%;
    padding: 5px 12px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #4a3c31;
    border-radius: 4px;
    text-shadow: 0 0 0 transparent !important; }
  .pricingpage .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .pricingpage .fade {
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear; }
  .pricingpage .fade.in {
    opacity: 1; }
  .pricingpage .plan-details {
    padding: 0;
    margin: 0;
    color: #333; }
  .pricingpage .plan-details ul {
    padding-left: 15px; }
  .pricingpage h3.headline {
    text-align: center;
    color: #beb9a6; }
  .pricingpage h1.plan-headline {
    text-align: center;
    margin: 80px 0 120px; }
  .pricingpage .plan-details li.plan-header {
    border-radius: 6px 6px 0 0;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #155c92;
    font-size: 2em;
    line-height: 1em;
    font-weight: 300;
    padding: 5px; }
  .pricingpage .plan-header h3 {
    margin: 0;
    font-size: 1.25em;
    font-weight: 500; }
  .pricingpage .per-year {
    font-size: 1em;
    font-weight: normal; }
  .pricingpage .per-user-month {
    font-size: .55em; }
  .pricingpage .plan-header .btn {
    margin: 10px 0 0 !important; }
  .pricingpage .plan-details li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 10px;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1.15em; }
  .pricingpage li.last {
    border-radius: 0 0 6px 6px; }
  .pricingpage li.coming-soon-head {
    border: none;
    text-align: center;
    font-size: 1.4em;
    color: #999; }
  .pricingpage li.coming-soon-block {
    border-radius: 6px;
    border: 1px solid #ccc;
    color: #999;
    margin-bottom: 50px; }
  .pricingpage .double-line {
    height: 65px; }
  .pricingpage .double-line.middle {
    line-height: 45px; }
  .pricingpage thead .plans {
    text-align: center;
    padding-bottom: 20px; }
  .pricingpage thead .plans h2 {
    margin-top: 15px; }
  .pricingpage .headline-monthly-price,
  .pricingpage .headline-corp-pricing {
    margin-bottom: 0; }
  .pricingpage tr.feature-desc td:nth-child(even),
  .pricingpage .plans-light-grey {
    background-color: rgba(215, 211, 199, 0.15); }
  .pricingpage tr.feature-desc td:nth-child(2),
  .pricingpage .popular-plan {
    background-color: rgba(233, 131, 0, 0.1); }
  @media (max-width: 1024px) {
    .pricingpage tr td:nth-child(1) {
      font-size: 13px; } }
  .pricingpage tr td:nth-child(1) .question-circle span {
    top: -6px; }
  .pricingpage .popular-plan {
    display: inline-block !important;
    width: 100%;
    padding-bottom: 24px !important; }
  .pricingpage .table-borderless > tbody > tr > td {
    border-top: 1px solid #d7d3c7; }
  .pricingpage .coming-soon {
    text-align: center; }
  .pricingpage .table-borderless > thead > tr > th {
    border-bottom: none; }
  .pricingpage [class^="check-green"], .pricingpage [class*="check-green"] {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .pricingpage [class^="red-lock"], .pricingpage [class*="red-lock"] {
    display: inline-block;
    width: 100%; }
  .pricingpage .table > thead > tr > th.popular-plan {
    position: relative; }
  .pricingpage .most-popular {
    background: #e98300;
    padding: 8px 0;
    color: white;
    font-weight: normal;
    font-size: .85em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .pricingpage .fa-check:before {
    content: '';
    background: transparent url("../img/app-icon-check-sunshine.svg") no-repeat scroll center 10px;
    display: inline-block;
    width: 130px;
    background-size: 25%;
    padding: 20px 0 20px; }

@media (max-width: 920px) {
  .pricingpage {
    margin: 2em 20px;
    padding: 0; }
    .pricingpage span.mobile {
      display: block; }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block !important; }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important; }

  tr {
    border-top: 1px solid #ccc; }

  td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative !important;
    padding-left: 50% !important;
    min-height: 65px;
    text-align: center;
    color: #8b8d8e; }

  span.mobile {
    position: absolute;
    left: 20px;
    top: 10px;
    display: block;
    text-align: left; }

  td:before {
    /* Now like a table header */
    position: absolute !important;
    /* Top/left values mimic padding */
    top: 15px !important;
    left: 6px !important;
    width: 45% !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
    text-align: left; }

  td:nth-of-type(1) {
    color: #4a3c31 !important;
    font-weight: bold;
    min-height: 5px;
    padding: 12px !important;
    background-color: #eceae5; } }

.jumbotron.no-image.pricingintro {
	background-color: #ffffff; 
	background-image: none; }

.jumbotron.pricingintro .layer1 {
  height: auto;
  padding-top: 0; }

.pricingintro .hero {
	text-align: center;
	padding-top: 40px;
	color: #404040; }
	
@media (min-width: 768px) {
    header.global {
      background: #000000; } }
