/*
Theme Name: IndyHunger
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: indyhunger

indyhunger WordPress Theme 2011-2024
indyhunger is distributed under the terms of the GNU GPL
*/
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:wght@300;400;500&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.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;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  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: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing

--------------------------------------------- */
/* Responsive Breakpoints */
.grid-row, .alm-paging-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}
@media (min-width: 889px) {
  .grid-row, .alm-paging-content {
    grid-gap: 26px;
  }
}

@media (min-width: 595px) {
  .col-start-xs-1.col-xs-1 {
    grid-column: 1/span 1;
  }
  .col-start-xs-2.col-xs-1 {
    grid-column: 2/span 1;
  }
  .col-start-xs-3.col-xs-1 {
    grid-column: 3/span 1;
  }
  .col-start-xs-4.col-xs-1 {
    grid-column: 4/span 1;
  }
  .col-start-xs-5.col-xs-1 {
    grid-column: 5/span 1;
  }
  .col-start-xs-6.col-xs-1 {
    grid-column: 6/span 1;
  }
  .col-start-xs-7.col-xs-1 {
    grid-column: 7/span 1;
  }
  .col-start-xs-8.col-xs-1 {
    grid-column: 8/span 1;
  }
  .col-start-xs-9.col-xs-1 {
    grid-column: 9/span 1;
  }
  .col-start-xs-10.col-xs-1 {
    grid-column: 10/span 1;
  }
  .col-start-xs-11.col-xs-1 {
    grid-column: 11/span 1;
  }
  .col-start-xs-12.col-xs-1 {
    grid-column: 12/span 1;
  }
  .col-xs-1 {
    grid-column-start: span 1;
  }
  .col-start-xs-1.col-xs-2 {
    grid-column: 1/span 2;
  }
  .col-start-xs-2.col-xs-2 {
    grid-column: 2/span 2;
  }
  .col-start-xs-3.col-xs-2 {
    grid-column: 3/span 2;
  }
  .col-start-xs-4.col-xs-2 {
    grid-column: 4/span 2;
  }
  .col-start-xs-5.col-xs-2 {
    grid-column: 5/span 2;
  }
  .col-start-xs-6.col-xs-2 {
    grid-column: 6/span 2;
  }
  .col-start-xs-7.col-xs-2 {
    grid-column: 7/span 2;
  }
  .col-start-xs-8.col-xs-2 {
    grid-column: 8/span 2;
  }
  .col-start-xs-9.col-xs-2 {
    grid-column: 9/span 2;
  }
  .col-start-xs-10.col-xs-2 {
    grid-column: 10/span 2;
  }
  .col-start-xs-11.col-xs-2 {
    grid-column: 11/span 2;
  }
  .col-start-xs-12.col-xs-2 {
    grid-column: 12/span 2;
  }
  .col-xs-2 {
    grid-column-start: span 2;
  }
  .col-start-xs-1.col-xs-3 {
    grid-column: 1/span 3;
  }
  .col-start-xs-2.col-xs-3 {
    grid-column: 2/span 3;
  }
  .col-start-xs-3.col-xs-3 {
    grid-column: 3/span 3;
  }
  .col-start-xs-4.col-xs-3 {
    grid-column: 4/span 3;
  }
  .col-start-xs-5.col-xs-3 {
    grid-column: 5/span 3;
  }
  .col-start-xs-6.col-xs-3 {
    grid-column: 6/span 3;
  }
  .col-start-xs-7.col-xs-3 {
    grid-column: 7/span 3;
  }
  .col-start-xs-8.col-xs-3 {
    grid-column: 8/span 3;
  }
  .col-start-xs-9.col-xs-3 {
    grid-column: 9/span 3;
  }
  .col-start-xs-10.col-xs-3 {
    grid-column: 10/span 3;
  }
  .col-start-xs-11.col-xs-3 {
    grid-column: 11/span 3;
  }
  .col-start-xs-12.col-xs-3 {
    grid-column: 12/span 3;
  }
  .col-xs-3 {
    grid-column-start: span 3;
  }
  .col-start-xs-1.col-xs-4 {
    grid-column: 1/span 4;
  }
  .col-start-xs-2.col-xs-4 {
    grid-column: 2/span 4;
  }
  .col-start-xs-3.col-xs-4 {
    grid-column: 3/span 4;
  }
  .col-start-xs-4.col-xs-4 {
    grid-column: 4/span 4;
  }
  .col-start-xs-5.col-xs-4 {
    grid-column: 5/span 4;
  }
  .col-start-xs-6.col-xs-4 {
    grid-column: 6/span 4;
  }
  .col-start-xs-7.col-xs-4 {
    grid-column: 7/span 4;
  }
  .col-start-xs-8.col-xs-4 {
    grid-column: 8/span 4;
  }
  .col-start-xs-9.col-xs-4 {
    grid-column: 9/span 4;
  }
  .col-start-xs-10.col-xs-4 {
    grid-column: 10/span 4;
  }
  .col-start-xs-11.col-xs-4 {
    grid-column: 11/span 4;
  }
  .col-start-xs-12.col-xs-4 {
    grid-column: 12/span 4;
  }
  .col-xs-4 {
    grid-column-start: span 4;
  }
  .col-start-xs-1.col-xs-5 {
    grid-column: 1/span 5;
  }
  .col-start-xs-2.col-xs-5 {
    grid-column: 2/span 5;
  }
  .col-start-xs-3.col-xs-5 {
    grid-column: 3/span 5;
  }
  .col-start-xs-4.col-xs-5 {
    grid-column: 4/span 5;
  }
  .col-start-xs-5.col-xs-5 {
    grid-column: 5/span 5;
  }
  .col-start-xs-6.col-xs-5 {
    grid-column: 6/span 5;
  }
  .col-start-xs-7.col-xs-5 {
    grid-column: 7/span 5;
  }
  .col-start-xs-8.col-xs-5 {
    grid-column: 8/span 5;
  }
  .col-start-xs-9.col-xs-5 {
    grid-column: 9/span 5;
  }
  .col-start-xs-10.col-xs-5 {
    grid-column: 10/span 5;
  }
  .col-start-xs-11.col-xs-5 {
    grid-column: 11/span 5;
  }
  .col-start-xs-12.col-xs-5 {
    grid-column: 12/span 5;
  }
  .col-xs-5 {
    grid-column-start: span 5;
  }
  .col-start-xs-1.col-xs-6 {
    grid-column: 1/span 6;
  }
  .col-start-xs-2.col-xs-6 {
    grid-column: 2/span 6;
  }
  .col-start-xs-3.col-xs-6 {
    grid-column: 3/span 6;
  }
  .col-start-xs-4.col-xs-6 {
    grid-column: 4/span 6;
  }
  .col-start-xs-5.col-xs-6 {
    grid-column: 5/span 6;
  }
  .col-start-xs-6.col-xs-6 {
    grid-column: 6/span 6;
  }
  .col-start-xs-7.col-xs-6 {
    grid-column: 7/span 6;
  }
  .col-start-xs-8.col-xs-6 {
    grid-column: 8/span 6;
  }
  .col-start-xs-9.col-xs-6 {
    grid-column: 9/span 6;
  }
  .col-start-xs-10.col-xs-6 {
    grid-column: 10/span 6;
  }
  .col-start-xs-11.col-xs-6 {
    grid-column: 11/span 6;
  }
  .col-start-xs-12.col-xs-6 {
    grid-column: 12/span 6;
  }
  .col-xs-6 {
    grid-column-start: span 6;
  }
  .col-start-xs-1.col-xs-7 {
    grid-column: 1/span 7;
  }
  .col-start-xs-2.col-xs-7 {
    grid-column: 2/span 7;
  }
  .col-start-xs-3.col-xs-7 {
    grid-column: 3/span 7;
  }
  .col-start-xs-4.col-xs-7 {
    grid-column: 4/span 7;
  }
  .col-start-xs-5.col-xs-7 {
    grid-column: 5/span 7;
  }
  .col-start-xs-6.col-xs-7 {
    grid-column: 6/span 7;
  }
  .col-start-xs-7.col-xs-7 {
    grid-column: 7/span 7;
  }
  .col-start-xs-8.col-xs-7 {
    grid-column: 8/span 7;
  }
  .col-start-xs-9.col-xs-7 {
    grid-column: 9/span 7;
  }
  .col-start-xs-10.col-xs-7 {
    grid-column: 10/span 7;
  }
  .col-start-xs-11.col-xs-7 {
    grid-column: 11/span 7;
  }
  .col-start-xs-12.col-xs-7 {
    grid-column: 12/span 7;
  }
  .col-xs-7 {
    grid-column-start: span 7;
  }
  .col-start-xs-1.col-xs-8 {
    grid-column: 1/span 8;
  }
  .col-start-xs-2.col-xs-8 {
    grid-column: 2/span 8;
  }
  .col-start-xs-3.col-xs-8 {
    grid-column: 3/span 8;
  }
  .col-start-xs-4.col-xs-8 {
    grid-column: 4/span 8;
  }
  .col-start-xs-5.col-xs-8 {
    grid-column: 5/span 8;
  }
  .col-start-xs-6.col-xs-8 {
    grid-column: 6/span 8;
  }
  .col-start-xs-7.col-xs-8 {
    grid-column: 7/span 8;
  }
  .col-start-xs-8.col-xs-8 {
    grid-column: 8/span 8;
  }
  .col-start-xs-9.col-xs-8 {
    grid-column: 9/span 8;
  }
  .col-start-xs-10.col-xs-8 {
    grid-column: 10/span 8;
  }
  .col-start-xs-11.col-xs-8 {
    grid-column: 11/span 8;
  }
  .col-start-xs-12.col-xs-8 {
    grid-column: 12/span 8;
  }
  .col-xs-8 {
    grid-column-start: span 8;
  }
  .col-start-xs-1.col-xs-9 {
    grid-column: 1/span 9;
  }
  .col-start-xs-2.col-xs-9 {
    grid-column: 2/span 9;
  }
  .col-start-xs-3.col-xs-9 {
    grid-column: 3/span 9;
  }
  .col-start-xs-4.col-xs-9 {
    grid-column: 4/span 9;
  }
  .col-start-xs-5.col-xs-9 {
    grid-column: 5/span 9;
  }
  .col-start-xs-6.col-xs-9 {
    grid-column: 6/span 9;
  }
  .col-start-xs-7.col-xs-9 {
    grid-column: 7/span 9;
  }
  .col-start-xs-8.col-xs-9 {
    grid-column: 8/span 9;
  }
  .col-start-xs-9.col-xs-9 {
    grid-column: 9/span 9;
  }
  .col-start-xs-10.col-xs-9 {
    grid-column: 10/span 9;
  }
  .col-start-xs-11.col-xs-9 {
    grid-column: 11/span 9;
  }
  .col-start-xs-12.col-xs-9 {
    grid-column: 12/span 9;
  }
  .col-xs-9 {
    grid-column-start: span 9;
  }
  .col-start-xs-1.col-xs-10 {
    grid-column: 1/span 10;
  }
  .col-start-xs-2.col-xs-10 {
    grid-column: 2/span 10;
  }
  .col-start-xs-3.col-xs-10 {
    grid-column: 3/span 10;
  }
  .col-start-xs-4.col-xs-10 {
    grid-column: 4/span 10;
  }
  .col-start-xs-5.col-xs-10 {
    grid-column: 5/span 10;
  }
  .col-start-xs-6.col-xs-10 {
    grid-column: 6/span 10;
  }
  .col-start-xs-7.col-xs-10 {
    grid-column: 7/span 10;
  }
  .col-start-xs-8.col-xs-10 {
    grid-column: 8/span 10;
  }
  .col-start-xs-9.col-xs-10 {
    grid-column: 9/span 10;
  }
  .col-start-xs-10.col-xs-10 {
    grid-column: 10/span 10;
  }
  .col-start-xs-11.col-xs-10 {
    grid-column: 11/span 10;
  }
  .col-start-xs-12.col-xs-10 {
    grid-column: 12/span 10;
  }
  .col-xs-10 {
    grid-column-start: span 10;
  }
  .col-start-xs-1.col-xs-11 {
    grid-column: 1/span 11;
  }
  .col-start-xs-2.col-xs-11 {
    grid-column: 2/span 11;
  }
  .col-start-xs-3.col-xs-11 {
    grid-column: 3/span 11;
  }
  .col-start-xs-4.col-xs-11 {
    grid-column: 4/span 11;
  }
  .col-start-xs-5.col-xs-11 {
    grid-column: 5/span 11;
  }
  .col-start-xs-6.col-xs-11 {
    grid-column: 6/span 11;
  }
  .col-start-xs-7.col-xs-11 {
    grid-column: 7/span 11;
  }
  .col-start-xs-8.col-xs-11 {
    grid-column: 8/span 11;
  }
  .col-start-xs-9.col-xs-11 {
    grid-column: 9/span 11;
  }
  .col-start-xs-10.col-xs-11 {
    grid-column: 10/span 11;
  }
  .col-start-xs-11.col-xs-11 {
    grid-column: 11/span 11;
  }
  .col-start-xs-12.col-xs-11 {
    grid-column: 12/span 11;
  }
  .col-xs-11 {
    grid-column-start: span 11;
  }
  .col-start-xs-1.col-xs-12 {
    grid-column: 1/span 12;
  }
  .col-start-xs-2.col-xs-12 {
    grid-column: 2/span 12;
  }
  .col-start-xs-3.col-xs-12 {
    grid-column: 3/span 12;
  }
  .col-start-xs-4.col-xs-12 {
    grid-column: 4/span 12;
  }
  .col-start-xs-5.col-xs-12 {
    grid-column: 5/span 12;
  }
  .col-start-xs-6.col-xs-12 {
    grid-column: 6/span 12;
  }
  .col-start-xs-7.col-xs-12 {
    grid-column: 7/span 12;
  }
  .col-start-xs-8.col-xs-12 {
    grid-column: 8/span 12;
  }
  .col-start-xs-9.col-xs-12 {
    grid-column: 9/span 12;
  }
  .col-start-xs-10.col-xs-12 {
    grid-column: 10/span 12;
  }
  .col-start-xs-11.col-xs-12 {
    grid-column: 11/span 12;
  }
  .col-start-xs-12.col-xs-12 {
    grid-column: 12/span 12;
  }
  .col-xs-12 {
    grid-column-start: span 12;
  }
}
@media (min-width: 100px) {
  .col-start-sm-1.col-sm-1 {
    grid-column: 1/span 1;
  }
  .col-start-sm-2.col-sm-1 {
    grid-column: 2/span 1;
  }
  .col-start-sm-3.col-sm-1 {
    grid-column: 3/span 1;
  }
  .col-start-sm-4.col-sm-1 {
    grid-column: 4/span 1;
  }
  .col-start-sm-5.col-sm-1 {
    grid-column: 5/span 1;
  }
  .col-start-sm-6.col-sm-1 {
    grid-column: 6/span 1;
  }
  .col-start-sm-7.col-sm-1 {
    grid-column: 7/span 1;
  }
  .col-start-sm-8.col-sm-1 {
    grid-column: 8/span 1;
  }
  .col-start-sm-9.col-sm-1 {
    grid-column: 9/span 1;
  }
  .col-start-sm-10.col-sm-1 {
    grid-column: 10/span 1;
  }
  .col-start-sm-11.col-sm-1 {
    grid-column: 11/span 1;
  }
  .col-start-sm-12.col-sm-1 {
    grid-column: 12/span 1;
  }
  .col-sm-1 {
    grid-column-start: span 1;
  }
  .col-start-sm-1.col-sm-2 {
    grid-column: 1/span 2;
  }
  .col-start-sm-2.col-sm-2 {
    grid-column: 2/span 2;
  }
  .col-start-sm-3.col-sm-2 {
    grid-column: 3/span 2;
  }
  .col-start-sm-4.col-sm-2 {
    grid-column: 4/span 2;
  }
  .col-start-sm-5.col-sm-2 {
    grid-column: 5/span 2;
  }
  .col-start-sm-6.col-sm-2 {
    grid-column: 6/span 2;
  }
  .col-start-sm-7.col-sm-2 {
    grid-column: 7/span 2;
  }
  .col-start-sm-8.col-sm-2 {
    grid-column: 8/span 2;
  }
  .col-start-sm-9.col-sm-2 {
    grid-column: 9/span 2;
  }
  .col-start-sm-10.col-sm-2 {
    grid-column: 10/span 2;
  }
  .col-start-sm-11.col-sm-2 {
    grid-column: 11/span 2;
  }
  .col-start-sm-12.col-sm-2 {
    grid-column: 12/span 2;
  }
  .col-sm-2 {
    grid-column-start: span 2;
  }
  .col-start-sm-1.col-sm-3 {
    grid-column: 1/span 3;
  }
  .col-start-sm-2.col-sm-3 {
    grid-column: 2/span 3;
  }
  .col-start-sm-3.col-sm-3 {
    grid-column: 3/span 3;
  }
  .col-start-sm-4.col-sm-3 {
    grid-column: 4/span 3;
  }
  .col-start-sm-5.col-sm-3 {
    grid-column: 5/span 3;
  }
  .col-start-sm-6.col-sm-3 {
    grid-column: 6/span 3;
  }
  .col-start-sm-7.col-sm-3 {
    grid-column: 7/span 3;
  }
  .col-start-sm-8.col-sm-3 {
    grid-column: 8/span 3;
  }
  .col-start-sm-9.col-sm-3 {
    grid-column: 9/span 3;
  }
  .col-start-sm-10.col-sm-3 {
    grid-column: 10/span 3;
  }
  .col-start-sm-11.col-sm-3 {
    grid-column: 11/span 3;
  }
  .col-start-sm-12.col-sm-3 {
    grid-column: 12/span 3;
  }
  .col-sm-3 {
    grid-column-start: span 3;
  }
  .col-start-sm-1.col-sm-4 {
    grid-column: 1/span 4;
  }
  .col-start-sm-2.col-sm-4 {
    grid-column: 2/span 4;
  }
  .col-start-sm-3.col-sm-4 {
    grid-column: 3/span 4;
  }
  .col-start-sm-4.col-sm-4 {
    grid-column: 4/span 4;
  }
  .col-start-sm-5.col-sm-4 {
    grid-column: 5/span 4;
  }
  .col-start-sm-6.col-sm-4 {
    grid-column: 6/span 4;
  }
  .col-start-sm-7.col-sm-4 {
    grid-column: 7/span 4;
  }
  .col-start-sm-8.col-sm-4 {
    grid-column: 8/span 4;
  }
  .col-start-sm-9.col-sm-4 {
    grid-column: 9/span 4;
  }
  .col-start-sm-10.col-sm-4 {
    grid-column: 10/span 4;
  }
  .col-start-sm-11.col-sm-4 {
    grid-column: 11/span 4;
  }
  .col-start-sm-12.col-sm-4 {
    grid-column: 12/span 4;
  }
  .col-sm-4 {
    grid-column-start: span 4;
  }
  .col-start-sm-1.col-sm-5 {
    grid-column: 1/span 5;
  }
  .col-start-sm-2.col-sm-5 {
    grid-column: 2/span 5;
  }
  .col-start-sm-3.col-sm-5 {
    grid-column: 3/span 5;
  }
  .col-start-sm-4.col-sm-5 {
    grid-column: 4/span 5;
  }
  .col-start-sm-5.col-sm-5 {
    grid-column: 5/span 5;
  }
  .col-start-sm-6.col-sm-5 {
    grid-column: 6/span 5;
  }
  .col-start-sm-7.col-sm-5 {
    grid-column: 7/span 5;
  }
  .col-start-sm-8.col-sm-5 {
    grid-column: 8/span 5;
  }
  .col-start-sm-9.col-sm-5 {
    grid-column: 9/span 5;
  }
  .col-start-sm-10.col-sm-5 {
    grid-column: 10/span 5;
  }
  .col-start-sm-11.col-sm-5 {
    grid-column: 11/span 5;
  }
  .col-start-sm-12.col-sm-5 {
    grid-column: 12/span 5;
  }
  .col-sm-5 {
    grid-column-start: span 5;
  }
  .col-start-sm-1.col-sm-6 {
    grid-column: 1/span 6;
  }
  .col-start-sm-2.col-sm-6 {
    grid-column: 2/span 6;
  }
  .col-start-sm-3.col-sm-6 {
    grid-column: 3/span 6;
  }
  .col-start-sm-4.col-sm-6 {
    grid-column: 4/span 6;
  }
  .col-start-sm-5.col-sm-6 {
    grid-column: 5/span 6;
  }
  .col-start-sm-6.col-sm-6 {
    grid-column: 6/span 6;
  }
  .col-start-sm-7.col-sm-6 {
    grid-column: 7/span 6;
  }
  .col-start-sm-8.col-sm-6 {
    grid-column: 8/span 6;
  }
  .col-start-sm-9.col-sm-6 {
    grid-column: 9/span 6;
  }
  .col-start-sm-10.col-sm-6 {
    grid-column: 10/span 6;
  }
  .col-start-sm-11.col-sm-6 {
    grid-column: 11/span 6;
  }
  .col-start-sm-12.col-sm-6 {
    grid-column: 12/span 6;
  }
  .col-sm-6 {
    grid-column-start: span 6;
  }
  .col-start-sm-1.col-sm-7 {
    grid-column: 1/span 7;
  }
  .col-start-sm-2.col-sm-7 {
    grid-column: 2/span 7;
  }
  .col-start-sm-3.col-sm-7 {
    grid-column: 3/span 7;
  }
  .col-start-sm-4.col-sm-7 {
    grid-column: 4/span 7;
  }
  .col-start-sm-5.col-sm-7 {
    grid-column: 5/span 7;
  }
  .col-start-sm-6.col-sm-7 {
    grid-column: 6/span 7;
  }
  .col-start-sm-7.col-sm-7 {
    grid-column: 7/span 7;
  }
  .col-start-sm-8.col-sm-7 {
    grid-column: 8/span 7;
  }
  .col-start-sm-9.col-sm-7 {
    grid-column: 9/span 7;
  }
  .col-start-sm-10.col-sm-7 {
    grid-column: 10/span 7;
  }
  .col-start-sm-11.col-sm-7 {
    grid-column: 11/span 7;
  }
  .col-start-sm-12.col-sm-7 {
    grid-column: 12/span 7;
  }
  .col-sm-7 {
    grid-column-start: span 7;
  }
  .col-start-sm-1.col-sm-8 {
    grid-column: 1/span 8;
  }
  .col-start-sm-2.col-sm-8 {
    grid-column: 2/span 8;
  }
  .col-start-sm-3.col-sm-8 {
    grid-column: 3/span 8;
  }
  .col-start-sm-4.col-sm-8 {
    grid-column: 4/span 8;
  }
  .col-start-sm-5.col-sm-8 {
    grid-column: 5/span 8;
  }
  .col-start-sm-6.col-sm-8 {
    grid-column: 6/span 8;
  }
  .col-start-sm-7.col-sm-8 {
    grid-column: 7/span 8;
  }
  .col-start-sm-8.col-sm-8 {
    grid-column: 8/span 8;
  }
  .col-start-sm-9.col-sm-8 {
    grid-column: 9/span 8;
  }
  .col-start-sm-10.col-sm-8 {
    grid-column: 10/span 8;
  }
  .col-start-sm-11.col-sm-8 {
    grid-column: 11/span 8;
  }
  .col-start-sm-12.col-sm-8 {
    grid-column: 12/span 8;
  }
  .col-sm-8 {
    grid-column-start: span 8;
  }
  .col-start-sm-1.col-sm-9 {
    grid-column: 1/span 9;
  }
  .col-start-sm-2.col-sm-9 {
    grid-column: 2/span 9;
  }
  .col-start-sm-3.col-sm-9 {
    grid-column: 3/span 9;
  }
  .col-start-sm-4.col-sm-9 {
    grid-column: 4/span 9;
  }
  .col-start-sm-5.col-sm-9 {
    grid-column: 5/span 9;
  }
  .col-start-sm-6.col-sm-9 {
    grid-column: 6/span 9;
  }
  .col-start-sm-7.col-sm-9 {
    grid-column: 7/span 9;
  }
  .col-start-sm-8.col-sm-9 {
    grid-column: 8/span 9;
  }
  .col-start-sm-9.col-sm-9 {
    grid-column: 9/span 9;
  }
  .col-start-sm-10.col-sm-9 {
    grid-column: 10/span 9;
  }
  .col-start-sm-11.col-sm-9 {
    grid-column: 11/span 9;
  }
  .col-start-sm-12.col-sm-9 {
    grid-column: 12/span 9;
  }
  .col-sm-9 {
    grid-column-start: span 9;
  }
  .col-start-sm-1.col-sm-10 {
    grid-column: 1/span 10;
  }
  .col-start-sm-2.col-sm-10 {
    grid-column: 2/span 10;
  }
  .col-start-sm-3.col-sm-10 {
    grid-column: 3/span 10;
  }
  .col-start-sm-4.col-sm-10 {
    grid-column: 4/span 10;
  }
  .col-start-sm-5.col-sm-10 {
    grid-column: 5/span 10;
  }
  .col-start-sm-6.col-sm-10 {
    grid-column: 6/span 10;
  }
  .col-start-sm-7.col-sm-10 {
    grid-column: 7/span 10;
  }
  .col-start-sm-8.col-sm-10 {
    grid-column: 8/span 10;
  }
  .col-start-sm-9.col-sm-10 {
    grid-column: 9/span 10;
  }
  .col-start-sm-10.col-sm-10 {
    grid-column: 10/span 10;
  }
  .col-start-sm-11.col-sm-10 {
    grid-column: 11/span 10;
  }
  .col-start-sm-12.col-sm-10 {
    grid-column: 12/span 10;
  }
  .col-sm-10 {
    grid-column-start: span 10;
  }
  .col-start-sm-1.col-sm-11 {
    grid-column: 1/span 11;
  }
  .col-start-sm-2.col-sm-11 {
    grid-column: 2/span 11;
  }
  .col-start-sm-3.col-sm-11 {
    grid-column: 3/span 11;
  }
  .col-start-sm-4.col-sm-11 {
    grid-column: 4/span 11;
  }
  .col-start-sm-5.col-sm-11 {
    grid-column: 5/span 11;
  }
  .col-start-sm-6.col-sm-11 {
    grid-column: 6/span 11;
  }
  .col-start-sm-7.col-sm-11 {
    grid-column: 7/span 11;
  }
  .col-start-sm-8.col-sm-11 {
    grid-column: 8/span 11;
  }
  .col-start-sm-9.col-sm-11 {
    grid-column: 9/span 11;
  }
  .col-start-sm-10.col-sm-11 {
    grid-column: 10/span 11;
  }
  .col-start-sm-11.col-sm-11 {
    grid-column: 11/span 11;
  }
  .col-start-sm-12.col-sm-11 {
    grid-column: 12/span 11;
  }
  .col-sm-11 {
    grid-column-start: span 11;
  }
  .col-start-sm-1.col-sm-12 {
    grid-column: 1/span 12;
  }
  .col-start-sm-2.col-sm-12 {
    grid-column: 2/span 12;
  }
  .col-start-sm-3.col-sm-12 {
    grid-column: 3/span 12;
  }
  .col-start-sm-4.col-sm-12 {
    grid-column: 4/span 12;
  }
  .col-start-sm-5.col-sm-12 {
    grid-column: 5/span 12;
  }
  .col-start-sm-6.col-sm-12 {
    grid-column: 6/span 12;
  }
  .col-start-sm-7.col-sm-12 {
    grid-column: 7/span 12;
  }
  .col-start-sm-8.col-sm-12 {
    grid-column: 8/span 12;
  }
  .col-start-sm-9.col-sm-12 {
    grid-column: 9/span 12;
  }
  .col-start-sm-10.col-sm-12 {
    grid-column: 10/span 12;
  }
  .col-start-sm-11.col-sm-12 {
    grid-column: 11/span 12;
  }
  .col-start-sm-12.col-sm-12 {
    grid-column: 12/span 12;
  }
  .col-sm-12 {
    grid-column-start: span 12;
  }
}
@media (min-width: 768px) {
  .col-start-md-1.col-md-1 {
    grid-column: 1/span 1;
  }
  .col-start-md-2.col-md-1 {
    grid-column: 2/span 1;
  }
  .col-start-md-3.col-md-1 {
    grid-column: 3/span 1;
  }
  .col-start-md-4.col-md-1 {
    grid-column: 4/span 1;
  }
  .col-start-md-5.col-md-1 {
    grid-column: 5/span 1;
  }
  .col-start-md-6.col-md-1 {
    grid-column: 6/span 1;
  }
  .col-start-md-7.col-md-1 {
    grid-column: 7/span 1;
  }
  .col-start-md-8.col-md-1 {
    grid-column: 8/span 1;
  }
  .col-start-md-9.col-md-1 {
    grid-column: 9/span 1;
  }
  .col-start-md-10.col-md-1 {
    grid-column: 10/span 1;
  }
  .col-start-md-11.col-md-1 {
    grid-column: 11/span 1;
  }
  .col-start-md-12.col-md-1 {
    grid-column: 12/span 1;
  }
  .col-md-1 {
    grid-column-start: span 1;
  }
  .col-start-md-1.col-md-2 {
    grid-column: 1/span 2;
  }
  .col-start-md-2.col-md-2 {
    grid-column: 2/span 2;
  }
  .col-start-md-3.col-md-2 {
    grid-column: 3/span 2;
  }
  .col-start-md-4.col-md-2 {
    grid-column: 4/span 2;
  }
  .col-start-md-5.col-md-2 {
    grid-column: 5/span 2;
  }
  .col-start-md-6.col-md-2 {
    grid-column: 6/span 2;
  }
  .col-start-md-7.col-md-2 {
    grid-column: 7/span 2;
  }
  .col-start-md-8.col-md-2 {
    grid-column: 8/span 2;
  }
  .col-start-md-9.col-md-2 {
    grid-column: 9/span 2;
  }
  .col-start-md-10.col-md-2 {
    grid-column: 10/span 2;
  }
  .col-start-md-11.col-md-2 {
    grid-column: 11/span 2;
  }
  .col-start-md-12.col-md-2 {
    grid-column: 12/span 2;
  }
  .col-md-2 {
    grid-column-start: span 2;
  }
  .col-start-md-1.col-md-3 {
    grid-column: 1/span 3;
  }
  .col-start-md-2.col-md-3 {
    grid-column: 2/span 3;
  }
  .col-start-md-3.col-md-3 {
    grid-column: 3/span 3;
  }
  .col-start-md-4.col-md-3 {
    grid-column: 4/span 3;
  }
  .col-start-md-5.col-md-3 {
    grid-column: 5/span 3;
  }
  .col-start-md-6.col-md-3 {
    grid-column: 6/span 3;
  }
  .col-start-md-7.col-md-3 {
    grid-column: 7/span 3;
  }
  .col-start-md-8.col-md-3 {
    grid-column: 8/span 3;
  }
  .col-start-md-9.col-md-3 {
    grid-column: 9/span 3;
  }
  .col-start-md-10.col-md-3 {
    grid-column: 10/span 3;
  }
  .col-start-md-11.col-md-3 {
    grid-column: 11/span 3;
  }
  .col-start-md-12.col-md-3 {
    grid-column: 12/span 3;
  }
  .col-md-3 {
    grid-column-start: span 3;
  }
  .col-start-md-1.col-md-4 {
    grid-column: 1/span 4;
  }
  .col-start-md-2.col-md-4 {
    grid-column: 2/span 4;
  }
  .col-start-md-3.col-md-4 {
    grid-column: 3/span 4;
  }
  .col-start-md-4.col-md-4 {
    grid-column: 4/span 4;
  }
  .col-start-md-5.col-md-4 {
    grid-column: 5/span 4;
  }
  .col-start-md-6.col-md-4 {
    grid-column: 6/span 4;
  }
  .col-start-md-7.col-md-4 {
    grid-column: 7/span 4;
  }
  .col-start-md-8.col-md-4 {
    grid-column: 8/span 4;
  }
  .col-start-md-9.col-md-4 {
    grid-column: 9/span 4;
  }
  .col-start-md-10.col-md-4 {
    grid-column: 10/span 4;
  }
  .col-start-md-11.col-md-4 {
    grid-column: 11/span 4;
  }
  .col-start-md-12.col-md-4 {
    grid-column: 12/span 4;
  }
  .col-md-4 {
    grid-column-start: span 4;
  }
  .col-start-md-1.col-md-5 {
    grid-column: 1/span 5;
  }
  .col-start-md-2.col-md-5 {
    grid-column: 2/span 5;
  }
  .col-start-md-3.col-md-5 {
    grid-column: 3/span 5;
  }
  .col-start-md-4.col-md-5 {
    grid-column: 4/span 5;
  }
  .col-start-md-5.col-md-5 {
    grid-column: 5/span 5;
  }
  .col-start-md-6.col-md-5 {
    grid-column: 6/span 5;
  }
  .col-start-md-7.col-md-5 {
    grid-column: 7/span 5;
  }
  .col-start-md-8.col-md-5 {
    grid-column: 8/span 5;
  }
  .col-start-md-9.col-md-5 {
    grid-column: 9/span 5;
  }
  .col-start-md-10.col-md-5 {
    grid-column: 10/span 5;
  }
  .col-start-md-11.col-md-5 {
    grid-column: 11/span 5;
  }
  .col-start-md-12.col-md-5 {
    grid-column: 12/span 5;
  }
  .col-md-5 {
    grid-column-start: span 5;
  }
  .col-start-md-1.col-md-6 {
    grid-column: 1/span 6;
  }
  .col-start-md-2.col-md-6 {
    grid-column: 2/span 6;
  }
  .col-start-md-3.col-md-6 {
    grid-column: 3/span 6;
  }
  .col-start-md-4.col-md-6 {
    grid-column: 4/span 6;
  }
  .col-start-md-5.col-md-6 {
    grid-column: 5/span 6;
  }
  .col-start-md-6.col-md-6 {
    grid-column: 6/span 6;
  }
  .col-start-md-7.col-md-6 {
    grid-column: 7/span 6;
  }
  .col-start-md-8.col-md-6 {
    grid-column: 8/span 6;
  }
  .col-start-md-9.col-md-6 {
    grid-column: 9/span 6;
  }
  .col-start-md-10.col-md-6 {
    grid-column: 10/span 6;
  }
  .col-start-md-11.col-md-6 {
    grid-column: 11/span 6;
  }
  .col-start-md-12.col-md-6 {
    grid-column: 12/span 6;
  }
  .col-md-6 {
    grid-column-start: span 6;
  }
  .col-start-md-1.col-md-7 {
    grid-column: 1/span 7;
  }
  .col-start-md-2.col-md-7 {
    grid-column: 2/span 7;
  }
  .col-start-md-3.col-md-7 {
    grid-column: 3/span 7;
  }
  .col-start-md-4.col-md-7 {
    grid-column: 4/span 7;
  }
  .col-start-md-5.col-md-7 {
    grid-column: 5/span 7;
  }
  .col-start-md-6.col-md-7 {
    grid-column: 6/span 7;
  }
  .col-start-md-7.col-md-7 {
    grid-column: 7/span 7;
  }
  .col-start-md-8.col-md-7 {
    grid-column: 8/span 7;
  }
  .col-start-md-9.col-md-7 {
    grid-column: 9/span 7;
  }
  .col-start-md-10.col-md-7 {
    grid-column: 10/span 7;
  }
  .col-start-md-11.col-md-7 {
    grid-column: 11/span 7;
  }
  .col-start-md-12.col-md-7 {
    grid-column: 12/span 7;
  }
  .col-md-7 {
    grid-column-start: span 7;
  }
  .col-start-md-1.col-md-8 {
    grid-column: 1/span 8;
  }
  .col-start-md-2.col-md-8 {
    grid-column: 2/span 8;
  }
  .col-start-md-3.col-md-8 {
    grid-column: 3/span 8;
  }
  .col-start-md-4.col-md-8 {
    grid-column: 4/span 8;
  }
  .col-start-md-5.col-md-8 {
    grid-column: 5/span 8;
  }
  .col-start-md-6.col-md-8 {
    grid-column: 6/span 8;
  }
  .col-start-md-7.col-md-8 {
    grid-column: 7/span 8;
  }
  .col-start-md-8.col-md-8 {
    grid-column: 8/span 8;
  }
  .col-start-md-9.col-md-8 {
    grid-column: 9/span 8;
  }
  .col-start-md-10.col-md-8 {
    grid-column: 10/span 8;
  }
  .col-start-md-11.col-md-8 {
    grid-column: 11/span 8;
  }
  .col-start-md-12.col-md-8 {
    grid-column: 12/span 8;
  }
  .col-md-8 {
    grid-column-start: span 8;
  }
  .col-start-md-1.col-md-9 {
    grid-column: 1/span 9;
  }
  .col-start-md-2.col-md-9 {
    grid-column: 2/span 9;
  }
  .col-start-md-3.col-md-9 {
    grid-column: 3/span 9;
  }
  .col-start-md-4.col-md-9 {
    grid-column: 4/span 9;
  }
  .col-start-md-5.col-md-9 {
    grid-column: 5/span 9;
  }
  .col-start-md-6.col-md-9 {
    grid-column: 6/span 9;
  }
  .col-start-md-7.col-md-9 {
    grid-column: 7/span 9;
  }
  .col-start-md-8.col-md-9 {
    grid-column: 8/span 9;
  }
  .col-start-md-9.col-md-9 {
    grid-column: 9/span 9;
  }
  .col-start-md-10.col-md-9 {
    grid-column: 10/span 9;
  }
  .col-start-md-11.col-md-9 {
    grid-column: 11/span 9;
  }
  .col-start-md-12.col-md-9 {
    grid-column: 12/span 9;
  }
  .col-md-9 {
    grid-column-start: span 9;
  }
  .col-start-md-1.col-md-10 {
    grid-column: 1/span 10;
  }
  .col-start-md-2.col-md-10 {
    grid-column: 2/span 10;
  }
  .col-start-md-3.col-md-10 {
    grid-column: 3/span 10;
  }
  .col-start-md-4.col-md-10 {
    grid-column: 4/span 10;
  }
  .col-start-md-5.col-md-10 {
    grid-column: 5/span 10;
  }
  .col-start-md-6.col-md-10 {
    grid-column: 6/span 10;
  }
  .col-start-md-7.col-md-10 {
    grid-column: 7/span 10;
  }
  .col-start-md-8.col-md-10 {
    grid-column: 8/span 10;
  }
  .col-start-md-9.col-md-10 {
    grid-column: 9/span 10;
  }
  .col-start-md-10.col-md-10 {
    grid-column: 10/span 10;
  }
  .col-start-md-11.col-md-10 {
    grid-column: 11/span 10;
  }
  .col-start-md-12.col-md-10 {
    grid-column: 12/span 10;
  }
  .col-md-10 {
    grid-column-start: span 10;
  }
  .col-start-md-1.col-md-11 {
    grid-column: 1/span 11;
  }
  .col-start-md-2.col-md-11 {
    grid-column: 2/span 11;
  }
  .col-start-md-3.col-md-11 {
    grid-column: 3/span 11;
  }
  .col-start-md-4.col-md-11 {
    grid-column: 4/span 11;
  }
  .col-start-md-5.col-md-11 {
    grid-column: 5/span 11;
  }
  .col-start-md-6.col-md-11 {
    grid-column: 6/span 11;
  }
  .col-start-md-7.col-md-11 {
    grid-column: 7/span 11;
  }
  .col-start-md-8.col-md-11 {
    grid-column: 8/span 11;
  }
  .col-start-md-9.col-md-11 {
    grid-column: 9/span 11;
  }
  .col-start-md-10.col-md-11 {
    grid-column: 10/span 11;
  }
  .col-start-md-11.col-md-11 {
    grid-column: 11/span 11;
  }
  .col-start-md-12.col-md-11 {
    grid-column: 12/span 11;
  }
  .col-md-11 {
    grid-column-start: span 11;
  }
  .col-start-md-1.col-md-12 {
    grid-column: 1/span 12;
  }
  .col-start-md-2.col-md-12 {
    grid-column: 2/span 12;
  }
  .col-start-md-3.col-md-12 {
    grid-column: 3/span 12;
  }
  .col-start-md-4.col-md-12 {
    grid-column: 4/span 12;
  }
  .col-start-md-5.col-md-12 {
    grid-column: 5/span 12;
  }
  .col-start-md-6.col-md-12 {
    grid-column: 6/span 12;
  }
  .col-start-md-7.col-md-12 {
    grid-column: 7/span 12;
  }
  .col-start-md-8.col-md-12 {
    grid-column: 8/span 12;
  }
  .col-start-md-9.col-md-12 {
    grid-column: 9/span 12;
  }
  .col-start-md-10.col-md-12 {
    grid-column: 10/span 12;
  }
  .col-start-md-11.col-md-12 {
    grid-column: 11/span 12;
  }
  .col-start-md-12.col-md-12 {
    grid-column: 12/span 12;
  }
  .col-md-12 {
    grid-column-start: span 12;
  }
}
@media (min-width: 889px) {
  .col-start-lg-1.col-lg-1 {
    grid-column: 1/span 1;
  }
  .col-start-lg-2.col-lg-1 {
    grid-column: 2/span 1;
  }
  .col-start-lg-3.col-lg-1 {
    grid-column: 3/span 1;
  }
  .col-start-lg-4.col-lg-1 {
    grid-column: 4/span 1;
  }
  .col-start-lg-5.col-lg-1 {
    grid-column: 5/span 1;
  }
  .col-start-lg-6.col-lg-1 {
    grid-column: 6/span 1;
  }
  .col-start-lg-7.col-lg-1 {
    grid-column: 7/span 1;
  }
  .col-start-lg-8.col-lg-1 {
    grid-column: 8/span 1;
  }
  .col-start-lg-9.col-lg-1 {
    grid-column: 9/span 1;
  }
  .col-start-lg-10.col-lg-1 {
    grid-column: 10/span 1;
  }
  .col-start-lg-11.col-lg-1 {
    grid-column: 11/span 1;
  }
  .col-start-lg-12.col-lg-1 {
    grid-column: 12/span 1;
  }
  .col-lg-1 {
    grid-column-start: span 1;
  }
  .col-start-lg-1.col-lg-2 {
    grid-column: 1/span 2;
  }
  .col-start-lg-2.col-lg-2 {
    grid-column: 2/span 2;
  }
  .col-start-lg-3.col-lg-2 {
    grid-column: 3/span 2;
  }
  .col-start-lg-4.col-lg-2 {
    grid-column: 4/span 2;
  }
  .col-start-lg-5.col-lg-2 {
    grid-column: 5/span 2;
  }
  .col-start-lg-6.col-lg-2 {
    grid-column: 6/span 2;
  }
  .col-start-lg-7.col-lg-2 {
    grid-column: 7/span 2;
  }
  .col-start-lg-8.col-lg-2 {
    grid-column: 8/span 2;
  }
  .col-start-lg-9.col-lg-2 {
    grid-column: 9/span 2;
  }
  .col-start-lg-10.col-lg-2 {
    grid-column: 10/span 2;
  }
  .col-start-lg-11.col-lg-2 {
    grid-column: 11/span 2;
  }
  .col-start-lg-12.col-lg-2 {
    grid-column: 12/span 2;
  }
  .col-lg-2 {
    grid-column-start: span 2;
  }
  .col-start-lg-1.col-lg-3 {
    grid-column: 1/span 3;
  }
  .col-start-lg-2.col-lg-3 {
    grid-column: 2/span 3;
  }
  .col-start-lg-3.col-lg-3 {
    grid-column: 3/span 3;
  }
  .col-start-lg-4.col-lg-3 {
    grid-column: 4/span 3;
  }
  .col-start-lg-5.col-lg-3 {
    grid-column: 5/span 3;
  }
  .col-start-lg-6.col-lg-3 {
    grid-column: 6/span 3;
  }
  .col-start-lg-7.col-lg-3 {
    grid-column: 7/span 3;
  }
  .col-start-lg-8.col-lg-3 {
    grid-column: 8/span 3;
  }
  .col-start-lg-9.col-lg-3 {
    grid-column: 9/span 3;
  }
  .col-start-lg-10.col-lg-3 {
    grid-column: 10/span 3;
  }
  .col-start-lg-11.col-lg-3 {
    grid-column: 11/span 3;
  }
  .col-start-lg-12.col-lg-3 {
    grid-column: 12/span 3;
  }
  .col-lg-3 {
    grid-column-start: span 3;
  }
  .col-start-lg-1.col-lg-4 {
    grid-column: 1/span 4;
  }
  .col-start-lg-2.col-lg-4 {
    grid-column: 2/span 4;
  }
  .col-start-lg-3.col-lg-4 {
    grid-column: 3/span 4;
  }
  .col-start-lg-4.col-lg-4 {
    grid-column: 4/span 4;
  }
  .col-start-lg-5.col-lg-4 {
    grid-column: 5/span 4;
  }
  .col-start-lg-6.col-lg-4 {
    grid-column: 6/span 4;
  }
  .col-start-lg-7.col-lg-4 {
    grid-column: 7/span 4;
  }
  .col-start-lg-8.col-lg-4 {
    grid-column: 8/span 4;
  }
  .col-start-lg-9.col-lg-4 {
    grid-column: 9/span 4;
  }
  .col-start-lg-10.col-lg-4 {
    grid-column: 10/span 4;
  }
  .col-start-lg-11.col-lg-4 {
    grid-column: 11/span 4;
  }
  .col-start-lg-12.col-lg-4 {
    grid-column: 12/span 4;
  }
  .col-lg-4 {
    grid-column-start: span 4;
  }
  .col-start-lg-1.col-lg-5 {
    grid-column: 1/span 5;
  }
  .col-start-lg-2.col-lg-5 {
    grid-column: 2/span 5;
  }
  .col-start-lg-3.col-lg-5 {
    grid-column: 3/span 5;
  }
  .col-start-lg-4.col-lg-5 {
    grid-column: 4/span 5;
  }
  .col-start-lg-5.col-lg-5 {
    grid-column: 5/span 5;
  }
  .col-start-lg-6.col-lg-5 {
    grid-column: 6/span 5;
  }
  .col-start-lg-7.col-lg-5 {
    grid-column: 7/span 5;
  }
  .col-start-lg-8.col-lg-5 {
    grid-column: 8/span 5;
  }
  .col-start-lg-9.col-lg-5 {
    grid-column: 9/span 5;
  }
  .col-start-lg-10.col-lg-5 {
    grid-column: 10/span 5;
  }
  .col-start-lg-11.col-lg-5 {
    grid-column: 11/span 5;
  }
  .col-start-lg-12.col-lg-5 {
    grid-column: 12/span 5;
  }
  .col-lg-5 {
    grid-column-start: span 5;
  }
  .col-start-lg-1.col-lg-6 {
    grid-column: 1/span 6;
  }
  .col-start-lg-2.col-lg-6 {
    grid-column: 2/span 6;
  }
  .col-start-lg-3.col-lg-6 {
    grid-column: 3/span 6;
  }
  .col-start-lg-4.col-lg-6 {
    grid-column: 4/span 6;
  }
  .col-start-lg-5.col-lg-6 {
    grid-column: 5/span 6;
  }
  .col-start-lg-6.col-lg-6 {
    grid-column: 6/span 6;
  }
  .col-start-lg-7.col-lg-6 {
    grid-column: 7/span 6;
  }
  .col-start-lg-8.col-lg-6 {
    grid-column: 8/span 6;
  }
  .col-start-lg-9.col-lg-6 {
    grid-column: 9/span 6;
  }
  .col-start-lg-10.col-lg-6 {
    grid-column: 10/span 6;
  }
  .col-start-lg-11.col-lg-6 {
    grid-column: 11/span 6;
  }
  .col-start-lg-12.col-lg-6 {
    grid-column: 12/span 6;
  }
  .col-lg-6 {
    grid-column-start: span 6;
  }
  .col-start-lg-1.col-lg-7 {
    grid-column: 1/span 7;
  }
  .col-start-lg-2.col-lg-7 {
    grid-column: 2/span 7;
  }
  .col-start-lg-3.col-lg-7 {
    grid-column: 3/span 7;
  }
  .col-start-lg-4.col-lg-7 {
    grid-column: 4/span 7;
  }
  .col-start-lg-5.col-lg-7 {
    grid-column: 5/span 7;
  }
  .col-start-lg-6.col-lg-7 {
    grid-column: 6/span 7;
  }
  .col-start-lg-7.col-lg-7 {
    grid-column: 7/span 7;
  }
  .col-start-lg-8.col-lg-7 {
    grid-column: 8/span 7;
  }
  .col-start-lg-9.col-lg-7 {
    grid-column: 9/span 7;
  }
  .col-start-lg-10.col-lg-7 {
    grid-column: 10/span 7;
  }
  .col-start-lg-11.col-lg-7 {
    grid-column: 11/span 7;
  }
  .col-start-lg-12.col-lg-7 {
    grid-column: 12/span 7;
  }
  .col-lg-7 {
    grid-column-start: span 7;
  }
  .col-start-lg-1.col-lg-8 {
    grid-column: 1/span 8;
  }
  .col-start-lg-2.col-lg-8 {
    grid-column: 2/span 8;
  }
  .col-start-lg-3.col-lg-8 {
    grid-column: 3/span 8;
  }
  .col-start-lg-4.col-lg-8 {
    grid-column: 4/span 8;
  }
  .col-start-lg-5.col-lg-8 {
    grid-column: 5/span 8;
  }
  .col-start-lg-6.col-lg-8 {
    grid-column: 6/span 8;
  }
  .col-start-lg-7.col-lg-8 {
    grid-column: 7/span 8;
  }
  .col-start-lg-8.col-lg-8 {
    grid-column: 8/span 8;
  }
  .col-start-lg-9.col-lg-8 {
    grid-column: 9/span 8;
  }
  .col-start-lg-10.col-lg-8 {
    grid-column: 10/span 8;
  }
  .col-start-lg-11.col-lg-8 {
    grid-column: 11/span 8;
  }
  .col-start-lg-12.col-lg-8 {
    grid-column: 12/span 8;
  }
  .col-lg-8 {
    grid-column-start: span 8;
  }
  .col-start-lg-1.col-lg-9 {
    grid-column: 1/span 9;
  }
  .col-start-lg-2.col-lg-9 {
    grid-column: 2/span 9;
  }
  .col-start-lg-3.col-lg-9 {
    grid-column: 3/span 9;
  }
  .col-start-lg-4.col-lg-9 {
    grid-column: 4/span 9;
  }
  .col-start-lg-5.col-lg-9 {
    grid-column: 5/span 9;
  }
  .col-start-lg-6.col-lg-9 {
    grid-column: 6/span 9;
  }
  .col-start-lg-7.col-lg-9 {
    grid-column: 7/span 9;
  }
  .col-start-lg-8.col-lg-9 {
    grid-column: 8/span 9;
  }
  .col-start-lg-9.col-lg-9 {
    grid-column: 9/span 9;
  }
  .col-start-lg-10.col-lg-9 {
    grid-column: 10/span 9;
  }
  .col-start-lg-11.col-lg-9 {
    grid-column: 11/span 9;
  }
  .col-start-lg-12.col-lg-9 {
    grid-column: 12/span 9;
  }
  .col-lg-9 {
    grid-column-start: span 9;
  }
  .col-start-lg-1.col-lg-10 {
    grid-column: 1/span 10;
  }
  .col-start-lg-2.col-lg-10 {
    grid-column: 2/span 10;
  }
  .col-start-lg-3.col-lg-10 {
    grid-column: 3/span 10;
  }
  .col-start-lg-4.col-lg-10 {
    grid-column: 4/span 10;
  }
  .col-start-lg-5.col-lg-10 {
    grid-column: 5/span 10;
  }
  .col-start-lg-6.col-lg-10 {
    grid-column: 6/span 10;
  }
  .col-start-lg-7.col-lg-10 {
    grid-column: 7/span 10;
  }
  .col-start-lg-8.col-lg-10 {
    grid-column: 8/span 10;
  }
  .col-start-lg-9.col-lg-10 {
    grid-column: 9/span 10;
  }
  .col-start-lg-10.col-lg-10 {
    grid-column: 10/span 10;
  }
  .col-start-lg-11.col-lg-10 {
    grid-column: 11/span 10;
  }
  .col-start-lg-12.col-lg-10 {
    grid-column: 12/span 10;
  }
  .col-lg-10 {
    grid-column-start: span 10;
  }
  .col-start-lg-1.col-lg-11 {
    grid-column: 1/span 11;
  }
  .col-start-lg-2.col-lg-11 {
    grid-column: 2/span 11;
  }
  .col-start-lg-3.col-lg-11 {
    grid-column: 3/span 11;
  }
  .col-start-lg-4.col-lg-11 {
    grid-column: 4/span 11;
  }
  .col-start-lg-5.col-lg-11 {
    grid-column: 5/span 11;
  }
  .col-start-lg-6.col-lg-11 {
    grid-column: 6/span 11;
  }
  .col-start-lg-7.col-lg-11 {
    grid-column: 7/span 11;
  }
  .col-start-lg-8.col-lg-11 {
    grid-column: 8/span 11;
  }
  .col-start-lg-9.col-lg-11 {
    grid-column: 9/span 11;
  }
  .col-start-lg-10.col-lg-11 {
    grid-column: 10/span 11;
  }
  .col-start-lg-11.col-lg-11 {
    grid-column: 11/span 11;
  }
  .col-start-lg-12.col-lg-11 {
    grid-column: 12/span 11;
  }
  .col-lg-11 {
    grid-column-start: span 11;
  }
  .col-start-lg-1.col-lg-12 {
    grid-column: 1/span 12;
  }
  .col-start-lg-2.col-lg-12 {
    grid-column: 2/span 12;
  }
  .col-start-lg-3.col-lg-12 {
    grid-column: 3/span 12;
  }
  .col-start-lg-4.col-lg-12 {
    grid-column: 4/span 12;
  }
  .col-start-lg-5.col-lg-12 {
    grid-column: 5/span 12;
  }
  .col-start-lg-6.col-lg-12 {
    grid-column: 6/span 12;
  }
  .col-start-lg-7.col-lg-12 {
    grid-column: 7/span 12;
  }
  .col-start-lg-8.col-lg-12 {
    grid-column: 8/span 12;
  }
  .col-start-lg-9.col-lg-12 {
    grid-column: 9/span 12;
  }
  .col-start-lg-10.col-lg-12 {
    grid-column: 10/span 12;
  }
  .col-start-lg-11.col-lg-12 {
    grid-column: 11/span 12;
  }
  .col-start-lg-12.col-lg-12 {
    grid-column: 12/span 12;
  }
  .col-lg-12 {
    grid-column-start: span 12;
  }
}
@media (min-width: 1200px) {
  .col-start-xl-1.col-xl-1 {
    grid-column: 1/span 1;
  }
  .col-start-xl-2.col-xl-1 {
    grid-column: 2/span 1;
  }
  .col-start-xl-3.col-xl-1 {
    grid-column: 3/span 1;
  }
  .col-start-xl-4.col-xl-1 {
    grid-column: 4/span 1;
  }
  .col-start-xl-5.col-xl-1 {
    grid-column: 5/span 1;
  }
  .col-start-xl-6.col-xl-1 {
    grid-column: 6/span 1;
  }
  .col-start-xl-7.col-xl-1 {
    grid-column: 7/span 1;
  }
  .col-start-xl-8.col-xl-1 {
    grid-column: 8/span 1;
  }
  .col-start-xl-9.col-xl-1 {
    grid-column: 9/span 1;
  }
  .col-start-xl-10.col-xl-1 {
    grid-column: 10/span 1;
  }
  .col-start-xl-11.col-xl-1 {
    grid-column: 11/span 1;
  }
  .col-start-xl-12.col-xl-1 {
    grid-column: 12/span 1;
  }
  .col-xl-1 {
    grid-column-start: span 1;
  }
  .col-start-xl-1.col-xl-2 {
    grid-column: 1/span 2;
  }
  .col-start-xl-2.col-xl-2 {
    grid-column: 2/span 2;
  }
  .col-start-xl-3.col-xl-2 {
    grid-column: 3/span 2;
  }
  .col-start-xl-4.col-xl-2 {
    grid-column: 4/span 2;
  }
  .col-start-xl-5.col-xl-2 {
    grid-column: 5/span 2;
  }
  .col-start-xl-6.col-xl-2 {
    grid-column: 6/span 2;
  }
  .col-start-xl-7.col-xl-2 {
    grid-column: 7/span 2;
  }
  .col-start-xl-8.col-xl-2 {
    grid-column: 8/span 2;
  }
  .col-start-xl-9.col-xl-2 {
    grid-column: 9/span 2;
  }
  .col-start-xl-10.col-xl-2 {
    grid-column: 10/span 2;
  }
  .col-start-xl-11.col-xl-2 {
    grid-column: 11/span 2;
  }
  .col-start-xl-12.col-xl-2 {
    grid-column: 12/span 2;
  }
  .col-xl-2 {
    grid-column-start: span 2;
  }
  .col-start-xl-1.col-xl-3 {
    grid-column: 1/span 3;
  }
  .col-start-xl-2.col-xl-3 {
    grid-column: 2/span 3;
  }
  .col-start-xl-3.col-xl-3 {
    grid-column: 3/span 3;
  }
  .col-start-xl-4.col-xl-3 {
    grid-column: 4/span 3;
  }
  .col-start-xl-5.col-xl-3 {
    grid-column: 5/span 3;
  }
  .col-start-xl-6.col-xl-3 {
    grid-column: 6/span 3;
  }
  .col-start-xl-7.col-xl-3 {
    grid-column: 7/span 3;
  }
  .col-start-xl-8.col-xl-3 {
    grid-column: 8/span 3;
  }
  .col-start-xl-9.col-xl-3 {
    grid-column: 9/span 3;
  }
  .col-start-xl-10.col-xl-3 {
    grid-column: 10/span 3;
  }
  .col-start-xl-11.col-xl-3 {
    grid-column: 11/span 3;
  }
  .col-start-xl-12.col-xl-3 {
    grid-column: 12/span 3;
  }
  .col-xl-3 {
    grid-column-start: span 3;
  }
  .col-start-xl-1.col-xl-4 {
    grid-column: 1/span 4;
  }
  .col-start-xl-2.col-xl-4 {
    grid-column: 2/span 4;
  }
  .col-start-xl-3.col-xl-4 {
    grid-column: 3/span 4;
  }
  .col-start-xl-4.col-xl-4 {
    grid-column: 4/span 4;
  }
  .col-start-xl-5.col-xl-4 {
    grid-column: 5/span 4;
  }
  .col-start-xl-6.col-xl-4 {
    grid-column: 6/span 4;
  }
  .col-start-xl-7.col-xl-4 {
    grid-column: 7/span 4;
  }
  .col-start-xl-8.col-xl-4 {
    grid-column: 8/span 4;
  }
  .col-start-xl-9.col-xl-4 {
    grid-column: 9/span 4;
  }
  .col-start-xl-10.col-xl-4 {
    grid-column: 10/span 4;
  }
  .col-start-xl-11.col-xl-4 {
    grid-column: 11/span 4;
  }
  .col-start-xl-12.col-xl-4 {
    grid-column: 12/span 4;
  }
  .col-xl-4 {
    grid-column-start: span 4;
  }
  .col-start-xl-1.col-xl-5 {
    grid-column: 1/span 5;
  }
  .col-start-xl-2.col-xl-5 {
    grid-column: 2/span 5;
  }
  .col-start-xl-3.col-xl-5 {
    grid-column: 3/span 5;
  }
  .col-start-xl-4.col-xl-5 {
    grid-column: 4/span 5;
  }
  .col-start-xl-5.col-xl-5 {
    grid-column: 5/span 5;
  }
  .col-start-xl-6.col-xl-5 {
    grid-column: 6/span 5;
  }
  .col-start-xl-7.col-xl-5 {
    grid-column: 7/span 5;
  }
  .col-start-xl-8.col-xl-5 {
    grid-column: 8/span 5;
  }
  .col-start-xl-9.col-xl-5 {
    grid-column: 9/span 5;
  }
  .col-start-xl-10.col-xl-5 {
    grid-column: 10/span 5;
  }
  .col-start-xl-11.col-xl-5 {
    grid-column: 11/span 5;
  }
  .col-start-xl-12.col-xl-5 {
    grid-column: 12/span 5;
  }
  .col-xl-5 {
    grid-column-start: span 5;
  }
  .col-start-xl-1.col-xl-6 {
    grid-column: 1/span 6;
  }
  .col-start-xl-2.col-xl-6 {
    grid-column: 2/span 6;
  }
  .col-start-xl-3.col-xl-6 {
    grid-column: 3/span 6;
  }
  .col-start-xl-4.col-xl-6 {
    grid-column: 4/span 6;
  }
  .col-start-xl-5.col-xl-6 {
    grid-column: 5/span 6;
  }
  .col-start-xl-6.col-xl-6 {
    grid-column: 6/span 6;
  }
  .col-start-xl-7.col-xl-6 {
    grid-column: 7/span 6;
  }
  .col-start-xl-8.col-xl-6 {
    grid-column: 8/span 6;
  }
  .col-start-xl-9.col-xl-6 {
    grid-column: 9/span 6;
  }
  .col-start-xl-10.col-xl-6 {
    grid-column: 10/span 6;
  }
  .col-start-xl-11.col-xl-6 {
    grid-column: 11/span 6;
  }
  .col-start-xl-12.col-xl-6 {
    grid-column: 12/span 6;
  }
  .col-xl-6 {
    grid-column-start: span 6;
  }
  .col-start-xl-1.col-xl-7 {
    grid-column: 1/span 7;
  }
  .col-start-xl-2.col-xl-7 {
    grid-column: 2/span 7;
  }
  .col-start-xl-3.col-xl-7 {
    grid-column: 3/span 7;
  }
  .col-start-xl-4.col-xl-7 {
    grid-column: 4/span 7;
  }
  .col-start-xl-5.col-xl-7 {
    grid-column: 5/span 7;
  }
  .col-start-xl-6.col-xl-7 {
    grid-column: 6/span 7;
  }
  .col-start-xl-7.col-xl-7 {
    grid-column: 7/span 7;
  }
  .col-start-xl-8.col-xl-7 {
    grid-column: 8/span 7;
  }
  .col-start-xl-9.col-xl-7 {
    grid-column: 9/span 7;
  }
  .col-start-xl-10.col-xl-7 {
    grid-column: 10/span 7;
  }
  .col-start-xl-11.col-xl-7 {
    grid-column: 11/span 7;
  }
  .col-start-xl-12.col-xl-7 {
    grid-column: 12/span 7;
  }
  .col-xl-7 {
    grid-column-start: span 7;
  }
  .col-start-xl-1.col-xl-8 {
    grid-column: 1/span 8;
  }
  .col-start-xl-2.col-xl-8 {
    grid-column: 2/span 8;
  }
  .col-start-xl-3.col-xl-8 {
    grid-column: 3/span 8;
  }
  .col-start-xl-4.col-xl-8 {
    grid-column: 4/span 8;
  }
  .col-start-xl-5.col-xl-8 {
    grid-column: 5/span 8;
  }
  .col-start-xl-6.col-xl-8 {
    grid-column: 6/span 8;
  }
  .col-start-xl-7.col-xl-8 {
    grid-column: 7/span 8;
  }
  .col-start-xl-8.col-xl-8 {
    grid-column: 8/span 8;
  }
  .col-start-xl-9.col-xl-8 {
    grid-column: 9/span 8;
  }
  .col-start-xl-10.col-xl-8 {
    grid-column: 10/span 8;
  }
  .col-start-xl-11.col-xl-8 {
    grid-column: 11/span 8;
  }
  .col-start-xl-12.col-xl-8 {
    grid-column: 12/span 8;
  }
  .col-xl-8 {
    grid-column-start: span 8;
  }
  .col-start-xl-1.col-xl-9 {
    grid-column: 1/span 9;
  }
  .col-start-xl-2.col-xl-9 {
    grid-column: 2/span 9;
  }
  .col-start-xl-3.col-xl-9 {
    grid-column: 3/span 9;
  }
  .col-start-xl-4.col-xl-9 {
    grid-column: 4/span 9;
  }
  .col-start-xl-5.col-xl-9 {
    grid-column: 5/span 9;
  }
  .col-start-xl-6.col-xl-9 {
    grid-column: 6/span 9;
  }
  .col-start-xl-7.col-xl-9 {
    grid-column: 7/span 9;
  }
  .col-start-xl-8.col-xl-9 {
    grid-column: 8/span 9;
  }
  .col-start-xl-9.col-xl-9 {
    grid-column: 9/span 9;
  }
  .col-start-xl-10.col-xl-9 {
    grid-column: 10/span 9;
  }
  .col-start-xl-11.col-xl-9 {
    grid-column: 11/span 9;
  }
  .col-start-xl-12.col-xl-9 {
    grid-column: 12/span 9;
  }
  .col-xl-9 {
    grid-column-start: span 9;
  }
  .col-start-xl-1.col-xl-10 {
    grid-column: 1/span 10;
  }
  .col-start-xl-2.col-xl-10 {
    grid-column: 2/span 10;
  }
  .col-start-xl-3.col-xl-10 {
    grid-column: 3/span 10;
  }
  .col-start-xl-4.col-xl-10 {
    grid-column: 4/span 10;
  }
  .col-start-xl-5.col-xl-10 {
    grid-column: 5/span 10;
  }
  .col-start-xl-6.col-xl-10 {
    grid-column: 6/span 10;
  }
  .col-start-xl-7.col-xl-10 {
    grid-column: 7/span 10;
  }
  .col-start-xl-8.col-xl-10 {
    grid-column: 8/span 10;
  }
  .col-start-xl-9.col-xl-10 {
    grid-column: 9/span 10;
  }
  .col-start-xl-10.col-xl-10 {
    grid-column: 10/span 10;
  }
  .col-start-xl-11.col-xl-10 {
    grid-column: 11/span 10;
  }
  .col-start-xl-12.col-xl-10 {
    grid-column: 12/span 10;
  }
  .col-xl-10 {
    grid-column-start: span 10;
  }
  .col-start-xl-1.col-xl-11 {
    grid-column: 1/span 11;
  }
  .col-start-xl-2.col-xl-11 {
    grid-column: 2/span 11;
  }
  .col-start-xl-3.col-xl-11 {
    grid-column: 3/span 11;
  }
  .col-start-xl-4.col-xl-11 {
    grid-column: 4/span 11;
  }
  .col-start-xl-5.col-xl-11 {
    grid-column: 5/span 11;
  }
  .col-start-xl-6.col-xl-11 {
    grid-column: 6/span 11;
  }
  .col-start-xl-7.col-xl-11 {
    grid-column: 7/span 11;
  }
  .col-start-xl-8.col-xl-11 {
    grid-column: 8/span 11;
  }
  .col-start-xl-9.col-xl-11 {
    grid-column: 9/span 11;
  }
  .col-start-xl-10.col-xl-11 {
    grid-column: 10/span 11;
  }
  .col-start-xl-11.col-xl-11 {
    grid-column: 11/span 11;
  }
  .col-start-xl-12.col-xl-11 {
    grid-column: 12/span 11;
  }
  .col-xl-11 {
    grid-column-start: span 11;
  }
  .col-start-xl-1.col-xl-12 {
    grid-column: 1/span 12;
  }
  .col-start-xl-2.col-xl-12 {
    grid-column: 2/span 12;
  }
  .col-start-xl-3.col-xl-12 {
    grid-column: 3/span 12;
  }
  .col-start-xl-4.col-xl-12 {
    grid-column: 4/span 12;
  }
  .col-start-xl-5.col-xl-12 {
    grid-column: 5/span 12;
  }
  .col-start-xl-6.col-xl-12 {
    grid-column: 6/span 12;
  }
  .col-start-xl-7.col-xl-12 {
    grid-column: 7/span 12;
  }
  .col-start-xl-8.col-xl-12 {
    grid-column: 8/span 12;
  }
  .col-start-xl-9.col-xl-12 {
    grid-column: 9/span 12;
  }
  .col-start-xl-10.col-xl-12 {
    grid-column: 10/span 12;
  }
  .col-start-xl-11.col-xl-12 {
    grid-column: 11/span 12;
  }
  .col-start-xl-12.col-xl-12 {
    grid-column: 12/span 12;
  }
  .col-xl-12 {
    grid-column-start: span 12;
  }
}
:root {
  --grid-column-width: calc((100% - (12 - 1) * 20px) / 12);
  --grid-gap: 20px;
}

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

