@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	


    
    
    .top{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 2em;
        left: 5%;
        z-index: 100;
        transition: all .3s;
    }
    
    
    
    
    
    .logo{
        width: 27%;
        height: 12em;
        background-image: url("../img/cerveau-logo.png");
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
    }
    
    
    .logo-icon-only{
        background-image: url("../img/cerveau-icon-black.svg");
        background-color: white;
        background-position: center;
        background-size: 60%;
        background-repeat: no-repeat;
        border-radius: 4em;
        height: 3.5em;
        width: 3.5em;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
    }
    
    
    .topmoved{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 1.5em;
        left: 5%;
        z-index: 100;
    }
    
    
    .scroll-logo{
        width: 0em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    .scroll-logomoved{
        width: 7em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    
    
    .top nav:not(.tabs){
        font-family: "GeneralSansMedium";
        float: right;
        clear: none;
        position: fixed;
        background-color: white;
        color: #000;
        margin: 0em 0 auto;
        top: 0;
        left: 0;
        z-index:10; 
        border-radius: 0em;
        width: 100vw;
        height: 100%;
        transition: all .4s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        font-size: 1em;
        display: none;
        padding: 2em 2em auto;
    }
    
    
    
    .top nav:hover:not(.tabs){
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
    }
    
    
    
    
    .top nav .nav-main{
         display: block;
        float: left;
        clear: none;
    }
    
    
    .top nav #mainnav{
       margin: 5em 1em auto 2em;
        list-style: none;
       
        clear: none;
        display: block;
        float: left;
        
    }
    
    
    
    .top nav #mainnav li{
        display: block;
        margin: auto .5em;
        letter-spacing: .3px;
        cursor: pointer;
        transition: all .3s;
        padding: .5em .3em .75em 0em;
        transition: all .3s;
        font-size: 1.5em;
    }
    
    .top nav button{
        float: left;
        margin: 1em auto auto 2em;
        clear: both;
        text-align: left;
    }

    .donatebutton{
        float:left;
        margin: 1em auto auto 2em;
        clear: none;
        display: block;
        text-align: left;
    }
    


 
    
    .top nav #mainnav li:hover{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
        color: #000;
        
    }
    
    
    .activelink{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
        color: #000;
         padding: .75em 1em .5em 1em;
    }
    
    
    
    .nav-btn{
        height: auto;
        width: auto;
        float: right;
        padding: 1em 1.5em;
        background: transparent;
        border: 0;
        cursor: pointer;
        position: fixed;
         z-index: 10;
        margin: 0;
        top: 2em;
        right: 1em;
        z-index: 10000000;
        color: #000;
        font-size: .85em;
        letter-spacing: 5px;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  gap: 0em 1em; 
        display: flex;
      justify-content: center;
      align-items: center;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        background-color: white;
    }
    
    
    .nav-btn p{
        font-weight: 600;
    }
    
    .nav-btn .navstrokes{
        height: 1em;
        width: 4em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        
    }
    
    .nav-btn .navstrokes span{
        height: 2px;
        background-color: #000;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }
    
    .navstrokes span:first-child{
        width: 4em;
        margin: .2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    }
    
    .navstrokes span:last-child{
        width: 4em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    } 
    
    
    
    
    /*Expanded*/
     .nav-btn .navstrokes-expanded{
        height: 1em;
        width: 3em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        color: #000;
    }
    
    
    .nav-btn .navstrokes-expanded span{
        background-color: #000;
    }
    
    .nav-btn .navstrokes-expanded p{
        color: #000;
    }
    
    
    .navstrokes-expanded span{
        height: 3px;
        background-color: #000;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
        
    }
    
    .navstrokes-expanded span:first-child{
        width: 3em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(45deg);
        
    }
    
    .navstrokes-expanded span:last-child{
        width: 3em;
        margin: -.2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(-45deg)
    } 
    
    











    
    
    
    
    
    
    
    
    .programs-popup{
        height: 0;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: absolute;
        overflow-y: hidden;
    }
    
    .programs-popup-expanded{
        height: 100vh;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: absolute;
        overflow-y: hidden;
        z-index: 100;
        background-color: white;
    }



.programs-popup article, .programs-popup-expanded article{
        display: none;
}
    
    
.tabbed-content {
  background: #fff;
  width: calc(100% - 0em);
  padding: 0em;
  margin: 2em auto;
    display: block;
    float: left;
    clear: both;
    position: absolute;
    z-index: auto;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto auto; 
  gap: 0em 0em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    transition: all .3s;
    height: 20vh;
    
}
.tabs ul li {
    position: relative;
    letter-spacing: .5px;
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; 
    transition: all .3s;
    font-family: "GeneralSansRegular";
}
    
    
.tabs ul li a {
  padding: 1em 30% 1em 1.5em;
  position: relative;
  width: calc(100% - calc(30% + 1em));
    display: inline;
    float: left;
    clear: none;
    transition: all .3s;
    border-radius: 2em;
}
 
    
.tabs ul li i{
  position: absolute;
  top: 1em;right: 30%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1.4em;
    transition: all .3s;
    color: #E8C899;
    opacity: 0;
}
    
.tabs ul li a:hover, .tabs ul li a.active {
  background: rgba(232,200,153,.2);
  color: #000;
  border-radius: 1.5em;
}
    

    
.tabs ul li a:hover i, .tabs ul li a.active i{
  position: absolute;
  top: 1em; right: 10%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1em;
    transition: all .3s;
    color: #E8C899;
    opacity: 1;
}
    
    
    

.item {
  margin-bottom: 2px;
}
    
.item::before {
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em;
  display: block;
}
    
.item.active::before {
  color: #eee;
}
    
.item.active .item-content {
  padding: 2em;
    margin-top: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
    
    
.item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
    
    
    
    
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
    }
    
    
.tabbed-content .tabs {
    display: block;
  }
    
  .tabbed-content .tabs li {
    display: inline-block;
  }
    
  .tabbed-content .tabs li a {
    display: block;
  }
    
  .tabbed-content .item {
    min-height: 0;
  }
    
  .tabbed-content .item::before {
    display: none;
  }
    
  .tabbed-content.tabs-side .tabs {
    width: 35%;
    float: left;
      
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 40%;
  }
    
    

    
    
    .inner-lists li{
        font-weight: 300;
        transition: all .3s;
        cursor: pointer;
        opacity: .8;
    }
    
    
    .inner-lists li:hover{
        font-weight: 500;
        opacity: 1;
    }
    
    
.pp-mobile{
    width: 80%;
    height: calc(100% - 60%);
    display: block;
    float: left;
    clear: none;
    margin: 20vh 10% auto;
    
}
    
    .pp-mobile ul{
        margin: 1em auto;
        display: block;
        float: left;
        clear: both;
    }
    
    
.pp-mobile li{
    font-size: 1.4em;
}
    

.pp-mobile p{
    font-family: "GeneralSansRegular";
}
    
    .close-pp-mobile{
        display: block;
    }
    
    
    
    
    
    
    
    
    
    .footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90vh;
        background-color: black;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .f-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10vh 5% auto;
        border: solid 0 #E8C899;
        border-top-width: 1px;
    }
    
    
    .footer-logo{
        width: auto;
        height: 4vh;
        float: left;
        clear: both;
        margin: 1.5em auto;
        
    }
    
    
    .sitemap{
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        display: block; 
        color: #fff;
        margin: 0;

    }
    
    .sitemap ul{
        margin: 3em 4em auto auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
       font-size: .9em;
        padding-left: 0;
        text-align: left;
    }
    
    .sitemap li{
        list-style: none;
        font-family: "GeneralSansRegular";
        margin: .5em auto;
        cursor: pointer;
        transition: all .3s;
        margin-left: 0;
        padding-left: 0;
        text-align: left;
    }
    
    
    .sitemap li:hover{
        opacity: .6;
    }
    
    
    
    
    









