@font-face {
  font-family: "Effra";
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/effra-regular.ttf) format("truetype"); }

@font-face {
  font-family: "Effra";
  font-weight: 300;
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/effra-light.ttf) format("truetype"); }

@font-face {
  font-family: "Effra";
  font-weight: 500;
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/effra-medium.ttf) format("truetype"); }

@font-face {
  font-family: "Effra";
  font-weight: 600;
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/effra-heavy.ttf) format("truetype"); }

@font-face {
  font-family: "Effra";
  font-weight: 700;
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/effra-bold.ttf) format("truetype"); }

@font-face {
  font-family: "Effra";
  font-weight: 900;
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/effra-black.ttf) format("truetype"); }

@font-face {
  font-family: "Gotham HTF";
  font-weight: 400;
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/gotham-book.ttf) format("truetype"); }

@font-face {
  font-family: "Gotham HTF";
  font-weight: 500;
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/gotham-medium.ttf) format("truetype"); }

@font-face {
  font-family: "helvetica_bold";
  src: url(https://rosettastone-wpeu.s3-eu-west-1.amazonaws.com/production/hugo-assets/assets/fonts/Helvetica-Bold-02.WOFF);
  font-weight: 500; }

.stone h2 {
  font-family: Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 25px;
  text-align: center; }
  @media (min-width: 768px) {
    .stone h2 {
      font-size: 40px;
      text-align: left; } }
.no-padding {
  padding: 0 !important; }

.text-strong {
  font-weight: bold !important; }

.text-light-strong {
  font-weight: normal !important;
  color: #000 !important; }

.text-disabled {
  color: #f2f2f2 !important; }

a {
  color: #0098db;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0098db;
    text-decoration: underline; }

.btn, a.btn, a.btn:link, a.btn:visited {
  color: #fff;
  background-color: #0098db;
  border-color: #0098db;
  white-space: normal;
  position: relative;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:hover, .btn:focus, .btn:active, a.btn:hover, a.btn:focus, a.btn:active {
  color: #fff;
  background-color: rgba(0, 152, 219, 0.9);
  border-color: #0098db;
  text-decoration: none;
  outline: none !important; }

.highlight-success {
  color: #36c950 !important; }

.highlight-warning {
  color: #fdbe47 !important; }

.highlight-danger {
  color: #fb605c !important; }

.highlight-info {
  color: #0098db !important; }

.highlight-warm {
  color: #6428a0 !important; }

.note {
  font-size: 12px;
  color: #f2f2f2; }

/* content aligning */
[class*='content-vertical-align'] {
  display: flex; }

.content-vertical-align-middle {
  align-items: center; }

@media (max-width: 767px) {
  .sm-vertical-align {
    width: 100%;
    display: table; }
    .sm-vertical-align [class*='col-'] {
      display: table-cell;
      float: none; }
    .sm-vertical-align .sm-vertical-align-top {
      vertical-align: top; }
    .sm-vertical-align .sm-vertical-align-middle {
      vertical-align: middle; }
    .sm-vertical-align .sm-vertical-align-bottom {
      vertical-align: bottom; } }

@media (min-width: 768px) {
  .md-vertical-align {
    width: 100%;
    display: table; }
    .md-vertical-align [class*='col-'] {
      display: table-cell;
      float: none; }
    .md-vertical-align .md-vertical-align-top {
      vertical-align: top; }
    .md-vertical-align .md-vertical-align-middle {
      vertical-align: middle; }
    .md-vertical-align .md-vertical-align-bottom {
      vertical-align: bottom; } }

@media (min-width: 992px) {
  .lg-vertical-align {
    width: 100%;
    display: table; }
    .lg-vertical-align [class*='col-'] {
      display: table-cell;
      float: none; }
    .lg-vertical-align .lg-vertical-align-top {
      vertical-align: top; }
    .lg-vertical-align .lg-vertical-align-middle {
      vertical-align: middle; }
    .lg-vertical-align .lg-vertical-align-bottom {
      vertical-align: bottom; } }

@media (max-width: 767px) {
  .sm-hide {
    display: none !important; }
  .sm-show {
    display: inherit !important; } }

@media (min-width: 768px) {
  .md-hide {
    display: none !important; }
  .md-show {
    display: inherit !important; } }

@media (min-width: 992px) {
  .lg-hide {
    display: none !important; }
  .lg-show {
    display: inherit !important; } }

@media (max-width: 767px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-right {
    text-align: right !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-right {
    text-align: right !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-right {
    text-align: right !important; } }

@media (min-width: 768px) {
  [class*="animation-"] {
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out; } }

@media (min-width: 768px) {
  [class*="animation-fade-"] {
    opacity: 0; } }

@media (min-width: 768px) {
  .animated [class*="animation-fade-"] {
    opacity: 1; } }

@media (min-width: 768px) {
  .animation-fade-from-right {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px); } }

@media (min-width: 768px) {
  .animation-fade-from-left {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px); } }

@media (min-width: 768px) {
  .animation-fade-from-bottom {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@media (min-width: 768px) {
  .animated .animation-fade-from-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@media (min-width: 768px) {
  .animated .animation-fade-from-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@media (min-width: 768px) {
  .animated .animation-fade-from-bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  margin: auto; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

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

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    display: block;
    content: "";
    height: 44px;
    width: 44px;
    opacity: 1; }

.slick-prev {
  left: -40px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    background-image: url("https://assets-wpeu.rosettastone.com/production/hugo-assets/img/scroll-arrow-to-left.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.slick-next {
  right: -40px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    background-image: url("https://assets-wpeu.rosettastone.com/production/hugo-assets/img/scroll-arrow-to-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  color: #262626;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  position: relative; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  overflow-x: hidden; }

header.page-navigation {
  background-color: #f0c433; }
  header.page-navigation section.top_nav {
    max-width: 1280px;
    margin: 0 auto; }

main.page-content {
  width: 100%;
  /*max-width: 1280px;*/
  margin-right: auto;
  margin-left: auto; }

main.page-content-fluid {
  width: 100%; }
  main.page-content-fluid .content-container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto; }

header.page-content-header .content-container {
  display: flex;
  height: 100%;
  max-width: 1440px;
  justify-content: space-between; }
  header.page-content-header .content-container .content-header-cta {
    max-width: 500px;
    -ms-flex-item-align: center !important;
    align-self: center !important; }

header.page-content-header h1 {
  font-family: Helvetica, sans-serif;
  font-size: 54px;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0 0 15px;
  text-transform: lower;
  text-transform: capitalize; }

header.page-content-header h2 {
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0; }

header.page-content-header .action-button:link, header.page-content-header .action-button:visited {
  display: block;
  max-width: 250px;
  padding: 15px;
  background-color: #0098db;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  margin: 45px auto;
  text-decoration: none; }
  @media (min-width: 768px) {
    header.page-content-header .action-button:link, header.page-content-header .action-button:visited {
      margin: 45px 0; } }
header.page-content-header .action-button:focus, header.page-content-header .action-button:hover, header.page-content-header .action-button:active {
  text-decoration: none;
  color: #fff; }

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.no-gutters[class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.content-section {
  margin: 0; }
  .content-section > .row > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px; }
  .content-section > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px; }
  @media (min-width: 768px) {
    .content-section > .col,
    .content-section > [class*="col-"] {
      padding-right: 15px;
      padding-left: 15px; } }
  .content-section .section-teaser-img {
    max-width: 100%; }
  .content-section dl > dd:not(:last-child) {
    margin-bottom: 25px; }
  .content-section em.legend {
    display: block;
    color: #979797;
    margin-top: 15px; }

.content-wrapper {
  width: 100%; }

.wow[class*="col-"],
.animated[class*="col-"] {
  overflow: hidden; }

.modal-video .modal-dialog {
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .modal-video .modal-dialog {
      padding: 15px;
      margin: 1.75rem auto; } }
.modal-video .modal-content {
  border-radius: 0;
  border: 0;
  background: #000;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .modal-video .modal-content {
      width: 884px;
      height: 480px; } }
.modal-video .modal-body {
  padding: 0; }

@media (min-width: 768px) {
  .modal-video .modal-lg {
    max-width: 884px; } }

.modal-review .modal-dialog {
  padding: 15px; }

.modal-review .modal-content {
  border-radius: 0;
  border: 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5); }

.modal-review .modal-body {
  padding: 0; }

@media (min-width: 768px) {
  .modal-review .modal-lg {
    max-width: 650px; } }

.page-footer-specialoffer {
  color: #fff;
  background: #262626;
  padding: 60px 25px;
  font-family: "Gotham HTF", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .page-footer-specialoffer .container {
    padding: 0; }
  .page-footer-specialoffer .social {
    display: flex;
    margin-bottom: 60px;
    list-style: none;
    padding: 0;
    justify-content: center; }
    .page-footer-specialoffer .social li {
      padding: 0 7.5px; }
    .page-footer-specialoffer .social a, .page-footer-specialoffer .social a:link, .page-footer-specialoffer .social a:visited, .page-footer-specialoffer .social a:hover, .page-footer-specialoffer .social a:active, .page-footer-specialoffer .social a:focus {
      display: block;
      height: 39px;
      width: 39px;
      overflow: hidden;
      text-indent: -9999px; }
    .page-footer-specialoffer .social a.social-facebook {
      background-image: url("images/shared/icon-sm-round-facebook.svg");
      background-size: 39px 39px;
      background-position: center;
      background-repeat: no-repeat; }
    .page-footer-specialoffer .social a.social-twitter {
      background-image: url("images/shared/icon-sm-round-twitter.svg");
      background-size: 39px 39px;
      background-position: center;
      background-repeat: no-repeat; }
    .page-footer-specialoffer .social a.social-youtube {
      background-image: url("images/shared/icon-sm-round-youtube.svg");
      background-size: 39px 39px;
      background-position: center;
      background-repeat: no-repeat; }
  .page-footer-specialoffer a, .page-footer-specialoffer a:link, .page-footer-specialoffer a:visited {
    color: #f0c433;
    text-decoration: none; }
  .page-footer-specialoffer a:hover, .page-footer-specialoffer a:active, .page-footer-specialoffer a:focus {
    text-decoration: underline; }

.landing-page-header {
  background: #fff;
  height: 66px;
  position: relative;
  -webkit-box-shadow: 0 4px 10px -6px;
  box-shadow: 0 4px 10px -6px;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 50; }
  .landing-page-header a.rs-logo, .landing-page-header a.rs-logo:link, .landing-page-header a.rs-logo:visited {
    display: block;
    height: 66px;
    width: 94px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url("images/shared/logo-rs.svg");
    background-size: 94px 40px;
    background-position: center;
    background-repeat: no-repeat; }
  .landing-page-header .toolbar-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: "Gotham HTF", Helvetica, Arial, sans-serif;
    font-size: 14px; }
    .landing-page-header .toolbar-content li {
      padding-left: 15px; }
      @media (min-width: 768px) {
        .landing-page-header .toolbar-content li {
          padding-left: 25px; } }
    .landing-page-header .toolbar-content a.toolbar-btn, .landing-page-header .toolbar-content a.toolbar-btn:link, .landing-page-header .toolbar-content a.toolbar-btn:visited, .landing-page-header .toolbar-content a.toolbar-btn:hover, .landing-page-header .toolbar-content a.toolbar-btn:active {
      display: block;
      height: 66px;
      text-decoration: none;
      line-height: 66px; }
    .landing-page-header .toolbar-content a.btn-call, .landing-page-header .toolbar-content a.btn-call:link, .landing-page-header .toolbar-content a.btn-call:visited, .landing-page-header .toolbar-content a.btn-call:hover, .landing-page-header .toolbar-content a.btn-call:active {
      color: #000;
      background-image: url("images/shared/icon-phone.svg");
      background-size: auto;
      background-position: center;
      background-repeat: no-repeat;
      width: 30px;
      overflow: hidden;
      text-indent: -9999px; }
      @media (min-width: 768px) {
        .landing-page-header .toolbar-content a.btn-call, .landing-page-header .toolbar-content a.btn-call:link, .landing-page-header .toolbar-content a.btn-call:visited, .landing-page-header .toolbar-content a.btn-call:hover, .landing-page-header .toolbar-content a.btn-call:active {
          width: auto;
          text-indent: 0;
          padding-left: 25px;
          background-position: left; } }
/*
Slick Slider for APPSTORE REVIEWS
*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  margin: auto; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

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

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.banner {
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
  color: #262626;
  background-color: #f0c433; }

.banner .bannerText {
  left: 0;
  width: 100%;
  text-align: center; }

.banner .bannerText h2 {
  padding: 0 10px;
  margin-bottom: 35px;
  letter-spacing: -2px;
  font-family: Helvetica_bold, Arial, sans-serif;
  font-size: 40px;
  line-height: 1; }

.banner .bannerText h3 {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400; }

.banner .bannerText .starsAndTotal .stars {
  color: #3f93d3;
  font-size: 30px; }

.banner .bannerText .starsAndTotal .totalReviews {
  position: relative;
  top: -5px;
  padding-left: 15px; }

@media (max-width: 500px) {
  .banner .bannerText h2 {
    font-size: 26px; } }

.reviewList {
  margin-bottom: -1px;
  background-color: #f0c433; }

#reviewSlider {
  margin-bottom: 0; }

.slick-next, .slick-prev {
  font-size: 0;
  position: absolute;
  top: 42%;
  display: block;
  width: 40px;
  height: 58px;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
  opacity: .33;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s; }

.slick-prev {
  left: 30px;
  background: url(/lp/common-modules/assets/apple-store-reviews/scroll-arrow-to-left.svg) 50% 50% no-repeat; }

.slick-next {
  right: 30px;
  background: url(/lp/common-modules/assets/apple-store-reviews/scroll-arrow-to-right.svg) 50% 50% no-repeat; }

.slick-next:hover, .slick-prev:hover {
  opacity: 1;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s; }

.reviewBox {
  margin: 0 10px; }

.reviewBox .inner {
  font-size: 16px;
  color: #464544;
  min-height: 420px;
  padding: 30px;
  margin-bottom: 35px;
  background-color: #fff;
  word-wrap: break-word; }

.reviewBox .inner .author {
  padding-bottom: 3px; }

.reviewBox .inner .star {
  font-size: 30px;
  color: #ecc200; }

.reviewBox .inner h5 {
  font-family: effra_medium, Avenir;
  padding-bottom: 2px;
  line-height: 20px;
  font-size: 1em; }

.reviewBox .inner .reviewDate {
  padding-bottom: 15px; }

.reviewBox .inner .description {
  line-height: 22px; }

@media (max-width: 900px) {
  .reviewList {
    padding: 0 70px; }
  .slick-prev {
    left: -50px; }
  .slick-next {
    right: -50px; } }

@media (max-width: 345px) {
  .reviewList {
    padding: 0 50px; }
  .slick-prev {
    left: -40px; }
  .slick-next {
    right: -40px; } }

.slick-arrow:focus {
  outline: #333 dashed 3px; }

/*
Product Checkout Appstore Rating 
and 
Appstore Reviews Section Stars
*/
.appstore-rating {
  line-height: 1;
  text-align: center;
  display: block;
  font-size: 1.25em;
  margin-top: 0;
  padding-bottom: 15px;
  font-family: effra_medium, Avenir, sans-serif; }
  .appstore-rating .stars {
    color: #f38800; }
  .appstore-rating .rating {
    font-family: helvetica;
    font-size: 1.2em;
    font-weight: 100;
    color: #706f72;
    margin-right: 4px;
    line-height: 2.25; }
  .appstore-rating .ratings {
    font-family: helvetica;
    font-size: 0.75em;
    color: #706f72;
    margin-top: -9px; }

.stars {
  top: -2px;
  display: inline-block;
  margin: 0px 4px;
  position: relative; }
  .stars .filled {
    width: 91.5%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    text-align: left; }

.starsAndTotal {
  display: block; }

[data-rscampaign] {
  opacity: 0;
  transition: opacity 0.3s linear;
  transition-delay: 0.3s; }

.guarantee {
  padding-top: 20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.guarantee > img {
  padding-bottom: 20px; }

.guarantee .confidence {
  text-transform: uppercase;
  color: #2488bf;
  font-weight: 700;
  padding-bottom: 5px; }

.guarantee .commitment {
  line-height: 20px; }

@media (max-width: 650px) {
  .guarantee {
    padding-bottom: 0; } }

@media (max-width: 525px) {
  .guarantee {
    padding-top: 20px;
    padding-bottom: 20px; } }

.blue-check-list {
  padding: 0; }
  .blue-check-list li {
    margin-bottom: 1em;
    padding-left: 2em;
    list-style-type: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjMgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5jaGVjazM1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkxwLWxheW91dC12YWx1ZS1wcm9wLXByb21vIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYuMDAwMDAwLCAtNDI3LjAwMDAwMCkiIGZpbGw9IiMzRjkzRDMiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJjaGVjazM1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4wMDAwMDAsIDQyNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMi43MjMxMjY2LDIuNDg2ODk2NTUgTDguNTc2Mzc5NzUsMTUuODkxMzEwMyBDOC40NTE3NzIxNSwxNi4wMDkzNzkzIDguMjUwMDEyNjYsMTYuMDA5Mzc5MyA4LjEyNTY5NjIsMTUuODkxMzEwMyBMMC4wOTMxNjQ1NTcsOC4yOCBDLTAuMDMxMTUxODk4Nyw4LjE2MjQ4Mjc2IC0wLjAzMTE1MTg5ODcsNy45NzEzMTAzNCAwLjA5MzE2NDU1Nyw3Ljg1MzI0MTM4IEwyLjA0NDk2MjAzLDYuMDAzODYyMDcgQzIuMTY5NTY5NjIsNS44ODYwNjg5NyAyLjM3MTMyOTExLDUuODg2MDY4OTcgMi40OTU2NDU1Nyw2LjAwMzg2MjA3IEw4LjM1MTMyOTExLDExLjU1MiBMMjAuMzIwOTM2NywwLjIxMDQ4Mjc1OSBDMjAuNDQ1ODM1NCwwLjA5MjY4OTY1NTIgMjAuNjQ3MDEyNywwLjA5MjY4OTY1NTIgMjAuNzcxNjIwMywwLjIxMDQ4Mjc1OSBMMjIuNzIzMTI2NiwyLjA1OTg2MjA3IEMyMi44NDc3MzQyLDIuMTc3NjU1MTcgMjIuODQ3NzM0MiwyLjM2ODU1MTcyIDIyLjcyMzEyNjYsMi40ODY4OTY1NSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    background-repeat: no-repeat;
    background-position: 0px 4px; }

/************************************************
TOP NAV
*************************************************/
body {
  padding-top: 80px !important; }

.top_nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  border-bottom: 8px solid #c19e2a;
  box-shadow: 0 8px 0 #d8af2f;
  z-index: 100; }

.top_nav_container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.top_nav_logo {
  width: 190px;
  display: block;
  margin: 24px 0px 24px 30px; }

.top_nav_logo_original {
  width: 100px;
  margin: 10px 0px 10px 30px;
  vertical-align: baseline; }

.top_nav_links {
  display: flex;
  align-items: center; }

.top_nav_link {
  color: #262626;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  display: block;
  padding: 27px 15px;
  transition: all 0.25s; }

.top_nav_link:hover,
.top_nav_link:focus,
.top_nav_link:active {
  color: #4788be;
  text-decoration: none; }

.top_nav_link_img {
  margin: -5px 0px;
  transition: all 0.3s;
  opacity: 1;
  transform: scale(1); }

.top_nav_arrow::after {
  content: '';
  display: inline-block;
  border: 4px solid transparent;
  border-top: 5px solid #262626;
  border-bottom: none;
  margin-left: 4px;
  position: relative;
  top: -1px;
  transition: transform 0.3s; }

.top_nav_link:active::after,
.top_nav_link:focus::after,
.top_nav_link:hover::after {
  border-top-color: #4788be; }

.top_nav_sign_in {
  background-color: #262626;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-left: 30px;
  padding: 8px 35px;
  border-radius: 6px;
  transition: all 0.25s;
  cursor: pointer; }

.top_nav_sign_in:hover,
.top_nav_sign_in:active,
.top_nav_sign_in:focus {
  background-color: #ecc200;
  color: #262626;
  text-decoration: none; }

.basic {
  margin: 0 auto;
  width: 1110px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.basic .top_nav_sign_in {
  margin-right: 30px; }
  @media (max-width: 500px) {
    .basic .top_nav_sign_in {
      margin-right: 15px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; } }
.top_nav_for_you {
  display: block;
  background-color: #0098db;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 8px 35px;
  border-radius: 6px; }

.top_nav_for_you:hover,
.top_nav_for_you:active,
.top_nav_for_you:focus {
  color: #fff;
  text-decoration: none; }

.top_nav_for_you.top_nav_arrow::after {
  border-top: 5px solid #fff; }

.top_nav_espanol {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  margin: 0px 15px; }

/*
top nav dropdowns
------------------------------
*/
.js_top_nav_for_you {
  /*display: none;*/ }

.top_nav_dropdown_hover_container {
  position: relative; }

.top_nav_dropdown_hover {
  background-color: #0098db;
  pointer-events: none;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.3s;
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  box-sizing: border-box; }

.top_nav_dropdown_hover a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 15px;
  display: block;
  transition: all 0.25s; }

.top_nav_dropdown_hover a:hover,
.top_nav_dropdown_hover a:focus,
.top_nav_dropdown_hover a:active {
  color: #262626;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7); }

.top_nav_dropdown_hover_open > .top_nav_dropdown_hover {
  pointer-events: auto;
  transform: scaleY(1); }

.top_nav_dropdown_hover_open > .top_nav_arrow::after,
.top_nav_dropdown_show .top_nav_arrow::after {
  transform: rotate(-180deg); }

.top_nav_dropdown_overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(33, 33, 33, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s; }

.top_nav_dropdown_overlay_show {
  opacity: 1;
  pointer-events: auto; }

.display_none {
  display: none !important; }

.top_nav_dropdown {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  text-align: center;
  transform: scaleY(0);
  transition: all 0.3s;
  transform-origin: center top; }

.top_nav_dropdown_right_align {
  position: relative; }

.top_nav_dropdown_right_align .top_nav_dropdown {
  width: auto;
  left: unset;
  right: 0%; }

.top_nav_dropdown_right_align .top_nav_dropdown_content {
  min-width: 600px; }

.top_nav_dropdown_show .top_nav_dropdown {
  display: block;
  transform: scaleY(1); }

.top_nav_dropdown_content {
  background-color: #fff;
  padding: 30px;
  display: inline-block;
  margin: 0px auto;
  font-size: 14px;
  text-align: left;
  box-shadow: 0px 7px 7px 0px rgba(33, 33, 33, 0.5); }

/*
top nav support
------------------------------
*/
.top_nav_support_title {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 20px; }

.top_nav_support {
  display: inline-flex; }

.top_nav_support_col:nth-of-type(1) {
  border-right: 1px solid #e1dfdf;
  padding-right: 30px;
  margin-right: 30px; }

.top_nav_support_sites {
  margin-bottom: 30px; }

.top_nav_support_cta {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #0098db;
  border: 2px solid #0098db;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1.53px;
  padding: 16px 46px 15px;
  transition: all 0.35s;
  margin-right: 30px; }

.top_nav_support_cta:hover {
  background-color: #ecc200;
  border-color: #ecc200;
  color: #345; }

.top_nav_support_cta:focus {
  outline: 1px dotted #333; }

.top_nav_support_link {
  display: inline-block;
  vertical-align: middle;
  color: #0098db;
  text-decoration: underline;
  letter-spacing: 1px;
  transition: all 0.25s; }

.top_nav_support_link:hover {
  color: #345; }

.top_nav_faqs {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 20px; }

.top_nav_faqs li {
  margin-bottom: 10px; }

.top_nav_view_all_faq {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #d1cfcf;
  background-color: #fff;
  color: #262626;
  font-size: 15px;
  letter-spacing: 1.53px;
  padding: 16px 60px 15px;
  transition: all 0.35s; }

.top_nav_view_all_faq:hover {
  border-color: #345;
  color: #fff;
  background-color: #345; }

/*
top nav languages
------------------------------
*/
.top_nav_dropdown_for_you .top_nav_dropdown_content {
  background: #0098db;
  border-radius: 6px;
  border-top-right-radius: 0; }

.top_nav_dropdown_for_you.top_nav_dropdown_show .top_nav_for_you {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.top_nav_langs_title {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff; }

.top_nav_langs {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #fff;
  display: flex; }

.top_nav_lang_col {
  display: inline-block;
  padding-right: 60px; }
  .top_nav_lang_col:last-child {
    padding-right: 30px; }

.top_nav_lang_col:first-of-type,
.top_nav_lang_col:first-of-type a {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.top_nav_lang_col small {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-weight: normal; }

.top_nav_lang_col:last-of-type {
  margin-right: 0px; }

.top_nav_langs a {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  text-align: left;
  padding: 8px 0;
  transition: all 0.2s;
  color: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  opacity: 1; }

.top_nav_langs a:hover,
.top_nav_langs a:active,
.top_nav_langs a:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.6; }

.top_nav_langs small {
  font-size: smaller; }

.top_nav_langs strong {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.top_nav_langs_footer {
  margin: 20px 0 0;
  padding: 15px 0 0;
  font-size: 14px;
  letter-spacing: 0.03em;
  display: inline-block;
  border-top: solid 1px #fff;
  display: inline-block;
  font-family: effra, sans-serif; }

.top_nav_langs_footer a {
  font-family: effra, sans-serif;
  font-size: 14px;
  padding: 8px 0;
  transition: all 0.2s;
  color: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  opacity: 1; }

.top_nav_langs_footer a:hover,
.top_nav_langs_footer a:active,
.top_nav_langs_footer a:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.6; }

.top_nav_langs_footer small {
  font-size: smaller; }

.top_nav_langs_footer strong {
  font-family: effra_bold, effra, sans-serif; }

@media (max-width: 1250px) {
  .top_nav_dropdown_for_you .top_nav_dropdown {
    margin-right: -160px; }
  .top_nav_dropdown_for_you .top_nav_dropdown_content {
    border-radius: 6px; } }

/*
top nav search - desktop
------------------------------
*/
.top_nav_search .top_nav_dropdown_content {
  padding: 0px; }

.top_nav_search_form {
  padding: 0px;
  margin: 0px; }

.top_nav_search_x {
  position: absolute;
  left: 17px;
  top: 33px;
  opacity: 0;
  transform: scale(0); }

.top_nav_search.top_nav_dropdown_show .top_nav_link_img {
  opacity: 0;
  transform: scale(0); }

.top_nav_search.top_nav_dropdown_show .top_nav_search_x {
  opacity: 1;
  transform: scale(1); }

/*
top nav cart
------------------------------
*/
.top_nav_cart_count_icon {
  position: absolute;
  right: 4px;
  top: 30px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #0098db;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-family: effra, sans-serif; }

.top_nav_cart_empty {
  text-align: center;
  font-size: 20px;
  padding: 40px 0px; }

.top_nav_cart_full {
  display: flex; }

.top_nav_cart_heading {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 30px; }

.top_nav_cart_products_col {
  box-sizing: border-box;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #dcdcdc;
  flex: 1.7; }

.top_nav_cart_product {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.top_nav_cart_product_image {
  width: 140px;
  margin-right: 18px; }

.top_nav_cart_product_image img {
  width: 100%;
  display: block; }

.top_nav_cart_product_description {
  font-size: 17px;
  line-height: 1.2;
  color: #555; }

.top_nav_cart_product_language {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #262626; }

.top_nav_cart_summary_col {
  flex: 1; }

.top_nav_cart_summary_line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #555; }

.top_nav_cart_summary_line:last-of-type {
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #262626; }

.top_nav_cart_checkout {
  background-color: #0098db;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: effra_medium, Avenir, sans-serif;
  letter-spacing: 1.53px;
  padding: 18px 34px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 30px;
  margin-top: 14px;
  transition: all 0.2s; }

.top_nav_cart_checkout:hover {
  background-color: #ecc200;
  color: #345; }

/*
top nav mobile
------------------------------
*/
.top_nav_hamburger_container {
  display: none;
  box-sizing: border-box;
  background-color: #262626;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  padding: 0px 26px;
  cursor: pointer; }

.top_nav_hamburger_svg {
  width: 30px;
  stroke: #fff;
  stroke-width: 0.7;
  stroke-linecap: round;
  transition: all 0.2s; }

.top_nav_hamburger_close_container {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center; }

.top_nav_hamburger_close_svg {
  width: 30px;
  stroke: #fff;
  stroke-width: 0.7;
  stroke-linecap: round;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s; }

.top_nav_hamburger_open .top_nav_hamburger_svg {
  opacity: 0;
  transform: scale(0); }

.top_nav_hamburger_open .top_nav_hamburger_close_svg {
  opacity: 1;
  transform: scale(1); }

.top_nav_mobile {
  display: none;
  position: absolute;
  left: 0%;
  top: 66px;
  width: 100%;
  background-color: #262626;
  color: #fcfcfc;
  font-size: 14px;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  padding: 20px;
  transform: translateX(100%);
  transition: transform 0.3s; }

.top_nav_mobile_open {
  transform: translateX(0%); }

.top_nav_mobile_block {
  border-bottom: 1px solid #555;
  margin-bottom: 20px; }

.top_nav_mobile_heading {
  font-family: effra_medium, Avenir, sans-serif;
  margin-bottom: 20px; }

.top_nav_mobile a {
  font-family: effra, sans-serif;
  display: block;
  margin: 20px;
  margin-right: 0px;
  text-decoration: none;
  color: #efc343; }

/* note: hover is in case someone has a laptop/browser with a viewport narrow enough to get this menu */
.top_nav_mobile a:hover {
  text-decoration: underline; }

.top_nav_search_form_mobile {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  position: relative; }

.top_nav_mobile_search_transparent_submit {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 40px; }

.top_nav_mobile_lang_overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 2000;
  background-color: #345;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.03em;
  display: none; }

.top_nav_mobile_lang_overlay_show {
  display: block; }

.top_nav_mobile_overlay_x {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  stroke: #fff;
  cursor: pointer; }

.top_nav_mobile_lang_content {
  padding: 50px 20px;
  max-width: 400px;
  margin: auto;
  font-family: effra, sans-serif; }

.top_nav_mobile_lang_title {
  font-size: 30px;
  margin-bottom: 20px; }

.top_nav_mobile_lang_top_5 {
  position: relative;
  color: #89a;
  padding-bottom: 4px;
  border-bottom: 1px solid #567; }

.top_nav_mobile_lang_content ul {
  list-style-type: none; }

.top_nav_mobile_top_langs {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #567; }

.top_nav_mobile_other_langs {
  margin: 0px;
  padding: 0px; }

.top_nav_mobile_lang_overlay a {
  font-family: effra, sans-serif;
  text-decoration: none;
  color: #fff; }

.top_nav_mobile_lang_overlay a:hover {
  text-decoration: underline; }

.top_nav_mobile_lang_overlay li {
  margin: 14px 0px; }

/*
top nav breakpoints
--------------------------------------
*/
@media (min-width: 1281px) {
  .top_nav_mobile_lang_overlay_show {
    display: none; } }

@media (max-width: 1280px) {
  .top_nav_links {
    display: none; }
  .top_nav_hamburger_container {
    display: flex; }
  .top_nav_mobile {
    display: block; } }

@media (max-width: 500px) {
  .top_nav_logo {
    width: 150px; }
  .top_nav_logo_original {
    margin: 12px 0px 12px 17px;
    vertical-align: middle; } }

#lp-chat-header {
  display: none;
  vertical-align: middle; }

div[class^='LPMcontainer'] {
  cursor: pointer !important; }

@media (min-width: 600px) {
  #lp-chat-header {
    display: inline-block; } }

.footer_legal_content {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .footer_legal_content .footer_legals {
    align-items: center; }

.footer_content_width {
  box-sizing: border-box;
  margin: auto;
  max-width: 1130px;
  padding: 0px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer_primary {
  padding: 50px 30px 35px;
  background-color: #f2f2f2;
  font-size: 14px;
  letter-spacing: 0.05em; }

.footer_primary_col ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.footer_primary_header {
  margin-bottom: 12px;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.footer_primary a {
  display: inline-block;
  color: #262626;
  text-decoration: none;
  margin-bottom: 12px; }

.footer_primary a:hover {
  text-decoration: underline;
  color: #0098db; }

.footer_primary_langs {
  font-size: 16px;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.footer_secondary {
  padding: 32px 30px;
  background-color: #3B9ECD;
  color: #fff; }

.footer_secondary_col:first-of-type {
  margin-right: 20px; }

.footer_secondary_header {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 14px; }

.location_dropdown_container {
  background: #fff;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  overflow: hidden; }

.location_dropdown_container::after {
  content: '';
  position: absolute;
  right: 18px;
  top: calc(50% - 8px);
  width: 9px;
  height: 9px;
  border: 2px solid #0098db;
  border-right: none;
  border-top: none;
  transform: rotate(-45deg); }

.location_dropdown {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 10px 110px 11px 14px;
  border: none;
  background: transparent;
  font-family: "Effra", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  color: #262626;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.location_dropdown:focus {
  outline: none;
  border: none;
  box-shadow: none; }

.location_dropdown option {
  font-size: 14px;
  color: #262626; }

.location_dropdown:hover option {
  color: #262626; }

.location_dropdown_container {
  transition: all 0.2s; }

.location_dropdown {
  transition: all 0.2s; }

.location_dropdown_container:hover {
  background-color: #345; }

.location_dropdown:hover {
  color: #fff; }

.location_dropdown_container:hover::after {
  border-color: #fff; }

.footer_social_icons {
  margin-top: 23px; }

.footer_social_icons a {
  margin-right: 14px; }

.footer_bottom_strip {
  padding: 20px 30px;
  background-color: #EFC344;
  font-size: 13px;
  color: #525252; }

.footer_bottom_strip .footer_content_width {
  align-items: center; }

.footer_logo_and_copyright {
  display: flex;
  align-items: center; }

.footer_logo img {
  height: 40px; }

.footer_copyright {
  margin-left: 5px; }

.footer_logo,
.footer_copyright {
  display: inline-block;
  vertical-align: middle; }

.footer_bottom_strip a {
  color: #525252;
  text-decoration: none; }

.footer_bottom_strip a:hover {
  text-decoration: underline;
  color: #000; }

.footer_legals {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex; }

.footer_legals li:not(:last-of-type) {
  border-right: 1px solid #525252;
  padding-right: 5px;
  margin-right: 5px; }

/*
footer breakpoints
-------------------------------------
*/
@media (max-width: 1000px) {
  .footer_primary {
    padding: 20px 10px 0px; }
  .footer_primary_header {
    font-size: 16px; }
  .footer_primary_col {
    flex-basis: 30%;
    margin-bottom: 40px; } }

@media (max-width: 870px) {
  .footer_logo_and_copyright {
    margin: auto;
    width: unset; }
  .footer_legals {
    margin: 0px auto 10px;
    padding-left: 31px;
    flex-wrap: wrap; }
  .footer_legals li {
    margin-top: 10px; }
  .footer_bottom_strip {
    padding: 20px 10px; } }

@media (max-width: 540px) {
  .footer_primary {
    font-size: 13px; }
  .footer_primary_col {
    flex-basis: 45%; }
  .footer_secondary {
    padding: 32px 20px; }
  .footer_secondary .footer_content_width {
    margin: auto;
    max-width: 300px; }
  .footer_secondary_col {
    width: 100%; }
  .footer_secondary_col:first-of-type {
    margin-right: unset; }
  .location_dropdown_container {
    width: 100%; }
  .location_dropdown {
    padding-right: 60px; }
  .footer_social_header {
    margin-top: 30px; }
  .footer_social_icons {
    margin-top: 0px; } }

.rs-btn {
  background-color: #0098db;
  border: 2px solid #0098db;
  color: #fff;
  text-transform: uppercase;
  font-family: effra_medium, Avenir,sans-serif;
  letter-spacing: 1.53px;
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  margin: 1em 0 3em;
  cursor: pointer; }
  .rs-btn.btn.btn-primary:hover, .rs-btn:hover {
    background-color: #ecc200;
    border-color: #ecc200;
    color: #345;
    text-decoration: none; }

.store-badges .google img {
  width: 226px;
  margin-left: 5px;
  margin-right: -15px; }

.store-badges .apple img {
  height: 87.5px;
  padding: 13.65px 0; }

.store-badges a:hover {
  text-decoration: none; }

@media (max-width: 500px) {
  .store-badges {
    text-align: center; }
    .store-badges .google img {
      width: 206px;
      margin: unset;
      margin-top: 12px; }
    .store-badges .apple img {
      width: 180px;
      height: unset;
      padding: 0; }
    .store-badges a {
      display: block; } }

li.flag {
  background-size: 1em .75em;
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 2em;
  text-align: left;
  line-height: 1;
  margin: auto 0; }
  li.flag.aus {
    background-image: url("https://assets-wpeu.rosettastone.com/production/hugo-assets/img/languages/flag-aus.svg"); }
  li.flag.eur {
    background-image: url("https://assets-wpeu.rosettastone.com/production/hugo-assets/img/languages/flag-eur.svg"); }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .15px;
  -webkit-text-stroke-color: inherit;
  line-height: 1;
  overflow-x: hidden;
  position: static; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0; }

strong {
  font-weight: 700;
  letter-spacing: -0.02em; }

.masthead {
  padding-left: 85px;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.masthead h1, .masthead_product_text, .masthead_subtitle {
  max-width: 750px;
  box-sizing: unset; }

.masthead h1 {
  font-size: 48px;
  font-weight: 700;
  padding-top: 65px;
  padding-bottom: .5em;
  font-family: Helvetica_bold, Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0; }

.masthead_subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.5em;
  font-family: Helvetica_bold, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0; }

.masthead_subtitle div {
  padding-left: 1em; }

.masthead_subtitle div span:last-child {
  color: #7e7e7e;
  font-size: 14px; }

.masthead_product_text {
  padding-left: 20px; }

.masthead .masthead_bullets li a {
  color: #4a90e2; }

.masthead_product_text ul.masthead_bullets {
  list-style-type: disc;
  line-height: 24px;
  padding-left: 0; }

.masthead_product_text ul.masthead_bullets li {
  padding-bottom: 1.5em; }

.masthead .mastheadImage img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1440px) {
  .masthead {
    padding-left: 30px; } }

@media (max-width: 1330px) {
  .masthead .mastheadImage img {
    width: 450px; }
  .masthead {
    margin-bottom: 30px; } }

@media (max-width: 1230px) {
  .masthead h1, .masthead_product_text, .masthead_subtitle {
    max-width: 560px; } }

@media (max-width: 1080px) {
  .masthead .mastheadImage img {
    width: 370px; } }

@media (max-width: 980px) {
  .masthead {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .masthead > .right {
    display: none; }
  .masthead h1, .masthead_product_text, .masthead_subtitle {
    margin: 0 auto; } }

@media (max-width: 500px) {
  .masthead h1 {
    display: none; } }

.masthead_title_mobile_container .masthead_title {
  font-size: 26px;
  font-weight: 700;
  padding: 40px 10px 20px;
  font-family: Helvetica_bold, Arial, sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0; }

.masthead_title_mobile_container {
  display: none;
  background-color: #f0c433; }

.masthead_mobile_banner {
  display: none;
  height: 250px;
  position: relative;
  background-color: #333;
  overflow: hidden; }

.masthead_mobile_banner_svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 55px; }

.masthead_mobile_banner_svg_top {
  top: 0; }

.masthead_mobile_banner_svg_bottom {
  bottom: 0; }

@media (max-width: 500px) {
  .masthead {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .masthead_mobile_banner, .masthead_title_mobile_container {
    display: block; }
  .masthead > .masthead_title {
    display: none; }
  .masthead_subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .masthead_subtitle div {
    padding-left: 1em;
    text-align: center;
    padding-top: 20px; } }

.product_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 75px;
  padding-right: 140px;
  padding-bottom: 100px;
  position: relative; }

.product_row::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 690px;
  left: 0;
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/gray-stone-buy.svg);
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  background-position: top left;
  z-index: -1; }

.product_row .oct_2016_subscription_image {
  padding-top: 160px; }

.product_row .product_info {
  max-width: 600px;
  padding-top: 120px; }

.oct_2016_subscription_image img {
  max-width: 555px; }

.mar_2017_cddl_image_mobile {
  padding-top: 56%;
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/oct_2016_cddl.png); }

.oct_2016_cddl_image {
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/oct_2016_cddl.png);
  background-repeat: no-repeat;
  background-position: center 18px;
  -moz-background-size: 95%;
  background-size: 95%;
  padding-bottom: 340px; }

@media (max-width: 1445px) {
  .product_row {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 1345px) {
  .oct_2016_subscription_image img {
    max-width: 400px; }
  .product_row .oct_2016_subscription_image {
    padding-top: 200px; }
  .product_row .product_info {
    padding-top: 120px; }
  .appstore-rating::after {
    width: 500px; } }

@media (max-width: 1180px) {
  .product_row .product_info {
    max-width: 470px; } }

@media (max-width: 1020px) {
  .appstore-rating::after {
    width: 420px; }
  .oct_2016_subscription_image img {
    max-width: 325px; } }

@media (max-width: 980px) {
  .masthead {
    padding-bottom: 50px; }
  .product_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .appstore-rating::after {
    background-image: none; }
  .product_row .oct_2016_subscription_image img {
    max-width: 420px;
    width: 100%; }
  .product_row .oct_2016_subscription_image {
    padding-top: 0; }
  .oct_2016_language_header {
    display: none; }
  .product_row .product_info {
    padding-top: 40px; }
  .product_row .product_info span.mobile_bold {
    font-weight: 700; } }

@media (max-width: 560px) {
  .product_row {
    padding-top: 40px;
    position: relative; }
  .product_row::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 500px;
    right: 0;
    top: 130px;
    left: initial;
    background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/blue-stone-buy.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-position: top right;
    z-index: -1; } }

/*********************************
PRODUCT INFO
**********************************/
.oct_2016_language_header {
  font-size: 40px;
  padding-bottom: 30px;
  font-family: Helvetica_bold, Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0; }

.oct_2016_product_info_square {
  text-align: left; }

.oct_2016_product_intro {
  line-height: 27px; }

.oct_2016_ul {
  margin: 25px 0px 0px;
  padding: 0px 0px 0px 30px;
  list-style-type: none;
  box-sizing: unset; }

.oct_2016_ul li {
  position: relative;
  margin-bottom: 25px;
  line-height: 27px; }

.oct_2016_ul li:before {
  content: '';
  position: absolute;
  left: -29px;
  top: 7px;
  display: inline-block;
  border: 3px solid #3f93d3;
  border-top: none;
  border-right: none;
  height: 8px;
  width: 18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.organizations {
  padding-top: 0;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.organizations .guarantee-proof .trusted {
  font-size: 40px;
  font-family: Helvetica_bold, Arial, sans-serif;
  padding-bottom: 50px;
  line-height: 1;
  letter-spacing: 0; }

.organizations .guarantee-proof .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.organizations .guarantee-proof .logos img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

@media (max-width: 650px) {
  .organizations .guarantee-proof .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .organizations .guarantee-proof .logos img {
    padding-bottom: 25px; } }

@media (max-width: 525px) {
  .organizations {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 500px) {
  .organizations .guarantee-proof .trusted {
    font-size: 26px; } }

.social_proof {
  padding-top: 220px;
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/yellow-bridge-bottom.svg);
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: contain;
  background-size: contain;
  margin-bottom: -1px;
  display: block;
  text-align: center; }

.years_subtitle {
  padding-bottom: 50px; }

@media (max-width: 1000px) {
  .social_proof {
    padding-top: 170px; } }

@media (max-width: 650px) {
  .social_proof {
    padding-top: 90px; } }

.years_linguists {
  font-size: 16px; }

.years_title {
  font-size: 40px;
  font-family: Helvetica_bold, Arial, sans-serif;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 0; }

.social_quadrant_container {
  font-size: 0;
  margin: 50px 0 0; }

.social_row {
  padding-top: 10px;
  max-width: 450px;
  margin: auto; }

.social_quadrant {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.social_icon_suitcase {
  width: 96px;
  height: 84px; }

.social_icon_heart {
  width: 100px;
  height: 92px; }

.social_icon_book {
  width: 100px;
  height: 88px; }

.social_icon_globe {
  width: 92px;
  height: 92px; }

.social_numbers {
  font-family: effra_medium, Avenir;
  font-size: 20px;
  margin: 12px 0 4px; }

.social_text {
  margin: auto;
  max-width: 150px;
  font-size: 14px; }

.media_quotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1130px;
  margin: 100px auto 40px;
  font-size: 18px; }

.media_quote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333;
  margin: 0 15px;
  padding: 20px 24px;
  color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(33, 33, 33, 0.5);
  -moz-box-shadow: 0 3px 10px 0 rgba(33, 33, 33, 0.5);
  box-shadow: 0 3px 10px 0 rgba(33, 33, 33, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.media_quote_text {
  line-height: 1.33;
  padding-bottom: 24px; }

.media_quote_text span {
  font-weight: 700; }

.media_quote_logo {
  font-size: 50px; }

.media_macworld {
  background-color: #2c98cc;
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/organisations/macworld-bg.svg); }

.media_macworld img {
  position: relative;
  display: inline-block;
  top: 10px;
  height: 46px; }

.media_techcrunch {
  background-color: #22a524;
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/organisations/techcrunch-bg.svg); }

.media_techcrunch img {
  height: 36px; }

.media_cnn {
  background-color: #cb0d14;
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/organisations/cnn-bg.svg); }

.media_cnn img {
  height: 39px; }

@media (max-width: 330px) {
  .media_techcrunch img {
    width: 100%; } }

@media (max-width: 500px) {
  .years_title {
    font-size: 26px;
    margin-bottom: 20px; }
  .media_quotes {
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
  .media_quote {
    margin: 0 0 30px; }
  .company_logos img {
    max-width: 130px;
    vertical-align: middle;
    max-height: 60px;
    margin: 0 20px 10px; } }

@media (min-width: 600px) {
  .years_linguists {
    font-size: 20px; }
  .social_quadrant_container {
    margin: 40px 0 0; } }

@media (min-width: 850px) {
  .social_row {
    padding: 0;
    max-width: none;
    display: inline-block;
    width: 42%; } }

@media (max-width: 900px) {
  .media_quotes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .media_quote {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 30px; } }

.video {
  margin: 5rem 0 -1px 0;
  padding: 50px 20px 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/yellow-bridge-top.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -moz-background-size: contain;
  background-size: contain; }
  .video .video-headline {
    font-size: 40px;
    font-family: Helvetica_bold, Arial, sans-serif;
    padding-bottom: 1rem;
    line-height: 1;
    letter-spacing: -1px; }
  .video .video-intro {
    max-width: 700px;
    margin-bottom: 3rem; }
  .video .video-js {
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    max-width: 100vw;
    max-height: 56.25vw; }
    .video .video-js .vjs-big-play-button {
      margin-top: -0.75em;
      margin-left: -0.75em;
      top: 50%;
      left: 50%;
      font-size: 10em;
      line-height: 1.4em;
      height: 1.5em;
      width: 1.5em;
      border-width: 0.05em;
      border-radius: 100%;
      opacity: 0.9;
      cursor: pointer; }
  .video .video-button {
    padding: 1em 2em;
    margin-top: 3em;
    cursor: pointer;
    border-radius: 3em; }

@media (max-width: 650px) {
  .video {
    margin-top: 0;
    padding-bottom: 150px; } }

#rs-product-checkout {
  margin-top: 7em;
  line-height: 1;
  position: relative; }
  #rs-product-checkout .products-mobile::after {
    content: '';
    position: absolute;
    height: 170%;
    width: 700px;
    left: -180px;
    top: -70px;
    background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/gray-stone-buy.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-position: top left;
    z-index: -1; }
  #rs-product-checkout a.product-m:hover {
    text-decoration: none; }

@media (max-width: 980px) {
  #rs-product-checkout {
    margin-top: 0; } }

@media (max-width: 1330px) {
  #rs-product-checkout {
    margin-top: -2em; } }

.section-try-app .stone {
  width: 327px;
  min-height: 220px;
  margin: 0 43px 0 0;
  background-size: 100% !important; }

.section-try-app .gray-stone {
  background-image: url("https://assets-wpeu.rosettastone.com/production/hugo-assets/img/gray-stone.svg");
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat; }
  .section-try-app .gray-stone h1,
  .section-try-app .gray-stone h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 88px 40px 0 85px; }

.section-try-app .blue-stone {
  background-image: url("https://assets-wpeu.rosettastone.com/production/hugo-assets/img/blue-stone.svg");
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat; }
  .section-try-app .blue-stone h1,
  .section-try-app .blue-stone h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 68px 57px 0 64px; }

.new_features {
  padding: 50px 140px 20px 0; }

.new_features_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }

.new_features_content::after {
  content: '';
  position: absolute;
  height: 130%;
  width: 690px;
  left: 0;
  background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/yellow-stone-buy.svg);
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  background-position: top left; }

.new_features_content .new_features_devices {
  position: relative;
  top: 125px;
  padding-right: 25px;
  z-index: 1; }

.new_features_content .new_features_text_col {
  padding-left: 25px;
  max-width: 545px; }

.new_features_title {
  font-family: Helvetica_bold, Arial, sans-serif;
  font-size: 40px;
  padding: 0;
  margin: 0 auto 15px;
  line-height: 1; }

.new_features_title + h3 {
  margin-bottom: 15px; }

.new_features_intro {
  margin: 0 auto 20px;
  max-width: 980px;
  font-size: 16px;
  text-align: left;
  line-height: 25px; }

.new_feature {
  margin-bottom: 20px;
  text-align: left; }

.new_feature_selected .new_features_icon_fill {
  fill: #fff; }

.new_feature_img {
  vertical-align: top;
  min-width: 65px;
  margin-right: 10px;
  display: inline-block;
  text-align: left; }

.new_feature_img svg {
  max-width: 100%; }

.new_feature_text {
  vertical-align: top;
  width: 78%;
  display: inline-block;
  font-size: 15px; }

.new_feature_name {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: effra_medium, Avenir;
  line-height: 1;
  font-size: 15px; }

.new_feature_text p {
  margin: 0;
  padding: 0;
  line-height: 25px; }

@media (min-width: 1150px) {
  .new_feature_selected {
    color: #0098db; }
  .new_feature_selected .new_features_icon_fill {
    fill: #fabf2c; } }

.new_features_screen_macbook {
  width: 646px;
  height: 405px;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }

.new_features_screen_iphone {
  width: 294px;
  height: 166px;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }

.new_features_iphone {
  position: absolute;
  top: 315px;
  left: 385px;
  -webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.5); }

.phrasebook_legalese {
  padding-bottom: 14px; }

.new_feature[data-feature=translation], .translation_legalese {
  display: none; }

.new_feature[data-feature=translation] .new_feature_img img {
  max-width: 50px; }

.translation_legalese, .tutoring_legalese {
  font-size: 12px;
  text-align: left;
  padding-left: 75px; }

@media (max-width: 699px) {
  .new_feature[data-feature=translation], .translation_legalese {
    display: block; } }

.mobile_new_features_toggle_container {
  display: none;
  text-align: center;
  font-size: 16px;
  padding: 0 20px 20px;
  position: relative;
  z-index: 1; }

@media (max-width: 1430px) {
  .new_features_screen_macbook {
    width: 500px;
    height: 320px; }
  .new_features_iphone {
    top: 230px;
    left: 250px; }
  .new_features_content::after {
    width: 560px;
    left: 0; } }

@media (max-width: 1250px) {
  .new_features_screen_macbook {
    width: 400px;
    height: 260px; }
  .new_features_iphone {
    top: 130px;
    left: 130px; }
  .new_features_content::after {
    width: 450px; } }

@media (max-width: 1150px) {
  .new_features_devices {
    display: none; }
  .new_features {
    padding: 50px 40px 20px 0; }
  .new_features_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .new_features_content::after {
    z-index: -1;
    width: 90%;
    top: -100px; } }

@media (max-width: 600px) {
  .new_features_content::after {
    display: none; } }

.mobile-features-header {
  display: none; }

.mobile_new_features_title {
  text-transform: uppercase;
  font-family: Helvetica_bold, Arial, sans-serif; }

.mobile_new_features_subtitle {
  text-transform: uppercase; }

.js_mobile_features_open {
  text-transform: uppercase;
  background-color: #262626;
  padding: 20px 45px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  opacity: 1;
  margin-top: 16px;
  display: inline-block; }

.mobile_features_toggle {
  position: relative; }

.js_mobile_features_close_container {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  display: none; }

.js_mobile_features_close {
  width: 22px;
  height: 22px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #4696d1;
  border: 2px solid #4696d1;
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  position: relative;
  top: 10px;
  cursor: pointer; }

.js_mobile_features_close:after, .js_mobile_features_close:before {
  content: '';
  display: block;
  position: absolute;
  left: 18%;
  top: 45%;
  width: 65%;
  height: 0;
  border-bottom: 2px solid #fff;
  border-top: none;
  border-right: none; }

.js_mobile_features_close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.js_mobile_features_close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 600px) {
  .mobile-features-header {
    display: block;
    position: relative;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px; }
  .mobile-features-header .new_features_intro {
    text-align: center; }
  .mobile-features-header::after {
    top: -100px;
    z-index: -1;
    content: '';
    position: absolute;
    height: 500%;
    width: 95%;
    left: 0;
    background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/yellow-stone-buy.svg);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-position: top left; }
  .new_features {
    display: none;
    padding-top: 0; }
  .mobile_new_features_toggle_container {
    display: block;
    padding: 0 20px; }
  .new_features_text_col .new_features_intro, .new_features_text_col .new_features_title {
    display: none; } }

@media (max-width: 500px) {
  .mobile-features-header .new_features_title {
    font-size: 26px; } }

@media (max-width: 410px) {
  .new_features_content .new_features_text_col {
    padding-left: 100px; }
  .new_feature_img {
    padding-bottom: 10px; }
  .translation_legalese, .tutoring_legalese {
    padding-left: 0; } }

@media (min-width: 1680px) {
  .masthead,
  .top_nav_container,
  .new_features,
  .product_row,
  #rs-product-checkout {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto; }
  .product_row::after {
    background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/gray-stone.svg);
    width: 820px;
    top: 45px;
    left: -60px; }
  .new_features_content::after {
    background-image: url(https://assets-wpeu.rosettastone.com/production/hugo-assets/img/yellow-stone.svg);
    width: 900px;
    top: 30px;
    left: -60px; } }
