@charset "UTF-8";
/* CSS Document */

.left_col {
    float: left;
}

.row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  }

.right_col {
    float: right;
}

.mobilize {
  padding-top: 10px;
  }

.topnav {
    background: linear-gradient(to top, #000, #044b79);
    padding-left: 0px;
    border-bottom: 1px solid #023454;
    height: auto;
}

.top_banner {
    height: 493px;
    border: none;
    background: url("/images/smartpen/ls3/app/top_banner.jpg") no-repeat 0 0;
}

.video {
    margin: 15px 0 40px;
}

.top_banner .text_area {
    width: 320px;
    margin-top: 65px;
    padding: 0 20px;
}

div.main_content_container {
    padding: 0 0 50px;
    margin-top: 10px;
    width: 100%;
}

.main_content_container .text_area {
    width: 365px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 35px;
    float: none;
}

.main_content_container .sections {
    font-size: 12px;
    line-height: 18px;
    padding: 40px 65px 40px 65px;
}

.main_content_container .sections .left_col.center {
    margin-left: 22px;
}

.main_content_container .sections.last {
    padding: 30px 0 60px;
    border-bottom: 1px solid #ddd;
}

h1, h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
}

h1 {
    font-size: 24px;
    color: #9aadc8;
    line-height: 36px;
}

h2 {
    margin-bottom: 40px;
    font-size: 16px;
    color: #b2bdc5;
    line-height: 26px;
}

h3 {
    margin-bottom: 15px!important;
    font-size: 20px;
    font-weight: 100;
    color: #3f5257;
    line-height: 24px;
}

#smartpen_app h1 {
    background: url('/images/smartpen/ls3/icon_ls3_app.png') no-repeat 0 0;
    height: 40px;
    line-height: 42px;
    padding-left: 52px;
}

.sec1 {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding-bottom: 50px !important;
}

.sec1 .text_area, .sec1 .text_area p {
    padding: 0 !important;
}

.sec1 .text_area {
    width: 43%;
    padding-top: 45px!important;
}

ol {
    padding-left: 20px;
}

.main_content_container .sections.screens img {
    height: auto;
    width: 330px;
}

.main_content_container .sections.screens h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 0;
}

.app_feature {
    border-bottom: 1px solid #ddd;
    display: table;
    overflow: hidden;
}

/* Amazon Badges Update 8/17/15 */

.download_lsplus {
    margin-top: 24px;
}

.download_lsplus img {
    margin-bottom: 5px;
}

#badges {
    width: 320px;
    padding-left: 40px;
    padding-right: 13px;
}

/* STYLES ABOVE APPLY TO APP PAGE AS WELL AS PARTNERS. */

/* TO SAVE # OF FILES, GOING TO USE THIS SPACE FOR PARTNERS PAGE. PAGE USES THIS CSS FILE ANYWAYS. */
p.partners {
    width: 680px;
    text-align: justify;
}

.logo_area {
    width: 100px;
    height: 100px;
    float: right;
    margin: 42px 0px 60px 30px;
    overflow: hidden;
}

.logo_area img {
    width: 100px;
    height: 100px;
}

.top_banner_partners {
    height: 433px;
    border: none;
    background: url("/images/smartpen/partners/top_banner.jpg") no-repeat 0 0;
} 

.top_banner_partners .text_area { width: 215px!important; }

.beesy ol li {
    margin: 0;
}

#smartpen_partners .beesy ul {
    padding: 0 15px;
    color: #ff7800;
    margin-left: 0;
}

#smartpen_partners .beesy ul li span {
    color: #666;
}

#smartpen_partners .main_content_container .text_area {
    padding: 15px 45px 0;
}

/* Responsive Updates */

#bg {
    width: 100%;
    box-sizing: border-box;
    max-width: 900px;
}

@media (max-width: 900px) {

    .top_banner {
        background: linear-gradient(to bottom , #000, #044b79);
        height: auto;
        padding-bottom: 18px;
    }

    #bg {
      border: 0;
      }

    h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .top_banner .text_area {
        margin-top: 0;
    }

    .ls3 .top_banner {
        background-color: #000;
        height: auto;
    }

    .main_content_container .sections {
        padding: 0;
    }

    div.main_content_container {
        padding: 0 0 10px;
    }

    .contentimg {
        width: 100%;
        padding: 10px 0;
    }

    .main_content_container .sections.screens img {
      width: 100%;
    }

    .sec1 {
          padding-bottom: 0;
    }

    .sec1.sections {
        padding: 0!important;
    }

    .sec2.sections {
        padding: 10px 15px;
    }

    #badges {
        width: auto;
        padding: 20px 20px 0;
    }

    .sec1 .text_area {
        padding: 45px 20px!important;
    }

    .sec1 .text_area {
        width: auto;
    }

    .download_lsplus {
        margin-top: 0;
    }

    .download_lsplus img {
        width: 80%;
        float: right;
    }

    /* Partners Page */

    .top_banner_partners {
        background: none;
        background-image: linear-gradient(to bottom, #000, #044b79);
        height: auto;
    }

    .top_banner_partners .text_area {
        margin: 20px 30px!important;
        width: auto!important;
    }

    p.partners {
        width: auto;
    }

    #smartpen_partners .main_content_container .text_area {
        padding: 10px 0 0;
    }
}

@media (max-width: 480px) {
	.app_feature {
        display: block;
        padding: 15px 0 0;
    }
	.main_content_container .text_area {
        display: block;
        width: auto;
    }
    .logo_area {
        margin: 43px 0 0 10px;
    }
}