/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* @end */

a {
  text-decoration: none;
  color: #e2962b;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.container-wide {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.container-wide-faq {
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
}

.bg-dark {
  background-color: #191919;
}

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

h2 {
  color: #31302e;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
}

h3 {
  font-size: 23px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.logo {
  float: left;
}

.page-hero {
  margin: 20px 0 0;
}

/* Plans */

.pricing-plans {
  color: #4a4a4a;
  margin: 10px 0 80px;
}

.questions h3 {
  color: #4a4a4a;
}

.plan {
  border-style: solid;
  border-width: 3px;
  float: left;
  width: 25%;
  min-width: 260px;
  height: 556px;
  margin: 40px 15px 0;
  position: relative;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.plan:hover {
  transform: scale(1.05);
}

.plan-header {
  padding: 10px;
  color: #fff;
  text-align: center;
}

.plan-name {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.plan-cost-usd {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}

.plan-cost-frequency {
  font-size: 14px;
  letter-spacing: 1px;
}

.plan-description {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #4A4A4A;
  margin: 10px 5px 20px;
  padding: 0 10px;
}

.plan-already-includes {
  letter-spacing: -0.7px;
  height: 40px;
}

.plan-already-includes .separator {
  border-bottom: 1px solid #ddd;
  margin: 10px 20px 0;
}

.plan-features-list {
  margin-top: 15px;
  font-size: 14px;
}

.plan-features-list li {
  display: block;
  margin: 0 0 5px;
  padding: 0 10px;
  line-height: 1.2;
}

.plan-features-list strong {
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
}

.plan-buy {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
}

.plan-buy a {
  border-radius: 6px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  transition: 0.2s ease;
}
.plan-buy a:hover {
  opacity: 0.8;
}

/* Specific colors for plans */

.plan-s {
  border-color: #9B9B9B;
}

.plan-s .plan-header, .plan-s .plan-buy a {
  background-color: #9B9B9B;
}

.plan-starter {
  /*border-color: #E17582;*/
  border-color: #ef6973;
}

.plan-starter .plan-header, .plan-starter .plan-buy a {
  /*background-color: #E17582;*/
  background-color: #ef6973;
}

.plan-m {
  border-color: #e7bd21;
  position: relative;
}

.plan-m .plan-header, .plan-m .plan-buy a {
  background-color: #e7bd21;
}

.plan-corporate .plan-header {
  padding: 13px 10px 10px 10px;
}

.most-popular {
  color: #68AB21;
  line-height: 36px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.plan-sl {
  border-color: #3ae0aa;
}

.plan-sl .plan-header, .plan-sl .plan-buy a {
  background-color: #3ae0aa;
}
.plan-l {
  border-color: #389b2c;
}
.plan-l .plan-header, .plan-l .plan-buy a {
  background-color: #389b2c;
}

.plan-xl {
  border-color: #997e32;
}
.plan-xl .plan-header, .plan-xl .plan-buy a {
  background-color: #997e32;
}

.plan-xxl {
  border-color: #1158a2;
}
.plan-xxl .plan-header, .plan-xxl .plan-buy a {
  background-color: #1158a2;
}

.questions {
  border: 2px solid #ccc;
  border-left: 0;
  border-right: 0;
  width: 980px;
  min-width: 980px;
  margin: 20px auto 0;
  padding: 20px 0;

}

.edition-comparison {
  margin: 50px auto 0;
}
.edition-comparison .table-wrap {
  max-width: 100%;
  overflow: auto;
}

.edition-table {
  color: #636363;
  font-size: 14px;
  border-collpase: collapse;
  width: 100%;
  margin: 30px 0 80px;
  letter-spacing:0.5px;
}

.edition-table tr:nth-child(odd) td {
  background-color: #F2F2F2;
}

.edition-table th {
  color: #e2962b;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0;
}

.edition-table td {
  vertical-align: middle;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 10px 15px;
}

.edition-table tr td:first-child {
  border-left: 0;
}

.edition-table tr td:last-child {
  border-right: 0;
}

.feature-name {
  border-left: 10px;
  text-align: left;
  font-weight: 700;
}

tr.price td {
  color: #316a8f;
  font-weight: 700;
}

.check {
  width: 20px;
  height: 20px;
}

.faq, .footer {
  background-color: #2C2C2C;
}

.faq {
  color: #eee;
  padding: 60px 0;
}

.faq h2 {
  color: #eee;
  margin: 0 0 40px;
  font-weight: 400;
  letter-spacing: 1px;
}

.question {
  float: left;
  font-size: 14px;
  font-weight: 300;
  width: 458px;
  margin: 0 16px 30px;
  letter-spacing: 1px;
  color:#ccc;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1px;
  color:#fff;
}

.not-listed {
  font-size: 23px;
  margin: 20px 0;
}

.footer {
  padding: 0 0 40px;
}

.footer, .footer a {
  color: #666;
}

.footer ul {
  display: inline-block;
  margin-left: 10px;
}

.footer ul li {
  display: inline;
  margin-left: 10px;
}

.disclaimer {
  margin-top: 10px;
}

.pricing-switch {
    margin: 20px auto 0;
    width: 525px;
    position: relative;
    left: 60px;
}

.save-badge {
    background: #ccc;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 4px 8px;
    margin: 0 0 0 10px;
}

.checked .save-badge {
    background: #ff9a06;
    color: #fff;
}

.checked {
  color: #4a4a4a !important;
}

.pricing-switch-child {
  float: left;
}

.switch-label-left {
    text-align: right;
    width: 150px;
}

.switch-label-right {
    text-align: left;
    width: 275px;
}

.switch-label-left, .switch-label-right {
    color: #ccc;
    font-size: 18px;
}

.switch {
    margin: 0 20px;
    width: 40px;
}

/* Drops */

.drop-streak.drop {
  pointer-events: none;
  max-width: 400px;
  background: #fff;
  box-shadow: 0 2px 10px 3px rgba(0,0,0,.1);
  border: 2px solid #979797;
  border-radius: 8px;
  color: #4A4A4A;
  padding: 10px 20px;
  display: none;
  margin-top: 10px;
}

.drop-streak.drop.normal {
    left: -20px !important;
}

.drop-streak.drop.flipped {
    right: 20px !important;
}

.drop-streak.normal.drop:after {
  background: #fff;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  content: "";
  border-right: 2px solid #979797;
  border-bottom: 2px solid #979797;
  position: absolute;
  bottom: -8px;
  left: 20px;
}

.drop-streak.flipped.drop:after {
  background: #fff;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  content: "";
  border-right: 2px solid #979797;
  border-bottom: 2px solid #979797;
  position: absolute;
  bottom: -8px;
  right: 20px;
}

.drop-streak.normal.drop.drop-element-attached-bottom.drop-target-attached-top {
    margin-bottom: 20px;
    margin-top: 0;
}

.drop-streak.normal.drop.drop-element-attached-top.drop-target-attached-bottom {
    margin-bottom: 0;
    margin-top: 20px;
}

.drop-streak.normal.drop.drop-element-attached-top.drop-target-attached-bottom:after {
  border-left: 2px solid #979797;
  border-top: 2px solid #979797;
  border-right: 0;
  border-bottom: 0;
  bottom: auto;
  top: -8px;
}

.drop-open.drop-streak.drop{
  display: block;
}

/* experimental */
.question-mark {
    display: inline-block;
    border-radius: 100%;
    font-size: 11px;
    font-weight: 600;
    width: 16px;
    height: 16px;
    background: #aaa;
    line-height: 18px;
    color: #eee;
    margin-left: 5px;
    text-align: center;
}

.question-mark:hover {
    cursor: pointer;
}

.style-streak-tooltip .opentip .ot-content {
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (max-width: 860px) {
  .container-wide {
    display: block;
  }
  .plan {
    width: 45%;
  }
  .questions {
    width: auto;
    min-width: 100%;
  }
  .questions h3 {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .plan {
      margin: 0 auto;
      float: none;
      margin-bottom: 20px;
      height: 520px;
      width: 60%;
  }
  .pricing-switch {
    left: auto;
    padding-left: 20px;
    width: 100%;
  }
  .switch-label-right {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .plan {
      width: 90%;
  }
  .question {
    margin-left: 0;
    padding-left: 15px;
    width: 100%;
  }
}