@charset "UTF-8";
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.list-item .img img, main img, .ri {
  display: block;
  height: auto !important;
  max-width: 100%;
}

.wrap:before, .wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
.wrap {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
}

main .wrap, main .inner {
  padding: 2rem 1.5rem;
}

.list-item .list-link, .site-kpwealth .big-center-link a, .big-center-link a, .pdf-thumb .pdf-thumb-text-link {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 1.3rem 0 0.5rem;
  padding: 0.5rem 0.8rem 0.5rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.list-item .list-link:hover, .big-center-link a:hover, .pdf-thumb .pdf-thumb-text-link:hover, .list-item .list-link:active, .big-center-link a:active, .pdf-thumb .pdf-thumb-text-link:active, .list-item .list-link:focus, .big-center-link a:focus, .pdf-thumb .pdf-thumb-text-link:focus {
  background-color: #005b99;
  color: white;
}

.page-clients .list-item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

html {
  height: 100%;
  background-color: black;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  color: rgb(76.5, 76.5, 76.5);
  font-family: "Montserrat", sans-serif;
}

a {
  color: #005b99;
  transition: all 200ms;
}

body.site-kpwealth a {
  color: #00305b;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

strong {
  font-weight: 500;
}

.nowrap {
  white-space: nowrap;
}

section:before, section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}

hr {
  border: 0;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  height: 0;
  margin: 2.5rem 0 0.5rem;
}

.kpio-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/KPIO_element-70.png"), linear-gradient(51deg, rgba(0, 91, 153, 0.6) 0%, rgba(46, 46, 46, 0) 100%);
  background-repeat: no-repeat;
  background-size: contain;
}

.banner .kpio-overlay {
  z-index: 0;
}

.banner .wrap {
  z-index: 1;
}

.banner {
  background: url("../img/banner-default.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.embed-wrap {
  padding-bottom: 56%;
  position: relative;
  width: 100%;
}
.embed-wrap iframe, .embed-wrap object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .video-container {
    width: 60%;
    margin: 0 auto 2rem;
  }
}

iframe[name=google_conversion_frame] {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

a[href^="mailto:"] {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  padding: 0 15px;
}

.modal-open {
  overflow: hidden;
}

.popup {
  width: 800px;
  position: relative;
  top: 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.3rem;
  outline: 0;
}
@media only screen and (max-width: 810px) {
  .popup {
    width: 100%;
    top: 80px;
  }
}

.popup-header {
  padding: 15px;
}

.popup-header h2 {
  margin-top: 0;
  color: #005b99;
}

.country-select select {
  height: 48px;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  font-size: 17px;
}

.country-select button {
  display: block;
  background: #005b99;
  color: #fff;
  padding: 14px;
  width: 180px;
  font-size: 17px;
  cursor: pointer;
  margin-top: 25px;
  text-transform: uppercase;
  border: none;
}

.popup-body {
  max-height: 360px;
  min-height: 360px;
  overflow-y: scroll;
  padding: 0 15px;
}

.popup-body .content {
  display: none;
}

.popup-body strong {
  font-weight: bold;
}

@media only screen and (max-width: 420px) {
  .country-select button {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .popup-body {
    max-height: 250px;
    min-height: 250px;
  }
}
header {
  position: relative;
  z-index: 901;
  background: #fff;
}

header a {
  text-decoration: none;
}

.kp-logo {
  background: url("/img/kpg-logo-centred-2.svg");
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: 150%;
  display: block;
  height: 4.8rem;
  margin: 0 auto;
  max-width: 240px;
  transition: none;
}

.call,
.expand-nav {
  box-shadow: inset 1px 0 0 0 rgb(255, 255, 255);
  border: 0;
  border-right: 1px solid rgb(216.75, 216.75, 216.75);
  display: block;
  height: 4.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
}
.call:focus,
.expand-nav:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  outline: none;
}

.call {
  background: white url("/img/icons/icon-phone-mobile.svg") center no-repeat;
  background-size: 33%;
  border-left: 1px solid rgb(216.75, 216.75, 216.75);
  border-right: none;
  left: auto;
  right: 0;
  text-indent: -12345px;
}

.expand-nav {
  background: white url("/img/icons/icon-nav-mobile.svg") center no-repeat;
  background-size: 33%;
  right: 0;
  transition: none;
}
.nav-expanded .expand-nav {
  background-image: url("/img/icons/icon-close-mobile.svg");
}

.mobile-nav-wrap:before, .mobile-nav-wrap:after {
  content: "";
  display: table;
}
.mobile-nav-wrap:after {
  clear: both;
}
.mobile-nav-wrap {
  background-color: black;
  border-bottom: 5px solid #005b99;
  display: none;
  position: relative;
}
.mobile-nav-wrap .kp-logo {
  display: none;
}

#search {
  margin: 0;
  padding: 1.2rem 1.5rem;
  width: 100%;
}
#search input {
  background-image: url("/img/icons/icon-search.svg");
  background-color: #f9f9f9;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border: 0;
  border-radius: 0.9rem;
  display: block;
  font-size: 0.7rem;
  height: 1.9rem;
  padding: 0 2.5rem 0 1.5rem;
  width: 100%;
}
#search input:focus {
  box-shadow: 0px 0px 1px 1px rgb(255, 255, 255);
  outline: none;
}
#search .header-phone {
  display: none;
}

nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul ul {
  display: none;
}
nav a {
  color: white;
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
nav [class^=icon-],
nav [class*=" icon-"] {
  padding-left: 3rem;
  position: relative;
}
nav [class^=icon-]:before,
nav [class*=" icon-"]:before {
  left: 1.5rem;
  position: absolute;
  top: 1.2rem;
}

@media screen and (max-width: 767px) {
  header nav a {
    color: white !important;
  }
}
nav.main .mobile-highlight a,
nav.util .mobile-highlight a,
nav.social li a {
  background-color: rgb(25.5, 25.5, 25.5);
}

nav.main .special a,
nav.util .special a {
  background-color: #005b99;
}

.subnav-expand {
  background-color: transparent;
  display: block;
  height: 3.1rem;
  margin: 0 !important;
  padding: 0;
  position: absolute !important;
  right: 0;
  text-align: center;
  top: 0;
  width: 3.5rem;
  z-index: 20000;
}

header nav li {
  background-color: rgb(25.5, 25.5, 25.5);
  border-top: 1px solid rgb(38.25, 38.25, 38.25);
  position: relative;
}
header nav li.has-sub > a {
  margin-right: 3.5rem;
}
header nav li.has-sub > a:before {
  font-size: 1.5rem;
  left: 1rem;
  top: 0.9rem;
}
header nav a {
  background-color: black;
  letter-spacing: 0.1em;
  padding: 1.2rem 1.5rem;
  -webkit-tap-highlight-color: rgba(0, 91, 153, 0.2);
}
header nav a:before {
  display: inline-block;
  font-size: 1rem;
  padding-right: 0.5rem;
}
header nav a:active, header nav a:focus {
  background-color: #005b99;
}
header nav ul ul a {
  background-color: rgb(25.5, 25.5, 25.5);
}

.overlay {
  background-color: black;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 900;
}

.btn {
  background-color: #005b99;
  border: 1px solid #005b99;
  border-radius: 2rem;
  color: white;
  font-weight: 300;
  line-height: 1;
  padding: 0.6rem 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: white;
  border-color: #005b99;
  color: #005b99;
}

body.site-kpwealth .btn {
  background-color: #00305b;
  border: 1px solid #00305b;
}
body.site-kpwealth .btn:hover, body.site-kpwealth .btn:active, body.site-kpwealth .btn:focus {
  border-color: #00305b;
  color: #00305b;
}

.banner .btn {
  font-size: 0.9rem;
  padding-left: 2.5rem;
  position: relative;
}
.banner .btn:before {
  font-size: 0.9rem;
  left: 1.1rem;
  padding-right: 0.5rem;
  position: absolute;
  top: 0.7rem;
}

.download {
  padding-left: 1.8rem;
  position: relative;
  text-decoration: none;
}
.download:hover, .download:active, .download:focus {
  text-decoration: underline;
}
.download:before {
  font-size: 1.3rem;
  left: 0;
  position: absolute;
  top: 0;
}

.pdf-thumb {
  display: inline-block;
  padding-top: 1rem;
  text-align: center;
  width: 100%;
  position: relative;
}
.pdf-thumb a:first-child {
  max-width: 120px;
  float: left;
}
.pdf-thumb a:last-child {
  bottom: 0;
  position: absolute;
  left: 120px;
  margin-bottom: 0;
  margin-left: 15px;
}
.pdf-thumb img {
  margin: 0 auto;
  max-width: 120px;
}
.banner .wrap {
  padding-bottom: 12rem;
}
.banner .inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner ul {
  margin: 0;
  padding: 0;
}
.banner ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner ul {
  bottom: 2rem;
  position: absolute;
  right: 1rem;
}
.banner ul li {
  display: inline;
  margin-left: 1rem;
  white-space: nowrap;
}

.banner-content-text {
  color: white;
  padding: 2rem 3rem 2rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: -12rem;
  margin-top: 12rem;
  position: relative;
}
.banner-content-text h1 {
  margin-top: 0;
  line-height: 1rem;
}
.banner-content-text i.corner {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 2.85rem;
  width: 3rem;
  z-index: 1;
  z-index: 10;
}
.banner-content-text i.corner svg {
  fill: white;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  padding: 1.2rem 0 0.5rem 0;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  color: #005b99;
  display: inline-block;
  font-size: 0.9rem;
  -webkit-font-smoothing: auto;
}
.breadcrumbs ul li:after {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem 0 0.5rem;
}
.breadcrumbs a {
  color: #005b99;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
  text-decoration: underline;
}
.flex-wrap .breadcrumbs, .no-sidebar .breadcrumbs {
  padding: 0.7rem 0 0.7rem;
}

body.contact_thank-you .intro, body.page-404 .intro {
  border-bottom: 0;
}
body.contact_thank-you .intro p, body.page-404 .intro p {
  text-align: center;
}

main {
  padding-top: 1.1rem;
}
main .wrap, main .inner {
  padding-top: 0;
}
main > .wrap {
  width: 100%;
}
main h1 {
  color: #005b99;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
main p, main li {
  line-height: 1.5;
  margin: 0 0 1.1rem;
  -webkit-font-smoothing: antialiased;
}
main p strong, main li strong {
  color: black;
}
main li {
  margin-bottom: 0.7rem;
}
main h2, main h3, main h4 {
  color: #005b99;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 2.5rem 0 1rem;
}
main h2 {
  font-size: 1.8rem;
}
main h3 {
  font-size: 1.4rem;
  margin: 2.2rem 0 0.8rem;
}
main h4 {
  font-size: 1.2rem;
  margin: 2rem 0 0.5rem;
}
main .intro {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
main .intro p {
  font-size: 1.1rem;
}

.big-center-link a {
  margin-top: 0;
}
.big-center-link a:hover, .big-center-link a:active, .big-center-link a:focus {
  background-color: #005b99;
  color: white;
}

.site-kpwealth .big-center-link a {
  margin-top: 0;
}
.site-kpwealth .big-center-link a:hover, .site-kpwealth .big-center-link a:active, .site-kpwealth .big-center-link a:focus {
  background-color: #00305b;
  color: white;
}

.list-page .intro {
  border-bottom: 0;
}

.site-kpwealth .list-item .list-link:hover, .site-kpwealth .list-item .list-link:active, .site-kpwealth .list-item .list-link:focus {
  background-color: #00305b;
  color: white;
}

.list-item:before, .list-item:after {
  content: "";
  display: table;
}
.list-item:after {
  clear: both;
}
.list-item {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  min-height: 205px;
  padding: 2rem 0 4.3rem;
  position: relative;
}
.list-item.download-list, .list-item.search-item {
  min-height: auto;
}
.list-item .img {
  left: 0;
  max-width: 210px;
  position: absolute;
  top: 2rem;
  width: 30%;
}
@media screen and (min-width: 550px) {
  .list-item .img {
    width: 280px;
  }
}
.list-item .text {
  margin-left: 35%;
}
@media screen and (min-width: 550px) {
  .list-item .text {
    margin-left: 210px;
  }
}
.list-item h2 {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}
.list-item h2 span {
  color: #555555;
  display: block;
  font-size: 0.8rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 550px) {
  .list-item h2 span {
    display: inline-block;
    padding-left: 1rem;
    padding-top: 0;
  }
}
.list-item h4 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}
.list-item p {
  font-size: 0.9rem;
  margin: 0 0 0.7rem;
}
.list-item .list-link {
  font-size: 1rem;
  position: absolute;
  bottom: 2rem;
  margin: 0 !important;
}
.list-item .list-link:before {
  font-size: 1.4rem;
}
.list-item .list-link:hover, .list-item .list-link:active, .list-item .list-link:focus {
  background-color: #005b99;
  color: white;
}

.site-kpgroup .list-item {
  position: relative;
  padding: 2rem 0;
  min-height: auto;
}
.site-kpgroup .list-item .img {
  float: left;
}
.site-kpgroup .list-item img, .site-kpgroup .list-item .img {
  min-height: 150px;
  position: static;
}
@media screen and (min-width: 768px) {
  .site-kpgroup .list-item img, .site-kpgroup .list-item .img {
    min-height: 160px;
    max-width: 240px !important;
  }
}
@media screen and (max-width: 420px) {
  .site-kpgroup .list-item img, .site-kpgroup .list-item .img {
    width: 100% !important;
    float: none;
    margin: 0;
    max-width: none;
  }
}
@media screen and (max-width: 420px) {
  .site-kpgroup .list-item .text {
    width: 100%;
    margin: 0;
    float: none;
    margin-top: 1rem;
  }
}
.site-kpgroup .list-item .list-link {
  position: absolute;
}
@media screen and (max-width: 420px) {
  .site-kpgroup .list-item .list-link {
    position: static;
    bottom: 0;
  }
}
@media screen and (min-width: 550px) {
  .site-kpgroup .contact-form .wrap {
    width: 50%;
  }
}

.page-clients .list-item h2, .page-clients .list-item p {
  font-size: 1rem;
}
.video-list .img {
  position: relative;
  margin-bottom: 1rem;
  max-width: 100%;
  top: auto;
  width: 100%;
}
.video-list .text {
  margin: 0;
  width: 100%;
}
.video-list h2 {
  font-size: 1.5rem;
}
.video-list .client-name {
  font-weight: 700;
  margin-bottom: 0;
}

figure {
  margin: 0 0 2rem;
}

figcaption {
  color: #555555;
  font-size: 0.8rem;
  font-style: italic;
  padding-top: 0.5rem;
}

.pagination:before, .pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  padding: 1rem 1.5rem;
}
.pagination a {
  text-decoration: none;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
  text-decoration: underline;
}

#previous-page {
  float: left;
}

