@charset "UTF-8";
/*!
Theme Name: Lightseek
Theme URI: https://iseek.ie/
Author: Sławomir Amielucha
Author URI: https://amielucha.com/
Description: iSeek light theme.
Version: 2.0.0-alpha-2
Text Domain: lightseek
Tags: starter-theme
*/
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

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

/*--------------------------------------------------------------
# Common CSS for backend and frontend
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

span[id*="more"] {
  padding: 0 !important; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.btn {
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-block; }
  .btn[disabled] {
    opacity: 0.4;
    filter: saturate(0.1); }

.wp-block-button > .wp-block-button__link.has-secondary-background-color,
.btn-primary {
  border-radius: 100vw;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 1rem 2.5rem;
  color: #2d3748;
  background-color: #ffbb00;
  color: #2d3748; }
  .wp-block-button > .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button > .wp-block-button__link.has-secondary-background-color:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    color: #2d3748; }

.wp-block-button.is-style-default > .wp-block-button__link.has-light-background-color,
.btn-secondary {
  border-radius: 100vw;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 1rem 2.5rem;
  color: #2d3748;
  background-color: #fff;
  color: #2d3748; }
  .wp-block-button.is-style-default > .wp-block-button__link.has-light-background-color:hover, .wp-block-button.is-style-default > .wp-block-button__link.has-light-background-color:focus,
  .btn-secondary:hover,
  .btn-secondary:focus {
    color: #2d3748; }

.wp-block-button > .wp-block-button__link,
.btn-white {
  background-color: transparent;
  color: #fff; }
  .wp-block-button > .wp-block-button__link:hover, .wp-block-button > .wp-block-button__link:focus,
  .btn-white:hover,
  .btn-white:focus {
    color: #fff; }

.wp-block-buttons .wp-block-button.is-style-default > .wp-block-button__link {
  background-color: #ffbb00;
  color: #2d3748; }

.noleftpadding .wp-block-button__link {
  padding-left: 0 !important; }

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

.pill {
  border-radius: 100vw;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 1rem 2.5rem;
  color: #2d3748;
  text-transform: none;
  background-color: #31a4dc;
  color: white;
  padding: 0.3rem 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-right: 0.75rem; }
  .pill:hover, .pill:focus {
    color: #2d3748; }
  .pill:hover, .pill:focus {
    color: white; }

.pricegridapp.hidden {
  display: none; }

/* Header */
.pricegrid--header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: 3rem;
  align-items: center;
  gap: 1rem; }

