/** Shopify CDN: Minification failed

Line 364:1 Unexpected "/"
Line 716:28 Expected identifier but found ":"
Line 3576:4 "foot-weight" is not a known CSS property

**/
/* All custom styles created for Just Right Reader by Made to Thrive*/

/*Adding the 500 weight medium Roboto  */

/* #Font-Face
================================================== */
/*     This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
        copy your FontName into code below and remove
        comment brackets */
    @font-face {
        font-family: 'Roboto';
        src: url('/cdn/shop/files/Roboto-Medium.woff?v=1704809631') format('woff');
        font-weight: 500;
        font-style: normal; }
  @font-face{
    font-family:'Jua';
    src:url('/cdn/shop/files/Jua-Regular.woff?v=1705581055') format('woff');
    font-weight: normal;
        font-style: normal; 
  }

/* General theme overrides */



body{
  line-height: normal;
  max-width: 100vw;
  overflow-x: hidden;
  
}

@media only screen and (max-width: 650px){
  body{
    font-size: 14px
  }
}

/* Global sizing fixes */
/*Also changed global theme headline settings  */
.section {
    max-width: 1100px;
    width: 92%;
}

.section.is-width-wide .container.has-limit {
    max-width: 1120px;
    width: 92%;
}

.slideshow-classic__banner h2.title {
  font-weight: bold !important;
  font-size: 20px;
}

/* General type overrides */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
  line-height: normal;
  font-weight: bold
}
h2, .h2{
  font-size: 36px;
  font-weight: bold;
}
h3, .h3{
  font-size: 30px;
  font-weight: normal
}
h4, .h4{
  font-size: 24px;
  font-weight: normal
}
h5, .h5{
  font-size: 22px;
  font-weight: bold;
}
h6, .h6{
  font-size: 20px;
}


.button{
  font-weight: bold;
  font-size:24px;
}

.button--primary, a.button--primary.button {
    font-size: 20px;
}
.button--secondary, a.button--secondary.button {
    font-size: 20px;
}
/* .section--grid-section .grid-item__heading {
  font-size: 32px;
} */


.button--primary, a.button--primary.button, #locksmith_passcode_submit {
  width: auto;
  margin: 5px;
  padding: 12px 44px;
  border-radius: 44px;
  box-shadow: 0 11.2px 11.2px 0 rgba(0, 0, 0, 0.15);
    transition: all .15s ease-in-out;
border-width:0;
  
}

#locksmith_passcode_submit {
  margin-top: 20px;
      color: #000;
    background-color: #ffd34c;
    border-color: #ffd34c;
}
#locksmith_passcode_submit:hover {
  color: black;
}
.button.button--primary.button--white, a.button--primary.button--white.button {
  background-color: white;
}
.button--primary:hover, a.button--primary.button:hover {
    background-color: #d4b249;

}
.button--primary:active, a.button--primary.button:active {
     box-shadow: inset 0 11.2px 11.2px 0 rgba(0, 0, 0, 0.2);

}

.button--secondary, a.button--secondary{
  border: 2px solid black;
   box-shadow: 0 8.5px 8.5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 44px!important;
    transition: all .15s ease-in-out;
  
}
.button--secondary:hover, a.button--secondary:hover{
  color: white;
}
.button--secondary:active, a.button--secondary:active{
  color: white;
       box-shadow: inset 0 11.2px 11.2px 0 rgba(0, 0, 0, 0.2);
}

.button.button--add-to-cart{
  padding: 12px 40px;
  box-shadow: 0 11.2px 11.2px 0 rgba(0, 0, 0, 0.15);
  height: auto!important;
}

.save-purchase-order-w3 , #po-submit{
   padding: 15px 50px!important;
  box-shadow: 0 11.2px 11.2px 0 rgba(0, 0, 0, 0.15)!important;
  height: auto!important;
  font-family: "Roboto"!important;
    background-color: #068927 !important;
  background-image: none!important;
  font-weight: 700!important;
  font-size: 18px!important;
  border: none!important;
  margin-top: 10px!important;
  border-radius: 45px!important;
}
.save-purchase-order-w3:hover, #po-submit:hover {
  cursor: pointer!important;
   background-color: #09601f!important;
}
.button--add-to-cart:active, a.button--add-to-cart:active {
     box-shadow: inset 0 11.2px 11.2px 0 rgba(0, 0, 0, 0.2);

}
.po-modal-content {
    box-sizing: border-box!important;
    position: relative!important;
    background-color: #fefefe!important;
    margin: 15% auto!important;
    padding: 20px!important;
    border: none!important;
    width: 90%!important;
    max-width: 500px!important;
    border-radius: 15px!important;
    padding: 40px!important;
}
.po-input{
      margin-top: 25px!important;
    margin-bottom: 25px!important;
}
.po-close {
    position: absolute;
    top: 15px!important;
    right: 15px!important;
}


.button--add-to-cart-quote{
  background-color: #068927;
}
.button--add-to-cart-quote:hover{
  background-color: #09601f;
}

.title{
  font-weight: 600;
  font-size: 36px;
  color: #044399;
}
.featured-collection__title.title{
   color: black;
}
/* .button:hover, .age-gate__confirm_btn:hover, .button.is-hovered, .is-hovered.age-gate__confirm_btn, a:hover {
    border-color: #0076d6;
    color: #0076d6;
} */
.button:focus:not(:active), .age-gate__confirm_btn:focus:not(:active), .button.is-focused:not(:active), .is-focused.age-gate__confirm_btn:not(:active) {
    box-shadow: none;;
}

.button--green{
      background-color: #64cd56;
    font-weight: 700;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 3.2px 3.2px #00000040;
    align-self: center;
    font-size: 22px;
    border: none;
  color: black;
      transition: all .2s ease-in;
}
.button--green span{
  font-weight: normal;
  text-decoration: underline;
}
.button--green:hover{
    color: black;
      transform: scale(1.05);
}
@media only screen and (max-width: 1000px){
.image-with-text-overlay__buttons  .button--primary, .image-with-text-overlay__buttons a.button--primary.button {
  width: auto;
  margin: 5px;
  padding: 8px 25px;
    font-size: 12px;
}
}
@media only screen and (max-width: 800px){
.button--primary,  a.button--primary.button {
  width: auto;
  margin: 5px;
  padding: 8px 25px;
    font-size: 12px;
}
}
@media only screen and (max-width: 600px){
  h2, .h2{
  font-size: 22px;
  font-weight: bold;
}
h3, .h3, h4, .h4{
  font-size: 16px;
}
  .title{
  font-weight: 600;
  font-size: 24px;
}
}
@media only screen and (max-width: 480px){
.button, .age-gate__confirm_btn, .input, .textarea, .select select, .age-gate__select-wrapper select {
    font-size: 12px!important;
}
}

.block__image-with-overlay .pretext, .block__image-with-overlay .subtitle, .image-with-text-overlay .pretext, .image-with-text-overlay .subtitle, .image-slideshow .pretext, .image-slideshow .subtitle {

    letter-spacing:normal;
}
/*NAV  */

.mobile-layout--left .mobile-logo .image-element__wrap{
    width: 70px;
}

.action-area__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 15px;
    height: 100%;
}
#header{
    box-shadow: 0 3.4px 3.4px 0 rgba(0, 0, 0, 0.15);
}
#header>section{
max-width: none;
}
.header__brand {
    flex: 1 0 auto;
    align-items: center;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}
.header{
  letter-spacing: normal;
  font-size: 16px;
}
.badge {
    height: 10px;
    width: 10px;
    position: absolute;
    top: .7rem;
    left: calc(70% - 0.2rem);
    font-size: .7rem;
    background: #64cd56;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    letter-spacing: 0;
  border: 1px solid white;
}
.header__menu-items{
  width: 100%;
}
.navbar-item a:hover{
  color: black;
}
.header__menu-items .navbar-item.header__item:last-child{
  margin-left: 1%;
      margin-right: 5px;
  background-color: #64cd56;
  font-weight: bold;
    padding: 12px 15px;
  border-radius: 12px;
  box-shadow: 0 3.2px 3.2px 0 rgba(0, 0, 0, 0.25);
      align-self: center;
  font-size: 17px;
    transition: all .2s ease-in;
}
c
.header__menu-items .navbar-item.header__item:nth-last-child(2){
  margin-left: 1%;
      margin-right: 5px;
  background-color: #47bdff;
  font-weight: bold;
    padding: 12px 15px;
  border-radius: 12px;
  box-shadow: 0 3.2px 3.2px 0 rgba(0, 0, 0, 0.25);
      align-self: center;
  font-size: 17px;
    transition: all .2s ease-in;
  
}
*/
.header__menu{
justify-content: center;
}
.header__menu-items .navbar-item.header__item:last-child a{
  line-height: normal;
  padding: 0;
  transition: all .2s ease-in;
}
/*
.header__menu-items .navbar-item.header__item:nth-last-child(2) a{
  line-height: normal;
  padding: 0;
  transition: all .2s ease-in;
}
*/
.header__menu-items .navbar-item.header__item:last-child:hover {
   transform: scale(1.05);
}
/*
.header__menu-items .navbar-item.header__item:nth-last-child(2):hover {
   transform: scale(1.05);
}
*/
.mobile-menu-link:after, .navbar-link:not(.is-arrowless):after, .select:not(.is-multiple):not(.is-loading):not(.is-arrowless):after, .age-gate__select-wrapper:not(.is-multiple):not(.is-loading):not(.is-arrowless):after {
  font-weight: bold;
}
.navbar-link:not(.is-arrowless):after {
    right: 10px;
}
.navbar-link:not(.is-arrowless) {
    padding-right: 40px;
}
.navbar-link:not(.is-arrowless):after {
    right: 26px;
}
.header__link:hover, .header__link.is-active, .header__link>a:hover, .header__link>a.is-active {
    color: black;
    fill: black;
}
.navbar-dropdown--below-parent {
    box-shadow: 0px 7.5px 5.3px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: -17px;
}

.navbar-dropdown--below-parent a{
  font-size: 16px!important;
  font-weight: bold;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 5px;
  transition: all .05s ease-in;
}
.navbar-dropdown--below-parent a:hover{
  background-color: #0076d6;
color: white!important;
}
.navbar-dropdown.is-vertical {
    padding: 0 20px 20px;
    max-width: 600px;
    min-width: 300px;
}
.navbar-item[data-navlink-handle="resources"] .navbar-dropdown{
      column-count: 1;
    white-space: nowrap;
}
.navbar-item[data-navlink-handle="shop-decodables"] .navbar-dropdown>a:last-child{
background-color: #64cd56;
border-radius: 50px; 
  text-align: center;
    box-shadow: 0 7.7px 7.7px 0 rgba(0, 0, 0, 0.15);
      text-align: center;
    width: 85%;
    display: block;
    margin: 10px auto 0;
}
.navbar-item[data-navlink-handle="shop-decodables"] .navbar-dropdown>a:last-child:hover{
background-color: #64cd56;
border-radius: 50px; 
  text-align: center;
}
.navbar-dropdown .has-submenu:hover{
    background-color: #0076d6;
color: white!important;
    border-radius: 5px;
}

/* .navbar-item[data-navlink-handle="shop-decodables"] .navbar-dropdown, .navbar-item[data-navlink-handle="shop-decodables"] .navbar-submenu{
  display: block!important;
  opacity: 1!important;
}
 .navbar-item[data-navlink-handle="shop-decodables"] .navbar-submenu{
  display: flex!important;
  opacity: 1!important;
   pointer-events: all;
} */
.has-submenu label .navbar-link:after {
    top: 30%!important;
    transform: rotate(-90deg)!important;
}
.navbar-dropdown .has-submenu:hover span{
    color: #fff!important;
}
.navbar-submenu {
    display: flex!important;
  visibility: hidden;
  pointer-events: none;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 10px;
    border-left: none;
    position: absolute;
    left: 93.5%;
    top: 0;
    height: 100%;
    background-color: white;
    justify-content: center;
    align-items: center;
  font-size: 16px;
  border-bottom-right-radius: 15px;
      box-shadow:5.3px 7.5px 5px #00000040;

  transition: all .2s ease-in;
  opacity: 0;
      align-items: flex-start;
    padding: 20px 10px 3px 35px;
  padding-left: 25px;
}
.has-submenu:hover>.navbar-submenu{
  display: flex;
    transform: translateX(0px);
  opacity: 1;
    visibility: visible;
  pointer-events: all;
  padding-left: 35px;
}
.has-submenu>.navbar-submenu:hover{
  display: flex;
    transform: translateX(0px);
  opacity: 1;
    visibility: visible;
  pointer-events: all;
}
.navbar-submenu li {
      min-width: 155px;
    text-align: center;
  margin: 0 5px;

}
.has-submenu:first-child .navbar-submenu li {
      min-width: 135px;
    text-align: center;
  margin: 0 5px;
}
.navbar-submenu li a{
    justify-content: center;
        flex-direction: column;
  padding: 0!important;
}
.navbar-submenu a:hover {
    background-color: white!important;
    color: black!important;
}
.navbar-item img {
    max-height: none;
  display: block;
}
.navbar-submenu>li>a>div{
  max-width: 135px;
  margin: 0 auto 15px;;
}

body.cart .additional-checkout-buttons {
  display: none;
}
.cart__checkout .checkout{
      padding: 20px 60px;
    height: auto;
    min-width: 273px;
}
.cart__text a{
  color: black;
  font-weight: 500;
}
.cart__product-option-name{
  font-weight: 700;
}
body.cart .quantity-wrapper .quantity-plus .icon, .quantity-wrapper .quantity-minus .icon {
    padding: 1px;
  fill: black;
}
/* .navbar-item:last-child a:active{
 background-color: #5ea554;
}
 */

/* 
@media only screen and (min-width: 1270px){
.mobile-header {
    display: none;
}
}
*/
@media only screen and (max-width: 1415px){
.header {
    letter-spacing: normal;
    font-size: 14px;
}
  .header__menu-items .navbar-item.header__item:last-child {
       font-size: 14px;
  }
  .header__menu-items .navbar-item.header__item:nth-last-child(2){
       font-size: 14px;
  }
  .navbar-dropdown--below-parent a {
    font-size: 14px!important;
  }
  .navbar-submenu li {
    min-width: 105px;
    text-align: center;
    margin: 0 5px;
}
  .has-submenu:first-child .navbar-submenu li {
    min-width: 95px;
    text-align: center;
    margin: 0 5px;
}
} 

@media only screen and (min-width: 799px){
.mobile-header {
    display: block;
}
  .mobile-menu__toggle-button {
    display: block;
}
}
@media only screen and (min-width: 1080px){
.mobile-header {
    display: none;
}
    .mobile-menu__toggle-button {
    display: none;
}
}
@media only screen and (max-width: 1079px){
header.header {
    display: none;
}

}

.mobile-logo .image-element__wrap {
    max-width: 100px!important;
}

.mobile-dropdown__position--right {
    order: 3;
    padding-top: 5px;
    padding-left: 22px;
}

.mobile-menu {
    max-height: 100%;
    min-height: 100vh;
    left: auto;
    right: -100%;
    position: absolute;
    top: 100%;
    transition: right .3s ease-in-out;
    width: 80%;
    z-index: 40;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  background-color: #cbe9fb!important;
  padding: 20px; 
}
body.mobile-menu--opened .dynamic-sections{
  filter:brightness(.6);
}
.mobile-menu .mobile-menu-link, .mobile-menu .mobile-menu__item{
  color: black !important;
  font-weight: bold;
  font-size: 22px; 
}
.mobile-menu__list-item:last-child .mobile-menu__item {

      background-color: #64cd56;
  font-size: 18px;
    border-bottom: none;
    justify-content: center;
    min-width: 275px;
  max-width: 275px;
    margin: 30px auto;
    border-radius: 12px;
  box-shadow: 0 3.2px 3.2px 0 rgba(0, 0, 0, 0.25);

}


.mobile-menu .mobile-menu-link, .mobile-menu .mobile-menu__item{
border-bottom: 1px solid #044399;
 }

.mobile-menu .mobile-menu-link:hover, .mobile-menu .mobile-menu__item:hover{
  color: white;
}

.mobile-menu__submenu-list-item .mobile-menu-link, .mobile-menu__submenu-list-item .mobile-menu__item{
  font-size: 18px;
  border-bottom: none;
  font-weight: 500;
}
.mobile-menu__submenu.has-dropdown{
  margin-left: 0;
}

.mobile-menu__submenu {
  border-left: none;
}
.mobile-menu__toggle-icon.is-active+.mobile-menu {
    transition: right .5s; 
     left: auto;
    right: 0;
}

