/*
Theme Name: TMA GALA 2020
Theme URI: http://maxkukoy.com
Version: 1.0
Author: Max Kukoy
Author URI: http://maxkukoy.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/* RESET CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Colors:
Yellow             edd775
Light Yellow    f2e49d
Pink                 ec008c
Light Pink        ef449f
Green              5bc2a7
Light Green     d3ede6
Black               000000
Gray                cccccc
*/
/* Basic CSS */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Source Sans Pro', sans-serif;
}

a:link,
a:visited {
  color: blue;
  text-decoration: none;
  transition: all .3s linear;
}

a:active,
a:hover {
  color: red;
}

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

img.alignright {
  float: right;
  clear: right;
  margin: 1rem 0 2.5rem 2.5rem;
  max-width: 600px;
}

img.alignleft {
  float: left;
  clear: left;
  margin: 1rem 2.5rem 2.5rem 0;
  max-width: 600px;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px 0;
}

.wrap.banner {
  background: #EDD775 url('/wp-content/themes/tmagala2020/images/words-30.png');
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  height: 188px;
  padding: 0;
}

.home .wrap.banner {
  height: 375px;
}

.wrap.mainnav {
  background: #5bc2a7;
  padding: 0;
}

.wrap.mainnav.fixed {
  position: fixed;
  top: 0;
}

.wrap.donatesection {
  background: #EC008B url('/wp-content/themes/tmagala2020/images/words-30.png');
}

.wrap.academicboxes {
  padding: 75px 0;
}

.wrap.greenblock {
  background: #d3ede6;
}

.wrap.mathblocks,
.wrap.issuestoaction {
  padding-bottom: 50px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

header.container {
  height: 188px;
  overflow: hidden;
}

.home header.container {
  height: 375px;
}

.mainnav .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mainnav+.maincontent {
  padding-top: 25px;
}

.maincontent .container {
  padding: 25px 0;
}

.maincontent>.wrap:first-child+.wrap.videoblock {
  padding-top: 0;
}

.videoblock .container {
  padding-top: 0;
}

.soapbox .container {
  padding: 50px 0 0 0;
}

.enrichmentpage {
  margin-bottom: 25px;
}

.cols2block {
  display: grid;
  grid-template-columns: 50% 50%;
}

.donatesection .container {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-column-gap: 25px;
}

.donatetwocols {
  display: grid;
  grid-template-columns: 66% 33%;
}

.artboxes ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 25px;
}

.wrap.footer {
  background: #5BC1A7 url('/wp-content/themes/tmagala2020/images/words-30.png');
  min-height: 325px;
}

.footer .container {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100px;
}

/* Headings Paragraph */
.home h1 {
  font-size: 5rem;
  font-family: 'BlackStar-Regular', cursive;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 2rem 1rem;
}

h1 {
  font-size: 5rem;
  font-family: 'Milkstore03-Blk', sans-serif;
  color: #edd775;
  text-align: center;
}

.wrap.ptp::before,
h1::after {
  content: "";
  display: block;
  margin: 50px auto 25px;
  width: 50px;
  height: 2px;
  background: #D8D8D8;
}

h2 {
  font-size: 4rem;
  font-family: 'Milkstore02-Con', sans-serif;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
}

.container>h2:first-child {
  padding-top: 0;
}

.greenblock h2 {
  color: #5bc2a7;
}

.ptp h2,
.soapbox h2 {
  font-family: 'Milkstore03-Blk', sans-serif;
  color: #edd775;
}

.soapbox h2+p {
  text-align: center;
}

.ptp h2 {
  color: #ec008c;
}

.ptpfooter p {
  text-align: center;
  margin-top: 25px;
}

p {
  margin: 0;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.4;
}

.vidbox+p {
  margin-top: 25px;
}

.mainvcontent ul {
  margin-top: 2rem;
}

.spanishhead,
header+p {
  font-family: 'BlackStar-Regular', sans-serif;
  font-size: 3.5rem;
  text-align: center;
}

.enrichmentpage ul.locationlist {
  display: block;
  list-style: none outside;
  margin-left: 0;
  margin-top: 2rem;
}

.enrichmentpage ul.locationlist ul {
  display: block;
  list-style: disc outside;
  margin-left: 4rem;
  margin-top: 1rem;
}

ul.locationlist li {
  font-size: 1.8rem;
  font-weight: 700;
  padding: .5rem 0;
}

