/* CSS Document */

body{
    font-family: 'Gabarito', sans-serif !important;
    font-size: 16px;
    background-color: #000000;
    color: #FFF;
    
	}

    ul {        padding-left: 30px;  }
    ul li {
          color: #ffffff;
          font-size: 16px;
          line-height: 1.5;
          list-style: none;
          position: relative;
          margin-top: 5px; }
    @media (max-width: 1279px) {
      ul li::before {
            top: 7px; 
        } 
    }
     @media (max-width: 1279px) {
            ul li {
              font-size: 14px; 
         } 
    }
h1{
    font-size: calc(1.75rem + 2.5vw);    
    font-weight:700;
    text-transform: uppercase;
    line-height: 1em; 
    orphans: 3;
    position: relative;
    color:#FFFFFF;
    padding-top:20px;
}


h1 span{ white-space: nowrap;}

h2{
    font-weight:700;
    font-size: clamp(1.325em, 3vw, 2.125em);
    margin-bottom: 20px;
}
.acg-h2{
    font-size: 28px;
}

h3{
    font-weight:700;
     font-size:26px;
    margin-bottom: 5px;
}
h4{
    font-weight:300;
     font-size:18px;
    margin-bottom: 10px;
}
h5{    
    font-weight:700;
     font-size:14px;
    margin-bottom: 20px;
}
.intro-text{
    font-size: clamp(1em,3vw,1.25em);
}


.broadcast-background{
    background-color:#0e111e;
}
.coloured-cyan{
    color:#2bf9eb;
}
.why-nile-border{
    padding: 1px;
    width: 200%;
    left: -100%;
    height: 100%;
    position: absolute;
    z-index: 0;
background: rgb(255,255,255);
background: linear-gradient(140deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 19%, rgba(255,255,255,1) 43%, rgba(0,0,0,1) 68%, rgba(255,255,255,1) 91%);    
}
.why-nile-border:after{
    content: '';
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    right: -130px;
    z-index: 0;
    background-color: #FFFFFF;
    transform: skewX(-40deg)
}
.why-nile-bg{
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.why-nile-bg:after{
    content: '';
    position: absolute;
    width: 250px;
    height: 100%;
    right: -130px;
    background-color: #000000;
    transform: skewX(-40deg)
}
.why-nile-row{
    position: relative;
    padding-top:30px;
    padding-bottom: 30px;
}
.why-nile{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 40px;
    overflow: hidden;
}
.why-nile-icon{
    height:50px;
    width: auto;
}
.middle-background{
    position:absolute;
    right: 0px;
    bottom:0px;
    width: 500px;
    height: 500px;
    z-index: 0;
}
.middle-section{
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}
.middle-section-gradient{
    position:absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;    
    background: rgb(26,49,73);
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,1) 0%, rgba(26,49,73,1) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(26,49,73,1) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(26,49,73,1) 100%);
}
.acg-logo{
    max-width:120px;
    padding-left: 5px;
    padding-top: 20px;
}
.ca-break{
    width:3px;
    background-color: #3d4851;
    height: 100%;
}
.ca-logo{
    max-width: 280px;
    padding-left: 20px;
    padding-right: 40px;
}

.background-slider{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}


.pos-rel{
    position:relative;
}



.gradient-p1,.gradient-p2,.gradient-p3,.gradient-p4,
.gradient-b1,.gradient-b2,.gradient-b3,.gradient-b4,
.gradient-t1,.gradient-t2,.gradient-t3,.gradient-t4{
    position:absolute;
    z-index: 0;
}

.gradient-p1,
.gradient-b1,
.gradient-t1{
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;

}
.gradient-p2,
.gradient-b2,
.gradient-t2{
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}
.gradient-p3,
.gradient-b3,
.gradient-t3{
    left: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
}
.gradient-p4,
.gradient-b4,
.gradient-t4{
    right: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
}

.gradient-p1{
    background: rgb(207,29,111);
    background: linear-gradient(180deg, rgba(207,29,111,1) 0%, rgba(207,29,111,0) 100%);
}
.gradient-p2{
    background: rgb(207,29,111);
    background: linear-gradient(180deg, rgba(207,29,111,0) 0%, rgba(207,29,111,1) 100%);
}
.gradient-p3{
    background: rgb(207,29,111);
    background: linear-gradient(90deg, rgba(207,29,111,1) 0%, rgba(207,29,111,0) 100%);
}
.gradient-p4{   
    background: rgb(207,29,111);
    background: linear-gradient(90deg, rgba(207,29,111,0) 0%, rgba(207,29,111,1) 100%);
}