.mobile-menu__item img{
  max-width: 60px;
}
.mobile-menu-link:after {
    border-color: #007ace;
    right: 2em;
    z-index: 4;
    font-size: 14px;
}

.ajax-cart__form {
    max-height: 90vh;
    overflow: scroll;
}

.ajax-cart__button{
      font-size: 18px;
    padding: 15px 50px !important;
  width: fit-content;
  min-width: 253px;
  display:block;
  margin: 10px auto 0;
  
}
.button.button--add-to-cart.:hover{
      color: white
}
#shopify-section-template--17065986457841__index_jrr_hero_hPxiCi .buttons-inner a {
  margin: 0 5px;
}
@media only screen and (max-width: 750px){
.announcement-bar.is-regular {
    font-size: 12px;
  letter-spacing: 3.36px!important;
}
  #shopify-section-template--17065986457841__index_jrr_hero_hPxiCi .buttons-inner a {
  margin:5px;
}
  .announcement-bar.is-regular p{
    font-size: 12px;
  letter-spacing: 3.36px!important;
    padding: 0
}
  .mobile-search form {
    background-color: #fff;
    margin: 0;
    padding: 50px 20px;
    position: relative;
    width: 100%;
    height: 50vh;
}
  .mobile-search .control .icon {
    transform: translateY(-50%);
    padding: 0;
    pointer-events: initial;
    z-index: 2;
    cursor: pointer;
    top: -100%;
    color: #7a7a7a;
}

}
@media only screen and (max-width: 600px){ 
  .quantity-wrapper.quantity-style--box .quantity-input-control input {
    border-top: 1.5px solid black;
    border-bottom: 1.5px solid black;
    font-weight: 500;
    font-size: 15px;
    padding: 0!important;
    width: 50px;
    height: 54px;
}
  .cart__price{
    margin-top: 10px;
  }

.mobile-menu {

    width: 95%;
}
}

/* Ajax Cart */
.ajax-cart {
    font-size: 20px;
}
.ajax-cart__subtotal{
  font-weight: 500;
}
.ajax-cart__taxes-shipping-message{
  font-size: 14px;
}
.ajax-cart__product-title{
  font-weight: 500;
}
@media only screen and (max-width: 760px){
.ajax-cart {
    font-size: 14px;
}
  .button.button--add-to-cart, .cart__checkout .checkout {
    font-size: 18px!important;
  }
  .cart__checkout-container .is-justify-end{
    justify-content: center;
  }
}
/* Footer */

.footer__heading {
    font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px; 
}

.footer__content .container{
  padding: 70px 0;
}
.footer__menu-link{
font-size: 18px;
}

.footer__menu-link:not(:last-child){
  margin-bottom: 15px;
}

.footer-bg{
      position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
}
section.footer__content{
      position: relative;
    padding-bottom: 8vw;
}
.footer__credits{
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #0076d6;
}
.sub-footer__row{
  justify-content: center;
  padding: 20px 0;
}

/* stickers */
.has-sticker{
  position:relative;
}
.sticker{
  position: absolute;
    max-width: 200px ;
}
.testimonial-sticker{
top: 0;
    transform: translateY(-54%) rotate(-7deg);
    width: 16%;
      left: 2%;
}
.collection-sticker{
      top: -65px;
    transform: translateY(-54%) rotate(0deg);
    width: 16%;
    right: 2%;
}
.collection-sticker-2{
      top: -35px;
    transform: translateY(-54%) rotate(0);
    width: 12%;
    right: 5%;
}

.takehome-sticker{
      right: -5%;
    top: -75px;
    z-index: 1;
}
/* Home */


