@charset "UTF-8";

/* CSS Document */
* {
	margin: 0px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-O-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.italic{
	font-style: italic;
}

a img,
a {
	border: none;
	outline: none;
}

.hide{
	display: none;
	
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
}

.fadeIn{
	opacity: 1 !important;
	
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.fadeOut{
	opacity: 0 !important;	
	transition: all 0.5s linear !important;
	-webkit-transition: all 0.5s linear !important;
	-moz-transition: all 0.5s linear !important;
	-o-transition: all 0.5s linear !important;
}


#dummy {
	width: 728px;
  	height: 90px;
	background-image: url(../img/dummy.png);
	background-size: 100%;
	opacity: 0.5;
	top: -1px;
	left: -1px;
	position: absolute;
	z-index: 10000;
}


/* container starts here */
#container {
	width: 726px;
	height: 88px;
	border: #999999 solid 1px;
	background-image: url(../img/white-bg.png);
	background-size: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
}
#clickTag {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
}

/* section-1 starts here */
#section-1 {
	position: absolute;
	width: 728px;
	height: 88px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#oy_logo{
	position: absolute;
	width: 181px;
	height: 49px;
	background: url('../img/O+Y_Logo.png') 0 0 / 100% 100% no-repeat;
	top: -25px;
    left: 392px;
    transform: scale(21);
}
#oy_logo.scale_down{
	-webkit-transform: translate(-266px, 39px) scale(1);
	-moz-transform: translate(-266px, 39px) scale(1);
	-o-transform: translate(-266px, 39px) scale(1);
	transform: translate(-266px, 39px) scale(1);
	
	transition: all 0.75s ease-out;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	
}
#frame1_txt1{
	position: absolute;
	width: 70px;
	height: 17px;
	background: url('../img/Frame1_txt1.png') 0 0 / 100% 100% no-repeat;
	top: 35px;
    left: 33px;
	opacity: 0;
}
#frame1_txt2{
	position: absolute;
	width: 79px;
	height: 20px;
	background: url('../img/Frame1_txt2.png') 0 0 / 100% 100% no-repeat;
	top: 37px;
    left: 325px;
	opacity: 0;
}

#frame2_txt{
	position: absolute;
	width: 309px;
	height: 50px;
	background: url('../img/Frame2_txt.png') 0 0 / 100% 100% no-repeat;
	top: 18px;
    left: 62px;
	opacity: 0;
}

#frame3_txt{
	position: absolute;
	width: 398px;
	height: 70px;
	background: url('../img/Frame3_txt.png') 0 0 / 100% 100% no-repeat;
	top: 10px;
    left: 18px;
	opacity: 0;
}

#frame4_txt1{
	position: absolute;
	width: 146px;
	height: 16px;
	background: url('../img/Frame4_txt1.png') 0 0 / 100% 100% no-repeat;
	top: 9px;
    left: -148px;
	opacity: 1;
}
#frame4_txt1.left{
	-webkit-transform: translate(280px, 0px);
	-moz-transform: translate(280px, 0px);
	-o-transform: translate(280px, 0px);
	transform: translate(280px, 0px);
	
/*
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
*/
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
#frame4_txt2{
	position: absolute;
	width: 183px;
	height: 45px;
	background: url('../img/Frame4_txt2.png') 0 0 / 100% 100% no-repeat;
	top: 9px;
    right: 100px;
	opacity: 0;
}
#frame4_txt2.right{
	-webkit-transform: translate(-312px, 0px);
	-moz-transform: translate(-312px, 0px);
	-o-transform: translate(-312px, 0px);
	transform: translate(-312px, 0px);
	
/*
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
*/
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
#frame4_txt3{
	position: absolute;
	width: 181px;
	height: 23px;
	background: url('../img/Frame4_txt3.png') 0 0 / 100% 100% no-repeat;
	bottom: -26px;
    left: 134px;
	opacity: 1;
}
#frame4_txt3.top{
	-webkit-transform: translate(0px, -32px);
	-moz-transform: translate(0px, -32px);
	-o-transform: translate(0px, -32px);
	transform: translate(0px, -32px);
	
/*
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
*/
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
#final_txt{
	position: absolute;
	width: 217px;
	height: 22px;
	background: url('../img/final_txt.png') 0 0 / 100% 100% no-repeat;
	top: 16px;
    left: 197px;
	opacity: 0;
}

#oy_logo1{
	position: absolute;
	width: 181px;
	height: 49px;
	background: url('../img/O+Y_Logo.png') 0 0 / 100% 100% no-repeat;
	top: 18px;
    left: 7px;
     opacity: 0; 
    transform: scale(0.89);
}
#cta-btn{
	position: absolute;
	width: 148px;
	height: 27px;
    left: 233px;
    top: 47px;
	background: url('../img/cta_btn.png') 0 0 / 100% 100% no-repeat;
    z-index: 100;
	opacity: 0;
}







/* section-2 starts here */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~
			SECTION 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#section-2 {
	right: -290px;
    position: absolute;
    bottom: 0px;
    width: 282px;
    height: auto;
    min-height: 82px;
    border-top: 0.4px solid #a7a5a6; /* TO MATCH THE BOTTOM BORDER BELOW THE TITLE */
	background: #FFF;
	font-family: arial;
	/* AS PER OUR STANDERDS WE USE ARIAL FOR ALL TEXT. EVEN THE PSD HAS DIFFERENT FONTS*/
	font-size: 100%;
	padding: 4px 4px 0px;
	z-index: 102;
    background-size: 3px;
    transition: all 0.5s linear !important;
	-webkit-transition: all 0.5s linear !important;
	-moz-transition: all 0.5s linear !important;
	-o-transition: all 0.5s linear !important;
}
#section-2.up {
	-webkit-transform: translate(-290px, 0px);
	-moz-transform: translate(-290px, 0px);
	-o-transform: translate(-290px, 0px);
	transform: translate(-290px, 0px);
}

.mrg_top8{
    margin-top: 8px !important;
}

#sTitle {
	font-size: 11px;
	/* AS PER OUR STANDERDS WE SET 11PX FOR TITLE TEXT. EVEN THE PSD HAS DIFFERENT SIZE*/
	color: #003b5c;
	font-weight: bold;
	position: relative;
    width: 101%;
    left: -4px;
    line-height: 11px;
    top: -6px;
    padding: 1px 0px 0px 5px;
    border-bottom: 1px solid #a7a5a6;
	background: #ebebeb;
}

#isiActionBtn {
/* 	font-size: 10px; */
	font-size: 11px;
	position: absolute;
	right: 4px;
	top: 1px;
	color: #000000;
	font-weight: normal;
	cursor: pointer;
}

#scrollableArea {
	width: 299px;
    height: 68px;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-o-transition: height .3s;
	-ms-transition: height .3s;
	transition: height .3s;
}

#scrollableArea.expandContainer {
	height: 161px;
}

#scrollableContent {
	width: 284px;
    height: 55px;
    padding: 0 0 0 1px; 
    margin-top: -2px; 
/* 	margin-top: 3px; */
	overflow: hidden;
	position: absolute;
	font-family: arial;
	line-height: 11px;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-o-transition: height .3s;
	-ms-transition: height .3s;
	transition: height .3s;
}

#scrollableArea.expandContainer #scrollableContent {
	height: 154px;
}

#scroller {
	width: 94%;
/* 	font-size: 10px; */
	font-size: 11px;
	padding: 0px 0px;
}

#scroller .inner_title {
	margin-top: 4px;
	margin-bottom: 7px;
}

.text_bold {
	font-weight: bold;
}

#scrollableArea #scroller .para_1 {
	margin-top: 0px;
}

.white_patch {
	width: 98%;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#scroller h3 {
	font-size: 11px;
	color: #000000;
	margin-bottom: 1px;
    margin-top: 8px;
}

#scroller h3.bottom-5{
	margin-bottom: 5px;
}
#scroller h3.need-space-1{
    margin-top: 3px;
}
#scroller p {
	line-height: 11px;
	margin-bottom: 6px;
	margin-top: 3px;
	margin-right: 2px;
}

#scroller p:before {
	text-indent: 2em;
	list-style-type: disc;
	display: list-item;
	margin-left: 2em;
}

#scroller .marg_align {
	margin-top: -5px;
}

#scroller a {
	color: #003b5c;
	outline: none;
}

#scroller sup {
	position: relative;
	top: 1px;
	vertical-align: super;
	font-size: 6px;
	font-weight: bold;
	line-height: 0;
}

#scroller ul.defaultList {
	list-style: none;
	padding: 0px;
}

#scroller ul.defaultList li {
	list-style: none;
	padding-left: 10px;
	position: relative;
	margin-bottom: 8px;
}

#scroller ul.defaultList li:after {
	position: absolute;
	top: 4px;
	left: 3px;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 10px;
	background-color: #000000;
}

#scroller ul.splList {
	margin-bottom: 8px;
	list-style: none;
}

#scroller ul.splList li {
	margin-bottom: 1px;
	list-style: none;
	position: relative;
	padding-left: 7px;
}

#scroller ul.splList li:after {
	content: "-";
	position: absolute;
	top: 0px;
	left: 0px;
}

#scroller .isi_meta {
	margin-bottom: 3px;
	letter-spacing: -0.03em;
}
.padding-bot7{ 
    padding-bottom: 10px;
}

#scroller img {
	margin: 9px 0px 7px 0px;
}

#scroller .nowrap {
	white-space: nowrap;
}

#scroller ul {
	padding: 0;
	margin: 4px 0px 0px 0px;
}

#scroller p.top-8{
	margin-top: 8px;
}

/*
#scroller ul.splList {
	margin-bottom:8px;	
	list-style:none;
}
*/

#scroller ul li {
	margin-bottom: 2px;
	background: url("../img/bullet_circle.png") no-repeat 1px 4px;
	background-size: 3px 3px;
	list-style: none;
	padding-left: 7px;
	color: #000000;
}
#scroller ul li:not(:last-child){
	margin-bottom: 3px;
}

.iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 10px;
	bottom: 0px;
	top: 0px;
	right: 4px;
	overflow: hidden
}

.iScrollIndicator {
	position: absolute;
}

.iScrollVerticalScrollbar .iScrollIndicator {
	width: 10px;
	background: url(../img/scroll_hand.png) no-repeat;
}

.iScrollLoneScrollbar {
	background-color: #cccccc;
	width: 10px
}

#scrollableContent::-webkit-scrollbar-track {
	background-color: #cccccc
}

#scrollableContent::-webkit-scrollbar {
	width: 10px;
	background: url(../img/scroll_hand.png) no-repeat;
}

#scrollableContent::-webkit-scrollbar-thumb {
	background: url(../img/scroll_hand.png) no-repeat;
}

.subTitle {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

#piLink {
/*     font-size: 9px; */
	font-size: 11px;
    text-decoration: underline;
    border-top: #969596 1px solid;
    bottom: 0px;
    left: 0;
    position: absolute;
    z-index: 101;
    width: 100%;
    background-color: #ebebeb;
    font-family: Arial;
    color: #003b5c; 
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 11px;
}
#piLink div {
    padding-left: 4px;
    /*background: url(../img/pilink_arrow.png) no-repeat 4px 2px;*/
}
#piLink a {
	color: #093b5c;
}
.center{
    text-align: center;
}
.top-space{
    padding-top: 8px;
}


/***************************** cross browser ****************************/

@-moz-document url-prefix() {
   #piLink{
	 letter-spacing: -0.03em;
    } 
    #scrollableContent{
    	height: 56px;
    }
    .windows #scrollableContent{
    	height: 57px;
    }
    .white_patch{
    	bottom: 0px;
    }
}


/*~~~~~~~~~~~~~~~~
~~~~~~~~~~~
			ISI CLONED VIEW FOR QA
				~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~*/

#clonedISIForQA {
	position: absolute;
	top: 100px;
	left: 10px;
}

#clonedISIForQA>a {
	font-family: Arial;
/* 	font-size: 14px; */
	font-size: 11px;
}

#clonedISIForQA>p {
	font-family: Arial;
	font-size: 11px;
	max-width: 220px;
	padding: 5px 5px;
	border-bottom: solid #CCC 1px;
	margin-bottom: 5px;
}

#clonedISIForQA #scrollableContent {
	height: auto;
	overflow: visible;
	font-family: Arial, sans-serif;
}

#clonedISIForQA #scrollableContent #scroller {
	-webkit-transform: translate(0px, 0px) translateZ(0px) !important;
	-moz-transform: translate(0px, 0px) translateZ(0px) !important;
	-o-transform: translate(0px, 0px) translateZ(0px) !important;
	-ms-transform: translate(0px, 0px) translateZ(0px) !important;
	transform: translate(0px, 0px) translateZ(0px) !important;
}

#clonedISIForQA .iScrollVerticalScrollbar {
	display: none;
}

.isiLogo {
	width: 185px !important;
}

#scroller sup {
	top: 0px;
}
/* section-2 ends here */
/* container ends here */