/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sass/wp_login.scss ***!
  \*********************************************************************************************************************************************************************/
/*--------------------------------------------------------------
# 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;
}

/**
 * Switch to border-box
 */
body,
body *,
body *:after,
body *:before {
  box-sizing: border-box;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
  color: var(--wp--preset--color--black);
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

/** gravity forms styles **/
.gform_wrapper form .gform_button {
  background-color: var(--wp--preset--color--dark-blue);
  border: 1px solid var(--wp--preset--color--dark-blue);
}

.gform_wrapper form .gform_button:hover,
.gform_wrapper form .gform_button:focus {
  background-color: var(--wp--preset--color--orange);
  border: 1px solid var(--wp--preset--color--orange);
  color: #fff;
}

body {
  --global-content-edge-padding: var(--wp--preset--spacing--site-gutter);
  --scrollbar: 0px;
}

.edit-post-visual-editor__post-title-wrapper,
.is-root-container {
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
}
.edit-post-visual-editor__post-title-wrapper > .alignfull,
.is-root-container > .alignfull {
  margin-right: calc(var(--wp--preset--spacing--site-gutter) * -1);
  margin-left: calc(var(--wp--preset--spacing--site-gutter) * -1);
}

.is-root-container :where(.has-global-padding):not(.alignfull),
.has-global-padding :where(.has-global-padding):not(.alignfull) {
  padding-right: 0;
  padding-left: 0;
}

.has-global-padding-left {
  padding-left: var(--wp--style--root--padding-left);
}
.has-global-padding-left.wp-block-kadence-column {
  padding-left: 0;
}
.has-global-padding-left.wp-block-kadence-column > .kt-inside-inner-col {
  padding-left: var(--wp--style--root--padding-left);
}

.negate-global-padding-right {
  margin-right: min(-0.5 * (100vw - var(--scrollbar) - var(--wp--style--global--content-size)), -1 * var(--wp--style--root--padding-left)) !important;
}
body.wp-admin .negate-global-padding-right {
  margin-right: calc(-1 * var(--wp--style--root--padding-right)) !important;
}

.negate-global-padding-left {
  margin-left: min(-0.5 * (100vw - var(--scrollbar) - var(--wp--style--global--content-size)), -1 * var(--wp--style--root--padding-left)) !important;
}
body.wp-admin .negate-global-padding-left {
  margin-right: calc(-1 * var(--wp--style--root--padding-left)) !important;
}

.has-global-padding-right {
  padding-right: var(--wp--style--root--padding-right);
}
.has-global-padding-right.wp-block-kadence-column {
  padding-right: 0;
}
.has-global-padding-right.wp-block-kadence-column > .kt-inside-inner-col {
  padding-right: var(--wp--style--root--padding-right);
}

.container {
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--preset--spacing--site-gutter) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
  box-sizing: border-box;
}

.wp-block-kadence-rowlayout.alignfull > .innerblocks-wrap {
  padding-left: var(--wp--preset--spacing--site-gutter);
  padding-right: var(--wp--preset--spacing--site-gutter);
}

.wp-block-kadence-rowlayout .wp-block-kadence-rowlayout > .innerblocks-wrap {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-kadence-rowlayout > .kt-row-column-wrap.kb-theme-content-width,
.wp-block-kadence-rowlayout > .innerblocks-wrap.kb-theme-content-width {
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--preset--spacing--site-gutter) * 2) !important;
}

.wp-block-kadence-rowlayout.alignfull > .innerblocks-wrap[style*="padding-left: var(--global-kb-spacing-sm, 1.5rem)"] {
  padding-left: var(--wp--preset--spacing--site-gutter) !important;
  padding-right: var(--wp--preset--spacing--site-gutter) !important;
}

div.kt-row-has-bg > .kt-row-column-wrap {
  padding-left: var(--global-kb-spacing-sm, 1.5rem);
  padding-right: var(--global-kb-spacing-sm, 1.5rem);
}

div.kt-row-has-bg.alignfull > .kt-row-column-wrap {
  padding-left: var(--wp--preset--spacing--site-gutter) !important;
  padding-right: var(--wp--preset--spacing--site-gutter) !important;
}

.has-no-margin,
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.has-no-margin-bottom,
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-no-margin-top,
.no-margin-top {
  margin-top: 0 !important;
}

ul.has-two-columns,
ol.has-two-columns {
  margin: 0;
  columns: 2;
  column-gap: 30px;
  list-style-position: outside;
  padding-left: 0;
}
ul.has-two-columns > li,
ol.has-two-columns > li {
  padding: 10px 0;
  width: 100%;
  align-items: center;
  min-height: 35px;
  break-inside: avoid;
  page-break-inside: avoid;
}

