
:root {
  --dark-grey: #02222e;
  --dark-grey-10: #02222e11;
  --dark-grey-40: #02222e54;
  --dark-grey-80: #02222e98;
  --light-blue: #32CBFF;
  --light-blue-10: #32ccff13;
  --light-blue-40: #32ccff41;
  --light-blue-transparent: #32ccff6c;
  --dark-blue: #2C384A;
  --light-grey: #dadada;
  --grey-10: #33333310;
  --grey: #3d3d3d;
  --green: #1e88ac;
  --white: #ffffff;
  
  --theme-bg: rgba(0,0,0,0.03);
  font-size: 16px;
}
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
header{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: var(--white);
}

header img{
  padding: 10px 0 10px 0;
  height: 30px;
}
.gl-header{
  display:flex;
  flex-direction: column;
  background-color: var(--dark-grey-10);
}
.menu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width:70%;
  padding:2rem 12rem;
}

.menu a{
  color: var(--dark-grey);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid var(--light-blue);
  transition: all .2s ease-in-out;
}
.menu a:hover{
  transform: scale(1.1);
}
#contribute{
  background-color: var(--light-blue);
  padding:2px 4px;
  border-bottom: 0px;
}

body {
  margin: 0;
  font-family: 'proxima-nova', sans-serif;
  line-height: 1.5;
  text-align: left;
}

.hero{
  display: flex;
  flex-direction: row;
  height: 60vh;
  padding: 2rem 0 0 0;
  background-image: url("../img/video-cover-plain.png");
  background-size: contain;

}

.hero-img{
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 0 2rem;
  /* background-image: url(../img/hero.png);
  background-size: 80vh;
  background-repeat: no-repeat;
  background-position: center; */
}
.hero-img .video{
width:80%;
}

.hero-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.hero h1{
  display: flex;
  margin: 0 0 0 0em;
  color: var(--dark-grey);
  line-height:1;
  font-size: 2.5rem;
  font-weight: 100;
  background-color: #ffffff;
}
.hero p{
  display: flex;
  margin: 0 0 1em 0em;
  color: #000000;
  font-size: 12pt;
  background-color: #ffffff;
}
.hero-title img{
  height: 60px;
}
.row.intro-elements{
  display:flex;
  width:100%;
  height: 400px;
  background-color: var(--dark-grey-10);
}
.row.intro-elements:nth-of-type(odd){
  flex-direction: row;
}
.row.intro-elements:nth-of-type(even){
  flex-direction: row-reverse;
}
.intro-text{
width:50%;

}
.text-box{
  padding:0 4rem;

}
.text-box p{
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 300;
}
.intro-img{
  width:50%;
background-size: cover;
background-position: center;
background-color: #00000018;
background-blend-mode: multiply;
height:400px;
  }
.join{
  height: 15vh;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size:1.3rem;
  font-weight: 600;
  padding: 2rem 18rem;
  text-align: center;
  line-height: 2;
}
.course-desc.how{
  height:100px;
}
.course-desc{
  height: 30vh;
  background-color: var(--white);
  margin:0;
  padding: 0rem 12rem 1em 12rem;
  text-align: center;
}
.course-desc p{
  margin:0;
}
.mod-video{
  background-color: var(--white);
  margin:0;
  padding: 4rem 12rem 1em 12rem;
  text-align: center;
}
.mod-video .col.video{
  width:60%;
}
.mod-video h1{
  margin-top:0;
  padding-top:20px;
  margin-bottom:10px;
  text-transform: uppercase;
  font-weight:200;
}
.mod-video #inst-link{
  border-bottom: 3px solid var(--light-blue);
  margin-top:0px;
  padding-bottom: 3px;
  color: #000000;
}

.mod-video p{
  margin-bottom:0;
}
.mod-video a{
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
}
.row.module{
  margin-top:0;
}
.row.module h2{
  margin-top:0;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-color: var(--light-blue);
}
.row.module a{
 color: var(--green);
 text-decoration: none;
 font-weight:400;
}

.col.desc.module{
  padding:0;
}
.grid{
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  padding: 1rem 8rem 2rem 8rem;
}

.row{
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  width:100%;

}
.col{
  display:flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
 
}

