/*!
Theme Name: HFS Breakfast Sausage Sales Toolkit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: https://jtmega.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hfs-breakfastsausage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

HFS Breakfast Sausage Sales Toolkit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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.
 */
@import url("https://p.typekit.net/p.css?s=1&k=dmb6mhc&ht=tk&f=16353.37461.37466.37467&a=86734301&app=typekit&e=css");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

/* 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
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 2 * ((100vw - 320px) / 780));
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #2E2F2F;
  font-family: "BrandonTextWeb", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
  padding-left: 1em;
}
ul li::marker {
  color: #00A651;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #B9010E;
}
a:visited {
  color: #B9010E;
}
a:hover, a:focus, a:active {
  color: #00A651;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.button {
  background: #797C83;
  border: 2px solid #797C83;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 1em 1.6em 0.8em;
  text-transform: uppercase;
  text-decoration: none;
}
a.button span {
  display: inline-block;
  line-height: 1em;
  position: relative;
  padding-right: 1.875em;
}
a.button span:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-new-window.svg);
  position: absolute;
  top: -0.25em;
  right: 0;
  width: 1.25em;
  height: 1.25em;
}
a.button:visited {
  color: #fff;
}
a.button:hover, a.button:focus, a.button:active {
  background: #fff;
  border-color: #2E2F2F;
  color: #2E2F2F;
}
a.button:hover span:after, a.button:focus span:after, a.button:active span:after {
  filter: invert(83%) sepia(7%) saturate(125%) hue-rotate(131deg) brightness(91%) contrast(91%);
}

/* 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);
  line-height: 1;
  padding: 0.6em 1em 0.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%;
}

/* THIRD PARTY FONTS */
/*------------- Adding Brandon Text font June 2019 -------------*/
/* weight: 400 */
/* -Regular */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/398205_8_0.eot");
  src: url("fonts/398205_8_0.eot?#iefix") format("embedded-opentype"), url("fonts/398205_8_0.woff2") format("woff2"), url("fonts/398205_8_0.woff") format("woff"), url("fonts/398205_8_0.ttf") format("truetype");
}
/* -Italic */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/398205_6_0.eot");
  src: url("fonts/398205_6_0.eot?#iefix") format("embedded-opentype"), url("fonts/398205_6_0.woff2") format("woff2"), url("fonts/398205_6_0.woff") format("woff"), url("fonts/398205_6_0.ttf") format("truetype");
}
/* weight: 500 */
/* -Medium */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/398205_9_0.eot");
  src: url("fonts/398205_9_0.eot?#iefix") format("embedded-opentype"), url("fonts/398205_9_0.woff2") format("woff2"), url("fonts/398205_9_0.woff") format("woff"), url("fonts/398205_9_0.ttf") format("truetype");
}
/* -MediumItalic */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/398205_7_0.eot");
  src: url("fonts/398205_7_0.eot?#iefix") format("embedded-opentype"), url("fonts/398205_7_0.woff2") format("woff2"), url("fonts/398205_7_0.woff") format("woff"), url("fonts/398205_7_0.ttf") format("truetype");
}
/* weight: 600 */
/* -Bold */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/398205_2_0.eot");
  src: url("fonts/398205_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/398205_2_0.woff2") format("woff2"), url("fonts/398205_2_0.woff") format("woff"), url("fonts/398205_2_0.ttf") format("truetype");
}
/* -BoldItalic */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 600;
  font-style: italic;
  src: url("fonts/398205_1_0.eot");
  src: url("fonts/398205_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/398205_1_0.woff2") format("woff2"), url("fonts/398205_1_0.woff") format("woff"), url("fonts/398205_1_0.ttf") format("truetype");
}
/* weight: 700 */
/* -Black */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/398205_0_0.eot");
  src: url("fonts/398205_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/398205_0_0.woff2") format("woff2"), url("fonts/398205_0_0.woff") format("woff"), url("fonts/398205_0_0.ttf") format("truetype");
}
/* -BlackItalic */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/398205_3_0.eot");
  src: url("fonts/398205_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/398205_3_0.woff2") format("woff2"), url("fonts/398205_3_0.woff") format("woff"), url("fonts/398205_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  src: url("https://use.typekit.net/af/32b0e4/00000000000000007735a185/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/32b0e4/00000000000000007735a185/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/32b0e4/00000000000000007735a185/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("https://use.typekit.net/af/ca31c7/00000000000000007735a18d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/ca31c7/00000000000000007735a18d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/ca31c7/00000000000000007735a18d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("https://use.typekit.net/af/73dbad/00000000000000007735a197/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/73dbad/00000000000000007735a197/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/73dbad/00000000000000007735a197/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("https://use.typekit.net/af/6d739b/00000000000000007735a19a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/6d739b/00000000000000007735a19a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/6d739b/00000000000000007735a19a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
.tk-montserrat {
  font-family: "montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body.page-template-page_breakfast-sausage-sales-tool header.site-header {
  padding-bottom: 1px;
}
body.page-template-page_breakfast-sausage-sales-tool .site-main .entry-content {
  background-color: #B9010E;
  color: #fff;
  margin: 0 -1.5rem 1.5rem;
  padding: 1rem 1.5rem 1px;
}
body.page-template-page_breakfast-sausage-sales-tool .site-main .entry-content p {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
}
body.page-template-page_breakfast-sausage-sales-tool .site-main .sausage-matrix-link a {
  -webkit-border-radius: 1.3125rem;
  -moz-border-radius: 1.3125rem;
  border-radius: 1.3125rem;
  border: 2px solid #fff;
  background-color: #00A651;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.2em 3em 1em 5em;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
  position: relative;
  transition: all 0.3s ease;
}
body.page-template-page_breakfast-sausage-sales-tool .site-main .sausage-matrix-link a:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../images/icon-external-link-square-alt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-page_breakfast-sausage-sales-tool .site-main .sausage-matrix-link a:hover {
  background-color: #000;
}

body.page-template-page_passport {
  background-image: url('https://sales.hormelfoodservice.com/wp-content/uploads/2023/11/passport_bg.png');
  background-size: cover;
  font-size: 1.2em;
}
body.page-template-page_passport .site {
  background-color: transparent;
  box-shadow: none;
}
body.page-template-page_passport h1 {
  font-size: 3rem;
  margin: 2.5rem 0 0.25rem 0;
  line-height: 1;
}
body.page-template-page_passport h2 {
  margin-top: 1rem;
  line-height: 1;
}
body.page-template-page_passport h1, body.page-template-page_passport h2, body.page-template-page_passport h3, body.page-template-page_passport h4, body.page-template-page_passport h5 {
  font-family: "montserrat", "BrandonTextWeb", sans-serif;
  text-transform: uppercase;
  color: #c69320;
}
body.page-template-page_passport ul li::marker {
  color: #c69320;
}
body.page-template-page_passport .darkgold {
  color: #c69320;
}
body.page-template-page_passport .frm_dropzone {
  min-height: 12rem;
  box-shadow: 0px 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
body.page-template-page_passport .frm_dropzone .frmsvg.frm-svg-icon {
  width: 6rem;
  display: block;
  margin: 0 auto 1rem auto;
}
body.page-template-page_passport .frm_small_text {
  font-size: 1rem;
}
body.page-template-page_passport .with_frm_style .frm_primary_label, body.page-template-page_passport .frm_style_formidable-style.with_frm_style div.frm_description {
  font-size: 1rem;
}
body.page-template-page_passport .with_frm_style input[type=text] {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1.25rem 0.5rem;
}
body.page-template-page_passport .frm_style_formidable-style.with_frm_style .frm_submit button, body.page-template-page_passport .with_frm_style .frm_button {
  background-color: #c69320;
  border: none;
  font-size: 1.2rem;
}
body.page-template-page_passport .frm_style_formidable-style.with_frm_style .frm_submit button:hover, body.page-template-page_passport .with_frm_style .frm_button:hover {
  background-color: #E3B040;
}

.decoration.grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1;
  grid-gap: 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .decoration.grid {
    grid-template-columns: 100% 0;
  }
}
.decoration.grid .child.competitor-info {
  grid-column: 1;
  grid-row: 1;
}
.decoration.grid .child.applications {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 2rem;
  overflow: hidden;
  position: relative;
}
.decoration.grid .child.applications:after {
  background: white;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.decoration.grid .child.applications img {
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .decoration.grid .child.applications {
    display: none;
  }
}

.competitor-brand {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .competitor-brand {
    margin-top: 0;
  }
}
.competitor-brand li.top-level {
  border-bottom: 1px solid #EDEDED;
  padding-top: 0.6rem;
}
.competitor-brand li.top-level > h2 {
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.8em 2rem 0.6em 1rem;
  position: relative;
}
.competitor-brand li.top-level > h2:after {
  display: block;
  content: url(../images/icon-accordion-arrow.svg);
  width: 1em;
  height: 1em;
  filter: invert(51%) sepia(6%) saturate(385%) hue-rotate(184deg) brightness(95%) contrast(94%);
  transform: rotate(-90deg);
  position: absolute;
  top: 0.8em;
  right: 1rem;
}
.competitor-brand li.top-level:hover > h2 {
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #B9010E;
  cursor: pointer;
}
.competitor-brand li.top-level:hover > h2:after {
  filter: invert(81%) sepia(64%) saturate(6358%) hue-rotate(348deg) brightness(70%) contrast(113%);
}
.competitor-brand li.top-level.expanded > h2 {
  background-color: #58585A;
  border-color: #58585A;
  color: #fff;
  margin-bottom: 0.2rem;
}
.competitor-brand li.top-level.expanded > h2:after {
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0) brightness(100%) contrast(100%);
  transform: rotate(0);
}
.competitor-brand li.top-level.expanded > h2:hover {
  background-color: #fff;
  border-color: #58585A;
  color: #58585A;
}
.competitor-brand li.top-level.expanded > h2:hover:after {
  filter: invert(51%) sepia(6%) saturate(385%) hue-rotate(184deg) brightness(95%) contrast(94%);
  transform: rotate(180deg);
}
.competitor-brand ul.second-level {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.competitor-brand ul.second-level li.second-level {
  margin: 1px 0 0;
}
.competitor-brand ul.second-level li.second-level > h3 {
  background-color: #C8C9CC;
  border: 1px solid #C8C9CC;
  color: #2E2F2F;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.8em 3.5rem 0.6em 2rem;
  position: relative;
}
.competitor-brand ul.second-level li.second-level > h3:after {
  display: block;
  content: url(../images/icon-accordion-arrow.svg);
  width: 1em;
  height: 1em;
  filter: invert(51%) sepia(6%) saturate(385%) hue-rotate(184deg) brightness(95%) contrast(94%);
  transform: rotate(-90deg);
  position: absolute;
  top: 0.8em;
  right: 2.5rem;
}
.competitor-brand ul.second-level li.second-level:hover > h3 {
  background-color: #00A651;
  border-color: #00A651;
  color: #fff;
  cursor: pointer;
}
.competitor-brand ul.second-level li.second-level:hover > h3:after {
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0) brightness(100%) contrast(100%);
}
.competitor-brand ul.second-level li.second-level.expanded > h3 {
  background-color: #00A651;
  border-color: #00A651;
  color: #fff;
}
.competitor-brand ul.second-level li.second-level.expanded > h3:after {
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0) brightness(100%) contrast(100%);
  transform: rotate(0);
}
.competitor-brand ul.second-level li.second-level.expanded > h3:hover {
  background-color: #fff;
  border-color: #58585A;
  color: #58585A;
}
.competitor-brand ul.second-level li.second-level.expanded > h3:hover:after {
  filter: invert(51%) sepia(6%) saturate(385%) hue-rotate(184deg) brightness(95%) contrast(94%);
  transform: rotate(180deg);
}
.competitor-brand ul.second-level article {
  display: none;
}

