.Subnav-wrapper{position:relative;height:60px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-family:"adobe-clean",sans-serif;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:height .3s ease}
.Subnav-wrapper:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#f8f8f8;content:"";transition:opacity .3s ease}
.Gnav-active .Subnav-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}
.Subnav-wrapper *,.Subnav-wrapper *:before,.Subnav-wrapper *:after{box-sizing:border-box}
.Subnav-wrapper a{text-decoration:none}
.Subnav-wrapper ul{list-style:none}
@media screen and (min-width:600px){.Subnav-wrapper{height:80px}
.Gnav-active.is-scrolled .Subnav-wrapper{height:60px}
}
.Subnav{position:relative;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.Subnav.is-open .Subnav-logo:after{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}
.Subnav.is-open .Subnav-menu-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav{width:auto}
}
.Subnav-trigger{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-trigger{display:none}
}
.Subnav-logo{max-width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 25px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transition:all .1s ease}
.Subnav-logo:focus{outline-offset:-3px}
.Subnav-logo:after{margin:-4px 0 0 10px;display:none;color:#2d2d2d;font-size:30px;font-weight:300;-webkit-transform-origin:50% 60%;transform-origin:50% 60%;-webkit-transform:rotate(-270deg);transform:rotate(-270deg);transition:all .1s ease;content:"\203a"}
.Subnav-logo:nth-last-child(2):after{display:block}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-logo:nth-last-child(2):after{display:none}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-logo:hover,.Subnav-wrapper:not(.has-mobileLayout) .Subnav-logo:focus{background-color:inherit !important;text-decoration:none !important}
}
.Subnav-logo-image{max-width:30px;max-height:30px}
.Subnav-logo-text{margin-left:10px;font-size:15px;font-weight:900;color:#2d2d2d;text-transform:uppercase}
@media screen and (min-width:600px){.Subnav-logo-text{font-size:13px}
}
.Subnav-menu-wrapper{position:absolute;top:100%;left:0;right:0;display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background-color:#fff}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-wrapper{position:static;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background-color:transparent}
}
.Subnav-menu{width:100%;padding:10px 0 0;margin:0}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu{width:auto;padding:0;display:-webkit-flex;display:-ms-flexbox;display:flex}
}
.Subnav-menu-item{position:relative;padding-bottom:1px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.Subnav-menu-item:before{position:absolute;bottom:0;right:0;left:0;margin:0 40px;border-top:1px solid #f3f3f3;content:""}
.Subnav-menu-item.has-submenu .Subnav-menu-label{padding-right:65px}
.Subnav-menu-item.has-submenu .Subnav-menu-label:after{display:block}
.Subnav-menu-item.is-open>.Subnav-menu-label{background-color:#f4f4f4}
.Subnav-menu-item.is-open>.Subnav-menu-label:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}
.Subnav-menu-item.is-open>.Subnav-submenus{max-height:none;visibility:visible}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding-bottom:0}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item:before{display:none}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label{padding-right:25px}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label:after{display:none}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label:hover:after,.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label:focus:after{display:block}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open>.Subnav-menu-label{background-color:rgba(0,0,0,0.1)}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open>.Subnav-menu-label:before{display:block}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open>.Subnav-menu-label:hover:after,.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open>.Subnav-menu-label:focus:after{display:none}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open>.Subnav-submenus{display:-webkit-flex;display:-ms-flexbox;display:flex}
}
.Subnav-menu-label{position:relative;height:55px;padding:0 50px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:700;color:#2d2d2d;transition:all .1s ease}
.Subnav-menu-label:focus{outline-offset:-3px}
.Subnav-menu-label:after{position:absolute;right:50px;top:50%;margin-top:-1.33333333px;border-width:4px 4px 0 4px;border-style:solid;border-color:#b2b2b2 transparent transparent;display:none;transition:all .1s ease;-webkit-transform-origin:50% 33%;transform-origin:50% 33%;content:""}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label{height:auto;padding:0 25px;font-size:14px}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label:hover,.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label:focus{background-color:rgba(0,0,0,0.1)}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label:before{position:absolute;left:50%;bottom:-4px;margin-left:-10px;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #fff;display:none;content:"";pointer-events:none}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label:after{bottom:9px;left:50%;right:auto;top:auto;margin-left:-3px;margin-top:auto;border-width:3px 3px 0 3px;display:none}
}
.Subnav-submenus{max-height:0;visibility:hidden;transition:all .1s ease;overflow:hidden}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenus{position:absolute;top:calc(104%);left:0;display:none;transition:none;background-color:#fff}
}
.Subnav-submenu-wrapper{position:relative;padding:15px 0}
.Subnav-submenu-wrapper+.Subnav-submenu-wrapper:before{position:absolute;top:0;right:0;left:0;margin:0 40px;border-top:1px solid #f3f3f3;content:""}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper{min-width:240px;padding:25px 0;white-space:nowrap}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper+.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper{border-left:1px solid #f3f3f3}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper+.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper:before{display:none}
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.Subnav-submenu-wrapper{white-space:normal}
}
.Subnav-submenu-headline{margin:0 0 15px;padding:10px 35px 0;display:none;overflow:hidden;font-size:16px;font-weight:300;color:#767676}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-headline{display:block}
}
.Subnav-submenu{padding:0}
.Subnav-submenu-link{padding:10px 65px;display:block;font-size:15px;color:#2d2d2d}
.Subnav-submenu-link:focus{outline-offset:-3px}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-link{padding:10px 35px;font-size:14px;color:#000;transition:all .1s ease}
.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-link:hover,.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-link:focus{color:#2b9af3;background-color:#f4f4f4}
}
.Subnav-submenu-title{display:block;overflow:hidden}
.Subnav-submenu-description{display:none;overflow:hidden;color:#656565;font-size:12px;font-weight:300}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-description{display:block}
}
.Subnav-menu-buttons{padding:20px 50px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
@media screen and (min-width:600px){.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-buttons{padding:0 25px;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
}
.Subnav-menu-button{padding:0 12px;font-size:14px;line-height:32px;font-weight:700;background-color:#1473e6;color:#fff;border-radius:16px;transition:all .1s ease}
.Subnav-menu-button+.Subnav-menu-button{margin-left:15px}
.Subnav-menu-button:hover{background-color:#005abe}
[dir="rtl"] .Subnav-wrapper{direction:rtl}
[dir="rtl"] .Subnav.is-open .Subnav-logo:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
[dir="rtl"] .Subnav-logo:after{margin:-4px 10px 0 0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
[dir="rtl"] .Subnav-logo-text{margin-left:0;margin-right:10px}
[dir="rtl"] .Subnav-menu-item.is-open>.Subnav-menu-label:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
[dir="rtl"] .Subnav-menu-item.has-submenu .Subnav-menu-label{padding-right:50px;padding-left:65px}
[dir="rtl"] .Subnav-menu-label:after{right:auto;left:50px}
@media screen and (min-width:600px){[dir="rtl"] .Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label{padding:0 25px}
[dir="rtl"] .Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label:after{left:50%}
[dir="rtl"] .Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenus{left:auto;right:0}
[dir="rtl"] .Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper+.Subnav-submenu-wrapper{border-left:0;border-right:1px solid #f3f3f3}
}
.Subnav-wrapper.is-dark:before{background-color:#202020 !important}
.Subnav-wrapper.is-dark .Subnav-logo:after,.Subnav-wrapper.is-dark .Subnav-logo-text{color:#fff}
@media screen and (min-width:600px){.Subnav-wrapper.is-dark:not(.has-mobileLayout) .Subnav-menu-label{color:#fff}
}
@media screen and (min-width:600px){.Subnav-wrapper.is-dark .Subnav-menu-item.is-open .Subnav-menu-label{background-color:rgba(255,255,255,0.1)}
}
@media screen and (min-width:600px){.Subnav-wrapper.is-dark .Subnav-menu-label:hover,.Subnav-wrapper.is-dark .Subnav-menu-label:focus{background-color:rgba(255,255,255,0.1)}
}
@media screen and (min-width:600px){.Subnav-wrapper.is-dark .Subnav-logo:hover,.Subnav-wrapper.is-dark .Subnav-logo:focus{background-color:inherit !important;text-decoration:none !important}
}
.Gnav-active.is-scrolled .Subnav-wrapper.has-gradient:before{opacity:1}
@media screen and (min-width:600px){#AdobeSecondaryNav.Subnav-wrapper{visibility:initial}
}
@media screen and (max-width:600px){#AdobeSecondaryNav.Subnav-wrapper{visibility:hidden;height:0 !important}
.Gnav-active+.learn-support-page,.Gnav-active+.content-wrapper{margin-top:0}
body.gnav-1-5{padding-top:0}
}
#AdobeSecondaryNav.has-mobileLayout .subnav-underline-link{text-decoration:underline}
#AdobeSecondaryNav:not(.has-mobileLayout) .subnav-underline-link{position:relative;text-decoration:none}
#AdobeSecondaryNav:not(.has-mobileLayout) .subnav-underline-link:after{content:"";display:block;width:calc(100% - 36px);margin:0 18px;height:2px;background:#fff;position:absolute;left:0;top:55px}
.Subnav-logo:hover{cursor:default}
#AdobeSecondaryNav.Subnav-wrapper{position:relative !important}
header{background-color:#fff !important}