@charset "UTF-8";
/* UTILITIES */
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy='true'] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* VARIABLES */
/* COLORS */
.color-swatches {
  display: flex;
  flex-wrap: wrap;
}

.color-swatch {
  display: flex;
  width: 150px;
  height: 150px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin: 40px;
}
.color-swatch.white {
  border: 1px solid #232323;
}
.color-swatch.grey-light {
  background-color: #efefef;
  border: 1px solid #232323;
}
.color-swatch.grey {
  background-color: #cccccc;
}
.color-swatch.blue-light {
  background-color: #f3fbfe;
  border: 1px solid #232323;
}
.color-swatch.blue {
  background-color: #037dba;
  color: #ffffff;
}
.color-swatch.blue-dark {
  background-color: #2666a5;
  color: #ffffff;
}
.color-swatch.black {
  background-color: #232323;
  color: #ffffff;
}

/* FONTS */
/* SPACING */
/* BREAKPOINTS */
/* TRANSITIONS */
/* BASE */
/* BASE */
html {
  font-family: 'Ubuntu', Arial, sans-serif;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  height: 100%;
}

.gw-site-scrim {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

.fluid-img-wrap {
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.fluid-img-wrap img {
  height: 100%;
  width: auto;
  max-width: none;
}
.fluid-img-wrap.fluid-img-wrap-row img {
  height: auto;
  width: 100%;
  max-height: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 25px 0 10px;
  border: 1px solid #cccccc;
  border-width: 1px !important;
  background-color: #ffffff;
  position: relative;
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-expand-arrow.svg');
  background-size: 16px 16px;
  background-position: right 5px center;
}
select::-ms-expand {
  display: none;
}

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

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

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

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Containers
--------------------------------------------------------------*/
.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2em;
}
@media screen and (min-width: 1200px) {
  .wrap {
    padding: 0;
  }
}

.wrap-large {
  max-width: 1368px;
}

/* CONTAINERS */
.site-content-contain {
  margin-top: 66px;
}
.site-content-contain.has-alert-banner {
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  .site-content-contain {
    margin-top: 0;
  }
}

.site-main {
  position: relative;
}

.gw-section {
  padding: 64px 0 48px;
  padding: 4rem 0 3rem;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
}
.gw-section:last-child {
  border-bottom: none;
}
@media screen and (min-width: 900px) {
  .gw-section {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
}

.gw-section-borderless {
  border-bottom: none;
}

.gw-section-remove-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.gw-section-simple-header {
  border-bottom: none;
  padding-bottom: 0;
}

.gw-section-blue {
  background-color: #f3fbfe;
}

.gw-section-dark-blue {
  background-color: #2666a5;
}
.gw-section-dark-blue > .wrap > * {
  color: #ffffff;
}

.gw-section-grey {
  background-color: #efefef;
}

.gw-section-dark-grey {
  background-color: #232323;
}
.gw-section-dark-grey > .wrap > * {
  color: #ffffff;
}

.gw-section-arrows {
  position: relative;
}
.gw-section-arrows::after {
  display: none;
  content: '';
  position: absolute;
  width: 222px;
  height: 359px;
  background-image: url('/wp-content/themes/goodwill/assets/images/arrows-large.svg');
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .gw-section-arrows::after {
    display: inline-block;
  }
}
.gw-section-arrows.arrows-top-right::after {
  top: 0;
  right: 20px;
}
.gw-section-arrows.arrows-top-left::after {
  top: 0;
  left: 20px;
}
.gw-section-arrows.arrows-bottom-right::after {
  bottom: 0;
  right: 20px;
  transform: rotate(180deg);
}
.gw-section-arrows.arrows-bottom-left::after {
  bottom: 0;
  left: 20px;
  transform: rotate(180deg);
}

.gw-section-title {
  text-align: center;
  margin-top: 0;
}

.gw-section-desc {
  text-align: center;
  max-width: 590px;
  margin: 0 auto 2rem;
}

.gw-col-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .gw-col-wrap {
    flex-direction: row;
  }
}
.gw-col-wrap .gw-section-col {
  max-width: 800px;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.gw-col-wrap .gw-section-col:last-child {
  margin-right: 0;
}

/* TYPOGRAPHY */
body,
button,
input,
select,
textarea {
  color: #232323;
  font-family: Ubuntu, Ariall, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #232323;
  line-height: 1.25;
}

h1,
.h1 {
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
}

h2,
.h2 {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
}

h3,
.h3 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

h4,
.h4 {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
}

h5,
.h5 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 2rem;
  padding: 0;
}

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  display: inline;
}

blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 0.5em;
  font-family: Ubuntu, Arial, sans-serif;
}

address {
  margin: 0 0 1.5em;
}

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

ul,
ol {
  margin: 0 0 1.5em 1em;
  padding: 0;
  font-size: 1.125rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Typography classes */
.large-body,
.large-body p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .large-body,
  .large-body p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* LINKS */
a {
  color: #2666a5;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #133352;
}

.link-cta {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.link-cta-alt {
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.link-secondary.link-secondary {
  color: #232323;
  font-size: 14px;
  font-size: 0.875rem;
}
.link-secondary.link-secondary:hover {
  color: black;
}

.link-small {
  font-size: 12px;
  font-size: 0.75rem;
}

#back-to-top {
  display: none;
}

.gw-back-to-top {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 15px;
  border-radius: 50%;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  width: 35px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .gw-back-to-top {
    bottom: 2rem;
    right: 2rem;
    width: auto;
  }
}

.gw-phone-number-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.gw-phone-number {
  color: #2666a5;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
  color: #232323;
  display: block;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #232323;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 1em 2em;
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1;
}

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

select {
  border: 2px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 3em;
  max-width: 100%;
}

input[type='radio'],
input[type='checkbox'] {
  margin-right: 0.5em;
}

.checkbox label {
  display: inline-block;
}

.checkbox input[type='checkbox'] {
  display: inline-block;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #232323;
}

:-moz-placeholder {
  color: #232323;
}

::-moz-placeholder {
  color: #232323;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #232323;
}

.helper-text {
  display: block;
  color: #b4b4b4;
  font-style: italic;
}

/* COMPONENTS */
/* HEADER */
.gw-alert-banner {
  background-color: #00706d;
  color: #ffffff;
  padding: 1rem 0;
  text-align: center;
  margin-top: 66px;
}
.gw-alert-banner a {
  color: #ffffff;
}
.gw-alert-banner a:hover {
  color: #e6e6e6;
}
@media screen and (min-width: 1100px) {
  .gw-alert-banner {
    margin-top: 0;
  }
}

.site-branding {
  margin-bottom: 20px !important;
}
.site-branding .wrap {
  position: relative;
}

.custom-header {
  display: none;
}
@media screen and (min-width: 1100px) {
  .custom-header {
    display: block;
    margin-bottom: 0 !important;
  }
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
}
@media screen and (min-width: 1100px) {
  #masthead {
    position: relative;
    width: auto;
  }
}

/* NAVIGATION */
#mega-menu-wrap-top {
  background-color: #ffffff;
}
#mega-menu-wrap-top #mega-menu-top {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top #mega-menu-top .mega-menu-item {
    margin: 0 !important;
  }
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
  padding: 0 20px;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item:nth-child(5)
    + .mega-menu-item
    > a.mega-menu-link {
    margin-left: 0 !important;
  }
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item:last-child
    > a.mega-menu-link {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 0 !important;
  }
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-current-menu-item
  > a.mega-menu-link {
  font-weight: normal;
  color: #232323;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  height: auto;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  padding: 0.5em 0;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-current-menu-item
    > a.mega-menu-link {
    font-weight: bold;
    padding: 14px 0;
    margin: 0 1em;
    white-space: nowrap;
  }
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item
    > a.mega-menu-link:hover,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item
    > a.mega-menu-link:focus,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-current-menu-item
    > a.mega-menu-link:hover,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-current-menu-item
    > a.mega-menu-link:focus {
    font-weight: bold !important;
    color: #232323 !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(
      to bottom,
      #ffffff 0px,
      #ffffff 66px,
      #037dba 66px,
      #037dba 68px
    );
  }
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-lin
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-lin
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link {
    font-weight: bold;
    color: #232323;
    background: #ffffff;
    background-color: #ffffff;
    background-image: linear-gradient(
      to bottom,
      #ffffff 0px,
      #ffffff 66px,
      #037dba 66px,
      #037dba 68px
    );
  }
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top[data-effect='fade_up']
    li.mega-menu-item.mega-menu-megamenu
    > ul.mega-sub-menu,
  #mega-menu-wrap-top
    #mega-menu-top[data-effect='fade_up']
    li.mega-menu-item.mega-menu-flyout
    ul.mega-sub-menu {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  line-height: 1.5;
  background-color: transparent;
  padding: 0;
}
#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover,
#mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:focus {
  background-color: transparent;
  text-decoration: none;
  color: #232323;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    padding: 0 0 15px 0 !important;
  }
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout.mega-menu-item {
  position: static;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top #mega-menu-top > li.btn-secondary.mega-menu-item {
    margin-left: auto !important;
  }
}
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item
  a.mega-menu-link {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 1em;
}
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item
  a.mega-menu-link:hover,
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item
  a.mega-menu-link:focus {
  background-color: #037dba !important;
  color: #ffffff !important;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top
    > li.btn-secondary.mega-menu-item
    a.mega-menu-link {
    margin-top: 0;
    margin-left: 0;
    margin: 0 !important;
    padding: 1em 2em !important;
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-current-menu-item
  a.mega-menu-link {
  background: #f3fbfe !important;
  color: #0379b5 !important;
}
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-current-menu-item
  a.mega-menu-link:hover,
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-current-menu-item
  a.mega-menu-link:focus {
  background: #037dba !important;
  color: #ffffff !important;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top
    > li.btn-secondary.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-current-menu-item
    a.mega-menu-link {
    margin-top: 0;
    margin-left: 0;
    margin: 0 !important;
    padding: 1em 2em !important;
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
#mega-menu-wrap-top #mega-menu-top p {
  margin-bottom: 0 !important;
}
#mega-menu-wrap-top #mega-menu-top hr {
  background-color: #cccccc;
  margin: 10px -20px;
}
#mega-menu-wrap-top
  #mega-menu-top
  li.mega-menu-item-has-children
  > a.mega-menu-link:after {
  transform: rotate(270deg);
  font-size: 18px;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top
    li.mega-menu-item-has-children
    > a.mega-menu-link:after {
    transform: rotate(0);
    display: none;
  }
}
#mega-menu-wrap-top #mega-menu-top .mobile-action > a.mega-menu-link {
  padding: 5px 0 !important;
  line-height: 35px !important;
}
#mega-menu-wrap-top #mega-menu-top .mobile-action > a.mega-menu-link::before {
  margin-top: -2px !important;
}
#mega-menu-wrap-top #mega-menu-top .mobile-action:last-of-type {
  border-bottom: 1px solid #cccccc !important;
}
@media screen and (min-width: 1100px) {
  #mega-menu-wrap-top #mega-menu-top .mobile-action {
    display: none !important;
  }
}
#mega-menu-wrap-top #mega-menu-top#mega-menu-top .gw-mobile-submenu-heading {
  display: none;
}
@media screen and (max-width: 1100px) {
  #mega-menu-wrap-top #mega-menu-top#mega-menu-top {
    display: block;
    position: fixed;
    top: 66px;
    z-index: 10000;
    width: 500px;
    height: 100vh;
    transition: 0.3s all ease-in-out;
    background-color: #ffffff;
    right: 100%;
    overflow-x: hidden;
  }
  #mega-menu-wrap-top
    #mega-menu-top#mega-menu-top
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 16px !important;
  }
  #mega-menu-wrap-top
    #mega-menu-top#mega-menu-top
    .mega-menu-item
    > .mega-sub-menu.mega-sub-menu.mega-sub-menu.mega-sub-menu {
    display: block;
    position: absolute;
    left: 100%;
    min-height: 100%;
    top: 0;
    margin-top: 0;
    transition: left 0.3s ease-out;
    opacity: 1;
    padding: 0;
    background-color: #f3fbfe;
  }
  #mega-menu-wrap-top
    #mega-menu-top#mega-menu-top
    .mega-menu-item
    > .mega-sub-menu.mega-sub-menu.mega-sub-menu.mega-sub-menu
    .gw-mobile-submenu-heading {
    display: block;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: -20px;
    margin-bottom: -10px;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125em;
    color: #232323;
    position: relative;
    padding: 17px 0;
    border-bottom: 1px solid #cccccc;
  }
  #mega-menu-wrap-top
    #mega-menu-top#mega-menu-top
    .mega-menu-item
    > .mega-sub-menu.mega-sub-menu.mega-sub-menu.mega-sub-menu
    .gw-mobile-submenu-heading
    .back-arrow {
    position: absolute;
    left: 16px;
    top: 20px;
    background-image: url('/wp-content/themes/goodwill/assets/images/icons/left-arrow.svg');
    background-size: contain;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 18px;
    height: 18px;
  }
  #mega-menu-wrap-top
    #mega-menu-top#mega-menu-top
    .mega-menu-item
    > .mega-sub-menu.mega-sub-menu.mega-sub-menu.mega-sub-menu
    .mega-menu-item {
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 600px) {
  #mega-menu-wrap-top
    #mega-menu-top#mega-menu-top
    .mega-menu-item.mega-toggle-on
    > .mega-sub-menu.mega-sub-menu.mega-sub-menu.mega-sub-menu {
    position: fixed;
    height: 100vh;
    top: 66px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1100px) {
  #mega-menu-wrap-top
    #mega-menu-top#mega-menu-top
    .mega-menu-item.mega-toggle-on
    > .mega-sub-menu.mega-sub-menu.mega-sub-menu.mega-sub-menu {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #mega-menu-wrap-top #mega-menu-top#mega-menu-top {
    width: 100%;
  }
  #mega-menu-wrap-top
    #mega-menu-top
    li.mega-menu-item-has-children
    > a.mega-menu-link:after {
    content: url('/wp-content/themes/goodwill/assets/images/icons/right-arrow.svg');
    transform: rotate(0);
    width: 18px;
  }
  #mega-menu-wrap-top
    #mega-menu-top
    li.mega-menu-item-has-children.mega-toggle-on
    > a.mega-menu-link:after {
    content: url('/wp-content/themes/goodwill/assets/images/icons/left-arrow.svg');
    transform: rotate(0);
  }
}
#mega-menu-wrap-top .mega-menu-toggle {
  border-radius: 0;
}
#mega-menu-wrap-top
  .mega-menu-toggle
  .mega-toggle-blocks-left
  .mega-toggle-block {
  z-index: 10000;
}
#mega-menu-wrap-top ul.mega-sub-menu {
  border-radius: 0px 0px 4px 4px !important;
}
@media screen and (max-width: 1100px) {
  #mega-menu-wrap-top
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-top#mega-menu-top {
    right: calc(100% - 500px);
  }
}
@media screen and (max-width: 600px) {
  #mega-menu-wrap-top
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-top#mega-menu-top {
    right: 0;
  }
}
#mega-menu-wrap-top .mega-search-wrap {
  margin: 20px 0 !important;
  z-index: 1 !important;
}
#mega-menu-wrap-top .mega-search {
  display: flex;
  padding: 0 !important;
}
#mega-menu-wrap-top .mega-search .search-icon {
  display: none;
}
#mega-menu-wrap-top .mega-search input[type='submit'] {
  flex: 0 0 50px;
  border: none;
  background-color: #037dba;
  order: 2;
  display: inline-block !important;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
