@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

a img, a {
    border: none;
    outline: none;
}

.fadeIn {
	opacity: 1 !important;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;     
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}

.fadeOut {
	opacity: 0 !important;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}

.hide {
    opacity: 0;
}

.show{
    opacity: 1;
}

.quickHide{
  display: none !important;  
}

.quickHide{
  display: show !important;  
}


#dummy {
    position: absolute;
    background: url(../images/dummy2.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: 200;
}


#inner-container{
    visibility: hidden;
}

#main_wrapper{
	position:absolute;
	border:1px solid #666666;    
    background: #FFF;    
    background-size: 100% 100%;
	width:298px;
	height:598px;
	left:0px;
	right:0px;
	margin: 0 auto;
	top:0px;
	overflow:hidden;	
}

#section_1{
	position:absolute;
	width: 698px;
    z-index: 9;
}


#bg1{
    width: 300px;
    height: 600px;
    background: url(../images/bg.jpg) 0 0 / 100% 100% no-repeat;
    position: absolute;
	top: 367px;
	left: -98px;
    transform: scale(2.6);
    -webkit-transform: scale(2.6);
    -moz-transform: scale(2.6);
    -ms-transform: scale(2.6);
}

#bg1.zoomOut{
    top:0px;
    left:0px;

    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);

    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
}

#umbrella_holder{
    position: absolute;
	left: -623px;
	top: 145px;
    transform: scale(3.9);
    -webkit-transform: scale(3.9);
    -moz-transform: scale(3.9);
    -ms-transform: scale(3.9);
}

#umbrella_holder.zoomOut{
    position: absolute;
    left: 0px;
    top: 111px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);

    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
}


/*
#umbrella_holder > div {
	background-color: blue;
	opacity: 0.5;
}
*/


.umbrella {
    width: 103px;
    height: 115px;
    background: url(../images/umbrella_full.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
    -webkit-transform: scale(.26);
    -moz-transform: scale(.26);
    -ms-transform: scale(.26);
    transform: scale(.26);	
}

/* column 1 */
#umbrella1{
    top: 51px;
    left: 0px;
    opacity: 0;
}
#umbrella2{
    top: 76px;
    left: 0px;
    opacity: 0;
}

/* column 2 */
#umbrella3{
    top: 24px;
    left: 34px;
    opacity: 0;
}
#umbrella4{
    top: 51px;
    left: 34px;
    opacity: 0;
}
#umbrella5{
    top: 76px;
    left: 34px;
    opacity: 0;
}

/* column 3 */
#umbrella6{
    top: 51px;
    left: 65px;
    opacity: 0;
}
#umbrella7{
    top: 76px;
    left: 65px;
    opacity: 0;
}

/* column 4 */
#umbrella8{
    top: 0px;
    left: 98px;
	opacity: 0;
}
#umbrella9{
    top: 24px;
    left: 98px;
    opacity: 0;
}
#umbrella10{
    top: 51px;
    left: 98px;
	opacity: 0;
}
#umbrella11{
    top: 76px;
    left: 98px;
	opacity: 0;
}

/* column 5 */
#umbrella12{
    top: 24px;
    left: 130px;
/*     opacity: 0; */
}
#umbrella13{
    top: 51px;
    left: 130px;
    opacity: 0;
}
#umbrella14{
    top: 76px;
    left: 130px;
    opacity: 0;
}

/* column 6 */
#umbrella15{
    top: 0px;
    left: 163px;
/*     opacity: 0; */
}
#umbrella16{
    top: 24px;
    left: 163px;
    opacity: 0;
}
#umbrella17{
    top: 51px;
    left: 163px;
    opacity: 0;
}
#umbrella18{
    top: 76px;
    left: 163px;
    opacity: 0;
}

/* column 7 */
#umbrella19{
    top: 51px;
    left: 196px;
    opacity: 0;
}
#umbrella20{
    top: 76px;
    left: 196px;
    opacity: 0;
}


.fadeInUmbrella {
    opacity: 1 !important;
    transition: all .01s linear;
    -webkit-transition: all .01s linear;     
    -moz-transition: all .01s linear;
    -ms-transition: all .01s linear;
}

#logo1{
    width: 159px;
    height: 91px;
    background: url(../images/logo1.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
	top: -92px;
	left: 71px;
}

#logo1.moveTop{
    top:0px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}


