* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-family: "Open Sans", "sans-serif";
  overflow-x: hidden;
  margin: 0px;
}

main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

header {
  background-color: #ba0c2f;
  color: white;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10000;
  padding: 0 40px 10px 40px;
}
@media (max-width: 815px) {
  header.open .menu {
    display: block;
  }
}
header h1 {
  background-color: white;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
header h1 img {
  height: 50px;
}
header .menu {
  display: flex;
  list-style: none;
  margin-top: 25px;
}
@media (max-width: 815px) {
  header .menu {
    display: none;
    position: absolute;
    background-color: #ba0c2f;
    text-align: center;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 10;
    margin-top: 0;
    font-size: 20px;
    padding: 10px 0;
  }
}
header .menu a {
  text-decoration: none;
  color: white;
  padding: 0.5em;
  display: block;
}
header li {
  margin-left: 1em;
  margin-right: 1em;
  border: 1px solid #ba0c2f;
}
@media (max-width: 810px) {
  header li {
    border-top: solid;
    border-width: 2px;
  }
}
header li.menu-item:hover {
  border: 1px solid white;
  border-radius: 5px;
}
header li.current-menu-item {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
@media (max-width: 815px) {
  header li.current-menu-item {
    background: none;
    border-radius: 0;
  }
}

.logo-div {
  display: flex;
}

.small-button-group {
  margin-top: 10px;
}
.small-button-group .button {
  display: inline-block;
  width: 80px;
  padding: 5px 10px;
}

.header-nav-menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.header-nav-menu a {
  color: white;
  margin-right: 2em;
  text-decoration: none;
}

.overlay-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
}
.overlay-content span {
  position: relative;
  max-height: 80vh;
  overflow-y: scroll;
  display: block;
  min-width: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.overlay-content span::-webkit-scrollbar {
  display: none;
}
.overlay-content > div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 700px) {
  .overlay-content > div {
    width: 90%;
    max-width: 100%;
  }
}
.overlay-content > div img {
  width: 100%;
  min-width: 100%;
  max-height: 100%;
}
.overlay-content > div button {
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: white;
  background-color: black;
  box-sizing: border-box;
  padding: 0;
  font-size: 1em;
  border-color: white;
  border-style: solid;
  right: -15px;
  top: -15px;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
}
@media (max-width: 815px) {
  .mobile-menu-toggle {
    display: block;
  }
}

footer {
  margin-top: 100px;
  padding: 50px 10px;
  background-color: black;
  color: white;
  flex-shrink: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 720px) {
  footer {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px 5px;
  }
}
footer address {
  max-width: 200px;
  color: white;
  text-align: center;
  line-height: 1.25em;
  font-style: normal;
}
footer address a {
  text-decoration: none;
  color: white;
}
footer address a:hover {
  color: #EF4036;
  text-decoration: none;
}
@media (max-width: 720px) {
  footer address {
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: white;
  }
}

.bsu-footer {
  max-width: 200px;
}
.bsu-footer img {
  width: 200px;
}
@media (max-width: 720px) {
  .bsu-footer {
    max-width: 130px;
  }
}

.footer-social-media-links ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
  width: 200px;
  justify-content: space-between;
}
.footer-social-media-links img {
  width: 170px;
}
@media (max-width: 720px) {
  .footer-social-media-links img {
    width: 40px;
  }
}
.footer-social-media-links li {
  max-width: 50px;
  list-style: none;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

::placeholder {
  font-style: italic;
}

button {
  cursor: pointer;
}

.graphic-heading {
  position: relative;
  margin-top: 85px;
  margin-bottom: 85px;
}
.graphic-heading h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3.5rem;
  text-align: center;
}
@media (max-width: 600px) {
  .graphic-heading h1 {
    font-size: 2rem;
  }
}
.graphic-heading h1 span {
  text-transform: none;
  display: block;
  font-family: "Covered By Your Grace", cursive;
  text-align: right;
  padding-right: 45%;
  margin-bottom: 0.05em;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .graphic-heading h1 span {
    font-size: 1.5rem;
  }
}
@media (max-width: 409px) {
  .graphic-heading h1 span {
    font-size: 1.2rem;
  }
}
.graphic-heading::before {
  content: "";
  height: 3px;
  width: 100vw;
  display: block;
  position: absolute;
  right: calc(50% + 10%);
  top: -20px;
}
.graphic-heading::after {
  content: "";
  height: 3px;
  width: calc(50vw - 10%);
  display: block;
  position: absolute;
  left: calc(50% + 10%);
  bottom: -20px;
}
.graphic-heading.orange span {
  color: #EF4036;
}
.graphic-heading.orange::before {
  background-color: #FCB040;
}
.graphic-heading.orange::after {
  background-color: #FCB040;
}
.graphic-heading.green span {
  color: #25AAE1;
}
.graphic-heading.green::before {
  background-color: #97D700;
}
.graphic-heading.green::after {
  background-color: #97D700;
}

