/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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; }

/* 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; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * 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; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
    overflow: visible; }

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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"], 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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 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 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 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 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
    overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

td, th {
    padding: 0; }

meta.foundation-version {
    font-family: "/5.2.2/"; }

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em; }

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em; }

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em; }

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em; }

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em; }

meta.foundation-data-attribute-namespace {
    font-family: false; }

html, body {
    height: 100%; }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html, body {
    font-size: 100%; }

body {
    background: #fff;
    color: #333;
    padding: 0;
    margin: 0;
    font-family: adobe-clean, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default; }

a:hover {
    cursor: pointer; }

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

img {
    -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important; }

.left {
    float: left !important; }

.right {
    float: right !important; }

.clearfix {
    *zoom: 1; }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
.clearfix:after {
    clear: both; }

.hide {
    display: none; }

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

img {
    display: inline-block;
    vertical-align: middle; }

textarea {
    height: auto;
    min-height: 50px; }

select {
    width: 100%; }

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 90rem;
    *zoom: 1; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }
.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
.row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
.row .row:before, .row .row:after {
    content: " ";
    display: table; }
.row .row:after {
    clear: both; }
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1; }
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table; }
.row .row.collapse:after {
    clear: both; }

.column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto; }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto; }
    .small-push-1 {
        position: relative;
        left: 6.25%;
        right: auto; }
    .small-pull-1 {
        position: relative;
        right: 6.25%;
        left: auto; }
    .small-push-2 {
        position: relative;
        left: 12.5%;
        right: auto; }
    .small-pull-2 {
        position: relative;
        right: 12.5%;
        left: auto; }
    .small-push-3 {
        position: relative;
        left: 18.75%;
        right: auto; }
    .small-pull-3 {
        position: relative;
        right: 18.75%;
        left: auto; }
    .small-push-4 {
        position: relative;
        left: 25%;
        right: auto; }
    .small-pull-4 {
        position: relative;
        right: 25%;
        left: auto; }
    .small-push-5 {
        position: relative;
        left: 31.25%;
        right: auto; }
    .small-pull-5 {
        position: relative;
        right: 31.25%;
        left: auto; }
    .small-push-6 {
        position: relative;
        left: 37.5%;
        right: auto; }
    .small-pull-6 {
        position: relative;
        right: 37.5%;
        left: auto; }
    .small-push-7 {
        position: relative;
        left: 43.75%;
        right: auto; }
    .small-pull-7 {
        position: relative;
        right: 43.75%;
        left: auto; }
    .small-push-8 {
        position: relative;
        left: 50%;
        right: auto; }
    .small-pull-8 {
        position: relative;
        right: 50%;
        left: auto; }
    .small-push-9 {
        position: relative;
        left: 56.25%;
        right: auto; }
    .small-pull-9 {
        position: relative;
        right: 56.25%;
        left: auto; }
    .small-push-10 {
        position: relative;
        left: 62.5%;
        right: auto; }
    .small-pull-10 {
        position: relative;
        right: 62.5%;
        left: auto; }
    .small-push-11 {
        position: relative;
        left: 68.75%;
        right: auto; }
    .small-pull-11 {
        position: relative;
        right: 68.75%;
        left: auto; }
    .small-push-12 {
        position: relative;
        left: 75%;
        right: auto; }
    .small-pull-12 {
        position: relative;
        right: 75%;
        left: auto; }
    .small-push-13 {
        position: relative;
        left: 81.25%;
        right: auto; }
    .small-pull-13 {
        position: relative;
        right: 81.25%;
        left: auto; }
    .small-push-14 {
        position: relative;
        left: 87.5%;
        right: auto; }
    .small-pull-14 {
        position: relative;
        right: 87.5%;
        left: auto; }
    .small-push-15 {
        position: relative;
        left: 93.75%;
        right: auto; }
    .small-pull-15 {
        position: relative;
        right: 93.75%;
        left: auto; }
    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .small-1 {
        width: 6.25%; }
    .small-2 {
        width: 12.5%; }
    .small-3 {
        width: 18.75%; }
    .small-4 {
        width: 25%; }
    .small-5 {
        width: 31.25%; }
    .small-6 {
        width: 37.5%; }
    .small-7 {
        width: 43.75%; }
    .small-8 {
        width: 50%; }
    .small-9 {
        width: 56.25%; }
    .small-10 {
        width: 62.5%; }
    .small-11 {
        width: 68.75%; }
    .small-12 {
        width: 75%; }
    .small-13 {
        width: 81.25%; }
    .small-14 {
        width: 87.5%; }
    .small-15 {
        width: 93.75%; }
    .small-16 {
        width: 100%; }
    [class*="column"] + [class*="column"]:last-child {
        float: right; }
    [class*="column"] + [class*="column"].end {
        float: left; }
    .small-offset-0 {
        margin-left: 0% !important; }
    .small-offset-1 {
        margin-left: 6.25% !important; }
    .small-offset-2 {
        margin-left: 12.5% !important; }
    .small-offset-3 {
        margin-left: 18.75% !important; }
    .small-offset-4 {
        margin-left: 25% !important; }
    .small-offset-5 {
        margin-left: 31.25% !important; }
    .small-offset-6 {
        margin-left: 37.5% !important; }
    .small-offset-7 {
        margin-left: 43.75% !important; }
    .small-offset-8 {
        margin-left: 50% !important; }
    .small-offset-9 {
        margin-left: 56.25% !important; }
    .small-offset-10 {
        margin-left: 62.5% !important; }
    .small-offset-11 {
        margin-left: 68.75% !important; }
    .small-offset-12 {
        margin-left: 75% !important; }
    .small-offset-13 {
        margin-left: 81.25% !important; }
    .small-offset-14 {
        margin-left: 87.5% !important; }
    .small-offset-15 {
        margin-left: 93.75% !important; }
    .small-reset-order, .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left; }
    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none; }
    .column.small-uncentered, .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important; }
    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right; } }

@media only screen and (min-width:40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto; }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto; }
    .medium-push-1 {
        position: relative;
        left: 6.25%;
        right: auto; }
    .medium-pull-1 {
        position: relative;
        right: 6.25%;
        left: auto; }
    .medium-push-2 {
        position: relative;
        left: 12.5%;
        right: auto; }
    .medium-pull-2 {
        position: relative;
        right: 12.5%;
        left: auto; }
    .medium-push-3 {
        position: relative;
        left: 18.75%;
        right: auto; }
    .medium-pull-3 {
        position: relative;
        right: 18.75%;
        left: auto; }
    .medium-push-4 {
        position: relative;
        left: 25%;
        right: auto; }
    .medium-pull-4 {
        position: relative;
        right: 25%;
        left: auto; }
    .medium-push-5 {
        position: relative;
        left: 31.25%;
        right: auto; }
    .medium-pull-5 {
        position: relative;
        right: 31.25%;
        left: auto; }
    .medium-push-6 {
        position: relative;
        left: 37.5%;
        right: auto; }
    .medium-pull-6 {
        position: relative;
        right: 37.5%;
        left: auto; }
    .medium-push-7 {
        position: relative;
        left: 43.75%;
        right: auto; }
    .medium-pull-7 {
        position: relative;
        right: 43.75%;
        left: auto; }
    .medium-push-8 {
        position: relative;
        left: 50%;
        right: auto; }
    .medium-pull-8 {
        position: relative;
        right: 50%;
        left: auto; }
    .medium-push-9 {
        position: relative;
        left: 56.25%;
        right: auto; }
    .medium-pull-9 {
        position: relative;
        right: 56.25%;
        left: auto; }
    .medium-push-10 {
        position: relative;
        left: 62.5%;
        right: auto; }
    .medium-pull-10 {
        position: relative;
        right: 62.5%;
        left: auto; }
    .medium-push-11 {
        position: relative;
        left: 68.75%;
        right: auto; }
    .medium-pull-11 {
        position: relative;
        right: 68.75%;
        left: auto; }
    .medium-push-12 {
        position: relative;
        left: 75%;
        right: auto; }
    .medium-pull-12 {
        position: relative;
        right: 75%;
        left: auto; }
    .medium-push-13 {
        position: relative;
        left: 81.25%;
        right: auto; }
    .medium-pull-13 {
        position: relative;
        right: 81.25%;
        left: auto; }
    .medium-push-14 {
        position: relative;
        left: 87.5%;
        right: auto; }
    .medium-pull-14 {
        position: relative;
        right: 87.5%;
        left: auto; }
    .medium-push-15 {
        position: relative;
        left: 93.75%;
        right: auto; }
    .medium-pull-15 {
        position: relative;
        right: 93.75%;
        left: auto; }
    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .medium-1 {
        width: 6.25%; }
    .medium-2 {
        width: 12.5%; }
    .medium-3 {
        width: 18.75%; }
    .medium-4 {
        width: 25%; }
    .medium-5 {
        width: 31.25%; }
    .medium-6 {
        width: 37.5%; }
    .medium-7 {
        width: 43.75%; }
    .medium-8 {
        width: 50%; }
    .medium-9 {
        width: 56.25%; }
    .medium-10 {
        width: 62.5%; }
    .medium-11 {
        width: 68.75%; }
    .medium-12 {
        width: 75%; }
    .medium-13 {
        width: 81.25%; }
    .medium-14 {
        width: 87.5%; }
    .medium-15 {
        width: 93.75%; }
    .medium-16 {
        width: 100%; }
    [class*="column"] + [class*="column"]:last-child {
        float: right; }
    [class*="column"] + [class*="column"].end {
        float: left; }
    .medium-offset-0 {
        margin-left: 0% !important; }
    .medium-offset-1 {
        margin-left: 6.25% !important; }
    .medium-offset-2 {
        margin-left: 12.5% !important; }
    .medium-offset-3 {
        margin-left: 18.75% !important; }
    .medium-offset-4 {
        margin-left: 25% !important; }
    .medium-offset-5 {
        margin-left: 31.25% !important; }
    .medium-offset-6 {
        margin-left: 37.5% !important; }
    .medium-offset-7 {
        margin-left: 43.75% !important; }
    .medium-offset-8 {
        margin-left: 50% !important; }
    .medium-offset-9 {
        margin-left: 56.25% !important; }
    .medium-offset-10 {
        margin-left: 62.5% !important; }
    .medium-offset-11 {
        margin-left: 68.75% !important; }
    .medium-offset-12 {
        margin-left: 75% !important; }
    .medium-offset-13 {
        margin-left: 81.25% !important; }
    .medium-offset-14 {
        margin-left: 87.5% !important; }
    .medium-offset-15 {
        margin-left: 93.75% !important; }
    .medium-reset-order, .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left; }
    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none; }
    .column.medium-uncentered, .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important; }
    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right; }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto; }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto; }
    .push-1 {
        position: relative;
        left: 6.25%;
        right: auto; }
    .pull-1 {
        position: relative;
        right: 6.25%;
        left: auto; }
    .push-2 {
        position: relative;
        left: 12.5%;
        right: auto; }
    .pull-2 {
        position: relative;
        right: 12.5%;
        left: auto; }
    .push-3 {
        position: relative;
        left: 18.75%;
        right: auto; }
    .pull-3 {
        position: relative;
        right: 18.75%;
        left: auto; }
    .push-4 {
        position: relative;
        left: 25%;
        right: auto; }
    .pull-4 {
        position: relative;
        right: 25%;
        left: auto; }
    .push-5 {
        position: relative;
        left: 31.25%;
        right: auto; }
    .pull-5 {
        position: relative;
        right: 31.25%;
        left: auto; }
    .push-6 {
        position: relative;
        left: 37.5%;
        right: auto; }
    .pull-6 {
        position: relative;
        right: 37.5%;
        left: auto; }
    .push-7 {
        position: relative;
        left: 43.75%;
        right: auto; }
    .pull-7 {
        position: relative;
        right: 43.75%;
        left: auto; }
    .push-8 {
        position: relative;
        left: 50%;
        right: auto; }
    .pull-8 {
        position: relative;
        right: 50%;
        left: auto; }
    .push-9 {
        position: relative;
        left: 56.25%;
        right: auto; }
    .pull-9 {
        position: relative;
        right: 56.25%;
        left: auto; }
    .push-10 {
        position: relative;
        left: 62.5%;
        right: auto; }
    .pull-10 {
        position: relative;
        right: 62.5%;
        left: auto; }
    .push-11 {
        position: relative;
        left: 68.75%;
        right: auto; }
    .pull-11 {
        position: relative;
        right: 68.75%;
        left: auto; }
    .push-12 {
        position: relative;
        left: 75%;
        right: auto; }
    .pull-12 {
        position: relative;
        right: 75%;
        left: auto; }
    .push-13 {
        position: relative;
        left: 81.25%;
        right: auto; }
    .pull-13 {
        position: relative;
        right: 81.25%;
        left: auto; }
    .push-14 {
        position: relative;
        left: 87.5%;
        right: auto; }
    .pull-14 {
        position: relative;
        right: 87.5%;
        left: auto; }
    .push-15 {
        position: relative;
        left: 93.75%;
        right: auto; }
    .pull-15 {
        position: relative;
        right: 93.75%;
        left: auto; } }

@media only screen and (min-width:64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto; }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto; }
    .large-push-1 {
        position: relative;
        left: 6.25%;
        right: auto; }
    .large-pull-1 {
        position: relative;
        right: 6.25%;
        left: auto; }
    .large-push-2 {
        position: relative;
        left: 12.5%;
        right: auto; }
    .large-pull-2 {
        position: relative;
        right: 12.5%;
        left: auto; }
    .large-push-3 {
        position: relative;
        left: 18.75%;
        right: auto; }
    .large-pull-3 {
        position: relative;
        right: 18.75%;
        left: auto; }
    .large-push-4 {
        position: relative;
        left: 25%;
        right: auto; }
    .large-pull-4 {
        position: relative;
        right: 25%;
        left: auto; }
    .large-push-5 {
        position: relative;
        left: 31.25%;
        right: auto; }
    .large-pull-5 {
        position: relative;
        right: 31.25%;
        left: auto; }
    .large-push-6 {
        position: relative;
        left: 37.5%;
        right: auto; }
    .large-pull-6 {
        position: relative;
        right: 37.5%;
        left: auto; }
    .large-push-7 {
        position: relative;
        left: 43.75%;
        right: auto; }
    .large-pull-7 {
        position: relative;
        right: 43.75%;
        left: auto; }
    .large-push-8 {
        position: relative;
        left: 50%;
        right: auto; }
    .large-pull-8 {
        position: relative;
        right: 50%;
        left: auto; }
    .large-push-9 {
        position: relative;
        left: 56.25%;
        right: auto; }
    .large-pull-9 {
        position: relative;
        right: 56.25%;
        left: auto; }
    .large-push-10 {
        position: relative;
        left: 62.5%;
        right: auto; }
    .large-pull-10 {
        position: relative;
        right: 62.5%;
        left: auto; }
    .large-push-11 {
        position: relative;
        left: 68.75%;
        right: auto; }
    .large-pull-11 {
        position: relative;
        right: 68.75%;
        left: auto; }
    .large-push-12 {
        position: relative;
        left: 75%;
        right: auto; }
    .large-pull-12 {
        position: relative;
        right: 75%;
        left: auto; }
    .large-push-13 {
        position: relative;
        left: 81.25%;
        right: auto; }
    .large-pull-13 {
        position: relative;
        right: 81.25%;
        left: auto; }
    .large-push-14 {
        position: relative;
        left: 87.5%;
        right: auto; }
    .large-pull-14 {
        position: relative;
        right: 87.5%;
        left: auto; }
    .large-push-15 {
        position: relative;
        left: 93.75%;
        right: auto; }
    .large-pull-15 {
        position: relative;
        right: 93.75%;
        left: auto; }
    .column, .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .large-1 {
        width: 6.25%; }
    .large-2 {
        width: 12.5%; }
    .large-3 {
        width: 18.75%; }
    .large-4 {
        width: 25%; }
    .large-5 {
        width: 31.25%; }
    .large-6 {
        width: 37.5%; }
    .large-7 {
        width: 43.75%; }
    .large-8 {
        width: 50%; }
    .large-9 {
        width: 56.25%; }
    .large-10 {
        width: 62.5%; }
    .large-11 {
        width: 68.75%; }
    .large-12 {
        width: 75%; }
    .large-13 {
        width: 81.25%; }
    .large-14 {
        width: 87.5%; }
    .large-15 {
        width: 93.75%; }
    .large-16 {
        width: 100%; }
    [class*="column"] + [class*="column"]:last-child {
        float: right; }
    [class*="column"] + [class*="column"].end {
        float: left; }
    .large-offset-0 {
        margin-left: 0% !important; }
    .large-offset-1 {
        margin-left: 6.25% !important; }
    .large-offset-2 {
        margin-left: 12.5% !important; }
    .large-offset-3 {
        margin-left: 18.75% !important; }
    .large-offset-4 {
        margin-left: 25% !important; }
    .large-offset-5 {
        margin-left: 31.25% !important; }
    .large-offset-6 {
        margin-left: 37.5% !important; }
    .large-offset-7 {
        margin-left: 43.75% !important; }
    .large-offset-8 {
        margin-left: 50% !important; }
    .large-offset-9 {
        margin-left: 56.25% !important; }
    .large-offset-10 {
        margin-left: 62.5% !important; }
    .large-offset-11 {
        margin-left: 68.75% !important; }
    .large-offset-12 {
        margin-left: 75% !important; }
    .large-offset-13 {
        margin-left: 81.25% !important; }
    .large-offset-14 {
        margin-left: 87.5% !important; }
    .large-offset-15 {
        margin-left: 93.75% !important; }
    .large-reset-order, .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left; }
    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none; }
    .column.large-uncentered, .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important; }
    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right; }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto; }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto; }
    .push-1 {
        position: relative;
        left: 6.25%;
        right: auto; }
    .pull-1 {
        position: relative;
        right: 6.25%;
        left: auto; }
    .push-2 {
        position: relative;
        left: 12.5%;
        right: auto; }
    .pull-2 {
        position: relative;
        right: 12.5%;
        left: auto; }
    .push-3 {
        position: relative;
        left: 18.75%;
        right: auto; }
    .pull-3 {
        position: relative;
        right: 18.75%;
        left: auto; }
    .push-4 {
        position: relative;
        left: 25%;
        right: auto; }
    .pull-4 {
        position: relative;
        right: 25%;
        left: auto; }
    .push-5 {
        position: relative;
        left: 31.25%;
        right: auto; }
    .pull-5 {
        position: relative;
        right: 31.25%;
        left: auto; }
    .push-6 {
        position: relative;
        left: 37.5%;
        right: auto; }
    .pull-6 {
        position: relative;
        right: 37.5%;
        left: auto; }
    .push-7 {
        position: relative;
        left: 43.75%;
        right: auto; }
    .pull-7 {
        position: relative;
        right: 43.75%;
        left: auto; }
    .push-8 {
        position: relative;
        left: 50%;
        right: auto; }
    .pull-8 {
        position: relative;
        right: 50%;
        left: auto; }
    .push-9 {
        position: relative;
        left: 56.25%;
        right: auto; }
    .pull-9 {
        position: relative;
        right: 56.25%;
        left: auto; }
    .push-10 {
        position: relative;
        left: 62.5%;
        right: auto; }
    .pull-10 {
        position: relative;
        right: 62.5%;
        left: auto; }
    .push-11 {
        position: relative;
        left: 68.75%;
        right: auto; }
    .pull-11 {
        position: relative;
        right: 68.75%;
        left: auto; }
    .push-12 {
        position: relative;
        left: 75%;
        right: auto; }
    .pull-12 {
        position: relative;
        right: 75%;
        left: auto; }
    .push-13 {
        position: relative;
        left: 81.25%;
        right: auto; }
    .pull-13 {
        position: relative;
        right: 81.25%;
        left: auto; }
    .push-14 {
        position: relative;
        left: 87.5%;
        right: auto; }
    .pull-14 {
        position: relative;
        right: 87.5%;
        left: auto; }
    .push-15 {
        position: relative;
        left: 93.75%;
        right: auto; }
    .pull-15 {
        position: relative;
        right: 93.75%;
        left: auto; } }

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    *zoom: 1; }
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
[class*="block-grid-"]:after {
    clear: both; }
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; }
    .small-block-grid-2 > li {
        width: 50%;
        list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; }
    .small-block-grid-3 > li {
        width: 33.33333%;
        list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; }
    .small-block-grid-4 > li {
        width: 25%;
        list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; }
    .small-block-grid-5 > li {
        width: 20%;
        list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; }
    .small-block-grid-6 > li {
        width: 16.66667%;
        list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; }
    .small-block-grid-7 > li {
        width: 14.28571%;
        list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; }
    .small-block-grid-8 > li {
        width: 12.5%;
        list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; }
    .small-block-grid-9 > li {
        width: 11.11111%;
        list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; }
    .small-block-grid-10 > li {
        width: 10%;
        list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; }
    .small-block-grid-11 > li {
        width: 9.09091%;
        list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; }
    .small-block-grid-12 > li {
        width: 8.33333%;
        list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

@media only screen and (min-width:40.063em) {
    .medium-block-grid-1 > li {
        width: 100%;
        list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; }
    .medium-block-grid-2 > li {
        width: 50%;
        list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; }
    .medium-block-grid-3 > li {
        width: 33.33333%;
        list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; }
    .medium-block-grid-4 > li {
        width: 25%;
        list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; }
    .medium-block-grid-5 > li {
        width: 20%;
        list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; }
    .medium-block-grid-6 > li {
        width: 16.66667%;
        list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; }
    .medium-block-grid-7 > li {
        width: 14.28571%;
        list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; }
    .medium-block-grid-8 > li {
        width: 12.5%;
        list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; }
    .medium-block-grid-9 > li {
        width: 11.11111%;
        list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; }
    .medium-block-grid-10 > li {
        width: 10%;
        list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; }
    .medium-block-grid-11 > li {
        width: 9.09091%;
        list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; }
    .medium-block-grid-12 > li {
        width: 8.33333%;
        list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

@media only screen and (min-width:64.063em) {
    .large-block-grid-1 > li {
        width: 100%;
        list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; }
    .large-block-grid-2 > li {
        width: 50%;
        list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; }
    .large-block-grid-3 > li {
        width: 33.33333%;
        list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; }
    .large-block-grid-4 > li {
        width: 25%;
        list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; }
    .large-block-grid-5 > li {
        width: 20%;
        list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; }
    .large-block-grid-6 > li {
        width: 16.66667%;
        list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; }
    .large-block-grid-7 > li {
        width: 14.28571%;
        list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; }
    .large-block-grid-8 > li {
        width: 12.5%;
        list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; }
    .large-block-grid-9 > li {
        width: 11.11111%;
        list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; }
    .large-block-grid-10 > li {
        width: 10%;
        list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; }
    .large-block-grid-11 > li {
        width: 9.09091%;
        list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; }
    .large-block-grid-12 > li {
        width: 8.33333%;
        list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }

button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: adobe-clean, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #2b9af3;
    border-color: #0c80d9;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #0c80d9; }
button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
button.secondary, .button.secondary {
    background-color: #d8d9d9;
    border-color: #acaeae;
    color: #333; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #acaeae; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: #333; }
button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a54;
    color: #fff; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #368a54; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: #fff; }
button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf280e;
    color: #fff; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #cf280e; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: #fff; }
button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
button.radius, .button.radius {
    border-radius: 3px; }
button.round, .button.round {
    border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2b9af3;
    border-color: #0c80d9;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #0c80d9; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: #fff; }
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #2b9af3; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #d8d9d9;
    border-color: #acaeae;
    color: #333;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #acaeae; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: #333; }
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #d8d9d9; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #43AC6A;
    border-color: #368a54;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #368a54; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: #fff; }
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #43AC6A; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #f04124;
    border-color: #cf280e;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cf280e; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: #fff; }
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #f04124; }

@media only screen and (min-width:40.063em) {
    button, .button {
        display: inline-block; } }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
    *zoom: 1;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none; }
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
.clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
.clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
    background: #333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998; }
.clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0; }

.clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #aaa;
    font-size: 0.6em; }

.visible-img {
    height: 95%;
    position: relative; }
.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0; }

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #ccc;
    display: none; }
.clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
    height: 100%; }
.clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
    display: none; }
.clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width:40.063em) {
    .clearing-main-prev, .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0; }
    .clearing-main-prev > span, .clearing-main-next > span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 12px; }
    .clearing-main-prev > span:hover, .clearing-main-next > span:hover {
        opacity: 0.8; }
    .clearing-main-prev {
        left: 0; }
    .clearing-main-prev > span {
        left: 5px;
        border-color: transparent;
        border-right-color: #ccc; }
    .clearing-main-next {
        right: 0; }
    .clearing-main-next > span {
        border-color: transparent;
        border-left-color: #ccc; }
    .clearing-main-prev.disabled, .clearing-main-next.disabled {
        opacity: 0.3; }
    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none; }
    .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
    .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
        height: 100%;
        max-width: none; }
    .clearing-assembled .clearing-container .carousel > ul li a.th {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block; }
    .clearing-assembled .clearing-container .carousel > ul li img {
        cursor: pointer !important;
        width: 100% !important; }
    .clearing-assembled .clearing-container .carousel > ul li.visible {
        opacity: 1; }
    .clearing-assembled .clearing-container .carousel > ul li:hover {
        opacity: 0.8; }
    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        overflow: hidden;
        height: 85%; }
    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0; } }

/* small displays */
@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: inherit !important; }
    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important; }
    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table; }
    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        display: table-header-group !important; }
    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        display: table-row-group !important; }
    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important; }
    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: inherit !important; }
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important; }
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table; }
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        display: table-header-group !important; }
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        display: table-row-group !important; }
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important; }
    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: inherit !important; }
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important; }
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table; }
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        display: table-header-group !important; }
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        display: table-row-group !important; }
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important; }
    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: inherit !important; }
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important; }
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table; }
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        display: table-header-group !important; }
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        display: table-row-group !important; }
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important; }
    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: inherit !important; }
    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: none !important; }
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
        display: table; }
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
        display: table-header-group !important; }
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
        display: table-row-group !important; }
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
        display: table-row !important; }
    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
        display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
    display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
    display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important; }