.jrr-hero .button{
  margin: 5px;
}
.jrr-hero .video__container{
  width: 40%;
  pointer-events: all;
   border-radius: 22.9px;
  box-shadow: 0 4.2px 4.2px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
  .jrr-hero .video-wrapper .image-wrapper img{
      border-radius: 22.9px;
  }
  .jrr-hero .video-wrapper .image-wrapper{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

.jrr-hero .caption-content{
  padding-top:0;
}

.jrr-hero .pretext, .banner__heading {
font-size: 36px; 
  font-weight: bold;
  margin-bottom: 5px;
}

.jrr-hero .banner__subheading:not(.pretext){
  font-size: 22px;
  max-width: 725px;
}
 .jrr-hero .buttons-inner:before{
    content: "";
    background-color: #0076d6;
    width: 200%;
    height: 120vw;
    box-shadow: 0 3.4px 3.4px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -112vw;
    border-radius: 50%;
  }
.jrr-hero video{
  border-radius: 22px;
}

@media only screen and (max-width: 1250px){
  .jrr-hero .pretext, .banner__heading {
font-size: 38px; 
}

.jrr-hero .banner__subheading:not(.pretext){
  font-size: 20px;
  max-width: 725px;
}
  .jrr-hero .caption-content{
  padding-bottom: 20px;
}
}
@media only screen and (max-width: 1150px){
 .jrr-hero .buttons-inner:before {
        top: -106vw;
  }
 .jrr-hero .buttons-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1000px){
    .jrr-hero .pretext, .banner__heading {
font-size: 25px; 
line-height: 1.2;
}

.jrr-hero .banner__subheading:not(.pretext){
  font-size: 18px;
  max-width: 625px;
}
   .jrr-hero .buttons-inner:before {
        top: -112vw;
  }
}
@media only screen and (min-width: 600px){
.jrr-hero  .is-hidden-desktop-only {
    display: none!important;
}
  .jrr-hero .video-wrapper .image-wrapper{
    display: none!important;
  }
}
@media only screen and (max-width: 798px){
.jrr-hero  .is-hidden-mobile-only {
    display: block!important;
}
      .jrr-hero .pretext, .banner__heading {
font-size: 20px; 
}

.jrr-hero .banner__subheading:not(.pretext){
  font-size: 13px;
  max-width: 425px;
}
    .jrr-hero .buttons-inner:before {
        top: -108vw;
  }
  .takehome-sticker{
     display: none;
}
}
@media only screen and (max-width: 599px){
.jrr-hero  .is-hidden-mobile-only {
    display: none!important;
}
.jrr-hero  .caption{
  top: 40%;
}
  
.jrr-hero .video__container {
    width: 60%;
  overflow: hidden;
}
  .jrr-hero .buttons-inner:before {
    top: -93vw;
}
    .jrr-hero .caption-content{
  padding-bottom: 10px;
}
}


.jrr-grid .grid-item{
    box-shadow: 0 10.9px 13.6px 4.1px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
  overflow: hidden;
  background-color: white;
  display: flex;
      flex-direction: column;
    justify-content: space-between;
}

.jrr-grid .section--grid-section .grid-items-wrapper {
    gap: var(--grid-gap, 6vw);
}

.jrr-grid .section--grid-section .grid-item__heading {
  font-weight:bold;
}
.jrr-grid .section--grid-section .grid-item__text {
  color:black!important;
  font-size: 24px;
}

 .jrr-grid .grid-item__text-content {
    margin-bottom: 40px!important;
}

.jrr-grid .grid-item img{
  width: 70%;
}

.jrr-grid .section--grid-section .grid-item__button {
    margin-top: 20px;
    justify-content: space-evenly;
}
.jrr-grid .grid-item__button .button{
  padding: 12px 40px !important; 
}

.collection-tabs{
  display: flex;
  justify-content: space-between;
  
}
.jrr-grid .grid-item__text-content{
  background-color: white;
}

.jrr-grid .grid-item:nth-child(odd) .grid-item__button .button:nth-child(2):hover{
  background-color: #0c346b!important;
  border-color: #0c346b!important;
}
  

.jrr-grid .grid-item:nth-child(even) .grid-item__button .button:nth-child(2):hover{
   background-color: #09601f!important;
  border-color: #09601f!important;
}

.jrr-grid.grid-item__button.buttons{
  flex-wrap: nowrap;
}
@media only screen and (max-width: 798px){


 .jrr-grid  .grid-item {
    flex-direction: row;
  }
 .jrr-grid .grid-item:nth-child(odd){
    flex-direction: row-reverse;
  }
.jrr-grid  .section--grid-section .grid-item__image-wrapper {
    height: 100%;
  display: flex;
  }
.jrr-grid  .grid-item__text-content{
    flex: 1 0 60%;
    padding: 0 20px;
    margin-bottom: 15px!important;
  }
.jrr-grid  .grid-item__link{
    flex: 1 0 40%;
}
.jrr-grid .section--grid-section .grid-item__heading{
    font-size: 18px;
  }
.jrr-grid .section--grid-section .grid-item__text{
   font-size: 12px; 
  }
}

@media only screen and (max-width: 600px){
  .jrr-grid .grid-item__button .button{
  padding: 5px 10px !important; 
}
  .jrr-grid .grid-item img{
  width: 100%;
    object-fit: contain!important;
}
  .jrr-grid .grid-item__text-content {
    width: auto;
    padding: 0 8px;
    margin-bottom: 15px!important;
    
}
 .jrr-grid .section--grid-section .grid-item {
    margin-inline: 0px;
    width: calc(100% - 0px);
}
  .jrr-grid .grid-item__link {
    flex: 1 0 33%;
}
  /* .jrr-grid .grid-item__text-content {
    flex: 1 0 67%;
  } */
    .jrr-grid .grid-item__text-content .button{
   margin:2px !important;
  }

  .jrr-grid .grid-item {
border-radius: 15px;
}
}



.jrr-circles .section--grid-section .grid-items-wrapper {
    width: 96%;
    margin: 0 auto;
    gap: var(--grid-gap, 3vw);
}

  .jrr-circles .section--grid-section .grid-item__image-wrapper {
    BORDER-RADIUS: 50%;
    PADDING-BOTTOM: 84%;
    width: 84%;
    margin: 0 auto;
    overflow: visible;
    box-shadow: 0 3.9px 3.9px 0 rgba(0, 0, 0, 0.25);
    transition: all .2s ease-out;
  }

.jrr-circles .image-element__wrap {
  position: absolute;
  overflow: visible;
  WIDTH: 120%;
  LEFT: -10%;
  max-width: 120%;
  transition: all .2s ease-in;
 
}
.jrr-circles .grid-item:nth-child(2) .image-element__wrap {
  WIDTH: 110%;
  LEFT: -5%;
  max-width: 110%;
}
.jrr-circles .grid-item:nth-child(2) .image-element__wrap img {
  object-fit: none !important;
}
.jrr-circles .grid-item__text-content{
  width: 85%;
  margin: 40px auto 0!important;
}
.jrr-circles .grid-item__heading{
  font-weight: 500;
  transform-origin: bottom;
  transition: all .1s ease;
}

.jrr-circles  .grid-item__image-overlay {
    position: absolute;
    top: 49%;
    width: 80%;
    left: 10%;
  /* transform: scaleY(0); */
  transform-origin: bottom;
  opacity:  0;
   transition: all .15s ease-in-out;
}

.jrr-circles .grid-item .grid-item__image-overlay p{
  color: black;
  font-size: 14px;
}
.jrr-circles .section--grid-section .grid-item__button {
    margin-top: 10px;
    justify-content: center;
  font-size: 16px;
}
.jrr-circles .section--grid-section .grid-item__button a{
    font-size: 16px;
}
.jrr-circles .grid-item__link{
      width: 100%;
    position: absolute;
    height: 100%;
    z-index: 5;
}
.jrr-circles .grid-item {
  position: relative;
}

.jrr-circles .h2{
  text-align: center;
  margin-bottom:65px;
}
.jrr-circles .h2 strong{
  position: relative;
}
.jrr-circles .h2 strong:after{
position: absolute;
    display: block;
    bottom: -45px;
    width: 150%;
    height: 50px;
    left: -20%;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
  background-image: url('/cdn/shop/files/Homepage_Underline.png?v=1707845054');
}
@media only screen and (max-width: 1150px){
  .jrr-circles .section--grid-section .grid-item__image-wrapper {
    BORDER-RADIUS: 50%;
    PADDING-BOTTOM: 85%;
    width: 85%;
  }
  .jrr-circles .grid-item .grid-item__image-overlay p {
    font-size: 12px;
  }
  .jrr-circles .section--grid-section .grid-item__button {
    margin-top: 4px;
  }
  }
@media only screen and (min-width: 1050px){
  .jrr-circles .grid-item:hover .grid-item__image-overlay {
  /* transform: scaleY(1); */
  opacity:  1;
}
  .jrr-circles .grid-item:hover .grid-item__image-wrapper{
     transform: scale(1.4);
  transform-origin: top;
}
.jrr-circles .grid-item:hover  .image-element__wrap {
transform: scale(.8) translateY(-40%);
}

.jrr-circles .grid-item:hover .grid-item__heading{
  transform: scaleY(0);
  
}
}

@media only screen and (max-width: 1050px){
  .jrr-circles .grid-item__heading {
    font-size: 18px;
  }
  .jrr-circles .grid-item .grid-item__image-overlay p {
      font-size: 10px;
  }
}
@media only screen and (max-width: 798px){
  .jrr-circles  .grid-item{
    width: calc(45% - 0px);
    margin: 0;
    transform: scale(.8);
    opacity: .5;
    transition: transform .2s ease-in, opacity .2s ease-in;
  }
 .jrr-circles .grid-item__text-content{
   text-align: center;
 }
  .jrr-circles .section--grid-section {
    width: 100%;
  }
  .jrr-circles .section--grid-section .grid-items-wrapper {
    width: 100%;
  }
   .jrr-circles  .grid-item.is-selected{
     transform: scale(1);
    opacity: 1;
   }
}
@media only screen and (max-width: 600px){
.jrr-circles .h2 {
    margin-bottom: 25px;
  padding: 0 15px;
}
    .jrr-circles .grid-item__heading {
    font-size: 12px;
      
  }
.jrr-circles .grid-item__text-content {
  margin-top: 12px!important;
}
  .section--grid-section--show-nav-dots .grid-items-wrapper {
    padding-bottom: 35px;
}
}

/* .jrr-circles .image-element__wrap img {
  object-fit: contain!important;
} */
/* .jrr-slider .flickity-slider{
  min-height: 235px;
} */

.jrr-slider .gallery-cell{
    display: flex;
    border-radius: 15px;
    box-shadow: 0 4px 4px #00000040;
    width: 85%;
    margin: 0 30px 0px 4px;
    /* min-height: calc(100% - 7px);
    height: calc(100% - 7px); 
 */
}

.jrr-slider .mobile-shrink-text span{
font-weight: 500; 
font-size: 20px;
}
.jrr-slider .text{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  margin-left: 10px!important;
}

.jrr-slider .slideshow-classic-container .column:last-child{
  margin-left: 20px !important;
}

.jrr-slider .slideshow-2{
      margin-top: 20px;
    position: relative;
    left: 30px;
}
.jrr-slider .text-wrapper p{
  font-size: 22px;
  margin: 15px 15px 50px 0;
}

.jrr-slider .text-wrapper .button--primary:first-child{
  margin-bottom: 25px;
}
.jrr-slider .slideshow-classic__preheading {
  color: white;
  padding: 7px 20px;
  border-radius: 5px;
      width: fit-content;
  margin-bottom: 5px;
}

.jrr-slider .image-slideshow .caption-content {
  padding: 20px;
  min-width: 0;
}
.jrr-slider .image-slideshow .caption-content .button{
  flex: 0 0 90%;
  white-space: nowrap;
}

.jrr-slider .caption-content{
      height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jrr-slider .flickity-prev-next-button.previous {
  bottom: -65px;
  left:40%;
  background: #ffffff75;
}
.jrr-slider .flickity-prev-next-button.next {
  bottom: -65px;
  right:40%;
  background: #ffffff75;
}

.jrr-slider .slideshow-classic:first-child .flickity-prev-next-button{
 opacity: 0;
}
  .jrr-slider .gallery-cell .image-element__wrap {
    min-width: 150px;
}
  .jrr-slider .text-align-{
    width: 100%;
        flex: 1 0 60%;
  }
@media only screen and (max-width: 798px){
  .jrr-slider .text-wrapper .button--primary:first-child {
    margin-bottom: 0px;
}
  .jrr-slider .text .buttons{
        justify-content: center;
    margin-bottom: 20px;
  }
   .jrr-slider .buttons{
        justify-content: center;
  }
  .jrr-slider .text {

    padding-left: 0;
    padding-top: 30px;
    margin-left: 0px!important;
    margin-right: 0px!important;
    width: 95%!important;
    margin: 0 auto!important;
    text-align: center;
  }
  .jrr-slider .text-wrapper p {
    font-size: 20px;
    margin: 10px 10px 20px;
}
  .jrr-slider .gallery-cell {
    border-radius: 25px;
    overflow: hidden;
  }
  .jrr-slider .flickity-prev-next-button.previous {
  display: none;
}
.jrr-slider .flickity-prev-next-button.next {
  bottom: -65px;
  right:20px;
  display: block!important;
}
  .jrr-slider .text-align-{
    width: 100%;
  }

}



.tab-content{
  width: 100%;
}
.collection-tabs li{
  font-size: 25px; 
  font-weight: bold;
  position: relative;
    cursor: pointer;
  padding:0 10px 15px;
}
.collection-tabs li:after{
  height: 9px;
  width: calc(100% + 10px);
  border-radius: 80px;
  background-color: #fa0505;
  content: "";
  position: absolute;
  bottom: 3px;
  left: -5px;
  opacity: .5;
  transition: all .15s ease-out;
}
.collection-tabs li.active:after{
  transition: all .0s ease-out;
    opacity: 1;
}
.collection-tabs li:not(.active):hover:after{
    opacity: .7;
}

.tab-content {
        opacity:0;
        padding: 20px;
        background-color: #fff;
       pointer-events: none;
     position: absolute;
       width: 100%;
       min-height: 500px;
           top: 0;
       left: 0;
    }

    .tab-content.active {
       opacity: 1;
      pointer-events: all;
      
    }
.jrr-fc .featured-collection{
  min-height: 500px;
  padding-top: 500px;
  margin-top: 35px;
}
.jrr-fc .product-wrap{
  border: 5PX SOLID #01429a;
  border-radius:  15px;
  box-shadow: 0 4.5px 3.4px #0003;
  position: relative;
  padding-bottom:150px;
}
.jrr-fc .thumbnail__caption{
   padding:  30px 18px 18px;
  font-size: 22px;
}
.jrr-fc .thumbnail__caption a{
  color: black;
  font-weight: bold;
}

.jrr-quick{
    padding: 30px 18px 12px;
    min-height: 140px;
    position: absolute;
    width: calc(100% + 2px);
    bottom: -150px;
    left: -1px;
    z-index: 10;
    overflow: hidden;

}
.jrr-quick .product_form{
  height:0;
   transition:all .3s ease-in-out;
  opacity: 0;
  transform: translateY(10px);
}
.jrr-quick:hover .product_form{
  height: auto;
  opacity: 1;
   transform: translateY(0px);
}


.jrr-fc .product-image__wrapper {
    position: relative;
    min-height: 15vw;
}
.featured-collection__button{
    padding: 20px 6px 2px!important;
    border-bottom: 2px solid black!important;
  text-decoration: none!important;
  font-weight: 400!important;
    font-size: 24px!important;
}
@media only screen and (min-width: 1350px){
.jrr-fc .product-image__wrapper {
    position: relative;
    min-height: 12vw;
    max-height: 250px;
}
}
@media only screen and (min-width: 1550px){
.jrr-fc .product-image__wrapper {
    position: relative;
    min-height: 12vw;
    max-height: 250px;
}
}
@media only screen and (min-width: 1650px){
.jrr-fc .product-image__wrapper {
    position: relative;
    min-height: 11vw;
    max-height: 250px;
}
}
.jrr-quick button.quick{
    position: absolute;
    transition: all .3s ease-in-out;
    top: 43px;
    left: 15%;
    width: 70%;
    display: block;
    margin: 0 auto;
  background-color: rgba(255,255,255, .75);
}
.jrr-quick:hover button.quick{
     transform: translateY(calc(-100% - 50px));
}

/* .jrr-quick button.quick{
    transform: translateY(calc(-100% - 40px));
} */
.jrr-quick .swatch label {
  font-size: 18px;
  border: 2px solid white;
  border-radius: 6px;
  padding: 10px 15px;
  color: white;
}
.jrr-quick .swatch-element {
  border: none;
  }
.jrr-quick input:checked+.swatch-element {
  box-shadow: none;
}
.cart-warning__message {
    border-radius: 6px;
    padding: 5px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    border: 1px solid black;
}
.jrr-quick .swatch .option-title {
    color: white;
}
.jrr-quick input:checked+.swatch-element label {
  background-color: white;
  color: black;
  border-color: black;
}

.jrr-fc .flickity-prev-next-button.previous {
    left: -50px;
  height: 60px;
  width: 60px;
}
.jrr-fc .flickity-prev-next-button.next{
    right: -50px;
  height: 60px;
  width: 60px;
}

.jrr-quick .button--add-to-cart {
  box-shadow: 0 4.1px 4.1px 0 rgba(0, 0, 0, 0.25);
   background-color: rgba(255,255,255, .75);
  border-radius: 50%;
  width: 60px;
  height: 60px!important;
  min-height: 60px!important;
  min-width: 60px;
  max-width: 60px;
  border: none;
  padding: 5px;
}
.jrr-quick .button--add-to-cart .icon{
height: 32px;
    width: 32px;
    left: -2px;
    top: 2px;
    position: relative;
    fill: #000;
      cursor: pointer!important;
}
.jrr-quick .selector-wrapper label{
  display: none;
}

.product_form select{
padding: 2px 10.4px;
  border-radius: 6px;
  border: solid 2px #000;
  color: black;
  font-weight: 500;
  
}

.select select:hover{
   border: solid 2px #000;
}
.select select:focus{
  outline: none;
}
.jrr-quick .select:after{

    font-weight: 700;
    border-left: 2px solid black!important;
    padding-left: 8px;
    right: 10px!important;
    height: calc(100% - 2px);
    line-height: 40px!important;
}

.jrr-quick .purchase-details .purchase-details__spb--true {
    flex: 1 0 100%;
    align-items: flex-end;
    width: 100%;
    margin-top: -53px!important;
    margin-left: 0;
    justify-content: flex-end;

}
.jrr-quick .select, .jrr-fc .swatch__options {
    max-width: calc(100% - 70px);
}

.jrr-quick  .selector-wrapper:last-of-type {
    margin-bottom: 6px;
}
.image-with-text__text h3{
  font-weight: 500;
}
.image-with-text__text p{
  font-size: 25px;
  line-height: 1.2;
}
.image-with-text__text p~ul{
  margin-top: 20px;
}
.image-with-text .is-40{
  width: 40% !important;
  margin: 0;
}
.image-with-text .is-60{
  width: 60% !important;
   margin: 0;
}

.image-with-text__heading.is-large {
  font-size: 36px;
  padding-bottom: 0;
  font-weight: bold;
}
.image-with-text__text.is-large p{
  font-size: 40px;
}
  @media only screen and (max-width: 1100px){
    .collection-tabs li {
      font-size: 20px;
    }
    .jrr-quick button.quick {
         font-size: 20px;
    }
    .collection-tabs {
    display: flex;
    justify-content: space-around;
}
  }
  @media only screen and (max-width: 798px){
.collection-tabs li:after {
    height: 35px;
    width: calc(100% + 10px);
    border-radius: 80px;
    background-color: #fa0505;
    content: "";
    position: absolute;
    bottom: 9px;
    left: -5px;
    z-index: -1;
    opacity: 1;
    transition: all .15s ease-out;
}
    .collection-tabs{
      color: white;
      font-weight: normal;
      padding: 10px 20px 0;
    }

    .jrr-fc>section{
      width: 100%;
    }
    .tab-content {
    opacity: 0;
    padding: 20px 0;
    }


      /* .collection-tabs {
   flex-wrap: wrap;
} */
  }
  @media only screen and (max-width: 600px){
    .jrr-fc .purchase-details .purchase-details__spb--true {
    flex: 1 0 100%;
    align-items: flex-end;
    width: 100%;
    margin-top: 0px!important;
    margin-left: 0;
    justify-content: flex-end;

}
    .jrr-fc .select, .jrr-fc .swatch__options {
  max-width: calc(100% - 0px); 
}
    .jrr-quick {
    padding: 12px 12px 6px;
    min-height: 140px;
    position: absolute;
    width: calc(100% + 2px);
    bottom: -150px;
    left: -1px;
    z-index: 10;
    overflow: hidden;
}
    .jrr-fc .button--add-to-cart .icon {
    height: 23px;
    width: 23px;
    }
    .jrr-fc .button--add-to-cart {
  
    width:50px;
    height: 50px!important;
    min-height: 50px!important;
    min-width: 50px;
    max-width: 50px;
    border: none;
    padding: 5px;
}
    .product_form select {
      border-width: 1px;
    }
    .jrr-fc .select:after {
      border-left: 1px solid black!important;
    padding-left: 5px;
    right: 7px!important;
    top: 14px!important;
    height: calc(100% - 5px);
    line-height: 25px!important;
}

   .jrr-fc .smart-payment-button--true .purchase-details {
    padding-bottom: 0px;
}
    .jrr-quick .swatch label {
    font-size: 12px;
    border: 1px solid white;
    border-radius: 6px;
    padding: 7px 10px;
    color: #fff;
    line-height: 12px;
    height: 30px;
    min-height: 10px;
}
    .jrr-quick .swatch .option-title {
    font-size: 12px;
}
.collection-tabs li:after {
    height: 36px;
    width: calc(100% + 20px);
    border-radius: 80px;
    background-color: #fa0505;
    content: "";
    position: absolute;
    bottom: 5px;
    left: -11px;
    z-index: -1;
}
        .jrr-fc .gallery-cell{
      transform: scale(.85);
      transition: transform .2s ease;
      margin-right: 0;
      margin-left: 0;
    }
    .jrr-fc .gallery-cell.is-selected{
      transform: scale(1);
    }
    .featured-collection__title{
      color: black;
    }
       .collection-tabs{
      justify-content: center;
         flex-wrap: wrap;
    }
    .collection-tabs li{
      margin: 0 15px 20px;
      font-size: 13px;
    }
    .collection-tabs {
    color: #fff;
    font-weight: 400;
    padding: 10px 10px 0;
}
    .jrr-fc .featured-collection {
    min-height: 200px;
    padding-top: 310px;
    margin-top: 0;
}
    .jrr-fc .flickity-slider{
      align-items: center;
          display: flex;
    }

    .jrr-quick {
      bottom: -100px;
      min-height: 100px;
    }
    .jrr-fc .product-wrap {
      padding-bottom: 100px;
    }
    .jrr-quick button.quick {
      top: 30px;
    }
      .jrr-slider .text-wrapper p {
    font-size: 14px;
    margin: 10px 10px 10px;
}

 .jrr-fc .gallery-cell {
       width: calc(65% - 20px);
 }
    .collection-tabs li {
    margin: 0 13px 20px;
    font-size: 13x;
      padding: 0 7px 15px
}
    .tab-content {
      padding: 0;
    }
    .jrr-fc .thumbnail__caption {
    padding: 15px 9px;
    font-size: 14px;
}
    .image-with-text__text.is-large p {
    font-size: 14px;
}
.image-with-text__heading.is-large h3{
    font-size: 14px;
}
    #shopify-section-template--17065986457841__3c35f2da-6078-4d2b-a1ee-0549780ddf21-text-1 .image-with-text__heading.is-large{
    font-size: 14px;
}
    .image-with-text__text-column.is-40 {
    padding: 15px 10px;
}
  }



@media only screen and (max-width: 798px){
  .image-with-text__image-column {
    order: var(--image-flex-order);
    height: auto;
}
  .image-with-text__heading.is-large {
  font-size: 26px;
}
.image-with-text__text.is-large {
  font-size: 26px;
}
}
@media only screen and (max-width: 600px){

  .image-with-text__heading.is-large {
  font-size: 22px;
    line-height: normal;
    padding-bottom: 0px;
}
.image-with-text__text.is-large {
  font-size: 18px;
}
}


.jrrtestimonials h2, .jrrtestimonials h3{
  text-align: center;
}

.jrrtestimonials .testimonials{
  margin-top: 40px;
}

.jrrtestimonials .testimonial__nav-wrapper{
  display: none;
}

.jrrtestimonials .testimonial__description{
  text-align: center;
   font-size: 22px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 3.5px solid black;
  position: relative;
  overflow: visible;
  flex: 1 0 100%;
  padding: 35px;
}
.jrrtestimonials .quotemarks{
  position:absolute;
  left: 50%;
  top:0;
  width: 20%;
  transform: translate(-50%,-58%);
}

.jrrtestimonials .testimonial-block{
  flex-direction: column;
  padding-top: 2.5vw;
     width: calc(29% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.jrrtestimonials section{
  width: 100%;
  max-width: none;
  padding:0 0 80px 5%;

}
 .jrrtestimonials .testimonial__name{
  padding: 20px;
   font-size: 18px;
   text-align: center;
     border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
   height: 135px;
   min-height: 135px;
   box-shadow: 0 4.5px 3.4px 0 rgba(0, 0, 0, 0.2);
   margin-bottom:6px;
}
 .jrrtestimonials .flickity-button.previous{
   display: none;
 }
 .jrrtestimonials .flickity-button-icon{
   fill: white;
 }
 .jrrtestimonials .flickity-button{
   background-color: rgba(0, 0, 0, 0.5);
   box-shadow: 0 3.4px 3.4px 0 rgba(0, 0, 0, 0.25);
}
 .jrrtestimonials .flickity-button:hover{
     background-color: rgba(0, 0, 0, 0.65);
}
.jrrtestimonials .flickity-prev-next-button.next {
    right: 45px;
      width: 60px;
    height: 60px;
}
.jrrtestimonials .testimonials .flickity-page-dots {
    display: block!important;
}

.jrrtestimonials .testimonials .flickity-page-dots {
    bottom: -40px;
}

@media only screen and (max-width: 1023px) {
  .testimonial-sticker{
    display: none;
  }
  .collection-sticker{
    display: none;
  }
  .jrrtestimonials .testimonials {
    margin-top: 15px;
}
  .jrrtestimonials .testimonials .flickity-page-dots {
    bottom: 0px;
}
  .jrrtestimonials .testimonial__description{
    border: none;
  }
  .jrrtestimonials .testimonial-block{
    width: 55%;
    transform:scale(.9);
    transition: transform .15s ease-in;
    padding-top: 5.5vw;
    
  }
  .jrrtestimonials .testimonial-block.is-selected{
    transform:scale(1);
  }
  .jrrtestimonials section{
  width: 100%;
  max-width: none;
  padding:0 0 40px 0;

}
  .jrrtestimonials .testimonial__description{
      padding: 40px 30px 30px;
    height: 100%;
    min-height: 200px;
  }
   .jrrtestimonials .testimonial__name{
   height: 105px;
   min-height: 100px;
   }
   /* .jrrtestimonials .testimonial-block, .jrrtestimonials .flickity-viewport{
  overflow: visible;
} */
  /* .jrrtestimonials .testimonials{
    width: 60%;
  } */
  .jrrtestimonials .flickity-prev-next-button.next {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
    .jrrtestimonials .testimonial__description{
   font-size: 16px;
      padding: 30px 20px 20px;
  }
    .jrrtestimonials section{
  width: 100%;
  max-width: none;
  padding:0 0 20px 0;

}
   .jrrtestimonials .testimonial__name{
   font-size: 14px;
      padding: 15px;
   }
}

/* .jrrtestimonials .testimonial-block, .jrrtestimonials .flickity-viewport{
  overflow: visible;
}
 */
/* Responsive */
@media only screen and (max-width: 1350px) {
.testimonial-sticker{
      left: 1%;
}
  .collection-sticker{
    right: 1%;
  }
  .collection-sticker-2{
     right: 5%;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__heading {
  font-size: 20px;
  margin-bottom: 20px; 
}
.footer__content .container{
  padding: 40px 0 60px;
}
.footer__menu-link{
font-size: 16px;
}
}

@media only screen and (max-width: 798px){
  .footer__block{
    width: calc(50% - 20px);
    margin-bottom: 30px;
}
  .footer__content .container {
       max-width: 550px!important;
}
  .footer__content .container{
  padding: 40px 0 30px;
}

}
@media only screen and (max-width: 600px){

    .footer__heading {
  font-size: 17px;
  margin-bottom: 15px; 
}
  .footer__content .container{
  padding: 20px 0 20px;
}
  section.footer__content{
      position: relative;
    padding-bottom: 3vw;
}
}


/*Take Home Page */

.jrr-page-hero .is-width-wide .container{
width:90%;
max-width: 1600px;
  }

.jrr-page-hero h1{
  font-size: 46px;
  font-weight: bold;
  padding-bottom: 5px;
  /* text-wrap: nowrap; */
}
.jrr-page-hero h2{
  font-size: 46px;
  font-weight: normal;
  /* text-wrap: nowrap; */
}
.page-spanish-decodables .jrr-page-hero p, .page-th-packs .jrr-page-hero p{
  font-size: 25px;
  line-height: 1.2;
}

 .jrr-page-hero .image-with-text__wrapper{
  max-width: 100%;
}
.jrr-page-hero .image-with-text__text{
  margin-bottom:60px;
}

body:not(.blog) .jrr-page-hero .image-with-text__text-column{
  width: calc(60% - 20px);
}
body:not(.blog) .jrr-page-hero .image-with-text__image-column{
  width: calc(40% - 20px);
}
.jrr-page-hero img{
      object-fit: contain!important;
}

@media only screen and (max-width: 1100px){
  .page-spanish-decodables .jrr-page-hero p, .page-th-packs .jrr-page-hero p{
  font-size: 20px;
}
  .jrr-page-hero h1{
  font-size: 36px;
}
.jrr-page-hero h2{
  font-size: 36px;
}
.jrr-page-hero p{
  font-size: 22px;
}
  /* .jrr-page-hero .is-width-wide .container {
    flex-wrap: nowrap!important;
  }
  .jrr-page-hero .image-with-text__text-column{
    width: 50%!important;
  } */
    .jrr-page-hero .image-with-text__text {
    margin-bottom: 40px;
}

}

@media only screen and (max-width: 760px){
  .page-spanish-decodables .jrr-page-hero p, .page-th-packs .jrr-page-hero p{
  font-size: 14px;
}
  .jrr-page-hero p {
    margin-top: 5px!important;
}
    .jrr-page-hero h1{
  font-size: 22px;
      padding-bottom: 0;
}
.jrr-page-hero h2{
  font-size: 22px;
  padding-bottom: 12px;
}
.jrr-page-hero p{
  font-size: 14px;
}
  .jrr-page-hero .is-width-wide .container {
    flex-wrap: wrap!important;
  }
  .jrr-page-hero .image-with-text__text-column{
    width: 100%!important;
    padding: 10px 20px 0;
  }
    .jrr-page-hero .image-with-text__text-column *{
    text-align: center!important;
      justify-content: center!important;
  }
  .jrr-page-hero img{
    max-width: 500px;
  }
  .jrr-page-hero .image-with-text__text {
    margin-bottom: 20px;
}
}



/* PDP */
.product-main section{
  padding: 80px 0 50px;
}

    @media only screen and (max-width: 1300px){
      .product-main section{
      padding: 60px 20px 50px;
}
    }
.product-main section .product_section{
  max-width: 1100px;
}
.product-jrr-product #wavy{
  position: relative;
  top: -5px;
      margin-bottom: -30px;
}

.product-jrr-product .product__images .image__container{
    border: 3px solid black;
    border-radius: 23px;
    overflow: hidden;
}
.product-jrr-product .product-gallery__image:nth-child(3){
  width: calc(38% - 10px);
  margin-right: 10px;
}
.product-jrr-product .product-gallery__image:nth-child(4){
  width: calc(62% - 10px);
  margin-left: 10px;
}

.product-jrr-product .product-gallery__main{
display: flex;
flex-wrap: wrap;}

.product-title{
  font-weight: bold;
  color: black;
}
.product-jrr-product h1.product-title{
  font-size: 32px;
  margin-bottom: 5px;
}

.product-jrr-product .subtitle .price{
  font-size: 24px;
}
  
.product-jrr-product .product__information{
  margin-left: 30px;
  width: calc(50% - 40px);
  padding-top: 10px;
}
.product-jrr-product .option-title{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.product-jrr-product .options-selection__option-name span{
  display: none;
  
}

.swatch label {
    font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
    line-height: normal;
  height: auto;
    padding: 14px;
}

.product-jrr-product .swatch-element {
     border: 1.5px solid black;
  border-radius: 10px;
    box-shadow: 0 3.3px 3.3px 0 rgba(0, 0, 0, 0.25);


   }
.product-jrr-product .swatch input:checked+.swatch-element {
    box-shadow: 0 3.3px 3.3px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
  border-width:3px;
}
.product-jrr-product .swatch input:checked+.swatch-element label{
  padding: 14.5px;
}
.product-jrr-product .swatch .swatch__option {
  margin-right: 24px;
}

.product-jrr-product .swatch-element span{
display: block;
  font-size: 16px;
  line-height: 20px;
font-weight: normal;
  text-transform: none;
   }

.product-jrr-product .purchase-details {
  display: block;
  height: auto;
  margin-top: 25px;
}
.purchase-details__buttons{
  height: auto!important;
margin-top: 35px !important;
}
.product-jrr-product .purchase-details .button--add-to-cart-quote{
  margin: 18px 0;
}

.quantity-wrapper.quantity-style--box .quantity-input-control input {
  border-top: 1.5px solid black;
  border-bottom: 1.5px solid black;
  font-weight: 500;
  font-size: 28px;
  padding: 0!important;
      width: 80px;
    height: 54px;
}
.quantity-wrapper.quantity-style--box .quantity-input-control--fill{
  width: 80px;
}

.quantity-minus.button, .quantity-plus.button, .quantity-minus.button[disabled], .quantity-plus.button[disabled]{
  background-color: white;
    border-top: 1.5px solid black;
  border-bottom: 1.5px solid black;
  padding: 0!important;

}
.quantity-plus.button:hover, .quantity-minus.button:hover{
   background-color: white;
}

.quantity-minus.button{
  border-left: 1.5px solid black;
  border-right: none;
  border-top-left-radius:16px!important;
  border-bottom-left-radius:16px!important;
}
.quantity-plus.button{
  border-right: 1.5px solid black;
  border-left: none;
   border-top-right-radius:16px!important;
  border-bottom-right-radius:16px!important;
}

.product-text{
  padding-left:23px;
  font-size: 22px;
  margin-top: 15px;
}

.product-text ul li{
  margin-bottom: 15px;
}

  .testimonial__name-with-image{
        display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
      .testimonial__name-with-image  .image-element__wrap{
            flex: 0 0 30%;
    width: auto;
    margin: 0;
      }
    .testimonial__name-with-image >div{
      flex: 0 0 62%;
    }
      .testimonial__name-with-image img{
       object-fit: contain!important;
  }

@media only screen and (max-width: 798px){
  body:not(.blog) .jrr-page-hero .image-with-text__text-column{
  width: calc(100% - 0px)!important;
}
body:not(.blog) .jrr-page-hero .image-with-text__image-column{
  width: calc(100% - 0px)!important;
}
  body.collection .image-with-text__wrapper *{
    text-align: center;
    justify-content: center;
  }
  .image-with-text__text p {
    font-size: 14px;
    margin-top: 10px;
}
  .product-jrr-product .product__information {
    margin-left: 30px;
    width: calc(100% - 40px);
    padding-top: 10px;
        margin-right: 30px;
}
  .product-gallery__image {
    width: 85%;
    margin: 0 10px 0 0;
    height: auto;
}
  .product-gallery .product-gallery__main .flickity-prev-next-button {
    display: none;
  }
  .product-main section {
    padding: 40px 0px 40px;
}
  .product__images{
    margin-left: 0!important;
     margin-right: 0!important;
    width: 100%;
    margin-bottom: 0;
  }
  .product-gallery__main{
    margin-left: 5%;
  }
    .product-gallery__main .flickity-slider{
      display: flex;
    align-items: center;
      
    }
  .product-jrr-product h1.product-title {
    font-size: 18px;
  }
  .product-text {
    padding-left: 0;
    font-size: 14px;
  }
  .product-jrr-product .option-title {
    font-size: 16px;
  }
  .product-jrr-product .swatch .swatch__option {
    margin-right: 10px;
}
  .swatch label {
    font-size: 14px;
  }
  .product-jrr-product .swatch label {
    padding: 12.5px;
}
  .product-jrr-product .swatch input:checked+.swatch-element label {
      padding: 12.5px;
}
  .product-jrr-product .swatch-element span {
    display: block;
    font-size: 12px;
  }
  .product-jrr-product .subtitle .price {
     font-size: 18px;
}
  .product-jrr-product  .quantity-wrapper .quantity-element {
    min-height: 57px;
        font-size: 21px!important;
}
}
    
@media only screen and (max-width: 600px){
    .purchase-details.has-quantity-box-true .purchase-details__spb--false .button--add-to-cart {
    width: 46%;
          padding: 15px 57px;
}

    .product-jrr-product .purchase-details .button--add-to-cart-quote {
    margin: 0px 0 0 4%;
}
}

.tabs-wrapper{
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
  position: relative;
 transition: all .3s ease;
  min-height: 500px;
  margin-bottom: 50px;
}


.product-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  color: white;
  font-size: 24px;
  flex: 1 0;
  align-items: flex-end;
  min-height: 103px;
  position: relative;
  
}

.product-tab {
  color: white;
  font-size: 24px;
  padding: 20px 25px 30px;
  flex: 1 0;
    flex: 1;
    text-align: center;
    cursor: pointer;
  font-weight: bold;
  border-top-right-radius:20px;
  border-top-left-radius:20px;
  transition: all .2s ease-in-out;
}
.product-tab:after {
height: 15px;
width: 100%;
bottom:0px;
left: 0;
content: "";
background-color: inherit;
position: absolute;
   transform-origin: bottom;
  transform: scaleY(0);
  z-index: 2;
  transition: .35s ease-out;

}
.product-tab:first-child {
background-color: #044399;
margin-right: 20px;
}
.product-tab:nth-child(2) {
 background-color: #068927;
 margin: 0 10px;
    }
.product-tab:last-child {
 background-color: #8559de;
 margin-left: 20px;
    }

.product-tab:not(.active):hover {
    /* filter: brightness(110%); */
   padding: 22px 25px 32px;
}

.product-tab.active {
   padding: 35px 25px 35px;
  font-size:25px;
}
.product-tab.active:after {
transform:scaleY(1);

}

.product-tab-content {
  visibility: hidden;
  opacity: 0;
    padding: 60px 60px 45px;
  transition: all .2s ease;
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
    min-height: 500px;
}
.product-tab-content:nth-child(2) {
background-color: #cbe9fb;
}
.product-tab-content:nth-child(3) {
 background-color: #cff0cc;
    }
.product-tab-content:last-child {
 background-color: #d1c0f2;
    }

.product-tab-content.active {
  visibility: visible;
      opacity: 1;
}

.product-tab-content .tab-inner{
transform: translateY(20px);
opacity: 0;
transition: all .4s ease-in-out;
}
.product-tab-content.active .tab-inner{
   transform: translateY(0px);
opacity: 1;
}
.product-tab-content h1, .product-tab-content h2, .product-tab-content h3, .product-tab-content h4, .product-tab-content h5, .product-tab-content h6{

font-weight: bold;
}
.product-tab-content p, .product-tab-content {
font-size: 22px;
}

.product-tab-content:nth-child(2) img{
  max-width: 40%;
}

.product-tab-content a{
  color: #0076d6;
  text-decoration:underline;
}

.product-tab-content-images img{
  display: block;
  margin: 0 auto;
    }
.product-tab-content-images:last-child img{
border-radius: 20px;
border: 2px solid  #8559de;
}


@media only screen and (max-width: 900px){
   .product-tab{
     padding-left: 15px;
     padding-right: 15px;
}
  .product-tab.active {
   padding: 30px 15px 33px;
  font-size:24px;
}
   .product-tab:not(.active):hover {
           padding-left: 15px;
     padding-right: 15px;
}
}


@media only screen and (max-width: 750px){
    .product-tab.active {
  font-size:18px;
}
  .product-tab{
    margin: 0!important; 
    font-size: 16px;
  }
  .product-tab-content {
    visibility: hidden;
    opacity: 0;
    padding: 30px 20px 30px;
  }
  .product-tab-content:nth-child(2) img{
  max-width: 100%;
    width: 100%;
}
  .product-tab-content p, .product-tab-content {
font-size: 16px;
}
}

@media only screen and (max-width: 600px){
  .product-tab{
    padding: 18px 6px 30px;
    margin: 0 !important;
    font-size:12px;
}
   .product-tab:not(.active):hover {
        padding: 18px 6px 30px;
    margin: 0 !important;
    font-size:12px;
   }
  .product-tab.active {
   padding: 25px 6px 32px;
  font-size:12px;
}
}

.jrr-video .inner{
  display: flex;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px; 
  padding-top: 70px;
  padding-bottom: 40px; 
}
.jrr-video  .text-container{
  flex: 1 0 50%;
  order:  2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.jrr-video .video__container {
    pointer-events: all;
    border-radius: 22.9px;
    box-shadow: 0 4.2px 4.2px #00000040;
  overflow: hidden;
  flex: 1 0 50%;
  align-self:center;
}
.jrr-video .video-wrapper{
  width: 100%;
}
.jrr-video video {
    border-radius: 22px;
}

.jrr-video .banner__heading{
font-size: 36px
}
.jrr-video .subtitle{
  font-size: 25px;
}
.jrr-video .caption-content{
    padding: 40px;
    min-width: 0px;
}
/* @media only screen and (min-width: 600px){
  .jrr-video .is-hidden-desktop-only, .jrr-video .video-wrapper .image-wrapper {
    display: none!important;
}
} */


.jrr-video .video-wrapper .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  cursor: pointer;
}
 @media only screen and (max-width: 900px){
   .jrr-video .inner{
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 20px;
   }
   .jrr-video .video__container {
      flex: 0 0 80%;
   }
   .jrr-video  .text-container{
  flex: 1 0 100%;
  order:  0;
   }

   .jrr-video .caption-content {
     padding: 30px;
     text-align: center;
     
   }

   
}
 @media only screen and (max-width: 600px){
   .jrr-video .banner__heading{
font-size: 20px
}
.jrr-video .subtitle{
  font-size: 14px;
}
      .jrr-video .caption-content {
     padding: 18px;
     text-align: center;
     
   }
 }


.collection-main .product-image__wrapper{
  border-radius: 20px;
  border: 4.5px solid black;
  padding: 0px 0 0 0;
  overflow: hidden;
  width: 85%;
    margin: 0 auto;
  position: relative
}
/* .collection-main .product-image__wrapper:hover .product-thumbnail__tab{
  padding: 15px 10px 15px;
} */
.collection-main .product-image__wrapper .image-element__wrap{
  padding-top: 90px;
}
.collection-main .product-image__wrapper .image-element__wrap img{
  transition: all .25s ease;
}
/* .collection-main .product-image__wrapper .image-element__wrap:hover img{
  transform: scale(1.04) translateY(-6px);
} */
.collection-main .product-thumbnail__tab{
  background-color: black;
      position: absolute;
    top: 0px;
  left: 20px;
  width: calc(100% - 40px);
  color: white;
padding: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  transition:  all .25s ease;
  
}
.collection-main .product-thumbnail__tab p:first-child{
  fonst-size: 20px; 
  font-weight: bold;
}
.collection-main .product-thumbnail__tab p:last-child{
    fonst-size: 16px; 
}

.collection-main .product__thumbnail{
  margin-right: 10px!important;
  margin-left: 10px!important;
  width: calc(33.3333333% - 20px)!important;
  padding-bottom: 50px
}
.collection-matrix{
  /* margin: 0 -30px; */
  
}
.collection-main .product-thumbnail {
  padding-top: 20px; 
}
.collection-main .product-thumbnail a{
  font-weight: bold;
  font-size: 24px;
  color: black;
  padding-bottom: 5px;
}

.collection-main .product-thumbnail span:not(.price){
  font-size: 20px;
}
.collection-main .product-thumbnail span.price{
  font-weight: 500;
  font-size: 24px;
}

.faceted-filter-group-display{
  display: flex;
  align-items: center;
}

.faceted-active-filters {
  border-bottom: none;
  padding-left: calc(2.5% + 10px);
}

.faceted-active-filters__remove-filter{
  color: black;
  border: 2px solid #044399;
  border-radius: 10px;
  padding: 13px 15px; 
  font-size: 20px;
  font-weight: normal;
}

.faceted-filter-form .clear-filter {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  fill:#044399;
}

.faceted-active-filters__clear{
    font-size: 20px;
  font-weight: normal;
  padding: 0;
  border: none;
  text-decoration: underline;
  margin-left: 20px;
}
.faceted-active-filters {

}


.collection__main {
  padding-top: 30px;
}

.faceted-filter-group-display .title{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.filter-list{
   margin-left:17px;
  position: relative;
}
.faceted-filter-group-display__list-title{
  font-size: 20px;
   border: 2px solid #044399;
  border-radius: 10px;
  padding: 7px 13px; 
  min-width: 240px;
  display: block;
}
.faceted-filter-group-display__list-title{
display: flex;
      justify-content: space-between;
    align-items: center;
  cursor: pointer;
      position: relative;
    z-index: 2;
}
.faceted-filter-group-display__list-title .icon{
  position:relative;
}
.faceted-filter-group-display__list-title .icon:before{
position: absolute;
    top: -8px;
    left: -13px;
    content: "";
    width: 2px;
    height: calc(100% + 17px);
    background-color: #044399;
}
.faceted-active-filters{
  padding: 0;
}

body.collection .image-with-text__text-column{
      padding: 30px 30px 30px calc(5% + 30px);
}
body.collection .image-with-text__text p {
    font-size: 20px;
    margin-top: 20px;
}
ul.faceted-filter-group-display__list{
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top; 
     border-left: 2px solid #044399;
  border-bottom: 2px solid #044399;
  border-right: 2px solid #044399;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 13px 10px 15px; 
  min-width: 240px;
  transition: all .2s ease-in;
  position: absolute;
    top: 34px;
    z-index: 1;
    background-color: white;
  font-size: 18px;
}
.filter-list.active .faceted-filter-group-display__list{
   transform: scaleY(1);
    opacity: 1;
}
.faceted-filter-group-display__list-item-label-text {
    padding-left: 8px;
    font-weight: initial;
    font-size: 20px;
}
.faceted-filter-group-display__list-item-input:checked~.faceted-filter-group-display__list-item-label-text {
    font-weight: 500;
}
.faceted-filter-group-display__checkmark {
    stroke-width: 2;
    border: 2px solid #044399;
    cursor: pointer;
    transition: border-color .1s,background .1s;
  width: 16px; 
  height: 16px;
}
.faceted-filter-group-display__list-item-input:checked~.faceted-filter-group-display__checkmark {
    stroke: #fff;
    background: #044399;
    border-color: #044399;
}
.faceted-filter-group-display__list-item-input:focus~.faceted-filter-group-display__checkmark {
    box-shadow: none;
}

body.collection{
  overflow: visible;
}

.collection__content .sidebar-section{
    position: sticky;
    top: 83px;
    z-index: 20;
    padding-top: 10px;
    background-color: white;
}

.faceted-filter-group-display__list-item {
  cursor: pointer;
}

.collection-matrix h3{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 22px; 
  position: relative;
  width: fit-content;
}
.collection-matrix .take-home-header h3:after{

    position: absolute;
    display: block;
    bottom: -43px;
    width: 105%;
    height: 45px;
    left: -1%;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
  background-image: url('/cdn/shop/files/Take-Home_Pack_Underline_1.png?v=1707848204');
}
.collection-matrix .board-books-header h3:after{

    position: absolute;
    display: block;
    bottom: -43px;
    width: 105%;
    height: 45px;
    left: -1%;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
  background-image: url('/cdn/shop/files/Board_Books_Underline.png?v=1708357817');
}
.collection-matrix .one-whole:first-child h3:after{
position: absolute;
    display: block;
    bottom: -45px;
    width: 110%;
    height: 48px;
    left: -1%;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
  background-image: url('/cdn/shop/files/Classroom_Library_Underline_1.png?v=1707848063');
}

.collection-matrix h4{
    font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px; 
}
.collection-matrix .one-whole>p{
  max-width: 560px; 
  margin-bottom: 30px; 
  font-size: 20px; 
}
.collection-matrix .one-whole>a{
    font-size: 19px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 20px; 
  display: block;

}


@media only screen and (max-width: 1000px){
  .faceted-filter-group-display{
    flex-wrap: wrap;
  }
  .faceted-filter-group-display__list-title {
        min-width: 200px;
  }
 
  .collection-main .product__thumbnail {
    margin-right: 10px!important;
    margin-left: 10px!important;
    width: calc(50% - 20px)!important;
    padding-bottom: 50px;
}
  body.collection{
  overflow-x: hidden;
}
  .collection__main {
    padding-top: 20px;
}
  .collection-matrix h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
  .collection-matrix h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
  .collection-matrix .one-whole>p {
    max-width: 560px;
    margin-bottom: 20px;
    font-size: 12px;
}
  .collection-main .product-thumbnail__tab p:first-child {
    font-size: 12px;
    font-weight: 700;
}
  .collection-main .product-thumbnail__tab p:last-child {
    font-size: 10px;
    font-weight: 700;
}
  .collection-main .product-thumbnail a {
    font-weight: 700;
    font-size: 12px;
    color: #000;
    padding-bottom: 0px;
}
  .collection-main .product-image__wrapper {
    width: 100%;
  }
  .collection-main .product-thumbnail {
    padding-top: 10px;
}
  .collection-main .product-thumbnail span:not(.price) {
    font-size: 10px;
}
  .collection-main .product-thumbnail span:not(.price) {
    font-size: 12px;
}
  .collection-matrix .one-whole>a {
    font-size: 12px;
  }
  .collection-main .product-thumbnail span.price {
    font-weight: 500;
    font-size: 12px;
}

}

@media only screen and (max-width: 798px){
  body.collection .image-with-text__text-column{
      padding: 30px 30px 30px 30px;
}
  .faceted-filter-group-display{
    flex-wrap: wrap;
  }
  .faceted-active-filters {
    padding-left: 0;
    padding: 0;
  }
  #filtermenu{
    position: fixed;
    top: 0;
    left: -100%; /* Hide the menu initially */
   width: 100%;
    min-height: 100vh;
    background-color: #fff;
    padding-top: 100px;
    transition: left .3s ease;
    z-index: 10;
  }
  #filtermenu.active{
    left: 0px
    
  }
  #filter-trigger{
        border: 1px solid #044399;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 29px 7px;
    border-radius: 20px;
  }
  .faceted-filter-group-display .title {
    font-size: 16px;
  }
   .faceted-filter-group-display #filter-trigger .icon{
     position: relative;
     top: 7px;
     margin-left: 5px;
   }
  .faceted-filter-group-display {
    margin-bottom: 0;
  }
  .faceted-active-filters__remove-filter {
        font-size: 16px;
    border-width: 1px;
    color: #044399;
  }
  .faceted-filter-form .clear-filter {
    width: 10px;
  }
  #closeButton{
        display: flex;
    justify-content: space-between;
      padding-left: 46px;
        width: 100%;
    border-bottom: 2px solid #044399;
    border-top: 2px solid #044399;
  }
    #closeButton h5{
      margin-bottom: 0;
    padding-top: 20px;
      color: #044399;
    }
    #closeButton .icon{
       width: 86px;
    height: 60px;
    cursor: pointer;
    padding: 20px 46px 20px 20px;
    }
  .faceted-filter-group-display__list-title {
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #044399;
    color: #044399;
    border-radius: 0px;
    padding: 23px 46px;
    min-width: 240px;

}
  .faceted-filter-group-display__list-title .icon:before{
    width: 0;
  }
  ul.faceted-filter-group-display__list {
        position: relative;
    border: none;
    top: 0px;
    border-bottom: 2px solid #044399;
    border-radius: 0;
    padding: 15px 46px;
    transform: scaleY(1);
    opacity: 0;
    max-height: 0;
    pointer-events: none;
    padding: 0;
    transition: none;
  }
    .filter-list.active .faceted-filter-group-display__list-title{
      border-bottom: none;
    }
  .filter-list.active .faceted-filter-group-display__list {
    max-height: 400px;
    opacity: 1;
    pointer-events: all;
        padding: 15px 46px;
    transition: max-height .2s ease-in, opacity .2s ease-in;
  }
  .filter-list {
    margin-left: 0;
  }
  .collection__content .sidebar-section {
    order: 0;
  }
  .faceted-active-filters-in-menu{
    padding: 16px;
  }
 .faceted-active-filters-in-menu .faceted-active-filters__remove-filter {
        font-size: 18px;
    border-width: 1px;
    color: black;
}
  .faceted-active-filters__clear {

      flex: 1 0 100%;
    margin-left: 0;
    color: blue;
    font-size: 16px;
  }
}
    @media only screen and (max-width: 750px){

    .collection-main .product__thumbnail {
    margin-right: 5px!important;
    margin-left: 5px!important;
    width: calc(50% - 10px)!important;
    padding-bottom: 50px;
}
      .collection-main .section{
        width: 100%;
      }
      .collection-main .product-image__wrapper .image-element__wrap {
    padding-top: 95px;
}
      .collection-main .product-thumbnail__tab {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 12px;
    width: calc(100% - 24px);
    color: #fff;
    padding: 6px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    transition: all .25s ease;
    }
    }
          #shopify-section-template--17363978944753__main{
  width: 50%!important;
  
  
}