.page-links {
  margin: 70px 0 50px 0;
}
.page-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  .page-links ul {
    display: block;
    align-items: center;
  }
}
.page-links li {
  margin-left: 2em;
  margin-right: 2em;
}
.page-links a {
  color: #25AAE1;
  border: 1.5px solid #25AAE1;
  text-decoration: none;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 5px;
  text-transform: uppercase;
  min-width: 200px;
  display: block;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 700px) {
  .page-links a {
    margin-bottom: 10px;
  }
}
.page-links a:hover {
  color: white;
  background-color: #25AAE1;
}

.description, .blog-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}
.description .small, .blog-content p .small {
  font-size: 12px;
  line-height: 1em;
}

.wrapper {
  display: flex;
  margin-bottom: 40px;
}
.wrapper img {
  border-radius: 50%;
  margin-top: 40px;
  margin-right: 60px;
  margin-bottom: 60px;
  height: 150px;
  width: 150px;
  flex: 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.show-details {
  transition: transform 0.4s;
}
.show-details.open {
  transform: rotate(180deg);
}

.schedule {
  position: relative;
  padding: 10px;
}
.schedule .scroll-wrapper {
  position: absolute;
  z-index: -1;
  top: 10%;
  width: 100%;
  min-height: 100%;
}
.schedule .scroll {
  background-image: url("../../images/dancer_green.svg");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: top right;
  position: sticky;
  width: 100%;
  min-height: 600px;
  top: 10px;
  left: 200px;
  opacity: 15%;
}
.schedule .schedule-overview {
  cursor: pointer;
}
.schedule .daterange {
  background-color: white;
  text-transform: none;
  border: solid 1px black;
  border-radius: 5px;
  padding: 5px;
}
@media (max-width: 500px) {
  .schedule .daterange {
    margin-left: 34%;
  }
}
.schedule li.schedule-item {
  background-color: rgba(151, 215, 0, 0.4);
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.schedule li.schedule-item time.date {
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 20px;
}
@media (max-width: 500px) {
  .schedule li.schedule-item time.date {
    font-size: 25px;
  }
}
.schedule li.schedule-item address {
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  text-align: left;
  border-bottom: solid;
  border-color: black;
  border-width: thin;
  display: block;
  padding-bottom: 5px;
  padding-top: 2px;
}
@media (max-width: 500px) {
  .schedule li.schedule-item address {
    font-size: 15px;
  }
}
.schedule li.schedule-item .event-title {
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  display: block;
  margin-top: 8px;
}
@media (max-width: 500px) {
  .schedule li.schedule-item .event-title {
    font-size: 15px;
  }
}
.schedule li.schedule-item button {
  color: #97D700;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.5em;
  position: absolute;
  right: 10px;
  top: 10px;
}
.schedule li.schedule-item .time-details {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.schedule li.schedule-item .cost {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.schedule li.schedule-item .event-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  flex: 1 1;
}
.schedule .extra-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .schedule .extra-info {
    flex-direction: column-reverse;
  }
}
.schedule .extra-info .instructor-details {
  flex: 0 0 150px;
  margin-left: 40px;
}
@media (max-width: 500px) {
  .schedule .extra-info .instructor-details {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    max-height: 115px;
    padding-top: 15px;
  }
}
@media (max-width: 500px) {
  .schedule .extra-info .instructor-details .position-name {
    display: inline-block;
    padding-top: 11%;
    margin-bottom: 15px;
  }
}
.schedule .extra-info .instructor-image {
  border-radius: 50%;
  margin-bottom: 10px;
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .schedule .extra-info .instructor-image {
    width: 90px;
    height: 90px;
    margin-left: 0;
  }
}
.schedule .extra-info .instructor-position {
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  .schedule .extra-info .instructor-position {
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 15px;
  }
}
.schedule .extra-info .instructor-name {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-align: center;
}
@media (max-width: 500px) {
  .schedule .extra-info .instructor-name {
    font-size: 13px;
    text-align: left;
    margin-left: 15px;
  }
}

ul {
  padding-left: 0;
}

.archive-item {
  width: 30%;
  max-width: 306px;
  position: relative;
}
@media (max-width: 900px) {
  .archive-item {
    width: 47.5%;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .archive-item {
    width: 100%;
    max-width: none;
  }
}

.recipe-item {
  cursor: pointer;
}

.post-thumbnail {
  position: relative;
}
.post-thumbnail .thumbnail {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  aspect-ratio: 244/187.77;
  position: relative;
  height: 183.14px;
}
.post-thumbnail .time {
  color: #3d3d3d;
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: oblique;
}
.post-thumbnail .post-title {
  color: #EF4036;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  text-decoration: none;
}
.post-thumbnail .post-title:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #EF4036;
          text-decoration-color: #EF4036;
}
.post-thumbnail .post-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.post-thumbnail article {
  padding: 30px;
  width: 100%;
  margin: 0 auto;
}
.post-thumbnail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-thumbnail li {
  list-style: none;
  padding: 10px;
}
.post-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-form {
  position: relative;
  width: 100%;
}

.magnifying-glass {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  line-height: 0px;
}
.magnifying-glass img {
  width: 20px;
}

.search-text {
  padding-right: 20px;
}

.no-scroll {
  overflow: hidden;
}

.join-us-main-content {
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 5%;
}
.join-us-main-content .join-us-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 50px;
}
.join-us-main-content .join-us-container hr {
  border: none;
  height: 4px;
  color: #CD8E10;
  /* old IE */
  background-color: #CD8E10;
  width: 42.5%;
}
.join-us-main-content .join-us-container .right-hr {
  text-align: right;
  margin-right: 0;
  margin-left: 57.5%;
  margin-bottom: 25px;
}
.join-us-main-content .join-us-container .join-us-header {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1%;
}
.join-us-main-content .join-us-container .join-us-header div {
  display: flex;
  justify-content: center;
  width: 100%;
}
.join-us-main-content .join-us-container .join-us-header div p {
  font-family: "Covered By Your Grace", cursive;
  color: #ba0c2f;
  text-align: left;
  width: 57%;
  font-size: 3em;
  font-weight: 400;
}
.join-us-main-content .join-us-container .join-us-header div {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.join-us-main-content .join-us-container .join-us-header div h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  width: 90%;
  font-weight: 700;
  margin-top: -1.2%;
  margin-bottom: 5px;
}
.join-us-main-content .join-us-container .join-us-header div .wider-header {
  width: 100%;
}
.join-us-main-content .join-us-container .join-us-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.join-us-main-content .join-us-container .join-us-info p {
  margin: auto;
  font-size: 1.7em;
  width: 60%;
  padding: 2%;
  line-height: 1.5em;
}

.join-us-img {
  width: 100%;
  margin-bottom: 20px;
}

.join-img-description {
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.join-img-description li {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}

.benefits ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 435px) {
  .benefits ul {
    display: block;
    width: 100%;
  }
  .benefits ul .div {
    font-size: 1.5em;
  }
}
.benefits li {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 11pt;
  text-align: center;
  flex: 0 0 260px;
  padding: 20px;
}

.join-us-form-container {
  justify-content: center;
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.join-us-forms ul {
  padding: 0;
  justify-content: center;
}

.links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
}
.links li {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .links li {
    margin-bottom: 20px;
  }
}
.links a {
  color: white;
  background-color: #EF4036;
  text-decoration: none;
  padding: 0.75em 1em 0.75em 1em;
  border-radius: 5px;
  display: block;
  text-align: center;
  min-width: 250px;
  border: 1px solid #EF4036;
}
.links a:hover {
  color: #EF4036;
  border: 1px solid #EF4036;
  background-color: white;
}

.join-email-link a {
  font-weight: 700;
  text-decoration: none;
  color: #ba0c2f;
}

.student-resources {
  align-items: center;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 3%;
}
.student-resources .workers-container {
  justify-content: center;
  align-items: center;
}
.student-resources .workers-container h1 {
  padding-top: 20px;
  padding-bottom: 40px;
  margin: auto auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.25em;
  text-transform: uppercase;
  text-align: center;
}
.student-resources .workers-container ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  line-height: 2em;
  align-items: center;
}
@media (max-width: 600px) {
  .student-resources .workers-container ul {
    flex-direction: column;
  }
}
.student-resources .workers-container ul li {
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  margin: auto;
  line-height: 2em;
}
@media (max-width: 600px) {
  .student-resources .workers-container ul li {
    flex-direction: column;
  }
}
.student-resources .workers-container ul li a {
  background-color: #ba0c2f;
  color: white;
  border-radius: 5px;
  padding: 0.25em 0.5em 0.25em 0.5em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 200px;
  max-width: 300px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.student-resources .workers-container ul li a:hover {
  background-color: white;
  color: #ba0c2f;
  border: 1px solid #ba0c2f;
}
.student-resources .workers-container ul li p {
  padding: 10px 30px 10px 30px;
  text-align: left;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 200;
  margin-bottom: 25px;
  margin-top: 5px;
}

.history-wrapper {
  display: flex !important;
  flex-direction: column !important;
}

.history {
  display: flex;
  align-items: flex-start;
}
.history img {
  max-width: 100%;
  width: 2800px;
  margin-right: 40px;
}
@media (max-width: 700px) {
  .history img {
    margin-right: 0px;
  }
}
@media (max-width: 700px) {
  .history {
    display: block;
  }
}
@media (max-width: 700px) {
  .history .description {
    font-size: 1em;
  }
}

.background-check {
  margin-right: 80px;
}

.funders-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 700px) {
  .funders-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
    justify-content: center;
  }
}
.funders-wrapper .description {
  padding: 0;
}
@media (max-width: 700px) {
  .funders-wrapper .description {
    font-size: 0.75em;
  }
}
.funders-wrapper .title {
  border-bottom: black 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-text-decoration: non;
          text-decoration: non;
  color: black;
}
.funders-wrapper .title:hover {
  color: #EF4036;
  text-decoration: underline;
}
@media (max-width: 700px) {
  .funders-wrapper .title {
    font-size: 0.85em;
  }
}

