@charset "UTF-8";
/*
Theme Name: We Honor Veterans
Theme URI: https://www.wehonorveterans.org
Description: A theme for We Honor Veterans, based off of the Rocketkoi Starter theme.
Author: Rocketkoi, after StudioPress
Author URI: https://www.rocketkoi.com/

Version: 1.9.4

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: we-honor-veterans
*/
html {
  font-size: 62.5%;
}

/* Colors
--------------------------------------------- */
/* Layout
--------------------------------------------- */
/* Transitions
--------------------------------------------- */
/* Typography
--------------------------------------------- */
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: white;
  color: #31373D;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
input[type=file]::-webkit-file-upload-button,
textarea:focus,
.button,
.site-container .entry-content .wp-block-button .wp-block-button__link,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #1878AC;
  text-decoration: underline;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
a:hover, a:focus {
  color: #31373D;
  text-decoration: none;
}
a.is-alt {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}
a[href^="tel:"] {
  color: #31373D;
  text-decoration: none;
  border-bottom: 1px dotted #1878AC;
}

.svg-inline--fa {
  vertical-align: -0.2em;
  height: 0.95em;
}

.svg-inline--fa.fa-fw {
  width: 1em;
}

p {
  margin: 0 0 21.3333333333px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #bec2c5;
  clear: both;
  margin: 32px 0;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #9ea4a9;
  color: #31373D;
}

blockquote {
  margin: 32px;
}

address {
  font-style: normal;
}

.is-capitalized {
  text-transform: capitalize;
}

/* Headings
--------------------------------------------- */
h1, .h1, .home .section-hero .gb-container-content .intro-content h2, .home .section-hero .gb-container-content .intro-content .entry-content p.has-largest-font-size, .entry-content .home .section-hero .gb-container-content .intro-content p.has-largest-font-size,
h2,
.entry-content .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.entry-content p.has-largest-font-size, .h2,
h3, .promo-earnyourstars .eys-content h2, .section-promo .promo-upcoming-event .entry-title, .single .entry-footer .entry-story-cta h2, .single .entry-footer .entry-story-cta .entry-content p.has-largest-font-size, .entry-content .single .entry-footer .entry-story-cta p.has-largest-font-size, .h3,
h4, .wfv-topics-selector .topics-selector-nav h2, .h4,
h5, .h5,
h6, .h6 {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}
h1.has-no-bottom-spacing, .h1.has-no-bottom-spacing, .home .section-hero .gb-container-content .intro-content h2.has-no-bottom-spacing, .home .section-hero .gb-container-content .intro-content .entry-content p.has-no-bottom-spacing.has-largest-font-size, .entry-content .home .section-hero .gb-container-content .intro-content p.has-no-bottom-spacing.has-largest-font-size,
h2.has-no-bottom-spacing,
.entry-content .gform_wrapper.gravity-theme h3.has-no-bottom-spacing.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme h3.has-no-bottom-spacing.gform_title,
.entry-content p.has-no-bottom-spacing.has-largest-font-size, .h2.has-no-bottom-spacing,
h3.has-no-bottom-spacing, .promo-earnyourstars .eys-content h2.has-no-bottom-spacing, .section-promo .promo-upcoming-event .has-no-bottom-spacing.entry-title, .single .entry-footer .entry-story-cta h2.has-no-bottom-spacing, .h3.has-no-bottom-spacing,
h4.has-no-bottom-spacing, .wfv-topics-selector .topics-selector-nav h2.has-no-bottom-spacing, .h4.has-no-bottom-spacing,
h5.has-no-bottom-spacing, .h5.has-no-bottom-spacing,
h6.has-no-bottom-spacing, .h6.has-no-bottom-spacing {
  margin-bottom: 8px;
}

