/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color:transparent !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: focus-ring-color auto 0px !important;
    tap-highlight-color:transparent !important; 
    box-sizing: border-box;
}

a {
  color:#FFFFFF;
  text-decoration:none;
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    font-family:'Archivo Black', sans-serif;
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    width:100%;
    background: #c6dff4;
    /*background: linear-gradient(#304268, #c6dff4);*/
}
h1{
    margin-top:3em;
    margin-bottom:0;
    color:#ff0057;
    font-family:'Archivo Black', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    text-align:center;
  }

/* Portrait layout (default) */
.redLogo{
  position: fixed;
  z-index: 9;
  height: 100px;
  top: 0px;
}
.app {
    background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:50%;
    top:50%;
    height:50px;                   /* text area height */
    width:225px;                   /* text area width */
    text-align:center;
    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
                                   /* offset horizontal: half of text area width */
}

.bm-item-list a, .bm-item-list a:focus, .bm-item-list a:hover{
  outline-color: #000730;
}

.bm-burger-button button{
  outline-color: #ffffffeb;
}
.bm-cross-button span{
  right: 36px !important;
}

.bm-cross{
  background-color: #ffffff  !important;
  width: 5px !important;
  height: 35px  !important;
}

.bm-cross-button button{
  color: #ffffff;
  outline-color: #000730;
  top: 11px !important;
  left:auto !important;
  right: 62px !important;
}

.bar {
  position: absolute;
  background: #b31414;
  z-index: 100;
}

.bar.left, .bar.right {
  top: 0px;
  height: 100%;
  width: 8px;
  z-index: 90;
}

.bar.top {
  left: 0px;
  top: 0px;
}

.bar.bottom {
  left: 0px;
  bottom: 0px;
}

.bar.left {
  left: 0px;
}

.bar.right {
  right: 0px;
}

.bar.bottom, .bar.top {
  width: 100vw;
  height: 8px;
}

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

.slideActive{
  display: flex !important;
  opacity: 1 !important;
  animation-name: fadein;
  animation-duration: .25s;
  animation-timing-function: ease-in-out;
}

.slideConatiner{
  flex:1;
  flex-direction: column;
  height: 100vh;
  position: relative;
  width:100%;
}

.slide{
  display: flex;
  flex:1;
  top:0;
  right:0;
  left:0;
  bottom: 0; 
  width: 100%;
  height: 100%;
}

.hero{
  display: flex;
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  right: 0;
  bottom:0;
}

.hero picture img{
  width:100%;
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  margin: auto;
  background-size: 110%;
}

.sectionContainer{
  background-color: #ffffffeb;
  justify-content: center;
  flex: 1;
  position: relative;
  width: 100%;
  max-width: 100vw;
  display: none;
  flex-wrap: wrap;
}

.actionLink{
  cursor: pointer;
  padding:10px;
  border: solid #b31414 3px;
  text-align: center;
  color: #b31414;
  font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1600 - 300)));
}

.actionLink:hover, .actionLink:focus{
  background: #000730;
  border: solid #b31414 3px;
  color: #ffffffeb;
}

