/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* body
   ========================================================================== */
/**
 * gitting rid of the 9px margin.
 */
body {
  margin: 0px;
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2em;
  font-weight: normal;
  margin: 0em 0 1rem 0;
  text-transform: none;
}

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

/**
 * 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 */
  white-space: pre-wrap;
}

/* 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 */
  text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 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
   ========================================================================== */
/*
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* body
   ========================================================================== */
/**
 * gitting rid of the 9px margin.
 */
body {
  margin: 0px;
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2em;
  font-weight: normal;
  margin: 0em 0 1rem 0;
  text-transform: none;
}

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

/**
 * 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 */
  white-space: pre-wrap;
}

/* 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 */
  text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 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
   ========================================================================== */
/*
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

.max-width {
  max-width: 1480px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 880px) {
  .max-width {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.wrapper_grid {
  display: grid;
  grid-gap: 1.875rem;
}
@media only screen and (min-width: 880px) {
  .wrapper_grid {
    grid-gap: 3.75rem;
  }
}

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

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

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

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

html {
  box-sizing: border-box;
}

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

.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

.color-green {
  color: #065A3D;
}

.background-green {
  background-color: #065A3D;
}
.background-green h1, .background-green h2, .background-green h3, .background-green h4, .background-green h5, .background-green h6, .background-green p {
  color: #ffffff;
}

.background-med-green {
  background-color: #EBF7F3;
}

.background-light-green {
  background-color: #F5FCFA;
}

.background-white {
  background-color: #ffffff;
}

.background-light-yellow {
  background-color: #FAF9F2;
}

.background-blue {
  background-color: #38AECC;
}
.background-blue h1, .background-blue h2, .background-blue h3, .background-blue h4, .background-blue h5, .background-blue h6, .background-blue p {
  color: #ffffff;
}

.background-yellow {
  background-color: #F0BC25;
}

.background-red {
  background-color: #D13525;
}
.background-red h1, .background-red h2, .background-red h3, .background-red h4, .background-red h5, .background-red h6, .background-red p {
  color: #ffffff;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

/*

regular 
font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: normal;

bold
font-family: "montserrat", sans-serif;
font-weight: 700;
font-style: normal;

'poppins' is also included in the footer and utility nav
*/
h1 {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #065A3D;
}
@media only screen and (min-width: 880px) {
  h1 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}

