/*
Theme Name: Market NAIS 2026
Theme URI: http://inspirationlab.org/
Author: KINETIK
Author URI: http://kinetikcom.com
Description: Description
Version: 1.21
License: GNU General Public License
License URI: license.txt

Inspiration Lab is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.©

=Normalize
=Additional Resetting
=Global Styles

=Site Header
=Menus and Search
=Theme-specific Colors
=Gravity Forms

=Hacks!

=Tablet Styles
=Desktop Styles
=Print Styles


*/
/*  FONTS */

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins Light";
  src: url("fonts/Poppins-Light.woff2") format("woff2");
  font-weight: light;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("fonts/Poppins-Medium.woff") format("woff");
  font-weight: medium;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url("fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "Poppins Italic";
  src: url("fonts/Poppins-Italic.woff2") format("woff2");
  font-weight: italic;
}
@font-face {
  font-family: "MinionPro";
  src: url("fonts/MinionPro-Regular.woff") format("woff");
  font-weight: normal;
}

/* =normalize.css v1.1.2 | MIT License | git.io/normalize
-------------------------------------------------------------- */
:root {
  --bannerbg: #1a0e54;
  --homesubbannerbg: #8686fd;
  --block1: #2b1e79;
  --block2: #4f8db1;
  --block3: #ee845f;
  --block4: #e53f25;
  --block5: #544b7f;
  --block6: #005c90;
  --block7: #8686fd;
  --block8: #334040;
  --block9: #1a0e54;
  --basefont: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --poppinslight: "Poppins Light", sans-serif;
  --poppinsmed: "Poppins Medium", sans-serif;
  --poppinssemibold: "Poppins SemiBold", sans-serif;
  --poppinsbold: "Poppins Bold", sans-serif;
  --popextrabold: "Poppins ExtraBold", "Poppins", sans-serif;
  --popitalic: "Poppins Italic", "Poppins", sans-serif;
  --seriffont: "MinionPro", "Georgia", serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: var(--basefont);
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =Additional Resetting
-------------------------------------------------------------- */

*,
*:before,
*:after {
  /* Apply a natural box layout model to all elements. */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a img {
  border: 0;
}

/* h5bp.com/i */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
audio,
canvas,
img,
iframe,
video {
  /* h5bp.com/i/440 */
  vertical-align: middle;
}
fieldset {
  /* Remove default fieldset styles */
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  /* Allow only vertical resizing of textareas */
  resize: vertical;
}

/* =Global Styles
----------------------------------------------- */

html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
body {
  color: #58595b;
  font-family: var(--basefont);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
.single-attachment h1.entry-title {
  visibility: hidden;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
}
.homebannercontent p {
  margin-bottom: 1em;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  overflow: auto;
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-family: var(--basefont);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  height: 0;
  font-size: 75%;
  line-height: 0;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  width: 100%;
  margin: 0 0 1.5em;
}
th {
  font-weight: bold;
}
img {
  /*max-width: 100%;*/ /* Adhere to container width. */
  width: auto;
  height: auto; /* Make sure images are scaled correctly. */
}
img.gform_delete {
  width: 14px !important;
  height: 14px !important;
}

button,
input,
select,
textarea {
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  vertical-align: middle; /* Improves appearance and consistency in all browsers */
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
}
button,
input {
  line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 16px;
  /*	font-size: 1.2rem;*/
  line-height: 1;
  padding: 0.6em 1em 0.6em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  padding: 5px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 98%;
}
/* Links */
a,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  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 */
}

/* =Structure
----------------------------------------------- */

.inner {
  max-width: 320px;
  width: 93.75;
  margin: 0 auto;
}

.story-collection-header .inner,
.site-header .inner,
.site-footer .inner,
.single-post .story .inner,
.single-post .comments-inner {
  max-width: 660px;
  width: 93.75%;
}
.no-results .inner {
  width: 100%;
}
.single-post .story .inner,
.single-post .comments-inner {
  width: 87.5%;
}

/* =Site Header
----------------------------------------------- */

.site-utility {
  background: #eaeaea;
  color: #848587;
  font-size: 12px;
}
.site-branding {
  padding: 15px 0 19px 0;
  background: var(--bannerbg);
  color: #fff;
  box-shadow: inset 0 -40px 80px 0 rgba(0, 0, 0, 0.05);
}
.home .site-branding {
  box-shadow: inset 0 -80px 120px 0 rgba(0, 0, 0, 0.05);
}
.site-title-wrap {
  float: left;
}
.site-title {
  display: block;
  position: relative;
  margin: 0 20px 0 0;
  padding: 0;
  border: 1px solid red;
  /*
  background-image: url("images/nais_community_market_logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  */
}
.site-title span {
  opacity: 0;
}
.ie8 .site-title {
  background-image: url("images/inspiration-lab-ie-204.gif");
}
.site-description {
  display: block;
  clear: both;
  margin: 0 0 0 20px;
  padding: 20px 0 20px;
  font-family: Georgia, serif;
  font-family: var(--seriffont);
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  max-width: 150px;
  display: none;
}
.home .site-description {
  display: block;
}
.nais-signature {
  float: left;
  padding: 12px 0 0 0;
}
.nais-signature a {
  font-size: 1.2rem;
  color: #848586;
  display: block;
  position: relative;
  /*padding: 12px 0;
  width: 280px;
  height: 14px;
  text-indent: 9999px;
  overflow: hidden;
  background-image: url("images/nais-signature.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;*/
}
.nav-utility {
  float: right;
}

/* =Menus
----------------------------------------------- */

.menu {
  padding: 0;
  list-style: none;
}
div.menu ul {
  padding: 0;
  margin: 0;
}

/* Utility Nav */
.nav-utility {
  display: block; /* Hide on small screens */
}
.nav-utility {
  /*width: 50%;*/
}
.site-header .search-form-container,
.menu-utility-menu-container {
  display: inline-block;
  /*	display: block;
	float: right;
	width: auto;*/
}
.nav-utility .menu {
  margin: 0;
  width: auto;
}
.nav-utility li {
  display: inline-block;
  margin-right: 20px;
}
.nav-utility li a {
  display: block;
  height: 38px;
  color: inherit;
  font-family: var(--popextrabold);
  line-height: 38px; /* Matches div height to center links */
  text-decoration: none;
}

/* Main Nav */
.nav-main {
  display: none; /* Hide on small screens */
}
.nav-main {
  justify-self: end;
}
.nav-main .menu {
  margin: 10px 0 0;
}
.home .nav-main .menu {
  margin-top: 0px;
}
.nav-main li {
  float: left;
  margin: 0 0 0 10px;
  position: relative;
}
#menu-toggle,
.nav-main li a {
  margin: 0;
  padding: 12px 18px;
  background: #fff;
  color: #818285;
  font-size: 11px;
  font-family: var(--popextrabold);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
#menu-toggle {
  display: inline-block;
  float: right;
  clear: none;
}
.nav-main .sub-menu {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 99999;
  margin: 0;
}
.nav-main .sub-menu li:first-child {
  border-top: 1px solid #dcdcdc;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-main .sub-menu li {
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-main .sub-menu a {
  display: block;
  padding-right: 15px;
}
.nav-main li:hover ul {
  display: block;
}
.nav-main .sub-menu a:hover {
  background: #74cbc8;
  color: #fff;
}
.nav-footer li a:hover,
.nav-utility li a:hover {
  color: #58595b;
  text-decoration: underline;
}

/* Mobile menu */
#menu-toggle {
  cursor: pointer;
}
#menu-toggle.toggle-on {
  background: #74cbc8;
  color: #fff;
}
#mobile-navigation {
  display: block;
  clear: both;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#mobile-navigation .menu {
  background: #fff;
}
#mobile-navigation a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  color: #74cbc8;
}
#mobile-navigation li:last-child a {
  border-bottom: none;
}

