.home .pageHeader{
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.whitePaperWrap{
    background-repeat: no-repeat;
    background-size:100%;
    background-position: center bottom;
    position:relative;
}

.whitePaperWrap .overlay{
    position:absolute;
    z-index:10;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.1);
}

.whitePaperWrap .noteWrap{
    display:inline-block;
    vertical-align: middle;
    width:70%;
    color:rgb(255,255,255);
    margin-right:-6px;
    padding:50px 0;
    padding-right:15px;
}

.whitePaperWrap .buttonWrap{
    display:inline-block;
    vertical-align: middle;
    width:30%;
    color:rgb(255,255,255);
}

.whitePaperWrap .smallTitle{
    font-size:20px;
    font-weight:300;
    margin-bottom:10px;
}

.whitePaperWrap .bigTitle{
    font-size:30px;
    font-weight: 600;
}


.whitePaperWrap .content{
    position: relative;
    z-index: 20;
}

.whitePaperWrap .button{
    display:inline-block;
    padding:15px 10px;
    border:1px solid rgb(20,255,20);
    background-color:rgba(20,255,20,0);
    color:rgb(255,255,255);
    cursor:pointer;
    font-size:20px;
    margin-right:10px;
    width:150px;
    text-align:center;
    -webkit-transition:all ease 0.2s;
    -moz-transition:all ease 0.2s;
    -ms-transition:all ease 0.2s;
    -o-transition:all ease 0.2s;
    transition:all ease 0.2s;
}

.whitePaperWrap .button:hover{
    background-color:rgba(20,255,20,1);
    color:rgb(20,42,64);
}