.mess_box ol {
  display: block;
  padding-left: 22px;
  list-style: decimal outside;
}
.mess_box ol li {
  color: #666;
}
.mess_box ol li.nonDecimal {
  text-indent: -12px;
  list-style: none;
}
.mess_box ol li.nonDecimal::before {
  content: "^";
  margin-right: 5px;
}

.remarktxt {
  position: relative;
}
.remarktxt [data-toggle] {
  cursor: pointer;
}
.remarktxt #collapseNote {
  line-height: 2;
  font-size: 14px;
  color: #666;
}
.remarktxt > p {
  padding-right: 30px;
}
.remarktxt > li {
  margin-left: 22px;
  list-style: disc outside;
}
.remarktxt__trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/principal_protected_deposit/arrow-n.png) center center/12px auto no-repeat;
  font-weight: bold;
  text-align: left;
}
.remarktxt__trigger.collapsed {
  background-image: url(../images/principal_protected_deposit/arrow-s.png);
}
.remarktxt__icon {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 12px;
  background: #333;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: white;
}

.video {
  position: relative;
}
.video-border {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 0; 
}
.video img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.video span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
}

.collapse, .collapsing {
  position: static;
  z-index: 1;
  background: none;
  border: none;
  border-bottom: none;
}

.topBanner {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  background-position: top right;
  min-height: 250px;
}

