/*! adobe-globalnav - v1.0.0 - 05-03-2017, 6:50:39 AM

ADOBE CONFIDENTIAL
==================
Copyright 2017 Adobe Systems Incorporated
All Rights Reserved.

NOTICE: All information contained herein is, and remains
the property of Adobe Systems Incorporated and its suppliers,
if any. The intellectual and technical concepts contained
herein are proprietary to Adobe Systems Incorporated and its
suppliers and are protected by trade secret or copyright law.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from Adobe Systems Incorporated.
*/

/* ==================================================
   Gnav animations
   ================================================== */
@-webkit-keyframes curtain-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes curtain-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes toggle-gnav-visibility {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes toggle-gnav-visibility {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
.accessibility-focus:focus {
  outline-offset: -3px;
}
/* ==================================================
   Misc Gnav styles
   ================================================== */
.Gnav-spacing {
  height: 60px;
  background-color: #fff;
}
.Gnav-spacing.has-subnav {
  height: 40px;
}
.Gnav-spacing.is-hidden {
  display: none;
}
@media screen and (min-width: 600px) {
  .Gnav-spacing {
    height: 80px;
  }
  .Gnav-spacing.has-subnav {
    height: 60px;
  }
}
.Gnav-active {
  position: relative;
}
.Gnav-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.Gnav-sticky.is-retracted {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.Gnav-sticky.is-retracted.has-subnav {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media screen and (min-width: 600px) {
  .Gnav-sticky.is-retracted {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .Gnav-sticky.is-retracted.has-subnav {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
#AdobePrimaryNav {
  /* ==================================================
   Logo styles
   ================================================== */
  /* ==================================================
   Hamburger menu trigger icon styles
   ================================================== */
  /* ==================================================
   General Gnav styles
   ================================================== */
  /* ==================================================
   Gnav menu styles
   ================================================== */
  /* Menu item styles */
  /* ==================================================
   Gnav submenu styles
   ================================================== */
  /* ==================================================
   'More' menu styles
   ================================================== */
  /* ==================================================
   Action section styles (currently Login & Search)
   ================================================== */
  /* ==================================================
   Search bar styles
   ================================================== */
  /* ==================================================
   Search results styles
   ================================================== */
}
#AdobePrimaryNav .Gnav-logo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#AdobePrimaryNav .Gnav-logo:focus {
  outline-offset: -3px;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-logo {
    position: static;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#AdobePrimaryNav .Gnav-logo-text {
  margin-left: 10px;
  display: none;
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-logo-text {
    display: block;
  }
}
#AdobePrimaryNav .Gnav-hamburger {
  padding: 0 20px;
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-hamburger {
    display: none;
    visibility: hidden;
  }
}
#AdobePrimaryNav .Gnav-hamburger-box {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-perspective: 40px;
          perspective: 40px;
}
#AdobePrimaryNav .Gnav-hamburger-inner {
  top: 50%;
  margin-top: -1px;
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#AdobePrimaryNav .Gnav-hamburger-inner,
#AdobePrimaryNav .Gnav-hamburger-inner:before,
#AdobePrimaryNav .Gnav-hamburger-inner:after {
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #2d2d2d;
  border-radius: 1px;
}
#AdobePrimaryNav .Gnav-hamburger-inner:before,
#AdobePrimaryNav .Gnav-hamburger-inner:after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
}
#AdobePrimaryNav .Gnav-hamburger-inner:before {
  top: -6px;
}
#AdobePrimaryNav .Gnav-hamburger-inner:after {
  bottom: -6px;
}
#AdobePrimaryNav .Gnav-menu-wrapper.is-open .Gnav-hamburger {
  background-color: #f4f4f4;
}
#AdobePrimaryNav .Gnav-menu-wrapper.is-open .Gnav-hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#AdobePrimaryNav .Gnav-menu-wrapper.is-open .Gnav-hamburger-inner:before {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}
#AdobePrimaryNav .Gnav-menu-wrapper.is-open .Gnav-hamburger-inner:after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}
#AdobePrimaryNav.Gnav-wrapper {
  position: relative;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  color: #2d2d2d;
  fill: #2d2d2d;
  transition: opacity 1s ease;
  opacity: 0;
  overflow: hidden;
}
.Gnav-active #AdobePrimaryNav.Gnav-wrapper {
  opacity: 1;
  overflow: visible;
}
#AdobePrimaryNav.Gnav-wrapper:nth-last-child(2) {
  height: 40px;
}
#AdobePrimaryNav.Gnav-wrapper:nth-last-child(2):before {
  top: 40px;
}
.Gnav-sticky.is-retracted #AdobePrimaryNav.Gnav-wrapper {
  -webkit-animation: toggle-gnav-visibility 0.3s ease both;
          animation: toggle-gnav-visibility 0.3s ease both;
}
#AdobePrimaryNav.Gnav-wrapper *,
#AdobePrimaryNav.Gnav-wrapper *:before,
#AdobePrimaryNav.Gnav-wrapper *:after {
  box-sizing: border-box;
}
#AdobePrimaryNav.Gnav-wrapper a {
  text-decoration: none;
}
#AdobePrimaryNav.Gnav-wrapper ul {
  list-style: none;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav.Gnav-wrapper {
    height: 80px;
  }
  #AdobePrimaryNav.Gnav-wrapper.show-searchOverlay .Gnav-search-curtain {
    display: block;
  }
  #AdobePrimaryNav.Gnav-wrapper.showing-searchOverlay .Gnav-search-curtain {
    -webkit-animation: curtain-show 0.1s ease-in;
            animation: curtain-show 0.1s ease-in;
  }
  #AdobePrimaryNav.Gnav-wrapper.hiding-searchOverlay .Gnav-search-curtain {
    -webkit-animation: curtain-show 0.1s ease-out reverse;
            animation: curtain-show 0.1s ease-out reverse;
  }
  #AdobePrimaryNav.Gnav-wrapper:nth-last-child(2) {
    height: 60px;
    color: #c7c7c7;
    fill: #c7c7c7;
  }
  #AdobePrimaryNav.Gnav-wrapper:nth-last-child(2) .Gnav-search-curtain {
    top: 60px;
  }
  #AdobePrimaryNav.Gnav-wrapper:hover:nth-last-child(2) {
    color: #2d2d2d;
    fill: #2d2d2d;
  }
}
#AdobePrimaryNav .Gnav-search-curtain {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
#AdobePrimaryNav .Gnav {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "adobe-clean", sans-serif;
}
@media screen and (min-width: 1440px) {
  #AdobePrimaryNav .Gnav.is-large {
    max-width: none;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#AdobePrimaryNav .Gnav-menu-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#AdobePrimaryNav .Gnav-menu-wrapper.is-open .Gnav-menu-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-menu-wrapper {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
#AdobePrimaryNav .Gnav-menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  border-top: 1px solid #f3f3f3;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-menu-content {
    position: static;
    width: auto;
    border-top: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#AdobePrimaryNav .Gnav-menu {
  padding: 0;
  margin: 0;
  max-height: 75vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
#AdobePrimaryNav .Gnav-menu.is-hidden {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-menu {
    max-height: none;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: visible;
  }
}
#AdobePrimaryNav .Gnav-menu-item {
  position: relative;
  padding-top: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#AdobePrimaryNav .Gnav-menu-item:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 5px;
  border-top: 1px solid #f3f3f3;
  content: "";
}
#AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label {
  padding-right: 35px;
}
#AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label:after {
  display: block;
}
#AdobePrimaryNav .Gnav-menu-item.is-open > .Gnav-menu-label {
  background-color: #f4f4f4;
  color: #2d2d2d;
}
#AdobePrimaryNav .Gnav-menu-item.is-open > .Gnav-menu-label:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#AdobePrimaryNav .Gnav-menu-item.is-open > .Gnav-submenus {
  max-height: none;
  visibility: visible;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-menu-item {
    padding-top: 0;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #AdobePrimaryNav .Gnav-menu-item:before {
    display: none;
  }
  #AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label {
    padding-right: 20px;
  }
  #AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label:after {
    display: none;
  }
  #AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label:hover:after,
  #AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label:focus:after {
    display: block;
  }
  #AdobePrimaryNav .Gnav-menu-item.is-open > .Gnav-menu-label:after {
    -webkit-transform: none;
            transform: none;
  }
  #AdobePrimaryNav .Gnav-menu-item.is-open > .Gnav-submenus {
    max-height: 75vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#AdobePrimaryNav .Gnav-menu-label {
  position: relative;
  height: 55px;
  padding: 0 20px;
  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: inherit;
  transition: color 0.1s ease, background-color 0.1s ease;
}
#AdobePrimaryNav .Gnav-menu-label:focus {
  outline-offset: -3px;
}
#AdobePrimaryNav .Gnav-menu-label:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1.33333333px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #b2b2b2 transparent transparent;
  display: none;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transform-origin: 50% 33%;
          transform-origin: 50% 33%;
  content: "";
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-menu-label {
    height: auto;
    font-size: 14px;
  }
  #AdobePrimaryNav .Gnav-menu-label:hover,
  #AdobePrimaryNav .Gnav-menu-label:focus {
    background-color: #f4f4f4;
  }
  #AdobePrimaryNav .Gnav-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;
  }
}
#AdobePrimaryNav .Gnav-submenus {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-submenus {
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 1px solid #f3f3f3;
    display: none;
    transition: none;
    overflow-y: auto;
    background-color: #fff;
  }
}
#AdobePrimaryNav .Gnav-submenu-wrapper {
  position: relative;
  padding: 15px 0;
}
#AdobePrimaryNav .Gnav-submenu-wrapper + .Gnav-submenu-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 5px;
  border-top: 1px solid #f3f3f3;
  content: "";
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-submenu-wrapper {
    min-width: 240px;
    padding: 25px 0;
    white-space: nowrap;
  }
  #AdobePrimaryNav .Gnav-submenu-wrapper + .Gnav-submenu-wrapper {
    border-left: 1px solid #f3f3f3;
  }
  #AdobePrimaryNav .Gnav-submenu-wrapper + .Gnav-submenu-wrapper:before {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #AdobePrimaryNav .Gnav-submenu-wrapper {
    white-space: normal;
  }
}
#AdobePrimaryNav .Gnav-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) {
  #AdobePrimaryNav .Gnav-submenu-headline {
    display: block;
  }
}
#AdobePrimaryNav .Gnav-submenu {
  padding: 0;
}
#AdobePrimaryNav .Gnav-submenu-link {
  padding: 10px 35px;
  display: block;
  font-size: 15px;
  color: #2d2d2d;
}
#AdobePrimaryNav .Gnav-submenu-link:focus {
  outline-offset: -3px;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-submenu-link {
    font-size: 14px;
    color: #2d2d2d;
    transition: color 0.1s ease, background-color 0.1s ease;
  }
  #AdobePrimaryNav .Gnav-submenu-link:hover,
  #AdobePrimaryNav .Gnav-submenu-link:focus {
    color: #2b9af3;
    background-color: #f4f4f4;
  }
}
#AdobePrimaryNav .Gnav-submenu-title {
  display: block;
  overflow: hidden;
}
#AdobePrimaryNav .Gnav-submenu-description {
  display: none;
  overflow: hidden;
  color: #656565;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-submenu-description {
    display: block;
  }
}
#AdobePrimaryNav .Gnav-moreMenu {
  max-height: 75vh;
  min-width: 240px;
  padding: 15px 0 0;
  overflow-y: auto;
}
#AdobePrimaryNav .Gnav-moreMenu-item.has-submenu .Gnav-moreMenu-label:after {
  display: block;
}
#AdobePrimaryNav .Gnav-moreMenu-item.is-open .Gnav-moreMenu-label {
  border-bottom-color: #f3f3f3;
}
#AdobePrimaryNav .Gnav-moreMenu-item.is-open .Gnav-moreMenu-label:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#AdobePrimaryNav .Gnav-moreMenu-item.is-open > .Gnav-submenus {
  max-height: none;
  visibility: visible;
}
#AdobePrimaryNav .Gnav-moreMenu-item + .Gnav-moreMenu-item {
  border-top: 1px solid #f3f3f3;
}
#AdobePrimaryNav .Gnav-moreMenu-item .Gnav-submenus {
  position: static;
  border: 0;
  display: block;
  overflow: hidden;
  transition: none;
}
#AdobePrimaryNav .Gnav-moreMenu-item .Gnav-submenu-wrapper {
  padding: 15px 0;
}
#AdobePrimaryNav .Gnav-moreMenu-item .Gnav-submenu-wrapper + .Gnav-submenu-wrapper {
  border-left: none;
  border-top: 1px solid #f3f3f3;
}
#AdobePrimaryNav .Gnav-moreMenu-item .Gnav-submenu-headline {
  display: none;
}
#AdobePrimaryNav .Gnav-moreMenu-label {
  position: relative;
  display: block;
  padding: 20px 35px;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  color: #2d2d2d;
  transition: color 0.1s ease, background-color 0.1s ease;
}
#AdobePrimaryNav .Gnav-moreMenu-label:focus {
  outline-offset: -3px;
}
#AdobePrimaryNav .Gnav-moreMenu-label:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1.33333333px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #b2b2b2 transparent transparent;
  display: none;
  transition: border-top-color 0.1s ease;
  -webkit-transform-origin: 50% 33%;
          transform-origin: 50% 33%;
  content: "";
}
#AdobePrimaryNav .Gnav-moreMenu-label:hover,
#AdobePrimaryNav .Gnav-moreMenu-label:focus {
  color: #2b9af3;
  background-color: #f4f4f4;
}
#AdobePrimaryNav .Gnav-moreMenu-label:hover:after,
#AdobePrimaryNav .Gnav-moreMenu-label:focus:after {
  border-top-color: #2b9af3;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-menu-item.is-moreMenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#AdobePrimaryNav .Gnav-actions {
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 600px) {
}
#AdobePrimaryNav .Gnav-action-search {
  padding: 10px;
  display: none;
}
#AdobePrimaryNav .Gnav-action-search:focus {
  outline-offset: -3px;
}
#AdobePrimaryNav .Gnav-action-search svg {
  width: 20px;
  height: 20px;
  display: block;
}
#AdobePrimaryNav .Gnav-action-search svg path {
  fill: inherit;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: all 0.1s ease;
}
#AdobePrimaryNav .Gnav-action-search:hover svg path {
  fill: #2b9af3;
}
#AdobePrimaryNav .Gnav-action-search:hover .Gnav-action-close:before,
#AdobePrimaryNav .Gnav-action-search:hover .Gnav-action-close:after {
  background-color: #2b9af3;
}
#AdobePrimaryNav .Gnav-action-search.is-open svg path {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#AdobePrimaryNav .Gnav-action-search.is-open .Gnav-action-close {
  opacity: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-action-search {
    display: block;
  }
}
#AdobePrimaryNav .Gnav-action-search-icons {
  position: relative;
  display: block;
}
#AdobePrimaryNav .Gnav-action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.1s ease;
}
#AdobePrimaryNav .Gnav-action-close:before,
#AdobePrimaryNav .Gnav-action-close:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #2d2d2d;
  border-radius: 1px;
  transition: background-color 0.1s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  content: "";
}
#AdobePrimaryNav .Gnav-action-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#AdobePrimaryNav .Gnav-action-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#AdobePrimaryNav .Gnav-action-login {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
}
#AdobePrimaryNav .Gnav-action-login:focus {
  outline-offset: -3px;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-action-login {
    height: auto;
    white-space: nowrap;
    transition: color 0.1s ease;
  }
  #AdobePrimaryNav .Gnav-action-login:hover {
    color: #2b9af3;
  }
  #AdobePrimaryNav .Gnav-action-login:not(:first-child) {
    margin-left: 12px;
  }
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-actions .Gnav-profile:not(:first-child) {
    margin-left: 12px;
  }
}
#AdobePrimaryNav .Gnav-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-search {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 280px;
    max-width: 750px;
    display: none;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 11;
    background-color: #f4f4f4;
  }
  #AdobePrimaryNav .Gnav-search.is-open {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#AdobePrimaryNav .Gnav-search-form {
  position: relative;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#AdobePrimaryNav .Gnav-search-form.has-input .Gnav-search-icons svg path {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#AdobePrimaryNav .Gnav-search-form.has-input .Gnav-search-close {
  opacity: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 3;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-search-form {
    height: auto;
    padding: 0 30px;
  }
  #AdobePrimaryNav .Gnav-search-form.has-input .Gnav-search-icons svg path {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
