.home-page .theme-field-body p.intro {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.18;
  color: #ffffff; }

.home-page .theme-field-body p {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.18;
  color: #ffffff; }

.theme-field-body p.intro {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.18;
  color: #0c6158; }

.theme-field-body p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  color: #000000; }

.theme-field-body li, .theme-field-body dd {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.18;
  color: #4a4a4a; }

.theme-field-body h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.19;
  color: #114f40; }

.theme-field-body h3, .theme-field-body strong.extra {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.19;
  color: #114f40; }

.theme-field-body .button {
  border: none;
  background-color: #114f40;
  padding: calc(1rem - 1px) calc(3rem - 1px);
  font-size: 1.5rem;
  border-radius: 5px;
  line-height: 2rem;
  color: #ffffff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  text-decoration: none;
  cursor: pointer; }
  .theme-field-body .button:hover, .theme-field-body .button:focus {
    background-color: #1a7962; }

.theme-field-body p:first-child {
  margin-top: 0; }

@media screen and (max-width: 768px) {
  .home-page .theme-field-body p {
    color: #000000; } }

@media screen and (max-width: 768px) {
  .home-page .theme-field-body p.intro {
    color: #000000; } }

.theme-paragraph-box-body .theme-field-body p {
  color: #000000; }

.theme-field-body ul, .theme-field-body ol, .theme-field-body dl {
  padding: 0;
  margin: 3.6rem 0 0 2.7rem; }
  @media screen and (max-width: 768px) {
    .theme-field-body ul, .theme-field-body ol, .theme-field-body dl {
      margin: 3.6rem 0 0 2rem; } }
  .theme-field-body ul:first-child, .theme-field-body ol:first-child, .theme-field-body dl:first-child {
    margin-top: 0; }

.theme-field-body li, .theme-field-body dd {
  padding: 1.18rem 0 0 2.5rem;
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
  min-height: 3.6rem;
  position: relative; }

.theme-field-body .two-cols li:first-child, .theme-field-body .two-cols dd:first-child,
.theme-field-body .three-cols li:first-child,
.theme-field-body .three-cols dd:first-child {
  margin-top: 0; }

.cssmask .theme-field-body ul li:before {
  content: '';
  flex-shrink: 0;
  width: 1.5rem;
  height: 3.6rem;
  margin-left: -2.7rem;
  margin-right: 1.5rem;
  background-color: #17685e;
  -webkit-mask-image: url(../images/icons.svg#list_bullet);
  mask-image: url(../images/icons.svg#list_bullet);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 3.6rem 3.6rem;
  mask-size: 3.6rem 3.6rem;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  position: absolute; }
  @media screen and (max-width: 768px) {
    .cssmask .theme-field-body ul li:before {
      width: 2rem;
      -webkit-mask-size: 1.8rem 1.8rem;
      mask-size: 1.8rem 1.8rem;
      -webkit-mask-position: calc(1.8rem / 2) 0px;
      mask-position: calc(1.8rem / 2) 0px; } }

.no-cssmask .theme-field-body ul li:before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 0;
  pointer-events: none;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/icons.svg#list_bullet);
  background-repeat: no-repeat;
  background-size: 3.6rem 3.6rem;
  background-position: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.theme-field-body ul li li {
  list-style-type: disc; }
  .cssmask .theme-field-body ul li li:before,
  .no-cssmask .theme-field-body ul li li:before {
    content: none; }

.theme-field-body iframe {
  width: 100%; }

@media screen and (min-width: 769px) {
  .theme-field-body .two-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
  .theme-field-body .three-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; } }
