.text-html {
  display: block;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 115px;
  padding-right: 115px;
  text-align: center;
  padding-top: 85px;
}
@media (min-width: 1024px) {
  .text-html {
    width: 100%;
    padding-left: 195px;
    padding-right: 195px;
  }
}
@media (max-width: 1024px) {
  .text-html {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .text-html {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.text-html.grey-background {
  background-color: #eceef0 !important;
}
.text-html.grey-background.read-more {
  position: relative;
}
.text-html.grey-background.read-more:before {
  height: 206px;
  width: 100%;
  position: absolute;
  content: "";
  background: rgb(236, 238, 240);
  background: -moz-linear-gradient(180deg, rgba(236, 238, 240, 0) 0%, rgba(236, 238, 240, 0.9836309524) 69%);
  background: -webkit-linear-gradient(180deg, rgba(236, 238, 240, 0) 0%, rgba(236, 238, 240, 0.9836309524) 69%);
  background: linear-gradient(180deg, rgba(236, 238, 240, 0) 0%, rgba(236, 238, 240, 0.9836309524) 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  z-index: 1;
  bottom: 62px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.text-html.read-more {
  position: relative;
}
.text-html.read-more:before {
  height: 206px;
  width: 100%;
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9836309524) 69%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9836309524) 69%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9836309524) 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  z-index: 1;
  bottom: 62px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.text-html.read-more .field--name-field-text-html {
  max-height: 200px;
  overflow: hidden;
}
.text-html.read-more .field--name-field-text-html.open {
  max-height: unset;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-html.open-text-html:before {
  display: none;
}
.text-html h1,
.text-html h2,
.text-html h3,
.text-html h4,
.text-html h5,
.text-html h6 {
  font-family: "Quicksand CUF", sans-serif;
  margin-top: 0;
}
.text-html h2.field--name-field-title {
  font-family: "Quicksand CUF", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  color: #2FABCC;
  max-width: 650px;
  margin: 0px auto 0;
  position: relative;
  padding-top: 24px;
  padding-bottom: 5px;
}
@media (max-width: 800px) {
  .text-html h2.field--name-field-title {
    font-size: 36px;
    padding-top: 8px;
  }
}
.text-html h2.field--name-field-title.title-darkblue {
  color: #20394a;
}
.text-html h2.field--name-field-title.title-darkblue:before {
  background-color: #20394a;
}
.text-html h2.field--name-field-title.title-darkgreen {
  color: #4e584f;
}
.text-html h2.field--name-field-title.title-darkgreen:before {
  background-color: #4e584f;
}
.text-html .field--name-field-subtitle {
  color: #2FABCC;
  font-size: 22px;
  font-family: "Quicksand CUF", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  max-width: 680px;
  margin: 0 auto 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 26px;
}
.text-html p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  color: #202c34;
  z-index: 1;
}
.text-html p a {
  display: initial;
}
.text-html blockquote {
  text-align: right;
  border-left: none;
  padding: 0;
  margin: 0;
}
.text-html blockquote p {
  width: 60%;
  font-size: 30px;
  font-family: "Quicksand CUF", sans-serif;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
}
.text-html ul,
.text-html ol {
  z-index: 1;
}
.text-html ul li,
.text-html ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0.4em 0.6em;
}
.text-html thead tr {
  border-bottom: 2px solid rgba(10, 182, 228, 0.3);
}
.text-html thead tr th {
  color: #00a2ce;
}
.text-html thead th:first-child {
  border-bottom: 2px solid #0ab6e4;
}
.text-html tbody {
  border-right: 0;
  border-left: 0;
}
.text-html tbody tr th {
  color: #00a2ce;
}
.text-html tbody tr:first-child th {
  border-bottom: 2px solid #0ab6e4;
}
.text-html tr {
  border-bottom: 2px solid #eceef0;
}
.text-html .tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 0;
}
.text-html .field {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.text-html .tablesaw-bar {
  order: 1;
  margin: auto;
}
.text-html .tablesaw-advance-dots {
  order: 2;
}
.text-html .tablesaw-advance-dots li i {
  background-color: #0ab6e4;
  width: 1.2rem;
  height: 1.2rem;
}
.text-html .tablesaw-advance-dots li.tablesaw-advance-dots-hide {
  opacity: 100;
}
.text-html .tablesaw-advance-dots li.tablesaw-advance-dots-hide i {
  background-color: #eceef0;
  width: 8px;
  height: 8px;
  top: -2px;
  position: relative;
}
.text-html .button-read-more {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  color: #00a2ce;
  font-family: "Quicksand CUF", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1.5px solid #ffffff;
  border-radius: 34px;
  text-transform: uppercase;
  border: 1px solid #00a2ce;
  padding: 16px 30px 16px 30px;
  text-align: center;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 800px) {
  .text-html .button-read-more {
    font-size: 14px;
  }
}
.text-html .button-read-more.button-read-more-none {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  margin-top: 0px;
  margin-bottom: 10px;
}
.text-html .button-read-more:hover {
  background-color: #00a2ce;
  color: #ffffff;
  cursor: pointer;
}
.text-html img {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 0%;
  height: 100%;
}

/*# sourceMappingURL=text-html.css.map */