#mega-menu-wrap-top .mega-search input[type='text'] {
  border: 1px solid #cccccc !important;
  border-right: 0 !important;
  border-radius: 4px 0 0 4px !important;
  flex: 1 1 80%;
  width: 80% !important;
  padding: 5px 10px !important;
  height: auto !important;
}

#mega-menu-wrap-action-menu {
  margin-top: 15px;
  float: right;
}
#mega-menu-wrap-action-menu #mega-menu-action-menu li.mega-menu-item {
  text-align: center;
  margin: 0 2px;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  a.mega-menu-link {
  text-align: center;
  height: auto;
  font-size: 10px;
  text-transform: uppercase;
  color: #232323;
  background-color: transparent;
  font-weight: bold;
  line-height: 1.5;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  a.mega-menu-link:hover,
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  a.mega-menu-link:focus {
  background-color: transparent;
  color: #232323;
  font-weight: bold;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  a.mega-menu-link::before {
  display: block;
  font-size: 22px;
  color: #232323;
  font-weight: normal;
  margin-right: 0;
  background-position: center;
  width: auto !important;
  height: 33px !important;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item.mega-menu-item-has-children
  a.mega-menu-link::before {
  margin-right: 6px;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  > ul.mega-sub-menu {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 20px;
  left: -50%;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  > ul.mega-sub-menu
  li.mega-menu-item {
  text-align: left;
  margin-bottom: 20px;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  > ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  text-align: left;
  line-height: 1.4;
  padding-bottom: 0;
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-right_4.svg');
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: right center;
  transition: background-position 0.2s ease-out;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  > ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-right_4.svg');
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: right -3px center;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  li.mega-menu-item
  > ul.mega-sub-menu
  li.mega-menu-item:last-of-type {
  margin-bottom: 0;
}

body.mega-menu-top button.menu-toggle {
  display: none;
}

.navigation-top {
  border: none;
}
.navigation-top .wrap.wrap.wrap {
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .navigation-top .wrap.wrap.wrap {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1200px) {
  .navigation-top .wrap.wrap.wrap {
    padding: 0;
  }
}

.custom-logo-link img {
  max-width: 250px;
  height: auto;
  margin-top: 20px;
  display: inline-block;
}

.mobile-location-link {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
  position: absolute;
  right: 6px;
  z-index: 100000;
}
.mobile-location-link::before {
  content: '';
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/location.png');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .mobile-location-link {
    display: none;
  }
}

.mobile-home-link {
  display: inline-block;
  margin-top: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000;
}
@media screen and (min-width: 1100px) {
  .mobile-home-link {
    display: none;
  }
}

.mega-menu-column:last-of-type {
  margin-bottom: 200px;
}
@media screen and (min-width: 1100px) {
  .mega-menu-column:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .sub-menu-mobile-header {
    display: none;
  }
}

/* HERO */
.gw-hero {
  padding: 0 0 1.5em;
  color: #ffffff;
  position: relative;
  background-image: linear-gradient(
    315deg,
    rgba(46, 185, 252, 0.9),
    rgba(10, 85, 158, 0.9)
  );
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .gw-hero.gw-hero-has-subhero {
    padding-bottom: 9.5rem;
  }
  .gw-hero.gw-hero-has-subhero + main > section:first-of-type {
    padding-top: 10rem;
  }
}
.gw-hero.gw-home-hero + main > section:first-of-type {
  padding-top: 8.125rem;
}
.gw-hero .wrap {
  position: relative;
}
@media screen and (min-width: 900px) {
  .gw-hero {
    padding: 3.75em 0 4em;
  }
}

.gw-hero-left {
  max-width: 600px;
}
.gw-hero-left h1 {
  color: #ffffff;
  line-height: 1.16;
  margin-bottom: 10px;
  max-width: 560px;
}

.gw-hero-text {
  max-width: 630px;
}
.gw-hero-text h1 {
  color: #ffffff;
  line-height: 1.16;
  margin-bottom: 10px;
  max-width: 560px;
}

.gw-hero-2col > .wrap {
  display: flex;
  align-items: center;
}
.gw-hero-2col > .wrap .gw-hero-left {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .gw-hero-2col > .wrap .gw-hero-left {
    margin-right: 30px;
    width: 50%;
  }
}
.gw-hero-2col > .wrap .gw-hero-right {
  display: none;
  color: #ffffff;
}
.gw-hero-2col > .wrap .gw-hero-right > * {
  color: #ffffff;
}
@media screen and (min-width: 900px) {
  .gw-hero-2col > .wrap .gw-hero-right {
    width: 50%;
    display: block;
  }
}

.gw-hero-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.gw-hero-bg-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.gw-subhero {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 900px) {
  .gw-subhero {
    border-bottom: none;
    padding: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    z-index: 10;
  }
  .gw-subhero .gw-subhero-title {
    color: #ffffff;
  }
}

.gw-subhero-title {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (min-width: 900px) {
  .gw-subhero-title {
    font-size: 18px;
    font-size: 1.125em;
    font-weight: normal;
    display: inline-block;
    text-align: left;
  }
}

.gw-subhero-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .gw-subhero-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.gw-hero-right h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: right;
  font-weight: bold;
  font-size: 1.25em;
}

.gw-hero-right p:empty {
  display: none;
}
.gw-hero-right p:empty > p {
  display: none;
}

.gw-hero-right .gform_wrapper.gform_wrapper {
  float: right;
}
.gw-hero-right .gform_wrapper.gform_wrapper .gfield_label,
.gw-hero-right .gform_wrapper.gform_wrapper .gfield_description {
  display: none !important;
}
.gw-hero-right .gform_wrapper.gform_wrapper .gform_body,
.gw-hero-right .gform_wrapper.gform_wrapper .gform_footer {
  display: block;
  float: left;
}
.gw-hero-right .gform_wrapper.gform_wrapper .gform_body {
  width: 70%;
}
.gw-hero-right .gform_wrapper.gform_wrapper .gform_body .gfield {
  margin-bottom: 0;
}
.gw-hero-right .gform_wrapper.gform_wrapper .gform_body .gfield input {
  max-height: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gw-hero-right .gform_wrapper.gform_wrapper .gform_footer {
  width: 30%;
  margin-top: 0;
}
.gw-hero-right .gform_wrapper.gform_wrapper .gform_footer p {
  display: none;
}
.gw-hero-right
  .gform_wrapper.gform_wrapper
  .gform_footer
  input[id^='gform_submit_button'] {
  max-height: 50px;
  padding: 1.25em 0.5em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.gw-hero-right .gform_wrapper.gform_wrapper .gform_fields {
  margin-bottom: 0;
}

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

Primary style

-------------------------------- */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  color: #ffffff;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

xloading-bar

-------------------------------- */
.cd-headline.loading-bar {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 22px;
  font-size: 1.375em;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1100px) {
  .cd-headline.loading-bar {
    font-size: 30px;
    font-size: 1.875em;
  }
}
.cd-headline.loading-bar span {
  display: inline-block;
  padding-bottom: 0.15em;
  color: #ffffff;
}
.cd-headline.loading-bar a {
  color: #ffffff;
  text-decoration: none;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  bottom: 5px;
  height: 2px;
  width: 0;
  background: #ffffff;
  z-index: 2;
  transition: width 0.1s;
}
@media screen and (min-width: 1100px) {
  .cd-headline.loading-bar .cd-words-wrapper::after {
    height: 4px;
  }
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  transition: width 2.5s;
  left: 0;
  right: auto;
}
.cd-headline.loading-bar b {
  opacity: 0;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  animation: 0.65s push-in;
}
.cd-headline.loading-bar b.is-hidden {
  animation: 0.65s push-out;
}

@keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* BUTTONS */
.btn,
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input[type='submit'],
.gw-section-contact-form .gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper .gform_button,
#mega-menu-wrap-top #mega-menu-top > li.btn.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-top
  .gform_wrapper.gform_wrapper
  #mega-menu-top
  > li.mega-menu-item.gform_button
  > a.mega-menu-link,
.gform_wrapper.gform_wrapper
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.gform_button
  > a.mega-menu-link {
  background-color: #037dba;
  border: 2px solid #037dba;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 3em;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.3s,
    border 0.3s,
    color 0.3s;
  height: auto;
  -webkit-appearance: none;
}
.btn:hover,
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input:hover[type='submit'],
.gform_wrapper.gform_wrapper .gform_button:hover,
.btn:focus,
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input:focus[type='submit'],
.gform_wrapper.gform_wrapper .gform_button:focus,
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-top
  .gform_wrapper.gform_wrapper
  #mega-menu-top
  > li.mega-menu-item.gform_button
  > a.mega-menu-link:hover,
.gform_wrapper.gform_wrapper
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.gform_button
  > a.mega-menu-link:hover,
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn.mega-menu-item
  > a.mega-menu-link:focus,
#mega-menu-wrap-top
  .gform_wrapper.gform_wrapper
  #mega-menu-top
  > li.mega-menu-item.gform_button
  > a.mega-menu-link:focus,
.gform_wrapper.gform_wrapper
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.gform_button
  > a.mega-menu-link:focus {
  background: #013a56;
  border-color: #013a56;
  color: #ffffff;
}

.btn-secondary,
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item
  > a.mega-menu-link {
  background-color: #f3fbfe;
  color: #0379b5;
}
.btn-secondary:hover,
.btn-secondary:focus,
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-top
  #mega-menu-top
  > li.btn-secondary.mega-menu-item
  > a.mega-menu-link:focus {
  background: #037dba;
  color: #ffffff;
  border-color: #037dba;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 5px;
}

.reset-button {
  background-color: transparent;
  color: #2666a5;
  padding: 0;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  display: block;
  margin-top: 5px;
}
.reset-button:hover {
  color: #133352;
}
.reset-button.text-right {
  float: right;
}

/* CARDS */
.gw-card-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 2em;
}
@media screen and (min-width: 900px) {
  .gw-card-grid {
    flex-direction: row;
    align-items: stretch;
  }
}
.gw-card-grid-link .gw-card-grid {
  align-items: flex-start;
}
@supports (display: grid) {
  .gw-card-grid-link .gw-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
    grid-gap: 20px;
  }
  .gw-card-grid-link .gw-card-grid .gw-card-sm {
    margin-right: 0;
    margin-bottom: 0;
    max-width: none;
  }
}

.gw-card-mini,
.gw-card-sm,
.gw-card-md,
.gw-card-lg,
.gw-card-full-width,
.gw-faq {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  color: #232323;
  overflow: hidden;
  flex: 0 1 auto;
  transition: box-shadow 0.2s ease-out;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 899px) {
  .gw-card-mini:last-child,
  .gw-card-sm:last-child,
  .gw-card-md:last-child,
  .gw-card-lg:last-child,
  .gw-card-full-width:last-child,
  .gw-faq:last-child {
    margin-bottom: 0;
  }
}

a.gw-card-mini:hover {
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.36);
}

.gw-card-mini {
  padding: 1em 1.5em;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.gw-card-mini::after {
  content: '';
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/right-arrow.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.2s ease-out;
}
.gw-card-mini .card-title {
  color: #037dba;
  font-size: 14px;
  font-size: 0.875em;
  display: inline-block;
  line-height: 1.29;
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (min-width: 900px) {
  .gw-card-mini .card-title {
    margin-bottom: 8px;
  }
}
.gw-card-mini p {
  font-size: 14px;
  font-size: 0.875em;
  margin-bottom: 8px;
  line-height: 1.29;
  flex-grow: 1;
  display: none;
}
@media screen and (min-width: 900px) {
  .gw-card-mini p {
    display: inline-block;
  }
}
.gw-card-mini .gw-card-mini-link {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: bold;
  display: none;
  color: #2666a5;
  text-decoration: underline;
}
.gw-card-mini .gw-card-mini-link:hover {
  color: #133352;
}
@media screen and (min-width: 900px) {
  .gw-card-mini .gw-card-mini-link {
    display: inline-block;
  }
}
@media screen and (min-width: 900px) {
  .gw-card-mini {
    margin-right: 2rem;
    margin-left: 0;
  }
  .gw-card-mini::after {
    display: none;
  }
  .gw-card-mini:last-child {
    margin-right: 0;
  }
}

a.gw-card-sm:hover {
  box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.36);
}

.gw-card-sm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
  width: 100%;
  flex: 1 1 auto;
}
.gw-card-sm .gw-card-sm-img,
.gw-card-sm p {
  display: none;
}
.gw-card-sm::after {
  content: '';
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/right-arrow.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.2s ease-out;
}
.gw-card-sm:hover::after {
  right: 4px;
}
.gw-card-sm .gw-card-sm-img {
  flex: 0 1 auto;
  background-size: cover;
  background-position: center;
  width: 30%;
  height: auto;
}
.gw-card-sm .gw-card-sm-icon {
  display: none;
}
.gw-card-sm .gw-card-sm-icon img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 600px) {
  .gw-card-sm .gw-card-sm-icon img {
    width: 45px;
    height: 45px;
  }
}
.gw-card-sm .gw-card-sm-text {
  flex: 1 1 auto;
  font-size: 14px;
  padding: 0 2.3em 0 1.25em;
  width: 70%;
}
.gw-card-sm .gw-card-sm-text h3 {
  font-size: 14px;
  color: #037dba;
  margin: 10px 0;
}
.gw-card-sm .gw-card-sm-text p {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .gw-card-sm {
    margin-right: 2rem;
    min-width: 30%;
    max-width: calc(33.3333333% - 32px);
  }
  .gw-card-sm:nth-child(3n + 3),
  .gw-card-sm:last-of-type {
    margin-right: 0;
  }
  .gw-card-sm .gw-card-sm-img,
  .gw-card-sm p {
    display: inline-block;
  }
}
.gw-card-grid-link .gw-card-sm {
  padding: 1em 1.5em 1em 1em;
  min-width: calc(30%);
  margin-right: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.gw-card-md {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  width: 100%;
  flex: 0 1 auto;
}
.gw-card-md .fluid-img-wrap {
  height: 145px;
  width: 100%;
}
.gw-card-md .fluid-img-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .gw-card-md {
    margin-right: 2rem;
    min-width: 30%;
    width: calc((100% / 3) - 22px);
  }
  .gw-card-md:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.gw-card-md-content {
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.gw-card-md-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125em;
}
.gw-card-md-content h3 a {
  text-decoration: none;
}
.gw-card-md-content p {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.125em;
}

.gw-card-lg {
  display: flex;
  flex-direction: column;
  max-width: 534px;
  flex: 1 1 auto;
  align-self: stretch;
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
}
.gw-card-lg .fluid-img-wrap {
  height: 145px;
  width: 100%;
}
.gw-card-lg .fluid-img-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .gw-card-lg {
    max-width: calc(50% - 16px);
    margin: 0 0 32px;
    margin: 0 0 2rem;
    margin-right: 2rem;
  }
  .gw-card-lg:nth-child(2n + 2) {
    margin-right: 0;
  }
}

.gw-card-lg-content {
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.gw-card-lg-content h3 {
  margin-bottom: 12px;
  line-height: 1;
}
.gw-card-lg-content p {
  margin-bottom: 10px;
}
.gw-card-lg-content ul {
  list-style-type: none;
  margin-left: 0;
}
.gw-card-lg-content ul li {
  font-size: 14px;
  font-size: 0.875em;
}
.gw-card-lg-content ul li::before {
  content: '\2022';
  color: #cccccc;
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  .gw-card-lg-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.gw-card-lg-content .btn,
.gw-card-lg-content
  #mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input[type='submit'],
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  .gw-card-lg-content
  input[type='submit'],
.gw-card-lg-content .gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper .gw-card-lg-content .gform_button {
  align-self: flex-start;
}

.gw-card-content-wrap {
  flex-grow: 1;
}

.gw-card-lg-icon {
  width: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.gw-faq-question {
  padding: 1em 2em 1em 1em;
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-plus.svg');
  background-position: calc(100% - 10px) center;
  background-size: 20px 20px;
  cursor: pointer;
}
.open .gw-faq-question {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-minus.svg');
}

.gw-faq-answer {
  padding: 0 1em;
  height: 0;
  transition: padding 0.4s;
  background-color: #efefef;
  font-size: 16px;
  font-size: 1rem;
}
.gw-faq-answer p,
.gw-faq-answer ul,
.gw-faq-answer span {
  font-size: 16px;
  font-size: 1rem;
}
.gw-faq-answer p:last-child,
.gw-faq-answer ul:last-child,
.gw-faq-answer span:last-child {
  margin-bottom: 0;
}
.open .gw-faq-answer {
  padding: 1em;
}

@media screen and (max-width: 899px) {
  .home .gw-section.gw-card-grid-sm:first-of-type {
    padding: 0;
    border-bottom: 0;
  }
  .home .gw-section.gw-card-grid-sm:first-of-type .wrap {
    padding: 0;
  }
  .home .gw-section.gw-card-grid-sm:first-of-type .gw-section-title,
  .home .gw-section.gw-card-grid-sm:first-of-type .gw-section-desc {
    display: none;
  }
  .home .gw-section.gw-card-grid-sm:first-of-type .gw-card-grid {
    flex-direction: row;
    margin-bottom: 0;
  }
  .home .gw-section.gw-card-grid-sm:first-of-type .gw-card-sm {
    width: 33.33333333vw;
    height: 33.33333333vw;
    flex: 1 1 auto;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 15px;
  }
  .home .gw-section.gw-card-grid-sm:first-of-type .gw-card-sm::after {
    display: none;
  }
  .home .gw-section.gw-card-grid-sm:first-of-type .gw-card-sm .gw-card-sm-text {
    padding: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home
    .gw-section.gw-card-grid-sm:first-of-type
    .gw-card-sm
    .gw-card-sm-text
    h3 {
    text-decoration: underline;
  }
  .home .gw-section.gw-card-grid-sm:first-of-type .gw-card-sm .gw-card-sm-icon {
    display: inline-block;
  }
  .home .gw-section.gw-card-grid-sm:first-of-type .gw-card-sm-img {
    display: none;
  }
}

.gw-card-category {
  margin-top: 1.125em;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
}
.gw-card-category + .gw-card-title {
  margin-top: 5px;
  color: #037dba;
}

.gw-card-full-width {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex: 1 1 auto;
  align-self: stretch;
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 900px) {
  .gw-card-full-width {
    flex-direction: row;
    max-height: 250px;
  }
  .gw-card-full-width .fluid-img-wrap {
    max-width: 544px;
    flex: 0 0 544px;
  }
}

.gw-spotlight-tag {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 4px 48px 4px 30px;
  background: black;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: bold;
}
.gw-spotlight-tag::before {
  position: absolute;
  left: 10px;
  display: block;
  content: '\2605';
  width: 10px;
  height: 10px;
  color: white;
}

.gw-card-full-width-content {
  padding: 0 2rem 2rem;
  flex: 0 1 60%;
}
.gw-card-full-width-content h3 {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #037dba;
  line-height: 1;
}
.gw-card-full-width-content h3 a {
  text-decoration: none;
}
.gw-card-full-width-content p {
  margin-bottom: 10px;
}
.gw-card-full-width-content .gw-card-category {
  margin-top: 2em;
  margin-bottom: 0;
}

.gw-card-full-text {
  display: flex;
  flex-direction: column;
}

[class*='gw-card'] p {
  line-height: normal;
}

p.link-more {
  margin-bottom: 0;
}

/* CAROUSELS */
.gw-small-post-carousel .gw-carousel-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .gw-small-post-carousel .gw-carousel-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.gw-small-post-carousel .gw-section-title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.gw-small-post-carousel .gw-carousel-controls {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.gw-small-post-carousel .gw-carousel-controls .gw-carousel-see-all {
  margin-right: 1em;
  text-decoration: none;
  color: #232323;
}
.gw-small-post-carousel .gw-carousel-controls .gw-carousel-see-all:hover {
  text-decoration: underline;
}
.gw-small-post-carousel .gw-carousel-controls img,
.gw-small-post-carousel .gw-carousel-controls span {
  width: 18px;
  height: 18px;
  display: inline-block;
  float: left;
}

.gw-small-post-carousel .fluid-img-wrap {
  width: 230px;
  height: 153px;
  border-radius: 4px;
  display: flex;
}
.gw-small-post-carousel .fluid-img-wrap img {
  object-fit: cover;
}

.gw-carousel-sm {
  width: 100%;
}
.gw-carousel-sm .gw-carousel-slide {
  margin-right: 30px;
  max-width: 230px;
  vertical-align: top;
}
.gw-carousel-sm .gw-carousel-slide img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.gw-carousel-sm .gw-carousel-slide p {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: bold;
  margin: 5px 0 0;
  white-space: normal;
}
.gw-carousel-sm .gw-carousel-slide a {
  font-size: 14px;
  font-size: 0.875em;
}

.gw-large-post-carousel .wrap {
  position: relative;
}

.gw-large-post-carousel span[id^='cycle-prev'],
.gw-large-post-carousel span[id^='cycle-next'] {
  position: absolute;
  top: 50%;
  z-index: 1000;
  cursor: pointer;
}

.gw-large-post-carousel span[id^='cycle-prev'] {
  left: 0;
}

.gw-large-post-carousel span[id^='cycle-next'] {
  right: 0;
}

.gw-carousel-lg {
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}
.gw-carousel-lg .gw-carousel-slide {
  width: 100%;
  padding-bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.gw-carousel-lg .gw-carousel-slide.is-selected {
  opacity: 1;
}
@media screen and (min-width: 1100px) {
  .gw-carousel-lg .gw-carousel-slide {
    padding-bottom: 4em;
  }
}
.gw-carousel-lg .gw-carousel-slide .gw-carousel-img {
  margin: 0 auto;
  max-width: 450px;
  max-height: 200px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  border: 1px solid #cccccc;
  border-bottom: none;
}
@media screen and (min-width: 1100px) {
  .gw-carousel-lg .gw-carousel-slide .gw-carousel-img {
    margin-left: 15%;
    max-height: 300px;
    border-radius: 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    border: none;
  }
}
.gw-carousel-lg .gw-carousel-slide .gw-carousel-img img {
  width: 100%;
}
.gw-carousel-lg .gw-carousel-slide .gw-carousel-text {
  background-color: #ffffff;
  padding: 2em;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 1100px) {
  .gw-carousel-lg .gw-carousel-slide .gw-carousel-text {
    position: absolute;
    right: 15%;
    bottom: 2em;
    width: 360px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.gw-carousel-lg .gw-carousel-slide .gw-carousel-text blockquote {
  font-size: 20px;
  font-size: 1.25em;
  position: relative;
  margin-bottom: 1em;
  color: #232323;
}
.gw-carousel-lg .gw-carousel-slide .gw-carousel-text blockquote::before {
  content: '“';
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  color: #037dba;
  position: absolute;
  left: -18px;
  top: -20px;
}
.gw-carousel-lg .gw-carousel-slide .gw-carousel-text blockquote::after {
  content: '”';
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  color: #037dba;
  position: absolute;
  margin-left: 5px;
  right: -25px;
  bottom: -20px;
}
.gw-carousel-lg .gw-carousel-slide .gw-carousel-text cite {
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.5em;
  display: block;
  margin-top: 1em;
  color: #232323;
}

.gw-carousel-lg-pager {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .gw-carousel-lg-pager {
    margin-left: 15%;
  }
}
.gw-carousel-lg-pager .gw-carousel-pager-item {
  display: flex;
  border: 3px solid #ffffff;
  overflow: hidden;
  border-radius: 50%;
  height: 54px;
  width: 54px;
  margin-right: 0.5em;
  transition: border-color 0.2s ease-out;
}
.gw-carousel-lg-pager .gw-carousel-pager-item.cycle-pager-active {
  border-color: #2666a5;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
.gw-carousel-lg-pager .gw-carousel-pager-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gw-carousel-pager-see-more {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 10px 0;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .gw-carousel-pager-see-more {
    display: inline-block;
    text-align: left;
    margin: 0;
    width: auto;
  }
}

span[id^='cycle-prev'],
span[id^='cycle-next'] {
  cursor: pointer;
}

/* STATISTICS */
.gw-statistics {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-top: 2rem;
}

.gw-section-background {
  padding-bottom: 0;
}

.gw-stat-wrap {
  text-align: center;
  flex: 1 1 auto;
  margin: 0 1rem 2rem;
}

.gw-stat-num {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .gw-stat-num {
    font-size: 64px;
    font-size: 4rem;
  }
}

.gw-stat-text {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: bold;
}

.gw-stat-img-wrap {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 5vh;
}

/* TESTIMONIALS */
.gw-testimonial {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.2s ease-out;
  position: relative;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
@media screen and (min-width: 1100px) {
  .gw-testimonial {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }
  .gw-testimonial .gw-testimonial-img,
  .gw-testimonial .gw-testimonial-text {
    flex: 1 1;
  }
}
.gw-testimonial blockquote {
  font-size: 20px;
  font-size: 1.25em;
  position: relative;
  margin-bottom: 1em;
  color: #232323;
  max-width: 400px;
}
.gw-testimonial blockquote::before {
  content: '“';
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  color: #037dba;
  position: absolute;
  left: -18px;
  top: -20px;
}
.gw-testimonial blockquote::after {
  content: '”';
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  color: #037dba;
  position: absolute;
  margin-left: 5px;
  right: -20px;
  bottom: -20px;
}
.gw-testimonial cite {
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: 1.5em;
  color: #232323;
}

.gw-testimonial-img {
  flex: 1 1 auto;
  overflow: hidden;
}
.gw-testimonial-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gw-testimonial-text {
  flex: 1 1 auto;
  text-align: center;
  padding: 2em 3em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* BREADCRUMBS */
#breadcrumbs {
  position: absolute;
  top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #b4b4b4;
}
#breadcrumbs a {
  padding-right: 1em;
  padding-left: 1em;
  text-decoration: none;
  color: #b4b4b4;
}
#breadcrumbs a:first-child {
  padding-left: 0;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  padding-left: 1em;
}
#breadcrumbs span:first-child {
  padding-left: 0;
}

/* PAGINATION */
.pagination {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
.pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  color: #232323;
  font-size: 14px;
  font-size: 0.875rem;
}
.pagination .page-numbers:hover {
  text-decoration: underline;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-weight: bold;
  text-decoration: underline;
  margin: 0 25px;
  color: #2666a5;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  color: #133352;
}
.pagination .page-numbers.current {
  font-weight: bold;
}
.pagination .page-numbers.current:hover {
  text-decoration: none;
}

.facetwp-pager {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
.facetwp-pager .facetwp-pager-label {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  .facetwp-pager .facetwp-pager-label {
    margin-right: 25px;
  }
}
.facetwp-pager .facetwp-page {
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  color: #232323;
  font-size: 14px;
  font-size: 0.875rem;
}
.facetwp-pager .facetwp-page:hover {
  text-decoration: underline;
}
.facetwp-pager .facetwp-page.prev,
.facetwp-pager .facetwp-page.next {
  font-weight: bold;
  text-decoration: underline;
  margin: 0 10px;
  color: #2666a5;
}
@media screen and (min-width: 900px) {
  .facetwp-pager .facetwp-page.prev,
  .facetwp-pager .facetwp-page.next {
    margin: 0 5px;
  }
}
.facetwp-pager .facetwp-page.prev:hover,
.facetwp-pager .facetwp-page.next:hover {
  color: #133352;
}
.facetwp-pager .facetwp-page.active {
  font-weight: bold;
}
.facetwp-pager .facetwp-page.active:hover {
  text-decoration: none;
}

/* SIDEBAR */
.gw-sidebar {
  flex: 1 1 auto;
}
@media screen and (min-width: 900px) {
  .gw-sidebar {
    flex: 1 1 250px;
    min-width: 250px;
    max-width: 250px;
  }
}
.gw-sidebar .pagenav,
.gw-sidebar .widget {
  list-style-type: none;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.gw-sidebar .pagenav ul,
.gw-sidebar .widget ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 5px;
}
.gw-sidebar .pagenav ul li,
.gw-sidebar .widget ul li {
  font-weight: normal;
  padding: 5px 0;
}
.gw-sidebar .pagenav ul li.current-cat a,
.gw-sidebar .pagenav ul li.current_page_item a,
.gw-sidebar .widget ul li.current-cat a,
.gw-sidebar .widget ul li.current_page_item a {
  border-color: #037dba;
  color: #037dba;
  cursor: default;
}
.gw-sidebar .pagenav ul a,
.gw-sidebar .widget ul a {
  color: #232323;
  text-decoration: none;
  padding-left: 1.5rem;
  border-left: 2px solid #ffffff;
  transition: all 0.3s ease-out;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  display: inline-block;
}
.gw-sidebar .pagenav ul a:hover,
.gw-sidebar .widget ul a:hover {
  border-color: #037dba;
  color: #037dba;
}
.gw-sidebar .pagenav {
  display: none;
}
@media screen and (min-width: 900px) {
  .gw-sidebar .pagenav {
    display: block;
  }
}
.gw-sidebar .widget-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.gw-sidebar .custom-html-widget {
  background-color: #efefef;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 2rem;
}
.gw-sidebar .custom-html-widget strong,
.gw-sidebar .custom-html-widget p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: block;
}
.gw-sidebar .custom-html-widget p {
  font-weight: normal;
}
.gw-sidebar .custom-html-widget .btn,
.gw-sidebar
  .custom-html-widget
  #mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input[type='submit'],
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  .gw-sidebar
  .custom-html-widget
  input[type='submit'],
.gw-sidebar .custom-html-widget .gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper .gw-sidebar .custom-html-widget .gform_button {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.gw-sidebar .custom-html-widget .gform_wrapper {
  margin: 0;
}
.gw-sidebar .custom-html-widget .gform_wrapper .top_label input {
  width: 100%;
  padding: 0.5em !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
.gw-sidebar .custom-html-widget .gform_wrapper form {
  flex-direction: column;
}
.gw-sidebar .custom-html-widget .gform_wrapper .gform_body {
  width: 100%;
  display: block;
}
.gw-sidebar .custom-html-widget .gform_wrapper .gform_fields {
  width: 100%;
  margin-bottom: 0;
}
.gw-sidebar .custom-html-widget .gform_wrapper .gform_fields .gfield_label {
  font-size: 14px;
  font-size: 0.875rem;
}
.gw-sidebar .custom-html-widget .gform_wrapper .gform_fields .gfield {
  margin-top: 0;
  padding-right: 0;
}
.gw-sidebar .custom-html-widget .gform_wrapper .gform_footer {
  width: 100%;
  margin-top: 6px;
}
.gw-sidebar .custom-html-widget .gform_wrapper .gform_button.gform_button {
  background-color: #f3fbfe;
  color: #037dba;
  width: 100%;
  display: inline-block;
  padding: 10px !important;
}
.gw-sidebar
  .custom-html-widget
  .gform_wrapper
  .gform_button.gform_button:hover {
  background-color: #037dba;
  border-color: #037dba;
  color: #ffffff;
}

/* SEARCH */
.search-form {
  display: flex;
}
.search-form input {
  flex: 2;
  border-radius: 4px 0 0 4px;
}
.search-form .btn,
.search-form
  #mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input[type='submit'],
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  .search-form
  input[type='submit'],
.search-form .gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper .search-form .gform_button {
  border-radius: 0 4px 4px 0;
}

.search-close {
  display: none;
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-delete_sign.svg') !important;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center top 9px !important;
  position: absolute;
  width: 40px;
  cursor: pointer;
  height: 33px !important;
  top: 10px;
}
@media screen and (min-width: 1100px) {
  .search-close {
    right: -10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .search-close {
    right: -40px !important;
  }
}

#mega-menu-wrap-action-menu #mega-menu-action-menu .mega-search {
  top: -5px;
  line-height: 1 !important;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search
  input[type='text'] {
  transition: all 0.3s ease-out !important;
  background-color: #ffffff;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input[type='submit'] {
  display: inline-block !important;
  position: absolute;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  font-size: 0.75rem;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input[type='text'] {
  border: 1px solid #cccccc !important;
  box-shadow: 0 0 0 10px #ffffff;
  padding-left: 15px !important;
}

#mega-menu-wrap-action-menu #mega-menu-action-menu .mega-search-wrap {
  height: 44px !important;
  margin-left: 10px;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search-wrap
  .search-icon {
  right: 0 !important;
  font-size: 22px;
  font-weight: normal;
  height: 33px !important;
  background-position: center top 9px !important;
  transition: right 0.3s ease-out;
}
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search-wrap
  .search-icon::before {
  display: block;
  position: relative;
  height: 33px !important;
  line-height: 37px !important;
}
#mega-menu-wrap-action-menu #mega-menu-action-menu .mega-search-wrap::after {
  content: 'Search';
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}

/* FOOTER */
.pre-footer {
  background-color: #2666a5;
  border-bottom: 1px solid #ffffff;
  padding: 2.5em 0 1.5em;
}
.pre-footer .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .pre-footer .wrap {
    flex-direction: row;
  }
}
.pre-footer .wrap > div {
  display: inline-block;
  flex: 1 1 auto;
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .pre-footer .wrap > div {
    margin-left: 140px;
  }
}
.pre-footer ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .pre-footer ul {
    flex-direction: row;
  }
}
.pre-footer li {
  display: inline-block;
}
.pre-footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375em;
  line-height: 3;
}
@media screen and (min-width: 900px) {
  .pre-footer a {
    font-size: 14px;
    font-size: 0.875em;
    line-height: 1.5;
  }
}
.pre-footer a:hover,
.pre-footer a:focus {
  color: #cccccc;
}

.footer {
  background-color: #163b60;
  background-image: url('/wp-content/themes/goodwill/assets/images/redorange-arrows.svg');
  background-size: 132px 212px;
  background-position: right 20px bottom;
  color: #ffffff;
  padding: 2em 0;
}
.footer .wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .footer .wrap {
    flex-direction: row;
  }
}
.footer h2,
.footer strong {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}
.footer p,
.footer a {
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-widget-1 {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer-widget-1 {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer-widget-1 {
    width: 85%;
  }
}
.footer-widget-1 .widget {
  flex: 1 1 30%;
}
.footer-widget-1 ul {
  list-style-type: none;
  margin-left: 0;
}
.footer-widget-1 a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
.footer-widget-1 a:hover {
  opacity: 0.7;
}

.footer-widget-2 {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footer-widget-2 {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .footer-widget-2 {
    width: 15%;
  }
}

.widget {
  margin-bottom: 2em;
}

.gw-footer-social-link {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: opacity 0.3s ease-out;
}
.gw-footer-social-link img {
  width: 100%;
}
.gw-footer-social-link:hover {
  opacity: 0.7;
}

.sub-footer {
  padding: 3em;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

/* TEMPLATES */
/* HOME */
/* Home hero */
.gw-home-hero {
  padding: 2rem 0 130px;
  color: #ffffff;
}
@media screen and (min-width: 1100px) {
  .gw-home-hero {
    padding: 5.6875rem 0 8.875rem;
  }
}
.gw-home-hero .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gw-home-hero .gw-hero-left {
  margin-right: 0;
  flex: 1 1 400px;
  max-width: 500px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px) {
  .gw-home-hero .gw-hero-left {
    margin-right: 1rem;
  }
}

.gw-home-hero-content p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px) {
  .gw-home-hero-content p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

a.gw-home-hero-cta {
  display: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
a.gw-home-hero-cta:hover,
a.gw-home-hero-cta:focus {
  color: #cccccc;
}
@media screen and (min-width: 1100px) {
  a.gw-home-hero-cta {
    display: inline-block;
  }
}

.gw-home-hero-video {
  flex: 1 1 450px;
  max-width: 600px;
  display: none;
}
@media screen and (min-width: 1100px) {
  .gw-home-hero-video {
    display: block;
  }
}
.gw-home-hero-video a,
.gw-home-hero-video img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  border-radius: 4px;
}

.gw-home-hero-video-meta {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 4px 4px;
}

.gw-home-hero-video-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.gw-home-hero-video-icon {
  position: absolute;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
.gw-home-hero-video-icon img {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Home Location form */
.gw-home-subhero {
  position: absolute;
  z-index: 10;
  top: -150px;
  transform: none;
  padding: 0;
  border-bottom: none;
}
@media screen and (min-width: 1100px) {
  .gw-home-subhero {
    top: 0;
    transform: translateY(-50%);
  }
}

.gw-home-location-form {
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .gw-home-location-form {
    padding: 1.25rem;
    max-width: none;
  }
}
.gw-home-location-form .facetwp-radius {
  display: none;
}
.gw-home-location-form .facetwp-facet-locations {
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px) {
  .gw-home-location-form .facetwp-facet-locations {
    flex: 3 1;
    margin-bottom: 0;
  }
}
.gw-home-location-form #facetwp-radius {
  display: none;
}
.gw-home-location-form input[type='text'] {
  background-color: #efefef;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .gw-home-location-form input[type='text'] {
    border-right: none;
    border-radius: 4px 0 0 4px;
    height: 100%;
    padding-right: 75%;
  }
}
@media screen and (min-width: 1300px) {
  .gw-home-location-form input[type='text'] {
    padding-right: 68%;
  }
}
.gw-home-location-form button {
  flex: 1 1;
}
@media screen and (min-width: 1100px) {
  .gw-home-location-form button {
    border-radius: 0 4px 4px 0;
  }
}

.gw-community-partners {
  text-align: center;
}
.gw-community-partners .gw-partner-logos {
  margin: 4em 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.gw-community-partners .gw-partner-logos a {
  text-decoration: none;
  max-width: 200px;
  display: inline-block;
  flex: 1 1 auto;
  margin: 0 auto 1em;
}
@media screen and (min-width: 900px) {
  .gw-community-partners .gw-partner-logos {
    flex-direction: row;
  }
}

/* LOCATION FINDER PAGE */
#facetwp-map .gm-style-iw {
  border: none !important;
  padding: 5px;
}

#facetwp-map .gm-style-iw > div > div {
  display: flex;
  justify-content: space-between;
}

#facetwp-map .gw-location-info {
  font-family: Ubuntu, Arial, sans-serif !important;
  max-width: 270px;
  margin-right: 40px;
}

#facetwp-map .gw-location-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0;
}

#facetwp-map span,
#facetwp-map a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

#facetwp-map .gw-location-hours-modal-open {
  display: none;
}

#facetwp-map .gw-location-links {
  padding-left: 20px;
  margin-top: 10px;
}
#facetwp-map .gw-location-links a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
}
#facetwp-map .gw-location-links a:last-child {
  margin-right: 0;
}

#facetwp-map .gw-location-types {
  font-family: Ubuntu, Arial, sans-serif !important;
  margin: 0;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 20px;
}
#facetwp-map .gw-location-types a {
  font-size: 7px;
  font-size: 0.4375rem;
  margin-bottom: 2px;
}
#facetwp-map .gw-location-types svg {
  width: 20px;
}

.facetwp-map-filtering {
  display: none;
}

.gw-location-finder {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 124px;
}
@media screen and (min-width: 900px) {
  .gw-location-finder {
    flex-direction: row;
    margin-top: 0;
  }
}
.gw-location-finder.wrap {
  padding: 0;
}
@media screen and (min-width: 900px) {
  .gw-location-finder.wrap {
    padding: 0 2em;
  }
}

.gw-location-finder-map {
  order: 1;
  height: 70vh;
  overflow: hidden;
}
.gw-location-finder-map .facetwp-facet {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .gw-location-finder-map {
    order: 2;
    width: 65%;
    height: auto;
  }
}

.gw-location-current-label {
  font-weight: bold;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #037dba;
  font-family: Ubuntu, Arial, sans-serif !important;
}

.gw-location-finder-sidebar {
  order: 2;
  border-right: 1px solid #cccccc;
}
@media screen and (min-width: 900px) {
  .gw-location-finder-sidebar {
    order: 1;
    width: 35%;
  }
}
.gw-location-finder-sidebar .gw-box-wrap {
  position: static;
}
@media screen and (min-width: 900px) {
  .gw-location-finder-sidebar .gw-box-wrap {
    position: relative;
  }
}
.gw-location-finder-sidebar .box {
  height: auto;
  overflow: auto;
  padding-bottom: 45px;
}
@media screen and (min-width: 900px) {
  .gw-location-finder-sidebar .box {
    height: 600px;
  }
}
.gw-location-finder-sidebar .facetwp-pager {
  position: static;
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .gw-location-finder-sidebar .facetwp-pager {
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 0;
    z-index: 10000;
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
  }
}

.gw-location-finder-sidebar-top {
  padding: 10px;
  padding: 0.625rem;
  background-color: #efefef;
  position: absolute;
  top: -58px;
  width: 100%;
}
.has-alert-banner .gw-location-finder-sidebar-top {
  top: -124px;
}
@media screen and (min-width: 900px) {
  .gw-location-finder-sidebar-top {
    position: relative;
    top: 0;
  }
  .has-alert-banner .gw-location-finder-sidebar-top {
    top: 0;
  }
}
.gw-location-finder-sidebar-top:after {
  content: '';
  display: table;
  clear: both;
}
.gw-location-finder-sidebar-top .facetwp-facet-locations {
  display: flex;
  justify-content: center;
  flex: 5 1 auto;
  margin-right: 10px;
}
.gw-location-finder-sidebar-top .gw-location-search-bar {
  display: flex;
  justify-content: center;
}
.gw-location-finder-sidebar-top .gw-location-search-bar .facetwp-input-wrap {
  flex: 4 1;
  margin-right: 10px;
}
.gw-location-finder-sidebar-top
  .gw-location-search-bar
  .facetwp-input-wrap
  .locate-me {
  top: 50%;
  transform: translateY(-50%);
}
.gw-location-finder-sidebar-top
  .gw-location-search-bar
  .facetwp-input-wrap
  input[type='text'] {
  width: 100%;
  padding: 1em 2em 1em 1em;
}
.gw-location-finder-sidebar-top .gw-location-search-bar select {
  flex: 1 1;
  border: none;
  height: auto;
  color: #ffffff;
  background-color: #037dba;
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-expand-arrow-white.svg');
}
.gw-location-finder-sidebar-top .gw-location-search-bar .btn,
.gw-location-finder-sidebar-top
  .gw-location-search-bar
  #mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input[type='submit'],
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  .gw-location-finder-sidebar-top
  .gw-location-search-bar
  input[type='submit'],
.gw-location-finder-sidebar-top
  .gw-location-search-bar
  .gform_wrapper.gform_wrapper
  .gform_button,
.gform_wrapper.gform_wrapper
  .gw-location-finder-sidebar-top
  .gw-location-search-bar
  .gform_button {
  margin-bottom: 10px;
  flex: 1 1;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  text-transform: none;
}
.gw-location-finder-sidebar-top .gw-location-finder-types-label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
}
.gw-location-finder-sidebar-top .facetwp-facet-locations {
  margin-bottom: 10px;
}
.gw-location-finder-sidebar-top .facetwp-facet-location_types {
  margin-bottom: 0;
  display: inline;
}
.gw-location-finder-sidebar-top
  .facetwp-facet-location_types
  .facetwp-checkbox {
  margin-bottom: 5px;
}

.gw-location-finder-sidebar-bottom {
  padding: 10px;
  padding: 0.625rem;
}

.gw-location-list-item {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.gw-location-list-item .gw-location-img {
  margin-right: 0;
  flex: 1 0 130px;
  background-position: center;
  background-size: cover;
  border-radius: 4px 0 0 4px;
  max-width: 150px;
  margin-bottom: 0;
}
.gw-location-list-item .gw-location-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding-left: 0;
  text-decoration: none;
  line-height: 1.2;
}
.gw-location-list-item .gw-location-info {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

/* SINGLE LOCATIONS */
.gw-location-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 900px) {
  .gw-location-header {
    flex-direction: row;
    align-items: flex-start;
  }
}
.gw-location-header .gw-location-address {
  color: #232323;
  text-decoration: none;
}
.gw-location-header .gw-location-address:hover {
  text-decoration: underline;
}

.gw-location-img {
  width: max-content;
  max-width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .gw-location-img {
    width: auto;
    margin-right: 20px;
    margin-right: 1.25rem;
    max-height: 150px;
    max-width: 130px;
    margin-bottom: 0;
  }
}

.gw-location-info {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.gw-location-info > span,
.gw-location-info > a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.gw-location-info > span i[class$='icon'],
.gw-location-info > a i[class$='icon'] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background-size: contain;
  background-position: center;
}

.gw-location-address-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-marker.svg');
}

.gw-location-phone-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-phone.svg');
}

.gw-location-today-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-clock.svg');
}

