@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 */
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.member img, .page-icon-list .img img, .side-difference img, .news-item img, .list-item .img img, main img, .footer-icons .icon 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%;
}

aside.secondary-page .inner, main .wrap, main .inner {
  padding: 2rem 1.5rem;
}

.form button, #UserRegistrationForm button, .final-cta a, .more, #home-news-categories .more, #home-news .more, #more-testimonials a, .list-item .list-link, .site-kpwealth .big-center-link a, .big-center-link a, .banner-content 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;
}
.form button:hover, #UserRegistrationForm button:hover, .final-cta a:hover, .more:hover, #home-news-categories .more:hover, #home-news .more:hover, #more-testimonials a:hover, .list-item .list-link:hover, .big-center-link a:hover, .banner-content a:hover, .pdf-thumb .pdf-thumb-text-link:hover, .form button:active, #UserRegistrationForm button:active, .final-cta a:active, .more:active, #home-news-categories .more:active, #home-news .more:active, #more-testimonials a:active, .list-item .list-link:active, .big-center-link a:active, .banner-content a:active, .pdf-thumb .pdf-thumb-text-link:active, .form button:focus, #UserRegistrationForm button:focus, .final-cta a:focus, .more:focus, #home-news-categories .more:focus, #home-news .more:focus, #more-testimonials a:focus, .list-item .list-link:focus, .big-center-link a:focus, .banner-content a:focus, .pdf-thumb .pdf-thumb-text-link:focus {
  background-color: #005b99;
  color: white;
}

.overview-menu .tile, #home-site-areas a {
  background-color: white;
  box-shadow: inset 0 0 0 3px #005b99;
  display: block;
  overflow: hidden;
  padding-bottom: 33%;
  position: relative;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.overview-menu .tile h2, #home-site-areas a h2 {
  bottom: 0;
  color: #005b99;
  font-size: 1.2rem;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 0.9rem;
  position: absolute;
  transition: background-color 200ms;
  width: 100%;
  z-index: 600;
  -webkit-font-smoothing: antialiased;
}
.overview-menu .tile .plus, #home-site-areas a .plus {
  background-color: #005b99;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px;
  width: 20px;
  height: 20px;
  z-index: 500;
}
.overview-menu .tile .plus:before, #home-site-areas a .plus:before {
  background-color: white;
  content: " ";
  position: absolute;
  bottom: 7px;
  left: 15px;
  height: 19px;
  width: 3px;
}
.overview-menu .tile .plus:after, #home-site-areas a .plus:after {
  background-color: white;
  content: " ";
  position: absolute;
  bottom: 15px;
  left: 7px;
  width: 19px;
  height: 3px;
}
.overview-menu .tile .corner, #home-site-areas a .corner {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 2.375rem;
  width: 2.5rem;
  z-index: 1;
}
.overview-menu .tile .corner svg, #home-site-areas a .corner svg {
  fill: #005b99;
  width: 100%;
  height: 100%;
}
body.site-kpwealth .overview-menu .tile .plus, .overview-menu body.site-kpwealth .tile .plus, body.site-kpwealth #home-site-areas a .plus, #home-site-areas body.site-kpwealth a .plus {
  background-color: #00305b;
}
body.site-kpwealth .overview-menu .tile h2, .overview-menu body.site-kpwealth .tile h2, body.site-kpwealth #home-site-areas a h2, #home-site-areas body.site-kpwealth a h2 {
  color: #00305b;
}
body.site-kpwealth .overview-menu .tile .corner, .overview-menu body.site-kpwealth .tile .corner, body.site-kpwealth #home-site-areas a .corner, #home-site-areas body.site-kpwealth a .corner {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 2.375rem;
  width: 2.5rem;
  z-index: 1;
}
body.site-kpwealth .overview-menu .tile .corner svg, .overview-menu body.site-kpwealth .tile .corner svg, body.site-kpwealth #home-site-areas a .corner svg, #home-site-areas body.site-kpwealth a .corner svg {
  fill: #00305b;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 420px) {
  .overview-menu .tile, #home-site-areas a {
    float: left;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: calc(25% - 0.75rem);
    width: calc(50% - 0.75rem);
  }
  .overview-menu .tile:nth-child(odd), #home-site-areas a:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (min-width: 550px) {
  .overview-menu .tile, #home-site-areas a {
    padding-bottom: 20%;
  }
}

.page-icon-list h3, .side-news .news-item, .side-expert .team-item, aside.secondary-page h2, .contact-details h2 {
  padding-bottom: 1rem;
  position: relative;
}
.page-icon-list h3:after, .side-news .news-item:after, .side-expert .team-item:after, aside.secondary-page h2:after, .contact-details h2:after {
  background-color: #005b99;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 3rem;
}

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

@font-face {
  font-family: "liberation_sansregular";
  src: url("../fonts/LiberationSans-Regular-webfont.eot");
  src: url("../fonts/LiberationSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/LiberationSans-Regular-webfont.woff") format("woff"), url("../fonts/LiberationSans-Regular-webfont.ttf") format("truetype"), url("../fonts/LiberationSans-Regular-webfont.svg#liberation_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "liberation_sansbold";
  src: url("../fonts/LiberationSans-Bold-webfont.eot");
  src: url("../fonts/LiberationSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/LiberationSans-Bold-webfont.woff") format("woff"), url("../fonts/LiberationSans-Bold-webfont.ttf") format("truetype"), url("../fonts/LiberationSans-Bold-webfont.svg#liberation_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "liberation_sansbold_italic";
  src: url("../fonts/LiberationSans-BoldItalic-webfont.eot");
  src: url("../fonts/LiberationSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/LiberationSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/LiberationSans-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/LiberationSans-BoldItalic-webfont.svg#liberation_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "liberation_sansitalic";
  src: url("../fonts/LiberationSans-Italic-webfont.eot");
  src: url("../fonts/LiberationSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/LiberationSans-Italic-webfont.woff") format("woff"), url("../fonts/LiberationSans-Italic-webfont.ttf") format("truetype"), url("../fonts/LiberationSans-Italic-webfont.svg#liberation_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kellypartners";
  src: url("../fonts/kellypartners.eot");
  src: url("../fonts/kellypartners.eot?#iefix") format("embedded-opentype"), url("../fonts/kellypartners.woff") format("woff"), url("../fonts/kellypartners.ttf") format("truetype"), url("../fonts/kellypartners.svg#kellypartners") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "kellypartners" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class*=" icon-"]:after {
  font-family: "kellypartners" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle-o-right:before {
  content: "a";
}

.icon-arrow-circle-o:after {
  content: "a";
}

.icon-bars:before {
  content: "b";
}

.icon-calendar:before {
  content: "c";
}

.icon-envelope:before {
  content: "d";
}

.icon-facebook-official:before {
  content: "e";
}

.icon-folder-open-o:before {
  content: "f";
}

.icon-rss-square:before {
  content: "g";
}

.icon-search:before {
  content: "h";
}

.icon-twitter:before {
  content: "i";
}

.icon-youtube:before {
  content: "j";
}

.icon-times:before {
  content: "k";
}

.icon-angle-down:before {
  content: "l";
}

.icon-angle-down-o:after {
  content: "l";
}

.icon-angle-left:before {
  content: "m";
}

.icon-angle-right:before {
  content: "n";
}

.icon-circle-o:before {
  content: "o";
}

.icon-circle:before {
  content: "p";
}

.icon-phone:before {
  content: "q";
}

.icon-print:before {
  content: "r";
}

.icon-caret-square-o-down:before {
  content: "s";
}

.icon-linkedin-square:before {
  content: "t";
}

.icon-download:before {
  content: "u";
}

.icon-instagrem:before {
  content: "v";
}

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;
  }
}
.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;
}
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;
}

footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer {
  background-color: #005b99;
  color: white;
  display: block;
  padding-top: 3rem;
  text-align: center;
  width: 100%;
  background-image: url("../img/KPIO_element-70.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  footer {
    background-size: cover;
  }
}
footer a:hover, footer a:active, footer a:focus {
  color: rgb(153, 213.6666666667, 255);
}
@media screen and (max-width: 767px) {
  footer a:hover, footer a:active, footer a:focus {
    color: white;
  }
}
footer h2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 0.8rem;
  -webkit-font-smoothing: antialiased;
}
footer nav a {
  padding: 0.5rem 0;
  text-decoration: none;
}

.footer-main,
.footer-contact,
.footer-newsletter,
.tgs-global {
  padding: 3rem 0 1rem;
}

.footer-main {
  border-top: 0;
  padding-top: 0;
}
.footer-main a.client-login {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.5rem 0.8rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  margin-top: 1rem;
}
.footer-main a.client-login:hover {
  background-color: white;
  color: #00305b;
}

