/* Reset:
 * Override default browser styles for certain elements.
 */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, fieldset, address {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ol {
  padding-left: 20px;
  margin-left: 10px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
}

[hidden] {
  display: none;
}

/* Base:
 * Theme the root elements to fit the site aesthetic.
 */

body {
  color: #000;
  background: #d9d9d9;
  font: 14px/22px PTSansRegular,Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

p, ul, ol, dl, table, pre {
  margin-bottom: 20px;
}

h1 {
  color: #800505;
  border-bottom: 5px solid #94acbe;
  font: 32px PTSansRegular,Arial,Helvetica,sans-serif;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

h2 {
  color: #870a65;
  border-bottom: 3px solid #d4dee5;
  font-size: 18px;
  clear: right;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

h3 {
  color: #2f699b;
  border-bottom: 1px solid #d4dee5;
  font-size: 16px;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

h4 {
  color: #6a064f;
  font-size: 13px;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

hr {
  display: none;
}

input,
select,
textarea {
  background: url(/images/common/input-shad.png) repeat-x;
  border-top: 1px solid #7794aa;
  border-bottom: 1px solid #e2eff9;
  border-left: 1px solid #c9d5de;
  border-right: 1px solid #c9d5de;
  font: 13px PTSansRegular,Arial,Helvetica,sans-serif;
  display: inline-block;
  padding-left: 3px;
}
  input[type=hidden] {
    background: none;
    border: none;
    display: none;
  }
  input[type=image] {
    border: 0;
    width: auto;
  }

ul {
  list-style: none;
}
  li {
    margin-bottom: 6px;
    padding-left: 16px;
  }

dl {
  padding-left: 16px;
}
  dt {
    color: #496e89;
    font-style: italic;
    float: left;
    text-align: right;
    margin-right: .5em;
    width: 3em;
  }

blockquote {
  font-style: italic;
  margin-left: 32px;
}

img {
  border: none;
}

table {
}
  td, th {
    border-top: 1px solid #c3cbd4;
    font-size: 11px;
    line-height: 16px;
    padding: 7px 16px 8px 0;
    vertical-align: top;
  }
  table th {
    text-align: left;
    padding-right: 13px;
  }
  table th.minor {
    font-weight: normal;
  }
  table th[scope=row] {
    border-right: 1px solid #dae2e8;
    font-weight: normal;
  }
  table .cell-muted {
    color: #777;
  }
  table .cell-separate {
    border-right: 1px solid #dae2e8;
  }

small {
  font-size: .846em;
}

a {
  color: #800505;
  outline: none;
}
  a:hover {
    color: #000;
  }
  a:active {
    color: #800505;
    text-decoration: none;
  }

pre {
  background: #f3f6f8;
  padding: 8px;
  overflow-x: auto;
}

/* Grid:
 * Affect basic positioning with these utility classes. Based on
 * Bootstrap 3.0.0.
 */

.grid:before,
.grid-r:before,
.grid:after,
.grid-r:after {
  content: "";
  display: table;
}
  .grid:after,
  .grid-r:after {
    clear: both;
  }

.unit {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  min-height: 1px;
}
  .unit:before,
  .unit:after {
    content: "";
    display: table;
  }
  .unit:after {
    clear: both;
  }

/* Layout:
 * Establish the page frame and major regions.
 */

#dhContent {
  background: #fff;
  background: linear-gradient(to bottom, #eee, #fff 26px) #fff;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -2px 1px #d2d2d2;
  margin-top: 16px;
  padding: 23px 23px 1px;
}

#dhLogo {
  width: 240px;
}
  #dhLogo img {
    display: block;
  }

#dhNavBar {
  font: 15px PTSansRegular,Arial,Helvetica,sans-serif;;
  position: absolute;
  top: 33px;
  left: 247px;
}
  #dhNavBar li {
    background: none;
    list-style: none;
    float: left;
    margin: 0 11px;
    padding-left: 0;
  }
  #dhNavBar .major {
    font-weight: bold;
  }
  #dhNavBar a {
    color: #535353;
    text-decoration: none;
    display: block;
    float: left;
    padding-bottom: 2px;
  }
  #dhNavBar a:hover {
    color: #000;
  }
  #dhNavBar a small {
    color: #818181;
    font: 12px/1.25 PTSansRegular,Arial,Helvetica,sans-serif;
    display: block;
  }
  #dhNavBar .current {
    color: #000;
  }

#dhSubNav {
  display: none;
  position: absolute;
  top: 112px;
  left: 24px;
  width: 208px;
}
  #dhSubNav h1 {
    color: #94acbe;
    border-bottom: 5px solid #d4dee5;
    margin-bottom: 0;
    padding-left: 4px;
  }
  #dhSubNav ul {
    background: #f3f6f8;
    font-weight: bold;
    padding-bottom: 7px;
  }
  #dhSubNav li {
    background: none;
    margin-bottom: 0;
    padding-left: 0;
      height: 1%;
  }
  #dhSubNav li.current {
    margin-bottom: 4px;
  }
  #dhSubNav li.current > a {
    color: #000;
    background: #fff url(/images/common/subnav-arrow.png) no-repeat right !important;
    padding: 7px 16px;
  }
  #dhSubNav a {
    color: #1e445e;
    text-decoration: none;
    display: block;
    padding: 2px 16px;
  }
  #dhSubNav a:hover {
    color: #000;
    background: #e0edf6;
  }
  #dhSubNav a:active {
    color: #900;
    background: #dde9f1;
  }

.report-walkthrough {
  background: #f4f6f8;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
  overflow: hidden;
  margin-bottom: 32px;
}
  .report-walkthrough h2 {
    color: #a54e69;
    border-bottom-width: 1px;
  }
  .report-walkthrough .pager {
    cursor: pointer;
    font-size: 48px;
    line-height: 300px;
    text-align: center;
    width: 6%;
    height: 300px;
  }
  .report-walkthrough .pager:hover {
    color: #800505;
    background: linear-gradient(to bottom, transparent, rgba(128, 128, 128, .1), transparent);
  }
  .report-walkthrough .content {
    display: none;
    overflow: hidden;
    width: 88%;
  }
  .report-walkthrough .content.active {
    display: block;
  }
  .report-walkthrough .header {
    border: 0;
    font-size: 24px;
    margin: .75em 0 .5em;
    padding: 0;
  }
  .report-walkthrough .description {
    padding: 1em;
    width: 50%;
  }
  .report-walkthrough .screenshot {
    transform-origin: left;
    padding: 1em;
    width: 50%;
    max-height: 324px;
  }
  .report-walkthrough .screenshot img {
    border: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    width: 100%;
  }
  .report-walkthrough .screenshot.animate img {
    animation: page-turn 1s forwards;
  }
  .report-walkthrough .next-step {
    color: #267ad4;
    border: 1px solid #589cf9;
    border-radius: 2px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    padding: 2px 6px;
  }
  .report-walkthrough .next-step:hover {
    background-color: #e5f1ff;
  }
  .report-walkthrough .next-step + .next-step {
    margin-left: .5em;
  }
  .report-walkthrough .nav {
    border-top: 1px solid #d4dee5;
    text-align: center;
    margin: 0;
    padding: .75em 0;
    width: 100%;
  }
  .report-walkthrough .nav li {
    display: inline;
    margin: 0 1em 0 0;
  }
  .report-walkthrough .nav a {
    color: #4e4e4e;
    text-decoration: none;
  }
  .report-walkthrough .nav a:hover {
    color: #2f699b;
  }
  .report-walkthrough .nav .active a {
    font-weight: bold;
  }
  @keyframes page-turn {
    100% {
      transform: translateX(-15%);
      opacity: 0;
    }
  }

.resources #dhSubNav {
  display: block;
}
.resources #dhContent {
  padding-left: 255px;
}

hr.rule {
  background: #dfdfdf;
  border: 0;
  display: block;
  margin: 2.25em 0;
  height: 1px;
}
hr.space {
  background: transparent;
  border: 0;
  display: block;
  margin: 2.25em 0;
  height: 0;
}

#dhWrapper {
  position: relative;
  margin: 15px auto;
  max-width: 980px;
}

#footerBox {
  color: #111;
  margin-top: -10px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 24px;
}
  #footerBox ul {
    text-align: right;
    float: right;
    margin-right: 24px;
  }
  #footerBox li {
    background: none;
    float: left;
    padding-left: 0;
    width: 112px;
  }
  #footerBox .contact-link {
    width: 94px;
  }
  #footerBox p {
    margin: 0;
  }
  #footerBox .credit {
    color: #666;
    font-size: 11px;
    margin-top: -2px;
  }
  #footerBox p a {
    color: #666;
    text-decoration: none;
  }
  #footerBox p .with-logo {
    background: url(../images/common/dh-credit-logo.png) no-repeat left 1px;
    padding-left: 16px;
  }

/* Utilities: */

