@import url("https://www.rehabmart.com/caregiver-university/bloggy2.css?x=76");

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {background-color: #fff;}
/*.navbar-departments, .navbar-info, #mobilesearch {display:none;}*/
.container-blog{width:100%;max-width:100%}
.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;}
/*h1{letter-spacing:normal; font-size:3.5rem;}
h2{font-size:2.5rem; margin: 12px 0; color:#0052A3;}
h3{font-size:1.5rem; color:#990000;}
h1, h2, h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    }*/
 /*li{margin-bottom:10px; font-size:1.2em;}*/
/*.pageheading{font-size:2.5em}
.subtitle{margin:20px 0 10px 3px; font-size:1.2em; border:solid #c0c0c0 1px; padding:5px 0 5px 10px; background:#FFFFCC;}
.contentbody{line-height:32px;font-size:1.2em;}
.contentbody p{margin:15px 0px}
.contentbody a{color:blue;}
.articledate{margin-top:10px;}
.affix {position:relative;}
.blogcats{font-size:1.5em;margin-bottom:20px;}
.img-responsive{display:inline;}
.navbar-inverse .navbar-nav>li>a, .navbar-default .navbar-nav>li>a{font-size:1em;}
.nav li{margin-bottom: 0px;}*/

/*SOCIAL BUTTONS*/
.btn-facebook{
    color: #fff;
    background-color: #3b5998;
    /*border:solid #000 1px;*/
    margin-right:10px;
    border-radius: 3px;
    width: 100%;
    font-size:1.1em;
    margin-bottom:7px;
}
.btn-twitter {
    color: #fff;
    background-color: #4099FF;
    /*border:solid #000 1px;*/
    /*margin-bottom:5px;*/
    border-radius: 3px;
    width: 100%;
    font-size:1.1em;
    margin-bottom:7px;
}
.btn-updates {
    color: #ffffff;
    background-color: #990000;
    /*border:solid #000 1px;*/
    margin-bottom:5px;
    border-radius: 3px;
    width: 100%;
    font-size:1.1em;
}
.btn-updates:hover,.btn-facebook:hover,.btn-twitter:hover{color:#FFF; opacity: 0.8;}
/*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;
    /*border:solid #000 1px;*/
    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;
	}


/* Justin's Edits */
.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;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: #fff;
} 
.contentbody {
    margin:auto;
    padding-top: 20px;
}
.contentbody p, .contentbody ul, .contentbody ol{
		font-size: 1.1em;
}
.contentbody a{
		color:#990000;
	}

/* Blog Feed - Main Page */
.blog-wrap h2 {
    margin: 0.8em 0;
    font-size: 1.5rem;
    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;
}

/* Post Page */
.navbar {
    margin-bottom: 0;
}
.blog-heading {
    padding: 8em 0;
    background: #252d2f;
    text-align: center;
}
.blog-heading h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: 3rem;
    line-height:1.5em;
}
.blog-heading .meta {
    color: #FFF;
    font-size: 1.3rem;
}
.blog-heading .meta a {
    color: #fff;
}
.blog-heading .meta a:hover {
    color: #c2c2c2;
}
.img-circle {
    border-radius: 50%;
    border: 5px solid #eee;
}

@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;}
}

.list-group-item2x{
	font-weight:bold;
	font-size:2em;
  padding: 20px 0 30px 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;
}


.blog-wrap h2 a {
    color: #003366;
		padding-bottom:10px;
}
.blog-wrap h2 {
    margin: 0.5em 0;
    font-size: 2em;
    font-weight: bold;
}
	
@media screen and (max-width: 414px) {
	a.list-group-item2 {font-size: 22px}
	a.category-post-title {font-size: 20px;}
	.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;}

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