html {
  scrollbar-color: auto;
}

#container {
  text-align: center;
  overflow-x: hidden;
}

#pricing_header {
  padding-top: 20px;
  background-color: #FFFFFF;
}
#pricing_header .limiter {
  width: 100%;
  padding: 0px;
  max-width: 1046px;
}
#pricing_header .limiter #not_price_chart {
  width: 100%;
  margin: auto;
}
@media (max-width: 700px) {
  #pricing_header .limiter #not_price_chart {
    width: 90%;
    margin: auto 10px;
  }
}
#pricing_header .limiter #not_price_chart .pricing_header_text {
  margin: 5px 0px -5px 0px;
  padding-bottom: 0px;
  font-family: "museo-sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}
#pricing_header .limiter #not_price_chart h2 {
  min-width: 450px;
  margin: 10px 0px 8px 0px;
  padding-bottom: 3px;
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 300;
  color: #125F90;
}
@media (max-width: 700px) {
  #pricing_header .limiter #not_price_chart h2 {
    min-width: 0px;
  }
}
@media (max-width: 700px) {
  #pricing_header .limiter #not_price_chart p {
    margin-bottom: 15px;
  }
}
#pricing_header .limiter #not_price_chart .header_image_row {
  width: 160px;
  text-align: right;
}
#pricing_header .limiter #not_price_chart .header_image_row .small_shadow {
  height: 150px;
  border: solid 1px #ddd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 700px) {
  #pricing_header .limiter #not_price_chart .header_image_row {
    display: none;
  }
}
#pricing_header .limiter .pricing_header_text_two {
  margin: 5px 0px -5px 0px;
  font-family: "museo-sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}
#pricing_header .limiter .mnt_image {
  width: 20%;
  float: right;
  margin-top: -20px;
}
#pricing_header #annual_multiyear_tabs {
  text-align: center;
}
#pricing_header #annual_multiyear_tabs div {
  display: inline-block;
  position: relative;
  width: 300px;
  padding: 8px;
  background-color: #145E8F;
  border-right: solid 2px #FFFFFF;
  font-size: 15pt;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px #0B4060;
}
@media (max-width: 700px) {
  #pricing_header #annual_multiyear_tabs div {
    width: 150px;
  }
}
#pricing_header #annual_multiyear_tabs div::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border-width: 20px 30px;
  border-style: solid;
  border-color: #145E8F transparent transparent transparent;
}
#pricing_header #annual_multiyear_tabs .inactive_tab {
  color: #CCCCCC;
  background-color: #0B4060;
}
#pricing_header #annual_multiyear_tabs .inactive_tab:hover {
  cursor: pointer;
  color: #FFFFFF;
}
#pricing_header #annual_multiyear_tabs .inactive_tab::after {
  visibility: hidden;
}
#pricing_header #annual_multiyear_tabs .active_tab {
  color: #FFFFFF;
  background-color: #145E8F;
}
#pricing_header #annual_multiyear_tabs .active_tab::after {
  visibility: visible;
}

#price_chart_holder {
  display: inline-block;
  width: 100%;
  max-width: 1046px;
  margin: auto;
  padding: 20px 0px 10px 0px;
  background-color: #FFFFFF;
  border: solid 3px #0B4060;
}
@media (max-width: 700px) {
  #price_chart_holder {
    width: 95%;
  }
}
#price_chart_holder #price_chart {
  width: 100%;
  max-width: 1000px;
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 2px auto;
  padding: 0px;
  text-align: center;
}
#price_chart_holder #price_chart .active_tab {
  display: inline-block;
}
#price_chart_holder #price_chart .inactive_tab {
  display: none;
}
#price_chart_holder #price_chart .hide {
  display: none;
}
#price_chart_holder #price_chart th {
  width: 20%;
  height: 100%;
  vertical-align: top;
  padding: 5px;
  border: none;
  border-right: solid 3px #BFDDEF;
  text-align: center;
}
@media (max-width: 700px) {
  #price_chart_holder #price_chart th {
    display: block;
    width: 100%;
    padding: 30px 20px;
    border-right: none;
    border-bottom: solid 3px #BFDDEF;
  }
}
#price_chart_holder #price_chart th h3 {
  font-size: 18pt;
  font-weight: normal;
  margin: 3px;
  color: #555555;
}
#price_chart_holder #price_chart th select {
  margin: 5px auto;
  height: 19.1px;
}
#price_chart_holder #price_chart th b {
  display: inline-block;
  margin: 0px auto 12px auto;
}
#price_chart_holder #price_chart th .smallishfont {
  width: 100%;
  font-size: 85%;
  font-weight: 500;
}
#price_chart_holder #price_chart th .active {
  display: block;
  margin: -20px 0px;
}
#price_chart_holder #price_chart th:last-child {
  border-right: none;
}
#price_chart_holder #price_chart .mini_table {
  text-align: center;
  height: 16px;
  margin: 0px auto;
}
@media (max-width: 700px) {
  #price_chart_holder #price_chart .mini_table .center_me {
    margin: 0% 10%;
  }
}
#price_chart_holder #price_chart #mini_table_special {
  width: 100px;
  margin: 0px auto;
}
#price_chart_holder #price_chart .buy_btn {
  margin-top: 10px;
  cursor: pointer;
}
#price_chart_holder #price_chart .adjust_height {
  margin-top: -18px;
}
#price_chart_holder #price_chart .number_years {
  margin: 0px auto;
}
#price_chart_holder #price_chart .empty {
  visibility: hidden;
  height: 1px;
}
@media (max-width: 700px) {
  #price_chart_holder #price_chart .mini_table {
    width: auto;
    font-size: 9pt;
  }
  #price_chart_holder #price_chart .mini_table td:first-child, #price_chart_holder #price_chart .mini_table .left_align:first-child {
    width: 80%;
  }
  #price_chart_holder #price_chart .mp8_more_section, #price_chart_holder #price_chart .mp4_more_section {
    border-bottom: none;
  }
}

