.page-links .entry-content ul {
    list-style-type: none;
}

.page-links .entry-content ul li {
    list-style: none;
    text-align: center;
    padding: 20px;
    background: #FFF;
    border: 1px solid #2171cc;
    margin-bottom: 5px;
}

.page-links .entry-content ul li:last-child {
    margin-bottom: 0;
}

.latw-popup:before {
    background: #F0F0F0;
    background: rgba(0,0,0,.25);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    content: " ";
    z-index: 10001;
}

.latw-popup-container {
    background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 50%;
	max-width: 50%;
	padding: 0;
	/*height: 600px;*/
	/*max-height: 80%;*/
	text-align: center;
	margin: 0 auto;
	z-index: 100;
	color: #1C1C1C;
	font-size: 0;
	display: block;
	z-index: 10001;
}

.latw-popup .top {
	background-size: cover;
	background-position:  center center;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	padding: 0;
	height: 300px;
}

.latw-popup .bottom {
	width: 100%;
	display: block;
	padding: 40px;
    font-size: 16px;
	position: relative;
}

.latw-popup .bottom h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.latw-popup .bottom .cta a {
    text-decoration: none;
    border: 0;
}

.latw-popup .bottom .dismiss {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
}

.latw-popup .bottom .dismiss:hover {
    cursor: pointer;
}

@media all and (max-width: 720px) {
    .latw-popup-container {
        width: 90%;
        max-width: 90%;
    }
    
    .latw-popup-container .bottom {
        padding: 20px;
    }
}