html, body {
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeueW01", "Helvetica Neue LT", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

ul{padding:0px;margin:0px}

h1, h2, h3, p {
  margin: 1rem;
}

p.caption {
  font-size: 0.7rem; 
  margin-bottom: 0;
  margin-top: 0;
}

iframe {
  display: block;
  border: none;
  margin: 0px auto;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

#controls {
  overflow: hidden;
  background: #eee;
  margin: 0 auto;
}

  #controls > * {
    margin: 8px;
    cursor: pointer;
    opacity: 0.5;
  }

  #controls > *:hover {
    opacity: 1;
  }


#toggleplay {
  float: left;
  background: url('img/ic_pause_black_24dp.svg');
  width: 24px;
  height: 24px;
}

#toggleplay.paused {
  background: url('img/ic_play_arrow_black_24dp.svg');
}

#time {
  float: left;
  height: 19px;
  padding-top: 5px;
}

#togglemute {
  float: right;
  background: url('img/ic_volume_up_black_24dp.svg');
  width: 24px;
  height: 24px;
}

#togglemute.muted {
  background: url('img/ic_volume_off_black_24dp.svg');
}

#volumerange {
  float: right;
  width: 100px;
  height: 24px;
}

/* MOBILE */
@media screen and (max-width: 100%) {
  iframe {
    width: 100%;
    height: 240px;
  }
}

/* MOBILE */
@media screen and (max-width: 200px) {
 .sidebar{width:100%;}
}
/* DESKTOP */
@media screen and (min-width: 100%) {
  iframe {
    height: 100%;
    width: 100%;
  }
  
 iframe:after {
    content:'';
    display: block;
    clear: both;
}

  h1, h2, p {
    width: 700px;
    margin: 1rem auto;
  }

  #controls {
    width: 700px;
  }
}

.main { 
    width: 100%;
    margin: 0 auto;
	float:left;
	box-sizing: border-box;
	height:auto;
}
.sidebar{
    width: 250px;
    height: 100%;
    background: #005AAB rgba(255,255,255,0.5);
    /*float: left;*/
	text-align: center;
	position:absolute;
	z-index:1;
	top: 0;
    left: -250px;
	overflow-x: hidden;
    transition: 0.5s;
	display:block;
	margin-top:5px;
}

#weavenav{top:7px;}

.sidebar .closebtn {
    position: relative;
    top: 0;
    right: -80px;
    font-size: 36px;
    margin-left: 50px;
	color:#fff;
	text-decoration:none;
}

#toggle, #logo {
  position: absolute;
  top: 0px;
  left: 0px;
 /* width:50px;
  height:50px;*/
  /*background-color: #7f8c8d;
  border: 2px solid #ecf0f1;
  border-radius: 20px;*/
  text-align: center;
  padding: 5px;
  color:#1DAEEA;
  cursor:pointer;
  /*box-shadow: 1px 5px 20px #333333 inset;*/
}

.help {
  position: absolute;
  top: 0px;
  right: 5px;
  text-align: center;
  padding: 5px;
  color:#1DAEEA;
  cursor:pointer;
}

#toggle{left:110px; top:50px; }

#weavetoggle {
  position: absolute;
  top: 0px;
  left: 110px;
  width:35px;
  height:50px;
  /*background-color: #7f8c8d;
  border: 2px solid #ecf0f1;
  border-radius: 20px;*/
  text-align: center;
  padding: 5px;
  color:#1DAEEA;
  cursor:pointer;
  /*box-shadow: 1px 5px 20px #333333 inset;*/
}

/*.logo{width:100%; border-bottom:1px solid #BFB8A8;}*/

.vrview  {
    width: 100%;
    background: #ffffff;
    height: 100%;
    margin-left: 0px;
	float:left
}



ul.carousel, ul.weavel1{
	list-style-type: none;
    margin: 0;
    /*padding: 10px;*/
    background-color: #ABCA4B;
	display:inline-block;
	/*margin-left:-21px;*/
	width:100%;
	}
	
ul.carousel li, ul.weavel1 li {
          list-style: none;
          margin: 0;
         /* padding: 0 10px;*/
          display: inline-block;
		  width:100%;
        }
	
ul.carousel li a {
    display: block;
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
	font-size:18px;
}

ul.carousel li a.current,ul.carousel li a:hover {
              background:#005AAB;
              /*text-decoration: underline;*/
            }
            ul.carousel li a img {
              width: 85%;/*124px;*/
              height: 80px;
            }
            ul.carousel li a small {
              display: block;
            }

      /* MOBILE */
      @media screen and (max-width: 700px) {
        ul.carousel,ul.weavel1 {
          width: 100%;
          justify-content: flex-start;
        }

          ul.carousel li:first-child, ul.weavel1 li:first-child{
            padding-left: 0;
          }

          ul.carousel li:last-child ,ul.weavel1 li:last-child{
            padding-right: 0;
          }
      }

	
ul.weavel1 li a {
    display: block;
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
	font-size:20px;
	font-family:"Arial";
	font-weight:bold;
}

li#opdest{background:url(../images/weave/weave_op_desntin.jpg);}
li#uniquelearner{background:url(../images/weave/weave_uniq_learner.jpg);}
li#reflective{background:url(../images/weave/weave_reflective_practition.jpg);}
li#contemporary{background:url(../images/weave/weave_contemporary_quali.jpg);}
li#capability{background:url(../images/weave/weave_capability.jpg);}

ul.weavel1 li a.current,ul.weavel1 li a:hover {
              background:#005AAB;
              /*text-decoration: underline;*/
            }
            
            ul.weavel1 li a small {
              display: block;
            }
       

/* Popup box */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
	border-radius:20px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #004898;
    color: white;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #004898;
    color: white;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/** Popup box*/

.clear{clear:both;}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/* Blurred popup*/

/*
.blurmodal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  overflow: auto;
  transition: all 0.3s linear;
}

.blurmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border-radius: 4px;
  max-width: 300px;
  height: 450px;
}

.blurmodalOpen { overflow: hidden; }

.is-hidden { display: none; }

.is-visuallyHidden { opacity: 0; }

.close {
  color: #aaaaaa;
  float: right;
  font-size: 16px;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.is-blurred {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

/* Blurred popupc */