.bg-green {
  background-color: #6cbc44;
}

.bg-blue {
  background-color: #49b1f2;
}

.bg-darkgreen {
  background-color: #034001;
}

.text-green {
  color: #6cbc44;
}

.text-blue {
  color: #49b1f2;
}

.text-darkgreen {
  color: #034001;
}

.bg-red {
  background-color: #ea1313;
}

.bg-yellow {
  background-color: #ffbc27;
}

h1 {
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  font-size: 32px;
  color: #034001;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 889px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 90px;
  }
}

h2 {
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  font-size: 28px;
  color: #034001;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 889px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 20px;
  color: #6cbc44;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 889px) {
  body {
    font-size: 22px;
  }
}

.poppins-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}

.fatface-heading {
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
}

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

body, html {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

body {
  background-color: #ffffff;
  color: #034001;
  font-size: 16px;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: clamp(1rem, 2vw, 1.25rem);
  padding-right: 0;
  transition: padding-right 0.3s ease;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

.menu-open {
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

body {
  transition: overflow 0.3s ease;
}

#site-title svg path {
  transition: fill 0.3s ease;
}

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

.container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

#site {
  margin-top: -50px;
}

header {
  background-color: #ffffff;
  padding: 20px 0;
}
header .logo {
  display: block;
}
header .logo img {
  height: auto;
  max-width: clamp(80px, 10vw, 130px);
}
header #mega-menu-wrap-main-menu {
  padding-top: 20px;
}
header #main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header #main-menu .menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header #main-menu .menu li {
  margin-left: 30px;
  position: relative;
}
header #main-menu .menu li:first-child {
  margin-left: 0;
}
header #main-menu .menu li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #49b1f2;
}
header #main-menu .menu li a {
  text-decoration: none;
  color: #49b1f2;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
