/* Typography.css | Aug 26, 2026 @12:47:54 AM  */

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Merriweather:300");
@import url("https://fonts.googleapis.com/css?family=Merriweather:regular");
@import url("https://fonts.googleapis.com/css?family=Merriweather:700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:900");
@import url("https://fonts.googleapis.com/css?family=Lato:100");
@import url("https://fonts.googleapis.com/css?family=Lato:100italic");
@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url("https://fonts.googleapis.com/css?family=Lato:300italic");
@import url("https://fonts.googleapis.com/css?family=Lato:regular");
@import url("https://fonts.googleapis.com/css?family=Lato:italic");
@import url("https://fonts.googleapis.com/css?family=Lato:700");
@import url("https://fonts.googleapis.com/css?family=Lato:700italic");
@import url("https://fonts.googleapis.com/css?family=Lato:900");
@import url("https://fonts.googleapis.com/css?family=Lato:900italic");

body {
font-family: Merriweather;
font-size: 1.8rem;
line-height: 1.45em;
font-weight: 300;
color: #222;
}

a {
color: #C65F13;
text-decoration: none;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}

a:hover {
color: #333;
}

.btn,
button,
.item-nav a,
input[type=submit],
#template form.formWizForm input[type=submit],
.store-module .store_nav ul.user_nav li a,
.store-module p.controls a {
display: inline-block;
margin: 10px 0 10px 0;
padding: 10px 15px 10px 15px;
font-size:1.6rem;
text-transform: uppercase;
text-decoration: none;
color: #fff;
background-color: #C65F13;
border: none;
cursor: pointer;
}

.btn:hover,
button:hover,
.item-nav a:hover,
input[type=submit]:hover,
#template form.formWizForm input[type=submit]:hover,
.store-module .store_nav ul.user_nav li a:hover,
.store-module p.controls a:hover {
color: #fff;
background-color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 1rem 0;
font-weight: normal;
font-family: Lato;
line-height: 1.25em;
}

h1 {
font-size: 4.6rem;
}

h2 {
font-size: 3.8rem;
}

h3 {
font-size: 3.2rem;
}

h4 {
font-size: 2.8rem;
}

h5 {
font-size: 2.4rem;
}

h6 {
font-size: 2rem;
}

p {
margin: 0 0 1rem 0;
}

blockquote {
padding: 10px 0 10px 20px;
margin: 20px 0 20px 0;
border-left: 5px solid #ccc;
box-sizing: border-box;
}

table {
width: 100%;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
border-collapse: collapse;
padding: 0;
font-size: 1.6rem;
margin: 20px 0 20px 0;
}

table th,
table td {
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
padding: 20px;
}

table th {
background-color: #eee;
text-align: center;
font-weight: bold;
font-size: 1.8rem;
}/* General.css | Aug 26, 2026 @12:47:14 AM  */

/* Structure */

body {
background-color: #fafafa;
}

.wrapper {
width: 100%;
max-width: 1024px;
margin: auto;
padding: 0 15px 0 15px;
box-sizing: border-box;
}

section.content {
padding: 50px 0 50px 0;
}


/* General Styles */

a, #template form.formWizForm input[type=submit], input[type=submit] {
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
}

ul,
ol {
margin: 20px 0 20px 0;
padding-left: 25px;
}

img {
max-width: 100%;
height: auto;
}

iframe {
max-width: 100%;
}

/* Social Include */

div.social {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 2;
}
body[data-mode="wireframe"] div.social {
position:relative;
}
div.social {
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.2);
text-align: left;
}

a.social {
font-family: Lato;
color: #fff;
text-decoration: none;
display: inline-block;
position: relative;
padding: 15px 0 15px 25px;
margin-right: 20px;
font-size: 1.6rem;
text-transform: uppercase;
}

a.social:hover {
color: #C65F13;
}


a.social:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 10px;
font-size: 1.8rem;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}

a.social.notext {
font-size: 0;
margin-right: 0;
}

a.facebook:before {
content: '\f082';
}

a.twitter:before {
content: '\f081';
}

a.googleplus:before {
content: '\f0d4';
}

a.youtube:before {
content: '\f16a';
}

a.instagram:before {
content: '\f16d';
}

a.vimeo:before {
content: '\f194';
}

a.linkedin:before {
content: '\f08c';
}

