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

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: "displayReg", sans-serif;
    background-color: white;
  }

  main {
    overflow: hidden;
  }

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

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

  .italics {
    margin: 0;    
    font-size: 1rem;
    line-height:1.2rem;    
    font-family: "displayReg", sans-serif;
  }

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

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

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

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

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

  h1,
  .row h1 {
    margin:20px 0;    
    font-size: 2.2rem;
    font-family: "DisplayCond", sans-serif;
    text-transform: uppercase;
  }

  h2,
  .row h2 {
    font-size: 2rem;
    line-height: 1.9rem;
    font-family: "displaySBold", sans-serif;
  }

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

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

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

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

  .ctali,
  .row .ctali {    
    font-size: 1.375rem;
    line-height: 1.7rem;
    font-family: "displayReg", sans-serif;
    list-style: disc;
    margin-left:20px;
  }

  .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: "displayReg", sans-serif;
    margin:0px!important;
  }

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

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

  .row a {
    font-family: "displayBold", 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: displayReg;
    src: url(font/ITVDisplaySans-Regular.woff);
  }

  @font-face {
    font-family: displaySBold;
    src: url(font/ITVDisplaySerif-Bold.woff);
  }

  @font-face {
    font-family: displayBold;
    src: url(font/ITVDisplaySans-Bold.woff);
  }

  @font-face {
    font-family: DisplayCond;
    src: url(font/ITVDisplaySans-BoldCondensed.woff);
  }

.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: 0;
  left: 0;
  width: 100%;
  height: 65px;
  -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: 400px) {
  .rh-main-header__logo {
    margin: 0 0 0 5%;
    height:auto; 
    width:220px;
  }  
.rh-main-header__logo img {
  display: block;
  height:40px;
  margin: 15px 0;
  width:100%;     
}
}

.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: 50px;
  line-height: 50px;
  padding-left: 0;
  background: rgba(44, 184, 199, 0.9);
  border-top: 0px solid #453c3d;
  color: #fff;
  font-family: "displayBold", sans-serif;
  font-size:14px;    
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .rh-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .rh-main-nav1 {
    /* reset style */
    width: 640px;
    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: "displayReg", sans-serif;  
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
  }
  .rh-main-nav__list a:hover {
    color: #f1f1f1;
    text-decoration:none;  
  }    
}

/* Dropdown Menu */
.rh-main-nav ul li ul,
.rh-main-nav1 ul li ul { 
    position: absolute;
    top:64px;
    width: 30%;
    margin:0;
    padding:0;
    display: none; 
}
.rh-main-nav ul li ul li,
.rh-main-nav1 ul li ul li { 
    text-align: left;
    width: 100%;
    position:relative;
}
.rh-main-nav ul li ul a,
.rh-main-nav1 ul li ul a { 
    padding: 10px; 
    background: #fff;
    box-shadow: 0 8px 6px -6px #999;
}
.rh-main-nav ul li:hover ul,
.rh-main-nav1 ul li:hover ul { 
    display: block;
    left:auto;
    right:auto; 
}

/* My late night media q */
@media only screen and (max-width: 768px) {
    
/* Dropdown Menu */
.rh-main-nav ul li ul,
.rh-main-nav1 ul li ul { 
    position: absolute;
    top:64px;
    width: 30%;
    margin:0;
    padding:0;
    display: none; 
}
.rh-main-nav ul li ul li,
.rh-main-nav1 ul li ul li { 
    text-align: left;
    width: 100%;
    position:relative;
}
.rh-main-nav ul li ul a,
.rh-main-nav1 ul li ul a { 
    padding: 10px; 
    background: #fff;
}
.rh-main-nav ul li:hover ul,
.rh-main-nav1 ul li:hover ul { 
    display: none;
}
}


.subnavbar {
  position:relative;
  top:84px;
  min-height:60px;
  height:100%;
  width:100%;
  background-color: #f5f1e9;
}

.subnavbar a {
  color:#000;
  padding:10px 5px;
  margin:5px;    
  font-size: 1rem;
  line-height:1rem;    
  font-family: "displayBold", sans-serif;
  text-decoration: none;
}
.subnavbar a:hover {
  color:#000;
  text-decoration: underline;
}

.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;
}

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

.footer-cta {
    background-color: #DEEB52;
    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;
    text-decoration: underline;
}

.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.svg");
    background-repeat: no-repeat;
    position: absolute;
    width:80px;
    height:80px;
    top:0;
    right:80px;
}

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