header #main-menu .menu li a:hover {
  color: #4CAF50;
}

@media (max-width: 888px) {
  header .grid-row {
    flex-direction: column;
  }
  header .logo {
    margin-bottom: 20px;
    text-align: center;
  }
  header #main-menu {
    justify-content: center;
  }
  header #main-menu .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  header #main-menu .menu li {
    margin: 10px 15px;
  }
  header #main-menu .menu li::after {
    display: none;
  }
}
.donate-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
@media (min-width: 889px) {
  .donate-button {
    top: 0;
    right: 8%;
  }
}
.donate-button .button {
  background-color: #034001;
  color: white;
  padding: 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  transition: background-color 0.3s ease;
}
.donate-button .button:hover {
  background-color: #3d8b40;
}

@media (max-width: 888px) {
  .donate-button {
    width: 100vw;
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    text-align: center;
    position: fixed;
  }
  .donate-button .button {
    width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 888px) {
  ul#mega-menu-main-menu {
    position: absolute !important;
    width: 99vw !important;
    left: 0 !important;
    top: 100px;
  }
  #mega-menu-wrap-main-menu {
    position: static !important;
  }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: clamp(12px, 1.2vw, 20px);
}

@media (max-width: 999px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    z-index: 999;
    position: absolute;
    width: 90vw !important;
    margin-left: 5vw;
    max-width: none;
    padding: 15px 10px 10px 10px;
    border-top: 3px solid #6bbd45;
    border-left: 0px solid #6bbd45;
    border-right: 0px solid #6bbd45;
    border-bottom: 0px solid #6bbd45;
    background: white;
    border-radius: 0;
    top: 130px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
  }
  a.mega-menu-link {
    color: #49b1f2 !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: none !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #6cbc44;
    border-radius: 0;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: none !important;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    margin: 0 10px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    margin: 0 1px !important;
  }
}
@media (min-width: 890px) and (max-width: 999px) {
  nav#main-menu {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) and (max-width: 1290px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    margin: 0 5px !important;
  }
}
footer {
  background-color: #034001;
  color: #ffffff;
  padding: 60px 0;
}
@media (min-width: 889px) {
  footer .footer-right {
    padding-left: 35px;
  }
}
footer .footer-logo {
  max-width: 80%;
  height: auto;
}
footer .footer-text {
  font-size: 16px;
  line-height: 1.5;
}
footer .footer-text p {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: clamp(14px, 4.5vw, 20px);
}
footer .footer-text p:last-child {
  margin-bottom: 60px;
}
footer .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: white;
  border-radius: 50%;
  margin-right: 10px;
  transition: transform 0.3s ease;
  text-decoration: none;
}
footer .social-links .social-link:last-child {
  margin-right: 0;
}
footer .social-links .social-link i {
  color: black;
  font-size: 24px;
}
footer .social-links .social-link:hover {
  transform: translateY(-3px);
}
footer .social-links .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 888px) {
  footer footer .social-links {
    flex-direction: row;
    justify-content: center;
  }
  footer footer .social-links .social-link {
    margin: 0 10px;
  }
}
footer .footer-menu {
  margin-top: 30px;
}
footer .footer-menu .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu .menu li {
  margin: 0 0 10px 0;
}
footer .footer-menu .menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  text-transform: none;
  transition: opacity 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  text-decoration: underline;
}
footer .footer-menu .menu li a:hover {
  opacity: 0.8;
}
footer #copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