#shopify-section-template--17363978944753__index_image_with_text_EMVbGj{
    width: 40%!important;
  
}

    
.collection-main .thumbnail-overlay__container {
  display: none!important;
}

.search-overlay__title{
  font-size: 36px;
  color: #01429a;
}

.search-overlay{
      width: 90%;
    left: 5%;
    padding: 30px;
        border-radius: 10px;
      top: 105px!important;
}
.search-overlay__wrapper {
    padding: 30px 0 40px;
}
.all-results {
    font-size: 1.25rem;
    border-radius: 0;
    line-height: 1.25;
    height: auto;
    max-width: 400px;
    border-radius: 40px;
    white-space: normal;
    overflow-wrap: normal;
    margin: 32px auto 15px;
    width: 100%;
    display: block;
    letter-spacing: normal;
}
.all-results:hover{
  border-color: #ffd34c;;
  color: black;
}
/* .collection-matrix .one-whole:nth-of-type(4){

  margin-top: 22px; 
} */


/* Alignments */
.metaobject-alignments .jrr-page-hero h1 {
    font-size: 46px;
}

.metaobject-alignments  .jrr-page-hero p {
    font-size: 22px;
  max-width: 700px
}

.image-with-text__button .button{
  margin-right: 30px!important; 
}

.metaobject-alignments .jrr-page-hero a.button.button--primary:last-child{
  background-color: #fff1b5;
}
.metaobject-alignments .jrr-page-hero a.button.button--primary:last-child:hover{
  filter: brightness(.9);
}

