/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|Inconsolata:400,700');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  color: #191919;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25em;
}
h1,
h2,
h3 {
  font-weight: 300;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 3em;
}
h4,
h5,
h6,
p {
  font-weight: 400;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5,
p,
li {
  font-size: 1em;
}
p,
li {
  line-height: 1.5em;
}
h6 {
  font-size: 0.75em;
  line-height: 1.34em;
}
a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.pl-button,
button {
  display: inline-block;
  vertical-align: top;
  line-height: 2.25em;
  padding: 0 1.125em;
  border: 1px solid #191919;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 1em;
  font-weight: 600;
  color: #191919;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.pl-button:hover,
button:hover {
  background-color: rgba(25, 25, 25, 0.05);
}
.pl-button:active,
button:active {
  background-color: rgba(25, 25, 25, 0.1);
}
.pl-button.pl-small,
button.pl-small {
  padding: 0 0.75em;
  font-size: 0.875em;
  line-height: 1.9em;
}
.pl-button.pl-large,
button.pl-large {
  padding: 0 2.25em;
  font-size: 1.25em;
  line-height: 3.375em;
}
.pl-button.pl-filled,
button.pl-filled {
  padding-top: 1px;
  padding-bottom: 1px;
  border: none;
  color: #f2f2f2;
  background-color: #191919;
}
.pl-button.pl-filled:hover,
button.pl-filled:hover {
  background-color: #191919;
}
.pl-button.pl-filled:active,
button.pl-filled:active {
  background-color: #262626;
}
.pl-button.pl-primary,
button.pl-primary {
  border-color: #009da5;
  color: #009da5;
}
.pl-button.pl-primary:hover,
button.pl-primary:hover {
  background-color: rgba(0, 157, 165, 0.05);
}
.pl-button.pl-primary:active,
button.pl-primary:active {
  background-color: rgba(0, 157, 165, 0.1);
}
.pl-button.pl-primary.pl-filled,
button.pl-primary.pl-filled {
  color: #f2f2f2;
  background-color: #009da5;
}
.pl-button.pl-primary.pl-filled:hover,
button.pl-primary.pl-filled:hover {
  background-color: #009da5;
}
.pl-button.pl-primary.pl-filled:active,
button.pl-primary.pl-filled:active {
  background-color: #00858c;
}
.pl-button.pl-secondary,
button.pl-secondary {
  border-color: #f2f2f2;
  color: #f2f2f2;
}
.pl-button.pl-secondary:hover,
button.pl-secondary:hover {
  background-color: rgba(242, 242, 242, 0.05);
}
.pl-button.pl-secondary:active,
button.pl-secondary:active {
  background-color: rgba(242, 242, 242, 0.1);
}
.pl-button.pl-secondary.pl-filled,
button.pl-secondary.pl-filled {
  color: #191919;
  background-color: #f2f2f2;
}
.pl-button.pl-secondary.pl-filled:hover,
button.pl-secondary.pl-filled:hover {
  background-color: #f2f2f2;
}
.pl-button.pl-secondary.pl-filled:active,
button.pl-secondary.pl-filled:active {
  background-color: #e5e5e5;
}
.pl-button.pl-disabled,
button.pl-disabled {
  opacity: 0.5;
  cursor: default;
}
.pl-button.pl-disabled:hover,
button.pl-disabled:hover,
.pl-button.pl-disabled:active,
button.pl-disabled:active {
  background-color: transparent;
}
pre,
code {
  font-family: 'Inconsolata', 'Courier New', Courier, monospace;
}
pre {
  padding: 1em 1.5em;
  border-left: 1px solid #999999;
  background-color: #e6e6e6;
}
:not(pre) > code {
  padding: 0.2em 0.4em;
  font-size: 0.9em;
  background-color: #f2f2f2;
}
.pl-spaced {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.pl-header {
  width: 100%;
  padding: 0 64px 0 2.25em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: padding 100ms ease-in-out;
  transition: padding 100ms ease-in-out;
}
.pl-header.pl-sticky .pl-header-background {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 768px) {
  .pl-header.pl-sticky .pl-header-logo {
    margin: 1.5em 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pl-header .pl-main-menu,
.pl-header .pl-super-nav {
  z-index: 1;
}
.pl-header .pl-main-menu {
  margin-top: 4em;
  float: right;
  font-size: 0.875em;
}
.pl-header .pl-main-menu:hover + .pl-header-background {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1024px) {
  .pl-header .pl-main-menu {
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.pl-header .pl-header-background {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(black, transparent);
  background: linear-gradient(black, transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.pl-header .pl-header-logo {
  display: block;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  width: 100px;
  margin: 2.25em 0;
  position: relative;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
@media only screen and (max-width: 1441px) {
  .pl-header .pl-header-logo {
    width: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-header .pl-header-logo {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-header .pl-header-logo {
    width: 40px;
    margin: 1.5em 0;
  }
}
.pl-block {
  width: 1441px;
  margin: 0 auto;
  padding: 0 64px;
  text-align: left;
  position: relative;
}
.pl-block p {
  color: #4f5258;
}
.pl-block h4 {
  margin: 0 auto;
}
.pl-block h4.pl-teal {
  color: #009da4;
}
@media only screen and (min-width: 1441px) {
  .pl-block {
    width: 1441px;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-block {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-block {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block {
    width: 100%;
    margin: 0;
    padding: 0 32px;
  }
}
.pl-block.pl-xsmall {
  width: 864.6px;
  margin: 0 auto;
}
@media only screen and (max-width: 1441px) {
  .pl-block.pl-xsmall {
    width: 614.4px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-block.pl-xsmall {
    width: 614.4px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block.pl-xsmall {
    width: 100%;
    margin: 0;
    padding: 0 32px;
  }
}
.pl-block.pl-small {
  width: 1152.8px;
  margin: 0 auto;
}
@media only screen and (max-width: 1441px) {
  .pl-block.pl-small {
    width: 819.2px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-block.pl-small {
    width: 614.4px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block.pl-small {
    width: 100%;
    margin: 0;
    padding: 0 32px;
  }
}
.pl-block.pl-no-divider h2 {
  margin-bottom: 0;
  margin-top: 30px;
}
.pl-block.pl-no-divider h2:before {
  display: none;
}
@media only screen and (min-width: 1441px) {
  .pl-block.pl-has-caption .pl-block-content {
    min-height: 645px;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-block.pl-has-caption .pl-block-content {
    min-height: 535px;
  }
}
.pl-block.pl-about-us .pl-block-content .pl-button {
  border: 1px solid #009da4;
  color: #009da4;
}
@media only screen and (min-width: 1441px) {
  .pl-block.pl-about-us .pl-block-content .pl-block-content-image {
    height: 120%;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-block.pl-about-us .pl-block-content .pl-block-content-image {
    height: 100%;
  }
}
.pl-block.pl-right ul {
  color: #ffffff;
}
.pl-block.pl-right .pl-block-heading {
  width: 38%;
  left: 58%;
}
@media only screen and (max-width: 1441px) {
  .pl-block.pl-right .pl-block-heading {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-block.pl-right .pl-block-heading {
    width: 100%;
    left: 0;
  }
}
.pl-block.pl-right .pl-block-content {
  margin-left: 58%;
}
@media only screen and (max-width: 1024px) {
  .pl-block.pl-right .pl-block-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block.pl-right .pl-block-content {
    margin-left: 0;
  }
}
.pl-block.pl-right .pl-block-content .pl-block-content-extender {
  left: auto;
  right: 100%;
}
.pl-block.pl-right .pl-block-content .pl-block-content-image {
  left: auto;
  right: 100%;
}
@media only screen and (max-width: 1024px) {
  .pl-block.pl-right .pl-block-content .pl-block-content-image {
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block.pl-right .pl-block-content .pl-block-content-image {
    background-position: 0 0;
  }
}
.pl-block p,
.pl-block ul {
  color: #4f5258;
}
.pl-block.pl-primary p,
.pl-block.pl-secondary p,
.pl-block.pl-primary ul,
.pl-block.pl-secondary ul {
  color: #ffffff;
}
.pl-block.pl-primary .pl-block-content,
.pl-block.pl-secondary .pl-block-content {
  color: #f2f2f2;
}
.pl-block.pl-primary .pl-block-content,
.pl-block.pl-primary .pl-block-content-extender {
  background-color: #009da5;
}
.pl-block.pl-secondary .pl-block-content,
.pl-block.pl-secondary .pl-block-content-extender {
  background-color: #3f4146;
}
.pl-block.pl-vimeo .pl-block-content {
  min-height: 455px;
}
.pl-block.pl-vimeo .pl-block-content .pl-block-content-image p {
  top: -4px;
}
@media only screen and (min-width: 1441px) {
  .pl-block {
    padding: 0 57.6px;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-block {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-block {
    padding: 0 51.2px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block {
    padding: 0;
  }
}
.pl-block .pl-block-heading {
  width: 38%;
  margin-left: 64px;
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .pl-block .pl-block-heading {
    margin-left: 57.6px;
    width: 32%;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-block .pl-block-heading {
    margin-left: 57.6px;
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-block .pl-block-heading {
    margin-left: 51.2px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block .pl-block-heading {
    margin-left: 0;
    margin-bottom: 2.5em;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
  }
  .pl-block .pl-block-heading:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.pl-centered .pl-block .pl-block-heading:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.pl-block .pl-block-content,
.pl-block .pl-block-content-extender {
  background-color: #f2f2f2;
}
.pl-block .pl-block-content {
  width: 42%;
  padding: 64px;
  padding-bottom: 115.2px;
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .pl-block .pl-block-content {
    min-height: 560px;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-block .pl-block-content {
    padding-bottom: 153.6px;
    width: 42%;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-block .pl-block-content {
    width: 100%;
    padding: 51.2px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block .pl-block-content {
    width: 100%;
    padding: 44.8px 1em;
    text-align: left;
  }
  .pl-block .pl-block-content ul {
    padding: 0 3em 0 4em;
  }
  .pl-block .pl-block-content p {
    margin-top: 0;
  }
}
.pl-block .pl-block-content > :first-child {
  margin-top: 0;
}
.pl-block .pl-block-content .pl-video {
  width: 100%;
  height: auto;
}
.pl-block .pl-block-content .pl-video img {
  width: 100%;
}
.pl-block .pl-block-content .pl-button {
  margin-top: 1em;
}
.pl-block .pl-block-content .pl-block-content-extender {
  width: 58vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.pl-block .pl-block-content .pl-block-content-image {
  width: 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  bottom: 64px;
  left: 100%;
}
@media only screen and (min-width: 1441px) {
  .pl-block .pl-block-content .pl-block-content-image {
    background-size: cover;
    top: -128px;
    height: 582px;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-block .pl-block-content .pl-block-content-image {
    height: 464px;
    top: -117px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-block .pl-block-content .pl-block-content-image {
    position: relative;
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: 0 0;
    top: -24px;
    left: -45px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-block .pl-block-content .pl-block-content-image {
    width: 100%;
    height: auto;
    background-size: contain;
    overflow: hidden;
    bottom: auto;
    left: 0;
    right: 0;
    margin: -44.8px auto 0;
    padding-top: 30px;
  }
}
.pl-block .pl-block-content .pl-block-content-image p {
  position: relative;
  width: 100%;
  background-color: #4f5258;
  color: #ffffff;
  padding: 32px;
  top: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .pl-block .pl-block-content .pl-block-content-image p {
    padding: 32px;
    top: -3px;
  }
}
.pl-block .pl-block-content .pl-block-content-image img {
  height: auto;
  max-height: 670px;
  max-width: 100%;
  width: 100%;
  top: 24px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .pl-block .pl-block-content .pl-block-content-image img {
    top: 0;
  }
}
.pl-block .pl-block-content .pl-block-content-image .pl-compare-slider + p {
  top: 0;
}
.pl-block .pl-block-content .pl-block-content-image .pl-compare-slider .pl-compare-slider-contents div img {
  top: 0;
}
.pl-blog-feed-section {
  background: #666666;
  color: #f2f2f2;
}
@media only screen and (max-width: 1441px) {
  .pl-blog-feed-section .pl-block {
    width: 100%;
    padding: 0 51.2px;
  }
}
.pl-blog-feed-section .pl-blog-feed-header {
  position: relative;
}
.pl-blog-feed-section .pl-blog-feed-header h1 {
  position: static;
  color: #f2f2f2;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pl-blog-feed-section .pl-blog-feed-header h1 {
    margin-bottom: 2.5em;
  }
}
.pl-blog-feed-section .pl-blog-feed-header h1::before {
  width: 100%;
  background-color: #8f9399;
  bottom: 1em;
}
.pl-blog-feed-section .pl-blog-feed-header a {
  position: absolute;
  right: 0;
  top: 2em;
  color: #009da5;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .pl-blog-feed-section .pl-blog-feed-header a {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .pl-blog-feed-section .pl-blog-feed-header a {
    top: 5.5em;
    right: 0;
    position: relative;
  }
}
@media (max-width: 473px) {
  .pl-blog-feed-section .pl-blog-feed-header a {
    top: 8.5em;
  }
}
.pl-blog-feed-section .pl-blog-feed-header a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url('./assets/icons/arrow.svg');
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pl-blog-feed-items .pl-blog-feed-item + .pl-blog-feed-item {
  margin-left: 1%;
}
.pl-blog-feed-items .pl-blog-feed-item {
  display: inline-block;
  width: 32.66%;
  min-height: 475px;
  position: relative;
  overflow: hidden;
  background: #3f4146;
}
@media only screen and (max-width: 1024px) {
  .pl-blog-feed-items .pl-blog-feed-item {
    width: 48.99999%;
    display: block;
    margin-right: 10px;
    margin-left: 0 !important;
    margin-bottom: 2em;
  }
  .pl-blog-feed-items .pl-blog-feed-item:nth-child(odd) {
    float: left;
  }
  .pl-blog-feed-items .pl-blog-feed-item:nth-child(even) {
    float: right;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pl-blog-feed-items .pl-blog-feed-item {
    position: relative;
    width: 100%;
    min-height: 100%;
  }
}
.pl-blog-feed-items .pl-blog-feed-item img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: -175px;
}
@media only screen and (max-width: 768px) {
  .pl-blog-feed-items .pl-blog-feed-item img {
    position: relative;
    top: 0;
  }
}
.pl-blog-feed-items .pl-blog-feed-item a > div {
  position: absolute;
  background: #3f4146;
  bottom: 0;
  display: block;
  width: 100%;
  height: 11em;
  padding: 2em;
}
@media only screen and (max-width: 768px) {
  .pl-blog-feed-items .pl-blog-feed-item a > div {
    position: relative;
  }
}
.pl-blog-feed-items .pl-blog-feed-item .pl-blog-category {
  font-weight: 400;
  text-transform: uppercase;
}
.pl-blog-feed-items .pl-blog-feed-item .pl-blog-date {
  font-weight: 400;
  text-transform: uppercase;
  color: #8f9399;
}
.pl-blog-feed-items .pl-blog-feed-item a:hover > div {
  background: #009da4;
}
.pl-blog-feed-items .pl-blog-feed-item a:hover > div .pl-blog-date {
  color: #4f5258;
}
.pl-blog-feed-items .pl-blog-feed-item h4 {
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 1em;
}
.pl-carousel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.pl-carousel.pl-carousel-alternate .pl-block .pl-block-content .pl-block-content-image img {
  top: 0;
}
.pl-carousel.pl-carousel-alternate .pl-block .pl-block-content {
  min-height: 455px;
}
.pl-carousel.pl-carousel-alternate .pl-carousel-slides {
  margin-top: 100px;
}
.pl-carousel.pl-carousel-alternate .pl-carousel-slides.pl-carousel-slides-div-nav {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .pl-carousel.pl-carousel-alternate .pl-carousel-slides {
    margin-top: 150px;
  }
  .pl-carousel.pl-carousel-alternate .pl-carousel-slides img {
    max-width: 100%;
  }
}
.pl-carousel .pl-carousel-links .pl-carousel-link {
  margin: 0 8px;
}
.pl-carousel .pl-carousel-links .pl-carousel-link.pl-primary:focus {
  background: #006266;
}
@media only screen and (max-width: 768px) {
  .pl-carousel .pl-carousel-links .pl-carousel-link {
    width: 92%;
    margin-bottom: 10px;
  }
}
.pl-carousel .pl-carousel-links {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin-bottom: 60px;
}
.pl-carousel .pl-carousel-links.pl-div-nav {
  display: table;
  table-layout: fixed;
  width: 80%;
  margin: 1.5em auto 0;
  text-align: center;
  left: auto;
  -webkit-transform: none;
          transform: none;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .pl-carousel .pl-carousel-links.pl-div-nav {
    width: 100%;
  }
}
.pl-carousel .pl-carousel-links .pl-carousel-div-nav {
  display: table-cell;
  background-color: #ffffff;
  padding: 16px 32px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pl-carousel .pl-carousel-links .pl-carousel-div-nav {
    display: block;
    border-bottom: 1px solid #efefef;
  }
  .pl-carousel .pl-carousel-links .pl-carousel-div-nav p {
    display: none;
  }
}
.pl-carousel .pl-carousel-links .pl-carousel-div-nav h3 {
  color: #009da4;
}
.pl-carousel .pl-carousel-links .pl-carousel-div-nav .pl-download {
  color: #009da4;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}
.pl-carousel .pl-carousel-links .pl-carousel-div-nav .pl-download::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url('./assets/icons/download.svg') no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}
.pl-carousel .pl-carousel-links .pl-carousel-active {
  background-color: #4f5258;
  color: #ffffff;
}
.pl-carousel .pl-carousel-links .pl-carousel-active:before,
.pl-carousel .pl-carousel-links .pl-carousel-active:after {
  content: '';
  background: #4f5258;
  height: 1.5em;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .pl-carousel .pl-carousel-links .pl-carousel-active:before,
  .pl-carousel .pl-carousel-links .pl-carousel-active:after {
    display: none;
  }
}
.pl-carousel .pl-carousel-links .pl-carousel-active:before {
  top: -1.5em;
}
.pl-carousel .pl-carousel-links .pl-carousel-active:after {
  bottom: -1.5em;
}
.pl-carousel .pl-carousel-links .pl-carousel-active h3 {
  color: #ffffff;
}
.pl-carousel .pl-carousel-arrow {
  background-color: #e6e6e6;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  height: 48px;
  width: 48px;
  padding: 15px;
  position: absolute;
  top: 50%;
}
.pl-carousel .pl-carousel-arrow.pl-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}
.pl-carousel .pl-round-arrow:after {
  content: '';
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  border: 2px solid #18bac2;
  border-radius: 50%;
}
.pl-carousel.pl-about-us .pl-carousel-arrow {
  top: 15vh;
}
.pl-carousel.pl-about-us .pl-carousel-arrow.pl-left {
  left: 0;
}
.pl-carousel.pl-about-us .pl-carousel-arrow.pl-right {
  right: 0;
}
.pl-carousel .pl-carousel-slides {
  white-space: nowrap;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.pl-carousel .pl-carousel-slides .pl-carousel-slide {
  display: inline-block;
  vertical-align: top;
  width: 100vw;
  white-space: normal;
  overflow: hidden;
}
.pl-carousel .pl-carousel-slides .pl-carousel-slide img {
  width: 80%;
}
.pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block {
  min-height: auto;
}
@media only screen and (max-width: 1441px) {
  .pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-heading {
    left: 0;
    margin-bottom: 0.5em;
    margin-top: 1.3em;
    margin-left: 2em;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-heading {
    left: 0;
    margin-bottom: 0.5em;
    margin-top: 1.3em;
    margin-left: 0;
    width: 100%;
  }
}
.pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content {
  width: 50%;
  margin-left: 50%;
  padding-left: 160px;
}
@media only screen and (max-width: 1024px) {
  .pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content {
    width: 100%;
    padding-top: 64px;
    padding-left: 5%;
    padding-bottom: 128px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content .pl-block-content-image {
  right: 85%;
  width: 108%;
}
@media only screen and (max-width: 1024px) {
  .pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content .pl-block-content-image {
    top: -20px;
    width: 40%;
    height: 260px;
    left: 0;
    float: left;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content .pl-block-content-image {
    margin: 40px 0 0;
    width: 100%;
    height: auto;
  }
}
.pl-carousel .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content .pl-block-content-extender {
  width: 100%;
}
.pl-carousel .pl-carousel-slides-div-nav {
  margin-top: 0;
  margin-bottom: 32px;
}
.pl-carousel .pl-carousel-slides-div-nav .pl-carousel-slide {
  text-align: center;
}
.pl-carousel-no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.pl-monitoring-contact-sales {
  margin: 0.75em;
}
.pl-monitoring-carousel {
  margin-bottom: 0;
}
.pl-monitoring-carousel .pl-xsmall.pl-wrap {
  margin: 1.125em auto;
}
.pl-monitoring-carousel .pl-carousel-div-nav {
  padding: 16px 40px;
}
.pl-section.pl-cta-violator {
  padding: 64px 0;
  background-image: url('./assets/images/grey-bahamas.jpg');
  background-size: cover;
}
.pl-section.pl-cta-violator .pl-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.pl-section.pl-cta-violator .pl-wrap > div div {
  width: 33%;
  padding-right: 2em;
  padding-bottom: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pl-section.pl-cta-violator .pl-wrap > div div {
    width: 100%;
    height: 33%;
    padding-right: 0;
  }
}
.pl-section.pl-cta-violator .pl-wrap > div div > a.pl-button {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .pl-section.pl-cta-violator .pl-wrap > div div > a.pl-button {
    position: relative;
  }
}
.pl-section.pl-cta-violator .pl-wrap > div div h2 {
  color: #009da4;
  margin-bottom: 0;
}
.pl-section.pl-cta-violator .pl-wrap > div div h2:before {
  content: none;
}
.pl-section.pl-cta-violator .pl-wrap > div div p {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .pl-section.pl-cta-violator .pl-wrap > div div p {
    padding-right: 0;
  }
}
.pl-section.pl-cta-violator .pl-wrap > div div .pl-button {
  color: #009da5;
  background: none;
  bottom: 0;
}
.pl-section.pl-cta-violator .pl-wrap > div div .pl-button.pl-primary:hover {
  background: #009da4;
  color: #ffffff;
  border-color: #009da4;
}
.pl-section.pl-cta-violator .pl-wrap > div div .pl-button.pl-primary:active,
.pl-section.pl-cta-violator .pl-wrap > div div .pl-button.pl-primary:focus {
  background: #006266;
  border-color: #006266;
}
.pl-hero {
  width: 100%;
  padding: 360px 64px 0;
  margin-bottom: 128px;
  color: #f2f2f2;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1441px) {
}
@media only screen and (max-width: 1024px) {
  .pl-hero {
    padding: 160px 51.2px 0;
  }
}
@media only screen and (max-width: 768px) {
  .pl-hero {
    margin-bottom: 64px;
    padding-left: 12.8px;
    padding-right: 12.8px;
  }
}
.pl-hero .pl-button.pl-button-callout {
  background: transparent;
  border-color: #009da4;
  color: #009da4;
}
.pl-hero .pl-button.pl-button-callout:hover {
  background: #009da4;
  color: #ffffff;
}
.pl-hero .pl-button.pl-button-callout:active,
.pl-hero .pl-button.pl-button-callout:focus {
  background: #006266;
}
.pl-hero .pl-hero-content {
  font-family: "Gotham SSm A", "Gotham SSm B";
  display: inline-block;
  width: 50%;
  margin-bottom: -64px;
  padding: 51.2px;
  background-color: #4f5258;
  position: relative;
}
@media only screen and (max-width: 1441px) {
  .pl-hero .pl-hero-content {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .pl-hero .pl-hero-content {
    width: 100%;
    margin-bottom: -44.8px;
    padding: 19.2px;
    text-align: center;
  }
}
.pl-hero .pl-hero-content p {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .pl-hero .pl-hero-content h1 {
    font-size: 2em;
  }
}
.pl-hero .pl-hero-content h4 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.pl-hero .pl-hero-caption {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
  right: 64px;
  color: #4f5258;
}
@media only screen and (max-width: 768px) {
  .pl-hero .pl-hero-caption {
    right: auto;
    width: 100%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60px;
  }
}
.pl-hero.pl-hero-alternate .pl-hero-content {
  width: 44em;
  margin-bottom: -34px;
}
@media only screen and (max-width: 768px) {
  .pl-hero.pl-hero-alternate .pl-hero-content {
    width: 100%;
    word-wrap: break-word;
  }
}
.pl-icon {
  width: 40px;
  height: 40px;
  fill: white;
}
.pl-main-menu {
  display: inline-block;
  color: #f2f2f2;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu {
    width: 40px;
    height: 32px;
  }
  .pl-main-menu:before,
  .pl-main-menu:after {
    content: '';
    width: 100%;
    border-top: 3px solid #f2f2f2;
    position: absolute;
    right: 0;
  }
  .pl-main-menu:before {
    background-color: #f2f2f2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pl-main-menu:after {
    height: 100%;
    border-bottom: 3px solid #f2f2f2;
    top: 0;
    cursor: pointer;
  }
  .pl-main-menu:hover .pl-main-menu-items,
  .pl-main-menu:focus .pl-main-menu-items {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pl-main-menu {
    width: 32px;
    height: 26px;
  }
  .pl-main-menu:before,
  .pl-main-menu:after {
    border-width: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu .pl-main-menu-items {
    display: none;
    width: 300px;
    margin-top: 1em;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #191919;
    background-color: #f2f2f2;
    top: 32px;
    right: 0;
  }
  .pl-main-menu .pl-main-menu-items:before {
    content: '';
    width: 100%;
    height: 1em;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pl-main-menu .pl-main-menu-items {
    top: 26px;
  }
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item {
  display: inline-block;
  vertical-align: top;
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item.pl-hidden {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu .pl-main-menu-items .pl-main-menu-item.pl-hidden {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu .pl-main-menu-items .pl-main-menu-item {
    display: block;
  }
  .pl-main-menu .pl-main-menu-items .pl-main-menu-item:first-child {
    padding-top: 1em;
  }
  .pl-main-menu .pl-main-menu-items .pl-main-menu-item:last-child {
    padding-bottom: 1em;
  }
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item a {
  display: inline-block;
  padding: 1em 0;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu .pl-main-menu-items .pl-main-menu-item a {
    display: block;
    padding: 1em 2em;
    line-height: 1em;
  }
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-item-arrow {
  display: none;
  width: 25%;
  height: 3em;
  float: right;
  position: relative;
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-item-arrow:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #191919;
  border-right: 2px solid #191919;
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 1024px) {
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items {
  display: none;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 1em 0;
  position: absolute;
  left: 0;
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items:before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items {
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    box-shadow: none;
    position: static;
  }
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items .pl-main-menu-item {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items .pl-main-menu-item {
    width: auto;
  }
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items .pl-main-menu-item a {
  padding: 0.5em 0;
  line-height: 1em;
  text-transform: none;
}
.pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items .pl-main-menu-item a:hover {
  color: #009da5;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu .pl-main-menu-items .pl-main-menu-item .pl-main-menu-items .pl-main-menu-item a {
    padding: 0.75em 2em;
    text-transform: inherit;
  }
}
.pl-main-menu > .pl-main-menu-items:hover {
  box-shadow: inset 0 -1px 0 #f2f2f2;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu > .pl-main-menu-items:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.5);
  }
}
.pl-main-menu > .pl-main-menu-items:hover + .pl-main-menu-spacer {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu > .pl-main-menu-items:hover + .pl-main-menu-spacer {
    display: none;
  }
}
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item {
  margin-left: 3em;
}
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:first-child {
  margin-left: 0;
}
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:hover > a,
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:focus > a {
  box-shadow: inset 0 -3px 0 #f2f2f2;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:hover > a,
  .pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:focus > a {
    box-shadow: none;
    color: #f2f2f2;
    background-color: #009da5;
  }
}
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:hover .pl-main-menu-item-arrow,
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:focus .pl-main-menu-item-arrow {
  background-color: #009da5;
}
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:hover .pl-main-menu-item-arrow:before,
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:focus .pl-main-menu-item-arrow:before {
  border-color: #f2f2f2;
}
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:hover .pl-main-menu-items,
.pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:focus .pl-main-menu-items {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:hover .pl-main-menu-items,
  .pl-main-menu > .pl-main-menu-items > .pl-main-menu-item:focus .pl-main-menu-items {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-main-menu > .pl-main-menu-items > .pl-main-menu-item {
    margin-left: 0;
  }
}
.pl-main-menu .pl-main-menu-spacer {
  display: none;
  margin: 1em 0 2.25em;
}
@-webkit-keyframes fadeToBlack {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@keyframes fadeToBlack {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.pl-modal {
  padding: 32px;
}
.pl-modal .pl-modal-open {
  position: fixed;
  text-align: center;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: fadeToBlack 1s;
          animation: fadeToBlack 1s;
}
.pl-modal .pl-modal-body {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #000000;
  padding: 8px 8px;
}
.pl-modal .pl-modal-body .pl-close-modal:before {
  content: 'X';
  color: white;
}
.pl-modal .pl-modal-body .pl-close-modal {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  border: 8px solid #18bac2;
  border-radius: 32px;
  background-color: #18bac2;
  line-height: 10px;
  display: inline-block;
}
.pl-modal .pl-modal-image {
  text-align: center;
}
.pl-modal .pl-modal-image img {
  cursor: pointer;
  height: 100%;
  width: auto;
}
.pl-header {
  z-index: 2 !important;
}
.pl-wrap .pl-promo-cta p {
  color: #ffffff;
}
.pl-promo-cta {
  background: #18bac2;
  position: fixed;
  bottom: 0;
  right: 5%;
  color: #ffffff;
  z-index: 1;
  -webkit-transform: translateY(129px);
          transform: translateY(129px);
}
@media (min-width: 1441px) {
  .pl-promo-cta {
    width: 300px;
    height: 166px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .pl-promo-cta {
    width: 256px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-promo-cta {
    width: 60vw;
    margin: 0 auto;
    right: auto;
    padding: 1em 2em;
    position: relative;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    z-index: 0;
    background: #009da4;
  }
  .pl-promo-cta .pl-promo-tagline {
    background: none;
  }
  .pl-promo-cta .pl-button {
    width: 160px;
    display: block;
    margin-top: 1em;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .pl-promo-cta {
    width: 100%;
  }
}
.pl-promo-cta * {
  position: relative;
  color: #ffffff;
}
.pl-promo-cta.pl-non-sticky {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
@media (min-width: 1441px) {
  .pl-promo-cta.pl-non-sticky {
    text-align: left;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .pl-promo-cta.pl-non-sticky {
    text-align: left;
    -webkit-transform: translateY(122px);
            transform: translateY(122px);
  }
  .pl-promo-cta.pl-non-sticky .pl-button {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-promo-cta.pl-non-sticky {
    -webkit-transform: none;
            transform: none;
  }
}
.pl-promo-cta.pl-non-sticky:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pl-promo-cta.pl-non-sticky .pl-button {
  margin-top: 0;
  margin-left: 2em;
  font-size: 14px;
}
@media (min-width: 1441px) {
  .pl-promo-cta.pl-sticky {
    background: #009da4;
    bottom: auto;
    text-align: center;
    top: -12px;
    height: auto;
    padding: 0.6em 0;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .pl-promo-cta.pl-sticky {
    background: #009da4;
    bottom: auto;
    text-align: center;
    top: -24px;
    height: auto;
    padding: 0.6em 0;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-promo-cta.pl-sticky {
    -webkit-transition: none;
    transition: none;
    width: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  .pl-promo-cta.pl-sticky {
    width: 100%;
  }
}
.pl-promo-cta.pl-sticky p {
  display: inline;
  top: 6px;
}
.pl-promo-cta.pl-sticky p.pl-promo-tagline {
  background: none;
  padding-right: 0;
  border-bottom: none;
}
.pl-promo-cta.pl-sticky p.pl-promo-value {
  padding-left: 1em;
}
@media (min-width: 1025px) {
  .pl-promo-cta.pl-sticky .pl-button {
    margin-top: 0;
    font-size: 14px;
  }
}
.pl-promo-cta.pl-sticky .pl-clear {
  display: none;
}
.pl-promo-cta p {
  padding: 0 2em;
}
.pl-promo-cta p.pl-promo-tagline {
  margin: 0 auto;
  padding-top: 0.6em;
  padding-bottom: 0.5em;
  background: #009da4;
  border-bottom: 1px solid #18bac2;
}
@media only screen and (max-width: 1024px) {
  .pl-promo-cta p.pl-promo-tagline {
    background: none;
    display: block;
    border: none;
    padding-bottom: 1em;
  }
}
.pl-promo-cta p.pl-promo-value {
  margin-top: 0.5em;
}
.pl-promo-cta .pl-button {
  color: #ffffff;
  border-color: #ffffff;
  background: #18bac2;
  margin-top: 1em;
}
@media only screen and (max-width: 1024px) {
  .pl-promo-cta .pl-button {
    margin-top: 2em;
    display: inline-block;
    width: auto;
  }
}
.pl-quote {
  padding-right: 64px;
}
@media only screen and (max-width: 768px) {
  .pl-quote {
    padding-right: 0;
  }
}
.pl-quote .pl-quote-content {
  font-weight: 600;
  color: #009da5;
  text-align: right;
  text-transform: none;
}
.pl-quote .pl-quote-content:before {
  content: none;
}
.pl-quote .pl-quote-speaker {
  text-align: right;
  margin-bottom: 0;
}
.pl-quote .pl-quote-speaker-info {
  text-align: right;
  font-size: 12px;
  margin-top: 8px;
}
.pl-section {
  margin: 70.4px 0;
  overflow: hidden;
  color: #4f5258;
}
.pl-section .pl-section-anchor {
  display: inline-block;
  visibility: hidden;
  position: relative;
  top: -150px;
}
.pl-section .pl-button {
  border: 1px solid #009da4;
  color: #009da4;
  text-transform: uppercase;
}
.pl-section .pl-button:hover {
  color: #ffffff;
  background: #009da4;
}
.pl-section .pl-button:active,
.pl-section .pl-button:focus {
  background: #006266;
  color: #ffffff;
  border-color: #006266;
}
.pl-section .pl-button.pl-primary {
  background: #009da4;
  border-color: #ffffff;
  color: #ffffff;
}
.pl-section .pl-button.pl-primary:hover {
  background: #006266;
  border-color: #006266;
}
.pl-section .pl-button.pl-primary:focus,
.pl-section .pl-button.pl-primary:active {
  background: none;
  border-color: #006266;
}
.pl-section.pl-primary {
  background-color: #009da5;
  color: #ffffff;
}
.pl-section.pl-primary h1:before,
.pl-section.pl-primary h2:before {
  background-color: #3f4146;
}
.pl-section.pl-primary .pl-button {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.pl-section.pl-primary .pl-button.pl-secondary:hover {
  background: #ffffff;
  color: #009da4;
}
.pl-section.pl-primary .pl-button.pl-secondary:active,
.pl-section.pl-primary .pl-button.pl-secondary:focus {
  background: #006266;
  color: #ffffff;
  border-color: #006266;
}
.pl-section.pl-padded {
  padding: 64px 0;
}
.pl-section.pl-no-margin {
  margin: 0;
}
.pl-section.pl-centered h1:before,
.pl-section.pl-centered h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pl-section.pl-gray {
  background-color: #f2f2f2;
  color: #4f5258;
}
.pl-section.pl-dark-gray {
  background-color: #4f5258;
  color: #ffffff;
}
.pl-section.pl-secondary {
  background-color: #3f4146;
}
.pl-section.pl-secondary h1:before,
.pl-section.pl-secondary h2:before {
  background-color: #999999;
}
@media only screen and (max-width: 768px) {
  .pl-section {
    margin: 32px 0;
  }
}
.pl-section h1 {
  line-height: 1.2em;
}
.pl-section h1,
.pl-section h2 {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 0.45em;
  position: relative;
}
.pl-section h1:before,
.pl-section h2:before {
  content: '';
  width: 1.2em;
  height: 3px;
  background-color: #009da5;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .pl-section h2 {
    margin-bottom: 1.5em;
  }
}
.pl-compare-slider {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pl-compare-slider {
    height: 300px;
  }
}
.pl-compare-slider .pl-compare-slider-contents div {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
}
.pl-compare-slider .pl-slider-handle {
  background-color: #009da4;
  border: 3px solid #f2f2f2;
  border-radius: 1000px;
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  cursor: pointer;
  height: 38px;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.pl-compare-slider .pl-slider-handle:before,
.pl-compare-slider .pl-slider-handle:after {
  content: '';
  display: block;
  width: 3px;
  height: 9999px;
  margin-left: -1.5px;
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
}
.pl-compare-slider .pl-slider-handle:before {
  bottom: 50%;
  margin-bottom: 19px;
}
.pl-compare-slider .pl-slider-handle:after {
  margin-top: 35px;
}
.pl-compare-slider .pl-slider-handle .arrow {
  border: 6px inset transparent;
  height: 0;
  position: absolute;
  width: 0;
  margin-top: -6px;
  top: 50%;
}
.pl-compare-slider .pl-slider-handle .arrow.left {
  border-right: 6px solid #f2f2f2;
  left: 50%;
  margin-left: -17px;
}
.pl-compare-slider .pl-slider-handle .arrow.right {
  border-left: 6px solid #f2f2f2;
  margin-right: -17px;
  right: 50%;
}
.pl-super-nav {
  padding-right: 55px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 0.65em;
}
@media only screen and (max-width: 1024px) {
  .pl-super-nav {
    display: none;
  }
}
.pl-super-nav > * {
  display: inline-block;
}
.pl-super-nav .pl-button {
  color: #f2f2f2;
  border-color: #f2f2f2;
  border-top: 0;
  margin-right: 2em;
  padding: 0 2em;
  line-height: 2.5em;
}
@media only screen and (max-width: 768px) {
  .pl-super-nav .pl-button {
    margin-right: 1em;
    line-height: 1.9em;
    padding: 0 1em;
  }
}
.pl-super-nav .pl-user-control {
  background: #009da5;
  border: 1px solid #009da5;
  padding: 0.4em 1em 0.5em;
}
@media only screen and (max-width: 768px) {
  .pl-super-nav .pl-user-control {
    padding: 0.2em 0.5em 0.4em;
  }
}
.pl-super-nav .pl-user-control * {
  vertical-align: middle;
  color: #f2f2f2;
  display: inline-block;
  cursor: pointer;
}
.pl-super-nav .pl-user-control a {
  text-decoration: none;
}
.pl-super-nav .pl-user-control a:hover {
  color: #006266;
}
.pl-super-nav .pl-user-control a:hover:after {
  color: #ffffff;
}
.pl-super-nav .pl-user-control a:first-child::after {
  content: '|';
  margin: 0 .8em;
}
.pl-super-nav .pl-user-control a:nth-child(2) {
  top: 1px;
  position: relative;
}
.pl-super-nav .pl-user-control .pl-gravatar {
  margin-right: 2em;
  height: 1em;
}
.pl-super-nav .pl-dialog.pl-login {
  bottom: 0;
  height: 240px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 480px;
}
.pl-tooltip {
  opacity: 0;
  display: inline-block;
  position: absolute;
  padding: 10px 20px;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 0 7px black;
  background: #4f5258;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pl-tooltip.active {
  opacity: 1;
  margin-top: 5px;
}
.pl-tooltip.out {
  opacity: 0;
  margin-top: -20px;
}
.pl-tooltip .arrow:after {
  background: #4f5258;
}
.pl-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.pl-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pl-two-cell-violator {
  background: url('./assets/images/grey-bahamas.jpg');
  background-size: cover;
  text-align: left;
  height: 35em;
}
.pl-two-cell-violator .pl-box:first-child {
  float: left;
}
.pl-two-cell-violator .pl-box:first-child .pl-image-mask {
  opacity: .1;
}
.pl-two-cell-violator .pl-box:last-child {
  float: right;
}
.pl-two-cell-violator .pl-box:last-child .pl-image-mask {
  opacity: .5;
}
.pl-two-cell-violator .pl-box {
  width: 50%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pl-two-cell-violator .pl-box {
    background: url('./assets/images/grey-bahamas.jpg');
    width: 100%;
  }
}
.pl-two-cell-violator .pl-image-mask {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.pl-two-cell-violator .pl-box-content {
  position: absolute;
  left: 6em;
  right: 1em;
  bottom: 1em;
  top: 3em;
}
.pl-two-cell-violator .pl-box-content p,
.pl-two-cell-violator .pl-box-content h2 {
  color: #efefef;
}
.pl-two-cell-violator .pl-box-content > div {
  position: absolute;
  bottom: 1em;
}
.pl-two-cell-violator .pl-box-content h2::before {
  background: #009da4;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width: 768px) {
  .pl-two-cell-violator .pl-box-content {
    left: 1em;
  }
}
.pl-video {
  height: auto;
  position: relative;
}
.pl-video .pl-video-play {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.pl-video .pl-video-play::before,
.pl-video .pl-video-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.pl-video .pl-video-play::after {
  border-top: 13px solid transparent;
  border-left: 26px solid white;
  border-bottom: 13px solid transparent;
}
.pl-video .pl-video-play:hover::after {
  border-left-color: #009da5;
}
.pl-video .pl-video-play:hover::before,
.pl-video .pl-video-play:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
          transform: translateY(-50%) translateX(-50%) scale(1.2);
}
.pl-video .pl-video-play::before {
  width: 100px;
  height: 50px;
  background-color: black;
  border-radius: 4px;
  opacity: .7;
}
.pl-video .pl-video-play::before {
  width: 100px;
  height: 50px;
  background-color: black;
  border-radius: 4px;
  opacity: .7;
}
.pl-violator {
  padding: 1.5em 64px;
  color: #efefef;
  line-height: 1em;
  font-weight: 200;
  text-align: center;
  background-color: #191919;
}
.pl-violator span {
  font-weight: 200;
}
.pl-violator .pl-violator-cta {
  margin-left: 1em;
  color: #009da5;
  text-decoration: none;
}
.pl-wrap {
  width: 1441px;
  margin: 0 auto;
}
.pl-wrap p {
  color: #4f5258;
}
.pl-wrap h4 {
  margin: 0 auto;
}
.pl-wrap h4.pl-teal {
  color: #009da4;
}
@media only screen and (min-width: 1441px) {
  .pl-wrap {
    width: 1441px;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-wrap {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-wrap {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-wrap {
    width: 100%;
    margin: 0;
    padding: 0 32px;
  }
}
.pl-wrap.pl-xsmall {
  width: 864.6px;
  margin: 0 auto;
}
@media only screen and (max-width: 1441px) {
  .pl-wrap.pl-xsmall {
    width: 614.4px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-wrap.pl-xsmall {
    width: 614.4px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-wrap.pl-xsmall {
    width: 100%;
    margin: 0;
    padding: 0 32px;
  }
}
.pl-wrap.pl-small {
  width: 1152.8px;
  margin: 0 auto;
}
@media only screen and (max-width: 1441px) {
  .pl-wrap.pl-small {
    width: 819.2px;
  }
}
@media only screen and (max-width: 1024px) {
  .pl-wrap.pl-small {
    width: 614.4px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-wrap.pl-small {
    width: 100%;
    margin: 0;
    padding: auto 32px;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 16px;
  background-size: 350px 335px;
  background-image: -webkit-linear-gradient(left, #f2f2f2 1px, transparent 1px), -webkit-linear-gradient(top, #f2f2f2 1px, transparent 1px);
  background-image: linear-gradient(to right, #f2f2f2 1px, transparent 1px), linear-gradient(to bottom, #f2f2f2 1px, transparent 1px);
  background-position: calc(50% - 175px) 0;
}
@media only screen and (max-width: 1441px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-style: normal;
  font-weight: 400;
}
h1,
h2 {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
h5,
p,
li {
  font-size: 0.9em;
}
h6 {
  font-size: 0.75em;
}
.pl-center {
  margin: 0 auto;
}
.pl-centered {
  text-align: center;
}
.pl-clear {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
.pl-col-third {
  width: 33%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .pl-col-third {
    width: 100%;
  }
}
.pl-col-fourth {
  width: 24.99999%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .pl-col-fourth {
    width: 49.99999%;
  }
}
@media only screen and (max-width: 768px) {
  .pl-col-fourth {
    width: 100%;
  }
}
.pl-button-group {
  display: table;
  border-spacing: 1em;
  width: 100%;
  table-layout: fixed;
}
.pl-button-group .pl-button {
  display: table-cell;
  width: 50%;
}
.pl-home-hero {
  padding: 160px;
  padding-right: 60px;
  height: 100vh;
  text-align: right;
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .pl-home-hero {
    padding: 192px 51.2px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-home-hero {
    padding-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pl-home-hero.pl-left .pl-hero-content {
  left: auto;
  right: 70px;
}
@media only screen and (max-width: 768px) {
  .pl-home-hero.pl-left .pl-hero-content {
    left: 18px;
  }
}
.pl-home-hero .pl-hero-content {
  margin: 0;
  text-align: left;
  padding: 40px;
  background-color: rgba(63, 65, 70, 0.9);
  width: 530px;
  position: absolute;
  right: 56px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 1024px) {
  .pl-home-hero .pl-hero-content {
    width: 445px;
  }
}
@media only screen and (max-width: 768px) {
  .pl-home-hero .pl-hero-content {
    width: 90%;
    left: 18px;
    padding: 32px;
  }
}
.pl-home-hero .pl-hero-content h1 {
  margin-bottom: 32px;
  line-height: 1.3em;
  font-size: 2.8em;
}
@media only screen and (max-width: 768px) {
  .pl-home-hero .pl-hero-content h1 {
    font-size: 2em;
    margin-bottom: 16px;
  }
}
.pl-home-hero .pl-hero-content h2 {
  font-weight: 200;
}
.pl-home-hero .pl-hero-content h4 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .pl-home-hero .pl-hero-content h4 {
    font-size: 1em;
  }
}
.pl-home-hero .pl-hero-content h5 {
  margin: 0;
}
.pl-home-hero .pl-hero-content h5:not(.pl-link) {
  margin-bottom: 19.2px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f2f2f2;
}
.pl-home-hero .pl-hero-content h5.pl-link {
  color: #009da5;
}
.pl-home-hero .pl-hero-content .pl-button {
  border: none;
  color: #009da4 !important;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  font-size: 0.9em;
}
.pl-home-hero .pl-hero-content .pl-button::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url('./assets/icons/arrow.svg');
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .pl-home-hero .pl-hero-content .pl-button {
    font-size: 0.7em;
    margin-top: 1em;
  }
}
.pl-home-hero .pl-hero-caption {
  right: auto;
  left: 64px;
}
@media only screen and (max-width: 768px) {
  .pl-home-hero .pl-hero-caption {
    right: auto;
    left: 48px;
  }
}
.pl-home .pl-hero.pl-home-hero {
  margin-bottom: 0;
}
.pl-home .pl-section .pl-block .pl-block-content h4 {
  color: #ffffff;
}
.pl-home .pl-section:nth-child(3) .pl-block .pl-block-content h4 {
  color: #009da4;
  font-weight: 600;
}
.pl-home .pl-section h4 {
  margin-bottom: 14px;
}
.pl-home .pl-home-imagery .pl-home-imagery {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 4em;
  padding-right: 4em;
  text-align: left;
}
.pl-home .pl-home-imagery .pl-home-imagery .pl-right {
  float: right;
  width: 63%;
}
@media only screen and (max-width: 1441px) {
  .pl-home .pl-home-imagery .pl-home-imagery .pl-right {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .pl-home .pl-home-imagery .pl-home-imagery .pl-right {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .pl-home .pl-home-imagery .pl-home-imagery {
    width: 100%;
    padding-right: 0;
  }
}
.pl-home .pl-home-imagery .pl-home-imagery p {
  color: #4f5258;
}
.pl-home .pl-home-imagery .pl-home-imagery h4 {
  margin: 0;
  color: #009da5;
}
.pl-home .pl-home-imagery .pl-home-imagery .pl-home-imagery-image {
  width: 30%;
  height: 30%;
  margin-right: 2em;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .pl-home .pl-home-imagery .pl-home-imagery .pl-home-imagery-image {
    width: 28%;
    height: auto;
  }
}
.pl-home .pl-home-imagery .pl-home-imagery .pl-button {
  background: #009da4;
  color: #ffffff;
}
.pl-home .pl-home-imagery .pl-home-imagery .pl-button:hover {
  background: #ffffff;
  color: #009da4;
  border-color: #009da4;
}
.pl-home .pl-home-imagery .pl-home-imagery .pl-button:active,
.pl-home .pl-home-imagery .pl-home-imagery .pl-button:focus {
  background: #006266;
  color: #ffffff;
  border-color: #006266;
}
.pl-home .pl-carousel .pl-carousel-arrow {
  background-size: 85% !important;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  background: #f2f2f2 2px 7px no-repeat;
}
@media only screen and (max-width: 768px) {
  .pl-home .pl-carousel .pl-carousel-arrow {
    top: auto;
    bottom: 20px;
  }
}
.pl-home .pl-carousel .pl-carousel-arrow.pl-left {
  left: 4px;
}
.pl-home .pl-carousel .pl-carousel-arrow.pl-right {
  right: 4px;
}
.pl-home .pl-carousel svg.pl-carousel-arrow {
  padding: 10px 10px 10px 6px;
  fill: #009da4;
}
.pl-home .pl-carousel svg.pl-carousel-arrow:hover {
  background: #009da4;
  fill: #ffffff;
}
.pl-home .pl-carousel svg.pl-carousel-arrow:focus,
.pl-home .pl-carousel svg.pl-carousel-arrow:active {
  background: #006266;
  fill: #ffffff;
}
.pl-home .pl-carousel.pl-get-started .pl-carousel-arrow {
  margin-top: 0;
  top: 142px;
}
@media only screen and (min-width: 1441px) {
  .pl-home .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content {
    min-height: 485px;
  }
}
@media only screen and (max-width: 1441px) {
  .pl-home .pl-carousel-slides .pl-carousel-slide .pl-block .pl-block-content {
    width: 45%;
    padding-bottom: 206px;
  }
}
.pl-home .pl-carousel-slides .pl-carousel-slide .pl-button {
  border-color: #f2f2f2;
  color: #f2f2f2;
  margin-top: 20px;
  padding: 2px 6px;
}
@media only screen and (max-width: 1441px) {
  .pl-home .pl-carousel-slides .pl-carousel-slide .pl-block-content-image img {
    width: 100%;
  }
}
.pl-home .pl-violator {
  margin-top: -4em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pl-home .pl-violator {
    margin-top: 0;
  }
}
