/*!
Theme Name: Legasee
Theme URI: http://underscores.me/
Author: Graphic Alliance
Author URI: http://www.graphicalliance.co.uk/
Description: Theme for Legasee
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: legasee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
  color: #141F3A;
  font-family: "Gill Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/*
* Custom fonts are brought in via SCSS like the below example
* This file should be updated with the correct fonts
*/

@font-face {
  font-family: 'Gill Sans';
  src: url("assets/fonts/GillSans/GillSans.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url("assets/fonts/GillSans/GillSans-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans';
  src: url("assets/fonts/GillSans/GillSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Korpus;
  src: url("assets/fonts/Korpus/Korpus-B.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Superclarendon;
  src: url("assets/fonts/SuperClarendon/SuperClarendon.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Elements
--------------------------------------------- */

body {
  background: #fff;
}

.main-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

a {
  color: #111111;
}

a:visited {
  color: #111111;
}

a:hover,
a:focus,
a:active {
  color: #6C604F;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.cta-button a {
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -.3rem;
  padding: 20px 33px;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  display: inline-block;
  transition: background-color 300ms linear;
}

.cta-button a:hover {
  background: #fec01e;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

/* Main menu. */

.main-navigation {
  display: block;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  height: 80px;
  align-items: center;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation li a {
  display: block;
  text-decoration: none;
  margin: 0 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #111;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li a:hover {
  border-bottom-style: double;
  border-color: #fec01e;
  padding-bottom: 5px;
  position: relative;
  top: 4px;
}

.main-navigation li:last-of-type a {
  background: #fec01e;
  height: 80px;
  line-height: 80px;
  margin-right: 0;
  padding: 0 40px;
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -0.3rem;
  white-space: nowrap;
  transition: background-color 300ms linear;
}

.main-navigation li:last-of-type a:hover {
  background: #fff;
  top: 0;
  position: unset;
}

.main-navigation li:last-of-type.current_page_item > a,
.main-navigation li:last-of-type.current-menu-item > a,
.main-navigation li:last-of-type.current_page_ancestor > a,
.main-navigation li:last-of-type.current-menu-ancestor > a {
  background: #fff;
  top: 0;
  position: unset;
}

.main-navigation .menu-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='55' height='60' viewBox='0 0 55 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37 23.249C37.0004 23.5967 36.761 23.879 36.4654 23.8794L16.5378 23.8902C16.2421 23.8906 16.0022 23.6091 16.0018 23.2614L16 21.6411C15.9996 21.2934 16.239 21.0112 16.5346 21.0107L36.4622 21C36.7579 20.9996 36.9978 21.2811 36.9982 21.6288L37 23.249Z' fill='%23111111'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37 30.8039C37.0004 31.1516 36.761 31.4339 36.4654 31.4343L16.5378 31.4451C16.2421 31.4455 16.0022 31.164 16.0018 30.8163L16 29.1961C15.9996 28.8483 16.239 28.5661 16.5346 28.5657L36.4622 28.5549C36.7579 28.5545 36.9978 28.836 36.9982 29.1837L37 30.8039Z' fill='%23111111'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37 38.3589C37.0004 38.7066 36.761 38.9888 36.4654 38.9893L16.5378 39C16.2421 39.0004 16.0022 38.7189 16.0018 38.3712L16 36.751C15.9996 36.4033 16.239 36.121 16.5346 36.1206L36.4622 36.1098C36.7579 36.1094 36.9978 36.3909 36.9982 36.7386L37 38.3589Z' fill='%23111111'/%3E%3C/svg%3E");
  cursor: pointer;
  border: 0;
  background-color: transparent;
  width: 55px;
  height: 60px;
  padding: 0;
  background-repeat: no-repeat;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Mobile extra menu. */

.mobile-navigation {
  display: none;
}

.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  height: 61px;
  align-items: center;
}

.mobile-navigation li:last-of-type a {
  background: #fec01e;
  height: 61px;
  line-height: 61px;
  margin-right: 0;
  padding: 0 17px;
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -0.3rem;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #111;
  white-space: nowrap;
}

.mobile-navigation li:last-of-type a:hover {
  background: #fff;
  top: 0;
  position: unset;
}

.mobile-navigation li:last-of-type.current_page_item > a,
.mobile-navigation li:last-of-type.current-menu-item > a,
.mobile-navigation li:last-of-type.current_page_ancestor > a,
.mobile-navigation li:last-of-type.current-menu-ancestor > a {
  background: #fff;
  top: 0;
  position: unset;
}

/* Small menu. */

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

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

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

/*
Donate now page style
 */

.donate-now-helper {
  background-color: #e6e2dc;
}

/*
Single veterans page style
 */

main.veteran-single-page .veteran-video-showcase-container .vvs-inner-container {
  position: relative;
}

main.veteran-single-page .veteran-video-showcase-container .watch-next {
  width: 490px;
  position: absolute;
  background: #000;
  z-index: 9;
  right: 0;
  height: 42px;
  line-height: 42px;
  padding-left: 34px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.5px;
  font-size: 13px;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery.royalSlider {
  width: 100%;
  height: 532px !important;
  margin-bottom: 30px;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsOverflow {
  width: calc(100% - 490px) !important;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsOverflow .rsVideoContainer img {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsNav.rsTabs {
  width: 490px;
  border-radius: 0;
  padding: 0;
  height: 490px;
  overflow-y: scroll;
  top: 42px;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsNav.rsTabs::-webkit-scrollbar-track {
  display: none;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsNav.rsTabs::-webkit-scrollbar {
  width: 8px;
  background-color: #e6e2dc;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsNav.rsTabs::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery.rsDefault .rsTab {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
  text-shadow: none;
  background: #e6e2dc;
  padding: 0;
  text-align: left;
  border-radius: 0;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery.rsDefault .rsTab.rsNavSelected {
  background-color: #e8d1ad;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery.rsDefault .rsTab:hover {
  background-color: #e8d1ad;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: transparent;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery.rsDefault .rsPlayBtnIcon {
  background: url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.2695 44.2087L30.9508 62.4779L30.9508 25.9395L62.2695 44.2087Z' fill='white'/%3E%3Ccircle cx='44.0004' cy='44.2087' r='41.7582' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
  width: 88px;
  height: 88px;
  background-repeat: no-repeat;
  background-size: contain;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery.rsDefault .rsThumb.rsNavSelected img {
  opacity: 1;
  height: 138px;
  width: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb {
  display: flex;
  height: 100%;
  width: 490px;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left {
  padding-left: 34px;
  padding-right: 47px;
  padding-top: 34px;
  padding-bottom: 34px;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left h5 {
  font-family: Korpus, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #111;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left span {
  font-size: 14px;
  line-height: 18px;
  color: #111;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-right {
  max-width: 210px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

main.veteran-single-page .veteran-video-showcase-container .videoGallery .video-title-big {
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  font-family: Korpus, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 28px;
  padding: 20px 3%;
  background-color: rgba(17, 17, 17, 0.6);
  margin-bottom: 0;
}

main.veteran-single-page .video-description-container {
  padding: 0 40px;
}

main.veteran-single-page .video-description-container p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}

main.veteran-single-page .veteran-main-info-container .vmi-inner-container {
  padding: 0 0 0 40px;
  display: flex;
  justify-content: space-between;
}

main.veteran-single-page .veteran-main-info-container ul.veteran-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

main.veteran-single-page .veteran-main-info-container ul.veteran-tabs li {
  background: none;
  color: #111;
  display: inline-block;
  padding: 10px 0;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-width: 4px;
  border-bottom-style: double;
  border-color: #e6e2dc;
  padding-bottom: 4px;
  width: 200px;
  margin-right: 25px;
}

main.veteran-single-page .veteran-main-info-container ul.veteran-tabs li.current {
  color: #111;
  border-color: #fec01e;
}

main.veteran-single-page .veteran-main-info-container .addtoany_shortcode {
  display: inline-block;
}

main.veteran-single-page .veteran-main-info-container .addtoany_shortcode .addtoany_share {
  background: #fec01e url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.625 12.3203C13.5135 12.3203 12.534 12.8614 11.9187 13.6843L6.59963 10.989C6.68794 10.6911 6.75 10.3824 6.75 10.0566C6.75 9.61482 6.65846 9.19478 6.50033 8.80843L12.067 5.49352C12.6865 6.213 13.5971 6.67969 14.625 6.67969C16.4861 6.67969 18 5.18154 18 3.33984C18 1.49814 16.4861 0 14.625 0C12.7639 0 11.25 1.49814 11.25 3.33984C11.25 3.76426 11.3383 4.16686 11.4848 4.54063L5.90156 7.86526C5.28259 7.16716 4.38514 6.7168 3.375 6.7168C1.51391 6.7168 0 8.21494 0 10.0566C0 11.8983 1.51391 13.3965 3.375 13.3965C4.50488 13.3965 5.50091 12.8395 6.11381 11.9935L11.4154 14.6801C11.3178 14.992 11.25 15.3169 11.25 15.6602C11.25 17.5019 12.7639 19 14.625 19C16.4861 19 18 17.5019 18 15.6602C18 13.8185 16.4861 12.3203 14.625 12.3203Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding: 11px 80px 11px 20px;
  color: #111;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-decoration: none;
}

main.veteran-single-page .veteran-main-info-container .addtoany_shortcode .a2a_button_email {
  display: none;
}

main.veteran-single-page .veteran-main-info-container .veteran-tab-content {
  display: none;
  margin-top: 50px;
  padding: 0 40px;
  font-size: 20px;
  line-height: 29px;
}

main.veteran-single-page .veteran-main-info-container .veteran-tab-content.current {
  display: inherit;
}

main.veteran-single-page .veteran-main-info-container .veteran-tab-content h1 {
  font-family: Korpus, sans-serif;
  font-size: 36px;
  line-height: 41.78px;
  font-weight: 400;
  color: #141F3A;
  margin: 0;
}

main.veteran-single-page .veteran-main-info-container .veteran-tab-content p {
  font-size: 20px;
  line-height: 29.5px;
  color: #141F3A;
  max-width: 535px;
  width: 100%;
}

main.veteran-single-page .veteran-main-info-container .veteran-tab-content .biography-header h3 {
  font-family: Korpus, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

main.veteran-single-page .veteran-main-info-container .veteran-tab-content .biography-content {
  max-width: 550px;
}

main.veteran-single-page .veteran-main-info-container .veteran-tab-content .su-custom-gallery-slide img {
  max-height: 80px;
}

main.veteran-single-page .veteran-main-info-container .veteran-related-tags {
  min-width: 490px;
  background-color: #e6e2dc;
  max-height: 290px;
}

main.veteran-single-page .veteran-main-info-container .veteran-related-tags h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 3.05px;
  text-transform: uppercase;
  background: #111;
  padding-left: 34px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

main.veteran-single-page .veteran-main-info-container .veteran-related-tags .related-tags-container {
  list-style: none;
  padding: 36px 34px 37px 34px;
  margin: 0;
  height: calc(100% - 40px);
  overflow-y: scroll;
}

main.veteran-single-page .veteran-main-info-container .veteran-related-tags .related-tags-container li a {
  font-size: 20px;
  color: #141F3A;
  line-height: 29.5px;
}

main.veteran-single-page .veteran-main-info-container .veteran-related-tags .related-tags-container .see-more-item {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

main.veteran-single-page .veteran-main-info-container .veteran-related-tags .related-tags-container::-webkit-scrollbar-track {
  display: none;
}

main.veteran-single-page .veteran-main-info-container .veteran-related-tags .related-tags-container::-webkit-scrollbar {
  width: 8px;
  background-color: #e6e2dc;
}

main.veteran-single-page .veteran-main-info-container .veteran-related-tags .related-tags-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
}

/*
Tags taxonomy listing page style
 */

body.tax-veteran_tags .page-header.tags-listing-header {
  background-color: #e6e2dc;
}

body.tax-veteran_tags .page-header.tags-listing-header .main-header-block-container {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
}

body.tax-veteran_tags .page-header.tags-listing-header .main-header-block-container h3 {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 3.04615px;
  text-transform: uppercase;
  margin: 0;
}

body.tax-veteran_tags .page-header.tags-listing-header .main-header-block-container h1 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Superclarendon, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
}

body.tax-veteran_tags .page-header.tags-listing-header .main-header-block-container p {
  width: 100%;
  max-width: 514px;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin: 0;
}

body.tax-veteran_tags .page-header.tags-listing-header .main-header-block-container.b-header {
  height: 740px;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

body.tax-veteran_tags .page-header.tags-listing-header .main-header-block-container.b-header p {
  margin-bottom: 78px;
}

body.tax-veteran_tags .page-header.tags-listing-header .main-header-block-container.s-header {
  height: 440px;
  justify-content: center;
}

body.tax-veteran_tags .page-header.tags-listing-header .main-header-block-container.s-header .hover-container {
  align-content: center;
}

body.tax-veteran_tags .videos-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0 40px;
  justify-content: center;
}

body.tax-veteran_tags .videos-container .item {
  flex: 1 1 260px;
  margin-bottom: 30px;
  max-width: 260px;
}

body.tax-veteran_tags .videos-container .item article {
  display: flex;
  flex-direction: column-reverse;
}

body.tax-veteran_tags .videos-container .item .entry-title a {
  text-decoration: none;
  color: #111;
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
  font-family: Korpus, sans-serif;
}

body.tax-veteran_tags .videos-container .item img {
  max-height: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}

body.tax-veteran_tags .videos-container .item .entry-footer {
  display: none;
}

body.tax-veteran_tags .nav-links {
  margin-bottom: 100px;
  margin-top: 40px;
  justify-content: center;
}

body.tax-veteran_tags .nav-links .nav-previous,
body.tax-veteran_tags .nav-links .nav-next {
  flex: unset;
}

body.tax-veteran_tags .nav-links .nav-previous a,
body.tax-veteran_tags .nav-links .nav-next a {
  margin: 0 15px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  color: #111;
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -0.3rem;
}

body.tax-veteran_tags .nav-links .nav-next a {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.03546 15.9598C0.660055 15.5775 0.660054 14.9576 1.03546 14.5752L7.24584 8.24996L1.03546 1.92472C0.660056 1.54237 0.660055 0.922455 1.03546 0.540104C1.41087 0.157751 2.01953 0.157753 2.39493 0.540104L9.11859 7.38811C9.18527 7.42871 9.24816 7.47825 9.30558 7.53674C9.4947 7.72936 9.58854 7.98225 9.58712 8.2347C9.59678 8.4974 9.50315 8.76331 9.30624 8.96385C9.24788 9.0233 9.18388 9.0735 9.11599 9.11446L2.39493 15.9598C2.01953 16.3422 1.41087 16.3422 1.03546 15.9598Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-position: center right 10px;
  padding: 15px 40px 15px 20px !important;
}

body.tax-veteran_tags .nav-links .nav-next a:hover {
  background-color: #fec01e;
}

body.tax-veteran_tags .nav-links .nav-previous a {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.21063 0.290158C9.58604 0.672509 9.58604 1.29242 9.21063 1.67477L3.00025 8.00001L9.21063 14.3253C9.58604 14.7076 9.58604 15.3275 9.21063 15.7099C8.83522 16.0922 8.22657 16.0922 7.85116 15.7099L1.1275 8.86186C1.06083 8.82127 0.997939 8.77172 0.94051 8.71323C0.751396 8.52062 0.65755 8.26772 0.65897 8.01528C0.649317 7.75258 0.742943 7.48667 0.939849 7.28612C0.998215 7.22668 1.06222 7.17648 1.13011 7.13552L7.85116 0.290158C8.22657 -0.0921925 8.83522 -0.0921928 9.21063 0.290158Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-position: center left 10px;
  padding: 15px 20px 15px 40px !important;
}

body.tax-veteran_tags .nav-links .nav-previous a:hover {
  background-color: #fec01e;
}

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

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

.bypostauthor {
  display: block;
}

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

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

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

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

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

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

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

/* Header
--------------------------------------------- */

body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .site-header.hide {
  top: -80px;
}

main.site-main {
  margin-top: 80px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 80px;
  align-items: center;
  transition: all .3s ease;
  position: fixed;
  background-color: #fff;
  top: 0;
  z-index: 10;
}

.site-header.hide {
  top: -80px;
}

.site-header .site-branding {
  padding-left: 2%;
  align-self: center;
  display: block;
}

.site-header .site-branding.mobile {
  display: none;
  padding-left: 8%;
}

/* Footer
--------------------------------------------- */

.site-footer {
  background: #6c604f;
  padding: 40px 0;
}

.site-footer .site-info {
  border-top: 1px solid rgba(230, 226, 220, 0.3);
}

.site-footer .site-info section {
  margin: 0;
}

.site-footer .site-info section div {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.site-footer .site-info section div p,
.site-footer .site-info section div a {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
}

.site-footer .footer-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .footer-widgets section:nth-child(1) {
  max-width: 237px;
  width: 100%;
}

.site-footer .footer-widgets section:nth-child(2) {
  max-width: 237px;
  width: 100%;
}

.site-footer .footer-widgets section:nth-child(3) {
  max-width: 471px;
  width: 100%;
}

.site-footer .footer-widgets section:nth-child(4) {
  max-width: 237px;
  width: 100%;
}

.site-footer .footer-widgets section .logo-column {
  display: flex;
  flex-direction: column;
}

.site-footer .footer-widgets section .logo-column img {
  max-width: 200px;
  margin-bottom: 35px;
}

.site-footer .footer-widgets section .logo-column a.donate-now-footer {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.16667px;
  color: #111;
  background: #fec01e;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 51px;
  margin-bottom: 35px;
  text-align: center;
  border: 3px solid transparent;
  outline: 1px solid #fec01e;
  box-shadow: inset 0 0 0 1px #fec01e;
  transition: background-color 300ms linear;
}

.site-footer .footer-widgets section .logo-column a.donate-now-footer:hover {
  background-color: transparent;
  color: #fff;
}

.site-footer .footer-widgets section .contact-text {
  padding-top: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #fff;
  padding-bottom: 25px;
}

.site-footer .footer-widgets section form p {
  margin: 0;
}

.site-footer .footer-widgets section form input[type="text"],
.site-footer .footer-widgets section form input[type="email"] {
  height: 50px;
  width: 100%;
  border-radius: 0px;
  padding-left: 18px;
  color: #111;
  margin-bottom: 8px;
  font-size: 16px;
}

.site-footer .footer-widgets section form textarea {
  height: 90px;
  width: 100%;
  border-radius: 0px;
  padding-left: 18px;
  color: #111;
  font-size: 16px;
}

.site-footer .footer-widgets section form input[type="submit"] {
  border: 3px solid transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  padding: 16px 62px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  margin-top: 25px;
  outline: 1px solid #fec01e;
  box-shadow: inset 0 0 0 1px #fec01e;
  cursor: pointer;
  transition: background-color 300ms linear;
}

.site-footer .footer-widgets section form input[type="submit"]:hover {
  background-color: #fec01e;
}

.site-footer .footer-widgets section .widget-title {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(230, 226, 220, 0.3);
}

.site-footer .footer-widgets section > div {
  display: block;
}

.site-footer .footer-widgets section ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(230, 226, 220, 0.3);
}

.site-footer .footer-widgets section ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Blocks
--------------------------------------------- */

/* Blocks
--------------------------------------------- */

.ec-blocks.veterans-archive-block {
  margin-bottom: 120px;
}

.ec-blocks.veterans-archive-block .archive-filters {
  background-color: #e6e2dc;
  min-height: 80px;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters {
  display: flex;
  align-items: center;
  min-height: 80px;
  justify-content: space-between;
  padding: 0 40px;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container {
  position: relative;
  width: 25%;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container input {
  height: 50px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  padding-left: 18px;
  width: 100%;
  font-weight: 400;
  color: #111;
  outline: none;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container input::-webkit-search-cancel-button {
  display: none;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container .archive-search-submit {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 2px;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 600;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs {
  display: flex;
  align-items: center;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input {
  margin-left: 40px;
  margin-right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  outline: none;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input:after {
  content: "";
  display: none;
  transform: rotate(45deg);
  height: 22px;
  width: 17px;
  border-bottom: 5px solid #fec01e;
  border-right: 5px solid #fec01e;
  vertical-align: super;
  margin-top: -7px;
  margin-left: 5px;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input:checked:after {
  display: inline-block;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs label svg {
  margin-right: 9px;
  cursor: pointer;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-reset a {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  gap: 7px;
  align-items: center;
}

.ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-reset a span {
  font-size: 38px;
  font-weight: 400;
  transform: rotate(45deg);
  font-family: Korpus, sans-serif;
}

.ec-blocks.veterans-archive-block .second-level-filters {
  min-height: 100px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.ec-blocks.veterans-archive-block .second-level-filters label {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.ec-blocks.veterans-archive-block .second-level-filters select {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.5px;
}

.ec-blocks.veterans-archive-block .second-level-filters .sort-by-container {
  border-width: 4px;
  border-bottom-style: double;
  border-color: #fec01e;
  padding-bottom: 4px;
  padding-right: 15px;
}

.ec-blocks.veterans-archive-block .second-level-filters .sort-by-container select {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.290669 0.284974C0.67302 -0.0904337 1.29293 -0.0904343 1.67528 0.284974L8.00053 6.49536L14.3258 0.284975C14.7081 -0.0904327 15.328 -0.0904337 15.7104 0.284974C16.0927 0.660382 16.0927 1.26904 15.7104 1.64445L8.86237 8.3681C8.82178 8.43478 8.77223 8.49767 8.71374 8.5551C8.52113 8.74421 8.26823 8.83806 8.01579 8.83664C7.75309 8.84629 7.48718 8.75266 7.28664 8.55576C7.22719 8.49739 7.17699 8.43339 7.13603 8.3655L0.29067 1.64445C-0.0916814 1.26904 -0.0916816 0.660382 0.290669 0.284974Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  background-color: transparent;
}

.ec-blocks.veterans-archive-block .second-level-filters .advanced-search-container {
  display: none;
}

.ec-blocks.veterans-archive-block .second-level-filters .advanced-search-container a {
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.03546 15.9598C0.660055 15.5775 0.660054 14.9576 1.03546 14.5752L7.24584 8.24996L1.03546 1.92472C0.660056 1.54237 0.660055 0.922455 1.03546 0.540104C1.41087 0.157751 2.01953 0.157753 2.39493 0.540104L9.11859 7.38811C9.18527 7.42871 9.24816 7.47825 9.30558 7.53674C9.4947 7.72936 9.58854 7.98225 9.58712 8.2347C9.59678 8.4974 9.50315 8.76331 9.30624 8.96385C9.24788 9.0233 9.18388 9.0735 9.11599 9.11446L2.39493 15.9598C2.01953 16.3422 1.41087 16.3422 1.03546 15.9598Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 10px;
  border-width: 4px;
  border-style: double;
  border-color: #fec01e;
  padding: 15px 40px 15px 20px;
}

.ec-blocks.veterans-archive-block .videos-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0 40px;
  justify-content: center;
}

.ec-blocks.veterans-archive-block .videos-container .item {
  flex: 1 1 260px;
  margin-bottom: 30px;
  max-width: 260px;
}

.ec-blocks.veterans-archive-block .videos-container .item img {
  max-height: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ec-blocks.veterans-archive-block .videos-container .item .name-link {
  text-decoration: none;
  color: #111;
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
  font-family: Korpus, sans-serif;
}

.ec-blocks.veterans-archive-block .pagination {
  margin-bottom: 100px;
  margin-top: 40px;
  text-align: center;
}

.ec-blocks.veterans-archive-block .pagination .page-numbers {
  color: #111;
  padding-bottom: 10px;
}

.ec-blocks.veterans-archive-block .pagination .page-numbers:hover {
  border-bottom-style: double;
  border-color: #fec01e;
}

.ec-blocks.veterans-archive-block .pagination span {
  margin: 0 15px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
}

.ec-blocks.veterans-archive-block .pagination span.current {
  border-width: 4px;
  color: #111;
  border-bottom-style: double;
  border-color: #fec01e;
  padding-bottom: 10px;
}

.ec-blocks.veterans-archive-block .pagination a {
  margin: 0 15px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
}

.ec-blocks.veterans-archive-block .pagination a.next {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.03546 15.9598C0.660055 15.5775 0.660054 14.9576 1.03546 14.5752L7.24584 8.24996L1.03546 1.92472C0.660056 1.54237 0.660055 0.922455 1.03546 0.540104C1.41087 0.157751 2.01953 0.157753 2.39493 0.540104L9.11859 7.38811C9.18527 7.42871 9.24816 7.47825 9.30558 7.53674C9.4947 7.72936 9.58854 7.98225 9.58712 8.2347C9.59678 8.4974 9.50315 8.76331 9.30624 8.96385C9.24788 9.0233 9.18388 9.0735 9.11599 9.11446L2.39493 15.9598C2.01953 16.3422 1.41087 16.3422 1.03546 15.9598Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 10px;
  color: #111;
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -.3rem;
  padding: 15px 40px 15px 20px !important;
  transition: background-color 300ms linear;
}

.ec-blocks.veterans-archive-block .pagination a.next:hover {
  background-color: #fec01e;
}

.ec-blocks.veterans-archive-block .pagination a.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.21063 0.290158C9.58604 0.672509 9.58604 1.29242 9.21063 1.67477L3.00025 8.00001L9.21063 14.3253C9.58604 14.7076 9.58604 15.3275 9.21063 15.7099C8.83522 16.0922 8.22657 16.0922 7.85116 15.7099L1.1275 8.86186C1.06083 8.82127 0.997939 8.77172 0.94051 8.71323C0.751396 8.52062 0.65755 8.26772 0.65897 8.01528C0.649317 7.75258 0.742943 7.48667 0.939849 7.28612C0.998215 7.22668 1.06222 7.17648 1.13011 7.13552L7.85116 0.290158C8.22657 -0.0921925 8.83522 -0.0921928 9.21063 0.290158Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center left 10px;
  color: #111;
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -.3rem;
  padding: 15px 20px 15px 40px !important;
  transition: background-color 300ms linear;
}

.ec-blocks.veterans-archive-block .pagination a.prev:hover {
  background-color: #fec01e;
}

.ec-blocks.veterans-archive-block .archive-videos-footer {
  text-align: center;
  margin-top: 80px;
}

.ec-blocks.veterans-archive-block .archive-videos-footer .archive-videos-view-all {
  text-decoration: none;
  font-weight: 600;
  color: #111;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-width: 4px;
  border-style: double;
  border-color: #fec01e;
  padding: 16px 80px 16px 80px;
  display: inline-block;
}

.ec-blocks.veterans-archive-block .cta-button {
  text-align: center;
}

.ec-blocks.veterans-archive-project-block {
  margin-bottom: 120px;
}

.ec-blocks.veterans-archive-project-block .videos-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0 40px;
  justify-content: center;
}

.ec-blocks.veterans-archive-project-block .videos-container .item {
  flex: 1 1 260px;
  margin-bottom: 30px;
  max-width: 260px;
}

.ec-blocks.veterans-archive-project-block .videos-container .item img {
  max-height: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ec-blocks.veterans-archive-project-block .videos-container .item .name-link {
  text-decoration: none;
  color: #111;
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
  font-family: Korpus, sans-serif;
}

.ec-blocks.header-block .main-header-block-container {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
}

.ec-blocks.header-block .main-header-block-container .video-container-wrap {
  float: none;
  clear: both;
  width: 100%;
  padding-bottom: 56.2%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ec-blocks.header-block .main-header-block-container .video-container-wrap iframe {
  position: absolute;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 70%;
  max-width: inherit !important;
}

.ec-blocks.header-block .main-header-block-container .hover-container {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
  flex-wrap: wrap;
}

.ec-blocks.header-block .main-header-block-container .hover-container .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ec-blocks.header-block .main-header-block-container.background-none .hover-container {
  background-color: transparent;
}

.ec-blocks.header-block .main-header-block-container h3 {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 3.04615px;
  text-transform: uppercase;
  margin: 0;
}

.ec-blocks.header-block .main-header-block-container h1 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Superclarendon, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
}

.ec-blocks.header-block .main-header-block-container p {
  width: 100%;
  max-width: 514px;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin: 0;
}

.ec-blocks.header-block .main-header-block-container.b-header {
  height: 740px;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.ec-blocks.header-block .main-header-block-container.b-header p {
  margin-bottom: 78px;
}

.ec-blocks.header-block .main-header-block-container.s-header {
  height: 440px;
  justify-content: center;
}

.ec-blocks.header-block .main-header-block-container.s-header .hover-container {
  align-content: center;
}

.ec-blocks.two-column-image-layout-block {
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
}

.ec-blocks.two-column-image-layout-block.tcilb-left {
  flex-direction: row-reverse;
}

.ec-blocks.two-column-image-layout-block .tcilb-text {
  padding: 0 100px;
  margin-top: 65px;
  max-width: 50%;
}

.ec-blocks.two-column-image-layout-block .tcilb-text h2 {
  font-family: Korpus, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #141F3A;
  margin-top: 0;
  margin-bottom: 25px;
}

.ec-blocks.two-column-image-layout-block .tcilb-text p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #141F3A;
  margin-top: 0;
  margin-bottom: 30px;
}

.ec-blocks.two-column-image-layout-block .tcilb-text p:last-child {
  margin-bottom: 0;
}

.ec-blocks.two-column-image-layout-block .tcilb-image-container {
  width: 100%;
  align-self: baseline;
}

.ec-blocks.two-column-image-layout-block .tcilb-image-container .tcilb-image {
  height: 620px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.ec-blocks.two-column-image-layout-block .tcilb-image-container .tcilb-image-caption {
  display: flex;
  align-items: center;
}

.ec-blocks.two-column-image-layout-block .tcilb-image-container .tcilb-image-caption img {
  margin: 0 30px;
}

.ec-blocks.two-column-image-layout-block .tcilb-image-container .tcilb-image-caption p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
}

.ec-blocks.two-column-text-layout-block {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 75px;
  margin-bottom: 120px;
}

.ec-blocks.two-column-text-layout-block .tctlb-content {
  max-width: 535px;
  width: 100%;
}

.ec-blocks.two-column-text-layout-block .tctlb-content h2 {
  font-family: Korpus, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #141F3A;
  margin-top: 0;
}

.ec-blocks.two-column-text-layout-block .tctlb-content p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #141F3A;
}

.ec-blocks.separator-block .separator-block-inner {
  width: 100%;
  height: 1px;
  background: #e6e2dc;
}

.ec-blocks.quote-block {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px;
}

.ec-blocks.quote-block h2 {
  max-width: 700px;
  width: 100%;
  font-family: Superclarendon, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  text-align: center;
  color: #111;
  margin: 0 auto;
  padding: 35px 0;
}

.ec-blocks.quote-block span {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 3.04615px;
  text-transform: uppercase;
  color: #111;
}

.ec-blocks.image-block {
  height: 620px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin-top: 120px;
}

.ec-blocks.info-block {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 50px;
}

.ec-blocks.info-block h3 {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 3.04615px;
  text-transform: uppercase;
  color: #111;
  margin: 0;
}

.ec-blocks.info-block h2 {
  font-family: Superclarendon, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  text-align: center;
  color: #111;
  margin-top: 10px;
  margin-bottom: 35px;
}

.ec-blocks.info-block p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #141F3A;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
}

.ec-blocks.featured-veterans-block {
  padding: 15px 0;
  background-color: #e6e2dc;
}

.ec-blocks.featured-veterans-block .slides {
  padding: 0 40px;
}

.ec-blocks.featured-veterans-block .slides img {
  height: 170px;
  width: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ec-blocks.featured-veterans-block .slides .slick-slide {
  position: relative;
  padding: 0 5px;
}

.ec-blocks.featured-veterans-block .slides .slick-slide div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fec01e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.ec-blocks.featured-veterans-block .slides .slick-slide:hover div {
  visibility: visible;
  opacity: 1;
}

.ec-blocks.featured-veterans-block .slick-prev,
.ec-blocks.featured-veterans-block .slick-next {
  background: #fec01e;
  border-radius: 0px;
  height: 70px;
  width: 40px;
}

.ec-blocks.featured-veterans-block .slick-prev:before,
.ec-blocks.featured-veterans-block .slick-next:before {
  margin-top: 6px;
}

.ec-blocks.featured-veterans-block .slick-next {
  right: 0;
}

.ec-blocks.featured-veterans-block .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.284486 15.7098C-0.090922 15.3275 -0.0909226 14.7076 0.284485 14.3252L6.49487 7.99996L0.284487 1.67472C-0.090921 1.29237 -0.090922 0.672455 0.284486 0.290104C0.659894 -0.092247 1.26855 -0.092247 1.64396 0.290104L8.36762 7.13812C8.43429 7.17871 8.49718 7.22825 8.55461 7.28674C8.74372 7.47936 8.83757 7.73225 8.83615 7.9847C8.8458 8.2474 8.75217 8.5133 8.55527 8.71385C8.4969 8.7733 8.4329 8.8235 8.36501 8.86446L1.64396 15.7098C1.26855 16.0922 0.659894 16.0922 0.284486 15.7098Z' fill='%23111111'/%3E%3C/svg%3E%0A") !important;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin 300ms;
}

.ec-blocks.featured-veterans-block .slick-next:hover:before {
  margin-right: -10px;
}

.ec-blocks.featured-veterans-block .slick-prev {
  left: 0;
}

.ec-blocks.featured-veterans-block .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.21551 0.290181C9.59092 0.672532 9.59092 1.29244 9.21551 1.6748L3.00513 8.00004L9.21551 14.3253C9.59092 14.7076 9.59092 15.3275 9.21551 15.7099C8.84011 16.0922 8.23145 16.0922 7.85604 15.7099L1.13238 8.86188C1.06571 8.82129 1.00282 8.77175 0.945394 8.71326C0.756279 8.52064 0.662432 8.26775 0.663853 8.0153C0.654199 7.7526 0.747826 7.4867 0.944732 7.28615C1.0031 7.2267 1.0671 7.1765 1.13499 7.13554L7.85604 0.290181C8.23145 -0.0921696 8.84011 -0.0921699 9.21551 0.290181Z' fill='%23111111'/%3E%3C/svg%3E%0A") !important;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin 300ms;
}

.ec-blocks.featured-veterans-block .slick-prev:hover:before {
  margin-left: -10px;
}

.ec-blocks.featured-veterans-block .empty-slider {
  height: 170px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  padding: 0 40px;
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -0.3rem;
  transition: background-color 300ms linear;
}

.ec-blocks.featured-veterans-block .empty-slider:hover {
  background: #fec01e;
  color: #000;
}

.ec-blocks.donation-block {
  background: #fff;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 120px auto;
}

.ec-blocks.donation-block h3 {
  margin: 0;
  padding-bottom: 15px;
  font-family: Korpus, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #1d1d1d;
}

.ec-blocks.donation-block .dfb-header {
  background: #111;
  padding: 10px 34px;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
}

.ec-blocks.donation-block .dfb-sub-type {
  padding: 0 46px;
  margin-top: 44px;
}

.ec-blocks.donation-block .dfb-sub-type .dfb-sub-type-fields {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
  gap: 7px;
  justify-content: space-between;
}

.ec-blocks.donation-block .dfb-sub-type .dfb-sub-type-fields input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.ec-blocks.donation-block .dfb-sub-type .dfb-sub-type-fields input:checked + label:before {
  background: #fec01e;
  box-shadow: 0 0 0 2px #fff inset;
  border: 1px solid #fec01e;
}

.ec-blocks.donation-block .dfb-sub-type .dfb-sub-type-fields label {
  text-align: center;
  border: 1px solid #fec01e;
  padding: 30px 42px 30px 65px;
  transition: all 0.1s ease-in-out;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  position: relative;
}

.ec-blocks.donation-block .dfb-sub-type .dfb-sub-type-fields label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e6e2dc;
  position: absolute;
  left: 30px;
  top: 27px;
}

.ec-blocks.donation-block .dfb-sub-type .dfb-sub-type-fields label:hover {
  cursor: pointer;
}

.ec-blocks.donation-block .dfb-sub-amount {
  padding: 0 46px;
  margin-top: 28px;
  margin-bottom: 86px;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields {
  display: flex;
  justify-content: stretch;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields .dfbsa-fixed {
  display: flex;
  gap: 10px;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields .dfbsa-fixed .one-time-gift {
  display: none;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields .dfbsa-custom {
  display: flex;
  flex: 1;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields .dfbsa-custom label {
  border: none;
  padding: 14px 16px 14px 26px;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields .dfbsa-custom input {
  border: 1px solid #e6e2dc;
  position: inherit !important;
  height: 41px;
  width: 100%;
  clip: inherit;
  outline: none;
  flex: 1;
  padding-left: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.19873 0.0180664C5.32568 0.0180664 5.45687 0.0307617 5.59229 0.0561523L6.31592 1.56689C6.02393 1.50342 5.77848 1.47168 5.57959 1.47168C5.07178 1.47168 4.64225 1.6748 4.29102 2.08105C3.94401 2.4873 3.6626 3.11995 3.44678 3.979H4.35449V5.3501H3.05322L2.58984 7.3877C2.71257 7.35384 2.86279 7.33691 3.04053 7.33691C3.18864 7.33691 3.52718 7.375 4.05615 7.45117C4.58512 7.53158 4.98291 7.57178 5.24951 7.57178C5.69385 7.57178 6.05355 7.49772 6.32861 7.34961V8.87305C5.96468 9.03385 5.5542 9.11426 5.09717 9.11426C4.93213 9.11426 4.58089 9.06982 4.04346 8.98096C3.50179 8.89632 3.0638 8.854 2.72949 8.854C2.08626 8.854 1.40072 8.94076 0.672852 9.11426C0.672852 9.03809 0.683431 8.93441 0.70459 8.80322C0.72998 8.67204 0.856934 8.11768 1.08545 7.14014C1.31396 6.15837 1.45996 5.56169 1.52344 5.3501H0.768066V3.979H1.88525L2.13281 3.19189C2.47559 2.0874 2.91146 1.28337 3.44043 0.779785C3.97363 0.271973 4.55973 0.0180664 5.19873 0.0180664Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 25px center;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields input:checked + label {
  background: #fec01e;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields label {
  text-align: center;
  border: 1px solid #fec01e;
  padding: 14px 30px;
  transition: all 0.1s ease-in-out;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  display: inline-block;
}

.ec-blocks.donation-block .dfb-sub-amount .dfb-sub-amount-fields label:hover {
  cursor: pointer;
}

.ec-blocks.donation-block .submit-button {
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -.3rem;
  width: 100%;
  background: #fec01e;
  padding: 31px 20px;
  cursor: pointer;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  border-radius: 0;
  transition: background-color 300ms linear;
}

.ec-blocks.donation-block .submit-button:hover {
  background-color: #6c604f;
  color: #fff;
}

.ec-blocks.educational-resources-listing-block {
  max-width: 1300px;
  width: 100%;
  margin: 120px auto;
}

.ec-blocks.educational-resources-listing-block .sbc-header {
  text-align: center;
}

.ec-blocks.educational-resources-listing-block .sbc-header h2 {
  font-family: Superclarendon, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}

.ec-blocks.educational-resources-listing-block .sbc-header h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.47px;
  letter-spacing: 3.05px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ec-blocks.educational-resources-listing-block .sbc-content {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}

.ec-blocks.educational-resources-listing-block .sbcfi-head {
  height: 620px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.ec-blocks.educational-resources-listing-block .sbcfi-footer {
  padding: 48px 40px;
  background: #e6e2dc;
}

.ec-blocks.educational-resources-listing-block .path-top {
  max-width: 243px;
  width: 100%;
  height: 123px;
  -webkit-clip-path: polygon(100% 0%, 0 0, 0 100%);
  clip-path: polygon(100% 0%, 0 0, 0 100%);
  position: absolute;
  z-index: 1;
}

.ec-blocks.educational-resources-listing-block .path-bottom {
  width: 171px;
  height: 87px;
  -webkit-clip-path: polygon(100% 0%, 0 0, 0 100%);
  clip-path: polygon(100% 0%, 0 0, 0 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.ec-blocks.educational-resources-listing-block .sbc-left {
  width: 53%;
}

.ec-blocks.educational-resources-listing-block .sbc-left .sbc-item {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ec-blocks.educational-resources-listing-block .sbc-left .sbc-item .sbcfi-head {
  position: relative;
}

.ec-blocks.educational-resources-listing-block .sbc-left .sbc-item .sbcfi-footer h2 {
  font-family: Korpus, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #141F3A;
  margin-top: 0;
  margin-bottom: 20px;
}

.ec-blocks.educational-resources-listing-block .sbc-left .sbc-item .sbcfi-footer h2 a {
  text-decoration: none;
}

.ec-blocks.educational-resources-listing-block .sbc-left .sbc-item .sbcfi-footer p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #141F3A;
  margin: 0;
}

.ec-blocks.educational-resources-listing-block .sbc-right {
  width: 41%;
}

.ec-blocks.educational-resources-listing-block .sbc-right .sbc-item {
  margin-bottom: 40px;
}

.ec-blocks.educational-resources-listing-block .sbc-right .sbc-item:last-child {
  margin-bottom: 0;
}

.ec-blocks.educational-resources-listing-block .sbc-right .sbc-item .sbcfi-head {
  position: relative;
  height: 360px;
}

.ec-blocks.educational-resources-listing-block .sbc-right .sbc-item .sbcfi-footer h2 {
  font-family: Korpus, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #141F3A;
  margin-top: 0;
  margin-bottom: 20px;
}

.ec-blocks.educational-resources-listing-block .sbc-right .sbc-item .sbcfi-footer h2 a {
  text-decoration: none;
}

.ec-blocks.educational-resources-listing-block .sbc-right .sbc-item .sbcfi-footer p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #141F3A;
  margin: 0;
}

.ec-blocks.educational-resources-listing-block .sbc-right .cta-button {
  text-align: center;
}

.ec-blocks.educational-resources-listing-block .sbc-right .cta-button a {
  padding: 16px 80px;
}

.ec-blocks.related-veterans-block {
  padding: 90px 0;
  border-top: 1px solid #e6e2dc;
  margin-top: 130px;
}

.ec-blocks.related-veterans-block .container-fluid {
  padding: 0;
}

.ec-blocks.related-veterans-block .rv-header {
  text-align: center;
}

.ec-blocks.related-veterans-block .rv-header h2 {
  font-family: Superclarendon, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}

.ec-blocks.related-veterans-block .rv-header h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.47px;
  letter-spacing: 3.05px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ec-blocks.related-veterans-block .related-veterans-items-container {
  margin-top: 60px;
  padding: 0 40px;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .related-veteran-item {
  padding: 0 5px;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .related-veteran-item img {
  width: 260px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .related-veteran-item .rvi-name {
  font-family: Korpus, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #111;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .related-veteran-item .rvi-war {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .related-veteran-item a {
  text-decoration: none;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .slick-arrow {
  background: #fec01e;
  border-radius: 0px;
  height: 70px;
  width: 40px;
  top: 37%;
  display: none !important;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .slick-arrow:before {
  margin-top: 6px;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .slick-next {
  right: 0;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.284486 15.7098C-0.090922 15.3275 -0.0909226 14.7076 0.284485 14.3252L6.49487 7.99996L0.284487 1.67472C-0.090921 1.29237 -0.090922 0.672455 0.284486 0.290104C0.659894 -0.092247 1.26855 -0.092247 1.64396 0.290104L8.36762 7.13812C8.43429 7.17871 8.49718 7.22825 8.55461 7.28674C8.74372 7.47936 8.83757 7.73225 8.83615 7.9847C8.8458 8.2474 8.75217 8.5133 8.55527 8.71385C8.4969 8.7733 8.4329 8.8235 8.36501 8.86446L1.64396 15.7098C1.26855 16.0922 0.659894 16.0922 0.284486 15.7098Z' fill='%23111111'/%3E%3C/svg%3E%0A") !important;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin 300ms;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .slick-next:hover:before {
  margin-right: -10px;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .slick-prev {
  left: 0;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.21551 0.290181C9.59092 0.672532 9.59092 1.29244 9.21551 1.6748L3.00513 8.00004L9.21551 14.3253C9.59092 14.7076 9.59092 15.3275 9.21551 15.7099C8.84011 16.0922 8.23145 16.0922 7.85604 15.7099L1.13238 8.86188C1.06571 8.82129 1.00282 8.77175 0.945394 8.71326C0.756279 8.52064 0.662432 8.26775 0.663853 8.0153C0.654199 7.7526 0.747826 7.4867 0.944732 7.28615C1.0031 7.2267 1.0671 7.1765 1.13499 7.13554L7.85604 0.290181C8.23145 -0.0921696 8.84011 -0.0921699 9.21551 0.290181Z' fill='%23111111'/%3E%3C/svg%3E%0A") !important;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin 300ms;
}

.ec-blocks.related-veterans-block .related-veterans-items-container .slick-prev:hover:before {
  margin-left: -10px;
}

.ec-blocks.related-veterans-block .cta-button {
  text-align: center;
  margin-top: 80px;
}

.ec-blocks.related-veterans-block .cta-button a {
  padding: 16px 80px;
}

.ec-blocks.educational-resources-block {
  padding: 90px 0;
  background: #e6e2dc;
}

.ec-blocks.educational-resources-block .container-fluid {
  padding: 0;
}

.ec-blocks.educational-resources-block .erc-header {
  text-align: center;
}

.ec-blocks.educational-resources-block .erc-header h2 {
  font-family: Superclarendon, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}

.ec-blocks.educational-resources-block .erc-header h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.47px;
  letter-spacing: 3.05px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ec-blocks.educational-resources-block .erc-items {
  margin-top: 60px;
  padding: 0 40px;
}

.ec-blocks.educational-resources-block .erc-items .slick-arrow {
  display: none !important;
}

.ec-blocks.educational-resources-block .erc-items .erc-item {
  padding: 0 5px;
  max-width: 260px;
}

.ec-blocks.educational-resources-block .erc-items .erc-item img {
  width: 260px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}

.ec-blocks.educational-resources-block .erc-items .erc-item .erc-name {
  font-family: Korpus, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #111;
}

.ec-blocks.educational-resources-block .erc-items .erc-item .erc-name a {
  text-decoration: none;
}

.ec-blocks.educational-resources-block .erc-items .erc-item .erc-war {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}

.ec-blocks.educational-resources-block .erc-items .slick-arrow {
  background: #fec01e;
  border-radius: 0px;
  height: 70px;
  width: 40px;
  top: 37%;
  display: none !important;
}

.ec-blocks.educational-resources-block .erc-items .slick-arrow:before {
  margin-top: 6px;
}

.ec-blocks.educational-resources-block .erc-items .slick-next {
  right: 0;
}

.ec-blocks.educational-resources-block .erc-items .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.284486 15.7098C-0.090922 15.3275 -0.0909226 14.7076 0.284485 14.3252L6.49487 7.99996L0.284487 1.67472C-0.090921 1.29237 -0.090922 0.672455 0.284486 0.290104C0.659894 -0.092247 1.26855 -0.092247 1.64396 0.290104L8.36762 7.13812C8.43429 7.17871 8.49718 7.22825 8.55461 7.28674C8.74372 7.47936 8.83757 7.73225 8.83615 7.9847C8.8458 8.2474 8.75217 8.5133 8.55527 8.71385C8.4969 8.7733 8.4329 8.8235 8.36501 8.86446L1.64396 15.7098C1.26855 16.0922 0.659894 16.0922 0.284486 15.7098Z' fill='%23111111'/%3E%3C/svg%3E%0A") !important;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin 300ms;
}

.ec-blocks.educational-resources-block .erc-items .slick-next:hover:before {
  margin-right: -10px;
}

.ec-blocks.educational-resources-block .erc-items .slick-prev {
  left: 0;
}

.ec-blocks.educational-resources-block .erc-items .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.21551 0.290181C9.59092 0.672532 9.59092 1.29244 9.21551 1.6748L3.00513 8.00004L9.21551 14.3253C9.59092 14.7076 9.59092 15.3275 9.21551 15.7099C8.84011 16.0922 8.23145 16.0922 7.85604 15.7099L1.13238 8.86188C1.06571 8.82129 1.00282 8.77175 0.945394 8.71326C0.756279 8.52064 0.662432 8.26775 0.663853 8.0153C0.654199 7.7526 0.747826 7.4867 0.944732 7.28615C1.0031 7.2267 1.0671 7.1765 1.13499 7.13554L7.85604 0.290181C8.23145 -0.0921696 8.84011 -0.0921699 9.21551 0.290181Z' fill='%23111111'/%3E%3C/svg%3E%0A") !important;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin 300ms;
}

.ec-blocks.educational-resources-block .erc-items .slick-prev:hover:before {
  margin-left: -10px;
}

.ec-blocks.educational-resources-block .cta-button {
  text-align: center;
  margin-top: 80px;
}

.ec-blocks.educational-resources-block .cta-button a {
  background: #fff;
  padding: 16px 80px;
}

.ec-blocks.educational-resources-block .cta-button a:hover {
  background: #fec01e;
}

.ec-blocks.lesson-plans-block {
  background: #e6e2dc;
  position: relative;
  box-sizing: border-box;
}

.ec-blocks.lesson-plans-block .lpbmc-header {
  background: #000;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
}

.ec-blocks.lesson-plans-block .lpbmc-container {
  box-sizing: border-box;
  padding: 80px;
  display: flex;
  justify-content: space-between;
}

.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-images {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  width: 50%;
}

.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-images img {
  -o-object-fit: contain;
  object-fit: contain;
  flex: 0 0 33.333333%;
  height: auto;
  max-width: 135px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}

.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-images img.active,
.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-images img:hover {
  opacity: 1;
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -.3rem;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 10px;
  box-shadow: inset 0 0 0 3px #e6e2dc;
  -o-object-fit: cover;
  object-fit: cover;
}

.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-text {
  width: 43%;
  display: none;
}

.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-text h3 {
  margin: 0;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
}

.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-text h2 {
  margin-top: 10px;
  font-family: Korpus, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #141F3A;
}

.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-text p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #141F3A;
}

.ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-text.active {
  display: block;
}

.ec-blocks.lesson-plans-block .cta-button {
  position: absolute;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
  background: #fff;
  transform: translate(-50%, -50%);
}

.download-teaching-resource-popup {
  padding: 0 !important;
  max-width: 790px !important;
}

.download-teaching-resource-popup .popup-block-container {
  background: #e6e2dc;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px 120px;
  box-sizing: border-box;
  position: relative;
}

.download-teaching-resource-popup .popup-block-container .pre-heading {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 3.04615px;
  text-transform: uppercase;
  color: #111;
}

.download-teaching-resource-popup .popup-block-container h2 {
  font-family: Korpus, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #141F3A;
  margin-top: 10px;
  margin-bottom: 20px;
}

.download-teaching-resource-popup .popup-block-container p {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #141F3A;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}

.download-teaching-resource-popup .popup-block-container form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.download-teaching-resource-popup .popup-block-container form input[type="text"],
.download-teaching-resource-popup .popup-block-container form input[type="email"] {
  width: 100%;
  height: 50px;
  border-radius: 0;
  margin-bottom: 15px;
  padding-left: 18px;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #111;
  outline: none;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.download-teaching-resource-popup .popup-block-container form input[type="text"]:focus,
.download-teaching-resource-popup .popup-block-container form input[type="email"]:focus {
  border: 1px solid #fec01e;
}

.download-teaching-resource-popup .popup-block-container form label {
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  vertical-align: super;
  cursor: pointer;
}

.download-teaching-resource-popup .popup-block-container form input[type="checkbox"] {
  border: 0;
  height: 20px;
  width: 20px;
  border-radius: 0;
  margin-top: 15px;
  cursor: pointer;
}

.download-teaching-resource-popup .popup-block-container form input[type="submit"] {
  background: #fff;
  padding: 17px 77px;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -.3rem;
  cursor: pointer;
  align-self: center;
}

.download-teaching-resource-popup .popup-block-container form input[type="submit"]:hover {
  background: #fec01e;
}

.download-teaching-resource-popup .popup-block-container .mfp-close {
  position: absolute;
  top: 23px;
  right: 23px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3258 0.281557C14.7081 -0.0938516 15.328 -0.0938526 15.7104 0.281556C16.0927 0.656964 16.0927 1.26562 15.7104 1.64103L9.31815 7.9172L15.7065 14.1895C16.0888 14.5649 16.0888 15.1736 15.7065 15.549C15.3241 15.9244 14.7042 15.9244 14.3219 15.549L7.99658 9.33856L1.67137 15.549C1.28902 15.9244 0.66911 15.9244 0.286761 15.549C-0.0955872 15.1736 -0.095587 14.5649 0.286761 14.1895L6.67891 7.91336L0.290668 1.64104C-0.0916807 1.26563 -0.091681 0.65697 0.290667 0.28156C0.673016 -0.0938507 1.29292 -0.0938516 1.67527 0.281559L8.00048 6.492L14.3258 0.281557Z' fill='%23111111'/%3E%3C/svg%3E%0A");
}

.download-teaching-resource-popup .popup-block-container span.consent .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

@media (max-width: 1465px) {
  main.veteran-single-page .veteran-video-showcase-container .vvs-inner-container {
    padding: 0;
  }

  main.veteran-single-page .videoGallery .rsOverflow .rsVideoContainer img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    margin-left: 0 !important;
  }

  main.veteran-single-page .veteran-main-info-container .vmi-inner-container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1400px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1400px) {
  .ec-blocks.educational-resources-listing-block .sbc-content {
    padding: 0 15px;
  }

  .ec-blocks.lesson-plans-block {
    padding: 0;
  }

  .ec-blocks.lesson-plans-block .lpbmc-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1330px) {
  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters {
    flex-direction: column;
    padding: 20px 0;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container {
    margin-bottom: 30px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters {
    flex-direction: column;
    padding: 20px 0;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container {
    margin-bottom: 30px;
  }
}

@media (max-width: 1300px) {
  .ec-blocks.two-column-image-layout-block .tcilb-text {
    padding: 0px;
    max-width: 100%;
  }
}

@media (max-width: 1157px) {
  main.veteran-single-page .veteran-main-info-container a.veteran-share-button {
    display: block;
    margin-top: 20px;
    margin-right: 40px;
  }
}

@media (max-width: 1024px) {
  .ec-blocks.two-column-image-layout-block {
    display: flex;
    flex-direction: column-reverse;
  }

  .ec-blocks.two-column-image-layout-block.tcilb-left {
    display: flex;
    flex-direction: column-reverse;
  }

  .ec-blocks.two-column-image-layout-block .tcilb-image-container .tcilb-image {
    width: 100%;
  }

  .ec-blocks.two-column-text-layout-block {
    display: flex;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
  }

  .ec-blocks.two-column-text-layout-block .tctlb-content {
    max-width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }

  .ec-blocks.related-veterans-block .related-veterans-items-container .slick-arrow {
    display: block !important;
  }

  .ec-blocks.educational-resources-block .erc-items .slick-arrow {
    display: block !important;
  }
}

@media (max-width: 960px) {
  .ec-blocks.header-block .main-header-block-container .video-container-wrap iframe {
    width: 165%;
    height: 165%;
  }
}

@media (max-width: 950px) {
  main.veteran-single-page .veteran-video-showcase-container .watch-next {
    bottom: -42px;
    width: 100%;
  }

  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsOverflow {
    width: 100% !important;
  }

  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsNav.rsTabs {
    top: 42px;
    width: 100%;
    margin-bottom: 80px;
    height: 483px;
  }

  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
  }

  main.veteran-single-page .veteran-main-info-container .vmi-inner-container {
    padding: 0 15px;
    flex-direction: column;
    gap: 90px;
  }

  main.veteran-single-page .veteran-main-info-container a.veteran-share-button {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
  }

  main.veteran-single-page .veteran-main-info-container .veteran-related-tags {
    width: 100%;
    min-width: 100%;
  }

  main.veteran-single-page .veteran-main-info-container .veteran-related-tags .related-tags-container {
    max-height: 250px;
  }

  body .rsDefault .rsTab {
    min-width: 100%;
  }

  .ec-blocks.related-veterans-block {
    margin-top: 50px;
  }

  .ec-blocks.lesson-plans-block {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 820px) {
  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container {
    width: 100%;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input {
    margin-left: 20px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container {
    width: 100%;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input {
    margin-left: 20px;
  }
}

@media (max-width: 820px) {
  .ec-blocks.educational-resources-listing-block .sbcfi-head {
    height: 420px;
  }

  .ec-blocks.educational-resources-listing-block .sbcfi-footer {
    padding: 30px;
    background: #e6e2dc;
  }

  .ec-blocks.educational-resources-listing-block .sbc-left .sbc-item .sbcfi-footer h2 {
    font-size: 28px;
    line-height: 32.5px;
  }

  .ec-blocks.educational-resources-listing-block .sbc-left .sbc-item .sbcfi-footer p {
    font-size: 18px;
    line-height: 26px;
  }

  .ec-blocks.educational-resources-listing-block .sbc-right .sbc-item .sbcfi-head {
    height: 260px;
  }
}

@media (max-width: 815px) {
  .ec-blocks.header-block .main-header-block-container .video-container-wrap iframe {
    width: 200%;
    height: 200%;
  }

  .ec-blocks.header-block .main-header-block-container .video-container-wrap {
    padding-bottom: 56%;
  }

  .ec-blocks.header-block .main-header-block-container .video-container-wrap iframe {
    width: 280%;
    height: 280%;
  }

  .ec-blocks.header-block .main-header-block-container.b-header {
    height: 615px;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .main-navigation .menu-main-menu-container {
    display: none;
  }

  .main-navigation.toggled .menu-toggle {
    background-image: url("data:image/svg+xml,%3Csvg width='55' height='60' viewBox='0 0 55 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='18' y1='38.8787' x2='35.8787' y2='21' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='18.1213' y1='21' x2='36' y2='38.8787' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .main-navigation.toggled .menu-main-menu-container {
    display: block;
    position: absolute;
    z-index: 5;
    width: 100%;
    background-color: #fff;
    height: 100%;
  }

  .main-navigation.toggled .menu-main-menu-container ul {
    flex-direction: column;
    height: unset;
    background-color: #fff;
  }

  .main-navigation.toggled .menu-main-menu-container ul li {
    padding: 0;
    border-top: 1px solid #e6e2dc;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main-navigation.toggled .menu-main-menu-container ul li.current_page_item > a,
  .main-navigation.toggled .menu-main-menu-container ul li.current-menu-item > a,
  .main-navigation.toggled .menu-main-menu-container ul li.current_page_ancestor > a,
  .main-navigation.toggled .menu-main-menu-container ul li.current-menu-ancestor > a,
  .main-navigation.toggled .menu-main-menu-container ul li a:hover {
    border: 0;
    top: 0;
  }

  .main-navigation.toggled .menu-main-menu-container ul li a {
    padding: 43px 0;
    width: 100%;
    text-align: center;
  }

  .main-navigation.toggled .menu-main-menu-container ul li a:hover {
    border: 0;
    top: 0;
  }

  .main-navigation.toggled .menu-main-menu-container ul li:last-of-type {
    border-top: 0;
  }

  .main-navigation.toggled .menu-main-menu-container ul li:last-of-type a {
    background: #fec01e;
    height: unset;
    line-height: unset;
    margin: 0;
    border: 1px double #fec01e;
    outline: 1px solid #fec01e;
    outline-offset: -0.3rem;
  }

  .main-navigation.toggled .menu-main-menu-container ul li:last-of-type a:hover {
    background: #fff;
    top: 0;
    position: unset;
  }

  .main-navigation .menu-toggle {
    display: block;
  }

  .mobile-navigation {
    display: block;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .site-header.hide {
    top: -61px;
  }

  main.site-main {
    margin-top: 61px;
  }

  .site-header {
    min-height: 61px;
  }

  .site-header.hide {
    top: -61px;
  }

  .site-header .site-branding {
    display: none;
  }

  .site-header .site-branding.mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  main.veteran-single-page .veteran-main-info-container .veteran-tab-content {
    padding: 0 17px;
  }

  .site-footer {
    padding: 72px 0 40px 0;
    position: relative;
  }

  .site-footer .container-fluid {
    padding: 0;
  }

  .site-footer .footer-widgets {
    flex-direction: column;
    width: 100%;
  }

  .site-footer .footer-widgets section {
    max-width: 100% !important;
    margin: 0;
  }

  .site-footer .footer-widgets section .widget-title {
    padding: 21px 47px;
    cursor: pointer;
  }

  .site-footer .footer-widgets section .widget-title:after {
    content: "+";
    right: 50px;
    position: absolute;
    font-size: 30px;
    font-weight: 100;
  }

  .site-footer .footer-widgets section > div {
    display: none;
    padding: 0 47px;
  }

  .site-footer .footer-widgets section div.active {
    display: block;
  }

  .site-footer .footer-widgets section:last-child > div {
    display: block;
  }

  .site-footer .footer-widgets section .logo-column {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 21px 47px 47px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-content: center;
    row-gap: 20px;
    align-items: center;
  }

  .site-footer .footer-widgets section .logo-column .donate-now-footer {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }

  .site-footer .footer-widgets section .logo-column img {
    max-width: 120px;
    margin-bottom: 0;
  }

  .site-footer .site-info section div {
    flex-direction: column-reverse;
    align-items: center;
  }

  .ec-blocks.lesson-plans-block .lpbmc-container {
    padding-top: 50px;
    padding-bottom: 80px;
    flex-direction: column;
  }

  .ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-images {
    width: 100%;
    padding-bottom: 40px;
    gap: 20px;
    justify-content: center;
  }

  .ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-images img {
    max-width: 80px;
  }

  .ec-blocks.lesson-plans-block .lpbmc-container .lpbmc-text {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .ec-blocks.educational-resources-listing-block .sbc-content {
    flex-direction: column;
  }

  .ec-blocks.educational-resources-listing-block .sbcfi-head {
    height: 260px;
  }

  .ec-blocks.educational-resources-listing-block .sbc-left {
    width: 100%;
  }

  .ec-blocks.educational-resources-listing-block .sbc-left .sbc-item {
    position: relative;
    margin-bottom: 30px;
    top: 0;
  }

  .ec-blocks.educational-resources-listing-block .sbc-right {
    width: 100%;
  }

  .ec-blocks.educational-resources-listing-block .sbc-right .sbc-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 685px) {
  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs label svg {
    display: none;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs label svg {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters {
    padding-bottom: 10px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container h3 {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-right: 0;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input {
    margin-left: 15px;
    margin-right: 7px;
    width: 15px;
    height: 15px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input:after {
    height: 16px;
    width: 10px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs label {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-reset a {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-reset a span {
    font-size: 30px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters {
    padding: 0 16px;
    min-height: 60px;
    margin-top: 10px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters select {
    font-size: 11px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters .advanced-search-container a {
    font-size: 11px;
  }

  .ec-blocks.veterans-archive-block .videos-container {
    padding: 0 16px;
    margin-top: 15px;
  }

  .ec-blocks.veterans-archive-block .videos-container .item {
    flex: 1 45%;
    margin-bottom: 20px;
  }

  .ec-blocks.veterans-archive-block .videos-container .item img {
    max-height: 121px;
  }

  .ec-blocks.veterans-archive-block .videos-container .item p {
    margin: 0;
  }

  .ec-blocks.veterans-archive-block .pagination a {
    margin: 0 10px;
  }

  .ec-blocks.veterans-archive-block .pagination > span.page-numbers.dots {
    display: none;
  }

  .ec-blocks.veterans-archive-block .pagination span {
    margin: 0 10px;
  }

  .ec-blocks.veterans-archive-block .pagination a.next {
    padding: 21px 16px !important;
    background-position: center;
    font-size: 0;
  }

  .ec-blocks.veterans-archive-block .pagination a.prev {
    padding: 21px 16px !important;
    background-position: center;
    font-size: 0;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters {
    padding-bottom: 10px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container h3 {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-right: 0;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input {
    margin-left: 15px;
    margin-right: 7px;
    width: 15px;
    height: 15px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs input:after {
    height: 16px;
    width: 10px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container .archive-filters-inputs label {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-reset a {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-reset a span {
    font-size: 30px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters {
    padding: 0 16px;
    min-height: 60px;
    margin-top: 10px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters select {
    font-size: 11px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters .advanced-search-container a {
    font-size: 11px;
  }

  .ec-blocks.veterans-archive-block .videos-container {
    padding: 0 16px;
    margin-top: 15px;
  }

  .ec-blocks.veterans-archive-block .videos-container .item {
    flex: 1 45%;
    margin-bottom: 20px;
  }

  .ec-blocks.veterans-archive-block .videos-container .item img {
    max-height: 121px;
  }

  .ec-blocks.veterans-archive-block .videos-container .item p {
    margin: 0;
  }

  .ec-blocks.veterans-archive-block .pagination a {
    margin: 0 10px;
  }

  .ec-blocks.veterans-archive-block .pagination > span.page-numbers.dots {
    display: none;
  }

  .ec-blocks.veterans-archive-block .pagination span {
    margin: 0 10px;
  }

  .ec-blocks.veterans-archive-block .pagination a.next {
    padding: 21px 16px !important;
    background-position: center;
    font-size: 0;
  }

  .ec-blocks.veterans-archive-block .pagination a.prev {
    padding: 21px 16px !important;
    background-position: center;
    font-size: 0;
  }
}

@media (max-width: 576px) {
  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left {
    padding: 27px 16px;
  }

  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left h5 {
    font-size: 22px;
    line-height: 26px;
  }

  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left span {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 414px) {
  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsNav.rsTabs {
    height: 459px;
  }

  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left {
    padding: 27px 16px;
  }

  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left h5 {
    font-size: 22px;
    line-height: 26px;
  }

  main.veteran-single-page .veteran-video-showcase-container .videoGallery .rsTmb-left span {
    font-size: 14px;
    line-height: 18px;
  }

  main.veteran-single-page .veteran-main-info-container ul.veteran-tabs li {
    font-size: 11px;
    width: 85px;
    margin-right: 20px;
  }

  main.veteran-single-page .veteran-main-info-container a.veteran-share-button {
    padding: 11px 55px 11px 20px;
    font-size: 11px;
  }

  .ec-blocks.header-block .main-header-block-container .video-container-wrap iframe {
    top: 130%;
  }

  .ec-blocks.header-block .main-header-block-container h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .ec-blocks.header-block .main-header-block-container h3 {
    font-size: 14px;
    line-height: 17px;
  }

  .ec-blocks.header-block .main-header-block-container p {
    font-size: 18px;
    line-height: 26px;
  }

  .ec-blocks.related-veterans-block .rv-header h2 {
    font-size: 45px;
  }

  .ec-blocks.related-veterans-block .related-veterans-items-container {
    padding: 0 16px;
  }

  .ec-blocks.related-veterans-block .related-veterans-items-container .slick-arrow {
    height: 35px;
    width: 17px;
  }

  .ec-blocks.educational-resources-block .erc-header h2 {
    font-size: 45px;
  }

  .ec-blocks.educational-resources-block .erc-items {
    padding: 0 16px;
  }

  .ec-blocks.educational-resources-block .erc-items .slick-arrow {
    height: 35px;
    width: 17px;
  }

  .ec-blocks.lesson-plans-block .cta-button {
    width: 80%;
  }
}

@media screen and (max-width: 414px) {
  .ec-blocks.veterans-archive-block .second-level-filters label {
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .ec-blocks.veterans-archive-block .second-level-filters .sort-by-container {
    padding-right: 5px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters .sort-by-container select {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.688217 1.07641C0.97498 0.767254 1.43991 0.767253 1.72668 1.07641L6.47061 6.19085L11.2145 1.07641C11.5013 0.767254 11.9662 0.767254 12.253 1.07641C12.5398 1.38557 12.5398 1.88682 12.253 2.19598L7.11699 7.73311C7.08655 7.78802 7.04939 7.83981 7.00552 7.8871C6.86107 8.04283 6.67141 8.12012 6.48209 8.11896C6.28505 8.12692 6.08561 8.04981 5.93519 7.88765C5.89061 7.83958 5.85295 7.78687 5.82223 7.73096L0.688217 2.19598C0.401454 1.88682 0.401454 1.38557 0.688217 1.07641Z' fill='%23111111'/%3E%3C/svg%3E%0A");
    padding-left: 5px;
    padding-right: 30px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters .advanced-search-container a {
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 15px 30px 15px 16px;
  }

  .ec-blocks.veterans-archive-block .videos-container .item .name-link {
    font-size: 22px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters label {
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .ec-blocks.veterans-archive-block .second-level-filters .sort-by-container {
    padding-right: 5px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters .sort-by-container select {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.688217 1.07641C0.97498 0.767254 1.43991 0.767253 1.72668 1.07641L6.47061 6.19085L11.2145 1.07641C11.5013 0.767254 11.9662 0.767254 12.253 1.07641C12.5398 1.38557 12.5398 1.88682 12.253 2.19598L7.11699 7.73311C7.08655 7.78802 7.04939 7.83981 7.00552 7.8871C6.86107 8.04283 6.67141 8.12012 6.48209 8.11896C6.28505 8.12692 6.08561 8.04981 5.93519 7.88765C5.89061 7.83958 5.85295 7.78687 5.82223 7.73096L0.688217 2.19598C0.401454 1.88682 0.401454 1.38557 0.688217 1.07641Z' fill='%23111111'/%3E%3C/svg%3E%0A");
    padding-left: 5px;
    padding-right: 30px;
  }

  .ec-blocks.veterans-archive-block .second-level-filters .advanced-search-container a {
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 15px 30px 15px 16px;
  }

  .ec-blocks.veterans-archive-block .videos-container .item .name-link {
    font-size: 22px;
  }

  .ec-blocks.featured-veterans-block .slides {
    padding: 0 16px;
  }

  .ec-blocks.featured-veterans-block .slides img {
    height: 121px;
  }

  .ec-blocks.featured-veterans-block .empty-slider {
    height: 121px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1.5px;
    padding: 0 23px;
  }

  .ec-blocks.featured-veterans-block .slick-prev,
  .ec-blocks.featured-veterans-block .slick-next {
    height: 35px;
    width: 17px;
  }
}

@media (max-width: 408px) {
  .ec-blocks.header-block .main-header-block-container.b-header {
    height: 515px;
  }
}

@media screen and (max-width: 375px) {
  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container {
    margin-bottom: 10px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container {
    margin-top: 10px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container h3 {
    display: none;
  }

  .ec-blocks.veterans-archive-block .second-level-filters {
    min-height: 125px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 0;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .search-archive-container {
    margin-bottom: 10px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container {
    margin-top: 10px;
  }

  .ec-blocks.veterans-archive-block .archive-filters .first-level-filters .archive-filters-container h3 {
    display: none;
  }

  .ec-blocks.veterans-archive-block .second-level-filters {
    min-height: 125px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 0;
  }
}

@media (max-width: 345px) {
  .ec-blocks.header-block .main-header-block-container.b-header {
    height: 450px;
  }
}

@media (max-height: 820px) {
  .ec-blocks.educational-resources-listing-block .sbcfi-head {
    height: 420px;
  }
}


.cta-flex {
display: flex;
justify-content: space-around;
}



.ec-blocks.two-column-image-layout-block.image-fit img.tcilb-image {
    height: auto !important;
}


.ec-blocks.two-column-text-layout-block.large-list ul {
    font-size: 1.25em;
    padding-inline-start: 0;
}



input[type="submit"].cta-button {
  border: 1px double #fec01e;
  outline: 1px solid #fec01e;
  outline-offset: -.3rem;
  padding: 20px 33px;
  font-family: 'Gill Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  display: inline-block;
  transition: background-color 300ms linear;
}

input[type="submit"].cta-button:hover {
  background: #fec01e;
}

.ec-blocks.two-column-image-layout-block.abseil .tcilb-text {
    padding: 0 30px;
}

.ec-blocks.two-column-image-layout-block.abseil .tcilb-image-container {
    min-width: 30vw;
}

ul.mid {
    width: 80%;
    max-width: 550px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2em;
}

ul.mid ul {
    list-style-type: circle;
}

ul.mid br {
    display: none;
}