@charset "utf-8";
/* CSS Document */

/* Start of Grid Rules */
.grid {
	max-width: 950px;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	display: grid;
	grid-gap: 5px;
	grid-auto-rows: auto;
	grid-template-areas:
		"hd"
		"art"
		"mnav"
		"ft";
}
	@media (min-width: 768px) {
		.grid {
			grid-gap: 2px;
			grid-template-areas:
			"hd"
			"dnav"
			"art"
			"ft";
			box-shadow: -1px 0px 2px #69828f, 1px 0px 2px #69828f;
			}
		}
.newsletter-grid {
	max-width: 950px;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	display: grid;
	grid-gap: 5px;
	grid-auto-rows: auto;
	grid-template-areas:
		"hd"
		"art"
		"ft";
}
	@media (min-width: 768px) {
		.newsletter-grid {
			grid-gap: 2px;
			grid-template-areas:
			"hd"
			"art"
			"ft";
			box-shadow: -1px 0px 2px #69828f, 1px 0px 2px #69828f;
			}
		}
/* End of Grid Rules */



/* Start of Header */
header {
	grid-area: hd;
	background-color: #2a3439;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.09' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	min-height: 60px;
	max-height: 140px;
}

/* Logo */
.logo {
	margin: 0 auto 0 auto;
	display: block;
	padding: 5px 0 5px 0;
	height: auto;
	width: 80%;
}
	@media only screen and (min-width: 500px) {
		.logo {
			width: 70%;	
		}
	}

	@media only screen and (min-width: 600px) {
		.logo {
			max-width: 450px;	
		}
	}
/* End of Header */



/* Start of Desktop Menu */
.desktop-nav {
	grid-area: dnav;
	background-color: #3a6c85;
}

.desktop-nav ul {
	background-color: #3a6c85;
	text-align: center;
	font-size: 16px;
	padding: 8px 0 8px 0;
	margin: 0 auto 0 auto;
}

.desktop-nav li {
	display: inline-block;
	margin: 0 4px 0 4px;
}

.desktop-nav a {
	text-decoration: none;
	color: white;
}

.desktop-nav a:hover {
	text-decoration: underline;
}

	@media only screen and (max-width: 767px) {
		.desktop-nav {
			display: none;
		}
	}
/* End of Desktop Menu */



/* Start of Standard Article Styles */
article {
	grid-area: art;
	padding: 30px;
}
.standard-article h1 {
	color: #3a6c85;
	font-size: 24pt;
	text-align: left;
}
.standard-article h2 {
	color: #2a3439;
	font-size: 16pt;
	text-align: justify;
	text-justify: inter-word;
	font-weight: lighter;
}
.standard-article h3 {
	color: #3a6c85;
}
.standard-article p {
	font-size: 14pt;
	text-align: justify;
	text-justify: inter-word;
}
.standard-article a {
	color: #3a6c85;
	text-decoration: none;
}
.standard-article ul {
	list-style-type: none;
	padding: 10px;
}
.byline {
	color: #2a3439;
	font-weight: bolder;
	font-size: 16pt;
}
.profile-deets {
	font-weight: bolder;
	color: #3a6c85;
	padding-right: 5px;
}
.standard-article figure {
	padding: 0;
	margin: 0;
}
.standard-article img {
	width: 100%;
	height: auto;
}
.standard-article figcaption {
	font-size: 11pt;
}

.profile-picture figcaption {
	text-align: center;
}

.inart figcaption {
	text-align: justify;
	text-justify: inter-word;
}
.shutterstock {
	text-align: center;
}
	@media only screen and (min-width: 768px) {	
		.inartpic img {
			max-width: 600px;
			margin: 30px auto 0 auto;
			display: block;
			border-radius: 10px;
		}
		.inartpic figcaption {
			text-align: center;
			margin: 20px auto 10px auto;
		}
	}
.didyouknow {
	border: 5px solid #009444;
	padding: 30px;
	border-radius: 15px;
}
	@media only screen and (min-width: 1024px) {
		.didyouknow {
			margin: 30px 50px 20px 50px;
		}
	}
