/* -------------------------------- 

Primary style

-------------------------------- */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "proxima-nova",sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    max-width: 100%;
    transition: 0.5s;
}


/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */


/**
* Remove the margin in all browsers (opinionated).
*/

body {
    margin: 0;
    color: #0b1e3b;
    background-color: #ffffff;
}


/* HTML5 display definitions
========================================================================== */


/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/

article,
aside,
details,

/* 1 */

figcaption,
figure,
footer,
header,
main,

/* 2 */

menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}


/**
* Add the correct display in IE 9-.
*/

audio,
canvas,
progress,
video {
    display: inline-block;
}


/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}


/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/

template,

/* 1 */

[hidden] {
    display: none;
}


/* Links
========================================================================== */


/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/

a:active,
a:hover {
    outline-width: 0;
}

.links {
    font-size: 12px;
}


/* Text-level semantics
========================================================================== */


/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b,
strong {
    font-weight: inherit;
}


/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}


/**
* Add the correct font style in Android 4.3-.
*/

dfn {
    font-style: italic;
}


/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 32px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
}


/**
* Add the correct background and color in IE 9-.
*/

mark {
    background-color: #ff0;
    color: #000;
}


/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}


/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
========================================================================== */


/**
* Remove the border on images inside links in IE 10-.
*/

img {
    border-style: none;
}


/**
* Hide the overflow in IE.
*/

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
========================================================================== */


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
* Add the correct margin in IE 8.
*/

figure {
    margin: 1em 40px;
}


/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/* Forms
========================================================================== */


/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
* Restore the font weight unset by the previous rule.
*/

optgroup {
    font-weight: bold;
}


/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}


/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}


/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
* Change the border, margin, and padding in all browsers (opinionated).
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
* Remove the default vertical scrollbar in IE.
*/

textarea {
    overflow: auto;
}


/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}


/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* End Normalize */


/*  Marketo Form Resets  */
/* remove width constraint to allow for float */

.mktoForm {
    width: auto !important;
    margin-left: 0 !important;
    position: relative !important;
    font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
    margin: 0 auto !important;
    padding: 0px !important;
}


/* remove left margin */
.mktoForm span {
    margin-left: 0px !important;
}

/* remove offset */
.mktoOffset {
    width: auto !important;
}

/* remove gutter margin */
.mktoGutter {
    width: auto !important;
}

.mktoFormCol,
.mktoFieldWrap,
{
    width: 100% !important;
}

.mktoForm input[type=text],
.mktoForm input[type=email],
.mktoForm input[type=tel] {
    height: 68px !important;
    width: 100% !important;
    font-size: 20px !important;
    border: 2px solid #bbbbbb;
    background-color: #fff;
    border-radius: 2px;
    color: #333333;
    display: inline !important;
    padding-left: 20px !important;
    float: left !important;
    margin-bottom: 5px !important;
}

.mktoFormCol,
.mktoFieldWrap {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mktoForm input[type=text] {}

.mktoForm input[type=email] {}

.mktoForm input[type=tel] {}


/* button style */
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 26px !important;
    line-height: 28px !important;
    text-decoration: none !important;
    padding: 9px 35px !important;
    margin: 0 auto !important;
    height: 77px !important;
    overflow: hidden !important;
    text-align: center !important;
    background: #F4C541 !important;
    font-weight: 800 !important;
    color: #373F48 !important;
    display: inline-block !important;
    width: 530px;
    z-index: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border: 0 !important;
}

.mktoButton:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.20) !important;
}


/* line 4, styles/_reset.scss */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline;
}


/* line 4, styles/_reset.scss */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* line 4, styles/_reset.scss */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}


/* line 5, styles/_reset.scss */
a {
    color: inherit;
}