@media screen and (min-width: 550px) {
  .footer-contact {
    margin: 0 auto;
    max-width: 450px;
  }
}
.footer-contact ul {
  margin: 0;
  padding: 0;
}
.footer-contact ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact ul li {
  margin-bottom: 1rem;
}
.footer-contact a {
  color: white;
  font-size: 0.9rem;
  line-height: 1.6;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.footer-contact a.location-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-contact a.icon-phone, .footer-contact a.icon-envelope {
  padding: 0 0.8rem 0 1.3rem;
  position: relative;
}
.footer-contact a.icon-phone:before, .footer-contact a.icon-envelope:before {
  left: 0;
  position: absolute;
  top: 0.2rem;
}
.footer-contact a.icon-phone:before {
  top: 0.3rem;
}

.footer-contact-address {
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-newsletter,
.footer-disclaimer {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  padding: 2rem 1.5rem;
  text-align: left;
}
.footer-newsletter p,
.footer-disclaimer p {
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
}

.footer-disclaimer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-disclaimer h2 {
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-disclaimer p {
  font-size: 0.75rem;
}

.footer-icons {
  align-items: center;
  display: flex;
}
.footer-icons .icon {
  padding: 0.5rem;
  min-width: 18.5%;
}
.footer-icons .icon img {
  max-width: 80px;
}

.footer-newsletter:before, .footer-newsletter:after {
  content: "";
  display: table;
}
.footer-newsletter:after {
  clear: both;
}
.footer-newsletter .freeform-row .freeform-column .freeform-label.freeform-required:after {
  display: none;
}
.footer-newsletter .freeform-row .freeform-column .freeform-errors > li, .footer-newsletter .freeform-row .freeform-column .ff-errors > li,
.footer-newsletter .freeform-form-has-errors {
  color: #fff;
}
.footer-newsletter input {
  border: 0;
  border-radius: 3px;
  margin-bottom: 0.6rem;
  padding: 0.85rem 1rem;
  width: 100%;
}
.footer-newsletter button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem 0.8rem 0.4rem;
  position: relative;
  text-transform: uppercase;
}
.footer-newsletter button:hover, .footer-newsletter button:active, .footer-newsletter button:focus {
  background-color: white;
  color: #005b99;
}

.footer-copyright:before, .footer-copyright:after {
  content: "";
  display: table;
}
.footer-copyright:after {
  clear: both;
}
.footer-copyright {
  background-color: black;
  font-size: 0.8rem;
  line-height: 1.7rem;
  padding: 0.8rem 1.5rem 1.3rem;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.footer-copyright a {
  color: white;
  text-decoration: none;
}
.footer-copyright a:hover, .footer-copyright a:active, .footer-copyright a:focus {
  color: rgb(153, 213.6666666667, 255);
}
.footer-copyright nav {
  margin-bottom: 0.2rem;
}
.footer-copyright nav a {
  font-size: 0.8rem;
  text-transform: capitalize;
}
.footer-copyright nav li:first-child a:hover,
.footer-copyright nav li:nth-child(2) a:hover {
  color: white;
  cursor: none;
}
.footer-copyright p {
  margin-bottom: 0;
}
.footer-copyright ul:before, .footer-copyright ul:after {
  content: "";
  display: table;
}
.footer-copyright ul:after {
  clear: both;
}
.footer-copyright ul {
  margin: 0;
  padding: 0;
}
.footer-copyright ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-copyright ul {
  text-align: center;
}
.footer-copyright ul.footer-other {
  margin-top: 1rem;
}
.footer-copyright ul li {
  display: inline-block;
  padding: 0 0.4rem;
}
.footer-copyright ul li:nth-child(3) {
  clear: left;
}

.print-email a {
  padding: 0 0.3rem 1rem 1.3rem;
  position: relative;
}
.print-email a:before {
  padding-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 2px;
}

#tbone-logo {
  background: url("../img/tbone.svg") no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  height: 1.7rem;
  margin-left: 0.2rem;
  text-indent: -12345px;
  width: 6rem;
  vertical-align: middle;
}

#banner {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  overflow: hidden;
  position: relative;
  clear: both;
}
#banner .slide {
  width: 100%;
}
#banner .swiper-button-prev, #banner .swiper-button-next {
  background-image: none;
}

.banner-img-mobile {
  background: #005b99 no-repeat center center;
  background-size: cover;
  padding-top: 48%;
}
.swiper-slide-video .banner-img-mobile {
  padding-top: 0;
}
body.site-kpwealth .banner-img-mobile {
  background-color: #00305b;
}

.banner-img {
  display: none;
}

.swiper-slide-video .embed-wrap {
  padding-bottom: 48%;
}

.banner-content {
  background-color: #005b99;
  color: white;
  padding: 3rem 3rem 1rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 20;
}
.banner-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0.5em 0;
  position: relative;
  z-index: 20;
}
.banner-content a {
  border-color: white;
  color: white;
}
.banner-content a:hover, .banner-content a:active, .banner-content a:focus {
  background-color: white;
  color: #005b99;
}
.banner-content i.corner {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 2.85rem;
  width: 3rem;
  z-index: 1;
}
.banner-content i.corner svg {
  fill: white;
  width: 100%;
  height: 100%;
}
.banner-content i.corner {
  z-index: 10;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  border: 2px solid white;
  display: inline-block;
  margin: 2px 0;
  opacity: 0.6;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid white;
  opacity: 1;
}

.swiper-slide.worldmap {
  background-color: #005b99;
}
.swiper-slide.worldmap h1 {
  color: white;
  font-size: 2.2rem;
  margin: 0;
  padding: 2.5rem 0 0;
  text-align: center;
}

#home-site-areas {
  padding: 1.5rem;
}
#home-site-areas a .transparent-layout {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
#home-site-areas a h2 p {
  display: none;
  font-size: 1.2rem;
}
#home-site-areas a.no-style {
  box-shadow: none;
}
#home-site-areas a.no-style h2 {
  color: #fff;
  padding: 1.2rem;
}
body.site-kp #home-site-areas a:nth-child(1), body.site-kpwealth #home-site-areas a:nth-child(1), body.site-kpgroup #home-site-areas a:nth-child(1) {
  box-shadow: none;
}
body.site-kp #home-site-areas a:nth-child(1) .corner, body.site-kpwealth #home-site-areas a:nth-child(1) .corner, body.site-kpgroup #home-site-areas a:nth-child(1) .corner {
  display: none !important;
}
body.site-kp #home-site-areas a:nth-child(1), body.site-kp #home-site-areas a:nth-child(2), body.site-kp #home-site-areas a:nth-child(3), body.site-kp #home-site-areas a:nth-child(4), body.site-kp #home-site-areas a:nth-child(5), body.site-kp #home-site-areas a:nth-child(6) {
  box-shadow: none;
}
body.site-kp #home-site-areas a:nth-child(1) h2, body.site-kp #home-site-areas a:nth-child(2) h2, body.site-kp #home-site-areas a:nth-child(3) h2, body.site-kp #home-site-areas a:nth-child(4) h2, body.site-kp #home-site-areas a:nth-child(5) h2, body.site-kp #home-site-areas a:nth-child(6) h2 {
  color: white;
}
body.site-kp #home-site-areas a:nth-child(1) .corner svg, body.site-kp #home-site-areas a:nth-child(2) .corner svg, body.site-kp #home-site-areas a:nth-child(3) .corner svg, body.site-kp #home-site-areas a:nth-child(4) .corner svg, body.site-kp #home-site-areas a:nth-child(5) .corner svg, body.site-kp #home-site-areas a:nth-child(6) .corner svg {
  fill: white;
}
body.site-kpgroup #home-site-areas .blue-style-block, body.site-kpgroup #home-site-areas .white-style-block {
  background-color: #005b99;
  box-shadow: none;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position-x: 87%;
  background-position-y: 61%;
  position: relative;
}
body.site-kpgroup #home-site-areas .blue-style-block .plus, body.site-kpgroup #home-site-areas .white-style-block .plus {
  display: none !important;
}
body.site-kpgroup #home-site-areas .blue-style-block:after, body.site-kpgroup #home-site-areas .white-style-block:after {
  content: "";
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/img/img-border-01.png") no-repeat center center;
  background: url("/img/img-border-01.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
  body.site-kpgroup #home-site-areas .blue-style-block:after, body.site-kpgroup #home-site-areas .white-style-block:after {
    background: url("/img/img-border-03.png") no-repeat center center;
    background: url("/img/img-border-03.svg") no-repeat center center;
  }
}
body.site-kpgroup #home-site-areas .blue-style-block h2, body.site-kpgroup #home-site-areas .white-style-block h2 {
  color: white;
  padding: 2rem;
  z-index: 600;
  width: 82%;
}
body.site-kpgroup #home-site-areas .blue-style-block .plus, body.site-kpgroup #home-site-areas .white-style-block .plus {
  display: block;
}
body.site-kpgroup #home-site-areas .blue-style-block .corner, body.site-kpgroup #home-site-areas .white-style-block .corner {
  display: none;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.9rem;
  width: 2rem;
  z-index: 1;
}
body.site-kpgroup #home-site-areas .blue-style-block .corner svg, body.site-kpgroup #home-site-areas .white-style-block .corner svg {
  fill: white;
  width: 100%;
  height: 100%;
}
body.site-kpgroup #home-site-areas .blue-style-block .corner, body.site-kpgroup #home-site-areas .white-style-block .corner {
  top: 2rem;
  right: 2rem;
}
body.site-kpgroup #home-site-areas .white-style-block {
  background-color: white;
}
body.site-kpgroup #home-site-areas .white-style-block:after {
  display: none !important;
  background: url("/img/img-border-01-blue.png") no-repeat center center;
  background: url("/img/img-border-01-blue.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
  body.site-kpgroup #home-site-areas .white-style-block:after {
    background: url("/img/img-border-03-blue.png") no-repeat center center;
    background: url("/img/img-border-03-blue.svg") no-repeat center center;
  }
}
body.site-kpgroup #home-site-areas .white-style-block h2 {
  color: #fff;
  text-shadow: none;
}
body.site-kpgroup #home-site-areas .border-top-bottom-block {
  background-color: white;
  box-shadow: inset 0 0 0 3px #005b99;
  overflow: visible;
  text-align: center;
}
body.site-kpgroup #home-site-areas .border-top-bottom-block:before, body.site-kpgroup #home-site-areas .border-top-bottom-block:after {
  background-color: #005b99;
  content: " ";
  display: block;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 3rem;
  z-index: 1;
}
body.site-kpgroup #home-site-areas .border-top-bottom-block:before {
  top: 25%;
}
body.site-kpgroup #home-site-areas .border-top-bottom-block:after {
  bottom: 25%;
}
body.site-kpgroup #home-site-areas .border-top-bottom-block h2 {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #005b99;
}
body.site-kpgroup #home-site-areas .border-top-bottom-block .corner {
  display: none;
}
body.site-kpgroup #home-site-areas .border-top-bottom-block .plus {
  display: block;
  background-color: white;
  left: -15px;
  bottom: -15px;
}
body.site-kpgroup #home-site-areas .border-top-bottom-block .plus:before, body.site-kpgroup #home-site-areas .border-top-bottom-block .plus:after {
  background-color: #005b99;
}
body.site-kpgroup #home-site-areas .blue-style-block {
  color: #fff;
}