ul.locationlist ul li {
  font-size: 1.8rem;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

/* Main Navigation */
#mainmenu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  text-transform: uppercase;
}

.mainnav {
  font-family: 'Milkstore02-Con', sans-serif;
  font-size: 3rem;
  position: relative;
  z-index: 20;
}

.mainnav a:link,
.mainnav a:visited {
  color: #EDD775;
  display: block;
  text-align: center;
  padding: 0 1rem;
  position: relative;
}

.mainnav a:active,
.mainnav a:hover {
  color: #000;
}

.mainnav li {
  position: relative;
  text-align: center;
}

.mainnav li.menu-item-has-children>a::after {
  content: "\02C5";
  position: absolute;
  font-size: 3rem;
  top: 10px;
  display: inline;
  padding-left: 4px;
}

.mainnav li:hover .sub-menu {
  left: 50%;
  opacity: 1;
}

.mainnav .sub-menu {
  display: block;
  position: absolute;
  left: -2000px;
  width: auto;
  border-top: 5px solid #ec008c;
  margin-top: 5px;
  background: #5bc2a7;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s linear;
}

.mainnav .sub-menu a:link,
.mainnav .sub-menu a:visited {
  background: #5bc2a7;
  color: #fff;
  display: block;
  text-align: left;
  padding: .5rem 3rem .5rem 1.5rem;
}

.mainnav .sub-menu li:last-child a:link {
  padding-bottom: 10px;
}

.mainnav .sub-menu a:active,
.mainnav .sub-menu a:hover {
  color: #000;
}

.mainnav .sub-menu li a:active,
.mainnav .sub-menu li a:hover {
  background: #d3ede6;
}

/* Footer */
.tmablock {
  display: block;
}

.tmablock>span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  color: #000;
}

.tmablock>span span {
  display: block;
  padding-bottom: 5px;
}

p.thankyou {
  font-family: 'BlackStar-Bold', cursive;
  color: #ec008c;
  font-size: 4rem;
  padding: 25px 20px 25px 0;
  text-align: right;
}

/* header */
span.logo {
  max-width: 225px;
  bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.home span.logo {
  max-width: 315px;
  bottom: 50px;
}

.mentorsmark {
  max-width: 100px;
  position: absolute;
  left: 57%;
  top: 10px;
  padding: 0;
  margin: 0;
}

.home .mentorsmark {
  max-width: 150px;
  position: absolute;
  left: 57%;
  top: 7%;
}

a.donatelink:link,
a.donatelink:visited {
  color: #fff;
  font-family: 'Milkstore03-Blk', sans-serif;
  font-size: 3.25rem;
  text-transform: uppercase;
  position: absolute;
  bottom: -275px;
  left: 60%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  transition: all .3s linear;
  background: #EC008B;
  box-shadow: none;
}

a.donatelink:active,
a.donatelink:hover {
  bottom: -250px;
  font-size: 3.75rem;
  transition: all .3s linear;
}

a.donatelink span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}

.home a.donatelink span {
  top: 40px;
}

.home a.donatelink:link,
.home a.donatelink:visited {
  color: #fff;
  font-family: 'Milkstore03-Blk', sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  position: absolute;
  bottom: -340px;
  left: 60%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  transition: all .3s linear;
  background: #EC008B;
  box-shadow: none;
}

.home a.donatelink:active,
.home a.donatelink:hover {
  bottom: -320px;
  font-size: 4.5rem;
}

.donateblockbottom {
  display: block;
  padding: 125px 0 0 0;
}

.donateblockbottom a.donatelink:link,
.donateblockbottom a.donatelink:visited {
  font-size: 3.25rem;
  bottom: -375px;
  left: 50%;
  width: 475px;
  height: 475px;
  border-radius: 50%;
  transition: all .3s linear;
  background: #EC008B;
  box-shadow: none;
  transform: translateX(-50%);
}

.donateblockbottom a.donatelink:active,
.donateblockbottom a.donatelink:hover {
  bottom: -350px;
  font-size: 3.5rem;
}

.donateblockbottom a.donatelink span {
  top: 30px;
}

/* Home Page */
.vidbox {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  display: block;
}

.greenvidblock .vidbox::after {
  content: "";
  display: block;
  clear: both;
}

.vidbox iframe,
.vidbox object,
.vidbox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.donatesection {
  background: #EC008B;
  padding: 50px 0;
}