@media only screen and (orientation: landscape) {
    /* Specific visibility for tables */
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important; }
    .hide-for-landscape, .show-for-portrait {
        display: none !important; }
    table.show-for-landscape, table.hide-for-portrait {
        display: table; }
    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important; }
    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important; }
    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important; }
    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important; } }

@media only screen and (orientation: portrait) {
    /* Specific visibility for tables */
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important; }
    .hide-for-portrait, .show-for-landscape {
        display: none !important; }
    table.show-for-portrait, table.hide-for-landscape {
        display: table; }
    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important; }
    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important; }
    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important; }
    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important; }

.hide-for-touch {
    display: inherit !important; }

.touch .show-for-touch {
    display: inherit !important; }

.touch .hide-for-touch {
    display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
    display: table; }

.touch table.show-for-touch {
    display: table; }

thead.hide-for-touch {
    display: table-header-group !important; }

.touch thead.show-for-touch {
    display: table-header-group !important; }

tbody.hide-for-touch {
    display: table-row-group !important; }

.touch tbody.show-for-touch {
    display: table-row-group !important; }

tr.hide-for-touch {
    display: table-row !important; }

.touch tr.show-for-touch {
    display: table-row !important; }

td.hide-for-touch {
    display: table-cell !important; }

.touch td.show-for-touch {
    display: table-cell !important; }

