.slide-2-header { 
        margin-top: 10px;
       text-align: center;
       height: 69px;
       width: 100%;
    }

  .div-slide2-banner-wrapper { 
   margin-top: 10px;
   opacity: 0.5;
   margin: 0 auto;
   text-align: center;
  
   }

   .div-slide2-banner-left { 
     width: 140px;
     height: 69px;
      margin-right: -4px;
     display: inline-block;
     background-image: url("../images/slide2/slide2banner-left.png");
     background-repeat: no-repeat; 
    }
   .div-slide2-banner-center { 
    width: 15px;
    height: 69px;
    display:inline-block;
    background-image: url("../images/slide2/slide2banner-center.png");
    background-repeat: repeat-x; 
    }
   .div-slide2-banner-right { 
    width: 142px;
    height: 69px;
     margin-left: -4px;
    display: inline-block;
    background-image: url("../images/slide2/slide2banner-right.png");
    background-repeat: no-repeat; 
    }

    .right-slide2 {  
     position: absolute;
     top: 24px;
     left:405px;
     color: #fff;
     font-family: robotoBoldCondensed;
     font-size: 20px;
     opacity: 0;
     }

     .target { 
       position: absolute;
       top:60px;
       left:520px;
       width: 50px;
       height: 78px;
       background-image: url("../images/slide2/target.png");
       background-repeat: no-repeat;
       opacity: 0;
      }
    .left-arm { 
       position: absolute;
       top:110px;
       right:540px;
       width: 0px; /* 180 */
       height: 7px; /* 78 */
       background-image: url("../images/slide2/left-arm.png");
       background-repeat: no-repeat;
     }

       .right-arm { 

       position: absolute;
       top:110px;
       left:569px;
       width: 0px; /* 180 */
       height: 0px; /* 78 */
       background-image: url("../images/slide2/right-arm.png");
       background-repeat: no-repeat;
     }

       .left-circle-image { 
       position: absolute;
       top:120px;
       left:316px;
       width: 78px;  /* 120 */
       height: 78px; /* 78 */
       background-image: url("../images/slide2/left-circle-image.png");
       background-size: contain;
       background-repeat: no-repeat;
       display: none;
       cursor: pointer;
     }

    .left-circle-image:hover { 
       background-image: url("../images/slide2/left-circle-hover.png");
     }

    .right-circle-image:hover { 
     background-image: url("../images/slide2/right-circle-hover.png");
     }  

    .right-circle-image { 
       position: absolute;
       top:170px;
       left:695px;
       width: 120px; /* 120 */
       height: 78px; /* 78 */
       background-image: url("../images/slide2/right-circle-image.png");
       background-size: contain;
       background-repeat: no-repeat;
       cursor: pointer;
       display: none;
     }

     .left-link { 
       position: absolute;
       top:288px;
       left: 350px;
       background-image: url("../images/slide2/link.png");
       width: 10px;
       height:0px; /* 75 */
       background-repeat: no-repeat;
      }

      .right-link { 
       position: absolute;
       top:288px;
       left: 732px;
       background-image: url("../images/slide2/link.png");
       width: 10px;
       height:0px; /* 75 */
       background-repeat: no-repeat;
      }

      .blue-arrow { 
       position: absolute;
       width: 231px;
       height:337px;
        }

             .blue-arrow-left { 
         top:327px;
         left: 244px;
         opacity: 0;
          }

         .blue-arrow-right { 
         top:327px;
         left: 625px;
          opacity: 0;
          }

        .arrow { 
         position: relative;
         top:0px;
         left:0px;
         height: 29px;
         width: 231px;
         background-image: url("../images/slide2/blue-arrow-bg.png");
         background-repeat: no-repeat;
         }



        .arrow-body { 

         height: 300px;
         width: 231px;
         background-color: #1D415C;
         -webkit-box-shadow: 6px 5px 1px -1px rgba(145,140,145,1);
         -moz-box-shadow: 6px 5px 1px -1px rgba(145,140,145,1);
         box-shadow: 6px 5px 1px -1px rgba(145,140,145,1);
         }

         .arrow-body-left { height: 70px; }
         .arrow-body-right { height: 70px; }

         .arrow-body-header { 
         font-family: robotoRegular;
         color: #fff;
         font-size: 12px;
         width: 100%;
         padding: 10px;
          }

         .arrow-body-item { 
         width: 100%;
         height: 30px;
         padding: 5px;
         margin-top: 6px;
         
          } 

         .arrow-body-item-left {  opacity: 0; } 

           .arrow-body-item-right {  opacity: 0; } 

         .slide2-icon { 
         float: left;
         padding-left: 20px;
         left:0px;
         top: 0px;
          }
           
         .slide2-icon-text { 
          float: left;
          font-family: robotoRegular;
          color: #fff;
          font-size: 12px;
          padding-left: 7px;
          line-height: 105%;
          max-width: 165px;
          word-wrap: break-word;
          vertical-align: middle;
          text-align: left;
          } 

          .slide2-icon-text-margin { 

            margin-top: 5px;
           }

          .thin-line { line-height: 103%; }
          .margin-plus { margin-top: 9px; } 

    