ul.has-square-bullets-orange {
  list-style: none;
  padding-left: 0;
  padding-bottom: 50px;
}

ul.has-square-bullets-orange li {
  padding-left: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

ul.has-square-bullets-orange li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background-color: var(--wp--preset--color--orange);
}

p.has-square-bullet-orange,
h3.has-square-bullet-orange {
  position: relative;
  margin-bottom: 0;
}

p.has-square-bullet-orange::before,
h3.has-square-bullet-orange::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background-color: var(--wp--preset--color--orange);
}

h3.has-square-bullet-orange:before {
  left: 0px;
  top: 0.3em;
}

.heading-has-triangle-orange,
.heading-has-triangle-red,
.heading-has-triangle-blue,
.heading-has-triangle-light-blue {
  position: relative;
  display: flex;
  align-items: center;
}

.heading-has-triangle-orange:before,
.heading-has-triangle-red:before,
.heading-has-triangle-blue:before,
.heading-has-triangle-light-blue:before {
  content: "";
  position: absolute;
  left: 0;
  width: 57px;
  height: 50px;
  margin-left: -80px;
  margin-top: -30px;
  background-image: url("/wp-content/uploads/2025/02/AccentTriangle_Orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.heading-has-triangle-red:before {
  background-image: url("/wp-content/uploads/2025/02/shape.svg");
}

.heading-has-triangle-blue:before {
  background-image: url("/wp-content/uploads/2025/02/AccentTriangle_Blue.svg");
}

.light-blue-badge {
  background: #eaf7fd;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 25px;
}

.has-line {
  position: relative;
}

.has-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 80px;
  height: 6px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 3px;
}

.orange::after {
  background: var(--wp--preset--color--orange);
}

.light-blue::after {
  background: var(--wp--preset--color--light-blue);
}

.blue::after {
  background: var(--wp--preset--color--blue);
}

/* ==== ELEMENTS ============================================= */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: var(--wp--preset--color--black);
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*,
*: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. */
}

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

/* ==== HEADINGS ============================================= */
h1, h2, h3, h4, h5, h6,
.like-h1, .like-h2, .like-h3, .like-h4, .display-text {
  font-family: "droid-sans", sans-serif;
}

h1, .like-h1 {
  line-height: 60px;
  font-size: 54px;
  font-weight: 700;
}

h2, .like-h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  font-family: "open-sans", sans-serif;
}

h3, .like-h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h4, .like-h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "open-sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5, .like-h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.8px;
}

.has-small-font-size,
.fine-print,
.is-fine-print {
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: 1.5384615385em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal) !important;
  line-height: 1.5em;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
  line-height: 1.5em;
}