th.hide-for-touch {
    display: table-cell !important; }

.touch th.show-for-touch {
    display: table-cell !important; }

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99;
    display: none;
    top: 0;
    left: 0; }

dialog, .reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 100;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
@media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
        min-height: 100vh; } }
@media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
        left: 50%; } }
dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
@media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
        margin-left: -40%;
        width: 80%; } }
@media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
        top: 6.25rem; } }
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
    display: block;
    visibility: visible; }

@media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
        padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
        border-radius: 3px; }
    dialog.round, .reveal-modal.round {
        border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
        padding: 0; }
    @media only screen and (min-width:40.063em) {
        dialog.tiny, .reveal-modal.tiny {
            margin-left: -15%;
            width: 30%; } }
    @media only screen and (min-width:40.063em) {
        dialog.small, .reveal-modal.small {
            margin-left: -20%;
            width: 40%; } }
    @media only screen and (min-width:40.063em) {
        dialog.medium, .reveal-modal.medium {
            margin-left: -30%;
            width: 60%; } }
    @media only screen and (min-width:40.063em) {
        dialog.large, .reveal-modal.large {
            margin-left: -35%;
            width: 70%; } }
    @media only screen and (min-width:40.063em) {
        dialog.xlarge, .reveal-modal.xlarge {
            margin-left: -47.5%;
            width: 95%; } }
    dialog.full, .reveal-modal.full {
        top: 0;
        left: 0;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0 !important; }
    @media only screen and (min-width:40.063em) {
        dialog.full, .reveal-modal.full {
            margin-left: -50vw;
            width: 100vw; } } }

@media print {
    dialog, .reveal-modal {
        background: #fff !important; } }

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd; }
table thead, table tfoot {
    background: #f5f5f5; }
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #222;
    text-align: left; }
table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222; }
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden; }
.flex-video.widescreen {
    padding-bottom: 56.34%; }