.speech-tail {
    background-image: url("../img/white-speech-tail-r.svg");
    background-repeat: no-repeat;
    position: absolute;
    width:80px;
    height:80px;
    top:0;
    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: "displayBold", 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: "displayBold", sans-serif;
    border-radius: 10px;
    background-color: #DEEB52;
    color: #000!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: #DEEB52;
text-decoration: none;
outline: none;
opacity:0.8;    
}

.button-dark {
    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: "displayBold", sans-serif;
    border-radius: 10px;
    background-color: #0F2323;
    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-dark:hover{
background-color: #0F2323;
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: "displayBold", 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:30px;
}

.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-yellow.png");
    background-repeat: no-repeat;
    background-size: cover;    
    background-color: #DEEB52;
    height:100%;
    padding: 30px 30px 10px 30px;
}

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

/* MODAL THEME */

.modal-backdrop {
    background-color:#0F2323!important;
    opacity:1!important;
}

.modal-content {
    background-color: rgba(255, 255, 255, 1)!important;
    border:0!important;
    padding:10px;
    border-radius: 10px!important;
}

.modal-header {
    border-bottom: 0!important;
    font-size:16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    color: #1B3F15;
    text-transform: uppercase;
}

.modal-footer {
    border-top: 0!important;
    justify-content:flex-start;
}

.close {
    color:#FFFFFF!important;
    background-color:#A90061!important;
    text-shadow: 0!important;
    margin-bottom:10px;
    opacity:1!important;
    font-size:30px;
    line-height: 30px;
    border-radius: 40px;
    padding:2px 8px 5px 8px!important;
}

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

.tip-bkgd {
    background-repeat: no-repeat;
    background-size: contain;    
    background-color: #fff;
    background-position: right; 
}

.tip-bkgd1 {
    background-image: url("../pdf/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-v1.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;  
}
}

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

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

.dropBlock {
  background-color: #1CCBD4;  
  border-radius: 10px;
}

.dropBlockP {
  background-color: #DEEB52;  
  border-radius: 10px;
}

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



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

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

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

.footer-cta h3 {
   font-size:20px;
   color:#fff;
   margin:20px 0;    
}
h4,
.row h4 {
  margin:20px 0;    
  font-size: 14px;
  font-family: "displayBold", sans-serif;
}    
.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;
}    
}

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

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

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

.rh-fixed-bg__content, .rh-fixed-bg h2 {
  font-family: "displayReg", 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-color: #0F2323;
  background-image: url("../img/bgt-hero-still-2021-v2.jpg");  
  background-position: left;
}

.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--11 {
  background-image: url("../img/podcasts-hero.png");
}

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

.rh-fixed-bg.rh-fixed-bg--13 {
  background-image: url("../img/britain_get_singing_bkgd.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) {
    .rh-fixed-bg {
      background-attachment: fixed;
    }
  }*/
}

.rh-scrolling-bg {
  position: relative;
  
  padding: 2em 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: #0F2323; /* New D Green */
  /*background-color: #138E96; Accessible Blue */
  color: #ffffff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-4 {
  background-color: #1CCBD4; /* New Teal */
  color: #000000;
}

.rh-scrolling-bg.rh-scrolling-bg--color-5 {
  background-color: #138E96; /* Accessible Blue */
  color: #ffffff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-6 {
  background-color: #DEEB52; /* new yellow */
  color: #000000;
}


.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: 1100px;
  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;    
}
}




.vbubble {
  background-image: url("../img/voice2022/bgt-voice-bubble.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.bubblespace {
  padding: 10px;
}
@media only screen and (max-width: 420px) {
.vbubble {
  background-image: url("../img/voice2022/bgt-voice-bubble.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bubblespace {
  padding: 10px;
}
}
@media only screen and (max-width: 380px) {
.bubblespace {
  padding: 5px;
}
}
@media only screen and (max-width: 330px) {
.bubblespace {
  padding: 0px;
}
}

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

.btn-block:focus,
:focus {
outline: none;
border: #000 solid 2px;
background-color: ;
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%);
}


/* 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-dark .navbar-nav .active {
  background-color: #fff;
  border-radius: 10px;
  border-color: rgba(0,0,0,0)!important;
  color:rgba(0,0,0,.9)!important;
}

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

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

.navbar-dark .navbar-toggler {
  color: rgba(0,0,0,.9)!important;
  border-color: rgba(0,250,250,1)!important;
}

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

@media only screen and (max-width: 576px) {
.navbar-dark .navbar-nav .nav-link {
  text-align: center;
}
.navbar-dark .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: "displayReg", 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: "displayReg", 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 icons */

.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:#1CCBD4;
   background-size: cover;
   border-radius: 10px;
}

.ideas-b {
   background-color:#DEEB52;
   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: #0F2323;
   color:#fff;
   border-radius: 10px;
   height:100%;
}

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

