/**
 * Theme Name: Kellogg Student Handbook
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for xxx
 * Template: oneltd-base
 */

/* line 1, ../../src/sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 21, ../../src/sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 25, ../../src/sass/_reset.scss */
body {
  line-height: 1;
}

/* line 28, ../../src/sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 31, ../../src/sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 34, ../../src/sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 39, ../../src/sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 44, ../../src/sass/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 47, ../../src/sass/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 51, ../../src/sass/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/_typography.scss */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 96, ../../src/sass/_typography.scss */
.bold, b,
strong {
  font-weight: 900;
}

/* line 105, ../../src/sass/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 111, ../../src/sass/_typography.scss */
#main-content p a, #main-content h1 a, #main-content h2 a, #main-content h3 a, #main-content h4 a, #main-content ul a, #main-content ol a, #main-content td a {
  font-weight: 900;
  position: relative;
  text-decoration: underline;
  color: #a03122;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
/* line 124, ../../src/sass/_typography.scss */
#main-content p a:hover, #main-content h1 a:hover, #main-content h2 a:hover, #main-content h3 a:hover, #main-content h4 a:hover, #main-content ul a:hover, #main-content ol a:hover, #main-content td a:hover {
  text-decoration: none;
}

/* line 1, ../../src/sass/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/_base.scss */
  .container {
    width: 768px;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../../src/sass/_base.scss */
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../../src/sass/_base.scss */
  .container {
    padding: 0;
    width: 1170px;
  }
}

/* line 9, ../../src/sass/_base.scss */
h1 {
  font-family: "museo-slab", serif;
  margin-bottom: 0px;
  color: white;
  font-weight: 700;
  line-height: 38px;
  font-size: 34px;
}
@media (min-width: 1024px) {
  /* line 9, ../../src/sass/_base.scss */
  h1 {
    line-height: 48px;
    font-size: 42px;
  }
}

/* line 13, ../../src/sass/_base.scss */
h2 {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 36px;
  font-size: 28px;
}

/* line 17, ../../src/sass/_base.scss */
h3 {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 28px;
  font-size: 20px;
}

/* line 21, ../../src/sass/_base.scss */
h4 {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 24px;
  font-size: 18px;
}

/* line 25, ../../src/sass/_base.scss */
h5 {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  line-height: 24px;
  font-size: 16px;
}

/* line 29, ../../src/sass/_base.scss */
h6 {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  line-height: 24px;
  font-size: 16px;
}

/* line 33, ../../src/sass/_base.scss */
p {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}
/* line 37, ../../src/sass/_base.scss */
p a {
  color: #a03122;
  word-break: break-word;
}

/* line 46, ../../src/sass/_base.scss */
a {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}

/* line 50, ../../src/sass/_base.scss */
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 17px;
}

/* line 56, ../../src/sass/_base.scss */
ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 17px;
}

