:root {
  --smallscreen: 900px;
  --tigerOrange: #ef8023;
  --tigerOrangeHover: #da6b10;
}

*,
::after,
::before {
  box-sizing: inherit;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  color: #666;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body.mod-contain,
body.mod-slideout-menu-open,
body.mod-lightbox-open {
  overflow: hidden;
}

a img {
  border: none;
}

pinch-touch {
  display: block;
  touch-action: none;
}

pinch-touch > * {
  transform-origin: center;
}

.div-logo {
  padding: 0;
  margin: 0 auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  margin: 0 auto;
  text-align: center;
}

.container.mod-zoom-in {
  overflow: hidden;
}

.container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-zoom {
  /* display: block; */
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.container-zoom.mod-flex {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

/* TODO Whether the zoom is a wrapper or now we need to add the flex code to it */

.js-zoom {
  display: flex;
  flex: 1 0 auto;
}

.top-nav-items.mod-sticky,
.bottom-nav-items.mod-sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
}

.top-nav-items.mod-sticky {
  top: 0;
}

.bottom-nav-items.mod-sticky {
  bottom: 0;
  z-index: 8;
}

.top-nav-items.mod-on-top,
.bottom-nav-items.mod-on-top {
  z-index: 100;
}

/* .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ptihtml_RightPage .shadow {
  background: linear-gradient(to right, rgba(66, 66, 66, 0.1) 0%, rgba(255, 255, 255, 0) 3%);
}

.ptihtml_LeftPage .shadow {
  background: linear-gradient(to left, rgba(66, 66, 66, 0.1) 0%, rgba(255, 255, 255, 0) 3%);
} */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.no-pointer {
  pointer-events: none;
}

.spacer.small {
  height: 10px;
}

:root {
  --buttonNavSize: 28px;
}

#ptimessage_wrap,
#ptibox_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  height: 100%;
}

#ptimessage_wrap {
  z-index: 1199;
}

#ptibox_wrap_inner,
#ptimessage_wrap_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#ptibox_wrap * {
  box-sizing: border-box;
}

#ptibox_wrap.mod-hidden,
#ptimessage_wrap.mod-hidden {
  display: none;
  width: 0;
  height: 0;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#ptibox_outer {
  display: none;
  z-index: 1090;
  padding: 20px;
  background: transparent;
}

.lightbox-required-heading {
  margin-top: 0;
  font-size: 28px;
}

.lightbox-required-text {
  margin: 0;
  line-height: 1.4;
}

.lightbox-content {
  z-index: 1100;
  max-height: 80vh;
  overflow: auto;
  border-color: transparent;
  border-radius: 4px;
  margin: 0;
  color: #333;
  background-color: #fff;
  transition: max-height 0.4s ease, width 0.4s ease;
  border-style: solid;
}

.lightbox-content.mod-image {
  max-height: none;
  transition: none;
}

/* New Styles */

.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-loading {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1100;
  width: 40px;
  height: 40px;
  background: transparent;
  transform: translateX(-50%) translateY(-50%);
}

.ptibox_loading_spinner {
  width: 100%;
  height: 100%;
  background-image: url(/static/bundles/ptibox_progress.07b57e8e.png);
  animation: spin 1.5s linear infinite;
}

.lightbox-overlay.mod-message {
  z-index: 1130;
}

.lightbox-outer {
  display: none;
  z-index: 1090;
  padding: 20px;
  background: transparent;
}

.lightbox-outer.mod-message {
  z-index: 1190;
}

.lightbox-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 1095;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 12px #1b1b1b;
  background-color: #fff;
  transition: all 0.4s ease;
}

.lightbox-top-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  z-index: 1201;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.66);
  background: #fff;
  cursor: pointer;
}

.lightbox-top-svg {
  width: 14px;
  height: 14px;
}

.lightbox-nav-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1201;
  opacity: 0.8;
  padding: 30px 5px;
  border: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: opacity 0.3s;
}

.lightbox-nav-buttons:focus,.lightbox-nav-buttons:hover {
  opacity: 1;
}

.lightbox-top-buttons:hover .lightbox-top-svg,
.lightbox-top-buttons:focus .lightbox-top-svg {
  opacity: 0.7;
}

.lightbox-top-buttons.mod-close {
  right: -10px;
}