a.pinterest:before {
content: '\f0d3';
}

a.tumblr:before {
content: '\f174';
}

/* Header */

header {
width: 100%;
background: #282828;
color: #fff;
text-align: center;
}

header .wrapper {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}

header .logo {
vertical-align: middle;
padding: 10px 10px 10px 0;
box-sizing: border-box;
text-align: left;
}

header .nav {
-ms-flex: 1;
flex: 1;
text-align: right;
}

header .logo h1 {
font-family: Lato;
font-size: 3rem;
font-weight: 900;
letter-spacing: -1px;
margin: 0;
text-transform: uppercase;
}

/* Main Navigation */

header .navigation-widget.standard > a.menu-toggle {
color: #fff;
}

header .navigation-widget.standard > a.menu-toggle:hover {
color: #C65F13;
}

header .navigation-widget .l1 > a {
padding: 30px 15px 30px 15px;
color: #fff;
font-size: 1.6rem;
font-weight: 100;
}

header .navigation-widget.standard .l1:hover > a,
header .navigation-widget.standard .l1.active > a {
background-color: #4d4e51;
}

header .navigation-widget .submenu a {
font-size: 0.75rem;
padding: 10px 15px 10px 15px;
}

header .navigation-widget .submenu li:hover a {
background-color: #333;
}

/* Main Slider */

.main-banner .slider-widget .slide-wrapper {
border: none;
}

.main-banner .slider-widget .frame {
min-height: 250px;
}

.main-banner  .slider-widget .mSCover {
background-position: center center;
}

.main-banner  .slider-widget .mSCaption {
font-family: Lato;
font-weight: 800;
font-size: 3rem;
letter-spacing: 1px;
margin-top: 5px;
text-transform: uppercase;
background: none;
text-shadow: 1px 1px 3px #000;
top: 50% !important;
left: 50% !important;
width: 100% !important;
max-width: 1200px;
padding: 20px;
box-sizing: border-box;
-webkit-transform: translateX(-50%) translateY(-35%) !important;
transform: translateX(-50%) translateY(-35%) !important;
text-align: center;
}

/* Footer */

footer {
width: 100%;
background-color: #282828;
padding: 20px 10px 15px 10px;
box-sizing: border-box;
text-align: center;
}

footer .wrapper {
}

footer .copyright {
width: 100%;
color: #fff;
font-size: 1.4rem;
}

footer .copyright p {
margin: 0 0 20px 0;
}

footer .nav {
width: 100%;
}

footer .nav .navigation-widget a {
color: #fff;
font-size: 1.4rem;
}

footer .nav .navigation-widget.standard li.active a,
footer .nav .navigation-widget.standard li:hover a {
background-color: #333;
}

#templatefooter {
width: 100%;
background-color: #383838;
padding: 10px;
box-sizing: border-box;
}/* Modules-Widgets.css | Aug 27, 2026 @12:36:30 AM  */

/* Blogs Module */

.blogs-module .blog-sidebar {
border-left: 10px solid rgba(150,150,150,0.2);
}