article.competitor-product {
  padding: 0.8rem 20px 0.6rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  article.competitor-product {
    padding: 0.8rem 2rem 0.6rem;
  }
}
article.competitor-product .entry-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-gap: 1rem;
  gap: 1.5rem 3rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  article.competitor-product .entry-header {
    flex-wrap: wrap;
  }
}
article.competitor-product .entry-header .product-info {
  flex: 1 auto;
  min-width: 50%;
}
article.competitor-product .entry-header .product-info .competitor-logo {
  max-width: 150px;
  height: auto;
  display: block;
}
article.competitor-product .entry-header .product-images {
  flex: 1 0 auto;
  width: 40%;
}
article.competitor-product .entry-header .product-images .mainCarousel {
  width: 100%;
  margin: 0 auto 1rem auto;
  position: relative;
  cursor: zoom-in;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-width: 32px;
  --carousel-button-height: 32px;
  --carousel-button-svg-width: 16px;
  --carousel-button-svg-height: 16px;
  --carousel-button-svg-stroke-width: 2.5;
}
article.competitor-product .entry-header .product-images .mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
  background-color: #f8f8f8;
  position: relative;
}
article.competitor-product .entry-header .product-images .mainCarousel .carousel__slide img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
article.competitor-product .entry-header .product-images .mainCarousel .carousel__button.is-prev {
  left: -16px;
}
article.competitor-product .entry-header .product-images .mainCarousel .carousel__button.is-next {
  right: -16px;
}
article.competitor-product .entry-header .product-images .mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #00A651;
}
article.competitor-product .entry-header .product-images .thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}
article.competitor-product .entry-header .product-images .thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
article.competitor-product .entry-header .product-images .thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}
article.competitor-product h4 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0.5em 0 0;
}
article.competitor-product h5 {
  text-transform: uppercase;
  margin: 0;
}
article.competitor-product h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
article.competitor-product p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
article.competitor-product .entry-content .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-gap: 1rem;
  gap: 1rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  article.competitor-product .entry-content .row {
    flex-gap: 0;
    gap: 0;
    margin-bottom: 1rem;
  }
}
article.competitor-product .entry-content .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  article.competitor-product .entry-content .column {
    flex-basis: auto;
    width: 100%;
  }
}
article.competitor-product .entry-content .detail-point {
  margin-bottom: 1rem;
}
article.competitor-product .entry-content .detail-point ul {
  margin-bottom: 0;
}
article.competitor-product .entry-footer {
  border: 2px solid #D12229;
  border-top-color: #A81422;
  border-bottom-width: 8px;
  padding: 0;
}
article.competitor-product .entry-footer h5 {
  background-color: #A81422;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.6em 1rem 0.2em;
}
@media only screen and (min-width: 768px) {
  article.competitor-product .entry-footer h5 {
    font-size: 1.625rem;
  }
}
article.competitor-product .entry-footer .winning-product {
  padding: 1.5rem 1rem;
}
article.competitor-product .entry-footer .winning-product .flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-gap: 1rem;
  gap: 1rem;
  width: 100%;
  margin: 1rem 0;
}
@media only screen and (max-width: 767px) {
  article.competitor-product .entry-footer .winning-product .flex {
    flex-wrap: wrap;
  }
}
article.competitor-product .entry-footer .winning-product .flex .child {
  flex: 0 1 auto;
}
article.competitor-product .entry-footer .winning-product .flex .child.logo {
  width: 100px;
  flex-shrink: 0;
}
article.competitor-product .entry-footer .winning-product .flex .child.title {
  flex-grow: 1;
}
article.competitor-product .entry-footer .winning-product .flex .child.link {
  flex-shrink: 0;
  align-self: flex-end;
  max-width: 100%;
}
article.competitor-product .entry-footer .winning-product .hfs-logo {
  width: 100%;
  height: auto;
  display: block;
}
article.competitor-product .entry-footer .winning-callouts h6 {
  text-transform: uppercase;
}
article.competitor-product .entry-footer .winning-callouts ol {
  counter-reset: myOrderedListItemsCounter;
  position: relative;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
  columns: 2;
  column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  article.competitor-product .entry-footer .winning-callouts ol {
    columns: 1;
  }
}
article.competitor-product .entry-footer .winning-callouts ol li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  overflow: visible;
  padding-top: 0.4em;
  padding-left: 4rem;
  width: 100%;
}
article.competitor-product .entry-footer .winning-callouts ol li:before {
  counter-increment: myOrderedListItemsCounter;
  content: counter(myOrderedListItemsCounter);
  display: inline-block;
  width: 3em;
  margin-right: 0.5rem;
  text-align: center;
  font-weight: bold;
  padding: 0.4em 0.2em 0.2em 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #020202;
  color: #ffffff;
}

