body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
}

body a:active,
body a:link,
body a:focus,
body a:hover,
body button:active,
body button:link,
body button:focus,
body button:hover {
    outline: 0 !important;
}

.bootstrap-iso .btn-primary {
    background-color: #49C2DF;
    border-color: #49C2DF;
    line-height: 1.2;
}

.bootstrap-iso .btn-primary:hover {
    background-color: rgba(68, 170, 204, .8);
    border-color: rgba(68, 170, 204, .8);
}

.bootstrap-iso .banner {
    background: url('https://www.lenovo.com/medias/lenovo-seo-faq-page-main-hero-banner.png?context=bWFzdGVyfHJvb3R8NzE1NzE2fGltYWdlL3BuZ3xoYTcvaDZhLzEwOTI5OTU4ODc5MjYyLnBuZ3w5ZWQ2NTg4N2M1YjgxZjhhN2RmNWU5ODVhZGZmM2Q4Y2U2NjkzMzllNDc3ZGQyZWQ0NzhlOWYwNWNjMjJjOTM4') no-repeat;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    color: white;
    /*margin-top:75px;   min-height: 425px;   padding: 85px 40px 25px 0px;*/
    padding: 20px 40px 60px 0px;
    /* Please change the padding bottom to reduce height of the banner(60px)*/
    position: relative;
    /* FLEX */
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.bootstrap-iso .banner .row {
    position: relative;
}

.bootstrap-iso .banner #breadcumbs_top {
    color: white;
    display: block;
    font-weight: 400;
    left: 5.9%;
    position: absolute;
    text-align: left;
    top: 0px;
    font-size: 11px;
    color: #d7d7d7;
    z-index: 1;
}

#breadcumbs_top a {
    color: #d7d7d7;
    text-decoration: none;
}

.bootstrap-iso .banner .container {
    max-width: 100%;
}

.bootstrap-iso .banner .banner_title {
    /* FLEX */
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: column wrap;
    flex: 1 1 100%;
    justify-content: center;
    align-items: center;
}

.bootstrap-iso .banner .banner_featured {
    /* FLEX */
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: column wrap;
    flex: 1 1 100%;
    justify-content: flex-end;
    align-items: flex-end;
}

.bootstrap-iso .banner .banner_featured .img-intel {
    max-height: 122px;
}

.bootstrap-iso .banner .banner_featured figure.thinkpad-figure {
    margin-top: 80px;
    margin-bottom: 5px;
}

.bootstrap-iso .banner .banner_featured .intel-text {
    font-size: 20px;
}

.bootstrap-iso .banner .banner_featured .thinkpad-text {
    font-size: 13.8 font-weight: bold;
}

.bootstrap-iso .banner .banner_featured .img-thinkpad {
    max-height: 45px;
}

.bootstrap-iso .banner .banner_title h2.title-faq {
    font-size: 60px;
}

.bootstrap-iso .banner .banner_title h2.title-faq span {
    display: block;
}

.bootstrap-iso .menu {
    position: relative;
}

.bootstrap-iso .menu nav {
    text-align: center;
    width: 100%;
}

.bootstrap-iso .menu nav ul {
    list-style: none;
    padding: 0;
    margin: 16px auto;
}

.bootstrap-iso .main_content .content .info .item h3 {
    color: #8db9ce;
    font-size: 18px;
    font-weight: 600;
}

.bootstrap-iso .menu nav ul li {
    display: inline-block;
    position: relative;
}

.bootstrap-iso .menu nav ul li:before {
    background-color: #49C2DF;
    bottom: 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto 0;
    width: 3px;
}

.bootstrap-iso .menu nav ul li:last-child:before {
    background-color: transparent;
    width: 0px;
}

.bootstrap-iso .menu nav ul li a {
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: 300;
    /*font-size:18px;   padding:4px 16px 10px 17px;*/
    font-size: 17px;
    padding: 4px 20px 10px 17px;;
}

