/** /resources/css/pp_video_0.2.1.css **/
/* CSS Document */
      form#ppVideoValues {
        position:absolute;
        left:-1200px;
        visibility:hidden;
     }

	.pp-video-node{
            position:relative;

        }

        .pp-flash-fallback{
            position:absolute;

            top:0;
            left:0;
        }

        .pp-flash-fallback span{
            display:none;
        }

        .pp-video-play, .pp-volume-button {
            cursor: pointer;
        }

        .pp-video-timer {
            cursor: default;
        }


        /* Start of paypal theme */
        .pp-video-player{

            float: left;
            position: relative;

            font-family: Arial, Helvetica, sans-serif;

            background-color: #000000;

        }

        .pp-video-player .pp-video-controls {
            position: absolute;
            bottom:0;
            left: 0;
            height:34px;
            float: left;
            clear: both;
            width: 100%;
        }

        div.pp-video-controls-bkground{
            position:absolute;
            bottom:0;
            left: 0;
            height:34px;
            width:100%;
            background-color:#9191a9;
            opacity:0.3;
            z-index:-2;
            -moz-border-radius:15px 15px 0 0;
            -webkit-border-radius:15px 15px 0 0;
            border-radius:15px 15px 0 0;

            box-shadow: inset 0 -2px 2px #9999a0;

        }

    .pp-video-player .pp-video-play, .pp-video-player .pp-video-seek, .pp-video-player .pp-chapters-button, .pp-video-player .pp-volume-box, .pp-video-timer .pp-video-time-sep .pp-video-duration{
        float: left;
    }

    /* play, pause */
    .pp-video-player .pp-video-controls a.pp-video-play {
        display: block;
        width: 28px;
        height: 28px;
        margin-left: 15px;
        margin-right: 20px;
        margin-top: 5px;
        background-image: url('https://www.paypalobjects.com/webstatic/mktg/kb/play-pause-sprite.png');
        background-repeat: no-repeat;
        background-position:0 -1px;
        z-index:auto;
        opacity: 0.7;

        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-out-in;
        transition: all 0.2s ease-in-out;
    }

    .pp-video-player .pp-video-controls a.pp-paused-button {
        background-repeat: no-repeat;
        background-position:-29px -1px;
    }


    .pp-video-player video {
        float: left;
    }


    .pp-video-player .pp-video-controls .pp-video-play:hover {
        opacity: 1;
    }

    /* seek */
    .pp-video-player .pp-video-seek {
        position:relative;
        width: 520px;
        height: 8px;
        margin-top: 13px;

        -moz-border-radius:15px;
        -webkit-border-radius:15px;
        border-radius:15px;

        background-color: #535353;
        background-image: -moz-linear-gradient(top, #bababa, #dedee2);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #bababa),color-stop(1, #dedee2));

        box-shadow: inset 0 -2px 2px #efefef;
    }
    
    .pp-chapters-button {
        display:none;
        width: auto;
        line-height: 26px;
        
        margin: 5px 0 0 8px;
        padding: 0 6px;
        
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;

        background-color: #b3b3b3;
        border: none;
                
        font-weight:600;
        text-decoration:none;
        cursor:pointer;
    }
    

    .pp-video-player .pp-video-seek .ui-slider-handle {
        width: 10px;
        height: 20px;
        border: none;
        top: -6px;

        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;

        background: #e6e6e6;
        background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

        box-shadow: inset 0 -2px 2px #656595;
    }

    .pp-video-player .pp-video-seek .ui-slider-handle.ui-state-hover {
        background: #fff;
    }

    .pp-video-player .pp-video-seek .ui-slider-range {
        -moz-border-radius:15px;
        -webkit-border-radius:15px;
        border-radius:15px;

        background-color: #4cbae8;
        background-image: -moz-linear-gradient(top, #4cbae8, #39a2ce);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4cbae8),color-stop(1, #39a2ce));

        box-shadow: inset 0 -3px 3px #39a2ce;
    }


    /* video current time and duration  - not part of current paypal player*/
    /*
    .pp-video-player .pp-video-timer {
        margin-top: 8px;
        margin-left: 10px;

        font-size: 0.9em;
        font-weight: bold;
    }


    .pp-video-player .pp-video-duraiton {
        margin-top: 8px;
        margin-left: 2px;
        width:40px;
        text-shadow:#ffffff 0 1px 0;
        color: #717184;
        font-size: 0.8em;
        font-weight: bold;
    }

    .pp-video-player .pp-video-time-sep {
        margin-top: 8px;
        margin-left: 2px;
        width:10px;
        font-size: 0.8em;
        font-weight: bold;
    }
    */


    /* volume */
    .pp-video-player .pp-video-controls .pp-volume-box {
        position: absolute;
        bottom: 1px;
        right: 0px;
        overflow: hidden;
        width: 20px;
        height: 30px;
        color: #fff;
        padding: 0px 10px;

        -moz-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .pp-video-player .pp-video-controls .pp-volume-box:hover {
        height: 135px;
        padding-top: 5px;
    }


    .pp-video-player .pp-video-controls .pp-volume-box:hover .pp-volume-slider {
        position: relative;
        visibility: visible;
        opacity: 1;
    }

    .pp-video-player .pp-video-controls .pp-volume-slider {
        position: relative;
        height: 100px;
        width: 6px;
        top: 0px;
        left: 0px;

        visiblity: hidden;
        opacity: 0;

        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;

        background-color: #bababa;
        background-image: -moz-linear-gradient(top, #bababa, #dedee2);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dedee2),color-stop(1, #bababa));

        box-shadow: inset 0 3px 3px #efefef;

        -moz-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .pp-video-player .pp-video-controls .pp-volume-slider .ui-slider-handle {
        width: 16px;
        height: 9px;
        left: -4px;
        margin-bottom:-0.6em;
        margin-left:0;

        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;

        background: #e6e6e6;
        background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));

        box-shadow: inset 0 -2px 2px #656595

    }

    .pp-video-player .pp-video-controls .pp-volume-slider .ui-slider-handle .ui-state-hover {
        background: #fff;
    }

    .pp-video-player .pp-volume-slider .ui-slider-range {
        -moz-border-radius:15px;
        -webkit-border-radius:15px;
        border-radius:15px;

        background-color: #4cbae8;
        background-image: -moz-linear-gradient(top, #4cbae8, #39a2ce);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4cbae8),color-stop(1, #39a2ce));

        box-shadow: inset -3px 0 3px #59b2ee;
    }

    /* volume button */

    .pp-video-player .pp-video-controls .pp-volume-button {
        position: absolute;
        bottom: 5px;
        right:15px;
        display: block;
        width: 22px;
        height: 22px;
        background-image: url('https://www.paypalobjects.com/webstatic/mktg/kb/volume-full.png');
        background-repreat:no-repeat;

        /*text-indent: -9999px;*/

        opacity: 0.8;
    }

    .pp-video-player .pp-volume-button:hover {
        opacity: 1;
    }

    .pp-video-player .pp-video-controls .pp-volume-mute {
        background-image: url('https://www.paypalobjects.com/webstatic/mktg/kb/volume-mute.png');
        background-repreat:no-repeat;
    }


    /* inline jquery ui styles */
    .ui-slider-handle {
        position: absolute;
        z-index: 2;
        display: block;
        margin-left:-0.6em;
        cursor: default;
        outline: none;
    }

    .ui-slider-range {
        display:block;
        width:100%;
        height:100%;
        left:0;
        bottom: 0;
        border:0 none;
        position:absolute;
        z-index:1;
    }
/* this video button styles are for consumer */
/*Video Button*/

.videoLightboxLink,
.videoLightboxLink:link,
.videoLightboxLink:visited {
    cursor: pointer;
    text-decoration:none;
	display:inline-block;
}
.videoLightboxLink:hover,
.videoLightboxLink:focus {
	text-decoration:none;
	color:#009cde;
}

.videoicon {
    background: url("https://www.paypalobjects.com/webstatic/mktg/consumer/icons/consumer-icon-sprite.png") no-repeat scroll -1px -241px transparent;
    display: inline-block;
    height: 21px;
    width: 21px;
}

.videoLightboxLink:hover .videoicon { background-position:-1px -325px; }

.videoDemoText {
	vertical-align: top;
}
.videoDemoText {
    display: block;
    float: left;
    margin-left: 0;
    padding: 0 10px 0 0;
    color: #666;
    font-size: 13px;
}
#desktop .pageHeadline .videoDemoText {
    line-height: 30px;
}

#main {
  padding-top: 16px;
}
#main .row-fluid {
  margin: 16px 0;
}
#main .span12, #main .span4.leftside, .span6.leftside {
  margin-left: 0;
}
#main h1, #main h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}
#main h2, #main h3, #main h4, #main p {
  color: #333;
}
#main input.error, #main textarea.error, #main select.error {
  border: 1px solid #b94a48;
}
#main .controls-row {
  position: relative;
}
#main .pp-video-player {
  width: 100%;
  height: 100%;
}
.video-replacement .container {
  pointer-events: none;
}
#top-nav {
  list-style-type: none;
}
#top-nav li {
  display: inline-block;
  margin: 0;
}
#top-nav li a {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  display: inline-block;
  padding: 10px 3px;
  text-decoration: none;
  color: #888;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 1px 1px 0 #fff;
}
#top-nav li a:before {
  content: "|";
  display: inline-block;
  margin-right: 12px;
}
#top-nav li:first-child, #top-nav li:first-child a {
  padding-left: 0;
}
#top-nav li:first-child a:before {
  content: "";
}
h2.big {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #444;
  padding: 30px 0;
}
h2.big i {
  color: #0079c1;
  font-style: normal;
}