.funder-wrapper {
  display: flex;
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .funder-wrapper {
    justify-content: center;
  }
}
.funder-wrapper .image.col {
  display: flex;
  justify-content: center;
  min-height: 150px;
  min-width: 150px;
  max-width: 150px;
  max-height: 150px;
  padding: 10px;
  margin-right: 15px;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .funder-wrapper .image.col {
    margin-right: 5px;
    margin-top: 5px;
    max-width: 40px;
    max-height: 40px;
  }
}
.funder-wrapper .col {
  justify-content: center;
  max-width: 250px;
  margin-right: 75px;
}
.funder-wrapper .col a {
  text-decoration: none;
}
@media (max-width: 700px) {
  .funder-wrapper .col {
    margin-right: 0px;
  }
  .funder-wrapper .col a {
    text-decoration: none;
  }
  .funder-wrapper .col a:hover {
    text-decoration: underline;
  }
}

.about-contact-info {
  padding-bottom: 15px;
}
.about-contact-info a {
  color: black;
  text-decoration: none;
}

@media (max-width: 700px) {
  .mobile-testimonials-dot-container {
    display: flex;
    justify-content: center;
  }

  .testimonials-dot {
    cursor: pointer;
    background-color: white;
    border: 1px solid gray;
    margin: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }
  .testimonials-dot.active {
    background-color: gray;
    border: 1px solid gray;
  }
}
.testimonials-slideshow {
  display: flex;
  justify-content: space-between;
}
.testimonials-slideshow .next {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 3em;
  margin-top: 9%;
  color: #25aae1;
  height: 50px;
  width: 50px;
  background: none;
  border: none;
}
@media (max-width: 700px) {
  .testimonials-slideshow .next {
    display: none;
  }
}
.testimonials-slideshow .prev {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 3em;
  margin-top: 9%;
  transform: scaleX(-1);
  color: #25aae1;
  height: 50px;
  width: 50px;
  background: none;
  border: none;
}
@media (max-width: 700px) {
  .testimonials-slideshow .prev {
    display: none;
  }
}

