@charset "UTF-8";
/**
 * Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
.video-toggle, .accordion-block .accordion .accordion-item-toggle-icon, .block-slider .swiper-container .swiper-slide:not(.swiper-slide-active) .entry, .block-slider .swiper-container .swiper-slide:not(.swiper-slide-active), .block-slider .swiper-container .swiper-slide .entry, a svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 36px 0;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 48px 0;
  }
}
.singular.content .site-inner > .wrap {
  max-width: 800px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 350px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }

  .sidebar-content .site-main {
    float: right;
    width: 65.7534246575%;
  }
  .sidebar-content .sidebar-primary {
    float: left;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .sidebar-content .content-area {
      display: grid;
      grid-template-columns: 350px 1fr;
      grid-column-gap: 32px;
    }
    .sidebar-content .site-main {
      float: none;
      width: 100%;
      grid-column: 2;
      grid-row: 1;
    }
    .sidebar-content .sidebar-primary {
      float: none;
      width: 100%;
      grid-column: 1;
      grid-row: 1;
    }
  }
}
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 10px;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #283070;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #424242;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}
body.kipda {
  font-family: "Cabin", sans-serif;
}

a {
  color: #283070;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.gradd a {
  color: #283070;
}
.gradd a:hover {
  color: #1b204a;
}
.kipda a {
  color: #242940;
}
.kipda a:hover {
  color: #12141f;
}
.padd a {
  color: #C00;
}
.padd a:hover {
  color: #990000;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-family: "Roboto Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}
.gradd h1,
.gradd h2,
.gradd h3,
.gradd h4,
.gradd h5,
.gradd h6 {
  font-family: new-order, sans-serif;
}
.kipda h1,
.kipda h2,
.kipda h3,
.kipda h4,
.kipda h5,
.kipda h6 {
  font-family: "Cabin", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #283070;
  text-decoration: none;
}
.kipda h1 a,
.kipda h2 a,
.kipda h3 a,
.kipda h4 a,
.kipda h5 a,
.kipda h6 a {
  color: #242940;
}
.kipda h1 a:hover,
.kipda h2 a:hover,
.kipda h3 a:hover,
.kipda h4 a:hover,
.kipda h5 a:hover,
.kipda h6 a:hover {
  color: #12141f;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}
h1.is-style-underline::after, h1.is-style-fancy::after,
h2.is-style-underline::after,
h2.is-style-fancy::after,
h3.is-style-underline::after,
h3.is-style-fancy::after,
h4.is-style-underline::after,
h4.is-style-fancy::after,
h5.is-style-underline::after,
h5.is-style-fancy::after,
h6.is-style-underline::after,
h6.is-style-fancy::after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  margin-top: 15px;
  background: #283070;
}
h1.is-style-fancy,
h2.is-style-fancy,
h3.is-style-fancy,
h4.is-style-fancy,
h5.is-style-fancy,
h6.is-style-fancy {
  background: #000;
  color: #fff;
  margin-left: -16px;
  margin-right: -16px;
  max-width: calc(100% + 32px);
  width: calc(100% + 32px);
  padding: 16px;
  position: relative;
}
@media (min-width: 992px) {
  h1.is-style-fancy,
h2.is-style-fancy,
h3.is-style-fancy,
h4.is-style-fancy,
h5.is-style-fancy,
h6.is-style-fancy {
    padding: 32px 16px;
  }
}
h1.is-style-fancy::before,
h2.is-style-fancy::before,
h3.is-style-fancy::before,
h4.is-style-fancy::before,
h5.is-style-fancy::before,
h6.is-style-fancy::before {
  background: url(../images/line-swatch.png);
  background-size: 15px 15px;
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4, h5, h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4, h5, h6 {
    font-size: 22px;
  }
}

/* List
--------------------------------------------- */
ul.is-style-arrow, ol.is-style-arrow {
  padding-left: 0;
}
ul.is-style-arrow li, ol.is-style-arrow li {
  list-style-type: none;
}
ul.is-style-arrow li::before, ol.is-style-arrow li::before {
  content: "→";
  color: #283070;
  font-size: 20px;
  margin-right: 6px;
}
ul.is-style-icon li, ol.is-style-icon li {
  background: url(../icons/utility/check.svg) no-repeat left 3px;
  background-size: 24px;
  list-style-type: none;
  padding-left: 39px;
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: 2px solid #1b204a;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #283070;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #1b204a;
}
.gradd .wp-block-button__link:not(.has-background) {
  color: #fff;
  background-color: #283070;
  border-color: #283070;
}
.gradd .wp-block-button__link:not(.has-background):hover, .gradd .wp-block-button__link:not(.has-background):focus {
  color: #fff;
  background-color: #1b204a;
}
.kipda .wp-block-button__link:not(.has-background) {
  color: #fff !important;
  background-color: #0080f5 !important;
  border-color: #0080f5;
}
.kipda .wp-block-button__link:not(.has-background):hover, .kipda .wp-block-button__link:not(.has-background):focus {
  color: #fff;
  background-color: #242940 !important;
}
.padd .wp-block-button__link:not(.has-background) {
  color: #fff;
  background-color: #053E82;
  border-color: #053E82;
}
.padd .wp-block-button__link:not(.has-background):hover, .padd .wp-block-button__link:not(.has-background):focus {
  color: #fff;
  background-color: #032751;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #283070;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #1b204a;
}
.wp-block-button__link.has-gradd-dark-blue-color:hover, .wp-block-button__link.has-gradd-dark-blue-color:focus {
  color: #283070;
}
.wp-block-button__link.has-gradd-dark-blue-background-color:hover, .wp-block-button__link.has-gradd-dark-blue-background-color:focus {
  background-color: #1b204a;
}
.wp-block-button__link.has-gradd-light-blue-color:hover, .wp-block-button__link.has-gradd-light-blue-color:focus {
  color: #4369b2;
}
.wp-block-button__link.has-gradd-light-blue-background-color:hover, .wp-block-button__link.has-gradd-light-blue-background-color:focus {
  background-color: #35538d;
}
.wp-block-button__link.has-gradd-green-color:hover, .wp-block-button__link.has-gradd-green-color:focus {
  color: #8cc640;
}
.wp-block-button__link.has-gradd-green-background-color:hover, .wp-block-button__link.has-gradd-green-background-color:focus {
  background-color: #71a330;
}
.wp-block-button__link.has-gradd-dark-blue-alt-color:hover, .wp-block-button__link.has-gradd-dark-blue-alt-color:focus {
  color: #141a48;
}
.wp-block-button__link.has-gradd-dark-blue-alt-background-color:hover, .wp-block-button__link.has-gradd-dark-blue-alt-background-color:focus {
  background-color: #090c20;
}
.wp-block-button__link.has-gradd-light-blue-alt-color:hover, .wp-block-button__link.has-gradd-light-blue-alt-color:focus {
  color: #b9d1ff;
}
.wp-block-button__link.has-gradd-light-blue-alt-background-color:hover, .wp-block-button__link.has-gradd-light-blue-alt-background-color:focus {
  background-color: #86afff;
}
.wp-block-button__link.has-kipda-blue-color:hover, .wp-block-button__link.has-kipda-blue-color:focus {
  color: #0080f5;
}
.wp-block-button__link.has-kipda-blue-background-color:hover, .wp-block-button__link.has-kipda-blue-background-color:focus {
  background-color: #0065c2;
}
.wp-block-button__link.has-kipda-navy-color:hover, .wp-block-button__link.has-kipda-navy-color:focus {
  color: #242940;
}
.wp-block-button__link.has-kipda-navy-background-color:hover, .wp-block-button__link.has-kipda-navy-background-color:focus {
  background-color: #12141f;
}
.wp-block-button__link.has-padd-navy-color:hover, .wp-block-button__link.has-padd-navy-color:focus {
  color: #053E82;
}
.wp-block-button__link.has-padd-navy-background-color:hover, .wp-block-button__link.has-padd-navy-background-color:focus {
  background-color: #032751;
}
.wp-block-button__link.has-padd-red-color:hover, .wp-block-button__link.has-padd-red-color:focus {
  color: #C00;
}
.wp-block-button__link.has-padd-red-background-color:hover, .wp-block-button__link.has-padd-red-background-color:focus {
  background-color: #990000;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #E0E0E0;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #c7c7c7;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #424242;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #424242;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-style-line, blockquote.blue,
blockquote.wp-block-quote.is-style-line,
blockquote.wp-block-quote.blue {
  border-left: 10px solid #283070;
  padding-left: 14px;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #E0E0E0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-grid li {
  padding-bottom: 0;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #283070;
}

.has-blue-background-color {
  background-color: #283070;
}

.has-gradd-dark-blue-color {
  color: #283070;
}

.has-gradd-dark-blue-background-color {
  background-color: #283070;
}

.has-gradd-light-blue-color {
  color: #4369b2;
}

.has-gradd-light-blue-background-color {
  background-color: #4369b2;
}

.has-gradd-green-color {
  color: #8cc640;
}

.has-gradd-green-background-color {
  background-color: #8cc640;
}

.has-gradd-dark-blue-alt-color {
  color: #141a48;
}

.has-gradd-dark-blue-alt-background-color {
  background-color: #141a48;
}

.has-gradd-light-blue-alt-color {
  color: #b9d1ff;
}

.has-gradd-light-blue-alt-background-color {
  background-color: #b9d1ff;
}

.has-kipda-blue-color {
  color: #0080f5;
}

.has-kipda-blue-background-color {
  background-color: #0080f5;
}

.has-kipda-navy-color {
  color: #242940;
}

.has-kipda-navy-background-color {
  background-color: #242940;
}

.has-padd-navy-color {
  color: #053E82;
}

.has-padd-navy-background-color {
  background-color: #053E82;
}

.has-padd-red-color {
  color: #C00;
}

.has-padd-red-background-color {
  background-color: #C00;
}

.has-grey-color {
  color: #E0E0E0;
}

.has-grey-background-color {
  background-color: #E0E0E0;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 768px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* Package Styles
--------------------------------------------- */
/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
  width: 100%;
  margin-left: 0;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 130px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
    width: 33.3333333333%;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 130px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #283070;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(5, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #9E9E9E;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #616161;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3B5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #CB2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00B6F1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* SearchWP
--------------------------------------------- */
.searchwp-live-search-result p {
  font-size: 16px;
  padding: 5px 10px;
}
.searchwp-live-search-result a {
  padding: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.searchwp-live-search-result a:hover {
  text-decoration: underline;
}
.searchwp-live-search-result a span {
  font-size: 75%;
  margin-left: 5px;
}

.searchwp-highlight {
  background-color: yellow;
  color: inherit;
}

/* Header Block
--------------------------------------------- */
.block-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.block-header .block-header__top {
  background: #283070;
}
.kipda .block-header .block-header__top {
  background: #242940;
}
.padd .block-header .block-header__top {
  background: #053E82;
}
.block-header .block-header__top .wrap {
  position: relative;
}
.block-header .block-header__top .block-header__image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.block-header .block-header__top .block-header__image img {
  opacity: 0.45;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-header .block-header__top .block-header__image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.block-header .block-header__top .block-header__title {
  min-height: 466px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.block-header .block-header__top .block-header__title h1 {
  margin: 0;
  color: #fff;
  font-size: calc(40px + (55 - 40) * ((100vw - 600px) / (1440 - 600)));
}
@media (min-width: 1440px) {
  .block-header .block-header__top .block-header__title h1 {
    font-size: 55px;
  }
}
.block-header .block-header__bottom {
  background: #8cc640;
}
.kipda .block-header .block-header__bottom {
  background: #0080f5;
}
.padd .block-header .block-header__bottom {
  background: #C00;
}
.block-header .block-header__bottom .wrap {
  position: relative;
}
.block-header .block-header__bottom .wrap:before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% + 90px);
  width: 3000px;
  margin: 0 0 0 -3000px;
  background: #71a330;
}
.kipda .block-header .block-header__bottom .wrap:before {
  display: none;
}
.padd .block-header .block-header__bottom .wrap:before {
  background: #990000;
}
.block-header .block-header__bottom .block-header__content {
  text-align: center;
  color: #283070;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .block-header .block-header__bottom .block-header__content {
    padding: 40px 80px;
    font-size: 25px;
  }
}
.kipda .block-header .block-header__bottom .block-header__content {
  color: #fff;
}
.block-header .block-header__bottom .block-header__content p:last-of-type {
  margin-bottom: 0;
}
.block-header .block-header__bottom .block-header__content img {
  display: inline-block;
  max-width: 75px;
}

/* Subpages Block
--------------------------------------------- */
.widget_subpages .widget-title {
  background: #8cc640;
  padding: 20px 25px;
  font-size: 18px;
  font-family: "Roboto Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  margin: 0;
  color: #fff;
  letter-spacing: 0.125em;
}
.gradd .widget_subpages .widget-title {
  color: #000;
}
.kipda .widget_subpages .widget-title {
  background: #242940;
  font-family: "Cabin", sans-serif;
  letter-spacing: inherit;
}
.padd .widget_subpages .widget-title {
  background: #0755b3;
}
.widget_subpages .widget-title a {
  color: #fff;
  text-decoration: none;
}
.widget_subpages .widget-title a:hover {
  color: #fff;
}
.gradd .widget_subpages .widget-title a {
  color: #000;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.gradd .widget_subpages .widget-title a:hover {
  color: #000;
  text-decoration: underline;
}
.widget_subpages > ul {
  padding: 20px 0 30px;
}
.widget_subpages ul {
  margin: 0;
  background: #71a330;
}
.gradd .widget_subpages ul {
  background: #fff;
}
.kipda .widget_subpages ul {
  background: #fff;
}
.padd .widget_subpages ul {
  background: #053E82;
}
.widget_subpages ul li {
  list-style: none;
}
.widget_subpages ul li a {
  padding: 8px 25px;
  line-height: 1;
  display: block;
  font-size: 18px;
  font-family: "Roboto Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
}
.widget_subpages ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.gradd .widget_subpages ul li a {
  background: transparent;
  color: #283070;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.gradd .widget_subpages ul li a::before {
  position: absolute;
  content: "";
  margin-left: -20px;
  top: 12px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' fill='%23283070' d='M19.9662488,11.9721509 C19.9670678,12.6338532 19.6828577,13.2638522 19.1862488,13.7011509 L8.0342488,23.5121509 C7.26565785,24.1570802 6.1227756,24.0704799 5.46013942,23.3171014 C4.79750325,22.5637229 4.85749064,21.4191353 5.5952488,20.7391509 L15.3472488,12.1601509 C15.4014036,12.1126817 15.432458,12.0441652 15.432458,11.9721509 C15.432458,11.9001366 15.4014036,11.8316201 15.3472488,11.7841509 L5.5952488,3.20515091 C4.85749064,2.52516655 4.79750325,1.38057887 5.46013942,0.627200388 C6.1227756,-0.126178092 7.26565785,-0.212778371 8.0342488,0.432150906 L19.1822488,10.2401509 C19.6800598,10.6781984 19.9656191,11.3090513 19.9662488,11.9721509 Z'/%3E%3C/svg%3E%0A");
}
.gradd .widget_subpages ul li a:hover {
  color: #1b204a;
}
.gradd .widget_subpages ul li a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' fill='%238cc640' d='M19.9662488,11.9721509 C19.9670678,12.6338532 19.6828577,13.2638522 19.1862488,13.7011509 L8.0342488,23.5121509 C7.26565785,24.1570802 6.1227756,24.0704799 5.46013942,23.3171014 C4.79750325,22.5637229 4.85749064,21.4191353 5.5952488,20.7391509 L15.3472488,12.1601509 C15.4014036,12.1126817 15.432458,12.0441652 15.432458,11.9721509 C15.432458,11.9001366 15.4014036,11.8316201 15.3472488,11.7841509 L5.5952488,3.20515091 C4.85749064,2.52516655 4.79750325,1.38057887 5.46013942,0.627200388 C6.1227756,-0.126178092 7.26565785,-0.212778371 8.0342488,0.432150906 L19.1822488,10.2401509 C19.6800598,10.6781984 19.9656191,11.3090513 19.9662488,11.9721509 Z'/%3E%3C/svg%3E%0A");
}
.kipda .widget_subpages ul li a {
  background: transparent;
  color: #242940;
  font-family: "Cabin", sans-serif;
}
.kipda .widget_subpages ul li a:hover {
  color: #12141f;
}
.padd .widget_subpages ul li a {
  background: #053E82;
  color: #fff;
}
.padd .widget_subpages ul li a:hover {
  color: #fff;
}
.widget_subpages ul li ul {
  min-height: auto;
}
.widget_subpages ul li ul li a {
  padding-left: 40px;
  background: transparent !important;
}
.kipda .widget_subpages ul li ul li a {
  background: transparent !important;
  color: #242940;
}
.kipda .widget_subpages ul li ul li a:hover {
  color: #12141f;
}
.padd .widget_subpages ul li ul li a {
  background: #053E82 !important;
}
.widget_subpages ul li ul ul {
  min-height: auto;
}
.widget_subpages ul li ul ul li a {
  padding-left: 55px;
  background: transparent;
}
.kipda .widget_subpages ul li ul ul li a {
  background: transparent;
}

/* Hero Block
--------------------------------------------- */
.block-hero {
  position: relative;
  overflow: hidden;
}
.block-hero .block-hero__background {
  position: absolute;
  width: 100vw;
  height: 100%;
}
.block-hero .block-hero__background .overlay {
  display: none;
}
.block-hero .block-hero__background.overlay .overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.55;
}
.gradd .block-hero .block-hero__background.overlay .overlay {
  background-color: #4369b2;
}
.kipda .block-hero .block-hero__background.overlay .overlay {
  background-color: #242940;
}
.padd .block-hero .block-hero__background.overlay .overlay {
  background-color: #053E82;
}
.block-hero .block-hero__background .block-hero__background--video {
  height: 100%;
}
.block-hero .block-hero__background .block-hero__background--video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-hero .block-hero__background .block-hero__image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.block-hero .block-hero__background .block-hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-hero .block-hero__background .block-hero__image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.block-hero .block-hero__title {
  min-height: calc(100vh - (136px + 130px));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.block-hero .block-hero__title h2 {
  margin: 0;
  color: #fff;
  font-size: calc(40px + (55 - 40) * ((100vw - 600px) / (1440 - 600)));
}
.gradd .block-hero .block-hero__title h2 {
  font-family: new-order, sans-serif;
}
@media (min-width: 1440px) {
  .block-hero .block-hero__title h2 {
    font-size: 55px;
  }
}
.kipda .block-hero .block-hero__title {
  height: calc(100vh - 280px);
  min-height: 235px;
}
@media (min-width: 768px) {
  .kipda .block-hero .block-hero__title {
    height: calc(100vh - 246px);
  }
}
@media (min-width: 992px) {
  .kipda .block-hero .block-hero__title {
    height: calc(100vh - 257px);
  }
}
@media (min-width: 1440px) {
  .kipda .block-hero .block-hero__title {
    height: calc(100vh - 277px);
  }
}
.kipda .block-hero .block-hero__title h2 {
  font-size: calc(30px + (65 - 30) * ((100vw - 600px) / (1440 - 600)));
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .kipda .block-hero .block-hero__title h2 {
    font-size: 65px;
  }
}

/* Search Box
--------------------------------------------- */
.block-search {
  position: relative;
  overflow: hidden;
  margin-top: -40px !important;
}
.block-search .search-box__content .content__top .container {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .block-search .search-box__content .content__top .container {
    height: 120px;
  }
}
.block-search .search-box__content .content__top .container > div {
  flex: 1 1 100%;
  line-height: 1;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .block-search .search-box__content .content__top .container > div {
    flex: 1 0 50%;
    margin-bottom: 0;
  }
}
.block-search .search-box__content .content__top .container:before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% + 90px);
  width: 3000px;
  margin: -45px 0 -45px -3000px;
  background: #71a330;
  align-self: end;
}
.kipda .block-search .search-box__content .content__top .container:before {
  background: #363e61;
  display: none;
}
.padd .block-search .search-box__content .content__top .container:before {
  background: #053E82;
}
.block-search .search-box__content .content__top {
  background: #8cc640;
  padding: 35px 0;
}
.kipda .block-search .search-box__content .content__top {
  background: #0080f5;
}
.padd .block-search .search-box__content .content__top {
  background: #C00;
}
.block-search .search-box__content .content__top .search-box__text {
  font-family: "Roboto Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: calc(24px + (46 - 24) * ((100vw - 360px) / (768 - 360)));
  font-weight: 400;
  color: #283070;
  text-align: center;
}
@media (min-width: 768px) {
  .block-search .search-box__content .content__top .search-box__text {
    font-size: calc(24px + (46 - 24) * ((100vw - 768px) / (1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .block-search .search-box__content .content__top .search-box__text {
    font-size: 46px;
  }
}
.gradd .block-search .search-box__content .content__top .search-box__text {
  font-family: new-order, sans-serif;
}
.kipda .block-search .search-box__content .content__top .search-box__text {
  font-family: "Cabin", sans-serif;
}
.block-search .search-box__content .search-box__search form {
  display: flex;
}
.block-search .search-box__content .search-box__search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .search-box__content .search-box__search input[type=text] {
  height: 60px;
  width: 100%;
  width: calc(100% - 60px);
  flex: 1 0 calc(100% - 60px);
}
.block-search .search-box__content .search-box__search button {
  height: 60px;
  width: 60px;
  flex: 1 0 60px;
  background-color: #283070;
  border: none;
  cursor: pointer;
}
.block-search .search-box__content .search-box__search button .svg-icon {
  fill: #fff;
}
.kipda .block-search .search-box__content .search-box__search button {
  background-color: #12141f;
}
.kipda .block-search .search-box__content .search-box__search button .svg-icon {
  fill: #fff;
}
.padd .block-search .search-box__content .search-box__search button {
  background: #032751;
}
.padd .block-search .search-box__content .search-box__search button .svg-icon {
  fill: #fff;
}
.block-search .search-box__content .search-box__search button:hover {
  background-color: #1b204a;
}
.block-search .search-box__content .content__bottom {
  background: #283070;
  padding: 45px 0;
}
.kipda .block-search .search-box__content .content__bottom {
  background: #242940;
}
.kipda .block-search .search-box__content .content__bottom a {
  color: #fff;
}
.kipda .block-search .search-box__content .content__bottom a:hover {
  color: #EEEEEE;
}
.padd .block-search .search-box__content .content__bottom {
  background: #990000;
}
.padd .block-search .search-box__content .content__bottom a {
  color: #fff;
}
.padd .block-search .search-box__content .content__bottom a:hover {
  color: #EEEEEE;
}
.block-search .search-box__content .content__bottom .container {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}
.block-search .search-box__content .content__bottom .container:before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% + 90px);
  width: 3000px;
  margin: -45px 0 -45px -3000px;
  background: #1b204a;
}
.kipda .block-search .search-box__content .content__bottom .container:before {
  background: #242940;
  display: none;
}
.padd .block-search .search-box__content .content__bottom .container:before {
  background: #032751;
}
.block-search .search-box__content .content__bottom .search-box__text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

/* Slider
--------------------------------------------- */
.block-slider {
  padding: 20px 0;
}
.block-slider .container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
.block-slider .swiper-container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.block-slider .swiper-container .swiper-button-prev,
.block-slider .swiper-container .swiper-button-next {
  background: rgba(255, 255, 255, 0.15);
}
.block-slider .swiper-container .swiper-button-prev:after,
.block-slider .swiper-container .swiper-button-next:after {
  color: #fff;
}
.block-slider .swiper-container .swiper-button-prev:hover,
.block-slider .swiper-container .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.block-slider .swiper-container .swiper-button-prev:hover:after,
.block-slider .swiper-container .swiper-button-next:hover:after {
  color: #4369b2;
}
.block-slider .swiper-container .swiper-pagination {
  bottom: 0;
}
.block-slider .swiper-container .swiper-button-prev {
  height: 70px;
  width: 65px;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .block-slider .swiper-container .swiper-button-prev {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -310px;
  }
}
@media (min-width: 1200px) {
  .block-slider .swiper-container .swiper-button-prev {
    margin: 0 0 0 -410px;
  }
}
.block-slider .swiper-container .swiper-button-next {
  height: 70px;
  width: 65px;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .block-slider .swiper-container .swiper-button-next {
    position: absolute;
    right: 50%;
    margin: 0 -310px 0 0;
  }
}
@media (min-width: 1200px) {
  .block-slider .swiper-container .swiper-button-next {
    margin: 0 -410px 0 0;
  }
}
.block-slider .swiper-container .swiper-slide {
  position: relative;
  max-width: 300px;
  min-height: 350px;
  text-align: center;
  background-position: center;
  transition: max-width 0.2s ease;
}
@media (min-width: 768px) {
  .block-slider .swiper-container .swiper-slide {
    min-height: 510px;
    max-width: 620px;
  }
}
@media (min-width: 1200px) {
  .block-slider .swiper-container .swiper-slide {
    min-height: 675px;
    max-width: 820px;
  }
}
.block-slider .swiper-container .swiper-slide .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-slider .swiper-container .swiper-slide .background img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.block-slider .swiper-container .swiper-slide .entry {
  position: absolute;
  bottom: 0;
  background: #283070;
  padding: 10px 0 0;
  color: #fff;
  width: 100%;
}
.kipda .block-slider .swiper-container .swiper-slide .entry {
  background: #0080f5;
  color: #fff;
}
.padd .block-slider .swiper-container .swiper-slide .entry {
  background: #C00;
  color: #fff;
}
.block-slider .swiper-container .swiper-slide .entry h3 {
  text-align: center;
  color: #fff;
  font-size: calc(24px + (34 - 24) * ((100vw - 768px) / (1920 - 768)));
  margin: 0 10px 10px;
}
.block-slider .swiper-container .swiper-slide .entry a {
  color: #fff;
}
.block-slider .swiper-container .swiper-slide .entry a:hover {
  text-decoration: underline;
}
.block-slider .swiper-container .swiper-slide .entry .content {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 768px) {
  .block-slider .swiper-container .swiper-slide .entry .content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
.block-slider .swiper-container .swiper-slide .entry .learn-more {
  width: 100%;
  text-align: center;
  background: #1b204a;
  height: 60px;
}
.kipda .block-slider .swiper-container .swiper-slide .entry .learn-more {
  background: #242940;
  color: #fff;
}
.padd .block-slider .swiper-container .swiper-slide .entry .learn-more {
  background: #990000;
  color: #fff;
}
.block-slider .swiper-container .swiper-slide .entry .learn-more a {
  color: #fff;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  height: 60px;
  width: 100%;
  display: block;
  line-height: 60px;
  text-decoration: none;
}
.block-slider .swiper-container .swiper-slide .entry .learn-more a:hover {
  text-decoration: underline;
}
.gradd .block-slider .swiper-container .swiper-slide .entry .learn-more a {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.block-slider .swiper-container .swiper-slide:not(.swiper-slide-active) {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.block-slider .swiper-container .swiper-slide:not(.swiper-slide-active):after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 48, 112, 0.6);
}
.block-slider .swiper-container .swiper-slide:not(.swiper-slide-active) .entry {
  display: none;
}

/* Latest Posts
--------------------------------------------- */
.entry-content .wp-block-latest-posts {
  padding-left: 0;
}
.wp-block-latest-posts li {
  display: flex;
}
.wp-block-latest-posts li::before {
  content: "•";
  color: #8cc640;
  display: inline-block;
  position: relative;
  font-size: 3em;
  top: 0em;
  line-height: 1.1;
}
.kipda .wp-block-latest-posts li::before {
  color: #12141f;
}
.padd .wp-block-latest-posts li::before {
  color: #000;
}
.wp-block-latest-posts li a {
  padding: 10px 0;
  font-size: 26px;
  margin-left: 10px;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.wp-block-latest-posts li a:hover {
  color: #283070;
  text-decoration: underline;
}
.kipda .wp-block-latest-posts li a:hover {
  color: #242940;
}

/* Recent News Widget
--------------------------------------------- */
.widget_upcoming_events .widget-title,
.widget_recent_entries .widget-title {
  background: #4369b2;
  padding: 20px 25px;
  font-size: 19px;
  font-family: "Roboto Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  margin: 0;
  color: #fff;
  letter-spacing: 0.25em;
}
.widget_upcoming_events .widget-title a,
.widget_recent_entries .widget-title a {
  color: #fff;
}
.padd .widget_upcoming_events .widget-title,
.padd .widget_recent_entries .widget-title {
  background: #0755b3;
}
.kipda .widget_upcoming_events .widget-title,
.kipda .widget_recent_entries .widget-title {
  background: #242940;
}
.widget_upcoming_events ul,
.widget_recent_entries ul {
  background: #35538d;
}
.widget_upcoming_events ul li,
.widget_recent_entries ul li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 12px 15px;
}
.widget_upcoming_events ul li a,
.widget_recent_entries ul li a {
  color: #283070;
  text-decoration: none;
}
.padd .widget_upcoming_events ul,
.padd .widget_recent_entries ul {
  background: #053E82;
}
.padd .widget_upcoming_events ul li a,
.padd .widget_recent_entries ul li a {
  color: #fff;
}
.padd .widget_upcoming_events ul li a:hover,
.padd .widget_recent_entries ul li a:hover {
  color: #fff;
}
.kipda .widget_upcoming_events ul,
.kipda .widget_recent_entries ul {
  background: #fff;
}
.kipda .widget_upcoming_events ul li a,
.kipda .widget_recent_entries ul li a {
  color: #242940;
}
.kipda .widget_upcoming_events ul li a:hover,
.kipda .widget_recent_entries ul li a:hover {
  color: #0080f5;
}
.widget_upcoming_events .date,
.widget_recent_entries .date {
  background-color: #b9d1ff;
  color: #000;
  width: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 13px;
}
.widget_upcoming_events .date .event-month,
.widget_recent_entries .date .event-month {
  flex: 1 0 100%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.widget_upcoming_events .date .event-day,
.widget_recent_entries .date .event-day {
  flex: 1 0 100%;
  font-size: 30px;
  font-family: "Roboto Slab", serif;
  line-height: 1;
  text-align: center;
}
.widget_upcoming_events .event-title,
.widget_recent_entries .event-title {
  font-size: 20px;
  margin-left: 25px;
}
.widget_upcoming_events .event-title a,
.widget_recent_entries .event-title a {
  color: #fff;
  display: block;
}
.widget_upcoming_events .event-title a:hover,
.widget_recent_entries .event-title a:hover {
  color: #b9d1ff;
}

/* Events List Widget
--------------------------------------------- */
.events-widget .tribe-mini-calendar-event {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  padding: 0;
  border: none;
}
.events-widget .tribe-mini-calendar-event .list-date {
  background-color: #8cc640;
  color: #fff;
  width: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 13px;
  white-space: nowrap;
  margin: 0;
}
.kipda .events-widget .tribe-mini-calendar-event .list-date {
  background-color: #242940;
}
.padd .events-widget .tribe-mini-calendar-event .list-date {
  background-color: #C00;
}
.events-widget .tribe-mini-calendar-event .list-date .list-dayname {
  flex: 1 0 100%;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  color: #fff;
}
.events-widget .tribe-mini-calendar-event .list-date .list-daynumber {
  flex: 1 0 100%;
  font-size: 40px;
  font-family: "Roboto Slab", serif;
  line-height: 1;
  text-align: center;
}
.events-widget .tribe-mini-calendar-event .list-info {
  margin-left: 40px;
}
.events-widget .tribe-mini-calendar-event .list-info .tribe-events-title {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.events-widget .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #000;
  text-decoration: none;
}
.events-widget .tribe-mini-calendar-event .list-info .tribe-events-title a:hover {
  color: #283070;
  text-decoration: underline;
}
.events-widget .tribe-mini-calendar-event .list-info .tribe-events-duration {
  font-size: 16px;
}
.events-widget .tribe-events-widget-link {
  display: none;
}

/* County Map
--------------------------------------------- */
svg.county-map a {
  text-decoration: none;
}
svg.county-map .cls-1 {
  fill: #4369b2;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.25px;
  fill-rule: evenodd;
}
svg.county-map .cls-1:hover {
  fill: #283070;
}
svg.county-map .cls-2 {
  font-size: 2px;
  fill: #fff;
  font-family: "Roboto Slab", serif;
  pointer-events: none;
}

/* Accordion Block
--------------------------------------------- */
.accordion-block {
  position: relative;
}
.accordion-block .accordion .accordion-item {
  margin-top: 16px;
}
.accordion-block .accordion .accordion-item-header {
  cursor: pointer;
  position: relative;
}
.accordion-block .accordion .accordion-item-title {
  margin: 0;
  padding-right: 30px;
  position: relative;
}
.accordion-block .accordion .accordion-item-content {
  max-height: 0;
  opacity: 0;
  transition: visiblity 0.3s, max-height 0.3s, opacity 0.3s;
  transition-delay: 0.4s, 0s, 0.2s;
  visibility: hidden;
}
.accordion-block .accordion .accordion-item-content p:last-of-type {
  margin-bottom: 0;
}
.accordion-block .accordion .accordion-item.open .accordion-item-content, .no-js .accordion-block .accordion .accordion-item .accordion-item-content {
  max-height: 10000px;
  opacity: 1;
  visibility: visible;
}
.accordion-block .accordion .accordion-item-toggle {
  padding: 0;
  position: absolute;
  top: 12px;
  right: 0;
  align-items: center;
  background-color: transparent;
  border: none;
  color: inherit;
  display: flex;
  min-width: unset;
  width: 100%;
}
.accordion-block .accordion .accordion-item-toggle-icon {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #283070;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
}
.no-js .accordion-block .accordion .accordion-item-toggle-icon {
  display: none;
}
.accordion-block .accordion .accordion-item.open .accordion-item-toggle span {
  transform: rotate(45deg);
}
.accordion-block .accordion .accordion-item .item-toggle {
  width: 16px;
  height: 16px;
}

/* Fifty/Fifty Block
--------------------------------------------- */
@media (min-width: 768px) {
  .fifty-fifty-block .half {
    flex-basis: calc(50% - 32px);
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(50% - 32px);
  }
}
.fifty-fifty-block .half:nth-child(odd) {
  margin: 0 0 32px 0;
}
@media (min-width: 768px) {
  .fifty-fifty-block .half:nth-child(odd) {
    margin: 0 64px 0 0;
  }
}

.content-block {
  padding: 16px 0;
}
.content-block.no-background + .no-background,
.content-block.no-background + .no-background.container-width, .content-block.no-background.container-width + .no-background,
.content-block.no-background.container-width + .no-background.container-width, .content-block.has-background.container-width + .no-background,
.content-block.has-background.container-width + .no-background.container-width {
  padding-top: 0;
}
.content-block.has-background:not(.alignfull) {
  margin: 0 auto;
}
.content-block.has-background:not(.alignfull).container-width {
  margin: 32px auto;
  padding: 32px 0;
}
@media (min-width: 1200px) {
  .content-block.has-background:not(.alignfull).container-width {
    padding: 32px 16px;
  }
}
.content-block.video-as-background {
  overflow: hidden;
  position: relative;
}
.content-block .container {
  position: relative;
  z-index: 3;
}
.content-block-title {
  text-align: center;
}
@media (min-width: 768px) {
  .content-block-title {
    text-align: left;
  }
}
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6,
.content-block p {
  color: inherit;
}

/* Overlay
--------------------------------------------- */
.has-overlay {
  overflow-y: hidden;
}
.has-overlay::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 0;
}
.has-overlay .container {
  position: relative;
  z-index: 1;
}

/* Backgrounds
--------------------------------------------- */
.image-as-background {
  overflow: hidden;
  position: relative;
}

.video-background,
.image-background {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-50%);
  z-index: -1;
  margin: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video-background,
.image-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.video-background {
  -o-object-position: center top;
     object-position: center top;
}

.image-background {
  -o-object-position: center center;
     object-position: center center;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Video Controls
--------------------------------------------- */
.video-toggle {
  position: absolute;
  right: 1%;
  bottom: 2%;
  width: 16px;
  height: 16px;
  background: url(../icons/utility/pause.svg) center center no-repeat transparent;
  background-size: 16px;
  opacity: 0.2;
  padding: 0;
  z-index: 5;
}
.video-toggle:active, .video-toggle:focus, .video-toggle:hover {
  opacity: 2;
}
.video-toggled .video-toggle {
  background-image: url(../icons/utility/play.svg);
}

/* Flex Display
--------------------------------------------- */
.display-flex {
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
}
.display-flex.justify-start {
  justify-content: flex-start;
}
.display-flex.justify-end {
  justify-content: flex-end;
}
.display-flex.justify-center {
  justify-content: center;
}
.display-flex.justify-space-between {
  justify-content: space-between;
}
.display-flex.justify-space-around {
  justify-content: space-around;
}
.display-flex.justify-space-evenly {
  justify-content: space-evenly;
}
.display-flex.align-start {
  align-items: flex-start;
}
.display-flex.align-end {
  align-items: flex-end;
}
.display-flex.align-center {
  align-items: center;
}
.display-flex.align-stretch {
  align-items: stretch;
}
.display-flex.align-baseline {
  align-items: baseline;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  position: relative;
  min-height: 90px;
}
.gradd .site-header {
  background: linear-gradient(to right, #fff 50%, #b9d1ff 50%);
}
.kipda .site-header {
  background: #fff;
}
.padd .site-header {
  background: linear-gradient(to right, #F5F5F5 50%, #E0E0E0 50%);
}
.site-header .wrap {
  background-color: #F5F5F5;
}
.gradd .site-header .wrap {
  background: #fff;
}
.kipda .site-header .wrap {
  background: transparent;
}

.title-area {
  float: left;
  width: 100%;
  max-width: 300px;
  text-align: left;
  margin: 0 auto;
}
.gradd .title-area {
  max-width: 350px;
  margin-top: 8px;
}
.kipda .title-area {
  max-width: 295px;
  position: relative;
  top: 6px;
}
.padd .title-area {
  max-width: 225px;
}
.title-area h1.site-title,
.title-area p.site-title {
  font-size: 24px;
  line-height: 30px;
  padding: 8px;
  position: relative;
  margin: 0 0 -100px;
  z-index: 1;
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #424242;
  text-decoration: none;
}
.title-area .site-title a {
  background: url(../icons/logo.svg) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 0;
  padding-bottom: 30.303030303%;
}
@media (min-width: 992px) {
  .title-area .site-title a {
    position: absolute;
    z-index: 10;
  }
}
.gradd .title-area .site-title a {
  background: url(../icons/gradd-logo.svg) no-repeat center;
  padding-bottom: 32.9997824668%;
  position: relative;
}
.kipda .title-area .site-title a {
  background: url(../icons/kipda-logo.svg) no-repeat center;
  padding-bottom: 22.3880597015%;
  top: 36px;
}
.padd .title-area .site-title a {
  background: url(../icons/padd-logo.svg) no-repeat center;
  padding-bottom: 83.4733893557%;
  top: 36px;
}
@media (max-width: 991px) {
  .title-area {
    float: none;
    text-align: center;
  }
  .title-area .site-title a {
    padding-bottom: 0;
    height: 48px;
    background-size: auto 42px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #000;
  display: block;
  font-family: "Roboto Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
}
.gradd .nav-menu .menu-item a {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.kipda .nav-menu .menu-item a {
  color: #242940;
  font-family: "Cabin", sans-serif;
}
.nav-menu .menu-item:hover > a {
  background: #F5F5F5;
}
.gradd .nav-menu .menu-item:hover > a {
  color: #283070;
}
.kipda .nav-menu .menu-item:hover > a {
  color: #0080f5;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #283070;
}
.gradd .nav-menu .menu-item.current-menu-item > a, .gradd .nav-menu .menu-item.current-menu-ancestor > a {
  color: #283070;
}
.kipda .nav-menu .menu-item.current-menu-item > a, .kipda .nav-menu .menu-item.current-menu-ancestor > a {
  color: #0080f5;
}
.padd .nav-menu .menu-item.current-menu-item > a, .padd .nav-menu .menu-item.current-menu-ancestor > a {
  color: #053E82;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
.gradd .nav-menu .submenu-expand svg {
  fill: #283070;
}
.kipda .nav-menu .submenu-expand svg {
  fill: #242940;
}
@media (max-width: 991px) {
  .nav-menu .nav-secondary .menu-item.search {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 260px;
  }
  .kipda .nav-menu .nav-secondary .menu-item.search .search-field {
    width: 200px;
    font-size: 12px;
  }
}
.nav-menu .nav-secondary .glink {
  padding-left: 5px;
  padding-right: 5px;
}
.kipda .nav-menu .nav-secondary .menu-item-gtranslate {
  margin: 5px 0 0 8px;
}
.kipda .nav-menu .nav-secondary .menu-item-gtranslate select {
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  font-size: 12px;
  width: 100%;
}
@media (max-width: 991px) {
  .kipda .nav-menu .nav-secondary .menu-item-gtranslate {
    margin: 0;
    padding: 11px 18px;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 12px;
}
@media (max-width: 991px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-menu {
    float: right;
    width: calc(100% - 332px);
    display: flex;
    flex-flow: column-reverse nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-menu span.desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .gradd .nav-menu {
    width: calc(100% - 350px);
  }
}
@media (min-width: 992px) {
  .kipda .nav-menu {
    width: calc(100% - 300px);
  }
}
@media (min-width: 992px) {
  .padd .nav-menu {
    width: calc(100% - 225px);
  }
}
@media (min-width: 992px) {
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover a {
    background: #283070;
  }
  .gradd .nav-menu .menu-item:hover a {
    background: #fff;
  }
  .kipda .nav-menu .menu-item:hover a {
    background: #fff;
  }
  .padd .nav-menu .menu-item:hover a {
    background: #053E82;
    color: #fff;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item:last-of-type:hover .sub-menu {
    right: 0;
  }
}
@media (min-width: 992px) {
  .gradd .nav-menu .menu > .menu-item > .sub-menu {
    box-shadow: 0px 10px 10px -2px rgba(36, 41, 64, 0.25);
  }
}
@media (min-width: 992px) {
  .kipda .nav-menu .menu > .menu-item > .sub-menu {
    box-shadow: 0px 10px 10px -2px rgba(36, 41, 64, 0.25);
  }
}
@media (min-width: 992px) {
  .nav-menu .nav-primary .menu-item a {
    font-size: 20px;
    padding: 25px 20px 25px 15px;
    text-align: center;
  }
  .kipda .nav-menu .nav-primary .menu-item a {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .kipda .nav-menu .nav-primary .menu-item a span.hide {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .kipda .nav-menu .nav-primary .menu-item a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .nav-menu .sub-menu {
    background: #283070;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: auto;
    z-index: 99;
    padding: 23px 0;
    border-bottom: 20px solid;
    white-space: nowrap;
  }
  .gradd .nav-menu .sub-menu {
    background: #fff;
    border-color: #283070;
  }
  .kipda .nav-menu .sub-menu {
    background: #fff;
    border-color: #0080f5;
  }
  .padd .nav-menu .sub-menu {
    background: #053E82;
    border-color: #032751;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item > a {
    background: transparent;
    color: #fff;
    padding: 5px 20px 5px 20px;
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    display: block;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .gradd .nav-menu .sub-menu .menu-item > a {
    font-size: 15px;
    color: #000;
  }
  .kipda .nav-menu .sub-menu .menu-item > a {
    font-size: 15px;
    color: #242940;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .nav-menu .sub-menu .menu-item > a {
    padding: 5px 35px 5px 35px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .nav-menu .sub-menu .menu-item > a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .nav-menu .sub-menu .submenu-expand {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-menu .sub-menu .sub-menu {
    margin: 0 0 0 10px;
    position: relative;
    display: block;
    opacity: 1;
    left: auto;
    padding-bottom: 22px;
    padding-top: 0;
    border: none;
  }
  .nav-menu .sub-menu .sub-menu a {
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: #EEEEEE;
    border-top: 1px solid #E0E0E0;
    display: block;
    margin: 0 -48px;
    max-width: calc(100% + 96px);
    margin-top: 111px;
  }
  .kipda .nav-menu.active {
    background: #242940;
    padding: 36px 0;
  }
  .kipda .nav-menu.active .menu .menu-item a {
    color: #fff;
  }
  .kipda .nav-menu.active .submenu-expand svg {
    fill: #fff;
  }
  .kipda .nav-menu.active .menu .menu-item:hover > a {
    background: #0080f5;
    color: #fff;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 18px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Footer Menu
--------------------------------------------- */
.nav-footer {
  clear: both;
}
.nav-footer > div {
  width: 100%;
}
.nav-footer ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav-footer .menu-item {
  list-style: none;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .nav-footer .menu-item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .nav-footer .menu-item {
    width: 100%;
  }
}
.nav-footer .menu-item a {
  border: none;
  color: #053E82;
  display: block;
  font-family: "Roboto Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 20px;
  position: relative;
  width: 100%;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  .nav-footer .menu-item a {
    font-size: calc(18px + (23 - 18) * ((100vw - 992px) / (1440 - 992)));
  }
}
@media (min-width: 1440px) {
  .nav-footer .menu-item a {
    font-size: 23px;
  }
}
.gradd .nav-footer .menu-item a {
  font-family: new-order, sans-serif;
}
.kipda .nav-footer .menu-item a {
  font-family: "Cabin", sans-serif;
}
.nav-footer .menu-item:hover > a, .nav-footer .menu-item.current-menu-item > a, .nav-footer .menu-item.current-menu-ancestor > a {
  color: #032751;
  text-decoration: none;
}
.nav-footer .menu-item:hover {
  position: static;
}
.nav-footer .sub-menu {
  display: none;
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
  fill: #242940;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle:hover, .search-toggle.active,
.menu-toggle:hover,
.menu-toggle.active {
  background: #EEEEEE;
}
.kipda .search-toggle:hover, .kipda .search-toggle.active,
.kipda .menu-toggle:hover,
.kipda .menu-toggle.active {
  background: #242940;
  fill: #fff;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 991px) {
  .site-header .wrap {
    padding: 0 48px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 48px;
  height: 90px;
}
@media (min-width: 992px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  left: 0;
}
.site-header .wrap > .search-toggle {
  right: 0;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: #EEEEEE;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .header-search {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .header-search {
    margin: 0 -48px;
    width: calc(100% + 96px);
    padding-top: 100px;
  }
  .kipda .header-search {
    margin-top: 111px;
    padding-top: 16px;
    background: #242940;
  }
  .kipda .header-search .search-form {
    max-width: 100%;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #283070;
}
.padd .post-summary__title a:hover {
  color: #C00;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-category a:hover {
  color: #283070;
}
.padd .entry-category a:hover {
  color: #C00;
}

.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.2727272727%;
    width: 48.8636363636%;
  }
  .archive .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.2727272727%;
    width: 23.2954545455%;
  }
  .archive .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #424242;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #283070;
}
.pagination ul li.active > a {
  background: #283070;
  color: #fff;
  font-weight: 700;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 2.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}
.entry-content ul.blocks-gallery-grid, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.blocks-gallery-grid li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc(2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 20px);
  margin-bottom: calc(2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #424242;
  text-decoration: none;
}
.entry-author a:hover {
  color: #283070;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #424242;
}
.single .breadcrumb {
  border-top: 1px solid #E0E0E0;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 768px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(40, 48, 112, 0.05);
  border-left: 2px solid #283070;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: "Roboto Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.kipda .entry-comments .comment-list .comment-author {
  font-family: "Cabin", sans-serif;
}
.entry-comments .comment-list .comment-author a {
  color: #424242;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #283070;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9E9E9E;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #283070;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #E0E0E0;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #283070;
  padding: 40px 0;
  position: relative;
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 12px;
}
.footer-widgets .widget-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets .footer-widgets-1 {
    float: left;
    width: calc( 50% - 8px );
  }
  .footer-widgets .footer-widgets-2 {
    float: right;
    width: calc( 50% - 8px );
  }
  .footer-widgets .footer-widgets-3 {
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-widgets .wrap > div {
    float: left;
    margin-left: 2.2727272727%;
    width: 31.8181818182%;
  }
  .footer-widgets .wrap > div:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .footer-widgets .wrap {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, 1fr);
    }
    .footer-widgets .wrap > div {
      margin-left: 0;
      width: 100%;
    }
    .footer-widgets .wrap header, .footer-widgets .wrap nav, .footer-widgets .wrap aside, .footer-widgets .wrap footer {
      grid-column: 1/-1;
    }
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #F5F5F5;
  padding: 32px 0 0;
  text-align: center;
}
.gradd .site-footer {
  background: #fff;
}
.kipda .site-footer {
  background: #242940;
  color: #fff;
}
.padd .site-footer {
  background: #E0E0E0;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(0, 0, 0, 0.75);
}
.site-footer a:hover {
  color: black;
}
.kipda .site-footer a {
  color: #fff !important;
}
.kipda .site-footer a:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
.site-footer .tannerwest {
  text-transform: uppercase;
}
.site-footer .backtotop {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.site-footer .backtotop svg {
  fill: #fff;
  margin-left: 4px;
  vertical-align: middle;
}
.site-footer .backtotop:hover {
  background: black;
}
@media (min-width: 768px) {
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer .backtotop {
    float: right;
  }
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  max-width: 990px;
  margin: 0 auto;
  padding: 50px 0;
}
.footer-cols .col {
  flex: 1 0 auto;
  width: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 20px 0;
}
@media (min-width: 600px) {
  .footer-cols .col {
    width: 33%;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .footer-cols .logo {
    order: 3;
  }
}
.footer-cols .logo img {
  width: 175px;
}
.footer-cols .social-links {
  display: flex;
}
@media (max-width: 599px) {
  .footer-cols .social-links {
    order: 1;
  }
}
.footer-cols .social-links li {
  list-style: none;
  margin-right: 10px;
}
.footer-cols .social-links li:last-of-type {
  margin: 0;
}
.footer-cols .social-links .label {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.footer-cols .social-links .svg-icon {
  background: #283070;
  padding: 8px;
  fill: #fff;
  border-radius: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.kipda .footer-cols .social-links .svg-icon {
  background: #0080f5;
  fill: #fff;
}
@media (min-width: 992px) {
  .footer-cols .social-links .svg-icon {
    width: 40px;
    height: 40px;
  }
}
.footer-cols .social-links .svg-icon.facebook:hover {
  background: #3B5998;
  fill: #fff;
}
.footer-cols .social-links .svg-icon.twitter:hover {
  background: #00B6F1;
  fill: #fff;
}
.footer-cols .social-links .svg-icon.instagram:hover {
  background: #E1306C;
  fill: #fff;
}
.footer-cols .social-links a:last-of-type .svg-icon {
  margin-right: 0;
}
@media (max-width: 599px) {
  .footer-cols .address {
    order: 2;
  }
}

.footer-copyright {
  padding: 25px 0;
  width: 100vw;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.gradd .footer-copyright {
  background: #283070;
  color: #fff;
}
.kipda .footer-copyright {
  background: #0080f5;
  color: #fff;
}
.padd .footer-copyright {
  background: #990000;
  color: #fff;
}

.newsletter-cta {
  background: #283070;
}
.kipda .newsletter-cta {
  background: #0080f5;
  color: #fff;
  padding-top: 75px;
  position: relative;
}
.kipda .newsletter-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 75px;
  top: 0;
  background: url(../icons/KIPD_Assets_PatternBar2.svg) center/auto 75px repeat-x #fff;
}
.newsletter-cta h3 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  padding-top: 30px;
}
.newsletter-cta p {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.kipda .newsletter-cta p, .padd .newsletter-cta p {
  font-weight: 600;
}
.newsletter-cta input {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.newsletter-cta input::-webkit-input-placeholder {
  color: #616161;
}
.newsletter-cta input::-moz-placeholder {
  color: #616161;
}
.newsletter-cta input:-ms-input-placeholder {
  color: #616161;
}
.newsletter-cta input::-ms-input-placeholder {
  color: #616161;
}
.newsletter-cta input::placeholder {
  color: #616161;
}
.kipda .newsletter-cta input {
  background-color: #fff;
  border-color: #0080f5;
  color: #000;
}
.padd .newsletter-cta input {
  background-color: #fff;
  border-color: #0755b3;
  color: #000;
}
.newsletter-cta .wpforms-error {
  color: #fff !important;
}
.newsletter-cta .wpforms-submit {
  background-color: #8cc640;
  border-color: #8cc640;
  color: #000;
  border-radius: 0;
  height: 50px;
  width: 100%;
  padding: 0;
}
.newsletter-cta .wpforms-submit:hover {
  background-color: #283070;
  color: #fff;
}
.gradd .newsletter-cta .wpforms-submit {
  background-color: #8cc640;
  border-color: #8cc640;
  color: #000;
}
.gradd .newsletter-cta .wpforms-submit:hover {
  background-color: #283070;
}
.kipda .newsletter-cta .wpforms-submit {
  background-color: #0080f5;
  color: #000;
}
.kipda .newsletter-cta .wpforms-submit:hover {
  background-color: #0065c2;
}
.padd .newsletter-cta .wpforms-submit {
  background-color: #0755b3;
  color: #fff;
  border-color: #0755b3;
}
.padd .newsletter-cta .wpforms-submit:hover {
  background-color: #032751;
}

/*# sourceMappingURL=main.css.map */