﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900,300);
@import "/Includes/css/animate.css";
@import "//static.pcci.edu/Shared/FontAwesome/fontawesome-pro-5.3.1/css/all.min.css";

/* Mobile first styles */

body {
	overflow-x: hidden;
	font: 300 14px/18px 'Roboto', sans-serif;
	color: #3b3733;
	background: #024a3a;
	text-align:center;
}
p {	
	font-size: 16px; 
	line-height: 24px;
	font-weight:400;
}
h2 { 
	font-weight:bold;
	color:#00b05f;
}
h3 { 
	font-weight:bold;
	font-size:22px;
	color:#006851;
}
a {
	color:#006851;
	font-weight:bold;
	text-decoration:underline;
}
.bg-green-dark a, .bg-green-darker a {
	color:#fff0d3;
}
a:hover {
	color:#ffaa00;
	text-decoration:underline;
}
a:focus {
	color:#ffaa00;
	text-decoration:none;
	outline:none;
}
li strong {
	font-weight:bold;
}
.icon-link, .icon-link a {
	text-decoration:none;
}
.icon-link:hover, .icon-link a:hover {
	text-decoration:none;
}
.no-ul li, .no-ul:hover, no-ul:visited, no-ul:active, no-ul:focus {
	text-decoration:none;
}
.lead {	
	font-size: 18px; 
	line-height: 26px;
	font-weight:300;
}
.btn {
	border-radius:0px;
	border:none;
	font-weight:bold;
	font-size:16px;
	color:#fff0d3;
	background-color:#00b05f;	
	padding:10px 15px 10px 15px;
	text-decoration:none;
	white-space: normal;
}
.btn:hover {
	color:#fff;
	background-color:#ffaa00;
	text-decoration:none;
}
.btn:focus {
	outline:none;
	color:#fff;
	box-shadow:none;
}

