/* COLORS */
/* FONTS */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: none;
  background: transparent;
  padding: 0;
  display: block;
  font-size: 100%;
  font: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@font-face {
  font-family: 'ProximaNovaExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaBold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ProximaNovaExtraBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: initial;
}
/* FOUNDATION OVERRIDES */
.off-canvas-content {
  background: transparent;
  box-shadow: none;
}
.title-bar {
  background: none;
}
.off-canvas {
  background: #ffffff;
  z-index: 9;
}
.row {
  max-width: 1366px;
}
body {
  font-size: 18px;
  line-height: 0.5;
  font-family: 'ProximaNova', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #222;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}
/* HEADER */
#wings,
#trail {
  display: none;
}
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video .overlay {
  background: rgba(8, 64, 90, 0.59);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
video#bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/bg-images/1.jpg) no-repeat;
  background-size: cover;
}
.menu-icon {
  margin-right: 1rem !important;
}
.menu-icon .icon {
  width: 24px;
  height: 24px;
}
.menu-icon .hamburger {
  background: url(../img/menu.svg) no-repeat;
}
.menu-icon .close {
  background: url(../img/close.svg) no-repeat;
  display: none;
}
.downloadBtn {
  display: none !important;
}
.smaller .downloadBtn {
  display: table-cell !important;
  transition: display 0.5s ease;
}
.smaller {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.smaller .logo-colors {
  fill: #3A3361;
}
.smaller nav a {
  color: #353c3f;
}
.smaller .menu-icon .hamburger {
  background: url(../img/menu_gray.svg) no-repeat;
}
.smaller .menu-icon .close {
  background: url(../img/close_gray.svg) no-repeat;
}
.menu-icon:after {
  display: none;
}
.close {
  display: none;
}
.mobile nav {
  display: none;
}
nav {
  display: inline-block;
  float: right;
  margin: 12px 0;
}
nav li {
  display: inline-block;
}
nav li:last-child a {
  background: #83D734;
  color: white;
  border-radius: 40px;
  padding: 8px 10px;
  margin-left: 20px;
}
nav li:last-child a:hover {
  background: #69ad28;
}
nav a {
  font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 62px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav a:hover,
nav a:focus {
  color: #83D734;
}
.menu.mobile {
  display: none;
}
svg.logo {
  width: 146px;
  height: 63px;
}
.logo-colors {
  fill: #ffffff;
}
#top-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.heading {
  position: relative;
  z-index: 1;
}
#top-cover h1 {
  padding: 0;
  font-family: 'ProximaNovaExtraBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  font-size: 6vh;
  line-height: initial;
}
#top-cover p {
  font-family: 'ProximaNova', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  padding: 0;
  font-size: 2vh;
  line-height: initial;
}
#content {
  height: 96vh;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding: 33vh 10vw;
}
.button {
  font-size: 18px;
  font-family: 'ProximaNovaExtraBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff !important;
  background: #83D734;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 30px;
  padding: 14px 40px;
  margin: 30px 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button:focus,
.button:hover,
.button:active {
  background: #69ad28;
}
.hero-video-button {
  background: transparent;
  padding: 0;
  margin: 0;
  text-transform: initial;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hero-video-button:focus,
.hero-video-button:hover,
.hero-video-button:active {
  background: transparent;
  color: #69ad28 !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hero-video-button:focus .icon,
.hero-video-button:hover .icon,
.hero-video-button:active .icon {
  background: #69ad28;
  border: 1px solid #69ad28;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hero-video-button div {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.hero-video-button .icon {
  margin: 0px 8px 0 0;
  height: 24px;
  width: 24px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100%;
}
.hero-video-button .icon svg {
  fill: #fff;
  height: 10px;
  width: 10px;
  position: relative;
  left: 1px;
  top: -5px;
}
/* WISTIA VIDEO OVERRIDES */
.wistia-fancybox #fancybox-overlay {
  Opacity: 1 !important;
}
.wistia-fancybox .fancybox-opened .fancybox-outer {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.clouds {
  position: absolute;
  bottom: 0;
  left: -200px;
  overflow: hidden;
}
.icon-down-arrow {
  height: auto;
  width: 50px;
  margin: 0px 0 0 -30px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  fill: #16B9EA;
}
.icon-down-arrow svg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-down-arrow:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.soon {
  font-size: 14px;
  color: #1a76a2;
}
.bg-clouds {
  background: url(../img/img-cloud.svg) top;
  background-repeat: repeat-x;
  background-position: bottom;
  height: 290px;
  position: absolute;
  bottom: 0;
  width: 200%;
  margin-bottom: -1px;
}
.section {
  padding: 80px 0;
  position: relative;
}
.section .icon {
  width: 64px;
  height: 64px;
  display: block;
  margin: 20px auto;
}
.section h1 {
  font-size: 32px;
  color: #1d9ad2;
  text-align: center;
}
.section h2 {
  font-size: 40px;
  letter-spacing: -1px;
  color: #3A3361;
  font-weight: 700;
  margin-bottom: 22px;
}
.section h3 {
  font-size: 20px;
  font-family: 'ProximaNovaExtraBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  line-height: initial;
  color: #353c3f;
}
.section p {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}
.section .white {
  color: #fff;
}
.text-in {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.text-in p {
  text-align: left;
}
#formats {
  background: rgba(227, 240, 252, 0.7);
}
#formats img {
  margin-bottom: 40px;
}
#ebooks,
#audiobooks {
  margin-bottom: 80px;
}
#educators .blue-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
#setup .blue-overlay {
  background-color: rgba(34, 147, 201, 0.85);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
#setup h1,
#setup h3,
#setup p {
  color: #fff;
}
.button {
  margin-left: 20px;
  margin-bottom: 50px;
}
.service-xs-box {
  position: relative;
}
.service-xs-box i {
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.service-xs-box h3 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
  color: #353c3f;
}
.icon-block svg {
  width: 40px;
  height: 40px;
}
.devices {
  fill: #fff;
  margin-bottom: 40px;
}
.device-list {
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  margin: 20px 0 0 20px;
}
.device-list li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 15px;
  position: relative;
  line-height: normal;
}
.device-list li:after {
  font-size: 30px;
  top: -10px;
  right: -2px;
  content: "\2022";
  color: #83D734;
  position: absolute;
}
.device-list li:last-of-type:after {
  content: none;
}
#download h3 {
  color: #8899AA;
  font-family: 'ProximaNova', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#download h2 {
  text-align: center;
}
#download img.tablet {
  margin: 20px auto;
  display: block;
}
.apps-2-badges {
  display: flex;
  justify-content: space-between;
  max-width: 426px;
  margin-left: auto;
  margin-right: auto;
}
.apps-2-badges .app-badge {
  margin: 10px;
}
.app-badge[href] {
  display: block;
}
.app-badge {
  display: none;
  background: #000;
  border-radius: 8px;
  width: 192px;
  height: 57px;
  overflow: hidden;
}
/* Discover Sora modal */
.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////
      //   Default Modal Styles   //
  ////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(8, 66, 92, 0.8);
  z-index: 101;
  display: none;
}
.popupModalWindow {
  display: none;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 480px;
  height: 480px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  box-shadow: 0px 3px 60px 8px rgba(0, 0, 0, 0.25);
  z-index: 102;
}
#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #BCBCBC;
}
#btnClose svg {
  fill: none;
  stroke: #b7bfc5;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}
