#newstyle-content-wrapper .card ul.nav-tabs > li::before {
  content: "";
  color: transparent;
  font-weight: normal;
  display: none;
  width: 0;
  margin-left: 0;
}

#newstyle-content-wrapper {
  padding: 0;
}

.newstyle-content-inner {
  background: #f8f9f9;
  padding: 25px 20px 0;
  font-size: 22px;
}

.orange-color-font-bold {
  color: #c25131;
  font-weight: bold;
}

.orange-banner-header1 {
  font-size: 52px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 25px;
  color: #c25131;
}

.orange-banner-header3 {
  font-size: 35px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 25px;
  margin-bottom: 45px;
  color: #c25131;
}

/** All sliders */
.slick-slider p {
  font-weight: bold;
}

.carousel-wrapper {
  margin: 0 50px;
}

.slick-slide {
  margin: 0 20px;
  position: relative;
  /* width: 260px; */
  justify-content: center;
  align-items: center;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-track {
  height: 300px;
}
/** Variable width */
.variable-width .slick-slide p {
  margin: 0;
}

.adaptive-height .slick-slide,
.lazy .slick-slide,
.fade .slick-slide {
  height: auto;
  min-height: 250px;
}

/** Center Mode */
.center .slick-center {
  color: royalblue;
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.75s linear;
}

.slick-slide img {
  display: block;
  /* margin: 0 auto; */
  border: 1px solid #ddd;
}

.slick-next,
.slick-prev {
  height: 60px;
  width: 60px;
  font-size: 36px;
  color: #888;
}

.slick-next {
  right: -60px;
}

.slick-prev {
  left: -60px;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
  font-size: 50px;
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
  color: #c25132;
  font-size: 50px;
}

.banner-header-subtext {
  margin-left: 30px;
  max-width: 57%;
  margin-bottom: 30px;
}

.storytime-direct-callout-img1 {
  margin-top: 20px;
  width: 90%;
  margin-left: 8%;
  height: 90%;
}

#newstyle-content-wrapper .row.row-sc {
  margin: 0;
}

#newstyle-content-wrapper .card-body.tab-content {
  background: #d9d9d94d;
  padding-top: 60px;
  padding-left: 0;
  margin-right: 60px;
}

#newstyle-content-wrapper .nav-tabs .nav-item {
  width: auto;
  position: absolute;
  left: 0;
  top: 5px;
  background: #c25131;
  border-radius: 12px 12px 12px 0px;
}

#newstyle-content-wrapper .nav-link,
#newstyle-content-wrapper .nav-link.active {
  background-color: transparent;
  height: auto;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1px;
}

#newstyle-content-wrapper .card ul li::before {
  width: 1em;
  margin-left: -1.25em;
}

.content-footer-orange {
  background: #c25131;
  color: #fff;
  padding: 15px 30px;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 24px;
}

.content-footer-orange a {
  color: #fff;
}

#newstyle-content-wrapper .card-header {
  background: transparent;
  border: none;
  border-radius: none;
}

#newstyle-content-wrapper .card {
  border: none;
  margin-bottom: 30px;
}

.widget-panels-wrapper {
  display: flex;
  align-items: flex-end;
  max-height: 500px;
}

.page-node-1727 .widget-panels-wrapper {
  max-height: 680px;
}

.widget-banner-mobile-only {
  display: none;
}

.spanish-lc-widget {
  width: 300px;
  height: 650px;
  margin-right: 10px;
  top: -100px;
  margin-left: -25px;
  position: relative;
}

.page-node-1727 .spanish-lc-widget {
  top: -150px;
}

.english-lc-widget {
  width: 300px;
  height: 640px;
  right: 0;
  position: relative;
  top: -270px;
}

.floating-callout-small {
  width: 284px;
  background: #c25131;
  border-radius: 12px 12px 12px 0px;
  color: #fff;
  padding: 15px;
  top: -300px;
  font-size: 24px;
  font-weight: 600;
  right: -10px;
  position: relative;
}

a.orange-bg-button,
a.orange-bg-button:link,
a.orange-bg-button:hover,
a.orange-bg-button:focus {
  margin: 35px auto 50px auto;
  background: #c25131;
  width: max-content;
  padding: 4px 12px;
  color: #fff;
  border-radius: 9px;
  font-weight: bold;
  display: block;
}

.orange-border-panel {
  border: 2px solid #c25131;
  border-radius: 17px;
  padding: 35px 25px;
}

.orange-border-panel h3 {
  font-weight: bold;
  margin: 15px 0 20px;
  font-size: 36px;
  letter-spacing: normal;
}

