/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tsc-header .product .platform-icon,.hero .sprite,.hero.triangle-pattern:before,.hero.triangle-pattern:after,.hero.triangle-pattern-arrow:before,.hero.triangle-pattern-arrow:after,.video-star .video-trigger:before,.video-modal-wrapper .close{background-repeat:no-repeat;background-attachment:scroll;background-image:url("//assets.techsmith.com/images/interface/sprites.png")}.stage .tsc-header .product .platform-icon,.tsc-header .product .stage .platform-icon,.stage .hero .sprite,.stage .hero.triangle-pattern:before,.stage .hero.triangle-pattern:after,.stage .hero.triangle-pattern-arrow:before,.stage .hero.triangle-pattern-arrow:after,.stage .video-star .video-trigger:before,.stage .video-modal-wrapper .close{background-image:url("//assets.techsmith.stage/images/interface/sprites.png")}.dev .tsc-header .product .platform-icon,.tsc-header .product .dev .platform-icon,.dev .hero .sprite,.dev .hero.triangle-pattern:before,.dev .hero.triangle-pattern:after,.dev .hero.triangle-pattern-arrow:before,.dev .hero.triangle-pattern-arrow:after,.dev .video-star .video-trigger:before,.dev .video-modal-wrapper .close{background-image:url("//assets.techsmith.dev/images/interface/sprites.png")}.tsc-header .product .platform-icon{width:12px;height:12px}.tsc-header .product .platform-icon.win{background-position:-140px -192px}.tsc-header .product .platform-icon.mac{background-position:-152px -192px}.tsc-header .product .platform-icon.ios{background-position:-164px -192px}.tsc-header .product .platform-icon.android{background-position:-140px -204px}.tsc-header .product .platform-icon.chrome{background-position:-152px -204px}.video-star .video-trigger:before{width:98px;height:98px;background-position:0 0}.video-star .video-trigger:hover:before,.video-star .video-trigger:active:before,.video-star .video-trigger:focus:before{background-position:-98px 0}.hero.wide-hero .link-wrapper button .sprite{width:70px;height:70px;margin-right:6px;background-position:0 -148px}.hero.wide-hero .link-wrapper button:hover .sprite{background-position:-70px -148px}.first-btn-play-light .link-wrapper li:first-child:before,.btn-play-light .link-wrapper li:before,.hero.solution-hero .link-wrapper button .sprite,.hero.product-hero .link-wrapper button .sprite{width:50px;height:50px;margin-right:6px;background-position:0 -98px}.first-btn-play-light .link-wrapper li:hover:first-child:before,.btn-play-light .link-wrapper li:hover:before,.hero.solution-hero .link-wrapper button:hover .sprite,.hero.solution-hero .link-wrapper button:focus .sprite,.hero.solution-hero .link-wrapper button:active .sprite,.hero.product-hero .link-wrapper button:hover .sprite,.hero.product-hero .link-wrapper button:focus .sprite,.hero.product-hero .link-wrapper button:active .sprite{background-position:-50px -98px}.first-btn-play-dark .link-wrapper li:first-child:before,.btn-play-dark .link-wrapper li:before,.hero.product-hero.jing-theme .link-wrapper button .sprite,.hero.product-hero.white-theme .link-wrapper button .sprite{background-position:-100px -98px}.first-btn-play-dark .link-wrapper li:hover:first-child:before,.btn-play-dark .link-wrapper li:hover:before,.hero.product-hero.jing-theme .link-wrapper button:hover .sprite,.hero.product-hero.white-theme .link-wrapper button:hover .sprite,.hero.product-hero.jing-theme .link-wrapper button:focus .sprite,.hero.product-hero.white-theme .link-wrapper button:focus .sprite,.hero.product-hero.jing-theme .link-wrapper button:active .sprite,.hero.product-hero.white-theme .link-wrapper button:active .sprite{background-position:-150px -98px}.video-modal-wrapper .close{width:44px;height:44px;background-position:-140px -148px}.ie8 .quotation .quote-wrapper{font-family:museo-sans-n1,museo-sans,Helvetica,Arial,sans-serif}.ie8 .tsc-footer .footer-nav .footer-list .footer-sublist li a{font-family:proxima-nova-n3,proxima-nova,Helvetica,Arial,sans-serif}.ie8 .hero.wide-hero .link-wrapper button,.hero.wide-hero .link-wrapper .ie8 button,.ie8 .hero.wide-hero .link-wrapper a,.hero.wide-hero .link-wrapper .ie8 a,.ie8 .hero.solution-hero .link-wrapper button,.hero.solution-hero .link-wrapper .ie8 button,.ie8 .hero.solution-hero .link-wrapper a,.hero.solution-hero .link-wrapper .ie8 a,.ie8 .hero.product-hero .link-wrapper button,.hero.product-hero .link-wrapper .ie8 button,.ie8 .hero.product-hero .link-wrapper a,.hero.product-hero .link-wrapper .ie8 a,.ie8 .hero.arrow-hero .headline-wrapper a,.hero.arrow-hero .headline-wrapper .ie8 a,.ie8 .hero.arrow-hero .copy-wrapper a,.hero.arrow-hero .copy-wrapper .ie8 a,.ie8 .hero.triangle-pattern-arrow .headline-wrapper a,.hero.triangle-pattern-arrow .headline-wrapper .ie8 a,.ie8 .hero.triangle-pattern-arrow .copy-wrapper a,.hero.triangle-pattern-arrow .copy-wrapper .ie8 a{font-family:proxima-nova-n4,proxima-nova,Helvetica,Arial,sans-serif}.ie8 .tsc-footer .footer-nav .footer-list a,.ie8 .quotation cite{font-family:proxima-nova-n6,proxima-nova,Helvetica,Arial,sans-serif}.quotation .quote-wrapper{font-family:museo-sans,Helvetica,Arial,sans-serif;font-size:1.375em;font-weight:100;font-style:normal}.quotation cite{font-size:.875em;font-weight:600;font-style:normal}.hero.solution-hero.corporate-theme,.hero.product-hero.corporate-theme,.hero.triangle-pattern.corporate-theme,.quotation.corporate-theme .inner-wrapper,.product-download-form.corporate-theme,.arrow-form.corporate-theme .inner-wrapper{color:#fff;background-color:#444}.btn-bordered.corporate-theme .link-wrapper li+li a,.first-btn-bordered.corporate-theme .link-wrapper li:first-child a,.quotation.corporate-theme .link-wrapper a,.hotshot.centered-style.corporate-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#444;border-color:#a1a1a1}.btn-bordered.corporate-theme .link-wrapper li+li a:hover,.first-btn-bordered.corporate-theme .link-wrapper li:first-child a:hover,.quotation.corporate-theme .link-wrapper a:hover,.hotshot.centered-style.corporate-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.corporate-theme .link-wrapper li+li a:focus,.first-btn-bordered.corporate-theme .link-wrapper li:first-child a:focus,.quotation.corporate-theme .link-wrapper a:focus,.hotshot.centered-style.corporate-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.corporate-theme .link-wrapper li+li a:active,.first-btn-bordered.corporate-theme .link-wrapper li:first-child a:active,.quotation.corporate-theme .link-wrapper a:active,.hotshot.centered-style.corporate-theme.first-btn-bordered .link-wrapper span:active{background-color:#7c7c7c}.btn-outline.corporate-theme .link-wrapper li+li a,.first-btn-outline.corporate-theme .link-wrapper li:first-child a{color:#444;background-color:transparent;border-color:#a1a1a1}.btn-outline.corporate-theme .link-wrapper li+li a:hover,.first-btn-outline.corporate-theme .link-wrapper li:first-child a:hover,.btn-outline.corporate-theme .link-wrapper li+li a:focus,.first-btn-outline.corporate-theme .link-wrapper li:first-child a:focus,.btn-outline.corporate-theme .link-wrapper li+li a:active,.first-btn-outline.corporate-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#7c7c7c}.btn-rounded.corporate-theme .link-wrapper li+li a,.first-btn-rounded.corporate-theme .link-wrapper li:first-child a,.hotshot.centered-style.corporate-theme.first-btn-rounded .link-wrapper span,.standard-form.corporate-theme button,.reseller-form.corporate-theme button{color:#fff;background-color:#444}.btn-rounded.corporate-theme .link-wrapper li+li a:hover,.first-btn-rounded.corporate-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.corporate-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.corporate-theme button:hover,.reseller-form.corporate-theme button:hover,.btn-rounded.corporate-theme .link-wrapper li+li a:focus,.first-btn-rounded.corporate-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.corporate-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.corporate-theme button:focus,.reseller-form.corporate-theme button:focus,.btn-rounded.corporate-theme .link-wrapper li+li a:active,.first-btn-rounded.corporate-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.corporate-theme.first-btn-rounded .link-wrapper span:active,.standard-form.corporate-theme button:active,.reseller-form.corporate-theme button:active{background-color:#524f4f}.celebrity-v2.triangle-image.corporate-theme .image-wrapper:after,.celebrity-v2.product-promo.corporate-theme .additional-text-wrapper,.hotshot.article-promo.corporate-theme .hotshot-link:after,.col-list.corporate-theme .links:before{color:#444}.hero.arrow-hero.corporate-theme .inner-wrapper,.hero.triangle-pattern-arrow.corporate-theme .inner-wrapper,.celebrity-v2.triangle-image.corporate-theme,.celebrity-v2.full-image.corporate-theme{color:#fff}.hero.arrow-hero.corporate-theme,.hero.triangle-pattern-arrow.corporate-theme,.celebrity-v2.triangle-image.corporate-theme:after,.celebrity-v2.theme-border.corporate-theme:after,.quotation.corporate-theme .image-wrapper,.product-download-form.corporate-theme .radio-wrapper:nth-child(n) label,.arrow-form.corporate-theme,.arrow-form .headline-wrapper.corporate-theme{background-color:#444}.celebrity-v2.full-image.corporate-theme,.hotshot.content-popup.corporate-theme .inner-wrapper{border-color:#444}.hero.arrow-hero.corporate-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.corporate-theme .inner-wrapper:before,.arrow-form .arrow-down.corporate-theme{border-top-color:#444}.hero.solution-hero.corporate-theme:after,.quotation.corporate-theme .image-wrapper:before{border-bottom-color:#444}.hotshot.article-promo.corporate-theme .hotshot-link:hover,.hotshot.article-promo.corporate-theme .hotshot-link:active,.hotshot.article-promo.corporate-theme .hotshot-link:focus{color:#fff;background-color:#565656;border-color:#444}.hero.solution-hero.corporate-dark-theme,.hero.product-hero.corporate-dark-theme,.hero.triangle-pattern.corporate-dark-theme,.quotation.corporate-dark-theme .inner-wrapper,.product-download-form.corporate-dark-theme,.arrow-form.corporate-dark-theme .inner-wrapper{color:#fff;background-color:#262626}.btn-bordered.corporate-dark-theme .link-wrapper li+li a,.first-btn-bordered.corporate-dark-theme .link-wrapper li:first-child a,.quotation.corporate-dark-theme .link-wrapper a,.hotshot.centered-style.corporate-dark-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#262626;border-color:#929292}.btn-bordered.corporate-dark-theme .link-wrapper li+li a:hover,.first-btn-bordered.corporate-dark-theme .link-wrapper li:first-child a:hover,.quotation.corporate-dark-theme .link-wrapper a:hover,.hotshot.centered-style.corporate-dark-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.corporate-dark-theme .link-wrapper li+li a:focus,.first-btn-bordered.corporate-dark-theme .link-wrapper li:first-child a:focus,.quotation.corporate-dark-theme .link-wrapper a:focus,.hotshot.centered-style.corporate-dark-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.corporate-dark-theme .link-wrapper li+li a:active,.first-btn-bordered.corporate-dark-theme .link-wrapper li:first-child a:active,.quotation.corporate-dark-theme .link-wrapper a:active,.hotshot.centered-style.corporate-dark-theme.first-btn-bordered .link-wrapper span:active{background-color:#676767}.btn-outline.corporate-dark-theme .link-wrapper li+li a,.first-btn-outline.corporate-dark-theme .link-wrapper li:first-child a{color:#262626;background-color:transparent;border-color:#929292}.btn-outline.corporate-dark-theme .link-wrapper li+li a:hover,.first-btn-outline.corporate-dark-theme .link-wrapper li:first-child a:hover,.btn-outline.corporate-dark-theme .link-wrapper li+li a:focus,.first-btn-outline.corporate-dark-theme .link-wrapper li:first-child a:focus,.btn-outline.corporate-dark-theme .link-wrapper li+li a:active,.first-btn-outline.corporate-dark-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#676767}.btn-rounded.corporate-dark-theme .link-wrapper li+li a,.first-btn-rounded.corporate-dark-theme .link-wrapper li:first-child a,.hotshot.centered-style.corporate-dark-theme.first-btn-rounded .link-wrapper span,.standard-form.corporate-dark-theme button,.reseller-form.corporate-dark-theme button{color:#fff;background-color:#262626}.btn-rounded.corporate-dark-theme .link-wrapper li+li a:hover,.first-btn-rounded.corporate-dark-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.corporate-dark-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.corporate-dark-theme button:hover,.reseller-form.corporate-dark-theme button:hover,.btn-rounded.corporate-dark-theme .link-wrapper li+li a:focus,.first-btn-rounded.corporate-dark-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.corporate-dark-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.corporate-dark-theme button:focus,.reseller-form.corporate-dark-theme button:focus,.btn-rounded.corporate-dark-theme .link-wrapper li+li a:active,.first-btn-rounded.corporate-dark-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.corporate-dark-theme.first-btn-rounded .link-wrapper span:active,.standard-form.corporate-dark-theme button:active,.reseller-form.corporate-dark-theme button:active{background-color:#343232}.celebrity-v2.triangle-image.corporate-dark-theme .image-wrapper:after,.celebrity-v2.product-promo.corporate-dark-theme .additional-text-wrapper,.hotshot.article-promo.corporate-dark-theme .hotshot-link:after,.col-list.corporate-dark-theme .links:before{color:#262626}.hero.arrow-hero.corporate-dark-theme .inner-wrapper,.hero.triangle-pattern-arrow.corporate-dark-theme .inner-wrapper,.celebrity-v2.triangle-image.corporate-dark-theme,.celebrity-v2.full-image.corporate-dark-theme{color:#fff}.hero.arrow-hero.corporate-dark-theme,.hero.triangle-pattern-arrow.corporate-dark-theme,.celebrity-v2.triangle-image.corporate-dark-theme:after,.celebrity-v2.theme-border.corporate-dark-theme:after,.quotation.corporate-dark-theme .image-wrapper,.product-download-form.corporate-dark-theme .radio-wrapper:nth-child(n) label,.arrow-form.corporate-dark-theme,.arrow-form .headline-wrapper.corporate-dark-theme{background-color:#262626}.celebrity-v2.full-image.corporate-dark-theme,.hotshot.content-popup.corporate-dark-theme .inner-wrapper{border-color:#262626}.hero.arrow-hero.corporate-dark-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.corporate-dark-theme .inner-wrapper:before,.arrow-form .arrow-down.corporate-dark-theme{border-top-color:#262626}.hero.solution-hero.corporate-dark-theme:after,.quotation.corporate-dark-theme .image-wrapper:before{border-bottom-color:#262626}.hotshot.article-promo.corporate-dark-theme .hotshot-link:hover,.hotshot.article-promo.corporate-dark-theme .hotshot-link:active,.hotshot.article-promo.corporate-dark-theme .hotshot-link:focus{color:#fff;background-color:#3b3b3b;border-color:#262626}.hero.solution-hero.snagit-theme,.hero.product-hero.snagit-theme,.hero.triangle-pattern.snagit-theme,.quotation.snagit-theme .inner-wrapper,.product-download-form.snagit-theme,.arrow-form.snagit-theme .inner-wrapper{color:#fff;background-color:#005a8c}.btn-bordered.snagit-theme .link-wrapper li+li a,.first-btn-bordered.snagit-theme .link-wrapper li:first-child a,.quotation.snagit-theme .link-wrapper a,.hotshot.centered-style.snagit-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#005a8c;border-color:#7facc5}.btn-bordered.snagit-theme .link-wrapper li+li a:hover,.first-btn-bordered.snagit-theme .link-wrapper li:first-child a:hover,.quotation.snagit-theme .link-wrapper a:hover,.hotshot.centered-style.snagit-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.snagit-theme .link-wrapper li+li a:focus,.first-btn-bordered.snagit-theme .link-wrapper li:first-child a:focus,.quotation.snagit-theme .link-wrapper a:focus,.hotshot.centered-style.snagit-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.snagit-theme .link-wrapper li+li a:active,.first-btn-bordered.snagit-theme .link-wrapper li:first-child a:active,.quotation.snagit-theme .link-wrapper a:active,.hotshot.centered-style.snagit-theme.first-btn-bordered .link-wrapper span:active{background-color:#4c8bae}.btn-outline.snagit-theme .link-wrapper li+li a,.first-btn-outline.snagit-theme .link-wrapper li:first-child a{color:#005a8c;background-color:transparent;border-color:#7facc5}.btn-outline.snagit-theme .link-wrapper li+li a:hover,.first-btn-outline.snagit-theme .link-wrapper li:first-child a:hover,.btn-outline.snagit-theme .link-wrapper li+li a:focus,.first-btn-outline.snagit-theme .link-wrapper li:first-child a:focus,.btn-outline.snagit-theme .link-wrapper li+li a:active,.first-btn-outline.snagit-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#4c8bae}.btn-rounded.snagit-theme .link-wrapper li+li a,.first-btn-rounded.snagit-theme .link-wrapper li:first-child a,.hotshot.centered-style.snagit-theme.first-btn-rounded .link-wrapper span,.standard-form.snagit-theme button,.reseller-form.snagit-theme button{color:#fff;background-color:#005a8c}.btn-rounded.snagit-theme .link-wrapper li+li a:hover,.first-btn-rounded.snagit-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.snagit-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.snagit-theme button:hover,.reseller-form.snagit-theme button:hover,.btn-rounded.snagit-theme .link-wrapper li+li a:focus,.first-btn-rounded.snagit-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.snagit-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.snagit-theme button:focus,.reseller-form.snagit-theme button:focus,.btn-rounded.snagit-theme .link-wrapper li+li a:active,.first-btn-rounded.snagit-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.snagit-theme.first-btn-rounded .link-wrapper span:active,.standard-form.snagit-theme button:active,.reseller-form.snagit-theme button:active{background-color:#006aa6}.celebrity-v2.triangle-image.snagit-theme .image-wrapper:after,.celebrity-v2.product-promo.snagit-theme .additional-text-wrapper,.hotshot.article-promo.snagit-theme .hotshot-link:after,.col-list.snagit-theme .links:before{color:#005a8c}.hero.arrow-hero.snagit-theme .inner-wrapper,.hero.triangle-pattern-arrow.snagit-theme .inner-wrapper,.celebrity-v2.triangle-image.snagit-theme,.celebrity-v2.full-image.snagit-theme{color:#fff}.hero.arrow-hero.snagit-theme,.hero.triangle-pattern-arrow.snagit-theme,.celebrity-v2.triangle-image.snagit-theme:after,.celebrity-v2.theme-border.snagit-theme:after,.quotation.snagit-theme .image-wrapper,.product-download-form.snagit-theme .radio-wrapper:nth-child(n) label,.arrow-form.snagit-theme,.arrow-form .headline-wrapper.snagit-theme{background-color:#005a8c}.celebrity-v2.full-image.snagit-theme,.hotshot.content-popup.snagit-theme .inner-wrapper{border-color:#005a8c}.hero.arrow-hero.snagit-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.snagit-theme .inner-wrapper:before,.arrow-form .arrow-down.snagit-theme{border-top-color:#005a8c}.hero.solution-hero.snagit-theme:after,.quotation.snagit-theme .image-wrapper:before{border-bottom-color:#005a8c}.hotshot.article-promo.snagit-theme .hotshot-link:hover,.hotshot.article-promo.snagit-theme .hotshot-link:active,.hotshot.article-promo.snagit-theme .hotshot-link:focus{color:#fff;background-color:#196a97;border-color:#005a8c}.hero.solution-hero.camtasia-theme,.hero.product-hero.camtasia-theme,.hero.triangle-pattern.camtasia-theme,.quotation.camtasia-theme .inner-wrapper,.product-download-form.camtasia-theme,.arrow-form.camtasia-theme .inner-wrapper{color:#fff;background-color:#5a8e22}.btn-bordered.camtasia-theme .link-wrapper li+li a,.first-btn-bordered.camtasia-theme .link-wrapper li:first-child a,.quotation.camtasia-theme .link-wrapper a,.hotshot.centered-style.camtasia-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#5a8e22;border-color:#acc690}.btn-bordered.camtasia-theme .link-wrapper li+li a:hover,.first-btn-bordered.camtasia-theme .link-wrapper li:first-child a:hover,.quotation.camtasia-theme .link-wrapper a:hover,.hotshot.centered-style.camtasia-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.camtasia-theme .link-wrapper li+li a:focus,.first-btn-bordered.camtasia-theme .link-wrapper li:first-child a:focus,.quotation.camtasia-theme .link-wrapper a:focus,.hotshot.centered-style.camtasia-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.camtasia-theme .link-wrapper li+li a:active,.first-btn-bordered.camtasia-theme .link-wrapper li:first-child a:active,.quotation.camtasia-theme .link-wrapper a:active,.hotshot.centered-style.camtasia-theme.first-btn-bordered .link-wrapper span:active{background-color:#8baf64}.btn-outline.camtasia-theme .link-wrapper li+li a,.first-btn-outline.camtasia-theme .link-wrapper li:first-child a{color:#5a8e22;background-color:transparent;border-color:#acc690}.btn-outline.camtasia-theme .link-wrapper li+li a:hover,.first-btn-outline.camtasia-theme .link-wrapper li:first-child a:hover,.btn-outline.camtasia-theme .link-wrapper li+li a:focus,.first-btn-outline.camtasia-theme .link-wrapper li:first-child a:focus,.btn-outline.camtasia-theme .link-wrapper li+li a:active,.first-btn-outline.camtasia-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#8baf64}.btn-rounded.camtasia-theme .link-wrapper li+li a,.first-btn-rounded.camtasia-theme .link-wrapper li:first-child a,.hotshot.centered-style.camtasia-theme.first-btn-rounded .link-wrapper span,.standard-form.camtasia-theme button,.reseller-form.camtasia-theme button{color:#fff;background-color:#5a8e22}.btn-rounded.camtasia-theme .link-wrapper li+li a:hover,.first-btn-rounded.camtasia-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.camtasia-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.camtasia-theme button:hover,.reseller-form.camtasia-theme button:hover,.btn-rounded.camtasia-theme .link-wrapper li+li a:focus,.first-btn-rounded.camtasia-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.camtasia-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.camtasia-theme button:focus,.reseller-form.camtasia-theme button:focus,.btn-rounded.camtasia-theme .link-wrapper li+li a:active,.first-btn-rounded.camtasia-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.camtasia-theme.first-btn-rounded .link-wrapper span:active,.standard-form.camtasia-theme button:active,.reseller-form.camtasia-theme button:active{background-color:#67a525}.celebrity-v2.triangle-image.camtasia-theme .image-wrapper:after,.celebrity-v2.product-promo.camtasia-theme .additional-text-wrapper,.hotshot.article-promo.camtasia-theme .hotshot-link:after,.col-list.camtasia-theme .links:before{color:#5a8e22}.hero.arrow-hero.camtasia-theme .inner-wrapper,.hero.triangle-pattern-arrow.camtasia-theme .inner-wrapper,.celebrity-v2.triangle-image.camtasia-theme,.celebrity-v2.full-image.camtasia-theme{color:#fff}.hero.arrow-hero.camtasia-theme,.hero.triangle-pattern-arrow.camtasia-theme,.celebrity-v2.triangle-image.camtasia-theme:after,.celebrity-v2.theme-border.camtasia-theme:after,.quotation.camtasia-theme .image-wrapper,.product-download-form.camtasia-theme .radio-wrapper:nth-child(n) label,.arrow-form.camtasia-theme,.arrow-form .headline-wrapper.camtasia-theme{background-color:#5a8e22}.celebrity-v2.full-image.camtasia-theme,.hotshot.content-popup.camtasia-theme .inner-wrapper{border-color:#5a8e22}.hero.arrow-hero.camtasia-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.camtasia-theme .inner-wrapper:before,.arrow-form .arrow-down.camtasia-theme{border-top-color:#5a8e22}.hero.solution-hero.camtasia-theme:after,.quotation.camtasia-theme .image-wrapper:before{border-bottom-color:#5a8e22}.hotshot.article-promo.camtasia-theme .hotshot-link:hover,.hotshot.article-promo.camtasia-theme .hotshot-link:active,.hotshot.article-promo.camtasia-theme .hotshot-link:focus{color:#fff;background-color:#6a9938;border-color:#5a8e22}.hero.solution-hero.screencast-theme,.hero.product-hero.screencast-theme,.hero.triangle-pattern.screencast-theme,.quotation.screencast-theme .inner-wrapper,.product-download-form.screencast-theme,.arrow-form.screencast-theme .inner-wrapper{color:#fff;background-color:#ef8200}.btn-bordered.screencast-theme .link-wrapper li+li a,.first-btn-bordered.screencast-theme .link-wrapper li:first-child a,.quotation.screencast-theme .link-wrapper a,.hotshot.centered-style.screencast-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#ef8200;border-color:#f7c07f}.btn-bordered.screencast-theme .link-wrapper li+li a:hover,.first-btn-bordered.screencast-theme .link-wrapper li:first-child a:hover,.quotation.screencast-theme .link-wrapper a:hover,.hotshot.centered-style.screencast-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.screencast-theme .link-wrapper li+li a:focus,.first-btn-bordered.screencast-theme .link-wrapper li:first-child a:focus,.quotation.screencast-theme .link-wrapper a:focus,.hotshot.centered-style.screencast-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.screencast-theme .link-wrapper li+li a:active,.first-btn-bordered.screencast-theme .link-wrapper li:first-child a:active,.quotation.screencast-theme .link-wrapper a:active,.hotshot.centered-style.screencast-theme.first-btn-bordered .link-wrapper span:active{background-color:#f3a74c}.btn-outline.screencast-theme .link-wrapper li+li a,.first-btn-outline.screencast-theme .link-wrapper li:first-child a{color:#ef8200;background-color:transparent;border-color:#f7c07f}.btn-outline.screencast-theme .link-wrapper li+li a:hover,.first-btn-outline.screencast-theme .link-wrapper li:first-child a:hover,.btn-outline.screencast-theme .link-wrapper li+li a:focus,.first-btn-outline.screencast-theme .link-wrapper li:first-child a:focus,.btn-outline.screencast-theme .link-wrapper li+li a:active,.first-btn-outline.screencast-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#f3a74c}.btn-rounded.screencast-theme .link-wrapper li+li a,.first-btn-rounded.screencast-theme .link-wrapper li:first-child a,.hotshot.centered-style.screencast-theme.first-btn-rounded .link-wrapper span,.standard-form.screencast-theme button,.reseller-form.screencast-theme button{color:#fff;background-color:#ef8200}.btn-rounded.screencast-theme .link-wrapper li+li a:hover,.first-btn-rounded.screencast-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.screencast-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.screencast-theme button:hover,.reseller-form.screencast-theme button:hover,.btn-rounded.screencast-theme .link-wrapper li+li a:focus,.first-btn-rounded.screencast-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.screencast-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.screencast-theme button:focus,.reseller-form.screencast-theme button:focus,.btn-rounded.screencast-theme .link-wrapper li+li a:active,.first-btn-rounded.screencast-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.screencast-theme.first-btn-rounded .link-wrapper span:active,.standard-form.screencast-theme button:active,.reseller-form.screencast-theme button:active{background-color:#ff8f09}.celebrity-v2.triangle-image.screencast-theme .image-wrapper:after,.celebrity-v2.product-promo.screencast-theme .additional-text-wrapper,.hotshot.article-promo.screencast-theme .hotshot-link:after,.col-list.screencast-theme .links:before{color:#ef8200}.hero.arrow-hero.screencast-theme .inner-wrapper,.hero.triangle-pattern-arrow.screencast-theme .inner-wrapper,.celebrity-v2.triangle-image.screencast-theme,.celebrity-v2.full-image.screencast-theme{color:#fff}.hero.arrow-hero.screencast-theme,.hero.triangle-pattern-arrow.screencast-theme,.celebrity-v2.triangle-image.screencast-theme:after,.celebrity-v2.theme-border.screencast-theme:after,.quotation.screencast-theme .image-wrapper,.product-download-form.screencast-theme .radio-wrapper:nth-child(n) label,.arrow-form.screencast-theme,.arrow-form .headline-wrapper.screencast-theme{background-color:#ef8200}.celebrity-v2.full-image.screencast-theme,.hotshot.content-popup.screencast-theme .inner-wrapper{border-color:#ef8200}.hero.arrow-hero.screencast-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.screencast-theme .inner-wrapper:before,.arrow-form .arrow-down.screencast-theme{border-top-color:#ef8200}.hero.solution-hero.screencast-theme:after,.quotation.screencast-theme .image-wrapper:before{border-bottom-color:#ef8200}.hotshot.article-promo.screencast-theme .hotshot-link:hover,.hotshot.article-promo.screencast-theme .hotshot-link:active,.hotshot.article-promo.screencast-theme .hotshot-link:focus{color:#fff;background-color:#f08e19;border-color:#ef8200}.hero.solution-hero.morae-theme,.hero.product-hero.morae-theme,.hero.triangle-pattern.morae-theme,.quotation.morae-theme .inner-wrapper,.product-download-form.morae-theme,.arrow-form.morae-theme .inner-wrapper{color:#fff;background-color:#106470}.btn-bordered.morae-theme .link-wrapper li+li a,.first-btn-bordered.morae-theme .link-wrapper li:first-child a,.quotation.morae-theme .link-wrapper a,.hotshot.centered-style.morae-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#106470;border-color:#87b1b7}.btn-bordered.morae-theme .link-wrapper li+li a:hover,.first-btn-bordered.morae-theme .link-wrapper li:first-child a:hover,.quotation.morae-theme .link-wrapper a:hover,.hotshot.centered-style.morae-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.morae-theme .link-wrapper li+li a:focus,.first-btn-bordered.morae-theme .link-wrapper li:first-child a:focus,.quotation.morae-theme .link-wrapper a:focus,.hotshot.centered-style.morae-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.morae-theme .link-wrapper li+li a:active,.first-btn-bordered.morae-theme .link-wrapper li:first-child a:active,.quotation.morae-theme .link-wrapper a:active,.hotshot.centered-style.morae-theme.first-btn-bordered .link-wrapper span:active{background-color:#57929a}.btn-outline.morae-theme .link-wrapper li+li a,.first-btn-outline.morae-theme .link-wrapper li:first-child a{color:#106470;background-color:transparent;border-color:#87b1b7}.btn-outline.morae-theme .link-wrapper li+li a:hover,.first-btn-outline.morae-theme .link-wrapper li:first-child a:hover,.btn-outline.morae-theme .link-wrapper li+li a:focus,.first-btn-outline.morae-theme .link-wrapper li:first-child a:focus,.btn-outline.morae-theme .link-wrapper li+li a:active,.first-btn-outline.morae-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#57929a}.btn-rounded.morae-theme .link-wrapper li+li a,.first-btn-rounded.morae-theme .link-wrapper li:first-child a,.hotshot.centered-style.morae-theme.first-btn-rounded .link-wrapper span,.standard-form.morae-theme button,.reseller-form.morae-theme button{color:#fff;background-color:#106470}.btn-rounded.morae-theme .link-wrapper li+li a:hover,.first-btn-rounded.morae-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.morae-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.morae-theme button:hover,.reseller-form.morae-theme button:hover,.btn-rounded.morae-theme .link-wrapper li+li a:focus,.first-btn-rounded.morae-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.morae-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.morae-theme button:focus,.reseller-form.morae-theme button:focus,.btn-rounded.morae-theme .link-wrapper li+li a:active,.first-btn-rounded.morae-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.morae-theme.first-btn-rounded .link-wrapper span:active,.standard-form.morae-theme button:active,.reseller-form.morae-theme button:active{background-color:#127988}.celebrity-v2.triangle-image.morae-theme .image-wrapper:after,.celebrity-v2.product-promo.morae-theme .additional-text-wrapper,.hotshot.article-promo.morae-theme .hotshot-link:after,.col-list.morae-theme .links:before{color:#106470}.hero.arrow-hero.morae-theme .inner-wrapper,.hero.triangle-pattern-arrow.morae-theme .inner-wrapper,.celebrity-v2.triangle-image.morae-theme,.celebrity-v2.full-image.morae-theme{color:#fff}.hero.arrow-hero.morae-theme,.hero.triangle-pattern-arrow.morae-theme,.celebrity-v2.triangle-image.morae-theme:after,.celebrity-v2.theme-border.morae-theme:after,.quotation.morae-theme .image-wrapper,.product-download-form.morae-theme .radio-wrapper:nth-child(n) label,.arrow-form.morae-theme,.arrow-form .headline-wrapper.morae-theme{background-color:#106470}.celebrity-v2.full-image.morae-theme,.hotshot.content-popup.morae-theme .inner-wrapper{border-color:#106470}.hero.arrow-hero.morae-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.morae-theme .inner-wrapper:before,.arrow-form .arrow-down.morae-theme{border-top-color:#106470}.hero.solution-hero.morae-theme:after,.quotation.morae-theme .image-wrapper:before{border-bottom-color:#106470}.hotshot.article-promo.morae-theme .hotshot-link:hover,.hotshot.article-promo.morae-theme .hotshot-link:active,.hotshot.article-promo.morae-theme .hotshot-link:focus{color:#fff;background-color:#27737e;border-color:#106470}.hero.solution-hero.relay-theme,.hero.product-hero.relay-theme,.hero.triangle-pattern.relay-theme,.quotation.relay-theme .inner-wrapper,.product-download-form.relay-theme,.arrow-form.relay-theme .inner-wrapper{color:#fff;background-color:#af2925}.btn-bordered.relay-theme .link-wrapper li+li a,.first-btn-bordered.relay-theme .link-wrapper li:first-child a,.quotation.relay-theme .link-wrapper a,.hotshot.centered-style.relay-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#af2925;border-color:#d79492}.btn-bordered.relay-theme .link-wrapper li+li a:hover,.first-btn-bordered.relay-theme .link-wrapper li:first-child a:hover,.quotation.relay-theme .link-wrapper a:hover,.hotshot.centered-style.relay-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.relay-theme .link-wrapper li+li a:focus,.first-btn-bordered.relay-theme .link-wrapper li:first-child a:focus,.quotation.relay-theme .link-wrapper a:focus,.hotshot.centered-style.relay-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.relay-theme .link-wrapper li+li a:active,.first-btn-bordered.relay-theme .link-wrapper li:first-child a:active,.quotation.relay-theme .link-wrapper a:active,.hotshot.centered-style.relay-theme.first-btn-bordered .link-wrapper span:active{background-color:#c76966}.btn-outline.relay-theme .link-wrapper li+li a,.first-btn-outline.relay-theme .link-wrapper li:first-child a{color:#af2925;background-color:transparent;border-color:#d79492}.btn-outline.relay-theme .link-wrapper li+li a:hover,.first-btn-outline.relay-theme .link-wrapper li:first-child a:hover,.btn-outline.relay-theme .link-wrapper li+li a:focus,.first-btn-outline.relay-theme .link-wrapper li:first-child a:focus,.btn-outline.relay-theme .link-wrapper li+li a:active,.first-btn-outline.relay-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#c76966}.btn-rounded.relay-theme .link-wrapper li+li a,.first-btn-rounded.relay-theme .link-wrapper li:first-child a,.hotshot.centered-style.relay-theme.first-btn-rounded .link-wrapper span,.standard-form.relay-theme button,.reseller-form.relay-theme button{color:#fff;background-color:#af2925}.btn-rounded.relay-theme .link-wrapper li+li a:hover,.first-btn-rounded.relay-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.relay-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.relay-theme button:hover,.reseller-form.relay-theme button:hover,.btn-rounded.relay-theme .link-wrapper li+li a:focus,.first-btn-rounded.relay-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.relay-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.relay-theme button:focus,.reseller-form.relay-theme button:focus,.btn-rounded.relay-theme .link-wrapper li+li a:active,.first-btn-rounded.relay-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.relay-theme.first-btn-rounded .link-wrapper span:active,.standard-form.relay-theme button:active,.reseller-form.relay-theme button:active{background-color:#c62c27}.celebrity-v2.triangle-image.relay-theme .image-wrapper:after,.celebrity-v2.product-promo.relay-theme .additional-text-wrapper,.hotshot.article-promo.relay-theme .hotshot-link:after,.col-list.relay-theme .links:before{color:#af2925}.hero.arrow-hero.relay-theme .inner-wrapper,.hero.triangle-pattern-arrow.relay-theme .inner-wrapper,.celebrity-v2.triangle-image.relay-theme,.celebrity-v2.full-image.relay-theme{color:#fff}.hero.arrow-hero.relay-theme,.hero.triangle-pattern-arrow.relay-theme,.celebrity-v2.triangle-image.relay-theme:after,.celebrity-v2.theme-border.relay-theme:after,.quotation.relay-theme .image-wrapper,.product-download-form.relay-theme .radio-wrapper:nth-child(n) label,.arrow-form.relay-theme,.arrow-form .headline-wrapper.relay-theme{background-color:#af2925}.celebrity-v2.full-image.relay-theme,.hotshot.content-popup.relay-theme .inner-wrapper{border-color:#af2925}.hero.arrow-hero.relay-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.relay-theme .inner-wrapper:before,.arrow-form .arrow-down.relay-theme{border-top-color:#af2925}.hero.solution-hero.relay-theme:after,.quotation.relay-theme .image-wrapper:before{border-bottom-color:#af2925}.hotshot.article-promo.relay-theme .hotshot-link:hover,.hotshot.article-promo.relay-theme .hotshot-link:active,.hotshot.article-promo.relay-theme .hotshot-link:focus{color:#fff;background-color:#b73e3a;border-color:#af2925}.hero.solution-hero.jing-theme,.hero.product-hero.jing-theme,.hero.triangle-pattern.jing-theme,.quotation.jing-theme .inner-wrapper,.product-download-form.jing-theme,.arrow-form.jing-theme .inner-wrapper{color:#333;background-color:#ffc82e}.btn-bordered.jing-theme .link-wrapper li+li a,.first-btn-bordered.jing-theme .link-wrapper li:first-child a,.quotation.jing-theme .link-wrapper a,.hotshot.centered-style.jing-theme.first-btn-bordered .link-wrapper span{color:#333;background-color:#ffc82e;border-color:#997d30}.btn-bordered.jing-theme .link-wrapper li+li a:hover,.first-btn-bordered.jing-theme .link-wrapper li:first-child a:hover,.quotation.jing-theme .link-wrapper a:hover,.hotshot.centered-style.jing-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.jing-theme .link-wrapper li+li a:focus,.first-btn-bordered.jing-theme .link-wrapper li:first-child a:focus,.quotation.jing-theme .link-wrapper a:focus,.hotshot.centered-style.jing-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.jing-theme .link-wrapper li+li a:active,.first-btn-bordered.jing-theme .link-wrapper li:first-child a:active,.quotation.jing-theme .link-wrapper a:active,.hotshot.centered-style.jing-theme.first-btn-bordered .link-wrapper span:active{background-color:#c19b2f}.btn-outline.jing-theme .link-wrapper li+li a,.first-btn-outline.jing-theme .link-wrapper li:first-child a{color:#ffc82e;background-color:transparent;border-color:#997d30}.btn-outline.jing-theme .link-wrapper li+li a:hover,.first-btn-outline.jing-theme .link-wrapper li:first-child a:hover,.btn-outline.jing-theme .link-wrapper li+li a:focus,.first-btn-outline.jing-theme .link-wrapper li:first-child a:focus,.btn-outline.jing-theme .link-wrapper li+li a:active,.first-btn-outline.jing-theme .link-wrapper li:first-child a:active{color:#333;background-color:#c19b2f}.btn-rounded.jing-theme .link-wrapper li+li a,.first-btn-rounded.jing-theme .link-wrapper li:first-child a,.hotshot.centered-style.jing-theme.first-btn-rounded .link-wrapper span,.standard-form.jing-theme button,.reseller-form.jing-theme button{color:#333;background-color:#ffc82e}.btn-rounded.jing-theme .link-wrapper li+li a:hover,.first-btn-rounded.jing-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.jing-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.jing-theme button:hover,.reseller-form.jing-theme button:hover,.btn-rounded.jing-theme .link-wrapper li+li a:focus,.first-btn-rounded.jing-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.jing-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.jing-theme button:focus,.reseller-form.jing-theme button:focus,.btn-rounded.jing-theme .link-wrapper li+li a:active,.first-btn-rounded.jing-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.jing-theme.first-btn-rounded .link-wrapper span:active,.standard-form.jing-theme button:active,.reseller-form.jing-theme button:active{background-color:#ffcf48}.celebrity-v2.triangle-image.jing-theme .image-wrapper:after,.celebrity-v2.product-promo.jing-theme .additional-text-wrapper,.hotshot.article-promo.jing-theme .hotshot-link:after,.col-list.jing-theme .links:before{color:#ffc82e}.hero.arrow-hero.jing-theme .inner-wrapper,.hero.triangle-pattern-arrow.jing-theme .inner-wrapper,.celebrity-v2.triangle-image.jing-theme,.celebrity-v2.full-image.jing-theme{color:#333}.hero.arrow-hero.jing-theme,.hero.triangle-pattern-arrow.jing-theme,.celebrity-v2.triangle-image.jing-theme:after,.celebrity-v2.theme-border.jing-theme:after,.quotation.jing-theme .image-wrapper,.product-download-form.jing-theme .radio-wrapper:nth-child(n) label,.arrow-form.jing-theme,.arrow-form .headline-wrapper.jing-theme{background-color:#ffc82e}.celebrity-v2.full-image.jing-theme,.hotshot.content-popup.jing-theme .inner-wrapper{border-color:#ffc82e}.hero.arrow-hero.jing-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.jing-theme .inner-wrapper:before,.arrow-form .arrow-down.jing-theme{border-top-color:#ffc82e}.hero.solution-hero.jing-theme:after,.quotation.jing-theme .image-wrapper:before{border-bottom-color:#ffc82e}.hotshot.article-promo.jing-theme .hotshot-link:hover,.hotshot.article-promo.jing-theme .hotshot-link:active,.hotshot.article-promo.jing-theme .hotshot-link:focus{color:#333;background-color:#ffcd42;border-color:#ffc82e}.hero.solution-hero.coachseye-theme,.hero.product-hero.coachseye-theme,.hero.triangle-pattern.coachseye-theme,.quotation.coachseye-theme .inner-wrapper,.product-download-form.coachseye-theme,.arrow-form.coachseye-theme .inner-wrapper{color:#fff;background-color:#0072cf}.btn-bordered.coachseye-theme .link-wrapper li+li a,.first-btn-bordered.coachseye-theme .link-wrapper li:first-child a,.quotation.coachseye-theme .link-wrapper a,.hotshot.centered-style.coachseye-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#0072cf;border-color:#7fb8e7}.btn-bordered.coachseye-theme .link-wrapper li+li a:hover,.first-btn-bordered.coachseye-theme .link-wrapper li:first-child a:hover,.quotation.coachseye-theme .link-wrapper a:hover,.hotshot.centered-style.coachseye-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.coachseye-theme .link-wrapper li+li a:focus,.first-btn-bordered.coachseye-theme .link-wrapper li:first-child a:focus,.quotation.coachseye-theme .link-wrapper a:focus,.hotshot.centered-style.coachseye-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.coachseye-theme .link-wrapper li+li a:active,.first-btn-bordered.coachseye-theme .link-wrapper li:first-child a:active,.quotation.coachseye-theme .link-wrapper a:active,.hotshot.centered-style.coachseye-theme.first-btn-bordered .link-wrapper span:active{background-color:#4c9cdd}.btn-outline.coachseye-theme .link-wrapper li+li a,.first-btn-outline.coachseye-theme .link-wrapper li:first-child a{color:#0072cf;background-color:transparent;border-color:#7fb8e7}.btn-outline.coachseye-theme .link-wrapper li+li a:hover,.first-btn-outline.coachseye-theme .link-wrapper li:first-child a:hover,.btn-outline.coachseye-theme .link-wrapper li+li a:focus,.first-btn-outline.coachseye-theme .link-wrapper li:first-child a:focus,.btn-outline.coachseye-theme .link-wrapper li+li a:active,.first-btn-outline.coachseye-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#4c9cdd}.btn-rounded.coachseye-theme .link-wrapper li+li a,.first-btn-rounded.coachseye-theme .link-wrapper li:first-child a,.hotshot.centered-style.coachseye-theme.first-btn-rounded .link-wrapper span,.standard-form.coachseye-theme button,.reseller-form.coachseye-theme button{color:#fff;background-color:#0072cf}.btn-rounded.coachseye-theme .link-wrapper li+li a:hover,.first-btn-rounded.coachseye-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.coachseye-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.coachseye-theme button:hover,.reseller-form.coachseye-theme button:hover,.btn-rounded.coachseye-theme .link-wrapper li+li a:focus,.first-btn-rounded.coachseye-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.coachseye-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.coachseye-theme button:focus,.reseller-form.coachseye-theme button:focus,.btn-rounded.coachseye-theme .link-wrapper li+li a:active,.first-btn-rounded.coachseye-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.coachseye-theme.first-btn-rounded .link-wrapper span:active,.standard-form.coachseye-theme button:active,.reseller-form.coachseye-theme button:active{background-color:#0080e9}.celebrity-v2.triangle-image.coachseye-theme .image-wrapper:after,.celebrity-v2.product-promo.coachseye-theme .additional-text-wrapper,.hotshot.article-promo.coachseye-theme .hotshot-link:after,.col-list.coachseye-theme .links:before{color:#0072cf}.hero.arrow-hero.coachseye-theme .inner-wrapper,.hero.triangle-pattern-arrow.coachseye-theme .inner-wrapper,.celebrity-v2.triangle-image.coachseye-theme,.celebrity-v2.full-image.coachseye-theme{color:#fff}.hero.arrow-hero.coachseye-theme,.hero.triangle-pattern-arrow.coachseye-theme,.celebrity-v2.triangle-image.coachseye-theme:after,.celebrity-v2.theme-border.coachseye-theme:after,.quotation.coachseye-theme .image-wrapper,.product-download-form.coachseye-theme .radio-wrapper:nth-child(n) label,.arrow-form.coachseye-theme,.arrow-form .headline-wrapper.coachseye-theme{background-color:#0072cf}.celebrity-v2.full-image.coachseye-theme,.hotshot.content-popup.coachseye-theme .inner-wrapper{border-color:#0072cf}.hero.arrow-hero.coachseye-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.coachseye-theme .inner-wrapper:before,.arrow-form .arrow-down.coachseye-theme{border-top-color:#0072cf}.hero.solution-hero.coachseye-theme:after,.quotation.coachseye-theme .image-wrapper:before{border-bottom-color:#0072cf}.hotshot.article-promo.coachseye-theme .hotshot-link:hover,.hotshot.article-promo.coachseye-theme .hotshot-link:active,.hotshot.article-promo.coachseye-theme .hotshot-link:focus{color:#fff;background-color:#1980d3;border-color:#0072cf}.hero.solution-hero.fuse-theme,.hero.product-hero.fuse-theme,.hero.triangle-pattern.fuse-theme,.quotation.fuse-theme .inner-wrapper,.product-download-form.fuse-theme,.arrow-form.fuse-theme .inner-wrapper{color:#fff;background-color:#e63124}.btn-bordered.fuse-theme .link-wrapper li+li a,.first-btn-bordered.fuse-theme .link-wrapper li:first-child a,.quotation.fuse-theme .link-wrapper a,.hotshot.centered-style.fuse-theme.first-btn-bordered .link-wrapper span{color:#fff;background-color:#e63124;border-color:#f29891}.btn-bordered.fuse-theme .link-wrapper li+li a:hover,.first-btn-bordered.fuse-theme .link-wrapper li:first-child a:hover,.quotation.fuse-theme .link-wrapper a:hover,.hotshot.centered-style.fuse-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.fuse-theme .link-wrapper li+li a:focus,.first-btn-bordered.fuse-theme .link-wrapper li:first-child a:focus,.quotation.fuse-theme .link-wrapper a:focus,.hotshot.centered-style.fuse-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.fuse-theme .link-wrapper li+li a:active,.first-btn-bordered.fuse-theme .link-wrapper li:first-child a:active,.quotation.fuse-theme .link-wrapper a:active,.hotshot.centered-style.fuse-theme.first-btn-bordered .link-wrapper span:active{background-color:#ed6e65}.btn-outline.fuse-theme .link-wrapper li+li a,.first-btn-outline.fuse-theme .link-wrapper li:first-child a{color:#e63124;background-color:transparent;border-color:#f29891}.btn-outline.fuse-theme .link-wrapper li+li a:hover,.first-btn-outline.fuse-theme .link-wrapper li:first-child a:hover,.btn-outline.fuse-theme .link-wrapper li+li a:focus,.first-btn-outline.fuse-theme .link-wrapper li:first-child a:focus,.btn-outline.fuse-theme .link-wrapper li+li a:active,.first-btn-outline.fuse-theme .link-wrapper li:first-child a:active{color:#fff;background-color:#ed6e65}.btn-rounded.fuse-theme .link-wrapper li+li a,.first-btn-rounded.fuse-theme .link-wrapper li:first-child a,.hotshot.centered-style.fuse-theme.first-btn-rounded .link-wrapper span,.standard-form.fuse-theme button,.reseller-form.fuse-theme button{color:#fff;background-color:#e63124}.btn-rounded.fuse-theme .link-wrapper li+li a:hover,.first-btn-rounded.fuse-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.fuse-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.fuse-theme button:hover,.reseller-form.fuse-theme button:hover,.btn-rounded.fuse-theme .link-wrapper li+li a:focus,.first-btn-rounded.fuse-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.fuse-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.fuse-theme button:focus,.reseller-form.fuse-theme button:focus,.btn-rounded.fuse-theme .link-wrapper li+li a:active,.first-btn-rounded.fuse-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.fuse-theme.first-btn-rounded .link-wrapper span:active,.standard-form.fuse-theme button:active,.reseller-form.fuse-theme button:active{background-color:#eb4539}.celebrity-v2.triangle-image.fuse-theme .image-wrapper:after,.celebrity-v2.product-promo.fuse-theme .additional-text-wrapper,.hotshot.article-promo.fuse-theme .hotshot-link:after,.col-list.fuse-theme .links:before{color:#e63124}.hero.arrow-hero.fuse-theme .inner-wrapper,.hero.triangle-pattern-arrow.fuse-theme .inner-wrapper,.celebrity-v2.triangle-image.fuse-theme,.celebrity-v2.full-image.fuse-theme{color:#fff}.hero.arrow-hero.fuse-theme,.hero.triangle-pattern-arrow.fuse-theme,.celebrity-v2.triangle-image.fuse-theme:after,.celebrity-v2.theme-border.fuse-theme:after,.quotation.fuse-theme .image-wrapper,.product-download-form.fuse-theme .radio-wrapper:nth-child(n) label,.arrow-form.fuse-theme,.arrow-form .headline-wrapper.fuse-theme{background-color:#e63124}.celebrity-v2.full-image.fuse-theme,.hotshot.content-popup.fuse-theme .inner-wrapper{border-color:#e63124}.hero.arrow-hero.fuse-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.fuse-theme .inner-wrapper:before,.arrow-form .arrow-down.fuse-theme{border-top-color:#e63124}.hero.solution-hero.fuse-theme:after,.quotation.fuse-theme .image-wrapper:before{border-bottom-color:#e63124}.hotshot.article-promo.fuse-theme .hotshot-link:hover,.hotshot.article-promo.fuse-theme .hotshot-link:active,.hotshot.article-promo.fuse-theme .hotshot-link:focus{color:#fff;background-color:#e84539;border-color:#e63124}.hero.solution-hero.white-theme,.hero.product-hero.white-theme,.hero.triangle-pattern.white-theme,.quotation.white-theme .inner-wrapper,.product-download-form.white-theme,.arrow-form.white-theme .inner-wrapper{color:#333;background-color:#fff}.btn-bordered.white-theme .link-wrapper li+li a,.first-btn-bordered.white-theme .link-wrapper li:first-child a,.celebrity-v2.theme-border.first-btn-bordered .link-wrapper li:first-child a,.celebrity-v2.theme-border.btn-bordered .link-wrapper li+li a,.quotation.white-theme .link-wrapper a,.hotshot.centered-style.white-theme.first-btn-bordered .link-wrapper span{color:#333;background-color:#fff;border-color:#999}.btn-bordered.white-theme .link-wrapper li+li a:hover,.first-btn-bordered.white-theme .link-wrapper li:first-child a:hover,.celebrity-v2.theme-border.first-btn-bordered .link-wrapper li:first-child a:hover,.celebrity-v2.theme-border.btn-bordered .link-wrapper li+li a:hover,.quotation.white-theme .link-wrapper a:hover,.hotshot.centered-style.white-theme.first-btn-bordered .link-wrapper span:hover,.btn-bordered.white-theme .link-wrapper li+li a:focus,.first-btn-bordered.white-theme .link-wrapper li:first-child a:focus,.celebrity-v2.theme-border.first-btn-bordered .link-wrapper li:first-child a:focus,.celebrity-v2.theme-border.btn-bordered .link-wrapper li+li a:focus,.quotation.white-theme .link-wrapper a:focus,.hotshot.centered-style.white-theme.first-btn-bordered .link-wrapper span:focus,.btn-bordered.white-theme .link-wrapper li+li a:active,.first-btn-bordered.white-theme .link-wrapper li:first-child a:active,.celebrity-v2.theme-border.first-btn-bordered .link-wrapper li:first-child a:active,.celebrity-v2.theme-border.btn-bordered .link-wrapper li+li a:active,.quotation.white-theme .link-wrapper a:active,.hotshot.centered-style.white-theme.first-btn-bordered .link-wrapper span:active{background-color:#c1c1c1}.btn-outline.white-theme .link-wrapper li+li a,.first-btn-outline.white-theme .link-wrapper li:first-child a{color:#fff;background-color:transparent;border-color:#999}.btn-outline.white-theme .link-wrapper li+li a:hover,.first-btn-outline.white-theme .link-wrapper li:first-child a:hover,.btn-outline.white-theme .link-wrapper li+li a:focus,.first-btn-outline.white-theme .link-wrapper li:first-child a:focus,.btn-outline.white-theme .link-wrapper li+li a:active,.first-btn-outline.white-theme .link-wrapper li:first-child a:active{color:#333;background-color:#c1c1c1}.btn-rounded.white-theme .link-wrapper li+li a,.first-btn-rounded.white-theme .link-wrapper li:first-child a,.hotshot.centered-style.white-theme.first-btn-rounded .link-wrapper span,.standard-form.white-theme button,.reseller-form.white-theme button{color:#333;background-color:#fff}.btn-rounded.white-theme .link-wrapper li+li a:hover,.first-btn-rounded.white-theme .link-wrapper li:first-child a:hover,.hotshot.centered-style.white-theme.first-btn-rounded .link-wrapper span:hover,.standard-form.white-theme button:hover,.reseller-form.white-theme button:hover,.btn-rounded.white-theme .link-wrapper li+li a:focus,.first-btn-rounded.white-theme .link-wrapper li:first-child a:focus,.hotshot.centered-style.white-theme.first-btn-rounded .link-wrapper span:focus,.standard-form.white-theme button:focus,.reseller-form.white-theme button:focus,.btn-rounded.white-theme .link-wrapper li+li a:active,.first-btn-rounded.white-theme .link-wrapper li:first-child a:active,.hotshot.centered-style.white-theme.first-btn-rounded .link-wrapper span:active,.standard-form.white-theme button:active,.reseller-form.white-theme button:active{background-color:#fff}.celebrity-v2.triangle-image.white-theme .image-wrapper:after,.celebrity-v2.product-promo.white-theme .additional-text-wrapper,.hotshot.article-promo.white-theme .hotshot-link:after,.col-list.white-theme .links:before{color:#fff}.hero.arrow-hero.white-theme .inner-wrapper,.hero.triangle-pattern-arrow.white-theme .inner-wrapper,.celebrity-v2.triangle-image.white-theme,.celebrity-v2.full-image.white-theme{color:#333}.hero.arrow-hero.white-theme,.hero.triangle-pattern-arrow.white-theme,.celebrity-v2.triangle-image.white-theme:after,.celebrity-v2.theme-border.white-theme:after,.quotation.white-theme .image-wrapper,.product-download-form.white-theme .radio-wrapper:nth-child(n) label,.arrow-form.white-theme,.arrow-form .headline-wrapper.white-theme{background-color:#fff}.celebrity-v2.full-image.white-theme,.hotshot.content-popup.white-theme .inner-wrapper{border-color:#fff}.hero.arrow-hero.white-theme .inner-wrapper:before,.hero.triangle-pattern-arrow.white-theme .inner-wrapper:before,.arrow-form .arrow-down.white-theme{border-top-color:#fff}.hero.solution-hero.white-theme:after,.quotation.white-theme .image-wrapper:before{border-bottom-color:#fff}.hotshot.article-promo.white-theme .hotshot-link:hover,.hotshot.article-promo.white-theme .hotshot-link:active,.hotshot.article-promo.white-theme .hotshot-link:focus{color:#333;background-color:#fff;border-color:#fff}.region.primary-grey0,.region.img-diagonal.primary-grey0,.region-grid.primary-grey0{color:#333;background-color:#fff}.hero.triangle-pattern-arrow.grey0-theme .inner-wrapper{color:#333}.hero.triangle-pattern-arrow.grey0-theme{background-color:#fff}.hero.triangle-pattern-arrow.grey0-theme .inner-wrapper:before{border-top-color:#fff}.region.img-diagonal.primary-grey0:before{border-bottom-color:#fff}.region.primary-grey1,.region.img-diagonal.primary-grey1,.region-grid.primary-grey1{color:#333;background-color:#f8f8f8}.hero.triangle-pattern-arrow.grey1-theme .inner-wrapper{color:#333}.hero.triangle-pattern-arrow.grey1-theme{background-color:#f8f8f8}.hero.triangle-pattern-arrow.grey1-theme .inner-wrapper:before{border-top-color:#f8f8f8}.region.img-diagonal.primary-grey1:before{border-bottom-color:#f8f8f8}.region.primary-grey2,.region.img-diagonal.primary-grey2,.region-grid.primary-grey2{color:#333;background-color:#f2f2f2}.hero.triangle-pattern-arrow.grey2-theme .inner-wrapper{color:#333}.hero.triangle-pattern-arrow.grey2-theme{background-color:#f2f2f2}.hero.triangle-pattern-arrow.grey2-theme .inner-wrapper:before{border-top-color:#f2f2f2}.region.img-diagonal.primary-grey2:before{border-bottom-color:#f2f2f2}.region.primary-grey3,.region.img-diagonal.primary-grey3,.region-grid.primary-grey3{color:#333;background-color:#e6e6e6}.hero.triangle-pattern-arrow.grey3-theme .inner-wrapper{color:#333}.hero.triangle-pattern-arrow.grey3-theme{background-color:#e6e6e6}.hero.triangle-pattern-arrow.grey3-theme .inner-wrapper:before{border-top-color:#e6e6e6}.region.img-diagonal.primary-grey3:before{border-bottom-color:#e6e6e6}.region.primary-grey4,.region.img-diagonal.primary-grey4,.region-grid.primary-grey4{color:#333;background-color:#ccc}.hero.triangle-pattern-arrow.grey4-theme .inner-wrapper{color:#333}.hero.triangle-pattern-arrow.grey4-theme{background-color:#ccc}.hero.triangle-pattern-arrow.grey4-theme .inner-wrapper:before{border-top-color:#ccc}.region.img-diagonal.primary-grey4:before{border-bottom-color:#ccc}.region.primary-grey5,.region.img-diagonal.primary-grey5,.region-grid.primary-grey5{color:#333;background-color:#b3b3b3}.hero.triangle-pattern-arrow.grey5-theme .inner-wrapper{color:#333}.hero.triangle-pattern-arrow.grey5-theme{background-color:#b3b3b3}.hero.triangle-pattern-arrow.grey5-theme .inner-wrapper:before{border-top-color:#b3b3b3}.region.img-diagonal.primary-grey5:before{border-bottom-color:#b3b3b3}.region.primary-grey6,.region.img-diagonal.primary-grey6,.region-grid.primary-grey6{color:#333;background-color:#999}.hero.triangle-pattern-arrow.grey6-theme .inner-wrapper{color:#333}.hero.triangle-pattern-arrow.grey6-theme{background-color:#999}.hero.triangle-pattern-arrow.grey6-theme .inner-wrapper:before{border-top-color:#999}.region.img-diagonal.primary-grey6:before{border-bottom-color:#999}.region.primary-grey7,.region.img-diagonal.primary-grey7,.region-grid.primary-grey7{color:#fff;background-color:gray}.hero.triangle-pattern-arrow.grey7-theme .inner-wrapper{color:#fff}.hero.triangle-pattern-arrow.grey7-theme{background-color:gray}.hero.triangle-pattern-arrow.grey7-theme .inner-wrapper:before{border-top-color:gray}.region.img-diagonal.primary-grey7:before{border-bottom-color:gray}.region.primary-grey8,.region.img-diagonal.primary-grey8,.region-grid.primary-grey8{color:#fff;background-color:#666}.hero.triangle-pattern-arrow.grey8-theme .inner-wrapper{color:#fff}.hero.triangle-pattern-arrow.grey8-theme{background-color:#666}.hero.triangle-pattern-arrow.grey8-theme .inner-wrapper:before{border-top-color:#666}.region.img-diagonal.primary-grey8:before{border-bottom-color:#666}.region.primary-grey9,.region.img-diagonal.primary-grey9,.region-grid.primary-grey9{color:#fff;background-color:#444}.hero.triangle-pattern-arrow.grey9-theme .inner-wrapper{color:#fff}.hero.triangle-pattern-arrow.grey9-theme{background-color:#444}.hero.triangle-pattern-arrow.grey9-theme .inner-wrapper:before{border-top-color:#444}.region.img-diagonal.primary-grey9:before{border-bottom-color:#444}.region.primary-grey10,.region.img-diagonal.primary-grey10,.region-grid.primary-grey10{color:#fff;background-color:#262626}.hero.triangle-pattern-arrow.grey10-theme .inner-wrapper{color:#fff}.hero.triangle-pattern-arrow.grey10-theme{background-color:#262626}.hero.triangle-pattern-arrow.grey10-theme .inner-wrapper:before{border-top-color:#262626}.region.img-diagonal.primary-grey10:before{border-bottom-color:#262626}.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.triangle-image:after,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.theme-border:before,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.theme-border:after,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.full-image .image-wrapper{left:-2000%;right:-2000%}@media (max-width: 50rem){.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.triangle-image:after,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.theme-border:before,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.theme-border:after,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.full-image .image-wrapper{left:0;right:0}}.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.triangle-image .image-wrapper,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.product-promo:before{left:0;right:0}.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.triangle-image:after,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.theme-border:before,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.theme-border:after,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.full-image .image-wrapper{left:-2000%;right:50%}@media (max-width: 50rem){.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.triangle-image:after,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.theme-border:before,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.theme-border:after,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.full-image .image-wrapper{left:0}}.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.triangle-image:after,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.theme-border:before,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.theme-border:after,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.full-image .image-wrapper{left:50%;right:-2000%}.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.triangle-image .image-wrapper,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.product-promo:before{left:0;right:50%}.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.triangle-image .image-wrapper,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.product-promo:before{left:50%;right:0}.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.triangle-image:after,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.theme-border:before,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.theme-border:after,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.full-image .image-wrapper{left:-2000%;right:66.6667%}@media (max-width: 50rem){.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.triangle-image:after,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.theme-border:before,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.theme-border:after,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.full-image .image-wrapper{left:0}}.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.triangle-image:after,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.theme-border:before,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.theme-border:after,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.full-image .image-wrapper{left:66.6666%;right:-2000%}.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.triangle-image .image-wrapper,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.product-promo:before{left:0;right:66.6667%}.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.triangle-image .image-wrapper,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.product-promo:before{left:66.6666%;right:0}.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.triangle-image:after,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.triangle-image .image-wrapper,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.theme-border:before,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.theme-border:after,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.product-promo:before,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.full-image .image-wrapper{left:33.3333%;right:33.3334%}.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.full-image .image-wrapper{left:-2000%;right:75%}@media (max-width: 50rem){.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.full-image .image-wrapper{left:0}}.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.full-image .image-wrapper{left:75%;right:-2000%}.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.triangle-image .image-wrapper,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.product-promo:before{left:0;right:75%}.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.triangle-image .image-wrapper,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.product-promo:before{left:75%;right:0}.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.triangle-image .image-wrapper,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.product-promo:before,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.full-image .image-wrapper{left:25%;right:50%}.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.triangle-image .image-wrapper,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.product-promo:before,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.full-image .image-wrapper{left:50%;right:25%}@media (max-width: 75em){.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.triangle-image:after,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.triangle-image .image-wrapper,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.theme-border:before,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.theme-border:after,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.product-promo:before,.region.one-column .column-block:nth-child(1n+1) .celebrity-v2.full-image .image-wrapper{left:0;right:0}}@media (max-width: 45em){.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.triangle-image:after,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.triangle-image:after,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.triangle-image .image-wrapper,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.triangle-image .image-wrapper,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.theme-border:before,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.theme-border:after,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.theme-border:before,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.theme-border:after,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.product-promo:before,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.product-promo:before,.region.two-column .column-block:nth-child(2n+1) .celebrity-v2.full-image .image-wrapper,.region.two-column .column-block:nth-child(2n+2) .celebrity-v2.full-image .image-wrapper,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.triangle-image:after,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.triangle-image:after,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.triangle-image:after,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.triangle-image .image-wrapper,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.triangle-image .image-wrapper,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.triangle-image .image-wrapper,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.theme-border:before,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.theme-border:after,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.theme-border:before,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.theme-border:after,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.theme-border:before,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.theme-border:after,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.product-promo:before,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.product-promo:before,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.product-promo:before,.region.three-column .column-block:nth-child(3n+1) .celebrity-v2.full-image .image-wrapper,.region.three-column .column-block:nth-child(3n+2) .celebrity-v2.full-image .image-wrapper,.region.three-column .column-block:nth-child(3n+3) .celebrity-v2.full-image .image-wrapper,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.triangle-image:after,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.triangle-image .image-wrapper,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.triangle-image .image-wrapper,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.triangle-image .image-wrapper,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.triangle-image .image-wrapper,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.theme-border:before,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.theme-border:after,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.product-promo:before,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.product-promo:before,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.product-promo:before,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.product-promo:before,.region.four-column .column-block:nth-child(4n+1) .celebrity-v2.full-image .image-wrapper,.region.four-column .column-block:nth-child(4n+2) .celebrity-v2.full-image .image-wrapper,.region.four-column .column-block:nth-child(4n+3) .celebrity-v2.full-image .image-wrapper,.region.four-column .column-block:nth-child(4n+4) .celebrity-v2.full-image .image-wrapper{left:0;right:0}}.tsc-footer .footer-nav,.tsc-footer .footer-supplementary .footer-social,.tsc-footer .footer-supplementary .terms-of-service,.region .column-block-wrapper,.region-grid .content-grid,.navigation-bar,.hero.wide-hero,.video-star .video-trigger,.product-download-form .radio-wrapper,.standard-form .input-group,.standard-form .boolean-group,.reseller-form .input-group,.reseller-form .boolean-group{*zoom:1}.tsc-footer .footer-nav:after,.tsc-footer .footer-supplementary .footer-social:after,.tsc-footer .footer-supplementary .terms-of-service:after,.region .column-block-wrapper:after,.region-grid .content-grid:after,.navigation-bar:after,.hero.wide-hero:after,.video-star .video-trigger:after,.product-download-form .radio-wrapper:after,.standard-form .input-group:after,.standard-form .boolean-group:after,.reseller-form .input-group:after,.reseller-form .boolean-group:after{content:"";display:table;clear:both}.tsc-header .contact-us span,.tsc-header .language-menu-trigger span,.tsc-header .search label,.tsc-header .search-submit span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0, 0, 0, 0)}.bg-gradient,.img-wrapper{position:absolute;top:0;left:0;height:100%;width:100%}html{height:100%}body{position:relative;min-height:100%;font-family:proxima-nova,Helvetica,Arial,sans-serif;font-size:100%;font-weight:300;line-height:1.25;color:#333}h1,h2,h3,h4,h5,h6{font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}h1{font-size:4.5em;letter-spacing:-.02em}h2{font-size:3.75em;letter-spacing:-.02em}h3{font-size:3em;letter-spacing:-.01em}h4{font-size:2.5em;letter-spacing:-.01em}h5{font-size:2em;letter-spacing:-.01em}h6{font-size:1.5em;letter-spacing:-.01em}.h-base1 h2,.h-base1 h3,.h-base1 h4,.h-base1 h5,.h-base1 h6{font-size:4.5em}.h-base2 h1,.h-base2 h3,.h-base2 h4,.h-base2 h5,.h-base2 h6{font-size:3.75em}.h-base3 h1,.h-base3 h2,.h-base3 h4,.h-base3 h5,.h-base3 h6{font-size:3em}.h-base4 h1,.h-base4 h2,.h-base4 h3,.h-base4 h5,.h-base4 h6{font-size:2.5em}.h-base5 h1,.h-base5 h2,.h-base5 h3,.h-base5 h4,.h-base5 h6{font-size:2em}.h-base6 h1,.h-base6 h2,.h-base6 h3,.h-base6 h4,.h-base6 h5{font-size:1.5em}p{font-size:1em;line-height:1.25;margin:0 0 1em}p.base1,p.h1{font-size:4.5em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.ie8 p.base1,.ie8 p.h1{font-family:museo-sans-n1,museo-sans,Helvetica,Arial,sans-serif}p.base2,p.h2{font-size:3.75em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.ie8 p.base2,.ie8 p.h2{font-family:museo-sans-n1,museo-sans,Helvetica,Arial,sans-serif}p.base3,p.h3{font-size:3em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.ie8 p.base3,.ie8 p.h3{font-family:museo-sans-n1,museo-sans,Helvetica,Arial,sans-serif}p.base4,p.h4{font-size:2.5em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.ie8 p.base4,.ie8 p.h4{font-family:museo-sans-n1,museo-sans,Helvetica,Arial,sans-serif}p.base5,p.h5{font-size:2em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.ie8 p.base5,.ie8 p.h5{font-family:museo-sans-n1,museo-sans,Helvetica,Arial,sans-serif}p.base6,p.h6{font-size:1.5em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.ie8 p.base6,.ie8 p.h6{font-family:museo-sans-n1,museo-sans,Helvetica,Arial,sans-serif}p.leadin{font-size:1.25em}@media (max-width: 48.75em){.region h1,.region.h-base1 h1,.region .h-base1 h1,.hero.h-base1 .region h1,.hero .h-base1 .region h1,.region.h-base1 h2,.region .h-base1 h2,.hero.h-base1 .region h2,.hero .h-base1 .region h2,.region.h-base1 h3,.region .h-base1 h3,.hero.h-base1 .region h3,.hero .h-base1 .region h3,.region.h-base1 h4,.region .h-base1 h4,.hero.h-base1 .region h4,.hero .h-base1 .region h4,.region.h-base1 h5,.region .h-base1 h5,.hero.h-base1 .region h5,.hero .h-base1 .region h5,.region.h-base1 h6,.region .h-base1 h6,.hero.h-base1 .region h6,.hero .h-base1 .region h6,.hero h1,.region.h-base1 .hero h1,.region .h-base1 .hero h1,.hero.h-base1 h1,.hero .h-base1 h1,.region.h-base1 .hero h2,.region .h-base1 .hero h2,.hero.h-base1 h2,.hero .h-base1 h2,.region.h-base1 .hero h3,.region .h-base1 .hero h3,.hero.h-base1 h3,.hero .h-base1 h3,.region.h-base1 .hero h4,.region .h-base1 .hero h4,.hero.h-base1 h4,.hero .h-base1 h4,.region.h-base1 .hero h5,.region .h-base1 .hero h5,.hero.h-base1 h5,.hero .h-base1 h5,.region.h-base1 .hero h6,.region .h-base1 .hero h6,.hero.h-base1 h6,.hero .h-base1 h6{font-size:3.6em}p.base1,p.h1{font-size:3.6em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h2,.region.h-base2 h1,.region .h-base2 h1,.hero.h-base2 .region h1,.hero .h-base2 .region h1,.region.h-base2 h2,.region .h-base2 h2,.hero.h-base2 .region h2,.hero .h-base2 .region h2,.region.h-base2 h3,.region .h-base2 h3,.hero.h-base2 .region h3,.hero .h-base2 .region h3,.region.h-base2 h4,.region .h-base2 h4,.hero.h-base2 .region h4,.hero .h-base2 .region h4,.region.h-base2 h5,.region .h-base2 h5,.hero.h-base2 .region h5,.hero .h-base2 .region h5,.region.h-base2 h6,.region .h-base2 h6,.hero.h-base2 .region h6,.hero .h-base2 .region h6,.hero h2,.region.h-base2 .hero h1,.region .h-base2 .hero h1,.hero.h-base2 h1,.hero .h-base2 h1,.region.h-base2 .hero h2,.region .h-base2 .hero h2,.hero.h-base2 h2,.hero .h-base2 h2,.region.h-base2 .hero h3,.region .h-base2 .hero h3,.hero.h-base2 h3,.hero .h-base2 h3,.region.h-base2 .hero h4,.region .h-base2 .hero h4,.hero.h-base2 h4,.hero .h-base2 h4,.region.h-base2 .hero h5,.region .h-base2 .hero h5,.hero.h-base2 h5,.hero .h-base2 h5,.region.h-base2 .hero h6,.region .h-base2 .hero h6,.hero.h-base2 h6,.hero .h-base2 h6{font-size:3em}p.base2,p.h2{font-size:3em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h3,.region.h-base3 h1,.region .h-base3 h1,.hero.h-base3 .region h1,.hero .h-base3 .region h1,.region.h-base3 h2,.region .h-base3 h2,.hero.h-base3 .region h2,.hero .h-base3 .region h2,.region.h-base3 h3,.region .h-base3 h3,.hero.h-base3 .region h3,.hero .h-base3 .region h3,.region.h-base3 h4,.region .h-base3 h4,.hero.h-base3 .region h4,.hero .h-base3 .region h4,.region.h-base3 h5,.region .h-base3 h5,.hero.h-base3 .region h5,.hero .h-base3 .region h5,.region.h-base3 h6,.region .h-base3 h6,.hero.h-base3 .region h6,.hero .h-base3 .region h6,.hero h3,.region.h-base3 .hero h1,.region .h-base3 .hero h1,.hero.h-base3 h1,.hero .h-base3 h1,.region.h-base3 .hero h2,.region .h-base3 .hero h2,.hero.h-base3 h2,.hero .h-base3 h2,.region.h-base3 .hero h3,.region .h-base3 .hero h3,.hero.h-base3 h3,.hero .h-base3 h3,.region.h-base3 .hero h4,.region .h-base3 .hero h4,.hero.h-base3 h4,.hero .h-base3 h4,.region.h-base3 .hero h5,.region .h-base3 .hero h5,.hero.h-base3 h5,.hero .h-base3 h5,.region.h-base3 .hero h6,.region .h-base3 .hero h6,.hero.h-base3 h6,.hero .h-base3 h6{font-size:2.4em}p.base3,p.h3{font-size:2.4em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h4,.region.h-base4 h1,.region .h-base4 h1,.hero.h-base4 .region h1,.hero .h-base4 .region h1,.region.h-base4 h2,.region .h-base4 h2,.hero.h-base4 .region h2,.hero .h-base4 .region h2,.region.h-base4 h3,.region .h-base4 h3,.hero.h-base4 .region h3,.hero .h-base4 .region h3,.region.h-base4 h4,.region .h-base4 h4,.hero.h-base4 .region h4,.hero .h-base4 .region h4,.region.h-base4 h5,.region .h-base4 h5,.hero.h-base4 .region h5,.hero .h-base4 .region h5,.region.h-base4 h6,.region .h-base4 h6,.hero.h-base4 .region h6,.hero .h-base4 .region h6,.hero h4,.region.h-base4 .hero h1,.region .h-base4 .hero h1,.hero.h-base4 h1,.hero .h-base4 h1,.region.h-base4 .hero h2,.region .h-base4 .hero h2,.hero.h-base4 h2,.hero .h-base4 h2,.region.h-base4 .hero h3,.region .h-base4 .hero h3,.hero.h-base4 h3,.hero .h-base4 h3,.region.h-base4 .hero h4,.region .h-base4 .hero h4,.hero.h-base4 h4,.hero .h-base4 h4,.region.h-base4 .hero h5,.region .h-base4 .hero h5,.hero.h-base4 h5,.hero .h-base4 h5,.region.h-base4 .hero h6,.region .h-base4 .hero h6,.hero.h-base4 h6,.hero .h-base4 h6{font-size:2em}p.base4,p.h4{font-size:2em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h5,.region.h-base5 h1,.region .h-base5 h1,.hero.h-base5 .region h1,.hero .h-base5 .region h1,.region.h-base5 h2,.region .h-base5 h2,.hero.h-base5 .region h2,.hero .h-base5 .region h2,.region.h-base5 h3,.region .h-base5 h3,.hero.h-base5 .region h3,.hero .h-base5 .region h3,.region.h-base5 h4,.region .h-base5 h4,.hero.h-base5 .region h4,.hero .h-base5 .region h4,.region.h-base5 h5,.region .h-base5 h5,.hero.h-base5 .region h5,.hero .h-base5 .region h5,.region.h-base5 h6,.region .h-base5 h6,.hero.h-base5 .region h6,.hero .h-base5 .region h6,.hero h5,.region.h-base5 .hero h1,.region .h-base5 .hero h1,.hero.h-base5 h1,.hero .h-base5 h1,.region.h-base5 .hero h2,.region .h-base5 .hero h2,.hero.h-base5 h2,.hero .h-base5 h2,.region.h-base5 .hero h3,.region .h-base5 .hero h3,.hero.h-base5 h3,.hero .h-base5 h3,.region.h-base5 .hero h4,.region .h-base5 .hero h4,.hero.h-base5 h4,.hero .h-base5 h4,.region.h-base5 .hero h5,.region .h-base5 .hero h5,.hero.h-base5 h5,.hero .h-base5 h5,.region.h-base5 .hero h6,.region .h-base5 .hero h6,.hero.h-base5 h6,.hero .h-base5 h6{font-size:1.6em}p.base5,p.h5{font-size:1.6em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h6,.region.h-base6 h1,.region .h-base6 h1,.hero.h-base6 .region h1,.hero .h-base6 .region h1,.region.h-base6 h2,.region .h-base6 h2,.hero.h-base6 .region h2,.hero .h-base6 .region h2,.region.h-base6 h3,.region .h-base6 h3,.hero.h-base6 .region h3,.hero .h-base6 .region h3,.region.h-base6 h4,.region .h-base6 h4,.hero.h-base6 .region h4,.hero .h-base6 .region h4,.region.h-base6 h5,.region .h-base6 h5,.hero.h-base6 .region h5,.hero .h-base6 .region h5,.region.h-base6 h6,.region .h-base6 h6,.hero.h-base6 .region h6,.hero .h-base6 .region h6,.hero h6,.region.h-base6 .hero h1,.region .h-base6 .hero h1,.hero.h-base6 h1,.hero .h-base6 h1,.region.h-base6 .hero h2,.region .h-base6 .hero h2,.hero.h-base6 h2,.hero .h-base6 h2,.region.h-base6 .hero h3,.region .h-base6 .hero h3,.hero.h-base6 h3,.hero .h-base6 h3,.region.h-base6 .hero h4,.region .h-base6 .hero h4,.hero.h-base6 h4,.hero .h-base6 h4,.region.h-base6 .hero h5,.region .h-base6 .hero h5,.hero.h-base6 h5,.hero .h-base6 h5,.region.h-base6 .hero h6,.region .h-base6 .hero h6,.hero.h-base6 h6,.hero .h-base6 h6{font-size:1.25em}p.base6,p.h6{font-size:1.25em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}p.leadin{font-size:1em}}@media (max-width: 24em){.region h1,.region.h-base1 h1,.region .h-base1 h1,.region.h-base1 h2,.region .h-base1 h2,.region.h-base1 h3,.region .h-base1 h3,.region.h-base1 h4,.region .h-base1 h4,.region.h-base1 h5,.region .h-base1 h5,.region.h-base1 h6,.region .h-base1 h6{font-size:2.5em}p.base1,p.h1{font-size:2.5em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h2,.region.h-base2 h1,.region .h-base2 h1,.region.h-base2 h2,.region .h-base2 h2,.region.h-base2 h3,.region .h-base2 h3,.region.h-base2 h4,.region .h-base2 h4,.region.h-base2 h5,.region .h-base2 h5,.region.h-base2 h6,.region .h-base2 h6{font-size:2.25em}p.base2,p.h2{font-size:2.25em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h3,.region.h-base3 h1,.region .h-base3 h1,.region.h-base3 h2,.region .h-base3 h2,.region.h-base3 h3,.region .h-base3 h3,.region.h-base3 h4,.region .h-base3 h4,.region.h-base3 h5,.region .h-base3 h5,.region.h-base3 h6,.region .h-base3 h6{font-size:2em}p.base3,p.h3{font-size:2em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h4,.region.h-base4 h1,.region .h-base4 h1,.region.h-base4 h2,.region .h-base4 h2,.region.h-base4 h3,.region .h-base4 h3,.region.h-base4 h4,.region .h-base4 h4,.region.h-base4 h5,.region .h-base4 h5,.region.h-base4 h6,.region .h-base4 h6{font-size:1.75em}p.base4,p.h4{font-size:1.75em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}.region h5,.region.h-base5 h1,.region .h-base5 h1,.region.h-base5 h2,.region .h-base5 h2,.region.h-base5 h3,.region .h-base5 h3,.region.h-base5 h4,.region .h-base5 h4,.region.h-base5 h5,.region .h-base5 h5,.region.h-base5 h6,.region .h-base5 h6{font-size:1.5em}p.base5,p.h5{font-size:1.5em;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100;margin:0 0 .25em}}a{color:#0072cf;text-decoration:none}a:hover,a:active{color:#ff9000;text-decoration:underline}a:focus{outline:thin dotted}button{display:inline;color:#0072cf;padding:0;border:0;background-color:transparent;font-weight:300;text-align:inherit;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;background-image:none}button:hover,button:active{color:#ff9000;text-decoration:underline}button:focus{outline:thin dotted}ul{margin:0;padding:0;list-style:none}sup{top:-.75em;font-size:.5em}.clr-both{clear:both}.clr-left{clear:left}.clr-right{clear:right}.text-center{text-align:center}.hide{display:none}.bg-gradient-400-86k{background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjYuMjVyZW0iIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIyMi43NXJlbSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background:linear-gradient(rgba(250,250,250,0) 0%,rgba(250,250,250,0) 6.25rem,#222222 22.75rem,#222222 100%)}.bottom-table-text{display:table-cell;vertical-align:bottom}.img-wrapper{background-size:cover;z-index:-1}.callout-arrow:before{content:"";border-bottom:2rem solid #fff;border-right:1rem solid #fff;position:absolute;bottom:0;width:50%;margin-left:-37.5rem}@media screen and (max-width: 75em){.callout-arrow:before{width:1em;z-index:999;margin-left:-1rem}}@media screen and (max-width: 50rem){.callout-arrow:before{top:13.625rem}}@media screen and (max-width: 37.5em){.callout-arrow:before{top:12.25rem}}.callout-arrow:after{content:"";position:absolute;bottom:0;left:50%;margin-left:-36.5em;border-bottom:2rem solid #fff;border-left:3.46rem solid transparent;width:100%}@media screen and (max-width: 75em){.callout-arrow:after{left:1rem;margin-left:0}}@media screen and (max-width: 50rem){.callout-arrow:after{top:13.625rem;bottom:inherit}}@media screen and (max-width: 37.5em){.callout-arrow:after{border-left:2.1rem solid transparent;border-bottom:1.25rem solid #fff;top:12.25rem}}.ie8 body{font-family:proxima-nova-n3,proxima-nova,Helvetica,Arial,sans-serif}.ie8 h1,.ie8 h2,.ie8 h3,.ie8 h4,.ie8 h5,.ie8 h6{font-family:museo-sans-n1,museo-sans,Helvetica,Arial,sans-serif}.hero.wide-hero .link-wrapper button,.hero.wide-hero .link-wrapper a,.hero.solution-hero .link-wrapper button,.hero.solution-hero .link-wrapper a,.hero.product-hero .link-wrapper button,.hero.product-hero .link-wrapper a,.hero.arrow-hero .headline-wrapper a,.hero.arrow-hero .copy-wrapper a,.hero.triangle-pattern-arrow .headline-wrapper a,.hero.triangle-pattern-arrow .copy-wrapper a{display:inline-block;font-size:1.5em;font-weight:400;text-decoration:none;text-transform:uppercase;color:#fff}.hero.wide-hero .link-wrapper button:hover,.hero.wide-hero .link-wrapper a:hover,.hero.solution-hero .link-wrapper button:hover,.hero.solution-hero .link-wrapper a:hover,.hero.product-hero .link-wrapper button:hover,.hero.product-hero .link-wrapper a:hover,.hero.arrow-hero .headline-wrapper a:hover,.hero.arrow-hero .copy-wrapper a:hover,.hero.triangle-pattern-arrow .headline-wrapper a:hover,.hero.triangle-pattern-arrow .copy-wrapper a:hover,.hero.wide-hero .link-wrapper button:focus,.hero.wide-hero .link-wrapper a:focus,.hero.solution-hero .link-wrapper button:focus,.hero.solution-hero .link-wrapper a:focus,.hero.product-hero .link-wrapper button:focus,.hero.product-hero .link-wrapper a:focus,.hero.arrow-hero .headline-wrapper a:focus,.hero.arrow-hero .copy-wrapper a:focus,.hero.triangle-pattern-arrow .headline-wrapper a:focus,.hero.triangle-pattern-arrow .copy-wrapper a:focus,.hero.wide-hero .link-wrapper button:active,.hero.wide-hero .link-wrapper a:active,.hero.solution-hero .link-wrapper button:active,.hero.solution-hero .link-wrapper a:active,.hero.product-hero .link-wrapper button:active,.hero.product-hero .link-wrapper a:active,.hero.arrow-hero .headline-wrapper a:active,.hero.arrow-hero .copy-wrapper a:active,.hero.triangle-pattern-arrow .headline-wrapper a:active,.hero.triangle-pattern-arrow .copy-wrapper a:active{text-shadow:rgba(0,0,0,0.35) 0 2px 4px}.btn-bordered .link-wrapper li+li a,.first-btn-bordered .link-wrapper li:first-child a,.btn-outline .link-wrapper li+li a,.first-btn-outline .link-wrapper li:first-child a,.btn-border,.quotation .link-wrapper a,.hotshot.centered-style.first-btn-bordered .link-wrapper span{display:inline-block;padding:0 20px;border-width:2px;border-style:solid;border-radius:21px;white-space:nowrap;text-decoration:none;text-transform:uppercase;text-align:center}.btn-rounded .link-wrapper li+li a,.first-btn-rounded .link-wrapper li:first-child a,.hotshot.centered-style.first-btn-rounded .link-wrapper span{display:inline-block;padding:0 2em;line-height:2.5;border:0;border-radius:40px;font-weight:600;white-space:nowrap;text-decoration:none;text-align:center}.first-btn-arrow .link-wrapper li:first-child a,.btn-arrow .link-wrapper li+li a,.hotshot.centered-style.first-btn-arrow .link-wrapper span{display:inline-block;min-width:0;position:relative;padding-right:.875em}.btn,.standard-form .submit-group button,.reseller-form .submit-group button{display:inline-block;padding:0 2em;line-height:2.5;border-radius:40px;font-size:.875em;font-weight:600;white-space:nowrap;text-decoration:none;text-transform:uppercase}.btn:hover,.standard-form .submit-group button:hover,.reseller-form .submit-group button:hover,.btn:active,.standard-form .submit-group button:active,.reseller-form .submit-group button:active{text-decoration:none}form .dlSubmit .button-orange{background:#ef8200}form .dlSubmit .button-orange:hover{background:#f29b33}form .dlSubmit .button-blue{background:#ef8200}form .dlSubmit .button-blue:hover{background:#f29b33}form .dlSubmit .button-black{background:#58595b}form .dlSubmit .button-black:hover{background:#7f8083}form .dlSubmit .button-red{background:#af2925}form .dlSubmit .button-red:hover{background:#c82b27}.button-black a,.button-blue a,.button-green a,.button-red a,.button-yellow a,.button-orange a,.secondary-button a,.primary-button a,form input.primary-button a,form input.secondary-button a{border:0;color:#fff;font-family:proxima-nova-n6, proxima-nova, Arial, sans-serif;font-weight:600;font-size:.875em;text-decoration:none;cursor:pointer;text-align:left;border-radius:40px;text-transform:uppercase}.btn-rounded.first-btn-bordered .link-wrapper li:first-child a,.btn-rounded.first-btn-arrow .link-wrapper li:first-child a{margin-top:.625em}.btn-rounded.hero .link-wrapper li{margin-left:.2em}.btn-rounded.hero .link-wrapper li a{padding:0 1em}.first-btn-rounded.btn-arrow .link-wrapper li+li a,.first-btn-rounded.btn-bordered .link-wrapper li+li a{margin-top:.625em}.first-btn-rounded.hero .link-wrapper li:first-child{margin-left:.2em}.first-btn-rounded.hero .link-wrapper li:first-child a{padding:0 1em}.btn-bordered.hero .link-wrapper li{margin-left:1em}.first-btn-bordered.hero .link-wrapper li:first-child{margin-left:1em}.btn-outline.hero .link-wrapper li{margin-left:1em}.first-btn-outline.hero .link-wrapper li:first-child{margin-left:1em}.first-btn-arrow.btn-bordered .link-wrapper li:first-child a{margin-top:.15em}.first-btn-arrow.hero .link-wrapper li:first-child{margin-left:1em}.btn-arrow.first-btn-bordered .link-wrapper li+li a{margin-top:.15em}.btn-arrow.hero .link-wrapper li{margin-left:1em}.btn-bar .link-wrapper ul li{float:left;margin:1em 0}.btn-bar .link-wrapper ul li+li{margin:1em 0 1em .75em;padding-left:.75em;border-style:solid;border-width:0 0 0 1px}.btn-bar .link-wrapper ul li a{display:block}@media (max-width: 720px){.first-btn-bordered .link-wrapper li:first-child a,.first-btn-outline .link-wrapper li:first-child a{min-width:200px;padding:.25em .5em}.first-btn-bordered.hero .link-wrapper li:first-child a,.first-btn-outline.hero .link-wrapper li:first-child a{min-width:200px;padding:.25em .5em}.btn-bordered .link-wrapper li+li a,.btn-outline .link-wrapper li+li a{min-width:200px;padding:.25em .5em}.btn-bordered.hero .link-wrapper li+li a,.btn-outline.hero .link-wrapper li+li a{min-width:200px;padding:.25em .5em}}.first-btn-play-dark .link-wrapper li:first-child:before,.first-btn-play-light .link-wrapper li:first-child:before{content:"";width:50px;height:50px;display:inline-block;background-repeat:no-repeat;background-attachment:scroll;background-image:url("//assets.techsmith.com/images/interface/sprites.png")}.first-btn-play-dark .link-wrapper li:first-child a,.first-btn-play-light .link-wrapper li:first-child a{line-height:2.25;vertical-align:top}.btn-play-dark .link-wrapper li:before,.btn-play-light .link-wrapper li:before{content:"";width:50px;height:50px;display:inline-block;background-repeat:no-repeat;background-attachment:scroll;background-image:url("//assets.techsmith.com/images/interface/sprites.png")}.btn-play-dark .link-wrapper li a,.btn-play-light .link-wrapper li a{line-height:2.25;vertical-align:top}.btn-play-dark .link-wrapper li a,.btn-play-light .link-wrapper li a{margin-top:.3em}.btn-border-white{color:#fff;border-color:#fff}.btn-border-white:hover,.btn-border-white:active{color:#fff}.btn-orange{background-color:#ef8200;color:#fff}.btn-orange:hover{background-color:#f29b33;color:#fff}@font-face{font-family:"tsc-glyphs";src:url("/fonts/tsc-glyphs.eot");src:url("/fonts/tsc-glyphs.eot?#iefix") format("embedded-opentype"),url("/fonts/tsc-glyphs.ttf") format("truetype"),url("/fonts/tsc-glyphs.woff") format("woff"),url("/fonts/tsc-glyphs.svg#tsc-glyphs") format("svg");font-weight:normal;font-style:normal}.tsc-header .menu-trigger:before,.tsc-header .contact-us:before,.tsc-header .contact-us:after,.tsc-header .language-menu-trigger:before,.tsc-header .search-submit:before,.tsc-header .search-cancel:before,.interface-switcher.flat-tabs button:before,.product-download-form .radio-wrapper:nth-child(n) label i:before,[class^="glyph-"],[class*=" glyph-"]{font-family:"tsc-glyphs";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyph-checkmark:before,.product-download-form .radio-wrapper:nth-child(n) input[type=radio]:checked+label i:before{content:"\e600"}.glyph-ios:before{content:"\e601"}.glyph-chrome:before{content:"\e602"}.glyph-windows8:before,.product-download-form .radio-wrapper:nth-child(n) input[type=radio]+label .glyph-windowsIcon:before{content:"\e603"}.glyph-android:before{content:"\e604"}.glyph-apple:before,.product-download-form .radio-wrapper:nth-child(n) input[type=radio]+label .glyph-macIcon:before{content:"\e605"}.glyph-tux:before{content:"\e606"}.glyph-twitter:before{content:"\e607"}.glyph-twitter2:before{content:"\e608"}.glyph-facebook2:before{content:"\e609"}.glyph-facebook:before{content:"\e60a"}.glyph-google-drive:before{content:"\e60b"}.glyph-google-plus2:before{content:"\e60c"}.glyph-google-plus:before{content:"\e60d"}.glyph-feed:before{content:"\e60e"}.glyph-feed2:before{content:"\e60f"}.glyph-youtube:before{content:"\e610"}.glyph-youtube-sign:before{content:"\e611"}.glyph-linkedin:before{content:"\e612"}.glyph-pinterest:before{content:"\e613"}.glyph-ok-circle:before{content:"\e614"}.glyph-close:before,.tsc-header .search-cancel:before{content:"\e615"}.glyph-remove-circle:before{content:"\e616"}.glyph-remove-sign:before{content:"\e617"}.glyph-plus-sign:before{content:"\e618"}.glyph-minus-sign:before{content:"\e619"}.glyph-exclamation:before{content:"\e61a"}.glyph-exclamation-sign:before{content:"\e61b"}.glyph-info:before{content:"\e61c"}.glyph-info-sign:before{content:"\e61d"}.glyph-question:before{content:"\e61e"}.glyph-question-sign:before{content:"\e61f"}.glyph-gears:before{content:"\e620"}.glyph-cart:before{content:"\e621"}.glyph-share:before{content:"\e622"}.glyph-search:before,.tsc-header .search-submit:before{content:"\e623"}.glyph-reorder:before,.tsc-header .menu-trigger:before{content:"\e624"}.glyph-globe:before,.tsc-header .language-menu-trigger:before{content:"\e625"}.glyph-envelope:before,.tsc-header .contact-us:before,.tsc-header .contact-us:after{content:"\e626"}.glyph-print:before{content:"\e627"}.glyph-pictures:before{content:"\e628"}.glyph-word:before{content:"\e629"}.glyph-pdf:before{content:"\e62a"}.glyph-dat-face:before{content:"\e62b"}.glyph-man:before{content:"\e62c"}.glyph-woman:before{content:"\e62d"}.glyph-people:before{content:"\e62e"}.glyph-group:before{content:"\e62f"}.glyph-person-and-building:before{content:"\e630"}.glyph-person-talking:before{content:"\e631"}.glyph-speech-bubble:before{content:"\e632"}.glyph-speech-bubbles:before{content:"\e633"}.glyph-speech-bubble-talking:before{content:"\e634"}.glyph-speech-bubble-alt:before{content:"\e635"}.glyph-speech-bubbles-alt:before{content:"\e636"}.glyph-smartphone:before{content:"\e637"}.glyph-monitor:before{content:"\e638"}.glyph-desktop:before{content:"\e639"}.glyph-laptop:before{content:"\e63a"}.glyph-refresh-cloud:before{content:"\e63b"}.glyph-add-cloud:before{content:"\e63c"}.glyph-upload-cloud:before{content:"\e63d"}.glyph-download-cloud:before{content:"\e63e"}.glyph-chevron-up:before{content:"\e640"}.glyph-chevron-down:before{content:"\e63f"}.glyph-chevron-left:before{content:"\e641"}.glyph-chevron-right:before{content:"\e642"}.glyph-angle-up:before{content:"\e646"}.glyph-angle-down:before{content:"\e643"}.glyph-angle-left:before{content:"\e644"}.glyph-angle-right:before{content:"\e645"}.glyph-upgrade-arrow:before{content:"\e647"}.glyph-pricetag:before{content:"\e648"}.glyph-chart-upward:before{content:"\e649"}.glyph-chart-upward-alt:before{content:"\e64a"}.glyph-lightbulb:before{content:"\e64b"}.glyph-map:before{content:"\e64c"}.glyph-map-alt:before{content:"\e64d"}.glyph-edu-apple:before{content:"\e64e"}.glyph-graduate:before{content:"\e64f"}.glyph-university:before{content:"\e650"}.glyph-schoolhouse:before{content:"\e651"}.glyph-bullhorn:before{content:"\e652"}.glyph-alarm-clock:before{content:"\e653"}.glyph-director:before{content:"\e654"}.glyph-compass:before{content:"\e655"}.glyph-sign-blank:before{content:"\e656"}.glyph-recycle:before{content:"\e657"}.glyph-paypal:before{content:"\e658"}.glyph-gear:before{content:"\e659"}.glyph-history:before{content:"\e65a"}.glyph-usd:before{content:"\e65b"}.glyph-euro:before{content:"\e65c"}.glyph-gbp:before{content:"\e65d"}.glyph-yen:before{content:"\e65e"}.glyph-inr:before{content:"\e65f"}.glyph-try:before{content:"\e660"}.glyph-won:before{content:"\e661"}.glyph-btc:before{content:"\e662"}.glyph-exit:before{content:"\e663"}.glyph-waad:before{content:"\e664"}.glyph-envelope-outline:before{content:"\e665"}.glyph-smartphone-outline:before{content:"\e666"}.glyph-phone-outline:before{content:"\e667"}.glyph-fax-outline:before{content:"\e668"}.glyph-creditcard:before{content:"\e669"}.glyph-bill:before{content:"\e66a"}.glyph-offices:before{content:"\e66b"}.glyph-house:before{content:"\e66c"}.glyph-admin:before{content:"\e66d"}.glyph-art:before{content:"\e66e"}.glyph-beaker:before{content:"\e66f"}.glyph-bullhorn-outline:before{content:"\e670"}.glyph-chart-up:before{content:"\e671"}.glyph-eq:before{content:"\e672"}.glyph-form:before{content:"\e673"}.glyph-gear-wrench:before{content:"\e674"}.glyph-headset:before{content:"\e675"}.glyph-laptop-bars:before{content:"\e676"}.glyph-magnify:before{content:"\e677"}.glyph-social:before{content:"\e678"}.glyph-steps:before{content:"\e679"}.tsc-header-wrapper{position:relative;border-bottom:1px solid #b3b3b3;background-color:#fff;clear:both}.ie8 .tsc-header-wrapper{min-width:61.5em}.tsc-header-wrapper:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:11}.tsc-header{max-width:75em;padding:0 1em;margin:0 auto;box-sizing:border-box}.ie8 .tsc-header{min-width:61.5em}.tsc-header .logo-wrapper{position:relative;float:left;padding-right:1em;z-index:11}.tsc-header .logo-wrapper:before{content:"";display:inline-block;vertical-align:middle;height:3em;line-height:3}.tsc-header .logo{display:inline-block;color:#333;vertical-align:middle}.tsc-header .logo img{display:inline-block;width:10em;height:1.6875em;padding:.0625em 0;vertical-align:middle;box-sizing:border-box}.tsc-header .svg-logo{display:inline-block;width:10em;height:1.6875em;padding:.125em 0 .1875em;vertical-align:middle;box-sizing:border-box;pointer-events:none}.tsc-header .menu-trigger-wrapper{position:relative;float:left;z-index:12}.tsc-header .menu-trigger{position:absolute;top:0;left:0;display:block;visibility:hidden;min-width:3em;height:3em;line-height:3;border-bottom:1px solid #b3b3b3;margin-bottom:-1px;color:transparent;vertical-align:middle;text-align:center;text-decoration:none;box-sizing:content-box;z-index:11}.tsc-header .menu-trigger span{display:inline;padding:0 1em 0 3em;white-space:nowrap}.tsc-header .menu-trigger:before{position:absolute;top:.5em;left:0;display:block;width:2em;height:1em;margin-top:-1px;font-size:1.5em;line-height:1;vertical-align:middle}.tsc-header .menu-trigger:focus{outline:0;border-bottom-color:transparent}.tsc-header .menu-trigger:hover,.tsc-header .menu-trigger:active{background-color:#f8f8f8}@media (max-width: 61.5em){.tsc-header .menu-trigger{transition-property:visibility,color;transition-duration:0.3s,0.3s}.search-active .tsc-header .menu-trigger{visibility:visible;color:inherit}.search-active .tsc-header .menu-trigger:focus{border-bottom-color:#333}}.tsc-header .global-nav-menu{float:left}.tsc-header .global-nav-menu .level-1.nav-active>a{background-color:#f2f2f2}@media (max-width: 61.5em){.search-active .tsc-header .global-nav-menu .level-1.nav-active>a{background-color:transparent}}.menu-active .tsc-header .global-nav-menu .level-1.nav-active>a,.tsc-header .global-nav-menu:hover .level-1.nav-active>a{background-color:transparent}.menu-active .tsc-header .global-nav-menu .level-1.nav-active>a:hover,.menu-active .tsc-header .global-nav-menu .level-1.nav-active>a:active,.tsc-header .global-nav-menu:hover .level-1.nav-active>a:hover,.tsc-header .global-nav-menu:hover .level-1.nav-active>a:active{background-color:#f8f8f8}.menu-active .tsc-header .global-nav-menu .level-1.nav-active.active>a,.tsc-header .global-nav-menu:hover .level-1.nav-active.active>a{background-color:#f2f2f2}.menu-initialized .tsc-header .level-1 .detailed-menu,.menu-initialized .tsc-header .level-1 .simple-menu{top:100%;height:0;transition-property:visibility,height;transition-duration:0.3s}.menu-initialized .tsc-header .level-1.active .detailed-menu,.menu-initialized .tsc-header .level-1.active .simple-menu{visibility:visible;height:100%;transition-duration:0.3s}.menu-initialized .tsc-header .level-1.deactivated .detailed-menu,.menu-initialized .tsc-header .level-1.deactivated .simple-menu{transition:none}.tsc-header .mobile-logo-wrapper{display:none}.tsc-header .mobile-menu-back{display:none}.tsc-header .level-1{position:relative;float:left}@media (max-width: 61.5em){.tsc-header .level-1:first-child{position:static}}.tsc-header .level-1>a{position:relative;display:block;width:auto;height:3em;line-height:3;border-bottom:1px solid #b3b3b3;margin-bottom:-1px;color:#333;text-decoration:none;white-space:nowrap;overflow:hidden;z-index:11}.tsc-header .level-1>a:before,.tsc-header .level-1>a:after{content:"";display:inline-block;width:1em;height:3em;line-height:3;vertical-align:middle}@media (max-width: 61.5em){.tsc-header .level-1>a{visibility:visible;transition-property:visibility,width;transition-duration:0.3s}.search-active .tsc-header .level-1>a{visibility:hidden;width:0 !important}}.tsc-header .level-1>a:focus{outline:0;border-bottom-color:#333}.tsc-header .level-1>a:hover,.tsc-header .level-1>a:active{background-color:#f8f8f8}.tsc-header .level-1.active>a{background-color:#f2f2f2;border-bottom-color:#f2f2f2}.tsc-header .level-1.active>a:focus{border-bottom-color:#f2f2f2}.tsc-header .detailed-menu-wrapper{position:absolute;bottom:0;left:-1em;width:47.75em;z-index:10}@media (max-width: 61.5em){.tsc-header .detailed-menu-wrapper{bottom:100%;left:0;right:0;margin:0 auto -3em}}.tsc-header .detailed-menu{position:relative;visibility:hidden;width:45.75em;padding:0 1em;border-width:0 1px;border-style:solid;border-color:#fff;margin:1px 0 -1px;background-color:#f2f2f2;overflow:hidden}.tsc-header .detailed-menu:before{content:"";display:block;height:1.5em;margin:0 -1em}.tsc-header .detailed-menu:after{content:"";display:block;clear:both;margin:0 -1em;border-bottom:1px solid #fff}.tsc-header .detailed-menu dl{margin:0}.tsc-header .detailed-menu dt{margin:0;font-weight:600;line-height:1.5}.ie8 .tsc-header .detailed-menu dt{font-family:proxima-nova-n6,proxima-nova,Helvetica,Arial,sans-serif}.tsc-header .detailed-menu dd{margin:0;font-size:.75em;line-height:1.5;color:gray}.tsc-header .detailed-menu .level-2{float:left;width:33.33333%;padding:0 .75em 1.5em;box-sizing:border-box}.tsc-header .detailed-menu .summary-item{clear:left;float:none;width:auto;padding:1em 1em 1em 2em;margin:0 -1em;background-color:#ddd;box-sizing:content-box}.tsc-header .product{display:block;padding:.25em;border-width:1px;border-style:solid;border-color:transparent transparent #b3b3b3;margin-bottom:.25em;color:#333;text-decoration:none}.tsc-header .product:hover,.tsc-header .product:active,.tsc-header .product:focus{border-color:#d2d2d2;background-color:#ddd;outline:0}.tsc-header .product .platform-icon{display:inline-block;margin-left:3px}.tsc-header .promotion{position:relative;display:block;float:left;padding:0 0.30769em;font-size:0.8125em;line-height:1.53846}.tsc-header .promotion:focus{outline:0}.tsc-header .promotion+.promotion{margin-left:1em}.tsc-header .promotion+.promotion:before{content:"";display:block;position:absolute;left:-0.53846em;width:1px;height:100%;background-color:#b3b3b3}.tsc-header .level-2.supplementary{position:relative;float:none;clear:left;width:auto;padding:1.5em 4.75em 1.5em 1.75em;margin:0 -1em;background-color:#ddd}.tsc-header .supplementary-article{position:relative;display:block;width:33.33333%;padding:.25em;border:1px solid transparent;margin:0;color:#333;text-decoration:none;box-sizing:border-box}.tsc-header .supplementary-article:hover,.tsc-header .supplementary-article:active,.tsc-header .supplementary-article:focus{border-color:#fff;background-color:#f2f2f2;outline:0}.tsc-header .supplementary-promotion{position:relative;top:-2.25em;right:-3.25em;display:block;float:left;margin:0 0 -1.25em 66.66667%}.tsc-header .supplementary-promotion:focus{outline:0}.tsc-header .simple-menu-wrapper{position:absolute;bottom:0;left:-20.25em;width:19.5em;margin:0 0 -1px -1px;z-index:10}.tsc-header .simple-menu{position:relative;left:19.5em;visibility:hidden;float:left;border-width:0 1px;border-style:solid;border-color:#fff;background-color:#f2f2f2;overflow:hidden}.tsc-header .simple-menu:before{content:"";display:block;height:.375em}.tsc-header .simple-menu:after{content:"";display:block;border-bottom:1px solid #fff}.tsc-header .simple-menu .level-2>a{display:block;line-height:1.25;padding:.375em 1.75em;color:#333}.tsc-header .simple-menu .level-2>a:hover,.tsc-header .simple-menu .level-2>a:active,.tsc-header .simple-menu .level-2>a:focus{color:#ff9000;outline:0}.tsc-header .simple-menu .summary-item{margin-top:.25em}.tsc-header .simple-menu .summary-item a{padding:.625em 1.75em;background-color:#ddd}.tsc-header .summary-item a{color:#333}.tsc-header .summary-item a:hover,.tsc-header .summary-item a:active,.tsc-header .summary-item a:focus{color:#ff9000;outline:0}.tsc-header .submenu-wrapper{display:none}.tsc-header .supplemental-buttons{float:right}.tsc-header .supplemental-buttons>li{float:left}.tsc-header .contact-us,.tsc-header .language-menu-trigger{position:relative;display:block;width:3em;color:#666;text-decoration:none;text-align:center;z-index:11}.tsc-header .contact-us:hover,.tsc-header .language-menu-trigger:hover,.tsc-header .contact-us:active,.tsc-header .language-menu-trigger:active{background-color:#f8f8f8}.tsc-header .contact-us:focus,.tsc-header .language-menu-trigger:focus{outline:0;border-bottom:1px solid #333;margin-bottom:-1px}.tsc-header .contact-us:before{display:none;position:absolute;top:0;left:0;font-size:1.75em;width:1.71429em;height:1.14286em;line-height:1.14286}.tsc-header .contact-us:after{font-size:2em;line-height:1.5;vertical-align:middle}.tsc-header .language-menu-wrapper{position:relative}.tsc-header .language-menu-wrapper.active .language-menu-trigger{border-bottom-color:#f2f2f2;background-color:#f2f2f2}.tsc-header .language-menu-wrapper.active .language-menu{visibility:visible;display:block}.tsc-header .language-menu-trigger{border-bottom:1px solid #b3b3b3;margin-bottom:-1px}.tsc-header .language-menu-trigger:before{display:inline-block;vertical-align:middle;font-size:1.5em;line-height:2}.tsc-header .language-menu-trigger:after{content:"";display:inline-block;margin-left:.25em;border-width:.375em .3125em 0;border-left-color:transparent;border-right-color:transparent;border-style:solid}.tsc-header .language-menu-positioner{visibility:hidden;position:absolute;top:100%;right:-1px;width:25em;margin-bottom:-1px}.tsc-header .language-menu{display:none;position:relative;float:right;border-width:0 1px;border-style:solid;border-color:#fff;background-color:#f2f2f2;overflow:hidden;z-index:10}.tsc-header .language-menu:before{content:"";display:block;height:.375em}.tsc-header .language-menu:after{content:"";display:block;height:.375em;border-bottom:1px solid #fff}.tsc-header .language-menu a{display:block;line-height:1.25;padding:.375em 1.75em;color:#333}.tsc-header .language-menu a:hover,.tsc-header .language-menu a:active,.tsc-header .language-menu a:focus{color:#ff9000;outline:0}.tsc-header .language-menu a.selected{font-weight:600}.tsc-header .language-menu a.selected:hover,.tsc-header .language-menu a.selected:active,.tsc-header .language-menu a.selected:focus{cursor:default;color:#333;text-decoration:none;outline:0}.tsc-header .search{position:relative;height:3em;padding-left:.5em;margin:0;overflow:hidden;z-index:11}.tsc-header .search-input-wrapper{position:relative;width:100%;max-width:19em;height:3em;padding:0 2.5em 0 .5em;margin:0 0 0 auto;box-sizing:border-box}@media (max-width: 61.5em){.tsc-header .search-input-wrapper{padding:0 .5em 0 2.5em;max-width:3em;background-color:#f8f8f8;transition:max-width 0.3s}.search-active .tsc-header .search-input-wrapper{max-width:19em}}.tsc-header .search-input{display:block;float:left;width:100%;height:2em;padding:0 .25em 0 .75em;border-width:1px 0 1px 1px;border-style:solid;border-color:#f2f2f2;margin-top:.5em;font-weight:inherit;color:#333;background-color:#f2f2f2;border-radius:2em 0 0 2em;box-sizing:border-box;-webkit-appearance:none}.tsc-header .search-input:focus{border-color:#ccc #f2f2f2 #ccc #ccc;outline:0}.tsc-header .search-input:focus+.search-submit{border-color:#ccc #ccc #ccc #f2f2f2}@media (max-width: 61.5em){.tsc-header .search-input{visibility:hidden;float:right;padding:0 .75em 0 .25em;border-width:1px 1px 1px 0;border-color:#fff;background-color:#fff;border-radius:0 2em 2em 0}.tsc-header .search-input:focus+.search-submit{border-color:transparent}.search-active .tsc-header .search-input{visibility:visible}.search-active .tsc-header .search-input:focus{border-color:#ccc #ccc #ccc #f2f2f2;outline:0}.search-active .tsc-header .search-input:focus+.search-submit{border-color:#ccc #f2f2f2 #ccc #ccc}}.tsc-header .search-submit{position:absolute;top:.5em;right:0;display:block;width:2em;height:2em;padding-left:1px;border-width:1px 1px 1px 0;border-style:solid;border-color:#f2f2f2;margin-right:.5em;color:#666;background-color:#f2f2f2;border-radius:0 2em 2em 0;text-align:center;box-sizing:border-box}.tsc-header .search-submit:hover,.tsc-header .search-submit:active,.tsc-header .search-submit:focus{border-color:#ccc;background-color:#ccc;outline:0;text-decoration:none}.tsc-header .search-submit:before{display:inline-block;vertical-align:middle;font-size:1.25em}@media (max-width: 61.5em){.tsc-header .search-submit{top:0;right:auto;left:0;width:3em;height:3em;border-width:1px 0 1px 1px;margin:0;border-color:#fff;background-color:#fff;border-radius:0}.tsc-header .search-submit:hover,.tsc-header .search-submit:active,.tsc-header .search-submit:focus{border-color:#f8f8f8;background-color:#f8f8f8}.search-active .tsc-header .search-submit{top:.5em;width:2em;height:2em;margin-left:.5em;border-radius:2em 0 0 2em}.search-active .tsc-header .search-submit:hover,.search-active .tsc-header .search-submit:active,.search-active .tsc-header .search-submit:focus{border-color:#ccc;background-color:#ccc}}.tsc-header .search-cancel{display:none;width:3em;height:3em;color:inherit;color:#666;background-color:#f8f8f8;text-align:center;z-index:10;transition:visibility 0.3s}.tsc-header .search-cancel:hover,.tsc-header .search-cancel:active,.tsc-header .search-cancel:focus{background-color:#ccc;outline:0;text-decoration:none}.tsc-header .search-cancel span{display:block;position:absolute;bottom:0;width:100%;line-height:1.69231;font-size:0.8125em;white-space:nowrap}.tsc-header .search-cancel:before{display:block;position:absolute;top:.5em;width:100%;line-height:1.25}.revealer{overflow:hidden}@media (max-width: 50rem){.tsc-header .supplemental-buttons,.tsc-header .supplemental-buttons>li,.content-wrapper{*zoom:1}.tsc-header .supplemental-buttons:after,.tsc-header .supplemental-buttons>li:after,.content-wrapper:after{content:"";display:table;clear:both}.tsc-header .level-1>a:before,.tsc-header .level-2.has-submenu .product:before,.tsc-header .level-2.has-submenu>a:before{content:"";display:block;position:absolute;top:0;bottom:0;right:1em;margin:auto 0;width:.375em;height:.375em;border-width:.125em .125em 0 0;border-style:solid;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tsc-header .mobile-menu-back a:before{content:"";display:block;position:absolute;top:0;bottom:0;left:.875em;margin:auto 0;width:.375em;height:.375em;border-width:.125em .125em 0 0;border-style:solid;-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.revealer{position:absolute;top:0;right:0;left:0;min-height:100%;padding-right:3em}.mobile-menu-active .revealer{height:100%}.slider{position:relative;left:0;min-height:100%;transition:left 0.3s}.mobile-menu-deactivated .slider{transition-duration:0s}.slider:before{content:"";display:block;position:absolute;top:0;bottom:0;left:-.5em;width:.5em;background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background:linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0.25));z-index:10}.mobile-menu-active .slider{left:24em;height:100%}}@media (max-width: 27em){.mobile-menu-active .slider{left:100%}}@media (max-width: 50rem){.tsc-header-wrapper{position:static;margin-right:-3em;border:0}.tsc-header-wrapper:before{content:none}.tsc-header{padding:0}.tsc-header .logo-wrapper{position:relative;float:none;padding:0 5.5em;border-bottom:1px solid #b3b3b3;background-color:#fff;text-align:center;z-index:10;transition:padding-right 0.3s}.search-active .tsc-header .logo-wrapper{padding-right:22em}}@media (max-width: 39em){.tsc-header .logo-wrapper{transition-duration:0s}.search-active .tsc-header .logo-wrapper{padding:0 5.5em}}@media (max-width: 24em){.tsc-header .logo-wrapper{padding:0}.search-active .tsc-header .logo-wrapper{padding:0}}@media (max-width: 50rem){.tsc-header .mobile-logo-wrapper{display:block;text-align:center;background-color:#444}.tsc-header .mobile-logo-wrapper:before{content:"";display:inline-block;vertical-align:middle;height:3em;line-height:3}.tsc-header .mobile-logo{display:inline-block;color:#333;vertical-align:middle}.tsc-header .mobile-logo img{display:inline-block;width:10em;height:1.6875em;padding:.0625em 0;vertical-align:middle;box-sizing:border-box}.tsc-header .menu-trigger-wrapper{position:absolute;top:0;left:0;float:none;z-index:10;transition:left 0.3s}.tsc-header .menu-trigger{visibility:visible;border:0;margin:0;color:inherit;z-index:auto}.tsc-header .menu-trigger:focus{background-color:#f8f8f8}}@media (max-width: 24em){.tsc-header .menu-trigger:before{top:.25em}.tsc-header .menu-trigger span{display:block;position:absolute;bottom:0;width:100%;padding:0;line-height:1.69231;font-size:0.8125em}}@media (max-width: 50rem){.tsc-header .global-nav-wrapper{position:absolute;top:0;left:0;width:24em;height:100%;background-color:#f2f2f2;overflow-x:hidden;overflow-y:auto;transition:left 0.3s}.mobile-menu-active .tsc-header .global-nav-wrapper{left:-24em}}@media (max-width: 27em){.tsc-header .global-nav-wrapper{width:100%}.mobile-menu-active .tsc-header .global-nav-wrapper{left:-100%}}@media (max-width: 50rem){.tsc-header .global-nav{visibility:hidden;position:relative;left:0;transition-property:left,visibility;transition-duration:0.3s}.mobile-menu-opening .tsc-header .global-nav{transition-duration:0s}.level-1-active .tsc-header .global-nav{visibility:visible;left:0}.level-2-active .tsc-header .global-nav{left:-100%}.level-3-active .tsc-header .global-nav{left:-200%}.tsc-header .global-nav-menu{float:none;background-color:#f2f2f2}.mobile-menu-active .tsc-header .global-nav-menu .level-1.nav-active>a:hover,.mobile-menu-active .tsc-header .global-nav-menu .level-1.nav-active>a:active,.mobile-menu-active .tsc-header .global-nav-menu .level-1.nav-active>a:focus{background-color:inherit}.tsc-header .detailed-menu-wrapper,.tsc-header .simple-menu-wrapper,.tsc-header .submenu-wrapper{visibility:hidden;display:block;position:absolute;top:0;right:auto;bottom:auto;left:100%;width:100%;height:auto !important;margin:0;z-index:auto;transition:visibility 0.3s}.tsc-header .inactive-mobile-menu .detailed-menu-wrapper,.tsc-header .inactive-mobile-menu .simple-menu-wrapper{transition-duration:0s}.level-2-active .tsc-header .level-1.activated-mobile-menu .detailed-menu-wrapper,.level-2-active .tsc-header .level-1.activated-mobile-menu .simple-menu-wrapper{visibility:visible}.level-3-active .tsc-header .submenu-wrapper{visibility:visible}.tsc-header .level-1>a:after{content:none}.tsc-header .detailed-menu,.tsc-header .simple-menu{visibility:inherit;position:static;width:100%;padding:0;border:0;margin:0}.menu-initialized .tsc-header .level-1 .detailed-menu,.menu-initialized .tsc-header .level-1 .simple-menu{height:auto}.tsc-header .detailed-menu:before,.tsc-header .detailed-menu:after,.tsc-header .simple-menu:before,.tsc-header .simple-menu:after{content:none}.tsc-header .detailed-menu dt{font-weight:inherit;line-height:inherit}.tsc-header .detailed-menu dd,.tsc-header .detailed-menu .platform-icon,.tsc-header .detailed-menu .promotion,.tsc-header .detailed-menu .supplementary-promotion{display:none}.tsc-header .level-1,.tsc-header .detailed-menu .level-2,.tsc-header .simple-menu .level-2,.tsc-header .level-3,.tsc-header .mobile-menu-back{position:static;display:list-item;float:none;width:auto;max-height:0;padding:0;border-bottom:0 solid #fff;margin:0;background-color:inherit;transition-property:max-height,border-bottom-width;transition-duration:0.3s;transition-timing-function:step-end}.level-1-active .tsc-header .level-1,.level-2-active .tsc-header .activated-mobile-menu .level-2,.level-3-active .tsc-header .level-3,.tsc-header .mobile-menu-back{max-height:13em;border-bottom-width:1px;transition-timing-function:step-start}.tsc-header .level-1>a,.tsc-header .product,.tsc-header .supplementary-article,.tsc-header .summary-item a,.tsc-header .simple-menu .level-2>a,.tsc-header .level-3>a,.tsc-header .mobile-menu-back a{position:relative;display:block;visibility:inherit;width:auto;height:auto;padding:.875em 1.75em;border:0;margin:0;line-height:1.25;color:inherit;background-color:inherit;text-decoration:none;white-space:normal;z-index:auto}.tsc-header .level-1>a:hover,.tsc-header .level-1>a:active,.tsc-header .level-1>a:focus,.tsc-header .product:hover,.tsc-header .product:active,.tsc-header .product:focus,.tsc-header .supplementary-article:hover,.tsc-header .supplementary-article:active,.tsc-header .supplementary-article:focus,.tsc-header .summary-item a:hover,.tsc-header .summary-item a:active,.tsc-header .summary-item a:focus,.tsc-header .simple-menu .level-2>a:hover,.tsc-header .simple-menu .level-2>a:active,.tsc-header .simple-menu .level-2>a:focus,.tsc-header .level-3>a:hover,.tsc-header .level-3>a:active,.tsc-header .level-3>a:focus,.tsc-header .mobile-menu-back a:hover,.tsc-header .mobile-menu-back a:active,.tsc-header .mobile-menu-back a:focus{color:inherit;background-color:inherit;outline:0}.tsc-header .nav-active>a,.tsc-header .level-2.nav-active .product{font-weight:600}.tsc-header .supplemental-buttons{visibility:hidden;position:relative;left:0;float:none;padding-top:.5em;background-color:#f2f2f2;transition-property:visibility,left;transition-duration:0.3s}.mobile-menu-opening .tsc-header .supplemental-buttons{transition-duration:0s}.level-1-active .tsc-header .supplemental-buttons{visibility:visible;left:0}.level-2-active .tsc-header .supplemental-buttons{left:-100%}.level-3-active .tsc-header .supplemental-buttons{left:-200%}.tsc-header .supplemental-buttons>li{clear:left;height:0;padding:0 0 0 1.25em;transition-property:height,padding-top;transition-duration:0.3s;transition-timing-function:step-end}.level-1-active .tsc-header .supplemental-buttons>li{height:2em;padding-top:.5em;transition-timing-function:step-start}.tsc-header .contact-us{position:relative;float:left;width:auto;padding:0 .5em 0 3em;line-height:2;z-index:auto}.tsc-header .contact-us span{position:static;margin:0}.tsc-header .contact-us:before{display:block}.tsc-header .contact-us:after{display:none}.tsc-header .contact-us:focus{border-bottom-width:0;margin-bottom:0;background-color:#f8f8f8}.tsc-header .language-menu-wrapper{float:left}.tsc-header .language-menu-wrapper.active .language-menu-trigger{border-color:#e6e6e6;background-color:#f8f8f8}.tsc-header .language-menu-wrapper.active .language-menu{background-color:#f8f8f8}.tsc-header .language-menu-trigger{position:relative;float:left;width:auto;padding:0 .5em 0 3em;border-width:1px 1px 0;border-style:solid;border-color:transparent;margin:0;line-height:2;z-index:auto}.tsc-header .language-menu-trigger:focus{border-bottom-width:0;margin:0;background-color:#f8f8f8}.tsc-header .language-menu-trigger span{position:static;margin:0}.tsc-header .language-menu-trigger:before{display:block;position:absolute;top:-1px;left:0;width:2em;height:1.33333em;line-height:1.33333;border-top:1px solid transparent}.tsc-header .language-menu-trigger:after{margin-left:.5em}.tsc-header .language-menu-positioner{left:0;right:auto;width:100%;margin:0}.tsc-header .language-menu{position:relative;left:0;float:none;margin-left:1.25em;border-color:#e6e6e6;z-index:auto}.tsc-header .language-menu:before{content:none}.tsc-header .language-menu:after{border-color:#e6e6e6}.tsc-header .language-menu a{padding-right:0}.tsc-header .search{position:absolute;top:0;right:-3em;width:22em;padding:0;z-index:auto}}@media (max-width: 39em){.tsc-header .search{width:100%;padding-right:3em}}@media (max-width: 50rem){.tsc-header .search-input-wrapper{position:absolute;top:0;left:19em;width:19em;max-width:none;z-index:10;transition:left 0.3s}.search-active .tsc-header .search-input-wrapper{left:0;max-width:none}}@media (max-width: 39em){.tsc-header .search-input-wrapper{left:auto;right:-100%;width:100%;padding-right:3.5em;margin-right:3em;transition:right 0.3s}.search-active .tsc-header .search-input-wrapper{right:-3em}}@media (max-width: 50rem){.tsc-header .search-cancel{position:absolute;top:0;left:32em;visibility:hidden;display:block;transition-property:visibility,left;transition-duration:0.3s}.search-active .tsc-header .search-cancel{visibility:visible;left:19em}}@media (max-width: 39em){.tsc-header .search-cancel{left:auto;right:-100%;margin-right:3em;transition-property:visibility,right}.search-active .tsc-header .search-cancel{left:auto;right:-3em}}@media (max-width: 50rem){.content-wrapper{position:relative;margin-right:-3em;background-color:#fff;z-index:10}.tsc-footer{position:relative;margin-right:-3em}}.teasers{display:none}.tsc-footer .footer-supplementary .footer-social .tsc-facebook-follow,.tsc-footer .footer-supplementary .footer-social .tsc-twitter-follow,.tsc-footer .footer-supplementary .footer-social .tsc-googleplus-follow,.tsc-footer .footer-supplementary .footer-social .tsc-email-follow,.tsc-footer .footer-supplementary .footer-social .tsc-youtube-follow{display:block;width:1.5625em;height:1.5625em;font-size:2em;line-height:1.5625;margin:0 .25em;color:#fff;border-radius:50%;text-decoration:none;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);outline:none}.tsc-footer .footer-supplementary .footer-social .tsc-facebook-follow:hover,.tsc-footer .footer-supplementary .footer-social .tsc-twitter-follow:hover,.tsc-footer .footer-supplementary .footer-social .tsc-googleplus-follow:hover,.tsc-footer .footer-supplementary .footer-social .tsc-email-follow:hover,.tsc-footer .footer-supplementary .footer-social .tsc-youtube-follow:hover,.tsc-footer .footer-supplementary .footer-social .tsc-facebook-follow:focus,.tsc-footer .footer-supplementary .footer-social .tsc-twitter-follow:focus,.tsc-footer .footer-supplementary .footer-social .tsc-googleplus-follow:focus,.tsc-footer .footer-supplementary .footer-social .tsc-email-follow:focus,.tsc-footer .footer-supplementary .footer-social .tsc-youtube-follow:focus,.tsc-footer .footer-supplementary .footer-social .tsc-facebook-follow:active,.tsc-footer .footer-supplementary .footer-social .tsc-twitter-follow:active,.tsc-footer .footer-supplementary .footer-social .tsc-googleplus-follow:active,.tsc-footer .footer-supplementary .footer-social .tsc-email-follow:active,.tsc-footer .footer-supplementary .footer-social .tsc-youtube-follow:active{position:relative;transition-property:-webkit-transform;transition-property:transform;transition-duration:0.15s;-ms-transform:scale(1.35);-webkit-transform:scale(1.35);transform:scale(1.35);z-index:3}@media (max-width: 61.5em){#footer,footer.tsc-footer{min-width:100%}}.tsc-footer{background-color:#666}.ie8 .tsc-footer{min-width:61.5em}@media (max-width: 55em){.tsc-footer .footer-nav{display:none}.tsc-footer .footer-social li{margin-bottom:.5em}.tsc-footer .terms-of-service{margin-top:-.5em}}.tsc-footer .footer-nav{max-width:75em;padding:1.75em 1em 2.5em;margin:0 auto;box-sizing:border-box}.tsc-footer .footer-nav .footer-list{float:left;width:20%}.tsc-footer .footer-nav .footer-list a{display:block;float:left;margin:0 .5em .375em 0;font-weight:600;color:#fff}.tsc-footer .footer-nav .footer-list .footer-sublist{clear:both}.tsc-footer .footer-nav .footer-list .footer-sublist li{clear:both}.tsc-footer .footer-nav .footer-list .footer-sublist li a{margin:.25em .5em .25em 0;font-size:0.8125em;line-height:1.53846;font-weight:300}.tsc-footer .footer-supplementary{padding-top:1.75em;background-color:#444}.tsc-footer .footer-supplementary .footer-headline,.tsc-footer .footer-supplementary .footer-social,.tsc-footer .footer-supplementary .terms-of-service,.tsc-footer .footer-supplementary .copyright{margin:0 auto;color:#fff;text-align:center}.tsc-footer .footer-supplementary .footer-headline{padding:0 1em}.tsc-footer .footer-supplementary .footer-social{position:relative;padding:0 1em;margin:.75em auto 2.5em}.tsc-footer .footer-supplementary .footer-social ul{position:relative;text-align:center}.tsc-footer .footer-supplementary .footer-social li{display:inline-block}.tsc-footer .footer-supplementary .footer-social .tsc-facebook-follow{background-color:#3b5998}.tsc-footer .footer-supplementary .footer-social .tsc-twitter-follow{background-color:#5fa9dd}.tsc-footer .footer-supplementary .footer-social .tsc-googleplus-follow{background-color:#dd4b39}.tsc-footer .footer-supplementary .footer-social .tsc-email-follow{background-color:#ef8200}.tsc-footer .footer-supplementary .footer-social .tsc-youtube-follow{background-color:#ff3232}.tsc-footer .footer-supplementary .footer-social .tsc-youtube-follow i{margin-right:2px}.tsc-footer .footer-supplementary .terms-of-service{position:relative;padding:0 1em;margin-bottom:1em}.tsc-footer .footer-supplementary .terms-of-service li{display:inline-block}.tsc-footer .footer-supplementary .terms-of-service li+li:before{color:#fff;content:"\2022";font-size:1.25em;margin:0 .5em 0 .2em}.tsc-footer .footer-supplementary .terms-of-service li a{color:#fff}@media (max-width: 28.5em){.tsc-footer .footer-supplementary .terms-of-service li{display:block;text-align:center}.tsc-footer .footer-supplementary .terms-of-service li+li:before{content:" ";font-size:1.25em;margin:0}}.tsc-footer .footer-supplementary .copyright{padding:0 1em 2.5em}.tsc-footer .footer-supplementary .copyright p{margin:0;font-size:.75em}#secondary-nav{display:none}.region.primary-grey0+.region.primary-grey1,.region.primary-grey1+.region.primary-grey0{border-top:1px solid #f2f2f2}.region.primary-grey0+.region.primary-grey2,.region.primary-grey1+.region.primary-grey2,.region.primary-grey2+.region.primary-grey0,.region.primary-grey2+.region.primary-grey1{border-top:1px solid #e6e6e6}.region.primary-grey0+.region.primary-grey3,.region.primary-grey1+.region.primary-grey3,.region.primary-grey2+.region.primary-grey3,.region.primary-grey3+.region.primary-grey0,.region.primary-grey3+.region.primary-grey1,.region.primary-grey3+.region.primary-grey2{border-top:1px solid #ccc}.region.primary-grey0+.region.primary-grey4,.region.primary-grey1+.region.primary-grey4,.region.primary-grey2+.region.primary-grey4,.region.primary-grey3+.region.primary-grey4,.region.primary-grey4+.region.primary-grey0,.region.primary-grey4+.region.primary-grey1,.region.primary-grey4+.region.primary-grey2,.region.primary-grey4+.region.primary-grey3{border-top:1px solid #b3b3b3}.region.primary-grey0+.region.primary-grey5,.region.primary-grey1+.region.primary-grey5,.region.primary-grey2+.region.primary-grey5,.region.primary-grey3+.region.primary-grey5,.region.primary-grey4+.region.primary-grey5,.region.primary-grey5+.region.primary-grey0,.region.primary-grey5+.region.primary-grey1,.region.primary-grey5+.region.primary-grey2,.region.primary-grey5+.region.primary-grey3,.region.primary-grey5+.region.primary-grey4{border-top:1px solid #999}.region.primary-grey0+.region.primary-grey6,.region.primary-grey1+.region.primary-grey6,.region.primary-grey2+.region.primary-grey6,.region.primary-grey3+.region.primary-grey6,.region.primary-grey4+.region.primary-grey6,.region.primary-grey5+.region.primary-grey6,.region.primary-grey6+.region.primary-grey0,.region.primary-grey6+.region.primary-grey1,.region.primary-grey6+.region.primary-grey2,.region.primary-grey6+.region.primary-grey3,.region.primary-grey6+.region.primary-grey4,.region.primary-grey6+.region.primary-grey5{border-top:1px solid gray}.region.primary-grey0+.region.primary-grey7,.region.primary-grey1+.region.primary-grey7,.region.primary-grey2+.region.primary-grey7,.region.primary-grey3+.region.primary-grey7,.region.primary-grey4+.region.primary-grey7,.region.primary-grey5+.region.primary-grey7,.region.primary-grey6+.region.primary-grey7,.region.primary-grey7+.region.primary-grey0,.region.primary-grey7+.region.primary-grey1,.region.primary-grey7+.region.primary-grey2,.region.primary-grey7+.region.primary-grey3,.region.primary-grey7+.region.primary-grey4,.region.primary-grey7+.region.primary-grey5,.region.primary-grey7+.region.primary-grey6{border-top:1px solid #666}.region.primary-grey0+.region.primary-grey8,.region.primary-grey1+.region.primary-grey8,.region.primary-grey2+.region.primary-grey8,.region.primary-grey3+.region.primary-grey8,.region.primary-grey4+.region.primary-grey8,.region.primary-grey5+.region.primary-grey8,.region.primary-grey6+.region.primary-grey8,.region.primary-grey7+.region.primary-grey8,.region.primary-grey8+.region.primary-grey0,.region.primary-grey8+.region.primary-grey1,.region.primary-grey8+.region.primary-grey2,.region.primary-grey8+.region.primary-grey3,.region.primary-grey8+.region.primary-grey4,.region.primary-grey8+.region.primary-grey5,.region.primary-grey8+.region.primary-grey6,.region.primary-grey8+.region.primary-grey7{border-top:1px solid #444}.region.primary-grey0+.region.primary-grey9,.region.primary-grey1+.region.primary-grey9,.region.primary-grey2+.region.primary-grey9,.region.primary-grey3+.region.primary-grey9,.region.primary-grey4+.region.primary-grey9,.region.primary-grey5+.region.primary-grey9,.region.primary-grey6+.region.primary-grey9,.region.primary-grey7+.region.primary-grey9,.region.primary-grey8+.region.primary-grey9,.region.primary-grey9+.region.primary-grey0,.region.primary-grey9+.region.primary-grey1,.region.primary-grey9+.region.primary-grey2,.region.primary-grey9+.region.primary-grey3,.region.primary-grey9+.region.primary-grey4,.region.primary-grey9+.region.primary-grey5,.region.primary-grey9+.region.primary-grey6,.region.primary-grey9+.region.primary-grey7,.region.primary-grey9+.region.primary-grey8{border-top:1px solid #262626}.region{position:relative;margin:1.5em 0}.ie8 .region{min-width:61.5em}.region.icon-center .icon-wrapper{text-align:center;font-size:4em;margin-top:-.2em;margin-bottom:-.375em}.region .region-switch{position:absolute;text-align:center;width:100%;margin:-2.375em 0 auto;z-index:8;display:none;line-height:1.5}.region .region-switch div.switch-win{margin:0 -4px 0 0;border-radius:1em 0 0 1em}.region .region-switch div.switch-mac{margin:0 0 0 -4px;border-radius:0 1em 1em 0}.region .region-switch .switch-win,.region .region-switch .switch-mac{display:inline-block;margin:0;min-width:140px;border:1px solid #ccc;color:#404040;background-color:#f8f8f8;cursor:pointer}.region .region-switch .switch-win i,.region .region-switch .switch-mac i{padding:0 .25em}.region .region-switch div.switch-win.active,.region .region-switch div.switch-mac.active{color:#f8f8f8;border-color:#666;background-color:#666}.region.primary-grey0{margin:0;padding:1.5em 0}.region.primary-grey0+.region.primary-grey0{margin-top:-1.5em}.region.primary-grey0+.region.region-switch-win.primary-grey0,.primary-grey0+.region.region-switch-mac.primary-grey0{margin-top:0;border-top:1px solid #ccc}.region.primary-grey1{margin:0;padding:1.5em 0}.region.primary-grey1+.region.primary-grey1{margin-top:-1.5em}.region.primary-grey1+.region.region-switch-win.primary-grey1,.primary-grey1+.region.region-switch-mac.primary-grey1{margin-top:0;border-top:1px solid #ccc}.region.primary-grey2{margin:0;padding:1.5em 0}.region.primary-grey2+.region.primary-grey2{margin-top:-1.5em}.region.primary-grey2+.region.region-switch-win.primary-grey2,.primary-grey2+.region.region-switch-mac.primary-grey2{margin-top:0;border-top:1px solid #ccc}.region.primary-grey3{margin:0;padding:1.5em 0}.region.primary-grey3+.region.primary-grey3{margin-top:-1.5em}.region.primary-grey3+.region.region-switch-win.primary-grey3,.primary-grey3+.region.region-switch-mac.primary-grey3{margin-top:0;border-top:1px solid #ccc}.region.primary-grey4{margin:0;padding:1.5em 0}.region.primary-grey4+.region.primary-grey4{margin-top:-1.5em}.region.primary-grey4+.region.region-switch-win.primary-grey4,.primary-grey4+.region.region-switch-mac.primary-grey4{margin-top:0;border-top:1px solid #ccc}.region.primary-grey5{margin:0;padding:1.5em 0}.region.primary-grey5+.region.primary-grey5{margin-top:-1.5em}.region.primary-grey5+.region.region-switch-win.primary-grey5,.primary-grey5+.region.region-switch-mac.primary-grey5{margin-top:0;border-top:1px solid #ccc}.region.primary-grey6{margin:0;padding:1.5em 0}.region.primary-grey6+.region.primary-grey6{margin-top:-1.5em}.region.primary-grey6+.region.region-switch-win.primary-grey6,.primary-grey6+.region.region-switch-mac.primary-grey6{margin-top:0;border-top:1px solid #ccc}.region.primary-grey7{margin:0;padding:1.5em 0}.region.primary-grey7+.region.primary-grey7{margin-top:-1.5em}.region.primary-grey7+.region.region-switch-win.primary-grey7,.primary-grey7+.region.region-switch-mac.primary-grey7{margin-top:0;border-top:1px solid #ccc}.region.primary-grey8{margin:0;padding:1.5em 0}.region.primary-grey8+.region.primary-grey8{margin-top:-1.5em}.region.primary-grey8+.region.region-switch-win.primary-grey8,.primary-grey8+.region.region-switch-mac.primary-grey8{margin-top:0;border-top:1px solid #ccc}.region.primary-grey9{margin:0;padding:1.5em 0}.region.primary-grey9+.region.primary-grey9{margin-top:-1.5em}.region.primary-grey9+.region.region-switch-win.primary-grey9,.primary-grey9+.region.region-switch-mac.primary-grey9{margin-top:0;border-top:1px solid #ccc}.region.primary-grey10{margin:0;padding:1.5em 0}.region.primary-grey10+.region.primary-grey10{margin-top:-1.5em}.region.primary-grey10+.region.region-switch-win.primary-grey10,.primary-grey10+.region.region-switch-mac.primary-grey10{margin-top:0;border-top:1px solid #ccc}.region .section-header{position:relative;max-width:75em;margin:1em auto 1.5em;padding:0 1em;text-align:center}.region .section-footer{position:relative;max-width:75em;margin:2em auto 1em;padding:0 1em;text-align:center}.region .section-footer ul{display:inline-block}.region .section-footer li{float:left;padding:0 .75em;margin:.5em 0}.region .section-footer li+li{border-style:solid;border-width:0 0 0 1px}.region .section-footer li a{display:block}.region .column-block-wrapper{position:relative;max-width:75em;margin:0 auto}.ie8 .region .column-block-wrapper{min-width:61.5em}.region .column-block{float:left;min-height:1px}.region.one-column .column-block{width:100%}.region.two-column .column-block{width:50%}.region.three-column .column-block{width:33.33333%}.region.four-column .column-block{width:25%}.region.two-column.offset-66 .column-block{width:34%}.region.two-column.offset-66 .column-block:first-child{width:66%}.region.background-image .image-wrapper,.region.background-image-dark .image-wrapper{position:absolute;top:0;bottom:0;width:100%;overflow:hidden}.region.background-image .image-wrapper img,.region.background-image-dark .image-wrapper img{min-width:100%;min-height:100%}.region.background-image-dark .section-header,.region.background-image-dark .section-footer{color:#fff;text-shadow:0 0 3px #444}.region.background-image .section-header,.region.background-image .section-footer{text-shadow:0 0 3px #f8f8f8}@media (max-width: 45em){.region .section-header{margin:0}.region .section-footer{margin:0 1.25em}.region .section-footer li{float:none}.region .section-footer li+li{border:0}.region.three-column .column-block{width:100%}.region.two-column .column-block{width:100%}.region.four-column .column-block{width:50%}.region.four-column .column-block:nth-child(3){clear:left}}@media (max-width: 26.25em){.region.four-column .column-block{width:100%}.region.four-column .column-block:nth-child(3){clear:none}}@media (max-width: 58.125em){.region.two-column .column-block.celebrity-v2-wrapper.product-promo-wrapper,.region.three-column .column-block.celebrity-v2-wrapper.product-promo-wrapper{width:100%}.region.two-column .column-block.celebrity-v2-wrapper.product-promo-wrapper .section-header,.region.three-column .column-block.celebrity-v2-wrapper.product-promo-wrapper .section-header{margin:0}.region.four-column .left-style-wrapper.column-block,.region.four-column .centered-style-wrapper.column-block,.region.four-column .right-style-wrapper.column-block{width:50%}}@media (max-width: 31.25rem){.region.four-column .left-style-wrapper.column-block,.region.four-column .centered-style-wrapper.column-block,.region.four-column .right-style-wrapper.column-block{width:100%}}.region.img-diagonal{margin:0;padding:3em 4em 0;overflow:hidden}.region.img-diagonal:before{content:"";display:block;position:absolute;top:0;bottom:0;left:50%;border-width:0 10.5em 40em 0;border-color:transparent;border-style:solid;z-index:1}.region.img-diagonal .column-block-wrapper{z-index:2}.region.img-diagonal .section-header{text-align:left;padding:0;z-index:2}.region.img-diagonal .section-header h1,.region.img-diagonal .section-header h2,.region.img-diagonal .section-header h3,.region.img-diagonal .section-header h4,.region.img-diagonal .section-header h5,.region.img-diagonal .section-header h6,.region.img-diagonal .section-header p{width:50%}@media (max-width: 37.5em){.region.img-diagonal .section-header h1,.region.img-diagonal .section-header h2,.region.img-diagonal .section-header h3,.region.img-diagonal .section-header h4,.region.img-diagonal .section-header h5,.region.img-diagonal .section-header h6,.region.img-diagonal .section-header p{width:100%}}.region.img-diagonal .col-list{padding:0;max-width:100%;margin:0;z-index:2}.region.img-diagonal .links{padding:.25em 0 1.75em}.region.img-diagonal .links:before{content:none}.region.img-diagonal .links li{padding:.25em 0}.region.img-diagonal .links a{font-size:0.875rem;color:#0072cf;text-decoration:none}.region.img-diagonal .links a:visited{color:#0072cf}.region.img-diagonal .image-wrapper{max-width:75em;margin:0 auto}.region.img-diagonal .image-wrapper:before{margin:2.5em -1.4em 0 0}.region.img-diagonal .image-wrapper:after{margin-right:-2.8em}.region.img-diagonal .image-wrapper img,.region.img-diagonal .image-wrapper object,.region.img-diagonal .image-wrapper object img{display:block;position:absolute;top:0;left:50%;display:block;min-width:50%;min-height:100%;box-sizing:border-box}@media (max-width: 45em){.region.img-diagonal .section-header{margin:1em auto 1.5em}.region.img-diagonal .col-list{width:50%}.region.img-diagonal .link-list{margin:0;padding:0;width:100%}}@media (max-width: 37.5em){.region.img-diagonal{padding:1.25em 0}.region.img-diagonal .image-wrapper{display:none}.region.img-diagonal .section-header{width:100%;text-align:center}.region.img-diagonal .col-list{width:100%;padding-left:10%}}.region-grid+.region-grid .section-header:after{content:"";display:block;position:absolute;top:-1.5em;left:1em;right:1em;height:0;border-width:0.0625rem 0 0.25rem 0.25rem;border-color:#ccc transparent transparent #ccc;border-style:solid}.region-grid+.region-grid .section-header.heading-icon:after{left:4.5em}.region-grid .section-header{position:relative;max-width:75em;margin:1em auto 1.5em;padding:0 1em;text-align:left;box-sizing:border-box}.region-grid .section-header.heading-icon{padding-left:4.5em}.region-grid .section-header.heading-icon+.content-grid{padding-left:3.5em}.region-grid .section-header.heading-icon:before{display:block;position:absolute;top:0;left:0.41667em;font-size:2.4em;width:1.255em;height:1.25em;line-height:1.25;text-align:center}@media (max-width: 48.75em){.region-grid .section-header.heading-icon{padding-left:3.6em}.region-grid .section-header.heading-icon+.content-grid{padding-left:2.6em}.region-grid .section-header.heading-icon:before{font-size:1.92em}.region-grid+.region-grid .section-header.heading-icon:after{left:3.6em}}@media (max-width: 24em){.region-grid .section-header.heading-icon{padding-left:3.15em}.region-grid .section-header.heading-icon+.content-grid{padding-left:2.15em}.region-grid .section-header.heading-icon:before{font-size:1.68em}.region-grid+.region-grid .section-header.heading-icon:after{left:3.15em}}.region-grid .content-grid{max-width:75em;margin:0 auto;box-sizing:border-box}.region-grid.two-column .column-block{float:left;width:50%;margin-bottom:2em;box-sizing:border-box}.region-grid.two-column .column-block:nth-child(2n){padding-left:.75em}.region-grid.two-column .column-block:nth-child(2n+1){clear:left;padding-right:.75em}@media (max-width: 45em){.region-grid.two-column .column-block{float:none;width:auto;padding:0}.region-grid.two-column .column-block:nth-child(n){padding:0}}.navigation-bar .promo-links li:first-child a,.navigation-bar.all-primary .promo-links a,.navigation-bar.first-secondary .promo-links a{background-color:#0072cf}.navigation-bar .promo-links li:first-child a:hover,.navigation-bar.all-primary .promo-links a:hover,.navigation-bar.first-secondary .promo-links a:hover,.navigation-bar .promo-links li:first-child a:focus,.navigation-bar.all-primary .promo-links a:focus,.navigation-bar.first-secondary .promo-links a:focus,.navigation-bar .promo-links li:first-child a:active,.navigation-bar.all-primary .promo-links a:active,.navigation-bar.first-secondary .promo-links a:active{background-color:#2687d6}.navigation-bar .promo-links a,.navigation-bar.all-secondary .promo-links li:first-child a,.navigation-bar.first-secondary .promo-links li:first-child a{background-color:#ef8200}.navigation-bar .promo-links a:hover,.navigation-bar.all-secondary .promo-links li:first-child a:hover,.navigation-bar.first-secondary .promo-links li:first-child a:hover,.navigation-bar .promo-links a:focus,.navigation-bar.all-secondary .promo-links li:first-child a:focus,.navigation-bar.first-secondary .promo-links li:first-child a:focus,.navigation-bar .promo-links a:active,.navigation-bar.all-secondary .promo-links li:first-child a:active,.navigation-bar.first-secondary .promo-links li:first-child a:active{background-color:#f19426;text-decoration:none}.navigation-bar-wrapper{border-bottom:1px solid #e6e6e6;overflow:hidden}.navigation-bar{max-width:75em;padding:0 .625em;margin:0 auto;box-sizing:border-box}.ie8 .navigation-bar{min-width:61.5em}.navigation-bar .image-wrapper{float:left;margin:0.6875em 0;line-height:2.875}.navigation-bar .image-wrapper img{display:inline;vertical-align:bottom}.navigation-bar .navigation-list{float:left;margin:0.6875em 0}.navigation-bar .navigation-list li{float:left;padding-left:1.25em}.navigation-bar .navigation-list li:before{content:"";font-size:2.875em;line-height:1}.navigation-bar .navigation-list li.active{font-weight:600}.navigation-bar .navigation-list li a{color:#333}.navigation-bar .promo-links{float:right}.navigation-bar .promo-links li{float:left;padding-top:.75em}.navigation-bar .promo-links li+li{padding-left:.75em}.navigation-bar .promo-links a{display:block;line-height:2.75;padding:0 1.5em;font-weight:600;color:#fff}@media (max-width: 62.5em){.navigation-bar{min-width:100%}}@media (max-width: 61.75em){.navigation-bar .image-wrapper{float:none;margin:.9375em 0 0 .375em}.navigation-bar .navigation-list{margin:.9375em 0;padding-left:.375em}.navigation-bar .navigation-list li{padding-right:1.25em;padding-left:0}.navigation-bar .navigation-list li:before{font-size:1em}.navigation-bar .promo-links li{padding-bottom:.375em;padding-top:0}.navigation-bar .promo-links li+li{padding-left:.375em}.navigation-bar .promo-links a{line-height:2.25}}@media (max-width: 41.75em){.navigation-bar .image-wrapper{display:inline-block;margin:.9375em 0 .9375em .375em;float:left}.navigation-bar .navigation-list{display:none}.navigation-bar .promo-links{margin:.9375em 0 .9375em .375em}.navigation-bar .promo-links li,.navigation-bar .promo-links a{display:inline-block}.navigation-bar .promo-links li{padding:0}.navigation-bar .promo-links a{line-height:2.875}}@media (max-width: 36.375em){.navigation-bar{padding:0}.navigation-bar .image-wrapper{display:none}.navigation-bar .promo-links{margin:.375em 0;min-width:100%;text-align:center}.navigation-bar .promo-links a{line-height:3.25;padding:0;width:100%}.navigation-bar .promo-links li:only-of-type,.navigation-bar .promo-links li:first-child{background-color:#0072cf;width:100%;position:relative;margin:0 auto;box-sizing:border-box}.navigation-bar .promo-links li:nth-child(1):nth-last-child(2){background-color:#0072cf;width:49.5%;position:relative;margin-right:auto;box-sizing:border-box}.navigation-bar .promo-links li:nth-child(2):nth-last-child(1){float:right;background-color:#ef8200;width:49.5%;position:relative;margin-left:auto;box-sizing:border-box;padding:0}.navigation-bar .promo-links li:nth-child(n+2){width:49%;padding-top:.375em;display:inline-block;box-sizing:border-box;padding-left:0;float:left}.navigation-bar .promo-links li:nth-child(n+2):nth-last-child(2){float:right}}.sticky-nav-bar-spacer{height:4.25em;padding-bottom:1px;display:none}@media (min-width: 50em) and (min-height: 34em){.navigation-bar-wrapper.sticky{position:fixed;top:0;left:0;width:100%;z-index:10;background-color:#fff;border-bottom:1px solid #e6e6e6;overflow:auto}.navigation-bar-wrapper.sticky .navigation-bar{min-width:50em}.navigation-bar-wrapper.sticky+.sticky-nav-bar-spacer{display:block}}.hero.wide-hero h1,.hero.solution-hero h1,.hero.product-hero h1,.celebrity-v2.triangle-image h1,.celebrity-v2.theme-border h1{font-size:3.125em}html[lang=ja-JP] .hero.wide-hero h1,html[lang=ja-JP] .hero.solution-hero h1,html[lang=ja-JP] .hero.product-hero h1,html[lang=ja-JP] .celebrity-v2.triangle-image h1,html[lang=ja-JP] .celebrity-v2.theme-border h1{font-size:2.04167em}.hero.wide-hero h2,.hero.solution-hero h2,.hero.product-hero h2,.celebrity-v2.triangle-image h2,.celebrity-v2.theme-border h2{font-size:3em}html[lang=ja-JP] .hero.wide-hero h2,html[lang=ja-JP] .hero.solution-hero h2,html[lang=ja-JP] .hero.product-hero h2,html[lang=ja-JP] .celebrity-v2.triangle-image h2,html[lang=ja-JP] .celebrity-v2.theme-border h2{font-size:2em}.hero.wide-hero h3,.hero.solution-hero h3,.hero.product-hero h3,.celebrity-v2.triangle-image h3,.celebrity-v2.theme-border h3{font-size:2.125em}html[lang=ja-JP] .hero.wide-hero h3,html[lang=ja-JP] .hero.solution-hero h3,html[lang=ja-JP] .hero.product-hero h3,html[lang=ja-JP] .celebrity-v2.triangle-image h3,html[lang=ja-JP] .celebrity-v2.theme-border h3{font-size:1.70833em}.hero.wide-hero h4,.hero.solution-hero h4,.hero.product-hero h4,.celebrity-v2.triangle-image h4,.celebrity-v2.theme-border h4{font-size:1.5em}html[lang=ja-JP] .hero.wide-hero h4,html[lang=ja-JP] .hero.solution-hero h4,html[lang=ja-JP] .hero.product-hero h4,html[lang=ja-JP] .celebrity-v2.triangle-image h4,html[lang=ja-JP] .celebrity-v2.theme-border h4{font-size:1.5em}.hero.wide-hero h5,.hero.solution-hero h5,.hero.product-hero h5,.celebrity-v2.triangle-image h5,.celebrity-v2.theme-border h5{font-size:1.25em}html[lang=ja-JP] .hero.wide-hero h5,html[lang=ja-JP] .hero.solution-hero h5,html[lang=ja-JP] .hero.product-hero h5,html[lang=ja-JP] .celebrity-v2.triangle-image h5,html[lang=ja-JP] .celebrity-v2.theme-border h5{font-size:1.41667em}.hero.wide-hero h6,.hero.solution-hero h6,.hero.product-hero h6,.celebrity-v2.triangle-image h6,.celebrity-v2.theme-border h6{font-size:1em}html[lang=ja-JP] .hero.wide-hero h6,html[lang=ja-JP] .hero.solution-hero h6,html[lang=ja-JP] .hero.product-hero h6,html[lang=ja-JP] .celebrity-v2.triangle-image h6,html[lang=ja-JP] .celebrity-v2.theme-border h6{font-size:1.33333em}.hero .link-wrapper li{margin-top:.5em}.hero.wide-hero{position:relative}.ie8 .hero.wide-hero{min-width:61.5em}.hero.wide-hero .image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.hero.wide-hero .image-wrapper img,.hero.wide-hero .image-wrapper object,.hero.wide-hero .image-wrapper object img{display:block;min-width:100%;min-height:100%}.hero.wide-hero .column-block{position:relative;max-width:75em;margin:0 auto;overflow:hidden}.ie8 .hero.wide-hero .column-block{min-width:61.5em}.hero.wide-hero .inner-wrapper{position:relative;left:-10px;margin:2.5em 55% 2.5em .5em;padding:1.25em;min-width:30em;background-color:rgba(255,255,255,0.9)}.ie8 .hero.wide-hero .inner-wrapper{background-color:#fff;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}@media (max-width: 37.5em){.hero.wide-hero{min-width:0}.hero.wide-hero .column-block{min-width:0}.hero.wide-hero .inner-wrapper{text-align:center;width:100%;height:100%;min-width:0;left:0;margin:0;padding:3.75em 1.25em;box-sizing:border-box;background-color:rgba(255,255,255,0.6)}}.hero.wide-hero .headline-wrapper,.hero.wide-hero .copy-wrapper,.hero.wide-hero .hero.solution-hero .link-wrapper,.hero.solution-hero .hero.wide-hero .link-wrapper,.hero.wide-hero .link-wrapper{position:relative}.hero.wide-hero .link-wrapper button{color:#333;line-height:4.375}.hero.wide-hero .link-wrapper button .sprite{display:inline-block;float:left}.hero.wide-hero .link-wrapper a{color:#333;line-height:1.5}.hero.solution-hero{position:relative;overflow:hidden}.hero.solution-hero:after{content:"";display:block;position:absolute;top:0;left:66.66667%;border-width:0 17.5em 31.25em 0;border-color:transparent;border-style:solid}@media (min-width: 75em){.hero.solution-hero:after{left:50%;margin-left:12.5em}}.hero.solution-hero .image-wrapper:before,.hero.solution-hero .image-wrapper:after,.hero.solution-hero .column-block:before,.hero.solution-hero .headline-wrapper:before{content:"";display:block;float:right;clear:right;width:33.33333%;height:2.5em}.hero.solution-hero .image-wrapper{max-width:75em;margin:0 auto}.hero.solution-hero .image-wrapper:before{margin:2.5em -1.4em 0 0}.hero.solution-hero .image-wrapper:after{margin-right:-2.8em}.hero.solution-hero .image-wrapper img,.hero.solution-hero .image-wrapper object,.hero.solution-hero .image-wrapper object img{display:block;position:absolute;top:0;left:66.66667%;display:block;min-width:50%;min-height:100%;box-sizing:border-box}@media (min-width: 75em){.hero.solution-hero .image-wrapper img,.hero.solution-hero .image-wrapper object,.hero.solution-hero .image-wrapper object img{left:50%;padding-left:12.5em}}.hero.solution-hero .column-block{position:relative;max-width:75em;padding:1.25em 0;margin:0 auto;box-sizing:border-box;z-index:1}.hero.solution-hero .column-block:before{margin-right:-4.2em}.hero.solution-hero .inner-wrapper{margin-right:-10.5em}.hero.solution-hero .headline-wrapper{margin:0 -1em 0 1em}.hero.solution-hero .headline-wrapper:before{margin-right:2.4em}.hero.solution-hero .copy-wrapper,.hero.solution-hero .link-wrapper{width:66.66667%;padding-left:1em;box-sizing:border-box}.hero.solution-hero .link-wrapper button{line-height:2.08333}.hero.solution-hero .link-wrapper button .sprite{display:inline-block;float:left}.hero.solution-hero .link-wrapper a{line-height:1.5}@media (max-width: 48em){.hero.solution-hero:after{left:100%;margin-left:-16em}.hero.solution-hero .image-wrapper:before,.hero.solution-hero .image-wrapper:after,.hero.solution-hero .column-block:before,.hero.solution-hero .headline-wrapper:before{content:none}.hero.solution-hero .inner-wrapper{margin-right:0}.hero.solution-hero .headline-wrapper{margin:0 1em}.hero.solution-hero .copy-wrapper,.hero.solution-hero .link-wrapper,.hero.solution-hero .link-wrapper{width:auto;padding-right:1em}.hero.solution-hero .image-wrapper img,.hero.solution-hero .image-wrapper object,.hero.solution-hero .image-wrapper object img{left:100%;margin-left:-16em;min-height:0;height:100%;max-height:28.57143em;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}}.hero.product-hero{position:relative;min-height:23.125em;overflow:hidden}.ie8 .hero.product-hero{min-width:61.5em}.hero.product-hero .image-wrapper{position:relative}.hero.product-hero .image-wrapper img,.hero.product-hero .image-wrapper object,.hero.product-hero .image-wrapper object img{position:absolute;top:0;left:50%;display:block}.hero.product-hero .column-block{position:relative;max-width:75em;margin:0 auto}.ie8 .hero.product-hero .column-block{min-width:61.5em}.hero.product-hero .inner-wrapper{width:50%;padding:1.25em 1em;box-sizing:border-box}.hero.product-hero.corporate-theme .inner-wrapper{text-shadow:0 0 3px #444}.hero.product-hero.corporate-dark-theme .inner-wrapper{text-shadow:0 0 3px #262626}.hero.product-hero.snagit-theme .inner-wrapper{text-shadow:0 0 3px #005a8c}.hero.product-hero.camtasia-theme .inner-wrapper{text-shadow:0 0 3px #5a8e22}.hero.product-hero.screencast-theme .inner-wrapper{text-shadow:0 0 3px #ef8200}.hero.product-hero.morae-theme .inner-wrapper{text-shadow:0 0 3px #106470}.hero.product-hero.relay-theme .inner-wrapper{text-shadow:0 0 3px #af2925}.hero.product-hero.jing-theme .inner-wrapper{text-shadow:0 0 3px #ffc82e}.hero.product-hero.coachseye-theme .inner-wrapper{text-shadow:0 0 3px #0072cf}.hero.product-hero.fuse-theme .inner-wrapper{text-shadow:0 0 3px #e63124}.hero.product-hero.white-theme .inner-wrapper{text-shadow:0 0 3px #fff}.hero.product-hero .link-wrapper button{line-height:50px}.hero.product-hero .link-wrapper button .sprite{display:inline-block;float:left}.hero.product-hero .link-wrapper a{line-height:1.5}@media (max-width: 61.5em){.hero.product-hero .inner-wrapper{width:auto;max-width:30.75em;font-weight:400}.hero.product-hero .image-wrapper img,.hero.product-hero .image-wrapper object,.hero.product-hero .image-wrapper object img{left:100%;margin-left:-30.75em;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}}.hero.triangle-pattern{position:relative;padding:42px 0 2.5em;overflow:hidden}.ie8 .hero.triangle-pattern{min-width:61.5em}.hero.triangle-pattern:before{content:"";display:block;position:absolute;top:0;left:0;width:325px;height:288px;background-position:-220px 0;background-repeat:no-repeat;overflow:hidden;z-index:0}.hero.triangle-pattern:after{content:"";display:block;position:absolute;bottom:0;right:0;width:325px;height:288px;-ms-transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);background-position:-220px 0;background-repeat:no-repeat;overflow:hidden;z-index:0}.hero.triangle-pattern .image-wrapper{position:relative;max-width:75em;margin:0 auto;z-index:1}.ie8 .hero.triangle-pattern .image-wrapper{min-width:61.5em}.hero.triangle-pattern .image-wrapper img,.hero.triangle-pattern .image-wrapper object,.hero.triangle-pattern .image-wrapper object img{display:block;float:left;padding-left:10px;max-width:20%;box-sizing:border-box}.hero.triangle-pattern .column-block{position:relative;max-width:75em;margin:0 auto;z-index:1}.ie8 .hero.triangle-pattern .column-block{min-width:61.5em}.hero.triangle-pattern .inner-wrapper{float:left;width:80%;padding:0 1.25em;box-sizing:border-box}.hero.triangle-pattern .copy-wrapper,.hero.triangle-pattern .hero.solution-hero .link-wrapper,.hero.solution-hero .hero.triangle-pattern .link-wrapper{font-size:1.25em}@media (max-width: 24.0625em){.hero.triangle-pattern .copy-wrapper,.hero.triangle-pattern .hero.solution-hero .link-wrapper,.hero.solution-hero .hero.triangle-pattern .link-wrapper{font-size:1em}}.hero.triangle-pattern .link-wrapper li{float:left}.hero.triangle-pattern .link-wrapper a{font-size:1.5em;color:inherit}@media (max-width: 53.4375em){.hero.triangle-pattern{padding:1em 0}.hero.triangle-pattern .image-wrapper img{float:none;margin:0 auto;max-width:200%}.hero.triangle-pattern .inner-wrapper{width:100%;text-align:center}.hero.triangle-pattern.btn-bar .link-wrapper li{float:none;padding:0;border:0;margin:1em 0}}.hero.arrow-hero{position:relative}.ie8 .hero.arrow-hero{min-width:61.5em}.hero.arrow-hero .image-wrapper{position:absolute;display:block;z-index:1;right:0;bottom:0}.hero.arrow-hero .inner-wrapper{position:relative;padding:1.5em 0 .5em;margin-bottom:40px;z-index:2;min-height:8.75em}.hero.arrow-hero .inner-wrapper:before{content:"";display:block;position:absolute;top:100%;left:50%;width:0;height:0;margin-left:-20px;border-style:solid;border-width:20px 20px 0;border-left-color:transparent;border-right-color:transparent}.hero.arrow-hero .headline-wrapper,.hero.arrow-hero .copy-wrapper,.hero.arrow-hero .hero.solution-hero .link-wrapper,.hero.solution-hero .hero.arrow-hero .link-wrapper{text-align:center;padding:0 1em}.hero.arrow-hero .headline-wrapper a,.hero.arrow-hero .copy-wrapper a,.hero.arrow-hero .hero.solution-hero .link-wrapper a,.hero.solution-hero .hero.arrow-hero .link-wrapper a{color:inherit;text-decoration:underline}.hero.triangle-pattern-arrow{position:relative}.ie8 .hero.triangle-pattern-arrow{min-width:61.5em}.hero.triangle-pattern-arrow:before{content:"";display:block;position:absolute;top:0;left:0;width:325px;height:288px;max-height:100%;margin-bottom:-40px;background-position:-220px 0;background-repeat:no-repeat;overflow:hidden;z-index:1}.hero.triangle-pattern-arrow:after{content:"";display:block;position:absolute;bottom:0;right:0;width:325px;height:288px;max-height:100%;-ms-transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);background-position:-220px 0;background-repeat:no-repeat;overflow:hidden;z-index:1}.hero.triangle-pattern-arrow .image-wrapper{display:none}.hero.triangle-pattern-arrow .link-wrapper{display:none}.hero.triangle-pattern-arrow .inner-wrapper{position:relative;padding:1.5em 0 .5em;margin:0 1.25em 1.25em;z-index:2}.hero.triangle-pattern-arrow .inner-wrapper:before{content:"";display:block;position:absolute;top:100%;left:50%;width:0;height:0;margin-left:-20px;border-style:solid;border-width:20px 20px 0;border-left-color:transparent;border-right-color:transparent}.hero.triangle-pattern-arrow .headline-wrapper,.hero.triangle-pattern-arrow .copy-wrapper,.hero.triangle-pattern-arrow .hero.solution-hero .link-wrapper,.hero.solution-hero .hero.triangle-pattern-arrow .link-wrapper{text-align:center}.hero.triangle-pattern-arrow .headline-wrapper a,.hero.triangle-pattern-arrow .copy-wrapper a,.hero.triangle-pattern-arrow .hero.solution-hero .link-wrapper a,.hero.solution-hero .hero.triangle-pattern-arrow .link-wrapper a{color:inherit;text-decoration:underline}.hero.full-image:before,.hero.full-image:after,.hero.full-image-arrow:before,.hero.full-image-arrow:after{content:none}.hero.full-image .background-image,.hero.full-image-arrow .background-image{background-size:cover;width:100%;overflow:hidden}.hero.full-image .inner-wrapper:before,.hero.full-image .inner-wrapper:after,.hero.full-image-arrow .inner-wrapper:before,.hero.full-image-arrow .inner-wrapper:after{content:none}.hero.full-image-arrow .background-image:before{content:"";display:block;position:absolute;width:50%;bottom:0;left:-1.25em;border-bottom:1.25em solid #fff;border-right:1.25em solid transparent}.hero.full-image-arrow .background-image:after{content:"";display:block;position:absolute;width:50%;bottom:0;right:-1.25em;border-bottom:1.25em solid #fff;border-left:1.25em solid transparent}@media (max-width: 42.1875em){.hero.triangle-pattern:after,.hero.triangle-pattern-arrow:after{display:none}}.hero-solutions{background-size:cover;position:relative;height:25rem;width:100%;margin-bottom:1.5rem}@media screen and (max-width: 50rem){.hero-solutions{height:100%}}@media screen and (max-width: 50rem){.hero-solutions .img-wrapper{height:15.625rem;z-index:auto}.hero-solutions .bg-gradient-400-86k{background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMuMTI1cmVtIiBzdG9wLWNvbG9yPSIjZmFmYWZhIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTMuNjI1cmVtIiBzdG9wLWNvbG9yPSIjMjIyMjIyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjIyMjIyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');background:linear-gradient(rgba(250,250,250,0) 0%,rgba(250,250,250,0) 3.125rem,#222222 13.625rem,#222222 100%)}}@media screen and (max-width: 50rem) and (max-width: 37.5em){.hero-solutions .img-wrapper{height:13.5rem}.hero-solutions .bg-gradient-400-86k{background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEuMTg3NXJlbSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjExLjkzNzVyZW0iIHN0b3AtY29sb3I9IiMyMjIyMjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background:linear-gradient(rgba(250,250,250,0) 0%,rgba(250,250,250,0) 1.1875rem,#222222 11.9375rem,#222222 100%)}}.hero-table{overflow:hidden;*zoom:1;max-width:75em;margin-left:auto;margin-right:auto;width:75em;display:table;height:inherit;color:#fff}@media screen and (max-width: 50rem){.hero-table{background-color:#fff;color:#000;width:100%;height:100%}}.hero-table .bottom-table-text{font-size:1.125rem;padding:0 1rem 4.5rem}@media screen and (max-width: 50rem){.hero-table .bottom-table-text{vertical-align:top;padding-top:16rem;padding-bottom:0}}@media screen and (max-width: 37.5em){.hero-table .bottom-table-text{padding-top:15rem}}.hero-table h1{font-size:1.875rem;font-weight:400;text-shadow:0 0 8px rgba(0,0,0,0.85)}.hero-table p{font-weight:100}.hero-table h1,.hero-table p{width:36.5rem}@media screen and (max-width: 50rem){.hero-table h1,.hero-table p{text-shadow:none;width:inherit}}.celebrity-v2 .copy-wrapper ul,.celebrity-v2 .hero.solution-hero .link-wrapper ul,.hero.solution-hero .celebrity-v2 .link-wrapper ul{list-style:initial;list-style-position:outside;margin-left:1.25em}.celebrity-v2 .copy-wrapper ul li,.celebrity-v2 .hero.solution-hero .link-wrapper ul li,.hero.solution-hero .celebrity-v2 .link-wrapper ul li{margin-bottom:.5em}.celebrity-v2.triangle-image:after{content:"";display:block;position:absolute;top:0;bottom:0;margin:0 .75em;z-index:0}.celebrity-v2.triangle-image .image-wrapper{position:absolute;top:0;width:210px;height:210px;max-height:100%;margin:0 .75em 0 auto;overflow:hidden;z-index:1}.celebrity-v2.triangle-image .image-wrapper img{display:block;position:absolute;right:0}.celebrity-v2.triangle-image .image-wrapper:after{content:"";display:block;position:absolute;top:0;left:0;height:0;width:0;border-width:105px;border-style:solid;border-top-color:transparent;border-right-color:transparent}.celebrity-v2.triangle-image .inner-wrapper{position:relative;padding:1em 1.75em;z-index:2}.celebrity-v2.triangle-image .link-wrapper li+li{margin-top:1em}.celebrity-v2.triangle-image.right-alternate .image-wrapper{margin:0 auto 0 .75em}.celebrity-v2.triangle-image.right-alternate .image-wrapper:after{right:0;left:auto;border-left-color:transparent;border-right-color:currentColor}.celebrity-v2.triangle-image.right-alternate .image-wrapper img{right:auto;left:0}.celebrity-v2.triangle-image.right-alternate:before{float:left;margin:1em 0 0 .75em}.celebrity-v2.triangle-image.right-alternate .inner-wrapper:before,.celebrity-v2.triangle-image.right-alternate .headline-wrapper:before,.celebrity-v2.triangle-image.right-alternate .copy-wrapper:before,.celebrity-v2.triangle-image.right-alternate .hero.solution-hero .link-wrapper:before,.hero.solution-hero .celebrity-v2.triangle-image.right-alternate .link-wrapper:before{float:left;margin:0 0 0 -1em}.celebrity-v2.triangle-image.right-alternate .inner-wrapper{text-align:right}.celebrity-v2.triangle-image:before,.celebrity-v2.triangle-image .inner-wrapper:before,.celebrity-v2.triangle-image .headline-wrapper:before,.celebrity-v2.triangle-image .copy-wrapper:before,.celebrity-v2.triangle-image .hero.solution-hero .link-wrapper:before,.hero.solution-hero .celebrity-v2.triangle-image .link-wrapper:before{content:"";display:block;position:relative;float:right;clear:both;height:40px;margin-right:-1em;z-index:2}.celebrity-v2.triangle-image:before{width:172px;margin:1em .75em 0 0}.celebrity-v2.triangle-image .inner-wrapper:before{width:132px}.celebrity-v2.triangle-image .headline-wrapper:before{width:92px}.celebrity-v2.triangle-image .copy-wrapper:before,.celebrity-v2.triangle-image .hero.solution-hero .link-wrapper:before,.hero.solution-hero .celebrity-v2.triangle-image .link-wrapper:before{width:52px}.column-block:first-child .celebrity-v2.triangle-image:before,.column-block:first-child .celebrity-v2.triangle-image:after,.column-block:first-child .celebrity-v2.triangle-image.right-alternate .image-wrapper{margin-left:0}.column-block:first-child .celebrity-v2.triangle-image .inner-wrapper{padding-left:1em}.column-block:last-child .celebrity-v2.triangle-image:before,.column-block:last-child .celebrity-v2.triangle-image:after,.column-block:last-child .celebrity-v2.triangle-image .image-wrapper{margin-right:0}.column-block:last-child .celebrity-v2.triangle-image .inner-wrapper{padding-right:1em}@media (max-width: 45em){.celebrity-v2.triangle-image{position:relative;margin-top:1.5em}.column-block:first-child .celebrity-v2.triangle-image{margin-top:0}.celebrity-v2.triangle-image .image-wrapper{left:0 !important;right:0 !important;margin-right:0}.celebrity-v2.triangle-image.right-alternate .image-wrapper{margin-left:0}.celebrity-v2.triangle-image.corporate-theme{background-color:#444}.celebrity-v2.triangle-image.corporate-dark-theme{background-color:#262626}.celebrity-v2.triangle-image.snagit-theme{background-color:#005a8c}.celebrity-v2.triangle-image.camtasia-theme{background-color:#5a8e22}.celebrity-v2.triangle-image.screencast-theme{background-color:#ef8200}.celebrity-v2.triangle-image.morae-theme{background-color:#106470}.celebrity-v2.triangle-image.relay-theme{background-color:#af2925}.celebrity-v2.triangle-image.jing-theme{background-color:#ffc82e}.celebrity-v2.triangle-image.coachseye-theme{background-color:#0072cf}.celebrity-v2.triangle-image.fuse-theme{background-color:#e63124}.celebrity-v2.triangle-image.white-theme{background-color:#fff}}@media (max-width: 31.25em){.celebrity-v2.triangle-image:before,.celebrity-v2.triangle-image .inner-wrapper:before,.celebrity-v2.triangle-image .headline-wrapper:before,.celebrity-v2.triangle-image .copy-wrapper:before,.celebrity-v2.triangle-image .hero.solution-hero .link-wrapper:before,.hero.solution-hero .celebrity-v2.triangle-image .link-wrapper:before{content:none}.celebrity-v2.triangle-image .image-wrapper img{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}}.celebrity-v2.theme-border .image-wrapper img{display:block;margin:0 auto}.celebrity-v2.theme-border .inner-wrapper{position:relative;margin:1em 1.5em 1.75em}.celebrity-v2.theme-border .link-wrapper li+li{margin-top:1em}.celebrity-v2.theme-border:before,.celebrity-v2.theme-border:after{content:"";display:block;position:absolute;bottom:0;border-left:1px solid #c2c2c2}.column-block:first-child .celebrity-v2.theme-border:before,.column-block:first-child .celebrity-v2.theme-border:after{border-left:0}.celebrity-v2.theme-border:before{top:0;border-top:1px solid #c2c2c2}.celebrity-v2.theme-border:after{height:.625em}@media (max-width: 45em){.column-block:first-child .celebrity-v2.theme-border{border-top:1px solid #c2c2c2}.celebrity-v2.theme-border:before,.celebrity-v2.theme-border:after{content:none}.celebrity-v2.theme-border .inner-wrapper:after{content:"";display:block;clear:left;height:.625em;margin:1.75em -1.5em -1.75em}.celebrity-v2.theme-border.corporate-theme .inner-wrapper:after{background-color:#444}.celebrity-v2.theme-border.corporate-dark-theme .inner-wrapper:after{background-color:#262626}.celebrity-v2.theme-border.snagit-theme .inner-wrapper:after{background-color:#005a8c}.celebrity-v2.theme-border.camtasia-theme .inner-wrapper:after{background-color:#5a8e22}.celebrity-v2.theme-border.screencast-theme .inner-wrapper:after{background-color:#ef8200}.celebrity-v2.theme-border.morae-theme .inner-wrapper:after{background-color:#106470}.celebrity-v2.theme-border.relay-theme .inner-wrapper:after{background-color:#af2925}.celebrity-v2.theme-border.jing-theme .inner-wrapper:after{background-color:#ffc82e}.celebrity-v2.theme-border.coachseye-theme .inner-wrapper:after{background-color:#0072cf}.celebrity-v2.theme-border.fuse-theme .inner-wrapper:after{background-color:#e63124}.celebrity-v2.theme-border.white-theme .inner-wrapper:after{background-color:#fff}.celebrity-v2.theme-border .headline-wrapper{float:left;width:40%;padding-right:1.5em;text-align:right}.celebrity-v2.theme-border .copy-wrapper,.celebrity-v2.theme-border .hero.solution-hero .link-wrapper,.hero.solution-hero .celebrity-v2.theme-border .link-wrapper{padding-left:1.5em;margin-left:40%}.celebrity-v2.theme-border .link-wrapper{text-align:center}}@media (max-width: 36.25em){.celebrity-v2.theme-border .headline-wrapper{float:none;width:auto;padding:0;text-align:center}.celebrity-v2.theme-border .copy-wrapper,.celebrity-v2.theme-border .hero.solution-hero .link-wrapper,.hero.solution-hero .celebrity-v2.theme-border .link-wrapper{padding:0;margin:0;text-align:center}}.celebrity-v2.left-style,.celebrity-v2.centered-style,.celebrity-v2.right-style{padding:0 1em .5em}.celebrity-v2.left-style .image-wrapper img,.celebrity-v2.left-style .image-wrapper object,.celebrity-v2.left-style .image-wrapper object img,.celebrity-v2.centered-style .image-wrapper img,.celebrity-v2.centered-style .image-wrapper object,.celebrity-v2.centered-style .image-wrapper object img,.celebrity-v2.right-style .image-wrapper img,.celebrity-v2.right-style .image-wrapper object,.celebrity-v2.right-style .image-wrapper object img{display:inline-block;max-width:100%;padding-bottom:.5em}.celebrity-v2.left-style .link-wrapper li,.celebrity-v2.centered-style .link-wrapper li,.celebrity-v2.right-style .link-wrapper li{margin:1em 0}.region.one-column .celebrity-v2.left-style .link-wrapper,.region.one-column .celebrity-v2.centered-style .link-wrapper,.region.one-column .celebrity-v2.right-style .link-wrapper{margin:0 -.5em}.region.one-column .celebrity-v2.left-style .link-wrapper li,.region.one-column .celebrity-v2.centered-style .link-wrapper li,.region.one-column .celebrity-v2.right-style .link-wrapper li{display:inline-block;margin:0 .5em}@media (max-width: 45em){.celebrity-v2.left-style,.celebrity-v2.centered-style,.celebrity-v2.right-style{margin-bottom:2em}.region.one-column .celebrity-v2.left-style .link-wrapper li,.region.one-column .celebrity-v2.centered-style .link-wrapper li,.region.one-column .celebrity-v2.right-style .link-wrapper li{display:list-item;margin:1em .5em}}.celebrity-v2.centered-style{text-align:center}.celebrity-v2.right-style{text-align:right}.celebrity-v2.product-promo{max-width:25em;margin:0 auto}.celebrity-v2.product-promo:before{content:"";display:block;position:absolute;top:0;bottom:0;max-width:23em;margin:0 1em;border:1px solid #ccc;background-color:#fff}.region.one-column .celebrity-v2.product-promo:before,.region.two-column .celebrity-v2.product-promo:before{margin:0 auto}.celebrity-v2.product-promo .image-wrapper{position:relative;max-width:23em;margin:0 1em}.celebrity-v2.product-promo .image-wrapper img{display:block;max-width:100%;margin:0 auto}.celebrity-v2.product-promo .inner-wrapper{position:relative;max-width:18.5em;margin:0 auto;padding:1.25em 2.25em;text-align:center}.celebrity-v2.product-promo .additional-text-wrapper{margin:.5em -2.25em}.celebrity-v2.product-promo .additional-text-wrapper h1,.celebrity-v2.product-promo .additional-text-wrapper h2,.celebrity-v2.product-promo .additional-text-wrapper h3,.celebrity-v2.product-promo .additional-text-wrapper h4,.celebrity-v2.product-promo .additional-text-wrapper h5,.celebrity-v2.product-promo .additional-text-wrapper h6,.celebrity-v2.product-promo .additional-text-wrapper p{font-family:museo-sans,Helvetica,Arial,sans-serif;font-size:3.75em;font-weight:500;margin:0}.celebrity-v2.product-promo .link-wrapper a{font-size:.875em}@media (max-width: 58.125em){.celebrity-v2.product-promo{max-width:none;border:1px solid #ccc;margin:0 2em 2em;background-color:#fff}.celebrity-v2.product-promo:before{content:none}.celebrity-v2.product-promo .image-wrapper{max-width:none}.celebrity-v2.product-promo .inner-wrapper{max-width:none;padding:1.25em 2.25em 1.25em .25em;margin:0;overflow:hidden}.celebrity-v2.product-promo .headline-wrapper{float:left;width:40%;text-align:right}.celebrity-v2.product-promo .headline-wrapper h1,.celebrity-v2.product-promo .headline-wrapper h2,.celebrity-v2.product-promo .headline-wrapper h3,.celebrity-v2.product-promo .headline-wrapper h4,.celebrity-v2.product-promo .headline-wrapper h5,.celebrity-v2.product-promo .headline-wrapper h6,.celebrity-v2.product-promo .headline-wrapper p{margin:0}.celebrity-v2.product-promo .additional-text-wrapper{float:left;clear:left;width:40%;margin:0;letter-spacing:-.125em;text-align:right}.celebrity-v2.product-promo .copy-wrapper:before,.celebrity-v2.product-promo .hero.solution-hero .link-wrapper:before,.hero.solution-hero .celebrity-v2.product-promo .link-wrapper:before{content:"";display:block;position:absolute;top:1em;bottom:1em;width:1px;margin-left:-1em;background-color:#ccc}.celebrity-v2.product-promo .copy-wrapper,.celebrity-v2.product-promo .hero.solution-hero .link-wrapper,.hero.solution-hero .celebrity-v2.product-promo .link-wrapper,.celebrity-v2.product-promo .link-wrapper{margin-left:40%;padding-left:2em;text-align:left}}@media (max-width: 34.375em){.celebrity-v2.product-promo{position:relative;max-width:25em;border:0;background-color:transparent;margin:0 auto 2em}.celebrity-v2.product-promo:before{content:"";left:0 !important;right:0 !important}.region.one-column .celebrity-v2.product-promo:before,.region.two-column .celebrity-v2.product-promo:before{margin:0 1em}.celebrity-v2.product-promo .inner-wrapper{padding-left:2.25em}.celebrity-v2.product-promo .headline-wrapper{float:none;width:auto;text-align:center}.celebrity-v2.product-promo .additional-text-wrapper{float:none;width:auto;margin:.5em -2.25em;letter-spacing:0;text-align:center}.celebrity-v2.product-promo .copy-wrapper:before,.celebrity-v2.product-promo .hero.solution-hero .link-wrapper:before,.hero.solution-hero .celebrity-v2.product-promo .link-wrapper:before{content:none}.celebrity-v2.product-promo .copy-wrapper,.celebrity-v2.product-promo .hero.solution-hero .link-wrapper,.hero.solution-hero .celebrity-v2.product-promo .link-wrapper,.celebrity-v2.product-promo .link-wrapper{margin-left:0;padding-left:0;text-align:center}}.celebrity-v2.image-left .image-wrapper{display:table-cell;vertical-align:middle;text-align:right}.celebrity-v2.image-left .image-wrapper img{display:inline-block;max-width:100%;padding-bottom:.5em}.celebrity-v2.image-left .inner-wrapper{display:table-cell;padding:0 1em;vertical-align:middle}.celebrity-v2.image-left .copy-wrapper,.celebrity-v2.image-left .hero.solution-hero .link-wrapper,.hero.solution-hero .celebrity-v2.image-left .link-wrapper{max-width:35em}.celebrity-v2.image-left .link-wrapper li{float:left;margin:0 1em 1em 0}@media (max-width: 54.75em){.celebrity-v2.image-left .image-wrapper{display:block;text-align:center}.celebrity-v2.image-left .inner-wrapper{display:block;text-align:center}.celebrity-v2.image-left .copy-wrapper,.celebrity-v2.image-left .hero.solution-hero .link-wrapper,.hero.solution-hero .celebrity-v2.image-left .link-wrapper{margin:0 auto}.celebrity-v2.image-left .link-wrapper li{float:none;margin-right:0}.celebrity-v2.image-left.btn-bar .link-wrapper li{float:none;padding:0;border:0;margin:1em 0}}@media (max-width: 45em){.celebrity-v2.image-left{margin-bottom:2em}}.celebrity-v2.full-image{padding:2em 3em;text-align:center}.column-block:first-child .celebrity-v2.full-image .image-wrapper{background-color:#b3b3b3}.celebrity-v2.full-image.snagit-theme .image-wrapper{background-color:#00476f}.column-block:first-child .celebrity-v2.full-image.snagit-theme .image-wrapper{background-color:#5c95b5}.celebrity-v2.full-image .image-wrapper{background-color:#323232;position:absolute;top:0;bottom:0;margin:0 1em;border-width:1px;border-style:solid;border-color:inherit;overflow:hidden;box-sizing:border-box}.celebrity-v2.full-image .image-wrapper img{display:block;position:absolute;top:0;left:0;min-height:100%}.column-block:first-child .celebrity-v2.full-image .image-wrapper img{left:auto;right:0}.celebrity-v2.full-image .inner-wrapper{position:relative}.celebrity-v2.full-image .link-wrapper li{margin:1em 0}@media (max-width: 45em){.celebrity-v2.full-image{position:relative;padding:1.25em 1.5em 1.5em}.column-block+.column-block .celebrity-v2.full-image{margin-top:1em}.celebrity-v2.full-image .image-wrapper{margin:0}}.quotation{min-height:270px}.quotation:before{content:"";display:block;position:absolute;top:0;bottom:0;width:220px;background-color:#fff}.quotation .image-wrapper{position:relative;float:left;width:220px;height:270px}.quotation .image-wrapper:before{content:"";display:block;position:absolute;bottom:0;right:0;height:0;width:0;border-left-color:transparent;border-style:solid;border-width:0 0 45px 45px}.quotation img{display:block}.quotation .inner-wrapper{min-height:220px;margin-left:220px;padding:25px 25px 10px}.quotation blockquote{margin:0 0 30px}.quotation .link-wrapper p{margin:0}.hotshot.centered-style{padding:.5em}.hotshot.centered-style .hotshot-link{display:block;padding:.5em;color:#333;text-align:center;text-decoration:none;border:1px solid transparent}.hotshot.centered-style .hotshot-link:before{content:"";position:absolute;display:block;top:.5em;bottom:1em;margin:0 .5em 0 -.5em;clip:rect(auto, auto, auto, 1em);z-index:0}.region.one-column .column-block .hotshot.centered-style .hotshot-link:before{width:100%}.region.one-column .column-block .hotshot.centered-style .hotshot-link:before,.region.one-column .column-block .hotshot.centered-style .hotshot-link:after{left:0%}.region.two-column .column-block .hotshot.centered-style .hotshot-link:before{width:50%}.region.two-column .column-block .hotshot.centered-style .hotshot-link:before,.region.two-column .column-block .hotshot.centered-style .hotshot-link:after{left:0%}.region.two-column .column-block+.column-block .hotshot.centered-style .hotshot-link:before,.region.two-column .column-block+.column-block .hotshot.centered-style .hotshot-link:after{left:50%}.region.three-column .column-block .hotshot.centered-style .hotshot-link:before{width:33.33333%}.region.three-column .column-block .hotshot.centered-style .hotshot-link:before,.region.three-column .column-block .hotshot.centered-style .hotshot-link:after{left:0%}.region.three-column .column-block+.column-block .hotshot.centered-style .hotshot-link:before,.region.three-column .column-block+.column-block .hotshot.centered-style .hotshot-link:after{left:33.33333%}.region.three-column .column-block+.column-block+.column-block .hotshot.centered-style .hotshot-link:before,.region.three-column .column-block+.column-block+.column-block .hotshot.centered-style .hotshot-link:after{left:66.66667%}.region.four-column .column-block .hotshot.centered-style .hotshot-link:before{width:25%}.region.four-column .column-block .hotshot.centered-style .hotshot-link:before,.region.four-column .column-block .hotshot.centered-style .hotshot-link:after{left:0%}.region.four-column .column-block+.column-block .hotshot.centered-style .hotshot-link:before,.region.four-column .column-block+.column-block .hotshot.centered-style .hotshot-link:after{left:25%}.region.four-column .column-block+.column-block+.column-block .hotshot.centered-style .hotshot-link:before,.region.four-column .column-block+.column-block+.column-block .hotshot.centered-style .hotshot-link:after{left:50%}.region.four-column .column-block+.column-block+.column-block+.column-block .hotshot.centered-style .hotshot-link:before,.region.four-column .column-block+.column-block+.column-block+.column-block .hotshot.centered-style .hotshot-link:after{left:75%}.hotshot.centered-style .hotshot-link:hover:before,.hotshot.centered-style .hotshot-link:hover:after,.hotshot.centered-style .hotshot-link:focus:before,.hotshot.centered-style .hotshot-link:focus:after,.hotshot.centered-style .hotshot-link:active:before,.hotshot.centered-style .hotshot-link:active:after{border-color:#ccc;background-color:#e6e6e6}.hotshot.centered-style .hotshot-link:hover .link-wrapper span:after,.hotshot.centered-style .hotshot-link:focus .link-wrapper span:after,.hotshot.centered-style .hotshot-link:active .link-wrapper span:after{border-left-color:#e6e6e6}.hotshot.centered-style .inner-wrapper{position:relative;z-index:1}.hotshot.centered-style .copy-wrapper,.hotshot.centered-style .hero.solution-hero .link-wrapper,.hero.solution-hero .hotshot.centered-style .link-wrapper{padding:0 .5em;margin:0 auto;max-width:400px}.hotshot.centered-style .image-wrapper{position:relative;padding-bottom:1em;z-index:1}.hotshot.centered-style .image-wrapper img,.hotshot.centered-style .image-wrapper object,.hotshot.centered-style .image-wrapper object img{display:block;max-width:100%;margin:0 auto}.hotshot.centered-style.first-button-type-arrow-link .hotshot-link:hover .link-wrapper span,.hotshot.centered-style.first-button-type-arrow-link .hotshot-link:focus .link-wrapper span,.hotshot.centered-style.first-button-type-arrow-link .hotshot-link:active .link-wrapper span{color:#ff9000}.hotshot.centered-style.first-btn-arrow .link-wrapper span{color:#0072cf}.hotshot.centered-style .link-wrapper p{margin:0}.hotshot.centered-style.left-style .hotshot-link,.hotshot.centered-style.right-style .hotshot-link{text-align:left}@media (max-width: 45em){.region.three-column .column-block:first-child .hotshot.centered-style .hotshot-link:hover,.region.three-column .column-block:first-child+.column-block .hotshot.centered-style .hotshot-link:hover,.region.three-column .column-block:first-child+.column-block+.column-block .hotshot.centered-style .hotshot-link:hover{border-color:#ccc;background-color:#e6e6e6}.region.three-column .column-block:first-child .hotshot.centered-style .hotshot-link:before,.region.three-column .column-block:first-child+.column-block .hotshot.centered-style .hotshot-link:before,.region.three-column .column-block:first-child+.column-block+.column-block .hotshot.centered-style .hotshot-link:before{content:none}}.hotshot.article-promo .hotshot-link{position:relative;display:block;margin:2em;color:#333;background-color:#fff;border:1px solid #ccc;text-decoration:none;transition:color 0.3s,background-color 0.3s,border-color 0.3s;z-index:1}@media (min-width: 56.25em){.region.four-column .hotshot.article-promo .hotshot-link{margin:1em}}@media (max-width: 65em) and (min-width: 56.25em){.region.three-column .hotshot.article-promo .hotshot-link{margin:1em}}@media (max-width: 43em) and (min-width: 37.5em){.region.two-column .hotshot.article-promo .hotshot-link,.region.three-column .hotshot.article-promo .hotshot-link,.region.four-column .hotshot.article-promo .hotshot-link{margin:1em}}.hotshot.article-promo .hotshot-link:after{content:"";display:block;position:absolute;top:-1px;right:-1px;left:-1px;border-width:3px 0 8px 8px;border-style:solid;border-bottom-color:transparent;z-index:1}.hotshot.article-promo .hotshot-link:hover .image-wrapper img,.hotshot.article-promo .hotshot-link:active .image-wrapper img,.hotshot.article-promo .hotshot-link:focus .image-wrapper img{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.hotshot.article-promo .hotshot-link:hover .copy-wrapper,.hotshot.article-promo .hotshot-link:hover .hero.solution-hero .link-wrapper,.hero.solution-hero .hotshot.article-promo .hotshot-link:hover .link-wrapper,.hotshot.article-promo .hotshot-link:hover .link-wrapper,.hotshot.article-promo .hotshot-link:active .copy-wrapper,.hotshot.article-promo .hotshot-link:active .hero.solution-hero .link-wrapper,.hero.solution-hero .hotshot.article-promo .hotshot-link:active .link-wrapper,.hotshot.article-promo .hotshot-link:active .link-wrapper,.hotshot.article-promo .hotshot-link:focus .copy-wrapper,.hotshot.article-promo .hotshot-link:focus .hero.solution-hero .link-wrapper,.hero.solution-hero .hotshot.article-promo .hotshot-link:focus .link-wrapper,.hotshot.article-promo .hotshot-link:focus .link-wrapper{color:inherit;transition-property:none}.hotshot.article-promo .image-wrapper{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;overflow:hidden;z-index:2}.hotshot.article-promo .image-wrapper img,.hotshot.article-promo .image-wrapper object,.hotshot.article-promo .image-wrapper object img{position:absolute;display:block;min-width:100%;min-height:100%;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity 0.3s}.hotshot.article-promo .inner-wrapper{position:relative;max-height:12em;padding:10% 10% 4em;overflow:hidden;z-index:3}.hotshot.article-promo .inner-wrapper:before{position:relative;content:"";display:block;float:right;width:1px;margin-right:-1px;padding-bottom:75%}.hotshot.article-promo .headline-wrapper{position:relative}.hotshot.article-promo .copy-wrapper,.hotshot.article-promo .hero.solution-hero .link-wrapper,.hero.solution-hero .hotshot.article-promo .link-wrapper{position:relative;height:0;font-size:0.875em;color:#999;transition:color 0.3s}.hotshot.article-promo .link-wrapper{position:absolute;bottom:0;margin-bottom:10%;color:#0072cf;transition:color 0.3s}@media (max-width: 60em) and (min-width: 37.5em){.region.four-column .article-promo-wrapper{width:33.33333%}}@media (max-width: 56.25em) and (min-width: 37.5em){.region.three-column .article-promo-wrapper,.region.four-column .article-promo-wrapper{width:50%}}@media (max-width: 37.5em){.region.two-column .article-promo-wrapper,.region.three-column .article-promo-wrapper,.region.four-column .article-promo-wrapper{width:100%}.region.two-column .article-promo,.region.three-column .article-promo,.region.four-column .article-promo{margin:0 1em}.region.two-column .article-promo .hotshot-link,.region.three-column .article-promo .hotshot-link,.region.four-column .article-promo .hotshot-link{max-width:20em;margin:1em auto}}.hotshot.content-popup{max-width:25em;margin:0 auto}.hotshot.content-popup .hotshot-link{position:relative;display:block;max-height:17.25em;margin:1em;color:#333;text-decoration:none;background-color:#fff;overflow:hidden;box-shadow:0 0 6px 2px #ccc}.hotshot.content-popup .hotshot-link:before{content:"";display:block;padding-bottom:100%}.hotshot.content-popup .hotshot-link:hover,.hotshot.content-popup .hotshot-link:focus{box-shadow:0 0 6px 2px gray}.hotshot.content-popup .hotshot-link:hover .inner-wrapper{bottom:0;min-height:80%;min-height:calc(100% - 4em);margin-bottom:0;background-color:#fff;transition-duration:0.3s;transition-delay:0.3s}.hotshot.content-popup .image-wrapper{position:absolute;top:0;left:0;width:100%}.hotshot.content-popup .image-wrapper img{display:block;width:100%}.hotshot.content-popup .inner-wrapper{position:absolute;right:0;left:0;bottom:-100%;min-height:100%;max-height:100%;padding:.5em .5em 0;border-width:0 0 3px;border-style:solid;margin-bottom:4em;box-sizing:border-box;background-color:#fff;background-color:rgba(255,255,255,0.85);transition-property:min-height,margin-bottom,bottom,background-color;transition-duration:0.2s;transition-delay:0s}.hotshot.content-popup .headline-wrapper{min-height:3.5em;box-sizing:border-box}.hotshot.content-popup .copy-wrapper,.hotshot.content-popup .hero.solution-hero .link-wrapper,.hero.solution-hero .hotshot.content-popup .link-wrapper{margin-bottom:2.5em}.hotshot.content-popup .link-wrapper{position:absolute;bottom:.5em;color:#0072cf}@media (max-width: 37.5em){.hotshot.content-popup{max-width:none}.hotshot.content-popup .hotshot-link{height:5em;margin:0;box-shadow:0 0 0 0}.hotshot.content-popup .hotshot-link:before{content:none}.hotshot.content-popup .hotshot-link:hover,.hotshot.content-popup .hotshot-link:focus{box-shadow:0 0 0 0}.hotshot.content-popup .hotshot-link:hover .inner-wrapper,.hotshot.content-popup .hotshot-link:focus .inner-wrapper{top:0;min-height:0;margin:0}.hotshot.content-popup .image-wrapper{width:5em}.hotshot.content-popup .inner-wrapper{top:0;left:5em;bottom:0;min-height:0;padding:0;border-width:0 0 0 3px;margin:0}.hotshot.content-popup .headline-wrapper{min-height:5em;padding:.5em .5em 0;border-bottom:1px solid #ccc}.content-popup-wrapper:first-child .headline-wrapper{border-top:1px solid #ccc}.hotshot.content-popup .copy-wrapper,.hotshot.content-popup .hero.solution-hero .link-wrapper,.hero.solution-hero .hotshot.content-popup .link-wrapper,.hotshot.content-popup .link-wrapper{display:none}}@media (max-width: 60em) and (min-width: 37.5em){.region.two-column .column-block:first-child .hotshot.content-popup,.region.four-column .column-block:nth-child(2n+1) .hotshot.content-popup{margin:0 0 0 auto}.region.two-column .column-block .hotshot.content-popup,.region.four-column .column-block:nth-child(2n+2) .hotshot.content-popup{margin:0 auto 0 0}.region.four-column .content-popup-wrapper{width:50%}}@media (max-width: 43.5em){.region.three-column .content-popup-wrapper{width:100%}}@media (max-width: 37.5em){.region.two-column .content-popup-wrapper,.region.four-column .content-popup-wrapper{width:100%}}.col-list{padding:.75em 0 1.25em;margin:0 0 0 15%}.link-list .links{padding:.25em 0 3.75em}.link-list .links:before{content:"";display:block;position:relative;top:0;margin:0;border-width:0.125rem 0 0.25rem 0.25rem;border-style:solid;border-bottom-color:transparent;width:7.5em;margin-bottom:.5em}.link-list .links li{padding:.35em 0}.link-list .links li a{font-size:0.875rem;color:#6e5d45;text-decoration:none}.link-list .links li a:hover{text-decoration:underline}.link-list .links li a:visited{color:#000}@media (max-width: 45em){.col-list{max-width:100%;margin:0 auto;z-index:2}.link-list{display:block;margin-left:10%;margin-right:5%;width:35%;float:left;padding-bottom:3.5em}.link-list .links{padding:0}.link-float{width:100%;clear:both}.link-float .link-list{width:100%}.link-float .link-list .links li{padding-right:15%}.link-float li{float:left;display:block;margin-right:2.35765%;width:48.82117%;margin:0;width:35%;padding-bottom:.5rem}.link-float li:last-child{margin-right:0}.link-float li:nth-child(2n){margin-right:0}.link-float li:nth-child(2n+1){clear:left}}@media (max-width: 24.0625em){.link-list{margin-left:10%;width:85%;padding-bottom:2.5em}.link-float .links li{width:85%}}.interface-switcher.flat-tabs{position:relative;padding-bottom:2.25em}.interface-switcher.flat-tabs button{position:relative;display:block;padding:.25em 1em 0;line-height:2;text-decoration:none;color:#333}.interface-switcher.flat-tabs button:before{display:inline-block;padding-right:.5em;line-height:1}.interface-switcher.flat-tabs button.icon-win:before{content:"\e603"}.interface-switcher.flat-tabs button.icon-mac:before{content:"\e605"}.interface-switcher.flat-tabs img{display:block;width:100%}.interface-switcher.flat-tabs .tabs{position:absolute;bottom:0;left:0;width:100%;border-width:2px 0 0;border-top-style:solid;overflow:hidden}.interface-switcher.flat-tabs .tabs li{float:left}.interface-switcher.flat-tabs .tabs li.active button{color:#0072cf}.interface-switcher.flat-tabs .tabs li.active button:after{content:"";display:block;position:absolute;top:0;left:50%;border-width:.5em .5em 0;border-style:solid;border-color:#333 transparent}.interface-switcher.flat-tabs .tabs button{outline:none}.interface-switcher.flat-tabs .images li{visibility:hidden}.interface-switcher.flat-tabs .images li.active{visibility:visible}.interface-switcher.flat-tabs .images li+li{position:absolute;top:0;bottom:2em;left:0;width:100%;overflow:hidden}.video-star{position:relative;width:100%;max-width:75em;margin:0 auto;padding:1em 0;transition:width 1s}.video-star:before{content:"";display:block;float:left;width:1px;margin-right:-1px;padding-bottom:0;transition:padding-bottom 1s}.video-star:after{content:"";display:block;position:absolute;top:0;bottom:0;left:-2000%;width:4000%;background-color:#000;z-index:0}@media (max-width: 50rem){.video-star:after{width:100%;left:0}}.video-star .video-trigger{position:relative;display:block;width:100%;color:#fff;z-index:1}.video-star .video-trigger:before{content:"";display:block;position:absolute;top:50%;left:50%;width:98px;height:98px;margin:-49px 0 0 -49px;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;transition:opacity 1s}.video-star .video-trigger:hover,.video-star .video-trigger:active,.video-star .video-trigger:focus{color:#fff;text-decoration:none}.video-star .headline-wrapper{position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;transition:opacity 1s}@media (max-width: 40em){.video-star .headline-wrapper{font-size:.85em}}@media (max-width: 34em){.video-star .headline-wrapper{font-size:.65em}}@media (max-width: 26em){.video-star .headline-wrapper{font-size:.4em}}.video-star.headline-top-left .headline-wrapper{top:1.5em;left:5em}.video-star.headline-top-right .headline-wrapper{top:1.5em;right:5em;text-align:right}.video-star.headline-bottom-left .headline-wrapper{bottom:1.5em;left:5em}.video-star.headline-bottom-right .headline-wrapper{bottom:1.5em;right:5em;text-align:right}.video-star .poster{display:block;max-width:100%;margin:-1em auto;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;transition:opacity 1s}.video-star .video-player{position:absolute;top:1em;left:0;width:100%;padding-top:0;padding-bottom:56.25%;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;-webkit-animation:delay-show 2s;animation:delay-show 2s;z-index:2}.video-star .video-frame{display:block;position:absolute;top:0;left:0;width:100%;height:100%;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;transition:opacity 1s}.video-star .video-frame.smart-player-full-frame-mode{position:fixed}.video-star.activated.video-max-800{width:50em}.video-star.activated:before{padding-bottom:56.25%}.video-star.activated .video-trigger{outline:none}.video-star.activated .video-trigger:before,.video-star.activated .poster,.video-star.activated .headline-wrapper{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}@-webkit-keyframes delay-show{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes delay-show{0%{opacity:0}50%{opacity:0}100%{opacity:1}}.smart-player-full-frame{overflow:hidden}.video-modal-wrapper.inactive{display:none}.video-modal-wrapper .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5;z-index:10000}.ie8 .video-modal-wrapper .overlay{min-width:61.5em}@media (max-width: 50rem){.video-modal-wrapper .overlay{right:-3em}}.video-modal-wrapper .close{position:absolute;top:-33px;right:-34px;padding:0;border:0;background-color:transparent}.video-modal-wrapper .video-frame-wrapper{visibility:hidden;position:absolute;top:0;right:50%;width:54.25em;height:29.375em;max-width:100%;max-height:100%;z-index:10000}@media (max-height: 32em){.video-modal-wrapper .video-frame-wrapper{width:51.80556em}}@media (max-height: 30em){.video-modal-wrapper .video-frame-wrapper{width:48.25em}}@media (max-height: 28em){.video-modal-wrapper .video-frame-wrapper{width:44.69444em}}@media (max-height: 26em){.video-modal-wrapper .video-frame-wrapper{width:41.13889em}}@media (max-height: 24em){.video-modal-wrapper .video-frame-wrapper{width:37.58333em}}@media (max-height: 22em){.video-modal-wrapper .video-frame-wrapper{width:34.02778em}}@media (max-height: 20em){.video-modal-wrapper .video-frame-wrapper{width:30.47222em}}@media (max-height: 18em){.video-modal-wrapper .video-frame-wrapper{width:26.91667em}}.video-modal-wrapper div.video-frame{position:relative;top:2em;left:50%;border:0.625em solid #c2c2c2;margin:0 1.5em;background-color:#000;border-radius:0.5em;visibility:visible;box-sizing:border-box}@media (max-width: 50rem){.video-modal-wrapper div.video-frame{margin-right:-1.5em}}.video-modal-wrapper .video-player{position:relative;padding-bottom:56.25%}.video-modal-wrapper iframe{display:block;position:absolute;top:0;left:0;width:50em;height:28.125em;max-width:100%;max-height:100%}.video-modal-wrapper iframe.smart-player-full-frame-mode{position:fixed;width:100%;height:100%}.product-download-form .dlSubmit input[type=submit],.arrow-form .dlSubmit input[type=submit]{color:#fff;font-size:.875em;padding:0.57143em 2.5em;border:2px solid #fff;font-weight:600;border-radius:2em;text-transform:uppercase}.ie8 .product-download-form .dlSubmit input[type=submit],.product-download-form .dlSubmit .ie8 input[type=submit],.ie8 .arrow-form .dlSubmit input[type=submit],.arrow-form .dlSubmit .ie8 input[type=submit]{font-family:proxima-nova-n6,proxima-nova,Helvetica,Arial,sans-serif}.product-download-form{position:relative;padding:1.25em 0;margin-bottom:1em;overflow:hidden}.ie8 .product-download-form{min-width:61.5em}.product-download-form .column-block{position:relative;max-width:75em;margin:0 auto}.ie8 .product-download-form .column-block{min-width:61.5em}.product-download-form .inner-wrapper{padding:0 1em;text-align:center}.product-download-form .inner-wrapper h1{font-size:3.75em}.product-download-form .inner-wrapper h2{font-size:3.1875em}.product-download-form .inner-wrapper h3{font-size:2.625em}.product-download-form .inner-wrapper h4{font-size:2.25em}.product-download-form .inner-wrapper h5{font-size:1.875em}.product-download-form .inner-wrapper h6{font-size:1.5em}@media (max-width: 50em){.product-download-form .inner-wrapper .headline-wrapper{font-size:.75em}}.product-download-form .form-wrapper{max-width:40em;margin:0 auto}.product-download-form .controls{padding-bottom:.25em}.product-download-form input[name=optin]{position:relative;top:1px;margin:1em .375em 0 0}.product-download-form input[name=signupEmail]{width:100%;height:2.25em;padding:0 1em;border:1px solid #b3b3b3;border-radius:6px;box-sizing:border-box;transition-property:border-radius background-color;transition-duration:0.5s;transition-timing-function:step-end}.product-download-form input[name=signupEmail].error{border-color:#bf3939;border-radius:6px 6px 0 0;transition-timing-function:step-start}.product-download-form input[name=signupEmail].error+.icon-wrapper{max-height:4.75em}.product-download-form .icon-wrapper{position:relative;max-height:0;border-radius:0 0 6px 6px;overflow:hidden;transition:max-height 0.5s}.product-download-form .icon-wrapper .glyph-exclamation{display:none}.product-download-form .icon-wrapper .arrow_box{padding:.125em 1em;text-align:left;background-color:#bf3939;border-radius:0 0 6px 6px;z-index:1}.product-download-form .icon-wrapper .arrow_box label{display:block;margin-left:1px}.product-download-form .radio-wrapper{position:relative;left:50%}.product-download-form .radio-wrapper input[type=radio]{position:relative;left:-2em;display:block;float:left;clear:both;margin:.25em .5em 0 0;cursor:pointer;z-index:1}.product-download-form .radio-wrapper label{position:relative;left:-4em;display:block;float:left;padding-left:2em;cursor:pointer}.product-download-form .radio-wrapper label ~ label{margin-bottom:2em}.product-download-form .mobile-messaging{display:none;position:relative;top:-1.5em;left:-50%;clear:left;margin-bottom:.5em}.product-download-form .radio-wrapper:nth-child(n){left:-2px}.product-download-form .radio-wrapper:nth-child(n):before{content:"";position:absolute;top:.875em;left:2px;height:2px;width:100%;margin-top:1px;background-color:rgba(255,255,255,0);background-image:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 10%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%)}.product-download-form .radio-wrapper:nth-child(n) input[type=radio]{position:absolute;z-index:-1}.product-download-form .radio-wrapper:nth-child(n) input[type=radio]:checked+label{color:#333;background-color:#fff}.product-download-form .radio-wrapper:nth-child(n) input[type=radio]:checked+label i:before{color:#008000}.product-download-form .radio-wrapper:nth-child(n) label{display:block;float:left;left:50%;width:9em;padding:0;border-width:2px 0 2px 2px;border-style:solid;border-color:#fff;margin:0 0 2em -9em;line-height:1.75;border-radius:1em 0 0 1em;text-align:center;text-transform:uppercase}.product-download-form .radio-wrapper:nth-child(n) label ~ label{border-width:2px 2px 2px 0;margin-left:0;border-radius:0 1em 1em 0}.product-download-form .radio-wrapper:nth-child(n) label i{display:inline-block;vertical-align:top;padding-right:.375em}.product-download-form .radio-wrapper:nth-child(n) .mobile-messaging{left:auto}@media (max-width: 25em){.product-download-form .radio-wrapper:nth-child(n):before{top:1.75em}.product-download-form .radio-wrapper:nth-child(n) label{left:auto;float:none;margin:0 auto;border-width:2px 2px 0;border-radius:0.75em 0.75em 0 0}.product-download-form .radio-wrapper:nth-child(n) label ~ label{border-width:0 2px 2px;border-radius:0 0 0.75em 0.75em;margin-bottom:2em;margin-left:auto}}.product-download-form .dlSubmit{display:inline-block;padding:0 1em 1em}.product-download-form+.section-footer{text-align:center}.product-download-form+.section-footer ul{display:inline-block;padding-bottom:1em}.product-download-form+.section-footer ul li{float:left}.product-download-form+.section-footer ul li+li{padding-left:.75em;border-left:1px solid;margin-left:.75em}@media (max-width: 52em){.product-download-form+.section-footer li{float:none;padding:0;border:0;margin:0}}.additional-download-content{padding:0 2em;text-align:center}.additional-download-content .toggle-hide{display:none}.additional-download-content .product-download-requirement-wrapper{margin-bottom:5em;text-align:left}.additional-download-content .product-download-requirement{max-width:43.75em;margin:0 auto}.additional-download-content .product-download-requirement ul{list-style-type:disc}.arrow-form input[type=text],.arrow-form input[type=email],.arrow-form input[type=tel],.arrow-form input[name=state],.arrow-form select[name=state],.arrow-form select[name=countryList],.arrow-form textarea{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;border-left-width:1px;border-right-color:#bbb;border-bottom-color:#bbb;border-top-color:#bbb;border-left-color:#bbb;background-color:#f4f4f4;height:1.5em;padding-left:8px;color:#808080}.arrow-form input[type=text].error,.arrow-form input[type=email].error,.arrow-form input[type=tel].error,.arrow-form input[name=state].error,.arrow-form select[name=state].error,.arrow-form input[name=orgtypeother].error,.arrow-form textarea.error{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-style:solid;border-left-style:solid;border-right-style:solid;border-top-style:solid;border-bottom-width:2px;border-right-width:2px;border-top-width:2px;border-left-width:2px;border-right-color:red;border-bottom-color:red;border-top-color:red;border-left-color:red;background-color:#f4f4f4;height:1.5em;padding-left:8px;color:#808080}.arrow-form .headline-image{right:0;bottom:0;width:188px;height:167px;z-index:0;display:inline;position:absolute}.arrow-form{position:relative;min-height:335px;overflow:hidden}.ie8 .arrow-form{min-width:61.5em}.arrow-form .control-group{max-width:24em;padding:0 1em;margin:0 auto}.arrow-form .headline-wrapper{text-align:center;position:relative;padding:0 1em 2.75em;min-height:3.75em}@media (max-width: 50em){.arrow-form .headline-wrapper{font-size:.75em}}.arrow-form h5{position:relative;margin-top:25px;margin-bottom:4px;color:#fff;display:block;max-width:29em;margin:auto;z-index:1}.arrow-form h5 a{color:#fff;text-decoration:underline}.arrow-form h2{position:relative;margin-bottom:4px;color:#fff;padding-top:20px;z-index:1}.arrow-form h1{position:relative;margin-top:25px;margin-bottom:4px;color:#fff;padding-top:20px;z-index:1}.arrow-form .arrow-down{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #b52121;border-top-color:#b52121;margin:auto}.arrow-form .column-block{position:relative;max-width:75em;margin:0 auto}.ie8 .arrow-form .column-block{min-width:61.5em}.arrow-form .column-block .inner-wrapper{padding-top:1.25em}.arrow-form .right{float:left;width:100%;display:inline-block}.arrow-form input[type=text],.arrow-form input[type=email]{width:100%;height:1.75em;margin-bottom:10px;box-sizing:border-box}.arrow-form label.error{margin:-5px 0 10px 3px;color:#b62222;width:100%;display:block}.arrow-form label[for=minParticipants].error{margin-top:6px;margin-left:22px}.arrow-form label[for=country].error{padding-top:10px;clear:both}.arrow-form label[for=institutionType].error{margin-top:2px;margin-left:22px}.arrow-form label[for=serverAvailable].error{margin-top:2px;margin-left:22px}.arrow-form .dlSubmit{margin-top:15px;margin-bottom:20px;text-align:center}.arrow-form input[type=tel],.arrow-form input[name=state],.arrow-form select[name=state]{width:60%;height:1.75em;margin-bottom:10px;box-sizing:border-box}.arrow-form input[name=orgtypeother]{margin-left:26px;width:90%}.arrow-form select[name=countryList]{border-bottom-right-radius:0;border-top-right-radius:0;width:87%}.arrow-form .subleft{float:left;width:60%}.arrow-form .subleft input[type=tel]{width:100%}.arrow-form .subleft select[name=countryList]{width:90%}.arrow-form .subright{float:right;width:40%}.arrow-form .subright input[type=tel]{width:100%}.arrow-form .checkboxWrapper{margin-top:8px;margin-bottom:10px;margin-right:8px}.arrow-form input[type=checkbox]{float:left;margin:5px;margin-bottom:30px}.arrow-form .products{margin-top:12px;margin-bottom:12px}.arrow-form .products input[type=checkbox]{float:none;margin-bottom:0;margin-left:10px}.arrow-form input[type=radio]{margin-left:10px;margin-bottom:6px;margin-top:6px}.arrow-form textarea{margin-top:4px;width:100%;height:150px;border-bottom-right-radius:0;margin-bottom:10px;box-sizing:border-box}.arrow-form textarea.error{margin-top:4px;border-bottom-right-radius:0;margin-bottom:10px;width:94%;height:150px}.arrow-form .zip-code{display:none}.arrow-form .chosen-container{max-width:100%}.arrow-form .chosen-error{border:2px solid #f00}@media (max-width: 26em){.arrow-form .subright{padding-top:8px;float:left;width:60%}.arrow-form .chosen-container{max-width:300%;width:350px}.arrow-form h2{font-size:3.25em}.arrow-form h4{font-size:2em}}.standard-form input[type=text],.standard-form input[type=password],.standard-form input[type=email],.standard-form input[type=tel],.standard-form input[type=search],.standard-form select,.standard-form textarea,.reseller-form input[type=text],.reseller-form input[type=password],.reseller-form input[type=email],.reseller-form input[type=tel],.reseller-form input[type=search],.reseller-form select,.reseller-form textarea{clear:left;display:block;font-size:100%;font-family:inherit;font-weight:inherit;width:100%;padding:.125em .5em;border:1px solid #cdcdcd;border-radius:5px;color:#333;background-color:#f7f7f7;box-sizing:border-box;transition:border-radius 0.3s step-end,border-color 0.3s step-end,background-color 0s}.standard-form .input-group label:hover+input,.standard-form .input-group label:hover+select,.standard-form .input-group label:hover+textarea,.reseller-form .input-group label:hover+input,.reseller-form .input-group label:hover+select,.reseller-form .input-group label:hover+textarea,.standard-form input[type=text]:hover,.standard-form input[type=text]:focus,.standard-form input[type=password]:hover,.standard-form input[type=password]:focus,.standard-form input[type=email]:hover,.standard-form input[type=email]:focus,.standard-form input[type=tel]:hover,.standard-form input[type=tel]:focus,.standard-form input[type=search]:hover,.standard-form input[type=search]:focus,.standard-form select:hover,.standard-form select:focus,.standard-form textarea:hover,.standard-form textarea:focus,.reseller-form input[type=text]:hover,.reseller-form input[type=text]:focus,.reseller-form input[type=password]:hover,.reseller-form input[type=password]:focus,.reseller-form input[type=email]:hover,.reseller-form input[type=email]:focus,.reseller-form input[type=tel]:hover,.reseller-form input[type=tel]:focus,.reseller-form input[type=search]:hover,.reseller-form input[type=search]:focus,.reseller-form select:hover,.reseller-form select:focus,.reseller-form textarea:hover,.reseller-form textarea:focus{background-color:#fcfcfc;outline:none}.input-lomh{display:none}.standard-form,.reseller-form{max-width:24em;padding:0 1em;margin:0 auto}.standard-form fieldset,.reseller-form fieldset{padding:0;border:0;margin:0}.standard-form .column-60,.reseller-form .column-60{float:left;width:60%;padding-right:.5em}.standard-form .column-50,.reseller-form .column-50{float:left;width:50%;padding-right:.5em}.standard-form .column-40,.reseller-form .column-40{float:left;width:40%;padding-right:.5em}.standard-form .input-group,.standard-form .boolean-group,.reseller-form .input-group,.reseller-form .boolean-group{margin-bottom:1em;box-sizing:border-box}.standard-form .input-group .error-block,.standard-form .boolean-group .error-block,.reseller-form .input-group .error-block,.reseller-form .boolean-group .error-block{clear:left;max-height:0;margin:0;overflow:hidden;transition:max-height 0.3s}@media (max-width: 20em){.standard-form .column-60,.standard-form .column-50,.standard-form .column-40,.reseller-form .column-60,.reseller-form .column-50,.reseller-form .column-40{float:none;width:auto;padding:0}}.standard-form .input-group label,.reseller-form .input-group label{display:block;float:left;padding-bottom:.125em}.standard-form .input-group .error-block label,.reseller-form .input-group .error-block label{float:none;padding:.125em 1em;color:#fff;background-color:#bf3939;border-color:#bf3939;border-radius:0 0 5px 5px}.standard-form input[type=text],.standard-form input[type=password],.standard-form input[type=email],.standard-form input[type=tel],.standard-form input[type=search],.standard-form select,.reseller-form input[type=text],.reseller-form input[type=password],.reseller-form input[type=email],.reseller-form input[type=tel],.reseller-form input[type=search],.reseller-form select{height:1.75em;line-height:1.375}.standard-form textarea,.reseller-form textarea{line-height:1.25;height:6.625em;resize:vertical}.standard-form .boolean-group .title-wrapper>*,.reseller-form .boolean-group .title-wrapper>*{margin:0}.standard-form .boolean-group label,.reseller-form .boolean-group label{position:relative;display:block;float:left;clear:left;margin:.125em 0;padding-left:1.5em}.standard-form .boolean-group .error-block p,.standard-form .boolean-group .error-block label,.reseller-form .boolean-group .error-block p,.reseller-form .boolean-group .error-block label{margin:0 0 0 .375em;padding:0;color:#bf3939;font-weight:300}.standard-form input[type=checkbox],.standard-form input[type=radio],.reseller-form input[type=checkbox],.reseller-form input[type=radio]{display:block;position:relative;float:left;top:.625em;margin:-7px 0 0 -1.125em}.standard-form .submit-group,.reseller-form .submit-group{text-align:center}.standard-form .submit-group button,.reseller-form .submit-group button{margin:0 1em 1em}.standard-form .has-error input[type=text],.standard-form .has-error input[type=password],.standard-form .has-error input[type=email],.standard-form .has-error input[type=tel],.standard-form .has-error input[type=search],.standard-form .has-error select,.standard-form .has-error textarea,.reseller-form .has-error input[type=text],.reseller-form .has-error input[type=password],.reseller-form .has-error input[type=email],.reseller-form .has-error input[type=tel],.reseller-form .has-error input[type=search],.reseller-form .has-error select,.reseller-form .has-error textarea{border-radius:5px 5px 0 0;border-color:#bf3939;transition-timing-function:step-start,step-start}.standard-form .has-error .error-block,.reseller-form .has-error .error-block{max-height:4.75em;transition-duration:0.5s}.reseller-form{max-width:20em}.reseller-form .submit-group{text-align:left}.reseller-form .submit-group button{margin:0}.reseller-form .column-40{padding-right:0}.reseller-form .form-header{text-align:left}.form-footer-wrapper{margin:0 auto;padding-top:3em}.form-footer-wrapper .form-footer .form-footer-note{padding-bottom:3em}.region.two-column .column-block+.column-block .reseller-form{max-width:20em}.region.two-column .column-block+.column-block .reseller-form .submit-group{text-align:left}.region.two-column .column-block+.column-block .reseller-form .submit-group button{margin:0}.region.two-column.offset-66 .column-block:first-child form{max-width:32em}.region.two-column.offset-66 .column-block:first-child:after{content:"";display:block;position:absolute;top:.875em;bottom:.875em;right:42%;margin-right:-3em;width:1px;background-color:#ccc}@media (max-width: 64.70588em){.region.two-column.offset-66 .column-block:first-child:after{right:50.5%;margin-right:-8.5em}}@media (max-width: 58.125em){.region.two-column.offset-66 .column-block{width:auto;float:none}.region.two-column.offset-66 .column-block.split-border{position:relative;padding-top:3em}.region.two-column.offset-66 .column-block.split-border:before{content:"";display:block;position:absolute;top:1.5em;left:1em;right:1em;max-width:34em;margin:0 auto;height:1px;background-color:#ccc}.region.two-column.offset-66 .column-block:first-child{width:100%;padding-bottom:1em}.region.two-column.offset-66 .column-block:first-child:after{content:none}}.form-seperation-wrapper{margin:0 auto;text-align:center;max-width:12em}.form-seperation-wrapper .form-results-count{position:relative}.form-seperation-wrapper .form-results-count:before{content:"";position:absolute;background-color:#808080;height:1px;width:200%;margin-left:-210%;margin-top:.65em}.form-seperation-wrapper .form-results-count:after{content:"";position:absolute;background-color:#808080;height:1px;width:200%;margin-left:10%;margin-top:.65em}.form-results-end{margin:0 auto;position:relative;height:1px;background-color:#808080;width:60em}.form-header{text-align:center;padding-bottom:1em}.form-results{padding-bottom:3em}.form-results .reseller-form-results{margin:0 auto}.form-results .reseller-form-results .image-wrapper{float:left;width:50%}.form-results .reseller-form-results .image-wrapper img{float:right;max-width:100%}.form-results .reseller-form-results .inner-wrapper{padding-left:1.25em;float:left;width:50%;box-sizing:border-box}.form-results .reseller-form-results .copy-wrapper i,.form-results .reseller-form-results .hero.solution-hero .link-wrapper i,.hero.solution-hero .form-results .reseller-form-results .link-wrapper i{display:inline-block;vertical-align:top;margin-right:.5em}.form-results .reseller-form-results .copy-wrapper p,.form-results .reseller-form-results .hero.solution-hero .link-wrapper p,.hero.solution-hero .form-results .reseller-form-results .link-wrapper p{margin:.375em 0 0}@media (max-width: 540px){.form-results .reseller-form-results .image-wrapper{text-align:center;float:none;width:100%}.form-results .reseller-form-results .image-wrapper img{float:none;padding-bottom:1em}.form-results .reseller-form-results .inner-wrapper{float:none;width:100%;box-sizing:content;margin:0 auto}.form-results .reseller-form-results .inner-wrapper .headline-wrapper{text-align:center}.form-results .reseller-form-results .inner-wrapper .copy-wrapper,.form-results .reseller-form-results .inner-wrapper .hero.solution-hero .link-wrapper,.hero.solution-hero .form-results .reseller-form-results .inner-wrapper .link-wrapper{text-align:center}.form-results .reseller-form-results .inner-wrapper .copy-wrapper i,.form-results .reseller-form-results .inner-wrapper .hero.solution-hero .link-wrapper i,.hero.solution-hero .form-results .reseller-form-results .inner-wrapper .link-wrapper i{display:inline-block;vertical-align:top;margin-right:.5em}.form-results .reseller-form-results .inner-wrapper .copy-wrapper p,.form-results .reseller-form-results .inner-wrapper .hero.solution-hero .link-wrapper p,.hero.solution-hero .form-results .reseller-form-results .inner-wrapper .link-wrapper p{margin:.375em 0 0}}select.chosen-ready{position:absolute;visibility:hidden;width:1px}.chosen-container{position:relative;clear:both;-moz-user-select:-moz-none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.chosen-container .chosen-single{position:relative;display:block;padding:.125em 1.75em .125em .5em;border:1px solid #cdcdcd;line-height:1.375;background-color:#f7f7f7;border-radius:5px;color:inherit;text-decoration:none;cursor:default}.chosen-container .chosen-single:hover{background-color:#fcfcfc}.chosen-container .chosen-single div{position:absolute;top:0;right:0;bottom:0}.chosen-container .chosen-single b{display:block;position:absolute;top:50%;right:.375em;margin-top:-.125em;height:0;width:0;border-left:0.3125em solid transparent;border-right:0.3125em solid transparent;border-top:0.3125em solid #333}.chosen-container .chosen-drop{position:absolute;top:100%;left:0;width:100%;height:0;margin:-1px 0 0;border:0 solid #cdcdcd;background-color:#fcfcfc;border-radius:0 0 5px 5px;box-sizing:border-box;overflow:hidden;z-index:1}.chosen-container .chosen-search{padding:0 .25em .1875em}.chosen-container .chosen-search input{margin:0;border-radius:0;background-color:#fff}.chosen-container .chosen-results{display:none;margin:0 .25em .25em;overflow-x:hidden;overflow-y:auto;max-height:15em}.chosen-container .chosen-results em{font-style:normal;text-decoration:underline}.chosen-container .chosen-results .highlighted{color:#fff;background-color:#1e90ff}.chosen-container .active-result,.chosen-container .no-results{padding:.125em .5em;cursor:default}.chosen-container.chosen-with-drop .chosen-single{border-radius:5px 5px 0 0}.chosen-container.chosen-with-drop .chosen-single b{border-top-width:0;height:0;width:0;border-left:0.3125em solid transparent;border-right:0.3125em solid transparent;border-bottom:0.3125em solid #333}.chosen-container.chosen-with-drop .chosen-drop{height:auto;border-width:0 1px 1px}.chosen-container.chosen-with-drop .chosen-results{display:block}.chosen-container.chosen-container-active .chosen-single{background-color:#fcfcfc}.chosen-container.chosen-container-single-nosearch .chosen-search{display:none}.has-error .chosen-container input[type=text]{border:1px solid #cdcdcd;background-color:#fcfcfc;border-radius:0}.has-error .chosen-single{border-radius:5px 5px 0 0;border-color:#bf3939}.has-error .chosen-single:hover{border-color:#bf3939}.has-error .chosen-container-active .chosen-single{border-color:#bf3939}.has-error .chosen-with-drop .chosen-drop{border-color:#bf3939}.has-error label:hover+select.chosen-ready+.chosen-container .chosen-single{border-color:#bf3939}label:hover+select.chosen-ready+.chosen-container .chosen-single{border-color:#aaa;background-color:#fcfcfc}.tiles .tile-256 .tile-animate-box-left,.tiles .tile-256 .tile-animate-box-right{transition:all 500ms;position:absolute;top:-8rem;left:0;z-index:-1;height:32rem;width:16rem}.tiles{width:512px;margin-left:auto;margin-right:auto;color:#fff;padding-bottom:3rem}.tiles:after{content:" ";display:block;clear:both}.tiles a{color:#fff;text-transform:inherit;font-weight:400;width:7.25rem;vertical-align:middle;padding:0.25rem}@media screen and (max-width: 33rem){.tiles a{border:0;height:auto;font-weight:100;text-transform:uppercase;font-size:0.6875rem}.tiles a::after{content:" >";font-weight:600}}.tiles .icon{font-size:2rem}@media screen and (max-width: 33rem){.tiles .icon{font-size:1.5rem}}.tiles hr{width:75%;margin:2rem auto}@media screen and (max-width: 33rem){.tiles hr{margin:0.625rem auto}}.tiles .tile-256{width:256px;float:left;transition:all 500ms;height:16rem;width:16rem;position:relative;overflow:hidden}.tiles .tile-256:nth-child(2n+1){margin-left:0;margin-right:-100%;clear:both;margin-left:0}.tiles .tile-256:nth-child(2n+2){margin-left:256px;margin-right:-100%;clear:none}.tiles .tile-256:hover .tile-animate-box-left,.tiles .tile-256:focus .tile-animate-box-left,.tiles .tile-256.animate .tile-animate-box-left{-ms-transform: rotateZ(-45deg) translateX(-125px);-webkit-transform: rotateZ(-45deg) translateX(-125px);transform: rotateZ(-45deg) translateX(-125px);z-index:200}.tiles .tile-256:hover .tile-animate-box-right,.tiles .tile-256:focus .tile-animate-box-right,.tiles .tile-256.animate .tile-animate-box-right{-ms-transform: rotateZ(-45deg) translateX(125px);-webkit-transform: rotateZ(-45deg) translateX(125px);transform: rotateZ(-45deg) translateX(125px);z-index:200}.tiles .tile-256:hover .tile-back,.tiles .tile-256:focus .tile-back,.tiles .tile-256.animate .tile-back{visibility:visible}.tiles .tile-256:hover .tile-back-text,.tiles .tile-256:focus .tile-back-text,.tiles .tile-256.animate .tile-back-text{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;z-index:9999}.tiles .tile-256 img{display:block;margin:0 auto;margin-top:2rem;max-width:100%}@media screen and (max-width: 33rem){.tiles .tile-256 img{margin-top:1rem;height:3.375rem}}.tiles .tile-256 .tile-animate-box-left{-ms-transform: rotateZ(-45deg) translateX(-310px);-webkit-transform: rotateZ(-45deg) translateX(-310px);transform: rotateZ(-45deg) translateX(-310px)}.tiles .tile-256 .tile-animate-box-right{-ms-transform: rotateZ(-45deg) translateX(310px);-webkit-transform: rotateZ(-45deg) translateX(310px);transform: rotateZ(-45deg) translateX(310px)}.tiles .tile-256 .title{padding-top:1rem;padding-bottom:1.5rem;font-size:1.25rem;font-family:museo-sans,Helvetica,Arial,sans-serif;font-weight:100}@media screen and (max-width: 33rem){.tiles .tile-256 .title{font-size:1rem;padding:0.5rem 0}}.tiles .tile-back{position:absolute;top:0;display:table;visibility:hidden;height:inherit;width:inherit}.tiles .tile-back-text{position:relative;display:table-cell;vertical-align:middle;transition:all 500ms;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;text-align:center}.tiles .tile-front{text-align:center}@media (min-width: 49rem){.tiles{width:768px;margin-left:auto;margin-right:auto}.tiles:after{content:" ";display:block;clear:both}.tiles .tile-256{width:256px;float:left}.tiles .tile-256:nth-child(3n+1){margin-left:0;margin-right:-100%;clear:both;margin-left:0}.tiles .tile-256:nth-child(3n+2){margin-left:256px;margin-right:-100%;clear:none}.tiles .tile-256:nth-child(3n+3){margin-left:512px;margin-right:-100%;clear:none}}@media (min-width: 66rem){.tiles{width:1024px;margin-left:auto;margin-right:auto}.tiles:after{content:" ";display:block;clear:both}.tiles .tile-256{width:256px;float:left}.tiles .tile-256:nth-child(4n+1){margin-left:0;margin-right:-100%;clear:both;margin-left:0}.tiles .tile-256:nth-child(4n+2){margin-left:256px;margin-right:-100%;clear:none}.tiles .tile-256:nth-child(4n+3){margin-left:512px;margin-right:-100%;clear:none}.tiles .tile-256:nth-child(4n+4){margin-left:768px;margin-right:-100%;clear:none}}@media (min-width: 0) and (max-width: 33rem){.tiles{width:18rem;margin-left:auto;margin-right:auto}.tiles:after{content:" ";display:block;clear:both}.tiles .tile-256{width:9rem;float:left;height:9rem}.tiles .tile-256:nth-child(2n+1){margin-left:0;margin-right:-100%;clear:both;margin-left:0}.tiles .tile-256:nth-child(2n+2){margin-left:9rem;margin-right:-100%;clear:none}}.snagit-alpha{background-color:rgba(0,126,196,0.6)}.snagit-alpha .tile-animate-box-left,.snagit-alpha .tile-animate-box-right{background-color:#005a8c}.snagit-alpha hr{border:0;border-top:1px solid #184e68}.camtasia-alpha{background-color:rgba(119,187,45,0.6)}.camtasia-alpha .tile-animate-box-left,.camtasia-alpha .tile-animate-box-right{background-color:#5a8e22}.camtasia-alpha hr{border:0;border-top:1px solid #557c27}.screencast-alpha{background-color:rgba(255,157,40,0.6)}.morae-alpha{background-color:rgba(23,144,161,0.6)}.relay-alpha{background-color:rgba(213,60,55,0.6)}.relay-alpha .tile-animate-box-left,.relay-alpha .tile-animate-box-right{background-color:#af2925}.relay-alpha hr{border:0;border-top:1px solid #b43b20}.jing-alpha{background-color:rgba(255,215,102,0.6)}.coachseye-alpha{background-color:rgba(8,144,255,0.6)}.fuse-alpha{background-color:rgba(236,96,86,0.6)}.support-alpha{background-color:rgba(161,161,164,0.6)}.tutorial-product{overflow:hidden;*zoom:1;max-width:100%;margin-left:auto;margin-right:auto;background-size:cover;position:relative;text-align:center;color:#fff}.tutorial-text{text-shadow:0 0 8px rgba(0,0,0,0.85);padding-top:3rem;padding-bottom:3rem}@media screen and (max-width: 33rem){.tutorial-text{padding-top:2.5rem}}.tutorial-text h1{font-size:2.5rem;font-weight:300}@media screen and (max-width: 33rem){.tutorial-text h1{font-size:1.25rem;font-weight:400}}.tutorial-text p{font-size:1.25rem}@media screen and (max-width: 33rem){.tutorial-text p{font-size:1rem;padding:0 1rem}}
/* */