@charset "UTF-8";
.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }

  h3.standard {
      color: #191B1B
  }

  h4.standard {
      font-weight: 500;
      opacity: .83
  }
  

  .bgimg-1 {
  width: 100%;
  height: 80vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  }

  .bgimg-2 {
    width: 100%;
    height: 100vh;
    overflow: visible;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    background: url('images/mockuptest.jpg');
    background-position: 490px 7550px
    }

  .gradientwhite{
    height:120vh;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
  bottom: 0;
  width: 100%
}

.team{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 80vh;
}

.team.true {
    height: auto
}

  .bgimg-1 img.first {
    width: 100%;
    animation: kenburns 120s ease;
    position: absolute;
    top: -10%;
    left: 5%;
  }

  .bgimg-1 img.second {
    width: 100%;
    animation: kenburns2 120s ease;
    position: absolute;
    top: -14%;
    left:-10%;

  }

  h1.jumbotext{
      font-size:5rem;
      font-weight: 700;
      line-height: 5.5rem
  }

  .jumbotextcontainer {
      width: 50%;
      margin-left: 50%;
      transform: translateX(-50%);
      margin-bottom: 10%
  }

  .bgimg-1overlay {
    background: rgb(186,29,29);
    background: linear-gradient(0deg, rgba(186,29,29,1) 4%, rgba(0,212,255,0) 100%);
    z-index: 1000
}

  .pjredbutton {
    background-color: #FE4A49;
    border-radius:50px;
    padding: 14px 34px;
    width:100px;
    color: white !important;
    transition: all .2s ease-in-out;
    font-weight: 900;
    min-width:15% !important
}

.pjredbutton:hover {
    background: rgb(209, 47, 47);
    color: white !important
}

.pjwhitebutton {
    background-color: #191b1b;
    border-radius:50px;
    padding: 14px 34px;
    width:100px;
    color: #fff !important;
    transition: all .2s ease-in-out;
    font-weight: 900;
    min-width:15% !important
}

.pjwhitebutton:hover {
    background: #000;
    color: white !important
}

.pjwhitebuttonhollow {
    background-color: transparent;
    border: 2px solid #191b1b;
    border-radius:50px;
    padding: 14px 34px;
    width:100px;
    color: #191b1b !important;
    transition: all .2s ease-in-out;
    font-weight: 900;
    min-width:15% !important
}

.pjwhitebuttonhollow:hover {
    background: #191b1b;
    color: #fff !important
}

.container {
    width: 750px !important
}

.container2 {
    width: 1300px !important
}