.orange-border-panel h4 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}

.orange-border-panel .orange-color-font {
  font-size: 24px;
  line-height: 32px;
}

.orange-border-panel .blue-italic-font {
  font-style: italic;
  margin: 25px 0;
}

.orange-border-panel .content-footer-orange {
  margin: 0 -25px -35px;
  border-radius: 0 0 15px 15px;
  padding: 5px 20px;
}

.orange-border-panel .content-footer {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.1px;
}

@media (max-width: 1290px) and (min-width: 1180px) {
  .page-node-1727 .spanish-lc-widget,
  .spanish-lc-widget {
    width: 240px;
    height: 630px;
    margin-right: 0;
    top: -160px;
    right: -30px;
    margin-left: 0;
  }

  .english-lc-widget {
    width: 240px;
    height: 630px;
    right: -55px;
    top: -390px;
  }

  .page-node-1727 .english-lc-widget {
    top: -360px;
  }

  .floating-callout-small {
    width: 245px;
    padding: 10px 15px;
    top: -470px;
    font-size: 20px;
    font-weight: 600;
    right: -55px;
  }

  .newstyle-content-inner .card-text {
    font-size: 0.9em;
  }
}

@media (max-width: 1179px) and (min-width: 1051px) {
  .orange-banner-header3 {
    width: 70%;
    font-size: 28px;
  }

  #newstyle-content-wrapper p,
  #newstyle-content-wrapper {
    font-size: 0.9em;
  }

  .spanish-lc-widget {
    width: 210px;
    margin-right: 0;
    top: -350px;
    right: -55px;
    margin-left: 0;
  }

  .page-node-1727 .spanish-lc-widget {
    top: -300px;
  }

  .english-lc-widget {
    width: 210px;
    top: -380px;
    right: -80px;
  }

  .floating-callout-small {
    width: 200px;
    padding: 10px 15px;
    top: -480px;
    font-size: 16px;
    right: -85px;
  }
  .newstyle-content-inner .card-text {
    font-size: 0.9em;
  }
}

@media (max-width: 1050px) and (min-width: 575px) {
  #newstyle-content-wrapper p,
  #newstyle-content-wrapper {
    font-size: 0.85em;
  }
  .newstyle-content-inner .card-text {
    font-size: 0.85em;
  }
  .orange-banner-header3 {
    width: 65%;
    font-size: 25px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .banner-header-subtext {
    margin-left: 0;
  }

  .storytime-direct-callout-img1 {
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
    height: auto;
  }

  .widget-panels-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 350px;
    margin-bottom: 30px;
  }

  .widget-panel {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .spanish-lc-widget {
    width: 300px;
    height: 610px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
  }

  .english-lc-widget {
    width: 300px;
    height: 610px;
    right: 0;
    top: 0;
    left: 0;
  }

  .floating-callout-small {
    width: 100%;
    padding: 20px 0;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    color: #c25131;
    background: transparent;
  }
}

@media (max-width: 900px) {
  .widget-banner-mobile-only {
    text-align: left;
  }

  .order-pull-last {
    order: 0;
  }

  .widget-banner-mobile-only {
    display: none;
  }
}

@media (max-width: 970px) and (min-width: 951px) {
  .widget-panels-wrapper {
    margin-top: 250px;
  }
}

@media (max-width: 950px) and (min-width: 901px) {
  .widget-panels-wrapper {
    margin-top: 200px;
  }
}

@media (max-width: 900px) and (min-width: 576px) {
  .storytime-direct-callout-img1 {
    width: 95%;
    margin: 10px auto;
    height: auto;
  }

  .widget-panels-wrapper {
    margin-top: 250px;
    max-height: 400px;
    height: 400px;
  }
  .page-node-1727 .widget-panels-wrapper {
    max-height: 680px;
    height: 680px;
  }
}

@media (max-width: 850px) and (min-width: 801px) {
  .widget-panels-wrapper {
    margin-top: 170px;
  }
}

@media (max-width: 800px) and (min-width: 701px) {
  .widget-panels-wrapper {
    margin-top: 100px;
  }
}

@media (max-width: 700px) and (min-width: 637px) {
  .widget-panels-wrapper {
    margin-top: -10px;
  }
}

@media (max-width: 637px) and (min-width: 576px) {
  .widget-panels-wrapper {
    margin-top: -190px;
  }
}

@media (max-width: 575px) and (min-width: 576px) {
  .widget-panels-wrapper {
    margin-top: -150px;
  }
}