.gw-location-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.gw-location-hours {
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.gw-location-hours h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.gw-location-hours-modal-open {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-left_4.svg');
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: 10px;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}
.gw-location-hours-modal-open.open {
  transform: rotate(90deg);
}

.gw-location-hours-modal {
  position: relative;
  padding: 5px 0 0 20px;
  display: none;
}
.gw-location-hours-modal .close {
  width: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.gw-location-hours-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.gw-location-hours-table span {
  display: block;
  padding: 2px 0;
}
@supports (display: grid) {
  .gw-location-hours-table span {
    padding: 6px 0;
  }
}

a.gw-direction-link {
  text-decoration: underline !important;
  display: inline;
}

.gw-location-types {
  padding: 6px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  width: 40px;
  flex-shrink: 0;
  margin: 10px;
  margin: 0.625rem;
  align-self: flex-start;
  margin-left: auto;
  background-color: #ffffff;
}
.gw-location-types.mobile {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .gw-location-types.mobile {
    display: none;
  }
}
.gw-location-types.desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .gw-location-types.desktop {
    display: flex;
  }
}
.gw-location-types a {
  font-size: 7px;
  font-size: 0.4375rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  flex: 1 0 auto;
}
.gw-location-types a svg {
  width: 28px;
  height: 28px;
}
.gw-location-types a.gw-location-type-cec {
  color: #2666a5;
}
.gw-location-types a.gw-location-type-cec path {
  fill: #2666a5;
}
.gw-location-types a.gw-location-type-shop {
  color: #fd8d3a;
}
.gw-location-types a.gw-location-type-shop path {
  fill: #fd8d3a;
}
.gw-location-types a.gw-location-type-donate {
  color: #559b22;
}
.gw-location-types a.gw-location-type-donate path {
  fill: #559b22;
}

.gw-location-daily-tag {
  background-color: #efefef;
  border-radius: 4px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  padding: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.gw-location-daily-tag div > span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
.gw-location-daily-tag .gw-location-daily-tag-intro {
  font-weight: bold;
  color: #2666a5;
}

.gw-location-daily-tag-icon {
  margin-right: 1rem;
  width: 40px;
}

.gw-location-instagram {
  position: relative;
}

.gw-location-instagram-label {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.gw-location-instagram-label a {
  text-decoration: none;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .gw-location-instagram-label {
    position: absolute;
    top: 7px;
    left: 8px;
  }
}

/* EVENTS */
.events-gridview .gw-main-rail {
  max-width: none;
  margin-right: 0;
}

.events-gridview .gw-sidebar {
  display: none;
}

.events-gridview .tribe-events-page-title.tribe-events-page-title {
  text-align: center;
  font-weight: bold;
}

.events-gridview .tribe-events-sub-nav {
  text-align: left !important;
}

.events-gridview .tribe-events-nav-next {
  margin: 10px 0 !important;
  float: right;
}

.events-gridview .tribe-events-nav-previous {
  margin: 10px 0 !important;
  float: left;
}

.events-gridview .gw-event-month-link {
  text-decoration: none;
  position: relative;
}
.events-gridview .gw-event-month-link.prev,
.events-gridview .gw-event-month-link.next {
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #2666a5;
}
.events-gridview .gw-event-month-link.prev {
  padding-left: 20px;
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-left_blue.svg');
  background-position: left center;
}
.events-gridview .gw-event-month-link.next {
  padding-right: 20px;
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-right_blue.svg');
  background-size: 12px 12px;
  background-position: right center;
}

.events-gridview .tribe-events-month-event-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: normal;
}

#tribe-mobile-container {
  margin-top: 2rem;
  border-bottom: 1px solid #cccccc;
}
#tribe-mobile-container .tribe-events-mobile {
  border-top: 1px solid #cccccc;
}
#tribe-mobile-container .tribe-event-description p {
  margin-bottom: 14px;
}
#tribe-mobile-container .tribe-events-read-more {
  padding-top: 0;
}