/* =Search
----------------------------------------------- */

.site-header .search-form {
  height: 36px;
  width: auto;
  position: relative;
}
.site-header .search-field,
.page-content .search-form .search-field {
  /*	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  position: relative;
  width: 100%;
  width: 87px;
  height: 28px;
  padding: 0 10px;
  padding-right: 28px;
  border: none;
  border: 1px solid #ccc;
  border-bottom-color: #c0c0c0;
  border-top-color: #d0d0d0;
  background: none;
  background: #efefef;
  background: rgba(255, 255, 255, 0.65);
  color: #848587;
  font-weight: bold;
  line-height: 28px;
}
.page-content .search-form .search-field {
  width: 100%;
}
.site-header .search-field {
  text-align: left;
}
.site-header input.search-submit,
.page-content .search-form input.search-submit {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: none;
  background: none;
  background: url("images/i-search.svg") center center no-repeat;
  line-height: 28px;
  text-indent: -9999px;
  box-shadow: none;
  opacity: 0.8;
  -webkit-appearance: none;
}
html.ie .site-header .search-form,
html.ie .site-header .search-form label,
html.ie .site-header input.search-field {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: inherit;
}
html.ie .site-header input.search-field {
  height: 28px;
}
html.ie .site-header .search-form {
}
html.ie8 .site-header input.search-submit {
  background: none;
  text-indent: 0;
  width: auto;
  line-height: 28px;
  padding-right: 4px;
}

.site-header input.search-submit:hover {
  opacity: 1;
}
.site-header .search-field:focus,
.site-header .search-field:active {
  width: 300px;
  border-color: #848587;
  background: #fff;
  color: #58595b;
  outline: none;
}
html.ie .site-header .search-field,
html.ie .page-content .search-form .search-field {
  padding-right: 60px;
}
html.ie .site-header .search-field:focus,
html.ie .site-header .search-field:active {
  width: inherit;
}
.search-form :-ms-input-placeholder {
  color: #848587;
}
.search-form :-moz-placeholder {
  color: #848587; /* Firefox 18- */
}
.search-form ::-moz-placeholder {
  color: #848587; /* Firefox 19+ */
}
.search-form ::-webkit-input-placeholder {
  color: #848587;
}

.page-content .search-form {
  position: relative;
  width: 100%;
}
.page-content .search-form .search-field {
  padding: 12px 56px 12px 18px;
  border-bottom: 2px solid #dcdcdc;
  background: #fff;
}
.page-content .search-form .search-field:focus {
  border-color: #848587;
  outline: none;
  color: #58595b;
}
.page-content .search-form input.search-submit {
  width: 56px;
  height: 56px;
  background-size: 35%;
}
.homebannercontent {
  background: var(--homesubbannerbg);
}
.homebannercontent p {
  color: #ffffff;
  margin-left: 125px;
  line-height: 1.6;
  font-size: 1.6rem;
  font-family: var(--poppinsmed);
  color: #000;
}
@media only screen and (max-width: 660px) {
  .homebannercontent .inner {
    max-width: 100%;
    width: 94.75%;
  }
  .homebannercontent p {
    margin-left: 0;
  }
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =Single Page Links to Documents
----------------------------------------------- */

.docsarea {
  margin-bottom: 2rem;
}
.docsarea span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.docsarea span a {
  text-decoration: underline;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-content .gallery {
  margin: 0 0 40px -2%;
  padding: 0;
  width: auto;
  position: relative;
}
.site-content .gallery a img {
  border: none;
  height: auto;
  /*max-width: 90%;*/
}
.site-content .gallery dd {
  margin: 0;
}
.site-content .gallery-columns-3 .gallery-item {
  float: left;
  display: block;
  margin: 0 0 15px 1.8%;
  padding: 0;
  /*width: 32%;*/
  width: 31.5%;
}
.gallery-item a {
  display: block;
}
.site-content .gallery-columns-3 .gallery-item img {
  width: 100%;
  height: auto;
}

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

/* = Story */
.single-story .story a:hover {
  text-decoration: underline;
}
.story-thumbnail,
.theme-thumbnail {
  width: 300px;
  margin: 0 auto 20px;
}
#themes .theme-thumbnail {
  margin-bottom: 0;
}
.story-thumbnail {
  background: #fff;
  position: relative;
}
.story-thumbnail,
.theme-thumbnail {
  box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.2);
}
.story-thumbnail:hover,
.theme-thumbnail:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}
.story-thumbnail:hover {
  margin-top: -1px;
}
.theme-thumbnail:hover {
  position: relative;
  top: -1px;
}
.story-thumbnail .story-title {
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 1.2;
  font-family: var(--poppinsbold);
}
.theme-title-underline {
  margin: 0;
  padding: 20px 30px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-title {
  width: 100%;
  margin: 0;
  padding: 12px 30px;
  background: #2eb262;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-family: var(--poppinsbold);
}
.theme-thumbnail .theme-title {
  letter-spacing: 1px;
}
.theme-title a,
.category .story-collection-title {
  color: #fff;
}
.story-title a {
  color: inherit;
}

.story-summary {
  overflow: hidden;
  max-height: 60px;
  margin: 0;
  padding: 0;
  color: #999;
  font-family: var(--popitalic);
  font-size: 18px;
  line-height: 20px;
}
.story-summary p {
  margin: 0;
}
.story-thumbnail-media a {
  display: block;
  position: relative;
  overflow: hidden;
}
.story-thumbnail-media img {
  width: 100%;
  height: auto;
}
.story-thumbnail-content {
  padding: 30px 30px 30px;
  background: #fff;
}
.story-thumbnail-content,
.format-video .story-thumbnail-media {
  box-shadow: 0 -8px 12px -12px rgba(0, 0, 0, 0.5);
}
.story-thumbnail .social-counters {
  margin: 0;
  padding: 0 30px 15px;
  background: #fff;
}
.irecommendthis-wrapper {
  font-family: var(--poppinssemibold);
}
.social-counter-label,
.single-post .story .dot-irecommendthis-suffix {
  font-size: 12px;
  line-height: 30px;
}
.single-post .story .dot-irecommendthis-suffix {
  font-size: 13px;
}
.story-thumbnail .dot-irecommendthis-suffix {
  display: none;
}

.like-count,
.dot-irecommendthis-count,
.comment-count {
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.like-count:before {
  content: "\2665";
  margin-right: 2px;
  font-size: 85%;
}
.featured-school {
  border-top: 1px solid #f2f2f2;
  margin: 0;
  padding: 15px 30px;
  background: #fbfbfb;
  color: #949598;
  font-family: var(--poppinslight);
  font-size: 15px;
  line-height: 1.2;
}

.story-quote {
  margin: 0;
  padding: 0;
}
.story-quote,
.story-quote p {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 30px;
}
.story-quote footer {
  padding-top: 20px;
  font-size: 15px;
  color: #58595b;
}

.single-post .story .story-quote footer {
  padding-top: 40px;
}

.story-thumbnail-media {
  position: relative;
  /*margin-bottom: 20px;*/
}
.story-thumbnail.format-video .story-title {
  font-size: 28px;
}
.story-thumbnail-media {
}
.story-thumbnail-media .icon-play {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 140px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #fff;
  border-left: 40px solid rgba(255, 255, 255, 0.8);
  text-indent: -9999px;
}
.action-thumbnail > a,
.story-thumbnail > a,
.theme-thumbnail > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.category .site-header {
  box-shadow: none;
}
.story-collection {
  background: #f5f5f5;
}
#primary.story-collection,
.story-collection {
  padding-bottom: 60px;
}

#primary .story-list {
  position: relative;
}

#infscr-loading {
  display: block;
  position: absolute;
  bottom: 0;
  bottom: -80px;
  text-align: center;
  width: 100%;
  padding: 20px 0 0 20px;
}
#infscr-loading img {
  margin: 0 auto 10px;
  margin-bottom: 10px;
  max-width: 100% !important;
  width: 200px;
}
#infscr-loading em {
  font-size: 14px;
  color: #848587;
  position: relative;
  top: -40px;
}