@media (min-width: 576px) {
  #partnering-lower-split-panel .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.3333333333%;
    flex: 0 0 52.3333333333%;
    max-width: 52.3333333333%;
  }
  #partnering-lower-split-panel .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.6666666667%;
    flex: 0 0 47.6666666667%;
    max-width: 47.6666666667%;
  }
}

@media (max-width: 575px) {
  .mt-4.block-page-title-block {
    margin-top: 0 !important;
  }

  #header .navbar-brand {
    margin-bottom: 0 !important;
  }

  h1.title {
    margin-left: -10px;
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .newstyle-content-inner {
    padding: 25px 0;
    font-size: 16px;
    margin: -30px;
  }

  .newstyle-content-inner .row {
    margin: 0;
  }

  .storytime-direct-callout-img1 {
    width: 100%;
    margin: 10px auto;
    height: auto;
  }

  .newstyle-content-inner .col-sm-6 {
    padding: 0;
  }

  .newstyle-content-inner .mobile-narrow,
  .newstyle-content-inner .col-sm-6.mobile-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orange-banner-header3 {
    font-size: 22px;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #c25131;
  }

  #newstyle-content-wrapper .nav-tabs .nav-item {
    width: auto;
    position: absolute;
    left: 0;
    top: 5px;
    background: #c25131;
    border-radius: 12px 12px 12px 0px;
  }

  #newstyle-content-wrapper .nav-link,
  #newstyle-content-wrapper .nav-link.active {
    background-color: transparent;
    height: auto;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
    padding: 5px 10px;
  }

  #newstyle-content-wrapper .card-header {
    background: transparent;
    border: none;
    border-radius: none;
  }

  #newstyle-content-wrapper .card {
    border: none;
    margin-bottom: 15px;
  }

  #newstyle-content-wrapper .card-body.tab-content {
    background: #d9d9d94d;
    padding-top: 35px;
    padding-left: 0;
    margin-right: 0;
  }

  #newstyle-content-wrapper .card .card-body ul {
    padding-left: 1.75em;
  }

  #newstyle-content-wrapper .card ul li::before {
    width: 0.75em;
    margin-left: -1em;
  }

  #newstyle-content-wrapper .card .card-body ul li {
    margin-left: 0;
  }

  .banner-header-subtext {
    margin-left: 0;
    max-width: fit-content;
  }

  .order-pull-last {
    order: 2;
  }

  .widget-panels-wrapper {
    max-height: max-content;
  }

  .widget-panel {
    align-items: baseline;
    flex-direction: column;
    display: flex;
    width: 50%;
  }

  .page-node-1727 .spanish-lc-widget,
  .spanish-lc-widget {
    width: 177px;
    height: 650px;
    margin: 0 auto;
    top: auto;
  }

  .english-lc-widget {
    width: 177px;
    height: 650px;
    margin: 0 auto;
    top: auto;
  }

  .floating-callout-small {
    display: none;
  }

  .carousel-wrapper {
    margin: 0;
  }

  .slick-slide {
    margin: 0 20px;
    position: relative;
    width: 175px;
    justify-content: center;
    align-items: center;
  }

  .spanish-page-top-panel {
    display: flex;
    flex-direction: column;
  }

  .spanish-page-intro-1 {
    order: 1;
  }

  .spanish-page-intro-2 {
    order: 3;
  }

  .center.carousel-wrapper {
    order: 2;
  }

  .center .slick-center {
    transform: scale(1.2);
    /* margin: 0 25px; */
  }

  .widget-banner-mobile-only {
    width: 100%;
    text-align: center;
    color: #c25131;
    padding: 5px 0;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    display: block;
  }

  .content-footer-orange {
    background: #c25131;
    color: #fff;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .slick-track {
    height: 250px;
  }

  .orange-bg-button {
    margin: 0 0 20px;
    width: 100%;
    padding: 8px 20px;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
  }

  .orange-border-panel {
    border: 2px solid #c25131;
    border-radius: 17px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .content .orange-border-panel .mobile-width {
    margin: 0 auto;
    width: auto;
    max-width: 220px;
    display: block;
    order: 2;
  }

  .orange-border-panel .content-footer-orange {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .orange-border-panel h3 {
    font-size: 22px;
    order: 3;
  }

  .orange-border-panel h4 {
    order: 1;
    font-size: 1em;
  }

  .orange-border-panel .orange-color-font {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 16px;
  }

  .sc-layer {
    margin: 30px -10px -5px !important;
    padding: 10px 10px 20px !important;
  }

  #newstyle-content-wrapper .row.row-sc {
    margin: 0 -15px;
  }
}