/* line 13, styles/ui_patterns/_forms.scss */
label {
    color: #393939;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}


/* line 19, styles/ui_patterns/_forms.scss */
button {
    cursor: pointer;
}

/* line 23, styles/ui_patterns/_forms.scss */
form .button {
    display: block;
    margin: 16px auto 10px auto;
}

/* line 29, styles/iframes.scss */
.mktoAsterix {
    display: none;
}

/* line 30, styles/iframes.scss */
.mktoLabel {
    display: none;
}



p {
    font-size: 16px;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}




/*============================*/
/*=====BEGIN PAGE STYLES======*/
/*============================*/
.rotate{
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


h4 a:hover {
    color:#ffffff !important; 
}


.hidden {
    display:none;
}


#coconut {
    height:500px;
}

#baskhelp {
    font-size:20px;
    line-height:32px;

}
.basklogo {
    padding-top: 25px;
}

.hero {

    background: -webkit-linear-gradient(left,rgba(0,0,0,.2),rgba(0,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(0,0,0,.2),rgba(0,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(0,0,0,.2),rgba(0,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0,0,0,.2), rgba(0,0,0,1)), url(https://www.bask.com/marketing/lp/techsupport/images/beard.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: #0b1e34;
    height: auto;
    padding-top: 40px;
    margin-bottom:30px;
    padding-bottom:40px;

}


.protuneup {
    margin-bottom:0px;
    background-color:#0b3360;
    height: auto;
    padding-bottom: 35px;
    padding-top:35px;
    color: #ffffff;a
}

.tuneupwhy {
    margin-bottom:0px;
    background-color:#f2f2f2;
    height: auto;
    padding-bottom: 35px;
    padding-top:35px;
    color: #000000;a
}

.tuneupwhat {
    margin-bottom:0px;
    background-color:#0b3360;
    height: auto;
    padding-bottom: 35px;
    padding-top:35px;
    color: #ffffff;a
}

.whybask {
    margin-bottom: 0px;
    background-color:#f2f2f2;
    height: auto;
    padding-bottom: 35px;
    padding-top:35px;
    color: #000000;a
}

.tuneuphead {
    font-size: 26px !important;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    line-height: 31px;
    padding-bottom: 10px;
}

.tuneupp {
    font-size: 20px;
    line-height: 30px;
}



.browsers {
    background-color: #0b1e34;
    height: auto;
    padding-bottom: 35px;
    padding-top: 35px;
    color: #ffffff;
}

.browsershead {
    font-size: 26px !important;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    line-height: 31px;
    padding-bottom: 10px;
    text-align: center;
}

.browserssubhead {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.browserimages {
    display: inline-block;
    text-align: center;
}




.header {
    padding-top: 25px;
    padding-bottom: 20px;
}

.mainheader {
    padding-bottom: 20px;
}

.jumbo {
    font-size: 30px; 
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
}

.minijumbo {
    text-align:center;
    font-size:18px !important;
    margin-top:26px;
}

.subjumbo {
    margin-bottom:0px;
    padding-top: 10px;
    font-size: 24px; 
    line-height: 30px;
    text-align: center;

}
.formheader {
    color:#ffffff;
    padding-top: 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;



}

.cta {
    margin-bottom:0px;
    margin-top:20px;
    border-radius: 39px ;
    background-color: #F4c541 !important;
    color: #373F48 !important;
    padding: 19px 65px;
    width: auto;
    display: inline-block;
    overflow: hidden;
    max-width: 362px;

    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;

    text-align: center !important;


}

.cta:hover {
    border-radius: 39px ;
    background-color: #edb71f !important;
    color: #000000 !important;
    padding: 19px 65px;
    width: auto;
    display: inline-block;
    overflow: hidden;
    max-width: 362px;

    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;

    text-align: center !important;
}

.browsercta {
    margin-bottom:0px;
    margin-top:20px;
    border-radius: 39px ;
    background-color: #f7f72b!important;
    color: #000000 !important;
    padding: 19px 65px;
    width: auto;
    display: inline-block;
    overflow: hidden;
    max-width: 362px;

    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;

    text-align: center !important;


}

.browsercta:hover {
    border-radius: 39px ;
    background-color: #d6b510 !important;
    color: #000000 !important;
    padding: 19px 65px;
    width: auto;
    display: inline-block;
    overflow: hidden;
    max-width: 362px;

    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;

    text-align: center !important;
}

.subbutton {
    font-family: "proxima-nova",sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-decoration: underline !important;
}

.formP{
    padding-bottom: 10px;
}

.legal {
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    padding-top:25px
}

.trust {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.trusthead {
    font-size: 26px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 200;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.footerp {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom:85px;
}

.reviewstab{
    display:none;
    font-family: "proxima-nova",sans-serif;
    font-size: 22px;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    height: 70px;
    background-color: #f9d314;
    width: 310px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 99;
}
#baskhelp {
    padding-bottom:25px;

}
.commitment {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
}


.panel-title {
    font-size: 26px;
    color:#ffffff;
}
.panel-title a{
    color:#ffffff !important;
   
}

.panel-default {
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 22px;
    background-color: #044ea0;
    color: #ffffff;
    margin-bottom: 10px;
}

.panel-collapse{
    margin-top: 10px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    background-color: #f2f2f2;
    color: #0b1e3b;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
}

.form {
    padding-top: 15px;
    width: 530px;
    margin: 0 auto;
}


/*====TEXT STYLES====*/
.red {
    color: #f7313e;
}

.white {
    color: #ffffff !important;
}

.bold {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
}

.header-text {
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    color: #0b1e3b;
    font-size: 18px;
    line-height: 18px;
    padding-top: 30px;
}

.text-center {
    text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.sponsored {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #adadad;
    font-size: 14px;
    line-height: 14px;
    padding-top: 37px;
    padding-right: 15px;
    text-align: right;
}

.catch {
    padding-top: 10px;
    font-size: 32px;
    line-height: 30px;
}
.listitem {
    font-size: 20px;
    padding-bottom:10px;
}

.subformheader {
    padding-top: 10px;
    font-size: 24px !important;
    line-height: 34px;
    text-align: center;
    max-width: 615px;
    width: 100%;
    margin: 0 auto;
}

.subbuttonp {
    color:#ffffff;
    padding-top: 10px;
    font-size: 18px !important;
    line-height: 34px;
    text-align: center;
    max-width: 615px;
    width: 100%;
    margin: 0 auto;
    text-decoration: underline;
}


.text-align-right {
    text-align: right;
}

.phone-desc {
    font-size: 16px;
    padding-top: 15px;
}

.phone-top {
    width: 152px;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 4px solid #f9d314;
    padding-bottom: 5px;
    line-height: 1.25em;
    display: inline-block;
    margin-left: 20px;
}

/*===========================*/
/*======END PAGE STYLES======*/
/*===========================*/


/*  Cards  */
.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 300px;
    position: relative;
    width: 300px;
}

.review {
    background: #ffffff;
    height: auto;
    vertical-align: middle;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.bcFloat {
    display:none !important;

}





/* Small. Above 34em (544px) */
@media screen and (min-width: 34em) {
    .formheader {

        padding-top: 20px !important;
    }
    .bcFloat {
        display:none !important;

    }
    .hero{
        margin-bottom:40px !important;
        padding-bottom:15px !important;
        padding-top:30px !important;
        height:auto !important;


    }
    .subbuttonp{
        padding-bottom:40px !important;

    }
    .trust {
        padding-top:15px;
        padding-bottom:15px !important;
    }
    .trusthead{
        font-size:20px !important;

    }
    .malware{
        margin-bottom:25px !important;
        padding-top:25px !important;
        padding-bottom:25px !important;
    }
    .jumbo{
        font-size:45px !important;
        line-height:48px !important;
    }
    .subjumbo {
        margin-top:15px !important;
        font-size:26px !important;

    }
    .minijumbo {
        text-align:center;
        font-size:18px !important;
        margin-top:26px;
    }

    .commitment {
        padding-top: 0px !important;
        padding-bottom:0px !important;
    }

}
.catch {
    line-height:36px !important;
}
.cta {
    margin-bottom:25px !important;
}
.reviewstab{
    display:none;
    font-family: "proxima-nova",sans-serif;
    font-size: 22px;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    height: 60px;
    background-color: #f9d314;
    width: 310px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index:99;
}

#baskhelp {
    margin-top:-20px !important;
    padding-bottom: 35px !important;
}
.whybask {
    padding-top:10px !important;
}
.panel-title {
    font-size: 20px !important;
}
 .whybask .jumbo {
        padding-top:15px !important;
    }


/* Medium. Above 48em (768px) */
@media screen and (min-width: 48em) {

    .form{
        padding-top:15px !important;

    }
    .formheader {

        padding-top:0px !important;
        padding-bottom:0px !important;

        font-size:26px; !important;
        line-height:26px !important;
    }
    .bcFloat {
        display: block !important;
    }
    .subbuttonp{
        font-size:18px !important;
        line-height:20px; !important;

    }
    .commitment{
        padding-top: 0px !important;

    }
    .hero {
        margin-bottom:35px !important;
        padding-bottom:15px !important;
        padding-top: 45px !important;

    }
    .jumbo {
        padding-top:15px !important;
        font-size:32px !important;

    }
    .subjumbo {
        margin-top:0px !important;
        font-size:24px !important;

    }
    .minijumbo {
        text-align:center;
        font-size:18px !important;
        margin-top:26px;
    }
    .malware {
        margin-bottom:40px !important;
    }
    .cta{
        margin-bottom:25px !important;
    }
    .reviewstab{
        display:inline !important;
    }
    #wwydfm {
        padding-bottom:35px !important;
    }
    .panel-title {
        font-size: 20px !important;
    }
    .whybask .jumbo {
        padding-top:15px !important;
    }
  
}

/* Large. Above 62em (992px) */
@media screen and (min-width: 62em) {
    .formheader {


        line-height:30px !important;
        padding-top:0px !important;
        font-size:30px !important;

    }
    .bcFloat {
        display: block !important;
    }

    .hero {
        margin-bottom:35px !important;
        padding-bottom:15px !important;
        padding-top: 65px !important;
    }
    .malware {
        padding-top: 35px !important;
        padding-bottom:35px !important;
        margin-bottom:40px !important;

    }
    .jumbo {
        font-size:40px !important;
        padding-top: 5px !important;
        padding bottom: 35px !important;
    }
    .subjumbo {

        margin-top:30px !important;
        font-size:24px !important;

    }
    .minijumbo {
        text-align:center;
        font-size:24px !important;
        margin-top:26px;
    }
    .subbuttonp {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .commitment {
        margin-top:0px !important;
        padding-top:0px !important;
    }
    .cta {
        margin-bottom:0px !important;
    }
    .reviewstab{
        display:inline !important;
    }
    #baskhelp {
        padding-bottom:0px !important;

    }
    .trust {
        padding-bottom: 10px !important;
    }
    .whybask {
        padding-top:10px !important;
        padding-bottom:10px !important;

    }
    .panel-title {
        font-size: 30px !important;
    }
     .whybask .jumbo {

        padding-top:10px !important;
        padding-bottom:15px !important;
    }

}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {

    .formheader {
        padding-top:25px !important;
        font-size:42px !important;
        line-height: 40px !important;
    }
    .bcFloat {
        display: block !important;
    }
    .hero {
        margin-bottom:35px !important;
        padding-bottom: 20px !important;
        padding-top: 50px !important;
        font-size: 18px !important;
    }
    .malware {
        padding-bottom: 45px !important;
        margin-bottom:0px !important;

    }
    .trust {

        padding-bottom:0px !important;
        padding-top: 20px !important;
    }
    .jumbo {
        margin-top:0px !important;
        padding-top: 25px !important;
        padding-bottom:10px !important;
        font-size:46px !important;
    }
    .subjumbo {
        margin-top:20px;
        font-size:26px !important;

    }
    .minijumbo {
        text-align:center;
        font-size:24px !important;
        margin-top:26px;
    }
    .commitment {
        padding-top: 0px !important;
    }

    .container {
        padding-top: 10px !important;
    }
    .cta {
        margin-bottom: 10px !important;
    }
    .reviewstab{
        display:inline !important;
    }
    #wwydfm {
        padding-top:0px !important;
        padding-bottom:15px !important;

    }
    .whybask .jumbo {

        padding-top:10px !important;
        padding-bottom:15px !important;
    }
}
   