/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;    
  font-size: 1.6rem;
  font-family: "reem", sans-serif;
  background-color: white;
}

main {
  overflow: hidden;
}

p {
  margin: 0;    
  font-size: 1rem;
  line-height:1.2rem;    
  font-family: "reem", sans-serif;
}

.row li {
  margin: 0;    
  font-size: 1rem;
  line-height:1.2rem;    
  font-family: "reem", sans-serif;
  list-style: disc;
  margin-left: 20px;
}

.sub,
.row .sub {
  margin:20px 0;    
  font-size: 1.375rem;
  font-family: "reem-med", sans-serif;
}

.bold {
  margin: 0;    
  font-size: 1rem;
  line-height:1rem;    
  font-family: "reem-med", sans-serif;
}

.list-p {
  margin: 0;    
  font-size: .875rem;
  line-height:22px;    
  font-family: "reem", sans-serif;
  list-style: circle;
  padding-left: 10px;    
}

.psmall {
  color:#1d1d1b;    
  margin-top: .625rem;    
  font-size: 12px;
  line-height:18px;    
  font-family: "reem", sans-serif;    
}

.privacy li {
  margin: 1rem;    
  font-size: 16px;
  line-height:18px;    
  font-family: "reem", sans-serif;
  list-style: disc;
}

h1,
.row h1 {
  margin:20px 0;    
  font-size: 1.875rem;
  font-family: "reem-bold", sans-serif;
}

h2,
.row h2 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-family: "reem-bold", sans-serif;
}

h3,
.row h3 {
  margin:0;    
  font-size: 1.25rem;
  font-family: "reem", sans-serif;
}

h4,
.row h4 {
  margin:20px 0;    
  font-size: .875rem;
  font-family: "reem-med", sans-serif;
}

h5,
.row h5 {
  margin: 0;    
  font-size: .875rem;
  line-height:20px;    
  font-family: "reem-med", sans-serif;
}

.cta,
.row .cta {    
  font-size: 1.375rem;
  line-height: 1.7rem;
  font-family: "reem-med", sans-serif;
}

.cta2,
.row .cta2 {
  margin:20px 0;    
  font-size: 2rem;
  line-height: 1.5rem;
  font-family: 'Reenie Beanie', cursive;
}

  .cta3,
  .row .cta3 {    
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "reem", sans-serif;
    margin:0px!important;
  }

  .cta4,
  .row .cta4 {    
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-family: "reem", sans-serif;
    margin:0px!important;
  }

.tips,
.row .tips {
  margin:10px 0;    
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "reem-med", sans-serif;
}

.row a {
  font-family: "reem-bold", sans-serif;    
  color: inherit;
  text-decoration: none;
  border: 2px solid transparent;
  text-decoration: underline;
}

.row a:hover {
  color: #000000;
  text-decoration: underline;
}

.row a:focus {
    border: 2px solid #000000;
    text-decoration: underline;
  }

@font-face {
  font-family: reem;
  src: url(font/reem-regular.otf);
}

@font-face {
  font-family: reem-med;
  src: url(font/reem-medium.otf);
}

@font-face {
  font-family: reem-bold;
  src: url(font/ITVReem-Bold.otf);
}

.fave {
font-family: "fave-script-pro", sans-serif;
font-weight: 700;
font-style: normal;
font-size:90px;
line-height: 60px;
color:#ff0090;
}


.btn-link:hover,
.btn-link:visited,
.btn-link:focus {
  text-decoration: none!important;
}

#rh-main-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 4;
transition: top 0.3s;    
}

#rh-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.rh-main-header__logo {
  float: left;
    margin: 0 0 0 5%;
    height:70px;   
}

.rh-main-header__logo img {
  display: block;
  height:56px;
  margin: 7px 0 0 0;   
}

@media only screen and (min-width: 768px) {
  .rh-main-header {
    height: 70px;
  }
  .rh-main-header__logo {
    margin: 0 0 0 5%;
    height:70px;  
  }
}

@media only screen and (max-width: 576px) {
.rh-main-header__logo img {
  display: block;
  height:50px;
  margin: 10px 0 0 0;   
}
}

.rh-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/rh-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

.rh-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.rh-main-nav__list.rh-main-nav__list--is-visible {
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
}

