html.ac-ls-visible {
  margin-top: 70px
}

@media only screen and (max-width: 1023px) {
  html.ac-ls-visible {
    margin-top: 70px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-ls-visible {
    margin-top: 135px
  }
}

html.ac-ls-visible body {
  border-top: 1px solid transparent;
  margin-top: -1px;
  position: relative
}

#ac-localeswitcher button {
  background: none;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit
}

#ac-localeswitcher button:disabled {
  cursor: default
}

#ac-localeswitcher {
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

#ac-localeswitcher,
#ac-localeswitcher:before,
#ac-localeswitcher:after,
#ac-localeswitcher *,
#ac-localeswitcher *:before,
#ac-localeswitcher *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  letter-spacing: normal
}

#ac-localeswitcher *,
#ac-localeswitcher *:before,
#ac-localeswitcher *:after {
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit
}

#ac-localeswitcher article,
#ac-localeswitcher aside,
#ac-localeswitcher details,
#ac-localeswitcher figcaption,
#ac-localeswitcher figure,
#ac-localeswitcher footer,
#ac-localeswitcher header,
#ac-localeswitcher nav,
#ac-localeswitcher section {
  display: block
}

#ac-localeswitcher img {
  border: 0;
  vertical-align: middle
}

#ac-localeswitcher ul {
  list-style: none
}

#ac-localeswitcher,
#ac-localeswitcher input,
#ac-localeswitcher textarea,
#ac-localeswitcher select,
#ac-localeswitcher button {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left
}

#ac-localeswitcher,
#ac-localeswitcher select,
#ac-localeswitcher button {
  font-family: adobe-clean, Arial, sans-serif
}

#ac-localeswitcher input,
#ac-localeswitcher textarea {
  font-family: adobe-clean, Arial, sans-serif
}

#ac-localeswitcher .ac-ls-button {
  font-size: 17px;
  line-height: 1.52947;
  font-weight: 400;
  letter-spacing: -.021em;
  font-family: adobe-clean, Arial, sans-serif;
  background-color: #0070c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#42a1ec), to(#0070c9));
  background: -webkit-linear-gradient(#42a1ec, #0070c9);
  background: linear-gradient(#42a1ec, #0070c9);
  border-color: #07c;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 4px;
  text-align: center;
  white-space: nowrap
}

#ac-localeswitcher .ac-ls-button:hover {
  background-color: #147bcd;
  background: -webkit-gradient(linear, left top, left bottom, from(#51a9ee), to(#147bcd));
  background: -webkit-linear-gradient(#51a9ee, #147bcd);
  background: linear-gradient(#51a9ee, #147bcd);
  border-color: #1482d0;
  text-decoration: none
}

#ac-localeswitcher .ac-ls-button:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  outline: none
}

#ac-localeswitcher .ac-ls-button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
#ac-localeswitcher .ac-ls-button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  -webkit-box-shadow: none;
  box-shadow: none
}

#ac-localeswitcher .ac-ls-button:active {
  background-color: #0067b9;
  background: -webkit-gradient(linear, left top, left bottom, from(#3d94d9), to(#0067b9));
  background: -webkit-linear-gradient(#3d94d9, #0067b9);
  background: linear-gradient(#3d94d9, #0067b9);
  border-color: #006dbc;
  outline: none
}

#ac-localeswitcher .ac-ls-button:disabled,
#ac-localeswitcher .ac-ls-button.disabled {
  background-color: #0070c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#42a1ec), to(#0070c9));
  background: -webkit-linear-gradient(#42a1ec, #0070c9);
  background: linear-gradient(#42a1ec, #0070c9);
  border-color: #07c;
  color: #fff;
  cursor: default;
  opacity: .3
}

#ac-localeswitcher .ac-ls-button-compact {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: adobe-clean, Arial, sans-serif;
  min-width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px
}

#ac-localeswitcher .ac-ls-button-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%
}

#ac-localeswitcher .ac-ls-button-secondary {
  background-color: #e3e3e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
  background: -webkit-linear-gradient(#fff, #e3e3e3);
  background: linear-gradient(#fff, #e3e3e3);
  border-color: #d6d6d6;
  color: #0070c9
}

#ac-localeswitcher .ac-ls-button-secondary:hover {
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -webkit-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee);
  border-color: #d9d9d9
}

#ac-localeswitcher .ac-ls-button-secondary:active {
  background-color: #dcdcdc;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dcdcdc));
  background: -webkit-linear-gradient(#f7f7f7, #dcdcdc);
  background: linear-gradient(#f7f7f7, #dcdcdc);
  border-color: #d0d0d0
}

#ac-localeswitcher .ac-ls-button-secondary:disabled,
#ac-localeswitcher .ac-ls-button-secondary.disabled {
  background-color: #e3e3e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
  background: -webkit-linear-gradient(#fff, #e3e3e3);
  background: linear-gradient(#fff, #e3e3e3);
  border-color: #d6d6d6;
  color: #0070c9
}

#ac-localeswitcher br.large {
  display: block
}

@media only screen and (max-width: 1023px) {
  #ac-localeswitcher br.large {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher br.large {
    display: none
  }
}

#ac-localeswitcher br.medium {
  display: none
}

@media only screen and (max-width: 1023px) {
  #ac-localeswitcher br.medium {
    display: block
  }
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher br.medium {
    display: none
  }
}

#ac-localeswitcher br.small {
  display: none
}