#next-page {
  float: right;
}

.landing-page .banner {
  background-color: #005b99;
  padding: 1rem;
}
.landing-page .banner .wrap {
  height: auto;
  padding-bottom: 0;
}
.landing-page .banner .inner {
  position: relative;
}
.landing-page .intro {
  margin: 1.5rem auto 0;
  padding-bottom: 0;
}
.landing-page .final-cta {
  margin-bottom: 3rem;
  text-align: center;
}
.landing-page .landing-video {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .landing-page .landing-video {
    float: left;
    width: 50%;
  }
}
.landing-page .landing-video h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}

.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 0.5s linear;
}

.overlay-active {
  overflow: hidden;
}

.overlay-wrapper {
  height: 100%;
  width: 100%;
  transition: visibility 1s, opacity 0.5s linear;
  z-index: 99999;
}
.overlay-wrapper .overlay-lightbox {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.overlay-wrapper .overlay-text {
  background: white;
  vertical-align: middle;
  z-index: 99999;
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
  padding: 2rem;
}
.overlay-wrapper .overlay-text-container {
  position: relative;
}
.overlay-wrapper .close-thik:after {
  content: "✖";
}
.overlay-wrapper [class*=close-] {
  color: #777;
  font: 20px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  cursor: pointer;
  position: absolute;
  top: -1.5rem;
  right: 0rem;
}

.site-kp .banner-content-text {
  position: relative;
  padding: 3rem 2.5rem 2rem;
}
.site-kp .banner-content-text:after {
  border: 3px solid white;
  content: " ";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.site-kp .banner-content-text .plus {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px;
  z-index: 500;
  display: block;
  background-color: #005b99;
}
.site-kp .banner-content-text .plus:before {
  background-color: white;
  content: " ";
  position: absolute;
  bottom: 7px;
  left: 15px;
  height: 19px;
  width: 3px;
}
.site-kp .banner-content-text .plus:after {
  background-color: white;
  content: " ";
  position: absolute;
  bottom: 15px;
  left: 7px;
  width: 19px;
  height: 3px;
}
.site-kp .banner-content-text .corner {
  display: block;
  position: absolute;
  height: 1.9rem;
  width: 2rem;
  z-index: 1;
  top: 2rem;
  right: 2rem;
}