.rh-main-nav__list a {
  display: block;       
  height: 70px;
  line-height: 70px;
  padding-left: 0;
  background: rgba(51, 102, 203, 0.9);
  border-top: 0px solid #453c3d;
  color: #fff;
  font-family: "reem-med", sans-serif;
  font-size:14px;    
  text-align: center;
}

@media only screen and (min-width: 890px) {
  .rh-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .rh-main-nav1 {
    /* reset style */
    width: 550px;
    height: auto;
    margin-left:auto;
    margin-right:auto;      
    background: none;
    cursor: auto;
  }    
  .rh-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
  }
  .rh-main-nav__list.rh-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .rh-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .rh-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    font-family: "reem", sans-serif;  
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
  }
  .rh-main-nav__list a:hover {
    color: #33cbff;
    text-decoration:none;  
  }    
}

.row img {
    width:100%;
}

.curve {
    position: absolute;
    width:100%;
    height:40px;
    margin-top:-40px;
    background-image: url("../img/curve.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 3;
}

.curve-white {
    position: absolute;
    width:100%;
    height:40px;
    margin-top:-40px;
    background-image: url("../img/curve-white.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 3;
}

.hero-lockup {
    width:320px;
    margin:auto;
}

.hero-lockup img {
    width:100%;
    margin:auto;
}

.footer-cta {
    background-color: #3366cb;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    max-width:800px;
    width:100%;
    height:auto;
    margin:0 auto 50px auto;
    padding:20px 0;
    z-index:3;
}

.footer-cta a {
    color:#fbcc34;
}

.footer-cta a:hover {
  color:#f5f1e9;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;    
}

.hero-bubble {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    max-width:1000px;
    width:100%;
    height:auto;
    margin:0 auto 0 auto;
    padding: 0 0 40px 0;
    z-index:3;
}

.speech-tail-white {
    background-image: url("../img/white-speech-tail-r.svg");
    background-repeat: no-repeat;
    position: absolute;
    width:80px;
    height:80px;
    top:0;
    right:80px;
}

.speech-tail {
    background-image: url("../img/pink-speech-tail.svg");
    background-repeat: no-repeat;
    position: absolute;
    width:80px;
    height:80px;
    bottom:-80px;
    left:80px;
}

.footer-cta h1 {
   font-size:40px;
   color:#fff;
   margin:20px 0;    
}

.footer-cta h3 {
   font-size:26px;
   color:#fff;
   margin:20px 0;    
}

.more-btn {
    margin-top: 20px;
    margin-bottom:50px;
    font-family: "reem-med", sans-serif;
}

.button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    line-height:1.2rem;
    font-family: "reem-bold", sans-serif;
    border-radius: 10px;
    background-color: #e6007d;
    color: #fff !important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-decoration: none!important;
}

.button:hover{
background-color: #e6007d;
text-decoration: none;
outline: none;
opacity:0.8;    
}

.button-black {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    line-height:1.2rem;
    font-family: "reem-bold", sans-serif;
    border-radius: 10px;
    background-color: #000000;
    color: #fff !important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
}

.button-black:hover{
background-color: #000000;
text-decoration: none;
outline: none;
opacity:0.8;    
}

.button-black:focus,
:focus {
outline: none;
border: #fff solid 2px;
background-color: ;
color: #fff!important;
}

.space-btm {
    margin-bottom:20px;
}

.question-box {
    background-image: url("../img/question-bkgd.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding:30px 0;
}

.question-box2 {
    background-image: url("../img/question-background-blue.png");
    background-repeat: no-repeat;
    background-size: cover;    
    background-color: #2cb8c7;
    height:100%;
    padding: 30px 30px 10px 30px;
}

.question-box3 {  
    background-color: #faca24;
    height:100%;
    padding: 30px 30px 10px 30px;
}

.tip-bkgd {
    background-image: url("../pdf/stv-what-to-do-if-you-find-it-hard-to-connect-with-others.png");
    background-repeat: no-repeat;
    background-size: contain;    
    background-color: #fff;
    background-position: right;
    height:200px;  
}

.tip-bkgd1 {
    background-image: url("../pdf/stv-8-ideas-for-making-new-connections.png");
    background-repeat: no-repeat;
    background-size: contain;    
    background-color: #fff;
    background-position: right;
    height:200px;  
}

.tip-bkgd2 {
    background-image: url("../pdf/top-tips-stv.png");
    background-repeat: no-repeat;
    background-size: contain;    
    background-color: #fff;
    background-position: right;
    height:240px;  
}

@media only screen and (max-width: 576px) {
.tip-bkgd2 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;    
    background-color: #fff;
    background-position: right;
    height:230px;  
}
}

/* MODAL THEME */

.modal-backdrop {
    background-color:#000;
    background-color:rgba(0,0,0,1)!important;
    opacity:.9!important;
}

.modal-content {
background-color: rgba(0,0,0,0)!important;
    border:0!important;
}

.close {
    color:#fff!important;
    text-shadow: 0!important;
    margin-bottom:10px;
    opacity:1!important;
}

.card-img-top {
width: 100%;
height: 400px;
object-fit: cover;
}

.drop {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);    
}

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

