/*ony for one corner, use this variable several time for other corners*/
.pi-section-w {
  position: relative;
  -webkit-transition: background 0.2s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s;
  -ms-transition: background 0.2s ease-in-out 0s;
  -o-transition: background 0.2s ease-in-out 0s;
  transition: background 0.2s ease-in-out 0s;
}
.pi-section {
	max-width: 1120px;
	margin: 0 auto;
	padding: 60px 40px 40px;
	position: relative;
}
.pi-titlebar {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pi-titlebar h1 {
  margin-bottom: 0;
}
.pi-titlebar .pi-breadcrumb {
  font-size: 13px;
  line-height: 1.3em;
}
.pi-titlebar .pi-breadcrumb ul {
  display: inline;
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
  margin-left: 5px;
}
.pi-titlebar .pi-breadcrumb li {
  display: inline;
}
.pi-titlebar .pi-breadcrumb li:after {
  font-family: fontello;
  content: "\e87d";
  margin: 0 5px 0 7px;
}
.pi-titlebar .pi-breadcrumb li:last-child:after {
  display: none;
}
.pi-titlebar.pi-titlebar-small {
  padding-top: 34px;
  padding-bottom: 34px;
}
.pi-titlebar.pi-titlebar-small h1 {
  font-size: 26px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
.pi-titlebar.pi-breadcrumb-only {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pi-titlebar-breadcrumb-top .pi-breadcrumb {
  margin-bottom: 11px;
}
.pi-titlebar-breadcrumb-right {
  display: table;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}
.pi-titlebar-breadcrumb-right h1,
.pi-titlebar-breadcrumb-right .pi-breadcrumb {
  display: table-cell;
  vertical-align: middle;
}
.pi-titlebar-breadcrumb-right h1 {
  width: 60%;
  padding-right: 20px;
}
.pi-titlebar-breadcrumb-right .pi-breadcrumb {
  width: 40%;
  text-align: right;
  position: relative;
  top: 0px;
}
.pi-section-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 0 50%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 992px) {
  .pi-section {
    padding: 55px 30px 35px;
  }
}
@media (max-width: 768px) {
  .pi-section {
    padding: 50px 20px 30px;
  }
}
.pi-section-white {
  background-color: #ffffff;
  /*	&.pi-shadow {
			.box-shadow(@shadow);
		}
		&.pi-shadow-top {
			.box-shadow(@shadow-top);
		}*/

  /*	&.pi-shadow2 {
			.box-shadow(@shadow2);
		}
		&.pi-shadow2-top {
			.box-shadow(@shadow2-top);
		}*/

}
.pi-section-white.pi-borders {
  border-top: 1px solid #eef1f1;
  border-bottom: 1px solid #eef1f1;
}
.pi-section-white.pi-border-top {
  border-top: 1px solid #eef1f1;
}
.pi-section-white.pi-border-bottom {
  border-bottom: 1px solid #eef1f1;
}
.pi-section-white.pi-borders-light {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.pi-section-white.pi-border-top-light {
  border-top: 1px solid #ffffff;
}
.pi-section-white.pi-border-bottom-light {
  border-bottom: 1px solid #ffffff;
}
.pi-section-white.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.pi-section-header-w-fixed .pi-section-white.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.pi-section-white.pi-shadow-inside {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.pi-section-white.pi-shadow-inside-top {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}
.pi-section-white.pi-shadow-inside-bottom {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
}
.pi-section-white .pi-breadcrumb {
  color: #a3adb4;
}
.pi-section-white .pi-breadcrumb li:after {
  color: #d8dee2;
}
.pi-section-grey {
  background-color: #f4f6f6;
  /*	&.pi-shadow {
			.box-shadow(@shadow);
		}
		&.pi-shadow-top {
			.box-shadow(@shadow-top);
		}*/

  /*	&.pi-shadow2 {
			.box-shadow(@shadow2);
		}
		&.pi-shadow2-top {
			.box-shadow(@shadow2-top);
		}*/

}
.pi-section-grey.pi-borders {
  border-top: 1px solid #e6eaea;
  border-bottom: 1px solid #e6eaea;
}
.pi-section-grey.pi-border-top {
  border-top: 1px solid #e6eaea;
}
.pi-section-grey.pi-border-bottom {
  border-bottom: 1px solid #e6eaea;
}
.pi-section-grey.pi-borders-light {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.pi-section-grey.pi-border-top-light {
  border-top: 1px solid #ffffff;
}
.pi-section-grey.pi-border-bottom-light {
  border-bottom: 1px solid #ffffff;
}
.pi-section-grey.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.pi-section-header-w-fixed .pi-section-grey.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.pi-section-grey.pi-shadow-inside {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.12);
}
.pi-section-grey.pi-shadow-inside-top {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
.pi-section-grey.pi-shadow-inside-bottom {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.04);
}
.pi-section-grey .pi-breadcrumb {
  color: #9ca5ab;
}
.pi-section-grey .pi-breadcrumb li:after {
  color: #cfd6da;
}
.pi-section-base {
  background-color: #00adb0;
  /*	&.pi-shadow {
			.box-shadow(@shadow);
		}
		&.pi-shadow-top {
			.box-shadow(@shadow-top);
		}*/

  /*	&.pi-shadow2 {
			.box-shadow(@shadow2);
		}
		&.pi-shadow2-top {
			.box-shadow(@shadow2-top);
		}*/

}
.pi-section-base.pi-borders {
  border-top: 1px solid #009ca4;
  border-bottom: 1px solid #009ca4;
}
.pi-section-base.pi-border-top {
  border-top: 1px solid #009ca4;
}
.pi-section-base.pi-border-bottom {
  border-bottom: 1px solid #009ca4;
}
.pi-section-base.pi-borders-light {
  border-top: 1px solid #3bc0c2;
  border-bottom: 1px solid #3bc0c2;
}
.pi-section-base.pi-border-top-light {
  border-top: 1px solid #3bc0c2;
}
.pi-section-base.pi-border-bottom-light {
  border-bottom: 1px solid #3bc0c2;
}
.pi-section-base.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.pi-section-header-w-fixed .pi-section-base.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.pi-section-base.pi-shadow-inside {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
}
.pi-section-base.pi-shadow-inside-top {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
}
.pi-section-base.pi-shadow-inside-bottom {
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
}
.pi-section-base .pi-breadcrumb {
  color: #cde5f6;
}
.pi-section-base .pi-breadcrumb li:after {
  color: #62c1d6;
}
.pi-section-dark {
  background-color: #21252b;
  /*	&.pi-shadow {
			.box-shadow(@shadow);
		}
		&.pi-shadow-top {
			.box-shadow(@shadow-top);
		}*/

  /*	&.pi-shadow2 {
			.box-shadow(@shadow2);
		}
		&.pi-shadow2-top {
			.box-shadow(@shadow2-top);
		}*/

}
.pi-section-dark.pi-borders {
  border-top: 1px solid #1a1e22;
  border-bottom: 1px solid #1a1e22;
}
.pi-section-dark.pi-border-top {
  border-top: 1px solid #1a1e22;
}
.pi-section-dark.pi-border-bottom {
  border-bottom: 1px solid #1a1e22;
}
.pi-section-dark.pi-borders-light {
  border-top: 1px solid #2e343a;
  border-bottom: 1px solid #2e343a;
}
.pi-section-dark.pi-border-top-light {
  border-top: 1px solid #2e343a;
}
.pi-section-dark.pi-border-bottom-light {
  border-bottom: 1px solid #2e343a;
}
.pi-section-dark.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.pi-section-header-w-fixed .pi-section-dark.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}
.pi-section-dark.pi-shadow-inside {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
}
.pi-section-dark.pi-shadow-inside-top {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pi-section-dark.pi-shadow-inside-bottom {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.pi-section-dark .pi-breadcrumb {
  color: #858d91;
}
.pi-section-dark .pi-breadcrumb li:after {
  color: #475257;
}
.pi-section-parallax {
  background-color: #000000;
  /*	&.pi-shadow {
			.box-shadow(@shadow);
		}
		&.pi-shadow-top {
			.box-shadow(@shadow-top);
		}*/

  /*	&.pi-shadow2 {
			.box-shadow(@shadow2);
		}
		&.pi-shadow2-top {
			.box-shadow(@shadow2-top);
		}*/

}
.pi-section-parallax.pi-borders {
  border-top: 1px solid #121315;
  border-bottom: 1px solid #121315;
}
.pi-section-parallax.pi-border-top {
  border-top: 1px solid #121315;
}
.pi-section-parallax.pi-border-bottom {
  border-bottom: 1px solid #121315;
}
.pi-section-parallax.pi-borders-light {
  border-top: 1px solid #242427;
  border-bottom: 1px solid #242427;
}
.pi-section-parallax.pi-border-top-light {
  border-top: 1px solid #242427;
}
.pi-section-parallax.pi-border-bottom-light {
  border-bottom: 1px solid #242427;
}
.pi-section-parallax.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pi-section-header-w-fixed .pi-section-parallax.pi-shadow-bottom {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.pi-section-parallax.pi-shadow-inside {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
}
.pi-section-parallax.pi-shadow-inside-top {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pi-section-parallax.pi-shadow-inside-bottom {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.pi-section-parallax .pi-breadcrumb {
  color: rgba(250, 250, 250, 0.4);
}
.pi-section-parallax .pi-breadcrumb li:after {
  color: rgba(250, 250, 250, 0.2);
}
.pi-section-base-gradient {
  background: #0dc0c0;
  /* Old browsers */

  background: -moz-linear-gradient(left, #0dc0c0 0%, #009ca8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0dc0c0), color-stop(100%, #009ca8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #0dc0c0 0%, #009ca8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #0dc0c0 0%, #009ca8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #0dc0c0 0%, #009ca8 100%);
  /* IE10+ */

  background: linear-gradient(to right, #0dc0c0 0%, #009ca8 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dc0c0', endColorstr='#009ca8', GradientType=1);
  /* IE6-9 */

}
.pi-border-top-strong-base {
  border-top: 6px solid #00aab3;
}
.pi-border-bottom-strong-base {
  border-bottom: 6px solid #00aab3;
}
.pi-section-overlay-base {
  background: rgba(0, 102, 116, 0.9);
}


.pi-section-base {
  color: #e2f1f1;
}
.pi-section-base h1,
.pi-section-base .h1,
.pi-section-base h2,
.pi-section-base .h2,
.pi-section-base h3,
.pi-section-base .h3,
.pi-section-base h4,
.pi-section-base .h4,
.pi-section-base h5,
.pi-section-base .h5,
.pi-section-base h6,
.pi-section-base .h6 {
  color: #ffffff;
}
.pi-section-base h1.pi-has-border:after,
.pi-section-base .h1.pi-has-border:after,
.pi-section-base h2.pi-has-border:after,
.pi-section-base .h2.pi-has-border:after,
.pi-section-base h3.pi-has-border:after,
.pi-section-base .h3.pi-has-border:after,
.pi-section-base h4.pi-has-border:after,
.pi-section-base .h4.pi-has-border:after,
.pi-section-base h5.pi-has-border:after,
.pi-section-base .h5.pi-has-border:after,
.pi-section-base h6.pi-has-border:after,
.pi-section-base .h6.pi-has-border:after {
  background: #ffffff;
}
.pi-section-base h1.pi-has-base-border:after,
.pi-section-base .h1.pi-has-base-border:after,
.pi-section-base h2.pi-has-base-border:after,
.pi-section-base .h2.pi-has-base-border:after,
.pi-section-base h3.pi-has-base-border:after,
.pi-section-base .h3.pi-has-base-border:after,
.pi-section-base h4.pi-has-base-border:after,
.pi-section-base .h4.pi-has-base-border:after,
.pi-section-base h5.pi-has-base-border:after,
.pi-section-base .h5.pi-has-base-border:after,
.pi-section-base h6.pi-has-base-border:after,
.pi-section-base .h6.pi-has-base-border:after {
  background: #0dc0c0;
}
.pi-section-base h1.pi-has-bg:after,
.pi-section-base .h1.pi-has-bg:after,
.pi-section-base h2.pi-has-bg:after,
.pi-section-base .h2.pi-has-bg:after,
.pi-section-base h3.pi-has-bg:after,
.pi-section-base .h3.pi-has-bg:after,
.pi-section-base h4.pi-has-bg:after,
.pi-section-base .h4.pi-has-bg:after,
.pi-section-base h5.pi-has-bg:after,
.pi-section-base .h5.pi-has-bg:after,
.pi-section-base h6.pi-has-bg:after,
.pi-section-base .h6.pi-has-bg:after {
  background: url('../img/bg-heading-turquoise.png');
}
.pi-section-base h1 a.pi-link-dark,
.pi-section-base .h1 a.pi-link-dark,
.pi-section-base h2 a.pi-link-dark,
.pi-section-base .h2 a.pi-link-dark,
.pi-section-base h3 a.pi-link-dark,
.pi-section-base .h3 a.pi-link-dark,
.pi-section-base h4 a.pi-link-dark,
.pi-section-base .h4 a.pi-link-dark,
.pi-section-base h5 a.pi-link-dark,
.pi-section-base .h5 a.pi-link-dark,
.pi-section-base h6 a.pi-link-dark,
.pi-section-base .h6 a.pi-link-dark {
  color: #ffffff;
}
.pi-section-base h1 a.pi-link-dark:hover,
.pi-section-base .h1 a.pi-link-dark:hover,
.pi-section-base h2 a.pi-link-dark:hover,
.pi-section-base .h2 a.pi-link-dark:hover,
.pi-section-base h3 a.pi-link-dark:hover,
.pi-section-base .h3 a.pi-link-dark:hover,
.pi-section-base h4 a.pi-link-dark:hover,
.pi-section-base .h4 a.pi-link-dark:hover,
.pi-section-base h5 a.pi-link-dark:hover,
.pi-section-base .h5 a.pi-link-dark:hover,
.pi-section-base h6 a.pi-link-dark:hover,
.pi-section-base .h6 a.pi-link-dark:hover {
  color: #ffffff;
}
.pi-section-base h1 a.pi-link-white,
.pi-section-base .h1 a.pi-link-white,
.pi-section-base h2 a.pi-link-white,
.pi-section-base .h2 a.pi-link-white,
.pi-section-base h3 a.pi-link-white,
.pi-section-base .h3 a.pi-link-white,
.pi-section-base h4 a.pi-link-white,
.pi-section-base .h4 a.pi-link-white,
.pi-section-base h5 a.pi-link-white,
.pi-section-base .h5 a.pi-link-white,
.pi-section-base h6 a.pi-link-white,
.pi-section-base .h6 a.pi-link-white {
  color: #fff;
}
.pi-section-base h1 a.pi-link-white:hover,
.pi-section-base .h1 a.pi-link-white:hover,
.pi-section-base h2 a.pi-link-white:hover,
.pi-section-base .h2 a.pi-link-white:hover,
.pi-section-base h3 a.pi-link-white:hover,
.pi-section-base .h3 a.pi-link-white:hover,
.pi-section-base h4 a.pi-link-white:hover,
.pi-section-base .h4 a.pi-link-white:hover,
.pi-section-base h5 a.pi-link-white:hover,
.pi-section-base .h5 a.pi-link-white:hover,
.pi-section-base h6 a.pi-link-white:hover,
.pi-section-base .h6 a.pi-link-white:hover {
  color: #fff;
}
.pi-section-base h1 a.pi-link-no-style,
.pi-section-base .h1 a.pi-link-no-style,
.pi-section-base h2 a.pi-link-no-style,
.pi-section-base .h2 a.pi-link-no-style,
.pi-section-base h3 a.pi-link-no-style,
.pi-section-base .h3 a.pi-link-no-style,
.pi-section-base h4 a.pi-link-no-style,
.pi-section-base .h4 a.pi-link-no-style,
.pi-section-base h5 a.pi-link-no-style,
.pi-section-base .h5 a.pi-link-no-style,
.pi-section-base h6 a.pi-link-no-style,
.pi-section-base .h6 a.pi-link-no-style {
  color: #ffffff;
}
.pi-section-base h1 a.pi-link-no-style:hover,
.pi-section-base .h1 a.pi-link-no-style:hover,
.pi-section-base h2 a.pi-link-no-style:hover,
.pi-section-base .h2 a.pi-link-no-style:hover,
.pi-section-base h3 a.pi-link-no-style:hover,
.pi-section-base .h3 a.pi-link-no-style:hover,
.pi-section-base h4 a.pi-link-no-style:hover,
.pi-section-base .h4 a.pi-link-no-style:hover,
.pi-section-base h5 a.pi-link-no-style:hover,
.pi-section-base .h5 a.pi-link-no-style:hover,
.pi-section-base h6 a.pi-link-no-style:hover,
.pi-section-base .h6 a.pi-link-no-style:hover {
  color: #ffffff;
}
.pi-section-base abbr,
.pi-section-base acronym,
.pi-section-base strong,
.pi-section-base b {
  color: #ffffff;
  font-weight: 600;
}
.pi-section-base a {
  color: #ffffff;
}
.pi-section-base a:hover {
  color: #ffffff;
}
.pi-section-base a.pi-link-dark {
  color: #ffffff;
}
.pi-section-base a.pi-link-dark:hover {
  color: #ffffff;
}
.pi-section-base a.pi-link-white {
  color: #fff;
}
.pi-section-base a.pi-link-white:hover {
  color: #fff;
}
.pi-section-base a.pi-link-no-style {
  color: #e2f1f1;
}
.pi-section-base a.pi-link-no-style:hover {
  color: #ffffff;
}
.pi-section-base .pi-link-dark a {
  color: #ffffff;
}
.pi-section-base .pi-link-dark a:hover {
  color: #ffffff;
}
.pi-section-base .pi-link-white a {
  color: #fff;
}
.pi-section-base .pi-link-white a:hover {
  color: #fff;
}
.pi-section-base .pi-link-no-style a {
  color: #e2f1f1;
}
.pi-section-base .pi-link-no-style a:hover {
  color: #ffffff;
}
.pi-section-base .lead-18,
.pi-section-base .lead-20,
.pi-section-base .lead-22,
.pi-section-base .lead-24,
.pi-section-base .lead-26,
.pi-section-base .lead-28,
.pi-section-base .lead-30,
.pi-section-base .lead-32,
.pi-section-base .lead-34 {
  color: #ffffff;
}
.pi-section-base a strong,
.pi-section-base a b {
  color: #ffffff;
}
.pi-section-base a strong:hover,
.pi-section-base a b:hover {
  color: #ffffff;
}
.pi-section-white {
  color: #828c8f;
}
.pi-section-white h1,
.pi-section-white .h1,
.pi-section-white h2,
.pi-section-white .h2,
.pi-section-white h3,
.pi-section-white .h3,
.pi-section-white h4,
.pi-section-white .h4,
.pi-section-white h5,
.pi-section-white .h5,
.pi-section-white h6,
.pi-section-white .h6 {
  color: #21252b;
}
.pi-section-white h1.pi-has-border:after,
.pi-section-white .h1.pi-has-border:after,
.pi-section-white h2.pi-has-border:after,
.pi-section-white .h2.pi-has-border:after,
.pi-section-white h3.pi-has-border:after,
.pi-section-white .h3.pi-has-border:after,
.pi-section-white h4.pi-has-border:after,
.pi-section-white .h4.pi-has-border:after,
.pi-section-white h5.pi-has-border:after,
.pi-section-white .h5.pi-has-border:after,
.pi-section-white h6.pi-has-border:after,
.pi-section-white .h6.pi-has-border:after {
  background: #21252b;
}
.pi-section-white h1.pi-has-base-border:after,
.pi-section-white .h1.pi-has-base-border:after,
.pi-section-white h2.pi-has-base-border:after,
.pi-section-white .h2.pi-has-base-border:after,
.pi-section-white h3.pi-has-base-border:after,
.pi-section-white .h3.pi-has-base-border:after,
.pi-section-white h4.pi-has-base-border:after,
.pi-section-white .h4.pi-has-base-border:after,
.pi-section-white h5.pi-has-base-border:after,
.pi-section-white .h5.pi-has-base-border:after,
.pi-section-white h6.pi-has-base-border:after,
.pi-section-white .h6.pi-has-base-border:after {
  background: #0dc0c0;
}
.pi-section-white h1.pi-has-bg:after,
.pi-section-white .h1.pi-has-bg:after,
.pi-section-white h2.pi-has-bg:after,
.pi-section-white .h2.pi-has-bg:after,
.pi-section-white h3.pi-has-bg:after,
.pi-section-white .h3.pi-has-bg:after,
.pi-section-white h4.pi-has-bg:after,
.pi-section-white .h4.pi-has-bg:after,
.pi-section-white h5.pi-has-bg:after,
.pi-section-white .h5.pi-has-bg:after,
.pi-section-white h6.pi-has-bg:after,
.pi-section-white .h6.pi-has-bg:after {
  background: url('../img/bg-heading.png');
}
.pi-section-white h1 a.pi-link-dark,
.pi-section-white .h1 a.pi-link-dark,
.pi-section-white h2 a.pi-link-dark,
.pi-section-white .h2 a.pi-link-dark,
.pi-section-white h3 a.pi-link-dark,
.pi-section-white .h3 a.pi-link-dark,
.pi-section-white h4 a.pi-link-dark,
.pi-section-white .h4 a.pi-link-dark,
.pi-section-white h5 a.pi-link-dark,
.pi-section-white .h5 a.pi-link-dark,
.pi-section-white h6 a.pi-link-dark,
.pi-section-white .h6 a.pi-link-dark {
  color: #21252b;
}
.pi-section-white h1 a.pi-link-dark:hover,
.pi-section-white .h1 a.pi-link-dark:hover,
.pi-section-white h2 a.pi-link-dark:hover,
.pi-section-white .h2 a.pi-link-dark:hover,
.pi-section-white h3 a.pi-link-dark:hover,
.pi-section-white .h3 a.pi-link-dark:hover,
.pi-section-white h4 a.pi-link-dark:hover,
.pi-section-white .h4 a.pi-link-dark:hover,
.pi-section-white h5 a.pi-link-dark:hover,
.pi-section-white .h5 a.pi-link-dark:hover,
.pi-section-white h6 a.pi-link-dark:hover,
.pi-section-white .h6 a.pi-link-dark:hover {
  color: #0dc0c0;
}
.pi-section-white h1 a.pi-link-white,
.pi-section-white .h1 a.pi-link-white,
.pi-section-white h2 a.pi-link-white,
.pi-section-white .h2 a.pi-link-white,
.pi-section-white h3 a.pi-link-white,
.pi-section-white .h3 a.pi-link-white,
.pi-section-white h4 a.pi-link-white,
.pi-section-white .h4 a.pi-link-white,
.pi-section-white h5 a.pi-link-white,
.pi-section-white .h5 a.pi-link-white,
.pi-section-white h6 a.pi-link-white,
.pi-section-white .h6 a.pi-link-white {
  color: #fff;
}
.pi-section-white h1 a.pi-link-white:hover,
.pi-section-white .h1 a.pi-link-white:hover,
.pi-section-white h2 a.pi-link-white:hover,
.pi-section-white .h2 a.pi-link-white:hover,
.pi-section-white h3 a.pi-link-white:hover,
.pi-section-white .h3 a.pi-link-white:hover,
.pi-section-white h4 a.pi-link-white:hover,
.pi-section-white .h4 a.pi-link-white:hover,
.pi-section-white h5 a.pi-link-white:hover,
.pi-section-white .h5 a.pi-link-white:hover,
.pi-section-white h6 a.pi-link-white:hover,
.pi-section-white .h6 a.pi-link-white:hover {
  color: #fff;
}
.pi-section-white h1 a.pi-link-no-style,
.pi-section-white .h1 a.pi-link-no-style,
.pi-section-white h2 a.pi-link-no-style,
.pi-section-white .h2 a.pi-link-no-style,
.pi-section-white h3 a.pi-link-no-style,
.pi-section-white .h3 a.pi-link-no-style,
.pi-section-white h4 a.pi-link-no-style,
.pi-section-white .h4 a.pi-link-no-style,
.pi-section-white h5 a.pi-link-no-style,
.pi-section-white .h5 a.pi-link-no-style,
.pi-section-white h6 a.pi-link-no-style,
.pi-section-white .h6 a.pi-link-no-style {
  color: #21252b;
}
.pi-section-white h1 a.pi-link-no-style:hover,
.pi-section-white .h1 a.pi-link-no-style:hover,
.pi-section-white h2 a.pi-link-no-style:hover,
.pi-section-white .h2 a.pi-link-no-style:hover,
.pi-section-white h3 a.pi-link-no-style:hover,
.pi-section-white .h3 a.pi-link-no-style:hover,
.pi-section-white h4 a.pi-link-no-style:hover,
.pi-section-white .h4 a.pi-link-no-style:hover,
.pi-section-white h5 a.pi-link-no-style:hover,
.pi-section-white .h5 a.pi-link-no-style:hover,
.pi-section-white h6 a.pi-link-no-style:hover,
.pi-section-white .h6 a.pi-link-no-style:hover {
  color: #0dc0c0;
}
.pi-section-white abbr,
.pi-section-white acronym,
.pi-section-white strong,
.pi-section-white b {
  color: #21252b;
  font-weight: 600;
}
.pi-section-white a {
  color: #0dc0c0;
}
.pi-section-white a:hover {
  color: #008599;
}
.pi-section-white a.pi-link-dark {
  color: #21252b;
}
.pi-section-white a.pi-link-dark:hover {
  color: #0dc0c0;
}
.pi-section-white a.pi-link-white {
  color: #fff;
}
.pi-section-white a.pi-link-white:hover {
  color: #fff;
}
.pi-section-white a.pi-link-no-style {
  color: #828c8f;
}
.pi-section-white a.pi-link-no-style:hover {
  color: #0dc0c0;
}
.pi-section-white .pi-link-dark a {
  color: #21252b;
}
.pi-section-white .pi-link-dark a:hover {
  color: #0dc0c0;
}
.pi-section-white .pi-link-white a {
  color: #fff;
}
.pi-section-white .pi-link-white a:hover {
  color: #fff;
}
.pi-section-white .pi-link-no-style a {
  color: #828c8f;
}
.pi-section-white .pi-link-no-style a:hover {
  color: #0dc0c0;
}
.pi-section-white .lead-18,
.pi-section-white .lead-20,
.pi-section-white .lead-22,
.pi-section-white .lead-24,
.pi-section-white .lead-26,
.pi-section-white .lead-28,
.pi-section-white .lead-30,
.pi-section-white .lead-32,
.pi-section-white .lead-34 {
  color: #3c4446;
}
.pi-section-white a strong,
.pi-section-white a b {
  color: #0dc0c0;
}
.pi-section-white a strong:hover,
.pi-section-white a b:hover {
  color: #008599;
}
.pi-section-grey {
  color: #889295;
}
.pi-section-grey h1,
.pi-section-grey .h1,
.pi-section-grey h2,
.pi-section-grey .h2,
.pi-section-grey h3,
.pi-section-grey .h3,
.pi-section-grey h4,
.pi-section-grey .h4,
.pi-section-grey h5,
.pi-section-grey .h5,
.pi-section-grey h6,
.pi-section-grey .h6 {
  color: #21252b;
}
.pi-section-grey h1.pi-has-border:after,
.pi-section-grey .h1.pi-has-border:after,
.pi-section-grey h2.pi-has-border:after,
.pi-section-grey .h2.pi-has-border:after,
.pi-section-grey h3.pi-has-border:after,
.pi-section-grey .h3.pi-has-border:after,
.pi-section-grey h4.pi-has-border:after,
.pi-section-grey .h4.pi-has-border:after,
.pi-section-grey h5.pi-has-border:after,
.pi-section-grey .h5.pi-has-border:after,
.pi-section-grey h6.pi-has-border:after,
.pi-section-grey .h6.pi-has-border:after {
  background: #21252b;
}
.pi-section-grey h1.pi-has-base-border:after,
.pi-section-grey .h1.pi-has-base-border:after,
.pi-section-grey h2.pi-has-base-border:after,
.pi-section-grey .h2.pi-has-base-border:after,
.pi-section-grey h3.pi-has-base-border:after,
.pi-section-grey .h3.pi-has-base-border:after,
.pi-section-grey h4.pi-has-base-border:after,
.pi-section-grey .h4.pi-has-base-border:after,
.pi-section-grey h5.pi-has-base-border:after,
.pi-section-grey .h5.pi-has-base-border:after,
.pi-section-grey h6.pi-has-base-border:after,
.pi-section-grey .h6.pi-has-base-border:after {
  background: #0dc0c0;
}
.pi-section-grey h1.pi-has-bg:after,
.pi-section-grey .h1.pi-has-bg:after,
.pi-section-grey h2.pi-has-bg:after,
.pi-section-grey .h2.pi-has-bg:after,
.pi-section-grey h3.pi-has-bg:after,
.pi-section-grey .h3.pi-has-bg:after,
.pi-section-grey h4.pi-has-bg:after,
.pi-section-grey .h4.pi-has-bg:after,
.pi-section-grey h5.pi-has-bg:after,
.pi-section-grey .h5.pi-has-bg:after,
.pi-section-grey h6.pi-has-bg:after,
.pi-section-grey .h6.pi-has-bg:after {
  background: url('../img/bg-heading-grey.png');
}
.pi-section-grey h1 a.pi-link-dark,
.pi-section-grey .h1 a.pi-link-dark,
.pi-section-grey h2 a.pi-link-dark,
.pi-section-grey .h2 a.pi-link-dark,
.pi-section-grey h3 a.pi-link-dark,
.pi-section-grey .h3 a.pi-link-dark,
.pi-section-grey h4 a.pi-link-dark,
.pi-section-grey .h4 a.pi-link-dark,
.pi-section-grey h5 a.pi-link-dark,
.pi-section-grey .h5 a.pi-link-dark,
.pi-section-grey h6 a.pi-link-dark,
.pi-section-grey .h6 a.pi-link-dark {
  color: #21252b;
}
.pi-section-grey h1 a.pi-link-dark:hover,
.pi-section-grey .h1 a.pi-link-dark:hover,
.pi-section-grey h2 a.pi-link-dark:hover,
.pi-section-grey .h2 a.pi-link-dark:hover,
.pi-section-grey h3 a.pi-link-dark:hover,
.pi-section-grey .h3 a.pi-link-dark:hover,
.pi-section-grey h4 a.pi-link-dark:hover,
.pi-section-grey .h4 a.pi-link-dark:hover,
.pi-section-grey h5 a.pi-link-dark:hover,
.pi-section-grey .h5 a.pi-link-dark:hover,
.pi-section-grey h6 a.pi-link-dark:hover,
.pi-section-grey .h6 a.pi-link-dark:hover {
  color: #0dc0c0;
}
.pi-section-grey h1 a.pi-link-white,
.pi-section-grey .h1 a.pi-link-white,
.pi-section-grey h2 a.pi-link-white,
.pi-section-grey .h2 a.pi-link-white,
.pi-section-grey h3 a.pi-link-white,
.pi-section-grey .h3 a.pi-link-white,
.pi-section-grey h4 a.pi-link-white,
.pi-section-grey .h4 a.pi-link-white,
.pi-section-grey h5 a.pi-link-white,
.pi-section-grey .h5 a.pi-link-white,
.pi-section-grey h6 a.pi-link-white,
.pi-section-grey .h6 a.pi-link-white {
  color: #fff;
}
.pi-section-grey h1 a.pi-link-white:hover,
.pi-section-grey .h1 a.pi-link-white:hover,
.pi-section-grey h2 a.pi-link-white:hover,
.pi-section-grey .h2 a.pi-link-white:hover,
.pi-section-grey h3 a.pi-link-white:hover,
.pi-section-grey .h3 a.pi-link-white:hover,
.pi-section-grey h4 a.pi-link-white:hover,
.pi-section-grey .h4 a.pi-link-white:hover,
.pi-section-grey h5 a.pi-link-white:hover,
.pi-section-grey .h5 a.pi-link-white:hover,
.pi-section-grey h6 a.pi-link-white:hover,
.pi-section-grey .h6 a.pi-link-white:hover {
  color: #fff;
}
.pi-section-grey h1 a.pi-link-no-style,
.pi-section-grey .h1 a.pi-link-no-style,
.pi-section-grey h2 a.pi-link-no-style,
.pi-section-grey .h2 a.pi-link-no-style,
.pi-section-grey h3 a.pi-link-no-style,
.pi-section-grey .h3 a.pi-link-no-style,
.pi-section-grey h4 a.pi-link-no-style,
.pi-section-grey .h4 a.pi-link-no-style,
.pi-section-grey h5 a.pi-link-no-style,
.pi-section-grey .h5 a.pi-link-no-style,
.pi-section-grey h6 a.pi-link-no-style,
.pi-section-grey .h6 a.pi-link-no-style {
  color: #21252b;
}
.pi-section-grey h1 a.pi-link-no-style:hover,
.pi-section-grey .h1 a.pi-link-no-style:hover,
.pi-section-grey h2 a.pi-link-no-style:hover,
.pi-section-grey .h2 a.pi-link-no-style:hover,
.pi-section-grey h3 a.pi-link-no-style:hover,
.pi-section-grey .h3 a.pi-link-no-style:hover,
.pi-section-grey h4 a.pi-link-no-style:hover,
.pi-section-grey .h4 a.pi-link-no-style:hover,
.pi-section-grey h5 a.pi-link-no-style:hover,
.pi-section-grey .h5 a.pi-link-no-style:hover,
.pi-section-grey h6 a.pi-link-no-style:hover,
.pi-section-grey .h6 a.pi-link-no-style:hover {
  color: #0dc0c0;
}
.pi-section-grey abbr,
.pi-section-grey acronym,
.pi-section-grey strong,
.pi-section-grey b {
  color: #21252b;
  font-weight: 600;
}
.pi-section-grey a {
  color: #0dc0c0;
}
.pi-section-grey a:hover {
  color: #008599;
}
.pi-section-grey a.pi-link-dark {
  color: #21252b;
}
.pi-section-grey a.pi-link-dark:hover {
  color: #0dc0c0;
}
.pi-section-grey a.pi-link-white {
  color: #fff;
}
.pi-section-grey a.pi-link-white:hover {
  color: #fff;
}
.pi-section-grey a.pi-link-no-style {
  color: #889295;
}
.pi-section-grey a.pi-link-no-style:hover {
  color: #0dc0c0;
}
.pi-section-grey .pi-link-dark a {
  color: #21252b;
}
.pi-section-grey .pi-link-dark a:hover {
  color: #0dc0c0;
}
.pi-section-grey .pi-link-white a {
  color: #fff;
}
.pi-section-grey .pi-link-white a:hover {
  color: #fff;
}
.pi-section-grey .pi-link-no-style a {
  color: #889295;
}
.pi-section-grey .pi-link-no-style a:hover {
  color: #0dc0c0;
}
.pi-section-grey .lead-18,
.pi-section-grey .lead-20,
.pi-section-grey .lead-22,
.pi-section-grey .lead-24,
.pi-section-grey .lead-26,
.pi-section-grey .lead-28,
.pi-section-grey .lead-30,
.pi-section-grey .lead-32,
.pi-section-grey .lead-34 {
  color: #4c5355;
}
.pi-section-grey a strong,
.pi-section-grey a b {
  color: #0dc0c0;
}
.pi-section-grey a strong:hover,
.pi-section-grey a b:hover {
  color: #008599;
}
.pi-section-dark {
  color: #858d91;
}
.pi-section-dark h1,
.pi-section-dark .h1,
.pi-section-dark h2,
.pi-section-dark .h2,
.pi-section-dark h3,
.pi-section-dark .h3,
.pi-section-dark h4,
.pi-section-dark .h4,
.pi-section-dark h5,
.pi-section-dark .h5,
.pi-section-dark h6,
.pi-section-dark .h6 {
  color: #ffffff;
}
.pi-section-dark h1.pi-has-border:after,
.pi-section-dark .h1.pi-has-border:after,
.pi-section-dark h2.pi-has-border:after,
.pi-section-dark .h2.pi-has-border:after,
.pi-section-dark h3.pi-has-border:after,
.pi-section-dark .h3.pi-has-border:after,
.pi-section-dark h4.pi-has-border:after,
.pi-section-dark .h4.pi-has-border:after,
.pi-section-dark h5.pi-has-border:after,
.pi-section-dark .h5.pi-has-border:after,
.pi-section-dark h6.pi-has-border:after,
.pi-section-dark .h6.pi-has-border:after {
  background: #ffffff;
}
.pi-section-dark h1.pi-has-base-border:after,
.pi-section-dark .h1.pi-has-base-border:after,
.pi-section-dark h2.pi-has-base-border:after,
.pi-section-dark .h2.pi-has-base-border:after,
.pi-section-dark h3.pi-has-base-border:after,
.pi-section-dark .h3.pi-has-base-border:after,
.pi-section-dark h4.pi-has-base-border:after,
.pi-section-dark .h4.pi-has-base-border:after,
.pi-section-dark h5.pi-has-base-border:after,
.pi-section-dark .h5.pi-has-base-border:after,
.pi-section-dark h6.pi-has-base-border:after,
.pi-section-dark .h6.pi-has-base-border:after {
  background: #0dc0c0;
}
.pi-section-dark h1.pi-has-bg:after,
.pi-section-dark .h1.pi-has-bg:after,
.pi-section-dark h2.pi-has-bg:after,
.pi-section-dark .h2.pi-has-bg:after,
.pi-section-dark h3.pi-has-bg:after,
.pi-section-dark .h3.pi-has-bg:after,
.pi-section-dark h4.pi-has-bg:after,
.pi-section-dark .h4.pi-has-bg:after,
.pi-section-dark h5.pi-has-bg:after,
.pi-section-dark .h5.pi-has-bg:after,
.pi-section-dark h6.pi-has-bg:after,
.pi-section-dark .h6.pi-has-bg:after {
  background: url('../img/bg-heading-dark.png');
}
.pi-section-dark h1 a.pi-link-dark,
.pi-section-dark .h1 a.pi-link-dark,
.pi-section-dark h2 a.pi-link-dark,
.pi-section-dark .h2 a.pi-link-dark,
.pi-section-dark h3 a.pi-link-dark,
.pi-section-dark .h3 a.pi-link-dark,
.pi-section-dark h4 a.pi-link-dark,
.pi-section-dark .h4 a.pi-link-dark,
.pi-section-dark h5 a.pi-link-dark,
.pi-section-dark .h5 a.pi-link-dark,
.pi-section-dark h6 a.pi-link-dark,
.pi-section-dark .h6 a.pi-link-dark {
  color: #ffffff;
}
.pi-section-dark h1 a.pi-link-dark:hover,
.pi-section-dark .h1 a.pi-link-dark:hover,
.pi-section-dark h2 a.pi-link-dark:hover,
.pi-section-dark .h2 a.pi-link-dark:hover,
.pi-section-dark h3 a.pi-link-dark:hover,
.pi-section-dark .h3 a.pi-link-dark:hover,
.pi-section-dark h4 a.pi-link-dark:hover,
.pi-section-dark .h4 a.pi-link-dark:hover,
.pi-section-dark h5 a.pi-link-dark:hover,
.pi-section-dark .h5 a.pi-link-dark:hover,
.pi-section-dark h6 a.pi-link-dark:hover,
.pi-section-dark .h6 a.pi-link-dark:hover {
  color: #0dc0c0;
}
.pi-section-dark h1 a.pi-link-white,
.pi-section-dark .h1 a.pi-link-white,
.pi-section-dark h2 a.pi-link-white,
.pi-section-dark .h2 a.pi-link-white,
.pi-section-dark h3 a.pi-link-white,
.pi-section-dark .h3 a.pi-link-white,
.pi-section-dark h4 a.pi-link-white,
.pi-section-dark .h4 a.pi-link-white,
.pi-section-dark h5 a.pi-link-white,
.pi-section-dark .h5 a.pi-link-white,
.pi-section-dark h6 a.pi-link-white,
.pi-section-dark .h6 a.pi-link-white {
  color: #fff;
}
.pi-section-dark h1 a.pi-link-white:hover,
.pi-section-dark .h1 a.pi-link-white:hover,
.pi-section-dark h2 a.pi-link-white:hover,
.pi-section-dark .h2 a.pi-link-white:hover,
.pi-section-dark h3 a.pi-link-white:hover,
.pi-section-dark .h3 a.pi-link-white:hover,
.pi-section-dark h4 a.pi-link-white:hover,
.pi-section-dark .h4 a.pi-link-white:hover,
.pi-section-dark h5 a.pi-link-white:hover,
.pi-section-dark .h5 a.pi-link-white:hover,
.pi-section-dark h6 a.pi-link-white:hover,
.pi-section-dark .h6 a.pi-link-white:hover {
  color: #fff;
}
.pi-section-dark h1 a.pi-link-no-style,
.pi-section-dark .h1 a.pi-link-no-style,
.pi-section-dark h2 a.pi-link-no-style,
.pi-section-dark .h2 a.pi-link-no-style,
.pi-section-dark h3 a.pi-link-no-style,
.pi-section-dark .h3 a.pi-link-no-style,
.pi-section-dark h4 a.pi-link-no-style,
.pi-section-dark .h4 a.pi-link-no-style,
.pi-section-dark h5 a.pi-link-no-style,
.pi-section-dark .h5 a.pi-link-no-style,
.pi-section-dark h6 a.pi-link-no-style,
.pi-section-dark .h6 a.pi-link-no-style {
  color: #ffffff;
}
.pi-section-dark h1 a.pi-link-no-style:hover,
.pi-section-dark .h1 a.pi-link-no-style:hover,
.pi-section-dark h2 a.pi-link-no-style:hover,
.pi-section-dark .h2 a.pi-link-no-style:hover,
.pi-section-dark h3 a.pi-link-no-style:hover,
.pi-section-dark .h3 a.pi-link-no-style:hover,
.pi-section-dark h4 a.pi-link-no-style:hover,
.pi-section-dark .h4 a.pi-link-no-style:hover,
.pi-section-dark h5 a.pi-link-no-style:hover,
.pi-section-dark .h5 a.pi-link-no-style:hover,
.pi-section-dark h6 a.pi-link-no-style:hover,
.pi-section-dark .h6 a.pi-link-no-style:hover {
  color: #0dc0c0;
}
.pi-section-dark abbr,
.pi-section-dark acronym,
.pi-section-dark strong,
.pi-section-dark b {
  color: #ccccd5;
  font-weight: 600;
}
.pi-section-dark a {
  color: #0dc0c0;
}
.pi-section-dark a:hover {
  color: #008599;
}
.pi-section-dark a.pi-link-dark {
  color: #ffffff;
}
.pi-section-dark a.pi-link-dark:hover {
  color: #0dc0c0;
}
.pi-section-dark a.pi-link-white {
  color: #fff;
}
.pi-section-dark a.pi-link-white:hover {
  color: #fff;
}
.pi-section-dark a.pi-link-no-style {
  color: #858d91;
}
.pi-section-dark a.pi-link-no-style:hover {
  color: #0dc0c0;
}
.pi-section-dark .pi-link-dark a {
  color: #ffffff;
}
.pi-section-dark .pi-link-dark a:hover {
  color: #0dc0c0;
}
.pi-section-dark .pi-link-white a {
  color: #fff;
}
.pi-section-dark .pi-link-white a:hover {
  color: #fff;
}
.pi-section-dark .pi-link-no-style a {
  color: #858d91;
}
.pi-section-dark .pi-link-no-style a:hover {
  color: #0dc0c0;
}
.pi-section-dark .lead-18,
.pi-section-dark .lead-20,
.pi-section-dark .lead-22,
.pi-section-dark .lead-24,
.pi-section-dark .lead-26,
.pi-section-dark .lead-28,
.pi-section-dark .lead-30,
.pi-section-dark .lead-32,
.pi-section-dark .lead-34 {
  color: #bbc8ce;
}
.pi-section-dark a strong,
.pi-section-dark a b {
  color: #0dc0c0;
}
.pi-section-dark a strong:hover,
.pi-section-dark a b:hover {
  color: #008599;
}
.pi-section-parallax {
  color: rgba(250, 250, 250, 0.7);
}
.pi-section-parallax h1,
.pi-section-parallax .h1,
.pi-section-parallax h2,
.pi-section-parallax .h2,
.pi-section-parallax h3,
.pi-section-parallax .h3,
.pi-section-parallax h4,
.pi-section-parallax .h4,
.pi-section-parallax h5,
.pi-section-parallax .h5,
.pi-section-parallax h6,
.pi-section-parallax .h6 {
  color: #ffffff;
}
.pi-section-parallax h1.pi-has-border:after,
.pi-section-parallax .h1.pi-has-border:after,
.pi-section-parallax h2.pi-has-border:after,
.pi-section-parallax .h2.pi-has-border:after,
.pi-section-parallax h3.pi-has-border:after,
.pi-section-parallax .h3.pi-has-border:after,
.pi-section-parallax h4.pi-has-border:after,
.pi-section-parallax .h4.pi-has-border:after,
.pi-section-parallax h5.pi-has-border:after,
.pi-section-parallax .h5.pi-has-border:after,
.pi-section-parallax h6.pi-has-border:after,
.pi-section-parallax .h6.pi-has-border:after {
  background: #ffffff;
}
.pi-section-parallax h1.pi-has-base-border:after,
.pi-section-parallax .h1.pi-has-base-border:after,
.pi-section-parallax h2.pi-has-base-border:after,
.pi-section-parallax .h2.pi-has-base-border:after,
.pi-section-parallax h3.pi-has-base-border:after,
.pi-section-parallax .h3.pi-has-base-border:after,
.pi-section-parallax h4.pi-has-base-border:after,
.pi-section-parallax .h4.pi-has-base-border:after,
.pi-section-parallax h5.pi-has-base-border:after,
.pi-section-parallax .h5.pi-has-base-border:after,
.pi-section-parallax h6.pi-has-base-border:after,
.pi-section-parallax .h6.pi-has-base-border:after {
  background: #0dc0c0;
}
.pi-section-parallax h1.pi-has-bg:after,
.pi-section-parallax .h1.pi-has-bg:after,
.pi-section-parallax h2.pi-has-bg:after,
.pi-section-parallax .h2.pi-has-bg:after,
.pi-section-parallax h3.pi-has-bg:after,
.pi-section-parallax .h3.pi-has-bg:after,
.pi-section-parallax h4.pi-has-bg:after,
.pi-section-parallax .h4.pi-has-bg:after,
.pi-section-parallax h5.pi-has-bg:after,
.pi-section-parallax .h5.pi-has-bg:after,
.pi-section-parallax h6.pi-has-bg:after,
.pi-section-parallax .h6.pi-has-bg:after {
  background: url('../img/bg-heading-darker.png');
}
.pi-section-parallax h1 a.pi-link-dark,
.pi-section-parallax .h1 a.pi-link-dark,
.pi-section-parallax h2 a.pi-link-dark,
.pi-section-parallax .h2 a.pi-link-dark,
.pi-section-parallax h3 a.pi-link-dark,
.pi-section-parallax .h3 a.pi-link-dark,
.pi-section-parallax h4 a.pi-link-dark,
.pi-section-parallax .h4 a.pi-link-dark,
.pi-section-parallax h5 a.pi-link-dark,
.pi-section-parallax .h5 a.pi-link-dark,
.pi-section-parallax h6 a.pi-link-dark,
.pi-section-parallax .h6 a.pi-link-dark {
  color: #ffffff;
}
.pi-section-parallax h1 a.pi-link-dark:hover,
.pi-section-parallax .h1 a.pi-link-dark:hover,
.pi-section-parallax h2 a.pi-link-dark:hover,
.pi-section-parallax .h2 a.pi-link-dark:hover,
.pi-section-parallax h3 a.pi-link-dark:hover,
.pi-section-parallax .h3 a.pi-link-dark:hover,
.pi-section-parallax h4 a.pi-link-dark:hover,
.pi-section-parallax .h4 a.pi-link-dark:hover,
.pi-section-parallax h5 a.pi-link-dark:hover,
.pi-section-parallax .h5 a.pi-link-dark:hover,
.pi-section-parallax h6 a.pi-link-dark:hover,
.pi-section-parallax .h6 a.pi-link-dark:hover {
  color: #0dc0c0;
}
.pi-section-parallax h1 a.pi-link-white,
.pi-section-parallax .h1 a.pi-link-white,
.pi-section-parallax h2 a.pi-link-white,
.pi-section-parallax .h2 a.pi-link-white,
.pi-section-parallax h3 a.pi-link-white,
.pi-section-parallax .h3 a.pi-link-white,
.pi-section-parallax h4 a.pi-link-white,
.pi-section-parallax .h4 a.pi-link-white,
.pi-section-parallax h5 a.pi-link-white,
.pi-section-parallax .h5 a.pi-link-white,
.pi-section-parallax h6 a.pi-link-white,
.pi-section-parallax .h6 a.pi-link-white {
  color: #fff;
}
.pi-section-parallax h1 a.pi-link-white:hover,
.pi-section-parallax .h1 a.pi-link-white:hover,
.pi-section-parallax h2 a.pi-link-white:hover,
.pi-section-parallax .h2 a.pi-link-white:hover,
.pi-section-parallax h3 a.pi-link-white:hover,
.pi-section-parallax .h3 a.pi-link-white:hover,
.pi-section-parallax h4 a.pi-link-white:hover,
.pi-section-parallax .h4 a.pi-link-white:hover,
.pi-section-parallax h5 a.pi-link-white:hover,
.pi-section-parallax .h5 a.pi-link-white:hover,
.pi-section-parallax h6 a.pi-link-white:hover,
.pi-section-parallax .h6 a.pi-link-white:hover {
  color: #fff;
}
.pi-section-parallax h1 a.pi-link-no-style,
.pi-section-parallax .h1 a.pi-link-no-style,
.pi-section-parallax h2 a.pi-link-no-style,
.pi-section-parallax .h2 a.pi-link-no-style,
.pi-section-parallax h3 a.pi-link-no-style,
.pi-section-parallax .h3 a.pi-link-no-style,
.pi-section-parallax h4 a.pi-link-no-style,
.pi-section-parallax .h4 a.pi-link-no-style,
.pi-section-parallax h5 a.pi-link-no-style,
.pi-section-parallax .h5 a.pi-link-no-style,
.pi-section-parallax h6 a.pi-link-no-style,
.pi-section-parallax .h6 a.pi-link-no-style {
  color: #ffffff;
}
.pi-section-parallax h1 a.pi-link-no-style:hover,
.pi-section-parallax .h1 a.pi-link-no-style:hover,
.pi-section-parallax h2 a.pi-link-no-style:hover,
.pi-section-parallax .h2 a.pi-link-no-style:hover,
.pi-section-parallax h3 a.pi-link-no-style:hover,
.pi-section-parallax .h3 a.pi-link-no-style:hover,
.pi-section-parallax h4 a.pi-link-no-style:hover,
.pi-section-parallax .h4 a.pi-link-no-style:hover,
.pi-section-parallax h5 a.pi-link-no-style:hover,
.pi-section-parallax .h5 a.pi-link-no-style:hover,
.pi-section-parallax h6 a.pi-link-no-style:hover,
.pi-section-parallax .h6 a.pi-link-no-style:hover {
  color: #0dc0c0;
}
.pi-section-parallax abbr,
.pi-section-parallax acronym,
.pi-section-parallax strong,
.pi-section-parallax b {
  color: rgba(250, 250, 250, 0.8);
  font-weight: 600;
}
.pi-section-parallax a {
  color: #0dc0c0;
}
.pi-section-parallax a:hover {
  color: #008599;
}
.pi-section-parallax a.pi-link-dark {
  color: #ffffff;
}
.pi-section-parallax a.pi-link-dark:hover {
  color: #0dc0c0;
}
.pi-section-parallax a.pi-link-white {
  color: #fff;
}
.pi-section-parallax a.pi-link-white:hover {
  color: #fff;
}
.pi-section-parallax a.pi-link-no-style {
  color: rgba(250, 250, 250, 0.7);
}
.pi-section-parallax a.pi-link-no-style:hover {
  color: #0dc0c0;
}
.pi-section-parallax .pi-link-dark a {
  color: #ffffff;
}
.pi-section-parallax .pi-link-dark a:hover {
  color: #0dc0c0;
}
.pi-section-parallax .pi-link-white a {
  color: #fff;
}
.pi-section-parallax .pi-link-white a:hover {
  color: #fff;
}
.pi-section-parallax .pi-link-no-style a {
  color: rgba(250, 250, 250, 0.7);
}
.pi-section-parallax .pi-link-no-style a:hover {
  color: #0dc0c0;
}
.pi-section-parallax .lead-18,
.pi-section-parallax .lead-20,
.pi-section-parallax .lead-22,
.pi-section-parallax .lead-24,
.pi-section-parallax .lead-26,
.pi-section-parallax .lead-28,
.pi-section-parallax .lead-30,
.pi-section-parallax .lead-32,
.pi-section-parallax .lead-34 {
  color: rgba(250, 250, 250, 0.85);
}
.pi-section-parallax a strong,
.pi-section-parallax a b {
  color: #0dc0c0;
}
.pi-section-parallax a strong:hover,
.pi-section-parallax a b:hover {
  color: #008599;
}