.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;
}

.contact-map {
  height: 20rem;
  width: 100%;
}

main h1 {
  font-size: 2.5rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  main h1 {
    font-size: 3rem;
  }
}

main .intro {
  border: 0;
  max-width: 1050px !important;
  width: 100% !important;
}
main .intro p {
  font-size: 1rem;
  margin: 0 0 0.8rem;
}
main .intro p:first-of-type {
  font-weight: 300;
}

.contact-details {
  line-height: 1.5;
  margin-bottom: 2rem;
}
.contact-details h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.contact-details a {
  text-decoration: none;
}
.contact-details a:hover, .contact-details a:active, .contact-details a:focus {
  text-decoration: underline;
}
.contact-details strong {
  display: block;
}

#home-stats {
  background-color: #005b99;
  color: white;
  text-align: center;
}
#home-stats strong {
  border: 1px solid white;
  border-bottom: 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 3rem 1.5rem 2rem;
  padding: 2.8rem 1.5rem;
  position: relative;
  text-transform: uppercase;
}
#home-stats strong:before, #home-stats strong:after {
  border-bottom: 1px solid white;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 33%;
}
#home-stats strong:before {
  left: 0;
}
#home-stats strong:after {
  right: 0;
}
#home-stats h2 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 6rem;
  font-size: 1rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: -5.5rem 0 2rem;
  padding-top: 6rem;
  position: relative;
}

#home-clients {
  padding: 3rem 0 2rem;
  text-align: center;
  width: 100%;
}
#home-clients h2 {
  color: #005b99;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0 0 2rem;
}
#home-clients h3 {
  color: #005b99;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 0.4rem;
  padding: 0 1rem;
}
#home-clients p.home-client-name {
  font-weight: 700;
  margin-bottom: 0;
}
#home-clients p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  padding: 0 1rem;
  -webkit-font-smoothing: antialiased;
}
#home-clients .inner:before, #home-clients .inner:after {
  content: "";
  display: table;
}
#home-clients .inner:after {
  clear: both;
}
#home-clients .inner {
  padding: 0 1.5rem;
}
#home-clients .embed-wrap {
  margin: 2rem 0;
}
#home-clients .swiper-button-prev, #home-clients .swiper-button-next {
  background-size: 1rem 2rem;
  height: 2rem;
  margin-top: 0;
  top: 8.9rem;
  width: 1.5rem;
}

#more-testimonials a {
  color: #005b99;
  font-size: 1rem;
  margin-top: 0;
  text-transform: uppercase;
}
#more-testimonials a:hover, #more-testimonials a:active, #more-testimonials a:focus {
  background-color: #005b99;
  color: white;
}

#home-news {
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 3rem 1.5rem;
}
#home-news h2 {
  color: #005b99;
  font-size: 2.3rem;
  font-weight: 300;
  margin: 0 0 1.5rem;
  text-align: center;
}
#home-news .more {
  font-size: 0.9rem;
  margin-top: 0.3rem;
}
#home-news .more:hover, #home-news .more:active, #home-news .more:focus {
  background-color: #005b99;
  color: white;
}
#home-news aside {
  text-align: center;
}
#home-news aside .more {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
#home-news aside .more:hover, #home-news aside .more:active, #home-news aside .more:focus {
  background-color: #005b99;
  color: white;
}

.news-item:before, .news-item:after {
  content: "";
  display: table;
}
.news-item:after {
  clear: both;
}
.news-item {
  background: white;
  border: 1px solid rgb(242.25, 242.25, 242.25);
  margin: 1.5rem 0;
  padding: 1rem 2rem 0;
  -webkit-font-smoothing: antialiased;
}
.news-item .date {
  color: #666666;
  margin-bottom: 0;
}
.news-item h3 {
  color: #005b99;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0.5rem 0 1rem;
}
.news-item p {
  color: #666666;
  line-height: 1.7;
}
.news-info {
  border-top: 1px solid rgb(242.25, 242.25, 242.25);
  margin: 0 -2rem;
  overflow: auto;
}
.news-info p {
  float: left;
  font-size: 0.85rem;
  line-height: 1.3;
  margin: 0;
  padding: 1.5rem 0 0 1.5rem;
  width: 50%;
}
.news-info p span {
  color: #999999;
  display: block;
  font-size: 0.6rem;
  padding-bottom: 0.4rem;
  text-transform: uppercase;
}
.news-info p a {
  text-decoration: none;
}
.news-info p a:hover, .news-info p a:active, .news-info p a:focus {
  text-decoration: underline;
}
.news-info img {
  float: right;
  width: 160px;
}

#home-news-categories {
  padding: 1rem 0;
}
#home-news-categories h2 {
  color: #005b99;
  font-size: 1.2rem;
  margin: 0 0 1rem;
  text-align: left;
}
#home-news-categories h2:after {
  display: none;
}
#home-news-categories ul {
  margin: 0;
  padding: 0;
}
#home-news-categories ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#home-news-categories ul {
  border-bottom: 1px dotted #555555;
  margin-bottom: 2rem;
}
#home-news-categories ul li {
  border-top: 1px dotted #555555;
  font-size: 0.9rem;
  padding: 0.7rem 0;
}
#home-news-categories ul li:after {
  content: "»";
  padding-left: 0.4rem;
}
#home-news-categories ul a {
  color: #005b99;
  text-decoration: none;
}
#home-news-categories ul a:hover, #home-news-categories ul a:active, #home-news-categories ul a:focus {
  text-decoration: underline;
}
#home-news-categories .more {
  color: #005b99;
}

@media screen and (min-width: 1020px) {
  .overview-menu .tile h2 {
    font-size: 1.4rem;
  }
}

aside.secondary-page {
  background-color: rgb(229.5, 229.5, 229.5);
}
aside.secondary-page h2 {
  color: #005b99;
}

.list-wrap {
  padding-bottom: 3rem;
}

.side-news, .side-news-categories, .side-difference, .side-expert, .side-locations {
  border-bottom: 3px solid white;
}

.site-kpwealth .side-expert .team-item:after {
  background-color: #00305b;
}
.site-kpwealth .side-expert .team-item h3 {
  color: #00305b;
}
.site-kpwealth .side-expert .team-item a.more:hover, .site-kpwealth .side-expert .team-item a.more:active, .site-kpwealth .side-expert .team-item a.more:focus {
  color: #00305b;
}

.side-news .news-item:before, .side-news .news-item:after, .side-expert .team-item:before, .side-expert .team-item:after {
  content: "";
  display: table;
}
.side-news .news-item:after, .side-expert .team-item:after {
  clear: both;
}
.side-news .news-item, .side-expert .team-item {
  background: transparent;
  border: 0;
  margin-bottom: 2rem;
  padding: 0 0 0.8rem;
}
.side-news .news-item strong, .side-expert .team-item strong {
  color: #005b99;
}
.side-news .news-item h3, .side-expert .team-item h3 {
  color: #005b99;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 0.2rem 95px;
}
.side-news .news-item p, .side-expert .team-item p {
  font-size: 0.8rem;
  margin: 0 0 0.6rem 95px;
}
.side-news .news-item img, .side-expert .team-item img {
  left: 0;
  margin-right: 1rem;
  position: absolute;
  top: 0;
}
.side-news .news-item a.more, .side-expert .team-item a.more {
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
  padding: 0.4rem 0.8rem 0.3rem;
}
.side-news .news-item a.more:hover, .side-news .news-item a.more:active, .side-news .news-item a.more:focus, .side-expert .team-item a.more:hover, .side-expert .team-item a.more:active, .side-expert .team-item a.more:focus {
  background-color: #005b99;
  color: rgb(229.5, 229.5, 229.5);
}

.side-expert .team-item:after {
  left: 95px;
}
.side-expert .team-item a.more {
  border: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
}
.side-expert .team-item a.more:hover, .side-expert .team-item a.more:active, .side-expert .team-item a.more:focus {
  background-color: transparent;
  color: #005b99;
  text-decoration: underline;
}

.side-news-categories ul {
  margin: 0;
  padding: 0;
}
.side-news-categories ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-news-categories ul {
  margin-bottom: 2rem;
}
.side-news-categories ul li {
  padding: 0.2rem 1rem 0.2rem 0;
}
.side-news-categories a {
  text-decoration: none;
}
.side-news-categories a:hover, .side-news-categories a:active, .side-news-categories a:focus {
  text-decoration: underline;
}
.side-news-categories a.more {
  text-decoration: none;
}
.side-news-categories a.more:hover, .side-news-categories a.more:active, .side-news-categories a.more:focus {
  background-color: #005b99;
  color: rgb(229.5, 229.5, 229.5);
}