/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	.top{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 2em;
        left: 5%;
        z-index: 100;
        transition: all .3s;
    }
    
    
    
    
    
    .logo{
        width: 15%;
        height: 7em;
        background-image: url("../img/cerveau-logo.png");
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
    }
    
    
    .logo-icon-only{
        background-image: url("../img/cerveau-icon-black.svg");
        background-color: white;
        background-position: center;
        background-size: 60%;
        background-repeat: no-repeat;
        border-radius: 4em;
        height: 3.5em;
        width: 3.5em;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
    }
    
    
    .topmoved{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 1.5em;
        left: 5%;
        z-index: 100;
    }
    
    
    .scroll-logo{
        width: 0em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    .scroll-logomoved{
        width: 7em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    
    
    .top nav:not(.tabs){
        font-family: "GeneralSansMedium";
        float: right;
        clear: none;
        position: fixed;
        background-color: white;
        color: #000;
        margin: 0em 0 auto;
        top: 0;
        left: 0;
        z-index:10; 
        border-radius: 0em;
        width: 100vw;
        height: 100%;
        transition: all .4s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        font-size: 1em;
        display: none;
        padding: 2em 2em auto;
    }
    
    
    
    .top nav:hover:not(.tabs){
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
    }
    
    
    
    
    .top nav .nav-main{
         display: block;
        float: left;
        clear: none;
    }
    
    
    .top nav #mainnav{
    
        
    }
    
    
    
    .top nav #mainnav li{
        display: block;
        margin: auto .5em;
        letter-spacing: .3px;
        cursor: pointer;
        transition: all .3s;
        padding: .5em .3em .75em 0em;
        transition: all .3s;
        font-size: 1.5em;
    }
    
    .top nav button{
        float: left;
        margin: 1em auto auto 2em;
        clear: both;
        text-align: left;
    }

    .donatebutton{
        float:left;
        margin: 1em auto auto 2em;
        clear: none;
        display: block;
        text-align: left;
    }
    


 
    
    .top nav #mainnav li:hover{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
        color: #000;
        
    }
    
    
    .activelink{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
        color: #000;
         padding: .75em 1em .5em 1em;
    }
    
    
    
    .nav-btn{
        height: auto;
        width: auto;
        float: right;
        padding: 1em 1.5em;
        background: transparent;
        border: 0;
        cursor: pointer;
        position: fixed;
         z-index: 10;
        margin: 0;
        top: 2em;
        right: 1em;
        z-index: 10000000;
        color: #000;
        font-size: .85em;
        letter-spacing: 5px;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  gap: 0em 1em; 
        display: flex;
      justify-content: center;
      align-items: center;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        background-color: white;
    }
    
    
    .nav-btn p{
        font-weight: 600;
    }
    
    .nav-btn .navstrokes{
        height: 1em;
        width: 4em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        
    }
    
    .nav-btn .navstrokes span{
        height: 2px;
        background-color: #000;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }
    
    .navstrokes span:first-child{
        width: 4em;
        margin: .2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    }
    
    .navstrokes span:last-child{
        width: 4em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    } 
    
    
    
    
    /*Expanded*/
     .nav-btn .navstrokes-expanded{
        height: 1em;
        width: 3em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        color: #000;
    }
    
    
    .nav-btn .navstrokes-expanded span{
        background-color: #000;
    }
    
    .nav-btn .navstrokes-expanded p{
        color: #000;
    }
    
    
    .navstrokes-expanded span{
        height: 3px;
        background-color: #000;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
        
    }
    
    .navstrokes-expanded span:first-child{
        width: 3em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(45deg);
        
    }
    
    .navstrokes-expanded span:last-child{
        width: 3em;
        margin: -.2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(-45deg)
    } 
    
    











    
    
    
    
    
    
    
    
    .programs-popup{
        height: 0;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: relative;
        overflow-y: hidden;
    }
    
    .programs-popup-expanded{
        height: 30vh;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: relative;
        overflow-y: hidden;
    }
    
    
    
    .programs-popup article, .programs-popup-expanded article{
        display: none;
}
    
    
    
    
    
.tabbed-content {
  background: #fff;
  width: calc(100% - 0em);
  padding: 0em;
  margin: 2em auto;
    display: block;
    float: left;
    clear: both;
    position: absolute;
    z-index: auto;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto auto; 
  gap: 0em 0em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    transition: all .3s;
    height: 20vh;
    
}
.tabs ul li {
    position: relative;
    letter-spacing: .5px;
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; 
    transition: all .3s;
    font-family: "GeneralSansRegular";
}
    
    
.tabs ul li a {
  padding: 1em 30% 1em 1.5em;
  position: relative;
  width: calc(100% - calc(30% + 1em));
    display: inline;
    float: left;
    clear: none;
    transition: all .3s;
    border-radius: 2em;
}
 
    
.tabs ul li i{
  position: absolute;
  top: 1em;right: 30%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1.4em;
    transition: all .3s;
    color: #E8C899;
    opacity: 0;
}
    
.tabs ul li a:hover, .tabs ul li a.active {
  background: rgba(232,200,153,.2);
  color: #000;
  border-radius: 1.5em;
}
    

    
.tabs ul li a:hover i, .tabs ul li a.active i{
  position: absolute;
  top: 1em; right: 10%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1em;
    transition: all .3s;
    color: #E8C899;
    opacity: 1;
}
    
    
    

.item {
  margin-bottom: 2px;
}
    
.item::before {
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em;
  display: block;
}
    
.item.active::before {
  color: #eee;
}
    
.item.active .item-content {
  padding: 2em;
    margin-top: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
    
    
.item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
    
    
    
    
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
    }
    
    
.tabbed-content .tabs {
    display: block;
  }
    
  .tabbed-content .tabs li {
    display: inline-block;
  }
    
  .tabbed-content .tabs li a {
    display: block;
  }
    
  .tabbed-content .item {
    min-height: 0;
  }
    
  .tabbed-content .item::before {
    display: none;
  }
    
  .tabbed-content.tabs-side .tabs {
    width: 35%;
    float: left;
      
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 40%;
  }
    
    

    
    
    .inner-lists li{
        font-weight: 300;
        transition: all .3s;
        cursor: pointer;
        opacity: .8;
    }
    
    
    .inner-lists li:hover{
        font-weight: 500;
        opacity: 1;
    }
    
    
    .pp-mobile{
    width: 80%;
    height: auto;
    display: block;
    float: left;
    clear: none;
    margin: 0 0%;
        position: absolute;
        left: 0;
    top: 0;
    
}
    
    
    .pp-mobile ul{
        margin: 1em auto;
        display: block;
        float: left;
        clear: both;
    }
    
    
.pp-mobile li{
    font-size: 1em;
    margin: .5em auto;
}
    

.pp-mobile p{
    font-family: "GeneralSansRegular";
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90vh;
        background-color: black;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .f-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10vh 5% auto;
        border: solid 0 #E8C899;
        border-top-width: 1px;
    }
    
    
    .footer-logo{
        width: auto;
        height: 4vh;
        float: left;
        clear: both;
        margin: 1.5em auto;
        
    }
    
    
    .sitemap{
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        display: block; 
        color: #fff;
        margin: 0;

    }
    
    .sitemap ul{
        margin: 3em 4em auto auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
       font-size: .9em;
        padding-left: 0;
        text-align: left;
    }
    
    .sitemap li{
        list-style: none;
        font-family: "GeneralSansRegular";
        margin: .5em auto;
        cursor: pointer;
        transition: all .3s;
        margin-left: 0;
        padding-left: 0;
        text-align: left;
    }
    
    
    .sitemap li:hover{
        opacity: .6;
    }
    
    
    
    
    


	
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    
    
    
    
    .top{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 2em;
        left: 5%;
        z-index: 100;
        transition: all .3s;
    }
    
    
    
    
    
    .logo{
        width: 15%;
        height: 7em;
        background-image: url("../img/cerveau-logo.png");
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
    }
    
    
    .logo-icon-only{
        background-image: url("../img/cerveau-icon-black.svg");
        background-color: white;
        background-position: center;
        background-size: 60%;
        background-repeat: no-repeat;
        border-radius: 4em;
        height: 3.5em;
        width: 3.5em;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
    }
    
    
    .topmoved{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 1.5em;
        left: 5%;
        z-index: 100;
    }
    
    
    .scroll-logo{
        width: 0em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    .scroll-logomoved{
        width: 7em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    
    
    .top nav:not(.tabs){
        font-family: "GeneralSansMedium";
        float: right;
        clear: none;
        position: fixed;
        background-color: white;
        color: #000;
        margin: 0em 0 auto;
        top: 0;
        left: 0;
        z-index:10; 
        border-radius: 0em;
        width: 100vw;
        height: 100%;
        transition: all .4s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        font-size: 1em;
        display: none;
        padding: 2em 2em auto;
    }
    
    
    
    .top nav:hover:not(.tabs){
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
    }
    
    
    
    
    .top nav .nav-main{
         display: block;
        float: left;
        clear: none;
    }
    
    
    .top nav #mainnav{
        
        
    }
    
    
    
    .top nav #mainnav li{
        display: block;
        margin: auto .5em;
        letter-spacing: .3px;
        cursor: pointer;
        transition: all .3s;
        padding: .5em .3em .75em 0em;
        transition: all .3s;
        font-size: 1.5em;
    }
    
    .top nav button{
        float: left;
        margin: 1em auto auto 2em;
        clear: both;
        text-align: left;
    }

    .donatebutton{
        float:left;
        margin: 1em auto auto 2em;
        clear: none;
        display: block;
        text-align: left;
    }
    


 
    
    .top nav #mainnav li:hover{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
        color: #000;
        
    }
    
    
    .activelink{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
        color: #000;
         padding: .75em 1em .5em 1em;
    }
    
    
    
    .nav-btn{
        height: auto;
        width: auto;
        float: right;
        padding: 1em 1.5em;
        background: transparent;
        border: 0;
        cursor: pointer;
        position: fixed;
         z-index: 10;
        margin: 0;
        top: 2em;
        right: 1em;
        z-index: 10000000;
        color: #000;
        font-size: .85em;
        letter-spacing: 5px;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  gap: 0em 1em; 
        display: flex;
      justify-content: center;
      align-items: center;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        background-color: white;
    }
    
    
    .nav-btn p{
        font-weight: 600;
    }
    
    .nav-btn .navstrokes{
        height: 1em;
        width: 4em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        
    }
    
    .nav-btn .navstrokes span{
        height: 2px;
        background-color: #000;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }
    
    .navstrokes span:first-child{
        width: 4em;
        margin: .2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    }
    
    .navstrokes span:last-child{
        width: 4em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    } 
    
    
    
    
    /*Expanded*/
     .nav-btn .navstrokes-expanded{
        height: 1em;
        width: 3em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        color: #000;
    }
    
    
    .nav-btn .navstrokes-expanded span{
        background-color: #000;
    }
    
    .nav-btn .navstrokes-expanded p{
        color: #000;
    }
    
    
    .navstrokes-expanded span{
        height: 3px;
        background-color: #000;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
        
    }
    
    .navstrokes-expanded span:first-child{
        width: 3em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(45deg);
        
    }
    
    .navstrokes-expanded span:last-child{
        width: 3em;
        margin: -.2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(-45deg)
    } 
    
    











    
    
    
    
    
    
    
    
    .programs-popup{
        height: 0;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: relative;
        overflow-y: hidden;
    }
    
    .programs-popup-expanded{
        height: 30vh;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: relative;
        overflow-y: hidden;
    }
    
    
    
    .programs-popup article, .programs-popup-expanded article{
        display: none;
}
    
    
    
    
    
.tabbed-content {
  background: #fff;
  width: calc(100% - 0em);
  padding: 0em;
  margin: 2em auto;
    display: block;
    float: left;
    clear: both;
    position: absolute;
    z-index: auto;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto auto; 
  gap: 0em 0em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    transition: all .3s;
    height: 20vh;
    
}
.tabs ul li {
    position: relative;
    letter-spacing: .5px;
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; 
    transition: all .3s;
    font-family: "GeneralSansRegular";
}
    
    
.tabs ul li a {
  padding: 1em 30% 1em 1.5em;
  position: relative;
  width: calc(100% - calc(30% + 1em));
    display: inline;
    float: left;
    clear: none;
    transition: all .3s;
    border-radius: 2em;
}
 
    
.tabs ul li i{
  position: absolute;
  top: 1em;right: 30%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1.4em;
    transition: all .3s;
    color: #E8C899;
    opacity: 0;
}
    
.tabs ul li a:hover, .tabs ul li a.active {
  background: rgba(232,200,153,.2);
  color: #000;
  border-radius: 1.5em;
}
    

    
.tabs ul li a:hover i, .tabs ul li a.active i{
  position: absolute;
  top: 1em; right: 10%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1em;
    transition: all .3s;
    color: #E8C899;
    opacity: 1;
}
    
    
    

.item {
  margin-bottom: 2px;
}
    
.item::before {
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em;
  display: block;
}
    
.item.active::before {
  color: #eee;
}
    
.item.active .item-content {
  padding: 2em;
    margin-top: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
    
    
.item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
    
    
    
    
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
    }
    
    
.tabbed-content .tabs {
    display: block;
  }
    
  .tabbed-content .tabs li {
    display: inline-block;
  }
    
  .tabbed-content .tabs li a {
    display: block;
  }
    
  .tabbed-content .item {
    min-height: 0;
  }
    
  .tabbed-content .item::before {
    display: none;
  }
    
  .tabbed-content.tabs-side .tabs {
    width: 35%;
    float: left;
      
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 40%;
  }
    
    

    
    
    .inner-lists li{
        font-weight: 300;
        transition: all .3s;
        cursor: pointer;
        opacity: .8;
    }
    
    
    .inner-lists li:hover{
        font-weight: 500;
        opacity: 1;
    }
    
    
    .pp-mobile{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 1em 5%;

    }

    
    .pp-mobile ul{
        margin: 1em auto;
        display: block;
        float: left;
        clear: both;
    }
    
    
    .pp-mobile li{
        font-size: 1.1em;
        margin: 1em auto;
        transition: all .3s;
        cursor: pointer;
        letter-spacing: .25px;
    }
    
    .pp-mobile li:hover{
        opacity: .7;
    }


    .pp-mobile p{
        font-family: "GeneralSansRegular";
    }

    
    .close-pp-mobile{
        display: none;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90vh;
        background-color: black;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .f-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10vh 5% auto;
        border: solid 0 #E8C899;
        border-top-width: 1px;
    }
    
    
    .footer-logo{
        width: auto;
        height: 4vh;
        float: left;
        clear: both;
        margin: 1.5em auto;
        
    }
    
    
    .sitemap{
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        display: block; 
        color: #fff;
        margin: 0;

    }
    
    .sitemap ul{
        margin: 3em 4em auto auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
       font-size: .9em;
        padding-left: 0;
        text-align: left;
    }
    
    .sitemap li{
        list-style: none;
        font-family: "GeneralSansRegular";
        margin: .5em auto;
        cursor: pointer;
        transition: all .3s;
        margin-left: 0;
        padding-left: 0;
        text-align: left;
    }
    
    
    .sitemap li:hover{
        opacity: .6;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    
    
    
    
    .top{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 2em;
        left: 5%;
        z-index: 100;
        transition: all .3s;
    }
    
    
    
    
    
    .logo{
        width: 10%;
        height: 7em;
        background-image: url("../img/cerveau-logo.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
    }
    
    
    .logo-icon-only{
        background-image: url("../img/cerveau-icon-black.svg");
        background-color: white;
        background-position: center;
        background-size: 60%;
        background-repeat: no-repeat;
        border-radius: 4em;
        height: 3.5em;
        width: 3.5em;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
    }
    
    
    .topmoved{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 1.5em;
        left: 5%;
        z-index: 100;
    }
    
    
    .scroll-logo{
        width: 0em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    .scroll-logomoved{
        width: 7em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    
    
    .top nav:not(.tabs){
        font-family: "GeneralSansRegular";
        float: right;
        clear: none;
        position: relative;
        background-color: white;
        color: #000;
        padding: .75em .5em;
        margin: -.5em auto auto;
        top: 0;
        z-index:10; 
        border-radius: 2.5em;
        width: auto;
        height: auto;
        transition: all .4s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        font-size: .9em;
        display: block;
    }
    
    
    
    .top nav:hover:not(.tabs){
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
    }
    
    
    
    
    .top nav .nav-main{
          display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; 
    }
    
    
    .top nav #mainnav{
        margin: auto 1em auto auto;
        list-style: none;
    }
    
    
    
    .top nav #mainnav li{
        display: inline-block;
        margin: auto .5em;
        letter-spacing: .3px;
        cursor: pointer;
        transition: all .3s;
        padding: .5em .5em .75em .5em;
        transition: all .3s;
        font-size: 1em;
    }
    
    .top nav button{
        float: right;
        margin: 0em auto auto auto;

        
        
    }
    
    
    .donatebutton{
        float:left;
        margin: 1em auto auto 2em;
        clear: none;
        display: block;
        text-align: left;
    }
    
    
    .top nav #mainnav li:hover{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
      color: #000;
        
    }
    
    
    .activelink{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
        color: #000;
         padding: .75em 1em .5em 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .programs-popup{
        height: 0;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: relative;
        overflow-y: hidden;
    }
    
    .programs-popup-expanded{
        height: 30vh;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: relative;
        overflow-y: hidden;
    }
    
    
    .programs-popup article, .programs-popup-expanded article{
        display: none;
}
    
    
.tabbed-content {
  background: #fff;
  width: calc(100% - 0em);
  padding: 0em;
  margin: 2em auto;
    display: block;
    float: left;
    clear: both;
    position: absolute;
    z-index: auto;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto auto; 
  gap: 0em 0em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    transition: all .3s;
    height: 20vh;
    
}
.tabs ul li {
    position: relative;
    letter-spacing: .5px;
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; 
    transition: all .3s;
    font-family: "GeneralSansRegular";
}
    
    
.tabs ul li a {
  padding: 1em 30% 1em 1.5em;
  position: relative;
  width: calc(100% - calc(30% + 1em));
    display: inline;
    float: left;
    clear: none;
    transition: all .3s;
    border-radius: 2em;
}
 
    
.tabs ul li i{
  position: absolute;
  top: 1em;right: 30%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1.4em;
    transition: all .3s;
    color: #E8C899;
    opacity: 0;
}
    
.tabs ul li a:hover, .tabs ul li a.active {
  background: rgba(232,200,153,.2);
  color: #000;
  border-radius: 1.5em;
}
    

    
.tabs ul li a:hover i, .tabs ul li a.active i{
  position: absolute;
  top: 1em; right: 10%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1em;
    transition: all .3s;
    color: #E8C899;
    opacity: 1;
}
    
    
    

.item {
  margin-bottom: 2px;
}
    
.item::before {
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em;
  display: block;
}
    
.item.active::before {
  color: #eee;
}
    
.item.active .item-content {
  padding: 2em;
    margin-top: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
    
    
.item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
    
    
    
    
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
    }
    
    
.tabbed-content .tabs {
    display: block;
  }
    
  .tabbed-content .tabs li {
    display: inline-block;
  }
    
  .tabbed-content .tabs li a {
    display: block;
  }
    
  .tabbed-content .item {
    min-height: 0;
  }
    
  .tabbed-content .item::before {
    display: none;
  }
    
  .tabbed-content.tabs-side .tabs {
    width: 35%;
    float: left;
      
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 40%;
  }
    
    

    
    
    .inner-lists li{
        font-weight: 300;
        transition: all .3s;
        cursor: pointer;
        opacity: .8;
    }
    
    
    .inner-lists li:hover{
        font-weight: 500;
        opacity: 1;
    }
    
    
    
    
    
    
    
    .nav-btn{
        display: none;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60vh;
        background-color: black;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .f-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10vh 5% auto;
        border: solid 0 #E8C899;
        border-top-width: 1px;
    }
    
    
    .footer-logo{
        width: auto;
        height: 5vh;
        float: left;
        clear: both;
        margin: 3em auto;
        
    }
    
    
    .sitemap{
        width: 80%;
        float: left;
        clear: both;
        display: block; 
        color: #fff;
        margin: 0;

    }
    
    .sitemap ul{
        margin: 2em 5em auto auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
       font-size: .9em;
        padding-left: 0;
        text-align: left;
    }
    
    .sitemap li{
        list-style: none;
        font-family: "GeneralSansRegular";
        margin: .5em auto;
        cursor: pointer;
        transition: all .3s;
        margin-left: 0;
        padding-left: 0;
        text-align: left;
    }
    
    
    .sitemap li:hover{
        opacity: .6;
    }
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
    
    
    
    
    
    
    
    .top{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 4em;
        left: 7.5%;
        z-index: 100;
        transition: all .3s;
    }
    
    
    
    
    
    .logo{
        width: 10%;
        height: 7em;
        background-image: url("../img/cerveau-logo.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
    }
    
    
    .logo-icon-only{
        background-image: url("../img/cerveau-icon-black.svg");
        background-color: white;
        background-position: center;
        background-size: 60%;
        background-repeat: no-repeat;
        border-radius: 4em;
        height: 5em;
        width: 5em;
        display: block;
        float: left;
        clear: none;
        transition: all .3s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
    }
    
    
    .topmoved{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 4em;
        left: 7.5%;
        z-index: 100;
    }
    
    
    .scroll-logo{
        width: 0em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    .scroll-logomoved{
        width: 7em;
        height: 3em;
        background-image:url("../img/cerveau-text-only-black.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline;
        float: left;
        clear: none;
        position: relative;
        z-index: 100; 
        margin: auto 2em;
        transition: all .3s;
    }
    
    
    
    .top nav:not(.tabs){
        font-family: "GeneralSansRegular";
        float: right;
        clear: none;
        position: relative;
        background-color: white;
        color: #000;
        padding: 1em;
        margin: -.5em auto auto;
        top: 0;
        z-index:10; 
        border-radius: 2.5em;
        width: auto;
        height: auto;
        transition: all .4s;
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.51);
        font-size: 1em;
        display: block;
    }
    
    
    
    .top nav:hover:not(.tabs){
        box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -webkit-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
        -moz-box-shadow: 1px 10px 29px -3px rgba(232,200,153,0.75);
    }
    
    
    
    
    .top nav .nav-main{
          display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; 
    }
    
    
    .top nav #mainnav{
        margin: auto 1em auto auto;
        list-style: none;
    }
    
    
    
    .top nav #mainnav li{
        display: inline-block;
        margin: auto 1em;
        letter-spacing: .3px;
        cursor: pointer;
        transition: all .3s;
        padding: .75em .2em .75em .2em;
        transition: all .3s;
        font-size: 1em;
    }
    
    .top nav button{
        float: right;
        margin: 0em auto auto auto;

        
    }
    
    
    .donatebutton{
        float:left;
        margin: 1em auto auto 2em;
        clear: none;
        display: block;
        text-align: left;
    }
    
    
    .top nav #mainnav li:hover{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
      color: #000;
        
    }
    
    
    .activelink{
        border: solid;
        border-width: 0 0 2px 0; 
        border-color: #E8C899;
        color: #000;
         padding: .75em 1em .5em 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .programs-popup{
        height: 0;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: relative;
        overflow-y: hidden;
    }
    
    .programs-popup-expanded{
        height: 30vh;
        width: 100%;
        display: block;
        clear: both;
        float: left;
        position: relative;
        overflow-y: hidden;
    }
    
    
    .programs-popup article, .programs-popup-expanded article{
        display: none;
}
    
    
.tabbed-content {
  background: #fff;
  width: calc(100% - 0em);
  padding: 0em;
  margin: 2em auto;
    display: block;
    float: left;
    clear: both;
    position: absolute;
    z-index: auto;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto auto; 
  gap: 0em 0em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    transition: all .3s;
    height: 20vh;
    
}
.tabs ul li {
    position: relative;
    letter-spacing: .5px;
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; 
    transition: all .3s;
    font-family: "GeneralSansRegular";
}
    
    
.tabs ul li a {
  padding: 1em 30% 1em 1.5em;
  position: relative;
  width: calc(100% - calc(30% + 1em));
    display: inline;
    float: left;
    clear: none;
    transition: all .3s;
    border-radius: 2em;
}
 
    
.tabs ul li i{
  position: absolute;
  top: 1em;right: 30%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1.4em;
    transition: all .3s;
    color: #E8C899;
    opacity: 0;
}
    
.tabs ul li a:hover, .tabs ul li a.active {
  background: rgba(232,200,153,.2);
  color: #000;
  border-radius: 1.5em;
}
    

    
.tabs ul li a:hover i, .tabs ul li a.active i{
  position: absolute;
  top: 1em; right: 10%;
    display: inline;
    float: left;
    clear: none;
    font-size: 1em;
    transition: all .3s;
    color: #E8C899;
    opacity: 1;
}
    
    
    

.item {
  margin-bottom: 2px;
}
    
.item::before {
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em;
  display: block;
}
    
.item.active::before {
  color: #eee;
}
    
.item.active .item-content {
  padding: 2em;
    margin-top: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
    
    
.item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
    
    
    
    
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
    }
    
    
.tabbed-content .tabs {
    display: block;
  }
    
  .tabbed-content .tabs li {
    display: inline-block;
  }
    
  .tabbed-content .tabs li a {
    display: block;
  }
    
  .tabbed-content .item {
    min-height: 0;
  }
    
  .tabbed-content .item::before {
    display: none;
  }
    
  .tabbed-content.tabs-side .tabs {
    width: 35%;
    float: left;
      
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 40%;
  }
    
    

    
    
    .inner-lists li{
        font-weight: 300;
        transition: all .3s;
        cursor: pointer;
        opacity: .8;
    }
    
    
    .inner-lists li:hover{
        font-weight: 500;
        opacity: 1;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60vh;
        background-color: black;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .f-inner{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 10vh 7.5% auto;
        border: solid 0 #E8C899;
        border-top-width: 1px;    margin-bottom: 70px;
    }
    
    
    .footer-logo{
        width: auto;
        height: 5vh;
        float: left;
        clear: both;
        margin: 3em auto;
        
    }
    
    
    .sitemap{
        width: 70%;
        float: left;
        clear: both;
        display: block; 
        color: #fff;
        margin: 0;

    }
    
    .sitemap ul{
        margin: 2em 5em auto auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
       font-size: 1em;
        padding-left: 0;
        text-align: left;
    }
    
    .sitemap li{
        list-style: none;
        font-family: "GeneralSansRegular";
        margin: .5em auto;
        cursor: pointer;
        transition: all .3s;
        margin-left: 0;
        padding-left: 0;
        text-align: left;
    }
    
    
    .sitemap li:hover{
        opacity: .6;
    }
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}