/* line 62, ../../src/sass/_base.scss */
ul li,
ol li {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 67, ../../src/sass/_base.scss */
ul li:last-of-type,
ol li:last-of-type {
  margin-bottom: 20px;
}

/* line 74, ../../src/sass/_base.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 79, ../../src/sass/_base.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 84, ../../src/sass/_base.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 89, ../../src/sass/_base.scss */
.wp-caption-text {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  font-size: 12px !important;
  line-height: 16px !important;
  margin-top: 5px;
}
@media (min-width: 768px) {
  /* line 89, ../../src/sass/_base.scss */
  .wp-caption-text {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

/* line 106, ../../src/sass/_base.scss */
.general-email p a
#main-content p a, .general-email p a
#main-content h1 a, .general-email p a
#main-content h2 a, .general-email p a
#main-content h3 a, .general-email p a
#main-content h4 a, .general-email p a
#main-content ul a, .general-email p a
#main-content ol a, .general-email p a
#main-content td a {
  font-weight: 900;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  vertical-align: top;
  color: #a03122;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
/* line 120, ../../src/sass/_base.scss */
.general-email p a
#main-content p a.button, .general-email p a
#main-content h1 a.button, .general-email p a
#main-content h2 a.button, .general-email p a
#main-content h3 a.button, .general-email p a
#main-content h4 a.button, .general-email p a
#main-content ul a.button, .general-email p a
#main-content ol a.button, .general-email p a
#main-content td a.button {
  color: #282828;
}
/* line 124, ../../src/sass/_base.scss */
.general-email p a
#main-content p a:not(.button), .general-email p a
#main-content h1 a:not(.button), .general-email p a
#main-content h2 a:not(.button), .general-email p a
#main-content h3 a:not(.button), .general-email p a
#main-content h4 a:not(.button), .general-email p a
#main-content ul a:not(.button), .general-email p a
#main-content ol a:not(.button), .general-email p a
#main-content td a:not(.button) {
  border-bottom: solid 1px currentColor;
}
/* line 128, ../../src/sass/_base.scss */
.general-email p a
#main-content p a:not(.button):hover, .general-email p a
#main-content h1 a:not(.button):hover, .general-email p a
#main-content h2 a:not(.button):hover, .general-email p a
#main-content h3 a:not(.button):hover, .general-email p a
#main-content h4 a:not(.button):hover, .general-email p a
#main-content ul a:not(.button):hover, .general-email p a
#main-content ol a:not(.button):hover, .general-email p a
#main-content td a:not(.button):hover {
  border-bottom: solid 1px #282828;
  color: white;
}
/* line 132, ../../src/sass/_base.scss */
.general-email p a
#main-content p a:not(.button):hover:before, .general-email p a
#main-content h1 a:not(.button):hover:before, .general-email p a
#main-content h2 a:not(.button):hover:before, .general-email p a
#main-content h3 a:not(.button):hover:before, .general-email p a
#main-content h4 a:not(.button):hover:before, .general-email p a
#main-content ul a:not(.button):hover:before, .general-email p a
#main-content ol a:not(.button):hover:before, .general-email p a
#main-content td a:not(.button):hover:before {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* line 140, ../../src/sass/_base.scss */
.general-email p a
#main-content p a:before, .general-email p a
#main-content h1 a:before, .general-email p a
#main-content h2 a:before, .general-email p a
#main-content h3 a:before, .general-email p a
#main-content h4 a:before, .general-email p a
#main-content ul a:before, .general-email p a
#main-content ol a:before, .general-email p a
#main-content td a:before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #282828;
  color: white;
  content: '';
  -webkit-transition: -webkit-transform 0.2s;
     -moz-transition: -moz-transform 0.2s;
          transition: transform 0.2s;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 160, ../../src/sass/_base.scss */
#scrollToTopButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #a03122;
  color: white;
  -moz-border-radius: 50%;
       border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
     -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
          transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
/* line 178, ../../src/sass/_base.scss */
#scrollToTopButton svg {
  width: 24px;
  height: 24px;
}
/* line 183, ../../src/sass/_base.scss */
#scrollToTopButton.show {
  opacity: 1;
  visibility: visible;
}

/* line 1, ../../src/sass/_footer.scss */
.top_footer {
  padding: 35px 0;
  background: #e4ddd1;
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/_footer.scss */
  .top_footer {
    padding: 50px 0 10px;
    margin-top: 40px;
  }
}
/* line 12, ../../src/sass/_footer.scss */
.top_footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 17, ../../src/sass/_footer.scss */
.top_footer .footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-flow: column;
          flex-flow: column;
  width: 100%;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
