.nri-scroller {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 64%;
  overflow: hidden;
  background: #fff;
}
.nri-scroller .nri_scroller__month {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-bottom: 10%;
  top: 3%;
}
.nri-scroller .nri_scroller__month svg {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  vertical-align: bottom;
}
.nri-scroller .nri_scroller__month svg text {
  text-transform: uppercase;
}
.nri-scroller .nri-scroller__frame {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/BR_insiders_NRIdemo1200.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
.nri-scroller .nri-scroller__page {
  display: block;
  position: absolute;
  width: 68%;
  right: 4%;
  top: 20%;
  background: url("../images/BR_insiders_NRIdemo_scroll.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 8s scrollnewreleases infinite ease;
}
@-moz-keyframes scrollnewreleases {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(var(--maxScrollPoint));
  }
  70% {
    transform: translateY(var(--maxScrollPoint));
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes scrollnewreleases {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(var(--maxScrollPoint));
  }
  70% {
    transform: translateY(var(--maxScrollPoint));
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes scrollnewreleases {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(var(--maxScrollPoint));
  }
  70% {
    transform: translateY(var(--maxScrollPoint));
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scrollnewreleases {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(var(--maxScrollPoint));
  }
  70% {
    transform: translateY(var(--maxScrollPoint));
  }
  100% {
    transform: translateY(0%);
  }
}
/* This code was previously in the file page-meet-release-index.php */
/* 
Cannot determine the proper location for the additional CSS for this page, so it has been placed here until
a determination can be made. 
    */
.insiders-front-page #main * {
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif !important;
}
.insiders .site-content,
.wrap:not(.site-header) {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.inner {
  margin: auto;
  max-width: 980px;
}
#meet-header {
  padding: 15px;
}
#meet-logo {
  display: block;
  width: 173px;
  height: 86px;
}
#meet-logo img {
  display: block;
  height: 86px;
  width: auto;
}
.meet-intro {
  background: #ee3925;
  padding: 20px 20px 60px;
  text-align: center;
  color: #fff;
}
.meet-intro {
  font-size: 27px;
}
.meet-intro span {
  display: block;
  font-size: 27px;
  font-weight: normal;
}
.meet-intro strong {
  display: block;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}
.meet-intro em {
  font-size: 27px;
  font-weight: normal;
  line-height: 1;
  display: block;
}
.meet-intro a {
  display: inline-block;
  background: #fff;
  color: #9c15d4;
  line-height: 38px;
  padding: 0 20px;
  height: 38px;
  text-transform: uppercase;
}
.meet-description {
  position: relative;
  background: #ee3925;
  height: 45px;
  margin-top: -25px;
  padding: 0 15px;
}
.meet-description .inner {
  margin: auto;
  border: 10px solid #9c15d4;
  background: #fff;
  color: #9c15d4;
  text-align: center;
  font-size: 33px;
  padding: 0 30px;
}
.meet-signup {
  margin-top: -25px;
  padding: 280px 15px 25px;
  background: url("https://s20920.pcdn.co/wp-content/themes/insiders/assets/images/nri_stripe.png") center;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.page .site-content .wrap .meet-signup p {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 0;
}
.meet-signup strong {
  display: block;
  font-weight: bold !important;
}
.meet-signup em {
  font-size: 60px;
  font-style: normal !important;
  display: block;
  text-transform: uppercase;
  font-weight: bold !important;
}
.meet-signup a {
  display: inline-block;
  background: #fc2f00;
  color: #fff;
  line-height: 38px;
  padding: 5px 20px;
  line-height: 1.2;
  font-size: 24px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.meet-signup a.demo {
  background: #fff;
  font-size: 18px !important;
  color: #000;
  margin-top: 10px;
  font-weight: normal !important;
  box-shadow: none !important;
}
.meet-signup a.demo:hover {
  color: #fc2f00 !important;
}
.meet-signup a:hover {
  background: #fff !important;
}
.meet-signup figure {
  padding: 35px 0;
}
#meet-footer {
  background: #ffd007;
  text-align: center;
  padding: 10px 0;
}
#meet-footer-logo {
  margin: auto;
  display: block;
  height: 96px;
  width: 96px;
}
#meet-footer-logo a {
  margin: auto;
  display: block;
  height: 96px;
  width: 96px;
}
#meet-footer-logo img {
  height: 96px;
  vertical-align: bottom;
}
#meet-footer ul {
  padding: 0;
  margin: 0;
}
#meet-footer li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#meet-footer li a {
  padding: 4px 5px;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
#meet-footer li a:hover,
#meet-footer li a:focus {
  color: #666;
  text-decoration: underline;
}
#meet-footer p {
  font-size: 16px;
}
#meet-footer .inner {
  margin: auto;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .meet-intro {
    padding: 80px 20px;
  }
  .meet-intro strong {
    padding: 20px 0;
  }
  .meet-description .inner {
    max-width: 780px;
    font-size: 46px !important;
  }
  .meet-description .inner p {
    font-size: 46px !important;
    line-height: 1em;
  }
  .meet-signup {
    padding-top: 320px;
    padding-bottom: 60px;
  }
  .meet-signup .inner {
    display: flex;
  }
  .meet-signup-message {
    width: 40%;
    padding-left: 5%;
    padding-top: 50px;
    order: 2;
    text-align: left;
  }
  .meet-signup figure {
    width: 55%;
    order: 1;
  }
  #meet-footer {
    height: 96px;
    position: relative;
    padding: 0;
  }
  #meet-footer .inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #meet-footer ul {
    order: 1;
  }
  #meet-footer p {
    order: 3;
  }
  #meet-footer-logo {
    order: 2;
  }
  #meet-footer-logo {
    margin: auto;
  }
  #meet-footer li {
    float: left;
    margin-left: 5px;
  }
  #meet-footer li a {
    font-size: 14px;
  }
}
