/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.snf-box {
	/*background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);*/
	background-color: #dfe9ec;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1.5em;
    border-width: 2px;
}
.snf-box-title {
	font-family: 'Caslon Doric Web', 'Libre Franklin', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #00477d;
    display: block;
    padding: 0.5em 1em;
	text-align: center;
    /*font-weight: bold;*/
    font-size: 1em;
    /*font-family: 'FFMetaWebProBold';*/
    /*font-weight: normal !important;*/
}
.snf-box-content {
    /*font-family: 'FFMetaWebProNormal';*/
	font-family: 'Caslon Doric Web', 'Libre Franklin', sans-serif;
	font-weight: 400;
    padding: 0 1em 1em 1em !important;
}
.snf-box-content ul {
	padding-left: 1em;
	margin: 0;
	list-style-type: none;
}
.snf-box-content ul > li:before {
	content: "— ";
}
.snf-box-content ul li a {
	text-decoration: none;
	color: inherit;
}
