html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "font-awesome";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/fontawesome-webfont.woff") format("woff");
}

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/poppins-light.woff") format("woff");
}

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/poppins-regular.woff") format("woff");
}

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/poppins-medium.woff") format("woff");
}

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/poppins-semibold.woff") format("woff");
}

.layout-container,
.node-preview-container,
body > .kint {
  position: relative;
  left: 0;
  padding-left: 0;
}

#header {
  line-height: 5px;
}

#header-region > div {
  display: grid;
  grid-template-columns: 10% auto;
}

@media screen and (min-width: 56.47059em) {
  #header-region > div {
    display: block;
  }
}

.page-container {
  position: relative;
  background-color: white;
  transition: left 0.2s;
  z-index: 1;
}

@media screen and (min-width: 56.47059em) {
  .page-container {
    transition: left 0.2s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}

.container {
  max-width: 70.58824em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  width: auto;
  padding: 0 15.3px;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

aside .block,
aside .block-views,
aside .block-facets {
  padding: 10px 0 61.2px;
  border-top: 1px solid #E6E7E9;
}

.no-sidebars #content {
  width: 100%;
}

@media screen and (min-width: 45.17647em) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 56.47059em) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}

.one-sidebar.sidebar-second #content {
  width: 100%;
}

@media screen and (min-width: 45.17647em) {
  .one-sidebar.sidebar-second #content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 67.74194%;
  }
  .one-sidebar.sidebar-second #content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 56.47059em) {
  .one-sidebar.sidebar-second #content {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
  }
  .one-sidebar.sidebar-second #content:last-child {
    margin-right: 0;
  }
}

.one-sidebar.sidebar-first #content {
  width: 100%;
}

@media screen and (min-width: 45.17647em) {
  .one-sidebar.sidebar-first #content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 67.74194%;
    margin-left: 25.80645%;
  }
  .one-sidebar.sidebar-first #content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 56.47059em) {
  .one-sidebar.sidebar-first #content {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 74.46809%;
    margin-left: 25.53191%;
  }
  .one-sidebar.sidebar-first #content:last-child {
    margin-right: 0;
  }
}

.two-sidebars #content {
  width: 100%;
}

@media screen and (min-width: 45.17647em) {
  .two-sidebars #content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
    margin-left: 25.80645%;
  }
  .two-sidebars #content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 56.47059em) {
  .two-sidebars #content {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-left: 25.53191%;
  }
  .two-sidebars #content:last-child {
    margin-right: 0;
  }
}

#sidebar-first {
  margin-top: 91.8px;
  width: 100%;
}

@media screen and (min-width: 45.17647em) {
  #sidebar-first {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 29.03226%;
    margin-left: -77.41935%;
  }
  #sidebar-first:last-child {
    margin-right: 0;
  }
  .one-sidebar.sidebar-first #sidebar-first {
    margin-left: -103.22581%;
  }
}

@media screen and (min-width: 56.47059em) {
  #sidebar-first {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    margin-left: -68.08511%;
  }
  #sidebar-first:last-child {
    margin-right: 0;
  }
  .one-sidebar.sidebar-first #sidebar-first {
    margin-left: -102.12766%;
  }
}

#sidebar-second {
  margin-top: 91.8px;
  width: 100%;
}

@media screen and (min-width: 45.17647em) {
  #sidebar-second {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 29.03226%;
    margin-left: 0%;
  }
  #sidebar-second:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 56.47059em) {
  #sidebar-second {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 28.51064%;
    margin-left: 3.40426%;
  }
  #sidebar-second:last-child {
    margin-right: 0;
  }
}

#content-bottom,
#footer {
  float: none;
  clear: both;
}

#footer {
  padding: 50px 0 15.3px;
  background-color: #444446;
}

#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

.home-page .layout--twocol-section {
  max-width: 70.58824em;
  margin-left: auto;
  margin-right: auto;
}

.home-page .layout--twocol-section::after {
  clear: both;
  content: "";
  display: block;
}

.layout.two-column-full-width {
  background: #f4f4f5;
}

.layout.two-column-full-width .container {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

@media screen and (min-width: 56.47059em) {
  .layout.two-column-full-width .container .layout__region {
    flex: 0 1 49%;
  }
}

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