
body, body * {

}

#main-container{

}
#dada {
  cursor: pointer;
  width: 200px;
  height: 200px;
  background-color: #f00;
  z-index: 999999;
}
.divCommon, .divCommonExp{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px
}

.divCommonExp{
    width: 560px;
}

#main-container {
  position: absolute;
  width: 560px;
  height: 600px;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

#FPO{
    top: 0;
    left: 0;
    height: 600px;
    width: 300px;
    position: absolute;
    background: url("FPO/FPO12.jpg") no-repeat;
}

#collapsed-state {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 600px;
  z-index: 100;
  cursor: pointer;
  
}

#collapse-border{
    border: 1px solid black;
    box-sizing: border-box;    
}

#expanded-state {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F1F1F1;
  z-index: 200;
  display: none;
}

#expand-border{
    border: 1px solid black;
    box-sizing: border-box;    
}

#expanded-exit {
  position: absolute;
  
  top: 0px;
  left: 0px;
  cursor: pointer;
    
  /* IE10 needs a background color otherwise he won't capture clicks */
  background-color: #FFF;
  opacity: 0;
  
  /*display: none;*/
}

#collapsed-exit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  /* IE10 needs a background color otherwise he won't capture clicks */
  background-color: #FFF;
  opacity: 0;
  
  display: none;
}

.button {
  position: absolute;
  color: #FFF;
  background-color: #339933;
  border: 1px outset #333;
  cursor: pointer;
  padding: 5px 10px;
  z-index: 500;
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

.manClosebutton{
     position: absolute;
    width: 12px;
    height: 16px;
    
    cursor: pointer;
    /* IE10 needs a background color otherwise he won't capture clicks */
    background: url(images/manCloser.svg) no-repeat;
    z-index: 400;
    display: none;
}
#collapse-button-over{
    top: 5px;
    opacity: 1;
}

#expand-button {
  bottom: 5px;
  right: 5px;
  display: none;
}

#collapse-button {
  top: 11px;
  left: 542px;
  display: none;
}

.feature-collapsed {
    top: 0px;
    left: 0px;
    width: 300px;
    height: 600px;
    position: absolute;
    /*resize: horizontal;*/
    overflow: hidden;
}
.feature-expanded {
    top: 0px;
    left: 0px;
    width: 560px;
    height: 600px;
    position: absolute;
}
#bgndImg{
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: 599px;    
}
.collapsedTxt{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}
#learnMorePill{
    opacity: 1;
    top: 401px;
    left: 86px;
    width: 121px;
    height: 29px;
    cursor: pointer;
}
#learnMorePillTxt{
    top: 7px;
    left: 14px;
    background: url(images/collLearnMore.png) no-repeat;
    opacity: 0;
}
#pillBgnd{
    background-color: #fff;
    opacity: 0;
    width: 121px;
    height: 29px;
    -moz-border-radius: 29px;
    -webkit-border-radius: 29px;
    border-radius: 29px; /* future proofing */
    -khtml-border-radius: 29px;
}

#main-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(dclk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}

/*Collapsed styles*/

.replayArrow {
    background: url(images/replayVector.svg) no-repeat;
    display: none;
}
#replayBtn{
    cursor: pointer;
    top: 5px;
    left: 276px;
    width:20px;
    height: 25px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 10px 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
     #replayBtn{
        transform-origin: 50% 50%;
    }
}
#txt_1, #txt_2, #txt_3, #txt_4, #txt_5, #txt_6, #txt_7 {
    top: -150px;
    position: absolute;
    opacity: 0;
}
#txt_1{
    left: 13px;
}
#txt_2{
    left: 12px;
}
#txt_3{
    left: 18px;
}
#txt_4{
    left: 15px;
}
#txt_5{
    left: 12px;
}
#txt_6{
    left: 16px;
}
#txt_7{
    left: 20px;
}
#collcta{
    top: 190px;
    left: 15px;
    width: 270px;
    height: 200px;
    //background-color: aqua;
    cursor: pointer;
    display: none;
    opacity: 0;
}
#ctaText, #ctaCarrot{
    top: 132px;
    /*left: 34px;*/
    left: 31px;
    width: 80px;
    height: 20px;
    background: url(images/collapseCTA.png) no-repeat;
    /*background-position: -13px 0 ;*/
}
#ctaCarrot{
    background-position: 0 0;
    left: 21px;
    width: 12px;
}

#collContent{
    width: 195px;
    height: 155px;
    opacity: 0;
    /*top: 37px;*/
    top: -160px;
    left: 47px;
    background: url(images/collapseContent.png) no-repeat;
}
#colltagLine{
    opacity: 0;
    top: 247px;
    left: 45px;
    width: 190px;
    height: 70px;
    background: url(images/collapseTagline.png) no-repeat; 
}
#collLogo{
    top: 528px;
    left: 57px;
    width: 195px;
    height: 45px;
    opacity: 0;
    background: url(images/expandLogo.png) no-repeat;
}
#whiteTease{
    left: -11px;
    width: 11px;
    height: 599px;
    background-color: #ffffff;
}

/*expand content*/
#FPOE{
    top: 0;
    left: 0;
    height: 600px;
    width: 560px;
    position: absolute;
    background: url("FPO/FPOE2.jpg") no-repeat;
}

#mainContent{
    top: 62px;
    left: 47px;
    width: 210px;
    height: 260px;
    background: url(images/expContent.svg) no-repeat;
}

#bgndFadeOut{
    background: url(images/expandBgndFadeOut.png) no-repeat 0px -2px;
    left: 270px;
    top: 2px;
    width: 50px;
    height: 592px;
    display: none;
}