.banner__subheading {
  letter-spacing:normal;
}

.image-with-text-full .banner__heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.image-with-text-full .banner__subheading {
    font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0!important;
}

.image-with-text-full  .image-element__wrap {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    height: auto;
}

.image-with-text-full .image-with-text-overlay__buttons {
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
}
.image-with-text-full .image-with-text-overlay__buttons .button--primary:first-child{
  margin: 0 20px 0 0;
      flex: 0 0 calc(50% - 20px);
  color: white;
  background-color: #01429a;
}
.image-with-text-full .image-with-text-overlay__buttons .button--primary:first-child:hover{
 background-color: #0c346b;
}
.image-with-text-full .image-with-text-overlay__buttons .button--primary:last-child{
  margin: 0 0 0 20px;
      flex: 0 0 calc(50% - 20px);
  color: #01429a;
}
.image-with-text-full .image-with-text-overlay__buttons .button--primary:last-child:hover{
background-color: #cbe9fb
}

.logo-list h2{
  color: white;
  text-align: center;
}

.logo-list__item.one-eighth{
      width: calc(13.5% - 20px);
}

.rfp-logos h2{
  margin-bottom: 50px;
}
.link-style{
color: white;
padding: 20px 6px 2px;
  border-bottom: 2px solid white;
  font-size: 25px;
}
.link-style .icon{
  transition: all .2s ease-in;
}
.link-style:hover{
  fill: white;
  color: white;
  border-color: white;
}
.link-style:hover .icon{
  transform: translateX(5px);
  fill: white;
  color: white;
}

.jrr-grid-2 h2{
  text-align: center;
  margin-bottom: 50px;
}
.jrr-grid-2 .grid-item {
  border-radius: 9px;
   box-shadow: 0 3.1px 3.1px 0 rgba(0, 0, 0, 0.25);
}
.jrr-grid-2 .grid-item__text-content {
    background-color: transparent;
      margin: 20px 10px 15px!important;
    width: calc(100% - 20px);
}
.jrr-grid-2 .section--grid-section .grid-items-wrapper {
    gap: var(--grid-gap, 3vw);
}
.jrr-grid-2  .grid-item__image-wrapper {
  padding: 20px;
  max-height: 210px;
}
.jrr-grid-2 .grid-item__button .button {
    padding: 12px 20px!important;
}
.jrr-grid-2 .grid-item:nth-child(2n) .grid-item__button .button:nth-child(2):hover {
    background-color: #9F1448!important;
    border-color: #9F1448!important;
}
.jrr-grid-2 .grid-item:nth-child(3) .grid-item__button .button:nth-child(2):hover {
    background-color:#09601f!important;
    border-color:#09601f!important;
}


@media only screen and (max-width: 1100px){
 .metaobject-alignments .jrr-page-hero .image-with-text__text-column {
    width: 100%!important;
}
}
@media only screen and (max-width: 798px){
  .jrr-grid-2 .grid-item{
    flex-direction: column!important;
  }
   .jrr-grid-2 .grid-item .image-element__wrap {
     max-width: 300px
   }
 .jrr-grid-2  .grid-item {
    margin-inline: 20px;
    width: calc(80% - 40px);
     box-shadow: 0 1.8px 1.8px 0 rgba(0, 0, 0, 0.25);
}
  .jrr-grid-2 .section--grid-section .grid-item__text {
    font-size: 14px;
}
}
@media only screen and (max-width: 760px){
.metaobject-alignments .jrr-page-hero h1 {
    font-size: 24px;
}
.metaobject-alignments  .jrr-page-hero p {
    font-size: 16px;
}
 .metaobject-alignments  .jrr-page-hero .image-with-text__text-column {
    width: 100%!important;
    padding: 10px 0px 0;
}
  .image-with-text__button .button{
  margin-right: 5px!important; 
}
 .metaobject-alignments  .jrr-page-hero h2 {
    font-size: 24px;
    padding-bottom: 12px;
    foot-weight: bold;
}
   .metaobject-alignments  .jrr-page-hero{
     min-height: 440px;
   }

  .image-with-text-full .banner__heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
  .image-with-text-full .banner__subheading {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0!important;
}
  .image-with-text-full .image-with-text-overlay__buttons .button--primary:first-child{
  margin:0 0 10px;
      flex: 0 0 calc(90% - 20px);
  color: white;
  background-color: #01429a;
}
.image-with-text-full .image-with-text-overlay__buttons .button--primary:last-child{
  margin:0;
      flex: 0 0 calc(90% - 20px);
  color: #01429a;
}
  .image-with-text-full .image-with-text-overlay__buttons {
    justify-content: center;
  }
  .logo-list__item.one-eighth {
    width: calc(20.5% - 20px);
}

  .jrr-grid-2 h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px){
.jrr-grid-2 .section--grid-section .grid-item {
    margin-inline: 0px;
    width: calc(75% - 0px);
  transform: scale(.9);
  filter: brightness(.7);
  transition: scale .2s ease brightness .2s ease;
}
  .jrr-grid-2 .section--grid-section .grid-item.is-selected {
     transform: scale(1);
  filter: brightness(1);
  }
}



/* Resources  */

.jrr-resources .section{
  display: flex;
  max-width: 1100px;
    width: calc(95% - 50px);
    margin-left: 3%;
    margin-right: calc(3% + 50px);
}
@media only screen and (min-width: 1300px){
  .jrr-resources .section{
    margin-left: auto;
    margin-right: auto;
}
}
.resource-intro{
  border-radius: 25px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px; 
  flex: 0 0 25%;
}
.resource-intro h4{
  font-weight: bold; 
   font-size: 26px;
  margin-bottom: 10px; 
}

.resource-block{
padding: 5px;
}

.resource__description{
  font-weight: bold;
  padding: 20px;
  color: black;
  min-height: 82px;
}
.jrr-resources .testimonials{
  margin-left: 75px;
}

.jrr-resources .testimonials .one-third {
    width: calc(40% - 20px);
}

.resource-block a{
    border-radius: 25px; 
  box-shadow: 0 3.2px 5.2px 1.6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: block;
}
.resource-block img{
  transition: all .15s ease;
}
.resource-block a:hover img{
  transform: scale(1.03);
}

.jrr-resources .flickity-prev-next-button.previous {
    left: -58px;
    background-color: #cacaca;
}
.jrr-resources .flickity-prev-next-button.next{
    right: -58px;
    background-color: #cacaca;
}

.image-slideshow .placeholder-svg {
    height: 300px;
}

.jrr-slideshow-with-text .text-slideshow__slide {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3em 0;
}
.jrr-slideshow-with-text .section.has-background {
      max-width: 1100px;
}

.jrr-slideshow-with-text .text-slideshow__heading.banner__heading {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0;
}
.jrr-slideshow-with-text .text-slideshow__heading.banner__subheading {
  font-size: 25px;
   margin-bottom: 20px;
  padding: 0;
  max-width: 600px
}
.jrr-slideshow-with-text  .flickity-page-dots {
    align-self: flex-end;
    position: absolute;
    padding-bottom: 0;
    left: -40px;
    bottom: 27px;
    text-align: left;
}
.jrr-slideshow-with-text  .flickity-buttons-container {
    position: absolute;
    display: flex;
    bottom: auto;
    width: 96vw;
  max-width: 1400px;
    justify-content: space-between;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -5.5vw;
}
.jrr-slideshow-with-text  .flickity-button {
  background-color: transparent;
}