@media (min-width: 768px) {
  /* line 17, ../../src/sass/_footer.scss */
  .top_footer .footer-left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    width: 790px;
  }
}
/* line 30, ../../src/sass/_footer.scss */
.top_footer .general-email {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
@media (min-width: 768px) {
  /* line 30, ../../src/sass/_footer.scss */
  .top_footer .general-email {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
/* line 39, ../../src/sass/_footer.scss */
.top_footer .general-email p a {
  margin-top: 20px;
}
/* line 46, ../../src/sass/_footer.scss */
.top_footer .footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin-left: 0px;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
@media (min-width: 768px) {
  /* line 46, ../../src/sass/_footer.scss */
  .top_footer .footer-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    width: 310px;
    margin-left: 70px;
  }
}
/* line 61, ../../src/sass/_footer.scss */
.top_footer .footer-right .logo {
  margin-bottom: 20px;
}
/* line 66, ../../src/sass/_footer.scss */
.top_footer h2 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 66, ../../src/sass/_footer.scss */
  .top_footer h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 79, ../../src/sass/_footer.scss */
.top_footer p, .top_footer li, .top_footer a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 79, ../../src/sass/_footer.scss */
  .top_footer p, .top_footer li, .top_footer a {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 91, ../../src/sass/_footer.scss */
.top_footer a {
  margin-bottom: 5px;
  font-weight: 900;
}
/* line 97, ../../src/sass/_footer.scss */
.top_footer a:hover {
  color: #282828;
}
/* line 104, ../../src/sass/_footer.scss */
.top_footer li {
  display: inline-block;
  margin-right: 20px;
}
/* line 110, ../../src/sass/_footer.scss */
.top_footer ul {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 40px;
}
/* line 116, ../../src/sass/_footer.scss */
.top_footer .button {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #282828;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 0px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  /* line 116, ../../src/sass/_footer.scss */
  .top_footer .button {
    margin-top: 35px;
  }
}
/* line 130, ../../src/sass/_footer.scss */
.top_footer .button:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 134, ../../src/sass/_footer.scss */
.top_footer .button a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}
/* line 140, ../../src/sass/_footer.scss */
.top_footer .button a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 700;
  float: right;
}

/* line 151, ../../src/sass/_footer.scss */
.bottom-footer {
  background: #e4ddd1;
}
/* line 154, ../../src/sass/_footer.scss */
.bottom-footer .container {
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

/* line 179, ../../src/sass/_footer.scss */
.footer-left a {
  font-weight: 900;
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  vertical-align: top;
  color: #a03122;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
/* line 193, ../../src/sass/_footer.scss */
.footer-left a.button {
  color: #282828;
}
/* line 197, ../../src/sass/_footer.scss */
.footer-left a:not(.button) {
  border-bottom: solid 1px currentColor;
}
/* line 201, ../../src/sass/_footer.scss */
.footer-left a:not(.button):hover {
  border-bottom: solid 1px #282828;
  color: white;
}
/* line 205, ../../src/sass/_footer.scss */
.footer-left a:not(.button):hover:before {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* line 213, ../../src/sass/_footer.scss */
.footer-left a:before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #282828;
  color: white;
  content: '';
  -webkit-transition: -webkit-transform 0.2s;
     -moz-transition: -moz-transform 0.2s;
          transition: transform 0.2s;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 232, ../../src/sass/_footer.scss */
.by-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  gap: 8px;
}
/* line 236, ../../src/sass/_footer.scss */
.by-me a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 0;
}
/* line 242, ../../src/sass/_footer.scss */
.by-me a:hover svg path {
  fill: #0e3e5e;
}
/* line 247, ../../src/sass/_footer.scss */
.by-me svg {
  width: 32px;
  height: auto;
  padding-bottom: 2px;
}
/* line 251, ../../src/sass/_footer.scss */
.by-me svg path {
  fill: #282828;
}

/* line 1, ../../src/sass/_header.scss */
.header {
  padding: 20px 0;
}
/* line 5, ../../src/sass/_header.scss */
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 12, ../../src/sass/_header.scss */
.header .container .search-wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
/* line 22, ../../src/sass/_header.scss */
.header .container a {
  margin-bottom: 0;
}
/* line 25, ../../src/sass/_header.scss */
.header .container a.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  /* line 25, ../../src/sass/_header.scss */
  .header .container a.logo {
    max-width: 100%;
    width: 369px;
  }
}
/* line 32, ../../src/sass/_header.scss */
.header .container a.logo img {
  width: 100%;
}
/* line 39, ../../src/sass/_header.scss */
.header .container .button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 43, ../../src/sass/_header.scss */
.header .container .button svg {
  overflow: visible;
  width: 24px;
  height: 24px;
}
/* line 48, ../../src/sass/_header.scss */
.header .container .button svg rect {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
  opacity: 1;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 14px;
     -moz-transform-origin: 14px;
      -ms-transform-origin: 14px;
          transform-origin: 14px;
}
/* line 59, ../../src/sass/_header.scss */
.header .container .button.active svg rect:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(5px);
     -moz-transform: rotate(45deg) translateY(5px);
      -ms-transform: rotate(45deg) translateY(5px);
          transform: rotate(45deg) translateY(5px);
}
/* line 63, ../../src/sass/_header.scss */
.header .container .button.active svg rect:nth-of-type(2) {
  opacity: 0;
}
/* line 67, ../../src/sass/_header.scss */
.header .container .button.active svg rect:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translateY(-5px);
     -moz-transform: rotate(-45deg) translateY(-5px);
      -ms-transform: rotate(-45deg) translateY(-5px);
          transform: rotate(-45deg) translateY(-5px);
}