#tribe-events-content
  .tribe-events-calendar
  div[id*='tribe-events-event-']
  h3.tribe-events-month-event-title {
  font-family: Ubuntu, Arial, sans-serif;
}

table.tribe-events-calendar th {
  background-color: #037dba;
  color: #ffffff;
}

table.tribe-events-calendar .tribe-events-othermonth {
  background-color: #efefef;
}

#tribe-events-content-wrapper .facetwp-facet-event_categories {
  margin-bottom: 0;
}

#tribe-events-content-wrapper .reset-button {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

#tribe-events-content-wrapper .facetwp-facet-event_locations {
  margin-bottom: 5px;
}

.recurring-info-tooltip,
.tribe-events-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 4px;
  padding: 10px;
  left: 50% !important;
  transform: translateX(-50%);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.recurring-info-tooltip .entry-title,
.tribe-events-tooltip .entry-title,
.tribe-events-calendar .tribe-events-tooltip .entry-title,
.tribe-events-shortcode.view-week .tribe-events-tooltip .entry-title,
.tribe-events-week .tribe-events-tooltip .entry-title {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  margin-bottom: 8px;
  background-color: transparent !important;
  color: #2666a5 !important;
  font-weight: bold !important;
}
.recurring-info-tooltip .tribe-events-event-body,
.tribe-events-tooltip .tribe-events-event-body,
.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body,
.tribe-events-shortcode.view-week
  .tribe-events-tooltip
  .tribe-events-event-body,
