.sd-block-text {
	line-height: 20px;
	font-size: 16px;
}

.sd-block-text.color-black {
	color: #121212;
}

.sd-block-text.color-black a {
	color: #e2ae7f;
	text-decoration: none;
}

.sd-block-text.color-black a:hover {
	color: #121212;
}

.sd-block-text.color-white {
	color: #fff;
}

.sd-block-text.color-beige {
	color: #e2ae7f;
}

.sd-block-text.color-white a:hover,
.sd-block-text.color-beige a:hover {
	color: #121212;
}

.sd-block-text a {
	color: inherit;
	transition: all .3s ease;
}

.sd-block-text a:hover {
	text-decoration: underline;
	transition: all .3s ease;
}

.sd-text-block-default p:last-child {
	margin-bottom: 0;
}

.sd-block-text ol {
	margin-left: 10px;
}

.sd-block-text ul {
	margin-left: 0;
	list-style-type: none;
}

.sd-block-text ul li {
	position: relative;
	padding-left: 15px;
}

.sd-block-text ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 6px;
}

.sd-block-text.color-black ul li:before {
	background-color: #121212;
}

.sd-block-text.color-white ul li:before {
	background-color: #fff;
}

.sd-block-text.color-beige ul li:before {
	background-color: #e2ae7f;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 767px) {
	.sd-block-text.responsive_hide-yes {
		display: none;
	}
}