.readall{
	position: relative;
	text-align: left;
	box-sizing: border-box}
.readall-wrapper{
	text-align: center
}

.readall-button{
text-align: center;
    cursor: pointer;
    color: #0044bb !important;
    border: none;
    margin: 0 auto 0;
    background: #fff;
    font-size: 16px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    z-index: 1001;
    font-weight:400 !important;
    font-family: "Proxima Nova"
}

.readall-button:hover{
	color:#FF6E0C !important;
}

.readall-button-close{
	text-align: center;
    cursor: pointer;
    color: #888 !important;
    text-decoration:underline;
    border: none;
    margin: 0 auto 0;
        font-size: 16px;
   
    background: #fff;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 1004;
    font-weight:400 !important;
        font-family: "Proxima Nova"
}

.readall-hide:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 15px;
	background:#fff
}