.didyouknow h3 {
	text-align: center;
	font-size: 20pt;
}
.didyouknow p {
	font-style: italic;
}
.standard-article .atp {
	color: #3a6c85;
}
.standard-article .wta {
	color: #814885;
}
h3.preview-section {
	color: #009444;
	text-align: center;
	font-size: 18pt;
	text-decoration: underline;
}
.preview-name {
	color: #3a6c85;
	font-weight: bold;
}
p.tournament-results {
	font-size: 18pt;
}
.newsletter-headings {
	font-size: 22pt;
	text-align: center;
}
.newsletter-news {
	margin-left: 20px;
	font-size: 18px;
}
ul.newsletter-news {
	list-style-type: circle;
}
p.newsletter-intro {
	font-size: 16pt;
	font-style: italic;
	font-weight: bolder;
	margin-bottom: 30px;
	border-top: 4px dotted #009444;
	padding-top: 25px;
}

/* Start of Read More addition */
.youmightlike {
	width: 90%;
	margin: 0px auto 25px auto;
	background-color: #3a6c85;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%232a3439' fill-opacity='0.20' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	padding-bottom: 8px;
}
.youmightlike h3 {
	color: white;
	text-align: center;
	margin: 10px;
}
.youmightlike p {
	color: white;
	margin: 10px;
}
@media only screen and (min-width: 768px) {	
		.youmightlike {
			max-width: 600px;
		}
	}
.youmightlike img {
	margin: auto;
	display: block;
}
h3.read-more-title  {
	color: #009444;
	text-align: center;
}
/* End of Read More addition */
figcaption.headline-promo {
	margin: 10px auto 5px auto;
	font-weight: bold;
	color: #3a6c85;
}
/* End of Standard Article Styles */



/* Start of Category Page Styles */

	/* Start of page description section */
	.page-description {
		border-bottom: solid 4px #3a6c85;
	}
	.page-description h1 {
		color: #3a6c85;
		font-size: 24pt;
	}
	.page-description p {
		font-size: 16pt;
	}
	/* End of page description section */

	/* Start of story Container */
	.pagestory img {
		height: auto;
		width: 100%;
		border-radius: 10px;
		margin-top: 30px;
	}
	.pagestory h2 {
		font-size: 18pt;
		text-transform: uppercase;
		color: #3a6c85;
		margin: 5px 0 8px 0;
	}
	p.page-subhead {
		font-size: 14pt;
		color: #000000;
		margin: 0 0 8px 0;
	}
	p.page-byline {
		font-size: 12pt;
		color: #2a3439;
		margin: 0 0 30px 0;
	}
	.pagestory a {
		text-decoration: none;
	}

	.pagestory hr {
		border: 0.5px solid #69828f;
	}

		@media only screen and (min-width: 1024px) {
			.pagestory {
				max-width: 90%;
				margin-left: auto;
				margin-right: auto;
			}
		}
	/* End of story container*/
	.page-substories {
		border-top: solid 4px #009444;
	}
		@media only screen and (min-width: 768px) {
			.page-substories {
				display: inline-block;
				padding: 20px 5px 30px 5px;
				width: 100%;
			}
			.page-substories img {
				max-width: 40%;
				float: right;
				margin-left: 15px;
			}
			.page-substories h2 {
				margin-top: 40px;
			}
		}
/* End of Category Page Styles */


/* Start of audio player styles */

/* Start of Top Section */ 

.player-container {
	font-family: 'Open Sans'; /*Essential*/
    background-color: #3a6c85;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.09' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%; /*Essential*/
    text-align: center; /*Essential*/
	border-radius: 4px 4px 0px 0px;
	margin-bottom: 2px;
	padding-top: 10px;
	max-width: 650px;
	margin: auto;
}

.current-song-info {
    display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 4px;
	margin: 0 10px;
}

#current-cover {
	border-radius: 4px;
}