.gradient-t1{
    background: rgb(0,220,209);
    background: linear-gradient(180deg, rgba(0,220,209,1) 0%, rgba(0,220,209,0) 100%);
}
.gradient-t2{
    background: rgb(0,220,209);
    background: linear-gradient(180deg, rgba(0,220,209,0) 0%, rgba(0,220,209,1) 100%);
}
.gradient-t3{
    background: rgb(0,220,209);
    background: linear-gradient(90deg, rgba(0,220,209,1) 0%, rgba(0,220,209,0) 100%);
}
.gradient-t4{   
    background: rgb(0,220,209);
    background: linear-gradient(90deg, rgba(0,220,209,0) 0%, rgba(0,220,209,1) 100%);
}

.gradient-b1{
    background: rgb(41,76,255);
    background: linear-gradient(180deg, rgba(41,76,255,1) 0%, rgba(41,76,255,0) 100%);
}
.gradient-b2{
    background: rgb(41,76,255);
    background: linear-gradient(180deg, rgba(41,76,255,0) 0%, rgba(41,76,255,1) 100%);
}
.gradient-b3{
    background: rgb(41,76,255);
    background: linear-gradient(90deg, rgba(41,76,255,1) 0%, rgba(41,76,255,0) 100%);
}
.gradient-b4{   
    background: rgb(41,76,255);
    background: linear-gradient(90deg, rgba(41,76,255,0) 0%, rgba(41,76,255,1) 100%);
}

.gradient-a, .gradient-b{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.gradient-a{
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 88%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 88%);
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 88%);    
}
.gradient-b{
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 30%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 30%);
    background: linear-gradient(to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 30%);
}
.gradient-c{
    position:absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    z-index: 0;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}