.story-list,
.theme-list {
  margin: 0;
  padding: 30px 0 30px 0;
  list-style: none;
}
.story-list {
  position: relative;
}
.page-content {
  padding: 40px 0 80px;
}
.story-collection-header,
.search .search-collection-header {
  background: #fff;
  background: var(--homesubbannerbg);
  padding: 30px 0;
}

.archive .no-results .story-collection-title {
  color: #404040;
  padding: 40px 0;
}

.search .story-collection-title,
.story-collection-title {
  margin: 0;
  padding: 0;
  color: #818285;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.story-collection-description {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.story-collection-description p {
  margin: 0;
}
.theme-archive .story-collection-title,
.single-post .theme-title {
  color: #fff;
}
.story-collection-title {
  margin-bottom: 15px;
}

.story-collection-label {
  margin: 0;
  padding: 0;
  color: #74cbc8;
  color: #818285;
  font-family: var(--seriffont);
  font-size: 13px;
  font-weight: normal;
}

.theme-collection {
  background: #eaeaea;
}

.theme-thumbnail {
  position: relative;
  height: 125px;
  background: #222;
}
.region-thumbnail {
  background: #fff;
  color: #74cbc8;
  height: 180px;
}
.region-description {
  font-size: 13px;
  line-height: 15px;
  color: #848587;
}
.action-thumbnail {
  height: 150px;
  background: none;
  color: #fff;
  position: relative;
  border-bottom: 2px solid #b9e5e3;
}
.action-thumbnail:first-child {
  border-top: 2px solid #b9e5e3;
}
.action-thumbnail:last-child {
  border-bottom: none;
}
.action-thumbnail > a,
.theme-thumbnail > a {
  display: block;
  height: 100%;
}
.action-thumbnail a:hover .theme-title {
  text-decoration: underline;
}
.action-thumbnail-content {
  padding: 20px 0;
}
.theme-thumbnail-content {
  padding: 20px 15px;
  height: 100%;
}
.theme-thumbnail .theme-title,
.action-thumbnail .theme-title {
  font-family: var(--poppinssemibold);
  margin: 0;
  padding: 0;
  background: none;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.region-thumbnail .theme-title {
  color: #74cbc8;
}
.theme-thumbnail .more-link,
.action-thumbnail .more-link {
  font-family: var(--poppinsbold);
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.region-thumbnail .more-link {
  color: #848587;
  border-bottom: 1px solid #848587;
}

.featured-action-collection {
  padding: 20px 0 0;
  background-color: var(--bannerbg);
}

.featured-action-collection > .inner,
.story-list,
.theme-list,
.collection-label,
.utility-footer .inner {
  padding-left: 10px;
  padding-right: 10px;
}

.featured-action {
  width: 300px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}
.featured-action h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1;
}
.featured-action a {
  padding: 30px 0;
  display: block;
}

.site-footer {
  padding: 40px 0;
  color: #848587;
}
.footer-logo {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 300px;
  height: 34px;
  background-image: url("images/footer-logo-share.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.footer-logo img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.nav-footer {
}
.nav-footer .menu {
  margin: 0 0 60px;
  text-align: center;
}
.nav-footer li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.nav-footer li a {
  display: block;
  height: 34px;
  color: inherit;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  text-decoration: none;
}

/* Single Story */

.single-post .story .theme-title {
  font-size: 13px;
  background: none;
  padding: 30px 0;
  padding: 25px 0;
}

.story-media {
  max-width: 660px;
  margin: 0 auto;
}
.story-media + p {
  padding-top: 25px;
}

.single-post .story-header {
  width: 100%;
  margin: 0 auto 20px;
}
.single-post .format-quote .story-header {
  padding-top: 20px;
}
.page .gform_wrapper h3.gform_title,
.single-post .story .story-quote,
.single-post .story .story-title {
  font-size: 24px;
  line-height: 1;
  padding: 1em 0 0.5em;
  margin: 0;
  font-weight: bold;
}
.single-post .story-date {
  /* Same across breakpoints */
  font-size: 12px;
  color: #bcbec0;
}

.single-post .story-media img,
.single-post .story-media embed {
  width: 100%;
  height: auto;
}
.single-post .social-links {
  margin-bottom: 20px;
}
.single-post .social-links,
.single-post .story-meta {
  width: 100%;
}
.single-post .story-meta {
  padding-bottom: 60px;
}

.single-post .story-content {
  width: 100%;
  padding-bottom: 30px;
}
.social-links p,
.story-content p,
.story-meta p {
  margin-top: 0;
}
.social-links p {
  margin-bottom: 0.5em;
}
.story-meta,
.social-links {
  /* Same across breakpoints */
  font-family: var(--poppinssemibold);
  font-size: 12px;
  line-height: 18px;
}
.social-links button,
.social-links a,
.story-meta a {
  color: #74cbc8;
}
.story-meta .school-name {
  font-size: 17px;
  line-height: 20px;
}
.story-meta .meta-label {
  /* Same across breakpoints */
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin: 12px 0 4px;
  text-transform: uppercase;
}
.story-meta .school-name {
  margin: 0;
}
.single-post .story .social-counters {
  padding-top: 15px;
}
.single-post .story .social-counters a {
  color: #fff;
  margin: 0 10px 10px 0;
  display: block;
  float: left;
}
.single-post .story .social-counters span {
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  line-height: 40px;
  vertical-align: baseline;
}
.single-post .story .social-counter-label,
.single-post .story .dot-irecommendthis-suffix {
  background: #74cbc8;
}

.single-post .story .like-count,
.single-post .story .comment-count,
.single-post .story .dot-irecommendthis-count {
  background: #82d0cd;
}
.single-post .story span.dot-irecommendthis-count {
  padding-left: 28px;
  background: #82d0cd url("images/i-like.svg") 8px center no-repeat;
  background-size: 12px 12px;
}
.single-post .story span.comment-count {
  padding-left: 0;
  padding-right: 0;
}
.single-post .story span.comment-count a {
  padding-left: 28px;
  background: url("images/i-comment.svg") 8px center no-repeat;
  margin-right: 0;
  text-decoration: none;
}
.single-post .story span.comment-count i {
  display: inline-block;
  background: #fff;
  padding: 0 12px;
  background: #74cbc8;
  font-style: normal;
  font-weight: 400;
  margin-left: 8px;
}
.story-thumbnail span.comment-count i {
  display: none;
}

.story-thumbnail .dot-irecommendthis {
  margin-right: 10px;
}

.story-thumbnail span.comment-count a {
  padding-left: 20px;
  background: url("images/i-comment.svg") left center no-repeat;
}
.story-thumbnail span.dot-irecommendthis-count {
  padding-left: 20px;
  padding-top: 6px;
  background: url("images/i-like.svg") left center no-repeat;
  background-size: 13px 13px;
  position: relative;
}
.recommended-stories {
  margin-bottom: 30px;
}
.widget-title,
.recommended-stories .widget-title,
.collection-label {
  margin-bottom: 0;
  padding-top: 20px;
  color: #848587;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.single-post .story-list {
  padding-top: 20px;
}
.meta-section-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
}

.format-video .story-thumbnail-media p,
.format-video .story-media p {
  margin: 0;
}

.single-schools .type-schools .theme-header {
  padding: 15px 0;
}
.type-schools .theme-title {
  padding: 0;
  background: none;
}
.type-schools.story-thumbnail .theme-title {
  margin-bottom: 20px;
}
.story-thumbnail .school-website {
  margin-bottom: 0;
}
.type-schools .theme-title a {
  color: #848587;
}
.type-schools .story-title {
  line-height: 1;
}
.single-schools .type-schools {
  padding-bottom: 40px;
}

#infinite-handle {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}
#infinite-handle {
  position: absolute;
  bottom: -50px;
}

