html {
  height: 100%;
  position: relative;
  }

html, body {
    overflow-x: hidden;
  height: 100%;
    margin: 0;
  }

.container {
    width: 100% !important;
  }

a {
    color: #039be5; 
  /*position: absolute;*/
    text-decoration: none; 
  }

h1, .full-width {
  position: relative; 
    margin: 0 -9999rem;
    padding: .25rem 9999rem;
    background: rgb(255,255,255); 
  background: rgba(255,255,255, 0.5);
    color: #000000;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  }

.topright {
    position: absolute;
     top: 25px;
    right: 18%;
  float:right;
  }

.mainPhoto {
  width: 100%;
  }

.header-image {
   /*background-image:url(../images/headerimage.jpg);*/
   height: 400px;
  background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
    margin-bottom: 55px;
  }

.header-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
  font-size:11px;
    background-color: #009ada !important;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
  }

.logo{
  margin-bottom: -6px;
  padding: 15px;
  }
  
.container .row {
    margin-left: 0rem; 
    margin-right: 0rem; 
  }

.newrow .col {
  padding: 0px 0px !important;
  }

.tay {
  width:100%;
  position: relative;
  min-height: 50%;
  max-height: 120px;
  margin: 0 auto;
  }

.text{
  color:#000000;
  font-size: 14px;
  text-align: center;
  word-spacing: 2px;
  font-family: 'Work Sans', sans-serif;
  margin:0px;
  padding:10px 15px 15px 15px;
  height: 100px;
  }

.terms_text{
  float:right;
  margin-top:-25px;
  }
  
.page-footer .footer-copyright {
    color: #808081 !important;
  font-size: 10px;
  padding: 20px 15px;
  background-color: #414042 !important;
  height: 90px;
  }
  
copyright_text{
  float:left;
  }

.bodytext p {
  color:#000000;
  font-size: 16px;
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  margin:0px;
  padding:20px 15px 20px 15px;
  max-width: 1000px;
  }

body {
  font-family: 'Roboto', sans-serif; height: 100%; margin: 0px; padding: 0px; background-color: #FFF; 
    background-color: #FFFFFF;
  }

.flexcontainer {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
  }
  
.flexcontainer.row.center, .flexcontainer.column.center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
.tayimage {
  width:100%;
  position: relative;
  }
  
.page-footer {
    padding-top: 20px;
    color: #fff;
  margin-top: 15px;
    background-color: #414042 !important;
  }

footer,Â navÂ {
  display:Â block;
  }

*,Â *:before, *:afterÂ {
   box-sizing:Â inherit;
  }

.flex{
  display:flex;
  flex-wrap: wrap;
  }


hr { 
    display: block;
    margin-top: 25px;
    margin-bottom:125px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: .5px;
  } 

.co-height {
    position: relative;
    height: 100%;
  margin-bottom: 100px;
  }

.flex .col{
  margin:0px;
  /*padding:0px 5px !important;*/
  margin-bottom:20px;
  }

.logo-container{
    text-decoration: none;
    height: 145px;
    display: flex;
    align-items: center;
}

.logo-container img{
    margin: auto;
}

@media (max-width:992px){

.flex .col{
  flex-basis:50%;
  }
  
.header-image {
  height: 350px;
  margin-bottom: 35px;
  }
  
.logo{
  width:80%;
  margin-bottom: 0px;
  padding: 15px;
  }

.text{
  font-size: 14px;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  margin:0px;
  padding:10px 15px 15px 15px;
  height: 80px;
  }

.topright {
    right: 6%;
  }

h1, .full-width {
  font-size: 35px;
  }
  }

@media (max-width:600px){
  
.header-image {
   height: 200px;
  margin-bottom: 25px;
  }

.flex .col{
  flex-basis:100%;
  }
  
.terms_text{
  float:left;
  margin-top:0px;
  margin-left:15px;
  }
  
.copyright_text{
  margin-left:15px;
  }
  
.co-height{
  position: relative;
  height:90%;
  }
  
.text{
  color:#000000;
  font-size: 14px;
  text-align: center;
  word-spacing: 2px;
  font-family: 'Work Sans', sans-serif;
  margin:0px;
  padding:10px 15px 15px 15px;
  }
  
.logo{
  width:100%;
  margin-bottom: -6px;
  padding: 15px;
  }
  
.btn, .btn-large {
  font-size:16px;
    width: 50%;
  max-width: 100%;
  height: 50px;
  padding-top:7px;
  }
  
.topright {
    right: 0%;
  }
  
h1, .full-width {
  font-size: 25px;
  }
  
hr { 
    margin-top: 15px;
    margin-bottom:25px;
  }   
}