.site-kpwealth .side-difference h3:after {
  color: #00305b;
}

.side-difference .difference-item:before, .side-difference .difference-item:after {
  content: "";
  display: table;
}
.side-difference .difference-item:after {
  clear: both;
}
.side-difference .difference-item {
  border-bottom: 1px dotted rgb(216.75, 216.75, 216.75);
  color: #005b99;
  margin-bottom: 1rem;
  padding: 0 1rem 1rem 0;
}
.side-difference img {
  float: left;
  margin-right: 1rem;
  width: 3.5rem;
}
.side-difference h3 {
  color: #005b99;
  font-family: "Montserrat", sans-serif;
  margin: 1rem 0 0;
}
.side-difference h3:after {
  content: "»";
  padding-left: 0.4rem;
}
.side-difference h3 a {
  color: #005b99;
  font-size: 1rem;
  text-decoration: none;
}
.side-difference h3 a:hover, .side-difference h3 a:active, .side-difference h3 a:focus {
  text-decoration: underline;
}
.side-difference p {
  margin-top: 2rem;
  padding-left: 1rem;
}
.side-difference .more {
  font-size: 1rem;
  text-transform: uppercase;
}
.side-difference .more:hover, .side-difference .more:active, .side-difference .more:focus {
  background-color: #005b99;
  color: rgb(229.5, 229.5, 229.5);
}

.side-expert .team-item {
  height: 100px;
}
.side-expert .team-item p {
  margin-bottom: 1rem;
}

.side-nav ul.parent {
  padding: 0;
}
.side-nav ul.parent > li > a {
  font-size: 1.2rem;
}
.side-nav ul.parent ul {
  padding-left: 1.5rem;
  padding-top: 1rem;
}
.side-nav ul.parent li {
  padding-bottom: 1rem;
  list-style: none;
}
.side-nav ul.parent li a {
  text-decoration: none;
}

#sitemap a {
  text-decoration: none;
}
#sitemap a:hover, #sitemap a:active, #sitemap a:focus {
  text-decoration: underline;
}
#sitemap ul {
  margin-bottom: 1.5rem;
}
#sitemap li {
  font-size: 1.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
#sitemap li li {
  font-size: 1rem;
}
#sitemap li li li {
  font-size: 0.9rem;
}

.form, #UserRegistrationForm {
  padding-top: 1rem;
}
.form .freeform-row:before, .form .freeform-row:after, .form .form-group:before, .form .form-group:after, .form .form-row:before, .form .form-row:after, #UserRegistrationForm .freeform-row:before, #UserRegistrationForm .freeform-row:after, #UserRegistrationForm .form-group:before, #UserRegistrationForm .form-group:after, #UserRegistrationForm .form-row:before, #UserRegistrationForm .form-row:after {
  content: "";
  display: table;
}
.form .freeform-row:after, .form .form-group:after, .form .form-row:after, #UserRegistrationForm .freeform-row:after, #UserRegistrationForm .form-group:after, #UserRegistrationForm .form-row:after {
  clear: both;
}
.form .freeform-row, .form .form-group, .form .form-row, #UserRegistrationForm .freeform-row, #UserRegistrationForm .form-group, #UserRegistrationForm .form-row {
  padding: 0.5rem 0;
}
@media screen and (min-width: 550px) {
  .form .freeform-row, .form .form-group, .form .form-row, #UserRegistrationForm .freeform-row, #UserRegistrationForm .form-group, #UserRegistrationForm .form-row {
    padding: 0.5rem 0 1rem;
  }
}
.form .freeform-row label, .form .form-group label, .form .form-row label, #UserRegistrationForm .freeform-row label, #UserRegistrationForm .form-group label, #UserRegistrationForm .form-row label {
  display: block;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 550px) {
  .form .freeform-row label, .form .form-group label, .form .form-row label, #UserRegistrationForm .freeform-row label, #UserRegistrationForm .form-group label, #UserRegistrationForm .form-row label {
    display: inline-block;
    float: left;
    padding-top: 0.5rem;
    padding-right: 3%;
    width: 35%;
  }
  .form .freeform-row label.flat-top, .form .form-group label.flat-top, .form .form-row label.flat-top, #UserRegistrationForm .freeform-row label.flat-top, #UserRegistrationForm .form-group label.flat-top, #UserRegistrationForm .form-row label.flat-top {
    padding-top: 0;
  }
}
.form .freeform-row label.label-required:after, .form .form-group label.label-required:after, .form .form-row label.label-required:after, #UserRegistrationForm .freeform-row label.label-required:after, #UserRegistrationForm .form-group label.label-required:after, #UserRegistrationForm .form-row label.label-required:after {
  content: " : *";
}
.form .freeform-row label:not([aria-hidden=true]):after, .form .form-group label:not([aria-hidden=true]):after, .form .form-row label:not([aria-hidden=true]):after, #UserRegistrationForm .freeform-row label:not([aria-hidden=true]):after, #UserRegistrationForm .form-group label:not([aria-hidden=true]):after, #UserRegistrationForm .form-row label:not([aria-hidden=true]):after {
  content: " :";
}
.form .freeform-row label span, .form .form-group label span, .form .form-row label span, #UserRegistrationForm .freeform-row label span, #UserRegistrationForm .form-group label span, #UserRegistrationForm .form-row label span {
  color: #555555;
}
@media screen and (min-width: 550px) {
  .form .freeform-row .g-recaptcha, .form .form-group .g-recaptcha, .form .form-row .g-recaptcha, #UserRegistrationForm .freeform-row .g-recaptcha, #UserRegistrationForm .form-group .g-recaptcha, #UserRegistrationForm .form-row .g-recaptcha {
    float: left;
    width: 65%;
  }
}
.form .freeform-row input[type=text], .form .freeform-row input[type=password], .form .freeform-row input[type=email], .form .freeform-row input[type=tel], .form .freeform-row select, .form .freeform-row textarea, .form .form-group input[type=text], .form .form-group input[type=password], .form .form-group input[type=email], .form .form-group input[type=tel], .form .form-group select, .form .form-group textarea, .form .form-row input[type=text], .form .form-row input[type=password], .form .form-row input[type=email], .form .form-row input[type=tel], .form .form-row select, .form .form-row textarea, #UserRegistrationForm .freeform-row input[type=text], #UserRegistrationForm .freeform-row input[type=password], #UserRegistrationForm .freeform-row input[type=email], #UserRegistrationForm .freeform-row input[type=tel], #UserRegistrationForm .freeform-row select, #UserRegistrationForm .freeform-row textarea, #UserRegistrationForm .form-group input[type=text], #UserRegistrationForm .form-group input[type=password], #UserRegistrationForm .form-group input[type=email], #UserRegistrationForm .form-group input[type=tel], #UserRegistrationForm .form-group select, #UserRegistrationForm .form-group textarea, #UserRegistrationForm .form-row input[type=text], #UserRegistrationForm .form-row input[type=password], #UserRegistrationForm .form-row input[type=email], #UserRegistrationForm .form-row input[type=tel], #UserRegistrationForm .form-row select, #UserRegistrationForm .form-row textarea {
  background-color: white;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  color: #666666;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem 1rem;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .form .freeform-row input[type=text], .form .freeform-row input[type=password], .form .freeform-row input[type=email], .form .freeform-row input[type=tel], .form .freeform-row select, .form .freeform-row textarea, .form .form-group input[type=text], .form .form-group input[type=password], .form .form-group input[type=email], .form .form-group input[type=tel], .form .form-group select, .form .form-group textarea, .form .form-row input[type=text], .form .form-row input[type=password], .form .form-row input[type=email], .form .form-row input[type=tel], .form .form-row select, .form .form-row textarea, #UserRegistrationForm .freeform-row input[type=text], #UserRegistrationForm .freeform-row input[type=password], #UserRegistrationForm .freeform-row input[type=email], #UserRegistrationForm .freeform-row input[type=tel], #UserRegistrationForm .freeform-row select, #UserRegistrationForm .freeform-row textarea, #UserRegistrationForm .form-group input[type=text], #UserRegistrationForm .form-group input[type=password], #UserRegistrationForm .form-group input[type=email], #UserRegistrationForm .form-group input[type=tel], #UserRegistrationForm .form-group select, #UserRegistrationForm .form-group textarea, #UserRegistrationForm .form-row input[type=text], #UserRegistrationForm .form-row input[type=password], #UserRegistrationForm .form-row input[type=email], #UserRegistrationForm .form-row input[type=tel], #UserRegistrationForm .form-row select, #UserRegistrationForm .form-row textarea {
    width: 65%;
  }
}
.form .freeform-row input[type=text].error, .form .freeform-row input[type=password].error, .form .freeform-row input[type=email].error, .form .freeform-row input[type=tel].error, .form .freeform-row select.error, .form .freeform-row textarea.error, .form .form-group input[type=text].error, .form .form-group input[type=password].error, .form .form-group input[type=email].error, .form .form-group input[type=tel].error, .form .form-group select.error, .form .form-group textarea.error, .form .form-row input[type=text].error, .form .form-row input[type=password].error, .form .form-row input[type=email].error, .form .form-row input[type=tel].error, .form .form-row select.error, .form .form-row textarea.error, #UserRegistrationForm .freeform-row input[type=text].error, #UserRegistrationForm .freeform-row input[type=password].error, #UserRegistrationForm .freeform-row input[type=email].error, #UserRegistrationForm .freeform-row input[type=tel].error, #UserRegistrationForm .freeform-row select.error, #UserRegistrationForm .freeform-row textarea.error, #UserRegistrationForm .form-group input[type=text].error, #UserRegistrationForm .form-group input[type=password].error, #UserRegistrationForm .form-group input[type=email].error, #UserRegistrationForm .form-group input[type=tel].error, #UserRegistrationForm .form-group select.error, #UserRegistrationForm .form-group textarea.error, #UserRegistrationForm .form-row input[type=text].error, #UserRegistrationForm .form-row input[type=password].error, #UserRegistrationForm .form-row input[type=email].error, #UserRegistrationForm .form-row input[type=tel].error, #UserRegistrationForm .form-row select.error, #UserRegistrationForm .form-row textarea.error {
  background-color: rgb(255, 229.5, 229.5);
  border: 1px solid red;
}
.form .freeform-row label.error, .form .form-group label.error, .form .form-row label.error, #UserRegistrationForm .freeform-row label.error, #UserRegistrationForm .form-group label.error, #UserRegistrationForm .form-row label.error {
  color: red;
  font-size: 0.8rem;
  padding-top: 0.3rem;
}
@media screen and (min-width: 550px) {
  .form .freeform-row label.error, .form .form-group label.error, .form .form-row label.error, #UserRegistrationForm .freeform-row label.error, #UserRegistrationForm .form-group label.error, #UserRegistrationForm .form-row label.error {
    float: right;
    width: 70%;
  }
}
@media screen and (min-width: 550px) {
  .form .freeform-row .radio-group, .form .form-group .radio-group, .form .form-row .radio-group, #UserRegistrationForm .freeform-row .radio-group, #UserRegistrationForm .form-group .radio-group, #UserRegistrationForm .form-row .radio-group {
    float: right;
    width: 70%;
  }
}
.form .freeform-row .radio-group p, .form .form-group .radio-group p, .form .form-row .radio-group p, #UserRegistrationForm .freeform-row .radio-group p, #UserRegistrationForm .form-group .radio-group p, #UserRegistrationForm .form-row .radio-group p {
  clear: left;
  margin: 0;
}
.form .freeform-row .radio-group p:nth-child(odd), .form .form-group .radio-group p:nth-child(odd), .form .form-row .radio-group p:nth-child(odd), #UserRegistrationForm .freeform-row .radio-group p:nth-child(odd), #UserRegistrationForm .form-group .radio-group p:nth-child(odd), #UserRegistrationForm .form-row .radio-group p:nth-child(odd) {
  clear: left;
}
.form .freeform-row .radio-group p.interested-other, .form .form-group .radio-group p.interested-other, .form .form-row .radio-group p.interested-other, #UserRegistrationForm .freeform-row .radio-group p.interested-other, #UserRegistrationForm .form-group .radio-group p.interested-other, #UserRegistrationForm .form-row .radio-group p.interested-other {
  clear: left;
}
.form .freeform-row .radio-group p.interested-other-text, .form .form-group .radio-group p.interested-other-text, .form .form-row .radio-group p.interested-other-text, #UserRegistrationForm .freeform-row .radio-group p.interested-other-text, #UserRegistrationForm .form-group .radio-group p.interested-other-text, #UserRegistrationForm .form-row .radio-group p.interested-other-text {
  clear: left;
  width: 60%;
}
.form .freeform-row .radio-group label, .form .form-group .radio-group label, .form .form-row .radio-group label, #UserRegistrationForm .freeform-row .radio-group label, #UserRegistrationForm .form-group .radio-group label, #UserRegistrationForm .form-row .radio-group label {
  color: #666666;
  cursor: pointer;
  font-size: 0.9rem;
  padding-top: 0.1rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .form .freeform-row .radio-group label, .form .form-group .radio-group label, .form .form-row .radio-group label, #UserRegistrationForm .freeform-row .radio-group label, #UserRegistrationForm .form-group .radio-group label, #UserRegistrationForm .form-row .radio-group label {
    padding-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .form .freeform-row .radio-group label, .form .form-group .radio-group label, .form .form-row .radio-group label, #UserRegistrationForm .freeform-row .radio-group label, #UserRegistrationForm .form-group .radio-group label, #UserRegistrationForm .form-row .radio-group label {
    padding-top: 0.1rem;
  }
}
.form .freeform-row .radio-group label:after, .form .form-group .radio-group label:after, .form .form-row .radio-group label:after, #UserRegistrationForm .freeform-row .radio-group label:after, #UserRegistrationForm .form-group .radio-group label:after, #UserRegistrationForm .form-row .radio-group label:after {
  content: "";
}
.form .freeform-row .radio-group input, .form .form-group .radio-group input, .form .form-row .radio-group input, #UserRegistrationForm .freeform-row .radio-group input, #UserRegistrationForm .form-group .radio-group input, #UserRegistrationForm .form-row .radio-group input {
  float: left;
  margin: 0.2rem 0.5rem 0 0;
  width: auto;
}
.form .errors, #UserRegistrationForm .errors {
  margin: 0;
  padding: 0;
}
.form .errors li, #UserRegistrationForm .errors li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form .errors, #UserRegistrationForm .errors {
  color: red;
}
.form button, #UserRegistrationForm button {
  background: none;
  border: 1px solid #005b99;
  color: #005b99;
  cursor: pointer;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.form button:hover, .form button:active, .form button:focus, #UserRegistrationForm button:hover, #UserRegistrationForm button:active, #UserRegistrationForm button:focus {
  background-color: #005b99;
  color: white;
}