.tribe-events-week .tribe-events-tooltip .tribe-events-event-body {
  font-size: 14px;
  font-size: 0.875rem;
}
.recurring-info-tooltip .tribe-event-duration,
.tribe-events-tooltip .tribe-event-duration,
.tribe-events-calendar .tribe-events-tooltip .tribe-event-duration,
.tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-duration,
.tribe-events-week .tribe-events-tooltip .tribe-event-duration {
  margin-bottom: 5px;
}
.recurring-info-tooltip p,
.tribe-events-tooltip p,
.tribe-events-calendar .tribe-events-tooltip p,
.tribe-events-shortcode.view-week .tribe-events-tooltip p,
.tribe-events-week .tribe-events-tooltip p {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.recurring-info-tooltip .tribe-event-description,
.recurring-info-tooltip .tribe-event-duration,
.recurring-info-tooltip .tribe-event-location,
.tribe-events-tooltip .tribe-event-description,
.tribe-events-tooltip .tribe-event-duration,
.tribe-events-tooltip .tribe-event-location,
.tribe-events-calendar .tribe-events-tooltip .tribe-event-description,
.tribe-events-calendar .tribe-events-tooltip .tribe-event-duration,
.tribe-events-calendar .tribe-events-tooltip .tribe-event-location,
.tribe-events-shortcode.view-week
  .tribe-events-tooltip
  .tribe-event-description,
.tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-duration,
.tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-location,
.tribe-events-week .tribe-events-tooltip .tribe-event-description,
.tribe-events-week .tribe-events-tooltip .tribe-event-duration,
.tribe-events-week .tribe-events-tooltip .tribe-event-location {
  position: relative;
  padding-left: 20px;
}
.recurring-info-tooltip i[class$='icon'],
.tribe-events-tooltip i[class$='icon'],
.tribe-events-calendar .tribe-events-tooltip i[class$='icon'],
.tribe-events-shortcode.view-week .tribe-events-tooltip i[class$='icon'],
.tribe-events-week .tribe-events-tooltip i[class$='icon'] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background-size: contain;
  background-position: center;
}
.recurring-info-tooltip::after,
.recurring-info-tooltip::before,
.tribe-events-tooltip::after,
.tribe-events-tooltip::before,
.tribe-events-calendar .tribe-events-tooltip::after,
.tribe-events-calendar .tribe-events-tooltip::before,
.tribe-events-shortcode.view-week .tribe-events-tooltip::after,
.tribe-events-shortcode.view-week .tribe-events-tooltip::before,
.tribe-events-week .tribe-events-tooltip::after,
.tribe-events-week .tribe-events-tooltip::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.recurring-info-tooltip::after,
.tribe-events-tooltip::after,
.tribe-events-calendar .tribe-events-tooltip::after,
.tribe-events-shortcode.view-week .tribe-events-tooltip::after,
.tribe-events-week .tribe-events-tooltip::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.recurring-info-tooltip::before,
.tribe-events-tooltip::before,
.tribe-events-calendar .tribe-events-tooltip::before,
.tribe-events-shortcode.view-week .tribe-events-tooltip::before,
.tribe-events-week .tribe-events-tooltip::before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 11px;
  margin-left: -11px;
}

