.page-content a, .post-content a {
	border-bottom: 1px dotted #80BB3D;
    color: #80BB3D;
    text-decoration: none;
    font-weight: bold;
}
.page-content a:hover, .post-content a:hover {
    border-bottom: 2px solid #004990;
}
.button {
	border-bottom: none!important;
	color: #FFFFFF!important;
}
.button a:hover {
    border-bottom: none!important;
}
.article-recipe { 
	border: 2px solid #004990;
    background: #00499008;
    border-radius: 10px;
    padding: 10px 20px;
    max-width: 90%;
    margin: auto;
}
/* previous next post navigation */
.page-content a, .post-content a {
	border-bottom: 1px dotted #80BB3D;
    color: #80BB3D;
    text-decoration: none;
    font-weight: bold;
}
.page-content a:hover, .post-content a:hover {
    border-bottom: 2px solid #004990;
}
.button {
	border-bottom: none!important;
	color: #FFFFFF!important;
}
.button a:hover {
    border-bottom: none!important;
}
.post-pag-wrap {
	padding: 14px 0px;
	box-sizing: border-box;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	width: 100%;
	max-width: 600px;
	margin: 20px auto 50px;
}

.post-pag-container {
	width: 49%;
	padding: 0px 8px;
	box-sizing: border-box;
	display: inline-block;
	overflow-wrap: break-word;
	word-wrap: break-word;
	vertical-align: top;
	min-height: 50px;
}

.post-pag-container h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: auto;
	margin-top: 7px;
	margin-bottom: 0px;
}

.post-pag-container.prev {
	text-align: left;
	border-right: 1px solid #bbbbbb;
	margin-right: -1px;
}

.post-pag-container.next {
	text-align: right;
	margin-left: -2px;
}

.post-pag-container.prev h3 {
	text-align: left;
}

.post-pag-container.next h3 {
	text-align: right;
}
.widget__link--community-ad {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.75);
  padding: 1px 8px;
  color: white;
  margin: 0;
}
/* ACTION CENTER TABS */
.module-content-toggle--default .module-content-toggle__tab .nav-link:hover, .nav-link.active {
	background-color: #004990!important;
    color: #ffffff!important;
}
/* MOBILE NAV */
.page-nav__mobile select {
	color: #004990!important;
}
/* COMMUNITY LP BOXES */
.community-features__content {
	font-size: 1.7rem;
	font-weight: 500;
	color:#FFFFFF;
}
.oac-lp-header {
	font-size: 1.75em;
	font-weight: 600;
	color: #FFFFFF;
    margin: 0 0 14px 0;
}
/* ALERT BOX */
.alert-secondary {
    font-weight: 600;
    font-size: 1.25em;
}
/* ROTATING TEXT */
.rw-wrapper{
	position: relative;
	margin: 10px auto;
	padding: 10px 0;
}
.rw-sentence{
	margin: 0;
	text-align: left;
}
.rw-sentence span{
	color: #444;
    font-size: 2.6em;
    font-weight: 700;
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	color: #004990;
}
.rw-words-1 span{
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
	animation-delay: 3s; 
}
.rw-words-1 span:nth-child(3) { 
	animation-delay: 6s; 
}
.rw-words-1 span:nth-child(4) { 
	animation-delay: 9s; 
}
.rw-words-1 span:nth-child(5) { 
	animation-delay: 12s; 
}
.rw-words-1 span:nth-child(6) {  
	animation-delay: 15s; 
}
@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
	25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}
/* VIDEO LIBRARY*/
.vid-library-title{font-size: 1.8em;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.aiovg-thumbnail a, .aiovg-thumbnail a:hover {
	border-bottom: none!important;
}
.aiovg-thumbnail a:hover {
	color: #004990!important;
}
.aiovg-thumbnail {
	border: 1px solid #000000;
	padding: 5px;
}

.page-shadow {-webkit-box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.75);
box-shadow: 0px 9px 22px -7px rgba(0,0,0,0.75);
margin: 0 0 14px 0;
}	
/* LANDING PAGES */
.green-dash {
    background: #80BB3D;
    width: 80px;
    height: 3px;
    display: block;
    margin: 30px 0;
}
.border-rounded {
		border: solid 2px #004990;
    border-radius: 30px;
    padding: 10px 20px;
}
.h2lp {
	font-size:1.75em;
}
.yellow-highlight {
  background-color: #fff2ac;
  background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
	display: initial;
}
.oac-hp-mid-box {
    background-image: linear-gradient(220deg, rgba(0,73,144,1) 0%, rgba(0,73,144,0.700717787114846) 50%, rgba(128,187,61,0.4009978991596639) 100%), url(https://obesityaction.org/wp-content/uploads/hpbg-woman-on-laptop-in-park2.jpg);
    background-size: cover;
    padding: 28px 20px;
		border-radius:30px;
	  min-height: 400px;
}
.oac-hp-mid-box p, .oac-hp-mid-box li{
		color:#FFFFFF;
		font-weight: 500;
		font-size: 1.3rem;
	  text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
.home-features__intro {
	background-color: #215f9a;
	text-align: center;
}
.home-features__intro p{
	color: #FFFFFF;
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-weight: 500;
    padding: 12px 6px 4px
}
.home-features__icon {
    max-width: 130px;
}
.border-rounded {
    border: solid 2px #004990;
    border-radius: 30px;
    padding: 10px 20px;
}
.lp-top-nav-icon {
	max-height: 40px;
  margin: -7px 0 -7px -10px;
}