#infinite-handle span {
  display: inline-block;
  background: rgba(220, 220, 220, 0.5);
  color: rgba(132, 133, 135, 0.9);
  padding: 10px 20px;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.infinite-wrap {
  display: inline;
}
.share-linkedin,
.share-facebook,
.share-twitter {
  display: inline-block;
  padding-left: 24px;
  padding-top: 4px;
  line-height: 16px;
}
.share-facebook {
  background: url("images/i-facebook26.png") center left no-repeat;
  background-size: 16px;
}
.share-twitter {
  background: url("images/i-x26.png") center left no-repeat;
  background-size: 16px;
}
.share-linkedin {
  background: url("images/i-linkedin26.png") center left no-repeat;
  background-size: 16px;
}

/* Submit Page */
.page-id-174 .entry-content,
.page-id-4122 .entry-content,
.page-id-2099 .entry-content,
.page-id-46 .entry-content,
.page-id-3981 .entry-content,
.page-template-default .entry-content {
  max-width: 660px;
  width: 93.75%;
  margin: 0 auto;
  padding: 40px 0;
}
.single-attachment .site-content,
.page-id-174 .entry-content,
.page-id-4122 .entry-content,
.page-id-2099 .entry-content,
.page-id-3981 .entry-content {
  padding-bottom: 80px;
}

.story-audio {
  margin-bottom: 20px;
}

a.thumb-link {
  display: block;
}

.grade-list ul,
.story-topics-list ul,
.story-media-list ul,
.mostrecommendedposts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grade-list a,
.story-topics-list a,
.story-media-list a,
.mostrecommendedposts a {
  font-weight: bold;
}
.grade-list a,
.story-topics-list a,
.story-media-list a {
  text-transform: uppercase;
}
.grade-list a:hover,
.story-topics-list a:hover,
.story-media-list a:hover {
  color: #848587;
}
.grade-list a:hover,
.story-topics-list a:hover,
.story-media-list a:hover,
.mostrecommendedposts a:hover {
  text-decoration: underline;
}
.explore-meta {
  padding-top: 30px;
  padding-bottom: 90px;
}
.explore-meta .widget-title {
  margin-bottom: 10px;
}
.explore-meta li a {
  line-height: 1.1;
  display: inline-block;
}
.explore-meta li {
  margin-bottom: 4px;
}
.utility-footer {
  background-color: #f1f1f1;
  font-size: 13px;
  color: #848587;
  padding: 15px 0;
}
.utility-footer > p {
  margin: 0;
}
.explore-meta .widget-title {
  padding-top: 0;
  margin-top: 0;
}
.about-header {
  padding: 20px 0 40px;
  background: var(--homesubbannerbg);
  font-size: 24px;
  line-height: 30px;
}
.about-header p {
  margin-bottom: 12px;
  color: #000;
}
.fancybox-inner a,
.single-post .story-content a,
.page .entry-content a {
  text-decoration: underline;
}
body .page .entry-content a.chosen-single {
  text-decoration: none;
  font-size: 14px;
}
body .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 28px;
}

/* =Theme-specific Colors
----------------------------------------------- */