/* line 77, ../../src/sass/_header.scss */
nav {
  display: none;
  width: 100%;
}

/* line 81, ../../src/sass/_header.scss */
.nav-wrap {
  background-color: #e4ddd1;
}
/* line 84, ../../src/sass/_header.scss */
.nav-wrap .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
/* line 90, ../../src/sass/_header.scss */
.nav-wrap .search-field {
  border: 1px solid #ffffff;
  background: #ffffff;
}
/* line 95, ../../src/sass/_header.scss */
.nav-wrap .search-submit {
  background: #282828;
  border: 1px solid #282828;
  color: #ffffff;
}
/* line 100, ../../src/sass/_header.scss */
.nav-wrap form {
  margin: 30px 0 20px;
}
/* line 104, ../../src/sass/_header.scss */
.nav-wrap a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: inline;
}
@media (min-width: 768px) {
  /* line 104, ../../src/sass/_header.scss */
  .nav-wrap a {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 119, ../../src/sass/_header.scss */
.nav-wrap a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  float: right;
}
/* line 127, ../../src/sass/_header.scss */
.nav-wrap li {
  list-style-type: none;
  margin-bottom: 10px;
}
/* line 132, ../../src/sass/_header.scss */
.nav-wrap ul {
  margin-left: 0px;
  border-right: 0px solid #ffffff;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  /* line 132, ../../src/sass/_header.scss */
  .nav-wrap ul {
    width: 300px;
    border-right: 1px solid #ffffff;
    padding-right: 20px;
  }
}
/* line 145, ../../src/sass/_header.scss */
.nav-wrap ul.children {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  border-right: 0px solid #ffffff;
  width: 100%;
  margin-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  /* line 145, ../../src/sass/_header.scss */
  .nav-wrap ul.children {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: 780px;
    position: absolute;
    top: 15px;
    left: 350px;
  }
}
@media (min-width: 768px) {
  /* line 162, ../../src/sass/_header.scss */
  .nav-wrap ul.children li {
    margin-bottom: 1px;
  }
}
/* line 168, ../../src/sass/_header.scss */
.nav-wrap ul.children a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 0px;
}
/* line 176, ../../src/sass/_header.scss */
.nav-wrap ul.children a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  float: right;
}
@media (min-width: 768px) {
  /* line 176, ../../src/sass/_header.scss */
  .nav-wrap ul.children a:after {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 194, ../../src/sass/_header.scss */
.breadcrumb .container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 194, ../../src/sass/_header.scss */
  .breadcrumb .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 194, ../../src/sass/_header.scss */
  .breadcrumb .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 194, ../../src/sass/_header.scss */
  .breadcrumb .container {
    padding: 0;
    width: 769.977px;
  }
}

/* cookie */
/* line 203, ../../src/sass/_header.scss */
.ctcc-left-side {
  font-size: 16px;
  color: #fff;
  font-family: "museo-slab", serif;
}

/* line 209, ../../src/sass/_header.scss */
.ctcc-more-info-link {
  font-size: 16px;
  font-family: "museo-slab", serif;
}

/* line 215, ../../src/sass/_header.scss */
.ctcc-more-info-link a {
  text-decoration: underline;
}

/* line 221, ../../src/sass/_header.scss */
.ctcc-right-side button#catapultCookie {
  -moz-border-radius: 0px;
       border-radius: 0px;
  height: 33px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-family: "museo-slab", serif;
  border: 1px solid #fff;
}

