.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.font-normal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold;
}
.font-heavy {
  font-weight: 600;
}
.horizontal-align-left {
  justify-content: flex-start;
}
.horizontal-align-center {
  justify-content: center;
}
.horizontal-align-right {
  justify-content: flex-end;
}
.horizontal-align-space-between {
  justify-content: space-between;
}
.horizontal-align-space-around {
  justify-content: space-around;
}
.vertical-align-top {
  align-items: flex-start;
}
.vertical-align-center {
  align-items: center;
}
.vertical-align-bottom {
  align-items: flex-end;
}
.vertical-align-stretch {
  align-items: stretch;
}
.edit-mode .spacer {
  padding: 1rem 0;
  border: 1px dashed #DEDEE4;
  color: #DEDEE4;
}
.image > img {
  max-width: 100%;
}
.icon-container {
  display: flex;
}
.container,
.flex-container {
  box-sizing: border-box;
  border: 0px solid transparent;
}
.container *,
.flex-container * {
  box-sizing: border-box;
}
.container .padding-left-none,
.flex-container .padding-left-none {
  padding-left: 0px;
}
.container .padding-left-xmini,
.flex-container .padding-left-xmini {
  padding-left: 5px;
}
.container .padding-left-mini,
.flex-container .padding-left-mini {
  padding-left: 10px;
}
.container .padding-left-xsmall,
.flex-container .padding-left-xsmall {
  padding-left: 15px;
}
.container .padding-left-small,
.flex-container .padding-left-small {
  padding-left: 20px;
}
.container .padding-left-minibase,
.flex-container .padding-left-minibase {
  padding-left: 25px;
}
.container .padding-left-base,
.flex-container .padding-left-base {
  padding-left: 30px;
}
.container .padding-left-large,
.flex-container .padding-left-large {
  padding-left: 40px;
}
.container .padding-left-xlarge,
.flex-container .padding-left-xlarge {
  padding-left: 50px;
}
.container .padding-left-xxlarge,
.flex-container .padding-left-xxlarge {
  padding-left: 75px;
}
.container .padding-left-xxxlarge,
.flex-container .padding-left-xxxlarge {
  padding-left: 100px;
}
.container .padding-bottom-none,
.flex-container .padding-bottom-none {
  padding-bottom: 0px;
}
.container .padding-bottom-xmini,
.flex-container .padding-bottom-xmini {
  padding-bottom: 5px;
}
.container .padding-bottom-mini,
.flex-container .padding-bottom-mini {
  padding-bottom: 10px;
}
.container .padding-bottom-xsmall,
.flex-container .padding-bottom-xsmall {
  padding-bottom: 15px;
}
.container .padding-bottom-small,
.flex-container .padding-bottom-small {
  padding-bottom: 20px;
}
.container .padding-bottom-minibase,
.flex-container .padding-bottom-minibase {
  padding-bottom: 25px;
}
.container .padding-bottom-base,
.flex-container .padding-bottom-base {
  padding-bottom: 30px;
}
.container .padding-bottom-large,
.flex-container .padding-bottom-large {
  padding-bottom: 40px;
}
.container .padding-bottom-xlarge,
.flex-container .padding-bottom-xlarge {
  padding-bottom: 50px;
}
.container .padding-bottom-xxlarge,
.flex-container .padding-bottom-xxlarge {
  padding-bottom: 75px;
}
.container .padding-bottom-xxxlarge,
.flex-container .padding-bottom-xxxlarge {
  padding-bottom: 100px;
}
.container .padding-right-none,
.flex-container .padding-right-none {
  padding-right: 0px;
}
.container .padding-right-xmini,
.flex-container .padding-right-xmini {
  padding-right: 5px;
}
.container .padding-right-mini,
.flex-container .padding-right-mini {
  padding-right: 10px;
}
.container .padding-right-xsmall,
.flex-container .padding-right-xsmall {
  padding-right: 15px;
}
.container .padding-right-small,
.flex-container .padding-right-small {
  padding-right: 20px;
}
.container .padding-right-minibase,
.flex-container .padding-right-minibase {
  padding-right: 25px;
}
.container .padding-right-base,
.flex-container .padding-right-base {
  padding-right: 30px;
}
.container .padding-right-large,
.flex-container .padding-right-large {
  padding-right: 40px;
}
.container .padding-right-xlarge,
.flex-container .padding-right-xlarge {
  padding-right: 50px;
}
.container .padding-right-xxlarge,
.flex-container .padding-right-xxlarge {
  padding-right: 75px;
}
.container .padding-right-xxxlarge,
.flex-container .padding-right-xxxlarge {
  padding-right: 100px;
}
.container .padding-top-none,
.flex-container .padding-top-none {
  padding-top: 0px;
}
.container .padding-top-xmini,
.flex-container .padding-top-xmini {
  padding-top: 5px;
}
.container .padding-top-mini,
.flex-container .padding-top-mini {
  padding-top: 10px;
}
.container .padding-top-xsmall,
.flex-container .padding-top-xsmall {
  padding-top: 15px;
}
.container .padding-top-small,
.flex-container .padding-top-small {
  padding-top: 20px;
}
.container .padding-top-minibase,
.flex-container .padding-top-minibase {
  padding-top: 25px;
}
.container .padding-top-base,
.flex-container .padding-top-base {
  padding-top: 30px;
}
.container .padding-top-large,
.flex-container .padding-top-large {
  padding-top: 40px;
}
.container .padding-top-xlarge,
.flex-container .padding-top-xlarge {
  padding-top: 50px;
}
.container .padding-top-xxlarge,
.flex-container .padding-top-xxlarge {
  padding-top: 75px;
}
.container .padding-top-xxxlarge,
.flex-container .padding-top-xxxlarge {
  padding-top: 100px;
}
.container .border-left-none,
.flex-container .border-left-none {
  border-left-width: 0px;
}
.container .border-left-1px,
.flex-container .border-left-1px {
  border-left-width: 1px;
}
.container .border-left-2px,
.flex-container .border-left-2px {
  border-left-width: 2px;
}
.container .border-left-3px,
.flex-container .border-left-3px {
  border-left-width: 3px;
}
.container .border-left-4px,
.flex-container .border-left-4px {
  border-left-width: 4px;
}
.container .border-left-5px,
.flex-container .border-left-5px {
  border-left-width: 5px;
}
.container .border-left-6px,
.flex-container .border-left-6px {
  border-left-width: 6px;
}
.container .border-left-7px,
.flex-container .border-left-7px {
  border-left-width: 7px;
}
.container .border-left-8px,
.flex-container .border-left-8px {
  border-left-width: 8px;
}
.container .border-left-9px,
.flex-container .border-left-9px {
  border-left-width: 9px;
}
.container .border-left-10px,
.flex-container .border-left-10px {
  border-left-width: 10px;
}
.container .border-bottom-none,
.flex-container .border-bottom-none {
  border-bottom-width: 0px;
}
.container .border-bottom-1px,
.flex-container .border-bottom-1px {
  border-bottom-width: 1px;
}
.container .border-bottom-2px,
.flex-container .border-bottom-2px {
  border-bottom-width: 2px;
}
.container .border-bottom-3px,
.flex-container .border-bottom-3px {
  border-bottom-width: 3px;
}
.container .border-bottom-4px,
.flex-container .border-bottom-4px {
  border-bottom-width: 4px;
}
.container .border-bottom-5px,
.flex-container .border-bottom-5px {
  border-bottom-width: 5px;
}
.container .border-bottom-6px,
.flex-container .border-bottom-6px {
  border-bottom-width: 6px;
}
.container .border-bottom-7px,
.flex-container .border-bottom-7px {
  border-bottom-width: 7px;
}
.container .border-bottom-8px,
.flex-container .border-bottom-8px {
  border-bottom-width: 8px;
}
.container .border-bottom-9px,
.flex-container .border-bottom-9px {
  border-bottom-width: 9px;
}
.container .border-bottom-10px,
.flex-container .border-bottom-10px {
  border-bottom-width: 10px;
}
.container .border-right-none,
.flex-container .border-right-none {
  border-right-width: 0px;
}
.container .border-right-1px,
.flex-container .border-right-1px {
  border-right-width: 1px;
}
.container .border-right-2px,
.flex-container .border-right-2px {
  border-right-width: 2px;
}
.container .border-right-3px,
.flex-container .border-right-3px {
  border-right-width: 3px;
}
.container .border-right-4px,
.flex-container .border-right-4px {
  border-right-width: 4px;
}
.container .border-right-5px,
.flex-container .border-right-5px {
  border-right-width: 5px;
}
.container .border-right-6px,
.flex-container .border-right-6px {
  border-right-width: 6px;
}
.container .border-right-7px,
.flex-container .border-right-7px {
  border-right-width: 7px;
}
.container .border-right-8px,
.flex-container .border-right-8px {
  border-right-width: 8px;
}
.container .border-right-9px,
.flex-container .border-right-9px {
  border-right-width: 9px;
}
.container .border-right-10px,
.flex-container .border-right-10px {
  border-right-width: 10px;
}
.container .border-top-none,
.flex-container .border-top-none {
  border-top-width: 0px;
}
.container .border-top-1px,
.flex-container .border-top-1px {
  border-top-width: 1px;
}
.container .border-top-2px,
.flex-container .border-top-2px {
  border-top-width: 2px;
}
.container .border-top-3px,
.flex-container .border-top-3px {
  border-top-width: 3px;
}
.container .border-top-4px,
.flex-container .border-top-4px {
  border-top-width: 4px;
}
.container .border-top-5px,
.flex-container .border-top-5px {
  border-top-width: 5px;
}
.container .border-top-6px,
.flex-container .border-top-6px {
  border-top-width: 6px;
}
.container .border-top-7px,
.flex-container .border-top-7px {
  border-top-width: 7px;
}
.container .border-top-8px,
.flex-container .border-top-8px {
  border-top-width: 8px;
}
.container .border-top-9px,
.flex-container .border-top-9px {
  border-top-width: 9px;
}
.container .border-top-10px,
.flex-container .border-top-10px {
  border-top-width: 10px;
}
.container .border-radius-none,
.flex-container .border-radius-none {
  border-radius: 0px;
}
.container .border-radius-1px,
.flex-container .border-radius-1px {
  border-radius: 1px;
}
.container .border-radius-2px,
.flex-container .border-radius-2px {
  border-radius: 2px;
}
.container .border-radius-3px,
.flex-container .border-radius-3px {
  border-radius: 3px;
}
.container .border-radius-4px,
.flex-container .border-radius-4px {
  border-radius: 4px;
}
.container .border-radius-5px,
.flex-container .border-radius-5px {
  border-radius: 5px;
}
.container .border-radius-6px,
.flex-container .border-radius-6px {
  border-radius: 6px;
}
.container .border-radius-7px,
.flex-container .border-radius-7px {
  border-radius: 7px;
}
.container .border-radius-8px,
.flex-container .border-radius-8px {
  border-radius: 8px;
}
.container .border-radius-9px,
.flex-container .border-radius-9px {
  border-radius: 9px;
}
.container .border-radius-10px,
.flex-container .border-radius-10px {
  border-radius: 10px;
}
.container .border-radius-11px,
.flex-container .border-radius-11px {
  border-radius: 11px;
}
.container .border-radius-12px,
.flex-container .border-radius-12px {
  border-radius: 12px;
}
.container .border-radius-13px,
.flex-container .border-radius-13px {
  border-radius: 13px;
}
.container .border-radius-14px,
.flex-container .border-radius-14px {
  border-radius: 14px;
}
.container .border-radius-15px,
.flex-container .border-radius-15px {
  border-radius: 15px;
}
.container .border-radius-16px,
.flex-container .border-radius-16px {
  border-radius: 16px;
}
.container .border-radius-17px,
.flex-container .border-radius-17px {
  border-radius: 17px;
}
.container .border-radius-18px,
.flex-container .border-radius-18px {
  border-radius: 18px;
}
.container .border-radius-19px,
.flex-container .border-radius-19px {
  border-radius: 19px;
}
.container .border-radius-20px,
.flex-container .border-radius-20px {
  border-radius: 20px;
}
.container .border-radius-pill,
.flex-container .border-radius-pill {
  border-radius: 100em;
}
.container {
  display: inline-block;
  vertical-align: top;
}
.empty-container {
  text-align: center;
  padding: 10px;
}
.empty-container p {
  font-size: 1.1em;
  padding: 2px;
}
.empty-container img {
  height: 80px;
  margin-bottom: 6px;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat {
  background-repeat: repeat;
}
.video-bg-container {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.video-bg-container .video-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-bg-container + div {
  z-index: 1;
}
.border-color-transparent {
  border-color: transparent;
}
.border-color-black {
  border-color: black;
}
.border-color-white {
  border-color: white;
}
.link-container .fa-link {
  font-size: 18px;
  color: #ff4f8d;
}
.transparent-hover > .link-container {
  opacity: .3;
  transition: 0.25s opacity ease-in-out;
}
.transparent-hover > .link-container:hover {
  opacity: 1;
}
.popup-layover {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.popup-layover.hide {
  display: none;
}
.popup {
  height: 90%;
  margin: 50px auto;
  max-height: 90%;
  max-width: 1000px;
  width: 90%;
}
.popup-close-container {
  width: 100%;
  text-align: right;
  padding: 0 10px 10px 0;
}
.popup-close-container a {
  font-size: 30px;
  color: #fff;
}
.popup-wrapper {
  width: 0px !important;
}
.popup-container {
  background-color: #fff;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
  width: 100%;
}
.popup-container.popup-background-transparent:not(.edit-mode) {
  background-color: transparent;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-container.popup-background-transparent:not(.edit-mode) .video {
  max-width: 800px;
  margin: 0 auto;
}
.popup-container.edit-mode {
  display: block;
  position: inherit;
  overflow: visible;
}
.popup-container > i.close-popup {
  position: absolute;
  top: -15px;
  color: white;
  right: 0;
  cursor: pointer;
}
.accordion .title {
  cursor: pointer;
  color: #1998d3;
}
.accordion .title:before {
  margin-right: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: " ";
  vertical-align: top;
  background-image: url(https://m.media-amazon.com/images/G/01/amazonservices/2015/design/caret_down.png);
}
.accordion .content {
  display: none;
}
.accordion.expanded .title:before {
  background-image: url(https://m.media-amazon.com/images/G/01/amazonservices/2015/design/caret.png);
}
.accordion.expanded .content {
  display: block;
}
.shadowOpacity + .text {
  position: relative;
  z-index: 2;
}
pre.code {
  background-color: lightgrey;
  border-radius: 10px;
  margin: 0;
  padding: 1em;
}
pre.code > span {
  display: block;
}
.edit-mode pre .megadraft-editor .paragraph + .paragraph {
  margin-top: 0;
}
.video > video {
  max-width: 100%;
}
.video .video-wrapper-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video .video-wrapper-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-container {
  width: 100%;
  overflow-x: auto;
}
.table-container > .container {
  display: none;
}
.table {
  width: 100%;
  border-spacing: 0;
}
.table td {
  padding: .5rem;
}
.table--border-header-only th {
  border: 1px solid black;
}
.table--border-header-only th:not(:last-child) {
  border-right: none;
}
.border-color-black .table {
  border-color: black;
}
.border-color-white .table {
  border-color: white;
}
.flex-container,
.flex-container > .has-max-width {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.flex-container.flex-align-items-center,
.flex-container > .has-max-width.flex-align-items-center,
.flex-container.flex-align-items-center > .has-max-width,
.flex-container > .has-max-width.flex-align-items-center > .has-max-width {
  align-items: center;
}
.flex-container.flex-align-items-flex-start,
.flex-container > .has-max-width.flex-align-items-flex-start,
.flex-container.flex-align-items-flex-start > .has-max-width,
.flex-container > .has-max-width.flex-align-items-flex-start > .has-max-width {
  align-items: flex-start;
}
.flex-container.flex-align-items-flex-end,
.flex-container > .has-max-width.flex-align-items-flex-end,
.flex-container.flex-align-items-flex-end > .has-max-width,
.flex-container > .has-max-width.flex-align-items-flex-end > .has-max-width {
  align-items: flex-end;
}
.flex-container.flex-align-items-stretch,
.flex-container > .has-max-width.flex-align-items-stretch,
.flex-container.flex-align-items-stretch > .has-max-width,
.flex-container > .has-max-width.flex-align-items-stretch > .has-max-width {
  align-items: stretch;
}
.flex-container.flex-align-content-flex-start,
.flex-container > .has-max-width.flex-align-content-flex-start,
.flex-container.flex-align-content-flex-start > .has-max-width,
.flex-container > .has-max-width.flex-align-content-flex-start > .has-max-width {
  align-content: flex-start;
}
.flex-container.flex-align-content-flex-end,
.flex-container > .has-max-width.flex-align-content-flex-end,
.flex-container.flex-align-content-flex-end > .has-max-width,
.flex-container > .has-max-width.flex-align-content-flex-end > .has-max-width {
  align-content: flex-end;
}
.flex-container.flex-align-content-center,
.flex-container > .has-max-width.flex-align-content-center,
.flex-container.flex-align-content-center > .has-max-width,
.flex-container > .has-max-width.flex-align-content-center > .has-max-width {
  align-content: center;
}
.flex-container.flex-align-content-stretch,
.flex-container > .has-max-width.flex-align-content-stretch,
.flex-container.flex-align-content-stretch > .has-max-width,
.flex-container > .has-max-width.flex-align-content-stretch > .has-max-width {
  align-content: stretch;
}
.flex-container.flex-align-content-space-around,
.flex-container > .has-max-width.flex-align-content-space-around,
.flex-container.flex-align-content-space-around > .has-max-width,
.flex-container > .has-max-width.flex-align-content-space-around > .has-max-width {
  align-content: space-around;
}
.flex-container.flex-align-content-space-between,
.flex-container > .has-max-width.flex-align-content-space-between,
.flex-container.flex-align-content-space-between > .has-max-width,
.flex-container > .has-max-width.flex-align-content-space-between > .has-max-width {
  align-content: space-between;
}
.flex-container.flex-justify-content > div:not(.has-max-width),
.flex-container > .has-max-width.flex-justify-content > div:not(.has-max-width),
.flex-container.flex-justify-content > .has-max-width > div,
.flex-container > .has-max-width.flex-justify-content > .has-max-width > div {
  width: auto !important;
}
.flex-container.flex-justify-content-flex-start,
.flex-container > .has-max-width.flex-justify-content-flex-start,
.flex-container.flex-justify-content-flex-start > .has-max-width,
.flex-container > .has-max-width.flex-justify-content-flex-start > .has-max-width {
  justify-content: flex-start;
}
.flex-container.flex-justify-content-center,
.flex-container > .has-max-width.flex-justify-content-center,
.flex-container.flex-justify-content-center > .has-max-width,
.flex-container > .has-max-width.flex-justify-content-center > .has-max-width {
  justify-content: center;
}
.flex-container.flex-justify-content-flex-end,
.flex-container > .has-max-width.flex-justify-content-flex-end,
.flex-container.flex-justify-content-flex-end > .has-max-width,
.flex-container > .has-max-width.flex-justify-content-flex-end > .has-max-width {
  justify-content: flex-end;
}
.flex-container.flex-justify-content-space-between,
.flex-container > .has-max-width.flex-justify-content-space-between,
.flex-container.flex-justify-content-space-between > .has-max-width,
.flex-container > .has-max-width.flex-justify-content-space-between > .has-max-width {
  justify-content: space-between;
}
.flex-container.flex-justify-content-space-around,
.flex-container > .has-max-width.flex-justify-content-space-around,
.flex-container.flex-justify-content-space-around > .has-max-width,
.flex-container > .has-max-width.flex-justify-content-space-around > .has-max-width {
  justify-content: space-around;
}
.flex-container.flex-justify-content-space-evenly,
.flex-container > .has-max-width.flex-justify-content-space-evenly,
.flex-container.flex-justify-content-space-evenly > .has-max-width,
.flex-container > .has-max-width.flex-justify-content-space-evenly > .has-max-width {
  justify-content: space-evenly;
}
.flex-container:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container:not(.flex-justify-content-space-evenly) > *:only-child,
.flex-container > .has-max-width:not(.flex-justify-content-center) .flex-container > .has-max-width:not(.flex-justify-content-flex-end) .flex-container > .has-max-width:not(.flex-justify-content-space-between) .flex-container > .has-max-width:not(.flex-justify-content-space-around) .flex-container > .has-max-width:not(.flex-justify-content-space-evenly) > *:only-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flex-container,
  .flex-container > .has-max-width {
    flex-flow: column nowrap;
  }
  .flex-container.flex-align-items-center,
  .flex-container > .has-max-width.flex-align-items-center,
  .flex-container.flex-align-items-center > .has-max-width,
  .flex-container > .has-max-width.flex-align-items-center > .has-max-width {
    justify-content: center;
  }
  .flex-container.flex-align-items-flex-start,
  .flex-container > .has-max-width.flex-align-items-flex-start,
  .flex-container.flex-align-items-flex-start > .has-max-width,
  .flex-container > .has-max-width.flex-align-items-flex-start > .has-max-width {
    justify-content: flex-start;
  }
  .flex-container.flex-align-items-flex-end,
  .flex-container > .has-max-width.flex-align-items-flex-end,
  .flex-container.flex-align-items-flex-end > .has-max-width,
  .flex-container > .has-max-width.flex-align-items-flex-end > .has-max-width {
    justify-content: flex-end;
  }
  .flex-container.flex-align-items-space-around,
  .flex-container > .has-max-width.flex-align-items-space-around,
  .flex-container.flex-align-items-space-around > .has-max-width,
  .flex-container > .has-max-width.flex-align-items-space-around > .has-max-width {
    justify-content: space-around;
  }
  .flex-container.flex-align-items-space-between,
  .flex-container > .has-max-width.flex-align-items-space-between,
  .flex-container.flex-align-items-space-between > .has-max-width,
  .flex-container > .has-max-width.flex-align-items-space-between > .has-max-width {
    justify-content: space-between;
  }
}
.flex-container.flex-full-width,
.flex-container > .has-max-width.flex-full-width {
  flex: 0 0 auto;
  width: 100%;
}
.flex-container.container-height-full,
.flex-container > .has-max-width.container-height-full {
  height: 100vh;
}
.flex-align-self-center {
  align-self: center;
}
.flex-align-self-flex-start {
  align-self: flex-start;
}
.flex-align-self-flex-end {
  align-self: flex-end;
}
#nav-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
}
.amsg-2018 {
  line-height: normal;
}
.desktop > .amsg-2018 {
  min-width: 1000px;
}
.amsg-2018 .color-transparent {
  color: transparent;
}
.amsg-2018 .color-abalone {
  color: #f7fcfc;
}
.amsg-2018 .color-amber {
  color: #fafaf7;
}
.amsg-2018 .color-amethyst {
  color: #FCF8F7;
}
.amsg-2018 .color-aqua {
  color: #008296;
}
.amsg-2018 .color-aurora {
  color: #a90067;
}
.amsg-2018 .color-buttercup {
  color: #ffebb7;
}
.amsg-2018 .color-celeste {
  color: #ff3eb5;
}
.amsg-2018 .color-cloud {
  color: #ffffff;
}
.amsg-2018 .color-coral {
  color: #ff7676;
}
.amsg-2018 .color-cumulus {
  color: #AAB7B8;
}
.amsg-2018 .color-dawn {
  color: #f5eef8;
}
.amsg-2018 .color-dew {
  color: #e4fdbf;
}
.amsg-2018 .color-diamond {
  color: #fafafa;
}
.amsg-2018 .color-equinox {
  color: #fff5e8;
}
.amsg-2018 .color-forest {
  color: #538000;
}
.amsg-2018 .color-granite {
  color: #373D3E;
}
.amsg-2018 .color-gulfstream {
  color: #002F36;
}
.amsg-2018 .color-harvest {
  color: #ff5252;
}
.amsg-2018 .color-honeysuckle {
  color: #94ed88;
}
.amsg-2018 .color-horizon {
  color: #ebf8fa;
}
.amsg-2018 .color-incandescence {
  color: #ff6138;
}
.amsg-2018 .color-jade {
  color: #eff5ed;
}
.amsg-2018 .color-jungle {
  color: #ADE422;
}
.amsg-2018 .color-lagoon {
  color: #36c2b4;
}
.amsg-2018 .color-lava {
  color: #ff8f00;
}
.amsg-2018 .color-lily {
  color: #fcceaa;
}
.amsg-2018 .color-lotus {
  color: #D2F7E7;
}
.amsg-2018 .color-lowtide {
  color: #edfaf5;
}
.amsg-2018 .color-lumos {
  color: #CB2FBF;
}
.amsg-2018 .color-mermaid {
  color: #00a4b4;
}
.amsg-2018 .color-moonstone {
  color: #fdf7f9;
}
.amsg-2018 .color-opal {
  color: #FCF8F7;
}
.amsg-2018 .color-orchid {
  color: #ffd1f0;
}
.amsg-2018 .color-pearl {
  color: #f5f9fa;
}
.amsg-2018 .color-pool {
  color: #82d8e3;
}
.amsg-2018 .color-primrose {
  color: #ffcfcf;
}
.amsg-2018 .color-quartz {
  color: #fce8f3;
}
.amsg-2018 .color-reef {
  color: #ff4f8d;
}
.amsg-2018 .color-rock {
  color: #CC0C39;
}
.amsg-2018 .color-seafoam {
  color: #a6e7ce;
}
.amsg-2018 .color-sky {
  color: #00464f;
}
.amsg-2018 .color-smile {
  color: #ffa724;
}
.amsg-2018 .color-snow {
  color: #eaeded;
}
.amsg-2018 .color-stone {
  color: #879596;
}
.amsg-2018 .color-storm {
  color: #6c7778;
}
.amsg-2018 .color-summer {
  color: #ffc400;
}
.amsg-2018 .color-summit {
  color: #D5DBDB;
}
.amsg-2018 .color-topaz {
  color: #f5f7f5;
}
.amsg-2018 .color-tropical {
  color: #E31F64;
}
.amsg-2018 .color-twilight {
  color: #fff3f2;
}
.amsg-2018 .color-wave {
  color: #008577;
}
.amsg-2018 .background-color-transparent {
  background-color: transparent;
}
.amsg-2018 .background-color-abalone {
  background-color: #f7fcfc;
}
.amsg-2018 .background-color-amber {
  background-color: #fafaf7;
}
.amsg-2018 .background-color-amethyst {
  background-color: #FCF8F7;
}
.amsg-2018 .background-color-aqua {
  background-color: #008296;
}
.amsg-2018 .background-color-aurora {
  background-color: #a90067;
}
.amsg-2018 .background-color-buttercup {
  background-color: #ffebb7;
}
.amsg-2018 .background-color-celeste {
  background-color: #ff3eb5;
}
.amsg-2018 .background-color-cloud {
  background-color: #ffffff;
}
.amsg-2018 .background-color-coral {
  background-color: #ff7676;
}
.amsg-2018 .background-color-cumulus {
  background-color: #AAB7B8;
}
.amsg-2018 .background-color-dawn {
  background-color: #f5eef8;
}
.amsg-2018 .background-color-dew {
  background-color: #e4fdbf;
}
.amsg-2018 .background-color-diamond {
  background-color: #fafafa;
}
.amsg-2018 .background-color-equinox {
  background-color: #fff5e8;
}
.amsg-2018 .background-color-forest {
  background-color: #538000;
}
.amsg-2018 .background-color-granite {
  background-color: #373D3E;
}
.amsg-2018 .background-color-gulfstream {
  background-color: #002F36;
}
.amsg-2018 .background-color-harvest {
  background-color: #ff5252;
}
.amsg-2018 .background-color-honeysuckle {
  background-color: #94ed88;
}
.amsg-2018 .background-color-horizon {
  background-color: #ebf8fa;
}
.amsg-2018 .background-color-incandescence {
  background-color: #ff6138;
}
.amsg-2018 .background-color-jade {
  background-color: #eff5ed;
}
.amsg-2018 .background-color-jungle {
  background-color: #ADE422;
}
.amsg-2018 .background-color-lagoon {
  background-color: #36c2b4;
}
.amsg-2018 .background-color-lava {
  background-color: #ff8f00;
}
.amsg-2018 .background-color-lily {
  background-color: #fcceaa;
}
.amsg-2018 .background-color-lotus {
  background-color: #D2F7E7;
}
.amsg-2018 .background-color-lowtide {
  background-color: #edfaf5;
}
.amsg-2018 .background-color-lumos {
  background-color: #CB2FBF;
}
.amsg-2018 .background-color-mermaid {
  background-color: #00a4b4;
}
.amsg-2018 .background-color-moonstone {
  background-color: #fdf7f9;
}
.amsg-2018 .background-color-opal {
  background-color: #FCF8F7;
}
.amsg-2018 .background-color-orchid {
  background-color: #ffd1f0;
}
.amsg-2018 .background-color-pearl {
  background-color: #f5f9fa;
}
.amsg-2018 .background-color-pool {
  background-color: #82d8e3;
}
.amsg-2018 .background-color-primrose {
  background-color: #ffcfcf;
}
.amsg-2018 .background-color-quartz {
  background-color: #fce8f3;
}
.amsg-2018 .background-color-reef {
  background-color: #ff4f8d;
}
.amsg-2018 .background-color-rock {
  background-color: #CC0C39;
}
.amsg-2018 .background-color-seafoam {
  background-color: #a6e7ce;
}
.amsg-2018 .background-color-sky {
  background-color: #00464f;
}
.amsg-2018 .background-color-smile {
  background-color: #ffa724;
}
.amsg-2018 .background-color-snow {
  background-color: #eaeded;
}
.amsg-2018 .background-color-stone {
  background-color: #879596;
}
.amsg-2018 .background-color-storm {
  background-color: #6c7778;
}
.amsg-2018 .background-color-summer {
  background-color: #ffc400;
}
.amsg-2018 .background-color-summit {
  background-color: #D5DBDB;
}
.amsg-2018 .background-color-topaz {
  background-color: #f5f7f5;
}
.amsg-2018 .background-color-tropical {
  background-color: #E31F64;
}
.amsg-2018 .background-color-twilight {
  background-color: #fff3f2;
}
.amsg-2018 .background-color-wave {
  background-color: #008577;
}
.amsg-2018 .border-color-transparent {
  border-color: transparent;
}
.amsg-2018 .border-color-abalone {
  border-color: #f7fcfc;
}
.amsg-2018 .border-color-amber {
  border-color: #fafaf7;
}
.amsg-2018 .border-color-amethyst {
  border-color: #FCF8F7;
}
.amsg-2018 .border-color-aqua {
  border-color: #008296;
}
.amsg-2018 .border-color-aurora {
  border-color: #a90067;
}
.amsg-2018 .border-color-buttercup {
  border-color: #ffebb7;
}
.amsg-2018 .border-color-celeste {
  border-color: #ff3eb5;
}
.amsg-2018 .border-color-cloud {
  border-color: #ffffff;
}
.amsg-2018 .border-color-coral {
  border-color: #ff7676;
}
.amsg-2018 .border-color-cumulus {
  border-color: #AAB7B8;
}
.amsg-2018 .border-color-dawn {
  border-color: #f5eef8;
}
.amsg-2018 .border-color-dew {
  border-color: #e4fdbf;
}
.amsg-2018 .border-color-diamond {
  border-color: #fafafa;
}
.amsg-2018 .border-color-equinox {
  border-color: #fff5e8;
}
.amsg-2018 .border-color-forest {
  border-color: #538000;
}
.amsg-2018 .border-color-granite {
  border-color: #373D3E;
}
.amsg-2018 .border-color-gulfstream {
  border-color: #002F36;
}
.amsg-2018 .border-color-harvest {
  border-color: #ff5252;
}
.amsg-2018 .border-color-honeysuckle {
  border-color: #94ed88;
}
.amsg-2018 .border-color-horizon {
  border-color: #ebf8fa;
}
.amsg-2018 .border-color-incandescence {
  border-color: #ff6138;
}
.amsg-2018 .border-color-jade {
  border-color: #eff5ed;
}
.amsg-2018 .border-color-jungle {
  border-color: #ADE422;
}
.amsg-2018 .border-color-lagoon {
  border-color: #36c2b4;
}
.amsg-2018 .border-color-lava {
  border-color: #ff8f00;
}
.amsg-2018 .border-color-lily {
  border-color: #fcceaa;
}
.amsg-2018 .border-color-lotus {
  border-color: #D2F7E7;
}
.amsg-2018 .border-color-lowtide {
  border-color: #edfaf5;
}
.amsg-2018 .border-color-lumos {
  border-color: #CB2FBF;
}
.amsg-2018 .border-color-mermaid {
  border-color: #00a4b4;
}
.amsg-2018 .border-color-moonstone {
  border-color: #fdf7f9;
}
.amsg-2018 .border-color-opal {
  border-color: #FCF8F7;
}
.amsg-2018 .border-color-orchid {
  border-color: #ffd1f0;
}
.amsg-2018 .border-color-pearl {
  border-color: #f5f9fa;
}
.amsg-2018 .border-color-pool {
  border-color: #82d8e3;
}
.amsg-2018 .border-color-primrose {
  border-color: #ffcfcf;
}
.amsg-2018 .border-color-quartz {
  border-color: #fce8f3;
}
.amsg-2018 .border-color-reef {
  border-color: #ff4f8d;
}
.amsg-2018 .border-color-rock {
  border-color: #CC0C39;
}
.amsg-2018 .border-color-seafoam {
  border-color: #a6e7ce;
}
.amsg-2018 .border-color-sky {
  border-color: #00464f;
}
.amsg-2018 .border-color-smile {
  border-color: #ffa724;
}
.amsg-2018 .border-color-snow {
  border-color: #eaeded;
}
.amsg-2018 .border-color-stone {
  border-color: #879596;
}
.amsg-2018 .border-color-storm {
  border-color: #6c7778;
}
.amsg-2018 .border-color-summer {
  border-color: #ffc400;
}
.amsg-2018 .border-color-summit {
  border-color: #D5DBDB;
}
.amsg-2018 .border-color-topaz {
  border-color: #f5f7f5;
}
.amsg-2018 .border-color-tropical {
  border-color: #E31F64;
}
.amsg-2018 .border-color-twilight {
  border-color: #fff3f2;
}
.amsg-2018 .border-color-wave {
  border-color: #008577;
}
.amsg-2018 .background-color-gradient-mermaid-270deg {
  background: #077D91;
  background: linear-gradient(270deg, #00D1DB, #077D91);
}
.amsg-2018 .background-color-gradient-mermaid-90deg {
  background: #077D91;
  background: linear-gradient(90deg, #00D1DB, #077D91);
}
.amsg-2018 .background-color-gradient-lava-270deg {
  background: #FA990A;
  background: linear-gradient(270deg, #FEC001, #FA990A);
}
.amsg-2018 .background-color-gradient-lava-90deg {
  background: #FA990A;
  background: linear-gradient(90deg, #FEC001, #FA990A);
}
@font-face {
  font-weight: 700;
  font-style: italic;
  font-family: AEmbCond;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/AmazonEmberCdRC_BdIt.ttf");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: AEmbCond;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/AmazonEmberCdRC_Bd.ttf");
}
@font-face {
  font-weight: 300;
  font-style: italic;
  font-family: AEmbCond;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/AmazonEmberCdRC_RgIt.ttf");
}
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: AEmbCond;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/AmazonEmberCdRC_Rg.ttf");
}
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: ABook;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/BookerlyLCD_Rg.ttf");
}
@font-face {
  font-weight: 300;
  font-style: italic;
  font-family: ABook;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/BookerlyLCD_It.ttf");
}
@font-face {
  font-weight: 700;
  font-style: italic;
  font-family: ABook;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/BookerlyLCD_BdIt.ttf");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: ABook;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/BookerlyLCD_Bd.ttf");
}
@font-face {
  font-weight: 300;
  font-style: italic;
  font-family: AEmb;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/AmazonEmber_RgIt.ttf");
}
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: AEmb;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/AmazonEmber_Rg.ttf");
}
@font-face {
  font-weight: 900;
  font-style: italic;
  font-family: AEmb;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/AmazonEmber_HeIt.ttf");
}
@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: AEmb;
  src: url("https://m.media-amazon.com/images/G/01/amazonservices/site/fonts/ember/AmazonEmber_He.ttf");
}
.amsg-2018 .bookerly {
  font-family: Georgia, Times, 'HiraMinProN-W3', 'Hiragino Mincho', 'MS Mincho', serif;
}
.amsg-2018 .ember,
.amsg-2018 .ember-condensed {
  font-family: Helvetica, Arial, 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'MS Gothic', sans-serif;
}
.widgetBoard .amsg-2018 .bookerly,
.amsg-2018.fonts-loaded .bookerly {
  font-family: ABook, Georgia, Times, 'HiraMinProN-W3', 'Hiragino Mincho', 'MS Mincho', serif;
}
.widgetBoard .amsg-2018 .ember,
.amsg-2018.fonts-loaded .ember {
  font-family: AEmb, Helvetica, Arial, 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'MS Gothic', sans-serif;
}
.widgetBoard .amsg-2018 .ember-condensed,
.amsg-2018.fonts-loaded .ember-condensed {
  font-family: AEmbCond, Helvetica, Arial, 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'MS Gothic', sans-serif;
}
.amsg-2018 .font-size-xxxlarge {
  font-size: 100px !important;
}
.amsg-2018 .font-size-xxlarge {
  font-size: 80px !important;
}
.amsg-2018 .font-size-xlarge {
  font-size: 60px !important;
}
.amsg-2018 .font-size-large {
  font-size: 40px !important;
}
.amsg-2018 .font-size-medium {
  font-size: 30px !important;
}
.amsg-2018 .font-size-regular {
  font-size: 24px !important;
}
.amsg-2018 .font-size-small {
  font-size: 15px !important;
}
.amsg-2018 .font-size-xsmall {
  font-size: 12px !important;
}
.amsg-2018 sup {
  font-size: medium;
}
.amsg-2018 .accordion {
  border: 0px solid #D5DBDB;
  padding: .5em 0;
}
.amsg-2018 .accordion.accordion-border-top {
  border-top-width: 1px;
}
.amsg-2018 .accordion.accordion-border-bottom {
  border-bottom-width: 1px;
}
.amsg-2018 .accordion .title {
  font-size: 24px;
  font-family: AEmb;
  color: #002F36;
}
.amsg-2018 .accordion .title:before {
  margin: 10px 10px 0 3px;
  width: 6px;
  height: 6px;
  background-image: none;
  border: 2px solid #AAB7B8;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: 0.3s ease-out;
}
.amsg-2018 .accordion.expanded .title:before {
  transform: rotate(45deg);
}
.amsg-2018 .button,
.amsg-2018 .form-button {
  border: 2px solid transparent;
  display: inline-block;
  font-family: AEmb;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  background-image: none;
  border-radius: 2em;
  min-width: 7em;
  padding: .5em 1.75em;
  text-align: center;
}
.amsg-2018 .button.button-type-primary,
.amsg-2018 .form-button.button-type-primary {
  color: #002F36;
}
.amsg-2018 .button.button-type-primary.button-theme-filled,
.amsg-2018 .form-button.button-type-primary.button-theme-filled {
  background: #FEC001;
  background: linear-gradient(90deg, #FEC001, #FA990A);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.amsg-2018 .button.button-type-primary.button-theme-outlined,
.amsg-2018 .form-button.button-type-primary.button-theme-outlined,
.amsg-2018 .button.button-type-primary.button-theme-blank,
.amsg-2018 .form-button.button-type-primary.button-theme-blank {
  color: #ffc400;
  border-color: #ffc400;
}
.amsg-2018 .button.button-type-primary.button-theme-blank,
.amsg-2018 .form-button.button-type-primary.button-theme-blank {
  color: #373D3E;
  background-color: #ffffff;
}
.amsg-2018 .button.button-type-secondary,
.amsg-2018 .form-button.button-type-secondary {
  color: #eaeded;
}
.amsg-2018 .button.button-type-secondary.button-theme-filled,
.amsg-2018 .form-button.button-type-secondary.button-theme-filled {
  background: #00a4b4;
}
.amsg-2018 .button.button-type-secondary.button-theme-outlined,
.amsg-2018 .form-button.button-type-secondary.button-theme-outlined,
.amsg-2018 .button.button-type-secondary.button-theme-blank,
.amsg-2018 .form-button.button-type-secondary.button-theme-blank {
  color: #00a4b4;
  border-color: #00a4b4;
}
.amsg-2018 .button.button-type-secondary.button-theme-blank,
.amsg-2018 .form-button.button-type-secondary.button-theme-blank {
  color: #373D3E;
  background-color: #ffffff;
  border-color: #ffffff;
}
.amsg-2018 .container {
  position: relative;
}
.amsg-2018 .has-max-width {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.amsg-2018 .align-center,
.amsg-2018 .align-left,
.amsg-2018 .align-right {
  flex-grow: 1;
}
.widgetBoard.mobilePortrait .amsg-2018 .align-center,
.widgetBoard.tablet .amsg-2018 .align-center {
  align-self: center;
}
.widgetBoard.mobilePortrait .amsg-2018 .align-right,
.widgetBoard.tablet .amsg-2018 .align-right {
  align-self: flex-end;
}
.widgetBoard.mobilePortrait .amsg-2018 .align-left,
.widgetBoard.tablet .amsg-2018 .align-left {
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .amsg-2018 .align-center {
    align-self: center;
  }
  .amsg-2018 .align-right {
    align-self: flex-end;
  }
  .amsg-2018 .align-left {
    align-self: flex-start;
  }
}
.amsg-2018 .is-sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  display: block;
}
.amsg-2018 .is-sticky.sticks-top {
  top: 0;
}
.amsg-2018 .is-sticky.sticks-bottom {
  bottom: 0;
}
.amsg-2018 .is-sticky.stays-on-top {
  z-index: 31;
}
.amsg-2018 .video-bg-container ~ * {
  position: relative;
  z-index: 1;
}
.amsg-2018 .video {
  width: 100%;
}
.amsg-2018 .country-picker {
  height: 60px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.amsg-2018 .country-picker .country-picker-title {
  font-weight: bold;
  font-family: AEmbCond;
  font-size: 15px;
  margin: -10px 0 0 6px;
  position: relative;
}
.amsg-2018 .country-picker .country-picker-title:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  margin: 7px 0 0 -3px;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.amsg-2018 .country-picker:focus .country-list,
.amsg-2018 .country-picker:focus-within .country-list,
.amsg-2018 .country-picker:hover .country-list {
  visibility: visible;
  opacity: 1;
  z-index: 11;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0s;
}
.amsg-2018 .country-picker .country-list {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: absolute;
  top: calc(98%);
  right: 0;
  border-top: 2px solid;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 200px;
  padding: 20px;
}
.amsg-2018 .country-picker .country-list li {
  flex-basis: 21%;
  list-style: none;
}
.amsg-2018 .country-picker .country-list li img {
  height: 25px;
  width: auto;
}
.amsg-2018 .country-picker .country-list li a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 1em;
  font-weight: bold;
  font-family: AEmbCond;
  text-decoration: none;
}
.amsg-2018 .country-picker.country-picker-style-light {
  color: #002F36;
}
.amsg-2018 .country-picker.country-picker-style-light:hover .country-picker-title {
  color: #008296;
}
.amsg-2018 .country-picker.country-picker-style-light:hover .country-picker-title:after {
  border-color: #008296;
}
.amsg-2018 .country-picker.country-picker-style-light .country-list {
  border-top-color: #008296;
  background: #ffffff;
}
.amsg-2018 .country-picker.country-picker-style-light .country-list a {
  color: #002F36;
}
.amsg-2018 .country-picker.country-picker-style-light .country-list a:hover {
  color: #008296;
}
.amsg-2018 .country-picker.country-picker-style-dark {
  color: #ffffff;
}
.amsg-2018 .country-picker.country-picker-style-dark:hover .country-picker-title {
  color: #82d8e3;
}
.amsg-2018 .country-picker.country-picker-style-dark:hover .country-picker-title:after {
  border-color: #82d8e3;
}
.amsg-2018 .country-picker.country-picker-style-dark .country-list {
  border-top-color: #82d8e3;
  background: #002F36;
}
.amsg-2018 .country-picker.country-picker-style-dark .country-list a {
  color: #ffffff;
}
.amsg-2018 .country-picker.country-picker-style-dark .country-list a:hover {
  color: #82d8e3;
}
.amsg-2018 .form-input-radio > input[type=radio],
.amsg-2018 .form-input-checkbox > input[type=radio],
.amsg-2018 .form-input-radio > input[type=checkbox],
.amsg-2018 .form-input-checkbox > input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.amsg-2018 .form-input-radio > input[type=radio]:checked + .radio-content:before,
.amsg-2018 .form-input-checkbox > input[type=radio]:checked + .radio-content:before,
.amsg-2018 .form-input-radio > input[type=checkbox]:checked + .radio-content:before,
.amsg-2018 .form-input-checkbox > input[type=checkbox]:checked + .radio-content:before,
.amsg-2018 .form-input-radio > input[type=radio]:checked + .checkbox-content:before,
.amsg-2018 .form-input-checkbox > input[type=radio]:checked + .checkbox-content:before,
.amsg-2018 .form-input-radio > input[type=checkbox]:checked + .checkbox-content:before,
.amsg-2018 .form-input-checkbox > input[type=checkbox]:checked + .checkbox-content:before {
  background: #373D3E;
  border-color: #373D3E;
}
.amsg-2018 .form-input-radio > input[type=radio]:checked + .checkbox-content:before,
.amsg-2018 .form-input-checkbox > input[type=radio]:checked + .checkbox-content:before,
.amsg-2018 .form-input-radio > input[type=checkbox]:checked + .checkbox-content:before,
.amsg-2018 .form-input-checkbox > input[type=checkbox]:checked + .checkbox-content:before {
  content: "\2714";
}
.amsg-2018 .form-input-radio > input[type=radio]:disabled + .radio-content:before,
.amsg-2018 .form-input-checkbox > input[type=radio]:disabled + .radio-content:before,
.amsg-2018 .form-input-radio > input[type=checkbox]:disabled + .radio-content:before,
.amsg-2018 .form-input-checkbox > input[type=checkbox]:disabled + .radio-content:before,
.amsg-2018 .form-input-radio > input[type=radio]:disabled + .checkbox-content:before,
.amsg-2018 .form-input-checkbox > input[type=radio]:disabled + .checkbox-content:before,
.amsg-2018 .form-input-radio > input[type=checkbox]:disabled + .checkbox-content:before,
.amsg-2018 .form-input-checkbox > input[type=checkbox]:disabled + .checkbox-content:before {
  background: #D5DBDB;
  box-shadow: 0 0 0 2px #D5DBDB;
}
.amsg-2018 .form-input-radio > .radio-content,
.amsg-2018 .form-input-checkbox > .radio-content,
.amsg-2018 .form-input-radio > .checkbox-content,
.amsg-2018 .form-input-checkbox > .checkbox-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
.amsg-2018 .form-input-radio > .radio-content:before,
.amsg-2018 .form-input-checkbox > .radio-content:before,
.amsg-2018 .form-input-radio > .checkbox-content:before,
.amsg-2018 .form-input-checkbox > .checkbox-content:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-radius: 20px;
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #373D3E;
  transition: .2s ease;
  flex: 0 0 auto;
}
.amsg-2018 .form-input-radio > .checkbox-content:before,
.amsg-2018 .form-input-checkbox > .checkbox-content:before {
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
}
.amsg-2018 .form-input-radio:hover > .radio-content:before,
.amsg-2018 .form-input-checkbox:hover > .radio-content:before,
.amsg-2018 .form-input-radio:hover > .checkbox-content:before,
.amsg-2018 .form-input-checkbox:hover > .checkbox-content:before {
  background: #36c2b4;
}
.amsg-2018 .form-container,
.amsg-2018 .form-input {
  width: 100%;
}
.amsg-2018 .form-input input[type=text],
.amsg-2018 .form-input input[type=number],
.amsg-2018 .form-input input[type=email],
.amsg-2018 .form-input input[type=tel],
.amsg-2018 .form-input select,
.amsg-2018 .form-input textarea {
  font-size: 14px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff;
  line-height: 20px;
  height: 39px;
  padding-left: 10px;
  padding-right: 10px;
}
.amsg-2018 .form-input input[type=text].required,
.amsg-2018 .form-input input[type=number].required,
.amsg-2018 .form-input input[type=email].required,
.amsg-2018 .form-input input[type=tel].required,
.amsg-2018 .form-input select.required,
.amsg-2018 .form-input textarea.required {
  border-bottom-color: #ff5252;
}
.amsg-2018 .form-input input[type=checkbox] {
  bottom: initial;
}
.amsg-2018 .form-input input[type=text],
.amsg-2018 .form-input input[type=number],
.amsg-2018 .form-input input[type=email],
.amsg-2018 .form-input input[type=tel] {
  background: #eaeded;
  border: 2px solid #eaeded;
  padding: 8px 12px;
  font-family: AEmb;
  font-size: 15px;
}
.amsg-2018 .form-input input[type=text]::placeholder,
.amsg-2018 .form-input input[type=number]::placeholder,
.amsg-2018 .form-input input[type=email]::placeholder,
.amsg-2018 .form-input input[type=tel]::placeholder {
  color: #6c7778;
}
.amsg-2018 .form-input input[type=text].required,
.amsg-2018 .form-input input[type=number].required,
.amsg-2018 .form-input input[type=email].required,
.amsg-2018 .form-input input[type=tel].required {
  border-bottom-color: #CC0C39;
  position: relative;
}
.amsg-2018 .form-input input[type=text].required:after,
.amsg-2018 .form-input input[type=number].required:after,
.amsg-2018 .form-input input[type=email].required:after,
.amsg-2018 .form-input input[type=tel].required:after {
  content: "* Required text field";
  color: #CC0C39;
  position: absolute;
  left: 12px;
  bottom: -14px;
  font-size: 12px;
}
.amsg-2018 .form-input input[type=text]:focus,
.amsg-2018 .form-input input[type=number]:focus,
.amsg-2018 .form-input input[type=email]:focus,
.amsg-2018 .form-input input[type=tel]:focus {
  background: #ebf8fa;
  border-color: #002F36;
  outline: none;
}
.amsg-2018 .form-input input[type=text]:disabled,
.amsg-2018 .form-input input[type=number]:disabled,
.amsg-2018 .form-input input[type=email]:disabled,
.amsg-2018 .form-input input[type=tel]:disabled {
  background: #fafafa;
  border-color: #fafafa;
}
.amsg-2018 .form-input input[type=text]:disabled::placeholder,
.amsg-2018 .form-input input[type=number]:disabled::placeholder,
.amsg-2018 .form-input input[type=email]:disabled::placeholder,
.amsg-2018 .form-input input[type=tel]:disabled::placeholder {
  color: #AAB7B8;
}
.amsg-2018 textarea.form-input {
  background: #eaeded;
  border: 2px solid #eaeded;
  padding: 8px 12px;
  font-family: AEmb;
  font-size: 15px;
}
.amsg-2018 textarea.form-input::placeholder {
  color: #6c7778;
}
.amsg-2018 textarea.form-input.required {
  border-bottom-color: #CC0C39;
  position: relative;
}
.amsg-2018 textarea.form-input.required:after {
  content: "* Required text field";
  color: #CC0C39;
  position: absolute;
  left: 12px;
  bottom: -14px;
  font-size: 12px;
}
.amsg-2018 textarea.form-input:focus {
  background: #ebf8fa;
  border-color: #002F36;
  outline: none;
}
.amsg-2018 textarea.form-input:disabled {
  background: #fafafa;
  border-color: #fafafa;
}
.amsg-2018 textarea.form-input:disabled::placeholder {
  color: #AAB7B8;
}
.amsg-2018 .form-input-select {
  width: 100%;
}
.amsg-2018 .form-input-select select {
  background-color: #fff;
  background-image: url(https://images-na.ssl-images-amazon.com/images/G/33/amazonservices/mx/select-arrow-w.jpg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.amsg-2018 .heading {
  margin: 0;
  line-height: 1.2;
  text-transform: none;
}
.amsg-2018 .heading.font-normal {
  font-weight: 300;
}
.amsg-2018 .heading.font-bold {
  font-weight: 700;
}
.amsg-2018 .h1 {
  font-size: 100px;
}
.amsg-2018 .h2 {
  font-size: 80px;
}
.amsg-2018 .h3 {
  font-size: 60px;
}
.amsg-2018 .h4 {
  font-size: 40px;
}
.amsg-2018 .h5 {
  font-size: 30px;
}
.amsg-2018 .h6 {
  font-size: 15px;
}
.amsg-2018 .link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.amsg-2018 .color-mermaid .link:hover {
  color: #82d8e3;
}
.amsg-2018 .color-pool .link:hover {
  color: #ebf8fa;
}
.amsg-2018 .color-summer .link:hover {
  color: #ffebb7;
}
.amsg-2018 .link-container {
  text-decoration: none;
  width: 100%;
}
.amsg-2018 .media-popup-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  animation: fadeIn;
  animation-duration: .3s;
  cursor: pointer;
  z-index: 400;
}
.amsg-2018 .media-popup-background .popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.amsg-2018 .media-popup-background .popup-content:before {
  content: "\2715";
  position: absolute;
  right: 0;
  font-size: 13px;
  top: -25px;
}
@media (max-width: 864px) {
  .amsg-2018 .popup-content {
    height: 80%;
    width: 80%;
  }
  .amsg-2018 .popup-content iframe {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 440px) {
  .amsg-2018 .popup-content {
    height: 30%;
    width: 95%;
  }
  .amsg-2018 .popup-content iframe {
    width: 100%;
  }
}
.amsg-2018 ol.list,
.amsg-2018 ul.list {
  text-align: left;
  padding-left: 20px;
  margin: 0 0 18px 18px;
}
.amsg-2018 ol.list li,
.amsg-2018 ul.list li {
  list-style: disc;
}
.amsg-2018 ol.list li a,
.amsg-2018 ul.list li a,
.amsg-2018 ol.list li .popup-link,
.amsg-2018 ul.list li .popup-link {
  text-decoration: none;
  color: #008296;
  cursor: pointer;
}
.amsg-2018 ol.list li a:hover,
.amsg-2018 ul.list li a:hover,
.amsg-2018 ol.list li .popup-link:hover,
.amsg-2018 ul.list li .popup-link:hover {
  color: #373D3E;
}
.amsg-2018 ol.list.horizontal-link-list,
.amsg-2018 ul.list.horizontal-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsg-2018 ol.list.horizontal-link-list li,
.amsg-2018 ul.list.horizontal-link-list li {
  padding: 0;
  list-style: none;
  float: left;
  margin: 0 2em 0 0;
  width: auto !important;
}
@media screen and (max-width: 440px) {
  .amsg-2018 ol.list.horizontal-link-list li,
  .amsg-2018 ul.list.horizontal-link-list li {
    float: none;
    width: auto;
    margin: 0;
  }
}
.amsg-2018 ol.list.horizontal-link-list li:before,
.amsg-2018 ul.list.horizontal-link-list li:before {
  content: '';
}
.amsg-2018 ol.list li {
  list-style: inherit;
}
.amsg-2018 .link-underline a,
.amsg-2018 .amsg-2018 ol.list.horizontal-link-list li a,
.amsg-2018 .amsg-2018 ul.list.horizontal-link-list li a {
  text-decoration: none;
  box-shadow: inset 0 0px 0 transparent, inset 0px -2px 0px #36c2b4;
  transition: 0.2s ease-out;
  padding-bottom: 2px;
}
.amsg-2018 .link-underline a:hover,
.amsg-2018 .amsg-2018 ol.list.horizontal-link-list li a:hover,
.amsg-2018 .amsg-2018 ul.list.horizontal-link-list li a:hover {
  background: #36c2b4;
}
.amsg-2018 .link-underline a:active,
.amsg-2018 .amsg-2018 ol.list.horizontal-link-list li a:active,
.amsg-2018 .amsg-2018 ul.list.horizontal-link-list li a:active {
  background: #36c2b4;
  color: #879596;
}
.amsg-2018 .nav-toggle {
  display: none;
}
.amsg-2018 .nav-type-main,
.amsg-2018 .nav-type-secondary {
  height: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}
.amsg-2018 .nav-type-main.nav-loading,
.amsg-2018 .nav-type-secondary.nav-loading {
  visibility: hidden;
}
.amsg-2018 .nav-type-main .nav-menu-cta,
.amsg-2018 .nav-type-secondary .nav-menu-cta {
  padding: 12px 50px;
}
.amsg-2018 .nav-type-main .nav-menu-cta,
.amsg-2018 .nav-type-secondary .nav-menu-cta,
.amsg-2018 .nav-type-main .country-picker,
.amsg-2018 .nav-type-secondary .country-picker {
  margin-left: calc(20px + (50 - 20) * ((100vw - 320px) / 960));
}
.amsg-2018 .nav-type-main ul,
.amsg-2018 .nav-type-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsg-2018 .nav-type-main a,
.amsg-2018 .nav-type-secondary a {
  text-decoration: none;
  white-space: nowrap;
}
.amsg-2018 .nav-type-main h5,
.amsg-2018 .nav-type-secondary h5 {
  font-size: 24px;
}
.amsg-2018 .nav-type-main .nav-menu-logo,
.amsg-2018 .nav-type-secondary .nav-menu-logo {
  float: left;
  height: 30px;
  width: auto;
  margin: 4px calc(20px + (50 - 20) * ((100vw - 320px) / 960)) 0 0;
}
.amsg-2018 .nav-type-main.last-item-right-align > ul > li:last-of-type,
.amsg-2018 .nav-type-secondary.last-item-right-align > ul > li:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
.amsg-2018 .nav-type-main > ul,
.amsg-2018 .nav-type-secondary > ul {
  height: 60px;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  align-items: center;
}
.amsg-2018 .nav-type-main > ul .has-children,
.amsg-2018 .nav-type-secondary > ul .has-children {
  position: relative;
  cursor: default;
  padding-right: 20px;
}
.amsg-2018 .nav-type-main > ul .has-children > a:after,
.amsg-2018 .nav-type-secondary > ul .has-children > a:after,
.amsg-2018 .nav-type-main > ul .has-children > span:after,
.amsg-2018 .nav-type-secondary > ul .has-children > span:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  margin: -4px 0 0 6px;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.amsg-2018 .nav-type-main > ul > li,
.amsg-2018 .nav-type-secondary > ul > li {
  position: relative;
  font-weight: normal;
  font-family: AEmb, Helvetica, Arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  margin-right: calc(20px + (50 - 20) * ((100vw - 320px) / 960));
  list-style: none;
}
.amsg-2018 .nav-type-main > ul > li a:not(.nav-menu-cta),
.amsg-2018 .nav-type-secondary > ul > li a:not(.nav-menu-cta),
.amsg-2018 .nav-type-main > ul > li span:not(.nav-menu-cta),
.amsg-2018 .nav-type-secondary > ul > li span:not(.nav-menu-cta) {
  height: 100%;
  display: block;
}
.amsg-2018 .nav-type-main > ul > li:focus ul,
.amsg-2018 .nav-type-secondary > ul > li:focus ul,
.amsg-2018 .nav-type-main > ul > li:focus-within ul,
.amsg-2018 .nav-type-secondary > ul > li:focus-within ul,
.amsg-2018 .nav-type-main > ul > li:hover ul,
.amsg-2018 .nav-type-secondary > ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 11;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0s;
}
.amsg-2018 .nav-type-main > ul ul,
.amsg-2018 .nav-type-secondary > ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(98%);
  left: 0;
  width: auto;
  padding: 20px;
  border-top: 2px solid;
  transform: translateY(-10px);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.amsg-2018 .nav-type-main > ul ul li,
.amsg-2018 .nav-type-secondary > ul ul li {
  display: block;
  height: 30px;
  line-height: 30px;
  width: auto;
}
.amsg-2018 .nav-type-main > ul ul li a,
.amsg-2018 .nav-type-secondary > ul ul li a,
.amsg-2018 .nav-type-main > ul ul li span,
.amsg-2018 .nav-type-secondary > ul ul li span {
  cursor: pointer;
  width: auto;
  white-space: nowrap;
}
.amsg-2018 .nav-type-main.nav-alignment-right > ul,
.amsg-2018 .nav-type-secondary.nav-alignment-right > ul {
  margin-right: 0;
  justify-content: flex-end;
}
.amsg-2018 .nav-type-main.nav-alignment-right > ul > li,
.amsg-2018 .nav-type-secondary.nav-alignment-right > ul > li {
  margin-right: 0;
  margin-left: calc(20px + (50 - 20) * ((100vw - 320px) / 960));
}
.amsg-2018 .nav-type-main.nav-alignment-right .nav-menu-logo,
.amsg-2018 .nav-type-secondary.nav-alignment-right .nav-menu-logo {
  margin: 4px 0 0;
}
.amsg-2018 .nav-type-main.nav-style-light h5,
.amsg-2018 .nav-type-secondary.nav-style-light h5 {
  color: #002F36;
}
.amsg-2018 .nav-type-main.nav-style-light li span,
.amsg-2018 .nav-type-secondary.nav-style-light li span,
.amsg-2018 .nav-type-main.nav-style-light li a,
.amsg-2018 .nav-type-secondary.nav-style-light li a {
  color: #002F36;
}
.amsg-2018 .nav-type-main.nav-style-light li:hover > a,
.amsg-2018 .nav-type-secondary.nav-style-light li:hover > a,
.amsg-2018 .nav-type-main.nav-style-light li:hover > span,
.amsg-2018 .nav-type-secondary.nav-style-light li:hover > span {
  color: #008296;
}
.amsg-2018 .nav-type-main.nav-style-light li ul,
.amsg-2018 .nav-type-secondary.nav-style-light li ul {
  background: #ffffff;
  border-top-color: #008296;
}
.amsg-2018 .nav-type-main.nav-style-light > ul > li.has-children:hover > a:after,
.amsg-2018 .nav-type-secondary.nav-style-light > ul > li.has-children:hover > a:after,
.amsg-2018 .nav-type-main.nav-style-light > ul > li.has-children:hover > span:after,
.amsg-2018 .nav-type-secondary.nav-style-light > ul > li.has-children:hover > span:after {
  border-color: #008296;
}
.amsg-2018 .nav-type-main.nav-style-light > ul > li:not(.has-children):hover,
.amsg-2018 .nav-type-secondary.nav-style-light > ul > li:not(.has-children):hover {
  border-bottom: 2px solid #008296;
}
.amsg-2018 .nav-type-main.nav-style-dark h5,
.amsg-2018 .nav-type-secondary.nav-style-dark h5 {
  color: #ffffff;
}
.amsg-2018 .nav-type-main.nav-style-dark li span,
.amsg-2018 .nav-type-secondary.nav-style-dark li span,
.amsg-2018 .nav-type-main.nav-style-dark li a,
.amsg-2018 .nav-type-secondary.nav-style-dark li a {
  color: #ffffff;
}
.amsg-2018 .nav-type-main.nav-style-dark li:hover > a,
.amsg-2018 .nav-type-secondary.nav-style-dark li:hover > a,
.amsg-2018 .nav-type-main.nav-style-dark li:hover > span,
.amsg-2018 .nav-type-secondary.nav-style-dark li:hover > span {
  color: #82d8e3;
}
.amsg-2018 .nav-type-main.nav-style-dark li ul,
.amsg-2018 .nav-type-secondary.nav-style-dark li ul {
  background: #002F36;
  border-top-color: #82d8e3;
}
.amsg-2018 .nav-type-main.nav-style-dark > ul > li.has-children:hover > a:after,
.amsg-2018 .nav-type-secondary.nav-style-dark > ul > li.has-children:hover > a:after,
.amsg-2018 .nav-type-main.nav-style-dark > ul > li.has-children:hover > span:after,
.amsg-2018 .nav-type-secondary.nav-style-dark > ul > li.has-children:hover > span:after {
  border-color: #82d8e3;
}
.amsg-2018 .nav-type-main.nav-style-dark > ul > li:not(.has-children):hover,
.amsg-2018 .nav-type-secondary.nav-style-dark > ul > li:not(.has-children):hover {
  border-bottom: 2px solid #82d8e3;
}
.amsg-2018 .nav-type-secondary.nav-alignment-right > ul {
  margin-right: 0;
}
.amsg-2018 .nav-type-secondary.nav-alignment-right > ul > li {
  font-family: AEmbCond;
  margin: 0 0 0 calc(16px + (30 - 16) * ((100vw - 320px) / 960));
}
.amsg-2018 .nav-type-secondary.nav-alignment-left {
  justify-content: flex-start;
}
.amsg-2018 .nav-type-secondary.nav-alignment-left > ul {
  justify-content: flex-start;
}
.amsg-2018 .nav-type-secondary.nav-alignment-left > ul > li {
  font-family: AEmbCond;
  margin: 0 calc(16px + (30 - 16) * ((100vw - 320px) / 960)) 0 0;
}
.amsg-2018 .nav-type-footer {
  width: 100%;
}
.amsg-2018 .nav-type-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsg-2018 .nav-type-footer > ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
@media screen and (max-width: 480px) {
  .amsg-2018 .nav-type-footer > ul {
    flex-flow: column nowrap;
  }
}
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-footer > ul {
  flex-flow: column nowrap;
}
.amsg-2018 .nav-type-footer > ul .has-children > span,
.amsg-2018 .nav-type-footer > ul .has-children > a {
  font-weight: bold;
  margin-bottom: 6px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .amsg-2018 .nav-type-footer > ul .has-children:not(:last-child) {
    margin-bottom: 20px;
  }
}
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-footer > ul .has-children:not(:last-child) {
  margin-bottom: 20px;
}
.amsg-2018 .nav-type-footer > ul li {
  font-size: 15px;
  padding: 0;
  margin: 0 0 3px;
  text-align: center;
  font-family: AEmb;
  list-style: none;
}
.amsg-2018 .nav-type-footer > ul li a {
  text-decoration: none;
}
.amsg-2018 .nav-type-footer.nav-style-light li > span,
.amsg-2018 .nav-type-footer.nav-style-light li > a {
  color: #00464f;
}
.amsg-2018 .nav-type-footer.nav-style-light li:not(.has-children) > span:hover,
.amsg-2018 .nav-type-footer.nav-style-light li:not(.has-children) > a:hover {
  color: #008296;
  cursor: pointer;
}
.amsg-2018 .nav-type-footer.nav-style-dark li > span,
.amsg-2018 .nav-type-footer.nav-style-dark li > a {
  color: #eaeded;
}
.amsg-2018 .nav-type-footer.nav-style-dark li:not(.has-children) > span:hover,
.amsg-2018 .nav-type-footer.nav-style-dark li:not(.has-children) > a:hover {
  color: #82d8e3;
  cursor: pointer;
}
.amsg-2018 .nav-mobile .nav-toggle,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode .nav-toggle,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode .nav-toggle,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle {
  display: block;
  position: absolute;
  background: none;
  height: 11px;
  right: 10px;
  outline: none;
  border: none;
}
.amsg-2018 .nav-mobile .nav-toggle:before,
.amsg-2018 .nav-mobile .nav-toggle:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode .nav-toggle:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode .nav-toggle:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle:after,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode .nav-toggle:before,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode .nav-toggle:after,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle:before,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  transition: .2s ease;
}
.amsg-2018 .nav-mobile .nav-toggle:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode .nav-toggle:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle:before,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode .nav-toggle:before,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle:before {
  top: 0;
  transform-origin: 33% -28%;
}
.amsg-2018 .nav-mobile .nav-toggle:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode .nav-toggle:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle:after,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode .nav-toggle:after,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle:after {
  bottom: 0;
  transform-origin: 0% 20%;
}
.amsg-2018 .nav-mobile .nav-toggle.toggled:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode .nav-toggle.toggled:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle.toggled:before,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode .nav-toggle.toggled:before,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle.toggled:before {
  transform: rotate(45deg);
}
.amsg-2018 .nav-mobile .nav-toggle.toggled:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode .nav-toggle.toggled:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle.toggled:after,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode .nav-toggle.toggled:after,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle.toggled:after {
  transform: rotate(-45deg);
}
.amsg-2018 .nav-mobile .nav-toggle.toggled + ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode .nav-toggle.toggled + ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle.toggled + ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode .nav-toggle.toggled + ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode .nav-toggle.toggled + ul {
  max-height: fit-content;
}
.amsg-2018 .nav-mobile.nav-type-main.nav-alignment-right,
.amsg-2018 .nav-mobile.nav-type-secondary.nav-alignment-right,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main.nav-alignment-right,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary.nav-alignment-right,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main.nav-alignment-right,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary.nav-alignment-right,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main.nav-alignment-right,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary.nav-alignment-right,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main.nav-alignment-right,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary.nav-alignment-right {
  justify-content: flex-start;
}
.amsg-2018 .nav-mobile.nav-type-main,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main {
  height: 45px;
}
.amsg-2018 .nav-mobile.nav-type-main > .nav-menu-cta,
.amsg-2018 .nav-mobile.nav-type-main > .country-picker,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > .nav-menu-cta,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > .country-picker,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > .nav-menu-cta,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > .country-picker,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > .nav-menu-cta,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > .country-picker,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > .nav-menu-cta,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > .country-picker {
  display: none;
}
.amsg-2018 .nav-mobile.nav-type-main > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul {
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: auto;
  z-index: 11;
  max-height: 0;
  overflow: hidden;
}
.amsg-2018 .nav-mobile.nav-type-main > ul li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul li,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul li,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul li {
  width: 100%;
  height: auto;
  line-height: normal;
  padding: .5em;
}
.amsg-2018 .nav-mobile.nav-type-main > ul li > span,
.amsg-2018 .nav-mobile.nav-type-main > ul li > a,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul li > span,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul li > a,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul li > span,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul li > a,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul li > span,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul li > a,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul li > span,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul li > a {
  position: relative;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li {
  border-top: 1px solid;
  padding-left: 2em;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li > span,
.amsg-2018 .nav-mobile.nav-type-main > ul > li > a,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li > span,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li > a,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li > span,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li > a,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li > span,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li > a,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li > span,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li > a {
  font-weight: bold;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li > span:after,
.amsg-2018 .nav-mobile.nav-type-main > ul > li > a:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li > span:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li > a:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li > span:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li > a:after,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li > span:after,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li > a:after,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li > span:after,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li > a:after {
  display: none;
  visibility: hidden;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: none;
  z-index: 5;
  border-top: none;
  padding: 0;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li ul li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li {
  padding: .25em 0;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li ul li:hover,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li:hover,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li:hover,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li:hover,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li:hover {
  border-bottom: none;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li ul li.has-children,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children {
  height: auto;
  max-height: 30px;
  overflow: hidden;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li ul li.has-children:hover,
.amsg-2018 .nav-mobile.nav-type-main > ul > li ul li.has-children:focus,
.amsg-2018 .nav-mobile.nav-type-main > ul > li ul li.has-children:focus-within,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children:hover,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children:focus,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children:focus-within,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children:hover,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children:focus,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children:focus-within,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children:hover,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children:focus,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children:focus-within,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children:hover,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children:focus,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children:focus-within {
  max-height: fit-content;
}
.amsg-2018 .nav-mobile.nav-type-main > ul > li ul li.has-children ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-main > ul > li ul li.has-children ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-main > ul > li ul li.has-children ul {
  margin-left: 2em;
}
.amsg-2018 .nav-mobile.nav-type-secondary,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary {
  min-height: 60px;
  height: auto;
}
.amsg-2018 .nav-mobile.nav-type-secondary > h5,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > h5,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > h5,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > h5,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > h5 {
  font-size: 20px;
  max-width: 55%;
}
.amsg-2018 .nav-mobile.nav-type-secondary > h5:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > h5:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > h5:after,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > h5:after,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > h5:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin: -4px 0 0 6px;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.amsg-2018 .nav-mobile.nav-type-secondary.edit-mode > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary.edit-mode > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary.edit-mode > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary.edit-mode > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary.edit-mode > ul {
  display: none !important;
}
.amsg-2018 .nav-mobile.nav-type-secondary .nav-menu-cta,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary .nav-menu-cta,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary .nav-menu-cta,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary .nav-menu-cta,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary .nav-menu-cta {
  margin-left: auto;
  padding: .75em 1.5em;
}
.amsg-2018 .nav-mobile.nav-type-secondary > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > ul {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.amsg-2018 .nav-mobile.nav-type-secondary > ul li span,
.amsg-2018 .nav-mobile.nav-type-secondary > ul li a,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > ul li span,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > ul li a,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > ul li span,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > ul li a,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > ul li span,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary > ul li a,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > ul li span,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary > ul li a {
  font-family: AEmb;
}
.amsg-2018 .nav-mobile.nav-type-secondary:focus > ul,
.amsg-2018 .nav-mobile.nav-type-secondary:focus-within > ul,
.amsg-2018 .nav-mobile.nav-type-secondary:hover > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary:focus > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary:focus-within > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary:hover > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary:focus > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary:focus-within > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary:hover > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary:focus > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary:focus-within > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-type-secondary:hover > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary:focus > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary:focus-within > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-type-secondary:hover > ul {
  display: flex;
  z-index: 11;
}
.amsg-2018 .nav-mobile.nav-style-light .nav-toggle:before,
.amsg-2018 .nav-mobile.nav-style-light .nav-toggle:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-light .nav-toggle:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-light .nav-toggle:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light .nav-toggle:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light .nav-toggle:after,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-light .nav-toggle:before,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-light .nav-toggle:after,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light .nav-toggle:before,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light .nav-toggle:after {
  background: #002F36;
}
.amsg-2018 .nav-mobile.nav-style-light.nav-type-main > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-light.nav-type-main > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light.nav-type-main > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-light.nav-type-main > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light.nav-type-main > ul {
  background: #ffffff;
}
.amsg-2018 .nav-mobile.nav-style-light.nav-type-main > ul > li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-light.nav-type-main > ul > li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light.nav-type-main > ul > li,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-light.nav-type-main > ul > li,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light.nav-type-main > ul > li {
  border-top-color: #AAB7B8;
}
.amsg-2018 .nav-mobile.nav-style-light.nav-type-secondary > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-light.nav-type-secondary > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light.nav-type-secondary > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-light.nav-type-secondary > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-light.nav-type-secondary > ul {
  background: #ffffff;
}
.amsg-2018 .nav-mobile.nav-style-dark .nav-toggle:before,
.amsg-2018 .nav-mobile.nav-style-dark .nav-toggle:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-dark .nav-toggle:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-dark .nav-toggle:after,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark .nav-toggle:before,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark .nav-toggle:after,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-dark .nav-toggle:before,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-dark .nav-toggle:after,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark .nav-toggle:before,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark .nav-toggle:after {
  background: #ffffff;
}
.amsg-2018 .nav-mobile.nav-style-dark.nav-type-main > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-dark.nav-type-main > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark.nav-type-main > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-dark.nav-type-main > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark.nav-type-main > ul {
  background: #002F36;
}
.amsg-2018 .nav-mobile.nav-style-dark.nav-type-main > ul > li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-dark.nav-type-main > ul > li,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark.nav-type-main > ul > li,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-dark.nav-type-main > ul > li,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark.nav-type-main > ul > li {
  border-top-color: #82d8e3;
}
.amsg-2018 .nav-mobile.nav-style-dark.nav-type-secondary > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-main.edit-mode.nav-style-dark.nav-type-secondary > ul,
.widgetBoard.mobilePortrait .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark.nav-type-secondary > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-main.edit-mode.nav-style-dark.nav-type-secondary > ul,
.widgetBoard.tablet .amsg-2018 .nav-type-secondary.edit-mode.nav-style-dark.nav-type-secondary > ul {
  background: #002F36;
}
.amsg-2018 nav.nav-as2015 {
  font-size: 15px;
}
.amsg-2018 nav.nav-as2015 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsg-2018 nav.nav-as2015 ul li {
  list-style: none;
}
.amsg-2018 nav.nav-as2015.nav-sticky-sub li {
  float: left;
}
.amsg-2018 nav.nav-as2015.nav-sticky-sub li a {
  color: #373D3E;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.amsg-2018 nav.nav-as2015.nav-main a,
.amsg-2018 nav.nav-as2015.nav-main span {
  display: block;
  color: #000;
  text-decoration: none;
}
.amsg-2018 nav.nav-as2015.nav-main a:hover,
.amsg-2018 nav.nav-as2015.nav-main span:hover {
  color: #008296;
}
.amsg-2018 nav.nav-as2015.nav-main > ul > li > a,
.amsg-2018 nav.nav-as2015.nav-main > ul > li > span {
  font-weight: 700;
}
.amsg-2018 nav.nav-as2015.nav-main ul li {
  list-style: none;
  color: #ffffff;
  transition: 0.5s;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main button.nav-toggle {
  display: none;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul {
  font-family: AEmb, Helvetica, Arial, sans-serif;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul li {
  position: relative;
  float: left;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul li a,
.desktop .amsg-2018 nav.nav-as2015.nav-main ul li span {
  padding: 20px;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul li:hover > ul {
  top: 100%;
  left: 0;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #ffffff;
  z-index: 1000;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul ul li {
  float: none;
  width: 200px;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul ul li a,
.desktop .amsg-2018 nav.nav-as2015.nav-main ul ul li span {
  padding: 10px 20px;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul ul li:last-child {
  border-bottom: none;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main ul ul li:hover > ul {
  top: 0;
  left: 200px;
}
.desktop .amsg-2018 nav.nav-as2015.nav-main > ul {
  display: flex;
  justify-content: flex-end;
}
.tablet .amsg-2018 nav.nav-as2015.nav-main,
.mobilePortrait .amsg-2018 nav.nav-as2015.nav-main {
  line-height: 28px;
}
.tablet .amsg-2018 nav.nav-as2015.nav-main button.nav-toggle,
.mobilePortrait .amsg-2018 nav.nav-as2015.nav-main button.nav-toggle {
  background-color: #ffffff;
  background-image: url('https://images-na.ssl-images-amazon.com/images/G/30/amazonservices/as-navicon.png');
  background-position: center center;
  background-size: cover;
  border: none;
  display: block !important;
  float: right;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 30px;
}
.tablet .amsg-2018 nav.nav-as2015.nav-main > ul,
.mobilePortrait .amsg-2018 nav.nav-as2015.nav-main > ul {
  font-family: AEmb, Helvetica, Arial, sans-serif;
  display: none;
  margin-top: 20px;
}
.tablet .amsg-2018 nav.nav-as2015.nav-main > ul > li,
.mobilePortrait .amsg-2018 nav.nav-as2015.nav-main > ul > li {
  padding: 11px 30px;
  border-top: 1px solid #6c7778;
}
.tablet .amsg-2018 nav.nav-as2015.nav-main > ul > li > ul > li > ul,
.mobilePortrait .amsg-2018 nav.nav-as2015.nav-main > ul > li > ul > li > ul {
  margin-left: 18px;
  margin-bottom: 10px;
}
.tablet .amsg-2018 nav.nav-as2015.nav-main > ul.toggled,
.mobilePortrait .amsg-2018 nav.nav-as2015.nav-main > ul.toggled {
  display: block !important;
  position: absolute;
  width: 100%;
  background: white;
}
.amsg-2018 .popup-container:not(.popup-background-transparent) {
  padding: 80px 60px;
  border-top: 8px solid #373D3E;
  margin: 0 auto;
}
.amsg-2018 .popup-container:not(.popup-background-transparent).max-width-800px {
  max-width: 800px;
}
.amsg-2018 .popup-container:not(.popup-background-transparent).max-width-1200px {
  max-width: 1200px;
}
.amsg-2018 .links-have-text-color a,
.amsg-2018 .links-have-text-color .popup-link {
  text-decoration: underline;
  color: inherit !important;
}
.amsg-2018 .links-have-text-color a:hover,
.amsg-2018 .links-have-text-color .popup-link:hover {
  text-decoration: none;
}
.amsg-2018 .text {
  line-height: 1.5em;
}
.amsg-2018 .text sup {
  line-height: 1em;
}
.amsg-2018 .text a,
.amsg-2018 .text .popup-link {
  color: #008296;
  text-decoration: none;
  cursor: pointer;
}
.amsg-2018 .text a:hover,
.amsg-2018 .text .popup-link:hover {
  color: #373D3E;
  text-decoration: underline;
}
.amsg-2018 .hidden {
  display: none !important;
}
.edit-mode .amsg-2018 .hidden {
  display: block !important;
}
#a-page #search-content > .a-container,
#a-page > .s-span-page:not([id]) {
  padding: 0;
}
#a-page .a-container > #s-backout-link {
  display: none;
}
#s-merch-container {
  padding: 0;
}