.halfscreen {
    width: 40%;
    height: 100%;
    position: fixed;
    background: url('images/david-vives-PUOfExKWpOU-unsplash.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    float:left;
    -webkit-box-shadow: 4px 1px 5px -4px rgba(0,0,0,0.27);
    -moz-box-shadow: 4px 1px 5px -4px rgba(0,0,0,0.27);
    box-shadow: 4px 1px 5px -4px rgba(0,0,0,0.27);
    z-index: 1000;
    overflow: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

   .marginfix {
       margin-top: 20% !important;
   }

   .marginfix .bottom {
        margin-bottom: 20% !important;
   }

.halfscreen.right{
    width: 60%;
    height: calc(100vh - 0px);
    overflow: auto;
    position: relative;  
    background: #f7f7f7;
      background-position: center;
      background-size: cover;
      display: block;
}

   .maingroup {
       position: relative;
       width: 100%;
       padding-left: 6%;
       padding-right: 6%
   }

   .fillerdiv {
       height: 20vh
   }


    .accordianmenu {
        display:flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .accordianmenu h1{
        color: #191b1b;
        font-weight: 900;
        font-size: 3rem;
        opacity: 1;
        transition: .45s ease;
        line-height: 4.5rem
    }

    .accordianmenu h5{
        color: #fff;
        font-weight: 500;
        font-size: 1.5rem;
        opacity: .65;
        transition: .45s ease;
        cursor: pointer;
    }

    .accordianmenu .activebutton{
        color: #fff !important;
        opacity: 1
    }

    .accordianmenu h1:hover{
        opacity: 1;
    }


    .vertically-center {
        display: flex;
        align-items: center
    }

    .horizontally-center {
        display: flex;
        justify-content: center
    }

 

    .teamholder{
        height: auto;
        width: 400px;
        border-radius: 50%;
        transform: translateX(25%);
    }

    .teamholder img {
        height: 400px
    }

    .teamholdercontent {
        position: absolute;
        border-radius: 50%;
        top: 14.7px;
        left: 14px;
    }

    .teamholdertext {
        background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0.48082983193277307) 43%, rgba(255,255,255,0) 62%);        border-radius: 50%;
        opacity: 0;
        position: relative;
        width: 372px;
        height: 372px;
        z-index: 100;
        transition: opacity .8s ease-in-out;
    }

    .teamholdercontent:hover .teamholdertext {
        visibility: visible;
        opacity: 1;
    }

    .teamholdertext:hover {
        transition: opacity .4s ease-in-out;
    }
    
    .teamholdertext h4 {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translateX(-50%);
    }

    .teamholdertext h5 {
        position: absolute;
        top: 82%;
        left: 50%;
        transform: translateX(-50%);
        color: #FE4A49
    }

    .teamholdersmall{
        height: auto;
        width: 250px;
        border-radius: 50%;
        transform: translateX(12.5%);
    }

    .teamholdercontentsmall {
        position: absolute;
        border-radius: 50%;
        top: 15px;
        left: 15px;
    }

    .teamholdertextsmall {
        background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0.48082983193277307) 43%, rgba(255,255,255,0) 62%);        border-radius: 50%;
        opacity: 0;
        position: relative;
        width: 221px;
        height: 221px;
        z-index: 100;
        transition: opacity .8s ease-in-out;
    }

    .teamholdercontentsmall:hover .teamholdertextsmall {
        visibility: visible;
        opacity: 1;
    }

    .teamholdertextsmall:hover {
        transition: opacity .4s ease-in-out;
    }
    
    .teamholdertextsmall h4 {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1rem;
        width: 100%
    }

    .teamholdertextsmall h5 {
        position: absolute;
        top: 79%;
        left: 50%;
        transform: translateX(-50%);
        color: #FE4A49;
        font-size: .9rem
    }



    .showitem {
        opacity: .2
    }

    .hideitem {
        display: none
    }

    @keyframes hideshow {
        0% { transform:translate(0,0) }
        50% { transform:translate(0,140px) }
        100% { transform:translate(0,-140px) }
      }

      @keyframes ball1 {
        0% { transform:translate(0,0) }
        50% { transform:translate(-140,-340px) }
        100% { transform:translate(0,-140px) }
      }

      @keyframes ball2 {
        0% { transform:translate(0,0) }
        50% { transform:translate(30px,40px) }
        100% { transform:translate(0,-140px) }
      }

      @keyframes spin {
        0% {  }
        100% { transform:rotate(180deg); transform-origin: center center; }
      }

      @keyframes line1 {
        0% { transform:translate(0,0) }
        50% { transform:translate(140px,0px) }
        100% { transform:translate(-140px,0px) }
      }

      @keyframes line2 {
        0% { transform:translate(0,0) }
        10% { transform:translate(100px,0px) }
        100% { transform:translate(-100px,0px) }
      }

      @keyframes line3 {
        0% { transform:translate(0,0) }
        10% { transform:translate(-40px,0px) }
        100% { transform:translate(40px,0px) }
      }

      @keyframes line4 {
        0% { transform:translate(0,0) }
        10% { transform:translate(100px,0px) }
        100% { transform:translate(-100px,0px) }
      }

      @keyframes line5 {
        0% { transform:translate(0,0) }
        10% { transform:translate(-100px,0px) }
        100% { transform:translate(100px,0px) }
      }

      @keyframes comm1 {
        0% {
            transform: translatex(0px) translatey(0px)
        }
        100% {
            transform: translatex(100px) translatey(100px);
        }
    }

    @keyframes comm2 {
        0% {
            transform: translatex(0px) translatey(0px)
        }
        100% {
            transform: translatex(-100px) translatey(-100px);
        }
    }

    @keyframes comm3 {
        0% {
            transform: translatex(0px) translatey(0px)
        }
        100% {
            transform: translatex(-200px) translatey(-200px);
        }
    }

    @keyframes comm4 {
        0% {
            transform: translatex(0px) translatey(0px)
        }
        100% {
            transform: translatex(100px) translatey(100px);
        }
    }

    @keyframes comm5 {
        0% {
            transform: translatex(0px) translatey(0px)
        }
        100% {
            transform: translatex(100px) translatey(100px);
        }
    }



  @keyframes kenburns {
    0% {
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    55% {
        transform: scale3d(5.5, 1.35, 13.5) translate3d(-1400px, 200px, 0px);
        transform: rotateZ(-8deg);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(2, 5, 2) translate3d(-170px, -100px, 0px);
        opacity: 0;
    }
}

@keyframes kenburns2 {
    0% {
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    60% {
        transform: scale3d(18.85, .5, .5) translate3d(390px, -820px, 0px);
        transform: rotateZ(28deg);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(-2, 20, 2) translate3d(-1270px, -100px, 0px);
        opacity: 0;
    }
}
 

.caption {
    position: absolute;
    left: 50%;
    width: 50%;
    text-align: center;
    color: #191B1B !important;
    top: 60%;
    transform: translatex(-50%) translateY(-50%);
    z-index: 100
  }

  .bgimg-2 .caption {
    position: absolute;
    left: 40%;
    width: 50%;
    text-align: center;
    color: #fff !important;
    top: 50%;
    transform: translatex(-50%) translateY(-50%);
    z-index: 100
  }

  .team .caption {
      position: relative;
      width: 100%;
      top: 0;
      left: 0;
      transform: none;
      margin-top:10%
  }

  .caption.textleft {
      text-align: left;
      left: 15%
  }

  .bgimg-2 p.bodytext {
      width:50%
  }

.container.comms {
    margin-top: 1%
}

.container.comms .row {
    margin-bottom: 130px
}

.container.comms .bottomspacing {
    padding-bottom:0px
}

.transitiondiv {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,247,249,1) 100%);
    height: 30vh
}

