.noScroll { overflow: hidden; }

#overlay-mask, #overlay-mask-survey,
#video-overlay-mask									      { position: fixed; top: 0; left: 0; z-index: 900000; background-color: rgba(0,0,0,.70); display: none; cursor: pointer; }
.video-overlay                            { display: none; position: fixed; z-index: 9999999; background: #fff; width: 100%; height: 100%; top: 0; }
.video-overlay                            { }
.video-overlay object.vjs-tech 						{ -moz-transform: translate(0,0) }
.video-overlay .title-wrapper							{ float: left; }
.video-overlay .title-wrapper h3          { margin: 20px 0px 0px 30px; position: absolute; left: 0; z-index: 9001; }
.video-overlay .video-container 					{ margin: 0px auto; height: 480px; width: 848px; }
.video-js.vjs-fluid												{ min-height: 480px; width: 848px; }
.video-overlay .video-wrapper							{ width: 100%; height: 100%; position: absolute; }

.vjs-waiting {visibility: hidden;}

.video-js																	{ background-color: #fff; }
.video-js .vjs-tech												{ background-color: #fff; }									

.close-video, .close-video-survey         { position: absolute; margin: 27px 27px 0px 0px; z-index: 9001; right: 0; }


/* Survey overlay */
.survey-overlay                           { width: 680px; display: none; position: absolute; z-index: 9999; background: #fff; border: 1px solid #ccc; }
.survey-overlay                           { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.survey-overlay                           {  } 
.survey-overlay .survey-questions h3      { font: bold 16px 'Lucida Grande', Helvetica, Arial, sans-serif !important; margin: 0px 0px 10px 0px !important; }
.survey-inner                             { padding: 20px; }
/* .survey-inner iframe                      { border: 0; width: 100%; height: 555px; overflow: auto; } */

/* Survey form */
.survey-overlay form p                    { color: #555; font-weight: bold; font-size: 120%; margin: 20px 0 10px 0; }
.survey-overlay form ul                   { padding-bottom: 10px !important; }
.survey-overlay form li                   { padding-bottom: 3px; background: none; font-size: 100%; color: rgb(51, 51, 51); line-height: 100%; margin: 0;}
.survey-overlay form textarea             { width: 530px; padding: 10px; height: 100px; color: #555; font: normal 100%/150% 'Helvetica Neue', Hevetica, Arial, sans-serif; }
.survey-overlay form #video-submit        { font-size: 100%; }

.survey-thank-you                         { display: none; text-align: center; }
.survey-thank-you h3                      { margin: 40px 0 15px 0;  }
.survey-thank-you p                       { margin: 20px 0; }

/* X-LARGE SCREENS (CASCADE TO LOWER SCREEN) */
@media only screen and (min-width: 1442px) {
  
}

/* LARGE SCREENS (SPECIFIC) */
@media only screen and (min-width: 1069px) and (max-width:1441px) {
  
}

/* MEDIUM SCREENS (CASCADE TO LOWER SCREENS) */
@media only screen and (max-width: 1068px) {
	.video-overlay .video-container 					{ width: 90%; }
  .video-overlay .video-container 					{ height: 49.25vw; }
  .video-js.vjs-fluid												{ min-height: 49.25vw; width: 100%; }
}

/* MEDIUM SCREENS (SPECIFIC) */
@media only screen and (min-width: 736px) and (max-width:1068px) {
	
}

/* SMALL SCREENS */
@media only screen and (max-width: 735px) {

}