/* We Strengthen Communities */
.category-teaching-and-learning .story-collection-header,
.single-post .story.category-teaching-and-learning .theme-header,
.story-thumbnail.category-teaching-and-learning .theme-title,
.theme-thumbnail.category-teaching-and-learning {
  background: var(--block8);
}
.category-teaching-and-learning .story-title,
.category-teaching-and-learning .story-quote,
.category-teaching-and-learning .social-counters,
.mostrecommendedposts a.category-teaching-and-learning {
  color: var(--block8);
}
.story-thumbnail.category-teaching-and-learning .dot-irecommendthis-count {
  background-image: url("images/i-like-communities.png");
  background-image: url("images/i-like-virtual_workforce.svg");
}
.story-thumbnail.category-teaching-and-learning span.comment-count a {
  background-image: url("images/i-comment-communities.png");
  background-image: url("images/i-comment-communities.svg");
}

/* We Inspire Leadership */
.theme-thumbnail.category-fundraising-and-development,
.category-fundraising-and-development .story-collection-header,
.single-post .story.category-fundraising-and-development .theme-header,
.story-thumbnail.category-fundraising-and-development .theme-title {
  background: var(--block4);
}

.category-fundraising-and-development .story-title,
.category-fundraising-and-development .story-quote,
.category-fundraising-and-development .social-counters,
.mostrecommendedposts a.category-fundraising-and-development {
  color: var(--block4);
}
.story-thumbnail.category-fundraising-and-development
  .dot-irecommendthis-count {
  background-image: url("images/i-like-leadership.png");
  background-image: url("images/i-like-operations.svg");
}
.story-thumbnail.category-fundraising-and-development span.comment-count a {
  background-image: url("images/i-comment-leadership.png");
  background-image: url("images/i-comment-leadership.svg");
}

/* We Challenge Minds */
.theme-thumbnail.category-business-operations,
.category-business-operations .story-collection-header,
.single-post .story.category-business-operations .theme-header,
.story-thumbnail.category-business-operations .theme-title {
  background: var(--block1);
}
.category-business-operations .story-title,
.category-business-operations .story-quote,
.category-business-operations .social-counters,
.mostrecommendedposts a.category-business-operations {
  color: var(--block1);
}
.story-thumbnail.category-business-operations .dot-irecommendthis-count {
  background-image: url("images/i-like-challenge.png");
  background-image: url("images/i-like-distance_learning.svg");
}
.story-thumbnail.category-business-operations span.comment-count a {
  background-image: url("images/i-comment-challenge.png");
  background-image: url("images/i-comment-challenge.svg");
}

/* We Encourage Exploration */
.theme-thumbnail.category-enrollment,
.category-enrollment .story-collection-header,
.single-post .story.category-enrollment .theme-header,
.story-thumbnail.category-enrollment .theme-title {
  background: var(--block3);
}
.category-enrollment .story-title,
.category-enrollment .story-quote,
.category-enrollment .social-counters,
.mostrecommendedposts a.category-enrollment {
  color: var(--block3);
}
.story-thumbnail.category-enrollment .dot-irecommendthis-count {
  background-image: url("images/i-like-fundraising.svg");
}
.story-thumbnail.category-enrollment span.comment-count a {
  background-image: url("images/i-comment-exploration.png");
  background-image: url("images/i-comment-exploration.svg");
}

/* We Cultivate Character */
.theme-thumbnail.category-inclusion-and-belonging,
.category-inclusion-and-belonging .story-collection-header,
.single-post .story.category-inclusion-and-belonging .theme-header,
.story-thumbnail.category-inclusion-and-belonging .theme-title {
  background: var(--block2);
}
.category-inclusion-and-belonging .story-title,
.category-inclusion-and-belonging .story-quote,
.category-inclusion-and-belonging .social-counters,
.mostrecommendedposts a.category-inclusion-and-belonging {
  color: var(--block2);
}
.story-thumbnail.category-inclusion-and-belonging .dot-irecommendthis-count {
  background-image: url("images/i-like-character.png");
  background-image: url("images/i-like-manage_risk.svg");
}
.story-thumbnail.category-inclusion-and-belonging span.comment-count a {
  background-image: url("images/i-comment-character.png");
  background-image: url("images/i-comment-character.svg");
}

/* We Spark Creativity */
.theme-thumbnail.category-recruiting-and-retaining-talent,
.category-recruiting-and-retaining-talent .story-collection-header,
.single-post .story.category-recruiting-and-retaining-talent .theme-header,
.story-thumbnail.category-recruiting-and-retaining-talent .theme-title {
  background: var(--block7);
}
.category-recruiting-and-retaining-talent .story-title,
.category-recruiting-and-retaining-talent .story-quote,
.category-recruiting-and-retaining-talent .social-counters,
.mostrecommendedposts a.category-recruiting-and-retaining-talent {
  color: var(--block7);
}
.story-thumbnail.category-recruiting-and-retaining-talent
  .dot-irecommendthis-count {
  background-image: url("images/i-like-creativity.png");
  background-image: url("images/i-like-enrollment.svg");
}
.story-thumbnail.category-recruiting-and-retaining-talent span.comment-count a {
  background-image: url("images/i-comment-creativity.png");
  background-image: url("images/i-comment-creativity.svg");
}

/* We Shape the Future */
.theme-thumbnail.category-leadership-and-governance,
.category-leadership-and-governance .story-collection-header,
.single-post .story.category-leadership-and-governance .theme-header,
.story-thumbnail.category-leadership-and-governance .theme-title {
  background: var(--block6);
}
.category-leadership-and-governance .story-title,
.category-leadership-and-governance .story-quote,
.category-leadership-and-governance .social-counters,
.mostrecommendedposts a.category-leadership-and-governance {
  color: var(--block6);
}
.story-thumbnail.category-leadership-and-governance .dot-irecommendthis-count {
  background-image: url("images/i-like-future.png");
  background-image: url("images/i-like-lead_govern.svg");
}
.story-thumbnail.category-leadership-and-governance span.comment-count a {
  background-image: url("images/i-comment-future.png");
  background-image: url("images/i-comment-future.svg");
}

/* We Nurture Growth */
.theme-thumbnail.category-health-and-well-being,
.category-health-and-well-being .story-collection-header,
.single-post .story.category-health-and-well-being .theme-header,
.story-thumbnail.category-health-and-well-being .theme-title {
  background: var(--block5);
}
.category-health-and-well-being .story-title,
.category-health-and-well-being .story-quote,
.category-health-and-well-being .social-counters,
.mostrecommendedposts a.category-health-and-well-being {
  color: var(--block5);
}
.story-thumbnail.category-health-and-well-being .dot-irecommendthis-count {
  background-image: url("images/i-like-growth.png");
  background-image: url("images/i-like-community.svg");
}
.story-thumbnail.category-health-and-well-being span.comment-count a {
  background-image: url("images/i-comment-growth.png");
  background-image: url("images/i-comment-growth.svg");
}

