/*----------banner----------*/
.__bjp-banner {
  width: 100%;
  display: block; }

/*----------bullet points----------*/
/*circle*/
.__bjp-bullet-points-circle {
  counter-reset: list-bullet-points-circle;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  padding-left: 0; }

.__bjp-bullet-points-circle li {
  list-style-type: none;
  margin: 0.25rem 0;
  padding-left: 15px;
  position: relative; }

.__bjp-bullet-points-circle li:before {
  content: '\2022';
  font-size: 0.8rem;
  position: absolute;
  margin-top: 1px;
  left: 0;
  counter-increment: list-bullet-points-circle; }

/*line*/
.__bjp-bullet-points-line {
  counter-reset: list-bullet-points-line;
  padding-left: 0;
  margin-top: 0;
  margin-right: 2rem; }

.__bjp-bullet-points-line li {
  list-style-type: none;
  margin: 0.25rem 0;
  padding-left: 15px;
  position: relative; }

.__bjp-bullet-points-line li:before {
  content: '-';
  font-size: 1.2rem;
  position: absolute;
  margin-top: -5px;
  left: 0;
  counter-increment: list-bullet-points-line; }

/*none*/
.__bjp-bullet-point-none {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: 1rem; }

.__bjp-bullet-points-none li {
  list-style-type: none;
  padding-left: 0;
  margin: 0.25rem 0;
  position: relative; }

/*square*/
.__bjp-bullet-points-square {
  counter-reset: list-bullet-points-square;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  padding-left: 0; }

.__bjp-bullet-points-square li {
  list-style-type: none;
  margin: 0.25rem 0;
  padding-left: 15px;
  position: relative; }

.__bjp-bullet-points-square li:before {
  content: '\25A0';
  font-size: 0.7rem;
  position: absolute;
  margin-top: 0;
  left: 0;
  counter-increment: list-bullet-points-square; }

/*stream operator*/
.__bjp-bullet-points-stream {
  counter-reset: list-bullet-points-stream;
  margin-top: 1%;
  margin-bottom: 3%;
  padding-left: 0;
  margin-right: 1rem; }

.__bjp-bullet-points-stream li {
  list-style-type: none;
  font-weight: 400;
  padding-left: 15px;
  margin: 0.25rem 0;
  position: relative; }

.__bjp-bullet-points-stream li:before {
  content: '\00bb';
  font-size: 1rem;
  position: absolute;
  margin-top: -3px;
  left: 0;
  counter-increment: list-bullet-points-stream; }

/*----------buttons only----------*/
div.button_controls {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 1.5em; }

div.button_controls a {
  display: block;
  font-size: 1rem;
  border-radius: 0;
  margin: 0;
  text-decoration: none; }

/*----------container----------*/
.__bjp-container-relative {
  position: relative; }

.__bjp-container-absolute {
  position: absolute; }

/*----------float----------*/
.__bjp-float-right {
  float: right; }

.__bjp-float-left {
  float: left; }

/*----------font style----------*/
.__bjp-italic {
  font-style: italic; }

/*----------hr----------*/
/*dashed*/
hr.__bjp-dashed {
  border-top: 1px dashed;
  color: #000; }

/*dotted*/
hr.__bjp-dotted {
  border-top: 1px dotted;
  color: #000; }

/*dotted bold*/
hr.__bjp-dotted-bold {
  border-top: 3px dotted;
  color: #000; }

/*double*/
hr.__bjp-double {
  border-top: 3px double;
  color: #000; }

/*round (special)*/
.__bjp-round {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 40px; }

.__bjp-round:before {
  display: block;
  content: "";
  height: 35px;
  margin-top: -31px;
  border: solid #8c8b8b;
  border-width: 0 0 3px 0;
  border-radius: 20px; }

/*solid*/
hr.__bjp-solid {
  border-top: 1px solid;
  color: #000; }

/*----------link----------*/
.__bjp-link a {
  text-decoration: none;
  color: #000; }

/*----------table----------*/
.__bjp-table {
  border-collapse: collapse;
  width: 100%; }

.__bjp-table th {
  text-align: left;
  padding-left: 1rem; }

.__bjp-table td {
  padding-left: 1rem;
  vertical-align: top; }

/*----------text styles----------*/
/*text align*/
.__bjp-text-center {
  text-align: center; }

.__bjp-text-justify {
  text-align: justify; }

.__bjp-text-left {
  text-align: left; }

.__bjp-text-right {
  text-align: right; }

/*text decoration*/
.__bjp-underline {
  text-decoration: underline; }

/*text transform*/
.__bjp-uppercase {
  text-transform: uppercase; }

.__bjp-uppercase {
  text-transform: lowercase; }

/*----------@media----------*/
@media (min-width: 568px) {
  /*buttons*/
  div.button_controls a {
    display: inline-block;
    margin-right: 0;
    font-size: 1rem; }
  div.button_controls {
    padding: 0.5rem 0; } }

@media (min-width: 568px) {
  /*bullet points*/
  /*circle*/
  .__bjp-bullet-point-circle {
    margin-right: 0; }
  /*square*/
  .__bjp-bullet-point-square {
    margin-right: 0; }
  /*line*/
  .__bjp-bullet-points-line {
    margin-right: 0; } }

@media print {
  /*buttons*/
  .button_controls {
    display: none; } }

.__bjp-one-column {
  display: flex;
  flex-direction: column; }

.__bjp-two-column {
  display: flex;
  flex-wrap: wrap; }
  .__bjp-two-column .__bjp-block {
    flex: 0 0 50%; }

.__bjp-two-column-complex {
  display: flex;
  flex-wrap: wrap; }
  .__bjp-two-column-complex .__bjp-block-complex-small {
    flex: 0 0 40%; }
  .__bjp-two-column-complex .__bjp-block-complex-large {
    flex: 0 0 60%; }

.__bjp-three-column {
  display: flex;
  flex-wrap: wrap; }
  .__bjp-three-column .__bjp-block {
    flex: 0 0 33%; }

.__bjp-one-column-image {
  display: flex;
  flex-direction: column; }

.__bjp-two-column-image {
  display: flex;
  flex-wrap: wrap; }
  .__bjp-two-column-image .__bjp-block {
    flex: 0 0 50%; }

.__bjp-three-column-image {
  display: flex;
  flex-wrap: wrap; }
  .__bjp-three-column-image .__bjp-block {
    flex: 0 0 33%; }

.__bjp-four-column-image {
  display: flex;
  flex-wrap: wrap; }
  .__bjp-four-column-image .__bjp-block {
    flex: 0 0 25%; }

@media screen and (max-width: 660px) {
  .__bjp-two-column-complex {
    display: flex;
    flex-direction: column; }
    .__bjp-two-column-complex .__bjp-block-complex-small {
      flex: none; }
    .__bjp-two-column-complex .__bjp-block-complex-large {
      flex: none; } }

@media screen and (max-width: 568px) {
  .__bjp-two-column {
    display: flex;
    flex-direction: column; }
    .__bjp-two-column .__bjp-block {
      flex: none; }
  .__bjp-three-column {
    display: flex;
    flex-direction: column; }
    .__bjp-three-column .__bjp-block {
      flex: none; }
  .__bjp-four-column-image {
    display: flex;
    flex-wrap: wrap; }
    .__bjp-four-column-image .__bjp-block {
      flex: 0 0 50%; } }