.tribe-events-tooltip-more-link {
  text-align: right;
  display: block;
}

.gw-event-list {
  margin-bottom: 2rem;
}

.gw-events-calendar-view-link {
  position: absolute;
  right: 0;
  top: 7px;
}

.tribe-events-loop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  grid-gap: 20px;
  grid-gap: 1.25rem;
}
.tribe-events-loop .entry-summary {
  margin-bottom: 0;
}
.tribe-events-loop .type-tribe_events {
  background-color: #f3fbfe;
  padding: 1.5rem;
  border-radius: 4px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@supports (display: grid) {
  .tribe-events-loop .type-tribe_events {
    margin-bottom: 0;
  }
}
.tribe-events-loop .type-tribe_events.tribe-events-first {
  padding-top: 1.5rem;
}
.tribe-events-loop .type-tribe_events .tribe-events-list-event-title {
  font-size: 14px;
  font-size: 0.875rem;
}
.tribe-events-loop .type-tribe_events .tribe-events-list-event-title a {
  text-decoration: none;
}
.tribe-events-loop .type-tribe_events .tribe-events-event-meta {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 400;
  background-color: transparent;
  border: none;
  margin-top: 0;
  padding: 0;
}
.tribe-events-loop .type-tribe_events .tribe-events-list-event-description {
  position: relative;
  padding-left: 24px !important;
  padding-left: 1.5rem !important;
}
.tribe-events-loop .type-tribe_events .tribe-events-list-event-description p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.tribe-events-loop .type-tribe_events i[class$='icon'] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background-size: contain;
  background-position: center;
}
.tribe-events-loop .gw-event-excerpt-location {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.tribe-events-loop .gw-event-excerpt-location p,
.tribe-events-loop .gw-event-excerpt-location a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.tribe-events-loop .tribe-event-schedule-details {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.gw-event-time-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-clock.svg');
}

.gw-event-desc-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-reading_ebook.svg');
}