.cardTxt{
  opacity:0;
  padding:18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.cardTxt h1, .bmLinkItem, .sectionContainer h1{
  color: #b31414;
  font-size: calc(20px + (70 - 20) * ((100vw - 300px) / (1600 - 300)));
  text-transform: uppercase;
  text-align: left;
}

.sectionContainer h1{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.emaojiHeart{
  color: #b31414;
}

.flexList{
display: flex;
flex: 1;
flex-direction: column;
}

.heroM, .heroWorkM{
    float: left;
    display: block;
}

.heroM picture img, .heroWorkM picture img{
  margin: 0px;
  float: left;
  display: block;
  position: relative;
}
.slide0{
  display: none;
  flex:1;
}

.slideController{
  display: flex;
  flex: 1;
}


.H4{
  margin-top: 10px;
  line-height: 1;
  margin-left: 30%;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Overpass Mono',monospace;
  color: #111010;
  letter-spacing: .25em;
}

.H4m{
  margin-top: 10px;
  line-height: 1;
  margin-left: 2%;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Overpass Mono',monospace;
  color: #111010;
}

.mTop20{
  margin-top: 20px;
}
.flexList65{
  flex:0.65 !important;
}

.flexList75{
  flex:0.75 !important;
}
.flexList25{
  flex:0.25 !important;
}
.flexList35{
  flex:0.35 !important;
}
.flexListRow.hdr{
  padding: 10px !important;
  color: #000730;
  font-size: 22px;
  font-family: 'Overpass Mono',monospace;
  font-weight: 400;
  border-bottom: #000730 solid 2px;
}
.flexListRow{

  display: flex;
  padding:10px !important;
  flex-direction: row;
  border-bottom:  #000730 solid 1px;
}

.flexListLeft{
  font-size: 16px;
  color: #939598;
  padding:0px !important;
  flex: 0.3 !important;
}

.flexListRight{
  font-size: 18px;
  padding:0px !important;
  color: #b31414;
  flex: 0.7 !important;
}

.flexListRightm{
  font-size: 18px;
  padding:0px !important;
  color: #b31414;
  flex: 1 !important;
}

.MonoText{
    font-family: 'Overpass Mono',monospace;
    font-size: 16px;
    line-height: 2;
}

.columnF, .columnFull{
  flex-direction: column;
  justify-content: flex-start;
}

.rowF, .rowFull{
  flex-direction: row;
  justify-content: flex-start;
}

.rowF div, .columnF div{
  padding:30px;
  display: flex;
  flex: 0.5;
}

.rowFull div, .columnFull div{
  padding:30px;
  display: flex;
}

.bmLinkItem, .bmLinkItemPersonal{
  display: flex !important;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}


.bmLinkRow{
  padding-top:40px;
  display: flex !important;
  flex-direction: row;
}

.bmLinkRow a{
  flex: 0.333;
  align-items: center;
  justify-content: center;
}

.cardTxt p{
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.cardTxtLogo{
  display: flex;
  flex: 1;
  max-height: 25vw;
}

.cardTxtLogoContainer{
  display: flex;
  flex: 0.5;
  padding: 20px;
}

.cardInfoM, .cardHeroM, .cardInfoWorkM, .cardHeroWorkM{
  z-index: 2;
  display: flex;
  height:50%;
  background-color: #ffffffeb;
  right: 0;
  top: 10000px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.hero .cardHeroM{
  top: -10000px;
  background-image: url('/images/red/brendon.jpg');
  background-size: cover;
}

.hero .cardHeroWorkM{
  top: -10000px;
}

.workGrd{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  width: 100%;
}

.wkItem{
  display: flex;
  flex: 0.166;
  height: 16.6%;
  max-height: 16.6vh;
  justify-content: center;
}

.wkItem img{
  display: flex;
  width: 80%;
  max-height: 20vh;
  padding:20px;
}

.columnFull div.wkItemRowDes, .rowFull div.wkItemRowDes{
  padding:10px !important;
}

.columnFull div.wkItemDes, .rowFull div.wkItemDes{
  padding: 0px !important;
}

/*
.wkItemDes{
  padding: 0 !important;
  border-bottom: #000730 solid 1px;
}

.wkItemRowDes{
  flex: 1;
  width: 100%;
  padding: 0!important;}
}
*/

.cardInfo, .cardHero, .cardInfoWork, .cardHeroWork{
  z-index: 2;
  width:50%;
  display: flex;
  background-color: #ffffffeb;
  right: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 10000px;
  justify-content: center;
  align-items: center;
}

.hero .cardHero{
  left: -10000px;
  background-image: url('/images/red/brendon.jpg');
  background-size: cover;
}

.hero .cardHeroWork{
  left: -10000px;
}

/*

.slide1 {
  background-size: cover;
}

@media only screen and (max-width: 1924px) {
  .slide1 {
    background-image: url('/images/red/home1xl.jpg');
  }
}


@media only screen and (max-width: 1403px) {
  .slide1 {
    background-image: url('/images/red/home1l.jpg');
  }
}


@media only screen and (max-width: 1001px) {
  .slide1 {
    background-image: url('/images/red/home1m.jpg');
  }
}


@media only screen and (max-width: 502px) {
  .slide1 {
    background-image: url('/images/red/home1s.jpg');
  }
}
*/


.parallelogramSmall, .parallelogram2Small {
  position: absolute;
  left:-60px;
  z-index: -1;
	width: 200%;
	height: 50%;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	background:rgba(40, 127, 214, 0.72);
}
.parallelogram2Small {
  left: auto;
  right:-60px;
  background:rgba(31, 60, 89, 0.72);
}
#deactivate{
  cursor: pointer;
  outline: none;
  background-color: #032850;
  color: #fff;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal-body{
  display: flex;
  flex: 1;
  border-radius: 10px;
  background-color: #FFFFFF;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
#react-aria-modal-dialog{
  margin-top: 150px;
  border-radius: 5px;
}
.network{
  cursor: pointer;
  display: flex; 
}
#share{
  width:400px;
}
.modal__container{
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex:1;
  align-content: center;
  justify-content: center;
}
.modal__container div{
  display: flex
}
.parallelogram, .parallelogram2 {
  position: absolute;
  left:-60px;
  z-index: -1;
	width: 70%;
	height: 300px;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	background:rgba(40, 127, 214, 0.72);
}

.introText {
  font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (2 - 1.4) * ((100vw - 300px)/(1600 - 300)));
  color: #1e4877;
  margin-top:20px;
  background-color: #011a4270;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-stroke: calc(0.5px + (2 - 0.5) * ((100vw - 300px) / (1600 - 300))) #fff;
  text-stroke: calc(0.25px + (0.5 - 0.25) * ((100vw - 300px) / (1600 - 300))) #fff;
}

.react-rotating-text-cursor {
  animation: blinking-cursor 0.8s cubic-bezier(0.68, 0.01, 0.01, 0.99) 0s infinite;
}

@keyframes blinking-cursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.parallelogram2 {
  left: auto;
  right:-60px;
  width: 104%;
  background:rgba(31, 60, 89, 0.72);
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position:left center;
        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
                                      /* offset horizontal: half of image width and text area width */
    }
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}
/*
a-scene{
    background-color: #35f700 !important;
}
*/