#AdobePrimaryNav .Gnav-search-input {
  min-width: auto;
  padding: 0;
  border: none;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-weight: 300;
  font-family: inherit;
  background-color: transparent;
  box-shadow: none;
}
#AdobePrimaryNav .Gnav-search-input:hover,
#AdobePrimaryNav .Gnav-search-input:active,
#AdobePrimaryNav .Gnav-search-input:focus {
  outline: none;
}
#AdobePrimaryNav .Gnav-search-input::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
#AdobePrimaryNav .Gnav-search-icons {
  position: relative;
  margin-left: 10px;
}
#AdobePrimaryNav .Gnav-search-icons svg {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
}
#AdobePrimaryNav .Gnav-search-icons svg path {
  fill: #2d2d2d;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: all 0.1s ease;
}
#AdobePrimaryNav .Gnav-search-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
  z-index: 1;
  cursor: pointer;
}
#AdobePrimaryNav .Gnav-search-close:before,
#AdobePrimaryNav .Gnav-search-close:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #2d2d2d;
  border-radius: 1px;
  transition: background-color 0.1s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  content: "";
}
#AdobePrimaryNav .Gnav-search-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#AdobePrimaryNav .Gnav-search-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-search-close {
    display: none;
  }
}
#AdobePrimaryNav .Gnav-search-results {
  position: relative;
  max-height: 75vh;
  display: none;
  background-color: #fff;
  overflow-y: auto;
}
#AdobePrimaryNav .Gnav-search-results:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 5px;
  border-top: 1px solid #f3f3f3;
  content: "";
}
#AdobePrimaryNav .Gnav-search-results.is-visible {
  display: block;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
  }
  #AdobePrimaryNav .Gnav-search-results:before {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav.Gnav-wrapper:nth-last-child(2) .Gnav-search-results {
    min-height: 80px;
  }
}
#AdobePrimaryNav .Gnav-hubblets {
  position: relative;
  padding: 22px 0;
  margin: 0;
}
#AdobePrimaryNav .Gnav-hubblets:not(:only-child):after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 5px;
  border-top: 1px solid #f3f3f3;
  content: "";
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-hubblets:not(:only-child) {
    border-bottom: 1px solid #f3f3f3;
  }
  #AdobePrimaryNav .Gnav-hubblets:not(:only-child):after {
    display: none;
  }
}
#AdobePrimaryNav .Gnav-hubblet {
  width: 100%;
  padding: 8px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#AdobePrimaryNav .Gnav-hubblet-image-wrapper {
  margin-right: 20px;
  display: block;
}
#AdobePrimaryNav .Gnav-hubblet-image {
  width: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: block;
}
#AdobePrimaryNav .Gnav-hubblet-content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#AdobePrimaryNav .Gnav-hubblet-headline {
  font-size: 15px;
  color: #2d2d2d;
  transition: color 0.1s ease;
}
#AdobePrimaryNav .Gnav-hubblet-headline:hover,
#AdobePrimaryNav .Gnav-hubblet-headline:focus {
  color: #2b9af3;
}
#AdobePrimaryNav .Gnav-hubblet-description {
  margin: 0;
  padding: 0;
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav .Gnav-hubblet-description {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#AdobePrimaryNav .Gnav-hubblet-description-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
}
#AdobePrimaryNav .Gnav-hubblet-description-item:after {
  margin: 0 5px;
  content: "|";
  color: #656565;
}
#AdobePrimaryNav .Gnav-hubblet-description-item:last-child:after {
  display: none;
}
#AdobePrimaryNav .Gnav-hubblet-description-link {
  color: #656565;
  transition: color 0.1s ease;
}
#AdobePrimaryNav .Gnav-hubblet-description-link:hover,
#AdobePrimaryNav .Gnav-hubblet-description-link:focus {
  color: #2b9af3;
}
#AdobePrimaryNav .Gnav-suggestions {
  padding: 22px 0;
  margin: 0;
}
#AdobePrimaryNav .Gnav-suggestions:nth-last-child(2) {
  padding-bottom: 0;
}
#AdobePrimaryNav .Gnav-suggestion-link {
  padding: 8px 30px;
  display: block;
}
#AdobePrimaryNav .Gnav-suggestion-link:hover .Gnav-suggestion-headline,
#AdobePrimaryNav .Gnav-suggestion-link:focus .Gnav-suggestion-headline {
  color: #2b9af3;
}
#AdobePrimaryNav .Gnav-suggestion-headline {
  display: block;
  font-size: 15px;
  color: #2d2d2d;
  transition: color 0.1s ease;
}
#AdobePrimaryNav .Gnav-suggestion-description {
  font-size: 12px;
  font-weight: 300;
  color: #656565;
}
#AdobePrimaryNav .Gnav-advancedSearch {
  padding-bottom: 22px;
}
#AdobePrimaryNav .Gnav-advancedSearch:only-child {
  padding: 22px 0;
}
#AdobePrimaryNav .Gnav-advancedSearch-link {
  padding: 8px 30px;
  display: block;
  font-size: 15px;
  color: #2d2d2d;
  transition: color 0.1s ease;
}
#AdobePrimaryNav .Gnav-advancedSearch-link:hover,
#AdobePrimaryNav .Gnav-advancedSearch-link:focus {
  color: #2b9af3;
}
[dir="rtl"] #AdobePrimaryNav {
  /* ==================================================
   RTL styles
   ================================================== */
}
[dir="rtl"] #AdobePrimaryNav.Gnav-wrapper {
  direction: rtl;
}
[dir="rtl"] #AdobePrimaryNav .Gnav-menu-content {
  left: auto;
  right: 0;
}
[dir="rtl"] #AdobePrimaryNav .Gnav-menu-item.is-open > .Gnav-menu-label:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[dir="rtl"] #AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label {
  padding-right: 20px;
  padding-left: 35px;
}
[dir="rtl"] #AdobePrimaryNav .Gnav-menu-label:after {
  right: auto;
  left: 20px;
}
[dir="rtl"] #AdobePrimaryNav .Gnav-hubblet-image-wrapper {
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  [dir="rtl"] #AdobePrimaryNav .Gnav-logo-text {
    margin-left: 0;
    margin-right: 10px;
  }
  [dir="rtl"] #AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label {
    padding-left: 20px;
  }
  [dir="rtl"] #AdobePrimaryNav .Gnav-menu-item.has-submenu .Gnav-menu-label:after {
    left: 50%;
  }
  [dir="rtl"] #AdobePrimaryNav .Gnav-submenus {
    left: auto;
    right: 0;
  }
  [dir="rtl"] #AdobePrimaryNav .Gnav-submenu-wrapper + .Gnav-submenu-wrapper {
    border-left: none;
    border-right: 1px solid #f3f3f3;
  }
  [dir="rtl"] #AdobePrimaryNav .Gnav-moreMenu-item.is-open .Gnav-moreMenu-label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  [dir="rtl"] #AdobePrimaryNav .Gnav-moreMenu-label:after {
    right: auto;
    left: 20px;
  }
  [dir="rtl"] #AdobePrimaryNav .Gnav-action-login,
  [dir="rtl"] #AdobePrimaryNav .Gnav-actions .Gnav-profile {
    margin-left: 0;
    margin-right: 12px;
  }
  [dir="rtl"] #AdobePrimaryNav .Gnav-search-icons {
    margin-left: auto;
    margin-right: 10px;
  }
}
#AdobeSecondaryNav {
  /* ==================================================
   General Gnav styles
   ================================================== */
  /* ==================================================
   Trigger styles
   ================================================== */
  /* ==================================================
   Logo styles
   ================================================== */
  /* ==================================================
   Menu styles
   ================================================== */
  /* ==================================================
   Submenu styles
   ================================================== */
  /* ==================================================
   Button styles
   ================================================== */
  /* ==================================================
   Subnav theme styles
   ================================================== */
}
#AdobeSecondaryNav.Subnav-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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 0.3s ease, opacity 1s ease;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
#AdobeSecondaryNav.Subnav-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  content: "";
  transition: opacity 0.3s ease;
}
.Gnav-active #AdobeSecondaryNav.Subnav-wrapper {
  opacity: 1;
  overflow: visible;
}
.Gnav-sticky #AdobeSecondaryNav.Subnav-wrapper {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
}
#AdobeSecondaryNav.Subnav-wrapper *,
#AdobeSecondaryNav.Subnav-wrapper *:before,
#AdobeSecondaryNav.Subnav-wrapper *:after {
  box-sizing: border-box;
}
#AdobeSecondaryNav.Subnav-wrapper a {
  text-decoration: none;
}
#AdobeSecondaryNav.Subnav-wrapper ul {
  list-style: none;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper {
    height: 80px;
  }
  .Gnav-sticky.is-retracted #AdobeSecondaryNav.Subnav-wrapper {
    height: 60px;
  }
}
#AdobeSecondaryNav .Subnav {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#AdobeSecondaryNav .Subnav.is-open .Subnav-logo:after {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
}
#AdobeSecondaryNav .Subnav.is-open .Subnav-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav {
    width: auto;
  }
}
#AdobeSecondaryNav .Subnav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  z-index: 1;
  background-color: transparent;
}
#AdobeSecondaryNav .Subnav-trigger:hover,
#AdobeSecondaryNav .Subnav-trigger:focus,
#AdobeSecondaryNav .Subnav-trigger:active {
  background-color: transparent;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-trigger {
    display: none;
  }
}
#AdobeSecondaryNav .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: background-color 0.1s ease;
}
#AdobeSecondaryNav .Subnav-logo:focus {
  outline-offset: -3px;
}
#AdobeSecondaryNav .Subnav-logo:after {
  margin: -4px 0 0 10px;
  display: none;
  color: #2d2d2d;
  font: 300 30px/1 "adobe-clean", sans-serif;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  content: "\203a";
}
#AdobeSecondaryNav .Subnav-logo:nth-last-child(2):after {
  display: block;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) a.Subnav-logo:hover,
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) a.Subnav-logo:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-logo:nth-last-child(2):after {
    display: none;
  }
}
#AdobeSecondaryNav .Subnav-logo-image,
#AdobeSecondaryNav .Subnav-logo-image:before,
#AdobeSecondaryNav .Subnav-logo-image:after {
  height: 25px;
  font-size: 25px;
  line-height: 1;
}
#AdobeSecondaryNav .Subnav-logo-text {
  font-size: 15px;
  font-weight: 900;
  color: #2d2d2d;
  text-transform: uppercase;
}
#AdobeSecondaryNav .Subnav-logo-text:nth-child(2) {
  margin-left: 15px;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav .Subnav-logo-text {
    font-size: 13px;
  }
}
#AdobeSecondaryNav .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) {
  #AdobeSecondaryNav.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;
  }
}
#AdobeSecondaryNav .Subnav-menu {
  width: 100%;
  max-height: 50vh;
  padding: 10px 0 0;
  margin: 0;
  overflow-y: auto;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu {
    width: auto;
    max-height: none;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: visible;
  }
}
#AdobeSecondaryNav .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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#AdobeSecondaryNav .Subnav-menu-item:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 40px;
  border-top: 1px solid #f3f3f3;
  content: "";
}
#AdobeSecondaryNav .Subnav-menu-item.has-submenu .Subnav-menu-label {
  padding-right: 65px;
}
#AdobeSecondaryNav .Subnav-menu-item.has-submenu .Subnav-menu-label:after {
  display: block;
}
#AdobeSecondaryNav .Subnav-menu-item.is-open > .Subnav-menu-label {
  background-color: #f4f4f4;
}
#AdobeSecondaryNav .Subnav-menu-item.is-open > .Subnav-menu-label:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#AdobeSecondaryNav .Subnav-menu-item.is-open > .Subnav-submenus {
  max-height: 50vh;
  visibility: visible;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item:before {
    display: none;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label {
    padding-right: 25px;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label:after {
    display: none;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label:hover:after,
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label:focus:after {
    display: block;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open > .Subnav-menu-label {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open > .Subnav-menu-label:before {
    display: block;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open > .Subnav-menu-label:hover:after,
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open > .Subnav-menu-label:focus:after {
    display: none;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.is-open > .Subnav-submenus {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#AdobeSecondaryNav .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: background-color 0.1s ease;
}
#AdobeSecondaryNav .Subnav-menu-label:focus {
  outline-offset: -3px;
}
#AdobeSecondaryNav .Subnav-menu-label.is-active:not([aria-haspopup]) {
  cursor: default;
  pointer-events: none;
}
#AdobeSecondaryNav .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: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transform-origin: 50% 33%;
          transform-origin: 50% 33%;
  content: "";
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label {
    height: auto;
    padding: 0 25px;
    font-size: 14px;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label.is-active,
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label:hover,
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-label:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #AdobeSecondaryNav.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;
  }
  #AdobeSecondaryNav.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;
  }
}
#AdobeSecondaryNav .Subnav-submenus {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenus {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    display: none;
    transition: none;
    background-color: #fff;
    overflow-y: auto;
  }
}
#AdobeSecondaryNav .Subnav-submenu-wrapper {
  position: relative;
  padding: 15px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #AdobeSecondaryNav .Subnav-submenu-wrapper {
    white-space: normal;
  }
}
#AdobeSecondaryNav .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) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper {
    min-width: 240px;
    padding: 25px 0;
    white-space: nowrap;
  }
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper + .Subnav-submenu-wrapper {
    border-left: 1px solid #f3f3f3;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper + .Subnav-submenu-wrapper:before {
    display: none;
  }
}
#AdobeSecondaryNav .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) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-headline {
    display: block;
  }
}
#AdobeSecondaryNav .Subnav-submenu {
  padding: 0;
}
#AdobeSecondaryNav .Subnav-submenu-link {
  padding: 10px 65px;
  display: block;
  font-size: 15px;
  color: #2d2d2d;
}
#AdobeSecondaryNav .Subnav-submenu-link:focus {
  outline-offset: -3px;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-link {
    padding: 10px 35px;
    font-size: 14px;
    color: #2d2d2d;
    transition: color 0.1s ease, background-color 0.1s ease;
  }
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-link:hover,
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-link:focus {
    color: #2b9af3;
    background-color: #f4f4f4;
  }
}
#AdobeSecondaryNav .Subnav-submenu-title {
  display: block;
  overflow: hidden;
}
#AdobeSecondaryNav .Subnav-submenu-description {
  display: none;
  overflow: hidden;
  color: #656565;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-description {
    display: block;
  }
}
#AdobeSecondaryNav .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) {
  #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-buttons {
    padding: 0 25px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#AdobeSecondaryNav .Subnav-menu-button {
  padding: 0 12px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  background-color: #1473e6;
  color: #fff;
  border-radius: 16px;
  transition: background-color 0.1s ease, box-shadow 0.1s ease;
}
#AdobeSecondaryNav .Subnav-menu-button:hover,
#AdobeSecondaryNav .Subnav-menu-button:focus {
  background-color: #005abe;
}
#AdobeSecondaryNav .Subnav-menu-button:focus {
  box-shadow: 0 0 0 1px #005abe;
}
#AdobeSecondaryNav .Subnav-menu-button + .Subnav-menu-button {
  margin-left: 15px;
}
#AdobeSecondaryNav.Subnav-wrapper {
  /* ==================================================
	   DARK theme styles
	   ================================================== */
  /* ==================================================
	   GRADIENT POC theme styles
	   ================================================== */
}
#AdobeSecondaryNav.Subnav-wrapper.is-dark:before {
  background-color: rgba(0, 0, 0, 0.7);
}
#AdobeSecondaryNav.Subnav-wrapper.is-dark .Subnav-logo:after,
#AdobeSecondaryNav.Subnav-wrapper.is-dark .Subnav-logo-text {
  color: #fff;
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.Subnav-wrapper.is-dark:not(.has-mobileLayout) .Subnav-menu-label {
    color: #fff;
  }
}
@media screen and (min-width: 600px) {
  #AdobeSecondaryNav.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) {
  #AdobeSecondaryNav.Subnav-wrapper.is-dark a.Subnav-logo.is-active,
  #AdobeSecondaryNav.Subnav-wrapper.is-dark .Subnav-menu-label.is-active,
  #AdobeSecondaryNav.Subnav-wrapper.is-dark a.Subnav-logo:hover,
  #AdobeSecondaryNav.Subnav-wrapper.is-dark .Subnav-menu-label:hover,
  #AdobeSecondaryNav.Subnav-wrapper.is-dark a.Subnav-logo:focus,
  #AdobeSecondaryNav.Subnav-wrapper.is-dark .Subnav-menu-label:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.Gnav-sticky.is-scrolled #AdobeSecondaryNav.Subnav-wrapper.has-gradient:before {
  opacity: 1;
}
[dir="rtl"] #AdobeSecondaryNav {
  /* ==================================================
   RTL styles
   ================================================== */
}
[dir="rtl"] #AdobeSecondaryNav.Subnav-wrapper {
  direction: rtl;
}
[dir="rtl"] #AdobeSecondaryNav .Subnav.is-open .Subnav-logo:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
[dir="rtl"] #AdobeSecondaryNav .Subnav-logo:after {
  margin: -4px 10px 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