.flex-video.vimeo {
    padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@font-face {
    font-family: 'dom-common';
    src: url("/shared/reimagine/assets/base/fonts/icons/dom-common.eot");
    src: url("/shared/reimagine/assets/base/fonts/icons/dom-common.eot?#iefix") format('embedded-opentype'), url("/shared/reimagine/assets/base/fonts/icons/dom-common.woff") format('woff'), url("/shared/reimagine/assets/base/fonts/icons/dom-common.ttf") format('truetype'), url("/shared/reimagine/assets/base/fonts/icons/dom-common.svg#dom-common") format('svg');
    font-weight: normal;
    font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
    font-family: 'dom-common';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-question:before {
    content: "\e624"; }

.icon-exchange:before {
    content: "\e623"; }

.icon-typekit:before {
    content: "\e619"; }

.icon-prosite:before {
    content: "\e61a"; }

.icon-mobile:before {
    content: "\e61b"; }

.icon-lightroom:before {
    content: "\e61c"; }

.icon-kuler:before {
    content: "\e61d"; }

.icon-files:before {
    content: "\e61e"; }

.icon-desktop:before {
    content: "\e61f"; }

.icon-behance:before {
    content: "\e620"; }

.icon-topissues:before {
    content: "\e614"; }

.icon-questions:before {
    content: "\e615"; }

.icon-ask:before {
    content: "\e616"; }

.icon-support:before {
    content: "\e617"; }

.icon-startchat:before {
    content: "\e618"; }

.icon-download:before {
    content: "\e60d"; }

.icon-circle-down:before {
    content: "\e60e"; }

.icon-close:before {
    content: "\e60c"; }

.icon-arrow-left:before {
    content: "\e600"; }

.icon-arrow-right:before {
    content: "\e601"; }

.icon-mc:before {
    content: "\e607"; }

.icon-cc:before {
    content: "\e602"; }

.icon-ds:before {
    content: "\e608"; }

.icon-circle:before {
    content: "\e603"; }

.icon-menu:before {
    content: "\e604"; }

.icon-more:before {
    content: "\e609"; }

.icon-person:before {
    content: "\e605"; }

.icon-asset-generation:before {
    content: "\e613"; }

.icon-search:before {
    content: "\e606"; }

.icon-A:before {
    content: "\e60a"; }

.icon-camera-shake-reduction:before {
    content: "\e611"; }

.icon-3d-printing:before {
    content: "\e612"; }

.icon-caret-right:before {
    content: "\e60f"; }

.icon-collapse:before {
    content: "\e60b"; }

.icon-smart-sharpen:before {
    content: "\e610"; }

.icon-file:before {
    content: "\e621"; }

.icon-check:before {
    content: "\e622"; }

.icon-alert:before {
    content: "\e625"; }

.icon-cc-libraries:before {
    content: "\e626"; }

.icon-cc_market:before {
    content: "\e627"; }

.icon-close-circle:before {
    content: "\e628"; }

.icon-triangle-alert:before {
    content: "\e629"; }

@font-face {
    font-family: 'geobats';
    src: url("/shared/reimagine/assets/base/fonts/icons/geobats.eot?-b11b8n");
    src: url("/shared/reimagine/assets/base/fonts/icons/geobats.eot?#iefix-b11b8n") format('embedded-opentype'), url("/shared/reimagine/assets/base/fonts/icons/geobats.woff?-b11b8n") format('woff'), url("/shared/reimagine/assets/base/fonts/icons/geobats.ttf?-b11b8n") format('truetype'), url("/shared/reimagine/assets/base/fonts/icons/geobats.svg?-b11b8n#geobats") format('svg');
    font-weight: normal;
    font-style: normal; }

[class^="geobats-"], [class*=" geobats-"] {
    font-family: 'geobats';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.geobats-world:before {
    content: "\e600"; }

html, body {
    min-height: 100%; }

body {
    position: relative;
    font-family: 'adobe-clean', sans-serif;
    background: #fff; }

h1 {
    margin-top: 1.25625rem;
    margin-bottom: 1.25625rem; }

h2 {
    margin: 0.83em 0; }

h3 {
    margin: 0.875rem 0; }

p {
    margin-top: 1rem;
    margin-bottom: 1rem; }

a img {
    outline: none; }

a, :visited {
    text-decoration: none;
    color: #2b9af3;
    outline: 0;
    outline: none; }

a.button {
    color: #FFF; }

:hover, :active, :focus {
    outline: 0;
    outline: none; }

a:hover, a:active, a:focus {
    color: #33ccff; }

main :link:focus, main :visited:focus, .dom-content :link:focus, .dom-content :visited:focus {
    text-decoration: underline; }

img {
    border: 0; }

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

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

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

.text-justify {
    text-align: justify !important; }

.nowrap {
    white-space: nowrap;
    display: inline-block; }

.balance-text {
    text-wrap: balanced; }

[lang=ja] body {
    font-size: 16px; }
[lang=ja] h1, [lang=ja] h2, [lang=ja] h3, [lang=ja] h4, [lang=ja] h5, [lang=ja] h6, [lang=ja] p, [lang=ja] .tabbed-features > nav label:before, [lang=ja] .label {
    line-height: 1.25; }

.dom-container {
    display: block;
    height: 100%;
    min-height: 38.75rem;
    z-index: 100;
    background: inherit; }

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

.dom-logo--row {
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 10; }

.dom-adobe-logo {
    width: auto;
    height: 60px; }

.dom-content {
    position: relative; }

.dom-content--fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%; }

.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.75); }

.dom-hidden-clickable {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }

a.dom-link--caret::after, .dom-link--caret::after {
    content: "â€º";
    margin-left: 0.25em; }
[dir=rtl] a.dom-link--caret::after, [dir=rtl] .dom-link--caret::after {
    margin-left: 0;
    margin-right: 0.25em; }

a.dom-link--caretBefore::before, .dom-link--caretBefore::before {
    content: "â€¹";
    margin-right: 0.25em; }
[dir=rtl] a.dom-link--caretBefore::before, [dir=rtl] .dom-link--caretBefore::before {
    content: "";
    margin-right: 0; }

[dir=rtl] a.dom-link--caretBefore::after, [dir=rtl] .dom-link--caretBefore::after {
    content: "â€º";
    margin-right: 0.25em; }

.dom-stateful-download-link > .alt-text {
    display: none; }

@media only screen and (min-width: 40.063em) {
    .dom-container {
        min-height: 42.5rem; }
    body[data-dom-layout="products"] .dom-container {
        min-height: 0;
        /*max-width: $row-width; remove this ideally */
        max-width: 100%;
        margin: 0 auto;
        background: inherit; }
    body[data-dom-layout="products"] .dom-container .row {
        padding-left: 3.75rem;
        padding-right: 3.75rem; }
    body[data-dom-layout="products"] .dom-container .dom-footer-container {
        position: relative; }
    body[data-dom-layout="cc"] .dom-container {
        min-height: 0;
        max-width: 100%;
        margin: 0 auto; }
    body[data-dom-layout="cc"] .dom-container .row {
        padding-left: 3.75rem;
        padding-right: 3.75rem; }
    body[data-dom-layout="cc"] .dom-container .dom-footer-container {
        position: relative; }
    .dom-adobe-logo {
        width: 54px;
        height: auto; } }

@media only screen and (min-width: 90.063em) {
    body[data-dom-layout="cc"] .dom-container .row {
        padding-left: 8.75rem;
        padding-right: 8.75rem; } }

@media only screen and (min-width: 90.063em) { }

.dom-footer-container {
    position: relative;
    background-color: #fff;
    color: #fff;
    top: 100%;
    width: 100%;
    font-weight: 300;
    padding-bottom: 0.375rem;
    -webkit-box-shadow: 0px -3px 10px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px -3px 10px 0px rgba(50, 50, 50, 0.6); }

.dom-footer-container--link, .dom-footer-container--link--bigger {
    display: inline-block;
    text-decoration: none; }

.dom-footer-container--link--bigger {
    color: inherit;
    margin-right: 0.6rem;
    padding-top: 0.25rem;
    font-size: 0.71rem; }

.dom-footer-container--link {
    color: #fff; }

.dom-footer-container--link::before {
    content: "/";
    margin-left: 0.1875rem;
    margin-right: 0.3125rem; }

.dom-footer-container--link:hover::before {
    color: #fff; }

.dom-footer-container--link:first-child::before {
    content: " ";
    margin: 0; }

.dom-footer-container--link--bigger:last-child {
    margin-right: 0; }

.dom-footer-container--link:hover, .dom-footer-container--link:active, .dom-footer-container--link--bigger:hover, .dom-footer-container--link--bigger:active, .dom-footer-container--link:focus, .dom-footer-container--link--bigger:focus, .dom-footer--re-changeregion:hover {
    color: #33ccff; }

.dom-footer-container:hover .dom-footer--region-country, .dom-footer-container--link--region:hover {
    color: #fff; }

.dom-footer-container--copyright {
    display: inline-block;
    margin-top: 0.7rem;
    margin-right: 0.6rem;
    font-size: 0.65rem;
    color: inherit; }

.dom-footer-container--small-links {
    display: inline-block;
    font-size: 0.65rem;
    margin-top: 0.3125rem;
    color: #999; }

.dom-footer-container--legal .dom-footer-container--link {
    color: #fff; }

.dom-footer-container--legal {
    display: block;
    font-size: 0.65rem;
    color: inherit;
    margin-top: 0.1875rem; }

.dom-footer--right-column {
    text-align: left; }

@media only screen and (min-width: 40.063em) {
    .dom-footer-container {
        bottom: 0;
        top: auto;
        padding-bottom: 0.9375rem; }
    .dom-footer-container .dom-footer-container--link--bigger, .dom-footer-container .dom-footer-container--copyright, .dom-footer-container .dom-footer-container--small-links, .dom-footer-container .dom-footer--region-country, .dom-footer-container .dom-footer--changeregion, .dom-footer-container .geobats-world {
        opacity: 0.5;
        -webkit-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out; }
    .dom-footer-container:hover .dom-footer-container--link--bigger, .dom-footer-container:hover .dom-footer-container--copyright, .dom-footer-container:hover .dom-footer-container--small-links, .dom-footer-container:hover .dom-footer--region-country, .dom-footer-container:hover .dom-footer--changeregion, .dom-footer-container:hover .geobats-world {
        opacity: 1; }
    .dom-footer-container .dom-footer-container--link--region, .dom-footer-container:hover .dom-footer-container--link--region {
        opacity: 1; }
    .dom-footer--right-column {
        text-align: right; }
    [dir=rtl] .dom-footer--right-column {
        text-align: left; }
    .dom-footer-container--link--bigger {
        font-size: 0.875rem;
        padding-top: 0.75rem; }
    .dom-footer-container--copyright, .dom-footer-container--small-links {
        font-size: 0.75rem;
        margin-top: 0.875rem;
        color: #999999; } }

@media only screen and (max-width: 40em) {
    .dom-footer-container .small-16 {
        padding-top: 5px; }
    .dom-footer-container .small-16 a {
        padding: 5px 0; } }

#eu-banner-visible {
    position: fixed;
    top: 50%;
    right: 100%;
    z-index: -1; }
#eu-banner-visible ~ .dom-content--eu-banner {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    background: #2a2929;
    color: #999;
    font-size: 14px;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out; }
@media only screen and (max-width: 37.5rem) {
    #eu-banner-visible ~ .dom-content--eu-banner .row {
        padding: 0 1em; } }
#eu-banner-visible:checked ~ .dom-content--eu-banner {
    top: 0;
    height: 40px;
    padding: 10px 0 0;
    visibility: visible; }
#eu-banner-visible:focus ~ label[for=eu-banner-visible] {
    text-decoration: underline; }

@media only screen and (max-width: 53.75rem) {
    #eu-banner-visible:checked ~ .dom-content--eu-banner {
        height: auto;
        padding: 10px;
        line-height: 1.2rem; } }

.dom-content--eu-banner-button {
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    margin: 0;
    cursor: pointer;
    top: -5px; }
.dom-content--eu-banner-button:hover {
    color: #fff; }

.dom-content--eu-banner-content {
    margin-right: 0.75rem;
    vertical-align: middle; }
@media only screen and (max-width: 45.625rem) {
    .dom-content--eu-banner-content {
        display: inline-block;
        width: 95%; } }

.dom-content--eu-banner-learn-more-link {
    color: #d1d1d1; }
.dom-content--eu-banner-learn-more-link:hover {
    color: #fff; }

.dom-content--eu-banner .columns {
    padding-left: 0;
    text-align: center; }

.GeoroutingPanel {
    background: url('/shared/reimagine/assets/base/img/georouting/georouting_background.jpg') top left no-repeat;
    padding: 30px 15px 0; }

.GeoroutingRegionPanelLink {
    padding-bottom: 1em; }

.GeoroutingPanel ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.GeoroutingPanel a {
    cursor: pointer; }

.GeoroutingColumnsLeft {
    width: 250px;
    padding: 0 20px 0 10px;
    float: left; }

.GeoroutingColumnsRight {
    width: 380px;
    padding: 0 20px;
    border-left: none;
    min-height: 300px;
    float: right; }

.GeoroutingLeftHeader {
    display: block;
    font-size: 24px;
    color: #FFF;
    padding-bottom: 12px; }

.GeoroutingLeftText {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    padding-bottom: 12px; }

.GeoroutingRightText {
    font-size: 13px;
    line-height: 17px; }

.GeoroutingTextNote {
    color: #666; }

.GeoroutingRegionPanelImage {
    font-family: 'geobats';
    font-size: 31px;
    line-height: 0;
    position: relative;
    top: 12px;
    left: 8px; }

.GeoroutingRegionPanelImage:before {
    content: "\e600"; }

.GeoroutingSpacer {
    margin: 12px 0; }

.GeoroutingButtonListItem {
    margin: 6px 0 12px 0; }

.GeoroutingButtonYellow {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: adobe-clean, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.75rem;
    background-color: #2b9af3;
    border-color: #0c80d9;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    font-size: 1rem !important;
    font-weight: 400;
    margin: 0;
    width: 100%;
    letter-spacing: 1px;
    max-width: 14.375rem; }
.GeoroutingButtonYellow:hover, .GeoroutingButtonYellow:focus {
    background-color: #0c80d9; }
.GeoroutingButtonYellow:hover, .GeoroutingButtonYellow:focus {
    color: #fff; }

.GeoroutingPanel a.GeoroutingButtonYellow, .GeoroutingPanel a:link.GeoroutingButtonYellow, .GeoroutingPanel a:hover.GeoroutingButtonYellow, .GeoroutingPanel a:visited.GeoroutingButtonYellow, .GeoroutingPanel a:hover:visited.GeoroutingButtonYellow {
    text-decoration: none; }

.GeoroutingHeader {
    font: 18px "Myriad Pro", Helvetica, sans-serif;
    margin-bottom: 18px; }

.GeoroutingHeader span {
    width: 600px; }

.GeoroutingHeaderCountryList {
    margin-bottom: 0; }

#GeoroutingPanel2 ul, #GeoroutingPanel2 li {
    font-size: 12px;
    color: #333;
    list-style: none outside none;
    margin: 0;
    padding: 0; }

#GeoroutingPanel2 li {
    line-height: 1.1em;
    margin-top: 2px;
    margin-bottom: 4px; }

.GeoroutingRegionPanelLink a, .GeoroutingRegionPanelLink a:hover, .GeoroutingRegionPanelLink a:active, .GeoroutingRegionPanelLink a:visited {
    color: #FFF;
    font-size: 13px; }

.Mirror {
    direction: rtl;
    display: block; }

body[data-dom-layout="fullscreen"] .dom-georouting-modal {
    top: 25% !important; }

body[data-dom-layout="products"] .dom-georouting-modal {
    top: 8% !important; }
@media only screen and (max-width: 60rem) {
    body[data-dom-layout="products"] .dom-georouting-modal {
        top: 4% !important; } }

#dom-georouting-modal {
    padding: 0;
    border: none;
    z-index: 1002; }
@media only screen and (min-width:40.063em) {
    #dom-georouting-modal {
        margin-left: -22.15625rem;
        width: 44.3125rem; } }

.dom-georouting-modal--regionpanel {
    background: #fff; }

body[data-dom-layout="fullscreen"] .dom-georouting-modal--regionpanel {
    width: 900px;
    top: 8% !important;
    bottom: auto;
    margin-left: -27.15625rem; }
@media only screen and (max-width: 60rem) {
    body[data-dom-layout="fullscreen"] .dom-georouting-modal--regionpanel {
        max-width: 100%;
        max-height: 80vh;
        margin-left: 0;
        left: 0; } }

body[data-dom-layout="products"] .dom-georouting-modal--regionpanel {
    top: 2.5% !important; }

.close-reveal-modal {
    top: 0 !important;
    right: 0.6875rem !important;
    z-index: 10; }

.close-reveal-modal .icon-close {
    font-size: 1.25rem; }

@media only screen and (max-width: 40.063em) {
    .GeoroutingColumnsLeft, .GeoroutingColumnsRight {
        width: 100%;
        float: none;
        min-height: 100%;
        padding: 0; }
    #dom-georouting-modal.GeoroutingPanel, #dom-georouting-modal-content .GeoroutingPanel {
        background: #5D656A; }
    #dom-georouting-modal {
        height: auto;
        min-height: 0; }
    .GeoroutingColumnsLeft, .GeoroutingColumnsRight, .GeoroutingTextNote {
        color: #fff; }
    body[data-dom-layout="fullscreen"] .dom-georouting-modal {
        top: 18% !important; } }

/* REGION PANEL */
.dom-footer-container .geobats-world {
    position: absolute;
    font-size: 40px;
    left: 0;
    top: 0; }
[dir=rtl] .dom-footer-container .geobats-world {
    right: 0;
    left: auto; }
@media only screen and (max-width: 40em) {
    .dom-footer-container .geobats-world {
        font-size: 28px;
        top: -2px; } }

.dom-footer-container .dom-footer-container--link--region {
    margin-top: 0;
    padding-left: 45px;
    margin-right: 1rem;
    position: relative; }
[dir=rtl] .dom-footer-container .dom-footer-container--link--region {
    padding-left: 0;
    padding-right: 45px;
    margin-right: 0;
    margin-left: 1rem; }
@media only screen and (max-width: 40em) {
    .dom-footer-container .dom-footer-container--link--region {
        padding-left: 32px !important; } }

a#region-selector {
    position: relative;
    z-index: 2;
    cursor: pointer; }
a#region-selector:active, a#region-selector:focus {
    color: #fff; }

#regions-visible {
    position: fixed;
    top: 50%;
    right: 100%;
    z-index: -1; }
#regions-visible ~ .dom-footer--region-panel-container {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: delay-vis 0.3s;
    animation: delay-vis 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    width: 80%;
            }/*  6-22-2016 */
#regions-visible:checked ~ .dom-footer--region-panel-container {
    -webkit-animation-name: delay-vis-2;
    animation-name: delay-vis-2;
    visibility: visible;
    opacity: 1; }
#regions-visible:focus ~ a#region-selector {
    color: #fff; }
#regions-visible:checked ~ a#region-selector:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1; }

.dom-footer--region-panel {
    background-color: #FFF;
    color: #333;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    /* width: 85%; */
    /* width: 85vh; */
    padding: 25px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal; }
[dir=rtl] .dom-footer--region-panel {
    right: 0;
    left: auto; }
@media only screen and (max-width: 60rem) {
    .dom-footer--region-panel {
        max-width: 80vw;
        max-height: 80vh;
        width: 60%;
        width: 85vw; } }
.dom-footer--region-panel .nub {
    display: block;
    left: 5.2rem;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 10px;
    border-color: #fff transparent transparent transparent;
    top: 100%; }
[dir=rtl] .dom-footer--region-panel .nub {
    right: 5.2rem;
    left: auto; }

@media only screen and (max-height: 48.6875rem) {
    .dom-footer--region-panel {
        width: 80vw; } }

.dom-georouting-modal--regionpanel .dom-footer--region-panel {
    position: inherit !important;
    width: 100%; }

.dom-footer-container .dom-footer--region-panel-container .row, .dom-footer-container:hover .dom-footer--region-panel-container .row:hover, .dom-footer-container .dom-footer--region-panel .row, .dom-footer-container:hover .dom-footer--region-panel .row {
    opacity: 1; }

body[data-dom-layout="products"] .dom-container .dom-footer--region-panel .row, body[data-dom-layout="fullscreen"] .dom-container .dom-footer--region-panel .row {
    padding: 0; }

body[data-dom-layout="products"] .dom-footer--region-panel {
    border: 1px solid #bbb; }

.dom-footer--region-panel-header {
    margin-bottom: 5px;
    font-weight: bold; }

.dom-footer--region-panel-title {
    font-size: 1.875rem;
    font-weight: 100; }

.dom-footer--region-panel-content {
    color: #999;
    font-weight: 400;
    font-size: 1rem;
    margin: 0.75rem 0 0; }

.dom-footer--region-panel dl {
    -webkit-column-width: 12rem;
    -moz-column-width: 12rem;
    column-width: 12rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    width: 100%;
    max-height: 40em;
    padding: 0;
    margin: 2ex 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    background-color: inherit; }
@media only screen and (max-width: 60rem) {
    .dom-footer--region-panel dl {
        max-height: 40vh;
        -webkit-column-width: auto;
        -moz-column-width: auto;
        column-width: auto; } }
.dom-footer--region-panel dl dt, .dom-footer--region-panel dl dd {
    display: block;
    padding: 0;
    margin: 0; }
.dom-footer--region-panel dl dt {
    -webkit-break-before: always;
    -moz-break-before: always;
    break-before: always;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    font-weight: 700; }
.dom-footer--region-panel dl dd {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    padding: 0; }
.dom-footer--region-panel dl dd + dt {
    margin-top: 1.33em; }

.dom-georouting-modal--regionpanel .nub, .dom-georouting-modal--regionpanel .dom-footer--region-panel-close {
    display: none; }

.dom-footer--region-panel-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
    font-size: 20px; }
[dir=rtl] .dom-footer--region-panel-close {
    left: 10px;
    right: auto; }

.dom-footer--region-panel-close:hover {
    color: #bbb; }

.dom-footer--region, .dom-footer--changeregion {
    position: relative; }

.dom-footer--re-changeregion {
    color: #fff;
    cursor: pointer; }

.dom-footer--region-panel {
    /* All Smartphones in landscape ----------- */
    /* iPad in landscape----------- */
    /* iPad in portrait----------- */ }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .dom-footer--region-panel {
        width: 400px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .dom-footer--region-panel {
        width: 280px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .dom-footer--region-panel {
        width: 600px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dom-footer--region-panel {
        width: 500px; } }

@-webkit-keyframes delay-vis {
    0% {
        visibility: visible; }

    99% {
        visibility: visible; } }

@keyframes delay-vis {
    0% {
        visibility: visible; }

    99% {
        visibility: visible; } }

@-webkit-keyframes delay-vis-2 {
    0% {
        visibility: visible; }

    99% {
        visibility: visible; } }

@keyframes delay-vis-2 {
    0% {
        visibility: visible; }

    99% {
        visibility: visible; } }

header {
    position: absolute;
    color: white;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    font-size: 1rem;
    text-shadow: 0 0.067em 0.0125em #000; }

.header-container {
    vertical-align: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 3rem;
    margin-bottom: 2rem; }
.header-container:before, .header-container:after {
    content: none; }

.header-container--fixed {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: inherit;
    color: white;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.header-container--fixed > nav {
    margin-top: 0.3125rem; }

.product-header-title {
    margin: 0;
    min-width: 32.8125rem; }

.product-header-icon {
    margin-top: 0.3125rem;
    margin-right: 0.75rem;
    vertical-align: bottom; }
[dir=rtl] .product-header-icon {
    margin-left: 0.75rem;
    margin-right: 0; }

header h1 {
    font-size: 2.25rem;
    font-weight: 300;
    display: inline-block;
    line-height: 1.1;
    text-rendering: geometricPrecision;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.product-title-text {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 2.625rem;
    white-space: nowrap;
    text-align: left; }

/* slidein animation for nav */
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        /*transform: translateY(-2000px);*/ }

    100% {
        opacity: 1;
        /*transform: translateY(0);*/ } }
@keyframes slideInDown {
    0% {
        opacity: 0;
        /*transform: translateY(-2000px);*/ }

    100% {
        opacity: 1;
        /*transform: translateY(0);*/ } }

.slideInDown {
    -webkit-animation: slideInDown 0.45s;
    animation: slideInDown 0.45s; }

@media screen and (max-width: 76em) {
    .header-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .header-container--fixed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }

@media screen and (max-width: 47.5em) {
    /* responsive menu nav */
    header {
        position: static;
        width: 100%;
        color: black;
        text-shadow: none;
        background: inherit; }
    .header-container {
        margin-bottom: 0.5rem;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid rgba(255, 255, 255, 0.0125);
        margin-top: 1rem;
        background: inherit; }
    .header-container h1 {
        color: #fff; }
    .product-header-icon {
        width: 35px;
        height: auto; }
    .product-title-text {
        line-height: 2.125rem; }
    header h1 {
        color: #444;
        display: block;
        margin: 1rem auto 0 auto;
        text-align: center;
        font-size: 1.4rem;
        float: none;
        min-width: none; }
    .header-container h1 img {
        max-height: 1.8rem; }
    .product-header-title {
        min-width: inherit;
        width: 100%;
        display: inline-block;
        text-align: center; }
    .product-title-text {
        white-space: normal;
        width: auto;
        text-align: center; }
    .header-container--fixed {
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: inherit;
        color: white;
        -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .header-container--fixed .innav-item:nth-child(5):after, .header-container--fixed .innav-item:nth-child(6):after {
        content: ""; } }

.hero {
    position: relative;
    z-index: 0; }
.hero > input[name=hero-video--visible] {
    position: fixed;
    top: 50vh;
    right: 100%;
    z-index: -1; }
.hero > input[name=hero-video--visible]:focus ~ nav label:before {
    border-width: 0.05em;
    -webkit-box-shadow: inset 0 0 0 0.05em, 0 0 0 0.01875em, 0 0 0.0375em 0.01875em rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 0.05em, 0 0 0 0.01875em, 0 0 0.0375em 0.01875em rgba(0, 0, 0, 0.25); }
.hero > input[name=hero-video--visible]:checked ~ nav label {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0); }
.hero > input[name=hero-video--visible]:checked ~ nav label:before, .hero > input[name=hero-video--visible]:checked ~ nav label:after {
    opacity: 0; }
.hero > input[name=hero-video--visible]:checked ~ .hero-leaf .figcaption {
    opacity: 0; }
.hero > input[name=hero-video--visible]:checked ~ video {
    bottom: auto;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1; }
.hero > input[name=hero-video--visible] ~ video {
    position: fixed;
    left: 0;
    z-index: 1;
    opacity: 0;
    bottom: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
@media only screen and (min-aspect-ratio: 4/3) {
    .hero > input[name=hero-video--visible] ~ video {
        object-fit: cover; } }

/*  TODO: Remove this work-around when point-into-nine
    fully supports item aligment in IE9
*/
.msie9 .hero nav label, .msie9 .hero figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
.msie9 .hero figcaption {
    top: auto; }
.msie9 .hero figcaption .figcaption--flow {
    margin-left: auto;
    margin-right: auto; }

.hero-media {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.hero-leaf .figcaption {
    text-align: center;
    text-justify: distribute; }

.hero-title {
    font-size: 2.2em;
    line-height: 1.112;
    letter-spacing: 0.033ex;
    margin: 0; }

.hero-title, .hero-detail {
    max-width: 56em;
    text-justify: distribute; }
@media only screen and (min-width: 100rem) {
    .hero-title, .hero-detail {
        text-justify: auto; } }

.hero-detail-videolink-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem; }

.hero-detail {
    line-height: 1.42;
    font-weight: 400;
    margin: 0.42em 0;
    font-size: 1.42em; }
.hero-title + .hero-detail {
    font-size: 1.125em; }

.hero-detail-button {
    display: inline-block; }

.hero-leaf-button {
    min-width: 6rem;
    min-height: 6rem;
    width: 6em;
    height: 6em;
    text-indent: -100%;
    display: inline-block;
    position: relative;
    cursor: pointer; }
.hero-leaf-button:before, .hero-leaf-button:after {
    font-size: 6rem;
    content: "";
    opacity: 1;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: border 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border 0.15s ease, box-shadow 0.15s ease; }
.hero-leaf-button:after {
    width: 0;
    height: 0;
    border-top: 0.25em solid transparent;
    border-bottom: 0.25em solid transparent;
    border-left: 0.42em solid;
    border-right: 0 solid transparent;
    margin-left: 0.05em; }
.hero-leaf-button:before {
    margin-right: -0.67em;
    margin-bottom: -0.25em; }
.hero-leaf-button:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1em;
    width: 1em;
    border-radius: 0.5em;
    background-color: rgba(0, 0, 0, 0.25);
    border: 0.1em solid transparent;
    -webkit-box-shadow: inset 0 0 0 0.01875em, 0 0 0 0.05em, 0 0 0.0375em 0.01875em rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 0.01875em, 0 0 0 0.05em, 0 0 0.0375em 0.01875em rgba(0, 0, 0, 0.25); }
.hero-leaf-button:hover:before {
    border-width: 0.05em;
    -webkit-box-shadow: inset 0 0 0 0.05em, 0 0 0 0.01875em, 0 0 0.0375em 0.01875em rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 0.05em, 0 0 0 0.01875em, 0 0 0.0375em 0.01875em rgba(0, 0, 0, 0.25); }

.cc-faq-modal {
    padding: 0 !important;
    background-color: #FFFFFF;
    max-width: 1024px;
    *zoom: 1; }
.cc-faq-modal:before, .cc-faq-modal:after {
    content: " ";
    display: table; }
.cc-faq-modal:after {
    clear: both; }

.cc-faq-header {
    margin-top: 1.5rem;
    margin-right: 3.75rem;
    border-bottom: 1px solid #0f0f0f; }

.cc-faq-header-text {
    display: inline-block;
    margin: 0;
    margin-bottom: 0.875rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333; }
[dir=rtl] .cc-faq-header-text {
    margin-right: 0;
    margin-left: 1.25rem; }

.cc-faq-more-link {
    float: right;
    margin-top: 0.375rem; }
[dir=rtl] .cc-faq-more-link {
    float: left; }

.cc-faq-header-icon {
    display: inline-block;
    margin-bottom: 0.5rem;
    vertical-align: middle; }

.common-questions-SVG {
    height: 1.75rem;
    width: 1.75rem; }
.common-questions-SVG > g {
    stroke: #000; }

.cc-faq-content {
    padding: 1rem 0;
    padding-left: 2.5rem;
    width: 62%;
    height: 100%;
    float: left; }
[dir=rtl] .cc-faq-content {
    float: right; }

.cc-faq-nav {
    padding: 4.375rem 2.1875rem;
    float: right;
    width: 38%;
    min-width: 18.125rem;
    height: 100%;
    background-color: #F1F0F0; }
[dir=rtl] .cc-faq-nav {
    float: left; }

.cc-faq-nav-icon {
    display: inline-block;
    vertical-align: top; }

.learn-tutorials-SVG {
    height: 3.125rem;
    width: 3.125rem; }
.learn-tutorials-SVG > g {
    stroke: #6e1c88; }

.ask-community-SVG {
    height: 3.125rem;
    width: 3.125rem; }
.ask-community-SVG > g {
    stroke: #079c08; }

.contact-us-SVG {
    height: 3.125rem;
    width: 3.125rem; }
.contact-us-SVG > g, .contact-us-SVG path, .contact-us-SVG ellipse {
    stroke: #198ce3; }

.cc-faq-nav-item-content {
    display: inline-block;
    margin-left: 0.625rem;
    width: 65%; }
[dir=rtl] .cc-faq-nav-item-content {
    margin-left: 0;
    margin-right: 0.625rem; }

.cc-faq-nav-item {
    padding: 2.25rem 0;
    border-bottom: 1px solid #cccccc; }
.cc-faq-nav-item:first-child {
    padding-top: 0; }
.cc-faq-nav-item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.cc-faq-nav-item-title {
    margin: 0;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #333333; }

.cc-faq-nav-item-text {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #666666; }

.cc-faq-questions {
    margin-bottom: 0;
    margin-right: 3.75rem;
    padding-left: 1.25rem; }
[dir=rtl] .cc-faq-questions {
    margin-right: 2.25rem;
    padding-left: 0; }

.cc-faq-question-item {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #666666;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }

.cc-faq-question-item--hidden {
    margin-bottom: 0;
    display: none;
    height: 0; }

.cc-faq-answers {
    margin-bottom: 0.625rem;
    overflow-y: auto; }

.cc-faq-answer-item {
    display: none; }
.cc-faq-answer-item > p {
    line-height: 1.5;
    padding-right: 3.125rem; }
[dir=rtl] .cc-faq-answer-item > p {
    padding-right: 3.75rem; }
.cc-faq-answer-item > p:first-child {
    margin-top: 0; }
.cc-faq-answer-item > ul {
    line-height: 1.5;
    padding-right: 3.125rem; }
.cc-faq-answer-item > ul li {
    margin-bottom: 1em; }

.cc-faq-answers-back-link {
    display: none; }
[dir=rtl] .cc-faq-answers-back-link {
    padding-right: 3.75rem; }

.close-reveal-modal.cc-faq-close {
    right: 0.75rem !important;
    margin-top: 1.125rem;
    font-size: 1.25rem;
    color: #cccccc;
    -webkit-transition: color 100ms ease-out;
    transition: color 100ms ease-out; }
.close-reveal-modal.cc-faq-close:hover {
    color: #bbbbbb; }
[dir=rtl] .close-reveal-modal.cc-faq-close {
    left: 1rem !important;
    right: auto !important; }

@media screen and (max-width: 71em) {
    .cc-faq-content, .cc-faq-nav {
        width: 100%;
        float: none; }
    .cc-faq-content {
        margin-bottom: 1.5rem; }
    .cc-faq-nav-item-content {
        width: 50%; }
    .cc-faq-nav-icon {
        margin-left: 16%; } }

.account-entitled-product .default-text {
    display: none; }
.account-entitled-product .alt-text {
    display: inline-block; }

.tabbed-features {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-size: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#000000), to(#191919));
    background: -webkit-linear-gradient(0, #000000, #191919);
    background: linear-gradient(0, #000000, #191919);
    background-color: black;
    color: #fff; }
.tabbed-features .header, .tabbed-features > nav {
    position: relative;
    z-index: 1;
    padding: 0;
    max-width: 86%; }
.tabbed-features .header {
    margin: 3em auto 0; }
.tabbed-features .header h2 {
    float: left;
    margin: 0; }
.tabbed-features .header nav {
    float: right; }
.tabbed-features .header nav :link {
    display: inline-block;
    margin: 1ex 0; }
.tabbed-features .header nav :link + :link {
    margin: 1ex 1em; }
@media screen and (max-width: 45em) {
    .tabbed-features .header > :nth-child(n) {
        float: none; } }
.tabbed-features > nav {
    clear: both;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    table-layout: fixed;
    border-spacing: 1em;
    margin: 3ex auto; }
.tabbed-features > nav label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 100;
    padding: 1.5ex 1em;
    margin: 0;
    border-radius: 0.25em;
    -webkit-transition: background-color 0.24s;
    transition: background-color 0.24s; }
[dir=rtl] .tabbed-features > nav label {
    margin-left: 1rem; }
.tabbed-features > nav label:after, .tabbed-features > nav label:before {
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    content: none;
    font-size: 0.5em;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top-width: 1em;
    border-top-style: solid; }
.tabbed-features > nav label:after {
    right: 50%; }
[dir=rtl] .tabbed-features > nav label:after {
    left: 50%; }
.tabbed-features > nav label:before {
    left: 50%;
    margin-top: 1px; }
[dir=rtl] .tabbed-features > nav label:before {
    right: 50%; }
.tabbed-features > nav label + label {
    margin-left: 1em; }
@media screen and (max-width: 45em) {
    .tabbed-features > nav label + label {
        margin-left: 0; }
    .tabbed-features > nav label:last-of-type {
        margin-left: 1ex; } }
.tabbed-features > section {
    position: relative;
    z-index: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.tabbed-features .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
.tabbed-features .header h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
.tabbed-features .header nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
@media screen and (max-width: 45em) {
    .tabbed-features .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block; } }
.tabbed-features nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.tabbed-features nav label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
.tabbed-features nav label:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }
.tabbed-features > nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.tabbed-features > nav label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
.tabbed-features :focus {
    text-decoration: underline; }
.tabbed-features .header h2 {
    font-size: 2.25rem;
    text-rendering: geometricPrecision;
    font-weight: 200; }
[lang=ja] .tabbed-features .header h2, [lang=ko] .tabbed-features .header h2, [lang=zh] .tabbed-features .header h2 {
    font-weight: 500; }
@media screen and (max-width: 45em) {
    .tabbed-features .header nav {
        font-size: 0.8em; } }
.tabbed-features > nav {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.1;
    text-rendering: geometricPrecision;
    font-weight: 700;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
@media screen and (max-width: 45em) {
    .tabbed-features > nav {
        font-size: 1rem; } }
.tabbed-features > input {
    position: fixed;
    top: 50%;
    right: 100%;
    z-index: -1; }
.tabbed-features > nav label:last-of-type {
    display: none; }
@media only screen and (max-width: 45em) {
    .tabbed-features > nav label {
        display: none; }
    .tabbed-features > nav label:last-of-type {
        display: inline-block; } }
.tabbed-features input[type=radio]:last-of-type {
    display: none; }
.tabbed-features input[type=radio] ~ section {
    display: none; }
.tabbed-features input[type=radio]:checked ~ section {
    display: none; }
@media only screen and (max-width: 45em) {
    .tabbed-features input[type=radio]:last-of-type {
        display: block; }
    .tabbed-features input[type=radio]:checked ~ nav label {
        cursor: default; }
    .tabbed-features input[type=radio]:checked ~ nav label:last-of-type {
        cursor: pointer; }
    .tabbed-features input[type=radio]:last-of-type:checked ~ nav {
        display: block; }
    .tabbed-features input[type=radio]:last-of-type:checked ~ nav label {
        cursor: pointer;
        display: block;
        margin: 1ex 0; }
    .tabbed-features input[type=radio]:last-of-type:checked ~ nav label:last-of-type {
        display: none; } }
.tabbed-features label {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    background-color: rgba(76, 76, 76, 0.5); }
.tabbed-features label:hover {
    background-color: #4c4c4c; }
.tabbed-features label:after {
    border-top-color: #4c4c4c; }
.tabbed-features label:before {
    border-top-color: rgba(255, 255, 255, 0.5); }
.tabbed-features input:nth-of-type(1):checked ~ nav label:nth-of-type(1), .tabbed-features input:nth-of-type(1):focus ~ nav label:nth-of-type(1) {
    background-color: #4c4c4c; }
.tabbed-features input:nth-of-type(2):checked ~ nav label:nth-of-type(2), .tabbed-features input:nth-of-type(2):focus ~ nav label:nth-of-type(2) {
    background-color: #4c4c4c; }
.tabbed-features input:nth-of-type(3):checked ~ nav label:nth-of-type(3), .tabbed-features input:nth-of-type(3):focus ~ nav label:nth-of-type(3) {
    background-color: #4c4c4c; }
.tabbed-features input:nth-of-type(4):checked ~ nav label:nth-of-type(4), .tabbed-features input:nth-of-type(4):focus ~ nav label:nth-of-type(4) {
    background-color: #4c4c4c; }
.tabbed-features > section {
    color: #fff; }
.tabbed-features .tabs-header, .tabbed-features .tabs-header h2 {
    color: inherit; }
.tabbed-features > nav {
    color: inherit; }
.tabbed-features > nav label {
    color: inherit; }
.tabbed-features input:nth-of-type(1):checked ~ nav label:nth-of-type(1), .tabbed-features input:nth-of-type(1):focus ~ nav label:nth-of-type(1) {
    display: inline-block; }
.tabbed-features input:nth-of-type(1):checked ~ nav label:nth-of-type(1):after, .tabbed-features input:nth-of-type(1):checked ~ nav label:nth-of-type(1):before, .tabbed-features input:nth-of-type(1):focus ~ nav label:nth-of-type(1):after, .tabbed-features input:nth-of-type(1):focus ~ nav label:nth-of-type(1):before {
    content: ''; }
.tabbed-features input:nth-of-type(1):checked ~ section:nth-of-type(1), .tabbed-features input:nth-of-type(1):focus ~ section:nth-of-type(1) {
    display: block; }
.tabbed-features input:nth-of-type(1):focus ~ nav label:nth-of-type(1) {
    text-decoration: underline; }
.tabbed-features input:nth-of-type(2):checked ~ nav label:nth-of-type(2), .tabbed-features input:nth-of-type(2):focus ~ nav label:nth-of-type(2) {
    display: inline-block; }
.tabbed-features input:nth-of-type(2):checked ~ nav label:nth-of-type(2):after, .tabbed-features input:nth-of-type(2):checked ~ nav label:nth-of-type(2):before, .tabbed-features input:nth-of-type(2):focus ~ nav label:nth-of-type(2):after, .tabbed-features input:nth-of-type(2):focus ~ nav label:nth-of-type(2):before {
    content: ''; }
.tabbed-features input:nth-of-type(2):checked ~ section:nth-of-type(2), .tabbed-features input:nth-of-type(2):focus ~ section:nth-of-type(2) {
    display: block; }
.tabbed-features input:nth-of-type(2):focus ~ nav label:nth-of-type(2) {
    text-decoration: underline; }
.tabbed-features input:nth-of-type(3):checked ~ nav label:nth-of-type(3), .tabbed-features input:nth-of-type(3):focus ~ nav label:nth-of-type(3) {
    display: inline-block; }
.tabbed-features input:nth-of-type(3):checked ~ nav label:nth-of-type(3):after, .tabbed-features input:nth-of-type(3):checked ~ nav label:nth-of-type(3):before, .tabbed-features input:nth-of-type(3):focus ~ nav label:nth-of-type(3):after, .tabbed-features input:nth-of-type(3):focus ~ nav label:nth-of-type(3):before {
    content: ''; }
.tabbed-features input:nth-of-type(3):checked ~ section:nth-of-type(3), .tabbed-features input:nth-of-type(3):focus ~ section:nth-of-type(3) {
    display: block; }
.tabbed-features input:nth-of-type(3):focus ~ nav label:nth-of-type(3) {
    text-decoration: underline; }
.tabbed-features input:nth-of-type(4):checked ~ nav label:nth-of-type(4), .tabbed-features input:nth-of-type(4):focus ~ nav label:nth-of-type(4) {
    display: inline-block; }
.tabbed-features input:nth-of-type(4):checked ~ nav label:nth-of-type(4):after, .tabbed-features input:nth-of-type(4):checked ~ nav label:nth-of-type(4):before, .tabbed-features input:nth-of-type(4):focus ~ nav label:nth-of-type(4):after, .tabbed-features input:nth-of-type(4):focus ~ nav label:nth-of-type(4):before {
    content: ''; }
.tabbed-features input:nth-of-type(4):checked ~ section:nth-of-type(4), .tabbed-features input:nth-of-type(4):focus ~ section:nth-of-type(4) {
    display: block; }
.tabbed-features input:nth-of-type(4):focus ~ nav label:nth-of-type(4) {
    text-decoration: underline; }

.msie9 .tabbed-features .header {
    *zoom: 1; }
.msie9 .tabbed-features .header:before, .msie9 .tabbed-features .header:after {
    content: " ";
    display: table; }
.msie9 .tabbed-features .header:after {
    clear: both; }
.msie9 .tabbed-features > nav {
    display: table;
    border-spacing: 1em; }
.msie9 .tabbed-features > nav > label {
    display: table-cell;
    vertical-align: middle; }
.msie9 .tabbed-features > nav > label:last-child {
    display: none; }
.msie9 .tabbed-features > nav > label:before {
    border: none;
    background: none; }
.msie9 .tabbed-features > nav > label:after {
    border: none;
    background: none; }
.msie9 .tabbed-features input:nth-of-type(1):checked ~ nav label:nth-of-type(1), .msie9 .tabbed-features input:nth-of-type(2):checked ~ nav label:nth-of-type(2), .msie9 .tabbed-features input:nth-of-type(3):checked ~ nav label:nth-of-type(3), .msie9 .tabbed-features input:nth-of-type(4):checked ~ nav label:nth-of-type(4) {
    display: table-cell; }

.dom-globalnav {
    position: absolute;
    right: 3rem;
    top: 0.75rem;
    z-index: 1000;
    min-height: 40px; }
[dir=rtl] .dom-globalnav {
    left: 3rem;
    right: auto; }

body[data-dom-layout="products"] .dom-globalnav, body[data-dom-layout="cc"] .dom-globalnav {
    float: right;
    display: block;
    position: relative;
    right: -0.75em;
    top: 0.75em; }
[dir=rtl] body[data-dom-layout="products"] .dom-globalnav, [dir=rtl] body[data-dom-layout="cc"] .dom-globalnav {
    float: left;
    left: -0.75em;
    right: auto; }
@media screen and (max-width: 60rem) {
    [dir=rtl] body[data-dom-layout="products"] .dom-globalnav, [dir=rtl] body[data-dom-layout="cc"] .dom-globalnav {
        left: 0; } }

body[data-dom-layout="fullscreen"] header .row, body[data-dom-layout="cc-seg"] header .row {
    position: relative; }

@media screen and (max-width: 60em) {
    body[data-dom-layout="products"] .dom-globalnav, body[data-dom-layout="cc"] .dom-globalnav {
        right: 0; } }

.purchase-bar {
    position: relative;
    color: white;
    background-color: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    /*  height: 100%; */ }
.purchase-bar ul, .purchase-bar li {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style: none;
    height: auto; }
@media only screen and (max-width: 55em) {
    .purchase-bar ul, .purchase-bar li {
        display: block; }
    .purchase-bar ul li, .purchase-bar li li {
        margin: 1em 0; } }
.purchase-bar ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
.purchase-bar ul ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.purchase-bar ul ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
.purchase-bar ul li {
    margin: 1em; }
.purchase-bar ul li:not(.group), .purchase-bar ul li li {
    padding: 3ex 1em;
    border: 0.0625rem solid #a1a1b0;
    border-radius: 1ex;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.purchase-bar ul .group {
    margin: auto;
    margin-top: 0;
    margin-bottom: 0; }
.purchase-bar > ul {
    text-align: center;
    width: 86%;
    max-width: 82rem;
    padding: 0;
    margin: 2em auto; }
@media only screen and (max-width: 55em) {
    .purchase-bar > ul li {
        margin-left: 0; } }
.purchase-bar h2, .purchase-bar p, .purchase-bar a {
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    max-width: 100%; }
[lang=ja] .purchase-bar h2, [lang=ko] .purchase-bar h2, [lang=zh] .purchase-bar h2 {
    font-weight: 500; }
.purchase-bar .see-all-link {
    font-size: 1rem; }

.purchase-bar__large-full .contactText, .purchase-bar__large-full .price, .purchase-bar__small-link .contactText, .purchase-bar__small-link .price, .purchase-bar__small-price .contactText, .purchase-bar__small-price .price {
    margin: auto;
    vertical-align: middle; }
.purchase-bar__large-full .price, .purchase-bar__small-link .price, .purchase-bar__small-price .price {
    line-height: 1;
    margin-bottom: 0.5em; }
.purchase-bar__large-full .price .rate, .purchase-bar__small-link .price .rate, .purchase-bar__small-price .price .rate {
    font-size: 2.25rem;
    font-weight: 300; }
.purchase-bar__large-full .price .preterm, .purchase-bar__large-full .price .term, .purchase-bar__small-link .price .preterm, .purchase-bar__small-link .price .term, .purchase-bar__small-price .price .preterm, .purchase-bar__small-price .price .term {
    font-size: 1.125rem;
    font-weight: 300; }
.purchase-bar__large-full .price .tax-disclaimer, .purchase-bar__small-link .price .tax-disclaimer, .purchase-bar__small-price .price .tax-disclaimer {
    font-size: 0.875rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5); }
.purchase-bar__large-full .link-button, .purchase-bar__small-link .link-button, .purchase-bar__small-price .link-button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: adobe-clean, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.75rem;
    background-color: #2b9af3;
    border-color: #0c80d9;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    font-size: 0.875rem;
    padding: 0.5em 1em;
    margin: 0;
    display: inline-block;
    letter-spacing: 1px; }
.purchase-bar__large-full .link-button:hover, .purchase-bar__large-full .link-button:focus, .purchase-bar__small-link .link-button:hover, .purchase-bar__small-link .link-button:focus, .purchase-bar__small-price .link-button:hover, .purchase-bar__small-price .link-button:focus {
    background-color: #0c80d9; }
.purchase-bar__large-full .link-button:hover, .purchase-bar__large-full .link-button:focus, .purchase-bar__small-link .link-button:hover, .purchase-bar__small-link .link-button:focus, .purchase-bar__small-price .link-button:hover, .purchase-bar__small-price .link-button:focus {
    color: #fff; }

.purchase-bar__large-full {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.purchase-bar__large-full h2 {
    font-size: 1.875rem;
    margin-bottom: 0.375rem; }
.purchase-bar__large-full p {
    font-size: 0.875rem;
    margin-bottom: 0.375rem; }
.purchase-bar__large-full .purchase-bar__large-full-cta {
    padding-top: 1.5rem; }
.purchase-bar__large-full .price {
    display: block;
    font-size: 1.875rem; }
.purchase-bar__large-full .price .tax-disclaimer {
    display: block; }
.purchase-bar__large-full .contactText {
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 0.5em; }

.purchase-bar__small-price, .purchase-bar__small-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    min-height: 10.625rem !important; }
@media only screen and (max-width: 55em) {
    .purchase-bar__small-price, .purchase-bar__small-link {
        min-height: 0 !important; } }
.purchase-bar__small-price h2, .purchase-bar__small-link h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }

.purchase-bar__small-price .price {
    font-size: 1.5rem;
    padding-right: 0.25em;
    line-height: 1.5; }
.purchase-bar__small-price .purchase-bar__small-price__row {
    display: inline-block;
    vertical-align: middle; }

.purchase-bar__small-link p {
    font-size: 0.875rem;
    margin-bottom: 0.75rem; }

.purchase-bar-callouts {
    display: block;
    margin: 0 auto;
    text-align: center; }

.purchase-bar-callouts-wrapper {
    display: block;
    text-align: center; }

.purchase-bar-callouts-item {
    text-align: center;
    display: inline-block;
    margin: 0 1.5rem 1rem 1.5rem; }

.purchase-bar-callouts-item-icon {
    display: inline-block;
    margin-bottom: 0.375rem;
    margin-right: 0.375rem;
    vertical-align: middle;
    height: auto;
    width: 1.875rem; }

.purchase-bar-callouts-item-label {
    display: inline-block;
    margin: 0;
    margin-bottom: 0.875rem;
    font-size: 1.3125rem;
    color: white;
    line-height: 1.143;
    font-weight: 300; }

.account-entitlement--cc_paid .purchase-bar {
    display: none; }

.account-entitlement--cc_paid_no_services .purchase-bar {
    display: none; }

.msie9 .purchase-bar .group {
    margin-left: 0; }
.msie9 .purchase-bar .purchase-bar__small-price, .msie9 .purchase-bar .purchase-bar__small-link {
    min-height: 0 !important; }

.dom-cc-video-modal {
    z-index: 503;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden; }

.dom-cc-video-modal-content {
    width: 80%;
    height: 100%;
    max-width: 50rem;
    max-height: 28.125rem;
    margin: 0px auto;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.dom-cc-video-modal-iframe {
    background: #333333; }

.dom-cc-video-modal-close-btn {
    position: absolute;
    right: -1.6875rem;
    top: -1.6875rem;
    font-size: 1.375rem;
    color: #ccc; }
.dom-cc-video-modal-close-btn:hover, .dom-cc-video-modal-close-btn:active {
    color: #eee; }

.dom-footer-container {
    color: #fff;
    background-color: #173349;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1em;
    padding-bottom: 1.5em; }

/* 53.5 */
/* 48.5 */
.innav {
    display: inline-block;
    float: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top; }
.innav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right; }

.innav-item {
    display: inline-block;
    position: relative;
    font-size: 1.045em;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 1.75;
    margin-top: 0.875rem;
    -webkit-font-smoothing: antialiased; }
.innav-item + .innav-item {
    margin-left: 1rem; }
[dir=rtl] .innav-item + .innav-item {
    margin-right: 1rem;
    margin-left: 0; }
.innav-item:last-child {
    display: none; }
.innav-item :link, .innav-item :visited {
    color: #fff; }
.innav-item :link:focus, .innav-item :visited:focus {
    text-decoration: underline; }
.innav-item:hover {
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    -webkit-box-shadow: 0 0.067em 0;
    box-shadow: 0 0.067em 0; }

.innav-item-button:hover {
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.innav-item--current {
    -webkit-box-shadow: 0 0.067em 0;
    box-shadow: 0 0.067em 0; }

.innav-button {
    text-shadow: none;
    padding: 0.5ex 0.67em;
    background-color: #2b9af3;
    border-radius: 0.5ex;
    -webkit-transition: background-color 0.24s;
    transition: background-color 0.24s;
    margin: 0; }
.innav-button, .innav-button:link, .innav-button:visited {
    color: white; }
.innav-button:hover {
    background-color: #2b80c5; }

.product-header-title--innav {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    min-width: inherit;
    min-height: inherit;
    height: 3.75rem;
    width: 3.75rem; }

.product-title-text--innav, .product-title-logo--innav {
    display: none; }

.innav-link--right {
    position: fixed;
    right: 1rem;
    top: 1.125rem; }
[dir=rtl] .innav-link--right {
    left: 1rem;
    right: auto; }

@media screen and (max-width: 53.75rem) {
    .header-container.row.slideInDown.header-container--fixed {
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
    .header-container.row.slideInDown.header-container--fixed .innav-item {
        font-size: 1rem; } }

@media screen and (max-width: 47.875rem) {
    .innav {
        margin: 0.25rem auto 0.5rem auto;
        float: none;
        display: block;
        text-align: center;
        font-size: 1rem; }
    .innav ul {
        text-align: center; }
    .innav-item {
        font-size: 0.85rem;
        line-height: 1.4rem;
        padding: 0;
        margin-left: 0;
        margin-right: 0; }
    .innav-item, .innav-item:link, .innav-item:visited {
        color: #999; }
    .innav-item:hover, .innav-item:visited:hover {
        color: #777; }
    .innav-item:after {
        content: " | ";
        padding: 0 0.25rem;
        opacity: 0.4; }
    .product-header-title--innav, .product-header-logo--innav {
        height: auto;
        min-height: auto; }
    .innav-item:nth-child(4):after, .innav-item:nth-child(5):after {
        content: " ";
        padding: 0; }
    .innav-item:nth-child(4) {
        padding-right: 0.25rem; }
    .innav-item + .innav-item {
        margin-left: 0; }
    [dir=rtl] .innav-item + .innav-item {
        margin-right: 0; }
    .innav-item--current {
        color: rgba(255, 255, 255, 0.4);
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0; }
    .innav-button {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .innav-button:link, .innav-button:visited, .innav-button:hover, .innav-button:visited:hover {
        color: white; }
    .innav-button.dom-stateful-download-link {
        display: none; }
    .product-header-title--innav {
        width: 100%; }
    .innav-link--right {
        font-size: 0.85rem;
        opacity: 0.5; } }

.dom-products--section {
    position: relative;
    *zoom: 1; }
.dom-products--section:before, .dom-products--section:after {
    content: " ";
    display: table; }
.dom-products--section:after {
    clear: both; }

.dom-products--hero--top {
    position: absolute;
    width: 100%;
    top: 5rem; }

.dom-products--title {
    font-size: 2.25rem;
    line-height: 1;
    font-weight: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    margin: 0 0 0.75rem; }

.dom-products--hero--bottom {
    position: absolute;
    width: 100%;
    bottom: 3.75rem; }

.dom-products--hero--bottom--title {
    font-size: 2.125rem;
    font-weight: inherit;
    -webkit-font-smoothing: antialiased; }

.dom-products--hero--bottom--description {
    font-size: 1rem;
    font-weight: inherit;
    line-height: 1.375rem; }

.dom-products--in-action {
    width: 100%;
    font-weight: 300;
    padding: 2.5rem 0; }

.dom-products--in-action--title {
    color: #fff; }

.dom-products--in-action-nav {
    display: block;
    width: 100%;
    margin: 1em 0; }

.dom-products--in-action-nav--list {
    list-style: none;
    margin: 0;
    padding: 0; }

.dom-products--in-action-nav--list-item {
    width: 25%;
    height: auto;
    float: left; }

.dom-products--in-action-nav--list-item:not(:last-child) {
    padding-right: 0.9375rem; }

.dom-products--in-action--title {
    margin: 0;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: inherit; }

.dom-products--in-action--top-link {
    float: right;
    font-size: 1rem;
    line-height: 2.25rem;
    font-weight: normal;
    padding-left: 0.9375rem; }

.dom-products--in-action--buttons-list {
    margin-top: 1.5625rem; }

.dom-products--in-action--button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: inherit;
    font-size: 1rem;
    padding: 1.125rem 0.625rem;
    color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: inset 0 0 0 0.1em rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 0 0 0.1em rgba(255, 255, 255, 0.55);
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }

.dom-products--in-action--button:hover {
    color: white;
    background-color: #6d6d6d; }

.dom-products--in-action--button [class^="icon-"] {
    font-size: 1.625rem;
    padding-right: 0.3125rem;
    vertical-align: middle; }

.dom-products--in-action--list {
    list-style: none;
    padding: 0;
    margin: 1em 0; }

.dom-products--in-action--list-item {
    display: none;
    position: relative; }

.dom-products--in-action--list-item.row {
    padding: 0 !important; }

.dom-products--in-action--title {
    font-size: 2.25rem;
    font-weight: inherit;
    line-height: 2.625rem;
    color: white;
    text-shadow: 0 0.025rem 0.025rem black; }

.dom-products--in-action--description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: white;
    text-shadow: 0 0.025rem 0.025rem black; }

.dom-products--bottom--figure {
    margin: 0; }

.dom-products--bottom--figcaption {
    margin: 1.25rem 0 2.5rem;
    font-size: 1rem;
    line-height: 1.5; }

#btn-products-feature-1:checked ~ .dom-products--in-action .dom-products--in-action--button[for=btn-products-feature-1] {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.55);
    color: white; }
#btn-products-feature-1:checked ~ .dom-products--in-action .dom-products--in-action--button[for=btn-products-feature-1]:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.55) transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px; }
#btn-products-feature-1:checked ~ .dom-products--in-action .dom-products--in-action--list-item:nth-child(1) {
    display: block; }

#btn-products-feature-2:checked ~ .dom-products--in-action .dom-products--in-action--button[for=btn-products-feature-2] {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.55);
    color: white; }
#btn-products-feature-2:checked ~ .dom-products--in-action .dom-products--in-action--button[for=btn-products-feature-2]:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.55) transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px; }
#btn-products-feature-2:checked ~ .dom-products--in-action .dom-products--in-action--list-item:nth-child(2) {
    display: block; }

#btn-products-feature-3:checked ~ .dom-products--in-action .dom-products--in-action--button[for=btn-products-feature-3] {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.55);
    color: white; }
#btn-products-feature-3:checked ~ .dom-products--in-action .dom-products--in-action--button[for=btn-products-feature-3]:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.55) transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px; }
#btn-products-feature-3:checked ~ .dom-products--in-action .dom-products--in-action--list-item:nth-child(3) {
    display: block; }

#btn-products-feature-4:checked ~ .dom-products--in-action .dom-products--in-action--button[for=btn-products-feature-4] {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.55);
    color: white; }
#btn-products-feature-4:checked ~ .dom-products--in-action .dom-products--in-action--button[for=btn-products-feature-4]:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.55) transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px; }
#btn-products-feature-4:checked ~ .dom-products--in-action .dom-products--in-action--list-item:nth-child(4) {
    display: block; }

.timeline {
    background-image: -webkit-linear-gradient(0deg, rgba(56, 208, 245, 0.6666), rgba(56, 208, 245, 0.6666));
    background-image: linear-gradient(90deg, rgba(56, 208, 245, 0.6666), rgba(56, 208, 245, 0.6666));
    background-repeat: repeat-y;
    -webkit-background-size: 0.25em 0.25em;
    background-size: 0.25em 0.25em;
    background-position: 3.35em 0;
    margin: 3em auto;
    padding: 0;
    width: 88%;
    max-width: 82rem;
    font-size: 1em;
    line-height: 1.5em; }
[dir=rtl] .timeline {
    background-position: right 3.35em top; }
@media only screen and (max-width: 60em) {
    .timeline {
        background-position: 2.2445em 0; }
    [dir=rtl] .timeline {
        background-position: right 2.2445em top; } }
.timeline .date, .timeline .title, .timeline > ol > li:last-child:before {
    font-size: 2.25em;
    font-weight: 300; }
.timeline .date {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    padding: 0.5em 0;
    margin-top: -1.8ex;
    display: block;
    background-color: #cacaca;
    color: #000000;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }
.timeline .date .month, .timeline .date .day, .timeline .date .year {
    display: block; }
.timeline .date .month, .timeline .date .year {
    font-size: 0.5em; }
.timeline .date .day {
    font-size: 1em;
    font-weight: 300;
    line-height: 1; }
.timeline > ol, .timeline > ol > li {
    list-style: none;
    display: block;
    position: relative;
    margin: 3em 0;
    padding: 0; }
.timeline > ol > li:last-child {
    background-color: white;
    padding-bottom: 1em; }
.timeline > ol > li:last-child:before {
    content: "";
    display: block;
    background-color: #fe8254;
    margin-left: 1em;
    margin-top: -0.5ex;
    width: 1em;
    height: 1em; }
[dir=rtl] .timeline > ol > li:last-child:before {
    margin-right: 1em;
    margin-left: 0; }
.timeline > ol > li:last-child a {
    font-size: 1.5rem; }
.timeline .date, .timeline > ol > li:last-child:before {
    position: absolute;
    left: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0.25em white;
    box-shadow: 0 0 0 0.25em white; }
[dir=rtl] .timeline .date, [dir=rtl] .timeline > ol > li:last-child:before {
    right: 0;
    left: auto; }
@media only screen and (max-width: 60em) {
    .timeline .date, .timeline > ol > li:last-child:before {
        font-size: 1.5075em; }
    .timeline > ol > li:last-child:before {
        margin-top: 0; }
    .timeline .date {
        margin-top: 1.8ex;
        position: relative; } }
.timeline > ol > li:first-child .date {
    background-color: #38d0f5;
    color: #1c687b;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }
.timeline .title {
    line-height: 1.33;
    margin: 1ex 0; }
[dir=rtl] .timeline .title {
    direction: ltr; }
.timeline .details {
    -webkit-column-width: 14em;
    -moz-column-width: 14em;
    column-width: 14em;
    -webkit-column-gap: 8ex;
    -moz-column-gap: 8ex;
    column-gap: 8ex;
    margin: 1em 0; }
.timeline .details aside, .timeline .details .detail {
    page-break-inside: avoid;
    display: inline-block;
    line-height: 1.24;
    color: #444444; }
.timeline .title, .timeline .details, .timeline > ol > li:last-child {
    padding-left: 8.86rem; }
[dir=rtl] .timeline .title, [dir=rtl] .timeline .details, [dir=rtl] .timeline > ol > li:last-child {
    padding-left: 0;
    padding-right: 8.86rem; }
@media only screen and (max-width: 60em) {
    .timeline .title, .timeline .details, .timeline > ol > li:last-child {
        padding-left: 4rem; }
    [dir=rtl] .timeline .title, [dir=rtl] .timeline .details, [dir=rtl] .timeline > ol > li:last-child {
        padding-left: 0;
        padding-right: 4rem; } }
.timeline .detail:target {
    position: relative;
    background-color: none; }
.timeline .detail:target:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    background-color: rgba(255, 69, 0, 0.15); }
.timeline aside {
    page-break-before: always; }
.timeline aside h3, .timeline .detail h3 {
    margin: 1ex 0;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.24; }
.timeline aside a, .timeline .detail a {
    display: block; }
.timeline aside p, .timeline .detail p {
    margin: 1ex 0; }

.dom-product-features--body {
    padding: 1px 0;
    background-color: white;
    color: black; }

.dom-product-features--body p {
    line-height: 1.4rem; }

.features-header {
    margin: 0 auto;
    padding: 3em 0 0;
    max-width: 44rem;
    width: 86%;
    text-align: center; }
.features-header .title {
    font-size: 2.25rem;
    font-weight: 200;
    margin: 0; }
.features-header .detail {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25; }

.dom-product-features--link-icon:after {
    font-size: 1.5em;
    vertical-align: middle;
    font-family: "ico";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e601"; }

.dom-product-features--body table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2em auto;
    width: 86%;
    max-width: 82rem; }
.dom-product-features--body table thead th, .dom-product-features--body table tbody td {
    text-align: center; }
.dom-product-features--body table tbody th {
    text-align: left;
    max-width: 16rem; }
[dir=rtl] .dom-product-features--body table tbody th {
    text-align: right; }
.dom-product-features--body table tbody td {
    color: #c2d730;
    text-shadow: 0.05em 0.1em rgba(0, 0, 0, 0.5); }

.tabbed-features section {
    font-weight: 300; }
.tabbed-features section h3 {
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: inherit; }
.tabbed-features section p {
    font-size: 1.125rem;
    line-height: 1.5; }
.tabbed-features section p a {
    display: block;
    margin: 0.25em 0; }

.cloud-features {
    background-color: white;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 1ex 0;
    color: #272727; }
.cloud-features .header, .cloud-features .details {
    width: 90%;
    max-width: 84.5rem;
    margin: 2em auto; }
.cloud-features .header {
    text-align: center;
    text-justify: distribute;
    max-width: 60em; }
.cloud-features .header .title {
    font-size: 1.875em;
    line-height: 1.22;
    margin: 0;
    font-weight: inherit; }
[lang=ja] .cloud-features .header .title, [lang=ko] .cloud-features .header .title, [lang=zh] .cloud-features .header .title {
    font-weight: 500; }
.cloud-features .header .title img {
    height: 1em;
    vertical-align: middle;
    margin-top: -0.25em; }
.cloud-features .header .detail {
    font-size: 1em;
    line-height: 1.4; }
.cloud-features .detail :link {
    display: inline-block; }
.cloud-features .detail :link:after {
    content: "â€º";
    margin-left: 0.25em; }
[dir=rtl] .cloud-features .detail :link:before {
    content: ""; }

/* flexbox like height balancing for feature boxes using display table */
ul.details {
    list-style-type: none;
    display: table;
    table-layout: fixed;
    border-spacing: 20px 20px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 0; }

ul.details li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    height: 100%;
    padding: 10px 20px;
    margin: 0;
    font-size: 1rem;
    border: 1px solid #999;
    border-radius: 4px;
    background: white; }

ul.details li figure {
    margin: 0; }

ul.details li h3 {
    text-align: center;
    margin: 0 -20px 0.7rem -20px;
    padding: 0 0 0.7rem 0;
    border-bottom: 1px solid #999;
    font-weight: 200; }

ul.details li figcaption {
    margin: 10px 0;
    line-height: 1.35;
    text-align: center; }

ul.details li figcaption a {
    display: block; }

ul.details li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto; }

@media only screen and (max-width: 870px) {
    ul.details li {
        display: inline-block;
        vertical-align: top;
        width: 47.5%;
        height: auto;
        margin-bottom: 20px;
        min-height: 250px; }
    ul.details li:nth-child(odd) {
        margin-right: 2.5%; } }

@media only screen and (max-width: 550px) {
    ul.details li {
        display: block;
        width: 100%;
        margin: 20px auto;
        min-height: 0; } }

.behance-grid-container {
    padding-top: 1.875rem;
    background-color: white;
    text-align: center; }

.behance-grid-title {
    margin: 0;
    margin-bottom: 0.625rem;
    font-weight: 300;
    font-size: 1.875rem;
    color: #333333; }

.behance-grid-view-more-link.dom-link--caret {
    margin-top: 1rem;
    margin-bottom: 1.875rem;
    display: block;
    font-size: 1.125rem; }

.behance-grid-content {
    margin: 0 auto;
    max-width: 1420px; }

li.behance-grid-item {
    padding: 0; }

@media screen and (max-width: 64rem) {
    .behance-grid-content {
        max-width: 940px; } }

@media screen and (max-width: 40rem) {
    li.behance-grid-item {
        padding-bottom: 0.5rem; } }

.blue-bar {
    position: relative;
    font-family: inherit;
    font-size: 1.05em;
    font-weight: 200;
    text-shadow: 0 0.067em 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 2ex 2em;
    background-color: #2b9af3;
    color: white; }
.blue-bar p {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0.067ex; }
.blue-bar :link, .blue-bar :visited {
    color: inherit; }
.blue-bar .button {
    margin: 0 0.75rem;
    vertical-align: baseline;
    font-weight: 400;
    border: 0.1em solid;
    border-radius: 0.67ex;
    padding: 0.5ex 0.75em;
    background: #2b9af3;
    letter-spacing: 0.067ex;
    line-height: 1.45; }
.blue-bar .button :link, .blue-bar .button :visited {
    color: inherit;
    text-decoration: none; }
.blue-bar .button:focus, .blue-bar .button:hover {
    background-color: white;
    color: #2b9af3;
    text-shadow: none;
    -webkit-box-shadow: 0 0 0 0.067em fade(rgba(0, 0, 0, 0.2), 15%);
    box-shadow: 0 0 0 0.067em fade(rgba(0, 0, 0, 0.2), 15%);
    outline: none; }
.blue-bar .icon-cc {
    font-size: 1.5rem;
    padding-right: 0.5rem;
    vertical-align: sub; }

.offer-bar .detail {
    vertical-align: middle; }
.offer-bar .detail, .offer-bar .price, .offer-bar .button {
    display: inline-block; }
.offer-bar .price {
    font-size: 1.5rem; }
.offer-bar .price .rate {
    font-weight: 400; }
.offer-bar .price .term {
    font-size: 0.85em; }
.offer-bar .title {
    font-size: 1.44rem;
    line-height: 1.18;
    display: block; }
.offer-bar .tax-disclaimer {
    font-size: 0.75rem; }
.offer-bar .detail-small {
    font-size: 0.75rem;
    white-space: nowrap; }

.whats-new-bar a {
    font-weight: 400;
    color: #fff; }
.whats-new-bar a:hover {
    color: rgba(255, 255, 255, 0.9); }

.stateful-blue-bar .whats-new-bar {
    display: none; }
.stateful-blue-bar .offer-bar {
    display: block; }
.stateful-blue-bar .offer-bar .credit-cards {
    vertical-align: text-top; }

.account-entitlement--cc_paid .stateful-blue-bar .whats-new-bar {
    display: block; }
.account-entitlement--cc_paid .stateful-blue-bar .offer-bar {
    display: none; }

.account-entitlement--cc_paid_no_services .stateful-blue-bar .whats-new-bar {
    display: block; }
.account-entitlement--cc_paid_no_services .stateful-blue-bar .offer-bar {
    display: none; }
/*# sourceMappingURL=main.css.map */