.testimonials-container-container {
  width: 80%;
  overflow: hidden;
  position: relative;
  min-height: 260px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .testimonials-container-container {
    margin-left: 9%;
  }
}
.testimonials-container-container .testimonials-container {
  display: flex;
  margin-bottom: 10px;
  position: absolute;
  padding: 0;
  width: 100%;
}
.testimonials-container-container .testimonials-container img {
  display: flex;
  flex: 0 0 145px;
}
@media (max-width: 700px) {
  .testimonials-container-container .testimonials-container img {
    max-width: 90px;
    max-height: 90px;
  }
}
.testimonials-container-container .testimonials-container .name {
  font-weight: 700;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.testimonials-container-container .testimonials-container .message {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 50px;
}
.testimonials-container-container .testimonials-container .message .message::before {
  display: inline-block;
}
.testimonials-container-container .testimonials-container img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 0 40px 20px 0;
}
@media (max-width: 700px) {
  .testimonials-container-container .testimonials-container img {
    max-width: 90px;
    max-height: 90px;
  }
}
.testimonials-container-container .testimonials-slide {
  display: flex;
  margin-bottom: 40px;
  background-color: rgba(37, 170, 225, 0.4);
  padding: 15px;
  min-width: 100%;
  font-weight: 700;
  align-items: flex-start;
}
@media (max-width: 700px) {
  .testimonials-container-container .testimonials-slide {
    padding: 5px 10px 10px 5px;
  }
}
.testimonials-container-container .testimonials-slide img {
  border-radius: 50%;
}
.testimonials-container-container .testimonials-slide .text {
  display: inline-block;
  max-width: 500px;
}
@media (max-width: 700px) {
  .testimonials-container-container .testimonials-slide .text {
    max-width: 400px;
  }
}
.testimonials-container-container .testimonials-slide .text .name {
  border-bottom: black 1px solid;
  max-width: 80%;
  padding-bottom: 10px;
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 0.5em;
}
@media (max-width: 525px) {
  .testimonials-container-container .testimonials-slide .text .name {
    font-size: 1.2em;
  }
}
.testimonials-container-container .testimonials-slide .text .message {
  display: inline-block;
  font-weight: 300;
  font-size: 1em;
  max-width: 500px;
  width: auto;
}
@media (max-width: 700px) {
  .testimonials-container-container .testimonials-slide .text .message {
    width: auto;
  }
}
@media (max-width: 525px) {
  .testimonials-container-container .testimonials-slide .text .message {
    font-size: 0.8em;
  }
}
.testimonials-container-container .testimonials-slide img {
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  padding: 10px;
  margin-right: 10px;
}
@media (max-width: 700px) {
  .testimonials-container-container .testimonials-slide img {
    min-width: 0;
    min-height: 0;
    width: 40px !important;
    margin-top: 20px;
  }
}
.testimonials-container-container .testimonials-slide img img {
  display: flex;
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 180px;
}