#UserRegistrationForm .form-row label {
  width: 100%;
}
#UserRegistrationForm .form-row label:after {
  content: "";
}
#UserRegistrationForm .form-row .form-label {
  display: inline-block;
  float: left;
  padding-top: 0.5rem;
  padding-right: 3%;
  width: 30%;
}
#UserRegistrationForm .form-row input[type=text] {
  width: 68.5%;
  margin-right: 0.3rem;
}
#UserRegistrationForm .form-row input[type=radio] {
  margin-left: 1rem;
  margin-right: 0.5rem;
}
#UserRegistrationForm .form-row input[type=submit] {
  background: none;
  border: 1px solid #005b99;
  color: #005b99;
  cursor: pointer;
  float: right;
  font-size: 20.8px;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 0.5rem 0.8rem 0.5rem;
}
#UserRegistrationForm .form-row input[type=submit]:hover, #UserRegistrationForm .form-row input[type=submit]:active, #UserRegistrationForm .form-row input[type=submit]:focus {
  background-color: #005b99;
  color: #fff;
}
#UserRegistrationForm .form-row select {
  height: 38px;
  width: 67%;
  margin-right: 0.3rem;
}

.form-inline {
  padding-top: 0;
}
.form-inline .form-group {
  padding-top: 0;
}
@media screen and (min-width: 550px) {
  .form-inline .form-group label {
    display: block;
    float: none;
  }
}
.form-inline button {
  float: none;
  margin-top: 0;
}

.subnav {
  text-align: center;
}
.subnav li {
  list-style: none;
  display: inline-block;
  margin-left: 2rem;
}

.feature-page h2 {
  color: #005b99;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.feature-page .intro {
  border: 0;
  max-width: 100%;
  padding-bottom: 0;
  width: 100%;
}

.page-nav {
  background-color: #005b99;
}
.page-nav .wrap {
  padding-top: 2rem;
}
.page-nav ul {
  margin: 0;
  padding: 0;
}
.page-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 95%;
}
.page-nav ul li {
  padding: 1rem 0;
  text-align: center;
  width: 50%;
}
.page-nav ul li a {
  color: white;
  padding: 0 1.3rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.page-nav ul li a:hover, .page-nav ul li a:active, .page-nav ul li a:focus {
  text-decoration: underline;
}
.page-nav ul li a:before {
  position: absolute;
  right: 0;
  top: 0.2rem;
}

.page-icon-list .intro {
  border: 0;
  max-width: 100%;
  padding-bottom: 0;
  width: 100%;
}
.page-icon-list .img {
  left: 0;
  position: absolute;
  top: 0.5rem;
}
.page-icon-list ul {
  margin: 0;
  padding: 0;
}
.page-icon-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-icon-list ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
}
.page-icon-list ul li {
  margin-bottom: 2rem;
  padding-left: 100px;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .page-icon-list ul li {
    width: 50%;
  }
}
.page-icon-list h3 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 0.3rem;
  -webkit-font-smoothing: auto;
}

