
@font-face {
    font-family: 'CerebriSans';
    src: url('/static/assets/fonts/cerebri/CerebriSansPro-Regular.otf');
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'CerebriSans';
    src: url('/static/assets/fonts/cerebri/CerebriSansPro-Bold.otf');
    font-weight: 700;
  }
  
  
  @font-face {
    font-family: 'CerebriSans';
    src: url('/static/assets/fonts/cerebri/CerebriSansPro-ExtraBold.otf') ;
  font-weight: 800;
  font-style: normal;
  }
  
  @font-face {
    font-family: 'CerebriSans';
    src: url'/static/(assets/fonts/cerebri/CerebriSansPro-Bold.otf') ;
  font-weight: 700;
  font-style: normal;
  }
  
  
  @font-face {
    font-family: 'CerebriSans';
    src: url'/static/(assets/fonts/cerebri/CerebriSansPro-SemiBold.otf') ;
  font-weight: 600;
  font-style: normal;
  }
  @font-face {
    font-family: 'CerebriSans';
    src: url('/static/assets/fonts/cerebri/CerebriSansPro-Medium.otf') ;
  font-weight: 500;
  font-style: normal;
  }
  @font-face {
    font-family: 'CerebriSans';
    src: url('/static/assets/fonts/cerebri/CerebriSansPro-Regular.otf') ;
  font-weight: 400;
  font-style: normal;
  }
  
  @font-face {
    font-family: 'CerebriSans';
    src: url('/static/assets/fonts/cerebri/CerebriSansPro-ExtraLight.otf') ;
  font-weight: 200;
  font-style: normal;
  }
  
  @font-face {
    font-family: 'CerebriSans';
    src: url('/static/assets/fonts/cerebri/CerebriSansPro-Thin.otf') ;
    font-weight: 100;
    font-style: normal;
  }

body {
    width: 100%;
    text-align: center;
    font-family: "CerebriSans";
    /* background: #EFEFEF; */
    background-image: url('/static/assets/1920/01/01-background@2x.png');
    background-size: contain;
    padding: 0;
    margin: 0;
    color: #0F3557;
    font-size: 18px;
}

.macDevice .windows, .windowsDevice .macOS {
  display: none;
}

.macDevice .macOS, .windowsDevice .windows {
  display: block;
}

.macDevice .macOS {
  display: inline-block;
  padding: 0 20px;
}

#logo {
  width: 105px;
  height: auto;
  padding-bottom: 40px;
}

a {
  text-decoration: none;
  color: #0F3557;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 130%;
  letter-spacing: 0.5px;
}

h2 {
  color: #03C300;
  font-size: 30px;
  padding: 0;
  margin: 0;
  line-height: 140%;
  letter-spacing: 0.5px;
}

h3 {
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 140%;
}

h4 {
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 140%;
}


p{
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 140%;
}

.pageCol {
    padding: 100px 11% 0 11%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: left;
}


nav {
  /* position: absolute; */
}

ul.menu {
  list-style: none;
  padding-left: 0;
}

ul.menu li {
  margin: 0 auto;
  display: inline-block;
}

.pageTop {
  position: relative;
  min-height: 60vh;
}

.pageTop.alignCenter {
  text-align: center;
  display: flex;
  align-content: center;
  height: 100%;
}

.alignLeft {
  text-align: left;
}

footer {
  background: white;
  float: left;
  width: 100%;
}


.btn {
  /* width: 240px; */
  border: 2px solid #03C300;
  background: #fff;
  color: #0F3557;
  align-content: center;
  padding: 20px 60px 20px 60px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.download {
  width: 100%;
  padding-top: 100px;
}

.download .btn {
  margin: 0 0 10px 0;
}


.subNav li{
  font-size: 20px;
  cursor: pointer;
  padding: 10px 30px;
}


.subNav li.on span{
  border-bottom: 1px solid #03C300;
}

.pageWhite {
  background-color: #fff;
  float: left;
  width: 100%;
}

.contactRow {
  float: left; width: 100%; margin: 0 0 40px 0;
}

.logoutCol {
  float: right;
  width: 40%;
  text-align: right;
}

.logoutCol .btn {
  /* padding: 20px; */
  margin: 0 0 20px 0;
}

.contactCol {
  float: left;
  width: 60%;
}

.col50 {
  width: 50%;
  float: left;
  text-align: left;
}

.col50a {
  width: calc(50% - 20px);
  float: left;
  text-align: left;
  margin-right: 10px;
}

.col50a.even {
  margin-right: 0px;
  margin-left: 10px;
}


.col50 img {
  width: 70%;
  height: auto;
}

.pageRows h3 {
  color: #03C300;
}

.row {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}

.pageRows .btn {
  width: 70%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

#videos video {
  float: left;
  margin-top: 10px;
}


.page.pageCol {
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.page.pageCol.on {
  padding: 50px 11%;
  opacity: 1;
  height: auto;
}


/* Login */

.login {
  width: 100%;
  float: left;
  padding-top: 60px;
  min-height: 35vh;
  text-align: center;
}

.formRow input {
  border: none;
  -webkit-appearance: none;
  border-bottom: 1px solid #0F3557;
  background-image: none !important;
  background-color: transparent !important;
  margin: 0 0 20px 0;
  width: 300px;
  font: 400 15px 'CerebriSans' !important;
  -webkit-box-shadow: 0 0 0 30px #EFEFEF inset !important;
}

.formRow input:focus {
  outline: none;
}

.formRow ::placeholder,
.formRow input:-webkit-autofill,
.formRow input:-webkit-autofill:hover, 
.formRow input:-webkit-autofill:focus, 
.formRow input:-webkit-autofill:active {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0 30px #EFEFEF inset !important;
  font: 400 15px 'CerebriSans' !important;
}


.login .btn {
  margin-top: 20px;
  cursor: pointer;
}

.macOS {
  display: inline-block;
}

.padOS {
  display: none;
}


.isTouch .padOS {
  display: block;
  padding-bottom: 40px;
}

.isTouch .macOS {
  display: none;
}

#grid {
  position: absolute;
  left: -37.5px;
  margin-top: -85px;
  /* top: -75px; */
  width: 75px;
  height: auto;
}

.pdfThumbnail img{
  width: 100%;
  height: auto;
  margin-top: 10px;
}

#videos .col50a {
  margin-bottom: 10px;
  float: left;
}

.flex {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width : 800px) { 
  body {
    overflow-x: hidden;
    background-size: auto 100%;
    background-position: left;
  }
  #logo {
    width: 120px;
    padding-bottom: 20px;
  }

  #grid {
    margin-top: -205px;
    width: 60px;
    left: -30px;
  }

  .pageCol {
    padding: 60px 15%;
  }

  .download {
    padding-top: 60px;
  }

  .contactCol {
    width: 100%;
  }

  .logoutCol {
    display: none;
  }

}