.image-with-text-card .section{
  border-radius: 25px;
  box-shadow: 0 3.5px 5.6px 1.7px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.jrr-social{
  display: flex;
  align-items: center;
     margin-bottom: 65px;
}
 .jrr-social ul{
   margin-left: 20px;

 }
 .jrr-social ul li{
max-width: 60px;
   margin-right: 15px;
 }
 .jrr-social ul li:last-child{

   max-width: 70px;
   margin-left: -10px;
 }

.image-with-text-card .image-with-text__preheading {
  font-size: 25px;
  margin-bottom: 10px; 

}

.image-with-text-card .image-with-text__heading {
    font-size: 38px;
  font-weight: bold;
}
.image-with-text-card img{
object-fit: contain!important;
}

.image-with-text-card .image-with-text__text{
   font-size: 22px;
  margin-bottom: 35px; 
  max-width: 620px;
}
.image-with-text-card .image-with-text__text-column {
    padding: 40px;
}
#shopify-section-image_cDEcyE{
  background-color: #044399;
  
}
/* @media only screen and (min-width: 1600px){
  .jrr-resources .section{
  display: flex;
  max-width: 1500px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
} */
@media only screen and (max-width: 1350px){
  .jrr-slideshow-with-text  .flickity-page-dots {
    left: 0px;
    bottom: 27px;

}
  .jrr-slideshow-with-text  .flickity-buttons-container {
    width: 98vw;
    right: -5vw;
}
 .jrr-slideshow-with-text .image-slideshow-column{
   display: flex;
    flex-direction: column;
    justify-content: center;
 }
  
}
@media only screen and (max-width: 1100px){
    .jrr-slideshow-with-text  .flickity-buttons-container {
    display: none;
}
}


@media only screen and (max-width: 1000px){
.jrr-resources .section{
 flex-wrap: wrap;
   width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.resource-intro{ 
  flex: 1 0 100%;
}
  .jrr-resources .testimonials {
    margin-left: auto;
    flex: 1 0 100%;
    padding: 20px 0 30px;
}
  .jrr-resources .flickity-prev-next-button.previous {
    display: none;
}
.jrr-resources .flickity-prev-next-button.next{
        display: none;
}
  .jrr-resources .flickity-page-dots{
    display: none;
  }

}
@media only screen and (max-width: 798px){
  .jrr-slideshow-with-text .image-slideshow-column {
    order: 2;
}
      .jrr-slideshow-with-text  .flickity-buttons-container {
    display: flex;
}
  .jrr-slideshow-with-text  .flickity-button {
  background-color: white;
}
   .jrr-slideshow-with-text .text-slideshow__content{
     text-align: center;
   }
  .jrr-slideshow-with-text .text-slideshow__heading.banner__subheading {
    max-width: none;
  }
  .jrr-slideshow-with-text .text-slideshow__heading.banner__heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}
  .jrr-slideshow-with-text .text-slideshow__slide {
        padding: 10px 0 10px;
}
  .jrr-slideshow-with-text .text-slideshow__heading.banner__subheading {
    font-size: 14px;
  }
   .jrr-slideshow-with-text .section.has-background {
    width: calc(95%);
   }
  .jrr-slideshow-with-text .flickity-buttons-container {
    width: 96vw;
    right: -1vw;
}
  .jrr-slideshow-with-text .flickity-page-dots {
    display: none;
  }
.jrr-social{
     margin-bottom: 35px;
}
 .jrr-social ul{
   margin-left: 20px;

 }
 .jrr-social ul li{
max-width: 35px;
   margin-right: 10px;
 }
 .jrr-social ul li:last-child{

   max-width: 45px;
   margin-left: -5px;
 }

.image-with-text-card .image-with-text__preheading {
  font-size: 18px;
  margin-bottom: 5px; 
text-align: center;
}

.image-with-text-card .image-with-text__heading {
    font-size: 25px;
  font-weight: bold;
    margin-bottom: 0px; 
  text-align: center;
}

.image-with-text-card .image-with-text__text{
   font-size: 14px;
  margin-bottom: 15px; 
  max-width: 620px;
  text-align: center;
}
.image-with-text-card .image-with-text__text-column {
    padding: 30px 30px 0;
}
 .image-with-text-card .image-with-text__button--mobile-text-align-left {
   justify-content: center;

 }
  
}
  
@media only screen and (max-width: 650px){
  .jrr-resources .testimonials .one-third {
    width: calc(60% - 20px);
}
  .resource-intro h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}
  .resource-intro {
    padding: 20px; 
  }
  .resource__description {
    font-weight: 700;
    padding: 17px;
    color: #000;
    min-height: 64px;
}
}



/* E Library */

.page-e-library .page__content{
  display: none;
}

.e-library-tabs{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: black;
  margin-bottom: 30px; 
}
.e-library-tabs .active{
  opacity: 1;
  background-color: #f4f4f4;
}
.e-library-tabs a:hover{
    opacity: 1;
}
.e-library-tabs a:active{
  box-shadow: none;
}
.e-library-tabs a{
  border: 3px solid black;
  padding: 12px 17px; 
  margin: 5px;
  font-weight: 500;
  color: black;
    opacity: .6;
  box-shadow: 0 3.9px 3.9px #00000040;
  border-radius: 10px;
}
.e-library-tabs a.active{
   font-weight: 500;
}
.e-library-set-title{
      text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin: 20px 0;
  color: #044399;
}
.e-library-set-item{
      flex: 0 0 200px;
    margin: 10px;
}
.e-library-set-items{
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.e-library-set-item .placeholder{
  padding: 10px; 
  text-align: center;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-items: center;
  height: 200px;
}

.e-library-set-back-to-top{
  text-align: center;
    margin: 30px 0 60px;
}

@media only screen and (max-width: 750px){
  .e-library-set-item{
     flex: 0 0 calc(50% - 20px);
    margin: 10px;
}
  .e-library-set-item .placeholder{
  height: 160px;
}
  .e-library-tabs a {
    border: 3px solid black;
    padding: 10px 10px;
    margin: 0 5px 20px 5px;
  }
  
    .e-library-tabs {
      margin-bottom: 0;
  }

}

.jrr-researchers>section{
  border-radius: 25px;
  padding: 25px 60px 40px; 
   box-shadow: 0 3.4px 20.6px 3.4px rgba(0, 0, 0, 0.25);
}


.researcher-intro h4{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; 
}

.research__description{
  margin-top: 23px;
text-align: center;
  font-size: 16px;
}

.research__description .name{
    font-weight: bold;
}
#shopify-section-template--17295553036529__index_jrr_researchers_slider_LFJwDC{
      margin-top: -90px!important;
}

#shopify-section-template--17295553036529__index_jrr_pagehero_pH8VAM {
  padding-bottom: 110px!important;
}

.jrr-researchers  .flickity-prev-next-button.previous {
    left: -45px;
  background-color: transparent;
}
.jrr-researchers  .flickity-prev-next-button.next {
    right: -45px;
    background-color: transparent;
}
.jrr-researchers .resource__image{
  padding: 0 20px;
}

    .symps{
      perspective: 800px;
      display: flex;
      flex-wrap: wrap;
      
    }

    .sympcard {
      transition: transform 0.2s ease;
      transform-style: preserve-3d;
      cursor: pointer;
      position: relative;
      flex: 0 0 calc(33.3333333% - 20px);
      height: 100%;
      padding-bottom: 35%;
      margin: 0 10px 20px;
          perspective: 800px;
      z-index: 10;
    }


    .sympcard.is-flipped {
      transform: rotateY(180deg);
    }

    .symp-face {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 1rem;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .symp-front, .symp-back {
      background-color: #eae9e9;
    }

.sympcard .caption{
      padding: 20px 15px;
}

.sympcard h6{
      margin: 8px 0 8px;
}

    .symp-back {
      background-color: #D8BFD8;
      transform: rotateY(180deg);
      color: white;
      justify-content: center;
      align-items: center;
      text-align: left;
      padding:30px 23px;
    }
.symp-back p{
  color:  black;
  margin: 10px 0;
}
.symp-back a{
  text-align:center;
  font-size:18px!important;
  width: 80%!important;
  margin: 20px auto !important;
  display:block;
}
.image-element__wrap{
  height:auto;
  width:100%;
}
.sympcard img{
  display: block;
}

.jrr-event .pretitle{
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
  
}
.jrr-event .image-with-text__heading{
    font-weight: bold;
  font-size: 22px;
  padding-bottom: 7px;
  color: black!important;;
}
.jrr-event .datetitle{
    font-weight:500;
  font-size: 20px;
  margin-bottom: 15px;
    color: black;
}

.jrr-event .button--primary {
  font-size: 18px!important;
  padding: 10px 60px!important;
}

.jrr-video-slider>section{
  background-color: #cbe9fb;
  border-radius: 20px;
  padding: 30px 40px 60px;
  
}
.jrr-video-slider .video-wrapper  {
  cursor: pointer;
  border: 10px solid black;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}

.jrr-video-slider .video-wrapper .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  cursor: pointer;
}
.jrr-video-slider .video-slider{
  margin: 30px auto 10px;
  width: calc(100% - 80px);
}
.jrr-video-slider .flickity-prev-next-button.previous {
    left: -65px;
  background-color: transparent;
      width: 60px;
    height: 60px;
}
.jrr-video-slider .flickity-prev-next-button.next {
    right: -65px;
  background-color: transparent;
      width: 60px;
    height: 60px;
}
.jrr-video-slider   p.pretext{
    font-size: 18px;
  color: black;
  margin-bottom: 5px;
  }
.jrr-video-slider   p.subtitle{
    font-size: 16px;
  color: #454545;
  margin-bottom: 5px;
  }
.jrr-video-slider   p.subtitle .icon{
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}

.page-events h1.image-with-text__heading{
  color: #ffd34c!important;
  font-size: 36px;
  font-weight: 500;
}
.page-events h2.image-with-text__heading{
  font-size: 46px;
  font-weight: 700;
}

.page-events .jrr-page-hero p {
    font-size: 26px;
}
.page-events .jrr-page-hero .image-with-text__text {
    margin-bottom: 30px;
}


.shopify-section.newsletter{
      width: calc(50% - 6%)!important;
    margin-left: 4%!important;
    margin-right: 2%!important;
  border-radius: 20px!important;
}
.shopify-section.newsletter-symposium{
      width: calc(50% - 6%)!important;
    margin-right: 4%!important;
    margin-left: 2%!important;
}

.shopify-section.newsletter .section{

  border-radius: 20px!important;
}
.page-events .newsletter__heading{
  font-size: 25px;
}

.shopify-section.newsletter img{
  object-fit: contain!important;
}
.shopify-section.newsletter .newsletter-container{

}

.shopify-section.newsletter  .newsletter__wrapper {
  padding: 40px 0 40px 20px;
}

.input, .input.is-secondary-btn-style {
  border: none;
  border-radius: 10px;
  color: #515151;

  
}
.button-plane {
  background-color: #cbe9fb;
    border-radius: 50%;
  height: 60px;
  width: 60px!important;
  box-shadow: 0 3.3px 3.3px 0 rgba(0, 0, 0, 0.25);
}

.shopify-section.newsletter .newsletter-form.is-responsive {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.shopify-section.newsletter .newsletter-form .field.is-default-width {
    flex: 1 0 auto;
    min-width: 60px;
}
.button-plane svg{
  fill: #044399;
}

.newsletter-symposium .button--white{
  width: fit-content!important;
  color: #068927!important;
}

.newsletter-symposium .button--white:hover{
  background-color:#cff0cc!important;
}

@media only screen and (max-width: 1100px){
  .jrr-page-hero h2 {
    text-wrap: wrap;
}
}
@media only screen and (max-width: 1000px){
  .jrr-page-hero h2 {
    text-wrap: wrap;
}
  .sympcard {

    flex: 0 0 calc(50% - 20px);
    height: 100%;
    padding-bottom: 45%;

}
}
@media only screen and (max-width: 798px){
  .jrr-event .pretitle {
    text-align: center;
  }
    .jrr-event .datetitle {
    text-align: center;
  }
  .jrr-video-slider .flickity-slider>.one-third{
    width: 75%;
  }
  .jrr-video-slider>section {
    width: 100%;
    border-radius: 0;
          padding: 30px 0 45px 18px
  }
  .jrr-video-slider .video-slider {
    margin: 30px auto 10px;
    width: calc(100% - 0px);
}
  .jrr-video-slider .flickity-prev-next-button.previous {
display: none;
}
.jrr-video-slider .flickity-prev-next-button.next {
display: none;
}
    .sympcard {
    padding-bottom: 50%;

}
  .shopify-section.newsletter {
    width: 95%!important;
    margin-left: 2.5%!important;
    margin-right: 2.5%!important;
    border-radius: 10px!important;
    padding-bottom: 30px!important;
}
  .shopify-section.newsletter-symposium {
    width: 95%!important;
    margin-left: 2.5%!important;
    margin-right: 2.5%!important;
    border-radius: 10px!important;
}
  .newsletter__image--mobile-wrapper {
    display: none!important;
  }
  .newsletter__image {
    display: block!important;
}
  .page-events .newsletter__heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .shopify-section.newsletter .newsletter__wrapper {
    padding: 20px 0 10px 12px;
}
  .lightbox-content {
    background: white;
    padding: 10px!important;
    border-radius: 0.5rem!important;
    position: relative;
    width: 95%!important;
  }

}
@media only screen and (max-width: 760px){

  .page-events h1.image-with-text__heading {
    font-size: 18px;
}
  .page-events h2.image-with-text__heading {
    font-size: 22px;
    font-weight: 700;
}
  .page-events .jrr-page-hero p {
    font-size: 14px;
}
  .researcher-intro h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
  .jrr-researchers>section {
    border-radius: 7px;
    padding: 25px 20px 10px;
     box-shadow: 0 1.1px 6.4px 1.1px rgba(0, 0, 0, 0.25);
}
  .jrr-researchers .flickity-prev-next-button.previous {
    left: -20px;
  }
   .jrr-researchers .flickity-prev-next-button.next {
    right: -20px;
  }
  .page-events .jrr-page-hero .image-with-text__text {
    margin-bottom: 20px;
}
  .research__description {
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
}
 .jrr-event .image-with-text__text-column {
    padding: 10px 0px 30px;
}
  /* .jrr-event .image-with-text__heading {
    font-weight: 700;
    font-size: 16px;
} */

}

@media only screen and (max-width: 600px){
    .sympcard {
      flex: 0 0 calc(100% - 20px);
    height: 100%;
    padding-bottom: 95%;
    }


}


.shopify-policy__container{
  padding-top: 40px!important;
   padding-bottom: 40px!important;
}
.shopify-policy__title h1{
  padding-bottom: 30px!important;
  font-size: 36px!important;
  font-weight: 700;
  color: #01429a;
}
.our-story{
  font-size: 22px;
}

.our-story img{
    margin-right: 40px;
    margin-bottom: 20px;
    float: left;
    border-radius: 50%;
    border: 6px solid #0076d6;
    padding: 6px;
    max-width: 315px;
    width: 25%;
    margin-left: 30px;
}
@media only screen and (max-width: 600px){
 .our-story img{
    border-radius: 50%;
    border: 6px solid #0076d6;
    padding: 6px;
    max-width: none;
    width: calc(100% - 80px);
    margin-left: 40px;
}
  .our-story{
  font-size: 14px;
}
  #shopify-section-template--17305928696049__main{
  width: 100%!important;
    order: 3;
}
#shopify-section-template--17305928696049__index_image_with_text_EMVbGj{
    width: 100%!important;
}
}

.blog__filter .is-grouped {
    justify-content: flex-start;
  margin-bottom: 55px;
  align-items: center;
}
.blog__filter #blog_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-size: 24px;
    border: 2px solid #044399;
    border-radius: 10px;
    padding: 7px 57px 7px 13px;
    min-width: 240px;
    display: block;
}
.blog__filter .select:not(.is-multiple){
  height: auto;
}

.blog__filter h5{
  font-weight: 500;
  margin-right: 10px;
}
.blog__filter .select:not(.is-multiple):not(.is-loading):not(.is-arrowless):after{

    font-weight: 700;
    font-size: 19px;
    right: 14px;
    border-left: 2px solid #044399;
    padding-left: 12px;
    line-height: 50px;
}