.lightbox-top-buttons.mod-play {
  right: 28px;
}

.lightbox-top-buttons.mod-info {
  right: 67px;
}

.lightbox-nav-buttons.mod-next {
  transform: rotate(180deg);
}

.lightbox-nav-svg {
  width: 28px;
  width: var(--buttonNavSize);
  height: 28px;
  height: var(--buttonNavSize);
  opacity: 0.9;
}

.lightbox-button-inner {
  display: block;
  width: 100%;
  margin: 15px 0;
  text-align: center;
  background-color: transparent;
}

.lightbox-button {
  border-radius: 4px;
}

.lightbox-button-bg {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  margin-right: 3px;
  margin-left: 3px;
  line-height: 23px;
  text-decoration: none;
  background-color: #000;
  cursor: pointer;
}

.lightbox-button-bg-span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.responsive-container {
  position: relative;
  overflow: hidden;
}

.responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#ptibox_div,
#ptimessage_div {
  position: relative;
  z-index: 1100;
  overflow: auto;
}

.lightbox-image {
  width: auto;
  height: 100%;
}

#ptibox_frame {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

#ptibox_left,
#ptibox_right {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1111;
  width: 35%;
  height: 100%;
  cursor: pointer;
  visibility: visible;
  outline: none;
}

#ptibox_left {
  justify-content: flex-start;
  left: 0;
}

#ptibox_right {
  justify-content: flex-end;
  right: 0;
}

.ptibox_bigIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

@media (max-width: 500px) {
  #ptibox_div_inner {
    background-image: none !important;
  }
}

#ptibox_div_inner img {
  max-width: 100%;
  height: auto;
}

#ptibox_div_inner table {
  width: 100%;
}

#ptibox_caption {
  display: none;
  position: absolute;
  z-index: 1200;
  width: 100%;
  opacity: 0.8;
  background-color: #000;
}

#ptibox_caption.mod-top {
  top: 0;
}

#ptibox_caption.mod-bottom {
  bottom: 0;
}

#ptibox_caption_inner {
  display: block;
  opacity: 1;
  margin: 12px;
  font-size: 14px;
  color: #fff;
}

#ptibox_caption_desc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

.ptibox_buttonBG {
  display: inline-block;
  padding: 4px 10px;
  border: none;
  margin: 0 3px;
  text-decoration: none;
  background-color: #000;
  cursor: pointer;
}

.ptibox_buttonBG span {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}

div#ptibox_div .ptipoll .pti_title {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

div#ptibox_div .ptipoll .pti_answer {
  clear: left;
  padding: 10px 0 5px 0;
  font-size: 16px;
  color: #000;
}

div#ptibox_div .ptipoll .pti_answer span {
  font-weight: bold;
  color: #000;
}

div#ptibox_div .ptipoll .pti_bar {
  display: block;
  background: #000;
  height: 26px;
  width: 0;
  color: #fff;
  text-align: right;
  margin-right: 10px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

div#ptibox_div .pticomp .pti_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0;
}

div#ptibox_div .pticomp .pti_question {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 20px 0 5px 0;
}

div#ptibox_div .pticomp .pti_answer label {
  font-size: 16px;
  color: #000;
}

div#ptibox_div .pticomp .pti_answer label input {
  margin-right: 10px;
}

div#ptibox_div .pticomp .pti_answer #pti_txtCompEmail {
  font-size: 16px;
  width: 99%;
}

div#ptibox_div .pticompresult {
  color: #333;
}

div#ptibox_div input {
  color: #333;
}

div#ptibox_div .ptiforward .pti_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0;
}

div#ptibox_div .ptiforward .pti_question {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 20px 0 5px 0;
}

div#ptibox_div .ptiforward .pti_answer input {
  width: 99%;
}

div#ptibox_div .ptiforward .pti_answer textarea {
  width: 99%;
  height: 100px;
}

div#ptibox_div .ptiforward .pti_result {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 20px 0;
  line-height: 24px;
  text-align: center;
}

div#ptibox_div .ptipopupblocked .pti_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 10px 0 0 0;
}

div#ptibox_div .ptipopupblocked .pti_message {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 20px 0 5px 0;
}

div#ptibox_div .pticontent .pti_thumbspread {
  float: left;
  margin: 10px 5px;
}