[dir="rtl"] #AdobeSecondaryNav .Subnav-logo-text:nth-child(2) {
  margin-left: 0;
  margin-right: 15px;
}
[dir="rtl"] #AdobeSecondaryNav .Subnav-menu-item.is-open > .Subnav-menu-label:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[dir="rtl"] #AdobeSecondaryNav .Subnav-menu-item.has-submenu .Subnav-menu-label {
  padding-right: 50px;
  padding-left: 65px;
}
@media screen and (min-width: 600px) {
  [dir="rtl"] #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label {
    padding: 0 25px;
  }
  [dir="rtl"] #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-menu-item.has-submenu .Subnav-menu-label:after {
    left: 50%;
  }
}
[dir="rtl"] #AdobeSecondaryNav .Subnav-menu-label:after {
  right: auto;
  left: 50px;
}
@media screen and (min-width: 600px) {
  [dir="rtl"] #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenus {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 600px) {
  [dir="rtl"] #AdobeSecondaryNav.Subnav-wrapper:not(.has-mobileLayout) .Subnav-submenu-wrapper + .Subnav-submenu-wrapper {
    border-left: none;
    border-right: 1px solid #f3f3f3;
  }
}
#AdobeFooterNav {
  /* ==================================================
   General Footer styles
   ================================================== */
  /* ==================================================
   Breadcrumbs styles
   ================================================== */
  /* ==================================================
   Products styles
   ================================================== */
  /* ==================================================
   Products styles
   ================================================== */
  /* ==================================================
   Misc (bottom section) styles
   ================================================== */
}
#AdobeFooterNav.Footernav-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  background-color: #000;
  font-family: "adobe-clean", sans-serif;
}
#AdobeFooterNav.Footernav-wrapper.is-small {
  padding: 0;
}
#AdobeFooterNav.Footernav-wrapper *,
#AdobeFooterNav.Footernav-wrapper *:before,
#AdobeFooterNav.Footernav-wrapper *:after {
  box-sizing: border-box;
}
#AdobeFooterNav.Footernav-wrapper a {
  text-decoration: none;
}
#AdobeFooterNav.Footernav-wrapper ul {
  list-style: none;
}
#AdobeFooterNav .Footernav {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#AdobeFooterNav .Footernav-breadcrumbs-wrapper {
  padding: 20px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#AdobeFooterNav .Footernav-breadcrumbs-logo {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
