.main-content {
  padding: 0px 0px;
  font-family: 'Montserrat', sans-serif;
}

.main-content .table-display {
  display: none;
}

.main-content p {
  text-align: justify;
}

.main-content h3 {
  margin-top: 0px;
  text-align: center;
  font-weight: bolder;
  font-size: 60px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.information-center {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 30px;
  border: solid 1px #9E9E9E;
  border-radius: 10px;
  margin-top: 30px;
}

.information-center h5 {
  color: #00AD30;
  font-size: 20px;
}

.table-custom thead {
  height: 40px;
}

.table-custom thead tr :first-child {
  color: #9E9E9E;
}

.table-custom thead tr th {
  height: 30px;
  text-align: left;
  font-weight: normal;
}

.table-custom tbody tr .label {
  color: #9E9E9E;
  font-weight: bold;
}

.table-custom tbody tr td {
  height: 40px;
}

.warning-notes {
  width: 80%;
  display: block;
  margin: 50px auto;
}

.warning-notes .item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.warning-notes .item-data :first-child {
  margin-right: 30px;
}

.warning-notes .item-data p {
  font-style: italic;
  font-size: 14px;
  color: #787878;
}

.warning-notes .item-data p a {
  color: #EC6A10;
}

.how-to-subscribe {
  width: 100%;
  display: block;
  margin: 50px auto;
}

.how-to-subscribe h4 {
  border-left: solid 4px #00AD30;
  font-size: 26px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.how-to-subscribe .item-data {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.how-to-subscribe .item-data .icon-holder {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
}

.how-to-subscribe .item-data p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
}

.how-to-subscribe .item-data p a {
  color: #EC6A10;
}

.how-to-subscribe .item-data p span {
  display: block;
  margin-top: 20px;
}

.how-to-subscribe .item-data p span a {
  color: #EC6A10;
}

.how-to-subscribe .item-with-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}

.how-to-subscribe .item-with-table .icon-holder {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
  margin-top: 30px;
}

.how-to-subscribe .item-with-table div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.how-to-subscribe .item-with-table div p {
  margin-left: 0px;
}

.how-to-subscribe .item-with-table div .info-table {
  border: solid 1px #9E9E9E;
  border-radius: 10px;
  padding: 25px;
}

.how-to-subscribe .item-with-table div .info-table .table thead tr th {
  color: #9E9E9E;
}

.how-to-subscribe .broker-table {
  border: solid 1px #9E9E9E;
  border-radius: 10px;
  width: 100%;
  display: block;
  margin: 0px auto;
  padding: 30px;
  padding-top: 10px;
  margin-bottom: 25px;
}

.how-to-subscribe .broker-table .table thead {
  height: 80px;
}

.how-to-subscribe .broker-table .table thead tr :last-child {
  width: 10%;
}

.how-to-subscribe .broker-table .table thead tr th {
  color: #9E9E9E;
  height: 30px;
  text-align: left;
}

.how-to-subscribe .broker-table .table tbody tr {
  height: 50px;
}

.how-to-subscribe .broker-table .table tbody tr .label {
  color: #9E9E9E;
  font-weight: bold;
}

.how-to-subscribe .broker-table .table tbody tr td {
  width: 20%;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-to-subscribe .broker-table .table tbody tr td a {
  color: #EC6A10;
}

.how-to-subscribe .broker-table .table tbody tr td .not-colored {
  color: #000 !important;
}

.broker {
  width: 100%;
  display: block;
  margin: 50px auto;
}

.broker h4 {
  border-left: solid 4px #00AD30;
  font-size: 26px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.broker .item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}

.broker .item-data .icon-holder {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
}

.broker .item-data p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.broker .item-with-table {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
}

.broker .item-with-table .layer-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

.broker .item-with-table .layer-1 .icon-holder {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
  margin-top: 10px;
}

.broker .item-with-table .layer-1 div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.broker .item-with-table .layer-1 div p {
  margin-left: 0px;
}

.broker .item-with-table .layer-2 .broker-table {
  border: solid 1px #9E9E9E;
  border-radius: 10px;
  display: block;
  margin: 0px auto;
  padding: 30px;
  padding-top: 10px;
  margin-bottom: 25px;
}

.broker .item-with-table .layer-2 .broker-table .table thead {
  height: 80px;
}

.broker .item-with-table .layer-2 .broker-table .table thead tr :last-child {
  width: 10%;
}

.broker .item-with-table .layer-2 .broker-table .table thead tr th {
  color: #9E9E9E;
  height: 30px;
  text-align: left;
}

.broker .item-with-table .layer-2 .broker-table .table tbody tr {
  height: 50px;
}

.broker .item-with-table .layer-2 .broker-table .table tbody tr .label {
  color: #9E9E9E;
  font-weight: bold;
}

.broker .item-with-table .layer-2 .broker-table .table tbody tr td {
  width: 20%;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.broker .item-with-table .layer-2 .broker-table .table tbody tr td a {
  color: #EC6A10;
}

.broker .item-with-table .layer-2 .broker-table .table tbody tr td .not-colored {
  color: #000 !important;
}

.payment-instructions {
  width: 100%;
  display: block;
  margin: 50px auto;
}

.payment-instructions h4 {
  border-left: solid 4px #00AD30;
  font-size: 26px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.payment-instructions .item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
}

.payment-instructions .item-data .icon-holder {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
}

.payment-instructions .item-data p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.payment-instructions .item-data p a {
  color: #EC6A10;
}

.payment-instructions .item-with-table {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
}

.payment-instructions .item-with-table .layer-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

.payment-instructions .item-with-table .layer-1 .icon-holder {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
  margin-top: 10px;
}

.payment-instructions .item-with-table .layer-1 div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.payment-instructions .item-with-table .layer-1 div p {
  margin-left: 0px;
}

.payment-instructions .item-with-table .layer-2 .payment-table {
  border: solid 1px #9E9E9E;
  border-radius: 10px;
  padding: 25px;
}

.payment-instructions .item-with-table .layer-2 .payment-table .table-custom thead tr th {
  color: #9E9E9E;
}

.payment-instructions .item-with-table .layer-2 .payment-table .table-custom tbody tr td a {
  color: #EC6A10;
}

.payment-instructions .item-with-table .layer-2 ul {
  margin-left: 70px;
}

.faq {
  width: 100%;
  display: block;
  margin: 50px auto;
}

.faq h4 {
  border-left: solid 4px #00AD30;
  font-size: 26px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.faq .faq-item {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}

.footer {
  width: 100%;
  display: block;
  margin: 50px auto;
  text-align: center;
}

.footer h4 {
  font-size: 26px;
}

.footer h5 {
  font-size: 22px;
}

.footer p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.footer .pnb-logo img {
  width: 35%;
  display: block;
  margin: 0 auto;
}

.footer .warning {
  text-transform: uppercase;
  color: #C4C4C4;
  font-size: 16px;
  text-align: justify;
}

@media only screen and (max-width: 414px) {
  .main-content {
    width: 100%;
    padding: 0px;
  }
  .main-content .warning-notes .item-data :first-child {
    margin-right: 12px;
  }
  .main-content .table-custom {
    display: none;
  }
  .main-content .table-display {
    display: block;
    text-align: left;
    padding: 0px;
  }
  .main-content .table-display p {
    margin-bottom: 0px;
    margin-top: 5px;
    text-align: left;
  }
  .main-content .table-display p strong a {
    color: #EC6A10;
  }
  .main-content .payment-instructions .item-data p {
    padding-left: 10px;
  }
  .main-content .payment-instructions .item-with-table .layer-1 div p {
    padding-left: 10px;
  }
  .main-content .payment-instructions .item-with-table .layer-2 ul {
    margin-left: 50px;
  }
  .main-content .payment-instructions .item-with-table .layer-2 .payment-table {
    overflow-y: scroll;
  }
  .main-content .how-to-subscribe .item-data .icon-holder {
    -webkit-box-flex: 0.1;
        -ms-flex: 0.1;
            flex: 0.1;
  }
  .main-content .how-to-subscribe .item-data p {
    margin-left: 15px;
  }
  .main-content .broker .item-data .icon-holder {
    -webkit-box-flex: 0.1;
        -ms-flex: 0.1;
            flex: 0.1;
  }
  .main-content .broker .item-data p {
    margin-left: 15px;
  }
  .main-content .broker .item-with-table .layer-1 .icon-holder {
    margin-right: 10px;
  }
  .main-content .broker .item-with-table .layer-2 .broker-table {
    overflow-y: scroll;
  }
  .main-content .broker .item-with-table .layer-2 .broker-table .table-custom thead tr :first-child {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .main-content {
    padding: 10px 30px;
  }
  .main-content .table-display {
    display: none;
  }
  .main-content .payment-instructions .item-with-table .layer-2 ul {
    margin-left: 130px;
  }
}

@media only screen and (min-width: 1366px) {
  .main-content {
    padding: 10px 30px;
  }
  .main-content .table-display {
    display: none;
  }
  .main-content .payment-instructions .item-with-table .layer-2 ul {
    margin-left: 130px;
  }
}
/*# sourceMappingURL=styles.css.map */