.biggerList{
	font-size: 18px;
    line-height: 26px;
}
.text-tiny {
	font-size:12px;
}
.shadow-outer {
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.shadow-inner {
	box-shadow: inset 0px 0px 15px rgba(0,0,0,.2);
}
.shadow-inner-top {
	box-shadow: inset 0px 8px 15px rgba(0,0,0,.2);
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.inline-block {
	display:inline-block;
}
.icon-right-label {
	display:block;
	padding-top:10px;
	padding-bottom:20px;
}

/* Share-a-thon Panel Styles */
.shareathon-header {
	width:220px;
	padding-left:5px;
	padding-bottom: 30px;
}
.shareathon-text {
	font-size:18px;
	line-height:24px;
}
.shareathon-middle-spacing {
	padding:40px 30px 30px 30px;
}
.pledges {
	font-size:22px;
	font-weight:400;
	color:#fff0d3;
}
.goal {
	font-size:18px;
	font-weight:400;
	color:#fff0d3;
}
.meter {
	height: 45px;
	position: relative;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	text-align: left;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
	max-width: 300px;
}
.meter > span {
	display : block;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	position: relative;
	overflow: hidden;
}
.announcer-box {
	margin-left:10px;
	margin-right:10px;
}
.announcer-quote, .announcer-quote p {
	text-align:center;
	font-size:16px;
	line-height:22px;
}
.announcer-quote .announcer-photo {
	margin-bottom:10px;
}
.announcer-photo {
	width:90px;
	height:90px;
	margin:auto;
	border-radius:50%;
	border: 2px solid #fad9ab;
}
.main-announcer-photo {
	width:130px;
	height:130px;
	margin:auto;
	border-radius:50%;
	border: 2px solid #fad9ab;
	margin-bottom:10px;
}
.announcer-name {
	padding-top:8px; 
	padding-bottom:20px; 
	text-decoration:underline;
	font-weight:bold;
}
.shareathon-link {
	font-weight:bold;
	text-decoration:underline;
}
.shareathon-link:hover {
	color:#fff;
}
/* End Share-a-thon Panel Styles */

.header-spacing {
	display:block;
	height: 110px;
}
.hero-title {
	color:#fff0d3;
	text-shadow: 0px 0px 15px rgba(0,0,0,.5);
}
.hero-text {
	color:#fff0d3;
	font-size:20px;
	font-weight:300;
	text-shadow: 0px 0px 15px rgba(0,0,0,.5);
	width:90%;
	margin:auto;
}
.announcement-panel {
	padding:10px;
	font-size:20px;
	text-align:center;
	color:#fff;
}
.announcement-panel a:hover {
	color:#fff;
	text-decoration:none;
}
.announcementCaption {
	text-decoration:none;
}
.announcement-text {
	line-height: 28px;
	font-size: 18px;
	font-weight: 600;
	color: #006851;
}

.playing-box-section {
	margin:30px 0px 0px 0px;
}
.playing-box {
	padding:20px 20px 30px 20px;
}
.now-playing {
	height:10px;
	margin-top:-5px;
}
.wp-next-section {
}
.wp-next-section small {
	font-size:18px;
}
.NotUpNext {
	font-size:18px;
	color:#b0916f;
	font-weight:400;
}
.UpNext, .UpNext small {
	font-size:18px;
	font-weight:bold;
	color:#006851;
}
.icon-header {
	font-size: 50px;
	color: #00b05f;
	font-weight: 800;
	padding: 10px;
	vertical-align: middle;
	
}
.icon-row-section {
	padding:0px 0px 0px 0px;
}
.icon-row-section a:hover, .playing-box-section a:hover{
	text-decoration:none;
}
.icon-circle {
	width:90px;
	height:90px;
	text-align:center;
	margin:auto;
	border-radius:50%;
}
.icon-link:hover p {
	text-decoration:none;
}
.icon-link .icon-circle {
	background-color:#00b05f;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.icon-link:hover .icon-circle {
	background-color:#ffaa00;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.icon-link:hover .icon-circle .fa {
	color:#fff;
}
.icon-circle .fa {
	font-size:56px;
	padding-top:17px;
}
.icon-circle .fa-send {
	font-size:50px;
	padding-top:19px;
	margin-left:-5px;
}
.icon-text {
	font-weight:bold;
	font-size:22px;
}
.upcoming-program {
	margin-bottom:7px;
}
.bg-icon-map {
	background-image: url(../../Images/Icons/marker-tan.png);
	background-size:contain;
}
.align-top {
	vertical-align:top;
}
.player-header {
	height:auto;
	background-color:#006851;
}
.player-header img {
	width:90%;	
	max-width:350px;
}

.stellar-section .bg-comments {
	background-image: url(../../Images/ListenerBackground.jpg);
	background-size: cover;
}
.stellar-section .bg-photo1 {
	background-image: url(../../Images/PhotoBackground1B.jpg);
	background-size: cover;
}
.stellar-block {
	background-attachment: fixed;
	background-position: center 0%;
	position: relative;
	background-repeat: no-repeat;
}
.bg-photo2 {
	background-image: url(../../Images/PhotoBackground2.jpg);
	background-size:contain;
}
.bg-photo3 {
	background-image: url(../../Images/PhotoBackground3.jpg);
	background-size:contain;
}
.bg-photo4 {
	background-image: url(../../Images/PhotoBackground4.jpg);
	background-size:contain;
}
.bg-photo5 {
	background-image: url(../../Images/PhotoBackground5.jpg);
	background-size:contain;
}
.bg-photo6 {
	background-image: url(../../Images/PhotoBackground6.jpg);
	background-size:contain;
}
.bg-photo7 {
	background-image: url(../../Images/PhotoBackground7.jpg);
	background-size:contain;
}

.bg-header-narrow {
	background-image: url(../../Images/PhotoBackgroundThin.jpg);
	background-size:contain;
}
.gm-style-iw h2 {
	color:#00b05f;	
}
.gm-style-iw p {
	color:#006851;	
}
.weight-400 {
	font-weight:400;
}
.weight-600 {
	font-weight:600;
}
.z-5 {
	z-index:5;
}
.z-10 {
	z-index:10;
}
.z-11 {
	z-index:11;
}
.z-15 {
	z-index:15;
}
.z-20 {
	z-index:20;
}
.pos-rel {
	position:relative;
}
.no-wrap {
	white-space:nowrap;
}
.inline {
	display:inline;
}
.main-section {
	padding:40px 10px 30px 10px;
}
.box-section {
	width:100%;
	margin-left:20px;
	margin-right:20px;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align: right;
}
.list-center-390 {
	margin-left:auto;
	margin-right:auto;
	max-width:390px;
}
/* MARGIN STYLES*/
.marginT-30 {
	margin-top: 30px;
}
/* STATIONS STYLES */
#cd-google-map {
	z-index:10;
}

/* PROGRAM GUIDE STYLES */
.guide-option {
	width:115px;
}
.flag {
	display: none;
}
.box-corner-note {
	margin-top:-30px;
	margin-left:-15px;
	display:block;
}
.box-corner-note p {
	text-align:left;
	font-size:16px;
}
#ProgramGuide ul li {
	margin-left: 72px;
	padding: 4px 0;
	font-size: 16px;
	vertical-align: middle;
}
#ProgramGuide table {
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
}
#ProgramGuide tr {
	padding: 4px 0;
	vertical-align: middle;
}
#ProgramGuide tr td {
	text-align:left;
	padding: 9px 0 7px 0;
}