@media (max-width: 888px) {
  footer .grid-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer-logo,
  footer .footer-text,
  footer .social-links {
    margin-bottom: 30px;
  }
  footer .social-links {
    flex-direction: row;
    justify-content: center;
  }
  footer .social-links a {
    margin: 0 10px;
  }
  footer .footer-menu .menu {
    flex-wrap: wrap;
  }
  footer .footer-menu .menu li {
    margin: 5px 10px;
  }
}
.front-page .intro {
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 889px) {
  .front-page .intro {
    padding-bottom: 40px;
    padding-top: 50px;
  }
}
.front-page .intro .container {
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 889px) {
  .front-page .intro .container {
    max-width: 80% !important;
  }
}
.front-page .intro h1 {
  font-size: 22px;
  color: #6cbc44;
  line-height: 1;
  margin-bottom: 5px;
  font-size: clamp(25px, 5vw, 50px);
}
.front-page .intro p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: clamp(14px, 5vw, 20px);
  color: #034001;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 889px) {
  .front-page .intro p {
    max-width: 80%;
    margin: 0 auto 20px auto;
    line-height: 1.8;
  }
}
@media (max-width: 820px) {
  .front-page .intro p {
    max-width: 100% !important;
  }
}

.features {
  background-color: #49b1f2;
  padding: 70px 0;
}
.features .grid-row2 {
  display: grid;
  width: 80%;
  margin: 0 auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media (min-width: 600px) {
  .features .grid-row2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .features .grid-row2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features .feature {
  height: 100%;
}
.features .feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.features .feature a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.features .feature a:hover img {
  transform: scale(1.05);
}
.features .feature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.features .feature h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 17.11px rgba(36, 36, 33, 0.54);
  text-align: center;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  z-index: 1;
  font-weight: bold;
  font-size: clamp(22px, 5vw, 30px);
}
.features .feature a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}
.features .feature a:hover:after {
  background: rgba(0, 0, 0, 0.3);
}