.donatetwocols span,
.donatesection .container>span {
  align-self: center;
  justify-self: center;
}

.donatebtncol {
  padding-left: 25px;
}

.donatebtncol a:link,
.donatebtncol a:visited {
  font-size: 2.5rem;
  font-family: 'Milkstore03-Blk', sans-serif;
  background: #ECD676;
  padding: 10px 4rem 14px;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  transition: all .3s linear;
}

.donatebtncol a:active,
.donatebtncol a:hover {
  background: #5bc2a7;
  color: #fff;
}

.donatesection p {
  color: #fff;
  font-size: 2rem;
  text-align: left;
  padding: 1.25rem 0;
}

svg {
  height: 250px; // the contents will scale to fit because of viewBox
}

.svgdonatecircle,
.donatecircle {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #DCDCDC;
  position: relative;
}

.donatepercent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  height: 185px;
  width: 185px;
  border-radius: 50%;
  font-size: 10rem;
  font-family: 'Milkstore02-Con', sans-serif;
  color: #5bc2a7;
  background: #EC008B url('/wp-content/themes/tmagala2020/images/words-30.png');
  background-position: -173px -85px;
}

.donatepercent span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.donatepercent span::after {
  content: "%";
}

.home .contentarea p {
  margin: 2rem 0;
  padding: 2rem .25rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
}

.academicboxes ul {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
}

.academicboxes ul li {
  max-width: 250px;
  position: relative;
}

.academicboxes .pagetitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Avaline Script SC', cursive;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
}

a.linkblock {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

footer .tmalogo img {
  filter: brightness(0);
}

.cols2block .rightcol {
  padding-left: 25px;
}

.cols2vid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 25px;
}

.bookstackgraphic {
  display: grid;
  grid-template-columns: 23% 54% 23%;
}

.bookstackimg {
  z-index: 1;
  position: relative;
}

.grphcol {
  position: relative;
}

.grphcol p {
  padding: 0;
  font-size: 1.6rem;
}

.grade10txt,
.grade12txt {
  position: absolute;
  text-align: left;
  margin-left: 30px;
}

.grade9txt,
.grade11txt {
  position: absolute;
  text-align: right;
  margin-right: 40px;
}

.grade11txt {
  top: 20%;
}

.grade9txt {
  bottom: 25%;
}

.grade12txt {
  top: 10%;
}

.grade10txt {
  top: 44%;
}

.grade9txt p,
.grade11txt p {
  text-align: right;
  padding-right: 10px;
}

.grade12txt p,
.grade10txt p {
  text-align: left;
  padding-left: 0px;
}

.grade9txt p::after {
  content: url('/wp-content/themes/tmagala2020/images/9thgradeline.png');
  position: absolute;
  right: -75px;
  top: 0px;
}

.grade11txt p::after {
  content: url('/wp-content/themes/tmagala2020/images/11thgradeline.png');
  position: absolute;
  right: -87px;
  top: 0px;
}

.grade12txt p::after {
  content: url('/wp-content/themes/tmagala2020/images/12thgradeline.png');
  position: absolute;
  left: -85px;
  top: 0px;
}

.grade10txt p::after {
  content: url('/wp-content/themes/tmagala2020/images/12thgradeline.png');
  position: absolute;
  left: -85px;
  top: 0px;
}

.booklist .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.titleofbook {
  display: block;
  font-size: 1.8rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 1rem 0 0 0;
}

.gradelabel {
  font-family: 'BlackStar-Regular', cursive;
  color: #edd775;
  font-size: 4rem;
  text-align: center;
  display: block;
}

.booktype {
  font-family: 'Milkstore02-Con', sans-serif;
  color: #5bc2a7;
  font-size: 3rem;
  text-align: center;
  display: block;
}

.booklist ul {
  margin-top: 2rem;
}

.booklist li {
  text-align: center;
  padding-bottom: 1.25rem;
}

.booklist li span {
  display: block;
  padding-bottom: .5rem;
}

span.booktitle {
  font-weight: 700;
}

/* Math Page */
.page-id-5 .maincontent {
  background: #fff url('/wp-content/themes/tmagala2020/images/mathbackground2.png');
  background-position: top center;
  background-repeat: no-repeat;
}

.mathblocks .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.oneblock {
  display: block;
  position: relative;
}

.blockimg {
  position: relative;
  z-index: 1;
}

.blockimg img {
  vertical-align: bottom;
}