/* line 233, ../../src/sass/_header.scss */
.has-cookie-bar #catapult-cookie-bar {
  padding: 10px !important;
}

/* line 237, ../../src/sass/_header.scss */
#catapult-cookie-bar {
  background: rgba(160, 160, 160, 0.9) !important;
}

/* line 3, ../../src/sass/_internal.scss */
.internal-pages .container {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/_internal.scss */
  .internal-pages .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../../src/sass/_internal.scss */
  .internal-pages .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../../src/sass/_internal.scss */
  .internal-pages .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 27, ../../src/sass/_internal.scss */
.internal-pages .update {
  background: #a03122;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 46, ../../src/sass/_internal.scss */
.internal-pages .right-block {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
@media (min-width: 768px) {
  /* line 46, ../../src/sass/_internal.scss */
  .internal-pages .right-block {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
/* line 57, ../../src/sass/_internal.scss */
.internal-pages .right-block a {
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  /* line 57, ../../src/sass/_internal.scss */
  .internal-pages .right-block a {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 74, ../../src/sass/_internal.scss */
.internal-pages .right-block a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  float: right;
}
/* line 82, ../../src/sass/_internal.scss */
.internal-pages .right-block li {
  list-style-type: none;
  margin-bottom: 1px;
  margin-bottom: 16px;
  padding: 14px 16px 13px 16px;
  background: #e4ddd1;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 91, ../../src/sass/_internal.scss */
.internal-pages .right-block li:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  text-decoration: underline;
}
/* line 97, ../../src/sass/_internal.scss */
.internal-pages .right-block ul {
  margin-left: 0px;
}

/* line 1, ../../src/sass/_search.scss */
.search-form {
  margin: 0 auto;
  margin-right: 40px;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/_search.scss */
  .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

/* line 15, ../../src/sass/_search.scss */
.search-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  border: 1px solid #e4ddd1;
  background: rgba(228, 221, 209, 0.4);
  padding: 10px;
  height: 40px;
  color: #282828;
  font-size: 22px;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  margin-right: 0;
  margin-bottom: 0;
  -webkit-appearance: textfield;
}

/* line 30, ../../src/sass/_search.scss */
.search-submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
     -moz-box-flex: 0;
          flex: 0 0 40px;
  background: #e4ddd1;
  border: 1px solid #e4ddd1;
  text-align: center;
  color: #282828;
  cursor: pointer;
  font-size: 22px;
  height: 40px;
  margin-left: 0;
}

/* line 46, ../../src/sass/_search.scss */
.search-result .container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 46, ../../src/sass/_search.scss */
  .search-result .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 46, ../../src/sass/_search.scss */
  .search-result .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 46, ../../src/sass/_search.scss */
  .search-result .container {
    padding: 0;
    width: 769.977px;
  }
}

/* line 54, ../../src/sass/_search.scss */
.nav-search {
  display: block;
}
@media (min-width: 768px) {
  /* line 54, ../../src/sass/_search.scss */
  .nav-search {
    display: none;
  }
}

/* line 67, ../../src/sass/_search.scss */
.main-search {
  display: none;
}
@media (min-width: 768px) {
  /* line 67, ../../src/sass/_search.scss */
  .main-search {
    display: block;
  }
}

/* line 2, ../../src/sass/_home.scss */
.home-page .container {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 768px) {
  /* line 2, ../../src/sass/_home.scss */
  .home-page .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 2, ../../src/sass/_home.scss */
  .home-page .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 2, ../../src/sass/_home.scss */
  .home-page .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 7, ../../src/sass/_home.scss */
.home-page .main-block .container {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  grid-gap: 32px;
}
@media (min-width: 768px) {
  /* line 7, ../../src/sass/_home.scss */
  .home-page .main-block .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  /* line 7, ../../src/sass/_home.scss */
  .home-page .main-block .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 7, ../../src/sass/_home.scss */
  .home-page .main-block .container {
    padding: 0;
    width: 1170px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 7, ../../src/sass/_home.scss */
  .home-page .main-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  /* line 7, ../../src/sass/_home.scss */
  .home-page .main-block .container {
    grid-template-columns: repeat(2, minmax(368px, 1fr));
  }
}
@media (min-width: 1200px) {
  /* line 7, ../../src/sass/_home.scss */
  .home-page .main-block .container {
    grid-template-columns: repeat(3, minmax(368px, 1fr));
  }
}
/* line 31, ../../src/sass/_home.scss */
.home-page .main-block .home-block {
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 31, ../../src/sass/_home.scss */
  .home-page .main-block .home-block {
    max-width: 100%;
    width: 368px;
    margin-bottom: 30px;
  }
}
/* line 44, ../../src/sass/_home.scss */
.home-page .main-block .home-block:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 47, ../../src/sass/_home.scss */
.home-page .main-block .home-block:hover h3 {
  text-decoration: underline;
}
/* line 53, ../../src/sass/_home.scss */
.home-page .main-block .home-block a {
  text-decoration: none;
  margin-bottom: 0;
}
/* line 57, ../../src/sass/_home.scss */
.home-page .main-block .home-block .block-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 220px;
}
/* line 64, ../../src/sass/_home.scss */
.home-page .main-block .home-block .text-block {
  background: #e4ddd1;
  padding: 28px 24px 24px 24px;
}
/* line 70, ../../src/sass/_home.scss */
.home-page .main-block .home-block .text-block h3 {
  font-size: 18px;
  line-height: 22px;
}

/* line 3, ../../src/sass/_main.scss */
.main-pages .container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/_main.scss */
  .main-pages .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../../src/sass/_main.scss */
  .main-pages .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../../src/sass/_main.scss */
  .main-pages .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 9, ../../src/sass/_main.scss */
.main-pages .upper-block {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  /* line 12, ../../src/sass/_main.scss */
  .main-pages .upper-block img {
    display: block;
  }
}
/* line 22, ../../src/sass/_main.scss */
.main-pages .lower-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
/* line 32, ../../src/sass/_main.scss */
.main-pages .nav-block {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
@media (min-width: 768px) {
  /* line 32, ../../src/sass/_main.scss */
  .main-pages .nav-block {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
/* line 43, ../../src/sass/_main.scss */
.main-pages .nav-block a {
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  /* line 43, ../../src/sass/_main.scss */
  .main-pages .nav-block a {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 62, ../../src/sass/_main.scss */
.main-pages .nav-block a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  float: right;
}
/* line 70, ../../src/sass/_main.scss */
.main-pages .nav-block li {
  list-style-type: none;
  margin-bottom: 16px;
  padding: 14px 16px 13px 16px;
  background: #e4ddd1;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
       break-inside: avoid;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}
/* line 83, ../../src/sass/_main.scss */
.main-pages .nav-block li:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  text-decoration: underline;
}
/* line 90, ../../src/sass/_main.scss */
.main-pages .nav-block ul {
  margin-left: 0px;
}

/* line 96, ../../src/sass/_main.scss */
.hero_image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
}

/* line 3, ../../src/sass/_billboard.scss */
.billboard .billboard-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  max-height: 100%;
  margin-bottom: 80px;
  background-attachment: fixed;
  background-attachment: scroll;
  position: relative;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/_billboard.scss */
  .billboard .billboard-image {
    background-attachment: fixed;
  }
}
/* line 21, ../../src/sass/_billboard.scss */
.billboard .billboard-image.short {
  height: 232px;
}
@media (min-width: 768px) {
  /* line 21, ../../src/sass/_billboard.scss */
  .billboard .billboard-image.short {
    height: 272px;
  }
}
/* line 30, ../../src/sass/_billboard.scss */
.billboard .billboard-image.tall {
  height: 576px;
}
@media (min-width: 768px) {
  /* line 30, ../../src/sass/_billboard.scss */
  .billboard .billboard-image.tall {
    height: 616px;
  }
}
/* line 49, ../../src/sass/_billboard.scss */
.billboard .billboard-image .container {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 49, ../../src/sass/_billboard.scss */
  .billboard .billboard-image .container {
    width: 547.4304px;
  }
}
@media (min-width: 1024px) {
  /* line 49, ../../src/sass/_billboard.scss */
  .billboard .billboard-image .container {
    width: 684.288px;
  }
}
@media (min-width: 1200px) {
  /* line 49, ../../src/sass/_billboard.scss */
  .billboard .billboard-image .container {
    padding: 0;
    width: 833.976px;
  }
}
/* line 56, ../../src/sass/_billboard.scss */
.billboard .billboard-image .container .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
/* line 62, ../../src/sass/_billboard.scss */
.billboard .billboard-image .container .title h1 {
  text-align: center;
}
/* line 67, ../../src/sass/_billboard.scss */
.billboard .billboard-image .container .breadcrumbs {
  background: white;
  padding: 0 32px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 75, ../../src/sass/_billboard.scss */
.billboard .billboard-image .container .breadcrumbs p, .billboard .billboard-image .container .breadcrumbs a {
  margin-bottom: 0;
}

/* line 87, ../../src/sass/_billboard.scss */
.billboard-image.tall .container .title {
  background: white;
  height: 30%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 87, ../../src/sass/_billboard.scss */
  .billboard-image.tall .container .title {
    line-height: 48px;
    font-size: 42px;
    height: 144px;
  }
}
/* line 101, ../../src/sass/_billboard.scss */
.billboard-image.tall .container .title h1 {
  color: #282828;
}

/* line 111, ../../src/sass/_billboard.scss */
.billboard-home {
  margin-bottom: 64px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  /* line 111, ../../src/sass/_billboard.scss */
  .billboard-home {
    margin-bottom: 80px;
  }
}
/* line 117, ../../src/sass/_billboard.scss */
.billboard-home .video-bg {
  max-height: 90vh;
}
/* line 124, ../../src/sass/_billboard.scss */
.billboard-home .video-bg .video-bg-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
/* line 133, ../../src/sass/_billboard.scss */
.billboard-home .video-bg video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 145, ../../src/sass/_billboard.scss */
.billboard-home .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
/* line 152, ../../src/sass/_billboard.scss */
.billboard-home .text-wrap .container {
  width: 90%;
  margin: 0 auto;
  background: white;
}
@media (min-width: 768px) {
  /* line 152, ../../src/sass/_billboard.scss */
  .billboard-home .text-wrap .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 152, ../../src/sass/_billboard.scss */
  .billboard-home .text-wrap .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 152, ../../src/sass/_billboard.scss */
  .billboard-home .text-wrap .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 157, ../../src/sass/_billboard.scss */
.billboard-home .text-wrap .container h1 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 32px 32px 0;
  color: #282828;
  text-align: center;
  margin-bottom: 16px;
}
/* line 165, ../../src/sass/_billboard.scss */
.billboard-home .text-wrap .container .arrow {
  width: 22px;
  height: 14px;
  content: url(images/home-arrow.svg);
  margin: 0 auto;
}

/* line 1, ../../src/sass/social.scss */
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  gap: 0;
  margin-bottom: 40px;
}
/* line 11, ../../src/sass/social.scss */
.social-links .social-icon {
  height: 44px;
  width: 44px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
/* line 19, ../../src/sass/social.scss */
.social-links .social-icon svg {
  height: 50%;
  width: 50%;
}
/* line 23, ../../src/sass/social.scss */
.social-links .social-icon svg path {
  fill: #282828;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 33, ../../src/sass/social.scss */
.social-links .social-icon:hover svg path {
  fill: #a03122;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */