body{
	font-family:arial, verdana, helvetica;
	font-size:14px;
	margin: 0;
	overflow:auto;
	background: #015699;
}
div#PauseIcon {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
	text-align: center;
    padding-top: 20px;
	background-image:url('../images/common/pause.jpg');
	background-size:contain;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #000;
	
	/*
	background-image: url(../images/common/Media-Player-button-icon.jpg);
    background-size: 540px auto;    
    background-position: -1px -625px;	
	*/
}
div#player-control {
    background-color: #FFF;
    width: 150px;
    height: 40px;
	position: fixed;
   /*  top: 5px; */
    top: -45px;
    left: 50%;
	transform: translateX(-50%);
	display:block;
}
div.nav-btn{
	width: 40px;
    height: 40px;
	background-image: url(../images/common/Media-Player-button-icon.jpg);
    background-size: 360px auto;	
    background-position: 0px -30px;
	display: inline-block;
	margin:0 5px;
	background-repeat: no-repeat;
}
div#playPauseIcon {    
    background-position: 0px -30px;
}
.pausedIcon{
	background-position: -80px -30px !important;
}
.replayIcon{
	background-position: -322px -30px !important;
}
div#stopIcon {    
    background-position: -40px -30px;
    display: none;
}
div#forwardIcon {   
    background-position: -120px -30px;
}
div#backwardIcon {
    background-position: -160px -30px;
}

div#homeIcon {
    position: absolute;
   top: 10px;
   top: -45px;
    /*left: 1200px;*/
	right: 0;
	/*display:none;*/
}
#pageBG,#formMain , #reviewFormMain, #conformMain, .fullBG, .tos-isosceles, .tos-isosceles-title, .image-panel, .panel-container{
display:none;
}
#loginBG{
	display:block;
}

#MainDiv{
position:relative;
border: 1px solid #2078bd;
}
.image-panel{
	position:absolute;
	/*padding:15px;*/
	/*margin:1em 0 3em;*/
	color:#000;
	top:0;
	left:0;
}









#formMain1, #formMain2, #Lookup, #pageBG_final, #pageBG, #pageBG2, #Lookup_Debit-acct, #Lookup_Bene-acct, #formMain_Tab1, #formMain_Tab2, #formMain_Tab3, #reviewFormMain1, #conformMain5, #conformMain4, #conformMain3, #conformMain2, #conformMain1, .popup-panel{
	
background-color:rgba(86,86,86,0.7) !important;
}
.panel-container, .formMain, .reviewFormMain, .conformMain, .LookupFormMain{
	background-color:rgba(86,86,86,0.7);
	width:100.8%;
	height:92%;
	position:absolute;
	top:0px;
	left:0px;
}
.FullPageBG{
	width:1359px;
	height:673px;
	position: absolute;
    top: 0;
    left: 0;	
}
.formContainer{
	overflow: auto;
	overflow-x: hidden;
}
.formFrame, .formContainer{
	position: absolute;
    top: 50%;
    left: 50%;    
	transform:translate(-50%,-50%);
}







.tos-isosceles, .tos  {
  position:absolute;
  padding:15px;
  margin:1em 0 3em;
  color:#000;
  width:200px;
  background:#f3961c; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background:-moz-linear-gradient(#f9d835, #f3961c);
  background:-o-linear-gradient(#f9d835, #f3961c);
  background:linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  background: #a2a2a2;
}
.tos-isosceles-title  {
  position:absolute;
  padding:15px;
  margin:1em 0 3em;
  color:#000;
  width:300px;
  background:#f3961c; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background:-moz-linear-gradient(#f9d835, #f3961c);
  background:-o-linear-gradient(#f9d835, #f3961c);
  background:linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  background: #a2a2a2;
  font-family: arial, verdana, helvetica;
    font-size: 24px;
	top: 50%; left: 50%;
	transform:translate(-50%,-50%);
}

/* Variant : for top positioned triangle
------------------------------------------ */

.tos-isosceles.top {
  /* background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
  background:-moz-linear-gradient(#f3961c, #f9d835);
  background:-o-linear-gradient(#f3961c, #f9d835);
  background:linear-gradient(#f3961c, #f9d835);*/
  background: #a2a2a2;
 
}
.tos-isosceles.left {
     margin-left: 50px;
   /* background: #f3961c;*/
   background: #a2a2a2;
}
.tos-isosceles.right {
     margin-right: 50px;
   /* background: #f3961c;*/
   background: #a2a2a2;
}
.tos-isosceles:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #a2a2a2 transparent;
    display: block;
    width: 0;
}
.tos-isosceles.top:after {
    top: -14px;
    left: 15px;
    bottom: auto;
    left: auto;
    border-width: 0 15px 15px;
	border-color: #a2a2a2 transparent;
}
.tos-isosceles.left:after {
    top: 16px;
    left: -19px;
    bottom: auto;
    border-width: 10px 20px 10px 0;
    border-color: transparent #a2a2a2;
}
.tos-isosceles.right:after {
    top: 16px;
    left: 99%;
    bottom: auto;
    border-width: 10px 0 10px 20px;
    border-color: transparent #a2a2a2;
}
#input_1{
	background-image:url('../images/3a.png');
	top: 134px;
    left: 251px;
    width: 630px;
    height: 170px;
    background-repeat: no-repeat;
}


#progressbar {
	  border: 1px solid #666;
	  width:100px;
	  height: 15px;
	  position: fixed;
      bottom: -15px;
	 display:none !important;
	}
	#progress{	
    width: 1px;
    height: 12px;
    background-color: #003D72;
	border-right: 1px solid #333;
	color: #FFF;
    font-size: 10px;
    padding: 3px 0 0 3px;
	text-align:left;
	}
	
/*Player control*/
#tscVideoContent {
    width: 100%;
    /*height: 100%;*/
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.spritesheet {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(images/spritesheet.png);
	background-size: 300px auto;
}
#videoClickToPlayLink, #videoClickToReplayLink {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	background-image: url(images/BankLibrary_First_Frame.png);
	background-image: none !important;
	    background-color: rgba(255, 255, 255, 0.7);
}
#videoClickToPlayLink span, #videoClickToReplayLink span {
	position: absolute;
    top: 46%;
    left: 10% !important;
    /*color: #0051fa !important;*/
    color: #FFF !important;
    font: 35px sans-serif;
    font-weight: bold;
    text-align: right !important;
    width: 450px !important;
    /*text-shadow: 2px 2px 5px #000;*/
}
 #videoClickToReplayLink span {
	position: absolute;
    top: 46%;
    left: 50% !important;
    color: #0051fa !important;
    font: 35px sans-serif;
    font-weight: bold;
    text-align: center !important;
    width: 600px !important;
    text-shadow: 2px 2px 5px #000;
	margin-left: -300px;
}
#videoClickToPlay, #videoClickToReplay {
    margin: -33px 0 0 -54px;
}
#videoClickToPlay, #videoClickToReplay {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}
#videoClickToPlay:hover, #videoClickToReplay:hover {
    /*box-shadow: 0px 0px 15px #000;*/
}
.play_button_overlay_normal {
    width: 60px;
    height: 56px;
    background-position: -94px -0px;
}
.replay_button_overlay_normal {
    width: 108px;
    height: 108px;
    background-position: -192px -113px;
	background-image: url(images/home.png) !important;
	background-position: 0px -0px !important;
    background-size:108px !important;
}




.very-specific-design {
	width:1356px;
	height:687px;
	padding: 0px;
	text-align: center;
	background: white;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;  
	margin-top: 50px;
}


.scaleable-wrapper {
	padding: 2px;
	resize: both;
	position: relative;
	background: #015699;
	height: 600px;
}

#top_menu{
	width:934px;
	height:60px;
	margin:0 auto;
	display:none;
}
.menu {
    float: left;
    display: inline-block;
    width: 231px;
    height: 17px;
    background: #f3f1ec;
    border: 1px solid #deded6;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding-top: 3px;
}
.menu.active{
	background:#fff; 
	color:#003087;
}
div#instruction {
    position: fixed;
    bottom: 0;
    left: 50%;
	margin-bottom: 10px;
    transform: translateX(-50%);
	font-size: 12px;
    font-family: arial;
    font-weight: bold;
}
.loader {
    position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.scrolloption::after {
    content:"";
    width:100%;
    height:100%;
    background-color:transparent;
    position:absolute;
    top:0;
    left:0;
    display:block;
}
.very-specific-design.tradeModule div#homeIcon {    
    right: 265px;
}
.very-specific-design.tradeModule div#player-control {    
    display:none !important;
}

.pause-overlay{
	width:100%;
    height:100%;
   /*  background-color:rgba(197, 197, 197, 0.7); */
    background-color: transparent;
    position:absolute;
    top:0;
    left:0;
    display:none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     div#player-control{
	top: 5px; 

}
    } 
.contact-details {
    /*position: fixed;
    bottom: 0;*/
	margin-top: 35px;
padding: 20px;
padding-left: 50px;
color:#FFF;
}