.mathsubject {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 6rem;
  font-family: 'BlackStar-Regular', cursive;
  white-space: nowrap;
  z-index: 2;
  opacity: 1;
  transition: opacity .2s linear;
}

.hovercontent {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  color: #fff;
  transition: opacity .2s linear;
}

p.mathboxcontent {
  position: absolute;
  display: block;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oneblock:hover .mathsubject {
  opacity: 0;
}

.oneblock:hover .hovercontent {
  opacity: 1;
  z-index: 2;
}

.rtitle {
  display: block;
  font-family: 'Milkstore02-Con', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 1rem;
}

/* SCience Page */
.vidbox2.sciencepage {
  width: 50%;
  height: 50%;
  float: left;
  margin: 25px 25px 25px 0;
  overflow: hidden;
  display: block;
}

/* Art Page */
.artboxes ul li {
  position: relative;
}

.oneimagecaption {
  position: relative;
  text-align: center;
  display: block;
  padding: 0 2rem;
  color: #000;
}

.arttitle {
  display: none;
  font-size: 3rem;
  font-family: 'Milkstore02-Con', sans-serif;
}

.artcontent {
  display: block;
}

.artcontent p {
  font-size: 1.8rem;
  text-align: center;
  padding: .5rem 1rem;
}

.artpage .intro p {
  text-align: center;
}

/* Books Page */
.bookboxes ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 18px;
}

.booktitle {
  display: block;
  font-size: 3rem;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5bc2a7;
  text-align: center;
  padding: 1rem 0 0 0;
}

.bookdesc {
  display: block;
  padding: 0 .5rem;
}

.bookdesc p {
  padding-top: .5rem;
  text-align: center;
}

.booklink {
  display: block;
  text-align: center;
}

.booklink a:link,
.booklink a:visited {
  display: inline-block;
  margin: 0 auto;
  padding: .75rem 2rem .5rem;
  font-family: 'Avaline Script SC', cursive;
  font-size: 2.5rem;
  background: #ec008c;
  color: #fff;
  border-radius: 5px;
  transition: all .3s linear;
}

.booklink a:active,
.booklink a:hover {
  background: #000;
  color: #fff;
}

/* Mentors Page */
.greenblock {
  padding: 50px 0;
}

.enrichmentpage ul,
.mentorspage ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 18px;
}

.vidlabel {
  display: block;
  font-family: 'Milkstore02-Con', sans-serif;
  font-size: 3rem;
  text-align: center;
  color: #5bc2a7;
  padding-bottom: 2rem;
}

li.onevid {
  position: relative;
}

.mentorsecond h2 {
  color: #edd775;
  text-align: center;
}

.container.mentorsecond {
  padding: 0;
}

.mentorspage .videoblock ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 18px;
}

li.onebox {
  display: grid;
  grid-template-columns: 1fr;
}

li.onebox>span:first-child {
  height: 390px;
  width: 100%;
}

.imggallery li img {
  position: relative;
  overflow: hidden;
}

.imggallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logosblock {
  padding-top: 100px;
}

.onelogo {
  border: 1px solid #fff;
  text-align: center;
  padding: 0 20px;
  height: 120px;
  position: relative;
  vertical-align: bottom;
}

.imgwrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 1px solid #fff;
}

.onelogo img {
  vertical-align: bottom;
}

/* Programs */
.civilrights h2 {
  font-family: 'Milkstore03-Blk', sans-serif;
  font-size: 4rem;
  color: #ec008c;
  text-align: center;
}

.civilrightscontent {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 18px;
}

.map {
  text-align: center;
}

ul.imggallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 18px;
  row-gap: 25px;
}