.h2-reset,
.h3-reset {
  border-bottom: 0;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ul-reset {
  margin-bottom: 0;
}
  #dhContent .ul-reset li,
  .ul-reset li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

@media (max-width: 879px) {
  .hide--med {
    display: none;
  }
}

/* Components:
 * Control display of self-contained units of functionality.
 */

a.more-9de {
  color: rgb(71, 122, 206);
  border: 1px solid rgba(71, 122, 206, .5);
  border-radius: 2px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
}
a.more-9de:hover {
  background-color: whitesmoke;
}

.services-shortcuts-j4o {
  border: 1px solid #e9eef2;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 32px;
  padding: 14px;
}
  .services-shortcuts-j4o .heading {
    color: #777;
    font: 400 italic 16px/18px PTSansRegular,Arial,Helvetica,sans-serif;
    flex: 0 0 7.5em;
    margin-bottom: .5em;
  }
  .services-shortcuts-j4o .links li {
    font-size: 15px;
    list-style-type: disc;
    display: inline-block;
  }
  .services-shortcuts-j4o .links li a {
    color: #267ad4;
    border-radius: 2px;
    text-decoration: none;
    margin-left: 6px;
    padding: 4px 8px;
    display: inline-block;
  }
  .services-shortcuts-j4o .links li a:hover {
    background-color: #e5f1ff;
  }
  @media (min-width: 426px) {
    .services-shortcuts-j4o {
      display: flex;
    }
    .services-shortcuts-j4o .heading {
      border-right: 1px solid #e9eef2;
      margin-bottom: 0;
    }
  }

.action-link-xi7 {
  color: #003043 !important;
  background-image: linear-gradient(to top, #f7f7f7 35%, #fbfbfb, #fff 65%);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #fff inset;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  padding: 5px 9px 5px 31px;
  position: relative;
}
  .action-link-xi7 + .action-link-xi7 {
    margin-left: 5px;
  }
  .action-link-xi7:hover {
    color: #08506c !important;
    background-image: linear-gradient(to top, #f3f3f3 35%, #f7f7f7, #fefefe 65%);
  }
  .action-link-xi7:active {
    bottom: -1px;
  }
  .action-link-xi7:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    left: 7px;
    width: 19px;
    height: 15px;
  }
  .action-link-xi7.var--page:before {
    background-image: url(../images/common/icon-xi7--page.png);
  }
  .action-link-xi7.var--video:before {
    background-image: url(../images/common/icon-xi7--video.png);
  }

.feature-columns-qh3 {
  display: flex;
  align-items: center;
}
  .feature-columns-qh3 > * {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .feature-columns-qh3 p {
    margin-bottom: 16px;
  }
  .feature-columns-qh3 li {
    list-style: none;
  }
  .feature-columns-qh3 .image-40 {
    flex-basis: 22%;
    padding: .5em;
  }
  .feature-columns-qh3 img {
    display: block;
    margin: 0 auto 8px;
  }
  @media (max-width: 619px) {
    .feature-columns-qh3 {
      display: block;
    }
  }

.quote-3km {
  color: #870a65;
  font-size: 22px;
  line-height: 1.6;
  margin: 10px auto 20px;
  max-width: 630px;
}
  .quote-3km p {
    margin: 0 0 4px;
  }
  .quote-3km .quote-source {
    color: #ababab;
    font-size: 13px;
    font-style: normal;
  }
  .quote-3km .quote-source a {
    color: inherit;
    text-decoration: none;
  }

.hero-content-fx3 {
  font: 300 23px/1.36363 PTSansRegular,Arial,Helvetica,sans-serif;
  margin: 30px 0 1.75em;
  margin-left: 40px;
  margin-right: 40px;
}
  .hero-content-fx3 h1 {
    color: #ababab;
    border: 0;
    font: 300 italic 32px/38px PTSansRegular,Arial,Helvetica,sans-serif;
    text-align: center;
    margin: .75em 0 .25em;
    padding: 0;
  }
  .hero-content-fx3 h2 {
    color: #1a4155;
    border: 0;
    font-size: 25px;
    font-weight: 400;
  }
  .hero-content-fx3 p a {
    color: inherit;
    border-bottom: 1px solid #b9c8e2;
    text-decoration: none;
  }
  .hero-content-fx3 p strong {
    font-weight: 400;
  }

.heading-f7r {
  color: #566894;
  border: 0;
  font-family: PTSansRegular,Arial,Helvetica,sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.landing-page-7mh {
  font-size: 16px;
  line-height: 1.5;
}
  .landing-page-7mh h2 {
    color: #566894;
    border: 0;
    font-family: PTSansRegular,Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  .landing-page-7mh h2 a {
    color: #a54e69;
    background: linear-gradient(to top, rgba(128, 128, 128, .2) 1px, transparent 1px) 0 -2px;
    font-size: 26px;
    text-decoration: none;
  }
  .landing-page-7mh img {
    max-width: 100%;
  }

#access {
  display: none;
}

.badge-play {
  display: inline-block;
  position: relative;
}
  .badge-play:after {
    background: url(../images/common/badge-play.png) no-repeat center;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .badge-play:hover:after {
    opacity: .85;
  }

#blog_comment {
  background: transparent url(/images/blog/comment.png) no-repeat scroll 1px 0;
  padding: 1px 0 3px 22px;
}

a.button,
a.buy-now {
  color: #fff;
  background: #51a244 url(../images/common/button-overlay.png) no-repeat center;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .35);
  cursor: pointer; /* for IE7 */
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  display: inline-block;
  margin-bottom: 4px;
  padding: 7px 12px;
  min-width: 80px;
}
  a.button {
    color: #267ad4;
    background-color: #e5f1ff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  }
  a.button:hover {
    background-color: #d6e3ff;
  }
  a.buy-now:hover {
    background-color: #35872b;
  }
  a.button:active,
  a.buy-now:active {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    position: relative;
    top: 1px;
  }
  a.button.purchase-action {
    color: #2a7f24;
    background-color: #bee5b8;
  }
  a.button.purchase-action:hover {
    color: #1b5916;
    background-color: #80c476;
  }
  a.button .block-icon {
    display: block;
    margin: 4px auto 8px;
  }

.button-b3w {
  color: #5f86c6;
  border: 1px solid #92add8;
  border-radius: 2px;
  font-size: .875em;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  padding: 4px 8px;
}
  .button-b3w:hover {
    color: #267ad4;
    background-color: #e5f1ff;
  }

.button-cta-with-icon {
  display: flex;
  margin: 1em auto;
  padding-top: 52px;
  max-width: 630px;
}
  .button-cta-with-icon li {
    flex-grow: 1;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 0 !important;
    width: 33.33%;
  }
  .button-cta-with-icon a {
    background-repeat: no-repeat;
    background-position: top;
    text-decoration: none;
    padding-top: 52px;
  }
  .button-cta-with-icon .calculator a {
    background-image: url(../images/common/cta-calculator.png);
  }
  .button-cta-with-icon .download a {
    background-image: url(../images/common/cta-download.png);
  }
  .button-cta-with-icon .quote a {
    background-image: url(../images/common/cta-quote.png);
  }
  .button-cta-with-icon .tutorial a {
    background-image: url(../images/common/cta-tutorial.png);
  }
  .button-cta-with-icon .video a {
    background-image: url(../images/common/cta-video.png);
  }
  .button-cta-with-icon .button {
    color: #003043;
    background: linear-gradient(to top, #f7f7f7 45%, #fff 55%);
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 -15px 40px rgba(60, 124, 156, .2);
    line-height: 1;
    display: inline-block;
    padding: 8px 10px;
    min-width: 98px;
  }
  .button-cta-with-icon a:hover .button {
    color: #2c5870;
    box-shadow: 0 -15px 40px rgba(60, 110, 156, .12);
  }

.buy-now a {
  color: #4e7598;
  background: url(/images/common/button-buy-now.png) no-repeat;
  font: bold 15px/13px PTSansRegular,Arial,Helvetica,sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: #fff 0 1px 0;
  position: absolute;
  top: 130px;
  right: -31px;
  display: block;
  padding: 20px 8px 0;
  width: 51px;
  height: 47px;
}
  .buy-now a:hover {
    color: #0f518c;
    background-position: 0 -68px;
  }
  .buy-now a:active {
    background-position: 0 -136px;
    text-shadow: #fff 0 1px 5px;
  }

.calculator-table {
  border-collapse: collapse !important;
  width: 100%;
}
  .calculator-table td {
    border-bottom: 1px solid #d5dee5;
    font-size: 15px;
    vertical-align: middle;
    width: 20%;
  }
  .calculator-table td:first-child {
    width: 80%;
  }
  .calculator-table tr:first-child td,
  .calculator-table tr:last-child td {
    border: 0;
  }
  .calculator-table input,
  .calculator-table .result {
    background: #c4d6e8;
    border: 0;
    font-size: inherit;
    text-align: right;
    padding: 7px;
    width: 80px;
  }
  .calculator-table input[type="number"] {
    padding-right: 24px;
    width: 63px;
  }
  .calculator-table input:hover {
    background: #e5eff6;
    outline: 1px solid #c4d6e8;
  }
  .calculator-table .result {
    background: #f9f3c6;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
  }
  .calculator-table .result-minor {
    background: none;
  }

input.checkbox {
  display: inline;
  width: 13px;
}

.checkout-form {
  color: #6a6a6a;
}
  .checkout-form h2 {
    color: rgb(74, 104, 162);
    border: 0;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 16px 0 6px;
  }
  .checkout-form select,
  .checkout-form input {
    background: #fff;
    border: 1px solid #b0bccb;
    border-radius: 1px;
    box-shadow: inset 0 1px 2px #c1c1c1;
    font: inherit;
    padding: 3px;
  }
  .checkout-form input[type="checkbox"] {
    border: 0;
    box-shadow: none;
    margin: 0 .375em 0 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  .checkout-form select:focus,
  .checkout-form input:focus {
    box-shadow: inset 0 1px 2px #c1c1c1, 0 0 4px 1px #fff699;
    outline: 0;
  }
  .checkout-form select {
    width: 7em;
  }
  .checkout-form .odd {
    background: #f3f6f8;
    border: 1px solid #d5dee5;
    border-width: 1px 0;
    padding: 4px;
  }
  .checkout-form .btn-link {
    color: #4a68a2;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
    padding: 0;
  }

.checkout-modal {
  background: rgba(48, 48, 48, .5);
  content: "";
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  transition: all .4s;
  max-height: calc(100vh + 100px);
}
  .checkout-modal.inactive {
    top: -100px;
    opacity: 0;
    z-index: -1;
  }
  .checkout-modal .panel {
    background: #f6f6f8;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    padding: 1.5em 2em;
    position: absolute;
    top: 25vh;
    left: calc(50% - 220px);
    max-width: 440px;
    z-index: 1002;
  }

  .checkout-modal .checkout-title {
    border: 0;
    font-size: 18px;
    margin-bottom: .5em;
  }

  .checkout-modal .checkout-title small {
    color: #3a6084;
    font-size: inherit;
    font-weight: normal;
    margin-left: .125em;
  }
  .checkout-modal .panel > .grid {
    margin: 0 -12px;
  }
  .checkout-modal fieldset {
    border: 0;
    margin-bottom: 8px;
    padding: 0 12px;
    width: 50%;
  }
  .checkout-modal legend {
    color: #5e5e5e;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0;
  }
  .checkout-modal label {
    color: #8b9198;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 4px 0;
  }
  .checkout-modal .field {
    margin-bottom: 8px;
  }
  .checkout-modal .field.inline {
    display: inline-block;
  }
  .checkout-modal .field.small {
    width: 33.3333%;
  }
  .checkout-modal .field.select-group {
    float: right;
    width: 58%;
  }
  .checkout-modal input[type=email],
  .checkout-modal input[type=tel],
  .checkout-modal input[type=text],
  .checkout-modal select {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 12px;
    border: 1px solid #b0bccb;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(193, 193, 193, .5) inset;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 5px 5px 23px;
    width: 100%;
  }
  .checkout-modal .co-email {
    background-image: url(../images/common/co-email.png);
  }
  .checkout-modal .co-tel {
    background-image: url(../images/common/co-tel.png);
  }
  .checkout-modal .co-business {
    background-image: url(../images/common/co-business.png);
  }
  .checkout-modal .co-secure {
    background-image: url(../images/common/co-secure.png);
  }
  .checkout-modal .co-card {
    background-image: url(../images/common/co-card.png);
  }
  .checkout-modal .co-user {
    background-image: url(../images/common/co-user.png);
  }
  .checkout-modal input:focus,
  .checkout-modal select:focus {
    box-shadow: inset 0 1px 2px #c1c1c1, 0 0 4px 1px #fff699;
    outline: 0;
  }
  .checkout-modal select {
    display: inline-block;
    padding: 4px 6px;
  }
  .checkout-modal .select-group select {
    width: 48%;
  }
  .checkout-modal ::-moz-placeholder {
    color: #72777e;
    opacity: 1;
  }
  .checkout-modal :-ms-input-placeholder {
    color: #72777e;
  }
  .checkout-modal ::-webkit-input-placeholder {
    color: #72777e;
  }
  .checkout-modal .modal-action {
    text-align: right;
  }
  .checkout-modal .close {
    color: #f6f6f8;
    background: #b0bccb;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #95a1af;
    position: absolute;
    top: .5em;
    right: .5em;
    width: 1em;
  }
  .checkout-modal .close:hover {
    color: #fff;
  }

.collect-info-table {
}
  .collect-info-table th,
  .collect-info-table td {
    border: 0;
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 3px 0;
    vertical-align: middle;
  }
  .collect-info-table th {
    text-align: right;
    padding-right: 8px;
    width: 105px;
  }
  .collect-info-table input {
    width: 180px;
  }
  .collect-info-table input[type="checkbox"] {
    width: auto;
  }
  .collect-info-table .medium {
    width: 6.35em;
  }
  .collect-info-table .small {
    width: 3.25em;
  }

.comparison-table {
  border: 1px solid #dae4ea;
  border-bottom: 0;
  font-size: 13px;
}
  .comparison-table td,
  .comparison-table th {
    border: 0;
    border-bottom: 1px solid #dae4ea;
    font-size: inherit;
    line-height: 2;
    text-align: center;
    position: relative;
    padding: 0 1em;
    width: 132px;
  }
  .comparison-table td:first-child,
  .comparison-table th:first-child {
    background: #f3f6f8;
    border-right: 1px solid #dae4ea;
    text-align: right;
    width: auto;
  }
  .comparison-table td:nth-child(2),
  .comparison-table th:nth-child(2) {
    padding-left: 2em;
  }
  .comparison-table td:last-child,
  .comparison-table th:last-child {
    padding-right: 2em;
  }
  .comparison-table .feature-header td,
  .comparison-table .feature-header th {
    color: #99a8bb;
    background: #f3f6f8;
    font-size: 1.076923077em;
    padding-top: 1em;
  }
  .comparison-table .feature-header .product-cell {
    color: #267ad4;
    background: #d9ecff;
    line-height: 110%;
    padding-bottom: .5em;
  }
.comparison-table .feature-header .second-line {
    color: #a54e69;
}
  .comparison-table .feature-header .product-cell a {
    color: #267ad4;
    border-bottom: 1px solid #a1c2e5;
    text-decoration: none;
  }
  .comparison-table .checkmark {
    color: #49a341;
    background: url(/images/common/icon-feature-check.png) no-repeat center;
    direction: ltr;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    width: 13px;
    height: 10px;
  }
  .comparison-table a {
    color: #294d89;
    text-decoration: none;
  }
  .comparison-table a:hover {
    text-decoration: underline;
  }

.contact-form {
  color: #525252;
}
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    background: #fff;
    border: 1px solid #b0bccb;
    border-radius: 1px;
    box-shadow: inset 0 1px 2px #c1c1c1;
    font: inherit;
    padding: 3px;
  }
  .contact-form select {
    min-width: 10.75em;
  }
  .contact-form select:focus,
  .contact-form input:focus,
  .contact-form textarea:focus {
    box-shadow: inset 0 1px 2px #c1c1c1, 0 0 4px 1px #fff699;
    outline: 0;
  }

.contact-form-enhanced {
  background: rgba(48, 48, 48, .5);
  content: "";
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  transition: all .4s;
  max-height: calc(100vh + 100px);
}
  .contact-form-enhanced.inactive {
    top: -100px;
    opacity: 0;
    z-index: -1;
  }

  .contact-form-enhanced .panel {
    background: #f6f6f8;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: 1.5em 2em;
    position: absolute;
    top: 22vh;
    left: calc(50% - 320px);
    left: calc(50vw - 349px);
    max-width: 698px;
    z-index: 1002;
  }

  .contact-form-enhanced .checkout-title {
    color: #2f699b;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .5em;
  }

  .contact-form-enhanced .checkout-title strong {
    color: #a54e69;
    letter-spacing: -.05em;
  }

  .contact-form-enhanced .checkout-title small {
    color: #3a6084;
    font-size: inherit;
    font-weight: normal;
    margin-left: .125em;
  }
  .contact-form-enhanced .panel > p {
    margin-bottom: 20px;
  }
  .contact-form-enhanced .panel > .grid {
    margin: 0 -12px;
  }
  .contact-form-enhanced fieldset {
    border: 0;
    margin-bottom: 8px;
    padding: 0 12px;
    width: 50%;
  }
  @media (max-width: 680px) {
    .contact-form-enhanced fieldset {
      width: 100%;
    }
  }
  .contact-form-enhanced legend {
    color: #5e5e5e;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0;
  }
  .contact-form-enhanced label {
    color: #8b9198;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 4px 0;
  }
  .contact-form-enhanced .field {
    margin-bottom: 8px;
  }
  .contact-form-enhanced .field.inline {
    display: inline-block;
  }
  .contact-form-enhanced input[type=email],
  .contact-form-enhanced input[type=tel],
  .contact-form-enhanced input[type=text],
  .contact-form-enhanced select,
  .contact-form-enhanced textarea {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 12px;
    border: 1px solid rgba(176, 188, 203, .7);
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(193, 193, 193, .2) inset;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 5px 5px 23px;
    width: 100%;
    height: 28px;
  }

.museide-contact-form-enhanced input[type=email],
.museide-contact-form-enhanced input[type=tel],
.museide-contact-form-enhanced input[type=text],
.museide-contact-form-enhanced select,
.museide-contact-form-enhanced textarea {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-size: 12px;
  border: 1px solid rgba(176, 188, 203, .7);
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(193, 193, 193, .2) inset;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 5px 5px 23px;
  width: 200%;
  height: 28px;
}

  .contact-form-enhanced select {
    background-image: none;
  }
  .contact-form-enhanced textarea {
    background-image: none;
    margin: 0;
    height: auto;
  }
  .contact-form-enhanced .co-email {
    background-image: url(../images/common/co-email.png);
  }
  .contact-form-enhanced .co-tel {
    background-image: url(../images/common/co-tel.png);
  }
  .contact-form-enhanced .co-business {
    background-image: url(../images/common/co-business.png);
  }
  .contact-form-enhanced .co-secure {
    background-image: url(../images/common/co-secure.png);
  }
  .contact-form-enhanced .co-card {
    background-image: url(../images/common/co-card.png);
  }
  .contact-form-enhanced .co-user {
    background-image: url(../images/common/co-user.png);
  }
  .contact-form-enhanced .co-country {
    background-image: url(../images/common/co-country.png);
  }
  .contact-form-enhanced input:focus,
  .contact-form-enhanced select:focus {
    box-shadow: inset 0 1px 2px rgba(193, 193, 193, .4), 0 0 3px 1px #fff699;
    outline: 0;
  }
  .contact-form-enhanced select {
    color: inherit;
    display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
  }
  .contact-form-enhanced option {
    color: #000;
  }
  .contact-form-enhanced select.default,
  .contact-form-enhanced option:default {
    color: #72777e;
  }
  .contact-form-enhanced textarea {
    display: inline-block;
    padding: 4px 6px;
  }
  .contact-form-enhanced ::-moz-placeholder {
    color: #72777e;
    opacity: 1;
  }
  .contact-form-enhanced :-ms-input-placeholder {
    color: #72777e;
  }
  .contact-form-enhanced ::-webkit-input-placeholder {
    color: #72777e;
  }
  .contact-form-enhanced .modal-action {
    text-align: right;
  }
  .contact-form-enhanced .close {
    color: #f6f6f8;
    background: #b0bccb;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #95a1af;
    position: absolute;
    top: .5em;
    right: .5em;
    width: 1em;
  }
  .contact-form-enhanced .close:hover {
    color: #fff;
  }

.customer-nav-tools {
  font-size: 12px;
  position: absolute;
  top: 32px;
  right: 24px;
}
  .customer-nav-tools a {
    color: #535353;
    background-repeat: no-repeat;
    background-position: left 2px;
    text-decoration: none;
    margin-left: 11px;
    padding: 2px 0;
  }
  .customer-nav-tools a:hover {
    color: #000;
  }
  .customer-nav-tools a:hover span {
    border-bottom: 2px solid #aaa;
  }
  .customer-nav-tools .cart {
    background-image: url(../images/common/customer-nav-tools-cart.png);
    padding-left: 19px;
  }
  .customer-nav-tools .login {
    background-image: url(../images/common/customer-nav-tools-login.png);
    padding-left: 15px;
  }
  .customer-nav-tools .search {
    background-image: url(../images/common/search.svg);
    background-size: 12px;
    padding-left: 15px;
  }

a.dlink {
  background: url(../images/common/darrow.png) no-repeat left;
  font-weight: bold;
  padding-left: 9px;
}

.download-action {
  display: inline-block;
  margin: 4px 0 2px;
}
  .download-action p {
    margin: 0;
  }
  .download-action > a {
    color: #48933c;
    background: #edf8e8 url(../images/common/icon-download-action.png) no-repeat 7px 50%;
    border: 1px solid #a4db9a;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 1) inset, 0 1px 2px rgba(154, 172, 189, .25);
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 7px 12px 7px 32px;
  }
  .download-action > a:hover {
    background-color: #f8fff3;
  }
  .download-action > a:active {
    box-shadow: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15) inset;
  }
  .download-action > a .entice {
    display: none;
  }
  .download-action > a .product {
    font-size: 12px;
    font-weight: bold;
  }

.download-action-details {
  color: #65809a;
  font-size: 12px;
  margin: 0 1px 10px;
}
  .download-action-details a {
    color: #9aacbd;
  }
  .download-action-details .right {
    color: #267ad4;
    float: right;
  }

.download-action-options {
  margin-bottom: 10px;
  padding: 1px;
}
  .download-action-options .download-action {
    display: block;
    margin: 2px 0;
  }
  .download-action-options .download-action > a {
    background-image: none\9; /* IE 8 */
    background-position: 4px 50%;
    background-size: 9px;
    display: block;
    margin: 0;
    padding: 3px 6px 3px 15px;
  }
  .download-action-options .download-action .entice,
  .download-action-options .download-action .product {
    display: none;
  }

.download-action-widget {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
  .download-action-widget + .download-action-widget {
    margin-left: 24px;
  }

.download-widget.large {
  margin-bottom: 12px;
}
  .download-widget.large .default {
    background: url(../images/common/download-widget-left-large.png) no-repeat;
    padding: 19px 67px 0 61px;
    height: 45px;
  }
  .download-widget.large .default:hover {
    background-position: left -74px;
  }
  .download-widget.large .default:active {
    background-position: left bottom;
  }
  .download-widget.large .product {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .download-widget.large .details {
    font-size: 14px;
  }
  .download-widget.large .options-trigger {
    background-image: url(../images/common/download-widget-trigger-large.png);
    padding-top: 20px;
    width: 50px;
    height: 44px;
  }
  .download-widget.large .options:hover {
    left: 37px;
  }
  .download-widget.large .options:hover .options-trigger {
    background-position: right top;
  }
  .download-widget.large .options ul {
    font-size: 14px;
    margin-top: 64px;
  }
  .download-widget.large .options a {
    background-position: 9px 9px;
    padding: 7px 0 7px 24px;
  }
  .download-widget.large .options a:hover {
    background-position: 9px -11px;
  }

.downloads-layout {
  margin-top: 20px;
}
  .downloads-layout h2 {
    border-width: 1px;
    font-weight: normal;
    margin-bottom: 8px;
  }

.error-message {
  font-size: 14px;
  margin: 16px 0;
}
  .error-message > *:before {
    color: #e57717;
    content: "→ ";
  }

#facebook-graphic {
  background: linear-gradient(to bottom, #e8edf1, #f3f6f8);
  background-size: 100% 236px;
  margin-bottom: 25px;
}
  @keyframes pop-in {
    from {
      transform: scale(.85);
    }
    30% {
      transform: scale(1.15);
    }
    to {
      transform: scale(1);
    }
  }
  #facebook-graphic .footer {
    background: url(../images/common/facebook-graphic-grad.png) repeat-x;
    border-top: 1px solid #bebebe;
    border-radius: 0 0 4px 4px;
    padding: 7px 0 0;
    height: 24px;
  }
  #facebook-graphic .content {
    background: url(../images/common/facebook-graphic-live.png);
    box-sizing: border-box;
    position: relative;
    margin: auto;
    max-width: 572px;
    height: 236px;
  }
  #facebook-graphic .content.var--mobile {
    display: none;
  }
  #facebook-graphic .content.active {
    background-position: bottom;
  }
  #facebook-graphic .content img {
    transition: all .3s ease;
    position: absolute;
    opacity: 0;
    display: none\0/;
    *display: none;
  }
  #facebook-graphic .content.active img {
    animation: .6s pop-in;
    opacity: 1;
    display: block\0/;
    *display: block;
  }
  #facebook-graphic .content.active img:nth-child(2) {
    transition-delay: .3s;
    animation-delay: .3s;
  }
  #facebook-graphic .content.active img:nth-child(3) {
    transition-delay: .5s;
    animation-delay: .5s;
  }
  #facebook-graphic .switch {
    cursor: pointer;
    margin: auto;
    width: 152px;
  }
  #facebook-graphic .switch .label {
    transition: color .1s ease-out;
    color: #637891;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 6px;
    float: left;
  }
  #facebook-graphic .switch .label:hover {
    color: #5c5c5c;
  }
  #facebook-graphic .switch .label.active {
    color: #3b5998;
  }
  #facebook-graphic .switch .groove {
    transition: background .1s ease-out;
    background: #777;
    border-radius: 8px;
    border-top: 1px solid #3b3b3b;
    float: left;
    padding: 0 1px;
    width: 58px;
    height: 15px;
  }
  #facebook-graphic .switch .groove:active {
    background: #5e5e5e;
  }
  #facebook-graphic .switch .knob {
    transition: margin .1s ease-out;
    background: url(../images/common/facebook-graphic-knob.png) no-repeat;
    width: 30px;
    height: 15px;
  }
  #facebook-graphic .switch .knob.right {
    margin-left: 50%;
  }

  /* Mobile Variation */
  @media (max-width: 619px) {
    #facebook-graphic .content {
      display: none;
    }
    #facebook-graphic .content.var--mobile {
      background: url(/images/common/facebook-graphic-page.png) no-repeat center 1.25em !important;
      padding-top: 127px;
      overflow: hidden;
      display: block;
    }
    #facebook-graphic .content.var--mobile img {
      left: 50%;
    }
    #facebook-graphic .content.var--mobile img:nth-child(1) {
      opacity: 1;
    }
    #facebook-graphic .content.active.var--mobile img:nth-child(1) {
      opacity: 0;
    }
  }

