body {
    padding-top: 70px;
    padding-bottom: 100px; 
}

.heading {
    color: #E01116; 
}

.subheading {
	font-family: Arial; 
	font-size: 18px; 
	font-weight: bold;
	color: #000; 
	padding-bottom: 12px;
}

.subheading2 {
	font-family: Arial; 
	font-size: 24px; 
	font-weight: bold;
	color: #000; 
}

.category {
	padding-bottom: 12px;
	margin-bottom: 12px; 
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before
{
	content: url('../images/button.gif');
	float: left; 
    margin-left: -25px;
	
	/*Using a Bootstrap glyphicon as the bullet point*/
	/*
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
	*/
}

h1 {
    padding-top: 0; 
    padding-bottom: 20px; 
    margin-top: 0; 
}

h3.subHeader {
    color: #0000FF; 
}

li.listStyle {
	font-family: Arial, sans-serif;
	font-size: 16px; 
	color: #000; 
	padding-bottom: 0px; 
	margin-bottom: 16px; 
}

li.listStyle_2 {
	font-family: Arial, sans-serif;
	font-size: 16px; 
	color: #000; 
	padding-bottom: 0px; 
	margin-bottom: 8px; 
}


li.listStyle > .title {
    color: #FF0000;
    font-style: italic; 
}

.hyperLink {
    color: #0000EE;
}

a {
	color: #0000EE; 
}

li.listStyle > .image {
    height: 22px; 
    vertical-align: text-bottom; 
}

div.videoFrame > div {
    margin-bottom: 50px; 
}

div.videoFrame > div > .embed-responsive {
    margin-bottom: 5px; 
}

div.videoFrame > div > .title {
    font-weight: bold; 
}

@media screen and (min-width: 970px) {
    div.videoFrame > div > .title {
        height: 79px; /*fix the title height */
        overflow: hidden; 
    }
}

@media screen and (min-width: 750px) and (max-width: 969px){
    div.videoFrame > div > .title {
        height: 60px; /*fix the title height */
        overflow: hidden; 
    }
}

.displayData.heading {
    font-weight: bold; 
}