.updates {
  padding: 20px 0 40px 0;
  background-color: #fff;
}
@media (min-width: 889px) {
  .updates {
    padding: 100px 0;
  }
}
.updates .updates-left {
  padding-top: 50px;
}
.updates .updates-left h5 {
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  font-size: 22px;
  color: #6cbc44;
  margin-bottom: 5px;
  font-size: clamp(22px, 5vw, 40px);
}
.updates .updates-left p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: #034001;
  margin-bottom: 40px;
  font-size: clamp(15px, 5vw, 22px);
}
.updates .updates-left a.button {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  display: inline-block;
  background-color: #034001;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 13px 26px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.updates .updates-left a.button:hover {
  background-color: #022701;
}
.updates .updates-left a.button.button-outline {
  background: transparent;
  border: 2px solid #034001;
  color: #034001;
}
.updates .updates-left a.button.button-outline:hover {
  background: #034001;
  color: white;
}
.updates .updates-right {
  display: none;
}
@media (min-width: 889px) {
  .updates .updates-right {
    display: block;
  }
}
.updates .updates-right img {
  max-width: 100%;
  margin-top: 50px;
}
@media (min-width: 889px) {
  .updates .updates-right img {
    margin-top: 0;
  }
}

.contact-us .intro {
  padding-top: 70px;
  margin-bottom: 50px;
}
.contact-us .intro h1 {
  font-size: 30px;
  color: #6cbc44;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 889px) {
  .contact-us .intro h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-us .intro h1 {
    font-size: 70px;
    line-height: 1;
  }
}
.contact-us .intro address {
  font-style: normal;
  margin: 30px 0;
}
.contact-us .intro p {
  padding-right: 0;
}
@media (min-width: 889px) {
  .contact-us .intro p {
    padding-right: 10%;
  }
}
.contact-us .form-section {
  margin-top: -50px;
}
.contact-us .form-section .container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-us .form-text {
  color: #034001;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 50px;
}
@media (min-width: 889px) {
  .contact-us .form-text {
    font-size: 30px;
    line-height: 42px;
  }
}
.contact-us .contact-form {
  max-width: 100%;
  padding-bottom: 100px;
  padding-top: 50px;
}
.contact-us .contact-form .gfield_required, .contact-us .contact-form .ginput_counter {
  display: none !important;
}
@media (min-width: 889px) {
  .contact-us .contact-form {
    max-width: 70%;
  }
}
.contact-us .contact-form input, .contact-us .contact-form textarea {
  width: 100%;
  padding: 15px !important;
  margin-bottom: 20px;
  border: none;
  outline: none;
  background-color: #ebebeb;
}
.contact-us .contact-form input.gform_button, .contact-us .contact-form textarea.gform_button {
  background-color: #034001;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 30px;
  min-width: 190px;
  width: 20%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-us .contact-form input.gform_button:hover, .contact-us .contact-form textarea.gform_button:hover {
  background-color: #6cbc44;
}

.our-programs-page {
  padding: 0 0 100px 0;
}
.our-programs-page .intro {
  padding-bottom: 30px;
  padding-top: 50px;
}
@media (min-width: 889px) {
  .our-programs-page .intro {
    padding-bottom: 60px;
  }
}
.our-programs-page .intro h1 {
  font-size: 40px;
  color: #6cbc44;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 889px) {
  .our-programs-page .intro h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .our-programs-page .intro h1 {
    font-size: 90px;
    line-height: 1;
  }
}
.our-programs-page .intro p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 18px;
  color: #034001;
  margin-bottom: 50px;
}
@media (min-width: 889px) {
  .our-programs-page .intro p {
    font-size: 24px;
    line-height: 38px;
  }
}
.our-programs-page .intro .intro-text p {
  margin-bottom: 0;
}
.our-programs-page .programs {
  padding-top: 50px;
}
.our-programs-page .programs .program {
  margin-bottom: 80px;
}
.our-programs-page .programs .program .img-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-programs-page .programs .program img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
}
.our-programs-page .programs .program .text-col h5 {
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  color: #6cbc44;
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: normal;
}
.our-programs-page .programs .program .text-col p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 18px;
  color: #034001;
  margin-bottom: 20px;
}
.our-programs-page .programs .program .text-col .text {
  margin-bottom: 40px;
}
.our-programs-page .programs .program .text-col a.button {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  display: inline-block;
  background-color: #034001;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 13px 26px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin-top: 40px;
  font-size: 20px;
}
.our-programs-page .programs .program .text-col a.button:hover {
  background-color: #022701;
}
.our-programs-page .programs .program .text-col a.button.button-outline {
  background: transparent;
  border: 2px solid #034001;
  color: #034001;
}
.our-programs-page .programs .program .text-col a.button.button-outline:hover {
  background: #034001;
  color: white;
}

