.rte {
  float: none;
  width: 100%;
  font-size: 16px;
}

.rte.rte-14 {
  font-size: 14px;
}

@media (max-width: 768px) {
  .rte {
    margin: 30px 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .rte {
    margin: 40px 0;
  }
}

.rte img {
  max-width: 100%;
  height: auto !important;
}

.rte table {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 991.98px) {
  .rte table {
    display: block;
    padding: 1px;
  }
}

.rte table thead {
  background: linear-gradient(90deg, #00323f, #0095b4);
}

.rte table.green-header thead {
  background: linear-gradient(90deg, #00323f, #72bf44);
}

.rte table h1 {
  margin: 0;
}

.rte table a {
  font-weight: inherit;
  font-size: inherit;
}

.rte table thead tr {
  border-right: 1px solid #0095b4;
}

.rte table thead tr th,
.rte table thead tr td {
  padding: 21px;
  color: #ffffff;
}

.rte table tbody tr td {
  padding-right: 20px;
  vertical-align: top;
}

.rte ul {
  list-style-image: url('/assets/img/list-dot.png');
  padding-left: 20px;
  margin: 20px 0;
}

.rte ul li {
  margin: 20px 0;
  padding-left: 15px;
}

.rte ul li::marker {
  margin-top: 20px;
}

.rte ol {
  padding-left: 35px;
  margin: 20px 0;
}

.rte ol li {
  padding-left: 15px;
}

.rte ol li::marker {
  font-weight: bold;
}

.rte a {
  color: #005a70;
}

.rte a:hover {
  /**color: inherit !important;*/
  text-decoration: inherit !important;
  cursor: pointer;
}

/**umb_name:product-list*/
.rte ul.product-list {
  list-style-image: url('/assets/img/list-dot-blue.png');
  padding-left: 20px;
  margin: 20px 0;
  font-size: 14px;
}

.rte ul.product-list li {
  margin: 10px 0;
}

/**umb_name:Float-right*/
.float-right {
  margin-left: 20px;
}

/**umb_name:Float-left*/
.float-left {
  margin-right: 20px;
}

/**umb_name:Float-none*/
.float-none {
  margin: 20px 0;
}

/**umb_name:Text size 14px*/
span.text-14 {
  font-size: 14px;
}

/**umb_name:Text size 16px*/
span.text-16 {
  font-size: 16px;
}

/**umb_name:Text size 18px*/
span.text-18 {
  font-size: 18px;
}

/**umb_name:Text size 20px*/
span.text-20 {
  font-size: 20px;
}

/**umb_name:Heading 1*/
h1.rte {
  font-size: 60px;
  color: #ddbc33;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
}

/**umb_name:Heading 2*/
h2.rte {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 1em;
  color: #ddbc33;
  font-style: normal;
  font-weight: 600;
  width: 100%;
}

@media (max-width: 768px) {
  h2.rte {
    font-size: 28px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  h2.rte {
    font-size: 32px;
  }
}

/**umb_name:Heading 3*/
h3.rte {
  font-size: 25px;
  color: #ddbc33;
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}

/**umb_name:product-title*/
h4.product-title {
  font-weight: 600;
  font-size: 16px;
  color: #34558b;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 1rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  h4.product-title {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  h4.product-title {
    font-size: 14px;
  }
}

/**umb_name:Break*/
p.break {
  width: 100%;
  height: 1.5em;
  clear: both;
}