#ControlPad{
    position:absolute;
    left:20px;
    bottom:20px;
    z-index:10;
    display:flex;
    flex:1;
    flex-direction:'row'
}

#ControlPadW{
   width:64px;
   height:64px;
}

#ControlPadW img{
    width:64px;
   height:64px;
}
.logoSvg{
  display:flex;
  flex:1;
  justify-content:center;
  align-items:center;
  margin-right:auto;
  margin-left:auto;
  z-index:1;
  position:absolute;
  flex: 0;
  display: flex;
  justify-content: center;
  opacity:0.5;
  right: 0;
  top:0;
  left: 0;
  bottom: 0;
  transform: scale(0)
}
.logoSvg img{
  width: 40vh;
}
#ControlPadA img{
    width:64px;
   height:64px;
   -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.zIndexOverride{
  z-index: 99999;
  pointer-events: painted !important;
}

.postCard a{
  color:#4e6284 !important;
}

#ControlPadD img{
    width:64px;
   height:64px;
   -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.blogSection>div>div .loader{
  left: 38%;
  position: absolute;
}
.blogSection, .blogSection>div, .blogSection>div>div, .blogSection .jss1{
  float: left;
  display: block;
}

.blogSection{
  padding:10px;
  display: none;
}

.blogSection .jss349, .blogSection .jss1{
  margin-top: 10px;
}

.loader {
    color: #f20477;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  [role="document"] {
    opacity: 0.9 !important;
  }
  

.menuLogoList svg #mainLogo {
  transform-origin: 50% 50%;
  -webkit-animation: menuLogoRotation 1500ms linear;
}

.listItem{
  text-align: right !important;
  justify-content: flex-end !important;
}

@-webkit-keyframes menuLogoRotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(720deg);
  }
}
.toolBar, .toolBar button, .toolBar div{
  display: flex !important;
  justify-content: flex-end !important; 
  padding-right: auto !important;
  padding-left: auto !important; 
  margin:0px !important;
}

.toolBar button span{
  align-items: center !important;
  justify-content: center !important;
  margin:0px !important;
}

header{
  box-shadow: none !important;
  background-color: transparent !important;
}

.toolBar{
  background: #304268;
}

.cube{
  cursor: pointer;
}
.cubeContainer img{
    display: block;
    float: left;
    width: 100%;
}
.container > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text, .text2, .text3 {
  pointer-events: none;
  justify-content: start !important;
  font-family: 'Kanit', sans-serif;
  line-height: 0px;
  text-transform: uppercase;
  align-items: flex-start !important;
}

.text2, .text3 {
  line-height: normal;
  text-align: right;
  align-items: flex-end !important;
}

.text3 {
  pointer-events:painted;
  z-index: 10
}

.number {
  z-index:9;
  font-size: 450px;
  color: #373c4c;
}

.number span {
  display: inline-block;
  position: relative;
  transform: translate3d(-35%, 0, 0);
}

.header {
  font-size: 20px;
  color: white;
}

.headerSmall {
  font-size: 12px;
  color: white;
  line-height: 11px !important;
}

.stripe {
  height: 2px;
  width: auto;
}

.slopeBegin {
  background-color: #20232f;
  clip-path: polygon(20vw 0, 70% 0, calc(70% - 20vw) 100%, 0 100%);
}

.slopeEnd {
  clip-path: polygon(70% 0, 100% 0, calc(100% - 20vw) 100%, calc(70% - 20vw) 100%);
}

.slopeBegin,
.slopeEnd {
  position: absolute;
  width: 140%;
  height: 100%;
  cursor: pointer;
}

.color1 {
  background: linear-gradient(to right, #c6dff4 0%, #00bfff91 100%);
}

.color2 {
  background: linear-gradient(to right, DeepSkyBlue 0%,#0d76896c  100%);
}

.color3 {
  background: linear-gradient(to right, #0d7789 0%,  #00bfff91 100%);
}

.alice-carousel__stage-item{
  display: inline-flex !important;
}
