@font-face{
	font-family: 'livvicsemibold';
    src: url('../fonts/livvic-semibold-webfont.woff') format('woff');
	font-weight: normal;
    font-style: normal;
    /* -webkit-font-smoothing: antialiased; */ /* Chrome, Safari */
  	/* -moz-osx-font-smoothing: grayscale; */ /* Firefox */

}

#container{
	position:relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	border: 1px solid #657c87;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
}

#background_img{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	z-index: 2;
}

#logo_container{
	position: absolute;
    top: 23px;
  	width: 300px;
  	text-align: center;
  	z-index: 3;
}

#logo{
  	width: 127px;
}

#cta_container{
	position: absolute;
	top: 525px;
	left:0px;
	width: 300px;
	text-align: center;
	z-index: 3;
}

#cta{
    border-radius: 26px;
    padding: 15px 40px 18px 20px;
    background-color: #0095f4;
    font-family: livvicsemibold;
    color: white;
    line-height: 17px;
    border: none;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 17px;
	text-align: center;
	line-height: 17px;
	background-image: url("../images/cta_chevron.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	z-index: 3;
}

/* 
#cta::after{
	content: url(../images/cta_chevron.png);
	position: relative;
  	top: 2px;
}
 */

#cta:hover{
	 /* background-position: 0px 33px; */
	 color: #0095f4;
	 background-color: white;
	 background-image: url("../images/cta_chevron_hover.png");
	 box-shadow: inset 0px 0px 0px 2px #0095f4;
}

#cta:focus {
	outline:0;
}

#text_container{
	position: relative;
	top: 73px;
	width: 300px;
	height: 267px;
	z-index: 4;
}

#text1{
	position: absolute;
	top: 50%;
	left:20px;
  	transform: translateY(-50%);
	width: 260px;
	color: white;
	font-family: livvicsemibold;
	font-size: 35px;
	text-align: center;
	line-height: 37px;
	z-index: 4;
}

#text2{
	position: absolute;
	top: 50%;
	left:20px;
  	transform: translateY(-50%);
	width: 260px;
	color: white;
	font-family: livvicsemibold;
	font-size: 35px;
	text-align: center;
	line-height: 37px;
	z-index: 4;
}

#campaign_lockup_container{
	position: absolute;
	top: 50%;
	left:20px;
  	transform: translateY(-50%);
	width: 260px;
	text-align: center;
	z-index: 4;
}

#campaign_lockup{
	width: 233px;
}