.bootstrap-iso .menu nav ul li a:hover {
    color: #49C2DF !important;
    font-weight: 300;
    text-decoration: none;
}

.bootstrap-iso .menu nav ul li.active a,
.bootstrap-iso .menu nav ul li.active a:hover {
    color: #49C2DF;
    font-weight: bold !important;
    text-decoration: none;
}

.bootstrap-iso .main_content {
    margin-bottom: 80px;
    margin-top: 45px;
}

.bootstrap-iso .main_content .sidebar nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bootstrap-iso .main_content .sidebar nav ul li {
    position: relative;
    text-align: right;
}

.bootstrap-iso .main_content .sidebar nav ul li a {
    color: #A7A7A7;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 0px;
}

.bootstrap-iso .main_content .sidebar nav ul li a:hover {
    color: #49C2DF;
    text-decoration: none;
    position: relative;
}

.bootstrap-iso .main_content .sidebar nav ul li a:hover:before {
    background-color: #49C2DF;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    width: 4px;
    height: 100%;
}

.bootstrap-iso .main_content .sidebar nav ul li.active a {
    color: #49C2DF;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.bootstrap-iso .main_content .sidebar nav ul li.active a:before {
    background-color: #49C2DF;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    width: 4px;
    height: 100%;
}
.bootstrap-iso .main_content .content .info .item h2 {
    color: #49C2DF;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}
.bootstrap-iso .main_content .content .info .item h4 {
    color: #49C2DF;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}

.bootstrap-iso .main_content .content .info .item h6 {
    text-decoration: underline;
}

.bootstrap-iso .main_content .content .info .item p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
}

.bootstrap-iso .main_content .content .info .item p .cursivo_light {
    font-weight: 300;
    font-style: italic;
}

.bootstrap-iso .main_content .content .info .item p a {
    color: #49C2DF;
}

.bootstrap-iso .main_content .content .info .item table {
    margin-bottom: 25px;
}

.bootstrap-iso .main_content .content .info .item figure {
    margin-bottom: 25px;
}

.bootstrap-iso .main_content .content .info .item figure img {
    display: block;
    margin: 0 auto;
}

.bootstrap-iso .main_content .content .info .item .connect {
    margin-bottom: 20px;
    padding: 0px 8px;
}

.bootstrap-iso .main_content .content .info .item .connect .box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    font-size: .85em;
    min-height: 468px;
}

.bootstrap-iso .main_content .content .info .item .connect .box figure {
    padding: 10px;
    vertical-align: top;
}

.bootstrap-iso .main_content .content .info .item .connect .box figure img {
    display: block;
    margin: 0 auto;
}

.bootstrap-iso .main_content .content .info .item .connect .box .info {
    padding: 10px;
    vertical-align: top;
}

.bootstrap-iso .main_content .content .info .item .connect .box .info h3 {
    font-size: 1em;
    font-weight: normal;
}

.bootstrap-iso .main_content .content .info .item .connect .box .info h5 {
    font-size: .85em;
    font-weight: bold;
}

.bootstrap-iso .main_content .content .info .item .connect .box .info p {
    font-size: 13px;
}

.bootstrap-iso .main_content .content .info .item:last-child p:last-child {
    margin-bottom: 0;
}

.bootstrap-iso .main_content .content .right-bar {
    position: relative;
}
.bootstrap-iso .main_content .content .right-bar h2.title-left-bar {
    font-size: 23px;
    margin-bottom: 42px;
    text-align: center;
}
.bootstrap-iso .main_content .content .right-bar h4.title-left-bar {
    font-size: 23px;
    margin-bottom: 42px;
    text-align: center;
}