@media only screen and (max-width: 1023px) {
  #ac-localeswitcher br.small {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher br.small {
    display: block
  }
}

#ac-localeswitcher {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1024px;
  width: 100%;
  z-index: 10000;
  font-size: 17px;
  background: #444
}

@media only screen and (max-width: 1023px) {
  #ac-localeswitcher {
    min-width: 320px
  }
}

html.ac-ls-visible #ac-localeswitcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  top: -70px
}

@media only screen and (max-width: 1023px) {
  html.ac-ls-visible #ac-localeswitcher {
    height: 70px;
    top: -70px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-ls-visible #ac-localeswitcher {
    height: 135px;
    top: -135px
  }
}

#ac-localeswitcher {
  color: #fff
}

#ac-localeswitcher .ac-ls-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  max-width: 980px;
  padding-left: 17px;
  padding-right: 17px;
  padding-left: calc(17px + constant(safe-area-inset-left));
  padding-right: calc(17px + constant(safe-area-inset-right))
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher .ac-ls-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 17px
  }
}

@supports (padding: calc(max(0px))) {
  #ac-localeswitcher .ac-ls-content {
    padding-left: calc(max(17px, env(safe-area-inset-left)));
    padding-right: calc(max(17px, env(safe-area-inset-right)))
  }
}

#ac-localeswitcher .ac-ls-copy {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: adobe-clean, Arial, sans-serif;
  padding-right: 2%;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: initial
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher .ac-ls-copy {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
    max-width: 80%;
    margin-bottom: 12px
  }
}

@media only screen and (max-width: 419px) {
  #ac-localeswitcher .ac-ls-copy {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90%;
    flex: 1 0 90%;
    max-width: 90%
  }
}

#ac-localeswitcher .ac-ls-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher .ac-ls-actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
  }
}

@media only screen and (max-width: 419px) {
  #ac-localeswitcher .ac-ls-actions {
    margin: 0 -5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% + 10px);
    flex: 1 0 calc(100% + 10px)
  }
}

#ac-localeswitcher .ac-ls-actions-item {
  display: inline-block;
  margin-left: 17px
}

@media only screen and (max-width: 419px) {
  #ac-localeswitcher .ac-ls-actions-item {
    margin-left: 10px;
    position: relative
  }
}

#ac-localeswitcher .ac-ls-actions-item:first-child {
  margin-left: 0
}

#ac-localeswitcher .ac-ls-continue {
  height: 26px;
  text-decoration: none
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher .ac-ls-continue {
    position: absolute;
    bottom: 17px;
    right: 17px
  }
}

@media only screen and (max-width: 419px) {
  #ac-localeswitcher .ac-ls-continue {
    right: 13px
  }
}

#ac-localeswitcher .ac-ls-close {
  font-size: 20px;
  line-height: 20px;
  color: #999;
  display: block;
  width: auto;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto
}

#ac-localeswitcher .ac-ls-close::before,
#ac-localeswitcher .ac-ls-close::after {
  font-family: sgtb icons;
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: ''
}

#ac-localeswitcher .ac-ls-close::before,
#ac-localeswitcher .ac-ls-close::after {
  text-decoration: none
}

#ac-localeswitcher .ac-ls-close::before {
  display: none
}

#ac-localeswitcher .ac-ls-close::before,
#ac-localeswitcher .ac-ls-close::after {
  content: "ïž"
}