/* videos */
.video-block {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  cursor: pointer;
  min-height: 500px;
}
#hero-video-container {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/hero-video.jpg");
  background-size: cover;
}
#main #hero-video-container {
  margin-bottom: 100px;
}
#hero-video-container.loaded {
  background-image: none;
}
#main #bottom-video-container {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/bottom-video2.jpg");
  background-size: cover;
  min-height: 600px;
}
#main .video-block.loaded {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled = false);
  background-image: none !important;
  min-height: none !important;
}

/* Hero words overlay */
#hero-video-container .span12, #hero-video-container .span6 {
  margin-left: 0;
}
#hero-video-container .span12 {
  margin-top: 76px;
}
#hero-video-container h1 {
  text-align: left;
  font-size: 60px;
  color: #0079c1;
}
#hero-video-container h2 {
  font-size: 30px;
  line-height: 50px;
  text-align: left;
}

/* images */
.bigpic {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 540px;
}
#cafe {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/cafe.jpg");
}
#store {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/bike.jpg");
}

/* Intro */
#intro {
  background: #fff;
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/intro-bg.jpg");
  height: 710px;
}
#intro #beacon-image {
  position: absolute;
  right: 0;
  top: 120px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/beaconusb.png");
  width: 501px;
  height: 410px;
}
#intro .container {
  padding-left: 60px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#intro h2, #intro h3, #intro h4, #intro p {
  color: #fff;
  text-shadow: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}