body.page-template-page_nominate-table-blazer {
  background-color: #f8f8f8;
}
body.page-template-page_nominate-table-blazer .site {
  max-width: 1200px;
}
body.page-template-page_nominate-table-blazer .container {
  max-width: 1200px;
}
body.page-template-page_nominate-table-blazer header.site-header {
  background-color: #231F20;
  background-image: none;
}
body.page-template-page_nominate-table-blazer header.site-header .container {
  padding: 0;
}
body.page-template-page_nominate-table-blazer header.site-header .container img.program-graphic {
  display: block;
}
body.page-template-page_nominate-table-blazer main .container {
  max-width: 1000px;
  padding-bottom: 4rem;
}
body.page-template-page_nominate-table-blazer h1,
body.page-template-page_nominate-table-blazer h2,
body.page-template-page_nominate-table-blazer .frm-show-form .frm_section_heading h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1;
  color: #2E2F2F;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 760px) {
  body.page-template-page_nominate-table-blazer h1,
body.page-template-page_nominate-table-blazer h2,
body.page-template-page_nominate-table-blazer .frm-show-form .frm_section_heading h3 {
    font-size: 2.25rem;
  }
}
body.page-template-page_nominate-table-blazer h3,
body.page-template-page_nominate-table-blazer h4 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 1.3em;
  margin-bottom: 0.3em;
  color: #323F48;
  line-height: 1.2;
}
body.page-template-page_nominate-table-blazer h5 {
  font-weight: 500;
  color: #323F48;
  margin-top: 0.6em;
}
body.page-template-page_nominate-table-blazer h5,
body.page-template-page_nominate-table-blazer p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
body.page-template-page_nominate-table-blazer p {
  margin-top: 0;
}
body.page-template-page_nominate-table-blazer table.nomination-categories td {
  padding: 0.25rem 0.5rem;
  min-width: calc( 44px + 1rem );
  vertical-align: top;
}
body.page-template-page_nominate-table-blazer table.nomination-categories td img {
  display: block;
  width: 44px;
  height: auto;
}
body.page-template-page_nominate-table-blazer table.nomination-categories td h4 {
  margin-top: 0;
}
@media only screen and (min-width: 760px) {
  body.page-template-page_nominate-table-blazer table.nomination-categories td {
    padding: 0.25rem 1rem;
    min-width: calc( 88px + 2rem );
    vertical-align: middle;
  }
  body.page-template-page_nominate-table-blazer table.nomination-categories td img {
    display: block;
    width: 88px;
    height: auto;
  }
}
body.page-template-page_nominate-table-blazer .with_frm_style .frm_primary_label {
  font-weight: 500;
  font-size: 1rem;
}
body.page-template-page_nominate-table-blazer .with_frm_style .frm_left_container .frm_primary_label {
  text-transform: uppercase;
}
@media only screen and (min-width: 760px) {
  body.page-template-page_nominate-table-blazer .with_frm_style .frm_left_container .frm_primary_label {
    text-align: right;
  }
}
body.page-template-page_nominate-table-blazer .with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
  grid-template-columns: minmax(150px, 20vw) auto;
}
@media only screen and (max-width: 900px) {
  body.page-template-page_nominate-table-blazer .with_frm_style.frm_style_formidable-style .frm_form_field.frm_left_container {
    grid-template-columns: minmax(150px, 30vw) auto;
  }
}
body.page-template-page_nominate-table-blazer .with_frm_style.frm_style_formidable-style .frm-show-form .frm_section_heading .frm_section_spacing {
  margin-bottom: 0.3em;
}
body.page-template-page_nominate-table-blazer .with_frm_style.frm_style_formidable-style .frm_submit button {
  font-weight: 500;
  background-color: #D12229;
  color: #fff;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: block;
  margin: 0 auto;
}
body.page-template-page_nominate-table-blazer .with_frm_style.frm_style_formidable-style .frm_submit button.frm_prev_page {
  display: none;
}
body.page-template-page_nominate-table-blazer .with_frm_style.frm_style_formidable-style .frm_error {
  grid-column: 2;
}
body.page-template-page_nominate-table-blazer .with_frm_style input[type=text],
body.page-template-page_nominate-table-blazer .with_frm_style input[type=email],
body.page-template-page_nominate-table-blazer .with_frm_style input[type=number],
body.page-template-page_nominate-table-blazer .with_frm_style input[type=tel],
body.page-template-page_nominate-table-blazer .with_frm_style select,
body.page-template-page_nominate-table-blazer .with_frm_style textarea {
  border: 1px solid #000;
  border-radius: 0;
  max-width: 800px;
}
body.page-template-page_nominate-table-blazer .with_frm_style textarea {
  margin: 0 auto;
  display: block;
}
body.page-template-page_nominate-table-blazer .with_frm_style input[type=text],
body.page-template-page_nominate-table-blazer .with_frm_style input[type=email],
body.page-template-page_nominate-table-blazer .with_frm_style input[type=number],
body.page-template-page_nominate-table-blazer .with_frm_style input[type=tel],
body.page-template-page_nominate-table-blazer .with_frm_style select {
  max-width: 500px;
  grid-column: 2;
}
body.page-template-page_nominate-table-blazer .with_frm_style .frm_message {
  border: 0;
  background-color: transparent;
  color: #323F48;
  border-radius: 0;
  text-align: center;
}
body.page-template-page_nominate-table-blazer .with_frm_style .frm_message p {
  color: #323F48;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
body.page-template-page_nominate-table-blazer .with_frm_style .frm_message a.button {
  background-color: #D12229;
  border-color: #D12229;
  border-radius: 0;
  margin-top: 2rem;
}
body.page-template-page_nominate-table-blazer .with_frm_style .frm_message a.button:hover {
  background-color: #fff;
  border-color: #2E2F2F;
}
body.page-template-page_nominate-table-blazer .frm-show-form .frm_section_heading h3 {
  padding-top: 1.5em;
  padding-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body.page-template-page_nominate-table-blazer select:focus,
body.page-template-page_nominate-table-blazer textarea:focus,
body.page-template-page_nominate-table-blazer input:focus {
    font-size: 16px;
    background: #eee;
  }
}
body.page-template-page_nominate-table-blazer footer.site-footer {
  border-top: 0;
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #231F20;
  color: #fff;
}
body.page-template-page_nominate-table-blazer footer.site-footer .site-info {
  display: block;
  max-width: 800px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header.site-header {
  background-color: #B9010E;
  background-image: url(../images/bg-login.gif);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  header.site-header {
    background-image: url(../images/bg-login@2x.gif);
    background-size: contain;
  }
}
header.site-header .custom-logo-link {
  max-width: 330px;
  margin: 1rem 1rem 0;
}
header.site-header .site-title {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin: 0.25em auto;
}
header.site-header .site-description {
  position: absolute;
  left: -100%;
  clip: rect(1px, 1px, 1px, 1px);
}
header.site-header .entry-content {
  color: #fff;
  margin: 0;
}
header.site-header .entry-content p {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  padding-bottom: 1.5rem;
}

.main-navigation {
  display: block;
  width: 100%;
}
.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 {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  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: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

footer.site-footer {
  border-top: 1.375rem solid #797C83;
  padding-top: 0;
  padding-bottom: 2rem;
  color: #797C83;
  font-weight: 600;
  font-size: 0.75rem;
}
footer.site-footer .site-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer.site-footer .site-info > section {
  flex: 1 1 auto;
}
footer.site-footer .site-info > div {
  flex: 0 1 auto;
}
footer.site-footer a {
  color: #D12229;
  font-weight: 400;
  text-decoration: none;
}
footer.site-footer a:hover, footer.site-footer a:focus, footer.site-footer a:active {
  text-decoration: underline;
}

a.backtotop {
  -webkit-border-top-left-radius: 1.3125rem;
  -webkit-border-bottom-left-radius: 1.3125rem;
  -moz-border-radius-topleft: 1.3125rem;
  -moz-border-radius-bottomleft: 1.3125rem;
  border-top-left-radius: 1.3125rem;
  border-bottom-left-radius: 1.3125rem;
  border: 2px solid #fff;
  border-right: 0;
  background-color: #00A651;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.2em 4em 1em 4em;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.36);
  position: fixed;
  right: -2em;
  bottom: 10vh;
  transition: right 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  a.backtotop {
    padding-right: 6em;
  }
}
a.backtotop:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../images/icon-back-to-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
a.backtotop:hover {
  right: 0;
}

/* Posts and pages
--------------------------------------------- */
body {
  background-color: #EDEDED;
}

.sticky {
  display: block;
}

.site {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 8px #D5D5D5;
  box-shadow: 0 0 24px 8px #D5D5D5;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.post,
.page {
  margin: 0 0 1.5rem;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

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