.hero-lockup {
    width:220px;
    margin:40px auto 0 auto;
}   
.footer-cta {
    width:90%;
    height:auto;
    margin:0 auto 30px auto;
    padding:20px 0;
} 
.speech-tail-white {
    width:60px;
    height:60px;
    top:0;
    right:20px;
}    
.speech-tail {
    width:50px;
    height:50px;
    bottom:-50px;
    left:50px;
}    
}

@media only screen and (max-width:400px) {
.row h1 {
  margin:20px 0;    
  font-size: 24px;
  font-family: "reem-med", sans-serif;
} 
.footer-cta h1 {
   font-size:40px;
   color:#fff;
   margin:20px 0;    
}

.footer-cta h3 {
   font-size:20px;
   color:#fff;
   margin:20px 0;    
}  
.curve {
    position: absolute;
    width:100%;
    height:20px;
    margin-top:-20px;
    background-image: url("../img/curve.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    z-index: 3;
}    
}


.rh-fixed-bg {
  position: relative;
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}

.rh-fixed-bg__content, .rh-fixed-bg h2 {
  font-family: "reem", sans-serif;    
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}

.rh-fixed-bg h1, .rh-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.rh-fixed-bg.rh-fixed-bg--1 {
  background-image: url("../img/bgt-hero-still-2021-v3.jpg");  
}

.rh-fixed-bg.rh-fixed-bg--1:before {
    content: "";
    position: absolute;
    width: 100%;
    overflow:hidden;    
    bottom: 0;
    left:0;
    height: 100%;
background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
    opacity: 1;    
}

.rh-fixed-bg.rh-fixed-bg--2 {
  background-image: url("../img/501327_PHE_OY_EEM_Facebook_Richard_Full.jpg");
}

.rh-fixed-bg.rh-fixed-bg--3 {
  background-image: url("../img/iain_stirling.jpg");
}

.rh-fixed-bg.rh-fixed-bg--4 {
  background-image: url("../img/jonathan_ross.jpg");
}

.rh-fixed-bg.rh-fixed-bg--5 {
  background-image: url("../img/julie_etchingham.jpg");
}

.rh-fixed-bg.rh-fixed-bg--6 {
  background-image: url("../img/maggie_alphonsi.jpg");
}

.rh-fixed-bg.rh-fixed-bg--7 {
  background-image: url("../img/mark_charnock.jpg");
}

.rh-fixed-bg.rh-fixed-bg--8 {
  background-image: url("../img/britain-get-talking-alexandra-mardell.jpg");
}

.rh-fixed-bg.rh-fixed-bg--9 {
  background-image: url("../img/britain-get-talking-loose-women.jpg");
}

.rh-fixed-bg.rh-fixed-bg--10 {
  background-image: url("../img/britain-get-talking-dermot.jpg");
}

.rh-fixed-bg.rh-fixed-bg--12 {
  background-image: url("../img/ITV_Breakthrough_90_Vers6_005.00901295.jpg");
}

.exam-hero {
  position: relative;
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
  background-image: url("../img/itv-exam-doors_1.jpg");
}

@media only screen and (max-width: 576px) {
.exam-hero {
  background-image: url("../img/itv-exam-doors_1.jpg");
  background-position-x:-120px;
}
}

@media only screen and (min-width: 768px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1170px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 2rem;
    font-weight: 300;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .rh-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.rh-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  /*-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2;
}

.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #ffffff;
  color: #1d1d1b;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #f5f1e9; /* Beige */
  color: #1d1d1b;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 {
  background-color: #3366cb; /* Blue */
  color: #ffffff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-4 {
  background-color: #faca24; /* Yellow */
  color: #000;
}

.rh-scrolling-bg.rh-scrolling-bg--color-5 {
  background-color: #e6007d; /* Pink */
  color: #000;
}

.rh-scrolling-bg.rh-scrolling-bg--color-ty {
  background-image: url("../img/jotter-yellow.jpg");
  color: #1d1d1b;
}

.rh-scrolling-bg.rh-scrolling-bg--color-tp {
  background-image: url("../img/jotter-pink.jpg");
  color: #1d1d1b;
}

.rh-scrolling-bg.rh-scrolling-bg--color-tg {
  background-image: url("../img/jotter-green.jpg");
  color: #1d1d1b;
}

.rh-scrolling-bg.rh-scrolling-bg--color-tb {
  background-image: url("../img/jotter-blue.jpg");
  color: #1d1d1b;
}

.rh-scrolling-bg__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .rh-scrolling-bg {
    padding: 4em 0;
    font-size: 1rem;
    line-height: 2;
    font-weight: 300;
  }
}