.feature-details-content {
}
  .feature-details-content .text-muted {
    color: #727272;
    text-align: center;
    margin: 1em 0 0;
  }
  .feature-details-content h3 {
    border-bottom: 0;
    font: 21px PTSansRegular,Arial,Helvetica,sans-serif;
    margin-bottom: .25em;
  }
  .feature-details-content .section:target h3 {
    font-weight: bold;
  }
  .section {
    border-bottom: 1px solid #d4dee5;
    padding: 2em 0;
  }
  .feature-details-content .screen {
    background: linear-gradient(15deg, #2f699b, #86b473);
    transition: max-height 500ms ease 250ms;
    padding: 1em 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 6em;
  }
  .feature-details-content .screen:hover {
    max-height: 500px;
  }
  .feature-details-content .screen:hover:before {
    opacity: 0;
  }
  .feature-details-content .screen img {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
    display: block;
    margin: auto;
    max-width: 70%;
  }
  .feature-details-content .screen:before {
    color: #566894;
    background: white;
    border-radius: 2px 0 0;
    transition: opacity 250ms ease 250ms;
    content: "Expand";
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .25em 1em 0;
  }

.feature-group {
  border: 1px solid #e9eef2;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
}
  .feature-group .header {
    color: #3c3c3c;
    padding: 24px 14px 12px;
  }
  .feature-group .header h2 {
    color: #a54e69;
    border: 0;
    font-size: 24px;
    margin-bottom: 12px;
    padding: 0;
  }
  .feature-group .illustration {
    width: 20%;
    height: auto;
  }
  .feature-group .description {
    padding-right: 1em;
    width: 80%;
  }
  .feature-group .features {
    background-color: #f7fafb;
  }
  .feature-group .next-step {
    color: #267ad4;
    border: 1px solid #589cf9;
    border-radius: 2px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    padding: 2px 6px;
  }
  .feature-group .next-step:hover {
    background-color: #e5f1ff;
  }
  .feature-group .next-step + .next-step {
    margin-left: .5em;
  }
  .feature-group .accordion {
    border-bottom: 0;
    border-radius: 0;
    padding-right: 0;
    width: 50%;
  }
  .feature-group .accordion + .accordion {
    margin-left: -1px;
  }
  .feature-group .ui-accordion:first-child {
    border-left: 0;
  }
  .feature-group .ui-accordion:last-child {
    border-right: 0;
  }
  .feature-group .ui-accordion-header {
    background: url(../images/common/features-nav-icon.png) no-repeat 8px 60%;
    background: none;
    font-size: inherit;
    line-height: 1;
    padding: 8px 8px 8px 14px;
  }
  .feature-group .ui-accordion-header:before {
    color: #8fbf72;
    content: "▸";
    display: block;
    float: left;
    width: 14px;
  }
  .feature-group .ui-accordion-header:hover {
    background-color: #fff;
  }
  .feature-group .ui-accordion-header.ui-state-active {
    background-color: #fff;
  }
  .feature-group .ui-accordion-header.ui-state-active:before {
    content: "▾";
  }
  .feature-group .ui-accordion-content {
    background: #fff;
    line-height: 1.3;
    margin: 0;
    padding: .5em 1.75em .5em 28px;
  }
  .feature-group .ui-accordion-content p {
    margin-bottom: 1em;
  }

.feature-group.callout {
  background-color: #f7fafb;
  position: relative;
  overflow: initial;
}
  .feature-group.callout .callout-badge {
    color: #fff;
    background: #8fbf72;
    border-radius: 0 0 3px 3px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 14px;
    padding: 0 1em;
    z-index: 2;
  }
  .feature-group.callout .header {
    padding-top: 34px;
  }
  .feature-group.callout h2 {
    color: #566894;
    font-weight: normal;
  }
  .feature-group.callout p {
    margin-bottom: 10px;
  }

.features-nav {
  overflow: hidden;
}
  .features-nav .nav {
    font-size: 14px;
    line-height: 16px;
    float: left;
    width: 26.92307%;
  }
  .features-nav .nav li {
    border-bottom: 1px dotted #d4dee5;
    list-style: none;
    margin: 0 !important;
  }
  .features-nav .nav .current {
    background: #e0edf6;
    background: #f3f6f8;
  }
  .features-nav .nav a {
    color: #637891;
    background: url(../images/common/features-nav-icon.png) no-repeat 8px 50%;
    font-weight: bold;
    text-decoration: none;
    text-overflow: ellipsis;
    display: block;
    padding: 14px 12px 14px 40px;
    overflow: hidden;
  }
  .features-nav .nav a:hover {
    color: #2f699b;
  }
  .features-nav .nav .current a {
    color: #2f699b;
  }
  .features-nav .sections {
    color: #333;
    background: #e0edf6;
    background: #f3f6f8;
    margin-left: 26.92307%;
  }
  .features-nav .section {
    padding: 16px 20px;
    display: none;
  }
  .features-nav .section.current {
    display: block;
  }
  .features-nav .section h3 {
    border-bottom: none;
    margin-bottom: 20px;
  }

.form-checkbox-group {
  margin-top: 5px;
  margin-bottom: 3px;
}
  .form-checkbox-group label {
    color: #2a4f8d;
    border-left: 1px solid #e9eef3;
    cursor: pointer;
    font: 14px/normal PTSansRegular,Arial,Helvetica,sans-serif;
    display: inline-block;
    padding: 5px 5px 5px 9px;
    user-select: none;
  }
  .form-checkbox-group label:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .form-checkbox-group label:before {
    border: 1px solid #b5c2d0;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.2) inset;
    content: "";
    display: inline-block;
    margin-right: 1px;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
  }
  .form-checkbox-group label.on {
    color: #278b39;
  }
  .form-checkbox-group label.on:before {
    background: url(/images/common/form-checkbox-on.png) no-repeat center #d6ead9;
  }
  .form-checkbox-group input[type="checkbox"] {
    position: absolute;
    z-index: -1;
  }
  .form-checkbox-group .price {
    font-size: 12px;
    font-style: italic;
    opacity: .5625;
  }

tr.headings th {
  color: #2f699b;
  background: #f3f6f8 url(/images/common/table-headings.png) repeat-x bottom;
  border-top: none;
}

.icon-nav {
  border-bottom: 1px solid #d4dee5;
  font-size: 12px;
  margin-bottom: 20px;
}
  .icon-nav ul {
    background: #f3f6f8;
    overflow: hidden;
    margin-bottom: 2px;
    padding-bottom: 12px;
  }
  .icon-nav li {
    list-style: none;
    float: left;
    margin: 0 !important;
  }
  .icon-nav li a {
    color: #224071;
    line-height: 1.166666667;
    text-align: center;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    width: 98px;
    height: 61px;
  }
  .icon-nav li img {
    display: block;
    margin: auto auto 6px;
  }
  .icon-nav a:hover {
    background: #e0edf6;
  }

.inline-form {
  display: inline;
}

.input-with-desc {
  color: #3b3b3b;
  font-size: 11px;
  line-height: 14px;
  display: table;
  width: 240px;
}
  .input-with-desc input {
    display: table-cell;
  }
  .input-with-desc input,
  .input-with-desc label {
    cursor: pointer;
  }
  .input-with-desc .description {
    display: table-cell;
    vertical-align: top;
  }
  .input-with-desc .note {
    color: #848484;
    margin: 4px 0;
  }

.labeled-blocks {
  line-height: 16px;
  margin-top: 18px;
}
  .labeled-blocks ul {
    overflow: hidden;
  }
  .labeled-blocks li {
    list-style: none;
    float: left;
    text-align: center;
    margin: 0 !important;
  }
  .labeled-blocks a {
    color: #93aecf;
    text-decoration: none;
    display: block;
    margin: 0 20px 20px;
    width: 125px;
  }
  .labeled-blocks a:hover {
    color: #224071;
  }
  .labeled-blocks .content {
    display: table-cell;
    vertical-align: middle;
    width: 125px;
    height: 81px;
  }
  .labeled-blocks .content img {
    display: block;
    margin: auto;
    max-width: 125px;
    max-height: 81px;
  }
  .labeled-blocks .label {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    overflow: hidden;
    height: 42px;
  }

.learn-more {
  background-color: #efefef;
  float: right;
  padding: 15px 20px;
  margin: 20px 0 20px 20px;
}
  .learn-more.no-bg {
    background: transparent;
  }
  .learn-more h2 {
    font-size: 17px;
    padding-bottom: 2px;
    color: #484848;
  }
  .learn-more ul {
    margin: 15px 0 0;
    padding: 0;
  }
  .learn-more li {
    line-height: 15px;
  }
  .learn-more li a {
    display: block;
  }

.submission-response {
  font-style: italic;
  display: none;
  margin-bottom: 0;
}

.lightbox-modal {
  padding: 2em;
  max-width: 600px;
}

.new-window-link {
  color: #2a7f24;
  background: #bee5b8 url(../images/common/icon-new-window.png) no-repeat right;
  border-bottom: 1px solid #beccb8;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 19px 3px 7px;
  display: inline-block;
}
  .new-window-link:hover {
    color: #1b5916;
    background-color: #80c476;
  }

.noborder td {
  border-top: 0;
}

table .noteworthy {
  color: #800505;
}

td.pad {
  padding-right: 16px;
}

.page-label {
  background: url(../images/common/label-phone.png) repeat-x;
  font: 11px/20px PTSansRegular,Arial,Helvetica,sans-serif;
  display: inline-block;
  position: absolute;
  top: 85px;
  right: 22px;
  z-index: 2;
}
  .page-label .wrapper {
    background: url(../images/common/label-phone.png) no-repeat right -22px;
  }
  .page-label .wrapper a {
    color: #d1d9e5;
    background: url(../images/common/label-phone.png) no-repeat left -44px;
    text-decoration: none;
    display: block;
    padding: 0 10px 2px 27px;
  }
  .page-label strong {
    color: #fff;
    margin-right: .25em;
  }
  .page-label small {
    font-size: 10px;
    line-height: 19px;
  }

.pricing-calculator-results {
  background: url(/images/common/white-trans-95.png);
  text-align: center;
  transition: box-shadow .3s ease-out;
  overflow: hidden;
  margin: 0 -10px;
  padding: 6px 10px;
}
  .pricing-calculator-results.offscreen {
    box-shadow: 0 14px 16px -16px rgba(69, 82, 105, .95);
    margin-left: 0;
  }
  .pricing-calculator-results .actions {
    display: inline-block;
    margin-right: -16%;
  }
  .pricing-calculator-results .pricing-currency {
    color: #595959;
    font-size: 12px;
    float: right;
    max-width: 16%;
  }
  .pricing-calculator-results h2.product-name {
    color: #20447a;
    border: 0;
    font-size: 22px;
    margin-bottom: 0;
  }
  .pricing-calculator-results .results {
    color: #fff;
    background: #278b39;
    border: 1px solid rgb(39, 139, 57);
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5) inset, 0 1px 2px rgba(171, 171, 171, .5);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .12) 49%, rgba(39, 139, 57, 0));
    font: 19px/22px PTSansRegular,Arial,Helvetica,sans-serif;
    text-align: center;
    display: inline-block;
    margin: 0 .25em;
    padding: 6px 14px;
    min-width: 172px;
  }
  .pricing-calculator-results .results:hover {
    background-color: #51a244;
  }
  .pricing-calculator-results .results:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, .15) inset;
  }
  .pricing-calculator-results .cta {
    display: block;
  }
  .pricing-calculator-results .cta small {
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
  }
  .pricing-calculator-results .price {
    color: #e6fcc3;
    font-size: 17px;
  }
  .pricing-calculator-results .action-details {
    color: #727272;
    font-style: italic;
    margin: .5em 0;
  }
  .pricing-calculator-results .action-details a {
    color: inherit;
  }