/* .row.vid-desc{
  height: 300px;
} */
.row.vid-desc{
  margin-top:0;
  height: 200px;
}
.row.vid-desc.module{
  margin-top:0;
  height: 200px;
}
.mod-video .row{
  margin-top:0;
  height: 400px;
}
.col.video{
  width:40%;
  padding:1em;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-button{
  display:flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
margin-top: -25px;
position: relative;
z-index: 1;
}
.btn{
  padding:1.2em 2.2em;
  background-color: var(--light-blue);
  text-decoration: none;
  color: var(--dark-grey);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.btn1{
  margin-right:10px;
}
.center{
  padding: 0 2rem 0 2rem;
}

.white-section{
  display:flex;
  flex-direction: column;
background-color: var(--white);
margin: 0rem 0;
padding: 2rem 12rem;
line-height: 1.8;
color: var(--dark-grey);
}
.white-section h3{
  font-weight: 400;
}
a.govlab-logo{
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 0;
  color: var(--dark-grey);
  width:100%;
  background-color: var(--theme-bg);
  text-align: center;
  font-size: 1.2rem;
}
a.govlab-logo #title-id{
  color: var(--light-blue);
  font-weight: 600;
}
#headshot img{
  height:100px;
  width:100px;
  border-radius: 50%;
  margin: 10px;
}
.col.desc{
  width:100%;
  height:100%;
  display: flex;
  flex-direction: row ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
/* .col.desc.home{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  background-image: url(../img/machine.jpg);
background-color: var(--dark-grey-80);
background-blend-mode: multiply;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color: #ffffff;
} */
/* .col.desc p:nth-of-type(odd){
  background-color: var(--dark-grey-40);
} */
.col-img {
  width: 28%;
  height:100vh;

}
.top-btn{
  margin-bottom:-20px;
}
.col-txt {
  width:65%;
  padding:2rem;
  height:100%;
}

.partners-item .logo-col{
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.partners-item .logo-col div{
  text-align: left;
}
.partners-item{
  padding: 1rem 0;
  border-bottom: 1px solid black;
}
.event-item{
  display:flex;
  flex-direction: column;
  text-align: left;
  padding: 2rem;
}

.event-date{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0.5rem 0;
}

.event-date i{
  color: var(--dark-grey);
}
.event-date p{
  margin:0;
  font-weight: 500;
}
.event-title{
  padding: 1rem 0;
}
.event-title h2{
 color: var(--dark-grey);
 font-weight: 600;
 font-size: 1.3rem;
 margin:0;
 text-transform: uppercase;
}
a.event-button{
  padding: 0.5rem 1rem;
  background-color: var(--dark-grey);
  color: #ffffff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  cursor: pointer;
  font-size:  0.8rem;
  text-decoration: none;
}
.event-link{
  margin: 1rem 0;
  display: flex;
}
a.event-button.read-more{
  margin-left:0;
}

.close{
width: 5%;
text-align: right;
margin-right: 20px;
}
a.close{
  font-size: 2rem;
  text-decoration: none;
  color: var(--secondary-color);
}
.text-alert{
  text-align: center;
  width:95%;
}
p.text-alert{
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 1rem;
}
#sub-text{
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 1rem;
}
a#text-link{
  color: var(--dark-grey);
text-decoration: none;
font-weight: 600;
}
.page-body .alert-section  a{
  color: #ffffff;
}
.key-docs ul{ 
line-height: 2;
}

.alert-section{
  bottom: 50px;
  position: relative;
  padding: 2rem 5rem;
  margin: 0 10em;
  background-color: var(--dark-grey);
  border-radius: 10px;
  text-align: center;
  z-index:100;
}
.alert-description{
  padding: 0.5rem 0;
}
.alert-section h3{
  color: var(--white);
  text-transform: uppercase;
  margin:0 0 1rem 0;
}
.alert-section p{
  font-weight: 400;
  font-size: 1.2rem;
  color: #ffffff;
  margin:0 0 1rem 0;
}
.alert-section .main-button{
  padding:1rem;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.alert-section .main-button a{
  padding: 10px 20px;
  margin: 0 20px;
  background-color: #ffffff;
  color: var(--main-color);
  text-transform: uppercase;
  border-bottom: none;
  text-decoration: none;
}
.alert-section .main-button a#close-button{
  padding: 10px 20px;
  background-color: #991234;
  color: #ffffff;
  cursor: pointer;
}  