#AdobeFooterNav .Footernav-breadcrumbs-logo svg {
  width: 100%;
  max-width: 25px;
  max-height: 25px;
  display: block;
}
#AdobeFooterNav .Footernav-breadcrumbs {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#AdobeFooterNav .Footernav-breadcrumbs:only-child .Footernav-breadcrumb:first-child:before {
  display: none;
}
#AdobeFooterNav .Footernav-breadcrumb {
  color: #999;
}
#AdobeFooterNav .Footernav-breadcrumb:before {
  padding: 0 10px;
  content: "\203a";
}
#AdobeFooterNav .Footernav-breadcrumb-link {
  font-size: 13px;
  color: inherit;
  transition: color 0.1s ease;
}
#AdobeFooterNav .Footernav-breadcrumb-link:hover {
  color: #fff;
}
#AdobeFooterNav .Footernav-menu {
  padding: 20px 0;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-menu {
    padding: 20px 20px;
  }
}
#AdobeFooterNav .Footernav-menu-items {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-menu-items {
    margin: 0 -30px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#AdobeFooterNav .Footernav-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;
}
#AdobeFooterNav .Footernav-menu-item:first-child {
  padding-top: 1px;
}
#AdobeFooterNav .Footernav-menu-item:first-child:before,
#AdobeFooterNav .Footernav-menu-item:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 20px;
  border-top: 1px solid #333;
  content: "";
}
#AdobeFooterNav .Footernav-menu-item:first-child:before {
  top: 0;
}
#AdobeFooterNav .Footernav-menu-item:after {
  bottom: 0;
}
#AdobeFooterNav .Footernav-menu-item.is-open > .Footernav-menu-label {
  background-color: #333;
}
#AdobeFooterNav .Footernav-menu-item.is-open > .Footernav-menu-label:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#AdobeFooterNav .Footernav-menu-item.is-open > .Footernav-submenu-wrapper {
  max-height: none;
  visibility: visible;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-menu-item {
    padding: 5px 30px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  #AdobeFooterNav .Footernav-menu-item + .Footernav-menu-item {
    border-left: 1px solid #333;
  }
  #AdobeFooterNav .Footernav-menu-item:first-child {
    padding-top: 5px;
  }
  #AdobeFooterNav .Footernav-menu-item:first-child:before,
  #AdobeFooterNav .Footernav-menu-item:after {
    display: none;
  }
  #AdobeFooterNav .Footernav-menu-item.is-open > .Footernav-menu-label {
    background-color: transparent;
  }
  #AdobeFooterNav .Footernav-menu-item.is-social {
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  #AdobeFooterNav .Footernav-menu-item.is-social .Footernav-submenu {
    -webkit-columns: 2;
            columns: 2;
    -moz-columns: 2;
  }
  #AdobeFooterNav .Footernav-menu-item.is-social .Footernav-submenu-item {
    -webkit-column-break-inside: avoid;
  }
  #AdobeFooterNav .Footernav-menu-item.is-social .Footernav-social-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#AdobeFooterNav .Footernav-menu-label {
  position: relative;
  height: 55px;
  padding: 0 35px 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
}
#AdobeFooterNav .Footernav-menu-label:focus {
  outline-offset: -3px;
}
#AdobeFooterNav .Footernav-menu-label:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1.33333333px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transform-origin: 50% 33%;
          transform-origin: 50% 33%;
  content: "";
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-menu-label {
    height: auto;
    padding: 0;
    margin-bottom: 12px;
    cursor: default;
  }
  #AdobeFooterNav .Footernav-menu-label:after {
    display: none;
  }
}
#AdobeFooterNav .Footernav-submenu-wrapper {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-submenu-wrapper {
    max-height: none;
    visibility: visible;
  }
}
#AdobeFooterNav .Footernav-submenu {
  padding: 15px 0;
  margin: 0;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-submenu {
    padding: 0;
  }
}
#AdobeFooterNav .Footernav-submenu-item {
  min-height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-submenu-item {
    min-height: 24px;
  }
}
#AdobeFooterNav .Footernav-submenu-link {
  width: 100%;
  padding: 3px 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #999;
  transition: color 0.1s ease;
}
#AdobeFooterNav .Footernav-submenu-link:hover {
  color: #fff;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-submenu-link {
    width: auto;
    padding: 3px 0;
  }
}
#AdobeFooterNav .Footernav-social-wrapper {
  margin: 0 35px;
  padding: 20px 0;
  border-top: 1px solid #333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-social-wrapper {
    margin: 20px 0 0;
  }
}
#AdobeFooterNav .Footernav-social + .Footernav-social {
  margin-left: 10px;
}
#AdobeFooterNav .Footernav-social-link {
  display: block;
  transition: fill 0.1s ease;
  fill: #999;
}
#AdobeFooterNav .Footernav-social-link:hover {
  fill: #fff;
}
#AdobeFooterNav .Footernav-social-icon {
  width: 100%;
  max-width: 20px;
  max-height: 20px;
  display: block;
  fill: inherit;
}
#AdobeFooterNav .Footernav-products {
  min-height: 60px;
  margin: 20px 20px;
  padding: 10px 0;
  border-style: solid;
  border-color: #333;
  border-width: 1px 0;
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  #AdobeFooterNav .Footernav-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#AdobeFooterNav .Footernav-menu + .Footernav-products {
  margin-top: -20px;
  border-top-width: 0;
}
@media screen and (min-width: 1080px) {
  #AdobeFooterNav .Footernav-menu + .Footernav-products {
    margin-top: 20px;
    border-top-width: 1px;
  }
}
#AdobeFooterNav .Footernav-product {
  padding: 10px 10px;
}
#AdobeFooterNav .Footernav-product-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  fill: #999;
  font-size: 12px;
  transition: color 0.1s ease, fill 0.1s ease;
}
#AdobeFooterNav .Footernav-product-link:hover {
  color: #fff;
  fill: #fff;
}
#AdobeFooterNav .Footernav-svg-icons {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
}
#AdobeFooterNav .Footernav-product-icon {
  width: 20px;
  height: 20px;
  margin: 0 7px;
}
#AdobeFooterNav .Footernav-product-icon svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  fill: inherit;
}
#AdobeFooterNav .Footernav-misc {
  padding: 20px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#AdobeFooterNav .Footernav-region {
  padding: 5px 20px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  fill: #999;
  font-size: 11px;
  line-height: 1;
  transition: color 0.1s ease, fill 0.1s ease;
  cursor: pointer;
  overflow: hidden;
}
#AdobeFooterNav .Footernav-region:after {
  margin: -6px 0 0 10px;
  color: inherit;
  font-size: 30px;
  font-weight: 300;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "\203a";
}
#AdobeFooterNav .Footernav-region:hover {
  color: #fff;
  fill: #fff;
}
#AdobeFooterNav .Footernav-region:hover:after {
  color: #fff;
}
#AdobeFooterNav .Footernav-region-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#AdobeFooterNav .Footernav-region-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: inherit;
}
#AdobeFooterNav .Footernav-disclaimers {
  padding: 5px 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 11px;
  color: #999;
}
#AdobeFooterNav .Footernav-disclaimers.has-adChoices .Footernav-disclaimer:nth-last-child(2):after {
  display: none;
}
@media screen and (min-width: 600px) {
  #AdobeFooterNav .Footernav-disclaimers.has-adChoices .Footernav-disclaimer:nth-last-child(2):after {
    display: inline-block;
  }
}
#AdobeFooterNav .Footernav-disclaimer {
  padding: 5px 0;
  color: inherit;
}
#AdobeFooterNav .Footernav-disclaimer:after {
  margin: 0 8px;
  content: '/';
}
#AdobeFooterNav .Footernav-disclaimer:last-child:after {
  display: none;
}
#AdobeFooterNav .Footernav-disclaimer.is-adChoices {
  display: none;
}
@media screen and (min-width: 600px) {
  #AdobeFooterNav .Footernav-disclaimer.is-adChoices {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#AdobeFooterNav .Footernav-disclaimer.is-adChoices .Footernav-disclaimer-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  fill: #115262;
}
#AdobeFooterNav .Footernav-disclaimer.is-adChoices .Footernav-disclaimer-link:hover {
  fill: #209bb9;
}
#AdobeFooterNav .Footernav-disclaimer-link {
  color: inherit;
  transition: color 0.1s ease, fill 0.1s ease;
}
#AdobeFooterNav .Footernav-disclaimer-link:hover {
  color: #fff;
}
#AdobeFooterNav .Footernav-adChoices-icon {
  width: 10px;
  max-height: 10px;
  margin-right: 5px;
  fill: inherit;
}
[dir="rtl"] #AdobeFooterNav {
  /* ==================================================
   RTL styles
   ================================================== */
}
[dir="rtl"] #AdobeFooterNav.Footernav-wrapper {
  direction: rtl;
}
@media screen and (min-width: 1080px) {
  [dir="rtl"] #AdobeFooterNav .Footernav-menu-item + .Footernav-menu-item {
    border-left: none;
    border-right: 1px solid #333;
  }
}
[dir="rtl"] #AdobeFooterNav .Footernav-menu-label {
  padding: 0 20px 0 35px;
}
[dir="rtl"] #AdobeFooterNav .Footernav-menu-label:after {
  right: auto;
  left: 20px;
}
@media screen and (min-width: 1080px) {
  [dir="rtl"] #AdobeFooterNav .Footernav-menu-label {
    padding: 0;
  }
}
[dir="rtl"] #AdobeFooterNav .Footernav-social + .Footernav-social {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] #AdobeFooterNav .Footernav-adChoices-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] #AdobeFooterNav .Footernav-region {
  padding-right: 0;
  padding-left: 20px;
}
[dir="rtl"] #AdobeFooterNav .Footernav-region:after {
  margin: -6px 10px 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
