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

Typography

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

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: "reem", sans-serif;
}

a,
.row a {
  color: #17BAC7;
  text-decoration: none;
}

a:hover,
.row a:hover {
  color: #ffffff;
  text-decoration: none;
}

p,
.row p {
  font-family: "reem", sans-serif; 
  font-size: 16px;
  line-height: 20px;   
}

.psmall,
.row .psmall {
  font-family: "reem", sans-serif; 
  font-size: 12px; 
}

.card-text {
color: #202124;   
}

.tip {
    color:#17BAC7;
}    

h1,
.row h1 {
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    font-size:30px;
    line-height: 34px;
}

h2,
.row h2 {
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    font-size:24px;
    line-height: 28px;
}

h3,
.row h3 {
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    font-size:20px;
    color:#ffffff;
    line-height: 24px;
}

h4,
.row h4 {
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    font-size:20px;
    line-height: 24px;
}

h5,
.row h5 {
    font-family: "reem-italic", sans-serif;
    font-style: italic;
    text-transform: ;
    font-size:16px;
    line-height: 20px;
}

@media only screen and (max-width: 480px) {
h2,
.row h2 {
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    font-size:20px;
}    
}

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

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

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

.button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    line-height: 2.77778;
    font-weight: 600;
    border-radius: 30px;
    background-color: #17BAC7;
    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:hover{
background-color: #1ADC87;
text-decoration: none;
outline: none;
opacity:0.8;    
}

.button-light {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 20px 30px;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    font-size:22px;
    line-height: 24px;
    border-radius: 50px;
    background-color: #ffffff;
    color: #202124 !important;
    white-space: ;
    -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: ;
}

.button-light:hover{
background-color: #202124;
color:#ffffff !important;    
text-decoration: none;
outline: none;
opacity:0.8;    
}

img {
    width: 100%;
}

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

Structure

#002266 - Dark Blue
#4D02E4 - Gross Blue
#00E3B0 - Aqua Green
#00E4EF - Aqua Blue
#E6E6E6 - Light Grey

-------------------------------- */
.rh-main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0);  
  z-index: 9999;
}

.hero-banner {
    margin-top:100px;
}

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

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

.rh-main-header__logo img {
  display: block;
  height:70px;    
}

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

.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%);
    z-index: -9;
}

.rh-main-nav__list.rh-main-nav__list--is-visible {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
    padding:60px 0;
background: rgb(0,227,176);
background: linear-gradient(90deg, rgba(0,227,176,1) 0%, rgba(0,228,239,1) 100%);
  color: #002233;
    -webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s; /* Firefox < 16 */
        -ms-animation: fadein .5s; /* Internet Explorer */
         -o-animation: fadein .5s; /* Opera < 12.1 */
            animation: fadein .5s;  
    top:100px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.rh-main-nav__list a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #002233;
  font-family: 'Prompt', sans-serif; 
  font-size: 24px;    
  font-weight: 600;   
  text-align: center;    
}

@media only screen and (min-width: 900px) {
  .rh-main-nav {
    /* reset style */
    width: auto;
    height: 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: 100px;
  }
  .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;
    color: #002233;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Prompt', sans-serif;  
  }
  .rh-main-nav__list a:hover {
    color: #FFFFFF;
    text-decoration: none;  
  }
}

.rh-fixed-bg__content .hero-logo {
    position: relative;
    max-width:100%;
    height:400px;
    top:40px;
    background-image: url("../img/wgyt-lockup-desktop.svg");
    background-repeat: no-repeat;
    background-position: center;
}

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

@media only screen and (max-width: 480px) {
.rh-fixed-bg {
  position: relative;
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}   
.hero-logo,
.rh-fixed-bg .hero-logo {
    top:20px;
    position: relative;
    max-width:100%;
    height:200px;
    background-image: url("../img/wgyt-lockup-device.svg");
    background-repeat: no-repeat;
    background-position: center;
}    
}

.rh-fixed-bg__content, .rh-fixed-bg h2 {
  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/itv2xcalm-bkgd-grad.png");    
}

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

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

/*
.rh-fixed-bg.rh-fixed-bg--1:before {
		content: "";
		position: absolute;
        height:140%;
		right: 0;
		top: -100px;
		left: 0;
        background-image: url("../img/itv2xcalm-icons.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
		opacity: 1;
} 


@media only screen and (max-width: 480px) {
.rh-fixed-bg.rh-fixed-bg--1:before {
		content: "";
		position: absolute;
        height:140%;
		right: 0;
		top: 0;
		left: 0;
        background-image: url("../img/itv2xcalm-icons.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
		opacity: 1;
}     
}
*/
.rh-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 50px 0;
  line-height: 1.6;
  z-index: 2;
}

.rh-scrolling-header {
  position: relative;
  min-height: 100%;
  height:60vh;    
  padding: 100px 0 0 0;
  line-height: 1.6;
  z-index: 2;
}



.rh-scrolling-header .hero-text {
    position: relative;
    top:20vh;
    color:#fff;
}

.rh-scrolling-header .hero-text h1 { 
  font-size:80px;    
}

.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #E6E6E6;
  color: #002233;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #002233;
  color: #00E4EF;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3,
.rh-scrolling-header.rh-scrolling-header--color-3 {
background: rgb(0,227,176);
background: linear-gradient(90deg, rgba(0,227,176,1) 0%, rgba(0,228,239,1) 100%);
  color: #002233;
}

.rh-scrolling-bg.rh-scrolling-bg--color-4 {
  background-color: #ffffff;
  color: #202124;
}

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

@media only screen and (min-width: 768px) {
  .rh-scrolling-bg {
    padding: 50px 0;
    font-size: 2rem;
    line-height: 2;
  }
  .rh-scrolling-header {
    padding: 10px 0;
    font-size: 2rem;
    line-height: 2;
  }    
}

.grad {
background: rgb(23,186,199);
background: linear-gradient(50deg, rgba(23,186,199,1) 50%, rgba(26,220,135,1) 100%);
  color: #202124;
}

.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  margin: 0;
  width:100%;
}
.icon-block img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width:80px;
  padding: 10px 20px 10px 10px; 
}

.pop img {
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;    
}

.pop img:hover{
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}    

.long {
display:block;    
}

.short {
display:none;    
}

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

.short {
display:block;    
}  
    
.rh-scrolling-header .hero-text h1 { 
  font-size:20px;    
}    
    
}

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

@media only screen and (max-width:400px) {  
.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;
}    
}