a.button {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  display: inline-block;
  background-color: #034001;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 13px 26px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 4px;
}
a.button:hover {
  background-color: #022701;
}
a.button.button-outline {
  background: transparent;
  border: 2px solid #034001;
  color: #034001;
}
a.button.button-outline:hover {
  background: #034001;
  color: white;
}

.heading-text {
  padding-bottom: 30px;
  padding-top: 50px;
}
@media (min-width: 889px) {
  .heading-text {
    padding-bottom: 60px;
  }
}
.heading-text.text-center h1, .heading-text.text-center h2, .heading-text.text-center h3, .heading-text.text-center h4, .heading-text.text-center h5, .heading-text.text-center h6 {
  text-align: center;
}
.heading-text.text-center .text-content {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.heading-text.text-center .text-content ul {
  list-style: none;
}
.heading-text.text-center .text-content ul li {
  margin-bottom: 25px;
  font-size: 24px;
}
.heading-text.text-center .text-content ul li a {
  text-decoration: none;
  color: #49b1f2;
  font-weight: bold;
}
.heading-text.text-center .text-content ul li a:hover {
  text-decoration: underline;
}
.heading-text.text-center ul {
  margin-left: 0;
  list-style-position: inside;
}
.heading-text h1 {
  font-size: clamp(28px, 3.5vw, 60px);
  color: #6cbc44;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 889px) {
  .heading-text h1 {
    margin-bottom: 30px;
  }
}
.heading-text h2 {
  font-size: clamp(20px, 3vw, 42px);
  color: #6cbc44;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
}
@media (min-width: 889px) {
  .heading-text h2 {
    margin-bottom: 30px;
  }
}
.heading-text .content-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .heading-text .content-flex {
    flex-direction: row-reverse;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .heading-text .content-flex.has-image .text-col {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .heading-text .content-flex.has-image .image-col {
    width: 35%;
  }
}
.heading-text .content-flex.has-image .image-col img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .heading-text .content-flex.image-right {
    flex-direction: row;
  }
}
.heading-text .content-flex .text-col {
  width: 100%;
}
.heading-text .text-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: #034001;
  margin-bottom: 40px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
}
.heading-text .text-content p a {
  color: #49b1f2;
  text-decoration: none;
}
.heading-text ul {
  list-style: disc;
  margin-left: 50px;
  margin-bottom: 30px;
}
.heading-text ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 18px;
  color: #034001;
  margin-bottom: 10px;
}
@media (min-width: 889px) {
  .heading-text ul li {
    font-size: 24px;
    line-height: 38px;
  }
}
.heading-text .intro-text p {
  margin-bottom: 0;
}
.heading-text img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.heading-text figure {
  margin: 20px 0;
}
.heading-text figure img {
  margin: 0;
}
.heading-text figure figcaption {
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 16px;
  color: #034001;
  text-align: center;
  font-style: italic;
}
.heading-text .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 595px) {
  .heading-text .alignleft {
    float: none;
    margin: 20px 0;
  }
}
.heading-text .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 595px) {
  .heading-text .alignright {
    float: none;
    margin: 20px 0;
  }
}
.heading-text .aligncenter {
  display: block;
  margin: 20px auto;
}

