@charset "utf-8";
@font-face{
    font-family:opensans-regular;
    src:url("Regular/OpenSans-Regular.woff") format("woff");
}
@font-face{
    font-family:opensans-semibold;
    src:url("Semibold/OpenSans-Semibold.woff") format("woff");
}
@font-face{
    font-family:opensans-bold;
    src:url("Bold/OpenSans-Bold.woff") format("woff");
}
html,body{height:100%;}
body{font-family:opensans-regular;color:#222;font-size:10pt;background-color:#fff;}
main,section,div{box-sizing:border-box;}
.tbl{display:table;}
.row{display:table-row;}
.cell{display:table-cell;}
.vAmid{vertical-align:middle;}
a{color:#4e77bf;font-family:opensans-bold;text-decoration:none;}
a:hover{color:#4e77bf;font-family:opensans-bold;text-decoration:none;}
a:visited{color:#4e77bf;font-family:opensans-bold;text-decoration:none;}
button{cursor:pointer;}
.splash_container{width:100%;height:100%;background-image:url("../img/splash.jpg");background-size:50%;background-repeat:no-repeat;background-position:center center;}

@media only screen and (max-width: 640px) {
  .splash_container {
    background-size:80%;
  }
}