/*
#date1,
#date2 {
  display: none;
} 
Set Default Date
*/


#date2 {
  display: none;
} 


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

article, header, section, aside, details, figcaption, figure, footer, hgroup, main, nav, section, summary {
    display: block;
}
body {
    background:#f0e8e8 none repeat scroll 0 0;
    color: #222;
    font-family: "Raleway",sans-serif;
    font-size: 100%;
    line-height: 24px;
    margin: 0;
	padding:0;

}



#keynote {
   background-color:#d4bfd5;
}

#rt-lh {
  line-height: 1em;
}
.buttons{
  display:flex;
  justify-content: space-between;
}
.button:hover {

    background-color: #ffffff;
    color:#000

}


.button.selected {

  background-color: #c200ab;
  color: rgb(255, 255, 255);

}


.button {

  display: inline-block;
  
  width: 100%;
  border: none;
  background-color: #025486;
  color: #fff;
  padding: 12px 99px;
  font-size: 1em;
  text-align: center; 
  border: none;
  margin: 4px 2px;
}

.tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #b1caef;
  box-shadow: 0 -1px 0 #b1caef inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #b1caef inset;
  background-color: #b1caef;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
 /* background-color: transparent; */
  background-color: rgba(196, 196, 196, 0.4);
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-radius: 6px;
}


/* Agenda CSS */
:root {
  --border: 1px solid rgba(220, 50, 50, 0.6);
  --symbol-color: #FF7F5B;

}
.wrapper {
  display:grid;
  grid-template-columns: 1fr 2.25fr 2.25fr .75fr;

  /*grid-template-columns: repeat(3,1fr);*/
  /* grid-column-gap: 1em;
  grid-row-gap: 1em;
  */
  /*grid-gap: .5em; */
  /* set the height of the rows */
  /*grid-auto-rows: 100px;*/
  /* Flexible heigth: set default height to 100px but will stretch to length of maximum content) */
 grid-auto-rows: minmax(5px,auto);

 max-width: 1200px;
 /*background-color:#d4bfd5;*/

}
/*
.t-border {
  border-bottom: var(--border);
} */
/* - very cool gradient effect
.grad1 {
  height: 1px;
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
  border-width: 0 0 1px 0;
}
*/


.line {
  grid-column: 1 / -1;
  height: 1px;
  background: black;
}
.wrapper > div {	
  /*background: #eee; */
  padding:.5em; 
}
.day-header {
grid-column-start: 1;
grid-column-end:5;

text-align: center;
color:rgb(0, 0, 0);
padding: 0.5em;
margin-top: 2em;
}

.col-header-center {
  text-align: center;

}
.col-header-left {
  text-align:left;

  
}

.col-header-indent {
    margin-left: 40px;

}

.col1 {
  /*background-color:#ffffff;*/
}
.col2 {
     /*background-color:#b4c7e7;*/

}
.col3 {
     /*background-color:#f7cbad;*/

}
.col4 {
   /*background-color:#c5dfb3;*/
}

.gs-header {
grid-column-start: 2;
grid-column-end:5;
background-color:#d4bfd5;
text-align: left;
}

.break-header {
grid-column-start: 2;
grid-column-end:5;
/*background-color:#a3a5a4;*/
text-align: left;
grid-auto-rows: 20px;


}
.nested-col2 {
display:grid;
grid-template-columns: repeat(1,1fr);
grid-column-start: 2;
grid-column-end:3;
}

.nested-col3 {
display:grid;
grid-template-columns: repeat(1,1fr);
grid-column-start: 3;
grid-column-end:4;
}

.nested-col4 {
display:grid;
grid-template-columns: repeat(1,1fr);
grid-column-start: 4;
grid-column-end:5;
}

.nested > div {
  border: #333 1px solid;
  padding: 1em;
}

.span-col1 {
  display:grid;
  grid-column: 1/ span 3;
}
.span-col2 {
  display:grid;
  grid-column: 2/ span 2;
}


/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}



/* Agenda CSS */


