/* this selector is used to move the entire text menus down a bit */
.closed li .tsNavbar {
	position: relative;
	top: 8px;
}

.tsSOMmenu {
	background-color: #2E3192;
	color: #C6F0FC;
}

a.tsSOMmenu {
	color: #C6F0FC;
	background-color: #2E3192;
}

.som-header-bar.tsSOMmenu #p7SOMhd_1 {
	color: #C6F0FC;
	background-color: #2E3192;
}
.som-header-bar.tsSOMmenu #p7SOMhd_1:hover  {
	background-color: #77A3BF;
	color: #FF0003;
}

.p7SOM-03 ul a:hover {
	background-color: #2E3192;
	color: #C6F0FC;
}


.tsSOMmenu.trig_closed {
	color: #C6F0FC;
}

.tsSOMmenu.trig_closed:hover {
	color: #FF0003;
	background-color: #77A3BF;
}

.tsSOMmenu.trig_open:hover {
	color: #FF0003;
	background-color: #77A3BF;
}

a.tsSOMmenu.som-link:hover {
	color: #FF0003;
	background-color: #77A3BF;
}
a.tsSOMmenu.som-link {
	color: #C6F0FC;
	font-size: 100%;
}

a.tsSOMmenu.root_link {
	font-size: 120%;
}

.menuLabel {
	font-size: 35%;
	position: fixed;
	padding-bottom: 0px;
	left: 19px;
	top: 25px;
}

.red {
	color: #FFE300;
	text-shadow: 2px 2px #FF0004;
}

.form-label {
	color: #FFE300;
	text-shadow: 2px 2px #FF0004;
}

.tsH1  {
	color: #C6F0FB;
	text-align: center;
	padding-bottom: 10px;
}

.hmy-content.hmy-left p a {
	color: #C6F0FB !important;
	text-decoration: underline;
}

.hmy-content.hmy-left h3 a {
	color: #C6F0FB;
	text-decoration: underline;
}

/*3/3/2024 this was not showing correctly on hover.  So I added this attribute and marked it important, and it worked.*/
.hmy-content.hmy-left p a:hover {
	color: #FF0003 !important;
	background-color: #2E3192;
}
.hmy-content.hmy-left h3 a:hover {
	color: #FF0003;
	background-color: #2E3192;
}
.hmy-content.hmy-left h2 a:hover {
	color: #FF0003;
	background-color: #2E3192;
}

.tsPagePics {
	padding: 10px 0px;
	position: relative;
	display: block;
	/* setting the margin property to 'auto' centers the images in the div. */
	margin: auto;
}

#citiesServedBtn {
	background-color: #2E3192;
	color: #C6F0FB;
	height: 34px;
	border-width: 0px;
	font-size: 100%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/*Modal Header*/


/* Modal Content/Box */
.modal-content {
	background-color: #457296;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #2E3192;
	width: 75%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #C6F0FB;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.tsLogo {
	max-width: 400px;
	height: auto;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
	padding: 20px;
	text-align: center;
	text-decoration: none;
	color: #C6F0FB;
}

.tsBody {
    background-color: #8EC2EC;
    padding-bottom: 0px;
    padding-top: 0px;
}

.hmy-section.tsLogo .hmy-content-wrapper.hmy-color-content-blue.tsLogo .hmy-content.hmy-center.tsLogo {
	background-color: #77A3BF;
	display: block;
	max-width: 100%;
	margin: auto;
	height: auto;
}
/* this selector moves tsBanner upward, closer to the main tsNavBar */
.hmy-section.tsBanner {
	margin-top: 0px;
}
.tsContextPicsL {
	height: 0;
	height: auto;
	float: left;
	max-width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.tsContextPicsR {
	height: 0;
	height: auto;
	float: right;
	max-width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#dtstamp {
	padding-left: 0px;
}

.tsForm {
}
.tsForm#citiesServedBtn  {
	margin-top: 10px;
	margin-bottom: 10px;
}
h3.formHeader {
	color: #C6F0FC;
	text-decoration: underline;
}

.tsH3 {
	color: #C6F0FC;
}
.tsH2 {
	color: #C6F0FC;
}

#form_pl table .formHeader {
	color: #C6F0FC;
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

thead tr .formCenter {
	color: #C6F0FC;
	font-weight: bold;
	font-size: 1.35em;
	text-align: center;
	padding-bottom: 20px;
	text-decoration: underline;
	padding-top: 20px;
}

thead tr .submitBtn {
	text-align: center;
}

ul .pl_form {
	padding-top: 0px;
	padding-bottom: 7px;
}

tbody tr .formLeftRed {
	color: #FF0003;
	text-align: right;
	text-shadow: -1px 1px #FF0314;
}

tbody tr .formLeft {
	text-align: right;
}

.pl_form {
}

.tsResourcesNav {
	color: #C6F0FB;
	text-align: center;
}

li.tsResourcesNav {
	text-align: center;
}

.closed li .tsResourcesNav:hover {
	background-color: #2E3192;
	color: #FF0003;
}

