.xaas-keep-at-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: black;
}

.xaas-logo {
    padding: 6px 2px;
    width: 222px;
    height: 222px;
}


.map-container-section {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }
  .map-container-section iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }

.xaas-gradient {
    background-color: #3b5998;
    border-color: #324b80;
    /*
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4c70ba), to(#3b5998));
    background-image: -webkit-linear-gradient(top, #4c70ba, 0%, #3b5998, 100%);
    background-image: -moz-linear-gradient(top, #4c70ba 0%, #3b5998 100%);
    background-image: linear-gradient(to bottom, #555555 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c70ba', endColorstr='#ff3b5998', GradientType=0);
    */

    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    

}

.xaas-card-gradient {
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
}

.xaas-sidebar-bg {
    background-image: "https://demos.creative-tim.com/light-bootstrap-dashboard/assets/img/sidebar-5.jpg"
}

.xaas-maxw {
    max-width: 900px !important;
}

#xaas-svg-welcome {
   width: 66%;
   padding-top: 1.5rem;
   padding-left: 10px;
   padding-right: 30%;
   margin-bottom: 3rem;

}

#xaas-pcb-promo {
    color: transparent;
    animation: text-delay .5s ease forwards 3.5s;
}


@keyframes text-delay {
    from {
        color: transparent;
    }
    to {
        color: white;
    }

}


#xaas-svg-logo {
   width: 100%;
   animation: fill 0.5s ease-in-out forwards 2.5s;
   margin-bottom: 3rem;
}


#xaas-svg-logo path:nth-child(1) {
    stroke-dasharray: 216;
    stroke-dashoffset: 216;
    animation: line-anim 2s ease forwards  0.4s;
}

#xaas-svg-logo path:nth-child(2) {
    stroke-dasharray: 270;
    stroke-dashoffset: 270;
    animation: line-anim 2s ease forwards 0.4s;
}

#xaas-svg-logo path:nth-child(3) {
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    animation: line-anim 2s ease forwards 0.4s;
}

#xaas-svg-logo path:nth-child(4) {
    stroke-dasharray: 216;
    stroke-dashoffset: 216;
    animation: line-anim 2s ease forwards 0.4s;
}

#xaas-svg-logo path:nth-child(5) {
    stroke-dasharray: 208;
    stroke-dashoffset: 208;
    animation: line-anim 2s ease forwards 0.8s;
}

#xaas-svg-logo path:nth-child(6) {
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    animation: line-anim 2s ease forwards 0.8s;
}

#xaas-svg-logo path:nth-child(7) {
    stroke-dasharray: 271;
    stroke-dashoffset: 271;
    animation: line-anim 2s ease forwards 0.8s;
}

#xaas-svg-logo path:nth-child(8) {
    stroke-dasharray: 208;
    stroke-dashoffset: 208;
    animation: line-anim 2s ease forwards 0.8s;
}

#xaas-svg-logo path:nth-child(9) {
    stroke-dasharray: 232;
    stroke-dashoffset: 232;
    animation: line-anim 2s ease forwards 0.8s;
}

#xaas-svg-logo path:nth-child(10) {
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    animation: line-anim 2s ease forwards 0.8s;
}

#xaas-svg-logo path:nth-child(11) {
    stroke-dasharray: 158;
    stroke-dashoffset: 158;
    animation: line-anim 2s ease forwards 0.8s;
}

#xaas-svg-logo path:nth-child(12) {
    stroke-dasharray: 270;
    stroke-dashoffset: 270;
    animation: line-anim 2s ease forwards 0.8s;
}

#xaas-svg-logo path:nth-child(13) {
    stroke-dasharray: 195;
    stroke-dashoffset: 195;
    animation: line-anim 0.5s ease forwards 0s;
}

#xaas-svg-logo path:nth-child(14) {
    stroke-dasharray: 173;
    stroke-dashoffset: 173;
    animation: line-anim 0.7s ease forwards 0s;
}

#xaas-svg-logo path:nth-child(15) {
    stroke-dasharray: 259;
    stroke-dashoffset: 259;
    animation: line-anim 0.8s ease forwards 0s;
}



@keyframes line-anim {
    from {
        stroke: #f00;
    }

    to {
        stroke: #fff;
        stroke-dashoffset: 0;
    }
}


@keyframes fill {
    from {
        fill: transparent;
    }
    to {
        fill: white;
    }

}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
  }
  .tabs-left {
    border-right: 1px solid #ddd;
  }
  .tabs-right {
    border-left: 1px solid #ddd;
  }
  .tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
  }
  .tabs-left>li {
    margin-right: -1px;
  }
  .tabs-right>li {
    margin-left: -1px;
  }
  .tabs-left>li.active>a,
  .tabs-left>li.active>a:hover,
  .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  
  .tabs-right>li.active>a,
  .tabs-right>li.active>a:hover,
  .tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
  }
  .tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
  }
  .tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
  }


.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.xaas-play-font {

    font-family: 'Nasalization', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    
    text-shadow: -1px 0 pink, 0 1px pink, 1px 0 pink, 0 -1px pink;
    font-weight: 444;
    color: #d61d26;
    font-size: 2.0rem;
    text-transform: none;

}

.xaas-play-font-h3 {

    font-family: 'Nasalization', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;

    font-weight: 444;
    color: #d61d26;
    font-size: 2.0rem;
    text-transform: none;

    font-size: 2rem;
    
}

.xaas-play-font-h4 {

    font-family: 'Nasalization', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;

    font-weight: 444;
    color: #d61d26;
    font-size: 2.0rem;
    text-transform: none;

    font-size: 1.2rem;
    
}

.xaas-paragraph-text p {
   color: black;
   font-size: 1.5rem;
}

.xaas-about-pics img {
    width: 100%;
    padding: 0 3.125%;
    border-radius: .5rem;
}

.xaas-grid-prods {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax( 400px, 700px ) );
    grid-gap: 10px;

}

.xaas-clearfix li {
    list-style-type: none;
}


.xaas-left {
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.xaas-right  {
    border-right: 1px solid black;
}