div#ptibox_div .pticontent .pti_thumbspread .pti_thumbcontainer {
  float: left;
}

div#ptibox_div .pticontent .pti_thumbspread .pti_thumbcontainer .pti_thumb {
  margin: 0;
  padding: 0;
}

div#ptibox_div .pticontent .pti_thumbspread .pti_thumbcontainer .pti_thumb .pti_thumbimage {
  border: solid 1px #333;
  padding: 0;
  margin: 0;
}

div#ptibox_div .pticontent .pti_thumbspread .pti_thumbcontainer .pti_thumb .pti_thumbimageblank {
  border: solid 1px transparent;
  padding: 0;
  margin: 0;
}

div#ptibox_div .pticontent .pti_thumbspread .pti_thumbcontainer .pti_thumbpageno {
  text-align: center;
  font-size: 12px;
}

div#ptibox_div .ptiissuelist {
  width: auto;
}

div#ptibox_div .ptiissuelist tr {
  vertical-align: top;
}

div#ptibox_div .ptiissuelist .ptiissuelistcovercell {
  width: 140px;
}

div#ptibox_div .ptiissuelist .ptiissuelistcovercell img {
  margin: 0 10px 10px 0;
}

div#ptibox_div .ptiissuelist .ptiissuelistlabel {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

div#ptibox_div .ptiissuelist .ptiissuelistdata {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
  padding: 0 0 0 5px;
  margin: 0 0 10px 0;
  border: solid 1px #ccc;
}

@media (max-width: 950px) {
  .ptisearchresult {
    width: 75vw;
    height: 500px;
  }
}

@media (min-width: 951px) {
  .ptisearchresult {
    width: 860px;
    height: 500px;
  }
}

div#ptibox_div .ptisearchresult .ptisearchresultheader {
  height: 20px;
  border-bottom: solid 1px #333;
  font-weight: bold;
  line-height: 20px;
}

div#ptibox_div .ptisearchresult tr {
  vertical-align: top;
}

.ptisearchresultcovercell {
  width: 140px;
  padding-bottom: 20px;
  text-align: center;
}

.ptisearchresultimage {
  margin: 0 10px 0 0;
}

div#ptibox_div .ptisearchresult .ptisearchresultcovercell span {
  font-size: 13px;
}

div#ptibox_div .ptisearchresult .ptisearchresultlabel {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 0;
  margin: 0;
}

div#ptibox_div .ptisearchresult .ptisearchresultdata {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
  padding: 0px;
  margin: 0 0 10px 0;
}

div#ptibox_div .ptisearchresult .ptisearchresultdata .ptisearchresulthighlight {
  font-weight: bold;
  color: #000;
}

.email-verification {
  display: flex;
}

@media (max-width: 620px) {
  .email-verification {
    flex-direction: column;
  }
}

div#ptibox_div .ptiemailpass img {
  max-width: 140px;
  margin-right: 20px;
  border: solid 1px #ccc;
}

div#ptibox_div .ptiemailpass .pti_text p {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 0;
}

div#ptibox_div .ptiemailpass .pti_label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 20px 0 5px 0;
}

div#ptibox_div .ptiemailpass .pti_field input {
  font-size: 16px;
  width: 95%;
  border: solid 1px #ccc;
  padding: 5px 5px;
}

div#ptibox_div .ptiemailpass .pti_privacy {
  font-size: 16px;
  color: #333;
  padding: 20px 0 5px 0;
}

div#ptibox_div .ptiemailpass .pti_privacy input {
  padding: 0px;
  margin: 0 10px 0 0;
  line-height: 16px;
}

div#ptibox_div .ptiemailpass .pti_privacy label {
  padding: 0px;
  margin: 0;
  line-height: 16px;
}

div#ptibox_div .ptiemailpass .pti_remember {
  font-size: 16px;
  color: #333;
  padding: 5px 0 5px 0;
}

div#ptibox_div .ptiemailpass .pti_remember input {
  padding: 0px;
  margin: 0 10px 0 0;
  line-height: 16px;
}

div#ptibox_div .ptiemailpass .pti_remember label {
  padding: 0px;
  margin: 0;
  line-height: 16px;
}

div#ptibox_div .ptitools #ptitoolssearchsection {
  margin: 2px 0px;
}

div#ptibox_div .ptitools #ptitoolssearchdetail {
  margin-bottom: 10px;
}