.bootstrap-iso .main_content .content .right-bar .banner-box {
    background-color: #F0F0F0;
    margin-bottom: 25px;
    max-height: 150px;
    padding: 13px;
    text-align: center;
}
.bootstrap-iso .main_content .content .right-bar .banner-box h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}
.bootstrap-iso .main_content .content .right-bar .banner-box h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}
.bootstrap-iso .main_content .content .right-bar .banner-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.bootstrap-iso .main_content .content .right-bar .banner-box h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.bootstrap-iso .main_content .content .right-bar .banner-box figure {
    margin-top: -35px;
    margin-bottom: 2px;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box {
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    display: block;
    margin-bottom: 25px;
    max-height: 150px;
    min-height: 150px;
    padding: 13px;
    text-align: center;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box:hover {
    text-decoration: none;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box.bg1 {
    background: url('//static.lenovo.com/na/faq/new-design/banners/bg-orange.jpg') no-repeat;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box.bg2 {
    background: url('//static.lenovo.com/na/faq/new-design/banners/bg-green.jpg') no-repeat;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box.bg3 {
    background: url('//static.lenovo.com/na/faq/new-design/banners/bg-pink.jpg') no-repeat;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box.bg4 {
    background: url('//static.lenovo.com/na/faq/new-design/banners/bg-blue.jpg') no-repeat;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box.bg5 {
    background: url('//static.lenovo.com/na/faq/new-design/banners/bg-yellow.jpg') no-repeat;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 13px;
    text-transform: uppercase;
}
.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 13px;
    text-transform: uppercase;
}

.bootstrap-iso .main_content .content .right-bar .banner-withou-button-box img {
    margin-top: -30px;
}

.bootstrap-iso .text-bottom .content p {
    color: #A7A7A7;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 23px;
}

.bootstrap-iso #tablet_faqs,
.bootstrap-iso #windows_faqs {
    display: none;
}

.bootstrap-iso #tablet_faq_content,
.bootstrap-iso #windows_faq_content {
    display: none;
}

.bootstrap-iso #chromebook_laptop,
.bootstrap-iso #faqs_for_students,
.bootstrap-iso #how_do_you_connect_a_laptop_to_a_tv,
.bootstrap-iso #how_to_build_custom_laptop,
.bootstrap-iso #how_to_speed_up_your_computer,
.bootstrap-iso #lenovo_apple,
.bootstrap-iso #lenovo_dell,
.bootstrap-iso #laptop_tablet,
.bootstrap-iso #lenovo_hp,
.bootstrap-iso #notebook_tablets,
.bootstrap-iso #tablet_2in1,
.bootstrap-iso #used_laptops_faqs,
.bootstrap-iso #what_is_a_2_in_1_laptop,
.bootstrap-iso #what_is_a_chromebook_laptop,
.bootstrap-iso #what_is_a_convertible_laptop_tablet,
.bootstrap-iso #what_is_hybrid,
.bootstrap-iso #what_is_a_motion_control_or_gesture_control_laptop,
.bootstrap-iso #what_is_a_notebook,
.bootstrap-iso #what_is_a_tablet_pc,
.bootstrap-iso #what_is_a_trackpad,
.bootstrap-iso #what_is_an_ultrabook {
    display: none;
}

.bootstrap-iso #wireless_printing_tablet_setup,
.bootstrap-iso #tablet_comparison,
.bootstrap-iso #free_game_apps,
.bootstrap-iso #free_texting_apps,
.bootstrap-iso #free_android_apps,
.bootstrap-iso #android_jelly_bean,
.bootstrap-iso #android_entertainment_apps,
.bootstrap-iso #which_lenovo_tablet_has_the_best_battery_life {
    display: none;
}

.bootstrap-iso #how_do_i_use_windows_8_on_a_laptop,
.bootstrap-iso #how_to_reinstall_windows_10,
.bootstrap-iso #how_to_remove_windows_10,
.bootstrap-iso #how_to_upgrade_drivers {
    display: none;
}

#menu_mobile {
    display: none;
}

.bootstrap-iso nav {
    position: relative;
}

