
/*
scale blue = #021E40;
scale orange = #FF6422;
*/

.clickTagLink{
  position: absolute;

}

html,body{
  overflow: hidden;
  margin:0px;
}
body{
  color: #fff;
  font-size:20px;
  font-family: 'Arial', sans-serif;
  line-height: 1.2;
}

*:focus {
  outline: 0;
  outline: none;
}


.banner{
  width: 980px;
  height: 300px;
  background: #021E40;
  position:absolute;
  top:0;
  left:0;
}
.crop{
  overflow: hidden;
  color: #fff;
}


.banner:before{
  position: absolute;
  width: 30%;
  height: 200%;
  left: 29%;
  transform: rotate(19deg);
  top: -50%;
  background: #021E40;
  content: "";
  z-index: 2;

}

h1{
  font-size: 1.5em;
}

p,
h1{
  margin: 5px 0px !important;
}

p{
  font-weight: normal;
}



.webinar-headline{
  color: blue;
  position: absolute;
  left: 30px;
  top: 95px;
  text-transform: uppercase;
  color:#0096c8;
  font-size: 0.9em;
}

.webinar-headline .bold{
  font-weight: bold;
}

.text-container{
  position: absolute;
  left: 30px;
  top:120px;
  z-index: 2;
  max-width: 50%;
  font-weight: bold;
  padding-left:20px;
}

.text-container:before{
  position: absolute;
  content: '';
  width:100%;
  height: calc(100% - 15px);
  left: 0;
  top:10px;
  border-left:5px solid #FF6422;;
}

.date{
  position: absolute;
  z-index: 2;
  left:30%;
  top:30px;
}

.time{
  position: absolute;
  z-index: 2;
  left: 49%;
  top:30px;
}

.date span,
.time span{
  position: relative;
  bottom:10px;
  font-weight: bold;
  font-size: 0.75em;
}

.time span{
  bottom:7px;
}

.date img,
.time img{
  max-width: 25px;
}


.logo{
  width:100%;
  max-width:250px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 100;
}




.image-container{
  position: absolute;
  width:50%;
  height: 100%;
  right:0px;
  z-index: 1;
  top:0px;
  /*
  background-image: url("assets/bg.jpg");
  background-size: cover;

  transform-origin: top right;
  background-repeat: no-repeat;
  overflow: hidden;  
  background-position: bottom;
*/
}

.cta{
  position: absolute;
  right: 20px;
  bottom: 20px;
  background:#FF6422;
  border:0px;
  z-index: 3;
  color:#021E40;
  border-radius:30px;
  font-size: 1em;
  padding-left:2em;
  padding-right: 2em;
  padding-top:0.7em;
  padding-bottom: 0.7em;
  z-index: 999;
  cursor: pointer;
}

.hover{
  position: absolute;
  width:100%;
  height:100%;
  background: #021E40;
  top:0;
  left:0;
  z-index: 4;
  opacity: 0;
}

.hover .image-with-counter{
  position: absolute;
  width: 40%;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}


.hover #countdown{
  text-align:center;
  color:#FF6422;
  font-weight: bold;
  font-size: 24px;
  margin-top:10px;
}

.banner:hover .hover{
  opacity: 1;
}

.banner:hover .date-container{
  left:30px !important;
  opacity: 1 !important;
}



