/*========== Fonts ===========*/

@font-face {
	font-family: 'Effra-Light';
	src: url('../fonts/Effra-Light.eot');
	src: local('Effra Light'), local('Effra-Light'),
		url('../fonts/Effra-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Effra-Light.woff2') format('woff2'),
		url('../fonts/Effra-Light.woff') format('woff'),
		url('../fonts/Effra-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Effra-Medium';
	src: url('../fonts/Effra-Medium.eot');
	src: local('Effra Medium'), local('Effra-Medium'),
		url('../fonts/Effra-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Effra-Medium.woff2') format('woff2'),
		url('../fonts/Effra-Medium.woff') format('woff'),
		url('../fonts/Effra-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Effra-Bold';
	src: url('../fonts/Effra-Bold.eot');
	src: local('Effra Bold'), local('Effra-Bold'),
		url('../fonts/Effra-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Effra-Bold.woff2') format('woff2'),
		url('../fonts/Effra-Bold.woff') format('woff'),
		url('../fonts/Effra-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Effra-Heavy';
	src: url('../fonts/Effra-Heavy.eot');
	src: local('Effra Heavy'), local('Effra-Heavy'),
		url('../fonts/Effra-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Effra-Heavy.woff2') format('woff2'),
		url('../fonts/Effra-Heavy.woff') format('woff'),
		url('../fonts/Effra-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Avenir-Book';
	src: url('../fonts/Avenir-Book.eot');
	src: local('Avenir-Book'), local('Avenir-Book'),
		url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-Book.woff2') format('woff2'),
		url('../fonts/Avenir-Book.woff') format('woff'),
		url('../fonts/Avenir-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Medium';
	src: url('../fonts/Avenir-Medium.eot');
	src: local('Avenir-Medium'), local('Avenir-Medium'),
		url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-Medium.woff2') format('woff2'),
		url('../fonts/Avenir-Medium.woff') format('woff'),
		url('../fonts/Avenir-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-MediumOblique';
	src: url('../fonts/Avenir-MediumOblique.eot');
	src: local('Avenir-MediumOblique'), local('Avenir-MediumOblique'),
		url('../fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-MediumOblique.woff2') format('woff2'),
		url('../fonts/Avenir-MediumOblique.woff') format('woff'),
		url('../fonts/Avenir-MediumOblique.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Black';
	src: url('../fonts/Avenir-Black.eot');
	src: local('Avenir-Black'), local('Avenir-Black'),
		url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-Black.woff2') format('woff2'),
		url('../fonts/Avenir-Black.woff') format('woff'),
		url('../fonts/Avenir-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*========== Body ===========*/

body {background-color: #192957;  font-family: 'Avenir-Book';}
body section {max-width: 1200px; margin: auto; background-color: #ffffff;padding:50px;clear: left;}

h1 {font-family:"Effra-Bold"; color:white; margin-bottom:20px; text-transform:uppercase;}
h2 {font-family:"Effra-Heavy"; font-size:30pt; margin-bottom:20px;}
h3 {font-family:"Effra-Heavy"; font-size:24pt; color: #0074c9;}
h4 {font-family:"Effra-Bold"; margin-bottom:20px;text-transform:uppercase;}
h5 {font-family:"Effra-Light";text-transform:uppercase;font-size: 10pt; padding-bottom: 20px;}
p {font-family: 'Avenir-Book';margin-bottom:20px; line-height:1.2;}
.clear {clear: both; overflow: auto;}
.pb15 {padding-bottom: 15px !important;}
.shh { visibility: hidden; display: none; height: 0px; width: 0px;}




/*========== Header ===========*/
#nav {padding: 20px 50px; font-size: 0.8em;}
#nav img.logo {width:175px;}
#nav ul.menu li a {color: #25347a;}
#nav ul.menu li.phone {display: block; border: 2px solid #192957; border-radius: 50px; font-family: 'Avenir-Black';font-size:1.2em; padding: 3px 20px;}
#nav ul.menu li.phone a {color: #192957; text-decoration:none;}

/* NEW */

#nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  height: 50px;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
  padding-top: 5px;  /* aligns with phone */
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #1b66ae;
  position: absolute;
  height: 8px;
  width: 50px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -16px;
}

.menu-button::after {
  content: '';
  margin-top: 16px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}


/*========== Marquee ===========*/

#marquee {position: relative; height:576px; background-image: url('../images/marquee.jpg');  background-position: center;  background-size: cover;}
#marquee 
  video {
	width: 100%; height: 100%;
	/* Center the video */
	position: absolute; top: 50%; left: 50%; 
	transform: translate(-50%,-50%);
	object-fit: cover !important; 
  }

#marquee div.vidcap {position: absolute; top: 0; left: 0; bottom: 0; right: 0;  background-image: url('../images/video-cover.svg' ); background-size: 110%; background-position: 50% 100.1%; background-repeat: no-repeat;}
#marquee div.content {position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 200px 50px 0; background-image: linear-gradient(to bottom, rgba(0,0,0,.1) 5%, rgba(0,0,0,.2) 15%, rgba(0,0,0,.2) 25%, rgba(0,0,0,.3) 35%, rgba(0,0,0,.3) 47%, rgba(0,0,0,.0) 60% ); background-size: 110%; background-position: 50% 96.5%; background-repeat: no-repeat;}
#marquee div.covid {float:right; margin-top: -150px;} /* specific to marquee */
div.covid {background-color:white; border-radius: 50%; width:75px; height: 75px; text-align:center; padding:10px;}
div.covid img {width: 30px;}
div.covid p {color:black;font-size: 8pt;margin: 0 3px 5px; line-height: 1.1;}
div.covid p.micro {font-family: 'Avenir-Medium'; font-size: 7pt; color:green;}
#marquee .intro {max-width: 600px; color:white; -webkit-text-stroke: .1px #000000;}
#marquee .intro h1 { font-size: 32pt; }
#marquee .intro h1 span {  font-size: 10px; vertical-align: text-top; margin-left: -1%;}
#marquee .intro p { font-size: 16pt; max-width:85%;}
#marquee .intro p.button {text-align: center; text-transform: uppercase; font-size: 9pt; border: 2px solid white; border-radius: 50px; width:120px; padding: 8px 20px;visibility: hidden; display:none;}


/*========== Music Therapy Programs ===========*/

#music-therapy-programs {color: #ffffff; padding-top: 100px;padding-bottom: 100px;}
#music-therapy-programs {background-image: url('../images/mtp.svg' ); background-repeat: no-repeat; background-size: 100%; background-position: 50% 0%;}
#music-therapy-programs div {clear: left;text-align: center}
#music-therapy-programs div h3 {color:white;padding-top: 20px;margin-bottom:5px;}
#music-therapy-programs ul {margin: auto;}
#music-therapy-programs ul#mtp-1 {width: 850px;}
#music-therapy-programs ul#mtp-2 {width: 640px;}
#music-therapy-programs ul#mtp-3 {width: 430px;}

#music-therapy-programs div ul li {width: 160px; height: 163px; float: left; padding:10px 5px 0 5px; border: 1px solid white; border-radius: 25px; margin:20px;}
#music-therapy-programs div ul li a {text-decoration: none;}
#music-therapy-programs div ul li a img {width: 60px; height: 60px; padding: 5px 0 10px;}
#music-therapy-programs div ul li a h6 {font-family: 'Avenir-Black';font-size: 8.5pt; text-transform: uppercase; padding-bottom: 10px; color: #fff;}
#music-therapy-programs div ul li a p {font-size: 8pt; padding-bottom: 7px; margin-bottom: 0px; color: #fff; }
#music-therapy-programs div ul li a p.button {width: 80px; text-align: center; text-transform: uppercase; font-size: 6pt; border: 1px solid white; border-radius: 50px; padding: 4px 8px;margin: auto;  }


/*========== Clients ===========*/

#clients {text-align: center;}
#clients h5 {margin: auto;}
#clients ul {display: inline-block; margin: auto;}
#clients ul li {float: left; padding:20px;}
#clients ul li img {width: 850px;}


/*========== Numbers ===========*/

#numbers div.intro {margin: auto; max-width:80%; text-align: center; padding-bottom: 75px;}
#numbers div.intro h3 {margin: auto; text-align:center;}
#numbers div.intro img.stars {width: 200px; margin: 10px auto;}
#numbers div.intro p {width: 65%; margin: auto; text-align:center;}

#numbers div#n-1, #numbers div#n-2, #numbers div#n-3, #numbers div#n-4 {height: 350; padding: 0 0 50px 0; background-repeat: no-repeat; background-size: 200px 3px; background-position: 50% 41%;}
#numbers div#n-4 {padding-bottom: 0;}

#numbers div img {width: 350px;}
#numbers div div.text {margin-top: 110px; line-height: 1.1;}
#numbers div div.text p {margin: 0; font-size: 14pt;}
#numbers div div.text p.big {font-family:"Effra-Heavy"; font-size: 40pt;}
#numbers div#n-1 div.text p.big {color: #2a9d8f;}
#numbers div#n-2 div.text p.big {color: #0074c9;}
#numbers div#n-3 div.text p.big {color: #6e44ff;}
#numbers div#n-4 div.text p.big {color: #19468d;}
#numbers div#n-1 {background-image: linear-gradient(#2a9d8f 0%, #2a9d8f 100% ); }
#numbers div#n-2 {background-image: linear-gradient(#0074c9 0%, #0074c9 100% ); }
#numbers div#n-3 {background-image: linear-gradient(#6e44ff 0%, #6e44ff 100% );}
#numbers div#n-4 {background-image: linear-gradient(#19468d 0%, #19468d 100% );}
#numbers div#n-4 {background-position: 50% 47%; margin-bottom: -50px;} /* special fix */

#numbers div#n-1 img, #numbers div#n-3 img {float:right; margin-right: 14%; line-height: 350px; vertical-align: middle;}
#numbers div#n-1 div.text, #numbers div#n-3 div.text {float:left; margin-left: 25px; width: 350px; line-height: 350px; vertical-align: middle;}
#numbers div#n-1 div.text p, #numbers div#n-3 div.text p {text-align: right;}

#numbers div#n-2 img, #numbers div#n-4 img {float:left; margin-left: 14%; line-height: 350px; vertical-align: middle;}
#numbers div#n-2 div.text, #numbers div#n-4 div.text  {float:right; margin-right: 5%; width: 350px; line-height: 350px; vertical-align: middle;}



/*========== Association ===========*/

#association {text-align:center;padding-bottom: 225px; background-image: url('../images/swoosh.svg' ); background-size: 100%; background-position: 50% 80%; background-repeat: no-repeat;}
#association h5 {margin: auto;}
#association ul {display: inline-block; margin: auto;}
#association ul li {float: left; padding:10px;}
#association ul li img {width: 850px;} 


/*========== Videos ===========*/

#videos {text-align: center;}
#videos h5 {margin: auto;}
#videos ul {width: 810px; margin: auto;}
#videos ul li {float: left; padding:10px;}
#videos ul li img, #videos ul li iframe {width: 250px; border-radius: 25px;}
#videos div ul li p {max-width: 250px; text-align: center; font-size: 10pt; margin: auto;}


/*========== About===========*/

#about {padding-bottom: 150px;}
#about img {width: 375px; margin-left: 8%;} 
#about div {float: right;margin-left: 25px; width: 45%; margin-right: 12%; } 


/*========== Close ===========*/

#close {background-image: url('../images/close.svg' ); background-size: 220%; background-position: 50% 39%; }
#close .covid {margin-left: 10%;}
#close div.call {width: 450px; margin: auto; color:white; text-align:center;}
#close div.call img {width: 30px; padding-right:5px; vertical-align: middle;}
#close div.call a {color:white;}
#close div.call a.phone {text-decoration: none;}


/*========== Footer ===========*/

#foot {background-image: url('../images/foot.svg' ), linear-gradient(135deg, rgba(77, 146, 190, 1) 30% , rgba(99, 158, 200, 1) 40% , rgba(123, 170, 212, 1) 60%); background-size: 100%; background-position:0 -0; background-repeat: no-repeat;}
					
#foot {color: #ffffff;padding-bottom:0px;padding-top: 30px;}
#foot a {color:white;}

#foot h4 { font-size: 18pt; margin-top: 15px;}
#foot h4 span {  font-size: 8px; vertical-align: text-top; margin-left: -0.5%; }
#foot img.logo {width:125px;}
#foot img.mlogo {display: none;}
#foot div p {margin-bottom:5px;}

#foot div.foot-col {float: left;}
#foot div.foot-col p {font-family:"Effra-Light"; font-size: 11pt;}
#foot div.foot-col p.copyright {font-size: 8pt;}
#foot div.foot-col p span {font-family:"Effra-Bold";}
#foot div.col-1 {width: 15%;}
#foot div.col-2 {width: 35%;}
#foot div.col-3 {width: 25%;}
#foot div.col-4 {width: 15%; float: right;}

#foot div.col-3 {padding-right: 50px; text-align: center;}
#foot div.col-3 p.phone {text-align:center; width: 125px; border: 2px solid white; border-radius: 50px;font-family: 'Avenir-Black';font-size:12pt; margin: 0 auto 20px auto; padding: 8px 20px;}
#foot div.col-3 p.phone a {color: #ffffff; text-decoration:none;}
#foot div.col-3 ul {text-align:center; margin: 0 auto; width: 105px;}
#foot div.col-3 li img {width:25px; float:left; padding: 0 5px;}
#foot div.col-3 p.copyright {display: none;}

#foot div.col-4 ul {margin-bottom:20px; font-size: 0.75em;}
#foot div.col-4 ul li {margin-bottom:5px;}


/*========== Pagehead===========*/

#pagehead { background-size: 100%; background-position:0 -0; background-repeat: no-repeat; height: 450px;}
#pagehead h1 {font-family:"Effra-Light"; font-size:40pt;text-transform:none;vertical-align: middle; margin-top: 50px;}








/*========== Mobile ===========*/

@media screen and (max-width:1250px) {
        #nav {padding: 20px 25px;}
}

@media screen and (max-width:1200px) {
        #nav {padding: 20px 10px;}
}

@media screen and (max-width:1175px) {
        #nav {font-size: 0.75em;}
	#nav .menu > li {margin: 0 0.75rem;}
}

@media screen and (max-width:1100px) {
	#nav .menu > li {margin: 0 0.5rem;}
	#foot div.col-2 p.copyright {display: none;}
	#foot div.col-3 { margin-left: 5%; width: 15%;}
    #foot div.col-3 p.copyright {display: block; /* margin-left: 40px; */ font-size: 0.5em;}
	#foot div.col-4 {width: 20%;float: right;}
}

@media screen and (max-width:1023px) {

h3 {font-size: 3em; margin: auto;}
h5 {font-size: 1em; width: 90%; margin: auto;}
p {font-size: 1.25em;}

body section {width:100% !important;max-width: 100%;padding: 1px 0px;} 

#nav img.logo {width:200px; padding-left: 15px;}
#nav {font-size: 2em;  height: 110px; padding: 20px 0px;}
#nav ul.menu li.phone {display: block; border: none; border-radius: 0;padding: 0 20px; display: inherit;}
#nav ul li a {padding-top: 0.75em; /* padding-left: 3em; */ text-decoration: none;}
.menu-button-container {  display: flex; padding-right: 15px;}
.menu { position: absolute; top: 0; margin-top: 150px; /* why line? */ left: 0; flex-direction: column; width: 100%; justify-content: center; align-items: center; z-index: 2;  /* homepage marquee override */}
#menu-toggle ~ .menu li {height: 0; margin: 0; padding: 0; border: 0; transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);}
#menu-toggle:checked ~ .menu li { border: 1px solid #333 !important; height: 2.5em; padding: 0.5em; transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);}
.menu > li {display: flex; justify-content: center; margin: 0; padding: 0.5em 10px; width: 100%; /* width: 116%; */ /* why not 100%? */ color: #1b66ae; background-color: #b6d1ea;}
#home .menu > li {width: 110%;} /* why not 100%? */
.menu > li:not(:last-child) {border-bottom: 1px solid #444;}

#marquee {height: 100%; width: 100%;}
#marquee div.vidcap {background-position: 50% 100.5%;}
#marquee div.content {padding: 100px 25px 0; position: relative;}
#marquee div.covid {/* margin-top: -90px; */  margin-top: 10px; position: absolute; top: 3%; right: 3%;}
div.covid {width:100px; height: 100px; margin-top: 50px;}
div.covid img {width: 50px; padding-top: 5px;}
div.covid p {font-size: .8em;}
div.covid p.micro {display: none; visibility: hidden;}
#marquee .intro {max-width: 80%; -webkit-text-stroke: 0;}
#marquee .intro h1 {font-size: 1.65em;}
#marquee .intro p {font-size: 1.2em; font-family: "Avenir-Medium";}

#clients {padding: 2em 0;}
#clients h5 {font-size: 16pt;}
#clients ul li {padding:0px;}
#clients ul li img {width: 100%;}

#music-therapy-programs {background-size: 100%; padding: 50px 0; background-color: #4789c5; background-image: none; /*background-image: url('../images/mtp.svg' ); */} 
#music-therapy-programs div h3 {padding-top: 20px; font-size: 2.0em;}
#music-therapy-programs ul#mtp-1, #music-therapy-programs ul#mtp-2, #music-therapy-programs ul#mtp-3 {width: initial; max-width: 100%;}
#music-therapy-programs div ul li {width: 175px; height: 175px; padding:0px; margin: 8px; display: inline-block; vertical-align: top; float: none; }
#music-therapy-programs div ul li a img {width: 80px; padding: 30px 0 10px;}
/* #music-therapy-programs div ul li a img.alt {width: 75px; height: 70px;}
#music-therapy-programs div ul li a img.altp {width: 90px;} */
#music-therapy-programs div ul li a h6 {font-size: 1em;}
#music-therapy-programs div ul li p {visibility: hidden;}
#music-therapy-programs div ul li img.alt50 {width: 75px; height: 75px;}
#music-therapy-programs div ul li img.alt60 {padding-top: 30px; height: 65px;}
#music-therapy-programs div ul li img.pt5 {padding-top: 25px;}

#numbers {padding-top: 50px;}
#numbers div.intro {max-width: 100%; margin-bottom: 100px;}
#numbers div {padding: 0px !important;height: reset !important;}
#numbers div#n-1,#numbers div#n-2,#numbers div#n-3,#numbers div#n-4 {background-image: none; text-align: center; height: initial; margin: 4em 0; }
#numbers div div.text {float: none !important; margin: auto !important; width: 100% !important; display: inline-block !important; line-height: 11px !important; padding-top: 0px !important;padding-bottom: 0px !important; margin-top: 0px;}
#numbers div div.text p {text-align: center !important; font-size: 2.25em !important;}
#numbers div div.text p.big {font-size: 5em !important;}
#numbers div img {visibility: hidden; width: 0px; display: none;}
#numbers div img.stars {display: block; visibility: visible; width: initial;}

#association h5 {font-size: 16pt;}
#association ul li {padding:0px;}
#association ul li img {width: 90%;}

#videos ul {width: 100%;}
#videos ul li {float: none; padding: 20px;}
#videos ul li img, #videos ul li iframe {/* width:600px; height: 300px; */}
#videos div ul li p { font-size: 14pt;max-width: 90%;}

#about {padding: 50px 0;}
#about div { width: 80%; float: none; margin-left: auto; margin-right: auto; padding-bottom: 20px;}
#about img {width: 60%; margin-left: auto; margin-right: auto; display: block;}

#close div.call {width: 80%;}
#close div.call h2 {margin-top: .25em; font-size: 1.2em;}
#close div.call img {width: 10%;}
#close div.call p {visibility: hidden; display: none;}

#foot {padding-bottom: 10px; overflow: auto;}
#foot h4 {font-size: 1.1em; padding-left: 5%;}
#foot h4 span {font-size: .33em;}
#foot div.col-1 { width: 40%; padding-left: 5%;}
#foot img.logo {display: none;}
#foot img.mlogo {display: block; width: 85%;}
#foot div.col-2 { display: none;}
#foot div.col-3 { width: 30%; float: right;}
#foot div.col-3 p.phone {width: 7em; font-size: 1em;}
#foot div.col-3 ul { display: none;}
#foot div.col-4 {display: none;}
#foot div.col-4 ul {margin-bottom: 0px;}

}



@media screen and (max-width:995px) {
/* body section {max-width: 950px;} */
#marquee {min-height: 500px;}
#marquee video {display: none;}
}


@media screen and (max-width:925px) {
#association {background-position: 50% 70%} 
}


@media screen and (max-width:768px) {
/* #marquee div.covid {display: none;} */
div.covid {width:75px; height: 75px; margin-top: 50px;}
div.covid img {width: 30px; padding-top: 5px;}
div.covid p {font-size: .6em;}
}

@media screen and (max-width:500px) {
}

@media screen and (max-width:450px) {
h3 {font-size: 2em;}
h4 {font-size: .8em;}
div.covid {width:50px; height: 50px; margin-top: 5px;}
div.covid img {width: 20px; padding-top: 5px;}
div.covid p {font-size: .33em; margin: 0;}
#marquee .intro {max-width: 90%;} 
#marquee .covid {margin-top: 0;}
#music-therapy-programs div ul li {width: 175px; height: 175px; padding:0px; margin: 8px auto; float: none;}
#numbers div div.text p {font-size: 1.25em !important;}
#association {background-position: 50% 60%} 
#foot {padding-top: 1em;}
#foot h4 {font-size: .8em; margin-top: 5px; margin-bottom: .5em;}
#foot div.col-3 {width: 40%; margin-left: 0; padding-right: 20px;}
#foot div.col-3 p.phone {font-size: .8em; margin-bottom: .5em; padding: 5px 15px;}
#foot div.col-3 p.copyright {margin: 0; justify-content: center; font-size: 0.6em;}
}