body {
color: #333;
font-size: 1.2em;
}

.title-area {
    background-color: #032E4D;
    box-shadow: 0px 0px 0px 10px #272d3f;
}

.nav-primary .small-site-title, .nav-primary .small-site-title, .nav-primary .wrap .small-site-title a, .nav-primary .wrap .small-site-title a:hover { 
background-color: #032E4D;
}

/*old blog images________________________________________________________*/
.pf-content img {
    padding-right: 15px;
}

/*blockquotes________________________________________________________*/
blockquote::before {
    font-size: 75px;
    left: -35px;
    top: -30px;
}

/* links_______________________________________________*/
.genesis-nav-menu li a, a, .entry .entry-title a, .sidebar .widget-title a {
    color: #8DB258;
}
.entry .entry-title a:hover, .sidebar .widget-title a:hover {
     color: #14527E;
    text-decoration: none;
}
body a:hover, .genesis-nav-menu li a:hover, a:hover {
    color: #14527E;
   text-decoration: underline;
}
.site-header .site-title a:hover {
    text-decoration: none;
}
.archive-pagination .active a, .archive-pagination .active a {
    background-color: #8DB258;
}
.archive-pagination li a:hover {
    background-color: #8DB258;
    color: #fff;
   text-decoration: none;
}

/* buttons_______________________________________________*/
.button:hover, .footer-widgets .button, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], button:hover, input:hover[type="button"] {
    background-color: #14527E;
    box-shadow: 0px 0px 0px 10px #14527E;
    color: #fff;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button,.cta-button, .site-container button:disabled,.site-container input[type="submit"]:disabled {
    color: #fff;
    background-color: rgba(230,46,83,0.9);
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 5px rgba(230,46,83,0.9);
    padding: 10px;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* audio player section_______________________________________________*/
.rm-podcast {
    padding: 1% 0 2%;
}

.listen {
color: rgba(230,46,83,1.0);
font-weight: 600;
}

/* podcast tweaks_______________________________________________*/
.intro {
    font-size: 24px;
    margin-bottom: 3%;
    text-align: center;
    color: rgba(230,46,83,0.8);
    line-height: 1.4;
    font-weight: 500;
}

.cta-podcast {
text-align:center;
padding-top: 1em;
}
.cta-podcast h3 {
    padding-bottom: 15px;
}
.cta-podcast a:hover, .cta-podcast body a:hover {
    color: #fff;
    background-color: #14527E;
    box-shadow: 0px 0px 0px 5px #14527E;
    text-decoration: none;
}
.episode-links {
    padding: 1em 2em 4em;
}
.previous {
float:left;
}
.next {
float: right;
}

/*transcript section____________________________________________________*/
.transcript {
    margin: 8% -2% 5%;
    padding: 5% 7% 4%;
    font-size: .95em;
    position: relative;
    border: 1px solid #333;
}   

.transcript .headline {
    border-bottom: 1px solid rgba(158,0,109,0.3);
    margin-bottom: 5%;
    margin-top: 0;
    padding-bottom: 20px;
}
.transcript blockquote {
    background: #f5f5f5;
    font-size: 1.35em;
    padding: 3% 3% 1% 6%;
}

/* sidebar______________________________________________________________*/
.sidebar .widget.enews-widget {
    background-color: #032E4D;
}

.enews-widget .widget-title {
    padding-top: 10%;
    padding-bottom: 7%;
    background-color: #272d3f;
}

.enews-widget input[type="submit"] {
    background-color: rgba(230,46,83,0.9);
}

.enews-widget input:hover[type="submit"] {
    background-color: #a0ac48;
}

/* lists member pages_______________________________________________*/
.entry-content ul > li.mem-download-list {
list-style-type: none;
}

/* LMS_______________________________________________*/
.site-container .lms-sidebar-nav ul.lms-list-items .courseware-module > a, .site-container .lms-sidebar-nav ul.lms-list-items .courseware-module > .no-access > span {
    background: #f5f5f5;
    margin-bottom: 8px;
}

.site-container .lms-sidebar-nav ul.lms-list-items .courseware-module.current_courseware_item > a {
    background: #032E4D;
}

/* footer and footer widgets_______________________________________________*/
.footer-widgets {
    background-color: #272d3f;
}
.footer-widgets .wrap {
    padding-top: 4em;
    padding-bottom: 4em;
}
.entry-footer .entry-meta {
    margin: 32px -50px -60px;
}

.site-footer {
    background-color: #272d3f;
    border-top: solid 1px #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
.sidebar .widget:last-child {
    display: none;
}
}

@media screen and (max-width: 800px) {
.entry-footer .entry-meta {
    margin: 32px 0 -20px;
}
}