.pricing-calculator-widget {
  border: 1px solid #dae4ea;
  box-shadow: 0 0 10px rgba(139, 172, 191, .5);
  margin: 9px 0 16px;
}
  .pricing-calculator-widget .category {
    padding: 12px 20px 16px;
    zoom: 1;
  }
  .pricing-calculator-widget .category:before,
  .pricing-calculator-widget .category:after {
    content: "";
    display: table;
  }
  .pricing-calculator-widget .category:after {
    clear: both;
  }
  .pricing-calculator-widget .category.extra {
    background: #f6fafb;
    box-shadow: inset 0 0 2px rgba(139, 172, 191, .5);
    border: 1px solid rgba(139, 172, 191, .5);
    border-width: 1px 0;
    transition: all ease-out .2s;
    padding: 12px 20px 20px;
  }
  .pricing-calculator-widget .category.extra.hide-extra {
    border-width: 0;
    overflow: hidden;
    padding: 0 20px;
    height: 0;
    *position: absolute;
    *z-index: -1;
  }
  .pricing-calculator-widget .label {
    color: #20447a;
    font-size: 22px;
    line-height: 24px;
    float: left;
    margin-top: 10px;
    max-width: 180px;
  }
  .pricing-calculator-widget .controls {
    text-align: right;
    float: right;
    padding: 4px 0 0;
    width: 100%;
    max-width: 460px;
  }
  .pricing-calculator-widget .slider-container {
    padding: 11px 0 4px;
  }
  .pricing-calculator-widget .slider-container input[type="range"] {
    margin: 0;
    width: 360px;
  }
  .pricing-calculator-widget input[type="text"] {
    color: #2a4f8d;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b0bccb;
    border-radius: 1px;
    box-shadow: 0 1px 2px #c1c1c1 inset;
    font-size: 18px;
    text-align: center;
    margin-left: 14px;
    padding: 6px 4px 4px;
    width: 80px;
  }
  .pricing-calculator-widget .description {
    background: #f2f6f8;
    border-top: 1px solid #e9eef3;
    color: #727272;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 16px 6px;
  }
  .pricing-calculator-widget .description a {
    color: #727272;
  }

