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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

h1, h2, h3, h4, h4, h5, h6, p, a {
  margin: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

html {
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
}

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

::selection {
  background: rgb(var(--color-orange));
  color: rgb(var(--color-text));
}

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
  --header-pad-desktop: 137px;
  --header-pad-mobile: 95px;
  --logged-in-offset: 33px;
  color: rgb(var(--color-text));
  font-family: var(--primary-font-family);
}
body.home {
  background: linear-gradient(to bottom, rgb(var(--color-beige)) 0px, rgb(var(--color-beige)) 250px, rgb(var(--color-white)) 250px, rgb(var(--color-white)) 100%);
}
@media (min-width: 1115px) {
  body {
    padding-top: var(--header-pad-desktop);
  }
  body.logged-in .header {
    top: var(--logged-in-offset);
  }
}
@media (max-width: 1114.96px) {
  body:not(.home) {
    padding-top: var(--header-pad-mobile);
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

.site-width {
  margin: 0 auto;
  max-width: var(--site-width);
  width: 90%;
}

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

.clear {
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.no-scroll {
  overflow: hidden;
}

.icon {
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100%;
  height: 100%;
}

hr {
  margin: 20px 0;
}

/* Waypoint Animations */
.fade-in-from-left {
  opacity: 0;
  animation-timing-function: ease-out;
  transform: translateX(-15px);
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  animation-name: fade-from-left;
  animation-duration: 0.4s;
  opacity: 1;
  transform: translateX(0);
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  45% {
    opacity: 0.4;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.fade-in-from-bottom {
  opacity: 0;
  animation-timing-function: ease-out;
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  animation-name: fade-from-bottom;
  animation-duration: 1s;
  opacity: 1;
  transform: translateY(0);
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.fade-in-from-right {
  opacity: 0;
  animation-timing-function: ease-out;
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  animation-name: fade-from-right;
  animation-duration: 0.4s;
  opacity: 1;
  transform: translateX(0);
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
html {
  box-sizing: border-box;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--header-font-family);
  letter-spacing: 0.5px;
}

h1,
.h1 {
  font-size: var(--h1-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h1-margin);
  color: rgb(var(--color-text));
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h2-margin);
  color: rgb(var(--color-text));
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h3-margin);
  color: rgb(var(--color-text));
}

h4,
.h4 {
  font-size: var(--h4-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h4-margin);
  color: rgb(var(--color-text));
}

h5,
.h5 {
  font-size: var(--h5-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h5-margin);
  color: rgb(var(--color-text));
}

h6,
.h6 {
  font-size: var(--h6-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h6-margin);
  color: rgb(var(--color-text));
}

h2, .h2 {
  font-weight: 100;
}

h3, .h3 {
  color: rgb(var(--color-orange));
}

h4, .h4 {
  font-weight: 100;
}

h5, .h5 {
  font-family: var(--primary-font-family);
  font-weight: 900;
}

@media (max-width: 1199.96px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-font-size) * 0.7);
  }
  h2,
  .h2 {
    font-size: calc(var(--h2-font-size) * 0.8);
  }
  h3,
  .h3 {
    font-size: calc(var(--h3-font-size) * 0.8);
  }
  h4,
  .h4 {
    font-size: calc(var(--h4-font-size) * 0.9);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5-font-size) * 0.9);
  }
  h6,
  .h6 {
    font-size: calc(var(--h6-font-size) * 0.9);
  }
}
@media (max-width: 1114.96px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-font-size) * 0.35);
  }
  h2,
  .h2 {
    font-size: calc(var(--h2-font-size) * 0.35);
  }
  h3,
  .h3 {
    font-size: calc(var(--h3-font-size) * 0.35);
  }
  h4,
  .h4 {
    font-size: calc(var(--h4-font-size) * 0.45);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5-font-size) * 0.45);
  }
  h6,
  .h6 {
    font-size: calc(var(--h6-font-size) * 0.45);
  }
}
.text-center {
  text-align: center;
}

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

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

