/*
 * Globals
 */

body {
	/* [disabled]font-family: Georgia, "Times New Roman", Times, serif; */
	  font-family: "mr-eaves-xl-modern", "europa",sans-serif;
	color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "mr-eaves-xl-modern", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/* mcr edit added height 80px to navbar-brand to get a taller navbar and increased the font size */
.navbar-brand {
  height: 80px;
  	font-size: 2em;
    width: 175px;

}

 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 20px;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.num{
	color: #fff;
	padding: 10px;
	width: 100%;
	text-align: center;
	background-color: #666666;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	/* [disabled]height: 525px; */
	margin-bottom: 5px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	/* [disabled]height: 525px; */
	background-color: #777;
}
.carousel-inner > .item > img {
	/* [disabled]position: absolute; */
	top: 0;
	left: 0;
	min-width: 100%;
	/* [disabled]height: 525px; */
}


/*
 * Override Bootstrap's default container.
 */
 
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
/* mcr edit added to allow for long text below website name*/
@media (min-width: 768px) {
.blog-header {
	padding-top: 20px !important;
}
.navbar-brand {
	width: auto;
}
.blog-header-plan {
	padding-top: 75px !important;
}

}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 400;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

 /* mcr edit changed padding to 100 px for phones
 */

.blog-header {
	padding-top: 50px;
	padding-bottom: 20px;
}
.blog-header-plan {
	padding-top: 100px;
	padding-bottom: 20px;
}
/*
 *added an extra 20px to the margin top of the blog title for the taller navbar
 */
.blog-title {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}
.blog-title-plan {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
.blog-bio-pic {
	margin-bottom: 0px;
	}

/*
 * Footer
 */

.blog-footer {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background-color: #3c3c3c;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.container .row .col-sm-8.blog-main .blog-post #form1 .form-group #captchaimage #refreshimg img {
border: 1px solid #eee;
}
.container .row .col-sm-8.blog-main .blog-post #form1 .form-group .mcrError img {
	border: 1px solid #666;
}
.container .row .col-sm-8.blog-main .blog-post #form1 .form-group .mcrError .row .col-md-10 #KT_tngerror {
	padding: 10px 10px 10px 10px;
	margin: 5px;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	background-color: #f2f2f2;
	background-image: none;
	/*background-repeat: no-repeat;
	background-position: 1% 50%; */
	border: solid 1px #FF0000;}