div#ptibox_div .ptienterpagenumber {
  margin-top: 10px;
}

div#ptibox_div .ptienterpagenumber #ptienterpagenumberlabel {
  height: 24px;
  line-height: 24px;
  padding-right: 10px;
  font-weight: bold;
}

div#ptibox_div .ptienterpagenumber #ptienterpagenumbertext {
  width: 110px;
  border: solid 1px#808080;
  font-size: 16px;
  color: #333;
  margin-top: 2px;
  border-radius: 4px;
  padding: 5px 8px;
}

div#ptibox_div .ptienterpagenumber #ptienterpagenumberdesc {
  font-style: italic;
  font-size: 14px;
}

div#ptibox_div .ptishare #ptishareinstructions {
  font-size: 12px;
  font-weight: bold;
}

div#ptibox_div .ptishare .ptisharesection {
  line-height: 20px;
  height: 20px;
  border-bottom: solid 1px #333;
  font-weight: bold;
}

div#ptibox_div .ptishare .ptisharedetail {
  margin-top: 10px;
}

div#ptibox_div .ptishare #ptisharesearchsection {
  margin: 2px 0px;
}

div#ptibox_div .ptishare #ptisharesearchdetail {
  margin-bottom: 10px;
}

div#ptibox_div .ptishare .ptishare_thumbcontainer {
  float: left;
  margin: 10px 5px;
}

div#ptibox_div .ptishare .ptishare_thumbcontainer .pti_thumb {
  margin: 0;
  padding: 0;
}

div#ptibox_div .ptishare .ptishare_thumbcontainer .pti_thumb .pti_thumbimage {
  border: solid 1px #333;
  padding: 0;
  margin: 0;
}

div#ptibox_div .ptishare .ptishare_thumbcontainer .pti_thumbpageno {
  text-align: center;
  font-size: 12px;
}

div#ptibox_div .ptishare .ptisharenetwork {
  margin-right: 10px;
}

#ptisharenetworkfacebook,
#ptisharenetworktwitter,
#ptisharenetworklinkedin {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: 0 0;
  cursor: pointer;
}

#ptisharenetworkfacebook {
  background-image: url(/static/bundles/ptinav_share_facebook.248ec2a8.png);
}

#ptisharenetworktwitter {
  background-image: url(/static/bundles/ptinav_share_twitter.279f8b76.png);
}

#ptisharenetworklinkedin {
  background-image: url(/static/bundles/ptinav_share_linkedin.3085752a.png);
}

#ptisharenetworkfacebook:hover,
#ptisharenetworkfacebook:focus,
#ptisharenetworktwitter:hover,
#ptisharenetworktwitter:focus,
#ptisharenetworklinkedin:hover,
#ptisharenetworklinkedin:focus {
  background-position: 0 -50px;
}

/* HTML Version */