p {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 30px;
}
@media (max-width: 1199.96px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}

a {
  color: rgb(var(--color-orange));
  transition: color 250ms ease;
}
a:hover {
  color: rgb(var(--color-orange-dark));
}

.wysiwyg ul, .wysiwyg ol {
  list-style-type: disc;
  padding-left: 30px;
  margin: 0 0 30px;
}
.wysiwyg ul li, .wysiwyg ol li {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1114.96px) {
  .wysiwyg ul li, .wysiwyg ol li {
    font-size: 20px;
    line-height: 28px;
  }
}
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.header {
  background-color: rgb(var(--color-white));
  left: 0;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  transition: background-color 0.3s ease;
  top: 0;
  z-index: 9999;
}

.home .header {
  background-color: transparent;
}

.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 127px;
  padding: 15px 0;
  position: relative;
}

.header__logo {
  display: inline-block;
  max-width: 120px;
  width: 30%;
}
.header__logo svg {
  fill: #fff;
  height: 100px;
  width: 100%;
}

.home .header__logo,
.header__logo--mobile {
  display: none;
}

@media (min-width: 1115px) {
  .header.scrolling {
    background-color: rgb(var(--color-white));
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  }
  .header.scrolling .header__logo {
    display: block;
  }
  .header.scrolling .header__logo--mobile {
    display: none;
  }
}
/* Menu */
.header__nav {
  margin-left: auto;
  text-align: right;
  width: 75%;
  /* Dropdown */
}
.header__nav li {
  color: rgb(var(--color-white));
  display: inline-block;
  font-family: var(--secondary-font-family);
  margin-right: 40px;
  padding-bottom: 8px;
  position: relative;
}
.header__nav li.current_page_item a,
.header__nav li.current-page-ancestor a {
  border-bottom: solid 3px rgb(var(--color-red));
}
.header__nav li {
  /* Has Children Arrow Icon */
}
.header__nav li a {
  color: rgb(var(--color-text));
  font-family: var(--tertiary-font-family);
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
  transition: color 300ms ease;
  /* Underline Effect/Animation */
}
.header__nav li a:hover {
  color: rgb(var(--color-orange-dark));
}
.header__nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width 300ms ease, left 300ms ease;
}
.header__nav li a:hover::after {
  width: 100%;
  left: 0;
}
.header__nav li.menu-item-has-children > a::after {
  background-color: transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgb(var(--color-blue));
  bottom: 4px;
  content: "";
  display: inline-block;
  left: 3px;
  position: relative;
  width: 0;
  height: 0;
}
.header__nav li:last-child {
  margin-right: 0;
}
.header__nav li:last-child a {
  color: rgb(var(--color-orange-dark));
}
.header__nav .sub-menu {
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, visibility 0.25s linear 0.25s;
  width: 430px;
  visibility: hidden;
}
.header__nav .sub-menu li {
  display: inline-block;
  margin-right: 22px;
}
.header__nav .sub-menu li a {
  color: rgb(var(--color-orange-dark));
  font-size: 18px;
  font-weight: 500;
}
.header__nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__meta {
  display: none;
}

