@charset "UTF-8";



/* SCHEDULE SECTION */

.sked-section h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 2rem; 
  padding-bottom: 4px;}

.sked-section h2::before {
  content: "";
  border-bottom: 1px solid #d14949;
  align-self: center; }

.sked-section h2::after {
  content: "";
  border-bottom: 1px solid #d14949;
  align-self: center; }



/* Click to print schedule
   ========================================================================== */
h3.center {
text-align: center;
vertical-align: middle;	
}

.bold {letter-spacing: 1px}



/* PANELS
========================================================================== */

/* Styling borders
   ========================================================================== */
.panel-a {
  background: #fff;
}

.panel-a::before,
.panel-a::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), 
    #9a00fa, #218afb, #9a00fa,  #218afb);
  animation: rotate 10s linear infinite;
}

.panel-ar {
  background: #fff;
}

.panel-ar::before,
.panel-ar::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), 
    #218afb, #9a00fa,  #218afb);
  animation: rotate 10s linear infinite;
}


.panel-c {  
  background-color: #5e35b1;
}

.panel-d {
  background: #fff;
}

.panel-d::before,
.panel-d::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), 
    #9a00fa,  #218afb, #9a00fa);
  animation: rotate 10s linear infinite;
}


.panel-i {
  background: #fff;
}

.panel-i::before,
.panel-i::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), 
   #218afb, #9a00fa, #218afb);
  animation: rotate 10s linear infinite;
}

.panel-j {
  background: #fff;
}

.panel-j::before,
.panel-j::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), 
   #9a00fa,  #218afb, #9a00fa, #218afb);
  animation: rotate 10s linear infinite;
}

/* Animation 
   ========================================================================== */

.panel-e {
  background: #fff;
}

.panel-e::before,
.panel-e::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), 
    #9a00fa,  #218afb, #9a00fa);
  animation: rotate 10s linear infinite;
}
.panel-e::after {
  filter: blur(10px);
}
@keyframes rotate {
  0%     { --angle: 0deg; }
  100%   { --angle: 360deg;}
}


/* Panel boxs
========================================================================== */
.bullet {
    font-size: 1.2rem;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.panel-box {
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0px 0px 26px;
  margin: 0rem 0rem 1.625rem; }

.homepage-bar {
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0px 0px 26px;
  margin: 0rem 0rem 1.625rem; }

.panel-box h1 {
    color: #9900cc
}
.panel-box h4 {
    color: #000066
}

.homepage-bar h2 
	{color: #fff;letter-spacing: 1px;
}

@media screen and (min-width: 640px) {
  .main {
    flex-direction: row;
    justify-content: space-between; } }

.main .nav a:link,
.main .nav a:visited {
  text-decoration: none;
  display: block;
  padding: .5rem 2rem;
  margin: 0; }

.subnav {
  flex-direction: row; }

.subnav li {
  margin-right: 10px; }



h1 small {
  display: block;
  padding: 0.5rem 0 0 0;
  color: #666;
  line-height: 1.4; }

.box {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 1rem; }



.flag-new::before {
  content: "New!";
  background-color: #087f23;
  position: absolute;
  top: -.8rem;
  left: -.8rem;
  padding: .3rem .5rem;
  display: inline-block;
  color: #fff;
  font-weight: both;
  transform: rotate(-20deg); }

/* PANELS */
.panel-box {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 1rem;
  position: relative; }

.panel-primary {
  color: #000;
  border: 1px solid transparent;
}

.panel-primary a:link,
.panel-primary a:visited,
.homepage-bar a:link,
.homepage-bar a:visited {
  color: #336699; }

.panel-box > a:link, .panel-box > a:visited {
  text-decoration: none;
  color: #336699; }


.panel-primary a:hover, 
			   a:active {
	           outline: 0;
	           text-decoration: none;
	           color: #218afb;
	           margin-top: 15px;
               }
.homepage-bar  a:hover, 
			   a:active {
	           outline: 0;
	           text-decoration: none;
	           color: #218afb;
	           margin-top: 15px;				  }
.panel-box     a:hover, 
			   a:active {
    outline: 0;
    text-decoration: none;
    color: #218afb;
    margin-top: 15px;
    text-align: center;
}

.panel-box ul {
  margin: 1rem 0;
  padding: 0 0 0 1.2em; }

.home-layout h1, .home-layout h2, .panel-box h3, .example-layout h3 {
    margin: 0;
    font-size: 2em;
}

.homepage-bar {
  background-color: #5e35b1;
  color: #fff;
  padding: 1rem;
  position: relative; }

.homepage-bar a {
  text-decoration: none; }

.panel-h {
    background-color: #fff;
    color: #000;
}




@media screen and (min-width: 640px) {

  .home-layout {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 2fr 2fr 1fr 1fr; }
  .homepage-bar {
    grid-column: 1 / -1; }
  .home-layout .panel-box {
    grid-column: auto / span 2; }
  .home-layout .panel-c, .home-layout .panel-d {
    grid-column: auto / span 3; }
  .home-layout .panel-g {
    grid-column: auto / span 1; }
	.home-layout .panel-a {
    grid-column: 1 / -1; }
  .home-layout .panel-ar {
    grid-column: 1 / -1; }
  .home-layout .panel-i, .home-layout .panel-j {
    grid-column: 1 / -1; }
  .home-layout .panel-primary {
    grid-column: 1 / -1; } }



@supports (display: grid) {


@media screen and (min-width: 640px) {
  .example-layout .body {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 300px 1fr;
    background-color: #fff;
    border-radius: 3px;
    padding: .5rem; } }

code {
  display: inline;
  padding: 0; }




@media screen and (min-width: 800px) {
  @supports (grid-gap: 10px) {


.imagegrid {
  margin: 0;
  padding: 0;
  list-style: none; }

.imagegrid img {
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

@media screen and (min-width: 600px) {
  .imagegrid li {
    float: left;
    max-width: 49%;
    padding: 10px; }
  .patterncontent {
    clear: both; }
  @supports (grid-gap: 10px) {
    .imagegrid {
      display: grid;
      grid-template-columns: 2fr 3fr;
      grid-gap: 10px; }
    .imagegrid li {
      float: none;
      max-width: 100%;
      padding: 0; }
    .imagegrid li:first-child {
      grid-row: 1 / 3; } } }



.box h4 {
  margin-top: 0; }