.col.l4.m6.s12:last-child {
    margin-left: 0px;
}

#language-switcher{
  max-width:1000px;
  margin:0 auto;
  padding:0px 15px;
  overflow:hidden;
  }

#language-switcher div{
  display:inline-block;
  float:left;
  }


#language-switcher div a{
  text-decoration:underline;
  }

#language-switcher div+div:before{
  content:"|";
  margin-left: 10px;
  padding-right: 10px;
  }

.other-language a{
  color:#ccc;
}

.newrow .flex, .newrow .col{
  margin-bottom:0px !important;
}

.newrow .co-height{
  margin-bottom:50px;
  }

#solutions .flex{
  display:flex;
  flex-wrap:wrap;
  margin-top:20px;
  }

#solutions .flex .col{
  flex-basis:33%;
  text-align:center;
   margin-bottom:20px;
  position:relative;
  }

#solutions .flex .col img{
  margin:0 auto;
  display:block;
  max-height:80px;
  max-width:70%;}

#solutions .flex .col .height{
  border:1px solid #ccc;
  height: 100%;
  padding: 20px 15px;
  }

#solutions  .col-text{
  padding-bottom:40px;
}

#solutions .flex .btn{
  position:absolute;
  left: 50%;
  bottom:5px;
  transform: translate(-50%, -50%);
}

#downloads, #new-about{
  background-color:#F2F2F2;
  padding:40px 0px;
}

#downloads .col{
  text-align:center;}

#downloads h2{
  font-size:24px;
  text-transform:uppercase;
  text-align:center;
  font-weight:bold;
}

#downloads ul li a{
  color:#000;
  text-decoration:underline;}

#downloads ul li a:hover{
  color:#039be5;
  }

#downloads .l8 .row{
    display:flex;
    }

#downloads .l8 .row .col{
  position:relative;
  }

#downloads .l8 .row .col ul{
  padding-bottom:40px;
  }

#downloads .l8 .row .col .btn{
  position:absolute;
  left: 50%;
  bottom:0px;
  transform: translate(-50%, 0%);
}

#new-contact{
  padding:40px 0px;
  }

#new-contact h1, #new-about h2{
  text-transform:uppercase;
  font-size:28px;
  text-align:center;
  font-weight:bold;
  margin-bottom:20px;
  }

#new-contact label{
  padding:0px;
  font-weight:bold;
  margin-bottom:5px;
  }

#new-contact input[type="text"]{
  height:38px;
  border:1px solid #ccc;
  }

.req:after{
  content:"*";
  color:#009ada;
  display:inline-block;
  margin-left:10px;
  }


#new-contact textarea{
 min-height:80px;
 border:1px solid #ccc;}

#new-contact .tac{
  text-align:center;
  }

#new-footer{
  margin:0px;
  padding:40px 0px;
  }

#new-footer h3{
  font-size:24px;
  text-transform:uppercase;
  font-weight:bold;
}

#new-footer a, #new-footer p{
  color:#fff;
  text-decoration:underline;
  margin:5px 0px;
  font-size:16px;
  }

#new-footer .footer-copyright{
   text-align:right;
    font-size:16px;
}

.social-media{
  float:right;
  }

.social-media li{
  display:inline-block;
  list-style-type:none;
  padding-left:10px;
  }

.social-media li img{
  max-height:23px;
  }

#new-about .col{
  background:#fff;
  padding:0px 30px 20px 30px;
  }

@media (max-width:992px){
  #solutions .flex .col{
    flex-basis:50% !important;}
  }

@media (max-width:601px){
  #solutions .flex .col{
   flex-basis:100% !important;
  }

  .header-text{
  position:relative;
  }
 }   



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