#ac-localeswitcher .ac-ls-close:focus {
  outline: 3px solid #c1e0fe;
  outline: 3px solid rgba(131, 192, 253, 0.5);
  outline-offset: 1px
}

#ac-localeswitcher .ac-ls-close:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
#ac-localeswitcher .ac-ls-close:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: none
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher .ac-ls-close {
    position: absolute;
    top: 17px;
    right: 17px
  }
}

@media only screen and (max-width: 419px) {
  #ac-localeswitcher .ac-ls-close {
    right: 13px
  }
}

#ac-localeswitcher .ac-ls-dropdown {
  background-color: #444;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width: 767px) {
  #ac-localeswitcher .ac-ls-dropdown {
    width: 65%;
    position: absolute;
    bottom: 17px;
    left: 17px
  }
}

@media only screen and (max-width: 419px) {
  #ac-localeswitcher .ac-ls-dropdown {
    width: 56%
  }
}

#ac-localeswitcher .ac-ls-dropdown a {
  color: #6bf
}

#ac-localeswitcher .ac-ls-dropdown span {
  pointer-events: none
}

#ac-localeswitcher .ac-ls-dropdown-check {
  color: #999;
  font-size: 20px;
  visibility: hidden;
  position: absolute
}

#ac-localeswitcher .ac-ls-dropdown-check::before,
#ac-localeswitcher .ac-ls-dropdown-check::after {
  font-family: sgtb icons;
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: ''
}

#ac-localeswitcher .ac-ls-dropdown-check::before,
#ac-localeswitcher .ac-ls-dropdown-check::after {
  text-decoration: none
}

#ac-localeswitcher .ac-ls-dropdown-check::before {
  display: none
}

#ac-localeswitcher .ac-ls-dropdown-check::before,
#ac-localeswitcher .ac-ls-dropdown-check::after {
  content: "ïŒ‹"
}

#ac-localeswitcher .ac-ls-dropdown-check:after {
  left: 2px;
  top: -2px
}

#ac-localeswitcher .ac-ls-dropdown-options {
  display: block;
  position: absolute;
  width: 100%;
  top: 0
}

#ac-localeswitcher .ac-ls-dropdown-option,
#ac-localeswitcher .ac-ls-dropdown-select {
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  width: 100%
}

#ac-localeswitcher .ac-ls-dropdown-option {
  border-bottom: 1px solid #707070;
  position: relative;
  background-color: #575757
}

#ac-localeswitcher .ac-ls-dropdown-option[data-focus-method='key'],
#ac-localeswitcher .ac-ls-dropdown-option:hover {
  outline: none;
  color: #fff;
  background-color: #666
}

#ac-localeswitcher .ac-ls-dropdown-option:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

#ac-localeswitcher .ac-ls-dropdown-option:last-child {
  border-bottom: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

#ac-localeswitcher .ac-ls-dropdown-select {
  border: 1px solid #707070;
  border-radius: 4px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #575757
}

#ac-localeswitcher .ac-ls-dropdown-select:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  outline: none
}

#ac-localeswitcher .ac-ls-dropdown-select:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
#ac-localeswitcher .ac-ls-dropdown-select:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  -webkit-box-shadow: none;
  box-shadow: none
}

#ac-localeswitcher .ac-ls-dropdown-copy {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 52px);
  padding-left: 25px
}

#ac-localeswitcher .ac-ls-dropdown-icon {
  position: absolute;
  font-size: 21px;
  font-weight: 300;
  color: #999;
  height: 100%;
  line-height: 30px
}

#ac-localeswitcher .ac-ls-itemlist {
  -webkit-box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  outline: none;
  margin-left: 0;
  list-style-type: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  left: 0;
  right: 0;
  top: -35px;
  background-color: #444;
  border: 1px solid #707070;
  border-radius: 4px
}

#ac-localeswitcher .ac-ls-itemlist[data-focus-method="mouse"]:not(input):not(textarea):not(select),
#ac-localeswitcher .ac-ls-itemlist[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  -webkit-box-shadow: none;
  box-shadow: none
}

#ac-localeswitcher .select-collapsed .ac-ls-dropdown-options {
  display: none
}

#ac-localeswitcher .select-collapsed .ac-ls-dropdown-select {
  border: 1px solid #707070;
  border-radius: 4px
}

