+ @font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Thin.woff2') format('woff2'),
  url('fonts/Gotham-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.woff2') format('woff2'),
  url('fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Black.woff2') format('woff2'),
  url('fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gotham Condensed';
  src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'),
  url('fonts/GothamCondensed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gotham Condensed';
  src: url('fonts/GothamCondensed-Light.woff2') format('woff2'),
  url('fonts/GothamCondensed-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.woff2') format('woff2'),
  url('fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.woff2') format('woff2'),
  url('fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gotham Ultra';
  src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
  url('fonts/Gotham-Ultra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gotham Pro';
  src: url('fonts/GothamPro.woff2') format('woff2'),
  url('fonts/GothamPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }


 @font-face {
  font-family: 'Gotham Pro';
  src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'),
  url('fonts/GothamPro-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
 }
html, body{ margin: 0; padding: 0; min-width: 100%; width: 100%; max-width: 100%;  max-height: 100%;font-family: 'Gotham';font-weight: 500; }
html , body{
  height: 100%;
    margin: 0;
}
/*#wrapper{ height: 100%;  }*/
#videoContainer {
    position: relative;
    height: 100%;
    z-index: 9;
    margin-top: auto;
    bottom: 0; 
}
#video {
    width: 100%;
     height: 100%;
}
#transcript {
    height: 100%;
    top: 0;
}
.videoplay {
     height: 100%;
}












button {
	border: none;
	background: none;
	outline: none;
}

/* LAYOUT
------------------------------------------------------- */

 .cf:before,
 .cf:after {
  content: "";
  display: table
 }

 .cf:after {
  clear: both;
 }
.izologo {
    position: absolute;
    right: 0;
    top: 15px;
    right: 32px;
}
.izologo{ display: none;  }.izologo img {
    width: 114px;
}
#wrapper {
    width:100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'Gotham';
}#transcript {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    width: 100%;
    margin: 0 auto;
}#transcript p span {
    display: none;
}
#transcript p span.highlight {
    display: block;
}


#video {
	width: 100%;
}

#transcript p {
 font-family: 'Gotham';
	font-size: 18px;
	line-height: 36px;
	margin: 20px;
}

.highlight {
	color: #ff9900;
}

/* VIDEO CONTROLS
------------------------------------------------------- */

#videoControls {
	position: absolute;
	top: 90%;
	left: 1.5%;
	right: 1.5%;
	padding: 5px;	
}

#progress {
	width: 0%;
	position: absolute;
	top: -10px;
	-webkit-appearance: none;
	background-color: #00b2eb;  
	height: 5px;
	z-index: 1;
	pointer-events: none;		
}

#progressBar {
    width: 98.5%;
    position: absolute;
    top: -10px;
    right: 1%;
    -webkit-appearance: none;
    background-color: #6d6e6d;
    height: 5px;
    z-index: 0;
    border-radius: 50%;
}
#progressBar:focus {
  	outline: none; 
}
#progressBar::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 0;
    width: 0;
}
#progressBar::-moz-range-thumb {
	visibility: hidden !important ;
}

#buttons {
	opacity: 0; 
	transition: opacity .3s ease-out;
}
#videoContainer:hover #buttons {
	opacity: 1.0;
} 

#duration, #fastFwd {
	color: white;
	 font-family: 'Gotham';
	font-size: 14px;
	position: relative;
	bottom: 5px;
	left: 5px;
}

#mute, #closedCaption, #fullScreen, #volumeBar {
	float: right;
}