.page-numbered-list {
  background-color: #005b99;
  color: white;
  padding: 1rem 0 2rem;
}
.page-numbered-list h2 {
  color: white;
}
.page-numbered-list .intro {
  margin-bottom: 0;
  max-width: 100%;
  padding-bottom: 1rem;
  width: 100%;
}
.page-numbered-list .inner {
  border-top: 1px solid #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
}
.page-numbered-list ol {
  margin: 0;
  padding: 0;
}
.page-numbered-list ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 550px) {
  .page-numbered-list ol {
    float: left;
    margin-right: 3%;
    width: 47%;
  }
}
.page-numbered-list ol li {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
.page-numbered-list ol li span {
  background-color: white;
  border-radius: 1rem;
  color: #005b99;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  height: 1.4rem;
  left: 0;
  padding-top: 0.1rem;
  position: absolute;
  text-align: center;
  top: 0.3rem;
  width: 1.4rem;
}

.page-image-left .text, .page-image-right .text {
  padding-bottom: 1rem;
}
.page-image-left img, .page-image-right img {
  margin: 0 auto 2rem;
}

.page-image-right {
  background-color: rgb(229.5, 229.5, 229.5);
}

.page-final-cta {
  padding: 5rem 0 6rem;
  text-align: left;
}
@media screen and (min-width: 1020px) {
  .page-final-cta {
    text-align: center;
  }
}
.page-final-cta h2 {
  color: #005b99;
  margin: 0 0 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-final-cta p {
  color: #666666;
  padding: 0rem 1.5rem;
}
.page-final-cta ul {
  margin: 0;
  padding: 0;
}
.page-final-cta ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-final-cta ul li {
  display: inline-block;
  margin: 0 0.7rem;
}
.page-final-cta ul a {
  background-color: #005b99;
  padding-left: 2.5rem;
  position: relative;
}
.page-final-cta ul a:hover, .page-final-cta ul a:active, .page-final-cta ul a:focus {
  background-color: white;
}
.page-final-cta ul a:before {
  font-size: 0.9rem;
  left: 1.1rem;
  padding-right: 0.5rem;
  position: absolute;
  top: 0.8rem;
}

.final-cta a, .form button {
  text-align: center;
  background: white;
  color: #005b99;
  margin-right: 0.3rem;
}
.final-cta a:hover, .final-cta a:active, .final-cta a:focus, .form button:hover, .form button:active, .form button:focus {
  background-color: #005b99;
  color: white;
}

@media screen and (max-width: 767px) {
  main.thumbnail-page.feature-page .wrap,
  main.thumbnail-page.feature-page .wrap main .inner {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .thumbnail-page.feature-page .intro {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .thumbnail-page.feature-page .page-thumbnail-list ul li {
    margin-bottom: 1rem;
  }
}

.head-office {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  margin: 3rem 0 2rem;
  padding: 2rem 0;
}
.head-office p {
  margin-bottom: 0;
}
.head-office p strong {
  color: rgb(76.5, 76.5, 76.5);
}

.mobile-location-list {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  padding-bottom: 2rem;
}
.mobile-location-list ul {
  margin: 0;
  padding: 0;
}
.mobile-location-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-location-list ul {
  border-bottom: 1px dotted #555555;
}
.mobile-location-list ul li {
  border-top: 1px dotted #555555;
}
.mobile-location-list a {
  background-color: #f9f9f9;
  display: block;
  padding: 0.7rem 1rem;
  text-decoration: none;
}
.mobile-location-list a.active {
  background-color: #005b99;
  color: white;
}
.mobile-location-list .inner {
  background-color: #f9f9f9;
  display: none;
  padding: 1.5rem;
}
.mobile-location-list .inner p {
  margin-bottom: 1rem;
}
.mobile-location-list .inner strong {
  display: block;
}
.mobile-location-list .inner a {
  padding: 0;
}
.mobile-location-list .inner a.btn {
  background-color: rgb(153, 213.6666666667, 255);
  display: inline-block;
  padding: 0.7rem 1rem;
}

.head-office h2, .form h2, .mobile-location-list h2 {
  font-weight: 300;
  margin: 0 0 1rem;
  -webkit-font-smoothing: antialiased;
}

.side-locations ul {
  margin: 0;
  padding: 0;
}
.side-locations ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-locations ul {
  margin-bottom: 2rem;
}
.side-locations ul li {
  border-bottom: 1px dotted #555555;
  color: #005b99;
  padding: 1rem 0;
}
.side-locations ul li:after {
  content: "»";
  padding-left: 0.4rem;
}
.side-locations a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.side-locations a:hover, .side-locations a:active, .side-locations a:focus {
  text-decoration: underline;
}

.map {
  height: 200px;
}
.map #map {
  height: 100%;
}

.iw_container {
  width: 200px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.map .iw_container .iw_content p {
  margin: 0;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 400;
}

.location-image {
  margin: 2rem 0 0;
}

.location-form {
  border-top: solid 1px #d9d9d9;
  margin-top: 4rem;
  padding-top: 3rem;
}

@media screen and (min-width: 550px) {
  .contact-details {
    float: right;
    padding-left: 5%;
    width: 45%;
  }
  .contact-details h2 {
    padding-top: 1rem;
  }
  .contact-details p {
    font-size: 0.9rem !important;
  }
  .map {
    float: left;
    height: 34rem;
    width: 55%;
  }
  .map.short {
    height: 18rem;
  }
  .location-image, .location-form {
    float: left;
    width: 55%;
  }
}
.location-blurb {
  background-color: #005b99;
  color: white;
}
.location-blurb h2 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
}
.location-blurb p:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 1.7rem;
}

.location-members {
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 3rem 1.5rem 0;
}
.location-members .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.location-members .wrap h2 {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding-left: 0.5rem;
  color: #005b99;
}

.member {
  background-color: white;
  box-shadow: 0px 0px 4px 2px rgba(100, 100, 100, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto 1.5rem;
  padding-bottom: 6rem;
  position: relative;
  width: 100%;
}
.member .inner {
  padding: 0 2rem 1rem;
}
.member img {
  width: 100%;
}
.member h3 {
  color: #005b99;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-bottom: 0.4rem;
}
.member h4 {
  color: rgb(76.5, 76.5, 76.5);
  font-size: 1.1rem;
  margin: 0 0 0.8rem;
}
.member p {
  color: #666666;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
.member p.qualifications {
  color: rgb(110.5, 110.5, 110.5);
  font-size: 12px;
  margin-bottom: 0.2rem;
}
.member p.jobtitle {
  font-size: 15px;
  font-weight: 700;
}

.site-kpwealth .member-links .icon-download {
  color: #00305b;
}
.site-kpwealth .member-links a:hover, .site-kpwealth .member-links a:active, .site-kpwealth .member-links a:focus {
  color: black;
}

.member-links:before, .member-links:after {
  content: "";
  display: table;
}
.member-links:after {
  clear: both;
}
.member-links {
  border-top: 1px solid rgb(242.25, 242.25, 242.25);
  bottom: 0;
  left: 0;
  padding: 1rem 2rem;
  position: absolute;
  width: 100%;
}
.member-links ul {
  margin: 0;
  padding: 0;
}
.member-links ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-links ul {
  float: left;
}
.member-links ul li {
  display: inline-block;
  margin-right: 1rem;
}
.member-links a {
  text-decoration: none;
}
.member-links a:hover, .member-links a:active, .member-links a:focus {
  color: black;
}
.member-links .icon-envelope {
  font-size: 24px;
}
.member-links .icon-linkedin-square {
  font-size: 23px;
}
.member-links .icon-download {
  color: #005b99;
  font-size: 15px;
  padding-left: 1.3rem;
  position: relative;
  top: -5px;
}
.member-links .icon-download:hover, .member-links .icon-download:active, .member-links .icon-download:focus {
  text-decoration: underline;
}
.member-links .icon-download:before {
  font-size: 16px;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.member-links ul.member-links-2 {
  clear: both;
}
.member-links ul.member-links-2 a {
  color: #666666;
  font-size: 14px;
  line-height: 2;
}

.wrap {
  width: 95%;
}

header {
  height: 100%;
  min-height: 13rem;
  padding-top: 3rem;
}

.kp-logo-container {
  text-align: center;
}

.kp-logo {
  background-position: 50% 33%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  width: 450px;
  height: 90px;
  max-width: 500px;
  z-index: 1;
  cursor: pointer;
}

.expand-nav {
  display: none;
}

.mobile-nav-wrap {
  background-color: transparent;
  border: 0;
  display: block;
  position: static;
}
.mobile-nav-wrap .kp-logo {
  display: block;
}

.call {
  display: none;
}

#search {
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 2.2rem;
  width: auto;
}
#search ::-webkit-input-placeholder {
  color: white;
}
#search :-moz-placeholder {
  color: white;
}
#search ::-moz-placeholder {
  color: white;
}
#search :-ms-input-placeholder {
  color: white;
}
#search input {
  background-image: url("../img/icons/icon-search-white.svg");
  background-color: #b3b3b3;
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 0.7rem;
  color: white;
  float: right;
  font-weight: bold;
  padding: 0 1rem 0 2.5rem;
  transition: all 200ms;
  width: 7rem;
}
#search input:focus {
  transition: all 200ms;
  width: 10rem;
}
#search .header-phone {
  clear: both;
  color: #005b99;
  display: inline-block;
  float: right;
  font-size: 15px;
  padding: 0.4rem 0;
  margin-top: 3px;
  -webkit-font-smoothing: antialiased;
}
#search .phones .header-phone:first-child {
  padding-bottom: 0;
}
#search .phones .header-phone + .header-phone {
  padding-top: 0;
  margin-top: 0;
}
#search .phones .header-phone span {
  letter-spacing: 5px;
}
body.site-kpwealth #search .header-phone {
  color: #00305b;
}

.util-nav {
  background-color: #005b99;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.util-nav ul {
  margin: 0;
  padding: 0;
}
.util-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.util-nav ul li {
  background-color: transparent;
  border: 0;
  display: inline-block;
  padding: 0.5rem 1rem 0.3rem 0;
}
.util-nav a {
  background-color: transparent;
  color: white;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding: 0;
  text-transform: uppercase;
}
.util-nav a:hover, .util-nav a:active, .util-nav a:focus {
  color: rgb(153, 213.6666666667, 255);
}

body.site-kpwealth .util-nav {
  background-color: #00305b;
}
body.site-kpwealth .util-nav ul li {
  padding-top: 0.8rem;
}