#ProgramGuide .ProgramGuideTime {
	white-space:nowrap;
	width:100px!important;
}
#ProgramGuide .News {
	font-size: 85%;
}
span[data-tip] {
	color: #00b05f;
	cursor: pointer;
	font-weight: bold;
}
#ProgramGuide .HostedProgramHost {
	font-size: smaller;
	font-style: normal;
	vertical-align: baseline;
}
#ProgramGuide .BeginHostedProgram {
	font-size: 16px;
	background-color:#006851;
	color:#fff0d3;
}

#ProgramGuide .BeginHostedProgram, #ProgramGuide .HostedProgram, #ProgramGuide .EndHostedProgram {
	border-left: solid #006851 3px;
}
.ProgramGuideTime {
	width:70px;
	display:block;
	margin-right:10px;
}
#UpNext, #ProgramGuide .HostedProgram#UpNext {
	color: #f0ad4e;
	font-size: 16px;
	padding: 5px 0;
	margin-left: 0px;
}
#UpNext .ProgramGuideTime::before {
	content: "Up Next!";
	font-style: italic;
	font-weight: bold;
	padding-right: 8px;
  padding: 5px;
  background-color: #fff0d3;
  margin-left: -73px;
}
#ProgramGuide .HostedProgramTitle {
	font-weight: bold;
}
#UpNext:before {
	font-family: FontAwesome;
	content: '\f0a9 Up Next!';	
}

/* TOOLTIPS STYLES */	
.BoxyPopGrid {
	/* 	width: 25%; */
	width: 100%;
	min-height: 105px;
	display: inline-block;
	padding: 10px;
	position: relative;
	background-color: transparent;
	margin-top: 5px;
	overflow: hidden !important;
}
.BoxyPopGrid .program-description {
	font-size:14px;
	line-height:20px;
}
.popup-image {
	border: 2px solid rgba(100,50,10,.3);
}
.webui-popover {
	border-radius:3px !important;
}

.BoxyPopGrid h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.BoxyPopGrid img {
	float: left;
	margin-right: 15px;
	width:75px;
	height:auto;
}
.BoxyPopGrid:last-child {
	margin-bottom: 0px;
}
.BoxyPopGrid h3 {
	border: none;
}

@media (max-width: 825px) {
.BoxyPopGrid {
	min-height: 325px;
}
}

