.blog-post p, ul, ol {font-size:21px}

.top-bar {
	margin-bottom:20px;
}
.top-bar, .top-bar ul {
    background-color: #333221;
}

.menu a  {color: white}
	
.dropdown.menu .is-active > a {
	color: #939174; }

.menu-text.header  {
	color:white;
	font-size:20px
	}
.callout.border-radius {
	border-radius: 25px;
}

/*.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-color: white transparent transparent;
}*/


.dropdown.menu>li.is-dropdown-submenu-parent>a::after  {
	border-color: white transparent transparent;
}

footer {
	margin-top:50px;
}
.footerMenu {
	background-color:#333221
}
.footerMenu ul  {list-style-type: none}

.footerMenu a  {color: white}

.footer-affinfo {
	color:white;
	font-size:11px;
	margin-top:20px
}
.footerSiteInfo {
	background-color:#7f7e74
}
.footerSiteInfo a {
	font-size: 12px;
}

.footerSiteInfo li {
	font-size: 12px;
}

.menuHeader {
	font-size:21px;
	color:white;
	margin-top:20px;
	}
/*article ul ol {
	font-size:21px;
}	
article li {
	margin-bottom:10px;
}*/

/*PullQuote inside text*/

.pullquote {
    border-bottom: 2px solid #694e1c;
    border-top: 2px solid #694e1c;
    float: right;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 30%;
	text-transform: uppercase;
}

/*PullQuote inside text END */


.ImgStyle {
    padding:12px;
}

.adsstyle {
   text-align:center;
   margin:20px;
   display:block;v
}
.cartoon {
	display:block;
	text-align:center;
}

/*Related Articles*/
.related-header {
	font-size:21px;
}
.relatedarticles {
	font-size:16px;
}

/*Health Quote*/

.quote {
	font-style:italic;
}

/*FLEXIBLE ARTICLE WITH RESPONSIVE IMAGES*/

.flexible-article-image-full .thumbnail {
  width: 100%;
}

.flexible-article-image-full .thumbnail img {
  width: 100%;
}

.flexible-article-image-full .caption {
  font-size: 0.9rem;
}

.flexible-article-image-left {
  float: left;
  margin: 1rem 1.5rem 0 0;
  max-width: 12.5rem;
}

.flexible-article-image-left .caption {
  font-size: 0.9rem;
}

@media screen and (max-width: 39.9375em) {
  .flexible-article-image-left {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  .flexible-article-image-left .thumbnail {
    width: 100%;
  }
  .flexible-article-image-left .thumbnail img {
    width: 100%;
  }
}

.flexible-article-image-right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 12.5rem;
}

.flexible-article-image-right .caption {
  font-size: 0.9rem;
}

@media screen and (max-width: 39.9375em) {
  .flexible-article-image-right {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  .flexible-article-image-right .thumbnail {
    width: 100%;
  }
  .flexible-article-image-right .thumbnail img {
    width: 100%;
  }
}


/*IMAGE HOVER LINK BLOCK*/
.image-hover-wrapper {
  position: relative;
}

.image-hover-wrapper a {
  display: inline-block;
  letter-spacing: normal;
  line-height: initial;
  margin: 0;
  padding: 0;
  position: relative;
}

.image-hover-wrapper a img {
  float: left;
  overflow: hidden;
  width: 100%;
}

.image-hover-wrapper a .image-hover-wrapper-reveal {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  display: inline;
  height: 100%;
  margin-left: -100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 80;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.25s;
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover {
  opacity: 1;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
  opacity: 1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.25s;
}

.image-hover-wrapper a .image-hover-wrapper-reveal p {
  bottom: 0;
  display: block;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.image-hover-wrapper a .fa {
  font-size: 24px;
}

.image-hover-wrapper .image-hover-wrapper-banner {
  background-color: rgba(23, 121, 186, 0.8);
  color: #fefefe;
  font-weight: 600;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  top: 25%;
  width: 75%;
  z-index: 10;
}

// Author box
.author-desc {
  font-size:15px;
}
.author-title {
  font-style:italic;
  font-weight:bold;
}
.author-img{
  height:80px;
  width:80px; 
}