[dir="rtl"] #AdobeFooterNav .Footernav-region-icon {
  margin-right: 0;
  margin-left: 5px;
}
.Profile-thumbnail {
  display: block;
  width: 30.1px;
  height: 30px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.Profile-thumbnail:focus {
  outline-offset: -3px;
}
.Profile-thumbnail.has-notification {
  position: relative;
}
.Profile-thumbnail.has-notification:after {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
}
.Profile-thumbnail.has-notification.is-warning:after {
  background-color: #F53C3C;
  background-clip: content-box;
}
.Profile-header {
  text-decoration: none;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #E1E1E1;
}
.Profile-header:focus {
  outline-offset: -3px;
}
.Profile-header:hover .Profile-header-cta,
.Profile-header:active .Profile-header-cta {
  color: #4B4B4B;
  box-shadow: inset 0 -1px 0 0 #4B4B4B;
}
.Profile-avatar {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.Profile-data {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 16px;
  overflow: hidden;
}
.Profile-name {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #2C2C2C;
  padding: 0;
  margin: -3px 0 0;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 36px;
}
.Profile-name_long {
  font-size: 14px;
  line-height: 16px;
  max-height: 32px;
}
.Profile-email {
  font-size: 14px;
  margin: -1px 0 12px;
  padding: 0;
  line-height: 1.25;
  color: #4B4B4B;
  word-break: break-all;
}
.Profile-header-cta {
  font-size: 14px;
  padding-bottom: 1px;
  display: inline-block;
  color: #707070;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 #707070;
  transition: all 125ms ease-in-out;
}
.Profile-notification {
  padding: 20px;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
}
.Profile-notification-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.Profile-notification-message {
  padding: 0;
  margin: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #4B4B4B;
  line-height: 1.42;
  text-align: left;
}
.Profile-button {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 7.5px 16px 9.5px;
  text-decoration: none;
  text-transform: capitalize;
  color: #4B4B4B;
  border-radius: 16px;
  transition: all 125ms ease-in-out;
  background-color: transparent;
}
.Profile-button:hover,
.Profile-button:active {
  color: #2C2C2C;
  background-color: #F5F5F5;
}
.Profile-button.is-warning {
  padding: 5.5px 14px 7.5px;
  color: #F53C3C;
  border: 2px solid #F53C3C;
}
.Profile-button.is-warning:hover,
.Profile-button.is-warning:active {
  color: #FFFFFF;
  background-color: #F53C3C;
}
.Profile-menu {
  margin: 6px 0;
  padding: 0;
  list-style: none;
}
.Profile-menu-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #4B4B4B;
  padding: 8px 20px;
  transition: all 125ms ease-in-out;
  font-size: 14px;
}
.Profile-menu-link:focus {
  outline-offset: -3px;
}
.Profile-menu-link:hover,
.Profile-menu-link:active {
  color: #2C2C2C;
  background-color: #F5F5F5;
}
.Profile-menu-link:hover svg path,
.Profile-menu-link:active svg path {
  fill: #4B4B4B;
}
.Profile-menu-text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.Profile-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.Profile-icon svg {
  max-width: 100%;
  display: block;
}
.Profile-notification-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.Profile-notification-icon.is-warning path {
  fill: #F53C3C;
}
.Profile-menu-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  transition: all 125ms ease-in-out;
}
.Profile-menu-icon path {
  fill: #707070;
}
.Profile.theme-dark .Profile-dropdown {
  background-color: #161616;
}
.Profile.theme-dark .Profile-name {
  color: #FCFCFC;
}
.Profile.theme-dark .Profile-email,
.Profile.theme-dark .Profile-notification-message {
  color: #999999;
}
.Profile.theme-dark .Profile-dropdown,
.Profile.theme-dark .Profile-header,
.Profile.theme-dark .Profile-applications,
.Profile.theme-dark .Profile-content,
.Profile.theme-dark .Profile-notification {
  border-color: #313131;
}
.Profile.theme-dark .Profile-button,
.Profile.theme-dark .Profile-menu-link {
  color: #B9B9B9;
}
.Profile.theme-dark .Profile-button:hover,
.Profile.theme-dark .Profile-menu-link:hover,
.Profile.theme-dark .Profile-button:active,
.Profile.theme-dark .Profile-menu-link:active {
  color: #CDCDCD;
  background-color: #232323;
}
.Profile.theme-dark .Profile-button:hover path,
.Profile.theme-dark .Profile-menu-link:hover path,
.Profile.theme-dark .Profile-button:active path,
.Profile.theme-dark .Profile-menu-link:active path {
  fill: #C2C2C2;
}
.Profile.theme-dark .Profile-button.is-warning {
  color: #F53C3C;
}
.Profile.theme-dark .Profile-button.is-warning:hover,
.Profile.theme-dark .Profile-button.is-warning:active {
  color: #161616;
  background-color: #F53C3C;
}
.Profile.theme-dark .Profile-menu-icon path {
  fill: #999999;
}
.Profile.theme-dark .Profile-header-cta {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 0 #FFFFFF;
}
.Profile.theme-dark .Profile-header:hover .Profile-header-cta,
.Profile.theme-dark .Profile-header:active .Profile-header-cta {
  color: #E2E2E2;
  box-shadow: inset 0 -1px 0 0 #E2E2E2;
}
.Profile.theme-grey .Profile-dropdown {
  background-color: #282828;
}
.Profile.theme-grey .Profile-name {
  color: #FCFCFC;
}
.Profile.theme-grey .Profile-email,
.Profile.theme-grey .Profile-notification-message {
  color: #999999;
}
.Profile.theme-grey .Profile-dropdown,
.Profile.theme-grey .Profile-header,
.Profile.theme-grey .Profile-applications,
.Profile.theme-grey .Profile-content,
.Profile.theme-grey .Profile-notification {
  border-color: #3E3E3E;
}
.Profile.theme-grey .Profile-button,
.Profile.theme-grey .Profile-menu-link {
  color: #CDCDCD;
}
.Profile.theme-grey .Profile-button:hover,
.Profile.theme-grey .Profile-menu-link:hover,
.Profile.theme-grey .Profile-button:active,
.Profile.theme-grey .Profile-menu-link:active {
  color: #FDFDFE;
  background-color: #323232;
}
.Profile.theme-grey .Profile-button:hover path,
.Profile.theme-grey .Profile-menu-link:hover path,
.Profile.theme-grey .Profile-button:active path,
.Profile.theme-grey .Profile-menu-link:active path {
  fill: #E1E1E1;
}
.Profile.theme-grey .Profile-button.is-warning {
  color: #F53C3C;
}
.Profile.theme-grey .Profile-button.is-warning:hover,
.Profile.theme-grey .Profile-button.is-warning:active {
  color: #282828;
  background-color: #F53C3C;
}
.Profile.theme-grey .Profile-menu-icon path {
  fill: #C2C2C2;
}
.Profile.theme-grey .Profile-header-cta {
  color: #FFFFFF;
  box-shadow: inset 0 -1px 0 0 #FFFFFF;
}
.Profile.theme-grey .Profile-header:hover .Profile-header-cta,
.Profile.theme-grey .Profile-header:active .Profile-header-cta {
  color: #E2E2E2;
  box-shadow: inset 0 -1px 0 0 #E2E2E2;
}
.accessibility-focus:focus {
  outline-offset: -3px;
}
[dir="rtl"] .Profile {
  text-align: right;
}
[dir="rtl"] .Profile-data {
  margin-left: 0;
  margin-right: 16px;
}
[dir="rtl"] .Profile-menu-icon {
  margin-right: 0;
  margin-left: 16px;
}
[dir="rtl"] .Profile-dropdown {
  right: auto;
  left: 0;
}
.Profile {
  font: 400 14px/1 "adobe-clean", sans-serif;
  box-sizing: border-box;
  color: #4B4B4B;
  text-align: left;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Profile *,
.Profile *:before,
.Profile *:after {
  box-sizing: inherit;
}
.Profile.Profile-hidden .Profile-dropdown {
  display: none;
}
.Profile.Profile-collapsed .Profile-dropdown {
  -webkit-animation: profile-collapsed 200ms ease 0s 1 both;
  animation: profile-collapsed 200ms ease 0s 1 both;
}
.Profile.Profile-expanded .Profile-dropdown {
  -webkit-animation: profile-expanded 200ms ease 0s 1 both;
  animation: profile-expanded 200ms ease 0s 1 both;
}
@-webkit-keyframes profile-collapsed {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes profile-collapsed {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes profile-expanded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes profile-expanded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Profile-dropdown {
  width: 320px;
  position: absolute;
  top: 30px;
  right: 0;
  border: 1px solid #E1E1E1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FFFFFF;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
}
.Profile-applications,
.Profile-content {
  border-bottom: 1px solid #E1E1E1;
}
#AdobePrimaryNav.Gnav-wrapper .Gnav-profile .Profile-dropdown {
  top: 45px;
}
#AdobePrimaryNav.Gnav-wrapper:nth-last-child(2) .Gnav-profile .Profile-dropdown {
  top: 35px;
}
@media screen and (min-width: 600px) {
  #AdobePrimaryNav.Gnav-wrapper .Gnav-profile .Profile-dropdown {
    top: 55px;
  }
  #AdobePrimaryNav.Gnav-wrapper:nth-last-child(2) .Gnav-profile .Profile-dropdown {
    top: 45px;
  }
}
@media screen and (width: 320px) {
  #AdobePrimaryNav.Gnav-wrapper .Gnav-profile .Profile-dropdown {
    right: -20px;
  }
}
@media screen and (width: 320px) {
  [dir="rtl"] #AdobePrimaryNav.Gnav-wrapper .Gnav-profile .Profile-dropdown {
    right: auto;
    left: -20px;
  }
}