.ptihtml_Issue {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.ptihtml_Issue .ptihtml_LeftPage {
  overflow: hidden;
  background-color: #ddd;
}

.ptihtml_Issue .ptihtml_RightPage {
  overflow: hidden;
  background-color: #eee;
}

.ptihtml_Issue .ptihtml_LeftPageAbove {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.ptihtml_Issue .ptihtml_RightPageAbove {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.interactivity-item {
  display: block;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.interactivity-item.mod-hide,
.interactivity-item.mod-mandatory.mod-hide,
.interactivity-item.mod-hide:hover,
.interactivity-item.mod-hide:focus {
  background: none !important;
}

/* Contents / Issues / Errors */

.ptiIssueError {
  margin: 10px auto;
  padding: 50px 20px;
  background-color: #fff;
  color: #666;
  border: solid 1px #ccc;
  text-align: center;
  max-width: 480px;
}

.ptiIssueError.ptiIssueErrorHtml {
  text-align: left;
}

.ptiIssueError.ptiIssueErrorHtml h2 {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.ptiIssueError.ptiIssueErrorHtml h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}

.ptiIssueError.ptiIssueErrorHtml p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.ptiHTMLContent {
  text-align: left;
}

.ptiHTMLContentPage {
  float: right;
  margin: 0 0 20px 20px;
}

.ptiHTMLContents {
  text-align: left;
}

.ptiHTMLIssues {
  text-align: left;
}

.ptiClear {
  clear: both;
}

.clear {
  clear: both;
}

/*** SUPERFISH ESSENTIAL STYLES ***/

.ptiMenuBar,
.ptiMenuBar * {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ptiMenuBarBG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
}

.desktop-menu-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ptiMenuBar {
  width: 100%;
  min-height: 49px;
  padding-top: 0;
  margin: 0;
  margin-bottom: 0;
}

.ptiMenuBar li {
  position: relative;
}

.ptiMenuBar ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 99;
}

.ptiMenuBar ul li {
  min-width: 100%;
  list-style-type: none;
}

.ptiMenuBar li {
  position: relative;
  float: left;
}

.ptiMenuBar a {
  display: block;
  position: relative;
  height: 49px;
  line-height: 49px;
  text-decoration: none;
}

.ptiMenuBar a,
.ptiMenuBar a:visited {
  color: #fff;
}

/* THIS CSS IS IN PLACE TO STOP CUSTOM MENU STYLES FROM BREAKING AND
   POSITIONING THE DROPDOWNS TOO LOW */

.ptiMenuBar .ptiMenuBarLiLvl2 {
  top: 0px !important;
}

#divPtiContainer_zoom.mod-zoom-in {
  cursor: zoom-in;
}

#divPtiContainer_zoom.mod-zoom-out {
  cursor: zoom-out;
}

/* IE needs its own special custom cursor as zoom-in and zoom-out are not supported */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #divPtiContainer_zoom.mod-zoom-in {
    cursor: url(/static/bundles/zoom-in.bab16794.cur), auto;
  }

  #divPtiContainer_zoom.mod-zoom-out {
    cursor: url(/static/bundles/zoom-out.57f55f6f.cur), auto;
  }
}

video {
  cursor: auto;
}

/*** DEMO SKIN ***/

.ptiMenuBar a span {
  display: inline-block;
  white-space: nowrap;
  pointer-events: none;
}

.ptiMenuBarLiLvl1 {
  margin: 0;
  text-align: center;
  border-left: none;
  border-right: solid 1px #fff;
}

.ptiMenuBarLiLvl1:nth-child(1) {
  z-index: 50;
}

.ptiMenuBarLiLvl1:nth-child(2) {
  z-index: 49;
}

.ptiMenuBarLiLvl1:nth-child(3) {
  z-index: 48;
}

.ptiMenuBarLiLvl1:nth-child(4) {
  z-index: 47;
}

.ptiMenuBarLiLvl1:nth-child(5) {
  z-index: 46;
}

.ptiMenuBarLiLvl1:nth-child(6) {
  z-index: 45;
}

.ptiMenuBarLiLvl1:nth-child(7) {
  z-index: 44;
}

.ptiMenuBarLiLvl1:nth-child(8) {
  z-index: 43;
}

.ptiMenuBarLiLvl1:nth-child(9) {
  z-index: 42;
}

.ptiMenuBarLiLvl1:nth-child(10) {
  z-index: 41;
}

