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

.ri {
  display: block;
  height: auto !important;
  max-width: 100%;
}

.banner-content a {
  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;
}
.banner-content a:hover, .banner-content a:active, .banner-content a:focus {
  background-color: #005b99;
  color: white;
}

#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;
}
#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;
}
#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;
}
#home-site-areas a .plus:before {
  background-color: white;
  content: " ";
  position: absolute;
  bottom: 7px;
  left: 15px;
  height: 19px;
  width: 3px;
}
#home-site-areas a .plus:after {
  background-color: white;
  content: " ";
  position: absolute;
  bottom: 15px;
  left: 7px;
  width: 19px;
  height: 3px;
}
#home-site-areas a .corner {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 2.375rem;
  width: 2.5rem;
  z-index: 1;
}
#home-site-areas a .corner svg {
  fill: #005b99;
  width: 100%;
  height: 100%;
}
body.site-kpwealth #home-site-areas a .plus, #home-site-areas body.site-kpwealth a .plus {
  background-color: #00305b;
}
body.site-kpwealth #home-site-areas a h2, #home-site-areas body.site-kpwealth a h2 {
  color: #00305b;
}
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 #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) {
  #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);
  }
  #home-site-areas a:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (min-width: 550px) {
  #home-site-areas a {
    padding-bottom: 16%;
  }
}

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

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

.banner {
  background: url("/img/banner-default-404.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%;
}

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

header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header {
  background: white;
  height: 4.8rem;
  position: relative;
  width: 100%;
  z-index: 1000;
}
header a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.kp-logo {
  background: url("/img/kps-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 8rem;
  display: block;
  height: 7rem;
  margin: 0.9rem auto 0.3rem auto;
  max-width: 230px;
  transition: none;
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kp-logo {
    margin: 0.9rem auto 0.3rem auto;
    height: 3.6rem;
    background-size: auto 5rem;
    width: 50vw;
    max-width: 200px;
  }
}

.mobile-nav-wrap .kp-logo {
  display: 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;
  left: 0;
  top: 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;
}
body.site-kpwealth .mobile-nav-wrap {
  border-color: #00305b;
}
.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);
}

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

header nav.main li a.header-button {
  display: inline-block;
  padding: 6px 12px;
  margin-left: 16px;
  border-radius: 14px;
  background-color: #005b99 !important;
  color: white;
}
@media (hover: hover) {
  header nav.main li a.header-button:hover {
    background-color: #00305b !important;
  }
}