nav.main {
  width: 100%;
  text-align: center;
  margin-top: 7.3em;
  cursor: pointer;
}
nav.main li {
  background-color: transparent;
  border: 0;
  display: inline-block;
  margin-left: 1.2rem;
}
@media screen and (min-width: 1020px) {
  nav.main li {
    margin-left: 0.06rem;
  }
}
nav.main li.has-sub {
  padding-right: 1.2rem;
  position: relative;
}
nav.main li.has-sub > a {
  margin-right: 0;
}
nav.main li.has-sub > a:hover, nav.main li.has-sub > a:active, nav.main li.has-sub > a:focus {
  text-decoration: underline;
}
nav.main li.has-sub > a.subnav-expand {
  border: 0;
  height: auto;
  width: 1rem;
}
nav.main li.has-sub > a.subnav-expand:hover, nav.main li.has-sub > a.subnav-expand:active, nav.main li.has-sub > a.subnav-expand:focus {
  text-decoration: none;
}
nav.main li.has-sub > a.subnav-expand:before {
  font-size: 1.1rem;
  left: 0;
  top: 0;
  width: 1.5rem;
}
nav.main li a {
  background-color: transparent !important;
  color: black;
  font-size: 0.9rem;
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
}
@media screen and (min-width: 1020px) {
  nav.main li a {
    font-size: 1rem;
    padding: 0rem 1rem;
  }
}
nav.main ul ul {
  background: white;
  padding-top: 1.5rem;
}
nav.main ul ul li {
  display: block;
  margin: 0;
}
nav.main ul ul li a {
  background-color: #363636;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0.6rem 1.5rem;
  transition: all 125ms;
  background-color: #363636 !important;
}
nav.main ul ul li a:hover {
  color: white;
  transition: all 75ms;
}

nav.main .mobile-highlight a,
nav.util .mobile-highlight a,
nav.social li a {
  background-color: transparent;
}

nav.main .desktop-highlight a {
  color: rgb(63.75, 63.75, 63.75);
}

li.has-sub:hover ul,
li.has-sub.touching ul {
  display: block !important;
  position: absolute;
  top: 1rem;
}

body.site-kpwealth nav.main ul ul {
  left: -3rem;
  width: 10rem;
}

nav.util ul {
  float: left;
}

body.site-kpwealth nav.social {
  padding-top: 0.3rem;
}
body.site-kpwealth nav.social ul {
  float: right;
}
body.site-kpwealth nav.social ul li {
  padding: 0 0 0 0.8rem;
}
body.site-kpwealth nav.social ul li a {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.5rem 0.8rem 0.5rem;
  position: relative;
  text-transform: uppercase;
}
body.site-kpwealth nav.social ul li a:hover {
  background-color: white;
  color: #00305b;
}

nav.social {
  padding-top: 0.3rem;
}
nav.social ul {
  float: right;
}
nav.social ul li {
  padding: 0 0 0 0.8rem;
}
nav.social a {
  padding: 0;
}
nav.social a:before {
  left: auto;
  top: auto;
  padding: 0;
  position: static;
}
nav.social a span {
  display: none;
}

footer .footer-flex {
  display: flex;
  flex-wrap: wrap;
}

.footer-main, .footer-contact {
  border: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

.footer-main {
  width: 30%;
}
.footer-main a {
  font-weight: 700;
  text-transform: none;
}

.footer-contact {
  padding-left: 1.5rem;
  text-align: left;
  max-width: 100%;
  width: 20%;
}

.footer-newsletter, .footer-disclaimer {
  float: left;
}
@media screen and (min-width: 1020px) {
  .footer-newsletter, .footer-disclaimer {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-newsletter {
  padding-left: 0;
  padding-top: 0;
}
@media screen and (min-width: 1020px) {
  .footer-newsletter {
    width: 30%;
  }
}

.footer-disclaimer {
  padding-left: 0;
  padding-top: 0;
}

.footer-copyright {
  padding: 1rem 0;
  width: 100%;
}
.footer-copyright nav, .footer-copyright nav ul.footer-other {
  margin: 0;
}
.footer-copyright p, .footer-copyright ul, .footer-copyright li {
  display: inline-block;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 1020px) {
  .footer-main {
    width: 15%;
  }
  .footer-contact {
    width: 20%;
  }
  .footer-newsletter-tgs {
    box-shadow: none;
    margin-bottom: 1rem;
    padding-top: 0;
    width: 30%;
  }
  .footer-newsletter {
    border: 0;
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-disclaimer {
    padding-left: 1.5rem;
  }
  .footer-copyright {
    padding: 1.5rem 0;
    position: relative;
    text-align: left;
  }
  .footer-copyright p, .footer-copyright a, .footer-copyright nav {
    line-height: 1;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-copyright p {
    float: left;
    margin-bottom: 0.8rem;
  }
  .footer-copyright nav {
    display: inline-block;
    margin-left: 0;
    clear: both;
    float: left;
  }
  .footer-copyright ul li {
    padding: 0 1rem 0 0;
  }
  .footer-copyright .print-email {
    float: left;
    padding-left: 0.7rem;
  }
  #tbone {
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer-copyright {
    padding: 1rem 0 1rem;
  }
  .footer-copyright p, .footer-copyright li, .footer-copyright nav {
    line-height: 1.5;
  }
  #tbone {
    display: inline-block;
    float: right;
    margin-top: -0.2rem;
    margin-bottom: 0;
    position: static;
    right: auto;
    top: auto;
  }
}
#banner .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23005b99'%2F%3E%3C%2Fsvg%3E");
  left: 1rem;
}
#banner .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23005b99'%2F%3E%3C%2Fsvg%3E");
  right: 1rem;
}

#banner.white-arrows .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
#banner.white-arrows .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

body.site-kpwealth #banner .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300305b'%2F%3E%3C%2Fsvg%3E");
}
body.site-kpwealth #banner .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300305b'%2F%3E%3C%2Fsvg%3E");
}

.video-playing .swiper-button-prev, .video-playing .swiper-button-next {
  display: none;
}

.banner-img {
  background: #005b99 no-repeat center center;
  background-size: cover;
  display: block;
  padding-top: 48%;
}
@media screen and (min-width: 1020px) {
  .banner-img {
    padding-top: 46%;
  }
}
@media screen and (min-width: 1400px) {
  .banner-img {
    height: 600px;
    padding: 0;
  }
}
.swiper-slide-video .banner-img {
  height: 0;
  padding-top: 0;
}
body.site-kpwealth .banner-img {
  background-color: #00305b;
}

@media screen and (min-width: 768px) {
  body.site-kp .banner-img {
    padding-top: 30%;
  }
}
@media screen and (min-width: 1020px) {
  body.site-kp .banner-img {
    padding-top: 46%;
  }
}
@media screen and (min-width: 1400px) {
  body.site-kp .banner-img {
    height: 600px;
    padding: 0;
  }
}

.swiper-slide-video .embed-wrap {
  padding-bottom: 48%;
}
@media screen and (min-width: 1020px) {
  .swiper-slide-video .embed-wrap {
    padding-bottom: 46%;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-slide-video .embed-wrap {
    height: 600px;
    padding: 0;
  }
}
.swiper-slide-video .wrap {
  display: none;
}

.banner-img-mobile {
  display: none;
}

.banner-content {
  bottom: 0;
  max-width: 750px;
  padding: 3rem 2.5rem 2rem;
  position: absolute;
}
@media screen and (min-width: 1020px) {
  .banner-content {
    margin-bottom: 5%;
  }
}

.swiper-pagination {
  display: none;
}

.worldmap-wrap {
  margin: 0 auto;
  max-width: 1092px;
  padding: 2% 5%;
}

#home-site-areas {
  margin-left: -1.5rem;
  padding-bottom: 0;
}
#home-site-areas a h2 {
  font-size: 1.1rem;
  color: #005b99;
}
@media screen and (min-width: 1020px) {
  #home-site-areas a h2 {
    font-size: 1.4rem;
  }
}
#home-site-areas a h2 p {
  display: block;
}
#home-site-areas a:nth-child(1) {
  margin-left: 1.5rem;
}
#home-site-areas a:nth-child(1) {
  padding-bottom: calc(25% - 1.5rem);
  width: calc(25% - 1.5rem);
}
#home-site-areas a:nth-child(2), #home-site-areas a:nth-child(3), #home-site-areas a:nth-child(4), #home-site-areas a:nth-child(5), #home-site-areas a:nth-child(8), #home-site-areas a:nth-child(7), #home-site-areas a:nth-child(8), #home-site-areas a:nth-child(9) {
  margin-left: 1.5rem;
  padding-bottom: calc(25% - 1.5rem);
  width: calc(25% - 1.5rem);
}
#home-site-areas a:nth-child(6) {
  width: calc(50% - 1.5rem);
  padding-bottom: calc(25% - 1.5rem);
}
body.site-kpgroup #home-site-areas a:nth-child(6) {
  width: calc(25% - 1.5rem);
}
body.site-kp #home-site-areas a:nth-child(6) {
  float: right;
}
body.site-kp #home-site-areas a:nth-child(2), body.site-kp #home-site-areas a:nth-child(3), body.site-kp #home-site-areas a:nth-child(4), body.site-kp #home-site-areas a:nth-child(5) {
  background-size: 45%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 37%;
}
body.site-kp #home-site-areas a:nth-child(2) h2, body.site-kp #home-site-areas a:nth-child(3) h2, body.site-kp #home-site-areas a:nth-child(4) h2, body.site-kp #home-site-areas a:nth-child(5) h2 {
  width: 100%;
}
body.site-kp #home-site-areas a:nth-child(6) {
  background-size: 22%;
  background-position-x: center;
  background-position-y: 37%;
}