h1, .single.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title, .h1, .home .section-hero .gb-container-content .intro-content h2, .home .section-hero .gb-container-content .intro-content .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .home .section-hero .gb-container-content .intro-content h3.gform_title,
.home .section-hero .gb-container-content .intro-content .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .home .section-hero .gb-container-content .intro-content h3.gform_title, .home .section-hero .gb-container-content .intro-content .entry-content p.has-largest-font-size, .entry-content .home .section-hero .gb-container-content .intro-content p.has-largest-font-size {
  font-size: 30px;
  font-size: 3rem;
}
@media (min-width: 768px) {
  h1, .single.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title, .h1, .home .section-hero .gb-container-content .intro-content h2, .home .section-hero .gb-container-content .intro-content .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .home .section-hero .gb-container-content .intro-content h3.gform_title,
  .home .section-hero .gb-container-content .intro-content .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .home .section-hero .gb-container-content .intro-content h3.gform_title, .home .section-hero .gb-container-content .intro-content .entry-content p.has-largest-font-size, .entry-content .home .section-hero .gb-container-content .intro-content p.has-largest-font-size {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (min-width: 960px) {
  h1, .single.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title, .h1, .home .section-hero .gb-container-content .intro-content h2, .home .section-hero .gb-container-content .intro-content .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .home .section-hero .gb-container-content .intro-content h3.gform_title,
  .home .section-hero .gb-container-content .intro-content .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .home .section-hero .gb-container-content .intro-content h3.gform_title, .home .section-hero .gb-container-content .intro-content .entry-content p.has-largest-font-size, .entry-content .home .section-hero .gb-container-content .intro-content p.has-largest-font-size {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (min-width: 1140px) {
  h1, .single.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title, .h1, .home .section-hero .gb-container-content .intro-content h2, .home .section-hero .gb-container-content .intro-content .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .home .section-hero .gb-container-content .intro-content h3.gform_title,
  .home .section-hero .gb-container-content .intro-content .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .home .section-hero .gb-container-content .intro-content h3.gform_title, .home .section-hero .gb-container-content .intro-content .entry-content p.has-largest-font-size, .entry-content .home .section-hero .gb-container-content .intro-content p.has-largest-font-size {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

h2, .entry-content .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme h3.gform_title, .entry-content p.has-largest-font-size, .h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h2, .entry-content .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title, .entry-content p.has-largest-font-size, .h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 960px) {
  h2, .entry-content .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title, .entry-content p.has-largest-font-size, .h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

h3, .promo-earnyourstars .eys-content h2, .promo-earnyourstars .eys-content .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .promo-earnyourstars .eys-content h3.gform_title,
.promo-earnyourstars .eys-content .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .promo-earnyourstars .eys-content h3.gform_title, .promo-earnyourstars .eys-content .entry-content p.has-largest-font-size, .entry-content .promo-earnyourstars .eys-content p.has-largest-font-size, .section-promo .promo-upcoming-event .entry-title, .single .entry-footer .entry-story-cta h2, .single .entry-footer .entry-story-cta .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .single .entry-footer .entry-story-cta h3.gform_title,
.single .entry-footer .entry-story-cta .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .single .entry-footer .entry-story-cta h3.gform_title, .single .entry-footer .entry-story-cta .entry-content p.has-largest-font-size, .entry-content .single .entry-footer .entry-story-cta p.has-largest-font-size, .h3 {
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3, .promo-earnyourstars .eys-content h2, .promo-earnyourstars .eys-content .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .promo-earnyourstars .eys-content h3.gform_title,
  .promo-earnyourstars .eys-content .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .promo-earnyourstars .eys-content h3.gform_title, .promo-earnyourstars .eys-content .entry-content p.has-largest-font-size, .entry-content .promo-earnyourstars .eys-content p.has-largest-font-size, .section-promo .promo-upcoming-event .entry-title, .single .entry-footer .entry-story-cta h2, .single .entry-footer .entry-story-cta .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .single .entry-footer .entry-story-cta h3.gform_title,
  .single .entry-footer .entry-story-cta .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .single .entry-footer .entry-story-cta h3.gform_title, .single .entry-footer .entry-story-cta .entry-content p.has-largest-font-size, .entry-content .single .entry-footer .entry-story-cta p.has-largest-font-size, .h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  h3, .promo-earnyourstars .eys-content h2, .promo-earnyourstars .eys-content .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .promo-earnyourstars .eys-content h3.gform_title,
  .promo-earnyourstars .eys-content .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .promo-earnyourstars .eys-content h3.gform_title, .promo-earnyourstars .eys-content .entry-content p.has-largest-font-size, .entry-content .promo-earnyourstars .eys-content p.has-largest-font-size, .section-promo .promo-upcoming-event .entry-title, .single .entry-footer .entry-story-cta h2, .single .entry-footer .entry-story-cta .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .single .entry-footer .entry-story-cta h3.gform_title,
  .single .entry-footer .entry-story-cta .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .single .entry-footer .entry-story-cta h3.gform_title, .single .entry-footer .entry-story-cta .entry-content p.has-largest-font-size, .entry-content .single .entry-footer .entry-story-cta p.has-largest-font-size, .h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

h4, .wfv-topics-selector .topics-selector-nav h2, .wfv-topics-selector .topics-selector-nav .entry-content p.has-largest-font-size, .entry-content .wfv-topics-selector .topics-selector-nav p.has-largest-font-size, .wfv-topics-selector .topics-selector-nav .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .wfv-topics-selector .topics-selector-nav h3.gform_title,
.wfv-topics-selector .topics-selector-nav .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .wfv-topics-selector .topics-selector-nav h3.gform_title, .h4 {
  font-size: 20px;
  font-size: 2rem;
}

.entry-content h4 {
  margin-top: 32px;
}
.entry-content h4.is-first-item {
  margin-top: 0;
}

h5 {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

.is-alert,
.is-msg.msg-type-alert {
  background-color: #FCF7F3;
  border: 1px solid #f0b431;
  border-radius: 3px;
  margin-bottom: 32px;
  padding: 16px 16px 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .is-alert,
  .is-msg.msg-type-alert {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.is-alert.alert-cta,
.is-msg.msg-type-alert.alert-cta {
  border: 1px solid #1878AC;
  background-color: #E6F3F9;
}
.is-alert p,
.is-msg.msg-type-alert p {
  margin-bottom: 0;
  padding-bottom: 16px;
}

/* Decor
--------------------------------------------- */
.wfv-topics-selector .topic-container, .page-resources .section-resource-library, .promo-earnyourstars, .page .content + .promo-recommended-resources, .page-partners .section-partner-directory {
  background: #E6F3F9 url("/wp-content/themes/wehonorveterans/images/el-flagband-left.png") no-repeat left bottom;
  background-size: 400px;
}
@media (min-width: 480px) {
  .wfv-topics-selector .topic-container, .page-resources .section-resource-library, .promo-earnyourstars, .page .content + .promo-recommended-resources, .page-partners .section-partner-directory {
    background-size: 600px;
  }
}
@media (min-width: 960px) {
  .wfv-topics-selector .topic-container, .page-resources .section-resource-library, .promo-earnyourstars, .page .content + .promo-recommended-resources, .page-partners .section-partner-directory {
    background-size: 400px;
  }
}

.single .entry-footer .entry-story-cta {
  background: #E6F3F9 url("/wp-content/themes/wehonorveterans/images/el-flagband-right.png") no-repeat right bottom;
  background-size: 400px;
}
@media (min-width: 480px) {
  .single .entry-footer .entry-story-cta {
    background-size: 600px;
  }
}
@media (min-width: 960px) {
  .single .entry-footer .entry-story-cta {
    background-size: 400px;
  }
}

.is-style-dark-blue-with-stars, .single .section-more-posts {
  background: #1878AC url("/wp-content/themes/wehonorveterans/images/bground-section-stars.png") no-repeat left bottom;
  background-size: 200%;
}
@media (min-width: 480px) {
  .is-style-dark-blue-with-stars, .single .section-more-posts {
    background-size: 600px;
  }
}
@media (min-width: 960px) {
  .is-style-dark-blue-with-stars, .single .section-more-posts {
    background-size: 60%;
  }
}

.wfv-topics-selector .topics-selector-nav, .page-resources .content-sidebar-wrap, .page-partners .content-sidebar-wrap {
  position: relative;
  background: #ffffff;
}
.wfv-topics-selector .topics-selector-nav:after, .page-resources .content-sidebar-wrap:after, .page-partners .content-sidebar-wrap:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 24px;
  margin-left: -24px;
}

/* Forms
--------------------------------------------- */
label {
  font-weight: 900;
}

input,
select,
textarea {
  background-color: white;
  border: 1px solid #1878AC;
  color: #31373D;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  width: 100%;
}

input,
textarea {
  padding: 16px;
}

select {
  padding: 8px 16px;
}

input:focus,
textarea:focus {
  border-color: #31373D;
  outline: none;
}

input[type=text],
input[type=email] {
  padding: 16px;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=image],
input[type=file] {
  background-color: transparent;
  border: 0;
}
input[type=image] input[type=button],
input[type=file] input[type=button] {
  border-radius: 10px;
}

::-ms-input-placeholder,
:-ms-input-placeholder,
::placeholder,
option.gf_placeholder {
  color: #575757;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.single-tribe_events .tribe-block__event-website a,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin,
.button,
.site-container .entry-content .wp-block-button .wp-block-button__link {
  background-color: #1878AC;
  border: 1px solid #1878AC;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 6px 16px 9px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
button:focus, button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.single-tribe_events .tribe-block__event-website a:focus,
.single-tribe_events .tribe-block__event-website a:hover,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin:focus,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin:hover,
.button:focus,
.site-container .entry-content .wp-block-button .wp-block-button__link:focus,
.button:hover,
.site-container .entry-content .wp-block-button .wp-block-button__link:hover {
  background-color: #31373D;
  border-color: #31373D;
  color: white;
  text-decoration: underline;
}
button em,
input[type=button] em,
input[type=reset] em,
input[type=submit] em,
.single-tribe_events .tribe-block__event-website a em,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin em,
.button em,
.site-container .entry-content .wp-block-button .wp-block-button__link em {
  text-transform: uppercase;
  font-style: normal;
}
button.is-alt, button.is-active,
input[type=button].is-alt,
input[type=button].is-active,
input[type=reset].is-alt,
input[type=reset].is-active,
input[type=submit].is-alt,
input[type=submit].is-active,
.single-tribe_events .tribe-block__event-website a.is-alt,
.single-tribe_events .tribe-block__event-website a.is-active,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-alt,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-active,
.button.is-alt,
.site-container .entry-content .wp-block-button .is-alt.wp-block-button__link,
.button.is-active,
.site-container .entry-content .wp-block-button .is-active.wp-block-button__link {
  color: #1878AC;
  background-color: white;
}
button.is-alt:hover, button.is-alt:focus, button.is-active:hover, button.is-active:focus,
input[type=button].is-alt:hover,
input[type=button].is-alt:focus,
input[type=button].is-active:hover,
input[type=button].is-active:focus,
input[type=reset].is-alt:hover,
input[type=reset].is-alt:focus,
input[type=reset].is-active:hover,
input[type=reset].is-active:focus,
input[type=submit].is-alt:hover,
input[type=submit].is-alt:focus,
input[type=submit].is-active:hover,
input[type=submit].is-active:focus,
.single-tribe_events .tribe-block__event-website a.is-alt:hover,
.single-tribe_events .tribe-block__event-website a.is-alt:focus,
.single-tribe_events .tribe-block__event-website a.is-active:hover,
.single-tribe_events .tribe-block__event-website a.is-active:focus,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-alt:hover,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-alt:focus,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-active:hover,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-active:focus,
.button.is-alt:hover,
.site-container .entry-content .wp-block-button .is-alt.wp-block-button__link:hover,
.button.is-alt:focus,
.site-container .entry-content .wp-block-button .is-alt.wp-block-button__link:focus,
.button.is-active:hover,
.site-container .entry-content .wp-block-button .is-active.wp-block-button__link:hover,
.button.is-active:focus,
.site-container .entry-content .wp-block-button .is-active.wp-block-button__link:focus {
  border-color: #1878AC;
  color: #31373D;
}
button.is-minimal,
input[type=button].is-minimal,
input[type=reset].is-minimal,
input[type=submit].is-minimal,
.single-tribe_events .tribe-block__event-website a.is-minimal,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-minimal,
.button.is-minimal,
.site-container .entry-content .wp-block-button .is-minimal.wp-block-button__link {
  background: transparent;
  border: 0;
  color: #1878AC;
  padding: 0;
}
button.is-minimal:hover, button.is-minimal:focus,
input[type=button].is-minimal:hover,
input[type=button].is-minimal:focus,
input[type=reset].is-minimal:hover,
input[type=reset].is-minimal:focus,
input[type=submit].is-minimal:hover,
input[type=submit].is-minimal:focus,
.single-tribe_events .tribe-block__event-website a.is-minimal:hover,
.single-tribe_events .tribe-block__event-website a.is-minimal:focus,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-minimal:hover,
a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin.is-minimal:focus,
.button.is-minimal:hover,
.site-container .entry-content .wp-block-button .is-minimal.wp-block-button__link:hover,
.button.is-minimal:focus,
.site-container .entry-content .wp-block-button .is-minimal.wp-block-button__link:focus {
  text-decoration: underline;
  color: #31373D;
}

.entry-content .button:focus, .site-container .entry-content .wp-block-button .wp-block-button__link:focus,
.entry-content .button:hover,
.site-container .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
}
.entry-content .button:focus.is-alt, .site-container .entry-content .wp-block-button .wp-block-button__link:focus.is-alt,
.entry-content .button:hover.is-alt,
.site-container .entry-content .wp-block-button .wp-block-button__link:hover.is-alt {
  color: #31373D;
}

.button, .site-container .entry-content .wp-block-button .wp-block-button__link {
  display: inline-block;
}

.site-container button:disabled, .site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #bec2c5;
  border-width: 0;
  color: #9ea4a9;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 32px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}
@media (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

tbody {
  border-bottom: 1px solid #bec2c5;
}

td,
th {
  text-align: left;
  vertical-align: top;
}

td {
  border-top: 1px solid #bec2c5;
  padding: 16px;
}

th {
  font-weight: 600;
  padding: 0 16px 16px;
}

.entry-content table tr:nth-child(2n) {
  background-color: #FCF7F3;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: white;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #31373D;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 16px 32px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 16px 16px 32px;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 48px 16px 32px;
  }
}
@media (min-width: 960px) {
  .site-inner {
    padding: 64px 32px 32px;
  }
}
@media (min-width: 1140px) {
  .site-inner {
    padding: 57.6px 32px 32px;
  }
}
@media (min-width: 1200px) {
  .site-inner {
    padding: 48px 32px 32px;
  }
}
@media (min-width: 1340px) {
  .site-inner {
    padding: 96px 32px 32px;
  }
}
.site-inner .content--wrap {
  margin: 0 auto;
  min-height: 300px;
}

@media (min-width: 768px) {
  .has-facetwp .site-inner {
    margin: 0 auto;
  }
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 32px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 16px 32px;
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #9ea4a9;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 4px;
}
.breadcrumb a {
  text-decoration: none;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 32px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Columns
--------------------------------------------- */
/* Column Classes
--------------------------------------------- */
@media (min-width: 960px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
}

@media (min-width: 960px) {
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
}

@media (min-width: 960px) {
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
}

@media (min-width: 960px) {
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
}

@media (min-width: 960px) {
  .one-fourth {
    width: 23.0769230769%;
  }
}

@media (min-width: 960px) {
  .three-fourths {
    width: 74.358974359%;
  }
}

@media (min-width: 960px) {
  .one-sixth {
    width: 14.5299145299%;
  }
}

@media (min-width: 960px) {
  .five-sixths {
    width: 82.905982906%;
  }
}

@media (min-width: 960px) {
  .first {
    clear: both;
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .cols {
    display: flex;
  }
}
@media (min-width: 960px) {
  .cols.cols-sidebar-main .col-left {
    padding-right: 32px;
    width: 33.3333333333%;
  }
}
@media (min-width: 960px) {
  .cols.cols-sidebar-main .col-right {
    width: 66.6666666667%;
  }
}

/* Search Form
--------------------------------------------- */
.search-form {
  background-color: white;
  border: 1px solid #1878AC;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}
.search-form input {
  border: 0;
  display: inline-block;
  border-radius: 0;
}
.search-form input[type=search] {
  width: calc(100% - 48px);
  padding: 0 8px 0 8px;
}
.search-form button[type=submit] {
  border-radius: 0;
  border: none;
  margin: 0;
  width: 48px;
}

.entry-content .search-form {
  margin-bottom: 32px;
  width: 50%;
}

.search-wrap {
  display: flex;
  width: 100%;
}
.search-wrap input {
  padding: 16px !important;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.author-box-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.entry-title {
  margin-bottom: 16px;
}

.page .entry-title {
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .page .entry-title {
    margin-bottom: 32px;
  }
}

h2.entry-title, .entry-content .gform_wrapper.gravity-theme h3.entry-title.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme h3.entry-title.gform_title, .entry-content p.entry-title.has-largest-font-size {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 8px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #1878AC;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #31373D;
  text-decoration: underline;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 32px;
}

img.alignnone,
.alignnone {
  margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 16px 16px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 16px 16px;
}

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 32px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 32px;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 16px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 32px;
  text-indent: -32px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 32px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #bec2c5;
  margin-bottom: 20px;
}
.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.featured-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* FacetWP
--------------------------------------------- */
.has-facetwp {
  /* Search */
  /* Levels */
}
.has-facetwp .facetwp-counter {
  display: none;
}
.has-facetwp .facets-title {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
}
.has-facetwp .facets-reset {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.has-facetwp .facets-wrap, .has-facetwp .widget-fwp-search {
  display: none;
}
@media (min-width: 960px) {
  .has-facetwp .facets-wrap, .has-facetwp .widget-fwp-search {
    display: block;
    margin-bottom: 32px;
  }
}
.has-facetwp .facetwp-flyout-open {
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 960px) {
  .has-facetwp .facetwp-flyout-open {
    display: none;
  }
}
.has-facetwp .facet-label, .has-facetwp .flyout-row h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.has-facetwp .facetwp-facet {
  margin-bottom: 16px;
  text-transform: capitalize;
  font-size: 15px;
  font-size: 1.5rem;
}
.has-facetwp .flyout-item {
  font-size: 16px;
  font-size: 1.6rem;
}
.has-facetwp .facetwp-toggle {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
}
.has-facetwp .facetwp-selections {
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  text-transform: capitalize;
}
.has-facetwp .facetwp-selections ul {
  margin-bottom: 32px;
}
.has-facetwp .facetwp-flyout-close {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #1878AC;
  font-weight: 900;
}
.has-facetwp .widget-fwp-search small {
  font-weight: 900;
}
.has-facetwp .widget-fwp-search .facet-wrap .facetwp-facet {
  margin-bottom: 0;
}
.has-facetwp .facetwp-type-search .facetwp-input-wrap {
  border: 1px solid #1878AC;
  display: block;
  padding: 8px 16px;
  position: relative;
}
.has-facetwp .facetwp-type-search .facetwp-input-wrap input[type=text] {
  border: 0;
  padding: 0;
}
.has-facetwp .facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  background-color: #1878AC;
  transition: background-color 0.1s ease-in-out;
  opacity: 1;
  right: 0;
  padding: 4px 10px 4px;
  width: auto;
  height: 100%;
  top: 0;
}
.has-facetwp .facetwp-type-search .facetwp-input-wrap .facetwp-icon:hover, .has-facetwp .facetwp-type-search .facetwp-input-wrap .facetwp-icon:focus {
  background-color: #31373D;
}
.has-facetwp .facetwp-type-search .facetwp-input-wrap .facetwp-icon::before {
  background: url("/wp-content/themes/wehonorveterans/images/icon-search-white.png") no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  display: block;
  height: 100%;
}
.has-facetwp .facetwp-type-search .facetwp-input-wrap .facetwp-icon.f-loading:before {
  background-image: url("/wp-content/plugins/facetwp/assets/images/loading.png");
  animation: spin 700ms infinite linear;
}
.has-facetwp .facet-wrap-levels .facetwp-checkbox {
  color: #7E2D40;
}

/* Cookie Notice
------ */
#cookie-notice .cookie-notice-container {
  font-family: Georgia, Times, Times New Roman, serif !important;
  font-size: 14px;
  font-size: 1.4rem;
}
#cookie-notice .cookie-notice-container .button, #cookie-notice .cookie-notice-container .site-container .entry-content .wp-block-button .wp-block-button__link, .site-container .entry-content .wp-block-button #cookie-notice .cookie-notice-container .wp-block-button__link {
  background-color: #1878AC;
  border-radius: 6px;
  font-family: Georgia, Times, Times New Roman, serif !important;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
  padding: 6px 12px;
}
#cookie-notice .cookie-notice-container .button:hover, #cookie-notice .cookie-notice-container .site-container .entry-content .wp-block-button .wp-block-button__link:hover, .site-container .entry-content .wp-block-button #cookie-notice .cookie-notice-container .wp-block-button__link:hover, #cookie-notice .cookie-notice-container .button:focus, #cookie-notice .cookie-notice-container .site-container .entry-content .wp-block-button .wp-block-button__link:focus, .site-container .entry-content .wp-block-button #cookie-notice .cookie-notice-container .wp-block-button__link:focus {
  background-color: rgb(17.7551020408, 88.7755102041, 127.2448979592);
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #31373D;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #E6F3F9;
  padding: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .site-header {
    padding: 16px;
  }
}
@media (min-width: 960px) {
  .site-header {
    padding: 16px 32px;
  }
}
@media (min-width: 1140px) {
  .site-header {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .site-header:after {
    background: white url("/wp-content/themes/wehonorveterans/images/bground-site-header.png") no-repeat right top;
    background-size: 100%;
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 58px;
  }
}
@media (min-width: 960px) {
  .site-header:after {
    height: 70px;
  }
}
@media (min-width: 1340px) {
  .site-header:after {
    height: 90px;
  }
}
.site-header > .wrap {
  margin: 0 auto;
  max-width: 1440px;
}

.home .site-header:after {
  display: none;
}

/* NHPCO Bar
--------------------------------------------- */
.nhpco-brand-bar {
  background-color: #1878AC;
  color: white;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 16px;
}
@media (min-width: 1024px) {
  .nhpco-brand-bar {
    padding: 8px 32px;
  }
}
.nhpco-brand-bar a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.nhpco-brand-bar p {
  margin: 0;
  padding: 0;
}
.nhpco-brand-bar .nhpco-bb-desc {
  display: flex;
  flex: 0 0 1;
  align-items: center;
}
.nhpco-brand-bar .nhpco-bb-desc img {
  width: 20px;
  flex-basis: 20px;
}
.nhpco-brand-bar .nhpco-bb-desc p {
  display: none;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .nhpco-brand-bar .nhpco-bb-desc p {
    display: inline-block;
  }
}
.nhpco-brand-bar .nhpco-bb-cta em {
  font-style: normal;
  text-decoration: underline;
}
.nhpco-brand-bar > .wrap {
  max-width: 1440px;
  margin: 0 auto;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 32px;
  padding-top: 32px;
}

.wp-custom-logo .title-area {
  width: 150px;
  max-width: 272px;
  padding-bottom: 4px;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .wp-custom-logo .title-area {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .wp-custom-logo .title-area {
    width: 230px;
    margin-left: -7px;
  }
}
@media (min-width: 1140px) {
  .wp-custom-logo .title-area {
    width: 100%;
    margin-left: -7px;
  }
}
.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #31373D;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
/* Header Menu
 * Uses Max Mega Menu Plugin theme area of Plugin for colors and spacing. This is for larger overwrites.
--------------------------------------------- */
@media (min-width: 1024px) {
  .nav-primary-area {
    clear: none;
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  .nav-primary-area {
    width: auto;
    margin-top: 12px;
    justify-content: flex-end;
  }
}

.nav-primary {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav-primary {
    width: auto;
    margin-right: 16px;
  }
}
.nav-primary .mega-current-menu-item a,
.nav-primary .mega-current-menu-parent a {
  position: relative;
}
.nav-primary .mega-current-menu-item a::before,
.nav-primary .mega-current-menu-parent a::before {
  width: 100%;
  display: block !important;
  content: " ";
  position: absolute;
  bottom: 0;
  height: 4px;
}
.nav-primary #mega-menu-wrap-primary {
  position: static;
}
@media (min-width: 1024px) {
  .nav-primary #mega-menu-wrap-primary {
    position: relative;
  }
}
.nav-primary #mega-menu-wrap-primary .mega-menu-toggle {
  border-radius: 6px;
  font-weight: 900;
  position: absolute;
  top: 22px;
  right: 16px;
}
.nav-primary #mega-menu-wrap-primary .mega-menu-toggle .mega-menu-toggle-block {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .nav-primary #mega-menu-wrap-primary .mega-menu-toggle {
    top: 32px;
    right: 16px;
  }
}
.nav-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item .mega-current-menu-item > a:first-of-type {
  color: #31373D !important;
  font-style: italic;
}
@media (min-width: 960px) {
  .nav-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item .mega-current-menu-item > a:first-of-type {
    border-bottom: 0;
  }
}

/* Active States in Nav */
@media (min-width: 960px) {
  .nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  .nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    border-bottom: 1px solid #1878AC;
  }
}
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover, .nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:focus,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover,
.nav-primary #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:focus {
  border-bottom-color: #31373D;
}

@media (min-width: 960px) {
  .single-whv_resource .nav-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-main-menu-item-resources > a.mega-menu-link {
    border-bottom: 1px solid #1878AC;
  }
}
.single-whv_resource .nav-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-main-menu-item-resources > a.mega-menu-link:hover, .single-whv_resource .nav-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-main-menu-item-resources > a.mega-menu-link:focus {
  border-bottom-color: #31373D;
}

@media (min-width: 960px) {
  .single-post .nav-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-main-menu-item-blog > a.mega-menu-link {
    border-bottom: 1px solid #1878AC;
  }
}
.single-post .nav-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-main-menu-item-blog > a.mega-menu-link:hover, .single-post .nav-primary #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-main-menu-item-blog > a.mega-menu-link:focus {
  border-bottom-color: #31373D;
}

/* Section Menu
--------------------------------------------- */
.nav-section,
.widget-nav {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-section,
  .widget-nav {
    display: block;
    margin: 10px 0 0 0;
    position: absolute;
    left: -16px;
    width: 150px;
  }
}
@media (min-width: 1340px) {
  .nav-section,
  .widget-nav {
    width: 200px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.nav-section a,
.widget-nav a {
  display: block;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
  .nav-section a,
  .widget-nav a {
    padding-bottom: 0;
  }
}
.nav-section a:hover, .nav-section a:focus,
.widget-nav a:hover,
.widget-nav a:focus {
  text-decoration: underline;
}
.nav-section h4,
.nav-section .menu li:first-child,
.widget-nav h4,
.widget-nav .menu li:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .nav-section h4,
  .nav-section .menu li:first-child,
  .widget-nav h4,
  .widget-nav .menu li:first-child {
    margin-bottom: 16px;
    padding-right: 4px;
    padding-left: 16px;
  }
}
@media (min-width: 1340px) {
  .nav-section h4,
  .nav-section .menu li:first-child,
  .widget-nav h4,
  .widget-nav .menu li:first-child {
    padding-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .nav-section h4 a,
  .nav-section .menu li:first-child a,
  .widget-nav h4 a,
  .widget-nav .menu li:first-child a {
    padding-bottom: 16px;
    border-bottom: 1px solid #7E2D40;
  }
}
.nav-section h4,
.widget-nav h4 {
  flex-grow: 0.25;
  flex-basis: 0;
  word-break: keep-all;
}
@media (min-width: 1200px) {
  .nav-section ul,
  .widget-nav ul {
    display: block;
  }
}
.nav-section ul li,
.widget-nav ul li {
  line-height: 1.2;
}
@media (min-width: 960px) {
  .nav-section ul li,
  .widget-nav ul li {
    margin-bottom: 0;
    padding-right: 16px;
    flex-grow: 1;
    flex-basis: 0;
  }
}
.nav-section ul li:last-of-type,
.widget-nav ul li:last-of-type {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .nav-section ul li,
  .widget-nav ul li {
    margin-bottom: 12px;
    padding-right: 0;
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {
  .nav-section .widget_subpages_current_page,
  .nav-section .current-menu-item,
  .widget-nav .widget_subpages_current_page,
  .widget-nav .current-menu-item {
    border-left: 1px solid #7E2D40;
    border-bottom: 0;
  }
}
.nav-section .widget_subpages_current_page a,
.nav-section .current-menu-item a,
.widget-nav .widget_subpages_current_page a,
.widget-nav .current-menu-item a {
  color: #31373D;
}
.nav-section .widget_subpages_current_page:hover, .nav-section .widget_subpages_current_page:focus,
.nav-section .current-menu-item:hover,
.nav-section .current-menu-item:focus,
.widget-nav .widget_subpages_current_page:hover,
.widget-nav .widget_subpages_current_page:focus,
.widget-nav .current-menu-item:hover,
.widget-nav .current-menu-item:focus {
  border-color: #31373D;
}
.nav-section .menu li.current-menu-item:first-child,
.widget-nav .menu li.current-menu-item:first-child {
  border-left: 0;
}

.sidebar .widget.widget-nav {
  margin-bottom: 16px;
  padding-bottom: 0;
}
.sidebar .widget.widget-nav .widget-wrap {
  width: 100%;
}
@media (min-width: 960px) {
  .sidebar .widget.widget-nav ul {
    justify-content: space-between;
    width: 100%;
  }
}
.sidebar .widget.widget-nav ul li {
  margin-right: 16px;
}
@media (min-width: 1200px) {
  .sidebar .widget.widget-nav ul li {
    margin-right: 0;
  }
}

/* Mobile Section Menu
--------------------------------------------- */
.nav-section-mobile-wrapper {
  margin: 0 auto 16px;
}
@media (min-width: 960px) {
  .nav-section-mobile-wrapper {
    max-width: 820px;
  }
}
@media (min-width: 1024px) {
  .nav-section-mobile-wrapper {
    max-width: 840px;
  }
}
@media (min-width: 1200px) {
  .nav-section-mobile-wrapper {
    display: none;
  }
}
.nav-section-mobile-wrapper .nav-section-mobile-label {
  font-weight: 900;
  margin-bottom: 8px;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-bottom: 16px;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}
.nav-secondary .menu-item {
  display: inline-block;
}
.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.nav-primary-area .search-form {
  display: none;
}
@media (min-width: 1024px) {
  .nav-primary-area .search-form {
    display: flex;
    width: 220px;
    border-radius: 6px;
  }
}
@media (min-width: 1340px) {
  .nav-primary-area .search-form {
    width: auto;
  }
}

/* Content Area
---------------------------------------------------------------------------- */
.content-card {
  background-color: white;
  border: 1px solid #CDE1ED;
  border-radius: 6px;
  box-shadow: 0px 2px 3px 0px rgba(49, 55, 61, 0.2);
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .content-card {
    margin-bottom: 0;
  }
}
.content-card .entry-meta,
.content-card .card-kicker {
  color: #696F75;
}
.content-card .entry-meta em,
.content-card .card-kicker em {
  font-style: normal;
  display: inline-block;
  margin-right: 4px;
}
.content-card .entry-meta em:after,
.content-card .card-kicker em:after {
  content: " ·";
}
.content-card .entry-meta em:last-of-type:after,
.content-card .card-kicker em:last-of-type:after {
  content: "";
}
.content-card.card-entry a {
  color: #1878AC;
  display: flex;
  flex-flow: column nowrap;
  padding: 16px 16px 28px 16px;
  height: 100%;
  text-decoration: none;
  justify-content: flex-start;
  align-items: flex-start;
}
.content-card.card-entry a p, .content-card.card-entry a h3 {
  width: 100%;
}
.content-card.card-entry a h3 {
  margin-bottom: 0;
}
.content-card.card-entry a h3 + p,
.content-card.card-entry a .card-excerpt p {
  color: #31373D;
  margin-bottom: 0;
  padding-top: 8px;
}
.content-card.card-entry a:hover, .content-card.card-entry a:focus {
  color: #31373D;
}
.content-card.card-entry a:hover h3, .content-card.card-entry a:focus h3 {
  text-decoration: underline;
}
.content-card.card-has-image {
  overflow: hidden;
}
.content-card.card-has-image a {
  display: block;
  padding: 0 0 16px 0;
}
.content-card.card-has-image figure {
  margin-bottom: 0;
  width: 100%;
}
.content-card.card-has-image figure img {
  height: auto;
}
.content-card.card-has-image .card-header {
  padding: 8px 16px 0;
}
.content-card.card-has-image .card-excerpt {
  padding: 0 16px;
}
.content-card.card-itemforsale {
  text-align: center;
}
.content-card.card-itemforsale a {
  padding: 32px;
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  justify-content: center;
}
.content-card.card-itemforsale figure {
  width: 100%;
}
.content-card.card-itemforsale figure img {
  display: block;
  margin: 0 auto 16px auto;
  text-align: center;
}
.content-card .card-kicker {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 0;
}
.content-card h3,
.content-card h3.card-title {
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .content-card h3,
  .content-card h3.card-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.content-card .card-excerpt {
  font-size: 16px;
  font-size: 1.6rem;
}
.content-card .entry-related-partner {
  color: #696F75;
  font-style: italic;
  padding-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.content-card .entry-related-partner p {
  margin-bottom: 0;
  line-height: 1.3;
}

.topics-grid,
.card-grid {
  display: flex;
  flex-wrap: wrap;
}
.topics-grid .content-card,
.card-grid .content-card {
  width: 100%;
}

.card-grid {
  justify-content: space-between;
}
.card-grid .content-card {
  margin-bottom: 32px;
  width: 100%;
  /* Default */
  /* 2 Resources */
  /* 3 Resources */
  /* 4 Resources */
}
@media (min-width: 480px) {
  .card-grid .content-card {
    width: calc(33.3333% - 16px);
  }
}
@media (min-width: 768px) {
  .card-grid .content-card:first-child:nth-last-child(2), .card-grid .content-card:first-child:nth-last-child(2) ~ .content-card {
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) {
  .card-grid .content-card:first-child:nth-last-child(3), .card-grid .content-card:first-child:nth-last-child(3) ~ .content-card {
    width: calc(33.3333% - 16px);
  }
}
@media (min-width: 768px) {
  .card-grid .content-card:first-child:nth-last-child(4), .card-grid .content-card:first-child:nth-last-child(4) ~ .content-card {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1140px) {
  .card-grid .content-card:first-child:nth-last-child(4), .card-grid .content-card:first-child:nth-last-child(4) ~ .content-card {
    width: calc(25% - 16px);
  }
}

.topics-grid .content-card {
  /* Default */
  /* 2 Resources */
  /* 4 Resources */
}
@media (min-width: 480px) {
  .topics-grid .content-card {
    width: calc(33.3333% - 16px);
  }
}
@media (min-width: 480px) {
  .topics-grid .content-card:first-child:nth-last-child(2), .topics-grid .content-card:first-child:nth-last-child(2) ~ .content-card {
    width: calc(50% - 16px);
  }
}
@media (min-width: 480px) {
  .topics-grid .content-card:first-child:nth-last-child(4), .topics-grid .content-card:first-child:nth-last-child(4) ~ .content-card {
    width: calc(33.3333% - 16px);
  }
}

.section-promo .promo-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section-promo .promo-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
.section-promo .promo-title h2, .section-promo .promo-title .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .section-promo .promo-title h3.gform_title,
.section-promo .promo-title .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .section-promo .promo-title h3.gform_title, .section-promo .promo-title .entry-content p.has-largest-font-size, .entry-content .section-promo .promo-title p.has-largest-font-size {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0 0 4px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .section-promo .promo-title h2, .section-promo .promo-title .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .section-promo .promo-title h3.gform_title,
  .section-promo .promo-title .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .section-promo .promo-title h3.gform_title, .section-promo .promo-title .entry-content p.has-largest-font-size, .entry-content .section-promo .promo-title p.has-largest-font-size {
    margin-bottom: 0;
  }
}
.section-promo .promo-title h3 {
  margin: 0;
  padding: 0;
}
.section-promo .promo-title small {
  display: block;
  font-size: 100%;
}
@media (min-width: 768px) {
  .section-promo .promo-title small {
    font-size: 80%;
  }
}
.section-promo .promo-title small a {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: 900;
}

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 16px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 21.3333333333px;
  padding-left: 32px;
}
.entry-content ol.has-no-bullets,
.entry-content ul.has-no-bullets {
  padding-left: 0;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ol.has-no-bullets > li {
  list-style-type: none;
}
.entry-content ul > li {
  list-style-type: square;
}
.entry-content ul.has-no-bullets > li {
  list-style-type: none;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: square;
  padding-left: 8px;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 90%;
}
.entry-content code {
  background-color: #f5f5f5;
}
.entry-content p.has-large-font-size,
.entry-content p.has-larger-font-size {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .entry-content p.has-large-font-size,
  .entry-content p.has-larger-font-size {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
}
@media (min-width: 960px) {
  .entry-content p.has-large-font-size,
  .entry-content p.has-larger-font-size {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.entry-content .has-small-font-size {
  font-size: 85%;
}
.entry-content blockquote.wp-block-quote {
  border-left: 1px solid #7E2D40;
  margin-top: 0;
  margin-left: 0;
  padding-left: 32px;
}
@media (min-width: 1140px) {
  .entry-content blockquote.wp-block-quote {
    margin-left: -32px;
  }
}
.entry-content blockquote.wp-block-quote p {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.625;
}
.entry-content blockquote.wp-block-quote cite {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  .content {
    float: left;
    width: 65%;
  }
}

.sidebar-content .content-sidebar-wrap {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .sidebar-content .content-sidebar-wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.sidebar-content .content {
  float: none;
  width: 100%;
}
@media (min-width: 960px) {
  .sidebar-content .content {
    width: 77%;
  }
}

@media (min-width: 960px) {
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 820px;
  }
}
@media (min-width: 1024px) {
  .full-width-content .content {
    max-width: 840px;
  }
}
@media (min-width: 1440px) {
  .full-width-content .content {
    max-width: 920px;
  }
}

.site-container .entry-content {
  /* Gutenberg Blocks */
  /* Button */
  /* Images */
  /* Separator */
}
.site-container .entry-content .wp-block-image figure.aligncenter.size-full {
  width: 100%;
}
.site-container .entry-content .wp-block-image figure.aligncenter.size-full img {
  width: 100%;
}
.site-container .entry-content .wp-block-image figure.alignright {
  max-width: 50%;
}
@media (min-width: 768px) {
  .site-container .entry-content .wp-block-image figure.alignright {
    max-width: auto;
  }
}
.site-container .entry-content hr.wp-block-separator {
  border-top-color: #CDE1ED;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 4px;
}
p.entry-meta a {
  text-decoration: none;
}

.entry-footer .entry-meta {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-header .entry-categories a {
  display: inline-block;
  margin-right: 2px;
}
.entry-header .entry-categories a:after {
  color: #696F75;
  content: " ·";
}
.entry-header .entry-categories a:last-of-type:after {
  content: "";
}

.entry-tags a {
  background-color: #E6F3F9;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 2px;
  padding: 0 8px;
  position: relative;
  text-transform: capitalize;
}
.entry-tags a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 243, 249, 0);
  border-left-color: #E6F3F9;
  border-width: 12px;
  margin-top: -12px;
}
.entry-tags a:hover, .entry-tags a:focus {
  text-decoration: underline;
}

/* Entry Misc
--------------------------------------------- */
@media (min-width: 960px) {
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-pings {
    margin-bottom: 32px;
  }
}

@media (min-width: 960px) {
  .after-entry {
    padding: 32px 48px;
  }
}

.entry-related-partnerorg {
  color: #696F75;
  font-size: 16px;
  font-size: 1.6rem;
}
.entry-related-partnerorg p {
  margin: 0;
  padding: 0;
  font-style: italic;
}
.entry-related-partnerorg .po-type {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

/* Archives
--------------------------------------------- */
.blog .entry, .archive .entry, .category .entry, .search .entry, .post-type-archive .entry {
  border-bottom: 1px solid #CDE1ED;
  padding-bottom: 32px;
}
.blog .entry .entry-categories a, .archive .entry .entry-categories a, .category .entry .entry-categories a, .search .entry .entry-categories a, .post-type-archive .entry .entry-categories a {
  color: #696F75;
}
.blog .entry .entry-categories a:hover, .blog .entry .entry-categories a:focus, .archive .entry .entry-categories a:hover, .archive .entry .entry-categories a:focus, .category .entry .entry-categories a:hover, .category .entry .entry-categories a:focus, .search .entry .entry-categories a:hover, .search .entry .entry-categories a:focus, .post-type-archive .entry .entry-categories a:hover, .post-type-archive .entry .entry-categories a:focus {
  color: #31373D;
}
.blog .entry .entry-content p, .archive .entry .entry-content p, .category .entry .entry-content p, .search .entry .entry-content p, .post-type-archive .entry .entry-content p {
  margin-bottom: 0;
}
.blog .entry .entry-footer .entry-meta, .archive .entry .entry-footer .entry-meta, .category .entry .entry-footer .entry-meta, .search .entry .entry-footer .entry-meta, .post-type-archive .entry .entry-footer .entry-meta {
  padding-top: 16px;
}
.blog .entry:last-of-type, .archive .entry:last-of-type, .category .entry:last-of-type, .search .entry:last-of-type, .post-type-archive .entry:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog .entry.has-post-thumbnail .entry-content, .archive .entry.has-post-thumbnail .entry-content, .category .entry.has-post-thumbnail .entry-content, .search .entry.has-post-thumbnail .entry-content, .post-type-archive .entry.has-post-thumbnail .entry-content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .blog .entry.has-post-thumbnail .entry-content, .archive .entry.has-post-thumbnail .entry-content, .category .entry.has-post-thumbnail .entry-content, .search .entry.has-post-thumbnail .entry-content, .post-type-archive .entry.has-post-thumbnail .entry-content {
    flex-wrap: nowrap;
  }
}
.blog .entry.has-post-thumbnail .entry-image-link, .archive .entry.has-post-thumbnail .entry-image-link, .category .entry.has-post-thumbnail .entry-image-link, .search .entry.has-post-thumbnail .entry-image-link, .post-type-archive .entry.has-post-thumbnail .entry-image-link {
  padding-top: 8px;
}
@media (min-width: 480px) {
  .blog .entry.has-post-thumbnail .entry-image-link, .archive .entry.has-post-thumbnail .entry-image-link, .category .entry.has-post-thumbnail .entry-image-link, .search .entry.has-post-thumbnail .entry-image-link, .post-type-archive .entry.has-post-thumbnail .entry-image-link {
    max-width: 200px;
    margin-right: 16px;
  }
}
.blog .entry.has-post-thumbnail .entry-image-link img, .archive .entry.has-post-thumbnail .entry-image-link img, .category .entry.has-post-thumbnail .entry-image-link img, .search .entry.has-post-thumbnail .entry-image-link img, .post-type-archive .entry.has-post-thumbnail .entry-image-link img {
  border-radius: 6px;
}
@media (min-width: 480px) {
  .blog .entry.has-post-thumbnail .entry-image-link img, .archive .entry.has-post-thumbnail .entry-image-link img, .category .entry.has-post-thumbnail .entry-image-link img, .search .entry.has-post-thumbnail .entry-image-link img, .post-type-archive .entry.has-post-thumbnail .entry-image-link img {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .blog .archive-description {
    margin-bottom: 48px;
  }
}
.blog .archive-description .archive-description-intro {
  margin-bottom: 32px;
}
.blog .content-sidebar-wrap {
  display: block;
}
@media (min-width: 960px) {
  .blog .content-sidebar-wrap .content-sidebar-wrap-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 480px) {
  .blog .entry {
    display: flex;
  }
}
.blog .entry .entry-related-partnerorg {
  margin-bottom: 4px;
}
@media (min-width: 480px) {
  .blog .entry a.entry-image-link {
    width: 25%;
    margin-right: 16px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.blog .whv-query-featured-post {
  background-image: url("/wp-content/themes/wehonorveterans/images/bground-section-stars-right.png");
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #FCF7F3;
  border: 1px solid #CDE1ED;
  border-radius: 6px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  padding: 32px;
}
@media (min-width: 960px) {
  .blog .whv-query-featured-post {
    background-size: 400px;
  }
}
.blog .whv-query-featured-post .entry-title {
  margin-bottom: 8px;
}
.blog .whv-query-featured-post .entry {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .blog .whv-query-featured-post .entry a.entry-image-link {
    width: 33%;
    max-width: 100%;
  }
}
.blog .whv-query-featured-post .entry .entry-tags a {
  background-color: white;
}
.blog .whv-query-featured-post .entry .entry-tags a:after {
  border-left-color: white;
}

/* Search
--------------------------------------------- */
.search .entry .entry-title {
  margin-bottom: 4px;
}

.posttype-search form + p {
  margin-bottom: 16px;
}

/* Default Page Layout
--------------------------------------------- */
.page:not(.home) .site-inner {
  padding-bottom: 0;
}
.page:not(.home).page-template-default.full-width-content .content-sidebar-wrap {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}

.page-section {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .page-section {
    margin-bottom: 48px;
  }
}

.section-intro figure.wp-block-image {
  margin-bottom: 0;
}
.section-intro figure.wp-block-image figcaption {
  margin-bottom: 0;
}

/* Single Blog Post
--------------------------------------------- */
.single .site-inner {
  padding-bottom: 0;
}
.single .entry-header {
  margin-bottom: 32px;
}
.single .entry-content {
  padding-bottom: 16px;
}
.single .section-more-posts {
  margin-bottom: 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  padding: 32px;
}
@media (min-width: 960px) {
  .single .section-more-posts {
    padding: 48px 32px;
  }
}
@media (min-width: 768px) {
  .single .section-more-posts .section-inside {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.single .section-more-posts h2, .single .section-more-posts .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .single .section-more-posts h3.gform_title,
.single .section-more-posts .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .single .section-more-posts h3.gform_title, .single .section-more-posts .entry-content p.has-largest-font-size, .entry-content .single .section-more-posts p.has-largest-font-size {
  color: white;
  flex-basis: 100%;
  font-size: 25px;
  font-size: 2.5rem;
}
.single .section-more-posts article {
  width: 100%;
}
.single .section-more-posts article:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single .section-more-posts article {
    width: 32%;
    margin-bottom: 0;
  }
}
.single .entry-footer {
  border-top: 1px solid #CDE1ED;
  padding-top: 32px;
  margin-bottom: 32px;
  color: #696F75;
  font-size: 16px;
  font-size: 1.6rem;
}
.single .entry-footer .entry-date {
  font-weight: 900;
}
.single .entry-footer .entry-allterms {
  display: flex;
}
.single .entry-footer .entry-allterms .entry-terms {
  width: 100%;
}
@media (min-width: 960px) {
  .single .entry-footer .entry-allterms .entry-terms {
    padding-right: 16px;
    width: 20%;
  }
}
.single .entry-footer .entry-allterms h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Georgia, Times, Times New Roman, serif;
  margin-bottom: 8px;
}
.single .entry-footer .entry-allterms a {
  background-color: transparent;
  display: inline;
  margin: 0;
  padding: 0;
}
.single .entry-footer .entry-allterms a:after {
  display: none;
}
.single .entry-footer .entry-allterms ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.single .entry-footer .entry-allterms ul li {
  margin-bottom: 4px;
}
.single .entry-footer .entry-story-cta {
  border-radius: 6px;
  color: #31373D;
  padding: 32px;
  margin-bottom: 32px;
}
/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 32px 0 48px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination {
  border-top: 1px solid #CDE1ED;
  padding-top: 32px;
}
.archive-pagination li {
  display: inline-block;
}
.archive-pagination li a {
  background-color: #E6F3F9;
  border-radius: 6px;
  color: #1878AC;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 16px 18px;
  text-decoration: none;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #1878AC;
  color: white;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover {
  text-decoration: underline;
}
.archive-pagination .pagination-omission {
  margin-right: 5px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sidebar .widget {
  margin-bottom: 32px;
}
.sidebar p {
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .sidebar-content .sidebar {
    width: 20%;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #31373D;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 48px 16px 16px 16px;
}
@media (min-width: 768px) {
  .footer-widgets {
    padding: 48px 16px 16px;
  }
}
@media (min-width: 960px) {
  .footer-widgets {
    padding: 48px 32px 32px;
  }
}
.footer-widgets .wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
@media (min-width: 1140px) {
  .footer-widgets .wrap {
    flex-wrap: nowrap;
  }
}
.footer-widgets a {
  color: #68A8CF;
}
.footer-widgets a:hover, .footer-widgets a:focus, .footer-widgets a:active {
  color: white;
}

.footer-widget-area {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .footer-widget-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1140px) {
  .footer-widget-area {
    margin-bottom: 0;
  }
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets-1 {
  width: 100%;
}
@media (min-width: 960px) {
  .footer-widgets-1 {
    width: 20%;
  }
}
.footer-widgets-1 .widget_text:first-of-type img {
  max-width: 190px;
  margin-bottom: 16px;
}
.footer-widgets-1 .widget_text:first-of-type p {
  margin-bottom: 0;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.footer-widgets-1 .widget_text:first-of-type a {
  color: white;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  width: 100%;
}
@media (min-width: 480px) {
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 960px) {
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 20%;
  }
}

.footer-widgets .widget_nav_menu a {
  text-decoration: none;
}
.footer-widgets .widget_nav_menu a:hover, .footer-widgets .widget_nav_menu a:focus {
  text-decoration: underline;
}
.footer-widgets .widget_nav_menu li {
  margin-bottom: 12px;
}

.footer-widgets-5 {
  width: 100%;
}
@media (min-width: 960px) {
  .footer-widgets-5 {
    width: 20%;
  }
}
.footer-widgets-5 .widget_text:first-of-type {
  background-color: white;
  color: #31373D;
  border-radius: 6px;
  padding: 16px;
}
.footer-widgets-5 .widget_text:first-of-type a {
  color: #1878AC;
}
.footer-widgets-5 .widget_text:first-of-type a:hover, .footer-widgets-5 .widget_text:first-of-type a:focus {
  color: #31373D;
}
.footer-widgets-5 .widget_text:first-of-type a.button, .footer-widgets-5 .widget_text:first-of-type .site-container .entry-content .wp-block-button a.wp-block-button__link, .site-container .entry-content .wp-block-button .footer-widgets-5 .widget_text:first-of-type a.wp-block-button__link {
  color: white;
  text-align: left;
}
.footer-widgets-5 .widget_text:first-of-type p {
  margin-bottom: 16px;
}
.footer-widgets-5 .widget_text:first-of-type p:last-of-type {
  margin-bottom: 0;
}
.footer-widgets-5 .widget_text:first-of-type img {
  float: left;
  max-width: 64px;
  margin-right: 16px;
}

/* Feedback Bar that appears in footer */
.section-feedback-bar {
  background-color: #1878AC;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 24px 16px 16px;
}
@media (min-width: 960px) {
  .section-feedback-bar {
    padding: 16px 16px;
  }
}
@media (min-width: 960px) {
  .section-feedback-bar p {
    display: inline-block;
    margin-bottom: 0;
  }
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #31373D;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 32px;
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer {
    text-align: left;
  }
}
.site-footer .wrap {
  max-width: 1440px;
  margin: 0 auto;
}
.site-footer p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer p {
    display: flex;
    align-items: center;
  }
}
.site-footer a {
  color: #68A8CF;
}
.site-footer a:hover, .site-footer a:focus {
  color: white;
}
.site-footer .footer-logo {
  display: block;
  max-width: 180px;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .site-footer .footer-logo {
    display: inline-block;
    margin: 0 16px 0 0;
  }
}
.site-footer .footer-logo a {
  text-decoration: none;
}
.site-footer .footer-byline {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
}

/* Blog
---------------------------------------------------------------------------- */
/* Partners
---------------------------------------------------------------------------- */
/* Partners Landing Page
----------- */
.page-partners .content-sidebar-wrap .entry {
  margin-bottom: 0;
  padding-bottom: 32px;
}
.page-partners .section-partner-directory {
  margin-right: -32px;
  margin-left: -32px;
  padding: 32px;
}
.page-partners .section-partner-directory .section-inside {
  max-width: 1440px;
  margin: 0 auto;
}

/* Partner Directory
----------- */
.post-type-archive-whv_partnerorg .entry .entry-content {
  /* Services */
  /* Levels */
}
@media (min-width: 480px) {
  .post-type-archive-whv_partnerorg .entry .entry-content .cols {
    display: flex;
  }
}
@media (min-width: 480px) {
  .post-type-archive-whv_partnerorg .entry .entry-content .cols .col {
    width: 50%;
  }
}
.post-type-archive-whv_partnerorg .entry .entry-content .cols .col-right {
  padding-top: 8px;
}
@media (min-width: 480px) {
  .post-type-archive-whv_partnerorg .entry .entry-content .cols .col-right {
    padding-top: 0;
    text-align: right;
  }
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-services {
  margin-top: 16px;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-services ul {
  margin-bottom: 0;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
}
@media (min-width: 480px) {
  .post-type-archive-whv_partnerorg .entry .entry-content .po-level {
    padding-top: 0;
  }
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level dl dt {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level dl dd {
  display: none;
  color: #7E2D40;
  margin: 0;
  padding: 0;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level.level-one dd:nth-child(2) {
  display: inline-block;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level.level-two dd:nth-child(3) {
  display: inline-block;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level.level-three dd:nth-child(4) {
  display: inline-block;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level.level-four dd:nth-child(5) {
  display: inline-block;
}
.post-type-archive-whv_partnerorg .entry .entry-content .po-level.level-five dd:nth-child(6) {
  display: inline-block;
}

/* Partner Portal
---------------------------------------------------------------------------- */
.is-msg.msg-type-disabled {
  color: #696F75;
  font-style: italic;
}

/* Log In
---------- */
/* In Site Header */
.site-header .header-widget-area {
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .site-header .header-widget-area {
    margin-top: 0;
  }
}
.site-header .sh-login {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  display: none;
}
@media (min-width: 1024px) {
  .site-header .sh-login {
    display: block;
  }
}

a.pp-logout {
  color: #5f5d5d;
}
a.pp-logout:hover, a.pp-logout:focus, a.pp-logout:active {
  color: #31373D;
}

/* In Page */
.entry-content #loginform input[type=text] {
  display: block;
  width: 100%;
}

/* Account for sidenav in Partner Portal */
.in-partner-portal .content-sidebar-wrap {
  position: relative;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .in-partner-portal .content-sidebar-wrap {
    flex-direction: row-reverse;
  }
}
.in-partner-portal .content-sidebar-wrap .sidebar {
  width: 100%;
}
@media (min-width: 1200px) {
  .in-partner-portal .content-sidebar-wrap .sidebar {
    position: absolute;
    top: 0;
  }
}
.in-partner-portal .content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 840px;
}
.in-partner-portal .po-approved-reports {
  border-top: 1px solid #CDE1ED;
  margin: 0 0 32px 0;
  padding: 0;
}
.in-partner-portal .po-approved-reports li {
  border-bottom: 1px solid #CDE1ED;
  padding: 16px 0;
  list-style: none;
}

/* Landing Page
---------- */
/* Partner Organization Information
---------- */
.page-pp-porgs .pp-porgs h3 {
  border-bottom: 1px solid #CDE1ED;
  padding-bottom: 8px;
}
.page-pp-porgs .pp-porgs .pp-porg {
  display: none;
}
.page-pp-porgs .pp-porgs .pp-porg.is-active {
  display: block;
}
.page-pp-porgs .pp-porgs .po-address {
  margin-bottom: 21.3333333333px;
}

/* Partner Report
---------- */
.single-whv_partnerreport .entry-footer {
  border: 0;
  margin: 0;
  padding: 0;
}
.single-whv_partnerreport .pr-data-group {
  margin-bottom: 32px;
  /* Faux Table */
}
.single-whv_partnerreport .pr-data-group:last-of-type {
  border: 0;
  margin-bottom: 0;
}
.single-whv_partnerreport .pr-data-group h2, .single-whv_partnerreport .pr-data-group .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .single-whv_partnerreport .pr-data-group h3.gform_title,
.single-whv_partnerreport .pr-data-group .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .single-whv_partnerreport .pr-data-group h3.gform_title, .single-whv_partnerreport .pr-data-group .entry-content p.has-largest-font-size, .entry-content .single-whv_partnerreport .pr-data-group p.has-largest-font-size {
  border-bottom: 1px solid #7E2D40;
  padding-bottom: 16px;
}
.single-whv_partnerreport .pr-data-group .pr-data-table {
  padding-bottom: 16px;
}
.single-whv_partnerreport .pr-data-group .pr-data-table .pr-data-row {
  border-bottom: 1px solid #CDE1ED;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (min-width: 960px) {
  .single-whv_partnerreport .pr-data-group .pr-data-table .pr-data-row {
    display: flex;
  }
}
.single-whv_partnerreport .pr-data-group .pr-data-table .pr-data-row:last-of-type {
  border: 0;
  margin-bottom: 0;
}
.single-whv_partnerreport .pr-data-group .pr-data-table h4.data-label {
  font-weight: 900;
  margin: 0 0 4px 0;
  padding: 0 32px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .single-whv_partnerreport .pr-data-group .pr-data-table h4.data-label {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 4px;
    margin-bottom: 0;
    width: 33.33%;
    flex-shrink: 0;
  }
}
.single-whv_partnerreport .pr-data-group .pr-data-table .data ul {
  margin-bottom: 0;
}
.single-whv_partnerreport .pr-data-group .pr-data-table.activity-data .pr-data-cell {
  padding-right: 32px;
}
.single-whv_partnerreport .pr-data-group .pr-data-table.activity-data .pr-data-cell h4 {
  margin-top: 0;
  margin-bottom: 16px;
}
.single-whv_partnerreport .pr-data-group .pr-data-table.activity-data .pr-data-cell ul {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .single-whv_partnerreport .pr-data-group .pr-data-table.activity-data .pr-data-cell ul {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .single-whv_partnerreport .pr-data-group .pr-data-table.activity-data .pr-data-cell {
    width: 33%;
    flex-shrink: 0;
  }
}
.single-whv_partnerreport .pr-footer {
  padding-top: 32px;
}

/* GravityView
---------- */
.page-partner-portal .gv-no-results p {
  margin-bottom: 0;
}
.page-partner-portal .gv-container-no-results table th,
.page-partner-portal .gv-table-view table th {
  padding: 0;
}
.page-partner-portal .gv-container-no-results table tbody tr td:last-of-type,
.page-partner-portal .gv-table-view table tbody tr td:last-of-type {
  text-align: right;
  font-weight: 900;
}
.page-partner-portal .gv-container-no-results table tbody tr td.gv-no-results,
.page-partner-portal .gv-table-view table tbody tr td.gv-no-results {
  text-align: left;
  font-weight: normal;
}

/* Front Page / Home
---------------------------------------------------------------------------- */
.home .site-inner {
  padding-bottom: 0;
}
.home .site-inner .content {
  max-width: 1440px;
}
.home .site-inner .content > .entry {
  margin-bottom: 0;
}
.home .section-hero {
  background: #E6F3F9 url("/wp-content/themes/wehonorveterans/images/el-flagband-right.png") no-repeat right bottom;
  background-size: 400px;
  margin-bottom: 48px;
  padding: 0 16px 32px;
}
@media (min-width: 960px) {
  .home .section-hero {
    padding: 16px 32px 0;
    margin-bottom: 48px;
  }
}
@media (min-width: 1140px) {
  .home .section-hero {
    margin-bottom: 96px;
  }
}
.home .section-hero .gb-container-content {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .home .section-hero .gb-container-content .intro-image {
    margin-bottom: -48px;
  }
}
@media (min-width: 960px) {
  .home .section-hero .gb-container-content .intro-content {
    padding-bottom: 32px;
  }
}
.home .section-hero .gb-container-content .intro-content .gb-block-layout-column-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.home .section-urgent {
  background: #f0b431;
  color: black;
  padding: 16px;
}
@media (min-width: 960px) {
  .home .section-urgent {
    padding: 32px;
  }
}
.home .section-urgent h2, .home .section-urgent .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .home .section-urgent h3.gform_title,
.home .section-urgent .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .home .section-urgent h3.gform_title, .home .section-urgent .entry-content p.has-largest-font-size, .entry-content .home .section-urgent p.has-largest-font-size {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0 0 8px 0;
  padding: 0;
}
.home .section-urgent p:last-of-type {
  margin-bottom: 0;
}
.home .section-urgent a {
  color: black;
  font-weight: 900;
  text-decoration: underline;
}
.home .section-urgent a:hover, .home .section-urgent a:focus {
  text-decoration: none;
}
@media (min-width: 800px) and (max-width: 960px) {
  .home .section-latest .gb-layout-columns-4 > .gb-layout-column-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col4";
  }
}
.home .tribe-events-widget-events-list {
  background-color: #FCF7F3;
  padding: 16px 16px 32px;
  border-radius: 6px;
}

/* Events (Uses Event Calendar Pro)
---------------------------------------------------------------------------- */
.site-inner > .tribe-events {
  max-width: 1440px;
  margin: 0 auto;
}

/* Reset Typography */
.tribe-common,
.tribe-common .tribe-common-h4,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-b3,
.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-common .tribe-common-b1,
.tribe-events .datepicker .month, .tribe-events .datepicker .year,
.tribe-events .datepicker .datepicker-switch,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common .tribe-common-b2,
h2.tribe-events-schedule__datetime,
.entry-content .gform_wrapper.gravity-theme h3.tribe-events-schedule__datetime.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme h3.tribe-events-schedule__datetime.gform_title,
.entry-content p.tribe-events-schedule__datetime.has-largest-font-size {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.tribe-common .tribe-common-h7 {
  line-height: 1.25;
  margin-bottom: 8px;
}

.tribe-events .datepicker .day,
.tribe-events .datepicker .dow,
.tribe-events-schedule__all-day {
  font-family: Georgia, Times, Times New Roman, serif;
}

.tribe-common .tribe-common-h--alt,
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border,
.tribe-common .tribe-common-b2,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events .datepicker .dow,
.tribe-events-schedule__all-day {
  font-weight: 700;
}

/* Colors */
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8 .tribe-common .tribe-common-h3 {
  color: #31373D;
}

/* Filters */
.tribe-filters-open, .tribe-filters-open body {
  overflow: visible !important;
}

/* Layout */
.post-type-archive-tribe_events .content {
  max-width: none;
}

/* Archives */
.post-type-archive-tribe_events .entry-content ul > li {
  list-style-type: none;
}
.post-type-archive-tribe_events .entry-content ol, .post-type-archive-tribe_events .entry-content ul {
  margin-bottom: 0;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-l-container {
  max-width: none;
  padding: 0;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #1878AC;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell {
  border-bottom: 2px solid #1878AC;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover::after {
  background-color: #1878AC;
}

.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: #1878AC;
}
.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn:hover, .post-type-archive-tribe_events .tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus {
  background-color: #31373D;
}

/* General */
.tribe-events .tribe-events-c-view-selector__list-item-text {
  color: #1878AC;
  font-weight: 900;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after {
  background-color: #1878AC;
}

.tribe-events-schedule__all-day, .tribe-events-schedule__separator, .tribe-events-schedule__timezone {
  color: #31373D;
  font-weight: 900;
}

/* Common */
#tribe-events .tribe-events-button {
  background-color: #1878AC;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  color: #1878AC;
}
.tribe-common .tribe-common-c-btn-border:active, .tribe-common .tribe-common-c-btn-border:focus, .tribe-common .tribe-common-c-btn-border:hover,
.tribe-common a.tribe-common-c-btn-border:active,
.tribe-common a.tribe-common-c-btn-border:focus,
.tribe-common a.tribe-common-c-btn-border:hover {
  background-color: #1878AC;
  border-color: #1878AC;
  color: white;
}
.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
  padding-left: 32px;
  padding-right: 24px;
}
.tribe-common .tribe-common-anchor-alt {
  border-color: #1878AC;
}
.tribe-common .tribe-common-anchor-alt:hover {
  border-color: #1878AC;
  color: #1878AC;
}
.tribe-common .tribe-common-h8 {
  color: #1878AC;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
}
.tribe-common a,
.tribe-common a:visited {
  color: #1878AC;
}
.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.tribe-common .tribe-common-anchor-thin {
  border: 0 !important;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.tribe-common p {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.625;
}
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6 {
  color: #31373D;
}
.tribe-common.tribe-common--breakpoint-medium .tribe-common-h4--min-medium {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-title,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-title {
  margin-bottom: 4px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper {
  margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #31373D;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link,
.tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:visited {
  color: #1878AC;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title-link:hover, .tribe-events .tribe-events-calendar-month__calendar-event-title-link:focus,
.tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited:hover,
.tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited:focus,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:visited:hover,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:visited:focus {
  color: #31373D;
  text-decoration: underline;
}

#tribe-events-content .entry a,
.tribe-events-event-meta a,
#tribe-events-footer a {
  color: #1878AC;
  text-decoration: underline;
}
#tribe-events-content .entry a:hover, #tribe-events-content .entry a:focus,
.tribe-events-event-meta a:hover,
.tribe-events-event-meta a:focus,
#tribe-events-footer a:hover,
#tribe-events-footer a:focus {
  color: #31373D;
  text-decoration: none;
}
#tribe-events-content .entry a.wp-block-button__link,
.tribe-events-event-meta a.wp-block-button__link,
#tribe-events-footer a.wp-block-button__link {
  color: white;
}

.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  border-color: #1878AC;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:active {
  background-color: #1878AC;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active {
  background-color: #1878AC;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__content {
  position: relative;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list {
  z-index: 1;
  position: absolute;
  font-family: Georgia, Times, Times New Roman, serif;
  width: 100%;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list .tribe-events-c-subscribe-dropdown__list-item {
  font-family: Georgia, Times, Times New Roman, serif;
}

/* Messages */
.tribe-events .tribe-events-c-messages__message {
  background-color: #dfe0e2;
  border-radius: 0;
}

/* Tooltips */
.tooltipster-content .button, .tooltipster-content .site-container .entry-content .wp-block-button .wp-block-button__link, .site-container .entry-content .wp-block-button .tooltipster-content .wp-block-button__link {
  padding: 6px 16px 9px;
  margin-top: 15px;
}
.tooltipster-content .button a, .tooltipster-content .site-container .entry-content .wp-block-button .wp-block-button__link a, .site-container .entry-content .wp-block-button .tooltipster-content .wp-block-button__link a, .tooltipster-content .button a:visited {
  color: white;
}
.tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a {
  color: #1878AC;
  font-size: 20px;
  font-size: 2rem;
}
.tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.tooltipster-base.tribe-events-tooltip-theme {
  max-width: 330px;
}

/* Month View */
.tribe-events .tribe-events-c-ical__link,
.tribe-block__events-link .tribe-block__btn--link a {
  border-color: #1878AC;
  border-radius: 6px;
  color: #1878AC;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.tribe-events .tribe-events-c-ical__link:hover, .tribe-events .tribe-events-c-ical__link:active,
.tribe-block__events-link .tribe-block__btn--link a:hover,
.tribe-block__events-link .tribe-block__btn--link a:active {
  background-color: #1878AC;
  border-color: #1878AC;
}

.tribe-block__events-link .tribe-block__btn--link a {
  font-size: 16px;
  font-size: 1.6rem;
}
.tribe-block__events-link .tribe-block__btn--link a:hover, .tribe-block__events-link .tribe-block__btn--link a:active {
  background-color: white;
  border-color: #1878AC;
  color: #31373D;
}

.tribe-events .tribe-events-calendar-month__day {
  border-radius: 0;
  border-width: 0 1px 1px 0;
  border-color: #e4e4e4;
  border-style: solid;
}
.tribe-events .tribe-events-calendar-month__day .entry {
  padding-bottom: 16px;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: inherit;
  border-bottom: 2px solid #1878AC;
}

.tribe-events-calendar-month__day--past {
  background-color: #dfe0e2;
}

.tribe-events-calendar-month__calendar-event-title {
  padding-bottom: 16px;
}
.tribe-events-calendar-month__calendar-event-title a {
  color: #1878AC;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  font-size: 15px;
  font-size: 1.5rem;
}

/* List View & Latest Past Events */
.tribe-events .tribe-events-calendar-latest-past,
.tribe-events .tribe-events-calendar-list {
  max-width: 840px;
  margin: 0 auto;
}
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-details,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-details,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-details,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-details {
  width: 100%;
}
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-details .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-details .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link {
  color: #1878AC;
}
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-title-link:hover, .tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-title-link:focus,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-list__event-title-link:focus,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-details .tribe-events-calendar-latest-past__event-title-link:hover,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-details .tribe-events-calendar-latest-past__event-title-link:focus,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link:focus,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-title-link:hover,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-title-link:focus,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-details .tribe-events-calendar-list__event-title-link:focus,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-details .tribe-events-calendar-latest-past__event-title-link:hover,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-details .tribe-events-calendar-latest-past__event-title-link:focus,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title-link:focus {
  color: #31373D;
}

.tribe-events .tribe-events-calendar-list__month-separator::after {
  background-color: #CDE1ED;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Single View */
.single.single-tribe_events #tribe-events-content .tribe-events-back {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 4px;
}
.single.single-tribe_events #tribe-events-content .tribe-events-back a {
  color: #1878AC;
  text-decoration: none;
}
.single.single-tribe_events #tribe-events-content .tribe-events-back a:hover, .single.single-tribe_events #tribe-events-content .tribe-events-back a:focus {
  color: #31373D;
}
.single.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
  line-height: 1.2;
}
.single.single-tribe_events .tribe-events-schedule {
  margin-bottom: 16px;
}
.single.single-tribe_events .tribe-events-schedule__date,
.single.single-tribe_events .tribe-events-schedule__time {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 960px) {
  .single.single-tribe_events .tribe-events-schedule__date,
  .single.single-tribe_events .tribe-events-schedule__time {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.single.single-tribe_events .tribe-events-event-meta,
.single.single-tribe_events .tribe-block__venue,
.single.single-tribe_events .tribe-block__organizer__details {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #CDE1ED;
  border-radius: 6px;
}
.single.single-tribe_events .tribe-block__venue,
.single.single-tribe_events .tribe-block__organizer__details {
  margin-bottom: 32px;
  padding: 32px 4%;
  font-family: Georgia, Times, Times New Roman, serif;
}
@media (min-width: 960px) {
  .single.single-tribe_events .tribe-block__venue,
  .single.single-tribe_events .tribe-block__organizer__details {
    padding: 32px;
  }
}
.single.single-tribe_events .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3,
.single.single-tribe_events .tribe-block__venue .tribe-block__organizer__title h3,
.single.single-tribe_events .tribe-block__organizer__details .tribe-block__venue__meta .tribe-block__venue__name h3,
.single.single-tribe_events .tribe-block__organizer__details .tribe-block__organizer__title h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
.single.single-tribe_events .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.single.single-tribe_events .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.single.single-tribe_events .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website,
.single.single-tribe_events .tribe-block__organizer__details .tribe-block__venue__meta .tribe-block__venue__address,
.single.single-tribe_events .tribe-block__organizer__details .tribe-block__venue__meta .tribe-block__venue__phone,
.single.single-tribe_events .tribe-block__organizer__details .tribe-block__venue__meta .tribe-block__venue__website {
  font-size: 16px;
  font-size: 1.6rem;
  color: #31373D;
}
.single.single-tribe_events .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a,
.single.single-tribe_events .tribe-block__organizer__details .tribe-block__venue__meta .tribe-block__venue__address a {
  color: #1878AC;
}
.single.single-tribe_events .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a:hover, .single.single-tribe_events .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a:focus,
.single.single-tribe_events .tribe-block__organizer__details .tribe-block__venue__meta .tribe-block__venue__address a:hover,
.single.single-tribe_events .tribe-block__organizer__details .tribe-block__venue__meta .tribe-block__venue__address a:focus {
  color: #31373D;
}
.single.single-tribe_events .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address {
  margin-bottom: 0;
}
.single.single-tribe_events .tribe-block__organizer__details h3 {
  font-size: 20px;
  font-size: 2rem;
}
.single.single-tribe_events .tribe-block__organizer__details p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #31373D;
  margin-bottom: 0;
}
.single.single-tribe_events .tribe-block__event-website {
  margin-bottom: 32px;
}
.single.single-tribe_events #tribe-events-content {
  margin-bottom: 0;
}
.single.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  margin-bottom: 4px;
}
.single.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 16px;
}
.single.single-tribe_events .tribe-events-sub-nav li a {
  background-color: transparent;
  color: #1878AC;
  padding: 0 4% 0 0;
}
.single.single-tribe_events .tribe-events-sub-nav li a:hover, .single.single-tribe_events .tribe-events-sub-nav li a:focus {
  border: 0;
  outline: 0;
  color: #31373D;
}
.single.single-tribe_events #tribe-events-footer {
  border-top: 1px solid #CDE1ED;
  padding-top: 32px;
  margin-top: 0;
  margin-bottom: 48px;
}
.single.single-tribe_events .entry-footer {
  margin: 0;
  padding: 0;
  border: 0;
}
.single.single-tribe_events .tribe-block__events-link {
  margin-bottom: 0;
}
.single.single-tribe_events .tribe-block__events-link .tribe-block__btn--link a {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none !important;
}
.single.single-tribe_events .tribe-events-c-subscribe-dropdown {
  margin-top: 0;
  margin-bottom: 0;
}

/* Single */
#tribe-events-pg-template,
.tribe-events-pg-template {
  padding: 0;
}
@media (min-width: 960px) {
  #tribe-events-pg-template,
  .tribe-events-pg-template {
    max-width: 820px;
  }
}
@media (min-width: 1024px) {
  #tribe-events-pg-template,
  .tribe-events-pg-template {
    max-width: 840px;
  }
}
@media (min-width: 1440px) {
  #tribe-events-pg-template,
  .tribe-events-pg-template {
    max-width: 920px;
  }
}

/* Misc */
/* Date in List View */
.tribe-events,
.promo-upcoming-event {
  display: flex;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime,
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum,
.promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag-datetime,
.promo-upcoming-event .tribe-events-calendar-list__event-date-tag-datetime,
.promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag-daynum {
  background-color: #bec2c5;
  border-radius: 6px;
  overflow: hidden;
  height: auto;
  max-width: 70px;
  margin: 4px auto 0 auto;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum.tribe-common-h4--min-medium,
.promo-upcoming-event .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium,
.promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag-daynum.tribe-common-h4--min-medium {
  font-size: 20px;
  font-size: 2rem;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  display: block;
  padding: 2px 6px 0px 6px;
}
@media (min-width: 960px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium,
  .tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum.tribe-common-h4--min-medium,
  .promo-upcoming-event .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium,
  .promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag-daynum.tribe-common-h4--min-medium {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium,
.promo-upcoming-event .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium {
  padding: 4px 6px;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag-month,
.promo-upcoming-event .tribe-events-calendar-list__event-date-tag-weekday {
  background-color: #7E2D40;
  color: white;
  text-transform: uppercase;
  display: block;
  font-weight: 900;
  padding: 0 6px;
  font-size: 15px;
  font-size: 1.5rem;
}
.tribe-events .event-info,
.promo-upcoming-event .event-info {
  padding-left: 16px;
}
.tribe-events .event-info p,
.promo-upcoming-event .event-info p {
  margin-bottom: 0;
}
.tribe-events .event-info .entry-title,
.promo-upcoming-event .event-info .entry-title {
  margin-bottom: 4px;
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-year,
.promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag-year {
  padding-bottom: 4px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row > .tribe-common-g-col {
  padding-right: 0;
}

@media (min-width: 960px) {
  .section-promo .promo-upcoming-event .tribe-events-calendar-list__event-date-tag-datetime,
  .section-promo .promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag {
    width: 80px;
  }
}
.section-promo .promo-upcoming-event .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium,
.section-promo .promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium {
  padding-bottom: 4px;
}
.section-promo .promo-upcoming-event .tribe-events-calendar-list__event-date-tag-datetime span,
.section-promo .promo-upcoming-event .tribe-events-calendar-latest-past__event-date-tag span {
  padding: 0 6px;
}
.section-promo .promo-upcoming-event p {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
/* Datepicker on Mobile */
.tribe-events-c-top-bar__datepicker .tribe-common-h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* Prev - Next Navigation on non-mobile */
.tribe-events a.tribe-events-c-nav__prev.tribe-common-b2,
.tribe-events a.tribe-events-c-nav__next.tribe-common-b2 {
  color: #1878AC;
}
.tribe-events a.tribe-events-c-nav__prev.tribe-common-b2:hover, .tribe-events a.tribe-events-c-nav__prev.tribe-common-b2:focus,
.tribe-events a.tribe-events-c-nav__next.tribe-common-b2:hover,
.tribe-events a.tribe-events-c-nav__next.tribe-common-b2:focus {
  color: #31373D;
}
.tribe-events button.tribe-events-c-nav__prev.tribe-common-b2,
.tribe-events button.tribe-events-c-nav__next.tribe-common-b2 {
  color: #9ea4a9;
  text-decoration: line-through;
}
.tribe-events button.tribe-events-c-nav__prev.tribe-common-b2:hover, .tribe-events button.tribe-events-c-nav__prev.tribe-common-b2:active,
.tribe-events button.tribe-events-c-nav__next.tribe-common-b2:hover,
.tribe-events button.tribe-events-c-nav__next.tribe-common-b2:active {
  background-color: transparent;
}

.tribe-common .tribe-common-c-btn-icon--caret-right::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%235D5D5D'/%3E%3C/svg%3E");
}

.tribe-common .tribe-common-c-btn-icon--caret-left::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%235D5D5D'/%3E%3C/svg%3E");
}

.site-container button:disabled,
.site-container button:disabled:hover {
  background-color: transparent;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* Datepicker Colors */
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background-color: #1878AC;
  font-weight: 900;
}

/* Search box - non-mobile */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border-color: #1878AC;
}

/* Notices */
.tribe-events-notices {
  background-color: #E6F3F9;
  border-radius: 0;
  border: 0;
  text-shadow: none;
  color: #31373D;
  font-style: italic;
}

/* On Homepage */
@media (min-width: 960px) {
  .promo-upcoming-events {
    min-height: 380px;
  }
}
.promo-upcoming-events .msg-no-events p {
  margin-bottom: 16px;
}
.promo-upcoming-events .promo-upcoming-event {
  width: 100%;
  margin-bottom: 16px;
}

.home .tribe-events {
  flex-wrap: wrap;
}

/* Event List Block */
.tribe-common.tribe-events-widget .tribe-events-widget-events-list h2, .tribe-common.tribe-events-widget .tribe-events-widget-events-list .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .tribe-common.tribe-events-widget .tribe-events-widget-events-list h3.gform_title,
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .tribe-common.tribe-events-widget .tribe-events-widget-events-list h3.gform_title, .tribe-common.tribe-events-widget .tribe-events-widget-events-list .entry-content p.has-largest-font-size, .entry-content .tribe-common.tribe-events-widget .tribe-events-widget-events-list p.has-largest-font-size {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 16px;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-row {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag {
  flex: none;
  position: relative;
  width: 20%;
  margin-top: 6px;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-datetime {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-datetime span {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-month {
  background-color: #7E2D40;
  border-radius: 6px 6px 0 0;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  padding-bottom: 2px;
  text-transform: uppercase;
  line-height: 2;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-daynum {
  background-color: white;
  border-radius: 0 0 6px 6px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  padding: 2px 0 8px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-daynum {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-header h3 {
  line-height: 1.2;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-header h3 {
    line-height: 1;
  }
}
@media (min-width: 960px) {
  .tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-header h3 {
    line-height: 0.7;
  }
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__event-header h3 a {
  line-height: 1;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list article.tribe-events-widget-events-list__event {
  padding-left: 8px;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list article.tribe-events-widget-events-list__event.entry {
  margin-bottom: 0;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list article.tribe-events-widget-events-list__event a {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1878AC;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list article.tribe-events-widget-events-list__event a:hover, .tribe-common.tribe-events-widget .tribe-events-widget-events-list article.tribe-events-widget-events-list__event a:focus {
  color: #31373D;
  text-decoration: underline;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list article.tribe-events-widget-events-list__event .tribe-events-widget-events-list__event-datetime {
  font-family: Georgia, Times, Times New Roman, serif;
  color: #31373D;
  font-size: 16px;
  font-size: 1.6rem;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list article.tribe-events-widget-events-list__event .tribe-common-anchor-thin {
  transition: all 0.1s ease-in-out;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list .tribe-events-widget-events-list__view-more-link:visited {
  color: white;
}

/* Recommended Resources */
.page .content + .promo-recommended-resources {
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px 16px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  text-align: left;
}
@media (min-width: 960px) {
  .page .content + .promo-recommended-resources {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.page .content + .promo-recommended-resources .section-inside {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page .content + .promo-recommended-resources .content-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page .content + .promo-recommended-resources .content-cards .content-card {
  margin-bottom: 16px;
  width: 100%;
  /* 2 Resources */
  /* 3 Resources */
  /* 4 Resources */
}
@media (min-width: 768px) {
  .page .content + .promo-recommended-resources .content-cards .content-card:first-child:nth-last-child(2), .page .content + .promo-recommended-resources .content-cards .content-card:first-child:nth-last-child(2) ~ .content-card {
    width: calc(50% - 16px);
  }
}
@media (min-width: 768px) {
  .page .content + .promo-recommended-resources .content-cards .content-card:first-child:nth-last-child(3), .page .content + .promo-recommended-resources .content-cards .content-card:first-child:nth-last-child(3) ~ .content-card {
    width: calc(33.3333% - 16px);
  }
}
@media (min-width: 768px) {
  .page .content + .promo-recommended-resources .content-cards .content-card:first-child:nth-last-child(4), .page .content + .promo-recommended-resources .content-cards .content-card:first-child:nth-last-child(4) ~ .content-card {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1140px) {
  .page .content + .promo-recommended-resources .content-cards .content-card:first-child:nth-last-child(4), .page .content + .promo-recommended-resources .content-cards .content-card:first-child:nth-last-child(4) ~ .content-card {
    width: calc(25% - 16px);
  }
}

/* Page Additional Content */
.page-pagegroup-promo,
.page-additional-content {
  padding-top: 48px;
}

.page-additional-content {
  padding-bottom: 40px;
}

/* Earn Your Stars */
.promo-earnyourstars {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  padding: 32px 16px 16px;
}
@media (min-width: 768px) {
  .promo-earnyourstars {
    padding: 32px;
  }
}
.promo-earnyourstars .section-inside {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .promo-earnyourstars .section-inside {
    flex-direction: row;
  }
}
.promo-earnyourstars .eys-content {
  display: flex;
  padding: 16px 16px 48px 0;
}
@media (min-width: 768px) {
  .promo-earnyourstars .eys-content {
    align-items: center;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .promo-earnyourstars .eys-content {
    padding: 0 32px 0 0;
  }
}
@media (min-width: 960px) {
  .promo-earnyourstars .eys-content h2, .promo-earnyourstars .eys-content .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .promo-earnyourstars .eys-content h3.gform_title,
  .promo-earnyourstars .eys-content .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .promo-earnyourstars .eys-content h3.gform_title, .promo-earnyourstars .eys-content .entry-content p.has-largest-font-size, .entry-content .promo-earnyourstars .eys-content p.has-largest-font-size {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.promo-earnyourstars .eys-content p {
  margin-bottom: 16px;
}
.promo-earnyourstars .eys-content p:first-of-type {
  line-height: 1.3;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
@media (min-width: 960px) {
  .promo-earnyourstars .eys-content p:first-of-type {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
}
.promo-earnyourstars .eys-hero {
  height: auto;
  overflow: hidden;
  padding: 0 0 16px 0;
  position: relative;
}
@media (min-width: 768px) {
  .promo-earnyourstars .eys-hero {
    padding: 0 0 0;
    width: 50%;
  }
}
.promo-earnyourstars .eys-hero img {
  width: 100%;
  border-radius: 6px;
}

/* Gravity Forms
---------------------------------------------------------------------------- */
.gform_wrapper .gfield_required {
  color: #31373D;
}

.entry-content .gform_wrapper.gravity-theme,
.gpnf-modal .gform_wrapper.gravity-theme {
  margin-top: 0;
  /* Layout */
  /* Typography */
  /* Messages */
  /* Fields */
  /* Progress Bar */
  /* Form Elements */
  /* Confirmation Message */
  /* Saved Message */
  /* Buttons */
  /* Save and Continue Button. Time to get fancy. */
  /* Form Footer */
}
.entry-content .gform_wrapper.gravity-theme .gsection,
.gpnf-modal .gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px solid #7E2D40;
  margin-bottom: 16px;
}
.entry-content .gform_wrapper.gravity-theme .gform_footer input.button, .site-container .entry-content .gform_wrapper.gravity-theme .gform_footer .wp-block-button input.wp-block-button__link, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_footer input.wp-block-button__link,
.entry-content .gform_wrapper.gravity-theme .gform_footer input[type=submit],
.entry-content .gform_wrapper.gravity-theme .gform_page_footer input.button,
.site-container .entry-content .gform_wrapper.gravity-theme .gform_page_footer .wp-block-button input.wp-block-button__link,
.site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_page_footer input.wp-block-button__link,
.entry-content .gform_wrapper.gravity-theme .gform_page_footer input[type=submit],
.gpnf-modal .gform_wrapper.gravity-theme .gform_footer input.button,
.gpnf-modal .gform_wrapper.gravity-theme .gform_footer .site-container .entry-content .wp-block-button input.wp-block-button__link,
.gpnf-modal .gform_wrapper.gravity-theme .gform_footer input[type=submit],
.gpnf-modal .gform_wrapper.gravity-theme .gform_page_footer input.button,
.gpnf-modal .gform_wrapper.gravity-theme .gform_page_footer .site-container .entry-content .wp-block-button input.wp-block-button__link,
.gpnf-modal .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
  font-size: 17px;
  font-size: 1.7rem;
}
.entry-content .gform_wrapper.gravity-theme .top_label div.ginput_container,
.gpnf-modal .gform_wrapper.gravity-theme .top_label div.ginput_container {
  margin-top: 4px;
}
.entry-content .gform_wrapper.gravity-theme .gfield_html,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_html {
  padding-top: 16px;
}
.entry-content .gform_wrapper.gravity-theme .gsection + .gfield_html,
.entry-content .gform_wrapper.gravity-theme .gsubsection_title + .gfield_html,
.gpnf-modal .gform_wrapper.gravity-theme .gsection + .gfield_html,
.gpnf-modal .gform_wrapper.gravity-theme .gsubsection_title + .gfield_html {
  margin-top: 0;
  padding-top: 0;
}
.entry-content .gform_wrapper.gravity-theme .gsection .gfield_label,
.entry-content .gform_wrapper.gravity-theme h3.gsection_title,
.gpnf-modal .gform_wrapper.gravity-theme .gsection .gfield_label,
.gpnf-modal .gform_wrapper.gravity-theme h3.gsection_title {
  font-size: 25px;
  font-size: 2.5rem;
  padding-top: 32px;
}
.entry-content .gform_wrapper.gravity-theme .gform_heading,
.gpnf-modal .gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 16px;
}
.entry-content .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme h3.gform_title {
  margin-bottom: 0;
}
.entry-content .gform_wrapper.gravity-theme .gsubsection_title,
.gpnf-modal .gform_wrapper.gravity-theme .gsubsection_title {
  margin-bottom: 8px;
  padding-top: 16px;
  border-bottom: 1px solid #CDE1ED;
}
.entry-content .gform_wrapper.gravity-theme .gsubsection_title h3.gsection_title,
.gpnf-modal .gform_wrapper.gravity-theme .gsubsection_title h3.gsection_title {
  font-size: 23px;
  font-size: 2.3rem;
  margin-top: 0;
  padding-top: 16px;
  margin-bottom: 16px;
}
.entry-content .gform_wrapper.gravity-theme .gsubsection_title.h4,
.gpnf-modal .gform_wrapper.gravity-theme .gsubsection_title.h4 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-content .gform_wrapper.gravity-theme .gsubsection_title.h4 h3.gsection_title,
.gpnf-modal .gform_wrapper.gravity-theme .gsubsection_title.h4 h3.gsection_title {
  font-size: 21px;
  font-size: 2.1rem;
}
.entry-content .gform_wrapper.gravity-theme .gsubsection_title.gfield--has-description h3.gsection_title,
.gpnf-modal .gform_wrapper.gravity-theme .gsubsection_title.gfield--has-description h3.gsection_title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-content .gform_wrapper.gravity-theme .field_description_below p,
.gpnf-modal .gform_wrapper.gravity-theme .field_description_below p {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}
.entry-content .gform_wrapper.gravity-theme .gfield_html.field_description_below p,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_html.field_description_below p {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
}
.entry-content .gform_wrapper.gravity-theme .gfield_required_asterisk,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_required_asterisk {
  color: #31373D;
  padding-left: 0;
  font-weight: 900;
}
.entry-content .gform_wrapper.gravity-theme .gfield_html p:last-child ul:last-child,
.entry-content .gform_wrapper.gravity-theme .gfield_html ol:last-child,
.entry-content .gform_wrapper.gravity-theme .gfield_html li:last-child,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_html p:last-child ul:last-child,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_html ol:last-child,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_html li:last-child {
  margin-bottom: 0;
}
.entry-content .gform_wrapper.gravity-theme .gfield_label,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .entry-content .gform_wrapper.gravity-theme .gfield_label,
  .gpnf-modal .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry-content .gform_wrapper.gravity-theme .gfield_checkbox label,
.entry-content .gform_wrapper.gravity-theme .gfield_radio label,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_checkbox label,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .entry-content .gform_wrapper.gravity-theme .gfield_checkbox label,
  .entry-content .gform_wrapper.gravity-theme .gfield_radio label,
  .gpnf-modal .gform_wrapper.gravity-theme .gfield_checkbox label,
  .gpnf-modal .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry-content .gform_wrapper.gravity-theme .gfield_repeater_cell label,
.entry-content .gform_wrapper.gravity-theme .gfield_error label,
.entry-content .gform_wrapper.gravity-theme .gfield_error legend,
.entry-content .gform_wrapper.gravity-theme .gfield_validation_message,
.entry-content .gform_wrapper.gravity-theme .validation_message,
.entry-content .gform_wrapper.gravity-theme [aria-invalid=true] + label,
.entry-content .gform_wrapper.gravity-theme label + [aria-invalid=true],
.gpnf-modal .gform_wrapper.gravity-theme .gfield_repeater_cell label,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_error label,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_error legend,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_validation_message,
.gpnf-modal .gform_wrapper.gravity-theme .validation_message,
.gpnf-modal .gform_wrapper.gravity-theme [aria-invalid=true] + label,
.gpnf-modal .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #7E2D40;
}
.entry-content .gform_wrapper.gravity-theme .gfield_validation_message,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_validation_message {
  list-style: none;
}
.entry-content .gform_wrapper.gravity-theme .partial_entry_warning,
.gpnf-modal .gform_wrapper.gravity-theme .partial_entry_warning {
  font-style: italic;
}
.entry-content .gform_wrapper.gravity-theme .gform_validation_errors,
.entry-content .gform_wrapper.gravity-theme .validation_error,
.gpnf-modal .gform_wrapper.gravity-theme .gform_validation_errors,
.gpnf-modal .gform_wrapper.gravity-theme .validation_error {
  background-color: #dfe0e2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  margin-bottom: 32px;
  padding: 16px 16px 16px 48px;
  color: #31373D;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (min-width: 960px) {
  .entry-content .gform_wrapper.gravity-theme .gform_validation_errors,
  .entry-content .gform_wrapper.gravity-theme .validation_error,
  .gpnf-modal .gform_wrapper.gravity-theme .gform_validation_errors,
  .gpnf-modal .gform_wrapper.gravity-theme .validation_error {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon, .entry-content .gform_wrapper.gravity-theme .gform_validation_errors > p.has-largest-font-size .gform-icon, .entry-content .gform_wrapper.gravity-theme .gform_validation_errors > h3.gform_title .gform-icon,
.entry-content .gform_wrapper.gravity-theme .validation_error > h2 .gform-icon,
.entry-content .gform_wrapper.gravity-theme .validation_error > p.has-largest-font-size .gform-icon,
.entry-content .gform_wrapper.gravity-theme .validation_error > h3.gform_title .gform-icon,
.gpnf-modal .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon,
.gpnf-modal .gform_wrapper.gravity-theme .entry-content .gform_validation_errors > p.has-largest-font-size .gform-icon,
.gpnf-modal .gform_wrapper.gravity-theme .gform_validation_errors > h3.gform_title .gform-icon,
.gpnf-modal .gform_wrapper.gravity-theme .validation_error > h2 .gform-icon,
.gpnf-modal .gform_wrapper.gravity-theme .entry-content .validation_error > p.has-largest-font-size .gform-icon,
.gpnf-modal .gform_wrapper.gravity-theme .validation_error > h3.gform_title .gform-icon {
  color: #7E2D40;
}
.entry-content .gform_wrapper.gravity-theme .gfield_validation_message,
.entry-content .gform_wrapper.gravity-theme .validation_message,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_validation_message,
.gpnf-modal .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  padding: 0;
}
.entry-content .gform_wrapper.gravity-theme .gfield_validation_message ul,
.entry-content .gform_wrapper.gravity-theme .validation_message ul,
.gpnf-modal .gform_wrapper.gravity-theme .gfield_validation_message ul,
.gpnf-modal .gform_wrapper.gravity-theme .validation_message ul {
  margin-left: 0;
  padding-left: 0;
}
.entry-content .gform_wrapper.gravity-theme .gform_submission_error,
.gpnf-modal .gform_wrapper.gravity-theme .gform_submission_error {
  color: #31373D;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .entry-content .gform_wrapper.gravity-theme .gform_submission_error,
  .gpnf-modal .gform_wrapper.gravity-theme .gform_submission_error {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry-content .gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gpnf-modal .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  line-height: 1.5;
}
.entry-content .gform_wrapper.gravity-theme .field_description_below .gfield_description,
.gpnf-modal .gform_wrapper.gravity-theme .field_description_below .gfield_description {
  padding-top: 4px;
  font-style: italic;
  line-height: 1.5;
}
.entry-content .gform_wrapper.gravity-theme li.gfield.gfield_error,
.entry-content .gform_wrapper.gravity-theme li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gpnf-modal .gform_wrapper.gravity-theme li.gfield.gfield_error,
.gpnf-modal .gform_wrapper.gravity-theme li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.entry-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true],
.gpnf-modal .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #7E2D40;
}
.entry-content .gform_wrapper.gravity-theme .partial_entry_warning,
.gpnf-modal .gform_wrapper.gravity-theme .partial_entry_warning {
  font-size: 16px;
  font-size: 1.6rem;
  color: #31373D;
}
.entry-content .gform_wrapper.gravity-theme input[type=color],
.entry-content .gform_wrapper.gravity-theme input[type=date],
.entry-content .gform_wrapper.gravity-theme input[type=datetime-local],
.entry-content .gform_wrapper.gravity-theme input[type=datetime],
.entry-content .gform_wrapper.gravity-theme input[type=email],
.entry-content .gform_wrapper.gravity-theme input[type=month],
.entry-content .gform_wrapper.gravity-theme input[type=number],
.entry-content .gform_wrapper.gravity-theme input[type=password],
.entry-content .gform_wrapper.gravity-theme input[type=search],
.entry-content .gform_wrapper.gravity-theme input[type=tel],
.entry-content .gform_wrapper.gravity-theme input[type=text],
.entry-content .gform_wrapper.gravity-theme input[type=time],
.entry-content .gform_wrapper.gravity-theme input[type=url],
.entry-content .gform_wrapper.gravity-theme input[type=week],
.entry-content .gform_wrapper.gravity-theme select,
.entry-content .gform_wrapper.gravity-theme textarea,
.gpnf-modal .gform_wrapper.gravity-theme input[type=color],
.gpnf-modal .gform_wrapper.gravity-theme input[type=date],
.gpnf-modal .gform_wrapper.gravity-theme input[type=datetime-local],
.gpnf-modal .gform_wrapper.gravity-theme input[type=datetime],
.gpnf-modal .gform_wrapper.gravity-theme input[type=email],
.gpnf-modal .gform_wrapper.gravity-theme input[type=month],
.gpnf-modal .gform_wrapper.gravity-theme input[type=number],
.gpnf-modal .gform_wrapper.gravity-theme input[type=password],
.gpnf-modal .gform_wrapper.gravity-theme input[type=search],
.gpnf-modal .gform_wrapper.gravity-theme input[type=tel],
.gpnf-modal .gform_wrapper.gravity-theme input[type=text],
.gpnf-modal .gform_wrapper.gravity-theme input[type=time],
.gpnf-modal .gform_wrapper.gravity-theme input[type=url],
.gpnf-modal .gform_wrapper.gravity-theme input[type=week],
.gpnf-modal .gform_wrapper.gravity-theme select,
.gpnf-modal .gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px;
}
@media (min-width: 960px) {
  .entry-content .gform_wrapper.gravity-theme input[type=color],
  .entry-content .gform_wrapper.gravity-theme input[type=date],
  .entry-content .gform_wrapper.gravity-theme input[type=datetime-local],
  .entry-content .gform_wrapper.gravity-theme input[type=datetime],
  .entry-content .gform_wrapper.gravity-theme input[type=email],
  .entry-content .gform_wrapper.gravity-theme input[type=month],
  .entry-content .gform_wrapper.gravity-theme input[type=number],
  .entry-content .gform_wrapper.gravity-theme input[type=password],
  .entry-content .gform_wrapper.gravity-theme input[type=search],
  .entry-content .gform_wrapper.gravity-theme input[type=tel],
  .entry-content .gform_wrapper.gravity-theme input[type=text],
  .entry-content .gform_wrapper.gravity-theme input[type=time],
  .entry-content .gform_wrapper.gravity-theme input[type=url],
  .entry-content .gform_wrapper.gravity-theme input[type=week],
  .entry-content .gform_wrapper.gravity-theme select,
  .entry-content .gform_wrapper.gravity-theme textarea,
  .gpnf-modal .gform_wrapper.gravity-theme input[type=color],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=date],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=datetime-local],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=datetime],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=email],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=month],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=number],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=password],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=search],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=tel],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=text],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=time],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=url],
  .gpnf-modal .gform_wrapper.gravity-theme input[type=week],
  .gpnf-modal .gform_wrapper.gravity-theme select,
  .gpnf-modal .gform_wrapper.gravity-theme textarea {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry-content .gform_wrapper.gravity-theme .ginput_container_fileupload,
.gpnf-modal .gform_wrapper.gravity-theme .ginput_container_fileupload {
  width: 100%;
}
.entry-content .gform_wrapper.gravity-theme .ginput_container_fileupload input[type=file],
.gpnf-modal .gform_wrapper.gravity-theme .ginput_container_fileupload input[type=file] {
  width: 100%;
  background-color: #dfe0e2;
}
.entry-content .gform_wrapper.gravity-theme .gfield input.medium,
.entry-content .gform_wrapper.gravity-theme .gfield select.medium,
.gpnf-modal .gform_wrapper.gravity-theme .gfield input.medium,
.gpnf-modal .gform_wrapper.gravity-theme .gfield select.medium {
  width: 100%;
}
@media (min-width: 960px) {
  .entry-content .gform_wrapper.gravity-theme .gfield input.medium,
  .entry-content .gform_wrapper.gravity-theme .gfield select.medium,
  .gpnf-modal .gform_wrapper.gravity-theme .gfield input.medium,
  .gpnf-modal .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(50% - 8px);
  }
}
.entry-content .gform_wrapper.gravity-theme .gf_progressbar_wrapper,
.gpnf-modal .gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  padding-top: 16px;
}
.entry-content .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_title,
.gpnf-modal .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_title {
  margin-left: 0 !important;
  padding-left: 0;
  color: #31373D;
}
.entry-content .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar,
.gpnf-modal .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar {
  border-radius: 0;
}
.entry-content .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage,
.gpnf-modal .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  border-radius: 0;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-shadow: none;
}
.entry-content .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar .percentbar_blue,
.gpnf-modal .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar .percentbar_blue {
  background-color: #1878AC;
}
.entry-content .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar:after,
.gpnf-modal .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar:after {
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-radius: 0;
}
.entry-content .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
.gpnf-modal .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  min-height: auto;
  line-height: 1.15;
}
.entry-content .gform_wrapper.gravity-theme .ginput_container_checkbox label,
.gpnf-modal .gform_wrapper.gravity-theme .ginput_container_checkbox label {
  font-weight: 400;
}
.entry-content .gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox li input[type=checkbox],
.gpnf-modal .gform_wrapper.gravity-theme .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
  margin-top: -2px;
}
.entry-content .gform_wrapper.gravity-theme .gform_confirmation_wrapper,
.gpnf-modal .gform_wrapper.gravity-theme .gform_confirmation_wrapper {
  margin: 32px;
  padding: 32px;
}
.entry-content .gform_wrapper.gravity-theme .form_saved_message,
.entry-content .gform_wrapper.gravity-theme .gform_confirmation_wrapper,
.gpnf-modal .gform_wrapper.gravity-theme .form_saved_message,
.gpnf-modal .gform_wrapper.gravity-theme .gform_confirmation_wrapper {
  background-color: #E6F3F9;
  color: #31373D;
  text-align: left;
  padding: 32px;
}
.entry-content .gform_wrapper.gravity-theme .gform_previous_button.button, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_previous_button.wp-block-button__link, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_previous_button.wp-block-button__link,
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button,
.site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link,
.site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link,
.gpnf-modal .gform_wrapper.gravity-theme .gform_previous_button.button,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_previous_button.wp-block-button__link,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link {
  border-color: #1878AC;
  color: #1878AC;
}
.entry-content .gform_wrapper.gravity-theme .gform_previous_button.button svg path, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_previous_button.wp-block-button__link svg path, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_previous_button.wp-block-button__link svg path,
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button svg path,
.site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link svg path,
.site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link svg path,
.gpnf-modal .gform_wrapper.gravity-theme .gform_previous_button.button svg path,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_previous_button.wp-block-button__link svg path,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button svg path,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link svg path {
  fill: #1878AC;
}
.entry-content .gform_wrapper.gravity-theme .gform_previous_button.button:hover, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_previous_button.wp-block-button__link:hover, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_previous_button.wp-block-button__link:hover, .entry-content .gform_wrapper.gravity-theme .gform_previous_button.button:focus, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_previous_button.wp-block-button__link:focus, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_previous_button.wp-block-button__link:focus,
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button:hover,
.site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link:hover,
.site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link:hover,
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button:focus,
.site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link:focus,
.site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link:focus,
.gpnf-modal .gform_wrapper.gravity-theme .gform_previous_button.button:hover,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_previous_button.wp-block-button__link:hover,
.gpnf-modal .gform_wrapper.gravity-theme .gform_previous_button.button:focus,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_previous_button.wp-block-button__link:focus,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button:hover,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link:hover,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button:focus,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link:focus {
  color: #31373D;
}
.entry-content .gform_wrapper.gravity-theme .gform_previous_button.button:hover svg path, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_previous_button.wp-block-button__link:hover svg path, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_previous_button.wp-block-button__link:hover svg path, .entry-content .gform_wrapper.gravity-theme .gform_previous_button.button:focus svg path, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_previous_button.wp-block-button__link:focus svg path, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_previous_button.wp-block-button__link:focus svg path,
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button:hover svg path,
.site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link:hover svg path,
.site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link:hover svg path,
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button:focus svg path,
.site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link:focus svg path,
.site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link:focus svg path,
.gpnf-modal .gform_wrapper.gravity-theme .gform_previous_button.button:hover svg path,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_previous_button.wp-block-button__link:hover svg path,
.gpnf-modal .gform_wrapper.gravity-theme .gform_previous_button.button:focus svg path,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_previous_button.wp-block-button__link:focus svg path,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button:hover svg path,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link:hover svg path,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button:focus svg path,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link:focus svg path {
  fill: #31373D;
}
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-width: 2px;
  background-color: #E6F3F9;
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 110px;
  height: 110px;
}
@media (min-width: 960px) {
  .entry-content .gform_wrapper.gravity-theme .gform_save_link.button, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link,
  .gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button,
  .gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link {
    right: 32px;
    bottom: 32px;
  }
}
@media (min-width: 1140px) {
  .entry-content .gform_wrapper.gravity-theme .gform_save_link.button, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link,
  .gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button,
  .gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link {
    right: 48px;
    bottom: 48px;
  }
}
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button svg, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link svg, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link svg,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button svg,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link svg {
  display: block;
  margin: 0 auto;
}
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button.is-static, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.is-static.wp-block-button__link, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.is-static.wp-block-button__link,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button.is-static,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.is-static.wp-block-button__link {
  border-width: 1px;
  box-shadow: none;
  position: static;
  width: 100%;
  float: right;
  height: auto;
}
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button.is-static svg, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.is-static.wp-block-button__link svg, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.is-static.wp-block-button__link svg,
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button.is-static svg,
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.is-static.wp-block-button__link svg {
  display: inline-block;
}
@media (min-width: 961px) {
  .entry-content .gform_wrapper.gravity-theme .gform_save_link.button.is-static, .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.is-static.wp-block-button__link, .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.is-static.wp-block-button__link,
  .gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button.is-static,
  .gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.is-static.wp-block-button__link {
    width: auto;
  }
}
.entry-content .gform_wrapper.gravity-theme .gform_save_link.button svg:not(.svg-custom-icon), .site-container .entry-content .gform_wrapper.gravity-theme .wp-block-button .gform_save_link.wp-block-button__link svg:not(.svg-custom-icon), .site-container .entry-content .wp-block-button .gform_wrapper.gravity-theme .gform_save_link.wp-block-button__link svg:not(.svg-custom-icon),
.gpnf-modal .gform_wrapper.gravity-theme .gform_save_link.button svg:not(.svg-custom-icon),
.gpnf-modal .gform_wrapper.gravity-theme .site-container .entry-content .wp-block-button .gform_save_link.wp-block-button__link svg:not(.svg-custom-icon) {
  display: none;
}
.entry-content .gform_wrapper.gravity-theme .gform_delete_file,
.gpnf-modal .gform_wrapper.gravity-theme .gform_delete_file {
  background-color: #7E2D40;
  padding: 6px;
}
.entry-content .gform_wrapper.gravity-theme .gform_footer,
.entry-content .gform_wrapper.gravity-theme .gform_page_footer,
.gpnf-modal .gform_wrapper.gravity-theme .gform_footer,
.gpnf-modal .gform_wrapper.gravity-theme .gform_page_footer {
  border-top: 1px solid #CDE1ED;
  margin-top: 32px;
  padding-top: 32px;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gpnf-modal .gform_legacy_markup_wrapper li.gfield.gfield_error,
.gpnf-modal .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent !important;
  padding-bottom: 0;
  padding-top: 0;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error .validation_message,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .validation_message,
.gpnf-modal .gform_legacy_markup_wrapper li.gfield.gfield_error .validation_message,
.gpnf-modal .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .validation_message {
  border: 0;
  padding-top: 0;
  font-weight: normal;
  font-style: italic;
}
.gform_legacy_markup_wrapper div.validation_error,
.gpnf-modal .gform_legacy_markup_wrapper div.validation_error {
  background-color: #dfe0e2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  margin-bottom: 32px;
  padding: 16px 16px 16px 48px;
  color: #31373D;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (min-width: 960px) {
  .gform_legacy_markup_wrapper div.validation_error,
  .gpnf-modal .gform_legacy_markup_wrapper div.validation_error {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.gform_legacy_markup_wrapper div.validation_error > h2, .gform_legacy_markup_wrapper .entry-content div.validation_error > p.has-largest-font-size, .entry-content .gform_legacy_markup_wrapper div.validation_error > p.has-largest-font-size, .gform_legacy_markup_wrapper .entry-content .gform_wrapper.gravity-theme div.validation_error > h3.gform_title, .entry-content .gform_wrapper.gravity-theme .gform_legacy_markup_wrapper div.validation_error > h3.gform_title,
.gform_legacy_markup_wrapper .gpnf-modal .gform_wrapper.gravity-theme div.validation_error > h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .gform_legacy_markup_wrapper div.validation_error > h3.gform_title,
.gpnf-modal .gform_legacy_markup_wrapper div.validation_error > h2,
.gpnf-modal .gform_legacy_markup_wrapper .gform_wrapper.gravity-theme div.validation_error > h3.gform_title {
  color: #31373D;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (min-width: 960px) {
  .gform_legacy_markup_wrapper div.validation_error > h2, .gform_legacy_markup_wrapper .entry-content div.validation_error > p.has-largest-font-size, .entry-content .gform_legacy_markup_wrapper div.validation_error > p.has-largest-font-size, .gform_legacy_markup_wrapper .entry-content .gform_wrapper.gravity-theme div.validation_error > h3.gform_title, .entry-content .gform_wrapper.gravity-theme .gform_legacy_markup_wrapper div.validation_error > h3.gform_title,
  .gform_legacy_markup_wrapper .gpnf-modal .gform_wrapper.gravity-theme div.validation_error > h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .gform_legacy_markup_wrapper div.validation_error > h3.gform_title,
  .gpnf-modal .gform_legacy_markup_wrapper div.validation_error > h2,
  .gpnf-modal .gform_legacy_markup_wrapper .gform_wrapper.gravity-theme div.validation_error > h3.gform_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.gform_legacy_markup_wrapper div.validation_error > h2 .gform-icon, .gform_legacy_markup_wrapper .entry-content div.validation_error > p.has-largest-font-size .gform-icon, .entry-content .gform_legacy_markup_wrapper div.validation_error > p.has-largest-font-size .gform-icon, .gform_legacy_markup_wrapper .entry-content .gform_wrapper.gravity-theme div.validation_error > h3.gform_title .gform-icon, .entry-content .gform_wrapper.gravity-theme .gform_legacy_markup_wrapper div.validation_error > h3.gform_title .gform-icon,
.gform_legacy_markup_wrapper .gpnf-modal .gform_wrapper.gravity-theme div.validation_error > h3.gform_title .gform-icon,
.gpnf-modal .gform_wrapper.gravity-theme .gform_legacy_markup_wrapper div.validation_error > h3.gform_title .gform-icon,
.gpnf-modal .gform_legacy_markup_wrapper div.validation_error > h2 .gform-icon,
.gpnf-modal .gform_legacy_markup_wrapper .gform_wrapper.gravity-theme div.validation_error > h3.gform_title .gform-icon {
  color: #7E2D40;
}
.gform_legacy_markup_wrapper .gfield_validation_message,
.gform_legacy_markup_wrapper .validation_message,
.gpnf-modal .gform_legacy_markup_wrapper .gfield_validation_message,
.gpnf-modal .gform_legacy_markup_wrapper .validation_message {
  background: transparent;
}

/* Date Picker */
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) {
  font-size: 1rem;
}
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
  color: #31373D;
  width: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar thead th span {
  font-weight: 900;
}
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
  background-color: #E6F3F9;
  border-color: transparent;
  color: #1878AC;
}
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  background-color: transparent;
  border-color: #1878AC;
}
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover, #ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus {
  color: #31373D;
}
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  background: #dfe0e2;
  border: none;
  box-shadow: none;
  color: #31373D;
}
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span,
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
  font-size: 12px;
  font-size: 1.2rem;
}
#ui-datepicker-div.gform-theme-datepicker:not(.gform-legacy-datepicker) tbody {
  border-bottom: 0;
}

/* File Upload Fields */
.entry-content .ginput_container_fileupload .validation_message {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #31373D;
}
.entry-content .ginput_container_fileupload .validation_message ul {
  margin-left: 0;
}
.entry-content .gform_fileupload_multifile {
  background-color: rgb(247, 247, 247);
}
.entry-content .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  border: 0;
  color: #31373D;
  padding: 16px;
  text-align: left;
}
.entry-content .gform_wrapper .gform_fileupload_multifile .gform_drop_area span.gform_drop_instructions {
  display: inline-block;
  margin-bottom: 0;
}

/* Gravity Forms Nested Forms */
/* Add Item Modal */
.in-partner-portal {
  /* Nested Form */
}
.in-partner-portal .gpnf-nested-entries-container {
  margin-bottom: 16px;
}
.in-partner-portal .gpnf-nested-entries th {
  font-weight: normal;
}
.in-partner-portal .gpnf-modal .gpnf-modal-header {
  background-color: #1878AC !important;
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
}
.in-partner-portal .gpnf-modal .gfield_required,
.in-partner-portal .gpnf-modal .gform_legacy_markup_wrapper .gfield_required {
  color: #31373D;
  margin-left: 0;
  padding-left: 0.125em;
}
.in-partner-portal .gpnf-modal .gform_legacy_markup_wrapper .ginput_container_fileupload {
  width: 100%;
}
.in-partner-portal .gpnf-modal .gform_legacy_markup_wrapper .ginput_container_fileupload input[type=file] {
  width: 100%;
  background-color: #dfe0e2;
}
.in-partner-portal .gpnf-modal .gform_legacy_markup_wrapper .gfield_required {
  color: #31373D;
  margin-left: 0;
  padding-left: 0.125em;
}
.in-partner-portal .gpnf-modal .gform_legacy_markup_wrapper .gform_fileupload_rules {
  font-size: 15px;
  padding-top: 5px;
}
.in-partner-portal .gpnf-modal .gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon {
  width: calc(50% - 8px);
}
.in-partner-portal .gpnf-modal .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1.15;
  min-height: inherit;
}
.in-partner-portal .gpnf-modal .tingle-btn {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px 9px;
  border-radius: 6px;
}
.in-partner-portal .gpnf-modal .tingle-btn.tingle-btn--primary.gpnf-btn-submit {
  background-color: #1878AC;
}
@media (min-width: 960px) {
  .in-partner-portal .gpnf-row-actions {
    text-align: right;
  }
}
.in-partner-portal .gpnf-row-actions ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.in-partner-portal .gpnf-row-actions li {
  padding-right: 16px;
}
@media (min-width: 960px) {
  .in-partner-portal .gpnf-row-actions li {
    padding-right: 0;
    padding-left: 16px;
  }
}
.in-partner-portal .gpnf-nested-entries {
  margin-bottom: 16px;
}
.in-partner-portal .gpnf-nested-entries tbody {
  border-bottom: 0;
}
.in-partner-portal .gpnf-nested-entries ul {
  padding-left: 0;
}
.in-partner-portal .gpnf-nested-entries .gpnf-row-actions button {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 900;
}
.in-partner-portal .gpnf-nested-entries .gpnf-row-actions button:hover {
  text-decoration: none;
}
.in-partner-portal .gpnf-nested-entries .gpnf-row-actions button.edit-button {
  color: #1878AC;
}
.in-partner-portal .gpnf-nested-entries .gpnf-row-actions button.edit-button:hover, .in-partner-portal .gpnf-nested-entries .gpnf-row-actions button.edit-button:focus {
  color: #31373D;
}
.in-partner-portal .gform_footer .button, .in-partner-portal .gform_footer .site-container .entry-content .wp-block-button .wp-block-button__link, .site-container .entry-content .wp-block-button .in-partner-portal .gform_footer .wp-block-button__link,
.in-partner-portal .gform_page_footer .button,
.in-partner-portal .gform_page_footer .site-container .entry-content .wp-block-button .wp-block-button__link,
.site-container .entry-content .wp-block-button .in-partner-portal .gform_page_footer .wp-block-button__link {
  display: block;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 960px) {
  .in-partner-portal .gform_footer .button, .in-partner-portal .gform_footer .site-container .entry-content .wp-block-button .wp-block-button__link, .site-container .entry-content .wp-block-button .in-partner-portal .gform_footer .wp-block-button__link,
  .in-partner-portal .gform_page_footer .button,
  .in-partner-portal .gform_page_footer .site-container .entry-content .wp-block-button .wp-block-button__link,
  .site-container .entry-content .wp-block-button .in-partner-portal .gform_page_footer .wp-block-button__link {
    display: inline-block;
    width: auto;
  }
}

.entry_content .gform_wrapper.gravity-theme .gform_footer button + input, .entry_content .gform_wrapper.gravity-theme .gform_footer input + button, .entry_content .gform_wrapper.gravity-theme .gform_footer input + input, .entry_content .gform_wrapper.gravity-theme .gform_page_footer button + input, .entry_content .gform_wrapper.gravity-theme .gform_page_footer input + button, .entry_content .gform_wrapper.gravity-theme .gform_page_footer input + input {
  display: block;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 960px) {
  .entry_content .gform_wrapper.gravity-theme .gform_footer button + input, .entry_content .gform_wrapper.gravity-theme .gform_footer input + button, .entry_content .gform_wrapper.gravity-theme .gform_footer input + input, .entry_content .gform_wrapper.gravity-theme .gform_page_footer button + input, .entry_content .gform_wrapper.gravity-theme .gform_page_footer input + button, .entry_content .gform_wrapper.gravity-theme .gform_page_footer input + input {
    display: inline-block;
    width: auto;
  }
}

/* Resources
---------------------------------------------------------------------------- */
.single-gravityview .entry-header {
  display: none;
}
.single-gravityview .entry-footer {
  border: 0;
  padding: 0;
}
.single-gravityview #publishing-action .button, .single-gravityview #publishing-action .site-container .entry-content .wp-block-button .wp-block-button__link, .site-container .entry-content .wp-block-button .single-gravityview #publishing-action .wp-block-button__link,
.single-gravityview #publishing-action .gv-button-cancel {
  line-height: 1.2;
}
.single-gravityview #publishing-action .gv-button-cancel {
  background-color: rgb(32.6351351351, 34.5, 36.3648648649);
  border-color: rgb(32.6351351351, 34.5, 36.3648648649);
}
.single-gravityview #publishing-action .gv-button-cancel:hover {
  background-color: #31373D;
  border-color: #31373D;
}

/* Resources
---------------------------------------------------------------------------- */
.resource-source {
  font-style: italic;
}

/* Landing Page */
.page-resources .content-sidebar-wrap .entry {
  margin-bottom: 0;
  padding-bottom: 32px;
}
.page-resources .section-resource-library {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  padding: 32px 16px;
}
.page-resources .section-resource-library .section-inside {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .page-resources .section-resource-library {
    padding: 32px;
  }
}

/* Archives */
.post-type-archive-whv_resource .resource-source {
  margin-bottom: 4px;
}

/* Single */
.single-whv_resource .entry-content {
  padding-bottom: 32px;
}
.single-whv_resource .entry-related-content {
  border-bottom: 1px solid #CDE1ED;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.single-whv_resource .entry-related-content ul {
  margin-left: 32px;
}
.single-whv_resource .entry-related-content ul li {
  list-style-type: disc;
}

/* Working for Veterans
---------------------------------------------------------------------------- */
.wfv-topics-selector {
  border-top: 1px solid #CDE1ED;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 0;
}
.wfv-topics-selector .topics-selector-nav {
  padding: 16px 32px;
}
@media (min-width: 960px) {
  .wfv-topics-selector .topics-selector-nav {
    max-width: 840px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    padding: 16px 0;
    align-items: center;
  }
}
.wfv-topics-selector .topics-selector-nav h2, .wfv-topics-selector .topics-selector-nav .entry-content p.has-largest-font-size, .entry-content .wfv-topics-selector .topics-selector-nav p.has-largest-font-size, .wfv-topics-selector .topics-selector-nav .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .wfv-topics-selector .topics-selector-nav h3.gform_title,
.wfv-topics-selector .topics-selector-nav .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
.gpnf-modal .gform_wrapper.gravity-theme .wfv-topics-selector .topics-selector-nav h3.gform_title {
  font-family: "FFMarkWebPro", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .wfv-topics-selector .topics-selector-nav h2, .wfv-topics-selector .topics-selector-nav .entry-content p.has-largest-font-size, .entry-content .wfv-topics-selector .topics-selector-nav p.has-largest-font-size, .wfv-topics-selector .topics-selector-nav .entry-content .gform_wrapper.gravity-theme h3.gform_title, .entry-content .gform_wrapper.gravity-theme .wfv-topics-selector .topics-selector-nav h3.gform_title,
  .wfv-topics-selector .topics-selector-nav .gpnf-modal .gform_wrapper.gravity-theme h3.gform_title,
  .gpnf-modal .gform_wrapper.gravity-theme .wfv-topics-selector .topics-selector-nav h3.gform_title {
    width: 20%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .wfv-topics-selector .topics-selector-nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .wfv-topics-selector .topics-selector-nav ul {
    width: 80%;
  }
}
.wfv-topics-selector .topics-selector-nav ul li {
  display: block;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wfv-topics-selector .topics-selector-nav ul li {
    width: 32%;
  }
}
@media (min-width: 960px) {
  .wfv-topics-selector .topics-selector-nav ul li {
    margin-left: 4px;
    margin-bottom: 0;
  }
}
.wfv-topics-selector .topic-container {
  padding: 48px 32px 32px;
  display: none;
}
.wfv-topics-selector .topic-container.is-active {
  display: block;
}
@media (min-width: 960px) {
  .wfv-topics-selector .topic-container {
    padding-right: 32px;
  }
}
.wfv-topics-selector .topic-container .cols {
  max-width: 1440px;
  margin: 0 auto;
}

/* Marketplace
---------------------------------------------------------------------------- */
.page-marketplace .entry {
  margin-bottom: 16px;
}
.page-marketplace .section-marketplace {
  padding: 0;
}
@media (min-width: 960px) {
  .page-marketplace .section-marketplace {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 820px;
  }
}
@media (min-width: 1024px) {
  .page-marketplace .section-marketplace {
    max-width: 840px;
  }
}
@media (min-width: 1440px) {
  .page-marketplace .section-marketplace {
    max-width: 920px;
  }
}
.page-marketplace .section-marketplace .card-grid {
  display: flex;
  max-width: 1024px;
}
@media (min-width: 960px) {
  .page-marketplace .section-marketplace .card-grid {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.page-marketplace .section-marketplace .card-itemforsale {
  text-align: center;
}
@media (max-width: 479px) {
  .page-marketplace .section-marketplace .card-itemforsale {
    width: calc(50% - 16px);
  }
}
.page-marketplace .page-additional-content {
  padding-top: 16px;
}

/* 404 page
---------------------------------------------------------------------------- */
.error404 .entry-content .searchform {
  width: 100%;
}

/* Admin - When Logged In
---------------------------------------------------------------------------- */
/* Blocks
---- */
.wp-block-image img {
  border-radius: 6px;
}
.wp-block-image.is-style-no-style img {
  border-radius: 0;
}

.page .wp-block-image, .entry .wp-block-image {
  margin-bottom: 0;
}

.whv-block-list-featured-partners ul {
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
}
.whv-block-list-featured-partners ul > li {
  list-style: none;
  display: inline-block;
}
.whv-block-list-featured-partners li {
  max-width: 134px;
  margin: 0 16px;
}

.wp-block-embed.is-type-video {
  margin-bottom: 32px;
}

/* Block Styles */
p + .wp-block-heading,
ul + .wp-block-heading,
ol + .wp-block-heading .wp-block-buttons + .wp-block-heading,
.wp-block-genesis-blocks-gb-columns + .wp-block-heading {
  padding-top: 16px;
}

.is-style-dark-blue-with-stars {
  border-radius: 6px;
  color: white;
  padding: 32px 16px 16px;
}
@media (min-width: 960px) {
  .is-style-dark-blue-with-stars {
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
  }
}
.is-style-dark-blue-with-stars a {
  color: white;
}

.entry-content .has-background {
  margin-bottom: 32px;
  padding: 32px;
}
.entry-content .has-background.has-light-beige-background-color {
  background-color: #FCF7F3;
}
.entry-content .has-background.has-primary-blue-background-color {
  background-color: #1878AC;
  color: white;
}
.entry-content .has-background.has-primary-blue-background-color a {
  color: white;
}
.entry-content .has-background.has-light-blue-background-color {
  background-color: #E6F3F9;
}
.entry-content .has-background.has-urgent-orange-background-color {
  background-color: #f0b431;
}

.entry-content .wp-block-buttons {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .entry-content .has-buttons-inline p {
    display: inline-block;
    margin-right: 16px;
  }
}

/* Page Sections */
.entry-content .section-search .section-header,
.entry-content .section-search .resource-search {
  margin: 0 auto;
}
@media (min-width: 960px) {
  .entry-content .section-search .section-header {
    max-width: 65%;
  }
}
@media (min-width: 960px) {
  .entry-content .section-search .resource-search {
    max-width: 50%;
  }
}
.entry-content .section-search .resource-search + h3 {
  padding-top: 16px;
}
.entry-content .section-search .search-form {
  background: transparent;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.entry-content .section-search .search-form .search-wrap {
  border-radius: 6px;
  overflow: hidden;
}
.entry-content .section-search .search-form button {
  background-color: #CDE1ED;
  color: #1878AC;
}
.entry-content .section-search .search-form button:hover, .entry-content .section-search .search-form button:focus, .entry-content .section-search .search-form button:active {
  color: white;
  background-color: #31373D;
}
.entry-content .section-search .search-form + p {
  margin-bottom: 0;
  text-align: right;
}
.entry-content .section-search .search-form + p small a {
  color: white;
}

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