.emmframe {
    height:100%;
    min-height:1000px;
}

@media only screen and (min-width: 420px) {
.no-sms {
display:none;    
}
}    
    
@media only screen and (max-width: 420px) {
.mobile-sms {
display:none;    
}
}

.nav-item a {
  margin: 0;    
  font-size: 14px;
  line-height:18px;    
  font-family: "reem", sans-serif;
  margin: 0 1em;
}

.dropdown-menu .dropdown-item {
  margin: 0;    
  font-size: 14px;
  line-height:40px;    
  font-family: "reem", sans-serif; 
  margin: 1em 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  outline: none;
  box-shadow: none;
}

.dropmenuright {
  left:-100px!important;
}






.btn-block:focus,
:focus {
outline: none;
border: #faca24 solid 2px;
background-color: #fff;
color: #000!important;
}

#SPaccordion button {
  font-size:20px;
}

.skip-to-content-link {
  background: #ffffff;
  color: #ff0081;
  height: auto;
  left: 5%;
  padding: 8px;
  position: absolute;
  transform: translateY(-500%);
  transition: transform 0.3s;
  z-index: 999; 
  font-size: 20px;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.ctabox {
  background-color: #fff;
  border-radius: 10px;
  padding:20px;
}

.ctabox2 {
  background-color: ;
  border-radius: 10px;
  padding:20px;
}

.dropBlock {
  background-color: #3366cb;
  color:#fff;  
  border-radius: 10px;
}

.dropBlockB {
  background-color: #f5f1e9;  
  border-radius: 10px;
}

.rounds {
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/* Navigation 

.nav-link:focus {
outline: none;
border: #faca24 solid 1px;
background-color: #fff;
color: #000!important;  
}

.navbar-light .navbar-nav .active {
  background-color: #fff;
  border-radius: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color:rgba(0,0,0,.9)!important;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.9)!important;
  border-color: rgba(0,0,0,.8)!important;
}

@media only screen and (max-width: 576px) {
.navbar-light .navbar-nav .nav-link {
  text-align: center;
}
.navbar-light .navbar-nav .nav-item {
  margin-bottom:20px;
}
.navbar-nav {
  margin-top:20px;
}
}*/

/* Navigation */

.nav-link:focus {
outline: none;
border: #000 solid 2px;
background-color: ;
border-radius: 10px;
color: #000!important;  
}

.nav-link {
border: 2px solid transparent;
}

.navbar-light .navbar-nav .active {
  background-color: #fff;
  border-radius: 10px;
  color:#000;
}

.navbar-light .navbar-nav :hover {
  background-color: #fff;
  border-radius: 10px;
  color:#000;
}
  
.navbar-light .navbar-nav .nav-link {
  color:rgba(0,0,0,.9)!important;
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.9)!important;
  border-color: rgba(0,0,0,.8)!important;
}

.dropdown-item:focus, .dropdown-item:active, .dropdown-item:hover {
  background-color: #2cb8c7!important;
  border-radius: 0!important;
}

@media only screen and (max-width: 576px) {
.navbar-light .navbar-nav .nav-link {
  text-align: center;
}
.navbar-light .navbar-nav .nav-item {
  margin-bottom:20px;
}
.navbar-nav {
  margin-top:20px;
}
}

.navbar-collapse {
 max-width: 100%;
}

.nav-item {
  margin: 0 1em;
}

.nav-item a {
  margin: 0;    
  font-size: 1rem;
  line-height:1.125rem;    
  font-family: "reem", sans-serif;
}

.dropmenuright {
  left:-120px!important;
}

@media only screen and (max-width: 756px) {
.dropdown-menu {
  max-height: 280px;
  overflow-y: auto;
  text-overflow: ellipsis;
}
} 

.dropdown-menu .dropdown-item {
  margin: 0;    
  font-size: 1rem;
  line-height:1.125rem;   
  font-family: "reem", sans-serif; 
  margin: 1em 0;
}

.dropdown-item a {
text-overflow: ellipsis;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  outline: none;
  box-shadow: none;
}




#player {
  max-width:100%;
}