h2 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.45rem;
  line-height: 1.85rem;
  color: #065A3D;
}
@media only screen and (min-width: 880px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.35rem;
  line-height: 1.75rem;
  color: #065A3D;
}
@media only screen and (min-width: 880px) {
  h3 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

h4 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.65rem;
  color: #065A3D;
}
@media only screen and (min-width: 880px) {
  h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h5 {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
h5 span {
  font-weight: 400;
}
@media only screen and (min-width: 880px) {
  h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

h6 {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 880px) {
  h6 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

p {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media only screen and (min-width: 880px) {
  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1020px) {
  p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

a {
  font-family: "montserrat", sans-serif;
  font-style: normal;
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a.no-dec {
  text-decoration: none;
}
a.no-dec:hover {
  text-decoration: underline;
}

ul, ol, li {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0 0 0 1em;
}
ul li, ol li, li li {
  padding-left: 0.5em;
}

blockquote {
  border-top: 1px solid #065A3D;
  border-bottom: 1px solid #065A3D;
  margin: 3.75rem 0;
  padding: 1rem;
}
blockquote p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic;
  color: #065A3D;
}
@media only screen and (min-width: 880px) {
  blockquote {
    padding: 1.875rem 3.75rem;
  }
  blockquote p {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.wrapper_caption p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 1rem;
}
.wrapper_caption.with-background {
  background-color: #ffffff;
  padding: 1.25rem;
}
.wrapper_caption.with-background p {
  margin: 0;
}
@media only screen and (min-width: 1365px) {
  .wrapper_caption.with-background {
    padding: 2.25rem;
  }
}

/* Default base form styles */
.gform_wrapper {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.gform_wrapper .validation_error, .gform_wrapper .gfield_error {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #D13525;
}
.gform_wrapper .gform_heading {
  margin-bottom: 2rem;
}
.gform_wrapper .gform_title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.gform_wrapper .gform_description {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.gform_wrapper .gfield {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.gform_wrapper .gfield_label, .gform_wrapper .gform-field-label {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #065A3D;
  margin-top: 2rem;
}
.gform_wrapper label {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #065A3D;
}
.gform_wrapper select {
  padding: 1rem;
  border: rgba(255, 255, 255, 0) solid 1px;
  border-bottom-color: #065A3D;
  background-color: #ffffff;
  color: #065A3D;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  line-height: 1.125rem;
}
.gform_wrapper select:hover {
  border-color: #065A3D;
  filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.1));
}
.gform_wrapper select option {
  background-color: #F5FCFA;
  color: #065A3D;
  font-size: 1rem;
  line-height: 1.125rem;
}
.gform_wrapper fieldset {
  border: none;
  padding: 0;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=textarea], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper textarea {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25rem;
  border-style: solid;
  padding: 0.75rem 0.75rem 0.75rem 0;
  border-width: 2px;
  border: rgba(255, 255, 255, 0) solid 1px;
  border-bottom-color: #065A3D;
  background-color: #ffffff;
  color: #065A3D;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.gform_wrapper input[type=text]:hover, .gform_wrapper input[type=textarea]:hover, .gform_wrapper input[type=email]:hover, .gform_wrapper input[type=tel]:hover, .gform_wrapper textarea:hover {
  border-color: #065A3D;
  filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.1));
  padding-left: 1rem;
}
@media only screen and (min-width: 880px) {
  .gform_wrapper input[type=text], .gform_wrapper input[type=textarea], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper textarea {
    padding: 1rem 1rem 1rem 0;
  }
}
.gform_wrapper textarea {
  width: 100%;
  min-height: 15rem;
}
.gform_wrapper ::placeholder {
  font-size: 1rem;
  line-height: 1rem;
  color: #065A3D;
  opacity: 0.25;
}
.gform_wrapper ::placeholder:hover {
  opacity: 1;
}
@media only screen and (min-width: 880px) {
  .gform_wrapper ::placeholder {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.gform_wrapper input[type=checkbox], .gform_wrapper input[type=radio] {
  margin-top: 0.75rem;
}
.gform_wrapper .gform_footer {
  margin-top: 2rem;
}
.gform_wrapper input[type=submit] {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.5s ease 0s;
  margin-right: 1rem;
  background-color: #F0BC25;
  color: #065A3D;
  --edge-size: 1rem;
  clip-path: polygon(var(--edge-size) 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 var(--edge-size));
}
.gform_wrapper input[type=submit]:hover {
  background-color: #065A3D;
  color: #F0BC25;
  --edge-size: .75rem;
}
@media only screen and (min-width: 880px) {
  .gform_wrapper input[type=submit] {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.25rem 2.5rem;
  }
}

button {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.5s ease 0s;
  margin-right: 1rem;
}
button.primary, button.secondary {
  --edge-size: 1rem;
}
button.primary:hover, button.secondary:hover {
  --edge-size: .75rem;
}
button.primary.top-left, button.secondary.top-left {
  clip-path: polygon(var(--edge-size) 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 var(--edge-size));
}
button.primary.top-right, button.secondary.top-right {
  clip-path: polygon(0 0, calc(100% - var(--edge-size)) 0%, 100% var(--edge-size), 100% 100%, var(--edge-size) 100%, 0% calc(100% - var(--edge-size)));
}
button.primary.white a {
  color: #000000;
  background-color: #ffffff;
}
button.primary.white a:hover {
  background-color: #F2F2F2;
}
button.primary.yellow a {
  color: #065A3D;
  background-color: #F0BC25;
  border-color: #000000;
}
button.primary.yellow a:hover {
  background-color: #F7C93E;
}
button.primary.red a {
  color: #ffffff;
  background-color: #D13525;
}
button.primary.red a:hover {
  background-color: #DE5C4E;
}
button.primary.green a {
  color: #F0BC25;
  background-color: #065A3D;
}
button.primary.green a:hover {
  background-color: #317D62;
}
button.secondary.green a {
  background-color: #EBF7F3;
  color: #065A3D;
}
button.secondary.green a:hover {
  color: #F0BC25;
  background-color: #065A3D;
}
button.secondary.yellow a {
  background-color: #FAF9F2;
  color: #065A3D;
}
button.secondary.yellow a:hover {
  color: #065A3D;
  background-color: #F0BC25;
}
button.secondary.red a {
  background-color: #FFEFED;
  color: #D13525;
}
button.secondary.red a:hover {
  color: #ffffff;
  background-color: #D13525;
}
@media only screen and (min-width: 880px) {
  button {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  button a {
    padding: 1.25rem 2.5rem;
  }
  button.primary {
    --edge-size: 1.25rem;
  }
}

button:last-of-type {
  margin-right: 0;
}

.wrapper_row-button {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}
.wrapper_row-button a .icon_back {
  transform: rotate(180deg);
  margin-right: 0.75rem;
}
.wrapper_row-button a .icon_next {
  margin-left: 0.75rem;
}
.wrapper_row-button a:hover .icon_back {
  margin-right: 0.25rem;
}
.wrapper_row-button a:hover .icon_next {
  margin-left: 0.25rem;
}
.wrapper_row-button.wrapper_pagination {
  justify-content: space-between;
}
.wrapper_row-button.center-aligned {
  justify-content: center;
}

.button {
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem;
  font-family: "poppins", sans-serif;
  font-weight: 500;
}
.button.primary, .button.secondary {
  --edge-size: 1rem;
}
.button.primary:hover, .button.secondary:hover {
  --edge-size: .75rem;
}
.button.primary.top-left, .button.secondary.top-left {
  clip-path: polygon(var(--edge-size) 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 var(--edge-size));
}
.button.primary.top-right, .button.secondary.top-right {
  clip-path: polygon(0 0, calc(100% - var(--edge-size)) 0%, 100% var(--edge-size), 100% 100%, var(--edge-size) 100%, 0% calc(100% - var(--edge-size)));
}
.button.primary.yellow {
  color: #065A3D;
  background-color: #F0BC25;
}
.button.primary.yellow:hover {
  background-color: #F7C93E;
}
@media only screen and (min-width: 880px) {
  .button {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.25rem 2.5rem;
  }
  .button.primary {
    --edge-size: 1.25rem;
  }
}

/************************ General Global Style */
article, aside, footer, header, nav, section, div, ul, li, a, p, button, i, svg, img, h1, h2, h3, h4, h5, h6, input, input[type=text], input[type=textarea], input[type=email], input[type=tel], textarea, select {
  transition: all 0.25s ease 0s;
}

/************************ Global */
html {
  scroll-behavior: smooth;
}

/************************ breakpoint-indicator */
.wrapper_breakpoint-indicator {
  position: fixed;
  bottom: 0;
  z-index: 20000;
}
.wrapper_breakpoint-indicator p {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 0.75rem;
  margin: 0;
  width: 8rem;
  color: #000000;
  background-color: #ffffff;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}
.wrapper_breakpoint-indicator .Small-Medium, .wrapper_breakpoint-indicator .Medium, .wrapper_breakpoint-indicator .Medium-Large, .wrapper_breakpoint-indicator .Large, .wrapper_breakpoint-indicator .MaxWidth, .wrapper_breakpoint-indicator .Extra-Large {
  display: none;
}
@media only screen and (min-width: 480px) {
  .wrapper_breakpoint-indicator .Small {
    display: none;
  }
  .wrapper_breakpoint-indicator .Small-Medium {
    display: block;
  }
}
@media only screen and (min-width: 680px) {
  .wrapper_breakpoint-indicator .Small-Medium {
    display: none;
  }
  .wrapper_breakpoint-indicator .Medium {
    display: block;
  }
}
@media only screen and (min-width: 880px) {
  .wrapper_breakpoint-indicator .Medium {
    display: none;
  }
  .wrapper_breakpoint-indicator .Medium-Large {
    display: block;
  }
}
@media only screen and (min-width: 1020px) {
  .wrapper_breakpoint-indicator .Medium-Large {
    display: none;
  }
  .wrapper_breakpoint-indicator .Large {
    display: block;
  }
}
@media only screen and (min-width: 1365px) {
  .wrapper_breakpoint-indicator .Large {
    display: none;
  }
  .wrapper_breakpoint-indicator .MaxWidth {
    display: block;
  }
}
@media only screen and (min-width: 1480px) {
  .wrapper_breakpoint-indicator .MaxWidth {
    display: none;
  }
  .wrapper_breakpoint-indicator .Extra-Large {
    display: block;
  }
}

/************************ Nav Bar */
nav {
  z-index: 1000;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  nav {
    position: fixed;
  }
}
nav .wrapper_utility {
  background-color: #F0BC25;
  color: #065A3D;
}
nav .wrapper_utility .max-width {
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
nav .wrapper_primary {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #FAF9F2;
  position: relative;
}
nav .wrapper_primary .max-width {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
nav .wrapper_primary .wrapper_logo {
  display: inline-block;
  width: 8rem;
}
nav .wrapper_primary .wrapper_logo svg {
  max-width: 100%;
}
nav .wrapper_primary .wrapper_nav-links {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}
nav .wrapper_primary .wrapper_nav-links li {
  display: inline-block;
  text-align: left;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0;
  margin-right: 1.5rem;
}
nav .wrapper_primary .wrapper_nav-links li a {
  font-family: poppins, sans-serif;
  color: #065A3D;
}
@media only screen and (min-width: 880px) {
  nav .wrapper_primary {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  nav .wrapper_primary .max-width {
    grid-template-columns: 1fr 1fr;
  }
  nav .wrapper_primary .wrapper_logo {
    width: 11.875rem;
  }
  nav .wrapper_primary .wrapper_nav-links {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
  }
  nav .wrapper_primary .wrapper_nav-links li {
    display: inline-block;
    text-align: right;
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin-right: 0;
    margin-left: 1rem;
  }
  nav .wrapper_primary .wrapper_nav-links li a {
    font-family: poppins, sans-serif;
    color: #065A3D;
  }
}

/** Shaun update the rule below */
.wrapper_utility-social p {
  width: 100%;
  text-align: right;
  margin: 0;
}
.wrapper_utility-social p a {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-decoration: none;
}
.wrapper_utility-social p .fa-brands {
  padding-left: 0.5rem;
}

/************************ Cute Edges */
.cut-edge-small {
  --edge-size: 2.25rem;
}
.cut-edge-small.top-right_bottom-left {
  clip-path: polygon(0 0, calc(100% - var(--edge-size)) 0%, 100% var(--edge-size), 100% 100%, var(--edge-size) 100%, 0% calc(100% - var(--edge-size)));
}
.cut-edge-small.top-left_bottom-right {
  clip-path: polygon(var(--edge-size) 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 var(--edge-size));
}
.cut-edge-small.bottom-right_bottom-left {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, var(--edge-size) 100%, 0% calc(100% - var(--edge-size)));
}
.cut-edge-small.top-right {
  clip-path: polygon(0 0, calc(100% - var(--edge-size)) 0, 100% var(--edge-size), 100% 100%, 0 100%);
}
.cut-edge-small.bottom-right {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%);
}

.cut-edge-large {
  --edge-size: 2.25rem;
}
.cut-edge-large.top-right_bottom-left {
  clip-path: polygon(0 0, calc(100% - var(--edge-size)) 0%, 100% var(--edge-size), 100% 100%, var(--edge-size) 100%, 0% calc(100% - var(--edge-size)));
}
.cut-edge-large.top-left_bottom-right {
  clip-path: polygon(var(--edge-size) 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 var(--edge-size));
}
.cut-edge-large.bottom-right_bottom-left {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, var(--edge-size) 100%, 0% calc(100% - var(--edge-size)));
}
.cut-edge-large.top-right {
  clip-path: polygon(0 0, calc(100% - var(--edge-size)) 0%, 100% var(--edge-size), 100% 100%, var(--edge-size) 100%, 0% 100%);
}
.cut-edge-large.bottom-right {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%);
}
.cut-edge-large.top-left {
  clip-path: polygon(var(--edge-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--edge-size));
}

.cut-edge-extra-large {
  --edge-size: 3.75rem;
}
@media only screen and (min-width: 880px) {
  .cut-edge-extra-large {
    --edge-size: 6.75rem;
  }
}
.cut-edge-extra-large.top-right_bottom-left {
  clip-path: polygon(0 0, calc(100% - var(--edge-size)) 0%, 100% var(--edge-size), 100% 100%, var(--edge-size) 100%, 0% calc(100% - var(--edge-size)));
}
.cut-edge-extra-large.top-left_bottom-right {
  clip-path: polygon(var(--edge-size) 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0 var(--edge-size));
}
.cut-edge-extra-large.bottom-right_bottom-left {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, var(--edge-size) 100%, 0% calc(100% - var(--edge-size)));
}
.cut-edge-extra-large.top-right {
  clip-path: polygon(0 0, calc(100% - var(--edge-size)) 0%, 100% var(--edge-size), 100% 100%, var(--edge-size) 100%, 0% 100%);
}
.cut-edge-extra-large.bottom-right {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%);
}
.cut-edge-extra-large.top-left {
  clip-path: polygon(var(--edge-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--edge-size));
}

/************************ Drop Shadows */
.drop-shadow_small {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
}

.drop-shadow_medium {
  filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.1));
}

/************************ Spacer */
.spacer {
  border: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0;
}
.spacer.small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 680px) {
  .spacer {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
  .spacer.small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1365px) {
  .spacer {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .spacer.small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .spacer.large {
    padding-top: 8.375rem;
    padding-bottom: 8.375rem;
  }
}

/************************ Heros */
.wrapper_hero.home_hero {
  background-image: url("../images/salaam_hero_home.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 32rem;
  display: grid;
  align-items: end;
}
.wrapper_hero.home_hero .wrapper_row {
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 30%);
}
.wrapper_hero.home_hero .wrapper_primary-wrapper {
  max-width: 22rem;
  background-color: #ffffff;
  padding: var(--edge-size) var(--edge-size) 0 0;
}
.wrapper_hero.home_hero h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #065A3D;
  margin-bottom: 0.5rem;
}
.wrapper_hero.home_hero p {
  color: #065A3D;
  margin: 1rem 0 0 0;
  max-width: 29.625rem;
}
@media only screen and (min-width: 880px) {
  .wrapper_hero.home_hero {
    background-position: top center;
    min-height: 45rem;
  }
  .wrapper_hero.home_hero .wrapper_primary-wrapper {
    max-width: 34rem;
  }
  .wrapper_hero.home_hero h1 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .wrapper_hero {
    margin-top: 10rem;
  }
}

/************************ Home About Section */
.wrapper_page-primary-content {
  background-image: url("../images/background_pattern_a.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper_page-primary-content.wrapper_about-us {
  margin-top: 10rem;
}
.wrapper_page-primary-content.wrapper_about-us h2 {
  max-width: 29.375rem;
}
.wrapper_page-primary-content .wrapper_row-about {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.wrapper_page-primary-content .wrapper_row-about .wrapper_content {
  background-color: #ffffff;
  padding: calc(var(--edge-size));
}
@media only screen and (min-width: 880px) {
  .wrapper_page-primary-content .wrapper_row-about .wrapper_content {
    padding: calc(var(--edge-size) + 1rem);
  }
}
.wrapper_page-primary-content .row-one .wrapper_left {
  grid-column: 1/7;
  background-image: url("../images/lifestyle_image_a.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 20rem;
  margin-top: -5rem;
}
.wrapper_page-primary-content .row-one .wrapper_right {
  grid-column: 1/7;
  margin-top: -4rem;
}
.wrapper_page-primary-content .row-one .wrapper_right p {
  max-width: 35.4375rem;
}
.wrapper_page-primary-content .row-two {
  margin-top: 2.5rem;
}
.wrapper_page-primary-content .row-two .wrapper_left {
  grid-column: 1/7;
  background-image: url("../images/lifestyle_image_b.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 20rem;
}
.wrapper_page-primary-content .row-two .wrapper_right {
  grid-column: 1/7;
  margin-top: -4rem;
}
.wrapper_page-primary-content .row-two .wrapper_right .wrapper_row-button {
  margin-bottom: 0;
  justify-content: flex-end;
}
@media only screen and (min-width: 680px) {
  .wrapper_page-primary-content .row-one .wrapper_left {
    grid-column: 1/6;
  }
  .wrapper_page-primary-content .row-one .wrapper_right {
    grid-column: 2/7;
  }
  .wrapper_page-primary-content .row-two .wrapper_left {
    grid-column: 2/7;
  }
  .wrapper_page-primary-content .row-two .wrapper_right {
    grid-column: 1/6;
  }
}
@media only screen and (min-width: 880px) {
  .wrapper_page-primary-content {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 1020px) {
  .wrapper_page-primary-content.wrapper_about-us {
    margin-top: 17.5rem;
  }
  .wrapper_page-primary-content .row-one .wrapper_left {
    grid-column: 1/6;
    min-height: 30rem;
    margin-top: -11.25rem;
  }
  .wrapper_page-primary-content .row-one .wrapper_right {
    grid-column: 3/7;
    margin-top: -11.25rem;
  }
  .wrapper_page-primary-content .row-two {
    margin-top: 5rem;
  }
  .wrapper_page-primary-content .row-two .wrapper_left {
    grid-column: 3/7;
    min-height: 30rem;
  }
  .wrapper_page-primary-content .row-two .wrapper_right {
    grid-column: 1/5;
    margin-top: -11.25rem;
  }
}
@media only screen and (min-width: 1365px) {
  .wrapper_page-primary-content .row-one .wrapper_left {
    min-height: 40.625rem;
  }
  .wrapper_page-primary-content .row-one .wrapper_right {
    grid-column: 4/7;
    margin-top: -11.25rem;
  }
  .wrapper_page-primary-content .row-two .wrapper_left {
    min-height: 40.625rem;
  }
  .wrapper_page-primary-content .row-two .wrapper_right {
    grid-column: 1/4;
    margin-top: -11.25rem;
  }
}

/** Contact spacer */
#contact {
  height: 2rem;
}
@media only screen and (min-width: 1020px) {
  #contact {
    height: 5rem;
  }
}

/************************ Form */
.wrapper_form {
  padding-top: 2.4375rem;
  padding-bottom: 2.4375rem;
  font-family: "poppins", sans-serif;
}
.wrapper_form .wrapper_form-block {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 35rem;
  background-color: #ffffff;
  padding: var(--edge-size);
}
@media only screen and (min-width: 1020px) {
  .wrapper_form {
    padding-top: 5.4375rem;
    padding-bottom: 5.4375rem;
  }
  .wrapper_form .wrapper_form-block {
    max-width: 45rem;
  }
}

/************************ Footer Spacer */
.footer-spacer {
  height: 1rem;
  padding-bottom: calc(0% + var(--edge-size));
}

/************************ Footer */
footer .wrapper_footer {
  margin-top: calc(0% - var(--edge-size));
  background-color: #065A3D;
  padding: 3.25rem 0 2.125rem 0;
  color: #F0BC25;
  position: relative;
  z-index: 5;
}
footer .wrapper_footer a {
  color: #F0BC25;
}
@media only screen and (min-width: 880px) {
  footer .wrapper_footer {
    padding: 4.25rem 0 3.125rem 0;
  }
}
footer .wrapper_footer .wrapper_row-top {
  display: grid;
  grid-template-columns: 1fr;
}
footer .wrapper_footer .wrapper_row-top a {
  width: 8rem;
}
footer .wrapper_footer .wrapper_row-top a img {
  width: 100%;
}
@media only screen and (min-width: 880px) {
  footer .wrapper_footer .wrapper_row-top a {
    width: 11.875rem;
  }
}
footer .wrapper_footer .wrapper_row-middle {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 1.5rem;
  grid-column-gap: 2rem;
}
footer .wrapper_footer .wrapper_row-middle .address {
  font-size: 1rem;
  line-height: 1.5rem;
}
footer .wrapper_footer .wrapper_row-middle .wrapper_utility-social {
  padding-bottom: 2rem;
}
footer .wrapper_footer .wrapper_row-middle .wrapper_utility-social p {
  display: flex;
  align-items: center;
  text-align: left;
}
footer .wrapper_footer .wrapper_row-middle .wrapper_utility-social .fa-brands {
  font-size: 1.125rem;
}
footer .wrapper_footer .wrapper_row-middle .wrapper_left {
  grid-column: 1/7;
}
footer .wrapper_footer .wrapper_row-middle .wrapper_right {
  grid-column: 1/7;
}
footer .wrapper_footer .wrapper_row-middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .wrapper_footer .wrapper_row-middle ul li {
  padding: 0;
  margin-top: 0.5rem;
  line-height: 0;
}
footer .wrapper_footer .wrapper_row-middle .wrapper_links p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.975rem;
  margin: 0;
}
footer .wrapper_footer .wrapper_row-middle .wrapper_links .links a {
  display: flex;
  align-items: center;
  font-family: poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-right: 1rem;
}
footer .wrapper_footer .wrapper_row-middle .wrapper_links .links a svg {
  fill: #F0BC25;
  height: 1rem;
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 880px) {
  footer .wrapper_footer .wrapper_row-middle {
    margin-top: 1.5rem;
  }
  footer .wrapper_footer .wrapper_row-middle .wrapper_left {
    grid-column: 1/3;
  }
  footer .wrapper_footer .wrapper_row-middle .wrapper_right {
    grid-column: 3/7;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    margin-top: 0;
  }
  footer .wrapper_footer .wrapper_row-middle ul li {
    display: inline-block;
  }
  footer .wrapper_footer .wrapper_row-middle .wrapper_utility-social {
    padding-bottom: 0;
  }
  footer .wrapper_footer .wrapper_row-middle .wrapper_links {
    align-self: end;
  }
}