/* this selector positions the Show / Hide label in the tsResourcesNav to the center */
.p7PM3-04.responsive .pmm3-toolbar.tsResourcesNav {
	text-align: center;
}
th.levelTitle_resources {
	text-align: left;
	background-color: #B6DCE6;
	color: #2E3192;
	line-height: 30px;
}
#pl_resources td a:hover  {
	background-color: #2E3192;
	display: inline;
	color: #FF0003;
}
tr .rtnTop.text-center {
	background-color: #B6DCE6;
}
.rtnTop.text-center a .levelTitle_resources {
	display: block;
}
img.levelTitle_resources:hover  {
	background-color: #F8FF00;
}

.tsKeys.tsBanner {
	margin-top: -35px;
	position: relative;
}

.tsBanner.musicscroll {
	margin-top: -31px;
}

.mxAd {
    display: table;
    line-height: 2em;
    border: 4px solid #C6F0FC;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
}

.badges {
	display: table;
	line-height: 2em;
	/* [disabled]border: 4px solid #C6F0FC; */
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#p7PM3_2 #p7PM3tb_2 a {
	padding-bottom: 0px;
}

.hmy-section.tsPageContent.tsForm {
	background-color: #77A3BF;
}
.tsForm.tsPagePics {
	background-color: #77A3BF;
	margin-top: -21px;
}

.tsH4 {
	color: #C6F0FC;
}

.tsH5 {
	color: #C6F0FC;
}
#pl_resources .table-bordered {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.hmy-content.hmy-left.tsResources {
	z-index: 910;
}

.testimonial {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 4px solid #C6F0FB;
}

#freeLesson {
    width: auto;
    height: auto;
    display: inline;
    font-size: large;
    color: #B1ECFB;
    background-color: #2E3192;
    border: thick solid #FF0004;
    padding: 5px;
    margin-top: 11px;
    margin-bottom: 10px;
}

.freeLesson {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 11px;
}

.hmy-content.hmy-left ol a {
    color: #A9ECFB;
}

.hmy-content.hmy-left ol a:hover {
    color: #FF0003;
}

.tsH4-center {
    color: #C6F0FB;
    text-align: center;
}
.freeLesson_ol li  {
    margin-top: 10px;
}

/* The following two selectors change the link color and hover in the freeLesson div ONLY */

.hmy-content-wrapper.tsPageContent .hmy-content.hmy-left .freeLesson a {
    color: #C6F0FD;
}

.hmy-content-wrapper.tsPageContent .hmy-content.hmy-left .freeLesson a:hover {
    color: #FF0003;
}
.tsH3-center {
	text-align: center;
}

.hmy-content.hmy-center p a {
    color: #A9ECFB;
    text-decoration: underline;
}

.mxAd a {
	color: #A9ECFB;
}

.hmy-content.hmy-center p a:hover  {
	color: #FF0003;
	background-color: #2E3192;
}

.hmy-content.hmy-left p a:hover {
	color: #FF0003;
	background-color: #2E3192;
}

.covid {
    border: thick solid #F40A0E;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.covid a {
	color: #C6F0FB;
}

.covid a:hover {
	background: #2D3191;
	color: #F3090F !important;
}

.covid .tsH4-center a {
	text-shadow: 0px 0px #F40A0E;
	text-decoration: underline;
	color: #FE0000;
	font-style: italic;
	background-color: #F80307;
}
.covid .tsH4-center a:hover  {
    color: #F3090F;
    background-color: #2D3191;
}
covid.tsH4-left {
	text-align: left;
}
.covid.tsH4-left a {
	color: #C6F0FB;
	text-decoration: underline;
}
.FAQcolor {
    color: #FAD77A;
}
.realRed {
    color: #F5070A;
    text-decoration: underline;
    font-variant: small-caps;
    font-size: large;
}

/*Thses next two items are to show links correctly for a list item in an unordered list.*/
li a {
	color: #C6F0FB !important;
}

li a:hover {
	background-color: #2E3192;
	color: #FF0003 !important;
}
.hmy-content.hmy-left p a:hover {
    color: #F3090F;
}
.hmy-content.hmy-left .tsH1 a {
	text-decoration: underline;
}

@media screen and (min-width:0px) and (max-width:853px){

.hmy-content-wrapper.tsPageContent .hmy-content.hmy-left .freeLesson a {
    color: #99E0F7;
}
.headline1d {
	text-decoration: underline;
	color: #0DF020;
}

/* TS Resources Nav - this selector controls the Show/Hide Menu text, formerly a hamburger icon, that I changed to "Menu"  */
#p7PM3_2 #p7PM3tb_2 .tsResourcesNav {
	font-size: 1.25em;
	color: #2E3192;
}
.tsBanner.musicscroll {
	height: 9vmin;
}
}

.tsBanner {
	/* [disabled]margin-top: -16px; */
}

.musicscroll {
}

.wwBanner {
}

@media screen and (min-width:0px) and (max-width:768px){

.tsBanner.musicscroll {
	min-height: 9vmin;
}
}


@media screen and (min-width:0px) and (max-width:400px){

.tsBody {
	width: 135%;
}

.hmy-content.hmy-center .tsKeys {
	width: 100%;
	min-width: 100%;
	position: relative;
}

.tsBanner.musicscroll {
	min-height: 15vmin;
}

.testimonial {
    border-bottom: 4px solid #C6F0FB;
}
}