.bootstrap-iso .button_container {
    background-color: #49C2DF;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 5px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 100;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.bootstrap-iso .button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
}

.bootstrap-iso .button_container.active .middle {
    opacity: 0;
}

.bootstrap-iso .button_container.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.bootstrap-iso .button_container.active {
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
}

.bootstrap-iso .button_container span {
    background: #FFF;
    border: none;
    height: 2px;
    width: 35px;
    position: absolute;
    bottom: 0;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .35s ease;
    cursor: pointer;
}

.bootstrap-iso .button_container span:nth-of-type(2) {
    top: 0px;
}

.bootstrap-iso .button_container span:nth-of-type(3) {
    top: 16px;
}

.bootstrap-iso .f-nav {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
}

.bootstrap-iso #breadcumbs {
    color: #49C2DF;
    display: none;
    font-weight: 700;
    margin-right: 60px;
    padding: 0px 15px;
    text-align: right;
}

.bootstrap-iso .menu nav .linea_baja_desktop {
    background: url('//static.lenovo.com/na/faq/new-design/bg-nav.jpg') repeat-x;
    background-position: bottom center;
    height: 9px;
}

a.current {
    color: #49C2DF !important;
    font-weight: bold !important;
    text-decoration: none;
}

.current {
    color: #49C2DF !important;
    font-weight: bold !important;
    text-decoration: none;
}

.current a {
    color: #49C2DF !important;
    font-weight: bold !important;
    text-decoration: none;
}

.top_mid img {
    padding: 0% 3% 3% 3%;
    float: left;
    width: 34%;
}