#intro h2 {
  margin: 60px 0 50px;
  font-size: 60px;
}
#intro h3 {
  margin: 0 0 34px;
  font-size: 40px;
}
#intro p {
  font-size: 24px;
  line-height: 28px;
}
#intro .container .sidekick {
  margin-top: 290px;
}
#intro .sidekick h4 {
  font-size: 24px;
  line-height: 24px;
}
#intro .sidekick p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

/* Get it First */
#stay-informed {
  margin: 70px auto;
}
#stay-informed h2, #learn-more h2 {
  font-size: 40px;
  margin-bottom: 66px;
  color: #0079c1;
}
#stay-informed p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  padding-left: 60px;
  font-size: 24px;
  line-height: 32px;
}
#stay-informed p.subtext {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
}
#full-form {
  margin: 24px 0 0 70px;
  background: #c2dceb;
  padding: 44px;
}
#full-form textarea, #full-form input[type="text"], #full-form input[type="email"] {
  box-shadow: inset 2px 2px 2px #d4d5d5;
  border: none;
  padding: 5px 10px;
  margin-bottom: 12px;
  font-size: 12px;
}
#full-form textarea.error, #full-form input[type="text"].error, #full-form input[type="email"].error, #full-form select.error {
  border: 1px solid #b94a48;
}
#full-form textarea {
  width: 92%;
  height: 200px;
}
#full-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  background: #dbdddf url("https://www.paypalobjects.com/webstatic/mktg/beacon/down-arrow.png") 114px center no-repeat;
  background-position-x: 1000px\9;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  border: none;
  padding: 5px 10px;
  width: 48%;
  border-radius: 0;
  color: #000;
}
#full-form select.default {
  color: #4c4c4c;
}
#full-form input[type="text"], #full-form input[type="email"] {
  width: 42%;
}
#full-form .button-row {
  text-align: right;
}
#full-form p {
  margin: 0;
  padding: 0;
}

