/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(Montserrat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

html *
{
   font-family: 'Montserrat', sans-serif;
    margin: 0px;
}

body {
  background-color: #fafafa;
}


.hashTag{
    font-size: 0.7em;
    color: #00c7fe;
    padding-top: 20px;  
}


/*Start OF Mobile only css*/

@media screen and (max-width: 1100px) {
        .slide-text{
            width: calc(100vw - 10%) !important;
            text-align: left;
            margin: auto;
        }
        .slideInternal {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .slideInternal {
            display: block !important;
            margin: auto !important;
        }
        .slide {
            height: unset !important;
            text-align: center !important;
        }
        #slideshow{
            height: unset !important;
            width: 94%;
            margin: 3%;
        }
        .imageMargins {
        height: unset !important;
        padding: 30px;
        }
        .platformboxImagesSlideshow{
        -webkit-animation: unset !important;
         height: unset !important;
        }
        .imageSlideshowLimit{
        max-height: unset !important;
       
        }
        .shadowboxContainer, .platformContainer{
            display:block !important;
        }
        .shadowBoxes, .photoBoxes,.normpageText, .imageBox {
            width:75% !important;
            
        }

    #mobileMenu{
        display: block !important;
    }
    .topbar2 img {
        padding-right:  unset !important;
        
    }
    .topnav a {
    width: 75%;
    }
    
    #linkNav{
        position:fixed;
        z-index:100;
        right:0;
        top:0;
        background: #FFFFFF;
        z-index: 99;
        
        display: flex;
        flex-direction: column;
        max-width: 200px;
        
        border: #00c7fe;
        border-width: thin;
        border-style: solid;
        
    }
    .topbar2{
        justify-content: space-between;
        padding-top: 1%;
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
    .topbar1{
        display:none !important;
    }
    .topnav img {
     margin: unset !important;
    }
    #linkInNav{
        display:none;
    }
}
@media not screen and (max-width: 1100px) { /*This puts things back for non mobile users*/
#linkInNav{
    display:block !important;
}  
#linkNav{
        width: 100%
    }
#mobileMenu{
        display: none;
}
}

/*END OF Mobile only css*/
/*Mobile menue*/
.addToCartContainer details{
	padding-top: 2%;
}

.addToCartContainer{
	padding: 2%;
	outline: solid 1px #a8b0c5;
	margin: auto;
}

.addToCartIMG{
  margin: auto;
  display: block;
}

.addToCartBlurb{
	text-align: center;
}

.addToCartButton{
	padding: 5%;
	margin: 5%;
	background-color: #01305c;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

.centerHeader{
    text-align: center;
    padding-bottom: 10px;
}
.topbar1{
    display: flex;
    height: 60px;
    overflow: hidden;
    background-color: #01305c;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.topbar1-light{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 15%;
    border-bottom-right-radius: 28px;
    background-color: #00c7fe;
    padding: 14px;
    border-top-right-radius: 28px;
    width: calc(100vw *.65);
}
.topbar1-light-spacer{
    padding-left: 10%;
    padding-right:10%;
}
.topbar1-dark{
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 14px; 
}
.topbar1 a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
}
.topbar2{
    display: flex;
    height: 77px;
    overflow: hidden;
    padding-right:15%;
    padding-left: 15%;
    padding-bottom:1%;

}
.topbar2 img{
    height: 77px;
    padding-right: 50px;
}
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  
}
/* Style the links inside the navigation bar */
.topnav a {

  float: left;
  font-weight: bold;
  color: #01305c ;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 1.5em;
  margin: 5px;
  height: 77px;
  
}
a {
  text-decoration: none;
}

#mobileMenu{
    padding: 0px;
}
.topnav a:hover {
 color: #00c7fe;
 background-color: #efefef;
}
.topnav a.active {
  color: #acacac;
}
/*normal pages css*/
.normlaPageContent{
  display: flex;   
  justify-content: flex-start;
  padding: 30px;

}

.eulaBlock{
    line-height: 1.6;
    display: block;
    font-size: 1.5em;
}
.normlaPageBody{
    margin: auto;
    max-width: 1300px;
    padding:20px;
}
.topPadding{
 padding-top: 20px;   
}
.normlaPageTitleBlock{


  padding-left: 30px;
  padding-right: 30px;
}

.normlaPageContent h2, .normlaPageContent .fakeH2{
    width: 20%;
    padding-right: 30px;
    
}
.shadowboxContainer, .platformContainer{
 display: flex;   
 justify-content: space-evenly;

}
.shadowboxContainer{
    margin: 3%;
}
.shadowBoxes h2, .shadowBoxes .fakeH2{
     font-size: 1.4em;
   color: #00c7fe;
   padding-bottom: 30px;
   font-weight: 700;
}
.shadowBoxes img{
   height:70px;
   width:70px;
   margin-bottom:30px;
}
.shadowBoxes:hover{
    background-color: #01305c;
    transition: background-color 150ms ease-out 50ms
}
.shadowBoxes, .photoBoxes{
    text-align: center;
    color: #a8b0c5;
    line-height: 30px;
    box-shadow: 10px 34px 47px -20px #ccc;
    background: #fefefe;
    padding: 45px 45px 35px;
    border: 2px solid #e9e9e852;
    width: 300px;
}

.titleBlockTopPad{
    margin-top: 60px;
}
.titleBlock{
    text-align: center;
    color: #01305c;
    margin-bottom: 30px;
    
}
.titleBlock h1, .fakeH1 {
    font-weight: 700;
    font-size: 3em !important;
    
}
.titleBlock hr{
    width:100px;
    border-top: 5px solid #00c7fe;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 10px;
}
.alignLeft{
    text-align: left;
}
.alignLeft hr{
    text-align: left;
    margin: unset;
    margin-bottom: 30px;
    margin-top: 10px;
}