/* Card styling for content/form/media modules - professional redesign polish (scoped to main content only, not header/footer) */
section.content .rwtmodule {
background: #fff;
padding: 30px;
border-radius: 6px;
box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

section.content .rwtmodule + .rwtmodule {
margin-top: 24px;
}

section.content .rwtmodule h1:first-child,
section.content .rwtmodule h2:first-child {
margin-top: 0;
}

section.content .rwtmodule h4 {
color: #C65F13;
font-size: 1.5rem;
margin: 22px 0 8px;
}

section.content .rwtmodule h4:first-child {
margin-top: 0;
}

section.content .rwtmodule ul {
margin: 0 0 18px;
padding-left: 20px;
}

section.content .rwtmodule ul li {
margin-bottom: 8px;
line-height: 1.6;
}

section.content .rwtmodule p {
line-height: 1.7;
}

section.content .moduleregion.column {
padding: 12px;
}

section.content .form-builder-module:has(> div.p:only-child) {
display: none;
}


/* Visual polish pass: hover interactions, image treatment, link animation */
section.content .rwtmodule {
transition: box-shadow 0.25s ease, transform 0.25s ease;
}

section.content .rwtmodule:hover {
box-shadow: 0 8px 24px rgba(0,0,0,0.12);
transform: translateY(-3px);
}

section.content .rwtmodule img {
border-radius: 6px;
}

.btn {
transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

section.content .rwtmodule p a:not(.btn),
section.content .rwtmodule li a:not(.btn) {
text-decoration: none;
background-image: linear-gradient(#C65F13, #C65F13);
background-size: 0% 2px;
background-position: 0 100%;
background-repeat: no-repeat;
transition: background-size 0.25s ease;
}

section.content .rwtmodule p a:not(.btn):hover,
section.content .rwtmodule li a:not(.btn):hover {
background-size: 100% 2px;
}


/* Radio Shows page: episode list pills + CTA callout */
section.content .rwtmodule .episode-list {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 12px;
}

section.content .rwtmodule .episode-list p {
margin: 0;
}

section.content .rwtmodule .episode-list a {
display: inline-block;
padding: 10px 20px;
background: #fdf6ee;
border: 1px solid #e8b154;
border-radius: 30px;
color: #C65F13;
font-weight: 600;
text-decoration: none;
background-image: none;
transition: background-color 0.2s ease, color 0.2s ease;
}

section.content .rwtmodule .episode-list a:hover {
background: #C65F13;
border-color: #C65F13;
color: #fff;
}

section.content .rwtmodule .cta-callout {
background: #fdf6ee;
border-left: 4px solid #C65F13;
padding: 20px 24px;
border-radius: 6px;
margin: 24px 0;
}

section.content .rwtmodule .cta-callout p {
margin: 0 0 10px;
}

section.content .rwtmodule .cta-callout p:last-child {
margin-bottom: 0;
font-weight: 600;
}

section.content .rwtmodule iframe {
max-width: 100%;
display: block;
}


/* Fix: .social header bar spans full width invisibly and blocks clicks on nav/menu-toggle behind it */
div.social {
pointer-events: none;
}

div.social a {
pointer-events: auto;
}


/* Home layout revisit: accent bars + Outreach section background band */
.module-mission::before,
.module-bio::before,
.module-schedule::before {
content: "";
display: block;
width: 48px;
height: 4px;
background: #C65F13;
border-radius: 2px;
margin-bottom: 16px;
}

section.outreach-cta {
background: #fdf6ee;
padding: 40px 0;
}


/* Ask Dr Joe form restyle - visual only, no structural/class changes */
.formWizForm input[type="text"],
.formWizForm input[type="email"],
.formWizForm input[type="tel"],
.formWizForm textarea,
.formWizForm select {
border: 1px solid #ddd;
border-radius: 6px;
padding: 10px 14px;
background: #fff;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
box-shadow: none;
}

.formWizForm input[type="text"]:focus,
.formWizForm input[type="email"]:focus,
.formWizForm input[type="tel"]:focus,
.formWizForm textarea:focus,
.formWizForm select:focus {
border-color: #C65F13;
box-shadow: 0 0 0 3px rgba(198,95,19,0.15);
outline: none;
}

.formWizForm label {
font-weight: 600;
color: #333;
margin-bottom: 6px;
}

.formWizForm .field {
margin-bottom: 22px;
}

.formWizForm .sep {
padding: 0 8px;
color: #aaa;
}

.formWizForm .submitBut.btn {
margin-top: 6px;
}


/* Program Schedule redesign */
.schedule-list {
margin: 8px 0 20px;
}

.schedule-item {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #eee;
}

.schedule-item:last-child {
border-bottom: none;
}

.schedule-station {
font-weight: 600;
color: #333;
}

.schedule-time {
color: #C65F13;
font-size: 0.85rem;
font-weight: 600;
white-space: nowrap;
background: #fdf6ee;
padding: 4px 10px;
border-radius: 12px;
}/* Responsive.css | Aug 26, 2026 @12:36:39 AM  */

@media all and (max-width:900px) {

}

@media all and (max-width:800px) {
.aurora-dialog-dark .buttons .btn {
display: block;
margin-top: 10px;
white-space: normal;
}
}

@media all and (max-width:767px) {

section.content {
padding: 15px 0 15px 0;
}
a.social {
font-size: 0;
margin-right: 0;
}
.main-banner  .slider-widget .mSCaption {
font-size: 1.25rem !important;
}

}

@media all and (max-width:600px) {

}

@media all and (max-width: 400px) {

}