@media (max-width: 700px) {
  .page-nutrition .graphic-heading.orange h1 span {
    font-size: 0.75em;
  }
}

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

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 65%;
  height: auto;
}

.nutritional-top {
  display: flex;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.nutritional-top {
  display: flex;
}
.nutritional-top img {
  width: 2800px;
  max-width: 100%;
  padding-right: 45px;
}
@media (max-width: 700px) {
  .nutritional-top img {
    padding: 0px;
  }
}
@media (max-width: 700px) {
  .nutritional-top {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

.description-container {
  margin: 10px;
}
.description-container h2 {
  font-size: 2em;
  color: #EF4036;
  width: 125px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.description-container .description {
  margin-bottom: 70px;
}
.description-container .description p {
  padding: 0em;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.image-container p {
  font-size: 0.85em;
  font-weight: 600;
  color: #EF4036;
  padding-bottom: 40px;
}
@media (max-width: 700px) {
  .image-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .nutrition-types .wrapper {
    display: inline-block;
  }
  .nutrition-types .wrapper img {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
  }
  .nutrition-types .wrapper h2 {
    text-align: center;
  }
  .nutrition-types .wrapper p {
    margin: 10px;
  }
}
.recipe-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .recipe-top {
    display: block;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.recipe-top .search-text {
  margin-left: 0;
  width: 250px;
  max-width: 100%;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media (max-width: 700px) {
  .recipe-top .search-text {
    width: 100%;
    margin-top: 30px;
  }
}

.search-text {
  border: solid 2px #25AAE1;
  background-color: white;
  text-transform: none;
  margin-left: 0;
  -webkit-appearance: none;
  border-radius: 0px;
}

.recipe-week-select {
  background-color: white;
  text-transform: none;
  border: solid 1px black;
  border-radius: 5px;
  padding: 5px;
}

.nutrition-education-list {
  width: 100%;
  list-style: none;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.nutrition-education-list .nutrition-item {
  margin-top: 60px;
  background-color: rgba(252, 176, 64, 0.4);
  padding: 5px 10px 5px 15px;
  font-weight: 700;
}
.nutrition-education-list .nutrition-item:first-child {
  margin-top: 0;
}
.nutrition-education-list .title {
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: black 1px solid;
  display: inline-block;
  width: 40%;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .nutrition-education-list .title {
    font-size: 1.2rem;
    width: 90%;
  }
}
@media (max-width: 700px) {
  .nutrition-education-list .description {
    font-size: 0.9rem;
    width: 100%;
  }
}
.nutrition-education-list .bottom {
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.nutrition-education-list .bottom .description {
  width: 75%;
  padding: 0;
}
@media (max-width: 700px) {
  .nutrition-education-list .bottom .description {
    width: 100%;
  }
}
.nutrition-education-list .view {
  text-align: right;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 700px) {
  .nutrition-education-list .view {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.nutrition-education-list .view a {
  color: black;
}

.nutrition-buttons {
  color: #25AAE1;
  font-weight: 600;
  background-color: white;
  border-color: white;
  border-style: none;
}
@media (max-width: 700px) {
  .nutrition-buttons {
    font-size: 0.75em;
  }
}

.nutrition-buttons {
  text-align: center;
  justify-content: center;
  color: #25AAE1;
  display: flex;
  align-items: center;
}
.nutrition-buttons .previous-button {
  cursor: pointer;
  color: #25AAE1;
  font-size: 1em;
  font-weight: 600;
  background-color: white;
  border-color: white;
  border-style: none;
}
.nutrition-buttons .previous-button span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: transparent #25AAE1 transparent transparent;
  display: inline-block;
  transform: translateY(2px);
}
.nutrition-buttons .next-button {
  cursor: pointer;
  color: #25AAE1;
  font-size: 1em;
  font-weight: 600;
  background-color: white;
  border-color: white;
  border-style: none;
}
.nutrition-buttons .next-button span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #25AAE1;
  display: inline-block;
  transform: translateY(2px);
}
.nutrition-buttons .all-recipes {
  color: #25AAE1;
  font-size: 1em;
  font-weight: 600;
  background-color: white;
  border: 1px solid #25AAE1;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 5px;
  text-decoration: none;
}
.nutrition-buttons .all-recipes:hover {
  color: white;
  background-color: #25AAE1;
}

.recipe-buttons {
  color: #25AAE1;
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  padding-top: 40px;
}
@media (max-width: 700px) {
  .recipe-buttons {
    font-size: 0.75em;
  }
}
.recipe-buttons a {
  color: #25AAE1;
  text-decoration: none;
}
.recipe-buttons .previous-button {
  color: #25AAE1;
  font-weight: 600;
  background-color: white;
  border-color: white;
  border-style: none;
}
.recipe-buttons .next-button {
  color: #25AAE1;
  font-weight: 600;
  background-color: white;
  border-color: white;
  border-style: none;
}

.back-button {
  background-color: white;
  border-color: white;
  border-style: none;
  padding: 20px;
}
.back-button a {
  color: #EF4036;
  text-decoration: none;
}

.search-query-recipes {
  margin-left: auto;
  text-align: center;
  width: 200px;
  right: 0px;
}

.search-results .post-title {
  color: red;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
}
.search-results article {
  padding: 30px;
  width: 100%;
  margin: 0 auto;
}
.search-results ul {
  display: flex;
  flex-wrap: wrap;
}
.search-results li {
  list-style: none;
  padding: 25px;
}

.search-query {
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}
.search-query.results {
  justify-content: space-between;
}
@media (max-width: 700px) {
  .search-query {
    display: block;
    margin: 25px;
  }
}
.search-query .search {
  max-width: 100%;
}
@media (max-width: 700px) {
  .search-query .search {
    margin-top: 10px;
  }
}
.search-query .search-text {
  font-size: 1rem;
  width: 300px;
  max-width: 100%;
  margin-left: 0;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media (max-width: 700px) {
  .search-query .search-text {
    width: 100%;
  }
}

.back {
  padding-top: 15px;
}
.back a {
  font-size: 1em;
  text-decoration: none;
  color: #EF4036;
}
.back span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: transparent #EF4036 transparent transparent;
  display: inline-block;
  transform: translateY(2px);
}

.bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.nutrition-education-container {
  position: relative;
  padding: 10px;
}
.nutrition-education-container .scroll-wrapper {
  position: absolute;
  z-index: -1;
  top: 10%;
  width: 100%;
  min-height: 100%;
}
.nutrition-education-container .scroll {
  background-image: url("../../images/apple_orange.svg");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: top right;
  position: sticky;
  width: 100%;
  min-height: 600px;
  top: 10px;
  left: 200px;
  opacity: 15%;
}

.navigation-nutrition-education {
  color: #25AAE1;
  font-weight: 600;
  border-style: none;
  height: 100%;
  width: 100%;
}
@media (max-width: 700px) {
  .navigation-nutrition-education {
    font-size: 0.6em;
  }
}

.navigation-nutrition-education {
  text-align: center;
  justify-content: space-between;
  color: #25AAE1;
  display: flex;
  z-index: 2;
  margin-top: 70px;
}
.navigation-nutrition-education .previous {
  color: #25AAE1;
  font-weight: 600;
  background-color: white;
  border-color: white;
  border-style: none;
}
.navigation-nutrition-education .previous a {
  color: #25AAE1;
  text-decoration: none;
}
.navigation-nutrition-education .next {
  color: #25AAE1;
  font-weight: 600;
  background-color: white;
  border-color: white;
  border-style: none;
}
.navigation-nutrition-education .next a {
  color: #25AAE1;
  text-decoration: none;
}

.recipes-weeks .archive-item {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 920px) {
  .recipes-weeks .archive-item {
    width: 47.5%;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .recipes-weeks .archive-item {
    width: 100%;
    max-width: none;
  }
}

.download-recipe {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}
.download-recipe:hover {
  background-color: white;
}
.download-recipe img {
  width: 40px;
  height: auto;
  min-height: 0px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
@media (min-width: 700px) {
  .download-recipe img {
    width: 30px;
  }
}

.person-wrapper {
  display: flex;
  margin-bottom: 40px;
  background-color: rgba(252, 176, 64, 0.4);
  padding: 10px;
  font-weight: 300;
}
@media (max-width: 400px) {
  .person-wrapper {
    max-width: 400px;
  }
}
.person-wrapper .person-heading {
  display: inline-block;
  width: 60%;
  margin-bottom: 15px;
}
@media (max-width: 400px) {
  .person-wrapper .person-heading {
    margin-bottom: 5px;
  }
}
.person-wrapper .person-heading h3 {
  font-size: 1.35em;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .person-wrapper .person-heading h3 {
    font-size: 0.95em;
  }
}
.person-wrapper .person-heading h4 {
  font-weight: 300;
  margin-top: 0;
  font-size: 1em;
  border-bottom: black 1px solid;
  padding-bottom: 5px;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .person-wrapper .person-heading h4 {
    font-size: 0.8em;
  }
}
@media (max-width: 700px) {
  .person-wrapper .col .biography {
    font-size: 0.75em;
    line-height: 1.6em;
  }
}
@media (max-width: 700px) {
  .person-wrapper .col .about-contact-info {
    font-size: 0.65em;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
.person-wrapper .col.image h3 {
  font-size: 1.35em;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: black 1px solid;
}
@media (max-width: 700px) {
  .person-wrapper .col.image h3 {
    font-size: 0.75em;
  }
}
.person-wrapper .col.image h4 {
  font-weight: 300;
  margin-top: 0;
  font-size: 1em;
  margin-left: 4px;
}
@media (max-width: 700px) {
  .person-wrapper .col.image h4 {
    font-size: 0.75em;
  }
}
.person-wrapper .col.image {
  width: 200px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-right: 15px;
}
@media (max-width: 560px) {
  .person-wrapper .col.image {
    max-width: 70px;
    max-height: 70px;
    padding: 5px;
    min-width: none;
  }
}
.person-wrapper .col.image img {
  width: 180px;
  max-width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 180px;
  max-height: 180px;
}
@media (max-width: 560px) {
  .person-wrapper .col.image img {
    min-width: none;
    max-height: 70px;
    width: auto;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.person-wrapper .about-contact-info {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 9pt;
  margin-top: 15px;
}
.person-wrapper .email {
  margin-right: 10%;
}

.instructors-wrapper .person-wrapper {
  background-color: rgba(239, 64, 54, 0.4);
}

.fitness-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.fitness-content img {
  height: auto;
  margin-right: 40px;
  max-width: 300px;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .fitness-content img {
    margin-right: 0px;
    display: block;
    margin-left: auto;
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 700px) {
  .fitness-content {
    display: block;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
    margin: 0px;
    max-width: none !important;
  }
}

@media (max-width: 500px) {
  .description {
    padding: 15px;
    flex: wrap;
  }
}

.instructor-description li.instructor {
  list-style: none;
  display: flex;
}
.instructor-description li.instructor h2 {
  font-weight: 600;
  margin-bottom: 0.25em;
}
@media (max-width: 500px) {
  .instructor-description li.instructor h2 {
    font-size: 0.95em;
  }
}
@media (max-width: 500px) {
  .instructor-description .bio {
    font-size: 0.8em;
    line-height: 1.8em;
  }
}
.instructor-description img {
  border-radius: 50%;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 60px;
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .instructor-description img {
    max-width: 100%;
    margin-right: 20px;
    margin-top: 10px;
  }
}

.schedule-section {
  position: relative;
  padding: 10px;
}
.schedule-section .scroll-wrapper {
  position: absolute;
  z-index: -1;
  top: 10%;
  width: 100%;
  min-height: 100%;
}
.schedule-section .scroll {
  background-image: url("../../images/dancer_green.svg");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: top right;
  position: sticky;
  width: 100%;
  min-height: 600px;
  top: 10px;
  left: 200px;
  opacity: 15%;
}

.testimonials-slideshow .next {
  font-size: 3em;
}

.program-highlight-navigation {
  margin: 50px 0 70px 0;
}
.program-highlight-navigation .page-numbers {
  color: #EF4036;
  text-decoration: none;
  margin-left: 0.75em;
  margin-right: 0.75em;
  border: 1.5px solid #EF4036;
  padding: 0.5em;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
}
.program-highlight-navigation .navigation {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.program-highlight-navigation a.next.page-numbers {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #EF4036;
  padding: 0em;
  margin: 0em;
  display: block;
  border-radius: 0px;
}
.program-highlight-navigation a.prev.page-numbers {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #EF4036 transparent transparent;
  padding: 0em;
  margin: 0em;
  display: block;
  border-radius: 0px;
}
.program-highlight-navigation span.page-numbers.current {
  color: white;
  background-color: #EF4036;
}

.program-highlight-container {
  position: relative;
  padding: 10px;
}
.program-highlight-container .scroll-wrapper {
  position: absolute;
  z-index: -1;
  top: 10%;
  width: 100%;
  min-height: 100%;
}
.program-highlight-container .scroll {
  background-image: url("../../images/family_blue.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top right;
  position: sticky;
  width: 100%;
  min-height: 600px;
  top: 10px;
  left: 200px;
  opacity: 15%;
}

.testimonials-container-container .testimonials-container .message {
  margin-top: 0;
}

.blog-content {
  line-height: 1.5;
}
.blog-content * + * {
  margin-top: 1em;
}
.blog-content ul {
  padding-left: 3em;
}
.blog-content p {
  padding: 0;
}
.blog-content a {
  color: #ba0c2f;
}

.search-highlights-page {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  margin-left: 25px;
  margin-right: 25px;
}
.search-highlights-page .search-form {
  max-width: 300px;
  margin-left: auto;
  margin-right: 0px;
}
@media (max-width: 700px) {
  .search-highlights-page .search-form {
    display: block;
    max-width: 100%;
  }
}

.search-text {
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 2px #25AAE1;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media (max-width: 700px) {
  .search-text {
    width: 100%;
    min-width: 100%;
    border-radius: 0px;
  }
}

.banner {
  position: relative;
  text-align: right;
  max-height: 80vh;
  overflow: hidden;
}
.banner .header-gradient {
  background-image: linear-gradient(to right, #FCB040, #25AAE1), url("images/cw_banner.jpeg");
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  position: absolute;
  mix-blend-mode: color;
  opacity: 0.8;
}
.banner img {
  width: 100%;
  filter: grayscale(1);
  line-height: 0;
  display: block;
}
.banner .front-heading {
  color: white;
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 2;
}
.banner .front-heading h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(25px, 10vw, 125px);
  line-height: 1em;
  text-align: left;
  margin-bottom: 0px;
  text-shadow: 2px 2px 15px rgba(37, 170, 225, 0.45);
}
.banner .front-heading span {
  text-transform: none;
  display: block;
  font-family: "Covered By Your Grace", cursive;
  text-align: left;
  margin-bottom: 0.05em;
  font-size: 6vw;
  line-height: 1em;
}

.who-we-are {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
@media (max-width: 700px) {
  .who-we-are {
    display: inline-block;
    max-width: 650px;
  }
}
.who-we-are .description {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0px;
}
@media (max-width: 500px) {
  .who-we-are .description {
    font-size: 0.9em;
  }
}
.who-we-are .column1 {
  padding: 0;
}
.who-we-are .column1 h2 {
  font-size: 2.5em;
}
@media (max-width: 500px) {
  .who-we-are .column1 h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.2em;
  }
}
@media (min-width: 700px) {
  .who-we-are .icon-inline {
    display: none;
    align-items: center;
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 700px) {
  .who-we-are .icon {
    display: none;
  }
}
.who-we-are .logo-colored {
  max-width: 100%;
  width: 200px;
  min-width: 200px;
  padding-top: 40px;
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .who-we-are .logo-colored {
    min-width: 120px;
    max-width: 120px;
    padding-top: 20px;
  }
}
.who-we-are .icon {
  width: 300px;
  max-width: 100%;
  min-width: 200px;
  padding-top: 50px;
  padding-left: 20px;
}
@media (max-width: 750px) {
  .who-we-are .icon {
    max-width: 50%;
  }
}
.who-we-are .logo-colored {
  z-index: 1;
  width: 150px;
  max-width: 100%;
}
@media (max-width: 750px) {
  .who-we-are .logo-colored {
    max-width: 20%;
  }
}

.learn-more {
  font-weight: 700;
  text-decoration: none;
  color: #ba0c2f;
}

.view-more-button {
  margin-bottom: 40px;
  max-width: 300px;
  position: center;
  margin-left: auto;
  margin-right: auto;
}

.view-more {
  color: white;
  background-color: #EF4036;
  text-decoration: none;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 5px;
  display: block;
  text-align: center;
  min-width: 200px;
  border: 1px solid #EF4036;
}

.view-more:hover {
  color: #EF4036;
  border: 1px solid #EF4036;
  background-color: white;
}/*# sourceMappingURL=main.css.map */