:root {
  --dark-slate-gray: #4d565d;
  --dark-slate-gray-2: #243039;
  --dark-gray: #999;
  --medium-aquamarine: #5cc489;
  --peru: #dd783f;
  --medium-turquoise: #4aaec2;
  --pale-violet-red: #d25f7c;
  --hot-pink: #ff0a9d;
  --hot-pink-2: #ea345d;
  --light-plum: #412050;
  --dark-blue: #0d0311;
  --light-plum-2: #bc97c7;
  --deep-red: #990022bf;
  --990022: #00000080;
}

.navbar {
  background-color: #2c0d33;
  background-image: linear-gradient(#00000054, #0000 99%);
  width: 100%;
  height: 140px;
  padding: 0 20px;
  position: static;
  inset: 0;
  overflow: auto;
}

.menu-link {
  float: left;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.menu-icon {
  float: right;
  line-height: 13px;
  display: inline-block;
}

.menu-button {
  float: right;
  color: #ffffffd9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menu-button:hover {
  color: #fff;
  background-color: #ffffff1a;
}

.menu-button.w--open {
  background-color: #ffffff40;
}

.footer-link {
  float: none;
  color: #ea345d;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.w--current {
  color: #ea345d;
}

.nav-link {
  opacity: 1;
  color: #ea345d;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .2s, transform .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #230d2a;
  background-color: #ea345d;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  transform: translate(0, -2px);
}

.nav-link.w--current {
  box-shadow: none;
  opacity: 1;
  color: #ea345d;
  text-transform: uppercase;
  border: 1px #dd783f;
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: #243039;
  background-color: #ea345d;
  border-style: none;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Raleway, sans-serif;
}

.logo {
  width: 150px;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  position: static;
  inset: 0;
}

.logo.w--current {
  width: 150px;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 20px 0 0 20px;
}

.logo.desktop {
  top: 0;
  left: 0;
  right: 0;
}

.logo.desktop.w--current {
  position: static;
  top: 20px;
  left: 20px;
}

.logo.home {
  margin-top: 0;
  margin-left: 0;
}

.nav-menu {
  margin-top: 8px;
  margin-right: 20px;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  top: 75px;
  right: 0;
}

.body-3 {
  background-color: #37003d;
  font-family: Open Sans, sans-serif;
}

.search-result-wrapper {
  background-color: #f3f7fa;
  padding: 20px;
}

.heading-3 {
  color: #fd015a;
}

.container-6 {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  top: 0;
}

.search-bar {
  float: right;
  width: 25%;
  margin-top: 20px;
  display: flex;
}

.search-field {
  color: #bc97c7;
  background-color: #0000;
  border: 1px solid #462b52;
  border-right-style: none;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 40px;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
}

.button-search {
  color: #bc97c7;
  background-color: #0000;
  border: 1px solid #462b52;
  border-radius: 0 40px 40px 0;
  height: 40px;
  padding-left: 25px;
  padding-right: 30px;
  font-family: Raleway, sans-serif;
}

.button-search:hover {
  color: #412050;
  background-color: #ea345d;
  border-color: #ea345d;
}

.footer-test {
  background-color: #412050;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.footer-link-text {
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 123px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-link-block {
  background-image: url("https://cdn.prod.website-files.com/693a625465e075bb1a78ed8e/693a625465e075bb1a78edf0_jdr_block_logo_red.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: block;
}

.link-block {
  width: 150px;
  margin-top: 20px;
}

.link-block.w--current {
  height: 100px;
  margin-top: 0;
  position: relative;
  top: 20px;
  left: 20px;
}

.search-results-field {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.search-results-input {
  flex: 1;
  width: 60%;
  height: 44px;
  margin-right: 20px;
}

.search-button-2 {
  height: 44px;
  padding: 10px 20px;
}

.copyright-text {
  color: #ea345d;
  flex-direction: row;
  flex: 0 auto;
  margin-right: 0;
  padding: 0 0 0 41px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  display: block;
  position: static;
  top: 100px;
  bottom: 0;
  right: -831px;
}

.footer-social-media {
  flex: none;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 54px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    float: right;
    clear: right;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    margin-top: 115px;
  }

  .main-section {
    margin-top: 0;
    padding: 0 40px 40px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .thumbnail-wrapper {
    position: static;
    overflow: visible;
  }

  .thumbnail-date {
    float: right;
    clear: left;
  }

  .thumb-details {
    position: static;
    overflow: visible;
  }

  .preview-text {
    max-height: 40px;
    overflow: hidden;
  }

  .section-heading {
    text-align: center;
    display: block;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-link {
    padding-left: 0;
  }

  .featured-text {
    padding-top: 70px;
    position: absolute;
    inset: 0;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    max-height: 55px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
  }

  .inner-hero.about-page, .inner-hero.category, .inner-hero.about-page, .inner-hero.category {
    height: 300px;
  }

  .hero-header.red-banner {
    margin-left: 40px;
    margin-right: 40px;
  }

  .blog-thumbnail {
    float: left;
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
  }

  .hero-blog {
    display: none;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link, .nav-link.w--current {
    display: block;
  }

  .category-block {
    padding: 10px 0;
  }

  .category-name {
    color: #fff;
    font-size: 20px;
  }

  .logo {
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .logo.mobile {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    bottom: 158px;
    left: 57px;
    right: 0;
  }

  .logo.desktop.w--current {
    margin-top: 0;
  }

  .nav-menu {
    background-color: #000000b3;
    width: 60%;
    margin-right: 0;
  }

  .dynamichome {
    clear: none;
    display: block;
    position: static;
  }

  .text-block {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 8px;
    padding-left: 77px;
    padding-right: 110px;
    font-size: 14px;
  }

  .slider {
    margin-bottom: 1px;
  }

  .collection-item {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .search-bar {
    width: 40%;
  }

  .footer-test {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
  }

  .footer-link-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 25px;
    margin-left: 131px;
    display: block;
  }

  .container-8 {
    margin-top: 20px;
  }

  .inner-page-heading {
    margin-bottom: 40px;
  }

  .link-block {
    margin-left: 10px;
  }

  .collection-list-3 {
    margin-top: 40px;
  }

  .copyright-text {
    margin-right: 112px;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 0;
  }

  .div-block-11 {
    margin-left: 81px;
    padding-left: 55px;
  }

  .div-block-36 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 440px;
    padding-top: 162px;
  }

  .navbar {
    height: 90px;
  }

  .menu-button {
    padding-top: 11px;
    top: 24px;
  }

  .main-section {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    display: flex;
  }

  .featured-text {
    inset: auto 0 0;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .inner-hero.category {
    height: 300px;
  }

  .author-picture {
    width: 210px;
    margin-bottom: 6px;
    margin-right: 13px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .hero-header.red-banner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .hero-blog {
    display: none;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

  .navmenu {
    width: 100%;
  }

  .category-wrapper {
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .about-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo {
    width: 100px;
    margin-bottom: 0;
  }

  .logo.mobile {
    bottom: 185px;
    left: -3px;
    right: -1px;
  }

  .success-message {
    color: #fff;
    background-color: #5cc489;
    padding-top: 28px;
    font-size: 18px;
  }

  .success-text {
    font-size: 18px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-navigation {
    display: none;
  }

  .footer-test {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .footer-link-text {
    flex-direction: column;
    margin: -1px 0 20px 5px;
    padding-left: 0;
    display: flex;
  }

  .logo-link-block {
    margin-left: 0;
  }

  .container-8 {
    margin-top: 20px;
  }

  .inner-page-heading {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .link-block {
    margin-top: 10px;
  }

  .link-block.w--current {
    width: 100px;
    height: 90px;
    margin-top: 0;
    margin-left: 8px;
    padding-top: 10px;
    top: 0;
    left: 0;
  }

  .copyright-text {
    text-align: center;
    margin-right: -16px;
    padding-top: 20px;
    padding-left: 0;
  }

  .div-block-13 {
    justify-content: center;
    padding-top: 0;
  }

  .div-block-36 {
    justify-content: center;
  }

  .div-block-37 {
    margin-top: 7px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    height: 430px;
    padding-top: 118px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar {
    height: 90px;
    padding: 0 8px 7px;
  }

  .menu-button {
    margin-top: 24px;
    top: 0;
  }

  .long-text {
    margin-top: 0;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .button {
    background-color: #ea345d;
  }

  .main-section {
    margin-top: 0;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .thumbnail-date {
    clear: none;
  }

  .author-img, .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    margin-bottom: 5px;
  }

  .submit-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .footer-section {
    position: relative;
  }

  .footer-link {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .thumbnail-image {
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
  }

  .featured-text {
    padding: 0 15px 55px;
  }

  .featured-title {
    font-size: 18px;
  }

  .category-tag-2 {
    z-index: auto;
    padding: 6px;
    top: 15px;
    left: 15px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .featured-image {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .blog-date, .blog-category {
    font-size: 14px;
  }

  .inner-hero {
    height: 330px;
  }

  .inner-hero.about-page, .inner-hero.category, .inner-hero.category-page, .inner-hero.contact-page, .inner-hero.editorial-page, .inner-hero.terms-and-cond, .inner-hero.privacy-page, .inner-hero.about-page, .inner-hero.category, .inner-hero.category-page, .inner-hero.contact-page, .inner-hero.editorial-page, .inner-hero.terms-and-cond, .inner-hero.privacy-page {
    height: 200px;
  }

  .author-picture {
    float: none;
    text-align: center;
    border-radius: 110px;
    width: 130px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .author-name-main {
    text-align: center;
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
  }

  .authorbio {
    text-align: center;
    font-size: 14px;
  }

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

  .hero-header {
    padding-left: 20px;
    padding-right: 0;
    font-size: 30px;
  }

  .hero-header.red-banner {
    letter-spacing: 10px;
    letter-spacing: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo, .footer-logo.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .hero-blog {
    background-position: 0 50px;
    background-size: contain;
    background-attachment: scroll;
    flex-direction: row;
    display: none;
    position: relative;
    bottom: 0%;
  }

  .blog-post {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .navmenu {
    float: none;
    background-color: #232f38b8;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    opacity: .7;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .social-icon {
    margin-left: 0;
    padding-left: 0;
  }

  .category-name {
    font-size: 18px;
  }

  .logo {
    float: left;
    text-align: center;
    width: 100px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .logo.mobile {
    bottom: 186px;
    left: 0;
    right: 4px;
  }

  .nav-menu {
    background-color: #232f38eb;
    width: 100%;
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .close-x {
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .success-text {
    line-height: 27px;
  }

  .blog-post-title {
    font-size: 24px;
  }

  .text-block {
    text-transform: none;
    margin-bottom: 1px;
    padding-bottom: 0;
    padding-left: 27px;
    padding-right: 44px;
    font-size: 16px;
    line-height: 20px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-navigation {
    display: none;
  }

  .footer-test {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
  }

  .footer-link-text {
    flex-direction: column;
    margin-left: 18px;
    margin-right: 0;
  }

  .logo-link-block {
    margin-left: 0;
  }

  .inner-page-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .link-block {
    margin-top: 10px;
  }

  .link-block.w--current {
    width: auto;
    height: 90px;
    margin-top: 0;
    margin-left: 8px;
    padding-top: 10px;
    top: 0;
    left: 0;
  }

  .collection-list-3 {
    margin-top: 0;
  }

  .text-block-6 {
    padding-bottom: 0;
  }

  .collection-list-5, .div-block-9 {
    display: block;
  }

  .container-11 {
    padding-top: 7px;
  }

  .copyright-text {
    text-align: center;
    margin-right: -5px;
    padding-top: 30px;
    padding-left: 0;
  }

  .container-12 {
    justify-content: center;
    padding-left: 29px;
    padding-right: 27px;
    display: block;
  }

  .div-block-40 {
    flex: 0 auto;
    padding-top: 27px;
    padding-bottom: 37px;
    display: flex;
  }

  .div-block-41, .div-block-42 {
    display: none;
  }

  .container-17 {
    margin-bottom: 34px;
  }

  .collection-list-7 {
    flex-direction: column;
    overflow: visible;
  }

  .text-block-12 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f5c0e0f2-fe1f-0e46-7b60-396533e55774-c7497e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a63cfbea-9c78-e508-73f8-7b57420a05d1-c7497e30 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7523a52a-0105-06ec-9dfd-70995209f6a9-c7497e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_840da761-c852-1e2c-7818-065a63fcaf64-c7497e30 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f42da4af-ce97-9c43-9e9f-5fa049a9b2a2-c7497e30 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