h1.giantcomms{
    font-size:8rem;
    text-align: center;
    margin-top: 10%;
    width: 100%;
    opacity: .15;
    text-transform: uppercase
}

h4.slideshowtext {
    font-size: 8rem;
    opacity: .1;
    transform: translateX(-100%);
}

h4.slideshowtext.moreleft {
    margin-left: -100px

}

.caption h1 {
    font-size:6rem;
    font-weight: 700
   
}

.caption h3{
    font-size: 1.2rem;

}

  
  
  .caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
  }

  .jackcard4 {
      margin-bottom: 50px
  }


.jackcard4 h3 {
    color:#101010;
    font-weight:700;
    line-height:2rem
}

.jackcard4 p {
    color: #444444;
    opacity: .65;
    margin-top: 2rem !important
}

.jackcard4 h5 {
    font-weight: 500 !important;
    margin-bottom: 0px;
    color: #747474 !important
}

div.callout{
    padding-left:45px;
    padding-right:15px
}

div.callout.right{
    padding-right:15px
}

div.callout.left {
    border-left: 1px solid #e9e9e9;
}

div.callout h5{
    margin-top:1.5rem;
    color: black;
    font-weight: 500;
    font-size: 1rem;
}

div.callout p{
    color: #a8a8a8;
    margin-top:12px
}

div.callout.padding{
    padding-top: 3%;
    padding-bottom: 3%
}

div.callout.padding-more{
    padding-top: 5%;
    padding-bottom: 5%
}

.desktopmargin {
    margin-bottom: 20px !important
}