#text01{
    width: 273px;
    height: 35px;
    background: url(../images/text01.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
	top: 266px;
	left: 13px;
    opacity: 0;
}

#text01.fadeIn {
    opacity: 1 !important;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;     
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}


#datapayer{
    width: 113px;
    height: 16px;
    background: url(../images/datapayer.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
	top: 363px;
	left: 94px;
    opacity: 0;
}

#datapayer.fadeIn {
    opacity: 1 !important;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;     
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}


#cta{
    width: 166px;
    height: 39px;
    background: url(../images/cta.png) 0 0 / 100% 100% no-repeat;
    position: absolute;
	top: 312px;
	left: 66px;
    z-index: 100;
    opacity: 0;
}

#cta.fadeIn {
    opacity: 1 !important;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;     
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}



#clickTag {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
}


/*****************************section2***************************************/

#section2 {
  position: absolute;
  left: 0px;
  z-index:119;
  background-color: #FFF;
  width: 298px;
  /*height: 208px;*/
  height: 190px;
  border-top: 2px solid #f26937;
  background-image: url(../images/section2_bg.png);
  bottom:-210px;
}

#section2.moveTop{
    /*transform: translateY(-61px);
    -webkit-transform: translateY(-61px);
    -moz-transform: translateY(-61px);
    -ms-transform: translateY(-61px);*/
    bottom:0px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
}

.isiBlockContent {
    padding: 0 5px;
    border: 1px solid #010101;
    color: #010101 !important;
    margin-top: -5px;
}
/* Scroll area styles starts */
#scrollableArea {
    width: 298px;
    /*height: 155px;*/
    height: 137px;
    z-index: 99;
    margin-bottom: 19px;
    font-family: Arial, sans-serif;
    background: #FFF;
}
#scrollableContent {
    position: absolute;
    overflow: hidden;
    width: 294px;
    /*height: 155px;*/
    height: 137px;
    padding-left: 4px;
    font-size: 11px;
    color: #2d2d2d;
    background-color: #FFFFFF;
/*    border-bottom: 1px solid #dcdbdb;*/
}

#scrollableContent h3 {
    font-size: 11px;
    margin: 8px 0;
	color: #760048;
	font-weight: bold;
	/*padding-left: 6px;*/
}
#scrollableContent p {
    margin: 9px 0;
	margin-left:1px;
	/*color:#003b5c;*/
	/*padding-left: 6px;*/
}
#scrollableContent h4 {
	/*color: #003b5c;*/

	font-weight: bold;
	margin: 3px 0px;
	font-size: 11px;
}
#scrollableContent h4 a {
	color: #2d2d2d;
	text-decoration: underline;
}
#scrollableContent strong {
	font-weight: bold;
    font-size: 11px
}
#scrollableContent span {
    height: 7px;
    width: 100%;
    display: block
}
#scrollableContent ul {
    margin: 0px 0px 0px 8px;
	padding-left: 0px;
}
#scrollableContent ul.black li {
  margin-bottom: 5px 0px 6px 0px;
  /*background: url("../images/bullet_circle.png") no-repeat 0 5px;*/
  background: url("../images/bullet_circle.png") no-repeat 0 4px;
  list-style: none;
  padding-left: 8px;
  background-size: 4px 4px;
  background-position: 0px 4px;
  /*color: #003b5c;*/
}
#scrollableContent ul li {
    margin-bottom: 6px;
    background: url("../images/bullet_circle_purple.png") no-repeat 0 4px;
    background-position: 0px 3px;
    list-style: none;
    padding-left: 8px;
    background-size: 4px 4px;
}

#scrollableContent ul li b {
    color: #760048;
}

#scrollableContent #white-patch{
      position: absolute;
    left: 5px;
    bottom: 0px;
    width: 275px;
    height: 7px;
    background-color: white;
}