.ptiMenuBarLiLvl1 a {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

.ptiMenuBar .ptiMenuBarUlLvl2 {
  margin-top: 0;
}

.ptiMenuBar .ptiMenuBarUlLvl3 {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.ptiMenuBar .ptiMenuBarLiLvl2,
.ptiMenuBar .ptiMenuBarLiLvl3 {
  position: relative;
  width: inherit;
  height: inherit;
  border-top: solid 1px #fff;
  border-right: none;
  border-left: none;
  margin-left: 0;
  text-align: left;
  background-color: #444;
}

.ptiMenuBar .ptiMenuBarLiLvl2 a,
.ptiMenuBar .ptiMenuBarLiLvl3 a {
  padding-left: 10px;
  font-size: 14px;
}

.ptiMenuBar li:hover,
.ptiMenuBar li.sfHover,
.ptiMenuBar a:focus,
.ptiMenuBar a:hover,
.ptiMenuBar a:active {
  outline: 0;
}

/*** arrows **/

.ptiMenuBar a.sf-with-ul {
  padding-right: 2.25em;
}

.sf-sub-indicator {
  display: block;
  position: absolute;
  top: 14px;
  right: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -999em;
}

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 14px;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */

.ptiMenuBar ul .sf-sub-indicator {
  background-position: -10px 0;
}

.ptiMenuBar ul a > .sf-sub-indicator {
  background-position: 0 0;
}

/* apply hovers to modern browsers */

.ptiMenuBar ul a:focus > .sf-sub-indicator,
.ptiMenuBar ul a:hover > .sf-sub-indicator,
.ptiMenuBar ul a:active > .sf-sub-indicator,
.ptiMenuBar ul li:hover > a > .sf-sub-indicator,
.ptiMenuBar ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.ptiMenuBarMyAccount {
  display: block;
  position: absolute;
  top: 0;
  right: 110px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.ptiMenuBarMyAccount:hover {
  background-position: 0 -38px;
}

.ptiMenuBarLogout {
  display: block;
  position: absolute;
  top: 0;
  right: 70px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.ptiMenuBarLogout:hover {
  background-position: 0 -38px;
}

.ptiMenuBarLogo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.ptiMenuBarLogo:hover {
  background-position: 0 -38px;
}

/* SIDE NAV BUTTONS */

.side-nav {
  display: block;
  position: absolute;
  top: 50%;
  width: 49px;
  height: 100px;
  opacity: 1;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
  transform: translateY(-50%);
}

.side-nav[aria-hidden='true'] {
  opacity: 0;
  pointer-events: none;
}

/* This matches constants.SMALL_SCREEN_WIDTH and .toolbar. So make sure you change it in those places */

@media (max-width: 900px) and (orientation: portrait) {
  .side-nav {
    display: none;
  }
}

.side-nav.mod-appear-onhover {
  width: 20px;
}

.side-nav.mod-appear-onhover:focus,.side-nav.mod-appear-onhover:hover,
.side-nav.mod-appear-onhover.mod-wide {
  width: 49px !important;
}

.side-nav.mod-prev {
  left: 0;
}

.side-nav.mod-next {
  right: 0;
}

.side-nav-svg {
  width: 100%;
  height: 35px;
  transition: opacity 0.3s ease-in-out;
}

.side-nav-svg.mod-next {
  transform: rotate(180deg);
}

.side-nav:focus .side-nav-svg,.side-nav:hover .side-nav-svg {
  opacity: 0.6;
}

.skip-link-accessible {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  color: #000;
  background: #fff;
}

.skip-link-accessible:active,
.skip-link-accessible:focus {
  top: 0;
  left: 0;
  z-index: 99;
  width: auto;
  height: auto;
  overflow: visible;
}

::cue {
  background-color: rgba(0, 0, 0, 0.7);
  color: #eee;
  outline: rgba(0, 0, 0, 0.7) 10px solid;
}

/*** SUPERFISH ARROWS **/

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
}

/* styling for both css and generated arrows */

/* .slideout-nav-list-item-dropdown::after, */

.sf-arrows .sf-with-ul::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  margin-top: -3px;
  /* order of following 3 rules important for fallbacks to work */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus::after,
.sf-arrows > li:hover > .sf-with-ul::after,
.sf-arrows > .sfHover > .sf-with-ul::after {
  border-top-color: #fff; /* IE8 fallback colour */
}

/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul::after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus::after,
.sf-arrows ul li:hover > .sf-with-ul::after,
.sf-arrows ul .sfHover > .sf-with-ul::after {
  border-left-color: #fff;
}

.form-element-input {
  padding: 10px 8px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  font-size: 15px;
  background-color: #fff;
}

.form-element-input.mod-full-width {
  width: 100%;
}

.form-element-input:focus,
.form-element-input:active {
  border: 1px solid #505050;
}

.form-element-button {
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  background-color: #1378e4;
  cursor: pointer;
}

/* .ptihtml_RightPageBehind.mod-double {
  left: 50%;
}

.ptihtml_LeftPage {
  left: 0;
}

.ptihtml_RightPage {
  left: 50%;
}

.ptihtml_pageImage {
  width: 100%;
  height: 100%;
}

.page-image {
  width: 100%;
  height: 100%;
} */

.popup-heading {
  padding: 0;
  border-bottom: solid 1px #333;
  margin: 0 0 25px;
  font-weight: bold;
}

.popup-action-button {
  width: 110px;
  height: 130px;
  border: none;
  background-color: transparent;
  background-position: top center;
  cursor: pointer;
}

.popup-action-button:focus,.popup-action-button:hover {
  background-position: bottom center;
}

.popup-action-button.mod-download-all {
  background-image: url(/static/bundles/ptinav_tools_downloadall.d58669ee.png);
}

.popup-action-button.mod-download-selected {
  background-image: url(/static/bundles/ptinav_tools_downloadselected.52ff7e22.png);
}

.popup-action-button.mod-print-all {
  background-image: url(/static/bundles/ptinav_tools_printall.1e7766a8.png);
}

.popup-action-button.mod-print-selected {
  background-image: url(/static/bundles/ptinav_tools_printselected.d02f9e83.png);
}

.js-page.mod-single + .js-page.mod-single {
  margin-top: 15px;
}

.js-page.mod-double:nth-child(n + 3) {
  margin-top: 15px;
}

.js-page {
  position: relative;
}

.interactive-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interactive-button {
  padding: 0;
  border: none;
  margin: 0;
  /* background: transparent; */
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

lazy-image {
  width: 100%;
  height: 100%;
  background: #fff;
}

.page-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.stackable-no-access {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.41);
}

.stackable-no-access-text {
  margin: 0;
}

.toolbar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 480px;
  min-height: 49px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
  background-color: #000;
}

.toolbar.mod-mobile {
  display: none;
}

/* This matches constants.SMALL_SCREEN_WIDTH and .side-nav. So make sure you change it in those places */

@media (max-width: 900px) and (orientation: portrait) {
  .toolbar.mod-mobile {
    display: flex;
  }
}

.toolbar-left {
  justify-content: flex-start;
}

.toolbar-left,
.toolbar-right {
  display: flex;
  align-items: center;
  width: 33%;
  height: 49px;
}

.toolbar-center {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

.toolbar-right {
  justify-content: flex-end;
}

.toolbar-button {
  width: 25px;
  height: 25px;
  opacity: 1;
  padding: 0;
  border: none;
  margin-top: 12px;
  margin-bottom: 12px;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.toolbar-button.mod-width-auto {
  width: auto;
  margin: auto 10px;
}

.toolbar-button[aria-hidden='true'] {
  opacity: 0;
  pointer-events: none;
}

.toolbar-button[data-action='ptiNextPage'] {
  transform: rotate(180deg);
}

.toolbar-button.mod-logo {
  width: 44px;
  margin-left: 10px;
}

@media (hover: hover) {
  .toolbar-button:focus,.toolbar-button:hover {
    opacity: 0.6;
  }
}

.toolbar-customer-logo {
  position: relative;
  left: -10px;
  height: 38px;
}

.toolbar-customer-logo-link {
  display: block;
  width: 100%;
  height: 100%;
}

/* stylelint-disable selector-max-attribute, declaration-property-unit-blacklist */

:root {
  --popupPosition: calc(100% + 20px);
  --arrowPosition: -7px;
}

.toolbar-menu {
  position: relative;
  height: 28px;
}

.toolbar-popup {
  position: absolute;
  min-width: 170px;
  max-width: 240px;
  box-sizing: border-box;
  opacity: 0;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.49);
  color: #fff;
  background: #222;
  cursor: default;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease;
}

.toolbar-popup.mod-account {
  right: 0;
  min-width: 130px;
}

[data-position='top'] .toolbar-popup {
  top: calc(100% + 20px);
  top: var(--popupPosition);
}

[data-position='bottom'] .toolbar-popup {
  bottom: calc(100% + 20px);
  bottom: var(--popupPosition);
}

.toolbar-popup[aria-hidden='false'] {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

[data-position='top'] .toolbar-popup[aria-hidden='true'] {
  transform: translateY(15px);
}

[data-position='bottom'] .toolbar-popup[aria-hidden='true'] {
  transform: translateY(-15px);
}

.toolbar-popup-arrow {
  display: block;
  position: absolute;
  left: 12px;
  border: 0.5rem solid;
  margin-right: 0;
  margin-left: 0;
  transform: rotate(45deg);
}

.toolbar-popup-arrow.mod-account {
  left: calc(100% - 24px);
}

[data-position='top'] .toolbar-popup-arrow {
  top: -7px;
  top: var(--arrowPosition);
  box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.19);
}

[data-position='bottom'] .toolbar-popup-arrow {
  bottom: -7px;
  bottom: var(--arrowPosition);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}

.toolbar-popup-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.toolbar-popup-list-item {
  text-align: left;
}

.toolbar-popup-list-item-button {
  display: block;
  width: 100%;
  padding: 5px 0;
  border: none;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.toolbar-popup-list-item-button:focus,.toolbar-popup-list-item-button:hover {
  opacity: 0.7;
}

.ptinav_standard {
  width: 100%;
}

.toolbar-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}

.toolbar-menu-button:focus,.toolbar-menu-button:hover {
  opacity: 0.5;
}

.toolbar-menu-button[aria-expanded='true'] {
  cursor: pointer;
  pointer-events: none;
}

.toolbar-menu-button-current-page,
.toolbar-menu-button-total-pages {
  font-size: 16px;
}

.toolbar-menu-button-total-pages {
  margin-left: 2px;
}

.tooltip {
  z-index: 199;
  padding: 6px 12px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(21, 21, 21, 0.5);
  background: #fff;
}

.tooltip[x-placement='top'] {
  top: -10px !important;
}

.tooltip[x-placement='bottom'] {
  top: 10px !important;
}

.tooltip-arrow {
  display: block;
  position: absolute;
  border: 4px solid #fff;
  margin-right: 0;
  margin-left: 0;
  transform: translateY(-50%) rotate(45deg);
}

[x-placement='top'] .tooltip-arrow {
  top: 100%;
}

[x-placement='bottom'] .tooltip-arrow {
  top: 0;
}

.tooltip-inner {
  font-size: 14px;
}

.mobile-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 49px;
  box-sizing: border-box;
  padding: 0 10px;
}

.mobile-menu-right {
  display: flex;
  align-items: center;
}

.mobile-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}

.mobile-menu-text {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mobile-menu-button:focus,.mobile-menu-button:hover {
  opacity: 0.8;
}

.mobile-menu-button-svg {
  width: 100%;
  height: 100%;
}

.mobile-menu-button-svg.mod-logo {
  width: 38px;
}

/* RESPONSIVE MENU */

.slideout-nav-close-button {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.slideout-nav-close-button:focus,.slideout-nav-close-button:hover {
  opacity: 0.5;
}

.slideout-nav-close-button-svg {
  width: 18px;
  height: 18px;
}

/* MENU */

.slideout-nav-button {
  border: none;
  background: transparent;
}

.slideout-nav-item {
  display: block;
  width: 100%;
  padding: 12px 0 12px 12px;
  margin: 0;
  /* stylelint-disable-next-line declaration-property-unit-blacklist */
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

/* RESPONSIVE SLIDE OUT MENU
========================== */

.slideout-nav {
  position: absolute;
  left: 0;
  z-index: 11;
  width: 370px;
  /* TODO: Check this on iPHONE */
  height: 100vh;
  box-sizing: border-box;
  overflow: auto;
  padding: 70px 0 0;
  box-shadow: 0 0 0 transparent;
  background: #fff;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform: translateX(-100%);
}

@media (max-width: 400px) {
  .slideout-nav {
    width: calc(100vw - 60px);
  }
}

.slideout-nav[aria-hidden='false'] {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.65);
  transform: translateX(0);
}

.slideout-nav-section + .slideout-nav-section {
  margin-top: 40px;
}

.slideout-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slideout-nav-item.mod-level-2 {
  padding-left: 30px;
}

.slideout-nav-item.mod-level-3 {
  padding-left: 50px;
}

.slideout-nav-list-item {
  margin: 0;
}

.slideout-nav-list-item.mod-submenu {
  position: relative;
  padding: 0;
}

.slideout-nav-list-item-menu {
  height: auto;
  max-height: 350px;
  overflow: hidden;
  padding: 0;
  list-style: none;
  transition: max-height 0.4s ease;
}

.slideout-nav-list-item-menu.mod-collapsed {
  max-height: 0;
}

.slideout-nav-list-item-dropdown,
.slideout-nav-list-item-link {
  text-decoration: none;
}

.slideout-nav-list-item-link {
  display: block;
  width: 100%;
}

.slideout-nav-list-item-dropdown {
  position: relative;
  width: 100%;
  border: none;
  font-size: 16px;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

/* OVERLAY
  ======== */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 0.4s ease-in;
}

.overlay.mod-open {
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: all;
}


/*# sourceMappingURL=view.0ef81e.css.map*/