.imageFill{
    width: 100%;
}
.icons{
    width: 100px;
}
.normPage{
    padding:1%;
    max-width:1300px;
    margin: auto;
    font-size: 1.1em;
    line-height: 1.7;
}
.normPage h2{
   font-size: 1.7em;
   color: #00c7fe;
   padding-top: 20px;
}
.normPage h3, .normPage h4{
   font-size: 1.7em;
   color: #01305c;
   padding-bottom: 15px;
   padding-top: 30px;
}


.platformbox h2{
   font-size: 1.2em;
   color: #01305c;

}
.platformbox h3{
   font-size: 1.2em;
   color: #01305c;
}
.textbox{
    padding:2px;
}

.docbox{
     display: flex;   
     flex-wrap: wrap;
}
.docbox a{
    text-decoration: none;
}
.docbox img{
    width: 100%;
}
.itemBox{
    width:25%;
    margin: 30px;
    padding: 20px;
    box-shadow: 10px 34px 47px -20px #01305c;
    background: white;
    text-align: center;
    width:320px;
      
}
.itemBox:hover {
    box-shadow: 10px 34px 47px -20px #ccc;
}

.ourDif{
    max-width: 1300px;
    text-align: left;
    margin: auto;
    line-height: 1.6;
    font-size: 1em;
}
.iconbox{
    padding-top:20px;
    padding-right:2%;
}
.imageBox{
    width:50%;
}
.normpageText{
    width:50%;
    font-size:1.1em
}
.normpageText p {
    padding-bottom: 1em;
}
.imageBox img{
    width:90%;
    margin: 30px;
    box-shadow: 10px 34px 47px -20px #ccc;
    background: white;
}
.platformInnerContainer{
 display: flex;   
 justify-content: space-evenly;
 margin-right: 0;
 margin-left: 0;
}
.footer a{
    padding: 20px;
}
.footer{
    display: flex;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 10px 34px 47px -20px #ccc;
    outline: solid 1px #a8b0c5;
    background: white;
}
.footerInner{
    padding: 10px;
    width: 50%;
}
.footerInnerRight{
    text-align: right;
}
.supportFrame{
    width: 342px; 
    height: 500px; 
    background-color: rgb(255, 255, 255); 
    position: fixed; 
    bottom: 16px; 
    max-height: calc(100vh - 32px); 
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.428571rem 0px; 
    overflow: hidden; 
    border: 0px; 
    z-index: 1099; 
    border-radius: 10px; 
    right: 16px; 
    display: block;
}
.supportCallToAction{
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    margin-top:40px;
    font-size: 2.5vw;
    color: #01305c;
}

/*Start of slider code*/


#slideshow {
  overflow: hidden;
  height: 510px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 80px 0px #dedede;
  background: white;
}


.slide-wrapper {
  width: calc(100vw * 4);
  -webkit-animation: slide 40s ease infinite;
}

.slide {
  float: left;
  height: 510px;
  width: calc(100vw);
  overflow: hidden;
 
  justify-content: space-between;
  text-align: left;
 
}
.slideInternal{
     padding: 50px;
      display: flex;
      max-width: 1500px;
      margin:auto;
}

.slide h3{
    font-size: 2.5em;
    color: #01305c;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
}

.slide h2{
   font-size: 1.5em;
   color: #00c7fe;
   
}

.slide p{
    font-size: 1.2em;
    color: #01305c;
    line-height: 2;
    max-width : 600px;
    margin: auto;
    margin: auto;
}
.slide img{
margin-left: auto;
max-width:calc(100vw - 100px);
}



.slide-number {
  color: #000;
  text-align: center;
  font-size: 10em;
}

@-webkit-keyframes slide {
  0% {margin-left: 0px;}
  14% {margin-left: 0px;}
  
  16% {margin-left: calc((100vw * 1 )*-1);}
  29% {margin-left: calc((100vw * 1 )*-1);}
  
  32% {margin-left: calc((100vw * 2 )*-1);}
  45% {margin-left: calc((100vw * 2 )*-1);}
  
  48% {margin-left: calc((100vw * 3 )*-1);}
  61% {margin-left: calc((100vw * 3 )*-1);}
  
  64% {margin-left: calc((100vw * 2 )*-1);}
  77% {margin-left: calc((100vw * 2 )*-1);}
  
  80% {margin-left: calc((100vw * 1 )*-1);}
  93% {margin-left: calc((100vw * 1 )*-1);}
  
  96% {margin-left: 0px;}

}
.platformContainer{
    overflow: hidden;
    margin-top: 30px;
}
.imageSlideshowLimit{
    max-height: 700px;
    overflow: hidden;

}

.imageMargins{
    width: 100%;
    height: 700px;
}
.platformbox{
    width: 100%;
    margin-left: 3%;
    min-height: 700px;  
}

.platformboxImagesSlideshow{

   -webkit-animation: platformbox 20s ease infinite;
   height: 700px;
}

/*slider for platform*/
@-webkit-keyframes platformbox {
  0% {margin-top: 0px;}
  
  24% {margin-top: 0px;}
  25% {margin-top: calc((700px * 1)*-1);}
  
  49% {margin-top: calc((700px * 1)*-1);}
  50% {margin-top: calc((700px * 2)*-1);}
  
  74% {margin-top: calc((700px * 2)*-1);}
  75% {margin-top: calc((700px * 1)*-1);}
  
  99% {margin-top: calc((700px * 1)*-1);}
  100% {margin-top: 0px;}


}
/*End of slider code*/