#volumeSlider {
	width: 60px;
	float: right;
}.videos.cf.highlight {
    padding: 20px 0;
}
#volumeSlider::-webkit-slider-thumb {
    background-color: green;
    height: 10px;
    width: 10px;
}
.videoblocks {

    display: block;
    float: left;
    width: 31%;
    margin:0 1% 35px 1%;
    text-align: center;

}
.videoplay {
    position: absolute;
    top: 0; display: none;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;background-image: url('../images/background.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover;
   
}
.video-p.hidevideo .videoplay {
    display: block;
}
.highlight a img, .vid1vid a img{ width: 100%;}
.hide {

    color: transparent;

}
/*
.vid1vid a {
    float: left;
    width: 31%;
    margin: 0 1% 0 1%;
}
*/
 .submenu-items {

    width: 510px;
    margin: 0 auto;
    text-align: center;

}.submenu-items .videoblocks {

    width: 50%;
    margin: 0 auto 35px;

}
.videoplay-inner {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.videos  {
    display: none;transition:.3s ease-in-out;
}
 
.videos.highlight {

    transition:.3s ease-in-out;
     margin: 0 auto; 

}
.video-cover {
    width: 100%;
    text-align: center;
}
.video-cover {

    width: 215px;
    border-radius: 36px;
    position: relative;
    -webkit-transform: translateY(0);
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 214px;
    margin: 0 auto;

}
.video-cover:hover {

    box-shadow: 0px 0px 13px 3px #1c91f0;
    opacity: 1;
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);

}
canvas {
    position: relative;
}
video, canvas {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 732px;
    left: 0;
    right: 0;
}video {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}.videos.highlight {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.videos-child-element {
    margin: 0 auto;
    width: 775px;
}.mob {
    display: none;
}
/*
.video-cover:hover {
 background-image: url('../images/1-hover.png') !important; 
}
*/
.download-btn {
    right: 158px;
    padding-right: 0;
    height: 26px;
    position: absolute;
    z-index: 999;
    display: none;
    bottom: 100px;
}.download-btn img {
    width: 152px;
    
}
.click {
    text-align: center;
    color: black;
    font-size: 23px;
    padding-bottom:45px;
    color: #fff;
    text-transform: uppercase;
    font-stretch: semi-expanded;
    padding-top: 27px;
}.allsub {
    position: relative;
    height: 100%;
    width: 765px;
    margin: 0 auto;
} 
.videobtn {
    display: none;
    position: absolute;
    z-index: 999;
}
.highlight a.videobtn img, .vid1vid a.videobtn img {
    width: 152px;
}
.highlight a.videobtn, .vid1vid a.videobtn.home {
    bottom: 126px;
    right: 158px;
}.backbtn img {
    width: 32px;
    padding-top: 0;
}
 
.highlight a.videobtn.download  {
    right: 45px;
    width: 40px;
}
.vid1vid a.videobtn.download 
    right: 45px;
    width: 40px;top: 30px;
}
.highlight   a.download , .vid1vid a.download {

    text-align: right;

}
.backbtn {
    display: none;
    position: absolute;
    top: 18px;
    left: 25px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
}
/* =========================================
   MEDIA QUERIES */
@media (max-width:1340px){
 #wrapper {width:  100%; }
}
@media (max-width:1260px){
 .video-cover {
    width: 175px;
    height: 175px;
   }.submenu-items {
    width: 422px;
     
}#wrapper {width:  100%; }
 .videos-child-element{
     width: 650px;
    }
 
 
}
@media (max-width:1100px){
 .video-cover {
    width: 170px;
    height: 170px;
}
 .videoblocks {
    margin: 0 1% 25px 1%;
    }
 .click {
      font-size: 17px;
     }.izologo img {
    width: 85px;
}.submenu-items {
    width: 410px;
  }.submenu-items .videoblocks {
      margin: 0 auto 25px;
} 
 .backbtn img {
     padding-left: 0;
}
}
@media  (max-width: 1024px) {
 .video-cover {
     border-radius: 7px;
    }
 .videoblocks {
    width: 48%;
    }
.videos-child-element {
    width: 470px;
}.desk {
    display: none;
}.mob {
    display: block;
}.video-cover {
    width: 200px;
    height: 55px;
}.videoblocks {
     width: 48%;padding-left: 0 !important;
    }
/*
 #transcript {
    position: unset;
     }.download-btn {
    bottom: auto;
    top: -28px;
}.download-btn img {
    width: 106px;
}.videoplay {

    height: auto;

}.submenu-items {
    width: 300px;
    padding-top: 8px;
}.submenu-items {
    width: 285px;
    
}.submenu-items #submenu2 .videoblocks {
    padding-top: 5px;
}
.click {
     padding-bottom: 22px;
    color: #0e2b4d;
     padding-top: 17px;
}
	#transcript p {
		font-size: 14px;
		line-height: 24px;
	}

	#videoControls {
		top: 85%;
	}
*/

}
@media (max-width:740px){
 .download-btn {
    right: 0;
    padding-right: 9px;
      bottom: 64px;
}.highlight a.videobtn, .vid1vid a.videobtn.home {
    bottom: 90px;
    right: 0;
    padding-right: 9px;
}.download-btn img {
    width: 131px;
}.highlight a.videobtn img, .vid1vid a.videobtn img {
    width: 131px;
}
}
@media (max-width:680px){

 .click {
    font-size: 14px;
    text-align: center;
    padding-left: 0;
    padding-bottom: 30px;
    padding-top: 0px;
}
 .videoblocks {
    margin: 0 0% 14px 0%;
}
.videoblocks {
     width: 50%;
    }
  .izologo img {
    width: 60px;
}
 .izologo {
     top: 11px;
  } 
 .submenu-items {
    width: 100%;
}
}
@media (max-width:480px){
 
.video-cover {
    width: 229px;
    height: 63px;
}.videoblocks {
    width: 100%;
}.videos-child-element{

    width: 290px;

}

element {

    display: block;

}
.submenu-items .videoblocks {

    margin: 0 auto 15px;
    width: 100%;

}
}