.things-to-know {
	font-size: 10px;
}
.things-to-know .header {
	display: block;
	width: 100%;
}
.things-to-know .header .headline {
	font-family: 'MillerHeadline-Bold', 'Lora', Georgia, serif;
	font-size: 2.85em;
	font-weight: normal;
	color: #000000;
	display: inline-block;
	font-style: italic;
	line-height: 0.75em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
}
.things-to-know .header .headline:before,
.things-list-widget-container .header .headline:after {
	content: "";
	display: block;
	width: 6em;
	padding: 0.1em 0;
	display: none;
}
.things-to-know .header .sub-title {
	display: none;
}
.things-to-know .image {
	display: none;
}
.things-to-know .body {
	padding-top: 1em;
	clear: both;
}
.things-to-know .body .list {
	counter-reset: li;
	padding-left: 0px;
}
.things-to-know .body .item {
	display: list-item;
	list-style: none;
	list-style-position: inside;
	border-bottom: 1px solid #cccccc;
	padding: 0;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #000;
}
.things-to-know .body .item:last-child {
	border-bottom: 0px !important;
}
.things-to-know .body .item a {
	color: #000;
}
.things-to-know .body .list > .item:before {
	content: counter(li) ". "; /* Use the counter as content */
	counter-increment: li; /* Increment the counter by 1 */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1em;
	color: #db0b00;
	text-align: center;
	font-size: 42px;
	line-height: 42px;
	float: left;
	margin-right:0px;
}
.things-to-know .body .item .text {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 0em;
	min-height: 2.2em;
	color: #000;
}

.things-to-know .body .item .text a {
	color: #000000;
	line-height: 1em;
}
.things-to-know .body .item .text a:hover{
	text-decoration: underline;
}
.things-to-know .paid-content-icon {
	margin-left: 5px;
}
#mobile .things-to-know {
	padding: 0px 15px;
}
#mobile .things-to-know .body .item:last-child {
	border-bottom: 1px solid #ccc !important;
}


/**
 * 1x2 Styles
 */

 /**
 * Style 1
 * light background with black font
 * image at the top
 */

.things-to-know.size-1x2 .header .sub-title {
	display: block;
	font-size: 14px;
}
.things-to-know.size-1x2 .image {
	display: block;
	height: 260px;
	overflow: hidden;
}
.things-to-know.size-1x2 .image img {
	width: 100%;
}
.things-to-know.size-1x2 .body {
	display: block;
	width: 100%;
}
.things-to-know.size-1x2 .body ol {
	margin-left: 0;
}

#tablet-h .things-to-know.style1 .body .item .text {
	font-size: 1.4em;
	line-height: 1.4em;
}



/**
 * Style 2
 * dark background with white font
 * image at the top

.things-to-know.size-1x2.style2 {
	height: 100%;
}
.things-to-know.size-1x2.style2 .header {
	padding: 1em 1em 0 1em;
}
.things-to-know.size-1x2.style2 .header .headline {
	color: #ffffff;
}

.things-to-know.size-1x2 .image img {
display:none;
}

.things-to-know.size-1x2.style2 {
	background-color: #222222;
	color: #ffffff;
}
.things-to-know.size-1x2.style2 .body {
	padding: 1em 1em 0 1em;
}
.things-to-know.size-1x2.style2 .body .item .text a {
	color: #ffffff;
}
 */


/**
 * Style 3
 * No Image + white background, black text

.things-to-know.size-1x2.style3 {
	height: 100%;
}
.things-to-know.size-1x2.style3 .header {
	padding: 1em 1em 0 1em;
}
.things-to-know.size-1x2.style3 .header .headline {
	color: #000;
}
.things-to-know.size-1x2.style3 .image {
	display:none;
}
.things-to-know.size-1x2.style3 {
	background-color: ##fff;
	color: #000;
}
.things-to-know.size-1x2.style3 .body {
	padding: 1em 1em 0 1em;
}
.things-to-know.size-1x2.style3 .body .item .text a {
	color: #ffffff;
}
*/


/**
 * 2x1 Styles
 */

.things-to-know.size-2x1.style1 .image {
	display: inline-block;
	width: calc(50% - 2px);
}
.things-to-know.size-2x1.style1 .image img {
	width: 100%;
}
.things-to-know.size-2x1.style1 .body {
	display: inline-block;
	width: calc(50% - 2px);
	right: 0px;
	vertical-align: top;
}

/**
 * 2x2 Styles
 */
.things-to-know.size-2x2.style1 .header .headline {
	font-size: 32px;
}
.things-to-know.size-2x2.style1 .header .sub-title {
	display: block;
	font-size: 18px;
}
.things-to-know.size-2x2.style1 .image {
	display: inline-block;
	width: calc(50% - 2px);
}
.things-to-know.size-2x2.style1 .image img {
	width: 100%;
}
.things-to-know.size-2x2.style1 .body {
	display: inline-block;
	width: calc(50% - 2px);
	right: 0px;
	vertical-align: top;
}



/**
 * Style 2

.things-to-know.size-2x2.style2 {
	height: 100%;
	padding: 20px;
}
.things-to-know.size-2x2.style2 .header .headline {
	color: #ffffff;
}
.things-to-know.size-2x2.style2 {
	background-color: #222222;
	color: #ffffff;
}
.things-to-know.size-2x2.style2 .body .item .text a {
	color: #ffffff;
}
 */


/****** Mobile/Tablet Styles *******/


/*  bootstrap medium */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}

/*  bootstrap small */
@media screen and (min-width: 768px) and (max-width: 991px) {

}

/*Bootstrap x-small*/
@media screen and (max-width: 767px) {

}

/**
 * Article Page Style
 */
.article-page-widget-wrapper section.things-to-know {
	width: 283px;
	height: 560px;
}