.item ul li {
    color: #555 !important;
    list-style: circle outside none;
    margin-top: 5px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.item ul li a {
    color: #49C2DF !important;
}

.item ol li {
    color: #555 !important;
    margin-top: 5px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.item ol li a {
    color: #49C2DF !important;
}
.bootstrap-iso .main_content .content .info .item h3 {
    color: #8db9ce;
    font-size: 18px;
    font-weight: 600;

}
.bootstrap-iso .main_content .content .info .item h5 {
    color: #49C2DF;
    font-size: 19px;
    font-weight: 500;
}

h5.subhd_undln {
    margin-top: 18px;
    text-decoration: underline;
}

header.a2a_kit {
    /* min-height: 75px; */
    min-height: 0px;
}

.imgconnect1,
.imgconnect2,
.imgconnect3,
.imgconnect4,
.imgconnect5 {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    width: 100%;
    float: left;
}

.imgconnect1 img,
.imgconnect2 img,
.imgconnect3 img,
.imgconnect4 img,
.imgconnect5 img {
    float: left !important;
    margin: 8% !important;
    max-height: 200px !important;
    max-width: 55px !important;
    Padding: 0px !important;
    display: inline !important;
}

.imgconnectcontent h3,h5,h6 {
    margin: 1%;
    padding: 1%;
}

.imgconnectcontent {
    display: block;
}

.videos_images {
    float: left;
    width: 100%;
}

.videos_images img {
    display: block;
    width: 100%;
    max-width: 315px;
    padding: 0% 3% 3% 0%;
}
.bootstrap-iso .main_content .content .info .item h2 a {
    color: #49C2DF;
    text-decoration: none;
}
.bootstrap-iso .main_content .content .info .item h4 a {
    color: #49C2DF;
    text-decoration: none;
}

.bdr_btm {
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
    #menu_ppal,
    #menu2 {
        display: none;
    }
    #menu_mobile {
        display: block;
    }
    #menu_mobile li {
        display: block;
    }
    #menu_mobile li a {
        color: #49C2DF;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 26px;
        text-align: left;
    }
    #menu_mobile li a span.arrow {
        position: relative;
    }
    #menu_mobile li a span.arrow:after {
        content: "";
        display: block;
        position: absolute;
        overflow: hidden;
        font-size: 12px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #49C2DF;
        border-bottom: 2px solid #49C2DF;
        right: -18%;
        bottom: 0;
        top: 0;
        margin: auto;
        -moz-transform: rotateZ(37deg) skewX(-15deg);
        -ms-transform: rotateZ(37deg) skewX(-15deg);
        -webkit-transform: rotateZ(37deg) skewX(-15deg);
        transform: rotateZ(37deg) skewX(-15deg);
    }
    #menu_mobile li ul.menu_inside {
        display: none;
        margin: 0px 0px 0px 25px;
        padding: 0;
    }
    #menu_mobile li ul.menu_inside li a {
        color: #c9c9c9;
        font-weight: 400;
    }
    .bootstrap-iso .menu nav ul li:before {
        background-color: transparent;
        width: 0;
        height: 0;
    }
    .bootstrap-iso nav {
        box-shadow: 0 4px 2px -2px #ddd;
        display: block;
        overflow: hidden;
        position: relative;
        min-height: 65px;
    }
    .bootstrap-iso #breadcumbs {
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        height: 60px;
    }
    .bootstrap-iso .button_container {
        /* FLEX */
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .bootstrap-iso .button_container.active {
        top: 7px;
        right: 5px;
    }
    .bootstrap-iso .menu ul#menu_mobile {
        display: none;
        margin: 10px 0px 20px;
        padding: 0;
        width: 100%;
    }
    .bootstrap-iso .menu ul#menu_mobile.active {
        display: block;
    }
    .bootstrap-iso .menu ul#menu_mobile li {
        border: 0;
        border-bottom: 1px solid #fff;
    }
    .bootstrap-iso .menu ul#menu_mobile li ul li.active a {
        color: #49C2DF;
    }
    .bootstrap-iso .menu ul#menu_mobile li:first-child {
        border-top: 1px solid #fff;
    }
    .bootstrap-iso .menu ul#menu_mobile li:last-child {
        border-bottom: 0;
    }
    .bootstrap-iso .main_content {
        margin-top: 10px;
    }
    .bootstrap-iso .main_content .content .info {
        margin-bottom: 25px;
        padding: 0 25px;
    }
    .bootstrap-iso .main_content .content .right-bar {
        padding: 0 25px;
    }
    .bootstrap-iso .text-bottom .content {
        padding: 0 25px;
    }
    .bootstrap-iso .main_content {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {
    .bootstrap-iso .banner {
        /*background: url('//static.lenovo.com/na/faq/new-design/hero/lenovo-faq-background-hero-450.jpg') no-repeat;*/
        padding-right: 0;
    }
    .bootstrap-iso .banner .container {
        max-width: 100%;
        display: inherit;
        height: 590px;
    }
    .bootstrap-iso .banner .banner_title {
        justify-content: flex-start;
        align-items: center;
        align-content: flex-start;
    }
    .bootstrap-iso .banner .banner_title {
        padding-top: 38px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq {
        font-size: 35px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq span {
        display: initial;
    }
    .bootstrap-iso .banner .banner_featured {
        padding-bottom: 18px;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .bootstrap-iso .banner .banner_featured figure.thinkpad-figure {
        margin-top: 38px;
    }
    .bootstrap-iso .main_content .content .right-bar .banner-withou-button-box {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .bootstrap-iso .main_content .content .right-bar .banner-withou-button-box {
        max-height: 180px;
        min-height: 180px;
    }
}

@media screen and (max-width: 375px) {
    .bootstrap-iso .banner {
        /*background: url('//static.lenovo.com/na/faq/new-design/hero/lenovo-faq-background-hero-375.jpg') no-repeat;*/
        padding: 40px 10px;
    }
    .bootstrap-iso .banner .banner_title {
        padding: 25px 0px 0px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq {
        font-size: 30px;
    }
}

@media screen and (max-width: 350px) {
    .bootstrap-iso .banner .banner_title h2.title-faq {
        font-size: 30px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .bootstrap-iso .banner {
        /*background: url('//static.lenovo.com/na/faq/new-design/hero/lenovo-faq-background-hero-750.jpg') no-repeat;*/
    }
    .bootstrap-iso .container {
        max-width: 720px !important;
    }
    .bootstrap-iso .banner .banner_title,
    .bootstrap-iso .banner .banner_featured {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .bootstrap-iso .banner .banner_title {
        padding-top: 38px;
    }
    .bootstrap-iso .banner .banner_featured {
        padding-bottom: 32px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq {
        margin-bottom: 33px;
        font-size: 50px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq span {
        display: initial;
    }
    .bootstrap-iso .banner .banner_featured figure.thinkpad-figure {
        margin-top: 0;
    }
    .bootstrap-iso .banner .banner_featured .intel-text {
        margin-bottom: 45px;
    }
    .bootstrap-iso .main_content .content .right-bar .banner-withou-button-box {
        display: inline-block;
        margin-left: -4px;
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .bootstrap-iso .banner {
        /*background: url('//static.lenovo.com/na/faq/new-design/hero/lenovo-faq-background-hero-750.jpg') no-repeat;*/
    }
    .bootstrap-iso .main_content .content .right-bar .banner-box {
        display: inline-block;
        margin-left: -4px;
        margin-bottom: 35px;
        min-height: 150px;
        width: 50%;
    }
    .bootstrap-iso .main_content .content .right-bar .banner-withou-button-box {
        display: inline-block;
        margin-left: -4px;
        margin-bottom: 35px;
        min-height: 150px;
        width: 50%;
    }
    .bootstrap-iso .main_content .content .right-bar .banner-withou-button-box img {
        margin-top: -20px;
        max-height: 134px;
    }
    .bootstrap-iso .main_content .content .right-bar .banner-box figure {
        height: 70px;
        margin-top: -48px;
    }
    #menu_ppal,
    #menu2 {
        display: none;
    }
    #menu_mobile {
        display: block;
    }
    #menu_mobile li {
        display: block;
    }
    #menu_mobile li a {
        color: #49C2DF;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 26px;
        text-align: left;
    }
    #menu_mobile li a span.arrow {
        position: relative;
    }
    #menu_mobile li a span.arrow:after {
        content: "";
        display: block;
        position: absolute;
        overflow: hidden;
        font-size: 12px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #49C2DF;
        border-bottom: 2px solid #49C2DF;
        right: -18%;
        bottom: 0;
        top: 0;
        margin: auto;
        -moz-transform: rotateZ(37deg) skewX(-15deg);
        -ms-transform: rotateZ(37deg) skewX(-15deg);
        -webkit-transform: rotateZ(37deg) skewX(-15deg);
        transform: rotateZ(37deg) skewX(-15deg);
    }
    #menu_mobile li ul.menu_inside {
        display: none;
        margin: 0px 0px 0px 25px;
        padding: 0;
    }
    #menu_mobile li ul.menu_inside li a {
        color: #c9c9c9;
        font-weight: 400;
    }
    .bootstrap-iso .menu nav ul li:before {
        background-color: transparent;
        width: 0;
        height: 0;
    }
    .bootstrap-iso nav {
        display: block;
        overflow: hidden;
        position: relative;
        min-height: 65px;
    }
    .bootstrap-iso #breadcumbs {
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        height: 60px;
        display: none;
    }
    .bootstrap-iso .button_container {
        /* FLEX */
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .bootstrap-iso .button_container.active {
        top: 7px;
        right: 5px;
    }
    .bootstrap-iso .menu ul#menu_mobile {
        display: none;
        margin: 10px 0px 20px;
        padding: 0;
        width: 100%;
    }
    .bootstrap-iso .menu ul#menu_mobile.active {
        display: block;
    }
    .bootstrap-iso .menu ul#menu_mobile li {
        border: 0;
        border-bottom: 1px solid #fff;
    }
    .bootstrap-iso .menu ul#menu_mobile li ul li.active a {
        color: #49C2DF;
    }
    .bootstrap-iso .menu ul#menu_mobile li:first-child {
        border-top: 1px solid #fff;
    }
    .bootstrap-iso .menu ul#menu_mobile li:last-child {
        border-bottom: 0;
    }
    .bootstrap-iso .main_content {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bootstrap-iso .container {
        max-width: 720px !important;
    }
    .bootstrap-iso .banner .banner_title,
    .bootstrap-iso .banner .banner_featured {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .bootstrap-iso .banner .banner_title {
        padding-top: 38px;
    }
    .bootstrap-iso .banner .banner_featured {
        padding-bottom: 32px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq {
        font-size: 50px;
        margin-bottom: 33px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq span {
        display: initial;
    }
    .bootstrap-iso .banner .banner_featured figure.thinkpad-figure {
        margin-top: 0;
    }
    .bootstrap-iso .banner .banner_featured .intel-text {
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .bootstrap-iso .container {
        max-width: 950px !important;
    }
    #menu_ppal,
    #menu2 {
        display: block;
    }
    #menu_mobile {
        display: none;
    }
    .bootstrap-iso .button_container {
        display: none;
    }
    .bootstrap-iso #breadcumbs {
        display: none;
    }
    .bootstrap-iso .main_content .content .right-bar .banner-box,
    .bootstrap-iso .main_content .content .right-bar .banner-withou-button-box {
        display: block;
        margin-left: 0;
        margin-bottom: 35px;
        min-height: 150px;
        width: 100%;
    }
    .bootstrap-iso .menu .container {
        max-width: 992px !important;
    }
    .bootstrap-iso .menu nav ul li a {
        font-size: 1em;
        padding: 4px 14px;
    }
    .bootstrap-iso .banner {
        /*background: url('//static.lenovo.com/na/faq/new-design/hero/lenovo-faq-background-hero-1180.jpg') no-repeat;*/
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .bootstrap-iso .banner {
        /*background: url('//static.lenovo.com/na/faq/new-design/hero/lenovo-faq-background-hero-1180.jpg') no-repeat;*/
    }
    .bootstrap-iso .banner .container {
        max-width: 960px;
    }
    .bootstrap-iso .banner .banner_title,
    .bootstrap-iso .banner .banner_featured {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .bootstrap-iso .banner .banner_title {
        padding-top: 38px;
    }
    .bootstrap-iso .banner .banner_featured {
        padding-bottom: 32px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq {
        font-size: 50px;
        margin-bottom: 33px;
    }
    .bootstrap-iso .banner .banner_title h2.title-faq span {
        display: initial;
    }
    .bootstrap-iso .banner .banner_featured figure.thinkpad-figure {
        margin-top: 0;
    }
    .bootstrap-iso .banner .banner_featured .intel-text {
        margin-bottom: 45px;
    }
    .bootstrap-iso .button_container {
        display: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1135px) {
    .bootstrap-iso .menu .container {
        max-width: 1024px !important;
    }
    .bootstrap-iso .menu nav ul li a {
        padding: 4px 19px;
    }
}

@media screen and (min-width: 1135px) and (max-width: 1199px) {
    .bootstrap-iso .menu .container {
        max-width: 1135px;
    }
}

@media screen and (min-width: 1135px) {
    .bootstrap-iso .button_container {
        display: none;
    }
}

@media screen and (min-width: 1300px) {
    .bootstrap-iso .main_content .container {
        max-width: 1220px;
    }
}

@media screen and (min-width: 992px) {
    .bootstrap-iso .main_content .sidebar {
        border-right: 2px solid #ddd;
        flex: 0 0 27%;
        width: 27%;
        max-width: 27%;
    }
    .bootstrap-iso .main_content .content {
        flex: 0 0 73%;
        width: 73%;
        max-width: 73%;
    }
}