/* FLIPBOOK */

.flipwrapper {
  align-items: center;
  display: flex;
  height: 90%;
  justify-content: center;
  margin: 5%;
  width: 90%;
}

.aspect {
  padding-bottom: 70%;
  position: relative;
  width: 100%;
}

.aspect-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flipbook .page {
  height: 100%;
  width: 100%;
}

.flipbook .page img {
  max-width: 100%;
  height: 100%;
}

@media only screen and (max-width: 576px) {
.flipwrapper {
  align-items: center;
  display: flex;
  height: 50%;
  justify-content: center;
  margin: 5%;
  width: 90%;
}
}





.homeworkDesktop {
  display:inline;
}

.homeworkMobile {
  display:none;
}

@media only screen and (max-width: 576px) {
.homeworkDesktop {
  display:none;
}

.homeworkMobile {
  display:inline;
}
}

/* home icons */

.carousel-control-next {
  background: none;
  border: none;
  width: 20%;
  margin-right:0px;
}

.carousel-control-next-icon {
background: url("../img/arrow-right1.svg") no-repeat center!important;
background-size: contain;
width: 60px!important;
height: 80px!important;
}



.carousel-control-prev {
  background: none;
  border: none;
  width: 20%;
  margin-left:0px;
}

.carousel-control-prev-icon {
background: url("../img/arrow-left1.svg") no-repeat center!important;
background-size: contain;
width: 60px!important;
height: 80px!important;
}

.carousel-caption {
  right:0!important;
  left:0!important;
  width:100%;
}

.carousel-indicators {
  bottom:10px!important;
}

@media only screen and (max-width: 576px) {
.carousel-caption {
  bottom:-130px!important;
}  
.carousel-inner {
  height:350px;
}
.carousel-control-next,
.carousel-control-prev {
  bottom:100px!important;
}
}

/* homework */

.carousel-control-next1 {
  background: none;
  border: none;
  width: 30%;
  margin-right:-40px;
}

.carousel-control-next-icon1 {
background: url("../img/arrow-right.svg") no-repeat center!important;
background-size: contain;
width: 40px!important;
height: 40px!important;
}

.carousel-control-prev1 {
  background: none;
  border: none;
  width: 30%;
  margin-left:-40px;
}

.carousel-control-prev-icon1 {
background: url("../img/arrow-left.svg") no-repeat center!important;
background-size: contain;
width: 40px!important;
height: 40px!important;
}

.coming {
  background-image: url("../img/jotter-pink.jpg");
  width:200px;
  position: absolute;
  top:20px;
  right:0;
}

.resource {
   background-image: url("../img/jotter-yellow.jpg");
   background-size: cover;
   border-radius: 10px;
}

.resource-b {
   background-image: url("../img/jotter-blue.jpg");
   background-size: cover;
   border-radius: 10px;
}

.resource-p {
   background-image: url("../img/jotter-pink.jpg");
   background-size: cover;
   border-radius: 10px;
}

.resource-hy {
   background-color: #fecf00;
   border-radius: 10px;
}

.ideas {
   background-color:#fecf00;
   background-size: cover;
   border-radius: 10px;
}

.ideas-b {
   background-color:#f5f1e9;
   background-size: cover;
   border-radius: 10px;
}

.ideas-p {
   background-image: url("../img/jotter-pink.jpg");
   background-size: cover;
   border-radius: 10px;
}

.ideas-hy {
   background-color: #fecf00;
   border-radius: 10px;
}

.ideas-g {
   background-color: #f5f1e9;
   border-radius: 10px;
}