html {
  box-sizing: border-box;
}

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

.breadcrumb li {
  list-style-type: none;
  display: inline-block;
}

#navigation li, #front-page-nav-1 li, #front-page-nav-2 li, .menu--main li {
  list-style-type: none;
  display: inline-block;
  background-color: #fae5ad;
  font-family: "Philosopher", sans-serif;
  font-size: 1.3rem;
}

nav {
  background-color: #fae5ad;
}

a.hbtn {
  display: none;
}

#block-new-beginnings-3-main-menu {
  display: flex;
}

#front-page-nav-1 {
  display: none;
}

#front-page-nav-2 {
  display: flex;
  flex-flow: row nowrap;
}

#front-page-nav-2 ul.menu {
  display: flex;
  line-height: 1;
  width: 78.9rem;
  justify-content: space-around;
}

#front-page-nav-2 li {
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  width: 10rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
  font-weight: 400;
}

@media screen and (max-width: 45rem) {
  #front-page-nav-2 {
    display: none;
  }
}

#header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

#header div h1 {
  text-transform: uppercase;
}

@media screen and (max-width: 45rem) {
  #header {
    flex-wrap: wrap;
  }
  #header div.container {
    order: 2;
  }
  #header #sidenav-btn {
    order: 1;
  }
}

@media screen and (max-width: 45rem) {
  #header.top-bar-header {
    justify-content: flex-end;
  }
  #header.top-bar-header div.container {
    justify-content: space-around;
  }
}

#header-img a img {
  padding: 0.5rem;
}

@media screen and (max-width: 45rem) {
  #header-img {
    text-align: center;
    justify-content: center;
    align-self: center;
    width: 100%;
  }
}

@media screen and (min-width: 60rem) {
  #header-img {
    flex-grow: 2;
  }
  #header-img a {
    padding-left: 4.1rem;
  }
}

@media screen and (min-width: 20rem) {
  #header-text {
    text-align: center;
  }
}

@media screen and (min-width: 60rem) {
  #header-text {
    flex-grow: 5;
    align-self: center;
    padding-left: 0.5rem;
    text-align: left;
  }
  #header-text h1, #header-text h2, #header-text h3, #header-text h4 {
    line-height: 1.4;
    margin: 0;
  }
  #header-text h2 {
    font-size: 3.5rem;
  }
  #header-text h1 {
    padding-bottom: 0.5rem;
  }
}

#block-new-beginnings-3-page-title h1 {
  text-align: center;
}

div#block-new-beginnings-3-branding.block-system {
  display: flex;
}

div#block-new-beginnings-3-branding.block-system a.site-logo {
  flex-grow: 1;
}

div#block-new-beginnings-3-branding.block-system div.site-name {
  flex-grow: 3;
}

div#block-new-beginnings-3-branding.block-system div.site-slogan {
  flex-grow: 3;
}

#block-new-beginnings-3-branding > a > img {
  padding: 1rem;
  border: 3px solid red;
}

div.site-name a {
  font-size: 2.5rem;
}

#block-sitebranding {
  width: auto !important;
}

#menu-btn {
  display: flex;
  justify-content: flex-end;
}

.pager__item {
  display: inline;
}

.pager__item a {
  display: inline-block;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
  text-align: center;
  margin: 0;
}

.card-section {
  padding: 1rem;
  background-color: #fefefe;
}

div.card > div {
  border: 1px solid #e6e6e6;
}

@media screen and (max-width: 45rem) {
  div.card > div a.button {
    white-space: wrap !important;
  }
}

@media screen and (max-width: 59.99rem) {
  div.card-section.show-for-large {
    display: none;
  }
}

#front-sidenav-btn {
  width: 5rem;
  justify-content: center;
}

#sidenav-btn, #front-sidenav-btn {
  display: flex;
  align-self: center;
  background-color: #f6ce65;
  color: #fefefe;
  padding: 1rem 1.8rem;
  font-size: 1rem !important;
}

@media screen and (min-width: 60rem) {
  #front-sidenav-btn {
    display: none;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fae5ad;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

#main {
  transition: margin-left .5s;
  padding: 1rem;
}

.sidenav {
  padding-top: 1rem;
}

.sidenav a {
  font-size: 1rem;
}

@media screen and (min-width: 60rem) {
  div.treatment-page > div:nth-child(n) {
    width: 26%;
    text-align: center;
  }
  div.treatment-page > div:nth-child(2) {
    align-self: flex-start;
    order: 2;
    margin-bottom: 12rem;
  }
  div.treatment-page > div:nth-child(3) {
    align-self: flex-end;
    order: 1;
    margin-bottom: 3rem;
  }
  div.treatment-page > div:nth-child(4) {
    align-self: flex-end;
    order: 3;
    margin-bottom: 3rem;
  }
  div.treatment-page > div:nth-child(5) {
    align-self: flex-start;
    order: 4;
    margin-top: 3rem;
  }
  div.treatment-page > div:nth-child(6) {
    align-self: flex-start;
    order: 6;
    margin-top: 3rem;
  }
  div.treatment-page > div:nth-child(7) {
    align-self: flex-end;
    order: 5;
    margin-top: 12rem;
  }
  div.treatment-page > div:nth-child(8) {
    align-self: flex-end;
    order: 7;
    margin-top: 1rem;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
  from-top: -300px;
  from-opacity: 0;
  to-top: 0;
  to-opacity: 1;
}

/* The Close Button */
.close {
  color: grey;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #fef7e7;
  color: white;
}

.modal-body {
  padding: 2px 16px;
  text-align: left;
}

.retreat-block-footer {
  background-color: #faf0e6;
  text-align: center;
}

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