.gw-event-address-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-marker.svg');
}

.tribe-events-read-more {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: auto;
  padding-top: 10px;
}

.tribe-events-page-title.tribe-events-page-title {
  text-align: left;
  margin-bottom: 5px !important;
  font-weight: bold;
}

.tribe-events-ical {
  display: none !important;
}

.tribe-bar-disabled {
  display: none;
}

.tribe-events-day .tribe-events-loop {
  grid-template-columns: repeat(1, 1fr);
}
.tribe-events-day .tribe-events-loop .gw-event-day-time-slot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tribe-events-day .tribe-events-loop .type-tribe_events {
  margin-left: 0;
}

.gw-section-event-finder .gw-event-finder-wrap {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 900px) {
  .gw-section-event-finder .gw-event-finder-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.gw-section-event-finder .gw-event-finder-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  order: 1;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 900px) {
  .gw-section-event-finder .gw-event-finder-img {
    width: 50%;
    order: 0;
    border-radius: 4px 0 0 4px;
  }
}

.gw-section-event-finder .gw-event-finder-form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 900px) {
  .gw-section-event-finder .gw-event-finder-form {
    width: 50%;
    padding: 50px;
  }
}
.gw-section-event-finder .gw-event-finder-form .h4 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.gw-section-event-finder .gw-event-finder-form .link-small {
  display: inline-block;
  margin-bottom: 2rem;
}

.gw-section-event-finder .facetwp-facet-event_categories {
  margin-top: 10px;
  margin-bottom: 1rem;
}

.gw-section-event-finder .facetwp-facet-event_locations {
  margin-top: 10px;
  margin-bottom: 0;
}

.gw-event-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px) {
  .gw-event-header {
    flex-direction: row;
    align-items: flex-start;
  }
}

.gw-event-img {
  max-width: 130px;
}
@media screen and (min-width: 1100px) {
  .gw-event-img {
    margin-right: 20px;
    margin-right: 1.25rem;
    max-height: 150px;
  }
}

.gw-event-info {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.gw-event-info > span,
.gw-event-info > a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.gw-event-info > span i[class$='icon'],
.gw-event-info > a i[class$='icon'] {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  background-size: contain;
  background-position: center;
}

.gw-event-address-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-marker.svg');
}

.gw-event-cost-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-us-dollar.svg');
}

.gw-event-date-icon {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-clock.svg');
}

.gw-event-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.gw-event-hours {
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.gw-event-hours h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.gw-event-single .tribe-events-event-meta {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding-top: 16px;
  padding-top: 1rem;
}

.tribe-events-cal-links {
  display: none;
}

/* JOBS */
.gw-sidebar-filters {
  display: none;
}
@media screen and (min-width: 1200px) {
  .gw-sidebar-filters {
    display: block;
  }
}

.gw-job-list-header {
  display: block;
  position: relative;
}
.gw-job-list-header .gw-job-search {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 900px) {
  .gw-job-list-header .gw-job-search {
    margin-right: 5px;
    width: calc(50% - 14px);
    display: inline-block;
    margin-bottom: 0;
  }
}
.gw-job-search .facetwp-facet input.facetwp-search,
.gw-job-search .facetwp-facet input.facetwp-location {
  min-width: 0;
}
.gw-job-list-header .gw-job-search .facetwp-facet {
  width: calc(100% - 74px);
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 900px) {
  .gw-job-list-header .gw-job-search .facetwp-facet {
    width: calc(100% - 84px);
  }
}
.gw-job-list-header .gw-job-search .facetwp-btn {
  display: none;
}
.gw-job-list-header .gw-job-search input {
  width: 100%;
}
.gw-job-list-header .gw-job-search .btn,
.gw-job-list-header
  .gw-job-search
  #mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  input[type='submit'],
#mega-menu-wrap-action-menu
  #mega-menu-action-menu
  .mega-search.mega-search-open
  .gw-job-list-header
  .gw-job-search
  input[type='submit'],
.gw-job-list-header .gw-job-search .gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper .gw-job-list-header .gw-job-search .gform_button {
  padding: 1em;
  font-weight: normal;
  text-transform: none;
}
.gw-job-list-header .gw-job-distance {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .gw-job-list-header .gw-job-distance {
    width: 50%;
    display: inline-block;
  }
}
.gw-job-list-header .gw-job-distance .facetwp-input-wrap {
  width: calc(100% - 82px);
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 900px) {
  .gw-job-list-header .gw-job-distance .facetwp-input-wrap {
    width: calc(100% - 92px);
  }
}
.gw-job-list-header .gw-job-distance input {
  width: 100%;
}
.gw-job-list-header .gw-job-distance .locate-me {
  top: 50%;
  transform: translateY(-50%);
}
.gw-job-list-header .gw-job-distance select {
  padding: 1em 1.5em 1em 0.5em;
}
.gw-job-list-header input {
  padding: 1em 2em 1em 1em;
}
.gw-job-list-header .gw-psuedo-label {
  position: absolute;
  top: -2em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.gw-job-list-header select {
  border-width: 1px;
  height: auto;
  padding: 1em;
  background-color: #037dba;
  color: #ffffff;
  border-color: #037dba;
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-expand-arrow-white.svg');
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
.gw-job-list-header .facetwp-facet {
  margin-bottom: 0;
}

.gw-job-list .reset-button {
  display: block;
  margin-bottom: 14px;
  float: right;
}

.gw-job-list .facetwp-template {
  clear: both;
}

@media screen and (min-width: 1100px) {
  .gw-job-list .gw-sidebar-filters {
    min-width: 150px;
    margin-right: 4rem;
    margin-top: 85px;
  }
}

@media screen and (min-width: 1100px) {
  .gw-job-list .gw-sidebar {
    margin-top: 85px;
  }
}

@media screen and (min-width: 1100px) {
  .gw-job-list .gw-main-rail {
    margin-right: 6em;
  }
}

.gw-job-list .gw-job-excerpt {
  margin-bottom: 2rem;
}

.gw-job-list .gw-job-title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.gw-job-list .gw-job-title a {
  text-decoration: none;
}

.gw-job-list .gw-job-meta {
  font-size: 14px;
  font-size: 0.875rem;
}

.gw-job-list .gw-job-summary p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}

.gw-job-list .gw-job-meta-footer {
  font-size: 12px;
  font-size: 0.75rem;
}
.gw-job-list .gw-job-meta-footer span {
  color: #cccccc;
  font-style: italic;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.gw-section-job .gw-job-title {
  margin-bottom: 2rem;
}

.gw-section-job .gw-job-meta-grid {
  display: grid;
  grid-template-columns: minmax(125px, 250px) minmax(200px, 1fr);
}
.gw-section-job .gw-job-meta-grid > * {
  display: block;
}
.gw-section-job .gw-job-meta-grid > *:nth-child(2n + 2) {
  padding-bottom: 2em;
}
@supports (display: grid) {
  .gw-section-job .gw-job-meta-grid > * {
    border-bottom: 1px solid #cccccc;
    padding: 1em 0;
  }
  .gw-section-job .gw-job-meta-grid > *:nth-child(1n + 1) {
    padding-right: 10px;
  }
  .gw-section-job .gw-job-meta-grid > *:nth-child(2n + 2) {
    padding-bottom: 1em;
  }
}

.gw-job-apply-link {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

/* STORIES */
.page-template-template-stories .gw-hero {
  padding-bottom: 7em;
}
@media screen and (min-width: 900px) {
  .page-template-template-stories .gw-hero {
    padding-bottom: 11em;
  }
}

.page-template-template-stories .site-main {
  margin-top: -8em;
}

.page-template-template-stories .gw-section {
  border: none;
  padding: 2em 0;
}
@media screen and (min-width: 900px) {
  .page-template-template-stories .gw-section {
    padding: 1.5em 0;
  }
}
.page-template-template-stories .gw-section:first-of-type {
  background-color: transparent;
}
.page-template-template-stories .gw-section:first-of-type .gw-section-title {
  color: #ffffff;
}
.page-template-template-stories .gw-section:first-of-type .gw-carousel-see-all {
  color: #ffffff;
}
.page-template-template-stories
  .gw-section:first-of-type
  .gw-carousel-see-all:hover {
  text-decoration: underline;
}

/* PAGE */
.gw-page-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .gw-page-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.gw-main-rail {
  max-width: 700px;
  margin-bottom: 2rem;
  flex: 1 1 auto;
}
.gw-main-rail h1:first-child,
.gw-main-rail h2:first-child,
.gw-main-rail h3:first-child,
.gw-main-rail h4:first-child,
.gw-main-rail h5:first-child,
.gw-main-rail h6:first-child {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .gw-main-rail {
    margin-right: 32px;
    margin-bottom: 32px;
    flex: 1 1 700px;
  }
}

/* POST */
.gw-section-post {
  padding-bottom: 0;
  border-bottom: none;
}

.gw-post-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .gw-post-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.gw-post-header {
  margin-bottom: 2rem;
}
.gw-post-header img {
  width: 100%;
}

.gw-post-title {
  margin-bottom: 0.5rem;
}

.gw-post-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.ssbp-wrap {
  width: 100%;
  padding: 1rem 0 0 !important;
  margin: 1rem 0 !important;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* EXCERPT */
.gw-excerpt {
  display: block;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .gw-excerpt {
    display: flex;
  }
}
.gw-excerpt .entry-header {
  margin-bottom: 10px;
}

.gw-excerpt-image {
  width: 100%;
  height: 60vw;
  margin-bottom: 5px;
  align-self: flex-start;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .gw-excerpt-image {
    width: 230px;
    height: 153px;
    margin-right: 1rem;
  }
}
.gw-excerpt-image .fluid-img-wrap {
  border-radius: 4px;
  display: flex;
}
.gw-excerpt-image img {
  object-fit: cover;
  width: 100%;
}

.gw-excerpt-content {
  flex: 1 1 auto;
}

.gw-excerpt-post-type {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b4b4b4;
  display: inline-block;
  border-radius: 4px;
}

.gw-excerpt-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
}
.gw-excerpt-title a {
  text-decoration: none;
}

.entry-summary,
.entry-summary p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.link-more {
  text-align: right;
  margin-bottom: 0;
}

.more-link {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
}

/* LEADERSHIP */
.gw-leadership-grid {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.gw-leadership-grid li {
  flex: 0 1 200px;
  margin-right: 2rem;
}
.gw-leadership-grid li img {
  display: inline-block;
  margin-bottom: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .gw-leadership-grid li {
    flex: 0 1 175px;
  }
}
@supports (display: grid) {
  .gw-leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    grid-gap: 2rem;
  }
  .gw-leadership-grid li {
    flex: 0 1 calc(100% / 3);
    margin-right: 0;
  }
}

.gw-leadership-company {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  display: inline-block;
  line-height: 1.4;
}

/* VENDOR */
/* FACETWP STYLES */
.facetwp-overlay {
  background-color: transparent !important;
}

/* Location Type checkbox buttons */
.gw-home-location-form .facetwp-facet-location_types {
  position: absolute;
  top: calc(50% - 15px);
  display: none;
  background-color: transparent;
}
@media screen and (min-width: 1100px) {
  .gw-home-location-form .facetwp-facet-location_types {
    display: block;
    left: calc(50% - 250px);
  }
}
@media screen and (min-width: 1300px) {
  .gw-home-location-form .facetwp-facet-location_types {
    left: calc(50% - 200px);
  }
}

.facetwp-facet-location_types .facetwp-checkbox,
.facetwp-facet-event_categories .facetwp-checkbox {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 10px;
  transition: all 0.2s ease-out;
  margin-right: 1em;
  margin-bottom: 1em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #232323;
}
.facetwp-facet-location_types .facetwp-checkbox.checked,
.facetwp-facet-event_categories .facetwp-checkbox.checked {
  background: #037dba;
  color: #ffffff;
  border-color: #037dba;
}
.facetwp-facet-location_types .facetwp-checkbox .facetwp-counter,
.facetwp-facet-event_categories .facetwp-checkbox .facetwp-counter {
  display: none;
}

.facetwp-facet-event_categories,
.facetwp-facet-event_locations {
  margin-top: 1.25em;
}

.facetwp-toggle {
  font-size: 12px;
  font-size: 0.75rem;
  display: table;
  text-decoration: underline;
}

.facetwp-facet-locations .facetwp-input-wrap {
  display: inline;
}

.facetwp-input-wrap .locate-me {
  opacity: 1;
  top: 50%;
  right: 5px;
  line-height: 1;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}
.facetwp-input-wrap .facetwp-icon.locate-me::before {
  background-image: url('/wp-content/themes/goodwill/assets/images/icons/icons8-order_delivered.svg');
  background-repeat: no-repeat;
}

/* GRAVITY FORMS */
.gw-section-contact-form .gform_wrapper ul li.gfield.gfield {
  margin-top: 16px;
}

@media screen and (min-width: 1100px) {
  .gw-section-contact-form .gw-section-title,
  .gw-section-contact-form .gw-section-desc {
    text-align: left;
    max-width: none;
    margin-left: 0;
  }
}

.gw-section-contact-form .gform_wrapper.gform_wrapper form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .gw-section-contact-form .gform_wrapper.gform_wrapper form {
    flex-direction: row;
    align-items: flex-start;
  }
}

.gw-section-contact-form .gform_wrapper.gform_wrapper .gform_heading {
  display: none;
}

.gw-section-contact-form .gform_wrapper.gform_wrapper .gform_body {
  width: 100%;
  display: inline-block;
}

.gw-section-contact-form .gform_wrapper.gform_wrapper .gform_footer {
  width: auto;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}

.gw-section-contact-form .gform_wrapper.gform_wrapper .gform_fields {
  display: flex !important;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .gw-section-contact-form .gform_wrapper.gform_wrapper .gform_fields {
    flex-direction: row;
  }
}
.gw-section-contact-form .gform_wrapper.gform_wrapper .gform_fields .gfield {
  flex-grow: 1;
  padding-right: 0;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .gw-section-contact-form .gform_wrapper.gform_wrapper .gform_fields .gfield {
    padding-right: 1em;
    margin-bottom: 0;
  }
}
.gw-section-contact-form
  .gform_wrapper.gform_wrapper
  .gform_fields
  .gfield_label {
  font-size: 12px;
  font-size: 0.75em;
  margin-bottom: 6px;
  position: absolute;
  top: -24px;
}
.gw-section-contact-form
  .gform_wrapper.gform_wrapper
  .gform_fields
  .ginput_container {
  margin-top: 0;
}
.gw-section-contact-form .gform_wrapper.gform_wrapper .gform_fields input {
  padding: 13px !important;
  line-height: 1 !important;
  width: 100%;
}

.gw-section-contact-form .gform_wrapper.gform_wrapper .gform_button {
  margin-right: 0 !important;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .gw-section-contact-form .gform_wrapper.gform_wrapper .gform_button {
    width: auto;
  }
}

.gw-section-contact-form .fine-print {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .gw-section-contact-form .fine-print {
    text-align: left;
  }
}

body .gform_wrapper ul li.gfield.gfield {
  margin-top: 0;
}

.gform_wrapper.gform_wrapper {
  margin-top: 0;
  margin-bottom: 2rem;
}
.gform_wrapper.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper.gform_wrapper .gform_body {
  display: inline-block;
  width: 100%;
}
.gform_wrapper.gform_wrapper .gform_footer {
  width: auto;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}
.gform_wrapper.gform_wrapper .gform_fields {
  margin-left: 0;
  list-style-type: none;
}
.gform_wrapper.gform_wrapper .gform_fields .gfield {
  padding-right: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.gform_wrapper.gform_wrapper .gform_fields .gfield.gfield_error input {
  border-color: #e15050;
}
.gform_wrapper.gform_wrapper .gform_fields .gfield_label {
  font-size: 12px;
  font-size: 0.75em;
  margin-bottom: 6px;
}
.gform_wrapper.gform_wrapper .gform_fields .ginput_complex {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
}
.gform_wrapper.gform_wrapper .gform_fields .ginput_complex span label {
  font-size: 12px;
  font-size: 0.75em;
  margin-bottom: 6px;
  margin-top: 12px;
}
.gform_wrapper.gform_wrapper
  .gform_fields
  .ginput_complex
  span:first-of-type
  label {
  margin-top: 0;
}
.gform_wrapper.gform_wrapper .gform_fields .ginput_container {
  margin-top: 0;
}
.gform_wrapper.gform_wrapper .gform_fields input {
  padding: 1em !important;
  line-height: 1 !important;
  width: 100%;
}
.gform_wrapper.gform_wrapper .gform_fields .gfield_description {
  padding-top: 6px;
  padding-right: 1em;
  color: #232323;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
}
.gform_wrapper.gform_wrapper
  .gform_fields
  .gfield_description.validation_message {
  color: #e15050;
}
.gform_wrapper.gform_wrapper .gform_fields .gfield_checkbox {
  list-style-type: none;
  margin: 0;
}
.gform_wrapper.gform_wrapper .gform_fields .gfield_checkbox li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.gform_wrapper.gform_wrapper .gform_fields .gfield_checkbox input {
  display: inline-block;
  width: auto;
}
.gform_wrapper.gform_wrapper .gform_fields .gfield_checkbox label {
  font-size: 12px;
  font-size: 0.75em;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
}
.gform_wrapper.gform_wrapper .gform_button {
  margin-right: 0 !important;
  width: 100%;
}

/* INSTAGRAM FEED */
#sb_instagram {
  display: flex;
  flex-direction: column;
}
#sb_instagram #sbi_images {
  order: 1;
}
#sb_instagram #sbi_load {
  text-align: left;
}
#sb_instagram #sbi_load a {
  padding: 7px 0;
}
#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  #sb_instagram #sbi_load {
    text-align: right;
  }
  #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
  }
  #sb_instagram #sbi_load a {
    padding: 7px 14px;
  }
}

.YouTubePopUp-Close {
  bottom: 418px;
  right: -30px;
  z-index: 1;
}