.pricegrid--switch {
  grid-column: 2;
  border-radius: 100vw;
  padding: 2px;
  border: solid 2px #cbd5e0;
  font-weight: 600;
  position: relative; }
  .pricegrid--switch > * {
    border-radius: 100vw;
    text-transform: uppercase;
    padding: .5rem 2rem;
    display: inline-block;
    font-size: 18px;
    color: #878787;
    cursor: pointer;
    transition: .3s color; }
    .pricegrid--switch > *.active {
      color: #2d3748; }
  .pricegrid--switch > .switch-year {
    margin-left: -1.5rem; }
  .pricegrid--switch > .switch-marker {
    background-color: #ffbb00;
    position: absolute;
    min-width: 1rem;
    left: 0;
    top: 2px;
    bottom: 2px;
    right: 50%;
    transition: .3s all;
    mix-blend-mode: multiply;
    pointer-events: none; }

.pricegrid--switch-note {
  grid-column: 3;
  color: #31a4dc;
  font-size: 18px;
  font-family: "Roboto Slab", serif; }

/* Main Grid */
.pricegrid {
  display: grid;
  border: 1px solid #cbd5e0;
  background: #cbd5e0;
  gap: 1px; }
  @media screen and (min-width: 48em) {
    .pricegrid {
      grid-template-columns: repeat(3, 1fr); } }
  .pricegrid.hidden {
    display: none; }

.pricegrid--item {
  background-color: #fff;
  padding: 1rem;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .pricegrid--item {
      padding: 2rem 1rem; } }

.pricegrid--title {
  margin-top: 0;
  margin-bottom: 1rem; }

.pricegrid--description {
  margin-bottom: 1rem; }

.pricegrid--price {
  color: #31a4dc;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2rem; }
  .pricegrid--price::after {
    content: '';
    display: block;
    position: absolute;
    width: 33%;
    border-top: 1px solid #cbd5e0;
    bottom: -0.5rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }

.pricegrid--price-period {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle; }

.pricegrid--list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 18px; }
  .pricegrid--list li {
    margin-bottom: 0.5rem; }
  .pricegrid--list li:first-child {
    color: #31a4dc; }

.pricegrid--image {
  display: inline-block;
  background-image: url(images/plan-icon.svg);
  width: 200px;
  height: 149px;
  margin-bottom: 2rem; }

.iseek-switch {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .iseek-switch button {
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    padding: 0.5rem 2.5rem;
    color: #2d3748;
    background-color: #ffbb00;
    border-color: #ffbb00;
    border-radius: 5px;
    background-color: #fff;
    border-color: #e1e1e1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    white-space: nowrap; }
    .iseek-switch button:hover, .iseek-switch button:focus {
      color: #2d3748; }
    .iseek-switch button.active {
      background-color: #31a4dc;
      border-color: #31a4dc;
      color: white; }
    .iseek-switch button:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .iseek-switch button:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }

.wp-block-group.has-background {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.wp-block-group.has-primary-background-color {
  color: #fff;
  background-color: #31a4dc; }

.wp-block-group.has-secondary-background-color {
  background-color: #ffbb00; }
  .wp-block-group.has-secondary-background-color h2 {
    color: #fff; }

.wp-block-group.has-light-background-color {
  background-color: #f7f6f6; }

.wp-block-group.has-babyblue-background-color {
  background-color: #ebf8ff; }

.container {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 1232px) {
    .container {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }

.color-primary {
  color: #31a4dc; }

/*--------------------------------------------------------------
# Only frontend CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #2d3748;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Nunito", sans-serif; }

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2; }
  @media screen and (min-width: 48em) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 26px;
  font-weight: 600;
  color: #2c5282; }
  @media screen and (min-width: 48em) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 20px;
  font-weight: 600; }
  @media screen and (min-width: 48em) {
    h3 {
      font-size: 26px; } }

h4 {
  font-size: 18px;
  font-weight: bold; }

aside h1 {
  font-size: 26px;
  font-weight: 600;
  color: #2c5282; }
  @media screen and (min-width: 48em) {
    aside h1 {
      font-size: 32px; } }
  @media screen and (min-width: 48em) {
    aside h1 {
      font-size: 32px; } }

.subtitle {
  font-family: "Roboto Slab", serif;
  color: #878787;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem; }

.h-highlight {
  color: #2c5282; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.text-large {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #2d3748; }
  @media screen and (min-width: 48em) {
    .text-large {
      font-size: 22px;
      line-height: 1.36;
      letter-spacing: -0.5px; } }

.has-large-font-size {
  font-family: "Roboto Slab", serif;
  font-size: 18px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wp-block-gallery {
  margin: 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #31a4dc; }
  a:hover, a:focus, a:active {
    color: #218ec3; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
  padding-left: 0;
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 48em) {
    .menu {
      display: flex;
      /* .menu-item {
			+ .menu-item {
				margin-left: 1rem;
			}
		} */ } }

.main-navigation {
  clear: both;
  display: block;
  font-family: "Nunito", sans-serif; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 48em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Mobile navigation
--------------------------------------------------------------*/
@media screen and (max-width: 48em) {
  .main-navigation #primary-menu {
    display: none; }
  .main-navigation.toggled #primary-menu {
    width: 100%;
    align-items: center;
    background: rgba(32, 136, 186, 0.9);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0 !important;
    z-index: 999;
    margin-left: 0 !important;
    margin-top: 0 !important;
    overflow-x: auto; }
    .main-navigation.toggled #primary-menu .page_item > a,
    .main-navigation.toggled #primary-menu .menu-item > a {
      font-size: 1.3rem;
      color: #fff;
      text-align: center;
      width: 100%; }
    .main-navigation.toggled #primary-menu .sub-menu {
      display: none !important; }
    .main-navigation.toggled #primary-menu .menu-item.active .svg-inline--fa {
      transform: rotate(180deg); }
    .main-navigation.toggled #primary-menu .btn-outline > a {
      border: none !important; }
    .main-navigation.toggled #primary-menu .menu-item.active:active {
      outline: none; }
    .main-navigation.toggled #primary-menu .menu-item.active > .sub-menu {
      display: flex !important;
      flex-direction: column;
      position: initial;
      background: transparent;
      box-shadow: initial;
      opacity: 0.6; }
      .main-navigation.toggled #primary-menu .menu-item.active > .sub-menu a {
        font-size: 1.1rem; } }

/*--------------------------------------------------------------
# Site header
--------------------------------------------------------------*/
.site-header {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 1232px) {
    .site-header {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }

/*--------------------------------------------------------------
# Site footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff; }

.legal-navigation .nav,
.footer-navigation .nav {
  margin: 0;
  padding: 0;
  display: flex; }

.legal-navigation .menu-item,
.footer-navigation .menu-item {
  list-style: none;
  padding-left: 0; }
  .legal-navigation .menu-item a,
  .footer-navigation .menu-item a {
    text-decoration: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .legal-navigation .menu-item:first-child > a,
  .footer-navigation .menu-item:first-child > a {
    padding-left: 0; }
    .legal-navigation .menu-item:first-child > a .footer-navigation .nav,
    .footer-navigation .menu-item:first-child > a .footer-navigation .nav {
      margin: 0;
      padding: 0;
      display: flex; }
    .legal-navigation .menu-item:first-child > a .footer-navigation .menu-item,
    .footer-navigation .menu-item:first-child > a .footer-navigation .menu-item {
      list-style: none;
      padding-left: 0; }
      .legal-navigation .menu-item:first-child > a .footer-navigation .menu-item a,
      .footer-navigation .menu-item:first-child > a .footer-navigation .menu-item a {
        text-decoration: none;
        padding-left: 0.75rem;
        padding-right: 0.75rem; }
      .legal-navigation .menu-item:first-child > a .footer-navigation .menu-item:first-child > a,
      .footer-navigation .menu-item:first-child > a .footer-navigation .menu-item:first-child > a {
        padding-left: 0; }
    .legal-navigation .menu-item:first-child > a .site-info,
    .footer-navigation .menu-item:first-child > a .site-info {
      border-top: 1px solid;
      padding-top: 1.5rem;
      display: flex;
      justify-content: space-between; }
    .legal-navigation .menu-item:first-child > a .widget-title,
    .footer-navigation .menu-item:first-child > a .widget-title {
      color: #ffbb00;
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 3rem; }

.site-info {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between; }

.widget-title {
  color: #ffbb00;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 3rem; }

.before-footer-cta {
  background-color: #16bb52;
  background-image: url("images/Tech-Support Image.png");
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-position: 10% bottom; }
  @media screen and (max-width: 1360px) {
    .before-footer-cta {
      padding-bottom: 43vw;
      background-position: 33% bottom;
      background-size: 70vw; } }

.before-footer-cta-container {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 1232px) {
    .before-footer-cta-container {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }
  @media screen and (min-width: 1360px) {
    .before-footer-cta-container {
      display: grid;
      grid-template-columns: 5fr 7fr; } }

.before-footer-cta-inner {
  grid-column-start: 2; }
  .before-footer-cta-inner .text-large {
    margin-bottom: 2rem;
    color: #2d3748; }

/*--------------------------------------------------------------
# iSeek logo
--------------------------------------------------------------*/
.iseek-link {
  text-decoration: none; }
  .iseek-link:hover, .iseek-link:focus {
    text-decoration: none; }

.the-iseek-logo {
  height: 1.33em;
  fill: currentColor; }

/*--------------------------------------------------------------
# Page width rules
--------------------------------------------------------------*/
body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content {
  /* .alignfull:not(.wp-block-kadence-advancedgallery) > *:not(.wp-block-group__inner-container) {
    @include container;
  } */ }
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > p:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h1:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h2:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h3:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h4:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h5:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h6:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > ul:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > ol:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > .gform_wrapper:not(.alignfull),
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > *[class^="wp-block-"]:not(.alignfull) {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media screen and (min-width: 1232px) {
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > p:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h1:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h2:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h3:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h4:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h5:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > h6:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > ul:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > ol:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > .gform_wrapper:not(.alignfull),
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > *[class^="wp-block-"]:not(.alignfull) {
        padding-left: calc((100vw - 1200px) / 2);
        padding-right: calc((100vw - 1200px) / 2); } }
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > .wp-block-embed {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 1rem;
    margin-right: 1rem; }
    @media screen and (min-width: 1232px) {
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > .wp-block-embed {
        margin-left: calc((100vw - 1200px) / 2);
        margin-right: calc((100vw - 1200px) / 2); } }
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > figure {
    margin-left: 1rem;
    margin-right: 1rem; }
    @media screen and (min-width: 1232px) {
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content > figure {
        margin-left: calc((100vw - 1200px) / 2);
        margin-right: calc((100vw - 1200px) / 2); } }
  body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content .wp-block-group.alignfull:not(.fullwidth) > * {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media screen and (min-width: 1232px) {
      body:not(.page-template-template-minimalistic-php) .site-main > .hentry > .entry-content .wp-block-group.alignfull:not(.fullwidth) > * {
        padding-left: calc((100vw - 1200px) / 2);
        padding-right: calc((100vw - 1200px) / 2); } }

.site-main > .hentry > .entry-header {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 1232px) {
    .site-main > .hentry > .entry-header {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  border-radius: 0; }
  .wp-block-button .wp-block-button__link.has-inherit-color {
    color: inherit; }
  .wp-block-button .wp-block-button__link.has-inherit-background-color {
    background-color: inherit; }
  .wp-block-button .wp-block-button__link.has-transparent-background-color {
    background-color: transparent; }

.wp-block-button.is-uppercase {
  text-transform: uppercase; }

.wp-block-button.is-inline {
  padding-right: 0;
  display: inline-block; }
  .wp-block-button.is-inline + .is-inline {
    margin-left: 1rem;
    padding-left: 0; }

.wp-block-button.is-style-default .wp-block-button__link {
  border-radius: 100vw;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold; }

.wp-block-button.is-style-borderless .wp-block-button__link {
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0;
  border-color: transparent;
  background: none;
  color: #2d3748; }

.block-editor .wp-block-button .wp-block-button__link.has-inherit-background-color, .block-editor .wp-block-button .wp-block-button__link.has-transparent-background-color {
  outline: 1px dotted silver; }

/*--------------------------------------------------------------
# Current Project
--------------------------------------------------------------*/
.site-header {
  background: #31a4dc;
  color: #fff;
  column-gap: 1rem;
  row-gap: 1rem;
  justify-items: end; }
  .site-header .site-branding {
    grid-row-end: span 2; }
  @media screen and (max-width: 37.5em) {
    .site-header .custom-logo-link {
      max-width: 100px; } }

.site-info {
  color: #fff;
  background-color: #31a4dc;
  text-align: center;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem; }

.footer-widgets {
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: auto;
  column-gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #2d3748; }
  @media screen and (min-width: 1232px) {
    .footer-widgets {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }
  @media screen and (min-width: 37.5em) {
    .footer-widgets {
      grid-template-columns: 3fr 2fr; } }
  @media screen and (min-width: 60em) {
    .footer-widgets {
      grid-template-columns: auto 5fr 2fr; } }
  .footer-widgets .widget-title {
    color: inherit;
    margin-bottom: 1rem;
    font-size: 18px;
    color: #2c5282;
    font-weight: bold; }

.footer-logo {
  display: none; }
  @media screen and (min-width: 60em) {
    .footer-logo {
      display: block;
      padding-right: 2rem; } }

.footer-nav-widgets {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (min-width: 37.5em) {
    .footer-nav-widgets {
      grid-template-columns: repeat(3, 1fr); } }
  .footer-nav-widgets .menu {
    display: grid; }
    .footer-nav-widgets .menu a {
      color: #2d3748;
      text-decoration: none;
      font-weight: 600;
      display: block;
      margin-bottom: 1rem; }
    .footer-nav-widgets .menu .sub-menu {
      display: none; }

.textwidget {
  color: #2d3748; }

.footer-contact-details {
  color: #2c5282; }
  .footer-contact-details .contact-set {
    font-weight: bold; }
    .footer-contact-details .contact-set fa-lg {
      font-weight: normal; }
  .footer-contact-details a {
    color: inherit;
    text-decoration: none; }
  .footer-contact-details .social {
    display: flex; }
    .footer-contact-details .social a {
      font-size: 1.4rem; }
      .footer-contact-details .social a + a {
        margin-left: 1rem; }

.large {
  font-size: 18px; }

.before-footer-cta h1 {
  color: inherit; }

.page-header {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 1232px) {
    .page-header {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }
  .page-header .page-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    margin-bottom: 1rem;
    margin-top: 1rem; }
  .page-header .page-subtitle,
  .page-header .archive-description p {
    font-family: "Roboto Slab", serif;
    color: #0a5488;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .page-header .page-subtitle,
      .page-header .archive-description p {
        font-size: 26px; } }

.page-header-with-image {
  display: grid;
  padding-top: 1rem;
  align-items: center;
  gap: 1rem;
  text-align: center; }
  .page-header-with-image .page-header--image {
    font-size: 0;
    align-self: end; }
  .page-header-with-image .page-header--text {
    align-self: end; }
  @media screen and (min-width: 60em) {
    .page-header-with-image {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 3fr 2fr;
      text-align: left; }
      .page-header-with-image .hero-ctas {
        grid-column-start: 1;
        grid-row-start: 2;
        align-self: start; }
      .page-header-with-image .page-header--image {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: -1;
        order: -1; } }

.hero-ctas {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.knowledge-search-form {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 1232px) {
    .knowledge-search-form {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }
  .knowledge-search-form .knowledge-search-form-node {
    align-self: center; }
  .knowledge-search-form .search-input {
    width: 100%;
    border-radius: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 40px; }

.knowledge-search-title {
  display: grid;
  grid-template-columns: 2fr 3fr; }

.knowledge-res-app {
  padding-bottom: 3rem; }

.knowledge-res-wrapper {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 3rem; }

.knowledge-res-description {
  color: #666; }

.knowledge-res-cta .fa-file-alt {
  color: #31a4dc; }

.knowledge-listing-item {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #cbd5e0;
  padding: 1rem .5rem;
  margin-bottom: 1rem;
  display: block;
  text-decoration: none;
  color: inherit; }
  .knowledge-listing-item:hover, .knowledge-listing-item:focus {
    background-color: #f7f6f6; }

.knowledge-res-cta,
.knowledge-res-title-linked,
button {
  cursor: pointer; }

.main-navigation a {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem; }

.main-navigation .menu {
  display: flex; }
  @media screen and (min-width: 48em) {
    .main-navigation .menu > li + li {
      margin-left: 2.5rem; } }
  .main-navigation .menu > li > a {
    border: 2px solid transparent;
    border-left-width: 0;
    border-right-width: 0; }

.main-navigation .sub-menu {
  background-color: #fff;
  padding: 1rem; }
  .main-navigation .sub-menu a {
    color: #31a4dc; }

.main-navigation .menu .btn-outline > a {
  border-radius: 100vw;
  border-color: white;
  border-left-width: 2px;
  border-right-width: 2px;
  padding-left: 0.7rem;
  padding-right: 0.7rem; }

@media screen and (min-width: 48em) {
  .main-navigation .menu .btn-primary-nav {
    border-radius: 100vw;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    padding: 1rem 2.5rem;
    color: #2d3748;
    background-color: #ffbb00;
    color: #2d3748;
    padding: 0 2rem; }
    .main-navigation .menu .btn-primary-nav:hover, .main-navigation .menu .btn-primary-nav:focus {
      color: #2d3748; } }

.main-navigation .menu > .menu-item {
  padding-top: .2rem;
  padding-bottom: .2rem; }

.menu-toggle {
  color: #fff;
  border: none;
  background: transparent;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 0; }
  .menu-toggle .fa-bars {
    margin-left: 0.3rem;
    font-size: 2rem; }

.page-template-template-minimalistic-php,
.page-template-template-login-php {
  background-color: #f2f0eb; }
  .page-template-template-minimalistic-php .site-header,
  .page-template-template-login-php .site-header {
    background-color: transparent;
    color: inherit; }
  .page-template-template-minimalistic-php .entry-header,
  .page-template-template-login-php .entry-header {
    display: none; }
  .page-template-template-minimalistic-php .login-header-help,
  .page-template-template-login-php .login-header-help {
    text-align: center; }

.site-top-nav {
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  font-family: "Roboto Slab", serif;
  background-color: #1a8ac0;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: flex-end; }
  @media screen and (min-width: 1232px) {
    .site-top-nav {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }
  @media screen and (min-width: 48em) {
    .site-top-nav {
      display: flex; } }
  .site-top-nav a {
    color: inherit;
    padding-left: 1rem;
    padding-right: 1rem; }
  .site-top-nav a + a {
    position: relative; }
    .site-top-nav a + a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate3d(0, -45%, 0);
      display: block;
      border-left: 1px solid;
      height: .8rem; }
  .site-top-nav .svg-inline--fa {
    margin-left: 0.3rem; }

.home {
  /* .page-header-with-image {
    .page-header--text {
      align-self: start;
    }
  } */ }
  .home .page-header {
    background-color: #31a4dc;
    color: #fff; }
  .home h2 {
    color: #2c5282; }
    .home h2.has-dark-color {
      color: #2d3748; }

.migrations-badge {
  display: none; }
  @media screen and (min-width: 60em) {
    .migrations-badge {
      width: 153px;
      display: block; } }

.iseek-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 5rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px; }
  .iseek-form__narrow {
    max-width: 456px; }
  .iseek-form .form-body {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .iseek-form input {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem; }
  .iseek-form input[type='text'] {
    color: #878787;
    background-color: #f2f0eb;
    border-color: #e1e1e1; }
  .iseek-form input[type='submit'],
  .iseek-form input[type='button'] {
    border-radius: 100vw;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    padding: 1rem 2.5rem;
    color: #2d3748;
    background-color: #ffbb00;
    border: none;
    border-radius: 5px; }
    .iseek-form input[type='submit']:hover, .iseek-form input[type='submit']:focus,
    .iseek-form input[type='button']:hover,
    .iseek-form input[type='button']:focus {
      color: #2d3748; }
  .iseek-form p {
    color: #878787;
    margin-bottom: 0; }

.page-template-template-minimalistic-php .gform_wrapper {
  max-width: 588px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  padding: 2rem;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: 0 0 1px 0 rgba(225, 225, 225, 0.5); }
  .page-template-template-minimalistic-php .gform_wrapper .top_label input.medium,
  .page-template-template-minimalistic-php .gform_wrapper .top_label select.medium {
    width: 100%; }
  .page-template-template-minimalistic-php .gform_wrapper .gform_fields {
    display: grid; }
    @media screen and (min-width: 37.5em) {
      .page-template-template-minimalistic-php .gform_wrapper .gform_fields {
        grid-template-columns: 1fr 1fr;
        gap: 1rem; }
        .page-template-template-minimalistic-php .gform_wrapper .gform_fields .iseek-advanced-radio,
        .page-template-template-minimalistic-php .gform_wrapper .gform_fields .consent-wrapper-stretch,
        .page-template-template-minimalistic-php .gform_wrapper .gform_fields .gfield.gsection {
          grid-column-start: 1;
          grid-column-end: span 2; } }
    .page-template-template-minimalistic-php .gform_wrapper .gform_fields .gfield.gsection {
      border-bottom: none;
      border-top: solid 1px #e1e1e1;
      padding-top: 1rem;
      margin-bottom: 0; }

body .gform_wrapper
input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  padding: 0.5rem 1rem;
  border-color: #e1e1e1; }

body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper legend.gfield_label {
  font-weight: normal; }

body .gform_wrapper .gfield_required {
  display: none; }

body .gform_wrapper input[type='submit'] {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem 2.5rem;
  color: #2d3748;
  background-color: #ffbb00;
  border-color: #ffbb00;
  border-radius: 5px; }
  body .gform_wrapper input[type='submit']:hover, body .gform_wrapper input[type='submit']:focus {
    color: #2d3748; }

body .gform_wrapper li.hidden_label input {
  margin-top: 0; }

/* Contact form and defaults */
body .gform_wrapper form {
  background-color: white;
  border: 1px solid #cbd5e0;
  border-radius: 5px; }

body .gform_wrapper .gform_heading,
body .gform_wrapper .gform_body,
body .gform_wrapper .gform_footer {
  padding: 1.5rem; }

body .gform_wrapper .gform_heading {
  border-bottom: 1px solid #cbd5e0; }

body .gform_wrapper h3.gform_title {
  font-size: 20px;
  font-weight: 600;
  color: #2c5282;
  font-size: 26px; }
  @media screen and (min-width: 48em) {
    body .gform_wrapper h3.gform_title {
      font-size: 26px; } }

body .gform_wrapper .gform_footer input.button.gform_button {
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 1rem;
  border-radius: 3px; }

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea {
  border-color: #a0aec0; }
  body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):active, body .gform_wrapper textarea:active {
    border-color: #31a4dc; }

.blog-layout {
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  gap: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (min-width: 1232px) {
    .blog-layout {
      padding-left: calc((100vw - 1200px) / 2);
      padding-right: calc((100vw - 1200px) / 2); } }
  @media screen and (min-width: 37.5em) {
    .blog-layout {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 48em) {
    .blog-layout {
      grid-template-columns: 1fr 1fr 1fr; } }
  .blog-layout .hentry {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f2f0eb; }
    .blog-layout .hentry .entry-header {
      text-align: center;
      font-size: 0; }
      .blog-layout .hentry .entry-header a {
        display: block; }
    .blog-layout .hentry .entry-title {
      margin-top: 0;
      margin-bottom: 0;
      min-height: 3rem; }
      .blog-layout .hentry .entry-title > a {
        text-decoration: none;
        font-size: 18px;
        color: inherit;
        line-height: normal;
        font-weight: bold;
        display: block; }
    .blog-layout .hentry .entry-content {
      padding: 2rem 2rem 0.5rem; }
      .blog-layout .hentry .entry-content .blog-excerpt-wrapper {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 1rem;
        color: #666; }
        .blog-layout .hentry .entry-content .blog-excerpt-wrapper p {
          margin: 0; }

.single .entry-title {
  color: #2c5282;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #cbd5e0; }

.single .entry-content {
  margin-bottom: 5rem; }

.page .entry-header {
  text-align: center;
  margin-bottom: 3rem; }
  .page .entry-header .entry-title {
    color: #2c5282; }
  .page .entry-header .page-subtitle {
    font-family: "Roboto Slab", serif;
    font-size: 18px; }

.page-template-template-color .site-content {
  background-color: #f7fafc;
  overflow: hidden; }

@media screen and (min-width: 37.5em) {
  .page-template-template-color .wp-block-columns .wp-block-column:not(:first-child) {
    padding-left: 4rem !important; } }

.has-primary-color {
  color: #31a4dc; }

.has-normal-font-size {
  line-height: 1.88;
  color: #2d3748;
  font-weight: 600; }

.breadcrumbs-wrapper {
  padding-top: 3rem;
  padding-bottom: 1rem; }
  .breadcrumbs-wrapper a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold; }

/* Kadence Blocks overrides */
.wp-block-kadence-tabs .kt-tabs-wrap {
  border-top: 1px solid #cbd5e0; }

.wp-block-kadence-tabs .kt-tabs-layout-vtabs.kt-tab-alignment-center > .kt-tabs-title-list {
  border-right: 1px solid #E8E8E8; }

.wp-block-kadence-tabs .kt-tab-svg-icon {
  margin-right: 1rem; }

.wp-block-kadence-tabs .kt-tab-title {
  font-weight: 600 !important; }

@media screen and (min-width: 48em) {
  body .wp-block-column:not(:first-child),
  body .wp-block-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/column"]:not(:first-child) {
    margin-left: 1rem; } }

.columns-booklike {
  display: grid;
  gap: 0;
  border: 2px solid #e1e1e1; }
  @media screen and (min-width: 37.5em) {
    .columns-booklike {
      grid-template-columns: 1fr 1fr; } }
  .columns-booklike .wp-block-column {
    margin-left: 0 !important;
    padding: 1rem; }
  .columns-booklike .wp-block-column:first-child {
    border-right: 2px solid #e1e1e1; }
  .columns-booklike .kadence-info-box-image-intrisic {
    display: initial; }
  .columns-booklike .kt-blocks-info-box-media-container {
    min-width: 80px;
    flex-shrink: 0; }
  .columns-booklike .kt-blocks-info-box-media .kt-info-box-image {
    width: 80px; }

.wp-block-kadence-infobox .kt-blocks-info-box-title {
  color: #2d3748;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.wp-block-kadence-testimonials .kt-blocks-carousel .slick-list {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.wp-block-kadence-testimonials .kt-blocks-carousel .slick-arrow {
  background-color: #31a4dc;
  border-radius: 100vw;
  width: 32px;
  height: 32px; }
  .wp-block-kadence-testimonials .kt-blocks-carousel .slick-arrow.slick-prev {
    left: 6px; }
  .wp-block-kadence-testimonials .kt-blocks-carousel .slick-arrow.slick-next {
    right: 6px; }

.wp-block-kadence-advancedgallery .slick-list {
  /* &::after {
      content: '';
      display: block;
      position: absolute;
      pointer-events: none;
      background: crimson;
      background: linear-gradient();
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: .2;
    } */ }
  .wp-block-kadence-advancedgallery .slick-list .slick-slide {
    transition: 1s opacity;
    opacity: .666; }
  .wp-block-kadence-advancedgallery .slick-list .slick-center {
    opacity: 1; }

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