@media screen and (min-width: 320px) and (max-width: 780px){

    .alert-section .main-button{
      padding:0;
      display:flex;
      flex-direction: column;
    }
    .apply-now .main-button{
      padding:0;
      display:flex;
      flex-direction: column;
    }
    .alert-section .main-button a{
      margin-top: 10px;
    }
    .apply-now .main-button a{
      margin-top: 10px;
    }
    .apply-now{
      padding: 2rem 1rem;
    }
    .alert-section{
      top: 50px;
      bottom:unset;
      position: absolute;
      padding: 1.5rem 1rem;
      margin: 0 1em;
      border-radius: 10px;
      background-color: var(--dark-grey);
      text-align: center;
    }
  }
@media screen and (min-width: 320px) and (max-width: 768px){
  .hero{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem 0 0 0;
  }
  .event-item{
    padding: 0;
  }
    .event-link{
    margin: 0em;
    display: flex;
    flex-direction: column;
  }
  a.event-button{
    margin: 1rem 0;
  }
  .event-link{
    margin: 0;
  
  }
  .panel-page{
    padding: 1rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: row ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  }
.hero-img{
width:100%;
}
.hero-img .video{
width:80%;
}

.hero-title{
  padding: 2rem 0;
  width:100%;
}
.intro-img{
  width:100%;
height:400px;
  }
  .join{

    padding: 2rem 1rem;

  }
.row.intro-elements{
  display:flex;
  width:100%;
  height: 100%;
  background-color: var(--dark-grey-10);
}
.row.intro-elements:nth-of-type(odd){
  flex-direction: column;
}
.row.intro-elements:nth-of-type(even){
  flex-direction: column;
}
.intro-text{
width:100%;

}
  .col-txt {
    width:100%;
    padding:1rem;
    height:100%;
  }
  .topic-row{
    display: flex;
    flex-direction: column ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  }
  .topic-column{
    -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }
}
.logo-row{
  margin-top:40px;
  display: flex;
  flex-direction: row ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.logo-col{
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.logo-col img{
  height:80px;
}

.logo-col.jhs img{
  height:80px;
}
#text-green{
  color: var(--green);
  font-weight: 600;
}
#author{
  color: var(--white);
  font-weight: 600;
  margin: 0.5rem 2rem 0 2rem;
  line-height: 1;
}
#module-name{
  font-weight: 600;
  color: var(--dark-grey);
  margin: 1rem 1em 0 1rem;;
}


.card{
  display:flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
  background-color: var(--white);
  height:100%;
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  text-decoration: none;
}
.card:hover {
  box-shadow: 0 12px 20px 0 rgba(0,0,0,0.2);
  cursor: pointer;
}
.how-banner {
  text-align:center;
  padding: 1rem 0;
}
.how-banner p{
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--light-blue);
}
.card-image{
  height: 60%;
  /* background-color: var(--light-blue); */
}
.card-text{
  height: 40%;
  width:100%;
  background-color:var(--light-blue);
}
.icon {
  display: inline-block;
  height: 100%;
  width:80%;
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: center center;
}

.grey{
  filter: grayscale(100%);
}
footer{
  display:flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 20px;
  background-color: rgb(0,0,0);
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  
}
.heading{
  text-align:center;
  background-color:var(--white);
}
.heading.panels{
  background-color: var(--light-blue);
  padding: 2rem;
}
.heading.panel-sub{
  background-color: var(--light-blue-40);
  padding: 1rem;
}
.heading.panels.panel-sub h1{
  padding: 0;
  font-weight: 300;
  color: var(--dark-grey);
  font-size: 1.4rem;
}
.heading.panels h1{
  padding: 0;
}
.heading h1{
  margin:0;
  padding: 4rem 20px 0 20px;
  text-transform: uppercase;
  /* text-decoration: underline;
  text-decoration-color: var(--light-blue); */
  font-weight: 200;
}
.heading p{
  margin:0;
  padding-bottom:1rem;
}
#contact-info{
margin:0;
font-weight: 600;
color: var(--dark-grey);
}
#contact-link{
  margin:0;
  font-weight: 300;
  text-decoration: none;
  color: #000000;
  }
  .separator{
    background-color: var(--light-blue);
    padding:1rem;
    text-align: center;
  }
  .separator h2{
    margin:0;
    text-transform: uppercase;
    font-weight: 400;
    color:var(--dark-grey);
  }
  .grid.experts{
    text-align: left;

  }
  .lecture-row{
    display: flex;
    flex-direction: row ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

  }
  .lecture-item{
    font-weight: 300;
    margin-bottom: 10px;
    list-style: none;
    align-items: center;
    display:flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .experts ul{
    display: flex;
    flex-direction: row ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

  }
  .experts li{
    font-weight: 300;
    margin-bottom:10px;
    list-style: none;
    align-items: center;
    display:flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .experts li a#inst-link {
    text-decoration: none;
    color: var(--dark-grey);
  }
  .experts li a#inst-link:hover {
    text-decoration: none;
    color: var(--dark-grey-40);
    transition: 0.6s ease-in-out;
  }
  .faculty-item{
    padding: 0 2rem;
  }
  .faculty-item.special{
    padding: 0 2rem;
    background-color: var(--light-blue-40);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #expert-name{
    font-weight: 600;
  }