#features_chart {
  background-color: #FFFFFF;
}
#features_chart .limiter {
  width: 100%;
  max-width: 1046px;
  padding: 0px;
}
#features_chart .limiter #chart {
  width: 100%;
  max-width: 1046px;
  padding: 5px;
  margin: 30px 0px;
  border: solid 3px #0B4060;
  border-collapse: collapse;
  border-spacing: 0px;
}
@media (max-width: 700px) {
  #features_chart .limiter #chart {
    width: 95%;
    font-size: 12px;
    margin: 30px auto;
  }
}
#features_chart .limiter #chart .header {
  background-color: #BFDDEF;
  border: solid 3px #0B4060;
}
#features_chart .limiter #chart .header td {
  border-right: solid 3px #0B4060;
}
#features_chart .limiter #chart .header .calign {
  border: solid 3px #0B4060;
}
#features_chart .limiter #chart .fa {
  color: #125F90;
}
#features_chart .limiter #chart .mini_table_special {
  width: 100px;
  margin: 0px auto;
}
@media (max-width: 700px) {
  #features_chart .limiter #chart .mini_table_special {
    font-size: 12px;
  }
}
#features_chart .limiter #chart .mini_table_special td {
  border: none;
  padding: 0px;
  margin: 0px;
}
#features_chart .limiter #chart .mini_table_cores {
  margin: 0px;
}
@media (max-width: 700px) {
  #features_chart .limiter #chart .mini_table_cores {
    font-size: 12px;
  }
}
#features_chart .limiter #chart .mini_table_cores td {
  border: none;
  padding: 0px;
  margin: 0px;
}
#features_chart .limiter #chart #tipWrapper {
  background-color: #FFFFFF;
}
#features_chart .limiter #chart #stat_features {
  width: auto;
  max-width: 450px;
  font-size: 0.8em;
}
#features_chart .limiter #chart #stat_features table {
  width: auto;
  font-size: 12.8px;
}
#features_chart .limiter #chart #stat_features table .large {
  width: 30%;
  border: none;
  text-align: left;
  font-weight: normal;
  line-height: normal;
  background-color: inherit;
}
#features_chart .limiter #chart #stat_features table .narrow {
  width: 5%;
  border: none;
  text-align: left;
  font-weight: normal;
  line-height: 1px;
}
#features_chart .limiter #chart .indent_blk {
  padding-left: 15px;
}
#features_chart .limiter #chart .no_bottom_border td {
  padding: 3px;
  border: none;
  border-right: solid 3px #0B4060;
}
#features_chart .limiter #chart .no_bottom_border .feature_category {
  padding: 0px;
  border: none;
  font-weight: normal;
  text-align: left;
  font-size: 1em;
}
@media (max-width: 700px) {
  #features_chart .limiter #chart .no_bottom_border .feature_category {
    font-size: 12px;
  }
}
#features_chart .limiter #chart .no_bottom_border .mp_checks td {
  padding: 3px;
  border: none;
}
@media (max-width: 700px) {
  #features_chart .limiter #chart .no_bottom_border .mp_checks td {
    font-size: 12px;
  }
}
#features_chart .limiter #chart .no_bottom_border .hold {
  transition: 0s;
  transition-delay: 1s;
}
#features_chart .limiter #chart .bottom_border td {
  padding: 5px 3px;
  border: none;
  border-right: solid 3px #0B4060;
  border-bottom: solid 3px #0B4060;
}
#features_chart .limiter #chart .bottom_border .feature_category {
  padding: 0px;
  border: none;
  font-weight: normal;
  text-align: left;
  font-size: 1em;
}
@media (max-width: 700px) {
  #features_chart .limiter #chart .bottom_border .feature_category {
    font-size: 12px;
  }
}
#features_chart .limiter #chart .bottom_border .mini_table {
  font-size: 1em;
  margin-left: -2px;
}
#features_chart .limiter #chart .bottom_border .feature {
  padding: 0px;
  text-align: left;
}
#features_chart .limiter #chart .bottom_border .mp_checks td {
  padding: 3px;
  border: none;
}
@media (max-width: 700px) {
  #features_chart .limiter #chart .bottom_border .mp_checks td {
    font-size: 12px;
  }
}

.hidden {
  display: none;
}/*# sourceMappingURL=order_pages.css.map */