+@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 !important;
}

.izologo img {
    width: 114px;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'Gotham';
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#transcript {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    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% 40px 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: 260px;
    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);
    margin: 0 auto;
}

.video-cover:hover {
    box-shadow: 0px 0px 10px 0px #eb7a29;
    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: 1024px;
}

.mob {
    display: none;
}


/*
.video-cover:hover {
 background-image: url('../images/1-hover.png') !important; 
}
*/

.download-btn {
    right: 50px;
    padding-right: 0;
    height: 26px;
    position: absolute;
    z-index: 999;
    display: none;
    bottom: 90px;
}

.download-btn img {
    width: 160px;
}

.click {
    text-align: center;
    color: black;
    font-size: 37px;
    padding-bottom: 62px;
    color: #fff;
    text-transform: uppercase;
    font-stretch: semi-expanded;
    padding-top: 11px;
}

.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: 160px;
}

.highlight a.videobtn,
.vid1vid a.videobtn.home {
    bottom: 126px;
    right: 50px;
}

.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:1500px) {
    .videos-child-element {
        margin: 0 auto;
        width: 900px;
    }
}
@media (max-width:1340px) {
    .click {
        font-size: 27px;
    }
    
    .download-btn {
        bottom: 45px;
    }
    
    #wrapper {
        width: 100%;
    }
}
@media (max-width:1260px) {
    .video-cover {
        width: 175px;
    }
    
    .submenu-items {
        width: 422px;
    }
    
    #wrapper {
        width: 100%;
    }
    
    .videos-child-element {
        width: 650px;
    }
}
@media (max-width:1100px) {
    .download-btn img {
        width: 140px;
    }
    
    .highlight a.videobtn img,
    .vid1vid a.videobtn img {
        width: 140px;
    }
    
    .video-cover {
        width: 145px;
        height: 145px;
    }
    
    .videoblocks {
        margin: 0 1% 25px 1%;
    }
    
    .click {
        font-size: 20px;
    }
    
    .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:hover {
        border: none;
    }
    
    .videoblocks {
        width: 48%;
    }
    
    .videos-child-element {
        width: 600px;
    }
    
    .desk {
        display: none;
    }
    
    .mob {
        display: block;
    }
    
    .video-cover {
        width: 275px;
        height: 75px;
        border-radius: 12px;
        border: none;
    }
    
    .videoblocks {
        width: 48%;
        padding-left: 0 !important;
    }
    
    .highlight a.videobtn,
    .vid1vid a.videobtn.home {
        bottom: 119px;
        right: 50px;
    }
    /*
 #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:880px) {
    .click {
        padding-bottom: 30px;
    }
}
@media (max-width:740px) {
    .download-btn {
        right: 0;
        padding-right: 9px;
    }
    
    .highlight a.videobtn,
    .vid1vid a.videobtn.home {
        right: 0;
        padding-right: 9px;
    }
}
@media (max-width:680px) {
    .click {
        text-align: center;
        padding-left: 0;
        padding-bottom: 30px;
        padding-top: 0px;
    }
    
    #transcript {
        padding-bottom: 50px;
    }
    
    .izologo img {
        width: 60px;
    }
    
    .izologo {
        top: 11px;
    }
    
    .submenu-items {
        width: 100%;
    }
    
    .highlight a.videobtn img,
    .vid1vid a.videobtn img {
        width: 140px;
    }
    
    .download-btn img {
        width: 140px;
    }
}
@media (max-width:600px) {
    .video-cover {
        width: 280px;
        height: 77px;
    }
    
    .videoblocks {
        width: 100%;
    }
    
    .videos-child-element {
        width: 290px;
    }
    
    .videoblocks {
        margin: 0 0% 25px 0%;
    }
    
    .video-cover:hover {
        border: none;
    }
    
    .submenu-items .videoblocks {
        margin: 0 auto 15px;
        width: 100%;
    }
}