@media (max-width: 1023px) {
  .header-button-li {
    display: block;
    margin-top: 16px;
  }
  header nav.main li a.header-button {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  header nav.main li a.header-button {
    margin: 16.8px 21px;
  }
}
#banner {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  overflow: hidden;
}
#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%;
}
.banner-img-mobile:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/fg-banner.png") no-repeat top right;
  z-index: 1;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .banner-img-mobile:before {
    background-size: 72%;
  }
}
.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: url("../img/bg-banner.jpg");
  background-color: #005b99;
  color: white;
  padding: 3rem 3rem 1rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.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 {
  transition: all 0.5s ease;
}
#home-site-areas a h2 p {
  display: none;
  font-size: 1.2rem;
}
#home-site-areas a:hover {
  transition: all 0.5s ease;
}
body.site-kp #home-site-areas a:nth-child(1), body.site-kpwealth #home-site-areas a:nth-child(1), body.site-kpscholars #home-site-areas a:nth-child(1) {
  box-shadow: none;
}
body.site-kp #home-site-areas a:nth-child(1) h2, body.site-kpwealth #home-site-areas a:nth-child(1) h2, body.site-kpscholars #home-site-areas a:nth-child(1) h2 {
  color: white;
}
body.site-kp #home-site-areas a:nth-child(1) .corner, body.site-kpwealth #home-site-areas a:nth-child(1) .corner, body.site-kpscholars #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-kpscholars #home-site-areas .blue-style-block, body.site-kpscholars #home-site-areas .no-style {
  background-color: #005b99;
  box-shadow: none;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position-x: 87%;
  background-position-y: 61%;
  position: relative;
  transition: all 0.5s ease;
}
body.site-kpscholars #home-site-areas .blue-style-block:hover, body.site-kpscholars #home-site-areas .no-style:hover {
  transition: all 0.5s ease;
}
body.site-kpscholars #home-site-areas .blue-style-block:after, body.site-kpscholars #home-site-areas .no-style:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/fg-thumbnail.png") no-repeat center center;
}
@media screen and (max-width: 767px) {
  body.site-kpscholars #home-site-areas .blue-style-block:after, body.site-kpscholars #home-site-areas .no-style:after {
    top: 0;
    bottom: auto;
    background-size: 100%;
    background-position: center -2rem;
  }
}
body.site-kpscholars #home-site-areas .blue-style-block:first-child:after, body.site-kpscholars #home-site-areas .no-style:first-child:after {
  background: url("/img/fg-thumbnail-lg.png") no-repeat top left;
  background-size: cover;
}
body.site-kpscholars #home-site-areas .blue-style-block h2, body.site-kpscholars #home-site-areas .no-style h2 {
  color: white;
  padding: 2rem;
  z-index: 600;
  width: 82%;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  body.site-kpscholars #home-site-areas .blue-style-block h2, body.site-kpscholars #home-site-areas .no-style h2 {
    font-size: 1.7rem;
    width: 100%;
  }
  body.site-kpscholars #home-site-areas .blue-style-block h2 p, body.site-kpscholars #home-site-areas .no-style h2 p {
    font-size: 1rem;
  }
}
body.site-kpscholars #home-site-areas .blue-style-block .plus, body.site-kpscholars #home-site-areas .no-style .plus {
  display: block;
}
body.site-kpscholars #home-site-areas .blue-style-block .corner, body.site-kpscholars #home-site-areas .no-style .corner {
  display: none;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.9rem;
  width: 2rem;
  z-index: 1;
}
body.site-kpscholars #home-site-areas .blue-style-block .corner svg, body.site-kpscholars #home-site-areas .no-style .corner svg {
  fill: white;
  width: 100%;
  height: 100%;
}
body.site-kpscholars #home-site-areas .blue-style-block .corner, body.site-kpscholars #home-site-areas .no-style .corner {
  top: 2rem;
  right: 2rem;
}
body.site-kpscholars #home-site-areas .white-style-block {
  background-color: white;
  box-shadow: inset 0 0 0 3px #005b99;
  overflow: visible;
  text-align: center;
}
body.site-kpscholars #home-site-areas .white-style-block:before, body.site-kpscholars #home-site-areas .white-style-block:after {
  background-color: #005b99;
  content: " ";
  display: block;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 3rem;
}
body.site-kpscholars #home-site-areas .white-style-block:before {
  top: 25%;
}
body.site-kpscholars #home-site-areas .white-style-block:after {
  bottom: 25%;
}
body.site-kpscholars #home-site-areas .white-style-block h2 {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #005b99;
}
body.site-kpscholars #home-site-areas .white-style-block .corner {
  display: none;
}
body.site-kpscholars #home-site-areas .white-style-block .plus {
  display: block;
  background-color: white;
  left: -15px;
  bottom: -15px;
}
body.site-kpscholars #home-site-areas .white-style-block .plus:before, body.site-kpscholars #home-site-areas .white-style-block .plus:after {
  background-color: #005b99;
}
body.site-kp #home-site-areas a:nth-child(8), body.site-kp #home-site-areas a:nth-child(7) {
  background-color: white;
  box-shadow: inset 0 0 0 3px #005b99;
  overflow: visible;
  text-align: center;
}
body.site-kp #home-site-areas a:nth-child(8):before, body.site-kp #home-site-areas a:nth-child(8):after, body.site-kp #home-site-areas a:nth-child(7):before, body.site-kp #home-site-areas a:nth-child(7):after {
  background-color: #005b99;
  content: " ";
  display: block;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 3rem;
}
body.site-kp #home-site-areas a:nth-child(8):before, body.site-kp #home-site-areas a:nth-child(7):before {
  top: 25%;
}
body.site-kp #home-site-areas a:nth-child(8):after, body.site-kp #home-site-areas a:nth-child(7):after {
  bottom: 25%;
}
body.site-kp #home-site-areas a:nth-child(8) h2, body.site-kp #home-site-areas a:nth-child(7) h2 {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #005b99;
}
body.site-kp #home-site-areas a:nth-child(8) .corner, body.site-kp #home-site-areas a:nth-child(7) .corner {
  display: none;
}
body.site-kp #home-site-areas a:nth-child(8) .plus, body.site-kp #home-site-areas a:nth-child(7) .plus {
  display: block;
  background-color: white;
  left: -15px;
  bottom: -15px;
}
body.site-kp #home-site-areas a:nth-child(8) .plus:before, body.site-kp #home-site-areas a:nth-child(8) .plus:after, body.site-kp #home-site-areas a:nth-child(7) .plus:before, body.site-kp #home-site-areas a:nth-child(7) .plus:after {
  background-color: #005b99;
}
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) {
  background-color: #005b99;
  box-shadow: none;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position-x: 87%;
  background-position-y: 61%;
}
body.site-kp #home-site-areas a:nth-child(2):after, body.site-kp #home-site-areas a:nth-child(3):after, body.site-kp #home-site-areas a:nth-child(4):after, body.site-kp #home-site-areas a:nth-child(5):after, body.site-kp #home-site-areas a:nth-child(6):after {
  border: 3px solid white;
  content: " ";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
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;
  padding: 2rem;
  z-index: 600;
  width: 82%;
}
body.site-kp #home-site-areas a:nth-child(2) .plus, body.site-kp #home-site-areas a:nth-child(3) .plus, body.site-kp #home-site-areas a:nth-child(4) .plus, body.site-kp #home-site-areas a:nth-child(5) .plus, body.site-kp #home-site-areas a:nth-child(6) .plus {
  display: block;
}
body.site-kp #home-site-areas a:nth-child(2) .corner, body.site-kp #home-site-areas a:nth-child(3) .corner, body.site-kp #home-site-areas a:nth-child(4) .corner, body.site-kp #home-site-areas a:nth-child(5) .corner, body.site-kp #home-site-areas a:nth-child(6) .corner {
  display: none;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.9rem;
  width: 2rem;
  z-index: 1;
}
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;
  width: 100%;
  height: 100%;
}
body.site-kp #home-site-areas a:nth-child(2) .corner, body.site-kp #home-site-areas a:nth-child(3) .corner, body.site-kp #home-site-areas a:nth-child(4) .corner, body.site-kp #home-site-areas a:nth-child(5) .corner, body.site-kp #home-site-areas a:nth-child(6) .corner {
  top: 2rem;
  right: 2rem;
}
body.site-kp #home-site-areas a:nth-child(7) {
  background-repeat: no-repeat;
  background-size: cover;
}