.pricing-columns {
  border: 1px solid #e9eef2;
  border-radius: 4px;
  margin: 1.5em 0;
}
  .pricing-columns .column {
    color: #3b3b3b;
    box-sizing: border-box;
    padding: 1.5em 1.5em .75em;
    width: 33.3333%;
  }
  .pricing-columns .column + .column {
    border-left: 1px solid #e9eef2;
  }
  .pricing-columns .column-title {
    color: #3a6ba9;
    border: 0;
    font: 600 24px/1 PTSansRegular,Arial,Helvetica,sans-serif;
  }
  .pricing-columns .column em {
    color: #666;
  }
  .pricing-columns .next-step {
    color: #267ad4;
    background: none;
    border: 1px solid #589cf9;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 .125em;
    padding: .375em .875em;
    width: 36%;
  }
  .pricing-columns .next-step.download {
    color: rgba(255, 255, 255, .9);
    background: #51a244;
    border-color: #51a244;
  }
  .pricing-columns .next-step.primary {
    color: #fff;
    background: #267ad4;
    border-color: #267ad4;
  }

.buy-action .pricing-interval {
  font-size: 14px;
  display: block;
  margin: 5px auto;
}

.pricing-select {
  background: linear-gradient(to top, #fafafa, #fff);
  border: 1px solid #c0c9d5;
  border-radius: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px;
}
  .pricing-select option[disabled] {
    font-style: italic;
  }

.product-actions {
  float: right;
  margin: 30px 20px 20px 2px;
}
  .product-actions a {
    color: #fff;
    background: linear-gradient(to bottom, #6fc060, #59aa4c);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .35);
    font-size: 17px;
    font-family: PTSansRegular,Arial,Helvetica,sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    float: left;
    padding: .4em 1em .5em;
  }
  .product-actions a + a {
    margin-left: 1px;
  }
  .product-actions a:active,
  .product-actions a.current {
    background: #59aa4c;
  }
  .product-actions a:first-of-type {
    border-radius: 6px 0 0 6px;
  }
  .product-actions a:last-of-type {
    border-radius: 0 6px 6px 0;
  }
  .product-actions a:first-of-type:last-of-type {
    border-radius: 6px;
  }

.product-actions.var--footer {
  color: #1a4155;
  font-family: PTSansRegular,Arial,Helvetica,sans-serif;
  text-align: center;
  float: none;
}
  .product-actions.var--footer > span {
    display: inline-block;
    margin: .33333em;
  }
  .product-actions.var--footer > a {
    float: none;
  }

.product-header {
  background: linear-gradient(to left, rgb(41, 93, 154), rgba(41, 93, 154, 0) 50%), linear-gradient(to bottom, #479fd2, #4193c8 33%, #3981b8 66%, #306da7);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .2) inset;
  min-height: 107px;
}
  .product-header .content {
    color: #fff;
    text-shadow: rgba(0, 0, 0, .15) 0 -1px;
    margin-left: 20px;
  }
  .product-header h1 {
    color: #fff;
    border: 0;
    font-family: PTSansRegular,Arial,Helvetica,sans-serif;
    font-size: 37px;
    font-weight: 600;
    line-height: 1;
    text-rendering: optimizeLegibility;
    margin: 0 0 2px;
    padding: 18px 0 0;
  }
  .product-header .tagline {
    font-size: 20px;
    margin: 0;
    padding: 0 0 .75em;
  }
  .product-header .tagline strong {
    color: #ffefa2;
    font-weight: normal;
  }

table.reading td strong {
  display: block;
}
  table.reading td.cover {
    padding-right: 16px;
  }
  table.reading td.cover img {
    width: 80px;
    height: auto;
  }

.receipt-list {
  border: 1px solid #d5dee5;
  box-shadow: 0 1px 1px #899298;
  margin: 20px 0;
  padding: .25em 0 0;
  width: 260px;
}
  .receipt-list .header {
    border-bottom: 1px dashed #d5dee5;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }
  .receipt-list ul {
    margin: 0;
    padding: 8px 0;
  }
  .receipt-list li {
    list-style: circle;
    margin: 0 16px 0 40px !important;
    padding: 2px 0;
  }
  .receipt-list .total {
    color: #999;
    border-top: 1px dashed #d5dee5;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 10px 40px;
  }
  .receipt-list .total p {
    margin: 0;
  }
  .receipt-list .total strong {
    color: #3f4754;
  }

img.right {
  float: right;
  margin-bottom: 11px;
  margin-left: 11px;
}

p.screencast-link {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    margin: 18px 0;
    padding: 0;
}
  p.screencast-link a {
      color: #003043 !important;
      background: url(/images/common/screencast-link-right.png) no-repeat right top;
      font-weight: normal !important;
      line-height: 31px;
      text-decoration: none;
      outline: none;
      display: inline-block;
      height: 31px;
  }
  p.screencast-link a span {
      background: url(/images/common/screencast-link-left.png) no-repeat;
      display: block;
      padding: 0 9px 0 33px;
  }
  p.screencast-link a:hover {
      color: #08506c !important;
      background-position: right bottom;
  }
  p.screencast-link a:hover span {
      background-position: left bottom;
  }
  p.screencast-link a:active {
      position: relative !important;
      bottom: -1px;
  }

#search {
  margin-left: 26px;
}
  #search input.text,
  #search input.gsc-input {
    background: url(/images/common/icon-search.png) no-repeat 5px center #eee !important;
    background-size: 14px !important;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px 5px 5px 24px;
    width: 100%;
  }
  #search .gsc-search-button {
    display: none;
  }

.social-share-links {
  float: left;
  overflow: hidden;
}
  .social-share-links .socialite {
    display: inline-block;
    vertical-align: top;
    min-width: 44px;
    height: 26px;
  }

.strong-alt {
  color: #2e5f85;
}

button.submit-button,
input.submit-button {
  color: #fff;
  background-color: #51a244;
  background-image: linear-gradient(177deg, rgba(255, 255, 255, .12) 49%, rgba(81, 162, 68, 0) 51%);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .35);
  cursor: pointer; /* for IE7 */
  font: bold 14px PTSansRegular,Arial,Helvetica,sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  display: inline-block;
  margin-bottom: 4px;
  padding: 7px 12px;
  min-width: 140px;
}
  button.submit-button:disabled,
  input.submit-button:disabled {
    background-image: none;
    box-shadow: none;
    opacity: .5;
  }
  button.submit-button:hover,
  input.submit-button:hover {
    background-color: #45973b;
  }
  button.submit-button:active,
  input.submit-button:active {
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    opacity: .85;
    position: relative;
    top: 1px;
  }
  button.submit-button img,
  input.submit-button img {
    margin-right: 2px;
  }