@media (max-width: 991px) {
  h1, .like-h1 {
    font-size: 40px;
  }
  h2, .like-h2 {
    font-size: 32px;
  }
  h3, .like-h3 {
    font-size: 26px;
  }
  h4, .like-h4 {
    font-size: 22px;
  }
  h5, .like-h5 {
    font-size: 18px;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p {
  margin-bottom: 1.5em;
}
p a {
  text-decoration: underline;
}
p a:not([class]) {
  overflow-wrap: break-word;
}

li:not([class]) a:not([class]) {
  text-decoration: underline;
  overflow-wrap: break-word;
  font-weight: 600;
}

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

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

*::selection {
  background: #000;
  color: #fff;
}

a {
  color: var(--wp--preset--color--dark-blue);
  text-decoration: none;
  font-weight: 700;
}
a:hover, a:focus, a:active {
  color: var(--wp--preset--color--orange);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

b, strong {
  font-weight: 600;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

.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-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

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

blockquote.is-style-default {
  margin: 1.5em 0;
  font-style: italic;
  padding-left: 0;
  border-left: 0;
}
blockquote.is-style-default p {
  margin: 0;
}
blockquote.is-style-default cite {
  font-weight: bold;
  font-size: 1em;
  margin-top: 0.125em;
  display: block;
}
blockquote.is-style-default cite:before {
  content: "- ";
}

.price-formatted {
  font-size: 2em;
  display: inline-block;
  line-height: 1em;
  white-space: nowrap;
}
.price-formatted .dot {
  position: absolute;
  left: -1000em;
}
.price-formatted .dollars {
  padding: 0 0.05em;
  display: inline-block;
}
.price-formatted .dollar-sign,
.price-formatted .cents,
.price-formatted .slash,
.price-formatted .per {
  position: relative;
  top: -0.35em;
  vertical-align: top;
  font-size: 0.5em;
}
.price-formatted .cents + .slash {
  margin-left: 5px;
}

/* ==== BUTTONS ============================================= */
.wp-block-button .wp-block-button__link,
.btn {
  background: var(--wp--preset--color--orange);
  border: 2px solid var(--wp--preset--color--orange);
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  min-width: 150px;
  padding: 6px 24px;
  text-align: center;
  transition: 0.2s ease all;
  position: relative;
  z-index: 1;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus,
.btn:hover,
.btn:focus {
  color: var(--wp--preset--color--dark-blue);
  background: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
}
.wp-block-button .wp-block-button__link:active,
.btn:active {
  transform: scale(0.98);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
}
.wp-block-button .wp-block-button__link.has-dark-blue-background-color,
.btn.has-dark-blue-background-color {
  background: var(--wp--preset--color--dark-blue);
  border: none;
  color: #fff;
  overflow: hidden;
  padding: 8px 24px;
}
.wp-block-button .wp-block-button__link.has-dark-blue-background-color:before,
.btn.has-dark-blue-background-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #222D5E 20%, #6D98CC 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: -1;
  border-radius: 28px;
}
.wp-block-button .wp-block-button__link.has-dark-blue-background-color:hover:before,
.btn.has-dark-blue-background-color:hover:before {
  opacity: 1;
}
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.btn.is-style-outline {
  background: none;
  border-color: currentColor;
  padding: 6px 24px;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover, .wp-block-button.is-style-outline > .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus,
.btn.is-style-outline:hover,
.btn.is-style-outline:focus {
  color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-dark-blue-color:hover,
.wp-block-button__link.is-style-outline.has-dark-blue-color:hover,
.btn.is-style-outline.has-dark-blue-color:hover {
  border-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--blue) !important;
}

div[data-type="acf/button-group"],
div.button-group {
  background: none !important;
}

.button-group {
  gap: 10px;
  display: flex;
}
.button-group.align-center {
  display: flex;
  justify-content: center;
}
.button-group.align-right {
  display: flex;
  flex-direction: row-reverse;
}

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

/* ==== CLEARFIX ============================================= */
.clear:before, .clear:after,
.cf:before,
.cf:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

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

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

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

body.login {
  background: var(--wp--preset--color--blue);
}
body.login h1 a {
  background-image: url(../images/logo.svg);
  background-size: contain;
  width: 100%;
  height: 100px;
}
body.login h1.admin-email__heading {
  text-transform: none;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
body.login.login-action-login #login {
  width: 340px;
  max-width: 100%;
}
body.login.login-action-confirm_admin_email #login {
  width: 650px !important;
  max-width: 60vw;
}
body.login #login_error {
  border: none;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
  background: var(--wp--preset--color--dark-red);
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  font-style: italic;
}
body.login #login_error a {
  color: #fff;
  text-decoration: underline;
}
body.login .forgetmenot {
  margin-bottom: 20px !important;
}
body.login .message {
  border: none;
  line-height: 1.25em;
  text-align: center;
  font-family: "open-sans", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
body.login .message.reset-pass {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 700;
}
body.login .submit .button-primary {
  display: block;
  padding: 0.375em 5px !important;
  height: auto !important;
  width: 100% !important;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  float: none;
  border-radius: 3px;
  background: none;
  border: 1px solid var(--wp--preset--color--gray);
  color: var(--wp--preset--color--gray);
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  border-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--blue);
}
body.login .submit .button-primary:hover {
  background: var(--wp--preset--color--blue);
  color: #fff;
  border-color: var(--wp--preset--color--blue);
}
body.login label {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
  letter-spacing: 0.0625em;
  font-weight: 700;
  text-align: left;
  color: var(--wp--preset--color--dark-gray);
  margin-bottom: 10px;
}
body.login #loginform input[type=text],
body.login #loginform input[type=password] {
  margin-top: 0;
  font-weight: normal !important;
  font-size: 15px !important;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
}
body.login #loginform input[type=text]:focus,
body.login #loginform input[type=password]:focus {
  border-color: var(--wp--preset--color--blue);
  box-shadow: none;
}
body.login p.submit {
  text-align: center;
  display: block;
}
body.login form {
  padding-left: 30px;
  padding-right: 30px;
}
body.login #backtoblog {
  padding-top: 1em;
  padding-bottom: 2em;
}
body.login #backtoblog,
body.login #nav,
body.login .privacy-policy-page-link {
  text-align: center;
}
body.login #backtoblog a,
body.login #nav a,
body.login .privacy-policy-page-link a {
  color: #fff;
  font-size: 14px;
}
body.login #backtoblog a:hover, body.login #backtoblog a:focus,
body.login #nav a:hover,
body.login #nav a:focus,
body.login .privacy-policy-page-link a:hover,
body.login .privacy-policy-page-link a:focus {
  text-decoration: underline;
}
