

/* blog-wrap = Whole page. Contains blog-heading, jumbotron, content-body */
.blog-wrap h2 {
    margin: 0.8em 0;
    font-size: 1.75rem;
    font-weight: 700;
}
 .blog-wrap h2 a {
    color: #003366;
}
.blog-wrap h2 a:hover {
    color: #990000;
    text-decoration: underline;
    background: #f2f2f2;
}
.blog-wrap .articlebody {
    font-size: 1.1rem;
    font-weight: 300;
}
.blog-wrap .articlebody h2{
    font-size: 1.3rem;
}
.blog-wrap .continuelink {
    color: #003079;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}
.blog-wrap .continuelink:hover {
    color: #2470a5;
}


/* Jumbo Tron - Not currently being used
.jumbotron {
   background-image: url('images/grey_wash_wall.png');
}
.jumbotron {background:#003366; margin:0px; padding:15px 0px}
.jumbotron h1 {
    color: #fff;
    background: #036;
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
}
 */

/* contentbody = Just the body of the article */
.contentbody {
    margin:auto;
    padding-top: 20px;
}
.contentbody p, .contentbody ul, .contentbody ol{
		font-size: 1.1em;
}
.contentbody a{
		color:#990000;
	}
.contentbody p{margin-bottom:20px;}
.contentbody hr{color:#003366;}
.contentbody h3{font-size:1.5rem; color:#990000;}
.contentbody h4{
	  font-size: 1.3rem;
    color: inherit;
    color: #000;
    line-height:1.8rem;
	}
.contentbody li{margin-bottom:5px;}


/* Start Media Queries */

@media screen and (max-width: 414px) {
    .blog-heading h1 {
        font-size: 3rem;
    }
    .contentbody p {
        font-size: 1.5rem;
    }
    .blog-wrap .jumbotron h1 {
        font-size: 3rem;
    }
    .container .row .col-sm-9 h2 {
        font-size: 1.5rem;
    }
    p, dl, .breadcrumb, .alert, .product-benefits {
        /*font-size: 1.5rem;*/
    }
		.contentbody p{
				font-size: 1.0em;
		}
		.jumbotron{
				margin-bottom:0px;
		}
		.jumbotron h1{font-size: 2rem}
		.blog-wrap h2{font-size: 1.6rem;}
}

@media screen and (min-width: 414px) and (max-width: 600px) {
		.jumbotron{margin-bottom:0px}
		.blog-wrap h2 {2rem;}
}

@media screen and (max-width: 992px) {
		.blog-heading h1 {font-size: 2rem; line-height: 2rem}
		.blog-wrap h2 {2rem;}
}

.blog-wrap h2 a {
    color: #003366;
		padding-bottom:10px;
}
.blog-wrap h2 {
    margin: 0.5em 0; 
    font-weight: bold;
}
	
@media screen and (max-width: 414px) {
	a.list-group-item2 {font-size: 22px}
	a.category-post-title {font-size: 16px;}
	.category-thumbnail{margin-top:0px;}
	.articlebody h2 {margin-bottom:20px; padding-bottom:20px; border-bottom:solid 1px;}
}
@media screen and (max-width: 768px) {
	.articlebody h2 {margin-bottom:20px; padding-bottom:20px; border-bottom:solid 1px;}
}
.list-group ul{list-style-type: none;}

/* End Media Queries */


/* List Group Menu Items Ex: https://www.rehabmart.com/caregiver-university/?category=amazing%20products */

.list-group-item2x{
	font-weight:bold;
	font-size:2em;
	line-height:1.3em;
  padding: 20px 0 20px 0;
}

.list-group-item {
	border:solid 1px #000;
	font-weight:bold;
}

.list-group-item:hover {
	background-color: #f2f2f2;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2470a5;
    border-color: #2470a5;
}

.list-group-item2:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
a.list-group-item2 {
    color: #036;
    font-size: 34px;
}

.list-group-item2 {
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f2f2f2;
    border:solid 1px #c0c0c0;
}
.list-group-item2, .media-object, .thumbnail {
    display: block;
}

.list-group-item2:hover {
	background-color: #d9d9d9;
}

.list-group-item2.active, .list-group-item2.active:hover, .list-group-item2.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #d9d9d9;
    border-color: #c0c0c0;
}


/* Supplementary CSS Classes */

ol,ul{margin-left:30px;}

.navbar {
    margin-bottom: 0;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: #fff;
} 

/* For the author's thumbnail image - Not currently being used */
.img-circle {
    border-radius: 50%;
    border: 5px solid #eee;
}


/*SLIDEBOX*/
 #slidebox{
    width:600px;
    height:100px;
    padding:10px;
    background-color:#fff;
    border-top:3px solid #E28409;
    position:fixed;
    bottom:0px;
    right:-630px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
    z-index: 100;
    text-align: center;
}
.btn-viewprice {
    color: #ffffff !important;
    background-color: #036;
    margin-bottom:5px;
    border-radius: 3px;
    width: 100%;
    font-size:1em;
    max-width:120px;
}

.product_title{font-size:20px;}

@media screen and (max-width: 600px) {
		.btn-viewprice {font-size:0.8em;}
		.product_title{font-size:16px;}
}

.tableborder{min-width:100%;}
.tableborder td{
		border: solid #000 1px;
		padding:15px;
	}
	
.tableborder img{
		min-width:80px;
	}