/* Slick Modals - Simple Message */
.simpleMsg * {
    text-align: left;
}
.simpleMsg .top {
    background: #d7d9cc;
    padding: 30px;
}
.simpleMsg .title {
    font-weight: 500;
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
    font-size: 32px;
    color: #333;
}
.simpleMsg p {
    font-size: 15px;
	font-family: "Arial", Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
    color: #333;
}

.simpleMsg .list li {
	color: #333333;
	font-family: 15px "Arial", Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-weight: 400;
	line-height: 20px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-top: 10px
}

.simpleMsg .bottom {
    background: #fff;
    width: 100%;
    padding: 30px 0;
}
.simpleMsg .close {
    display: inline-block;
    background: #5f6251;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 32px;
    letter-spacing: 1px;
    cursor: pointer;
}
.simpleMsg .close:hover {
    background: #333;
}