.blog-card .tag-link{
  font-size: 16px;
  color: #044399;
}
.blog-card .tag-link a{
  font-size: 16px;
  color: #044399;
}
.blog-card .dot{
  color: #044399;
  margin: 0 5px;
}
.blog-card .card-content {
  padding-top: 10px
}
.blog-card .meta-info>ul:not(:last-child) {
    margin-bottom: 0px;
}
.blog-card .blog-card__content>div:not(:last-child){
 margin-bottom: 0px;
}
.blog-card .featured-article--link{
  font-size: 24px;
   font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  
}
.blog-card .featured-article--link:hover{
    color: #044399;
}
.blog .jrr-page-hero h1{
  font-size: 36px;
}
.jrr-page-hero p {
    font-size: 20px;
  margin-top: 20px;
}
a.button--link-style .icon{
    height: 0.8em;
    width: 0.8em;
      margin: 0 7px!important;
  transition: all .2s ease;
}
a.button--link-style:hover .icon{
      margin: 0 7px 0 11px !important;;
}
.blog .jrr-page-hero .image-with-text__text {
    margin-bottom: 30px;
}
.featuredflag{
  background-color:#ffd34c;
  padding: 14px 35px 14px 35px;
  width: fit-content;
  position: relative;
}
.featuredflag:before{
    height: 0px;
    width: 0px;
    position: absolute;
    content: "";
    right: -25px;
    bottom: 0px;
    transform: rotate(0deg);
    border-right: solid 25px transparent;
    border-left: solid 25px transparent;
    border-bottom: solid 25px #ffd34c;
}
.featuredflag:after{
    height: 0px;
    width: 0px;
    position: absolute;
    content: "";
    right: -25px;
    top: 0px;
    transform: rotate(180deg);
    border-right: solid 25px transparent;
    border-left: solid 25px transparent;
    border-bottom: solid 25px #ffd34c;
}
  @media only screen and (max-width: 798px) {
    .blog .jrr-page-hero .image-with-text__image-column{
      display: none;
    }
  .blog .jrr-page-hero .image-with-text__text-column {
    width: 100%!important;
}
  .blog .jrr-page-hero .image-with-text__text-column * {
    text-align: left!important;
    }
    .blog .jrr-page-hero h1 {
    font-size: 22px;
      margin-top: 18px;
}
  .blog  .jrr-page-hero .image-with-text__text-column * {
    text-align: left!important;
    justify-content: flex-start!important;
}
    a.button--link-style{
      font-size: 14px!important;
    }
 .blog .jrr-page-hero .image-with-text__text-column {
    width: 100%!important;
    padding: 10px 20px 15px;
}
    .featuredflag {
    background-color: #ffd34c;
    padding: 10px 30px 12px 14px
    }
  }


@media only screen and (max-width: 480px){
 .select select {
    font-size: 21px!important;
}
  .product_form select {
     font-size: 12px!important;
  }
  .blog__filter h5 {
    margin-bottom: 10px;
}
  .blog__filter .is-grouped {
    justify-content: flex-start;
    margin-bottom: 25px;
    align-items: center;
}
  .blog-card .blog-card__read-more {
    margin: 0;
}
}


.image-with-text__text ul{
  list-style-type: none;
      margin-left: 0;
    margin-top: 0;
}

.image-with-text__text ul li{
  position: relative;
    padding-left: 35px;
    padding-bottom: 25px;
  font-size: 25px;
}
.image-with-text__text ul li:before{
      width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: -4px;
    /* transform: translateY(calc(-50% - 20px)); */
    left: -8px;
}
@media only screen and (max-width: 600px){
.page-spanish-decodables .image-with-text__text-column{
  padding: 5px;
}
  .image-with-text__button--mobile-text-align-left{
    justify-content: center;
  }

}

.jrr-bubbles .main-image{
 flex: 0 0 42%;
  
}

.jrr-bubbles .grid-items-wrapper{
   flex: 0 0 58%;
    padding-left: 165px;
 
}

.jrr-bubbles .section{
      display: flex;
    flex-wrap: wrap;
  width: 94%;
  justify-content: center;
  align-items: center;
}
.jrr-bubbles  h2{
  flex: 1 0 100%;
}
.jrr-bubbles .grid-item:nth-child(odd){
  position: relative;
  left: -15%;
}

.jrr-bubbles .grid-item__image-wrapper {
    padding: 0px;
    /* max-height: 210px; */
    border-radius: 100%;
        height: 165px;
    width: 165px;
    overflow: visible;
    position: absolute;
    left: -85px;
    top: -25px;
      display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: -0.8px 0.8px 3.1px 3.1px rgba(0, 0, 0, 0.25);
}

.jrr-bubbles .image-element__wrap {
  height: 100%;
}
.jrr-bubbles .grid-item img {
  width: 100%;
  height: 100%;
      object-fit: contain!important;
}
.jrr-bubbles .section--grid-section .grid-item__text {
    font-size: 18px;
}
.jrr-bubbles .section--grid-section .grid-item__heading {
   font-size: 24px;
  color: black!important;
  
}
.jrr-bubbles .grid-item {
overflow: visible;
    position: relative;
    padding-left: 80px;
    margin: 25px 0px;
}

@media only screen and (max-width: 798px){
  .jrr-bubbles .main-image {
    display: none;
}
 .jrr-bubbles .grid-item {
   width: 100%;
 }
   .jrr-bubbles .grid-items-wrapper {
    flex: 0 0 100%;
    padding-left: 165px;
}
  .jrr-bubbles .grid-item:nth-child(odd){
  position: relative;
  left:-60px;
}
   .jrr-bubbles .grid-item{
     left:-60px;
     margin: 25px 0 50px;
         padding-left: 70px;
   }
.jrr-bubbles .grid-item__image-wrapper{
  height: 165px!important;
}
  .jrr-bubbles h2 {
   margin-bottom: 30px;
}

}

@media only screen and (max-width: 600px){
 .jrr-bubbles .section--grid-section .grid-item {
    margin-inline: 0px;
    width: calc(100% + 10px);
    transform: scale(1);
    filter: brightness(1);
}
  .jrr-bubbles .grid-item__image-wrapper {
    padding: 0px;
    /* max-height: 210px; */
    border-radius: 100%;
        height: 100px!important;
    width:  100px!important;
    overflow: visible;
    position: absolute;
        left: -15px;
    top: -6px;
}
  .jrr-bubbles .section--grid-section .grid-item__heading {
    font-size: 14px;
    color: black!important;
}
  .jrr-bubbles .section--grid-section .grid-item__text {
    font-size: 12px;
}
    .jrr-bubbles .grid-item:nth-child(odd){
  position: relative;
  left:-25px;
}
   .jrr-bubbles .grid-item{
     left:-25px;
     margin: 25px 0 25px;
         padding-left: 80px;
   }
  .jrr-bubbles .grid-items-wrapper {
    flex: 0 0 100%;
    padding-left: 50px;
}
}

.jrr-video-card{
  
}
.jrr-video-card .text-container {
    flex: 1 0 50%;
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jrr-video-card .inner {
  border-radius: 15px;
  padding: 0 0;
}
.jrr-video-card h2.main-title{
  margin: 0px auto 50px;
  padding-top: 50px; 
  text-align: center;
}
.jrr-video-card .video__container {
    pointer-events: all;
    border-radius: 22.9px;
    box-shadow: 0 4.2px 4.2px #00000040;
    overflow: hidden;
    flex: 1 0 calc(50% - 30px);
    margin-right: 30px;
    align-self: center;
}
.jrr-video-card .video-wrapper{
  position: relative;
    width: 100%;
}
.jrr-video-card .banner__subheading{
  display: flex;
  align-items: center;
}
.jrr-video-card .banner__subheading .image-element__wrap{
  width: 150px;
  margin-right: 20px;
  flex: 0 0 150px;
  margin-left: 0;
}
.jrr-video-card .banner__subheading .image-element__wrap{
  object-fit: contain!important;
}
span.hosted{
  color: white;
}
.jrr-video-card .subtitle {
    font-size: 25px;
  font-weight: bold;
}
.jrr-video-card .banner__heading {
    font-size: 32px;
}
.jrr-video-card .subtitle:last-child p {
    font-size: 24px;
  font-weight: normal;
}

.jrr-video-card .link-style{
  color: #044399;
  padding: 30px 0 60px;
  display: block;
  text-align: center;
  border-color: #044399;
}
.jrr-video-card .link-style:hover .icon{
  color: #044399;
}
@media only screen and (max-width: 1100px){
    /* #shopify-section-template--17248061260017__index_jrr_pagehero_XiYc7J .image-with-text__text-column {
    width: 70%!important;
} */
}

@media only screen and (max-width: 1000px){
  .jrr-video-card .text-container {
    flex: 1 0 100%;
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  /* #shopify-section-template--17248061260017__index_jrr_pagehero_XiYc7J .image-with-text__text-column {
    width: 73%!important;
} */

.jrr-video-card .video__container {
    pointer-events: all;
    border-radius: 22.9px;
    box-shadow: 0 4.2px 4.2px #00000040;
    overflow: hidden;
    flex: 0 0 80%;
    margin: 0 auto 45px;
    align-self: center;
}
  .jrr-video-card .inner {
    flex-wrap: wrap;
  }
  .jrr-video .caption-content *{
    text-align: center;
}
  
.jrr-video-card .banner__subheading:first-child {
  justify-content: center;
}
  span.hosted{
  color: white;
    display: block; 
    text-align: left;
}
  .jrr-video-card .banner__subheading:last-child *{
  text-align: left;
}
}
@media only screen and (max-width: 600px){
  .jrr-video-card .banner__subheading .image-element__wrap{
  width: 75px;
  margin-right: 10px;
  flex: 0 0 75px;
  margin-left: 0;
}
  .jrr-video-card .subtitle {
    font-size: 14px;
    font-weight: 700;
}
  .jrr-video-card .banner__heading {
    font-size: 18px;
}
    .jrr-video-card h5 {
    font-size: 14px;
}
  .jrr-video-card .subtitle:last-child p {
    font-size: 12px;
  }
  
.jrr-video-card h2.main-title {
    margin: 0 auto 30px;
    padding-top: 30px;
    text-align: center;
}
  .link-style {
       font-size: 14px;
  }
    .link-style .icon{
       width: 14px;
        height: 14px;
  }
    #shopify-section-template--17248061260017__index_jrr_pagehero_XiYc7J .image-with-text__text-column {
    width: 100%!important;
}
  #shopify-section-template--17248061260017__index_jrr_pagehero_XiYc7J .image-with-text__image-column {
    width:  100%!important;
}
}


.breadcrumb *{
  color: #044399!important;
}
.page-navigation-arrows{
  display: none!important;
}
.article  .tags .tag.tag--solid {
  background-color: transparent;
}
.article  .tags .tag.tag--solid a{
   color: #044399!important;
  font-size: 22px;
}
.article  .tags{
    justify-content: center;
    width: 100%;
}
  .article .heading-wrapper {
    margin-bottom: 20px;
}

  .article  .image-element__wrap{
        max-width: 700px;
    margin-bottom: 10px;
  }
.article .tags .tag:not(:last-child) {
  margin-right: 0;
}


.share-btn.share-btn--facebook .button, .share-btn.share-btn--facebook .age-gate__confirm_btn {
    
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.share-btn .button{
  border: none;
}
.share-btn.share-btn--mail .button, .share-btn.share-btn--mail .age-gate__confirm_btn {
   
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.social-share-buttons{
      justify-content: center!important;

}
.article iframe, .article .lazyframe{
  max-width: 850px;
}


.customers-login .input, .comment-section .input , .customers-register .input{
      border-radius: 13.5px;
    border: solid 2px #044399;
    height: 65px;
}
.customers-login .textarea, .comment-section .textarea {
      border-radius: 13.5px;
    border: solid 2px #044399;
}

.customers-login .dynamic-sections .section , .customers-register .dynamic-sections .section {
    max-width: 600px;
}
.customers-account{
  
}
#login, .register, #recover-password{
  width: 100%;
}

  .customers-login .button, .customers-register .button, .comment-section .button, .customers-account .button, .customers-addresses .button{
         padding: 12px 34px 13px!important;
  border-radius: 224.6px!important;
  box-shadow: 0 11.2px 11.2px 0 rgba(0, 0, 0, 0.15)!important;
  background-color: #01429a!important;
    border-color: #01429a!important;
    color: white!important;
    height: auto!important;
}

    .purchase-order-form .input{
      padding: 0;
      height: auto;
      background-color: transparent;
    }
.purchase-order-form .form-columns-2 .input{
  width: auto;
}
.purchase-order-form .form-columns-2 .input select{
    padding-right: 20px;
}

.faq-title{
  font-size: 25px;
  margin-bottom: 5px;

}
.faq-title-wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 3px solid #0076d6; 
      align-items: flex-end;
  margin-bottom: 20px;
}
.faq-title-wrapper:not(:first-child){
margin-top: 40px;
}
.faq-title-wrapper .image-element__wrap{
  width: 75px;
  margin-right: 0;
}
.faq-title-wrapper:not(:first-child) .image-element__wrap{
  width: 122px;
  margin-right: 0;
}

.column-wrapper .faq-accordion {
    max-width: 875px;
  margin: 0 auto;
}

.accordion dt small, .accordion dt .icon, .faq-accordion dt small, .faq-accordion dt .icon {
  left: auto;
  right: 30px;
}
.faq-accordion dt button {
      padding: 20px 20px 20px 30px;
  background-color: #cbe9fb;
    border-radius: 10px;
  border-bottom: none;
  border-top: none;
  font-size: 20px;
  font-weight: 500;

}
.faq-accordion dt button[aria-expanded=true]{
   background-color: #cbe9fb;
}
.faq-accordion dt button:hover {
    background-color: #cbe9fb;
  filter: brightness(.95);
}
.faq-accordion dt {
    border-bottom: 0px solid #D3D3D3;
    position: relative;
      margin-top: 11px;
}
.faq-accordion dd{
  position: relative;
  top:-7px;
  padding-top: 27px;
    border-right: 3px solid #cbe9fb;
  border-left: 3px solid #cbe9fb;
  border-bottom: 3px solid #cbe9fb;
}
.faq-accordion dd[aria-hidden="false"]{
  border-right: 3px solid #cbe9fb;
  border-left: 3px solid #cbe9fb;
  border-bottom: 3px solid #cbe9fb;
  border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
  
}

ul.bullet-points{
   border-radius: 20px;
  padding: 40px 20px 40px 38px;
  list-style-type: disc;
}
ul.bullet-points li:before {
  transition: all .35s ease;
}
ul.bullet-points li:before {
    width: calc(100% + 80px);
    top: 0;
    left: -50px;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 8px;
  transform:scaleY(0);
}
ul.bullet-points li:hover:before {
    width: calc(100% + 80px);
    top: 0;
    left: -50px;
    background-color: red;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 8px;
    transform:scaleY(1);
}

ul.bullet-points li.active:before {
    width: calc(100% + 100px);
    top: 0;
    left: -60px;
    background-color: red;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 8px;
    transform:scaleY(1);
}
  .bullet-points li {
    cursor: pointer;
    padding: 15px 10px;
    margin-bottom: 5px;
     border-radius: 8px;
    position: relative;
    z-index: 2;
  }
.jrr-animated .title-section{
  text-align: center;
}
.jrr-animated .title-section p{
  font-size: 25px;
  margin-top: 20px;
}
.th-slider{
      max-width: 90%;
    margin: 18px auto;
}

.th-slider .flickity-prev-next-button.previous {
    left: -20px;
  height: 35px;
  width: 35px;
}
.th-slider .flickity-prev-next-button.next {
    right: -20px;
   height: 35px;
  width: 35px;
}
.th-slide{
width: 100%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}
.th-slide > div{
  background-color: #0076d6;
  color: white;
  border-radius: 10px;
  padding: 10px; 
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 600px){
  .jrr-animated .title-section p {
    font-size: 12px;
    margin-top: 8px;
}
}
.jrrtestimonials-img{
  
}
.quote-inner{
  display: flex;
}