/* Member Only Specials */
.theme-thumbnail.category-member-only-discounts-offers,
.category-member-only-discounts-offers .story-collection-header,
.single-post .story.category-member-only-discounts-offers .theme-header,
.story-thumbnail.category-member-only-discounts-offers .theme-title {
  background: var(--block9);
}

.category-member-only-discounts-offers .story-title,
.category-member-only-discounts-offers .story-quote,
.category-member-only-discounts-offers .social-counters,
.mostrecommendedposts a.category-member-only-discounts-offers {
  color: var(--block9);
}
.story-thumbnail.category-member-only-discounts-offers
  .dot-irecommendthis-count {
  background-image: url("images/i-like-growth.png");
  background-image: url("images/i-like-community.svg");
}
.story-thumbnail.category-member-only-discounts-offers span.comment-count a {
  background-image: url("images/i-comment-growth.png");
  background-image: url("images/i-comment-growth.svg");
}

/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
  margin: 0;
  padding: 100px 0 0;
  overflow: hidden;
  clear: both;
  position: relative;
  text-align: center;
}
[class*="navigation"] .nav-previous {
  display: inline-block;
}
[class*="navigation"] .nav-next {
  display: inline-block;
}
[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
[class*="navigation"] .nav-previous .meta-nav,
[class*="navigation"] .nav-next .meta-nav {
  font-weight: bold;
  font-size: 120%;
  padding: 0 5px;
}
.nav-previous a,
.nav-next a {
  padding: 10px 20px;
  background: #fff;
  display: inline-block;
  font-weight: bold;
}
.nav-next a {
  padding-right: 20px;
}
.nav-previous a:hover,
.nav-next a:hover {
  color: #fff;
  background: #fff;
  background: #74cbc8;
}
#nav-below {
  text-align: center;
  padding: 40px 0 0;
}

/* =Comments
----------------------------------------------- */

.comments-inner {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  padding-bottom: 100px;
}
.comment-respond-title {
  margin: 0;
  color: #848587;
  font-weight: 400;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-list {
  list-style: none;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.comment {
  margin-bottom: 1em;
}
.comment-author,
.comment-metadata {
  display: inline-block;
}
.comment-metadata {
  color: #848587;
  font-size: 75%;
  font-style: italic;
}
.comment-author cite {
  font-weight: bold;
  font-style: normal;
}
.comment-author .says {
  display: none;
}
.comment-content p {
  margin: 0 0 0.25em;
}
.comment-reply-link {
  color: #74cbc8;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.comment-reply-link:hover {
  text-decoration: underline;
  color: inherit;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%; /* Make sure select elements fit in widgets */
}
.widget_search .search-submit {
  /* Search widget */
  display: none;
}

/* =Gravity Forms Styles and Overrides
----------------------------------------------- */

#gform_fields_1 .gform_wrapper select {
  font-size: 1rem;
  -webkit-appearance: none;
}
#gform_fields_1 .gform_wrapper .top_label input.medium,
#gform_fields_1 .gform_wrapper .top_label select.medium {
  width: 100%;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  font-size: 18px;
}
body .gform_wrapper .gform_body .gform_fields .gfield select {
  font-size: 16px;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"] {
  padding: 10px;
  width: 100%;
}
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 100%;
}
body .gform_wrapper .gform_body .gfield {
  margin-bottom: 20px;
}
body .gform_wrapper .gform_body .gform_fields .gsection {
  border-top: 1px dotted #ccc;
  border-bottom: none;
  padding: 10px 0 0;
  margin: 20px 0;
  clear: both;
}
body
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label {
  font-weight: normal;
}
#field_1_35,
#field_1_15,
#field_3_35,
#field_3_15 {
  font-size: 14px;
}
#field_1_35,
#field_1_15 .gfield_label,
#field_1_35 .gfield_label,
#field_3_15 .gfield_label,
#field_3_35 .gfield_label {
  display: none;
}
#field_1_38,
#field_3_38 {
  border-top: none;
  margin: 0;
}
body .gform_wrapper .gfield_description {
  color: #848587;
}
.page .gform_wrapper h3.gform_title {
  color: #74cbc8;
}
body .gform_wrapper #input_1_6 label,
body .gform_wrapper #input_1_41 label,
body .gform_wrapper #input_3_6 label,
body .gform_wrapper #input_3_41 label {
  line-height: 1.1;
}

body .gform_wrapper ul.gfield_radio label,
body .gform_wrapper ul.gfield_radio input {
  cursor: pointer;
}
body .gform_wrapper ul.gfield_radio label i {
  color: #848587;
  color: #999;
  font-size: 90%;
  font-weight: normal !important;
}
#input_1_46 label,
#input_1_40 label,
#input_3_40 label {
  font-weight: bold;
}