.submit-custom-order {
  color: #247a21;
  background: #b9deb1 url(../images/common/button-overlay.png) no-repeat center;
  border: 1px solid #87cc7d;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  cursor: pointer;
  font-size: inherit;
  text-align: center;
  text-decoration: none;
  margin: 0 .35em;
  padding: 0 .18em;
}
  .submit-custom-order:hover {
    color: #1b5916;
    background-color: #80c476;
    border-color: #4b9d41;
  }
  .submit-custom-order:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    opacity: .8;
  }

.support-resources-content {
  margin: 3em auto;
  width: 84%;
}
  .support-resources-content .search {
    display: flex;
    flex-wrap: nowrap;
  }
  .support-resources-content .search input[type=search] {
    -webkit-appearance: textfield;
    border: 1px solid #c6c6c6;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    background: #fff;
    box-shadow: 0 1px 0 #e5e5e5 inset;
    font-size: 16px;
    flex-grow: 1;
    margin: 0;
    padding: 0 .5em;
    height: 40px;
  }
  .support-resources-content .search button {
    background: #f8f9fb;
    border: 1px solid #c6c6c6;
    border-radius: 0 3px 3px 0;
    width: 100px;
    height: 40px;
  }
  .support-resources-content .search :focus {
    border-color: #8ab1cf !important;
    outline: 0;
  }
  .support-resources-content .destinations {
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3em 0;
  }
  .support-resources-content .destinations > div {
    box-sizing: border-box;
    flex-grow: 1;
  }
  .support-resources-content .destinations h3 {
    border: 0;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .support-resources-content .destinations .resources {
    border-right: 1px solid #c6c6c6;
    flex-basis: 70%;
    padding-right: 2em;
  }
  .support-resources-content .destinations .resources li {
    color: #5e5e5e;
  }
  .support-resources-content .destinations .resources a {
    border-bottom: 1px solid #cca3a3;
    font-weight: bold;
    text-decoration: none;
  }
  .support-resources-content .destinations .resources p {
    font-size: 13px;
    line-height: 1.25;
    margin: .125em 0 1em;
  }
  .support-resources-content .destinations .resources a:hover {
    border-color: currentColor;
  }
  .support-resources-content .destinations .request {
    flex-basis: 30%;
    padding-left: 2em;
    align-self: center;
    text-align: center;
  }
  .support-resources-content .destinations .request a {
    color: #2a5e9b;
    background: #f8f9fb;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: .6667em;
    min-width: 10em;
  }

.tabbed {
  background: #f4f6f8 url(../images/common/tabbed-bg.png) repeat-x;
  background: linear-gradient(to bottom, #fbfcfd, #f4f6f8);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d4dee5;
  margin-bottom: 14px;
  padding: 0 5px;
}
  .tabbed:before,
  .tabbed:after {
    content: "";
    display: table;
  }
  .tabbed:after {
    clear: both;
  }
  .tabbed h3 {
    color: #94acbe;
    border: none;
    font-weight: normal;
    font-size: 13px;
    float: left;
    padding-top: 7px;
  }
  .tabbed ul {
    margin-top: -5px;
  }
  .tabbed li {
    list-style: none;
    float: left;
    margin: 0 4px !important;
  }
  .tabbed a {
    color: #1e445e;
    display: block;
    text-decoration: none;
    outline: none;
    padding: 16px 11px 11px;
  }
  .tabbed a:hover {
    color: #000;
    text-decoration: underline;
  }
  .tabbed .current {
    color: #1e445e;
    background: url(../images/common/tabbed-tab-right.png) no-repeat right top, url(../images/common/tabbed-tab.png) no-repeat left top;
    background: linear-gradient(to bottom, rgba(242, 243, 247, .92), #fff 50%);
    border: 1px solid #d4dee5;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
    font-weight: bold;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 13px;
    margin-bottom: -1px;
  }

.table-responsive {
  overflow-x: auto;
  width: 100%;
}
  .table-responsive table {
    font-size: 85%;
  }

.tel-with-icon {
  color: #21639d;
  background: url(/images/common/icon-tel.png) no-repeat left;
  font-weight: bold;
  padding-left: 21px;
}

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

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

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

.thumb-with-desc {
  color: #262626;
  font-size: 11px;
  line-height: 16px;
  margin: 24px 0;
  max-width: 572px;
}
  .thumb-with-desc:after {
    content: "";
    display: table;
    clear: both;
  }
  .thumb-with-desc .thumb {
    float: left;
    text-align: center;
    margin-right: 3%;
    width: 30.2167%;
    height: 100px;
  }
  .thumb-with-desc .thumb img {
    display: block;
    width: 100%;
  }
  .thumb-with-desc .thumb .thumb-link {
    border-radius: 4px;
    display: inline-block;
  }
  .thumb-with-desc .thumb .thumb-link:hover {
    background-color: #cfe5f6;
  }
  .thumb-with-desc .thumb .thumb-link:hover img {
    opacity: .9;
  }
  .thumb-with-desc .content {
    float: left;
    width: 66.78322%;
  }
  .thumb-with-desc .content h3 {
    border: 0;
    font-weight: normal;
  }
  .thumb-with-desc .content p {
    margin: 4px 0;
  }

.accordion {
  border: 1px solid #e9eef2;
  border-radius: 4px;
}
  .ui-accordion-header {
    color: #566894;
    background: url(../images/common/icon-calculator.png) no-repeat 16px 20px;
    border: 0;
    border-top: 1px dotted #d4dee5;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    outline: 0;
    margin: 0;
    padding: 9px 40px 10px;
  }
  .ui-accordion-header:first-child {
    border-top: 0;
  }
  .ui-accordion-header:hover {
    color: #2f699b;
    background-color: #f3f6f8;
  }
  .ui-accordion-header.ui-state-active {
    color: #2f699b;
    background-color: #fff;
  }
  .ui-accordion-content {
    padding: 0 40px;
  }

.ui-buttonset {
  margin: 0 !important;
  float: right;
}
  .ui-buttonset input {
    outline: 0;
  }
  .ui-button {
    color: #2a4f8d;
    background: #fff url(/images/common/widget-button-grad.png) repeat-x bottom;
    border: 1px solid #b0bccb;
    border-left-width: 0;
    box-shadow: inset 0 0 1px #fff;
    cursor: pointer;
    font: 16px/16px PTSansRegular,Arial,Helvetica,sans-serif;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 !important;
    padding: 9px 14px 8px !important;
    min-width: 80px;
  }
  .ui-button.ui-corner-left {
    border-left-width: 1px;
    border-radius: 2px 0 0 2px;
  }
  .ui-button.ui-corner-right {
    border-radius: 0 2px 2px 0;
  }
  .ui-button.ui-state-active {
    color: #278b39;
    background: #d6ead9;
    box-shadow: inset 0 2px 4px #7697a2;
  }
  .ui-button small {
    font-style: italic;
    font-size: 12px;
    display: block;
    margin-bottom: -2px;
    opacity: .75;
  }
  .ui-button-text-only .ui-button-text {
    line-height: 16px !important;
    padding: 0 !important;
  }

.ui-slider {
  background: #edf1f3;
  border-top: 1px solid #c0c9d5;
  box-shadow: inset 0 1px 0 #e1e6eb;
  display: inline-block;
  width: 100%;
  height: 8px !important;
}
  .ui-slider .ui-slider-handle {
    background: linear-gradient(transparent, rgba(0, 0, 0, .1));
    background-color: #51a244;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    cursor: pointer !important;
    text-decoration: none;
    top: -5px !important;
    margin-left: -16px !important;
    width: 32px !important;
    height: 16px !important;
  }
  .ui-slider .ui-slider-handle.ui-state-active {
    background: #51a244;
  }
  .ui-slider .handle-value {
    color: #2d883d;
    background: #fff;
    font-size: 14px;
    text-align: center;
    transition: .2s all;
    position: absolute;
    bottom: 100%;
    margin-left: -24px;
    width: 80px;
  }
  .ui-slider .ui-state-active .handle-value {
    font-size: 19px;
  }
  .ui-slider .ui-slider-range {
    background: #c7ddcf;
  }
  .ui-slider .slider-labels {
    color: #acb4bf;
    font-size: 11px;
    line-height: 8px;
    position: absolute;
    top: -150%;
    width: 100%;
  }
  .ui-slider .slider-labels .start {
    float: left;
  }
  .ui-slider .slider-labels .end {
    float: right;
  }

.video-page-player {
  position: relative;
  margin-bottom: 20px;
}
  .video-page-player .player-poster {
    color: #fff;
    background: rgba(31, 134, 193, .93);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.5em;
    width: 100%;
    height: 405px;
  }
  .video-page-player .player-poster .poster-text {
    margin-top: 6em;
    margin-left: 6em;
  }
  .video-page-player .player-poster h4 {
    color: #fff;
    font-size: 24px;
    margin: .75em 0;
  }
  .video-page-player .player-poster h4:before {
    background: url(/images/common/video-page-play-poster.png);
    content: "";
    display: block;
    position: absolute;
    top: 4.2em;
    left: 1.25em;
    width: 56px;
    height: 42px;
  }
  .video-page-player .player-poster p {
    margin-bottom: 0;
  }
  .video-page-player video {
    margin-bottom: 1em;
    width: 100%;
    height: 405px;
  }

.video-page-grid {
  margin: 10px -10px;
}
  .video-page-grid .video-option {
    color: #2a87c1;
    background: url(/images/common/video-page-play.png) no-repeat 1.5em 50%;
    border: 1px solid rgba(31, 134, 193, .5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
    float: left;
    margin: 10px;
    padding: 1em 1.75em 0 4.5em;
    max-width: 264px;
  }
  .video-page-grid .video-option:hover {
    background-color: #e9f2f9;
  }
  .video-page-grid .video-option.active {
    background-color: #90c0df;
  }
  .video-page-grid .video-option h4 {
    color: inherit;
    font-size: 14px;
    line-height: 1.23;
    max-height: 1.5em;
  }
  .video-page-grid .video-option p {
    color: rgba(42, 135, 193, .8);
    margin-bottom: 1em;
    overflow: hidden;
    height: 4.5em;
  }

.years-footer {
  background: url(../images/common/years-footer-bg.png) no-repeat;
  border-top: 20px solid #fff;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  padding: 14px 24px 16px 256px;
  height: 54px;
}
  .years-footer .slogan {
    color: #295d9a;
    font: 600 23px/24px PTSansRegular,Arial,Helvetica,sans-serif;
    letter-spacing: -.5px;
    text-align: right;
    word-spacing: 1px;
    position: absolute;
    right: 658px;
    top: 16px;
    max-width: 210px;
  }
  .years-footer .slogan b {
    color: #69ad71;
    font-weight: inherit;
  }
  .years-footer .logos {
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -webkit-transition: opacity .4s linear;
    background: url(../images/common/years-footer-logos.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .years-footer:hover .logos {
    opacity: 0;
    display: none\0/;
    *display: none;
  }
  .years-footer .message {
    -moz-transition: all .4s ease .1s;
    -ms-transition: all .4s ease .1s;
    -webkit-transition: all .4s ease .1s;
    position: absolute;
    opacity: 0;
    display: none\0/;
    *display: none;
  }
  .years-footer:hover .message {
    display: block;
    opacity: 1;
  }
  .years-footer .action {
    color: #622;
    background: #e8e8e8 url(../images/common/years-footer-arr.png) no-repeat right;
    border: 1px solid #c9cccf;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, .3);
    text-decoration: none;
    display: inline-block;
    padding: 0 10px 0 4px;
    white-space: nowrap;
  }
  .years-footer .action:hover {
    color: #295d9a;
    background-color: #e3edfa;
    box-shadow: none;
  }

/* Context:
 * Layout and style overrides based on page context.
 */

.category.extra .ui-slider .handle-value {
  background: #f6fafb;
}

.single #dhContent {
  padding-right: 48px;
  padding-left: 48px;
}

.single #dhSubNav {
  background: url(/images/common/nav-thumb.png) no-repeat;
  cursor: pointer;
  overflow: hidden;
  left: -35px;
  margin-top: 16px;
  padding-bottom: 16px;
  padding-left: 35px;
  width: 0;
  height: 48px;
}
  .single #dhSubNav form {
    display: none;
  }
  .single #dhSubNav.show {
    cursor: auto;
    background: #fff;
    border-top: 1px solid #b5c7d4;
    border-left: 1px solid #b5c7d4;
    border-bottom: 2px solid #8c95a2;
    border-right: 2px solid #8c95a2;
    overflow: visible;
    padding-left: 16px;
    padding-right: 16px;
    width: 208px;
    height: auto;
  }
  .single #dhSubNav.show form {
    display: block;
  }

td h4 {
  font-size: 11px;
}

#dhContent ul {
  list-style: outside disc;
}
  #dhContent li {
    margin-left: 16px;
    padding-left: 0;
  }