.mentorsgallery ul.imggallery,
.tripgallery ul.imggallery {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mentorsgallery ul.imggallery {
  row-gap: 18px;
}

.imggallery li span,
.imggallery li {
  display: block;
  position: relative;
}

/*
.tripgallery li {
  padding: 10px;
}
*/
.imggallery li .slideimg {
  display: block;
  text-align: center;
  margin: auto;
  max-width: 390px;
  max-height: 390px;
  height: 100%;
  width: 100%;
}

.imggallery span {
  display: block;
  position: relative;
}

.imggallery img,
.artboxes img,
.tripgallery img,
.trailslides img {
  max-width: 390px;
  max-height: 390px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slidetitle {
  font-size: 1.6rem;
  text-align: left;
  padding: .5rem 0 0;
}

.ptp .slidetitle,
.trailslides .slidetitle,
.tripgallery .slidetitle {
  font-family: 'Milkstore02-Con', sans-serif;
  text-align: center;
  font-size: 3rem;
  color: #5bc2a7;
  padding: 1rem 0 .5rem;
  display: block;
}

.ptp .slidetext p,
.trailslides .slidetext p,
.tripgallery .slidetext p {
  text-align: center;
  padding: .5rem;
}

.athletics h2 {
  font-family: 'Milkstore03-Blk', sans-serif;
  font-size: 4rem;
  color: #5bc2a7;
  text-align: center;
}

.athletics p+.vidbox {
  margin-top: 2rem;
}

/* Advocacy */
.cols2block {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 18px;
  padding-top: 2rem;
}

.issuestoaction h2 {
  font-family: 'Milkstore03-Blk', sans-serif;
  color: #ec008c;
  text-align: center;
}

.col>img {
  margin-top: 1rem;
}

.trailslides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 18px;
  row-gap: 18px;
  margin-top: 25px;
}

.col .vidbox {
  margin-top: 1.5rem;
}

.cols3 {
  display: grid;
  grid-template-columns: 1fr 60% 1fr;
  column-gap: 18px;
  margin-top: 2rem;
}

p.quote {
  text-align: center;
  font-size: 2.2rem;
  padding: 2rem 2rem 1rem;
}

p.quotename {
  font-family: 'Milkstore02-Con', sans-serif;
  text-align: center;
  font-size: 2rem;
  color: #000;
}

p.quotename::before {
  content: "-";
  display: inline;
  padding-right: 5px;
}

.ptpcols ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 33%;
  column-gap: 18px;
  margin-top: 2rem;
}

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

  .maincontent .container,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grade9txt {
    bottom: 20%;
  }
}

@media only screen and (max-width: 1050px) {
  .grade11txt {
    top: 17%;
  }

  .grade11txt p {
    margin-top: -25px;
  }

  .grade9txt {
    bottom: 15%;
  }

  .grphcol p {
    font-size: 1.4rem;
  }

  .grade11txt,
  .grade9txt {
    margin-right: 20px;
  }

  .grade9txt {
    bottom: 15%;
  }
}