@media (max-width: 685px) {
.BoxyPopGrid {
	min-height: 85px;
}
}
/* DONATE STYLES */
.special-offer-img {
	margin-right: 10px;
	padding-bottom: 20px;
	max-width: 100px;
	vertical-align: top;
}
.donate-form {
	margin:auto;
	max-width:400px;
}
.donate-cd-image {
	height:100px;
	width:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin:auto;
}
.ValidationSummary {
	color:red;
	margin-bottom:40px;
}
#imgCAPTCHA {
	border: 2px solid #fad9ab;
	margin-bottom:10px;
}
.captcha-note {
	margin-bottom:10px;
}
/*Listen Now Buttons */
#ListenNowClone {
	position: fixed;
	top: 0px;
	right: 0px;
	color: #ffffff;
	cursor: pointer;
	z-index: 9999999;
}
#ListenNowChoices {
	position: fixed;
	top: 40px;
	right: -186px;
	width: 185px;
	height: auto;
	display: none;
	z-index: 99999999;
}
#ListenNowChoices li {
	list-style: none;
}
.ListenNowChoices {
	display: block;
	height: auto;
	width: 80%;
	padding: 5% 10%;
	background: #F0AD4E;
	border-top: 1px #ffffff solid;
	text-align: left;
	color: #fff0d3;
	text-decoration: none;
}
.ListenNowChoices:hover {
	background: #FDF0D3;
	cursor: pointer;
	color: #F0AD4E;
	text-decoration: none;
}

/* PLAYER WINDOW */
.flowplayer {
    font-size: 1em !important;
}
.flowplayer .fp-icon {
    padding-top: 2px;
}
.flowplayer .fp-color {
    background-color: #00b05f !important;
}
.flowplayer .fp-controls {
    background-color: #024a3a !important;
}
.flowplayer .fp-duration {
    display: none !important;
}

/* NEWSLETTER STYLES */
.main-letter {
	padding:0px 0px;
}
.newsletter-header {
	width:100%;
	height:auto;
}
.quote-section {
	margin-left:0px;
	margin-right:0px;
}
.quote-icon {
	font-size: 40px;
	text-align:center;
}
.quote-name {
	text-align:right;
}
.nl-cd-image {
	height:150px;
	width:auto;
	float:none;
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.nl-cd-link {
	text-decoration:underline;
}
.nl-cd-link:hover {
	color:#fff;
	text-decoration:underline;
}
.sounds-christmas-image {
	max-width:100%;
	height:auto;
	margin-left:2%;
	text-align:center;
	margin-top:-15px;
	margin-bottom:15px;
}

/* FAQ STYLES */
.ui-accordion .ui-accordion-header {
	font-size:20px;
	font-weight:bold;
	padding:7px 10px 7px 5px;
	outline: none;
}
.ui-accordion-header:before {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-right: 5px;
	outline: none;
}
.ui-accordion-header-active:before {
    content: "\f0d7";
	font-family: "FontAwesome";
    padding-right: 3px;
	margin-left:-2px;
	outline: none;
}

.ui-accordion .ui-accordion-content {
	background-color:transparent;
	border:none;
	color:#3b3733;
	font-size:16px;
	padding:0px 0px 0px 5px;
	outline: none;
}
.ui-icon, .ui-widget-content .ui-icon {
	display:none;
}
.FAQ .indented-h3 {
	color:#00b05f;
}
.FAQ ol {
	font-size:16px;
	line-height:24px;
}
.FAQ h3 {
	background-color:transparent;
	border:none;
	color:#006851;
	font-size:20px;
	padding-left:0px;
	outline: none;
}
.footer-icon {
	font-size:30px;
}
.footer-icon-smaller {
	font-size:26px;
}
.footer-text {
	font-size:16px;
}
.footer-link, .footer-link:hover {
	color:#fff0d3;
}
.more-sites h3 {
	font-size:18px;
}
#OtherWebsiteHeader {
	color:#fff0d3;
}

.streamImg img {
	width: 100%;
	height: auto;
}



/*Streams styles*/
.streamImg {
	width: 100%;
	height: auto;
}		
.card-text {
	font-size: 18px;
	color: #b0916f;
    font-weight: 400;
}		
.card-body {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
   	padding: 1.25rem;
}
a .no-ul  {
	text-decoration: none;
}		
.flowplayer.fp-default-playlist .fp-playlist a {
	display: none;
}
#PlayerFrame1 {
	vertical-align: middle;
}
#PlayerFrame2 {
	vertical-align: middle;
}
#PlayerFrame3 {
	vertical-align: middle;
}

#player {
	margin-top: 30px;
}
.flowplayer .fp-ui {
	margin-bottom: 20px;
}