.bio{
  padding: 2rem 0rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.home.bio{
  padding: 2rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bio .image{
  flex-direction: column;
  width: 30%;
  position: relative;
  align-items: center;
  justify-content: center;
  
}
.bio .image img{
  width: auto;
    height: 110%;

  }
  .home.bio .image .square{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid var(--light-blue);
  }
  .module-name #mod-heading{
    font-weight: 600;
    color: var(--light-blue);
  }
  .module-name a{
    color: var(--dark-grey);
  }
  .bio .image .square{
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid var(--light-blue);
  }
  .bio-desc{
    text-align:left;
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem;
  }
  .bio-desc p{
    font-size: 1rem;
    padding-bottom:0;
    font-weight: 300;
    text-align: left;
  }
  .bio-desc h4{
    font-weight: 600;
    font-size: 1.2rem;
    padding:0;
    margin:0;
    text-align: left;
  }
  .bio-desc h6{
    font-size: 1rem;
    color: var(--green);
    font-weight: 400;
    padding:0;
    margin:0;
    text-align: left;
  }
  
  .down{
   display:flex;
   justify-content: center;
   align-items:center;
  }
  .material-icons {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-top: -2px;
  }
  .panel {
    display: flex;
    flex-direction: column;
    order: 2;
    background-color: rgba(27, 138, 207, 0);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  
  }
  .accordion{
    background-color: rgba(27, 138, 207, 0);
    cursor: pointer;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    order: 3;
    flex-direction: row;
    padding: 0;
  }
  .accordion:hover{
    zoom: 1;
  }
  
  .active{
    font-size: 1rem;
  }
  .accordion:before {
    content: "MORE";
    font-weight: 600;
  }
  .active:before {
    content: "LESS";
  }
  
  .accordion .material-icons:before {
    font-weight: 200;
    content: 'keyboard_arrow_down';
  }
  .active .material-icons:before { 
    font-weight: 200;
    content: 'keyboard_arrow_up';
  }
  .contact.heading{
    padding: 1rem 6rem;
    
  }
  .custom-form{
    display:flex;
    flex-direction: column;
    text-align: left;
    width:60%;
  }
  .grid.form{
    padding: 2rem 1rem;
    width:100%;
  }
  .form h4{
    margin:0;
  }
  input[type=text]{
    width: 100%;
    padding: 20px 20px;
    font-size: 1rem;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    border: none;
    color: var(--dark-grey);
    background-color:var(--dark-grey-10);
    border-radius: 0px;
    box-sizing: border-box;
  }
  #long-answer{
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    font-size: 1rem;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    border: none;
    color: var(--dark-grey);
    background-color:var(--dark-grey-10);
    border-radius: 0px;
    box-sizing: border-box;
  }
  ::placeholder {
    color: var(--dark-grey-40);
    font-weight: 600;
  }

  button{
    background-color: var(--light-blue);
    border: none;
    color: rgb(33, 37, 41);
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
  }
  #thank-you{
    display: flex;
    height: 75vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
#pledge-text{
  height:100%;
  padding:0 12rem;
  text-align: left;
}
#pledge-text h1{
  padding-left:0;
}