.quote-inner .image-element__wrap{
  flex: 1 0 calc(50% - 30px);
  margin-right: 30px;
}
.quote-inner .image-element__wrap img{
  object-fit: contain!important;
}
.jrrtestimonials-img .testimonial-block {
    width: calc(70% - 100px);
    max-width: 850px;
      margin-left: 50px;
    margin-right: 50px;
  padding-top: 50px;
}
.jrrtestimonials-img .quotemarks {
    max-width: 90px;
}
.jrrtestimonials-img  .testimonial__main{
      text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jrrtestimonials-img  .testimonial__main .quote{
  margin-bottom: 20px;
}
.jrrtestimonials-img  .testimonial__main .quote~p{
  font-size: 22px;
}
.jrrtestimonials-img  section {

    padding: 0 0 80px 0%;
}.jrrtestimonials-img .flickity-button.previous {
    display: block;
    left: 12%;
    width: 60px;
    height: 60px;
}
.jrrtestimonials-img .flickity-prev-next-button.next {
    right: 12%;
    width: 60px;
    height: 60px;
}

.jrrtestimonials-img .testimonial__description {
   border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
@media only screen and (min-width: 1380px){
  .jrrtestimonials-img .flickity-button.previous {
    left: calc(50% - 500PX)
}
.jrrtestimonials-img .flickity-prev-next-button.next {
    right: calc(50% - 500PX)
}
}

@media only screen and (max-width: 1023px){
  .jrrtestimonials .flickity-prev-next-button.next {
    display: none;
}
  .jrrtestimonials .flickity-prev-next-button.previous {
    display: none;
}
  .jrrtestimonials-img .testimonial-block {
    width: calc(100% - 100px);
  }
  .jrrtestimonials-img  .testimonial__description {
    border: 3.5px solid black;
}
 .jrrtestimonials-img .testimonials .flickity-page-dots {
    bottom: -35px;
}
}
@media only screen and (max-width: 750px){
    .jrrtestimonials-img .testimonial-block {
    width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px;
  }
  .jrrtestimonials-img .testimonial__main .quote {
    font-size: 14px;
}
  .jrrtestimonials-img .testimonial__main .quote~p {
    font-size: 12px;
}
  .jrrtestimonials-img .quotemarks {
    max-width: 50px;
  }
  .jrrtestimonials-img .testimonial-block {
    padding-top: 25px;
  }
  .jrrtestimonials-img .testimonials .flickity-page-dots {
    bottom: -10px;
}
  .jrrtestimonials-img section {
    padding: 0 0 50px 0%;
}
}

.jrr-video-card .featuredflag{
font-size: 25px;
    white-space: nowrap;
    position: absolute;
    left: -15px;
    top: 45px;
    padding: 15px 30px;
    box-shadow: 0 3.4px 3.4px #00000040;
    margin-bottom: 40px;
}
.featuredflag:before {
    height: 0px;
    width: 0px;
    position: absolute;
    content: "";
    right: -30px;
    bottom: 0;
    transform: rotate(0);
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
    border-bottom: solid 30px #ffd34c;
}
.featuredflag:after {
    height: 0px;
    width: 0px;
    position: absolute;
    content: "";
    right: -30px;
    top: 0;
    transform: rotate(180deg);
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
    border-bottom: solid 30px #ffd34c;
  
}

.jrr-video-card-flag .caption-content{
  position: relative;
    padding-top: 155px;
}

.jrr-video-card-flag .section{
  padding-bottom: 80px;
}

.jrr-video-card-flag .subtitle:last-child p:last-child {

    margin-top: 15px;
}
.jrr-video-card-flag .inner {
    border-radius: 15px;
    padding: 0 0;
    padding: 10px 0 30px;
}
@media only screen and (max-width: 1000px){
  .jrr-video-card-flag .inner {
    padding: 0px 0;
}
}
@media only screen and (max-width: 600px){
  .jrr-video-card-flag .section{
  padding-bottom: 40px;
}
  .jrr-video-card .featuredflag {
    font-size: 14px;
        left: -6px;
    top: 30px;

}
  .jrr-video-card-flag .caption-content {
    position: relative;
    padding-top: 105px;
}
  .jrr-video-card-flag h2.main-title {
    margin: 0 auto 0px;

  }}


.jrr-hiw h2{
  margin-bottom: 80px;
}
.jrr-hiw .grid-item__text{
  color: black;
  font-weight: 500;
  font-size: 25px;
}
.hiw-number{
     background-color: #fff;
    font-size: 50px;
    padding: 5px;
        width: 68.5px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    display: block;
    top: -40px;
    font-weight: 700;
    z-index: 2;
    left: 50%;
    transform: translate(-50%);
}
.jrr-hiw .grid-item{
  position: relative;
  border-radius: 25px;
}
.jrr-hiw .section--grid-section .grid-items-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--column-count),1fr);
    gap: var(--grid-gap, 80px);
}
.jrr-hiw .image-element__wrap {
    height: auto;
    width: 100%;
    padding: 25px 25px 0;
}
 .jrr-hiw .curve{
    height: 120px;
    background-color: #ffd34c;
    width: 100%;
    position: relative;
 }
 .jrr-hiw .curve:before{
     content: "";
    background-color: #068927;
    width: 200%;
    height: 120vw;
    box-shadow: 0 3.4px 3.4px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -112vw;
    border-radius: 50%;
    z-index: 0;
    left: -50%;
  }

@media only screen and (max-width: 1000px){
  .jrr-hiw .section--grid-section .grid-items-wrapper {
    width: 100%;
    display: block;
}
   .jrr-hiw  .section {
    max-width: 1100px;
    width: 87%;
   }
  .jrr-hiw .grid-item {
    position: relative;
    border-radius: 25px;
    display: flex;
    background-color: transparent!important;
        margin-bottom: 20px;
    align-items: center;
}
  .section--grid-section .grid-item__image-wrapper {
    position: relative;
    border-radius: var(--item-border-radius, 0);
    overflow: hidden;
    flex: 1 0 33%;
    min-width: 150px;
}
    .jrr-hiw .grid-item:nth-child(even) .grid-item__image-wrapper  {
      order: 2;
    }
  .jrr-hiw .image-element__wrap {
    padding: 10px;
    background-color: #cff0cc;
    border-radius: 10px;
}
  .jrr-hiw .grid-item__text {
    color: white;
    font-weight: 500;
    font-size: 25px;
    max-width: 370px;
    text-align: left;
    padding: 25px;
}
   .jrr-hiw .grid-item:nth-child(even) .grid-item__text {
      text-align: right;
         margin-right: 0;
    margin-left: auto;
    }
  .hiw-number{
    background-color: #fff;
    font-size: 36px;
    width: 57px;
    top: 0;
}
  .th-slide img{
      max-height: 300px;
    object-fit: contain;
}
}

@media only screen and (max-width: 750px){
    .jrr-hiw .grid-item__text {
    color: white;
    font-weight: 500;
    font-size: 14px;
    max-width: 170px;
    text-align: left;
    padding: 25px;
}
    .hiw-number{
    background-color: #fff;
    font-size: 20px;
    width: 33.5px;
    top: 0;
}
  .jrr-hiw h2 {
    margin-bottom: 40px;
}
}

.jrr-fc.jrr-fc-th  .thumbnail__caption {
    padding: 20px 10px 18px;
    font-size: 22px;
    color: white;
}
.jrr-fc.jrr-fc-th  .thumbnail__caption a{
    color: white;
}
.jrr-fc.jrr-fc-th .student-packs{
  padding: 3px 10px;
  width: fit-content;
border-radius: 3px;
  margin: 0 auto 10px;
  font-weight: bold;
}

.jrr-fc.jrr-fc-th .featured-collection {
    min-height: 0px;
    padding-top: 0px;
    margin-top: 0px;
  width: 95%;
  max-width: 1100px;
}

.jrr-fc.jrr-fc-th .tab-content {
  position: static;
    min-height: 0px;
}

.jrr-fc.jrr-fc-th .product-image__wrapper{
  min-height: 0!important;
  max-height: none !important;
}

.jrr-fc.jrr-fc-th .gallery-cell{
  margin-left: 20px;
    margin-right: 20px;
      width: calc(33.3333333333% - 40px);
}

.jrr-fc.jrr-fc-th  .jrr-quick {
    padding: 10px 18px 12px;
    min-height: 95px;
    position: absolute;
    width: calc(100% + 2px);
    bottom: -95px;
    left: -1px;
    z-index: 10;
    overflow: hidden;
}
.jrr-fc.jrr-fc-th  .product-wrap {
  padding-bottom: 95px;
}
.jrr-fc.jrr-fc-th .jrr-quick button.quick {
    position: absolute;
    transition: all .3s ease-in-out;
    top: 15px;
    left: 15%;
    width: 70%;
    display: block;
    margin: 0 auto;
    background-color: #ffffffbf;
}
@media only screen and (max-width: 1000px){
  .jrr-fc.jrr-fc-th .gallery-cell{
  margin-left: 20px;
    margin-right: 20px;
      width: calc(70% - 40px);
}
  .jrr-fc.jrr-fc-th .featured-collection {
    width: 95%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 600px){
  .jrr-fc.jrr-fc-th .gallery-cell{
  margin-left: 10px;
    margin-right: 10px;
      width: calc(70% - 20px);
}
  .jrr-fc.jrr-fc-th .thumbnail__caption {
    padding: 20px 10px 12px;
    font-size: 14px;
    color: #fff;
}
}

.faq-header{
  padding: 70px 70px 30px;
  margin-bottom: 70px;
  text-align: center; 
  color: white;
}
.faq-header h1{
  color: white;
  font-size: 36px;
}
.faq-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
      margin: 70px auto 0;
    max-width: 900px;
}
.faq-title-wrapper-link{
  background-color: white;
  border-radius: 20px;
  color: black;
  flex: 0 0 calc(33.333% - 30px);
  margin: 0 15px 40px;
  cursor: pointer;
  max-width: 260px;
  padding: 15px 10px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.faq-title-wrapper-link .image-element__wrap{
    max-width: 122px;
  min-height: 65px;
    max-height: 70px;
}

.faq-title-wrapper-link .image-element__wrap img{
    max-height: 70px;
    width: auto;
}

.cart__headings h3{
  font-size: 22px;
}


.jrr-fc.jrr-fc-th .flickity-viewport{
  min-height: 590px!important;
}

.jrr-resources .desktop-slider--disabled .testimonials{
  flex-wrap: nowrap;
}


@media only screen and (max-width: 750px){
  .faq-header {
    padding: 30px 10px 10px;
    margin-bottom: 30px;
  }
  .faq-title-wrapper-link .image-element__wrap img {
    max-height: 40px;
  }
   .faq-header h6{
     font-size: 15px;
   }
  .faq-title-wrapper-link .image-element__wrap {
    max-width: 122px;
    min-height: 25px;
    max-height: 40px;
}
  
  .faq-title-wrapper-link {
    background-color: #fff;
    border-radius: 20px;
    color: #000;
    flex: 0 0 calc(33.333% - 10px);
    margin: 0 5px 20px;
  }
  .faq-accordion dt .icon {
    left: auto;
    right: 15px;
}
  .faq-accordion dt button {
    padding: 15px 40px 15px 20px;
    font-size: 15px;
  }
  .faq-accordion dd {
    padding-left: 20px;
  }
}


@media only screen and (max-width: 500px){
  .section--grid-section .grid-item__image-wrapper {
    min-width: 0;
  }
  .jrr-hero .caption-content {
    padding: 0 0 30px;
  }
}

.jrr-quick {
      bottom: -140px;
}
.jrr-fc .thumbnail__caption {
      min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jrr-fc .product-wrap {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1080px){
.jrr-fc .thumbnail__caption {
    padding: 30px 10px 18px;
  min-height: 0;
    /* font-size: 20px; */
}
}



.metaobject-alignments .jrr-page-hero .image-with-text__text-column {
    /* width: 100%!important; */
}

.collection-matrix-header{
  margin-top: 40px;
}

.cart__subtotal-container .h3{
  font-size: 25px;
}
body.cart .quantity-wrapper.quantity-style--box .quantity-input-control input{
  font-size: 22px;
}

.plyr__video-embed{
      border-radius: 25px;
    overflow: hidden;
}
.jrr-hero .video__container {
     overflow: hidden;
}
.jrr-hero .video__container iframe{
   border-radius: 25px;
    overflow: hidden;
}

.ajax-cart {
    font-size: 18px;
}
@media only screen and (min-width: 1460px){
  /* .jrr-hiw{
    overflow: visible!important;
  } */
  .jrr-animated{
        padding-top: 55px!important;
  }
  .jrr-hiw .curve {
    height: 165px;
  }
}

.article-content{
max-width: 820px;
  font-size: 19px;
  line-height: 1.2;
}

.article-content p span~a, .article-content p span~b, .article-content p span~strong, .article-content li span~b, .article-content li span~strong{
  margin-left: 5px;
}
/* .article__title{
max-width: 820px;
} */

.comment-section{
      max-width: 820px;
}

@media only screen and (max-width: 600px){
.jrr-fc .thumbnail__caption {
    padding: 10px 10px 10px;
  min-height: 0;
    /* font-size: 20px; */
}
  .jrr-hiw .curve {
    height: 45px;
  }
  .article .tags .tag.tag--solid a {
    font-size: 14px;
  }
  .article .heading-wrapper {
    margin-bottom: 10px;
  }
  .share-btn .button{
    width: 30px!important;
    height: 30px!important;
    font-size: 15px;
  }
  .article-content {
    font-size: 15px;
  }
}

.jrr-event .image-with-text__text p {
    font-size: 22px;
    line-height: 1;
}

body.collection .jrr-quick {
  bottom: 0px;
  padding: 0px;
    min-height: 60px;
}
body.collection .jrr-quick button.quick {
  top: 4px;
      border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
      border-top-left-radius: 10px;
    border-top-right-radius:  10px;
      padding: 16px 44px;
    box-shadow: 0 -3px 3px 1.5px rgba(0, 0, 0, 0.25);
  
}


body.collection  .jrr-quick:hover button.quick {

    top: auto!important;
    bottom: -60px;
}
body.collection  .jrr-quick:hover .product_form {
    /* height: auto; */
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    transition: all .25s ease-in-out;
    max-height: 100%;
      
}
body.collection .jrr-quick .product_form {
    /* height: 0; */
    max-height: 0;
    transition:none;
    opacity: 1;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
  padding: 30px 18px 12px;
}
body.collection .jrr-quick .select, body.collection .jrr-quick .swatch__options {
    max-width: calc(100% - 50px);
}

body.collection .jrr-quick .purchase-details .purchase-details__spb--true {
    flex: 1 0 100%;
    align-items: flex-end;
    width: 100%;
    margin-top: -53px!important;
    margin-left: 0;
    margin-right: -8px;
    justify-content: flex-end;
}
body.collection .jrr-quick .button--add-to-cart {
    box-shadow: 0 4.1px 4.1px #00000040;
    background-color: #ffffffbf;
    border-radius: 50%;
    width: 50px;
    height: 50px!important;
    min-height: 50px!important;
    min-width: 50px;
    max-width: 50px;
    border: none;
    padding: 5px;
}

body.collection .jrr-quick .swatch .option-title {
    color: black!important;
}
body.collection .jrr-quick .swatch label {
  color: black;
  border-color: black;
}
@media only screen and (max-width: 750px){
  body.collection .jrr-quick{
    display: none!important;
  }
}

.announcement-bar .flickity-button {
  background-color: transparent;
}


.announcement-bar .announcement-bar__text{
  width: 100%;
  flex: 1 0;
  justify-content: center;
}

.announcement-bar .flickity-button-icon{
  fill: white;
}
.announcement-bar .flickity-prev-next-button.previous {
    left: 0px;
      width: 35px;
    height: 35px;
}
.announcement-bar .flickity-prev-next-button.next {
    right: 0px;
      width: 35px;
    height: 35px;
}

.video-card-slider{
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.jrr-video .video-card-slider  .inner {
  width: 100%;
  max-width: none;
  padding: 0 15px;
}


 .video-card-slider .flickity-prev-next-button.previous {
    left: -60px;
    background: transparent;
}
 .video-card-slider .flickity-prev-next-button.next {
    right: -60px;
    background: transparent;
}

/* Modal overlay */
.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0rem;
}

/* Show modal */
.quote-modal.show {
  display: flex;
}

/* Modal wrapper */
.quote-modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
}

/* Modal content */
.quote-modal__content {
  background: #fff;
  width: 100%;
  max-width: 960px;
  min-height: 90vh;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Scrollable body */
.quote-modal__body {
  overflow-y: auto;
  padding: 1.5rem;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
}

.quote-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
  height: 100%;
}

/* Media Queries for Responsiveness */
@media (min-width: 768px) {
  .quote-modal {
    padding: 2rem; /* More spacing on tablets and up */
  }

  .quote-modal__content {
    padding: 2rem;
    max-height: 80vh;
  }
}

@media (max-width: 480px) {
  .quote-modal__content {
    padding: 1rem;
    max-height: 90vh;
    border-radius: 6px;
    font-size: 0.95rem;
  }

  .quote-modal__close {
    top: 0.25rem;
    right: 0.75rem;
    font-size: 1.25rem;
  }
}