/* Mobile Toggle UI */
.header__nav-toggle {
  cursor: pointer;
  display: none;
  height: 58px;
  margin: 0;
  position: absolute;
  right: 0px;
  top: 56px;
  width: 70px;
  z-index: 5;
  margin: auto;
  position: absolute;
  scale: 0.7;
}
.header__nav-toggle .inner {
  position: relative;
}
.header__nav-toggle .line {
  background: rgb(var(--color-blue));
  height: 5px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 40px;
  transition: 200ms all linear;
  transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-webkit-transform-origin: left center;
  will-change: transform, opacity, left, top;
}
.header__nav-toggle .line-two {
  top: 21px;
}
.header__nav-toggle .line-three {
  top: 34px;
}
.header__nav-toggle.nav-open .line {
  background: rgb(var(--color-white));
}
.header__nav-toggle.nav-open .line-one {
  left: 20px;
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__nav-toggle.nav-open .line-two {
  opacity: 0;
}
.header__nav-toggle.nav-open .line-three {
  left: 19px;
  top: 39px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/* Alert Bar */
.header__alert {
  background: #69C2EB;
  color: rgb(var(--color-black));
  padding: 15px 15px 20px;
  text-align: center;
}
.header__alert p {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 0;
}

/* Screen Reader Only */
.skip-link {
  background: rgb(var(--color-blue));
  color: #fff;
  left: 0;
  padding: 8px 16px;
  position: absolute;
  text-decoration: none;
  top: -300px;
  transition: top 0.3s ease;
  z-index: 1000;
}

.skip-link:focus {
  color: #fff;
  top: 200px;
}

@media (max-width: 1114.96px) {
  .header {
    box-shadow: none;
    position: absolute;
    z-index: 99999;
  }
  .header__wrap {
    background-color: rgb(var(--color-blue));
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    width: 100%;
    will-change: transform, opacity;
  }
  .header__wrap.nav-open {
    opacity: 1;
    transform: translateX(0);
  }
  .header__logo {
    display: block;
    max-width: 120px;
    padding: 20px 20px 10px 20px;
    width: auto;
  }
  .header__logo svg {
    height: 60px;
  }
  .home .header__logo {
    display: block;
  }
  .home .header__logo--mobile {
    display: none;
  }
  .header__nav-toggle {
    display: block;
    top: 4px;
  }
  .header__nav {
    padding: 10px 0 40px;
    text-align: left;
    width: 100%;
  }
  .header__nav li {
    display: block;
    margin: 0;
  }
  .header__nav li a {
    color: rgb(var(--color-white));
    font-size: 24px;
  }
  .header__nav li:last-child {
    padding: 0;
  }
  .header__nav li.menu-item-has-children > a::after {
    border-top-color: rgb(var(--color-white));
  }
  .header__nav .sub-menu {
    display: none;
    margin-top: 12px;
    padding: 9px 9px;
    position: static;
    width: auto;
  }
  .header__nav .sub-menu li {
    padding-top: 0;
  }
  .header__nav .sub-menu li a {
    font-size: 15px;
  }
  .header__nav-wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 0 20px;
  }
  .header__nav-container {
    -ms-flex: 0 0 134px;
        flex: 0 0 134px;
  }
  .header__meta {
    display: block;
    width: 60%;
  }
  .header__statement {
    color: rgb(var(--color-white));
  }
  .header__statement p {
    font-size: 16px;
    line-height: 22px;
  }
  .header__social-icons {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding-top: 5px;
  }
  .header__social-icons a {
    color: rgb(var(--color-orange-dark));
    height: 25px;
    width: 25px;
  }
  .header__social-icons svg {
    height: 100%;
    width: 100%;
  }
}
.footer {
  background: rgba(var(--color-white));
  min-height: 300px;
  padding: 100px 0;
  position: relative;
}

.footer__wrap {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}

.footer__col {
  text-align: left;
}
.footer__col--col2 {
  width: 17%;
}
.footer__col--col3 {
  width: 50%;
}

.footer__logo {
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  width: auto;
}
.footer__logo svg {
  height: 80%;
  width: 100%;
}

.footer__logo-copy {
  font-size: 25px;
  font-weight: bold;
  margin-left: -46px;
  max-width: 100px;
  position: relative;
  top: -9px;
}

.footer__copyright {
  font-size: 18px;
}
.footer__copyright a {
  color: inherit;
}

.footer__block {
  margin-bottom: 40px;
}
.footer__block h5 {
  color: rgba(var(--color-orange-dark));
  font-size: 26px;
  margin-bottom: 10px;
}
.footer__block h5 a {
  font-size: inherit;
}
.footer__block a {
  color: inherit;
  font-size: 16px;
  line-height: 28px;
}
.footer__block p {
  font-size: 20px;
  line-height: 28px;
}

.footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}