.fp-playlist {
	display: none;
}
/*-----*/

/* Extra small devices (490px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 490px) { 
	.header-spacing {
		height: 64px;
	}
	.main-section {
		padding:40px 20px 20px 20px;
	}
	body {
		text-align:left;
	}
	.nl-cd-image {
		float:left;
		text-align:left;
		padding-right:20px;
		margin-bottom:0px;
	}
	.ValidationSummary {
		margin-left:30px;
	}
	.box-section {
		margin-left:auto;
		margin-right:auto;
	}
	
	.stationImg {
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;

}
	
	.headshot {
	width: 100%;
	float: left;
	
}
	
}

/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) { 
	p {	
		font-size: 18px; 
		line-height: 26px;
	}
	.lead {	
		font-size: 20px; 
		line-height: 28px;
	}
    .guide-option {
		width:150px;
	}
	.ui-accordion .ui-accordion-content {
		padding:0px 10px 0px 18px;
	}
	.box-section {
		margin-left:auto;
		margin-right:auto;
	}
	.headshot {
	width: 100%;
	float: left;
	
}
	
}

/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) { 
	.btn {
		font-size:18px;
	}   
	.icon-row-section {
		padding:0px 7% 0px 7%;
	}
	.shareathon-text {
		font-size:16px;
		line-height:22px;
	}
	.shareathon-middle-spacing {
		padding:0px 10px;
	}
	.header-spacing {
		height: 140px;
	}
	.icon-right-label {
		text-align:left;
		padding-top:0px;
		padding-left:10px;
		display:inline-block;
	}
	.nl-cd-image {
		width:160px;
		height:auto;
	}
	.main-section {
		padding:50px 30px 30px 30px;
	}
	.hero-text {
		font-size:22px;
		width:80%;
	}
	.form-container {
		margin-left:auto;
		margin-right:auto;
		max-width:800px;
	}
	.box-section {
		margin-left:auto;
		margin-right:auto;
	}
	.sounds-christmas-image {
		margin-top:0px;
		margin-bottom:0px;
	}
	.sounds-christmas-text p {
		font-size:16px;
		line-height:24px;
	}
}

.stationImg {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;

}

.headshot {
	width: 120px;
	margin-right: 15px;
	float: left;
	
	
}
/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) { 
    .btn {
		padding:10px 30px 10px 30px;
	}
	.shareathon-text {
		font-size:18px;
		line-height:24px;
	}
	.header-spacing {
		height: 85px;
	}
	.quote-section {
		margin-left:20px;
		margin-right:20px;
	}
	.main-letter { /* Newsletter Page */
		padding:0px 20px;
	}
	.main-section {
		padding:50px 40px 40px 40px;
	}
	.sounds-christmas-image {
		margin-top:-10px;
	}
	.sounds-christmas-text p {
		font-size:18px;
		line-height:26px;
	}
}

/* Large devices (desktops, 1100px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1100px) { 
	.nl-cd-image {
		height:120px;
		width:auto;
	}
	.sounds-christmas-image {
		margin-top:-10px;
	}
	.sounds-christmas-text {
		margin-top:10px;
	}
}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) { 
	.playing-box-section {
		margin:30px 40px 10px 40px;
	}
	.playing-box {
		margin:10px;
		padding:20px 20px 30px 20px;
	}
	.icon-row-section {
		padding:0px 10% 0px 10%;
	}
	.announcer-box {
		margin-right:30px;
	}
	.sounds-christmas-text {
		margin-top:30px;
		margin-right:-20px;
	}
}

/* Extra large devices
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1300px) { 
	.icon-row-section {
		padding:0px 9% 0px 9%;
	}
	.announcer-box {
		margin-left:60px;
		margin-right:60px;
	}
}
@media (min-width: 1400px) { 
}

@media (min-width: 1500px) { 
	.sounds-christmas-text {
		margin-left:-80px;
		margin-right:80px;
	}
}
@media (min-width: 1600px) { 
	.icon-row-section {
		padding:0px 8.5% 0px 8.5%;
	}
}