#home-stats .wrap {
  display: flex;
}
#home-stats .wrap .stat {
  width: 33.333%;
}
#home-stats .wrap .stat strong {
  font-size: 2rem;
}
@media screen and (min-width: 1020px) {
  #home-stats .wrap .stat strong {
    font-size: 3rem;
  }
}

.home-clients-wrap {
  width: 90%;
}
@media screen and (min-width: 1020px) {
  .home-clients-wrap {
    max-width: 1100px;
    width: 80%;
  }
}

#home-clients {
  padding-top: 5rem;
  padding-bottom: 4rem;
  text-align: left;
}
#home-clients h2 {
  float: left;
  padding-right: 5%;
  width: 20%;
}
#home-clients h3 {
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
  padding: 0;
}
#home-clients p {
  margin-bottom: 0.5rem;
  padding: 0;
}
#home-clients .inner {
  padding: 0 6rem;
}
#home-clients .embed-wrap {
  clear: both;
}
#home-clients p.home-client-name {
  margin-bottom: 0.5rem;
}
#home-clients .swiper-button-prev, #home-clients .swiper-button-next {
  background-size: 2rem 3rem;
  height: 3rem;
  margin-top: -3rem;
  top: 50%;
  width: 2rem;
}
#home-clients .swiper-button-prev {
  left: 0;
}
#home-clients .swiper-button-next {
  right: 0;
}
#home-clients #more-testimonials {
  margin-bottom: 0;
  padding-top: 1rem;
  text-align: center;
}

.home-client-details {
  float: right;
  padding-bottom: 2rem;
  text-align: left;
  width: 67%;
}

#home-news {
  position: relative;
}
#home-news .wrap > h2 {
  float: left;
  padding: 3rem 0 2rem;
  text-align: left;
  width: 29%;
}
#home-news .news-item {
  float: right;
  width: 63%;
}

#home-news-categories {
  width: 30%;
  text-align: left !important;
}
#home-news-categories p .more {
  margin-bottom: 0;
}

@media screen and (min-width: 1020px) {
  .news-item {
    padding-bottom: 1rem;
    padding-right: 20%;
    position: relative;
  }
  .news-info {
    border-left: 1px solid rgb(242.25, 242.25, 242.25);
    border-top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
  }
  .news-info p {
    padding-right: 1.5rem;
    width: 100%;
  }
  .news-info img {
    bottom: 0;
    float: none;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
#banner {
  position: relative;
}

body.site-kp .swiper-slide {
  position: relative;
}
@media screen and (min-width: 1020px) {
  body.site-kp .swiper-slide .wrap {
    position: absolute;
  }
}
body.site-kp .swiper-slide .wrap {
  top: 50%;
  left: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  body.site-kp .swiper-slide .wrap {
    margin-top: -160px;
  }
}
body.site-kp .swiper-slide .wrap .banner-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

.banner .wrap {
  padding-bottom: 16rem;
}
@media screen and (min-width: 1400px) {
  .banner .wrap {
    padding-bottom: 19rem;
  }
}

main .intro {
  border: 0;
  margin: 0;
  max-width: 900px;
  width: 85%;
}

.overview-menu {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  margin: 0 auto;
  padding: 3% 0 0 0;
}
.overview-menu .tile {
  margin: 0 3% 3% 0;
  padding-bottom: 20%;
  width: 31.3%;
}
.overview-menu .tile:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 1020px) {
  .overview-menu .tile {
    padding-bottom: 15%;
  }
}

main.no-sidebar {
  margin: 0 auto;
  max-width: 1200px;
}
main.no-sidebar .breadcrumbs {
  padding-left: 0;
}

main.no-sidebar .intro, .flex-wrap .intro {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 1rem;
  width: 100%;
}
main.no-sidebar .content h2:first-child, main.no-sidebar .content h3:first-child, .flex-wrap .content h2:first-child, .flex-wrap .content h3:first-child {
  margin-top: 0;
}
main.no-sidebar blockquote, .flex-wrap blockquote {
  margin-left: 0;
}

.flex-wrap {
  display: flex;
}
.flex-wrap h1 {
  padding-top: 0;
}
.flex-wrap main {
  width: 65%;
}
.flex-wrap main .inner {
  float: right;
  max-width: 950px;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .flex-wrap main .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.flex-wrap aside {
  width: 35%;
}
.flex-wrap aside .inner {
  max-width: 450px;
  padding: 2rem 1.5rem;
}
.flex-wrap .page-thumbnail-list li {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}
.flex-wrap .page-thumbnail-list li .btn {
  position: absolute;
  bottom: 1px !important;
}

figure.portrait {
  float: left;
  padding: 0 1.5rem 0 0;
  width: 40%;
}

.video-list {
  min-height: auto;
  padding-bottom: 0;
}
.video-list .img {
  float: left;
  margin-bottom: 2rem;
  width: 35%;
}
.video-list .text {
  margin-left: 39%;
  padding-bottom: 1.5rem;
  width: 60%;
}

.big-center-link {
  margin-bottom: 3rem;
}

.banner-content-wrap {
  width: 65%;
}
.banner-content-wrap + .wrap {
  display: none;
}
.banner-content-wrap .banner-content-wrapper {
  max-width: 950px;
  width: 100%;
  padding-left: 5%;
  float: right;
}
.banner-content-wrap .banner-content-wrapper .banner-content-text {
  margin-top: 4rem;
  margin-bottom: 4rem;
  float: right;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .banner-content-wrap .banner-content-wrapper .banner-content-text h1 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .banner-content-wrap .banner-content-wrapper .banner-content-text h1 {
    font-size: 4rem;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
  }
}

.page-nav ul li {
  flex-grow: 1;
  width: auto;
}

.page-icon-list,
.page-numbered-list {
  padding: 5rem 0 3rem;
}
.page-icon-list h2,
.page-numbered-list h2 {
  float: left;
  margin: 0;
  width: 30%;
}
.page-icon-list .intro,
.page-numbered-list .intro {
  float: right;
  padding-bottom: 2rem;
  width: 65%;
}
.page-icon-list ul,
.page-icon-list .inner,
.page-numbered-list ul,
.page-numbered-list .inner {
  clear: both;
  padding-top: 1rem;
}

.intro:empty {
  display: none;
}

.page-icon-list ul li {
  font-size: 0.9rem;
  line-height: 1.5;
}
@media screen and (min-width: 1020px) {
  .page-icon-list ul li {
    width: 33%;
  }
}

.page-numbered-list .list-intro {
  padding-top: 2rem;
}
@media screen and (min-width: 1020px) {
  .page-numbered-list .list-intro {
    width: 30%;
  }
  .page-numbered-list ol {
    margin: 0 0 0 4%;
    padding-top: 1rem;
    width: 30%;
  }
}

.page-image-left,
.page-image-right,
.page-image-center {
  padding: 3rem 0;
}
.page-image-left .wrap,
.page-image-right .wrap,
.page-image-center .wrap {
  max-width: 800px;
}
.page-image-left h2,
.page-image-right h2,
.page-image-center h2 {
  margin: 0 0 2rem;
  text-align: left;
}
.page-image-left p:first-of-type,
.page-image-right p:first-of-type,
.page-image-center p:first-of-type {
  font-weight: 700;
}

.site-kpgroup .page-image-left .img {
  float: left;
  width: 30%;
}
.site-kpgroup .page-image-left .text {
  float: right;
  width: 65%;
}

.site-kpgroup .page-image-right .img {
  float: right;
  width: 30%;
}
.site-kpgroup .page-image-right .text {
  float: left;
  width: 65%;
}

.site-kpgroup .page-image-center {
  float: none;
}
.site-kpgroup .page-image-center .img img {
  margin: 0 auto;
}

.contact-map {
  height: 34rem;
}

@media screen and (min-width: 1020px) {
  .head-office:before, .head-office:after {
    content: "";
    display: table;
  }
  .head-office:after {
    clear: both;
  }
  .head-office-1 {
    float: left;
    width: 65%;
  }
  .head-office-2 {
    float: left;
    width: 30%;
  }
}
.media-enquiry-form {
  margin: 0;
  max-width: 600px;
}

.map.short {
  height: 34rem;
}

.location-image img {
  width: 100%;
}

.location-blurb {
  padding: 5rem 0 2rem;
}
.location-blurb .wrap {
  max-width: 1100px;
}
.location-blurb h2 {
  float: left;
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
  width: 25%;
}
.location-blurb .summary {
  float: right;
  width: 67%;
}
.location-blurb .summary p {
  margin-top: 0;
}

.location-members {
  padding-left: 0.75%;
  padding-right: 0.75%;
}

.member {
  margin: 0 0.75% 2em;
  width: 48.5%;
}
@media screen and (min-width: 1020px) {
  .member {
    padding-bottom: 7rem;
    width: 48.5%;
  }
  .member ul.member-links-2 li {
    line-height: 1.4;
    margin: 0 1rem 0 0;
  }
}

* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.embed-wrap {
  display: none;
}

h2, h3, h4 {
  page-break-after: avoid;
}

ul, ol, footer, img, .list-item, #home-stats, #home-news, .news-item {
  page-break-inside: avoid;
}

#banner {
  height: 10cm;
}

#home-site-areas a {
  float: left;
}