body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label {
  font-weight: normal;
}
body .gform_wrapper ul.gfield_radio li label,
body .gform_wrapper ul.gfield_checkbox li label {
  padding: 25px 0 25px 75px !important;
  /*background: rgba(116,203,200,.05);*/
  background: transparent;
  margin: 0 !important;
  position: relative;
  width: 100%;
  max-width: 100%;
}
body .gform_wrapper ul.gfield_checkbox {
}
body .gform_wrapper ul.gfield_radio li,
body .gform_wrapper ul.gfield_checkbox li {
  background: #f8fdfc;
  color: #848587;
}
body .gform_wrapper ul.gfield_radio li.selected,
body .gform_wrapper ul.gfield_checkbox li.selected {
  background-color: #74cbc8;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_0 {
  background: #f8fdfc url("images/i-article.png") 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_1 {
  background: #f8fdfc url("images/i-photo.png") 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_2 {
  background: #f8fdfc url("images/i-video.png") 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li.gchoice_41_3 {
  background: #f8fdfc url("images/i-audio.png") 98% center no-repeat;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"],
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
  position: absolute;
  left: -9999em;
}
body .gform_wrapper ul.gfield_checkbox li::before {
  content: " ";
  background: #efefef;
  border: 1px solid #999;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  cursor: pointer;
}
body .gform_wrapper ul.gfield_radio li.selected::before {
  background: #005051;
}
body .gform_wrapper ul.gfield_radio li::before {
  content: " ";
  background: #efefef;
  border: 1px solid #999;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
body .gform_wrapper ul.gfield_checkbox li.selected::before {
  background: #005051;
  z-index: 1000;
  cursor: pointer;
}

body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label > i,
body
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
body
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label
  > i {
  color: #74cbc8;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label {
  background-color: #74cbc8;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label > i,
body
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
body
  .gform_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label
  > i {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
body .gform_wrapper ul.gfield_radio li,
body .gform_wrapper ul.gfield_checkbox li {
  overflow: visible;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin: 26px 15px 0 15px !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
  margin: 20px 15px 0 15px !important;
}
.gf_progressbar_wrapper {
  display: none;
}

body
  .gform_wrapper
  ul.gfield_radio
  li.gchoice_41_0
  input[type="radio"]:checked
  + label {
  background: #74cbc8 url("images/i-article-white.png") 98% center no-repeat;
}
body
  .gform_wrapper
  ul.gfield_radio
  li.gchoice_41_1
  input[type="radio"]:checked
  + label {
  background: #74cbc8 url("images/i-photo-white.png") 98% center no-repeat;
}
body
  .gform_wrapper
  ul.gfield_radio
  li.gchoice_41_2
  input[type="radio"]:checked
  + label {
  background: #74cbc8 url("images/i-video-white.png") 98% center no-repeat;
}
body
  .gform_wrapper
  ul.gfield_radio
  li.gchoice_41_3
  input[type="radio"]:checked
  + label {
  background: #74cbc8 url("images/i-audio-white.png") 98% center no-repeat;
}

ul#input_10_94,
ul#input_5_94 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
ul#input_10_94 li,
ul#input_5_94 li {
  width: 100%;
  margin-right: 0%;
}

body .gform_wrapper ul#input_10_94 li label,
body .gform_wrapper ul#input_5_94 li label {
  padding: 25px 10px 25px 40px !important;
  /*background: rgba(116,203,200,.05);*/
  background: transparent;
  margin: 0 !important;
  position: relative;
  width: auto;
  max-width: 100%;
}
body .other-school {
  border-top: none !important;
  padding-top: 0 !important;
}
body .other-school .gsection_title {
  font-size: 15px !important;
  margin: 0;
  display: inline-block !important;
  padding-right: 1.5em !important;
  display: none !important;
}
body .other-school .gsection_description p {
  color: #848587;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-top: 0 !important;
}
html body .other-school h2.gsection_title,
html body .other-school div.gsection_description {
  width: auto !important;
  clear: none !important;
  float: none !important;
}
body .submit-warning {
  border-top: none !important;
}
body .gform_wrapper .gform_body .submit-warning .gsection_title {
  padding-top: 20px;
  margin-bottom: 5px;
}
body .gform_wrapper .gform_body .submit-warning .gsection_description {
  font-size: 1em;
}
body .gform_wrapper .gform_body .submit-warning .gsection_description p {
  margin-top: 0;
}

label.error {
  font-size: 15px !important;
  background: #ffe4e1 !important;
  display: block;
  padding: 12px !important;
  color: #8b0000 !important;
}
.gfield_error .gfield_label,
.gfield_error .gfield_description,
.gfield_error .gfield_description.validation_message {
  color: #8b0000 !important;
}
.gform_wrapper #gform_1 div.validation_error {
  background-color: #ffdfe0;
  margin-bottom: 6px !important;
  padding: 12px 10px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
}
body .gform_wrapper .top_label .gfield_error {
  width: auto !important;
}
body .gform_wrapper .gform_page_footer {
  border-top: 0;
}
#input_1_6 label,
#input_1_41 label {
  font-weight: bold;
}
#loading_image {
  margin-left: 1em;
}

/* =Helper Classes
----------------------------------------------- */

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Clearfix: contain floats */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after,
.clearfix:before,
.clearfix:after,
.inner:before,
.inner:after,
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.site-branding .inner:before {
  display: none;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after,
.clearfix:after,
.inner:after,
.menu:after {
  clear: both;
}

.form-allowed-tags {
  display: none;
}

.menu-footer-utility-menu-container a {
  font-family: var(--poppinsmed);
}
/* =Hacks!
----------------------------------------------- */

html body .jp-carousel-wrap .jp-carousel-close-hint {
  text-align: right !important;
  width: 90% !important;
  margin: 0 auto;
  left: 5%;
  right: 5%;
}
html body .jp-carousel-wrap .jp-carousel-close-hint span {
  display: inline-block !important;
}

.unsupported-video {
  height: auto;
  padding: 40px 0 0;
}
.unsupported-video-label {
  font-style: italic;
  font-size: 14px;
  color: #888;
  display: block;
}
.unsupported-video-link,
.link-download {
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
  margin-bottom: 5px !important;
  padding: 8px 12px;
  background: #eee;
}
.unsupported-video-link a {
  display: block;
}
.link-download {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0;
  text-decoration: none;
}

.page .entry-content a:hover,
.single-post .entry-content a:hover {
  color: #74cbc8;
}
.single-post .entry-content a.dot-irecommendthis:hover {
  color: #fff;
}

.chzn-drop {
  display: none;
}
.chzn-with-drop > div.chzn-drop {
  display: block;
}
div.fake-featured-image {
  display: block;
  position: relative;
  width: 320px;
  overflow: hidden;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/*  Styles added specifically for Market.nais.Org */

p.companyname {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
}
p.companyname::before {
  content: "About ";
}
p.company-type-list span {
  display: block;
}

.site-branding .inner a.branding {
  display: grid;
  grid-template-columns: 60px 25px 1fr;
  justify-content: left;
  align-items: center;
}
.verticalbar {
  border: 0;
  background-color: var(--homesubbannerbg);
  width: 2px;
  display: block;
  height: 100%;
  position: relative;
  justify-self: center;
}

.com-mkt {
  position: relative;
  font-family: var(--poppinsmed);
  text-transform: uppercase;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
}
.site-branding .inner a.branding img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
body .yarpp-related {
  margin-bottom: 0;
}
body .yarpp-related a {
  font-weight: 400;
}
body .yarpp-related h3 {
  margin-top: 30px;
}
#themes .theme-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  padding-left: 20px;
}

/* =Tablet Styles
----------------------------------------------- */
@media only screen and (min-width: 660px) {
  body {
    font-size: 18px;
  }
  ul#input_10_94 li,
  ul#input_5_94 li {
    width: 48%;
    margin-right: 2%;
  }
  .inner,
  .comments-area .inner,
  .single-post .story-header {
    max-width: 660px;
  }
  .comments-area .inner {
    width: 100%;
    padding: 0;
  }
  .site-branding {
    padding: 20px 0;
  }
  .site-branding .inner {
    display: grid;
    grid-template-columns: 75% 25%;
    align-items: center;
  }
  .site-branding .inner a.branding {
    display: grid;
    grid-template-columns: 98px 50px 1fr;
    justify-content: left;
    align-items: center;
  }
  .com-mkt {
    font-size: 4rem;
  }
  #themes .theme-list {
    grid-template-columns: repeat(2, 1fr);
  }
  label a.fancybox {
    position: absolute;
    z-index: 1000;
  }
  .ie8 .site-title {
    background-image: url("images/inspiration-lab-ie-320.gif");
  }
  .nav-main,
  .nav-utility {
    display: block;
  }
  .nav-utility {
    margin-top: 2px;
  }
  #mobile-navigation,
  #menu-toggle {
    display: none;
  }
  .about-header {
    padding: 40px 0 80px;
    font-size: 34px;
    line-height: 40px;
  }
  .secondary-about-content {
    font-size: 15px;
    line-height: 20px;
  }
  .theme-title {
    padding: 15px 30px;
    background: #2eb262;
    font-size: 15px;
  }
  .single-post .story .theme-title {
    font-size: 18px;
  }
  .single-post .story .story-title,
  .single-post .story .story-quote,
  .page .gform_wrapper h3.gform_title,
  .single-schools .type-schools .story-title {
    padding: 40px 0 20px;
    padding: 1em 0 0.5em;
    font-size: 40px;
    line-height: 1.2;
  }
  .single-post .story .story-quote {
    padding-top: 0;
  }
  .single-schools .type-schools .story-title {
    padding: 0;
  }
  .single-schools .type-schools .theme-header {
    padding: 30px 0;
  }
  .story-list,
  .theme-list {
    margin: 0 0 0 -20px;
  }

  .story-list,
  .theme-list,
  .featured-action-collection > .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .action-thumbnail,
  .story-thumbnail {
    float: left;
    width: 320px;
    margin: 0 0 20px 20px;
  }
  .theme-thumbnail {
    width: 320px;
  }
  div.fake-featured-image {
    width: 320px;
  }
  .action-thumbnail {
    margin-bottom: 0;
  }
  .action-thumbnail:first-child {
    border-top: 0;
  }
  .story-thumbnail .story-quote,
  .story-thumbnail .story-title {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 1;
  }
  .story-thumbnail .story-quote {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .action-thumbnail:nth-child(3n) {
    border-bottom: none;
  }
  .featured-action {
    float: left;
    width: 320px;
  }
  .featured-action + .featured-action {
    float: right;
  }
  .recommended-stories {
    float: left;
    width: 490px;
  }
  .utility-footer .inner {
    padding: 20px 0;
  }
  .utility-footer p {
    float: left;
    margin: 0;
  }

  .nav-footer-utility li {
    display: inline-block;
    margin-right: 0.75em;
    padding-right: 0.75em;
    border-right: 1px solid #ccc;
  }
  .nav-footer-utility li:last-child {
    border-right: none;
  }
  .footer-logo {
    width: 448px;
  }
}