#grp1, #grp2, #grp3, #grp4 {
    left: 16px;
    width: 281px;
    top: 0px;
}

.lock-content {
  position: absolute;

}
#groupContainer{
    width: 281px;
    left: 278px;
    top: 25px;
    overflow: hidden;
    height: 550px;
}

#groupContent{
    width: 600px;
    
    /*left: -281px; /*panel_2*/
    /*left: -561px; /*panel_3*/
    left: 0px; /*panel_1*/
}

.grp1_1_learnMore, .grp1_2_learnMore, .grp1_3_learnMore, .grp1_4_learnMore, .grp1_5_learnMore, .grp1_6_learnMore, .grp1_7_learnMore{
    background: url(images/learnMore.svg) no-repeat;
    width: 62px;
    height: 20px;
    left: 173px;
}
.grp1_1_learnMore_over, .grp1_2_learnMore_over, .grp1_3_learnMore_over, .grp1_4_learnMore_over, .grp1_5_learnMore_over, .grp1_6_learnMore_over, .grp1_7_learnMore_over{
    background: url(images/learnMoreOver.svg) no-repeat;
    opacity: 0;
}

.arrowL, .arrowR{
    width: 40px;
    height: 24px;
    top: 8px;
    cursor:pointer;

}

.arrowL{
    background: url(images/arrowL.svg) no-repeat 0px 0px;
    left: 420px;
    top: 570px;
}

.arrowR{
    background: url(images/arrowR.svg) no-repeat 0px 0px;
    left: 420px;
}
.arrowContainer{
    
}
.hidden{
    visibility: hidden;
}

/*//////////////////////////////////////////////////////////////////////
///Hotts////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////*/

.grp1_1_hot, .grp1_2_hot, .grp1_3_hot, .grp1_4_hot, .grp1_5_hot, .grp1_6_hot, .grp1_7_hot{
    position: absolute;
    cursor: pointer;
    left: 0px;
    width: 245px;
    height: 275px;
    z-index: 10000;
    background-color: #f00;
    opacity: 0;
}
.grp1_1_learnMore, .grp1_3_learnMore, .grp1_2_learnMore, .grp1_5_learnMore, .grp1_6_learnMore {
    top: 200px;
    fill: #000000;
    
}
.grp1_4_learnMore {
  top: 220px;
  fill: #000000;
}
.grp1_7_learnMore {
  top: 240px;
  fill: #000000;
}
/*//////////////////////////////////////////////////////////////////////
///Group 1 content//////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////*/

/* grp_1_1 content */
.grp1_1_content, .grp1_1_header {
    margin-top: 15px;
    top: 0px;
    left: 10px;
    width: 245px;
    height: 275px;
    background: url(images/retailTopic.svg) no-repeat;
}
.grp1_1_content{
    top: 25px;
    background-position: 0px -25px;
}

/* grp_1_2 content */
.grp1_2_content, .grp1_2_header {
    margin-top: 15px;
    top: 0px;
    left: 10px;
    width: 245px;
    height: 275px;
    background: url(images/financeTopic.svg) no-repeat;
   
    
}
.grp1_2_content{
    top: 27px;
    background-position: 0px -27px;
}

/* grp_1_3 content */
.grp1_3_content, .grp1_3_header  {
    margin-top: 15px;
    top:0px;
    left: 13px;
    width: 245px;
    height: 275px;
    background: url(images/insuranceTopic.svg) no-repeat;
    
}
.grp1_3_content{
    top: 29px;
    background-position: 0px -29px;
}

/* grp_1_4 content */
.grp1_4_content, .grp1_4_header  {
    margin-top: 15px;
    top:0px;
    left: 11px;
    width: 245px;
    height: 275px;
     background: url(images/telcoTopic.svg) no-repeat;
    
}
.grp1_4_content{
    top: 25px;
    background-position: 0px -25px;
}

/* grp_1_5 content */
.grp1_5_content, .grp1_5_header {
    margin-top: 15px;
    top:0px;
    left: 11px;
    width: 245px;
    height: 275px;
    background: url(images/healthCareTopic.svg) no-repeat;
}
.grp1_5_content{
    top:25px;
    background-position: 0px -25px;
}

/* grp_1_6 content */
.grp1_6_content, .grp1_6_header {
    margin-top: 15px;
    top:0px;
    left: 11px;
    width: 245px;
    height: 275px;
    background: url(images/publicSectTopic.svg) no-repeat;
    
}
.grp1_6_content{
    top:25px;
    background-position: 0px -25px;
}

/* grp_1_7 content */
.grp1_7_content, .grp1_7_header   {
    margin-top: 15px;
    top:0px;
    left: 10px;
    width: 245px;
    height: 250px;
    background: url(images/smallBusTopic.svg) no-repeat;
}
.grp1_7_content{
    top: 25px;
    background-position: 0px -25px;
}


/*//////////////////////////////////////////////////////////////////////
///Extra stuff//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////*/
#exLogo{
    background: url(images/expandLogo.png) no-repeat;
    top: 514px;
    left: 49px;
}
#mainContent{
    background: url(images/expandContent.png) no-repeat;
    top: 40px;
    left: 50px;
    height: 130px;
}
#mainContentB{
    background: url(images/expandContent.png) no-repeat;
    top: 205px;
    left: 50px;
    height: 122px;
    background-position-y: -164px;
}
.grp1_1_header, .grp1_2_header, .grp1_3_header, .grp1_4_header, .grp1_5_header, .grp1_6_header, .grp1_7_header{
    opacity: .6;
}