#current-cover img {
    max-width: 100%;
	height: auto;
	display: block;
}

.song-details h2 {
    font-size: 16pt;
    color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 8px;
}

.song-details p {
	font-size: 12pt;
    color: #fff;
	font-style: italic;
	text-align: center;
}

audio {
    width: 90%;
	margin-bottom: 10px;
}

.controls button {
    background-color: #009444;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
	margin: 0px 5px 20px 5px;
	padding: 10px;
	border-radius: 4px;
}

.controls button:hover {
    background-color: #2a3439;
}

@media (min-width: 601px) {
	.current-song-info {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
	}

	img#current-cover {
		width: 60%;
		max-width: 450px;
		display: flex;
	}

	.song-details {
		margin-top: 50px;
	}

	audio {
		width: 80%;
	}

	.player-container {
		background-color: #2a3439;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.09' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
		padding-bottom: 20px;
	}

	.current-song-info {
		margin: 20px;
		background-color: #009444;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.09' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
		border: white solid 0.2px;
	}

	#player-border {
		background-color: #3a6c85;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.09' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
		border: white solid 0.2px;
		height: 96%;
		width: 96%;
		margin: auto;
		border-radius: 4px
	}

}

/* End of Top Section */ 

/* Start of Bottom Section */

.playlist-container {
    background-color: #2a3439;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.09' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%;
	max-width: 650px;
	max-height: 300px;
	overflow-y: scroll;
	margin: auto;
	margin-top: 2px;
}

.playlist-container h2 {
    text-align: center;
    color: red;
    margin-top: 0;
    margin-bottom: 15px;
}

#playlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.playlist-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.playlist-item:last-child {
    border-bottom: none;
}

.playlist-item:hover {
    background-color: #009444;
}

.playlist-item.active {
    background-color: #009444; /* Highlight active song */
    font-weight: bold;
}

.playlist-item img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-right: 10px;
    object-fit: cover;
}

.playlist-item .song-info {
    flex-grow: 1;
}

.playlist-item .song-title {
    margin: 0;
    font-size: 1.1em;
    color: #fff;
	text-align: left;
}

.playlist-item .song-artist {
    margin: 0;
    font-size: 0.9em;
	font-style: italic;
    color: #fff;
}

@media (min-width: 601px) {
	.playlist-container {
		max-height: 500px;
	}
}

/* End of audio player styles */



/* Mobile Menu */
.mobile-nav {
	grid-area: mnav;
	background-color: white;
	border-radius: 25px 25px 0 0;
}
	@media (min-width: 768px) {
		.mobile-nav {
			display: none;
		}
	}
.mobile-nav ul {
	list-style-type: none;
}
.mobile-nav ul li a {
	text-decoration: none;
	color:#ffffff;
	text-align: center;
	display: block;
	padding: 8px;
}
/*Accordion Menu*/
.accordion {
  background-color: #3a6c85;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  margin-bottom: 1px;
  width: 100%;
  border-color: transparent;
  border-radius: 25px 25px 0 0;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #3a6c85; 
}
.panel {
  display: none;
  background-color: #69828f;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
.panel ul {
  list-style: none;
	margin: 0;
	padding: 0;
}
.panel ul li {
  padding: 10px 0 10px 0;
  border-bottom: solid .5px white;
  margin: 0;
}
/* End of Mobile menu */



/* Start of Footer */
footer {
	grid-area: ft;
	background-color: #2a3439;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.09' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	min-height: 300px;
	color: #69828F;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 15pt;
}
footer li {
	line-height: 2.3;
}
footer p {
	text-align: center;
	padding: 2% 0 1% 0;
	font-size: 12pt;
}
	@media only screen and (min-width: 768px) {	
		footer li {
			display: inline-block;
			margin: 0px 10px 0 0;
		}
	}
footer a {
	text-decoration: none;
	color: #69828f;
}
footer a:hover {
	color: white;
}

#copyright-newsletter {
	font-size: 12pt;
}
/* End of Footer */