#ac-localeswitcher .select-collapsed .ac-ls-dropdown-select:focus {
  border-color: #6bf
}

#ac-localeswitcher .select-collapsed .ac-ls-dropdown-select .ac-ls-dropdown-copy {
  width: calc(100% - 20px)
}

#ac-localeswitcher .select-collapsed .ac-ls-dropdown-select .ac-ls-dropdown-check+.ac-ls-dropdown-copy {
  width: calc(100% - 52px);
  padding-left: 25px
}

#ac-localeswitcher .select-collapsed .ac-ls-dropdown-select .ac-ls-dropdown-check {
  visibility: visible
}

#ac-localeswitcher .select-collapsed .ac-ls-icon-chevron-down {
  visibility: visible
}

#ac-localeswitcher .ac-ls-icon-chevron-down {
  visibility: hidden;
  padding-left: 15px
}

#ac-localeswitcher .ac-ls-icon-chevron-down::before,
#ac-localeswitcher .ac-ls-icon-chevron-down::after {
  font-family: sgtb icons;
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: ''
}

#ac-localeswitcher .ac-ls-icon-chevron-down::before,
#ac-localeswitcher .ac-ls-icon-chevron-down::after {
  text-decoration: none
}

#ac-localeswitcher .ac-ls-icon-chevron-down::before {
  display: none
}

#ac-localeswitcher .ac-ls-icon-chevron-down::before,
#ac-localeswitcher .ac-ls-icon-chevron-down::after {
  content: "ïŒƒ"
}

#ac-localeswitcher .ac-ls-icon-chevron-up {
  visibility: hidden;
  top: 2px;
  right: 17px
}

#ac-localeswitcher .ac-ls-icon-chevron-up::before,
#ac-localeswitcher .ac-ls-icon-chevron-up::after {
  font-family: sgtb icons;
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: ''
}

#ac-localeswitcher .ac-ls-icon-chevron-up::before,
#ac-localeswitcher .ac-ls-icon-chevron-up::after {
  text-decoration: none
}

#ac-localeswitcher .ac-ls-icon-chevron-up::before {
  display: none
}

#ac-localeswitcher .ac-ls-icon-chevron-up::before,
#ac-localeswitcher .ac-ls-icon-chevron-up::after {
  content: "ïŒƒ"
}

#ac-localeswitcher .ac-ls-icon-chevron-up:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center
}

#ac-localeswitcher .ac-ls-dropdown:not(.select-collapsed) .ac-ls-dropdown-select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent
}

#ac-localeswitcher .ac-ls-dropdown:not(.select-collapsed) .ac-ls-itemlist {
  -webkit-box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  outline: none;
  border: 1px solid #6bf
}

#ac-localeswitcher .ac-ls-dropdown:not(.select-collapsed) .ac-ls-itemlist[data-focus-method="mouse"]:not(input):not(textarea):not(select),
#ac-localeswitcher .ac-ls-dropdown:not(.select-collapsed) .ac-ls-itemlist[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  -webkit-box-shadow: none;
  box-shadow: none
}

#ac-localeswitcher .ac-ls-dropdown:not(.select-collapsed) .ac-ls-icon-chevron-up {
  visibility: visible
}

#ac-localeswitcher .ac-ls-dropdown-option[aria-selected="true"] {
  background-color: #575757
}

#ac-localeswitcher .ac-ls-dropdown-option[aria-selected="true"][data-focus-method='key'],
#ac-localeswitcher .ac-ls-dropdown-option[aria-selected="true"]:hover {
  background-color: #666
}

#ac-localeswitcher .ac-ls-dropdown-option[aria-selected="true"] .ac-ls-dropdown-check {
  visibility: visible
}

html.ac-ls-visible {
  margin-top: 0 !important;
  top: 0
}

html.ac-ls-visible #ac-localeswitcher {
  position: absolute;
  top: 0
}

html.ac-ls-visible .ac-nav-overlap #main,
html.ac-ls-visible .ac-nav-overlap .main {
  margin-top: 70px
}

@media only screen and (max-width: 1023px) {

  html.ac-ls-visible .ac-nav-overlap #main,
  html.ac-ls-visible .ac-nav-overlap .main {
    margin-top: 70px
  }
}

@media only screen and (max-width: 767px) {

  html.ac-ls-visible .ac-nav-overlap #main,
  html.ac-ls-visible .ac-nav-overlap .main {
    margin-top: 135px
  }
}