#scrollableContent ul li span.no-wrap {
	white-space:nowrap;
	font-family:normal;
    /*white-space: nowrap;
    display: inline;*/
}
.no-wrap{
	white-space:nowrap;
	font-style: normal;
}
#scrollableContent ul.inner {
  list-style-type: circle;
  margin: 3px 0px;
  padding-left: 0px;
}
#scrollableContent ul.inner li {
  background: url("../images/bullet_dash.png") no-repeat 0 4px;
	padding-left: 10px;
}
#white-patch{
  position: absolute;
  left: 10px;
  bottom: -3px;
  width: 265px;
  height: 10px;
  background-color: white;
  z-index: 1;
}
#sTitle sup {
	position: relative;
	top: 0px;
    vertical-align: super;
    font-size: 7px;
	font-weight:bold;
	line-height:0;
}
#scrollableContent sup {
	position: relative;
	top: 0px;
    vertical-align: super;
    font-size: 7px;
	font-weight:bold;
	line-height:0;
}

#scrollableContent a {
    color: #f26937;
    text-decoration: underline;
	text-transform: uppercase;
}
#scrollableContent img {
    width: 100%;
    margin-left: 0px;
	margin-bottom: 10px;
    margin-top: 10px;
}
#sTitle {
	font-family: Arial, sans-serif;
    font-size: 13px;
    color: #760048;
    font-weight: bold;
    padding: 4px 0px 3px 4px;
    line-height: 12px;
    margin-top: 4px;
	/*border-bottom:#a7a5a6 1px solid;*/
}
#sTitle span {
	text-transform:lowercase;
}
#scroller {
    position: absolute;
    z-index: 1;
    width: 93%;
	line-height:12px;
	margin-top: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("../images/scroll_hand.png") no-repeat #1e4b6a 0 50%;*/
	background-color: #760048;
}
.iScrollLoneScrollbar {
    background-color: #d1d1d1;
    width: 10px;
}
#scrollableContent::-webkit-scrollbar-track {
    background-color: #d1d1d1
}
#scrollableContent::-webkit-scrollbar {
    width: 10px;
    background-color: #696969
}
#scrollableContent::-webkit-scrollbar-thumb {
    background-color: #696969
}
#txtIndic {
  position: absolute;
   top: 1px;
  left: 291px;
}
#piLink {
	bottom: 0px;
	left: 0px;
	z-index: 1;
	position: absolute;
	padding: 0;
	background: #282828;
	width: 100%;
 
}
#piLink span, #piLink a {
	font-size: 9px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    left: 3px;
	top:-1px;
    
}
#piLink a{
    top: 0;
    left: 0;
}

#piLink span .piLink-heavy {
  font-size: 11px;
  color: #ffffff;  
  position: relative;
  font-weight: 600;
  left: 0px;
  top:0px;    
}
#piLink span .piLink-heavy b{
  font-weight: 600;
  position: relative;
  left: -1px;
}
#isiBlockContent {
	margin-top:-3px;
	padding: 0 7px;
	border: 1px solid #010101;	
	color: #010101 !important;
	font-weight: bold;
}
#isiBlockContent h3 {
	color: #760048 !important;
	margin: 3px 0 -3px;
	padding-left: 0px;
	letter-spacing: -.3px; 
}
#isiBlockContent p {
	padding-left: 0px;
	margin-top:8px;
}

#taptoreveal {
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    width: 76px;
    height: 49px;
}

.allignSup{
    top: 3px !important;
    vertical-align: top !important;	
}

.winff1{
	margin-top:0px;
}
.winff2{
	margin-top:0px;
}
.m-btm{
    margin-bottom: 0px !important;
}
.m-up{
    margin-top: 2px !important;
    margin-bottom: 10px;
}
.ta-c{
    text-align: center;
}


#scrollableContent p.m-up{
    margin-top: 2px !important;
    margin-bottom: 11px;
}

.windows #scrollableContent ul li {
  background-position: 0px 3px;
}

@-moz-document url-prefix() {
	.allignSup{
    top: 3px !important;
	}
    #scrollableContent {
        height:136px;
    }
    
	#scrollableContent sup {
	left:0.5px;
}
    
.contentBtn {    
    top: -1px !important;    
}
.windows #scrollableContent {
        height:136px;
    }
.winff11{
	margin-top:7px !important;
}
.winff21{
	margin-top:13px !important;
}
    
    .winff24{ height:54px;}

}

.piLinkMoxAlign{
	top:0px !important;
}

.no_caps{
    text-transform: none !important;
    color: #000000 !important;
}

.windows #piLink span strong.warn, .windows strong.warn{
  position: relative !important;
  font-weight: 600 !important;
  left: -1px !important;
}
.ie.windows #piLink span .piLink-heavy b{
  left: -1px;
}

