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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 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 */
  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;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #BCD8C1;
}

[class*=flexme-] {
  display: flex;
  flex-wrap: wrap;
}
[class*=flexme-] [class*=f-] {
  flex: 1 0 100%;
  padding: 1.5rem 0;
}
@media (min-width: 56.25em) {
  [class*=flexme-] [class*=f-] {
    padding: 0 1.5rem;
  }
  [class*=flexme-] .f-1 {
    flex: 0 0 8.33%;
  }
  [class*=flexme-] .f-2 {
    flex: 0 0 16.66%;
  }
  [class*=flexme-] .f-3 {
    flex: 0 0 25%;
  }
  [class*=flexme-] .f-4 {
    flex: 0 0 33.33%;
  }
  [class*=flexme-] .f-5 {
    flex: 0 0 41.66%;
  }
  [class*=flexme-] .f-6 {
    flex: 0 0 50%;
  }
  [class*=flexme-] .f-7 {
    flex: 0 0 58.33%;
  }
  [class*=flexme-] .f-8 {
    flex: 0 0 66.66%;
  }
}

.flexme-between {
  justify-content: space-between;
}

@media (min-width: 56.25em) {
  .flexme-2 .f-center {
    margin: auto;
  }
}

@media (min-width: 56.25em) {
  .grid {
    display: grid;
    grid-gap: 3rem 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid .fullspan {
  grid-column: 1/-1;
}

.feat-1 {
  grid-column-start: 1;
  grid-column-end: 5;
}

.feat-2 {
  grid-column-start: 5;
  grid-column-end: 9;
}

.feat-3 {
  grid-column-start: 9;
  grid-column-end: 13;
}


.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 3rem 2rem;
}

.grid-auto .fullspan {
  grid-column: 1/-1;
}

.gcontainer {
  width: 92%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 3rem 4.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 48em) {
  .gcontainer {
    grid-template-columns: 25% 25% 25% 25%;
    justify-content: space-between;
    align-items: center;
  }
  .gcontainer .item1 {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .gcontainer .item2 {
    grid-column-start: 7;
    grid-column-end: 13;
  }
}

.gritty {
  display: grid;
  grid-template-columns: repeat(12, 8.33%);
  grid-template-areas: "header header header header header header header header header header header header" ". . . . . main main . . . . ." "t1 t1 t1 t1 t2 t2 t2 t2 t2 t2 t2 t2" "footer footer footer footer footer footer footer footer footer footer footer footer";
}
.gritty .gritty-header {
  grid-area: header;
  background: #ccc;
}
.gritty .gritty-main {
  grid-area: main;
  background: #bbb;
}
.gritty .gritty-t1 {
  grid-area: t1;
  background: red;
}
.gritty .gritty-t2 {
  grid-area: t2;
  background: green;
}
.gritty .gritty-footer {
  grid-area: footer;
  background: #f8f8f8;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 100%;
  line-height: 1.625;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #242435;
}

h1,
h2,
.peek h4,
h3,
.large,
h4,
h5,
.fancy {
  font-family: "Gaegu", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
h1.bright,
h2.bright,
h3.bright,
.bright.large,
h4.bright,
h5.bright,
.fancy.bright {
  color: #DE5135;
}
h1 + p,
h2 + p,
.peek h4 + p,
h3 + p,
.large + p,
h4 + p,
h5 + p,
.fancy + p {
  margin-top: 1rem;
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 48em) {
  h1 {
    font-size: 3.75rem;
  }
}

h2, .peek h4 {
  font-size: 2rem;
}
@media (min-width: 48em) {
  h2, .peek h4 {
    font-size: 2.25rem;
  }
}

h3, .large {
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  h3, .large {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 48em) {
  h4 {
    font-size: 1.5rem;
  }
}

p,
ul,
ol,
blockquote,
address {
  margin: 0;
  font-style: normal;
}

p {
  font-size: 1rem;
}
p.special {
  font-weight: 600;
  font-style: italic;
}

p + p,
p + h1,
p + h2,
.peek p + h4,
p + h3,
p + .large,
p + h4,
h1 + ul,
h2 + ul,
.peek h4 + ul,
h3 + ul,
.large + ul,
h4 + ul .margin {
  margin-top: 1em;
}

.m3 {
  margin-top: 1.5rem;
}

.m4 {
  margin-top: 2rem;
}

h1 + h2, .peek h1 + h4,
h2 + h3,
.peek h4 + h3,
h2 + .large,
.peek h4 + .large,
h3 + h4,
.large + h4 {
  margin-top: 1rem;
}

.yellow {
  color: #FFDC00;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  color: #DE5135;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: rgba(222, 81, 53, 0.6);
}
a.underline {
  text-decoration: underline;
}

small,
.small {
  font-size: 0.875em;
  font-style: italic;
}

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

.linez {
  position: relative;
}
.linez::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 36px;
  height: 3px;
  background-color: #BCD8C1;
}

[class*=btn] {
  display: inline-block;
  padding: 0.675rem 1.5rem;
  border-radius: 2rem;
  font-family: "Gaegu", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  transition: all 400ms ease;
}

.btn-primary {
  background-color: #DE5135;
  color: #FCFDFF;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #c93d21;
  color: #FCFDFF;
}
.btn-primary.alt {
  background-color: #4A9351;
  color: #FCFDFF;
}
.btn-primary.alt:hover, .btn-primary.alt:focus {
  background-color: #3c7842;
  color: #FCFDFF;
}

.btn-secondary {
  box-shadow: inset 0px 0px 0px 1px #353540;
  color: #353540;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #353540;
  color: #FCFDFF;
}
.btn-secondary.alt {
  box-shadow: inset 0px 0px 0px 1px #FCFDFF;
  color: #FCFDFF;
}
.btn-secondary.alt:hover, .btn-secondary.alt:focus {
  background-color: #FCFDFF;
  color: #353540;
}

.book-button {
  background-color: #DE5135 !important;
  color: #FCFDFF !important;
}

[class*=-callout] .btn {
  background-color: #474760;
  color: #FCFDFF;
}
[class*=-callout] .btn:hover, [class*=-callout] .btn:focus {
  background-color: #585877;
  color: #FCFDFF;
}

.primary-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 2rem 0;
  background-color: #FCFDFF;
  transition: all 600ms ease;
  z-index: 500;
}
.primary-header.sticky {
  padding: 0.75rem 0;
  box-shadow: 0 1px 8px rgba(53, 53, 64, 0.1);
}
.primary-header.sticky .logo {
  top: -1rem;
  transform: rotate(-10deg) scale(0.75);
}
.primary-header .container-full {
  position: relative;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.primary-header .logo {
  position: absolute;
  top: 0rem;
  transition: all 600ms ease;
  transform: rotate(-10deg);
}
.primary-header .logo a {
  display: block;
}
.primary-header .logo svg, .primary-header .logo img {
  width: 90px;
  height: 90px;
}
@media (min-width: 30em) {
  .primary-header .logo svg, .primary-header .logo img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 75em) {
  .nav-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none;
  }
  .nav-mask.nav-show {
    display: block;
  }

  .nav-mobile {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
  }
  .nav-mobile ul {
    display: flex;
    margin: 0 1.5rem 0 0;
  }

  .nav-full {
    display: none;
  }

  .nav-mobile-menu {
    width: 22px;
    height: 18px;
    cursor: pointer;
  }
  .nav-mobile-menu svg rect {
    fill: #353540;
  }

  .nav-mobile-flyout {
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    height: 100%;
    padding: 10%;
    background-color: rgba(74, 147, 81, 0.95);
    box-shadow: 0 0 12px 0 rgba(53, 53, 64, 0.4);
    color: #FCFDFF;
    font-size: 1.5rem;
    font-weight: 800;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-mobile-flyout a:not([class*=btn-]) {
    display: block;
    margin: 0.25rem 0;
    padding: 0.5rem;
    color: #FCFDFF;
  }
  .nav-mobile-flyout a:not([class*=btn-]):hover, .nav-mobile-flyout a:not([class*=btn-]):focus {
    background-color: #353540;
  }

  .nav-show {
    right: 0;
  }
}
@media (min-width: 75em) {
  .nav-mobile,
.nav-mobile-flyout {
    display: none;
  }

  .nav-full {
    flex: 1 0 auto;
    height: 48px;
  }
  .nav-full > ul {
    position: relative;
    display: flex;
    height: 48px;
  }
  .nav-full > ul .nav-item a {
    padding: 0.5rem 1rem;
    font-family: "Gaegu", cursive;
    font-size: 1.375rem;
    font-weight: 400;
    color: #353540;
  }
  .nav-full > ul .nav-item a svg {
    margin-left: 0.25rem;
    font-size: 1rem;
  }
  .nav-full > ul .nav-item a:hover, .nav-full > ul .nav-item a:focus {
    background: #EAEAEE;
  }
  .nav-full > ul .nav-item:hover .nav-select, .nav-full > ul .nav-item:focus .nav-select {
    display: block;
  }
  .nav-full > ul .btn-primary,
.nav-full > ul .btn-secondary {
    margin-left: 1rem;
  }
}
@media (min-width: 75em) and (min-width: 37.5em) {
  .nav-full > ul {
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 75em) {
  .nav-select {
    display: none;
    position: absolute;
    top: 2.625rem;
    background-color: #FCFDFF;
  }
  .nav-select li {
    display: block;
  }
  .nav-select li a {
    display: block;
    padding: 0.75rem 1rem;
  }
  .nav-select.active {
    display: block;
  }
}
.alertBanner {
  display: none;
  visibility: hidden;
  width: 100%;
  padding: 0.75rem 0;
  background-color: #BCD8C1;
  color: #242435;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 75em) {
  .alertBanner {
    display: block;
    visibility: visible;
  }
}

[class*=section-] {
  padding: 3rem 0;
}
@media (min-width: 48em) {
  [class*=section-] {
    padding: 5rem 0;
  }
}
@media (min-width: 75em) {
  [class*=section-] {
    padding: 7rem 0;
  }
}
[class*=-camp]:nth-child(even) {
  background-color: #eaeaee;
}
[class*=-callout] {
  background-color: #242435;
  color: #FCFDFF;
}
[class*=-callout] h1, [class*=-callout] h2, [class*=-callout] .peek h4, .peek [class*=-callout] h4, [class*=-callout] h3, [class*=-callout] .large {
  color: #BCD8C1;
}
[class*=-callout] img {
  display: block;
  border-radius: 1.5rem;
  width: 100%;
}
@media (min-width: 48em) {
  [class*=-callout] {
    padding: 4rem 0;
  }
}

.section-101 {
  background-color: #BCD8C1;
  color: #242435;
  padding: 4rem 0;
}
.section-101 h2 span, .section-101 .peek h4 span, .peek .section-101 h4 span {
  font-weight: 400;
}
.section-101 p strong {
  font-weight: 600;
}

[class*=-green] {
  background-color: #BCD8C1;
}

[class*=-find] img {
  display: block;
  border-radius: 1.5rem;
  width: 100%;
}
@media (min-width: 48em) {
  [class*=-find] {
    padding: 4rem 0;
  }
}

.list {
  list-style-type: disc;
  padding-left: 1rem;
  margin: 2rem 0;
}
.list li {
  padding: 0.25rem 0;
}

.peek {
  margin-top: 5rem;
  padding: 2rem 3rem;
  background: #EAEAEE;
  text-align: center;
  border-radius: 1rem;
}
.welcomestars {
  margin-top: 5rem;
  color: #474760;
  text-align: center;
}

.features-centered [class*=feat-] {
  max-width: 320px;
  margin: 3rem auto;
  text-align: center;
}
.features-centered [class*=feat-] img {
  width: 25%;
}
.features-centered [class*=feat-] h3 + p, .features-centered [class*=feat-] .large + p {
  margin-top: 0;
}
.features-centered .fullspan {
  text-align: center;
}
@media (min-width: 56.25em) {
  .features-centered [class*=feat-] {
    max-width: 100%;
    margin: 0 2rem;
  }
  .features-centered [class*=feat-] img {
    width: 30%;
  }
}
@media (min-width: 75em) {
  .features-centered [class*=feat-] img {
    width: 35%;
  }
}

.hero {
  background-color: #242435;
  color: #FCFDFF;
  min-height: 280px;
  padding: 6rem 0;
  text-align: center;
}
.hero p {
  font-size: 1.25rem;
}

.cta-primary-banner {
  position: relative;
  top: -1.75rem;
  margin-bottom: -1.75rem;
  text-align: center;
}

.romw-list + p {
  position: fixed;
  bottom: -999em;
  z-index: -1;
  color: white;
}
.romw-list + p a {
  color: white;
}

.trips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trips li {
  flex: 1 0 50%;
  font-weight: 600;
  padding: 0.5rem 0;
}
@media (min-width: 37.5em) {
  .trips li {
    flex: 1 1 33.333%;
  }
}
@media (min-width: 56.25em) {
  .trips li {
    flex: 1 1 50%;
  }
}
@media (min-width: 85.9375em) {
  .trips li {
    flex: 1 1 33.333%;
  }
}

.gallery ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 480px;
  margin-top: 4px;
}
.gallery li div {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 8px #FCFDFF;
  background-position: top;
}
.gallery li:nth-child(1) {
  flex: 1 1 100%;
}
.gallery li:nth-child(1) div {
  background: url("../../images/gallery/ropescourse-banner-01.jpg") no-repeat 50%;
  background-size: cover;
  background-position: top;
}
.gallery li:nth-child(2) {
  flex: 1 1 40%;
}
.gallery li:nth-child(2) div {
  background: url("../../images/gallery/ropescourse-banner-02.jpg") no-repeat 50%;
  background-size: cover;
}
.gallery li:nth-child(3) {
  flex: 1 1 60%;
}
.gallery li:nth-child(3) div {
  background: url("../../images/gallery/ropescourse-banner-03.jpg") no-repeat 50%;
  background-size: cover;
}
.gallery.v2 li:nth-child(1) div {
  background: url("../../images/gallery/Canopy-00017.jpg") no-repeat 50%;
  background-size: cover;
  background-position: top;
}
.gallery.v2 li:nth-child(2) div {
  background: url("../../images/gallery/Canopy-00011.jpg") no-repeat 50%;
  background-size: cover;
  background-position: top;
}
.gallery.v2 li:nth-child(3) div {
  background: url("../../images/gallery/Canopy-00015.jpg") no-repeat 50%;
  background-size: cover;
  background-position: top;
}
.gallery.v3 li:nth-child(1) div {
  background: url("../../images/gallery/Canopy-00016.jpg") no-repeat 50%;
  background-size: cover;
  background-position: top;
}
.gallery.v3 li:nth-child(2) div {
  background: url("../../images/gallery/Canopy-00006.jpg") no-repeat 50%;
  background-size: cover;
  background-position: top;
}
.gallery.v3 li:nth-child(3) div {
  background: url("../../images/gallery/Canopy-00011.jpg") no-repeat 50%;
  background-size: cover;
  background-position: top;
}
@media (min-width: 56.25em) {
  .gallery ul {
    flex-wrap: nowrap;
    height: 380px;
  }
  .gallery li:nth-child(1) {
    flex: 1 1 49.5%;
  }
  .gallery li:nth-child(2) {
    flex: 1 1 19.4%;
  }
  .gallery li:nth-child(3) {
    flex: 1 1 28.75%;
  }
}

.footer {
  padding: 1.5rem 0 1rem;
  background-color: #242435;
  color: #FCFDFF;
  text-align: center;
}
@media (min-width: 37.5em) {
  .footer {
    text-align: left;
  }
}

.nav-footer ul {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #474760;
}
.nav-footer ul li {
  margin-bottom: 1rem;
}
.nav-footer ul li:last-of-type {
  margin-bottom: 0;
}
.nav-footer a {
  color: #FCFDFF;
  border-bottom: 1px solid #DE5135;
}
.nav-footer a:hover, .nav-footer a:focus {
  border-bottom: 1px solid #474760;
}
@media (min-width: 37.5em) {
  .nav-footer ul {
    margin-bottom: 2rem;
    display: flex;
  }
  .nav-footer ul li {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.about-footer .address h5, .about-footer .address p {
  font-family: "Gaegu", cursive;
  font-size: 1.125rem;
}
.about-footer .address h5 {
  font-weight: 800;
}
.about-footer .address p {
  line-height: 1.2;
}
.about-footer .social {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.about-footer .social li {
  margin-right: 1rem;
}
.about-footer .social li:last-of-type {
  margin-right: 0;
}
.about-footer .social svg {
  width: 2rem;
  height: 2rem;
  fill: #FCFDFF;
}
.about-footer .disclaimer {
  max-width: 28rem;
  margin-left: auto;
}
.about-footer .disclaimer p {
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
}
@media (min-width: 37.5em) {
  .about-footer {
    display: flex;
    align-items: center;
  }
  .about-footer .social {
    margin-top: 0;
    margin-left: 3rem;
  }
}

.copyright {
  margin-top: 2rem;
}
.copyright p {
  font-size: 0.75rem;
}
@media (min-width: 48em) {
  .copyright {
    margin-top: 3rem;
  }
}

.accordion {
  border-top: 1px solid #EAEAEE;
}
.accordion a {
  width: 100%;
  display: block;
  padding: 0.75rem;
  cursor: pointer;
  user-select: none;
}
.accordion a::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #353540;
  border-bottom: 1px solid #353540;
  position: absolute;
  right: 0.75rem;
  content: " ";
  top: 20px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion a.active::After {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 0.9375rem;
}
.accordion li {
  border-bottom: 1px solid #EAEAEE;
  position: relative;
}
.accordion li p {
  display: none;
  padding: 0.25rem 0.75rem 0.75rem 0.75rem;
}

body {
  height: 100%;
  background-color: #FCFDFF;
}

main {
  padding-top: 7rem;
}

.container-s {
  width: 92%;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}
.container-m {
  width: 92%;
  max-width: 63.75rem;
  margin-left: auto;
  margin-right: auto;
}
.container-ml {
  width: 92%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
}
.container-l {
  width: 92%;
  max-width: 83.75rem;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  width: 92%;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

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