.footer__form {
  width: 50%;
}
.footer__form form {
  position: relative;
}
.footer__form .nf-field-container {
  margin-bottom: 10px;
}
.footer__form .nf-field-container.submit {
  position: absolute;
  right: 0;
  top: -2px;
}
.footer__form .nf-field-container.submit input[type=submit] {
  background-image: url("/wp-content/themes/mgh/assets/images/icons/arrow-orange.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  border: none;
  cursor: pointer;
  height: 30px;
  text-indent: -9999px;
  position: relative;
  width: 17px;
}
.footer__form .nf-form-cont input[type=email] {
  border: none;
  border-bottom: solid 1px rgba(var(--color-blue));
  outline: none;
  padding-bottom: 5px;
  width: 100%;
}

.footer__social-icons {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding-top: 5px;
}
.footer__social-icons a {
  height: 25px;
  width: 25px;
}
.footer__social-icons svg {
  height: 100%;
  width: 100%;
}

.footer__bottom {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

/* Footer CTA Section */
.footer-cta {
  background: rgba(var(--color-beige));
  padding: 150px 0;
  text-align: center;
}

.footer-cta__logo {
  height: 250px;
  margin-bottom: 20px;
  width: auto;
}
.footer-cta__logo svg {
  height: 100%;
  width: 100%;
}

.footer-cta__headline h2 {
  font-size: 140px;
  font-weight: 300;
}

.footer-cta__caption {
  margin-bottom: 50px;
}

.footer-cta__ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 50px;
}

@media (max-width: 1199.96px) {
  .footer-cta__logo {
    height: 190px;
  }
  .footer-cta__headline h2 {
    font-size: 100px;
  }
}
@media (max-width: 1114.96px) {
  .footer-cta {
    padding: 90px 0;
  }
  .footer__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__col {
    margin-bottom: 40px;
    width: 100%;
  }
  .footer__col:last-child {
    margin: 0;
  }
  .footer-cta__ctas {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px;
    padding: 5%;
  }
  .footer-cta__ctas .btn {
    font-size: 33px;
  }
  .footer__logo {
    -ms-flex-align: center;
        align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .footer__logo svg {
    width: calc(40% - 10px);
  }
  .footer__logo-copy {
    font-size: 20px;
    margin: 0;
    max-width: none;
    position: static;
    width: calc(60% - 10px);
  }
  .footer__block:last-child {
    margin-bottom: 0;
  }
  .footer__block h5 {
    font-size: 20px;
  }
  .footer__block a {
    font-size: 16px;
  }
  .footer__top {
    gap: 10px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__form {
    width: 100%;
  }
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer__bottom a {
    display: inline-block;
    width: 25%;
  }
}
.btn {
  -ms-flex-align: center;
      align-items: center;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: solid 5px rgb(var(--color-orange-dark));
  border-radius: 50px;
  color: rgb(var(--color-orange-dark));
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--primary-font-family);
  font-size: 35px;
  font-weight: 900;
  line-height: normal;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 5px;
  padding: 7px 40px 11px;
  text-decoration: none;
  transition: border-color 250ms ease, color 250ms ease;
}
.btn--active {
  border-color: rgb(var(--color-orange));
  color: rgb(var(--color-orange));
}

@media (pointer: fine) {
  a.btn:hover, a.btn.active, .btn:hover, .btn.active {
    border-color: rgb(var(--color-orange));
    color: rgb(var(--color-orange));
  }
}

.btn:focus {
  outline: none;
}

@media (max-width: 1114.96px) {
  .btn {
    font-size: 22px;
    padding: 7px 20px 11px;
  }
}