.landing-page-intro {
  padding: 60px 0;
}
.landing-page-intro .intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.landing-page-intro .intro-content .logo {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.landing-page-intro .intro-content .logo img {
  width: 50%;
  height: auto;
}
@media (min-width: 889px) {
  .landing-page-intro .intro-content .logo img {
    width: 35%;
  }
}
.landing-page-intro .intro-content .text-content {
  padding: 0;
  text-align: center;
}
@media (min-width: 889px) {
  .landing-page-intro .intro-content .text-content {
    padding: 0 10%;
  }
}
.landing-page-intro .intro-content .text-content h2 {
  font-size: 36px;
  color: #034001;
  margin-bottom: 5px;
}
.landing-page-intro .intro-content .text-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #034001;
}
.landing-page-intro .intro-content .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media (min-width: 889px) {
  .landing-page-intro .intro-content .button-wrapper {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }
}
.landing-page-intro .intro-content .button-wrapper .button {
  width: fit-content;
  font-size: 17px;
}
.landing-page-intro .intro-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-page-intro .intro-image img {
  width: 70%;
  height: auto;
}
@media (max-width: 595px) {
  .landing-page-intro .intro-image {
    margin-top: 40px;
  }
}

.videos {
  padding: 60px 0;
}
.videos h2 {
  text-align: center;
  margin-bottom: 30px;
}
.videos .text-content {
  text-align: center;
  margin-bottom: 40px;
}
.videos .video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 595px) {
  .videos .video-grid {
    grid-template-columns: 1fr;
  }
}
.videos .video-grid .video-link .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}
.videos .video-grid .video-link .thumbnail-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.videos .video-grid .video-link .thumbnail-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.videos .video-grid .video-link .thumbnail-wrapper:hover img {
  transform: scale(1.05);
}