html.ac-ls-visible .ac-nav-overlap #ac-localnav {
  margin-top: 114px
}

@media only screen and (max-width: 1023px) {
  html.ac-ls-visible .ac-nav-overlap #ac-localnav {
    margin-top: 114px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-ls-visible .ac-nav-overlap #ac-localnav {
    margin-top: 183px
  }
}

html.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
html.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
  margin-top: 0
}

@media only screen and (max-width: 1023px) {

  html.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
  html.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
    margin-top: 0
  }
}

@media only screen and (max-width: 767px) {

  html.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
  html.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
    margin-top: 0
  }
}

html.ac-ls-visible #ac-gn-placeholder {
  height: 114px
}

@media only screen and (max-width: 1023px) {
  html.ac-ls-visible #ac-gn-placeholder {
    height: 114px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-ls-visible #ac-gn-placeholder {
    height: 183px
  }
}

html.ac-ls-visible #ac-globalnav {
  position: absolute;
  top: 70px
}

@media only screen and (max-width: 1023px) {
  html.ac-ls-visible #ac-globalnav {
    top: 70px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-ls-visible #ac-globalnav {
    top: 135px
  }
}

html.ac-ls-visible #chapternav {
  position: absolute;
  top: 70px;
  margin-top: 44px
}

@media only screen and (max-width: 1023px) {
  html.ac-ls-visible #chapternav {
    top: 70px;
    margin-top: 44px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-ls-visible #chapternav {
    top: 135px;
    margin-top: 48px
  }
}

html.ac-ls-visible .ac-nav-overlap #chapternav {
  position: absolute;
  top: 70px
}

@media only screen and (max-width: 1023px) {
  html.ac-ls-visible .ac-nav-overlap #chapternav {
    top: 70px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-ls-visible .ac-nav-overlap #chapternav {
    top: 135px
  }
}

html.ac-ls-visible #chapternav~#main,
html.ac-ls-visible #chapternav~.main {
  margin-top: 110px
}

@media only screen and (max-width: 1023px) {

  html.ac-ls-visible #chapternav~#main,
  html.ac-ls-visible #chapternav~.main {
    margin-top: 106px
  }
}

@media only screen and (max-width: 767px) {

  html.ac-ls-visible #chapternav~#main,
  html.ac-ls-visible #chapternav~.main {
    margin-top: 110px
  }
}

html.ac-ls-visible .ac-nav-overlap #chapternav~#main,
html.ac-ls-visible .ac-nav-overlap #chapternav~.main {
  margin-top: 70px
}

@media only screen and (max-width: 1023px) {

  html.ac-ls-visible .ac-nav-overlap #chapternav~#main,
  html.ac-ls-visible .ac-nav-overlap #chapternav~.main {
    margin-top: 70px
  }
}

@media only screen and (max-width: 767px) {

  html.ac-ls-visible .ac-nav-overlap #chapternav~#main,
  html.ac-ls-visible .ac-nav-overlap #chapternav~.main {
    margin-top: 135px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-ls-visible.ac-ls-fixed #ac-globalnav {
    top: 135px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible {
  margin-top: 0 !important;
  top: 0
}

html.ac-gn-segmentbar-visible.ac-ls-visible #ac-localeswitcher {
  position: absolute;
  top: 0
}

html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #main,
html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap .main {
  margin-top: 70px
}

@media only screen and (max-width: 1023px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap .main {
    margin-top: 70px
  }
}