.hero-slick-bg,
.hero-slick-bg .slick-list,
.hero-slick-bg .slick-track{
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-slick-image .slick-track{
    display: flex;
    align-items: center !important;
}
.hero-slide{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pink-header{
    background-color:#cf1d6f;
}
.teal-header{
    background-color:#00DCD0;
}
.blue-header{
    background-color:#294CFF;
}



.hero-slide-1{
    background-color:#ff0092;
}
.hero-slide-2{
    background-color:#1e57f7;
}
.hero-slide-3{
    background-color:#1cbbb0;
}


.video-loop{
    overflow: hidden;
    max-width:100%;
    max-height: 100%;
}

p{
	line-height: 1.5em;
	margin-bottom: 12px;	
    font-family: "Rubik", sans-serif;
	}
.date{
    color: #00ffff;
    font-weight:300;
    font-size:22px;
    margin-bottom: 20px;
}

a,
.button,
.bigSearchSubmit {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a.block,
.button.block,
.bigSearchSubmit.block {
  display: block;
}

.button {
    background-color:#ff0092;
    color:#FFFFFF;
    font-weight:700;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:13px;
    padding-bottom:13px; 
    display: inline-block;
    margin-top: 20px;
  position: relative;
  text-align: left;
 cursor: pointer;
    text-decoration: none;
}
.button.block {
  width: 100%;
}
.button.wide {
  min-width: 250px;
}

.button .text {
  background: #ff8e00;
    border-radius: 30px;
  color: #FFFFFF;
  display: block;
    font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  line-height: 46px;
  padding: 0 30px;
font-weight:700;
  position: relative;
  transition: background 0.3s;
  z-index: 1;
}


.button .text:hover {
  background-color: #ffb300;
    
}





.img-fluid {
    max-width: 100%;
    height: auto;
}

.logo{
    max-width:130px;
    padding-bottom:20px;
    padding-top: 50px;
}
.logo-ondemand{
    max-width:130px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.header{
    position: relative;
}
.header img{
    position: relative;
}
.header h2{
    color: #FFFFFF;
}
.header h1{
    color: #FFFFFF;
    line-height: 1.075em;
    font-size: clamp(1.725em,3vw,2.75em);
    
}
.header h3{
    font-size: clamp(1.125em,1.5vw,1.5em);
    margin-bottom: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.hero-bg{
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
}
.hero-content-row{
    padding-top: 6vh;
    padding-bottom: 8vh;
}
.ondemand-content-row{
    min-height: 45vh;
}

blockquote{
    font-size: clamp(1.125em, 1.5vw, 1.425em);
    padding: 10px 30px;
    margin-top:30px;
    line-height: 1.25em;
    font-weight:300;
    position: relative;
}
blockquote:after{
    position:absolute;
    background: var(--Gradients-Text-Gradient, linear-gradient(26deg,#1e57f7 0%, #9d26be 86.76%));
    content: '';
    width:3px;
    height: 100%;
    left: 0;
    top: 0;

}
.hero-content{
 /*   padding-top:100px;
    padding-bottom: 80px; */
    position: relative;
    z-index: 2;
}

.shard-a{
    position: absolute;
    mix-blend-mode: lighten;
    opacity: .9;
    right: -10%;
    width:55vw;
    bottom: 0px;
    height: 50vw;
    z-index: 2;
}
.shard-b{
    position: absolute;
    mix-blend-mode: lighten;
    opacity: .9;
    left: 35%;
    bottom:25%;
    width: 500px;
    height: 200px;
    z-index: 2;
}
.shard-c{
    position: absolute;
    mix-blend-mode: lighten;
    opacity: .9;
    left: 50%;
    top:-200px;
    width: 500px;
    height: 500px;
    z-index: 2;
}
.shard-d{
    position: absolute;
    mix-blend-mode: lighten;
    opacity: .9;
    right: -100px;
    bottom:10%;
    width: 500px;
    height: 500px;
    z-index: 2;
}
.cta-graphic{
    width: 200px;
    margin-top: -40px;
    padding-bottom:     0px;
    position: relative;
    z-index: 5;
    max-width: 100%;
}


.container{
    z-index: 1;
    position: relative;
}

.intro-block{
    color:#FFFFFF;
    padding-bottom:20px;
}

.content-section{
    padding-top:100px;
    padding-bottom:100px;
}

.wistia_embed > div{
    border-radius:0px !important;
    
}

ul li::marker, ol li::marker {
    color: #00ffff !important;
    font-weight: 700;
}

.fa-li{
    color:#8eff00;
    margin-top: 7px;
}
.cta-box h3{
    font-size:20px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-weight: 600;
}
.cta-box{
    background-color: #0e111e;
    padding: 20px 25px 0px 25px;
    position: relative;
    border:solid 2px #1e57f7;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
.cta-box:after {
    border-top:solid 4px #ff0092;
    background-color: #ff0092;
    content: '';
  height: 4px;
  position: absolute;
  left: -2px;
  top:-2px;
  width: calc(100% + 4px);
}

.calc-image{
    max-width:210px;
}

.cta-box h2{
    margin-bottom:0px;
    margin-top: 20px;
}

.cta-box .button{ margin-bottom:-2px;}

.cta-box2:after{
    background-color: #2bf9eb !important;
    border-top:solid 4px #2bf9eb;   
}

.slick-dots li {
    width:13px !important;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FFFFFF !important;
}
.slick-dots li button:before {
    color:#FFFFFF !important;
    font-size:10px !important;
}

.cta-content{
    padding-top:30px;
    padding-bottom:30px; 
}

.cta-content h3{
    margin-bottom: 0px;
    text-align: right;
}

.minor-cta{
    margin-top: 80px;
    padding: 30px;
    padding-right: 60px;
    position: relative;
    display: block;
    color:#FFFFFF;
    background: -webkit-linear-gradient(225deg, #1e57f7 0%, #ff0092 100%);
    background: -o-linear-gradient(225deg, #1e57f7 0%, #ff0092 100%);
    background: linear-gradient(225deg, #1e57f7 0%, #ff0092 100%);
    text-decoration: none;
}
.minor-cta:after{
    content: '>';
    position: absolute;
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    right: 0px;
    top:50%;
    margin-top: -25px;
    font-size: 30px;
    font-weight: 700;
    
}
.minor-cta:hover{
    color: #FFFFFF;
    background: -webkit-linear-gradient(225deg, #ff0092 0%, #1e57f7 100%);
    background: -o-linear-gradient(225deg, #ff0092 0%, #1e57f7 100%);
    background: linear-gradient(225deg, #ff0092 0%, #1e57f7 100%);
    text-decoration: underline;
}
.minor-cta p{
    font-size: 12px;    
    margin: 0px;
}
.minor-cta h3{
    font-size: 25px;    
}

a{
    color:#8eff00;
}

.form-container{
    padding:20px 30px;
}
.form-container label{
    color:#FFFFFF !important;
}

.form-section {
    width: 100%;
    padding:50px;
    border: solid 3px #ff0092;
    background: #FFFFFF;
}
.form-section h3 {
        margin-bottom: 5px;
    
}


.hs-error-msgs{
 margin-top:5px !important;   
}
.hs-error-msg{
    font-size:13px;
    color: #FF0000;
    font-weight:400;
}

.form-section .hbspt-form fieldset .hs-form-field .hs-input {
    background: #FFFFFF;
    border: 1px solid #F0F2F5;
    border-radius: 2px;
    color: #000;
    padding: 15px 16px;
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
}

.form-section .hbspt-form .hs-submit .actions .hs-button {
    background: #EB00C0;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 13px 24px;
    line-height: 22px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    min-width: 175px;
    width: 100%;
    margin-top: 20px;
}

.form-section .hbspt-form .form-columns-1 .legal-consent-container .hs-input[type="checkbox"] {
    display: block !important;
    margin-top: 4px;
    width: auto !important;
}

.inputs-list{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 100%;
    list-style: none;
    background: transparent;
    font-family: 'Montserrat', arial, sans-serif;
}

.inputs-list li:before{
    content:none;
}


.feature-section{
    background-color:#262834;
    z-index: 2;
    position: relative;
}

.feature-section-img {
    margin-top:-40px;
}
.feature-section h2{
     color:#FFFFFF;
    font-size: 2.1275em;
    margin-bottom:10px;
}
.feature-section h3{
     color:#FFFFFF;   
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 30px;
}
.feature-section p{
     color:#FFFFFF;
     font-size: 20px;
}

.ca-section-content h3 span{ font-weight:300;}        


.cta-section{
    background-color: #05089f;
    padding-top:40px;
    padding-bottom:40px;
}
.ca-section-slider{
    margin-top: 50px;
        padding-top:40px;
    padding-bottom:40px;
}

.form-section .hbspt-form .form-columns-1 .inputs-list span p {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    letter-spacing: normal;
}
.documentLink{
    background-position:left;
    background-size:50%;
    background-repeat: no-repeat;
}
.footer-content{
    font-size:12px;
    border-top: solid 1px #504f56;
}
.footer-logo{
    padding-bottom: 30px;
    padding-top:20px;
    max-width: 80px;
}


.video-wrapper-outer{
    position: absolute;
    height: 100%;
}
.video-wrapper{
    height: 100% !important;
}
.video-wrapper video{
    float: right;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 1200px) {
  
.video-wrapper{
    height:auto !important;
}
    .header{
     padding-bottom:20px;    
    }
    .why-nile{
        margin-bottom:20px;
    }    
    .minor-cta h3{
        font-size: 20px;    
    }
    .hero-content-row{
        padding-top: 4vh;
        padding-bottom: 4vh;
    }
    
}

@media only screen and (max-width: 800px) {
 
.video-wrapper{
    height:auto !important;
}

    
.cta-box h3{
    font-size:16px;
}
    
.why-nile-border:after{
    width: 350px;
    right: -150px;
}

 .content-section{
    padding-top:60px;
    padding-bottom:30px;
}
.why-nile-bg:after{
    width: 350px;
    right: -150px;
}
    .why-nile{
            margin-bottom:20px;
    }    
    .minor-cta{
        margin-bottom: 0px;
    }
    .cta-box h2{
        font-size:22px;
    }
    .cta-box{
        padding: 20px 25px 0px 25px;
    }    
    .research-cover,
    .cta-calculator{
        margin-left: auto;
        display: block;
        max-width:150px;
    }
    .research-cover{
        margin-bottom:-40px;
    }
    .logo{
        max-width:100px;
    }
    .guide{
        position: relative;
        margin-bottom: 10px;
    }


    .hero-content-row{
       min-height: 0vh;
        padding-top: 2vh;
        padding-bottom: 3vh;
    }
    .why-nile-icon{
        width:50px;
        height: auto;
    }
    .hero-content{
        padding-top:30px;
        padding-bottom: 10px;
    }
    .hero-content h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .feature-section-content{
    padding-top: 30px;    
        padding-bottom: 30px;
    }
    
    .feature-section h2{
        font-size: 25px;
    }
    .feature-section h3{
        font-size: 16px;
    }
    
    .hero-bg{
        position: relative;
        width: 100%;
        height: 240px;
    }
    
    .hero-bg img{
        display: none;
    }


    .breakout-section {
        margin-top: 0px;
    }
    .date{
        font-size:18px;
    }
    .main-content {
        margin-top: 0px;
    }
    .main-content p {
    font-weight: 400;
    font-size: 16px;
    }
}

	
.btn-white,.btn-pink{
    text-decoration: none;
}

.btn-white{
    display: inline-block;
    padding: 15px 20px;
    border-width: 1px;
    border-style: solid;
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
    text-decoration: none;
}
.btn-white:hover {
    background-color: transparent;
    color: #ffffff;
}

@media (min-width: 1680px){
.btn-pink, .btn-transparent, .btn-white, .btn-grey, .btn-nion {
    font-size: 20px;
}
}

.btn-pink {
  display: inline-block;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

  color: #ffffff;
  background-color: #ff0092;
  border-color: #ff0092;
}

.btn-pink:hover {
  background-color: transparent;
  color: #ff0092;
}

.text-gradient{
    background: var(--Gradients-Text-Gradient, linear-gradient(26deg, #2bf9eb -2.35%, #1e57f7 45.92%, #ff0092 86.76%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    line-height: 0.90;
    padding-bottom: 4px;
}







	