h3 a img {
  position: absolute;
  margin-left: -235px;
}

.main-download .download-action {
  margin-bottom: 8px;
}
  .main-download .download-action > a {
    color: #e6fcc3;
    background: #4f9e41 url(../images/common/icon-download-action-big.png) no-repeat 9px 50%;
    border: 1px solid #49913d;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5) inset, 0 2px 4px rgba(154, 172, 189, .5);
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    padding: 13px 16px 14px 65px;
  }
  .main-download .download-action > a:hover {
    background-color: #5daa4c;
  }
  .main-download .download-action > a:active {
    box-shadow: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15) inset;
  }
  .main-download .download-action > a .entice {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
  .main-download .download-action > a .product {
    font-size: inherit;
    font-weight: normal;
  }

.main-download-cloud .download-action > a {
  color: #d5f2ff;
  background-color: #57ade2;
  background-image: url(../images/common/icon-cloud-action-big.png);
  border-color: #3d97cb;
}
  .main-download-cloud .download-action > a:hover {
    background-color: #61b5eb;
  }

.mobile-navigation-toggle {
  background: url(../images/common/icon-menu.svg) no-repeat center;
  background-size: 20px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  cursor: pointer;
  display: none;
  direction: ltr;
  text-indent: -9999px;
  position: absolute;
  top: 16px;
  right: 24px;
  padding: 8px;
  width: 20px;
  height: 20px;
}

.single pre {
  overflow: auto;
}

/* Overrides:
 * Styles for third-party components.
 */

/* Async Social Share */

#dhContent .async-wrapper {
  padding-top: 8px;
  min-height: inherit;
}
#dhContent .async-list li {
  margin-left: 0;
}