body.site-kp .swiper-slide .wrap .banner-content:after, body.site-kpscholars .swiper-slide .wrap .banner-content:after {
  border: none !important;
  content: " ";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
body.site-kp .swiper-slide .wrap .banner-content .corner, body.site-kpscholars .swiper-slide .wrap .banner-content .corner {
  display: none;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.9rem;
  width: 2rem;
  z-index: 1;
}
body.site-kp .swiper-slide .wrap .banner-content .corner svg, body.site-kpscholars .swiper-slide .wrap .banner-content .corner svg {
  fill: white;
  width: 100%;
  height: 100%;
}
body.site-kp .swiper-slide .wrap .banner-content .corner, body.site-kpscholars .swiper-slide .wrap .banner-content .corner {
  top: 2rem;
  right: 2rem;
}
body.site-kp .swiper-slide .wrap .banner-content .plus, body.site-kpscholars .swiper-slide .wrap .banner-content .plus {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px;
  z-index: 500;
  display: block;
  background-color: white;
}
body.site-kp .swiper-slide .wrap .banner-content .plus:before, body.site-kpscholars .swiper-slide .wrap .banner-content .plus:before {
  background-color: #005b99;
  content: " ";
  position: absolute;
  bottom: 7px;
  left: 15px;
  height: 19px;
  width: 3px;
}
body.site-kp .swiper-slide .wrap .banner-content .plus:after, body.site-kpscholars .swiper-slide .wrap .banner-content .plus:after {
  background-color: #005b99;
  content: " ";
  position: absolute;
  bottom: 15px;
  left: 7px;
  width: 19px;
  height: 3px;
}

body.site-kpscholars .swiper-slide .wrap .banner-content:after {
  border: 3px solid white;
}
body.site-kpscholars .swiper-slide .wrap .banner-content .corner {
  display: none;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.9rem;
  width: 2rem;
  z-index: 1;
}
body.site-kpscholars .swiper-slide .wrap .banner-content .corner svg {
  fill: white;
  width: 100%;
  height: 100%;
}
body.site-kpscholars .swiper-slide .wrap .banner-content .corner {
  top: 2rem;
  right: 2rem;
}
body.site-kpscholars .swiper-slide .wrap .banner-content .plus {
  background-color: #005b99;
}
body.site-kpscholars .swiper-slide .wrap .banner-content .plus:before {
  background-color: white;
}
body.site-kpscholars .swiper-slide .wrap .banner-content .plus:after {
  background-color: white;
}