.ppd__blueSection {
  padding: 16px 0;
  background: #E6F9FF;
}
.ppd__w960 {
  margin-top: 20px;
}
.ppd__withRect {
  position: relative;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 4px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #005bac;
}
.ppd__withRect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #005bac;
}
.ppd__alignHeading {
  padding-left: 12px;
}
.ppd__accordion .card-header {
  border: none;
}
.ppd__accordionCard {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.ppd__accordionsIcon {
  display: inline-block;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  flex-basis: max-content;
  margin-right: 16px;
}
.ppd__accordionsIcon img {
  max-width: 100%;
}
.ppd__accordionHeader button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 1.1rem;
  color: #005bac;
  background: url(../images/principal_protected_deposit/arrow-n.png) right center/12px auto no-repeat;
}
.ppd__accordionHeader button:focus {
  box-shadow: none !important;
}
.ppd__accordionHeader button.collapsed {
  color: #787878;
  background-image: url(../images/principal_protected_deposit/arrow-s.png);
}
.ppd__accordionHeader button.collapsed img.normal {
  display: inline;
}
.ppd__accordionHeader button.collapsed img.active {
  display: none;
}
.ppd__accordionHeader button:hover {
  color: #005bac;
}
.ppd__accordionHeader button:hover img.normal {
  display: none;
}
.ppd__accordionHeader button:hover img.active {
  display: inline;
}
.ppd__accordionHeader button img.normal {
  display: none;
}
.ppd__accordionHeader button img.active {
  display: inline;
}
.ppd__accordionBody {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 89px;
  padding-bottom: 10px;
}
.ppd__accordionBody ul {
  display: block;
}
.ppd__accordionBody li {
  margin-left: 22px;
  list-style: disc outside;
}
.ppd__contactUs {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .ppd__contactUs:first-child {
    flex-basis: 230px;
  }
}
.ppd__contactUs:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .ppd__contactUs:not(:first-child) {
    margin-left: 16px;
    margin-top: 0;
  }
}
.ppd__contactUs .ppd__iconWrapper {
  display: inline-block;
  width: 47px;
  height: 47px;
  flex-shrink: 0;
  flex-basis: 47px;
  margin-right: 8px;
}
.ppd__contactUs .ppd__iconWrapper img {
  max-width: 100%;
}
.ppd__contactUs .ppd__txtWrapper {
  display: inline-block;
  white-space: pre-line;
}
.ppd__fxInfo {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px;
  background: #f2f2f2;
  border: 1px solid #787878;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .ppd__fxInfo {
    width: 33%;
  }
}
.ppd__fxInfo:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .ppd__fxInfo:not(:first-child) {
    margin-top: 0;
    margin-left: 16px;
  }
}
.ppd__fxInfo .ppd__iconWrapper {
  display: inline-block;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  flex-basis: 65px;
  margin-right: 8px;
}
.ppd__fxInfo .ppd__iconWrapper img {
  max-width: 100%;
}
.ppd__fxInfo .ppd__txtWrapper {
  display: inline-block;
  flex-grow: 1;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  color: #787878;
}
@media screen and (min-width: 960px) {
  .ppd__fxInfo .ppd__txtWrapper {
    white-space: pre-line;
  }
}
.ppd__nav {
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .ppd__nav {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.ppd__nav .nav-item {
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .ppd__nav .nav-item {
    text-align: center;
    white-space: pre-line;
  }
}
.ppd__nav .nav-item:first-child a {
  border-left: 1px solid #787878;
}
.ppd__nav .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e5f7ff;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  border-left: 1px solid #787878;
  border-radius: 0;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .ppd__nav .nav-item a {
    border-left: none;
  }
}
.ppd__nav .nav-item a.active {
  background: #005bac;
  border-color: #005bac;
  color: white;
}
.ppd__nav .nav-item a:hover {
  background: #005bac;
  border-color: #005bac;
  color: white;
}
.ppd__nav .nav-item a br {
  display: none;
}
@media screen and (min-width: 960px) {
  .ppd__nav .nav-item a br {
    display: inline;
  }
}
.ppd__tabContent {
  position: relative;
  padding: 30px 30px 40px;
  border: 1px solid #787878;
}
@media screen and (min-width: 960px) {
  .ppd__tabContent {
    padding: 30px 30px 15px;
    background-size: auto 80px;
  }
}
.ppd__tabContent::after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  bottom: -1px;
  width: 80px;
  height: 80px;
  background: url(../images/principal_protected_deposit/FXLD_icons_2.png) center/auto 100% no-repeat;
}
.ppd__tabContent p {
  margin-bottom: 16px;
}
.ppd__tabContent .ppd__example {
  position: relative;
  padding: 8px 60px 8px 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  border: none;
  border-radius: 30px;
  background: #005bac;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 960px) {
  .ppd__tabContent .ppd__example {
    margin-top: 48px;
    margin-bottom: 8px;
  }
}
.ppd__tabContent .ppd__example:after {
  content: url('data:image/svg+xml;utf8,<svg stroke="white" fill="white" stroke-width="0" viewBox="0 0 16 16" height="50px" width="40px" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid white;
  border-radius: 25px;
  background: #005bac;
  transform: translateY(-50%);
  line-height: 50px;
  text-indent: 5px;
}
.ppd__tabContent .ppd__example:focus {
  box-shadow: none !important;
}
.ppd__tabContent .ppd__example:hover {
  text-decoration: underline;
}
.ppd__tabContent .ppd__example:hover:after {
  background: #005bac;
}
.ppd__tabBody {
  margin-bottom: 16px;
}
@media screen and (min-width: 400px) and (max-width: 959px) {
  .ppd__tabBody {
    height: auto !important;
  }
}
.ppd__modal .modal-dialog {
  max-width: 950px;
}
.ppd__modal .modal-header {
  background: #005bac;
}
.ppd__modal .modal-header button {
  padding: 4px;
  margin: 0;
  opacity: 1;
  background: none;
  border: none;
  color: white;
}
.ppd__modal .modal-header button:focus {
  box-shadow: none !important;
}
.ppd__modal .modal-title {
  margin: auto;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .ppd__modal .modal-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .ppd__modalContent {
    padding: 20px;
  }
}
.ppd__modalContent--left {
  flex: 1;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 960px) {
  .ppd__modalContent--left {
    flex: 0 1 max-content;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
}
.ppd__modalContent--left ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .ppd__modalContent--left ul {
    display: block;
    list-style: disc outside;
  }
}
.ppd__modalContent--left ul li {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  flex: 0 0 50%;
  margin-bottom: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 400px) and (max-width: 959px) {
  .ppd__modalContent--left ul li {
    flex: 0 0 33%;
  }
}
@media (min-width: 768px) {
  .ppd__modalContent--left ul li {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 960px) {
  .ppd__modalContent--left ul li {
    display: block;
    padding-right: 0;
    min-width: 0;
  }
}
.ppd__modalContent--left span {
  display: block;
  color: #787878;
}
.ppd__modalContent--left span:first-child {
  font-weight: bold;
}
.ppd__modalContent--right {
  display: flex;
  flex: 2;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
}
.ppd__modalContent--right > p img {
  max-width: 100%;
  width: 100%;
}
.ppd__modalContent--right img {
  max-width: 100%;
}
.ppd__modalContent--bottom {
  margin-top: 16px;
}
.ppd__modalContent--bottom ol {
  display: block;
  padding-left: 22px;
  margin-bottom: 16px;
  list-style: decimal outside;
}
.ppd__scenario {
  width: 100%;
  padding: 10px 20px;
  margin: 10px auto 30px;
  text-align: center;
  border-radius: 40px;
  background: #ee7800;
  font-size: 25px;
  color: white;
}
.ppd__scenario:first-child {
  margin-top: 0;
}
.ppd__price--highlight {
  color: #ee7800;
  font-weight: bold;
}
.ppd__formula {
  font-size: 12px;
}
.ppd__equation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  margin-bottom: 16px;
}
.ppd__equation:not(:first-child) {
  position: relative;
  padding-left: 30px;
}
.ppd__equation:not(:first-child):before {
  content: url('data:image/svg+xml;utf8,<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" height="14px" width="14px" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>');
  position: absolute;
  top: 40px;
  left: 12px;
}
.ppd__equation:not(:first-child) .ppd__txtWrapper {
  color: #ee7800;
  font-weight: bold;
}
.ppd__equation .ppd__iconWrapper {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
}
.ppd__equation .ppd__iconWrapper img {
  max-width: 100%;
  max-height: 100%;
}
.ppd__equation .ppd__txtWrapper {
  margin-top: 8px;
}
.ppd__modalScenarioAccordion {
  width: 100%;
}
.ppd__modalScenarioAccordion button {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.ppd__modalScenarioAccordion button:focus {
  box-shadow: none !important;
}
.ppd__modalScenarioAccordion button.collapsed .ppd__scenario {
  background-image: url(../images/principal_protected_deposit/arrow-s-w.png);
}
.ppd__modalScenarioAccordion button .ppd__scenario {
  padding: 10px 40px;
  background: url(../images/principal_protected_deposit/arrow-n-w.png) right 20px center/12px auto no-repeat #ee7800;
  font-size: 20px;
}
.ppd__externalLink {
  color: royalblue;
}
.ppd__externalLink:after {
  content: url('data:image/svg+xml;utf8,<svg stroke="royalblue" fill="none" stroke-width="2" viewBox="0 0 24 24" aria-hidden="true" height="16px" width="16px" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}