@media only screen and (max-width: 767px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap .main {
    margin-top: 135px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav {
  margin-top: 114px
}

@media only screen and (max-width: 1023px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav {
    margin-top: 114px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav {
    margin-top: 183px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
  margin-top: 0
}

@media only screen and (max-width: 1023px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
    margin-top: 0
  }
}

@media only screen and (max-width: 767px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
    margin-top: 0
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-placeholder {
  height: 114px
}

@media only screen and (max-width: 1023px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-placeholder {
    height: 114px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-placeholder {
    height: 183px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-segmentbar {
  top: 70px
}

@media only screen and (max-width: 1023px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-segmentbar {
    top: 70px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-segmentbar {
    top: 135px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-segmentbar .ac-gn-segmentbar-content:before {
  content: '';
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3)
}

html.ac-gn-segmentbar-visible.ac-ls-visible #ac-globalnav {
  top: 110px
}

@media only screen and (max-width: 1023px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #ac-globalnav {
    top: 110px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #ac-globalnav {
    top: 179px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible #chapternav {
  top: 110px;
  margin-top: 44px
}

@media only screen and (max-width: 1023px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #chapternav {
    top: 110px;
    margin-top: 44px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #chapternav {
    top: 179px;
    margin-top: 48px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav {
  position: absolute;
  top: 110px
}

@media only screen and (max-width: 1023px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav {
    top: 110px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav {
    top: 179px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav~#main,
html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav~.main {
  margin-top: 110px
}

@media only screen and (max-width: 1023px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav~#main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav~.main {
    margin-top: 110px
  }
}

@media only screen and (max-width: 767px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav~#main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #chapternav~.main {
    margin-top: 179px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #main,
html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap .main {
  margin-top: 110px
}

@media only screen and (max-width: 1023px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap .main {
    margin-top: 110px
  }
}

@media only screen and (max-width: 767px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap .main {
    margin-top: 179px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav {
  margin-top: 154px
}

@media only screen and (max-width: 1023px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav {
    margin-top: 154px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav {
    margin-top: 227px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
  margin-top: 0
}

@media only screen and (max-width: 1023px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
    margin-top: 0
  }
}

@media only screen and (max-width: 767px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~#main,
  html.ac-gn-segmentbar-visible.ac-ls-visible .ac-nav-overlap #ac-localnav~.main {
    margin-top: 0
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-placeholder {
  height: 154px
}

@media only screen and (max-width: 1023px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-placeholder {
    height: 154px
  }
}

@media only screen and (max-width: 767px) {
  html.ac-gn-segmentbar-visible.ac-ls-visible #ac-gn-placeholder {
    height: 227px
  }
}

html.ac-gn-segmentbar-visible.ac-ls-visible.ac-gn-segmentbar-visible.ac-ls-fixed #main,
html.ac-gn-segmentbar-visible.ac-ls-visible.ac-gn-segmentbar-visible.ac-ls-fixed .main {
  top: 40px
}

@media only screen and (max-width: 1023px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible.ac-gn-segmentbar-visible.ac-ls-fixed #main,
  html.ac-gn-segmentbar-visible.ac-ls-visible.ac-gn-segmentbar-visible.ac-ls-fixed .main {
    top: 40px
  }
}

@media only screen and (max-width: 767px) {

  html.ac-gn-segmentbar-visible.ac-ls-visible.ac-gn-segmentbar-visible.ac-ls-fixed #main,
  html.ac-gn-segmentbar-visible.ac-ls-visible.ac-gn-segmentbar-visible.ac-ls-fixed .main {
    top: 44px
  }
}

html.ac-ls-fixed #ac-localeswitcher,
html.ac-ls-fixed #ac-gn-segmentbar,
html.ac-ls-fixed #ac-globalnav,
html.ac-gn-segmentbar-visible.ac-ls-fixed #ac-localeswitcher,
html.ac-gn-segmentbar-visible.ac-ls-fixed #ac-gn-segmentbar,
html.ac-gn-segmentbar-visible.ac-ls-fixed #ac-globalnav {
  position: fixed
}

html.ac-ls-fixed .ac-nav-overlap #main,
html.ac-ls-fixed .ac-nav-overlap .main,
html.ac-gn-segmentbar-visible.ac-ls-fixed .ac-nav-overlap #main,
html.ac-gn-segmentbar-visible.ac-ls-fixed .ac-nav-overlap .main {
  margin-top: 0
}

@media only screen and (max-width: 1023px) {

  html.ac-ls-fixed .ac-nav-overlap #main,
  html.ac-ls-fixed .ac-nav-overlap .main,
  html.ac-gn-segmentbar-visible.ac-ls-fixed .ac-nav-overlap #main,
  html.ac-gn-segmentbar-visible.ac-ls-fixed .ac-nav-overlap .main {
    margin-top: 0
  }
}

@media only screen and (max-width: 767px) {

  html.ac-ls-fixed .ac-nav-overlap #main,
  html.ac-ls-fixed .ac-nav-overlap .main,
  html.ac-gn-segmentbar-visible.ac-ls-fixed .ac-nav-overlap #main,
  html.ac-gn-segmentbar-visible.ac-ls-fixed .ac-nav-overlap .main {
    margin-top: 0
  }
}