/* =Desktop Styles
----------------------------------------------- */
@media only screen and (min-width: 1050px) {
  .inner,
  .site-header .inner,
  .site-footer .inner,
  .single-post .story .inner,
  .story-collection-header .inner {
    max-width: 1000px;
    width: 96%;
  }
  .home .site-title {
    max-width: 700px;
  }
  .com-mkt {
    font-size: 5rem;
  }
  div.menu ul {
    margin: 0;
    padding: 0;
  }
  .nav-main li a {
    font-size: 14px;
  }
  .nav-main li a:hover {
    text-decoration: underline;
    color: #58595b;
  }
  .site-description {
    float: left;
    clear: none;
    padding-top: 14px;
    font-size: 16px;
    line-height: 1;
  }
  #themes .theme-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .story-collection-header,
  .search .search-collection-header {
    padding: 80px 0;
  }
  .search .story-collection-title,
  .story-collection-title {
    float: left;
    width: 660px;
    font-size: 38px;
    margin: 0;
  }
  .search .story-collection-title,
  .error404 .story-collection-title {
    width: 100%;
  }
  .story-collection-description {
    float: right;
    width: 320px;
  }
  .story-thumbnail .story-title {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 1.2;
  }
  .story-thumbnail.format-video > a:hover .icon-play {
    top: 60px;
    left: 130px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 60px solid white;
  }
  .action-thumbnail,
  .theme-thumbnail {
    width: 235px;
  }
  #themes .theme-thumbnail {
    width: 100%;
  }
  .action-thumbnail {
    height: 125px;
    border-left: 2px solid #b9e5e3;
    border-bottom: none;
  }
  .action-thumbnail-content {
    padding: 0 20px;
  }
  .action-thumbnail .more-link {
    margin: 0;
  }
  .primary-about-content {
    float: left;
    width: 620px;
  }
  .secondary-about-content {
    float: right;
    width: 320px;
  }
  .single-post .story-content {
    float: left;
    width: 660px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-right: 20px;
  }
  .single-post.single-format-image .story-content {
    padding-right: 0;
  }
  .single-post .social-links,
  .single-post .story-meta {
    width: 150px;
    margin-right: 20px;
    float: left;
  }
  .single-post .story-meta {
    float: right;
    margin-right: 0;
  }
  .single-post .story .social-counters {
    padding-top: 25px;
  }
  .single-post .story .social-counters span {
    height: 30px;
    line-height: 30px;
  }
  .grade-list,
  .story-topics-list,
  .story-media-list {
    float: left;
    width: 235px;
    margin-left: 20px;
    padding-left: 15px;
    border-left: 2px solid #b7b7b8;
  }
  .featured-action-collection {
    padding: 20px 0;
  }
  .featured-action {
    float: left;
    width: 490px;
    background: #fff;
    text-align: center;
    margin-bottom: 0;
  }
  .featured-action a {
    padding: 20px 0;
  }
  .nav-footer {
    float: left;
  }
  .nav-footer .menu {
    width: 490px;
    margin: 0;
  }
  .nav-footer li {
    display: block;
    float: left;
    margin: 0 20px 0 0;
  }
  .nav-footer li a {
    display: block;
    height: 34px;
    color: inherit;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    font-family: var(--poppinsbold);
  }
  .footer-logo {
    float: right;
    margin: 0;
    padding: 0;
  }
  .explore-page-title,
  .explore-page-description {
    width: 490px !important;
  }
}

/* =Print Styles (Inlined: h5bp.com/r)
----------------------------------------------- */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .site-branding {
    background: rgb(253, 185, 19) !important;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .site-branding img {
    margin: 0 !important;
    padding: 0 !important;
    height: 40px;
    width: auto;
    display: inline-block;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  .theme-title a:after,
  .comment-metadata a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    /* Hide links for images, or js/internal links */
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .comments-inner,
  .inner {
    width: 90% !important;
    max-width: 90% !important;
  }
  #comments .inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  #menu-toggle,
  .single-post .theme-header,
  .single-post .comment .reply,
  .single-post #respond,
  .single-post #colophon,
  .single-post .social-links,
  .single-post .social-counters,
  .single-post .theme-collection,
  .single-post .featured-action-collection,
  .single-post .story-collection {
    display: none;
  }
  .site-branding .site-title {
    width: 100%;
    float: none;
  }
  .nais-signature a:after,
  .site-branding .site-title:after {
    padding-left: 10px;
    text-decoration: none !important;
  }
  .comments-inner {
    padding-bottom: 20px;
  }
}