#cc{
  display:flex;
  flex-direction: row;
}
footer{
  display:flex;
  flex-direction: column;
}
footer img{
  padding: 0 20px 0 20px;
}
footer a{
  color: rgba(255,255,255,0.5);
}
footer p{
  margin:0;
}
#covid-pledge{
  height:100px;
}
.panel-page{
  padding: 1rem 3rem;
  text-align: center;
}
@media screen and (min-width: 1401px){
  .mod-video .row{
    height: 600px;
  }

}
@media screen and (min-width: 701px) and (max-width: 1200px){
  .lecture-item{
    font-weight: 300;
    margin-bottom: 10px;
    list-style: none;
    align-items: center;
    display:flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .gl-header{
    padding:0 4rem;

  }
  .mod-video .row.vid-desc {
    height: 400px;
  }
  .main-button{
    flex-direction: column;
  }
  .btn1{
    margin-right:0;
  }
  .row.vid-desc{
    flex-direction: column;
    height: 200px;
  }
  .row.vid-desc.intro{
    flex-direction: column;
    height: 600px;
  }
  .col.desc{
    display:flex;
    flex-direction: column;

  }
  .col.video{
    width:100%;
    padding:1em;
    height: 350px;
  }
  .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .intro .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50.25%;
  }
  .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
  }
  .white-section{
    padding: 0 1rem;
  }
  .logo-row{
    flex-direction: column;
  }
  .grid{
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding: 4rem 4rem 4rem 4rem;
  }
  .mod-video{
    padding: 0rem 1rem 0 1rem;
  }
  .main-button{
    flex-direction: column;
    padding: 0 4rem;
  }
  #cc{
    display:flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px){

  .panel-page{
    padding: 1rem 1rem;
    text-align: center;
  }
}
.lecture-page{
padding: 2rem 4rem;
}
.lecture-module{
background-color: var(--light-blue-40);
color: var(--dark-grey);
width:90%;
height: 440px;
padding: 2rem 0rem 2rem 0rem;
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 10px solid white;

}
p.module-description{
  height:80px;
}
.lecture-module h2{
  display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
  height: 80px;
}
.lecture-module ul{
  height: 100px;
}
p.lecture-mod-item{
  margin:0;
  text-transform: uppercase;
  color: #ffffff;
}
#mod-coming-soon{
  background-color: black;
  padding: 5px 10px;
}
.lecture-module p{
  padding: 0 1rem;
}
.lecture-module.module-next{
  background-color: var(--grey-10);
  color: var(--grey);
}
.lecture-module.module-next a{
  background-color: var(--grey);
}
.lecture-module li{
  list-style: none;
  flex-direction: column;
  display:flex;
  align-items: center;
  margin: 0 20px;
}
.lecture-module ul{
  padding-left:0;
  flex-direction: row;
  display:flex;
}
.lecture-module.module-next #headshot img{
  filter: grayscale(100%);
}
.lecture-module #headshot img{
  height:40px;
  width:40px;
  border-radius: 50%;
  margin: 10px;
}
.lecture-module h2{
  font-size: 1.1rem;
  padding: 0 2rem;
}
.lecture-module a{
  text-decoration: none;
  padding: 0.5rem 0.5rem;
  background-color: var(--dark-grey-80);
  color:#ffffff;
  text-transform: uppercase;
}
.lecture-module a:hover{
 transition: 0.5s ease-in-out;
  background-color: var(--light-blue);
  color:#ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 700px){
  .custom-form{
    display:flex;
    flex-direction: column;
    text-align: left;
    width:100%;
  }
  .lecture-module ul{
    padding-left:0;
    flex-direction: column;
    display:flex;
    height: 220px;
  }
  .lecture-row{
    display: flex;
    flex-direction: column ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;

  }
  .lecture-item{
    font-weight: 300;
    margin-bottom: 10px;
    list-style: none;
    align-items: center;
    display:flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;


  }
  .lecture-page{
    padding: 2rem 1rem;
    }
    .lecture-module{
    background-color: var(--dark-grey-10);
    padding: 1rem 2rem 2rem 2rem;
    margin-bottom: 2rem;
    color: var(--dark-grey);
    }
  .experts ul{
    display: flex;
    flex-direction: column ;
    max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;

  }
  .experts li{
    font-weight: 300;
    margin-bottom:10px;
    list-style: none;
    align-items: center;
    display:flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

  }
  .gl-header{
    padding:0 4rem;
    justify-content: center;
    text-align: center;
    
  }

.menu{
  flex-direction: column-reverse;
  justify-content: space-between;
}
.menu a{
  border-bottom:0;
  margin-bottom:20px;
}
  .main-button{
    flex-direction: column;
    padding: 0 4rem;
  }
  .btn1{
    margin-right:0;
  }
  .btn1{
    margin-right:0;
    margin-bottom:10px;
  }
  .row{
    flex-direction: column;
 
    margin-top:0;
  }
  .col{
    width: 100%;
    margin: 2rem;
  }
  .quote-box{
    padding: 1rem 1rem;
  }
  .course-desc{
    padding: 0rem 3rem 1em 3rem;
  }
  .row.vid-desc{
    flex-direction: column;
    height: 300px;
  }
  .row.vid-desc.intro{
    flex-direction: column;
    height: 600px;
  }
  .white-section{
    padding: 0 1rem;
  }
  .logo-row{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:0;
  }
  .logo-col{
    padding: 2rem 0;
  }

  .col.desc{
    display:flex;
    flex-direction: column;
    width:100%;

  }
  .col.video{
    width:100%;
    padding:1em;
    height: 350px;
  }
  .video-container {
    position: absolute;
    width: 100%;
    margin-top:0px;
    height: 0;
    
  }
  .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
  }
  .grid{
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem 4rem 1rem;
  }
  .bio{
    padding: 2rem 0rem;
    display: flex;
    flex-direction: column;
    text-align:center;
   
  }
  .bio .image{
    width: 100%;
  }
  .bio-desc{
    width: 100%;
  }
  .bio-desc h4{
    text-align: center;
  }
  .bio-desc h6{
    text-align: center;
  }
  .accordion{
    text-align: center;
  }
  footer{
    flex-direction: column;
  }
  .mod-video{
    padding: 0rem 1rem 0 1rem;
  }
  .grid.form{
    padding: 2rem 2rem;
  }
  #cc{
    display:flex;
    flex-direction: column;
  }
}
.webinar-row{
  width:100%;
  height:100%;
  display: flex;
  flex-direction: row ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.webinar-item{
  display:flex;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem; 
 text-decoration: none;
}
.webinar-item:hover .webinar-body{
  background-color: var(--light-blue);
  border: 1px solid var(--light-blue);
  transition: 0.6s ease-in-out;
}
.webinar-item:hover .webinar-img{
  width:100%;
  border: 1px solid var(--light-blue);
}
.webinar-img{
  width:100%;
  border: 1px solid var(--dark-blue);
}
.webinar-body{
  text-align: center;
  border: 1px solid var(--dark-blue);
  width:100%;
  height: 100%;
  padding-bottom:1rem;
  background-color: var(--dark-blue);
/* background-color: var(--light-blue-10); */
}
.webinar-body .webinar-org h4{
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 600;
color: #ffffff;
margin: 1rem 0 0.5rem 0;
}
.webinar-body .webinar-title h4{
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 200;
  color: #ffffff;
  margin:0;
  }
.recording-body h4{
  font-size: 1.1rem;
  margin:10px 0;

}
.recording-title{
  text-align: left;
  padding:0 1rem;
}
.recording-description{
  padding: 1rem 6rem;
}
.recording-row{
  width:100%;
  height:100%;
  display: flex;
  flex-direction: row ;
  max-width: none;
margin-left: auto;
margin-right: auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.recording-item{
  display:flex;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem; 
 
}
.recording-img{
  width:100%;
  background-color: #111111;
  border-top: 5px solid var(--light-blue);
}
.recording-body{
  text-align: center;
  width:100%;
  height: 100%;
  padding-bottom:1rem;
  border-bottom: 2px solid var(--light-blue);
/* background-color: var(--light-blue-10); */
}
.recording-body h4{
  font-size: 1.1rem;
  margin:10px 0;

}
.recording-title{
  text-align: left;
  padding:0 1rem;
}
.recording-panelists{
  padding:0 1rem;
  width:100%;
  text-align: left;
}
.recording-date{
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0rem 0;
  text-align: left;
  padding:0 1rem;
}

.recording-panelists{
  display:flex;
  flex-direction: row;

}
.recording-panelists a{
  color: var(--dark-grey);
  width:100%;
}
.recording-panelists a:hover{
  color: var(--light-blue);
  transition: 0.6s ease-in-out;
}
.recording-short-description{
  padding:0 1rem;
}
.recording-button{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.recording-button a{
  width:50%;
  margin: 0 10px;
 
}
.recording-button a:hover{
  background-color: var(--light-blue);
  transition: 0.6s ease-in-out;
}
img.project-img{
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  object-fit: cover;
  height: 180px;
  border-radius: 0px  0px 0px 0px;
}

@media screen and (max-width: 700px){
  .recording-description{
    padding: 1rem 1rem;
  }
  .recording-item{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0rem;
    text-align: center;
  }

  .recording-button{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
  }
  .recording-button a{
    width:100%;
    margin: 5px 0px;
   
  }
}