@media only screen and (max-width: 899px) {
  .grade9txt {
    bottom: 5%;
  }

  /* Main Nav */
  .wrap.mainnav.fixed {
    position: absolute;
  }

  a.navtoggle {
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    margin-top: 0px;
    display: block;
    width: 25px;
    height: 20px;
    padding-top: 12px;
    z-index: 1000;
  }

  .navtoggle span,
  .navtoggle span:after,
  .navtoggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 25px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all .5s ease-in-out
  }

  .navtoggle span:before {
    top: -10px
  }

  .navtoggle span:after {
    bottom: -10px
  }

  .navtoggle.menuopen span {
    background-color: transparent
  }

  .navtoggle.menuopen span:after,
  .navtoggle.menuopen span:before {
    top: 0
  }

  .navtoggle.menuopen span:before {
    transform: rotate(45deg)
  }

  .navtoggle.menuopen span:after {
    transform: rotate(-45deg)
  }

  .mainnav nav {
    position: relative;
  }

  .wrap.mainnav {
    position: absolute;
    top: 0;
    left: 0;
  }

  #mainmenu {
    display: block;
  }

  .mainnav nav {
    position: absolute;
    width: 100%;
    left: -100%;
    padding-top: 10px;
    background: #5bc2a7;
  }

  .mainnav .container {
    padding: 0;
  }

  .mainnav a:link,
  .mainnav a:visited {
    padding: .5rem 1rem;
  }

  .mainnav li {
    position: relative;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #d3ede6;
  }

  .mainnav ul#mainmenu>li:first-child {
    border-top: 0px solid #d3ede6;
  }

  .mainnav .sub-menu {
    display: block;
    position: relative;
    width: auto;
    border-top: 0px solid #ec008c;
    margin-top: 0px;
    left: auto;
    transform: none;
  }

  .mainnav li.menu-item-has-children {
    border: 0;
  }

  .mainnav li.menu-item-has-children a {
    display: none;
  }

  .mainnav .sub-menu a:link,
  .mainnav .sub-menu a:visited {
    background: #5bc2a7;
    color: #EDD775;
    display: block;
    text-align: center;
    padding: .5rem 1rem;
  }

  .mainnav .sub-menu a:active,
  .mainnav .sub-menu a:hover {
    color: #000;
  }

  .mainnav+.maincontent {
    padding-top: 0;
  }

  /* header */
  span.logo {
    max-width: 225px;
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .home span.logo {
    max-width: 295px;
    bottom: 75px;
  }

  .mentorsmark {
    max-width: 100px;
    position: absolute;
    left: 63%;
    top: 10px;
    padding: 0;
    margin: 0;
  }

  .home .mentorsmark {
    max-width: 140px;
    position: absolute;
    left: 62%;
    top: 7%;
  }

  a.donatelink:link,
  a.donatelink:visited {
    color: #fff;
    font-family: 'Milkstore03-Blk', sans-serif;
    font-size: 3.25rem;
    text-transform: uppercase;
    position: absolute;
    bottom: -275px;
    left: 60%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    transition: all .3s linear;
    background: #EC008B;
    box-shadow: none;
  }

  a.donatelink:active,
  a.donatelink:hover {
    bottom: -250px;
    font-size: 3.75rem;
    transition: all .3s linear;
  }

  a.donatelink span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }

  .home a.donatelink span {
    top: 20px;
  }

  .home a.donatelink:link,
  .home a.donatelink:visited {
    color: #fff;
    font-family: 'Milkstore03-Blk', sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    position: absolute;
    bottom: -300px;
    left: 50%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    transition: all .3s linear;
    background: #EC008B;
    box-shadow: none;
  }

  .home a.donatelink:active,
  .home a.donatelink:hover {
    bottom: -300px;
    font-size: 3.5rem;
  }

  .cols2block {
    grid-template-columns: 1fr;
  }

  .donatesection .container {
    grid-template-columns: 40% 1fr;
  }

  .donatetwocols {
    grid-template-columns: 1fr;
  }

  .donatetwocols span {
    justify-self: left;
  }

  .donatecontentcol {
    padding-right: 30px;
  }

  .donatebtncol {
    padding-left: 0;
  }

  .donatecontentcol h2 {
    text-align: left;
  }

  .academicboxes ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .maincontent .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  p.thankyou {
    padding: 0;
    font-size: 3.5rem;
  }

  .oneblock::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .blockimg {
    position: absolute;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .blockimg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hovercontent {
    position: relative;
    opacity: 1;
    height: auto;
    padding-bottom: 20px;
    background: transparent;
  }

  .mathsubject {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: center;
    background: rgba(0, 0, 0, .75);
  }

  p.mathboxcontent {
    position: relative;
    top: 10px;
    transform: translate(-50%, 0);
  }

  .oneblock:hover .mathsubject {
    opacity: 1;
  }

  .oneblock:hover .hovercontent {
    opacity: 1;
    z-index: 2;
  }

  .booklist .container {
    grid-template-columns: 1fr 1fr;
  }

  img.alignright {
    max-width: 400px;
  }

  .imggallery ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .civilrightscontent {
    display: block;
  }

  .civilrightscontent .map {
    display: block;
  }

  .ptpcols ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 25px;
  }

  .ptpcols ul li:last-child {
    grid-column-start: 1;
    grid-column-end: 5;
  }

  .tripgallery ul.imggallery {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 25px;
  }

  .mentorsgallery ul.imggallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

  .home .wrap.banner,
  .home header.container {
    height: 275px;
  }

  .home header.container {
    padding: 0;
  }

  .home span.logo {
    max-width: 200px;
    top: 40px;
    left: 50%;
  }

  .home .mentorsmark {
    display: block;
    max-width: 100px;
    left: 65%;
    top: 10px;
  }

  .home a.donatelink:link,
  .home a.donatelink:visited {
    font-size: 3.5rem;
    bottom: -120px;
    width: 50%;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
  }

  .home a.donatelink:active,
  .home a.donatelink:hover {
    bottom: -120px;
    font-size: 3.5rem;
  }

  a.donatelink span {
    top: 30px;
  }

  .maincontent .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  p.thankyou {
    text-align: center;
    padding-bottom: 2rem;
  }

  .mathblocks .container {
    grid-template-columns: 1fr;
  }

  .booklist .container {
    grid-template-columns: 1fr 1fr;
  }

  .vidbox2.sciencepage {
    width: auto;
    height: auto;
    float: none;
    margin: 25px 0 25px 0;
    overflow: hidden;
  }

  img.alignright {
    max-width: 400px;
  }

  .artboxes ul {
    grid-template-columns: 1fr 1fr;
  }

  .ptpcols ul {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
  }

  span.colimg {
    display: block;
    text-align: center;
  }

  span.colimg img {
    max-width: 125px;
  }

  .cols2vid {
    grid-template-columns: 1fr;
  }

  .advocacygallery ul.imggallery {
    grid-template-columns: 1fr 1fr;
  }

  .bookstackgraphic {
    grid-template-columns: 1fr;
  }

  .grphcol .grade10txt,
  .grphcol .grade12txt,
  .grphcol .grade9txt,
  .grphcol .grade11txt {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: 0;
  }

  .grade9txt p,
  .grade11txt p {
    text-align: left;
    padding-right: 0;
  }

  .grade12txt p,
  .grade10txt p {
    text-align: left;
    padding-left: 0px;
  }

  .grade9txt p::after,
  .grade10txt p::after,
  .grade11txt p::after,
  .grade12txt p::after {
    content: none;
  }

  .grphcol p::before {
    display: block;
    padding-top: 2rem;
  }

  .grade9txt p::before {
    content: "9th Grade:";
    color: #edd775;
    border-bottom: 1px solid #edd775;
  }

  .grade10txt p::before {
    content: "10th Grade:";
    color: #ec008c;
    border-bottom: 1px solid #ec008c;
  }

  .grade11txt p::before {
    content: "11th Grade:";
    color: #5bc2a7;
    border-bottom: 1px solid #5bc2a7;
  }

  .grade12txt p::before {
    content: "12th Grade:";
    color: #ec008c;
    border-bottom: 1px solid #ec008c;
  }
}

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

  /* header */
  header.container {
    padding: 0 20px;
  }

  .home .wrap.banner,
  .home header.container {
    height: 225px;
  }

  .home span.logo {
    max-width: 175px;
    top: 20px;
    left: 50%;
  }

  span.logo {
    max-width: 155px;
    top: 20px;
    left: 50%;
  }

  .mentorsmark {
    display: none;
  }

  .home a.donatelink:link,
  .home a.donatelink:visited {
    font-size: 3.5rem;
    bottom: -120px;
    width: 100%;
    height: 200px;
    left: 50%;
  }

  .home a.donatelink:active,
  .home a.donatelink:hover {
    bottom: -120px;
    font-size: 3.5rem;
  }

  a.donatelink:link,
  a.donatelink:visited {
    color: #fff;
    font-family: 'Milkstore03-Blk', sans-serif;
    font-size: 3.25rem;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    border-radius: 0;
    transition: all .3s linear;
    background: #EC008B;
    box-shadow: none;
    display: block;
  }

  a.donatelink:active,
  a.donatelink:hover {
    bottom: 0;
    font-size: 3.25rem;
    transition: all .3s linear;
  }

  a.donatelink span {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .home .maincontent {
    border-top: 5px solid #5bc2a7;
  }

  .donatesection .container {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
    padding-left: 20px;
    padding-right: 20px
  }

  .donatesection p {
    text-align: center;
  }

  .donatetwocols span {
    justify-self: center;
  }

  .donatecontentcol h2 {
    text-align: center;
  }

  .academicboxes ul {
    grid-template-columns: 1fr;
  }

  .academicboxes ul li.onebox {
    justify-self: center;
  }

  .booklist .container {
    grid-template-columns: 1fr;
  }

  img.alignright {
    display: block;
    float: none;
    clear: both;
    width: auto;
    max-width: 100%;
    margin: 0;
  }

  .tripgallery ul.imggallery,
  ul.imggallery,
  .donatetwocols,
  .cols3,
  .ptpcols ul,
  .civilrightscontent,
  .trailslides,
  .videoblock .container ul,
  .enrichmentpage ul,
  .mentorspage ul,
  .bookboxes ul,
  .artboxes ul {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }

  .advocacygallery ul.imggallery {
    grid-template-columns: 1fr;
  }

  .slideimg {
    display: block;
    text-align: center;
    margin: auto;
  }

  .colimg {
    display: block;
    text-align: center;
  }

  .colimg img {
    max-width: 150px;
  }

  .imggallery img {
    max-width: none;
    max-height: none;
  }

  li.onebox>span:first-child {
    height: auto;
  }

  .imggallery li .slideimg {
    max-width: none;
    max-height: none;
  }
}
