
.upw-posts .entry-title {
	font-size: 18px;
    color: #134f66;;
}
h4.entry-title a{ color: #134f66; line-height: 1.3em;}

.widget h3 a{color:#e22225;}

/* Flexi Page widget hide when no children
===========================================================*/
.hide-flexi .flexipages_widget{
    display: none;
}
.hide-flexi .flexipages_widget.members-only-links {
    display: block;
}
.hide-flexi .flexipages_widget.members-only-links > ul > li {
	display: block;
}
.hide-flexi .flexipages_widget.members-only-links > ul > li.current_page_item {
	display: none;
}


/* Testimonial Sidebar Widget
===========================================================*/
.right-sidebar .randomTestimonialWidget .testimonial_author{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.right-sidebar .randomTestimonialWidget .testimonial_body{
    color: #333333;
}


/* Facebook Feed Widget
===========================================================*/
.facebook-feed.widget{

}

.facebook-feed.widget h3{
    text-align: center;
    color: #134f66;
}

.facebook-feed.widget .cff-item{
    width: 50%;
}


/* Button Styles
===========================================================*/

.btn{
    font-size: 18px;
    padding: 12px 32px;
    border-radius: 24px;
    border: 0;
    color: #fff;
}

.btn.btn-primary{
    background-color: #134f66;
}

.btn.btn-primary:hover{
    background-color: #173945;
}

.btn.btn-secondary{
    background-color: #5BB8A4;
}

.btn.btn-secondary:hover{
    background-color: #1A8078;
    color: #fff;
}

.btn.btn-outline{
    border: 1px solid #5BB8A4;
    background-color: transparent;
}

.btn.btn-primary.btn-outline{
    border: 1px solid #134f66;
    color: #134f66;
}

.btn.btn-primary.btn-outline:hover{
    background-color: #134f66;
    color: #ffffff;
}

.btn.btn-secondary.btn-outline{
    border: 1px solid #5BB8A4;
    color: #5BB8A4;
}

.btn.btn-secondary.btn-outline:hover{
    background-color: #5BB8A4;
    color: #ffffff;
}

.btn.btn-white.btn-outline{
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn.btn-white.btn-outline:hover{
    background-color: #ffffff;
    color: #134f66;
}


/* Full-Width Success Stories Widget
===========================================================*/

.blog .above-footer-blue{
    background: #e2f0f1;
}

.success-story-widget h3,
.success-story .more-link,
.success-story .entry-title,
.success-story .entry-title a{
    color: #134f66;
}

.success-story .entry-title,
.success-story .entry-title a{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.success-story.entry-wrap.with-image{
    padding-left: 0;
}

.success-story .story-image img{
    display: block;
    border-radius: 50%;
    float: none;
    margin: 0 auto 0 auto;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px){
    .success-story-widget h3{
        text-align: center;
    }
}


/* Featured Link Hover styles
===========================================================*/



.featured-link:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.featured-link .featured-link-title:hover{
    text-decoration: none;filter: none;
}


/* Empowering Nurse Leaders */
.nobc-header-links {
    margin-top: -16px;
}

.nobc-header-links a {
    color: #134f66;
}

.nobc-content-subtitle {
    font-weight: 600;
}

.nobc-facilitator-image {
    float: left;
    margin-right: 24px;
    width: 210px;
}

.nobc-facilitator-image img {
    width: 100%;
}

.nobc-facilitator-name {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.nobc-below-page,
.nobc-facilitators,
.nobc-videos {
    padding-bottom: 40px;
    padding-top: 32px;
}

.nobc-facilitators,
.nobc-videos {
    background-color: #e1f0f0;
}

.nobc-below-page h3,
.nobc-facilitators h3,
.nobc-videos h3 {
    color: #134f66;
    font-size: 1.4m;
    margin-bottom: 24px;
}

.nobc-video-link-label {
    text-transform: uppercase;
}

.nobc-video-link {
    min-height: 80px;
}

.nobc-video-link a {
    color: #134f66;
}

.nobc-videos-cta-button {
    background-color: #173945;
    border-radius: 18px;
    color: #fff;
    padding: 8px 24px;
    transition: background-color 230ms ease-in-out;
}

.nobc-videos-cta-button:active,
.nobc-videos-cta-button:hover {
    background-color: #134f66;
    color: #fff;
    text-decoration: none;
    transition: background-color 230ms ease-in-out;
}