@media all and (max-width: 1000px) {
    .bgimg-1 img.first,img.second{
       display: none
    }

       .maingroup {
           padding-left: 0;
           padding-right: 40px
       }

    .caption {
        width: 100%
    }

    .container {
        width: auto !important
    }

    .container2 {
        width: auto !important
    }

    .caption h1 {
        font-size:3rem;
        line-height: 2.5rem;
        font-weight: 800
    }
    
    .caption h3{
        font-size: 1rem;
        padding-top: 2rem
    }

    div.callout.padding{
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    div.callout.padding-more{
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    div.callout{
        padding-right:0px;
        padding-left:0px;
        padding-top: 30px;
        padding-bottom: 0px
    }
    
    div.callout.right{
        padding-right:15px
    }
    
    div.callout.left {
        border-left: 0px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
    }

    h1.jumbotext{
        font-size:2rem;
        font-weight: 700;
        line-height: 2.6rem
    }
  
    .jumbotextcontainer {
        width: 90%;
        margin-left: 5%;
        transform: translateX(0%);
        margin-top: 10%
    }

    .halfscreen {
        width: 100%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        float:left;
        overflow: hidden !important;
        min-height: 70vh !important
    }
    .accordianmenu {
        margin-left: 20px;
        margin-right: 20px
    }

    .svgtr {
        width: 90vw;
        margin-top: 5%
    }

 

    .halfscreen.right{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fff;
    }

    .accordianmenu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .accordianmenu h1{
        color: #191b1b;
        font-weight: 500;
        font-size: 2.5em !important;
        line-height: 1.25em !important;
        opacity: 1;
        transition: .45s ease;
        cursor: pointer;
    }

    .accordianmenu .activebutton{
        color: #fff !important;
        opacity: 1
    }

    .accordianmenu h1:hover{
        opacity: 1;
    }

    .desktopmargin {
        margin-bottom: 10px !important
    }

    h1.giantcomms{
        font-size: 3rem;
        text-align: center;
        margin-top: 10%;
        width: 100%;
        opacity: .15;
        text-transform: uppercase;
        padding-bottom: 5%;
        padding-top: 5%
    }
    
    h4.slideshowtext {
        font-size: 4rem;
        opacity: .1;
        transform: translateX(-0%);
    }
    
    h4.slideshowtext.moreleft {
        margin-left: -100px
    }

    .mobileleftright {
        padding-left: 20px;
        padding-right: 20px
    }

    .bgimg-2 .caption.data {
        position: absolute;
        left: 0%;
        width: 100%;
        text-align: center;
        color: #fff !important;
        top: 17%;
        transform: translatex(-0%) translateY(-0%);
        z-index: 100;
      }

      .bgimg-2 p.bodytext{
          width: 100%
      }

    .team {
        height: 75vh;
        opacity: 1 !important;
        z-index: 1000
    }

    .bgimg-2 {
        width: 100%;
        height: 190vh;
        overflow: visible;
        margin: 0 auto;
        z-index: 1;
        position: relative;
        background: url('images/mockuptestmobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        }
    
    #communications {
        padding-top: 20%
    }

    .waylessmobilepadding {
        margin-top: -70% !important;
        padding-bottom: 20%
    }

    .lessmobilepadding img {
        margin-top: -30%
    }

    .moremobilepadding img {
        margin-bottom: 10%
    }  

    .teamholder{
        height: auto;
        width: 100%;
        border-radius: 50%;
        transform: translateX(0%);
    }

    .teamholdercontent {
        position: absolute;
        border-radius: 50%;
        top: 14.7px;
        left: 14px;
        width: 50%
    }

    .teamholder img {
        height: auto;
        width: 100%
    }

    .teamholdersmall {
        width: 100%;
        height: auto;
        transform: translateX(0)
    }

    .teamholdersmall img {
        height: auto;
        width: 100%
    }

    .teamholdertext {
        background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0.48082983193277307) 43%, rgba(255,255,255,0) 62%);        border-radius: 50%;
        opacity: 0;
        position: relative;
        width: 100%;
        height: auto;
        z-index: 100;
        transition: opacity .8s ease-in-out;
    }

    .pjwhitebutton {
        width: 50vh !important;
        margin-left: 0%
        
    }

}

.modalupperpad {
    padding-top:5%
}

.modalclosebutton {
    margin-left: 15px;
    margin-bottom:10px
}

@media all and (max-width:700px) {
    .modalupperpad {
        padding-top:10%
    }
}

.animated-icon .follower-icon.desktop,
.animated-icon .root-icon.desktop {
    display: block;
}

@media only screen and (max-width: 1199px) {
.page-width {
    padding-right: 40px;
    padding-left: 40px;
}
.container-fluid .margin-bottom-md {
    margin-bottom: 15px;
}
.container-fluid .margin-bottom-md:last-child {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 991px) {
.container-fluid .margin-bottom-sm {
    margin-bottom: 15px;
}
.container-fluid .margin-bottom-sm:last-child {
    margin-bottom: 0;
}
}
@keyframes move-follower {
0% {
    top: 35px;
}
100% {
    top: 100%;
}
}
@keyframes move-follower-white-to-common {
0% {
    top: 35px;
    color: #fff;
}
20% {
    color: #fff;
}
100% {
    top: 100%;
    color: #FE4A49;
}
}
@keyframes move-follower-line-white {
0% {
    height: 0;
    background: rgba(255, 255, 255, 0);
}
100% {
    height: calc(100% - 35px);
    background: rgba(255, 255, 255, 0);
}
}
@keyframes move-follower-line-common {
0% {
    height: 0;
    background: rgba(34, 36, 45, 0);
}
100% {
    height: calc(100% - 35px);
    background: #22242d;
}
}
@keyframes change-follower-line-color-common {
0%,
20% {
    background: rgba(34, 36, 45, 0);
}
100% {
    background: #191b1b;
}
}

.halfscreen .overlay.ft {
    background: rgb(116, 116, 116);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(244, 244, 244, 0.5903536414565826) 100%);
    opacity: 1;
    height: 100%;
    position: fixed
}