#btnClose:hover svg {
  stroke: #1d9ad2;
}
#popupModal .avatar {
  width: 250px;
  height: 240px;
  margin: 10px auto 0;
}
#popupModal .circle-halftone-pattern {
  opacity: 0;
  transform-origin: 50% 50%;
  animation: fade 0.75s ease;
  animation-fill-mode: forwards;
  -webkit-animation: fade 0.75s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fade 0.75s ease;
  -moz-animation-fill-mode: forwards;
}
#popupModal .kids {
  opacity: 0;
  transform-origin: 50% 50%;
  animation: pop-in 0.5s ease-in-out;
  animation-delay: 0.35s;
  animation-fill-mode: forwards;
  -webkit-animation: pop-in 0.5s ease-in-out;
  -webkit-animation-delay: 0.35s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: pop-in 0.5s ease-in-out;
  -moz-animation-delay: 0.35s;
  -moz-animation-fill-mode: forwards;
}
#popupModal .flourish {
  opacity: 0;
  transform-origin: 50% 50%;
  animation: pop-in 0.5s ease-in-out;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
  -webkit-animation: pop-in 0.5s ease-in-out;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: pop-in 0.5s ease-in-out;
  -moz-animation-delay: 0.75s;
  -moz-animation-fill-mode: forwards;
}
#popupModal .lines {
  opacity: 0;
  transform-origin: 50% 50%;
  display: none;
  animation: move-down 0.5s ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation: move-down 0.5s ease-in-out;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: move-down 0.5s ease-in-out;
  -moz-animation-delay: 0.6s;
  -moz-animation-fill-mode: forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  85% {
    opacity: 1;
    transform: scale(1.18);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@-webkit-keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  85% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes move-down {
  0% {
    opacity: 0;
    transform: translate(0px, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes move-down {
  0% {
    opacity: 0;
    transform: translate(0px, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes bounceIn {
  0%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#popupModal h2 {
  font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  margin: 0 0 20px;
}
#popupModal h2 .bold {
  color: #83D734;
  text-transform: uppercase;
  font-family: 'ProximaNovaExtraBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#popupModal p {
  color: #444;
  line-height: initial;
  font-size: 15px;
}
#popupModal .signupBtn {
  background: #83D734;
  color: white;
  border-radius: 40px;
  padding: 20px 40px 15px;
  margin: 30px auto;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'ProximaNovaExtraBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  box-shadow: 0px 3px 8px 0px rgba(105, 192, 22, 0.5);
  transition: all ease-in-out 0.1s;
}
#popupModal .signupBtn:hover,
#popupModal .signupBtn:active {
  background: #90e045;
  padding: 20px 45px 15px;
  box-shadow: 0px 3px 16px 2px rgba(105, 192, 22, 0.5);
}
/* END Discover Sora modal */
footer {
  width: 100%;
  color: #fff;
  height: auto;
  font-size: 12px;
  padding-top: 2.25em;
  text-align: left;
  background: #1D9AD8;
}
footer-catagories .columns {
  padding-right: 0px;
}
footer h2 {
  font-size: 20px;
  color: #fff;
  padding: 0 0 14px 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
footer .row {
  padding: 1em 0 !important;
}
footer ul {
  padding: 0;
  margin: 20px 0;
}
footer ul ul {
  padding: 0;
  margin: 0;
}
footer ul.social-certified {
  padding: 0 40px 0 0 !important;
}
footer li {
  display: block;
}
li.social {
  margin: 0 auto;
  display: table;
}
footer a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  text-decoration: none;
}
footer p {
  font-size: 1.2em;
  color: #fff;
  line-height: initial;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer a:visited {
  color: #bae4f2;
}
.bcorp-certified {
  height: 100px;
  margin: 0 auto 20px;
  display: block;
}
footer .icon {
  vertical-align: baseline;
  margin-left: 5px;
  background-position: center center;
}
.icon {
  font-size: 26px;
  vertical-align: text-bottom;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
}
footer-disclaimer a {
  color: #74cee2;
  font: inherit;
}
footer .copyright {
  margin: 40px 15px;
  text-align: left;
  clear: both;
  float: left;
}
footer .logo {
  width: 200px;
  margin: 0 auto 30px;
  display: block;
}
/* --- GDPR MODAL OVERRIDES --- */
.cookie-popup {
  background: #fff;
  border-radius: 2px;
  bottom: 1rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  left: 16px;
  right: 16px;
  max-width: 600px;
  padding: 2rem;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  will-change: transform;
  z-index: 1000;
  display: none;
}
.check-group {
  text-align: left;
  margin: 20px 0;
}
.check-group label {
  font-weight: 600;
  display: inline;
  font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  color: #3e474c;
}
.check-group p {
  padding: 6px 0 0 26px;
  line-height: 24px;
}
input[type="checkbox"] {
  margin: 0;
}
.cookie-popup.cookie-popup--uses-badge:hover,
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link:hover {
  bottom: 2rem;
}
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link.cookie-popup--is-sticky {
  bottom: 0.6rem;
}
.cookie-popup--uses-badge > h2,
.cookie-popup--uses-badge > p,
.cookie-popup--uses-badge > form {
  display: none;
}
.cookie-popup--is-sticky {
  border-radius: 2px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.cookie-popup--is-sticky {
  background: #ffffff;
  bottom: 1rem;
  height: auto;
  padding: 2rem;
  width: 100%;
}
.cookie-popup--uses-badge.cookie-popup--is-sticky > h2,
.cookie-popup--uses-badge.cookie-popup--is-sticky > p,
.cookie-popup--uses-badge.cookie-popup--is-sticky > form {
  display: block;
}
.cookie-popup.cookie-popup--uses-link {
  background: #fff;
  bottom: 0;
}
.cookie-popup.cookie-popup--uses-link {
  background: #24a931;
  bottom: 0.6rem;
}
.cookie-popup.cookie-popup--uses-link.cookie-popup--is-sticky {
  background: #fff;
}
.cookie-popup--is-sticky.cookie-popup--uses-link {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.cookie-popup > h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1d9ad2;
}
.cookie-popup p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-family: inherit;
}
.cookie-popup a {
  font-weight: 600 !important;
}
.cookie-popup a:hover {
  text-decoration: underline;
}
.cookie-popup a:hover {
  text-decoration: underline;
}
.cookie-popup__save {
  background: #83d734;
  border: none !important;
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff !important;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  font-family: 'ProximaNovaExtraBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.cookie-popup > form,
.cookie-popup__save-wrapper {
  margin-top: 1.06667rem;
}
.cookie-popup__save:hover,
.cookie-popup__save:active {
  opacity: 0.85;
}
.cookie-popup-label {
  color: #fff;
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.cookie-popup--is-sticky .cookie-popup-label {
  display: none;
}
.cookie-popup__cancel {
  margin: 8px 24px;
  cursor: pointer;
  font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  display: none;
}
/* --- END GDPR MODAL OVERRIDES --- */
@media only screen and (max-height: 700px) {
  .bg-clouds {
    display: none;
    transition: all 200ms ease-in-out;
  }
}
@media only screen and (max-width: 1024px) {
  .clouds img {
    max-width: 200%;
  }
}
@media only screen and (min-width: 998px) {
  .menu-icon {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .menu-icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .clouds img {
    max-width: 200%;
  }
}
@media only screen and (max-width: 998px) {
  nav ul {
    display: none;
  }
  .menu-icon {
    display: inline-block;
    top: 18px;
  }
  .menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 0 20px 30px;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.07), 0 1px 18px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.07), 0 1px 18px 0 rgba(0, 0, 0, 0.06);
  }
  .menu > li {
    display: block;
    text-align: center;
  }
  .menu li:last-child a {
    display: inline-block;
    margin-left: 0;
    padding: 1rem 2rem !important;
  }
  nav a {
    color: #8899AA;
    padding: 20px !important;
    margin: 0;
  }
}
@media (max-width: 660px) {
  .smaller {
    height: 60px;
  }
  svg.logo {
    width: 96px;
    height: 40px;
  }
  .menu-icon {
    display: inline-block;
    top: 8px;
  }
  .menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 0 20px 30px;
  }
  #top-cover {
    background-position: -395px;
  }
  #top-cover h1 {
    line-height: 1.2em;
    font-size: 28px;
  }
  #top-cover p {
    line-height: 1em;
    font-size: 18px;
  }
  .section {
    padding: 30px 0;
  }
  .section h1,
  .section h2 {
    line-height: 1.2em;
    font-size: 28px;
    text-align: center;
  }
  .row .row {
    margin: 0;
  }
  .text-in {
    padding: 0 10px;
  }
  #ebooks,
  #audiobooks {
    margin-bottom: 30px;
  }
  .device-list {
    line-height: 24px;
    text-align: center;
  }
  #setup {
    text-align: center;
  }
  .app-badge {
    margin: 0 auto 20px !important;
  }
  .apps-2-badges {
    display: block;
  }
  #content {
    padding: 28vh 20px;
  }
  .clouds img {
    max-width: 300%;
  }
}
@media (max-width: 500px) {
  .popupModalWindow {
    width: 90%;
    height: 530px;
  }
}
/* --- GDPR MODAL OVERRIDES --- */
#gdpr-modal-overlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  /* places the modal overlay between the main page and the modal dialog*/
  background: rgba(17, 17, 17, 0.2);
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}
.modalCloseButton {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 38px;
  width: 38px;
  cursor: pointer;
  display: none;
  background: #D8DADF;
  border-radius: 50px;
  transition: all 200ms ease-in-out;
}
.modalCloseButton svg#cancel path {
  stroke: #5A6169;
}
.modalCloseButton:focus,
.modalCloseButton:hover {
  background: #cacdd4;
  transform: scale(1.03);
}
.screen-reader-offscreen {
  position: absolute;
  right: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.cookie-popup {
  background: #fff;
  font-family: "Metropolis", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  border-radius: 2px;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  max-width: 600px;
  padding: 2rem;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  will-change: transform;
  z-index: 1000;
  display: none;
}
.cookie-popup h2 {
  font-size: 24px;
  color: #111111;
  padding: 10px 0;
}
.cookie-popup p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.cookie-popup a {
  color: #A61C49;
}
.cookie-popup a:focus,
.cookie-popup a:hover {
  text-decoration: underline;
}
.check-group {
  text-align: left;
  margin: 20px 0;
}
.check-group label {
  font-family: "Museo Slab";
  display: inline;
  font-size: 18px;
  margin-left: 10px;
}
.check-group p {
  padding: 6px 0 0 46px;
  color: #444444;
}
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #29CFC3;
  transition: all 0.2s;
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #29CFC3;
  background: #29CFC3;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 4px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
[type="checkbox"]:checked:focus + label:before {
  border: 2px dotted blue;
}
[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #ddd;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #ddd;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  border-color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
label:hover:before {
  border: 2px solid #4778d9 !important;
}
.cookie-popup.cookie-popup--uses-badge:hover,
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link:hover {
  bottom: 2rem;
}
.cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link.cookie-popup--is-sticky {
  bottom: 0.6rem;
}
.cookie-popup--uses-badge > h2,
.cookie-popup--uses-badge > p,
.cookie-popup--uses-badge > form {
  display: none;
}
.cookie-popup--is-sticky {
  border-radius: 2px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.cookie-popup--uses-badge.cookie-popup--is-sticky > h2,
.cookie-popup--uses-badge.cookie-popup--is-sticky > p,
.cookie-popup--uses-badge.cookie-popup--is-sticky > form {
  display: block;
}
.cookie-popup.cookie-popup--uses-link {
  background: #fff;
  bottom: 0;
}
.cookie-popup.cookie-popup--uses-link {
  background: #24a931;
  bottom: 0.6rem;
}
.cookie-popup.cookie-popup--uses-link.cookie-popup--is-sticky {
  background: #fff;
}
.cookie-popup--is-sticky.cookie-popup--uses-link {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.cookie-popup__save {
  background: #A61C49;
  border: none !important;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff !important;
  font-family: "Metropolis", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 17px;
  padding: 10px 20px;
  margin: 20px 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.cookie-popup__save:focus,
.cookie-popup__save:hover,
.cookie-popup__save:active {
  background: #e0487a;
}
.cookie-popup > form,
.cookie-popup__save-wrapper {
  margin-top: 1.06667rem;
}
.cookie-popup__save-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.cookie-popup-label {
  color: #fff;
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.cookie-popup--is-sticky .cookie-popup-label {
  display: none;
}
.cookie-popup__cancel {
  margin: 8px 24px;
  cursor: pointer;
  font-size: 16px;
  color: #111111;
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  display: none;
  background: none;
}
.cookie-popup__cancel:focus,
.cookie-popup__cancel:hover {
  text-decoration: underline;
}
#bkgOverlay {
  background: rgba(17, 17, 17, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
}
@media (max-width: 600px) {
  .cookie-popup--is-sticky {
    bottom: 0 !important;
    left: 0;
    right: 0;
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/* --- END GDPR MODAL OVERRIDES --- */