.icon-columns {
  padding: 60px 0;
}
.icon-columns h2 {
  text-align: center;
  margin-bottom: 80px;
}
.icon-columns .grid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.icon-columns .icon-col {
  text-align: center;
  width: 100%;
  padding: 0 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .icon-columns .icon-col {
    width: calc(50% - 15px);
  }
}
@media (min-width: 889px) {
  .icon-columns .icon-col {
    width: calc(33.33% - 20px);
  }
}
.icon-columns .icon-col .icon {
  margin-bottom: 20px;
  font-size: 48px;
}
.icon-columns .icon-col h3 {
  margin-bottom: 5px;
}

.image-left-text-right {
  padding-top: 50px;
}
.image-left-text-right .grid-row {
  margin-bottom: 120px;
}
.image-left-text-right .grid-row .img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-left-text-right .grid-row .img-col img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.image-left-text-right .grid-row .text-col h5 {
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  color: #6cbc44;
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: normal;
}
.image-left-text-right .grid-row .text-col p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 18px;
  color: #034001;
  margin-bottom: 20px;
}
.image-left-text-right .grid-row .text-col .text {
  margin-bottom: 40px;
}
.image-left-text-right .grid-row .text-col .text a {
  color: #49b1f2;
  font-weight: bold;
}
.image-left-text-right .grid-row .text-col .text strong {
  font-weight: bold;
}
.image-left-text-right .grid-row .text-col a.button {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  display: inline-block;
  background-color: #034001;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 13px 26px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin-top: 40px;
  font-size: 20px;
}
.image-left-text-right .grid-row .text-col a.button:hover {
  background-color: #022701;
}
.image-left-text-right .grid-row .text-col a.button.button-outline {
  background: transparent;
  border: 2px solid #034001;
  color: #034001;
}
.image-left-text-right .grid-row .text-col a.button.button-outline:hover {
  background: #034001;
  color: white;
}

.text-section {
  padding: 30px 0;
}
.text-section h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: #034001;
  font-size: 28px;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 889px) {
  .text-section h3 {
    font-size: 32px;
  }
}
.text-section a.button {
  display: inline-block;
  margin-top: 40px;
}
.text-section a.button i {
  margin-left: 10px;
}
.text-section .text-content ul {
  margin: 30px 0;
  display: block;
  list-style: disc !important;
  margin-left: 50px;
}
.text-section .text-content ul a {
  font-weight: bold;
  text-decoration: none;
  color: #49b1f2;
}
.text-section .text-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
}
.text-section .text-content p a {
  color: #49b1f2;
  text-decoration: none;
}
.text-section .text-content p a.button {
  color: #fff !important;
  margin-top: 30px;
  display: table;
}
.text-section .text-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 889px) {
  .text-section .text-content p {
    font-size: 18px;
  }
}

.company-logos {
  padding: 40px 0;
}
.company-logos .donor-button {
  text-align: center;
  margin-top: 80px;
}
.company-logos h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #6cbc44;
}
@media (min-width: 889px) {
  .company-logos h2 {
    font-size: 36px;
  }
}
.company-logos .logos-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .company-logos .logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 889px) {
  .company-logos .logos-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
.company-logos .logo-item {
  text-align: center;
  margin-bottom: 80px;
}
.company-logos .logo-item a {
  text-decoration: none;
  display: block;
}
.company-logos .logo-item a:hover .logo-wrapper {
  transform: translateY(-5px);
}
.company-logos .logo-wrapper {
  position: relative;
  width: 250px;
  min-height: 200px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company-logos .company-name {
  font-size: 18px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: #034001;
}
@media (min-width: 889px) {
  .company-logos .company-name {
    font-size: 18px;
  }
}

.people {
  padding: 50px 0;
}
.people .people-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .people .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 889px) {
  .people .people-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .people .people-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.people .person {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.people .image-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.people .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.people .person-info {
  flex-grow: 1;
}
.people .name {
  color: #6cbc44;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.people .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  line-height: 1.4;
  color: #034001;
}
.people .details .title {
  font-weight: bold;
  font-size: 15px;
}
.people .details .company-text {
  display: inline;
}
.people .details .company-text p {
  display: inline;
  margin: 0;
  font-size: 15px;
}
.people .details .company-text a {
  color: #6cbc44;
  text-decoration: none;
}
.people .details .company-text a:hover {
  text-decoration: underline;
}

.buttons-stack {
  padding: 40px 0;
}
.buttons-stack .button-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.buttons-stack .button-wrapper .button {
  width: 300px;
  text-align: center;
}
.buttons-stack .button-wrapper .button i {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .buttons-stack .button-wrapper .button {
    width: 100%;
    max-width: 300px;
  }
}

.team {
  padding: 50px 0;
}
.team h2 {
  color: #6cbc44;
  font-size: clamp(28px, 3.5vw, 48px);
  margin-bottom: 20px;
  text-align: left;
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
}
.team .intro-text {
  text-align: left;
  margin-bottom: 50px;
}
.team .intro-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: clamp(16px, 2vw, 20px);
  color: #034001;
}
.team .intro-text p a {
  text-decoration: none;
  color: #49b1f2;
}
.team .team-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .team .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 889px) {
  .team .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.team .member-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.team .member-trigger:hover .image-wrapper {
  transform: translateY(-5px);
}
.team .image-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.team .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .member-info .name {
  color: #034001;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
}
.team .member-info .title {
  color: #6cbc44;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  text-transform: capitalize;
  font-weight: 400;
  max-width: 70%;
  margin: 0 auto 10px;
}
@media (min-width: 889px) {
  .team .member-info .title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.team .member-modal {
  padding: 0;
  max-width: 600px;
  width: 90%;
  border: 4px solid #6cbc44;
  border-radius: 0;
  text-align: center;
}
.team .member-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.team .modal-content {
  position: relative;
  padding: 30px;
}
.team .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.team .modal-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.team .modal-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.team .modal-info {
  text-align: center;
}
.team .modal-info h3 {
  color: #034001;
  font-style: italic;
  font-size: 32px;
  margin-bottom: 5px;
}
.team .modal-info .title {
  color: #6cbc44;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.team .modal-info .bio {
  color: #034001;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.team .modal-info .bio p {
  margin-bottom: 15px;
}
.team.alum .container {
  margin-top: 50px;
}
.team.alum div.text {
  font-size: 18px;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto;
  color: #000;
}
.team.alum .team-member {
  text-align: center;
  margin-bottom: 30px;
}
.team.alum .intro-text {
  margin-bottom: 100px;
}

.green-stripe {
  background: #6cbc44;
  color: white;
  padding: 50px 0;
}
.green-stripe h2 {
  margin-bottom: 30px;
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff !important;
  font-size: clamp(22px, 5vw, 45px);
  text-align: center;
}
@media (min-width: 889px) {
  .green-stripe h2 {
    text-align: left;
  }
}
.green-stripe .text-content {
  margin-bottom: 30px;
}
.green-stripe .text-content h1, .green-stripe .text-content h2, .green-stripe .text-content h3, .green-stripe .text-content h4, .green-stripe .text-content h5, .green-stripe .text-content h6 {
  color: white;
  margin-bottom: 20px;
}
.green-stripe .text-content p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: clamp(16px, 2vw, 24px);
}
.green-stripe .text-content p:last-child {
  margin-bottom: 0;
}
.green-stripe .text-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.green-stripe .text-content ul li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media (min-width: 889px) {
  .green-stripe .text-content ul li {
    font-size: 24px;
  }
}
.green-stripe .text-content ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.green-stripe .text-content ul li:last-child {
  margin-bottom: 0;
}
.green-stripe .text-content a {
  color: white;
  text-decoration: underline;
}
.green-stripe .text-content a:hover {
  text-decoration: none;
}
.green-stripe .text-content a.button {
  text-decoration: none;
}
.green-stripe .icon-list .icon-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 889px) {
  .green-stripe .icon-list .icon-row {
    font-size: 24px;
    flex-direction: row;
    text-align: left;
  }
}
.green-stripe .icon-list .icon-row .icon {
  width: 50px;
  display: flex;
}
@media (min-width: 889px) {
  .green-stripe .icon-list .icon-row .icon {
    margin-right: 20px;
  }
}
.green-stripe .icon-list .icon-row .icon i {
  margin-top: 4px;
  font-size: 35px;
}
.green-stripe .icon-list .icon-row:last-child {
  margin-bottom: 0;
}

.form-section {
  padding: 50px 0;
}
.form-section .container {
  max-width: 800px;
}
.form-section h2 {
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
  color: #034001;
  margin-bottom: 30px;
  text-align: center;
}
.form-section .form-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.form-section .form-intro p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: #034001;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 889px) {
  .form-section .form-intro p {
    font-size: 24px;
  }
}
.form-section .gform_wrapper {
  margin: 0;
}
.form-section .gform_wrapper .gfield {
  margin-bottom: 20px;
}
.form-section .gform_wrapper input[type=text],
.form-section .gform_wrapper input[type=email],
.form-section .gform_wrapper input[type=tel],
.form-section .gform_wrapper textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(3, 64, 1, 0.2);
  border-radius: 4px;
}
.form-section .gform_wrapper input[type=text]:focus,
.form-section .gform_wrapper input[type=email]:focus,
.form-section .gform_wrapper input[type=tel]:focus,
.form-section .gform_wrapper textarea:focus {
  outline: none;
  border-color: #6cbc44;
}
.form-section .gform_wrapper .gform_button {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  display: inline-block;
  background-color: #034001;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 13px 26px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.form-section .gform_wrapper .gform_button:hover {
  background-color: #022701;
}
.form-section .gform_wrapper .gform_button.button-outline {
  background: transparent;
  border: 2px solid #034001;
  color: #034001;
}
.form-section .gform_wrapper .gform_button.button-outline:hover {
  background: #034001;
  color: white;
}

.code-section {
  padding: 50px 0;
}
.code-section .code-wrapper {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 595px) {
  .code-section .code-wrapper {
    width: 100%;
  }
}
.code-section .code-wrapper iframe {
  max-width: 100%;
}
.code-section .code-wrapper h1, .code-section .code-wrapper h2, .code-section .code-wrapper h3 {
  color: #6cbc44;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
}
@media (min-width: 889px) {
  .code-section .code-wrapper h1, .code-section .code-wrapper h2, .code-section .code-wrapper h3 {
    font-size: 36px;
  }
}
.code-section .code-wrapper input[type=radio] {
  margin-right: 15px;
}

#intro-margin-top {
  margin-top: 100px;
}

.media-coverage {
  padding: 50px 0;
}
.media-coverage .year-section {
  margin-bottom: 80px;
}
.media-coverage .year-section:last-child {
  margin-bottom: 0;
}
.media-coverage .year-section h2 {
  font-size: 32px;
  color: #034001;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Abril Fatface", cursive;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  font-weight: normal;
}
@media (min-width: 889px) {
  .media-coverage .year-section h2 {
    font-size: 48px;
  }
}
.media-coverage .media-items {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .media-coverage .media-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 889px) {
  .media-coverage .media-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.media-coverage .media-item .item-title {
  color: #6cbc44;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
}
.media-coverage .media-item .item-content {
  font-size: 16px;
  color: #034001;
  line-height: 1.4;
}
.media-coverage .media-item .item-content a {
  color: #6cbc44;
  text-decoration: none;
  font-weight: bold;
}
.media-coverage .media-item .item-content a:hover {
  text-decoration: underline;
}
.media-coverage .media-item .item-content p {
  margin-bottom: 10px;
}
.media-coverage .media-item .item-content p:last-child {
  margin-bottom: 0;
}

.text-cols {
  padding: 50px 0;
}
.text-cols .col-heading {
  color: #034001;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 889px) {
  .text-cols .col-heading {
    font-size: 32px;
  }
}
.text-cols .col-content {
  margin-bottom: 50px;
}
.text-cols .col-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: #034001;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 889px) {
  .text-cols .col-content p {
    font-size: 18px;
    line-height: 1.6;
  }
}
.text-cols .col-content a {
  color: #49b1f2;
  text-decoration: none;
  font-weight: bold;
}
.text-cols .col-content a:hover {
  text-decoration: underline;
}
@media (max-width: 595px) {
  .text-cols .grid-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

#site.newsletter .form-section {
  margin-top: -50px;
}
#site.newsletter .form-section label {
  font-weight: bold;
}
#site.newsletter .form-section .gfield_required.gfield_required_text {
  display: none;
}

#site.get-involved .form-section {
  padding: 0 0 50px 0 !important;
}

#site.snap-wic-marketing .videos {
  padding: 0 0 50px 0 !important;
}

#site.contact-us label {
  font-weight: bold !important;
}

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