/* Google */

input.gsc-input {
  padding: 5px !important;
}

#cse table {
  margin-bottom: 5px;
}
#cse .gsc-resultsHeader {
  display: none;
}
table th[class*=gsc],
table td[class*=gsc] {
  border: none;
}
table.gsc-search-box td {
  padding: 0;
}
.gsc-resultsHeader {
  padding-bottom: 0;
}
body .cse .gsc-control-cse,
body .gsc-control-cse {
  padding: 0;
}
#search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
#search input.gsc-search-button {
  margin: 0;
}
body .gsc-result .gs-title {
  height: auto;
  overflow: visible;
}
td.gsc-clear-button {
  display: none;
}
body .gsc-control-cse, .gsc-control-cse .gsc-table-result {
  width: auto;
}
body .cse .gsc-webResult.gsc-result:hover,
body .gsc-webResult.gsc-result:hover,
body .gsc-results .gsc-imageResult-classic:hover,
body .gsc-results .gsc-imageResult-column:hover {
  border-bottom: 1px solid #ebebeb;
}
body .gs-result .gs-title,
body .gs-result .gs-title * {
  color: #800505;
}

/* LastPass */

[id^="__lpform_"] {
  display: none;
}

/* Layout: Mobile */

@media (max-width: 619px) {
  .checkout-modal .panel,
  .contact-form-enhanced .panel {
    left: 0;
    max-width: none;
  }
}

@media (max-width: 879px) {
  .button-cta-with-icon .button {
    min-width: 0;
  }

  .checkout-modal .panel,
  .contact-form-enhanced .panel {
    top: 5vh;
  }

  #dhContent {
    padding-bottom: 14px;
  }

  #dhLogo {
    margin-left: 16px;
  }

  #dhSubNav {
    background: #fff;
    box-sizing: border-box;
    position: static;
    padding: 0 24px 24px;
    width: 100%;
  }

  .mobile-navigation {
    background: #ccc;
    border: 1px solid #bebebe;
    border-width: 1px 0;
    box-sizing: border-box;
    position: relative;
    top: 12px;
    margin-bottom: 36px;
    padding: 1.5em;
    width: 100%;
    z-index: 3;
  }
    .mobile-navigation #dhNavBar {
      position: static;
      margin-bottom: 0;
    }
    .mobile-navigation #dhNavBar li,
    .mobile-navigation #dhNavBar a {
      float: none;
    }
    .mobile-navigation #dhNavBar a {
      color: #1e445e;
      border-bottom: 1px solid #bebebe;
      padding: 9px 4px;
    }
    .mobile-navigation .customer-nav-tools {
      text-align: center;
      position: static;
      padding: 9px 4px;
    }

  .mobile-navigation-toggle {
    display: block;
  }

  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .features-nav .nav {
    font-size: 12px;
  }
    .features-nav .nav a {
      background-image: none;
      padding: 1em;
    }

  .tabbed {
    border: 1px solid #d4dee5;
    padding: 0;
  }
    .tabbed ul {
      margin: 0 -1px -1px 0;
    }
    .tabbed ul:before,
    .tabbed ul:after {
      content: "";
      display: table;
      }
    .tabbed ul:after {
      clear: both;
    }
    .tabbed li,
    .tabbed .current {
      margin: 0 !important;
      width: 50%;
    }
    .tabbed li a,
    .tabbed .current {
      border: 1px solid #d4dee5;
      border-width: 0 1px 1px 0;
      box-sizing: border-box;
      padding: .5em 1em;
      width: 100%;
    }

  .product-actions {
    text-align: center;
    margin: 0;
    order: 1;
    width: 100%;
  }
    .product-actions a {
      border-radius: 3px !important;
      float: none;
      display: inline-block;
      margin-bottom: 1em;
    }

  .product-header {
    display: flex;
    flex-wrap: wrap;
  }
    .product-header h1 {
      font-size: 33px;
    }

  .support-resources-content .destinations .resources {
    border-right: 0;
  }

  #freshwidget-button {
    display: none !important;
  }

  #footerBox {
    padding-right: 24px;
  }
    #footerBox ul {
      text-align: left;
      float: left;
    }
    #footerBox ul li,
    #footerBox ul .contact-link {
      margin: 0 .25em;
      width: auto;
    }
    #footerBox > ul,
    #footerBox > .unit {
      box-sizing: border-box;
      margin: 0;
      padding: 1em .5em;
      min-width: 240px;
    }
    #footerBox #search {
      width: auto;
      min-width: 198px;
      max-width: 100%;
    }

  .grid-r .unit {
    width: 100%;
  }

  .years-footer {
    display: none;
  }

  .report-walkthrough .pager {
    display: none;
  }

  .resources #dhContent {
    padding-left: 24px;
  }
}

.museIDE-actions {
  float: right;
  position: relative;
  left: -25%; /* or right 50% */
  text-align: left;
  margin: 30px 20px 10px 2px;
}

.museIDE-support-paragraph {
  margin: 60px 150px 10px 150px;
  font-size: large;
  line-height: 1.5em;
}

.museIDE-paragraph {
  font-size: large;
  line-height: 1.5em;
}

.center-img {
margin: auto;
padding-top: 50px;
padding-bottom: 10px;
width: 50%;
}