/* Learn More */
#learn-more {
  background: #fff;
  background-repeat: repeat-x;
  background-position: center center;
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/learnmore-bg.jpg");
  height: 591px;
}
#learn-more .container {
  padding-left: 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#learn-more .container:first-child {
  padding-left: 0;
}
#learn-more h2 {
  margin: 44px 0;
}
#learn-more h3, #learn-more h4 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}
#learn-more h3 {
  font-size: 30px;
  margin: 0 0 40px;
}
#learn-more h4 {
  font-size: 24px;
}
#learn-more p {
  font-size: 24px;
}
#learn-more .sidekick {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 90px;
  background-position: center top;
  background-repeat: no-repeat;
}
#learn-more .sidekick h4 {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: normal;
  color: #0079c1;
}
#learn-more .sidekick p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
#learn-more #save-time {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/watch.png");
}
#learn-more #enjoy-convenience {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/open.png");
}
#learn-more #pay-securely {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/lock.png");
}
#learn-more a {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 20px;
}

/* Learn even more */
#learn-even-more .container {
  padding-left: 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#learn-even-more h2 {
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 30px;
}
#learn-even-more p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
#learn-even-more .sidekick {
  margin-top: 40px;
  padding-top: 80px;
  margin-bottom: 30px;
  background-position: center top;
  background-repeat: no-repeat;
}
#learn-even-more .sidekick h4 {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: normal;
  color: #0079c1;
}
#learn-even-more .sidekick p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
#learn-even-more #more-customers {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/people.png");
}
#learn-even-more #more-sales {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/cash.png");
}
#learn-even-more #more-insights {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/beacon/brain.png");
}

/* FAQs */
#faq-list h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 32px;
}
#faq-list ol {
  padding-left: 2px;
  margin-left: 0;
}
#faq-list ol li {
  margin-bottom: 4px;
}
#faq-list ol table {
  border: 1px solid #aaa;
  border-collapse: collapse;
}
#faq-list ol table th, #faq-list ol table td {
  border: 1px solid #aaa;
  padding: 8px;
}
#faq-list ol table th {
  white-space: nowrap;
}
#faq-list, #faq-list a, #faq-list p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
#faq-list .answer {
  height: 0;
  overflow: hidden;
  
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
#faq-list .answer.open {
  height: auto;
}

/* Overrides for iPad only */
@media (orientation: portrait) and (max-width: 1024px), (orientation: landscape) and (max-width: 1024px) {
  #faq-list ol {
    margin-left: 20px;
  }
}

