
/* Device Width */

@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
}

body {
    font-family: Titillium Web, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    background-color: #F0F1F2;
}

body > iframe {
    display:none;
}

a {
    text-decoration-line: underline;
    color: #484848;
}

a.heavy {
    font-weight: bold;
}

a.no-underline {
    text-decoration: none;
}

a.no-underline:hover {
    text-decoration: underline;
}

h1 {
    padding-bottom: 10px;
    margin: 8px 0 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    letter-spacing: -1.5px;
    color: #222222;
}

h1:first-child {
    margin-top: 0;
}

h1.no-border {
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}


h3 {
    font-size:16px;
    margin-bottom:0;
}


h4 {
    font-size:14px;
    margin-bottom:0;
}

h4+p {
    margin-top:0;
}

label {
    display: inline-block;
    vertical-align: middle;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

[type=checkbox], [type=radio] {
    margin:0;
    margin-right:3px;
    position:static !important;
    background: #FAFAFA;
    border: 1px solid #D2D3D3;
    border-radius: 5px;
}

[type=text], [type=password], [type=url], [type=tel], [type=number]  {
    display: block;
    width: 100%;
    border: 0;
    padding: 12px 26px;
    border: 1px solid #D2D3D3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top:14px;
    font-size: 16px;
    background: #FAFAFA;
    border-radius: 5px;
    font-family: Titillium Web, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
}

input:focus {
    border-color: #222;
    background-color:#f9f9f9;
    outline:none;
}

[type=submit] {
    margin-bottom: 0;
    border: 0;
}

input {
    vertical-align:middle;
}

mark {
    background-color:transparent;
    font-size:12px;
    font-weight:normal;
}

hr {
    border:0;
    border-top:1px #dedede solid;
    margin:30px auto;
}



/* Classes ----------------------------------------------------- */


.block {
    display:table !important;
    width:auto;
    margin:auto;
}

.left {
    float:left;
}


.right {
    float:right;
}

.wrap {
    max-width: 1320px;
    margin: auto;
    overflow: hidden;
}

.wrapper {
    display:table;
    margin:auto;
}

.box {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px 45px 45px 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box.more-shadow {
    box-shadow: 5px 8.66px 50px 0 rgba(0, 0, 0, 0.05);
}

.content {
    padding: 48px 20px 157px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content > h4 {
    margin: 0;
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}

.button {
    background: #008673;
    border-radius: 6px;
    color: #fff;
    width: auto;
    outline: 0;
    padding: 12px 20px 14px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
    width: 190px;
    display: block;
    margin: 0 auto;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    text-align: center;
}

.button.long {
    width: 250px;
}

@media(max-width:380px) {

    .button-sm-only {
        display:block;
        background-color:#969696;
        color:#fff;
        width: auto;
        outline: 0;
        line-height: 40px;
        padding: 0 40px;
        font-size: 15px;
        border-radius: 5em;
        cursor: pointer;
        text-decoration:none;
        width:100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        margin:20px auto;
    }


}

.button:hover {
    background-color: #26BA9E;
}

.button.secondary {
    background-color:transparent;
    color:#000;
    border: 2px solid #000000;
    border-radius: 6px;
    padding: 10px 20px 12px;
}

.button.secondary:hover {
    background-color:#676767;
    border-color:#676767;
    color:#fff;
}

hr.dashed {
    display: block;
    clear: both;
    height: 5px;
    background: url(images/dashed-line.png) left center repeat-x;
    border: 0;
    margin: 40px auto;
}

.gray {
    color: #808080;
}

.green {
    color:#559c42;
}

.regular-font {
    font-weight:normal;
}

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

.valign-middle {
    line-height:40px;
}

.info-text {
    text-align:left;
    padding-top:28px;
    color:#484848;
    margin: 0 140px;
}

.box .info-text {
    margin: 0;
}

.left-side {
    float:left;
    margin-right:45px;
}

.right-side {
    float:right;
}

.content .table-display {
    display: table;
    margin: auto;
    table-layout: fixed;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.content .table-display div {
    display:table-cell;
    vertical-align:top;
    padding:30px;
}

/* Error Messages */

.error-messages {
    color: #f2462c;
    margin: -29px auto 30px auto;
    background-color: #fef6f4;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: -45px;

}

.error-messages p {
    /*background-color: #fffce9;*/
    font-size: 15px;
    padding-left:30px;
    background: url(images/warning.png) left center no-repeat;
    
    margin:5px 0 0 0;
}


.error-messages p:first-child {
    margin-top:0;
}

.notification {
    display: table;
    width: 520px;
    padding: 0 45px;
    font-size: 15px;
    margin: auto;
    background-color:#fff7e5;
    border-left: 3px #ffa800 solid;
    color:#222;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:-33px;
    margin-bottom:30px;
    /*background:#fef6f4 url(images/warning.png) 13px center no-repeat;*/
    box-shadow: 0 2px 2px #d5d5d5;
}

.notification.warning {
    color: #f2462c;
    background-color: #fef6f4;
    border-color: #f2462c;
}

.signup-page .notification {
    width:901px;
}

.signup-page .choose-plan {
    max-width: 230px;
    padding: 7px 10px;
}

.signup-page .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 48px 12px;
}

.signup-page .info h2 {
    flex: 1;
    flex-basis: 33%;
}

.signup-page .info p {
    flex: 1;
    flex-basis: 66%;
}

/* Responsive Classes */

.over-768 {
    display:block;
}

.over-768-inline {
    display:inline-block;
}

@media(max-width:768px) {
    .over-768, .over-768-inline {
        display:none;
    }

    
}

.over-980 {
    display:block;
}

@media(max-width:980px) {
    .over-980 {
        display:none !important;
    }
}

.under-980 {
    display:none !important;
}

@media(max-width:980px) {
    .under-980 {
        display:inline-block !important;
    }
}



[id|="show-target"]:target {
    display:block;
}




/* Header ----------------------------------------------------- */

header {
    min-height: 90px;
    background-color: #1B272D;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header:after {
    content: " ";
    position: absolute;
    z-index: -1;
    right: 0;
    top: 90px;
    height: 0;
    width: 0;
    display: block;
    border-left: 140px solid transparent;
    border-bottom: 100px solid transparent;
    border-top: 100px solid #223036;
    border-right: 140px solid #223036;
}

header .table-display {
    display:table;
    table-layout:fixed;
    width:100%;
    height:85px;
}

header .logo, header .text, header nav {
    display:table-cell;
    vertical-align:middle;
}

.logo {
    background: url("/images/Logo_Login-Page_168x40.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    width: 168px;
    overflow: hidden;
    text-indent: -9999px;
    background-size: 168px auto;
}

header .logo {
    float: left;
    margin-top: 28px;
    margin-bottom:0;
    cursor:pointer;
}

header nav {
    text-align:right;
}

header nav a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 42px;
}

header nav a:hover {
    color: #fff;
}

header nav .button {
    display: inline;
    font-family: Titillium Web, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

header .text {
    text-align: center;
    color: #fff;
}

header .text a {
    color: #fff;
}

/* Login Form ----------------------------------------------------- */

.login-form {
    max-width: 660px;
    margin: auto;
    position:relative;
    padding: 0;
}

.login-form p {
    text-align:center;
}

.login-form .g-recaptcha, .signup-form .g-recaptcha {
    margin: 0 auto;
    display: table;
}

.login-form h2 {
    text-align:center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 34px 0;
}

.login-form form, .login-form .form {
    padding: 0 90px;
}

.submit {
    padding-top: 16px;
    overflow: visible;
}

.submit > div {
    text-align: center;
    overflow: visible;
    margin-top: 24px;
}

.wrap.submit {
    line-height: 24px;
    padding-top: 15px;
    overflow: visible;
}

.login-form .not-registered {
    text-align: center;
    border-top: 1px solid #D2D3D3;
    background: #FAFAFA;
    border-radius: 0 0 5px 5px;
    margin-top: 35px;
    padding-bottom: 35px;
}

.login-form .not-registered > div {
    margin-top: 19px;
}

.login-form .not-registered h3 {
    margin-bottom: 3px;
}


/* Captcha */

#recaptcha_widget_div {
    /*border:1px red solid;*/

}

#recaptcha_widget_div table {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width:100% !important;
    position:relative;
    margin-bottom:65px;
    border:0 !important;
}

#recaptcha_widget_div td  {
    padding-left:0 !important;

}

/*#recaptcha_image {
    width:auto !important;
    max-width:300px !important;
}*/

.recaptcha_input_area {
    position:absolute !important;
    left:0 !important;
    top:90px !important;
    width:100% !important;
    padding: 0 !important;
}

#recaptcha_response_field {
    border:1px #969696 solid !important;
    width:100% !important;
}

#recaptcha_response_field:focus {
    border-color:#222 !important;
}

#recaptcha_widget_div ~ .greenbutton {
    display: none;
}


.recaptcha_only_if_privacy  a {
    display:none !important;
}

#recaptcha_widget_div ~ hr.dashed {
    background-image: url(https://login.sucuri.net/images/dashed-line.png);
    
    margin: 110px 0 40px 0 ; 
}





/* Responsive Login  ----------------------------------------------------- */

@media(max-width:1100px) {

    header .text {
        text-align: right;
    }

    header nav {
        display:none !important;
    }

    header:after {
        border-left: 70px solid transparent;
        border-bottom: 50px solid transparent;
        border-top: 50px solid #223036;
        border-right: 70px solid #223036;
    }
}

@media(max-width:768px) {

    .login-form.box {
        padding: 0;
        max-width:100%;
    }

    .login-form form, .login-form .form {
        padding: 0 12px;
    }

    .login-page header nav, .login-page header .text {
        display:none !important;
    }

    header:after {
        border: 0;
    }

    .notification {
        margin-top:0;
        min-width:0;
        width:100%;
        margin-bottom:0;
        text-align:center;
        border-left:0;
    }

    .error-messages {
        margin-left:-30px;
        padding-left:30px;
        padding-right:30px;
        text-align:center;
        background-image:url(images/warning.png);
        background-position:center 20px;
        background-repeat:no-repeat;
        padding-top:50px;
    }

    .error-messages p {
        padding-left:0;
        background:0;
    }



    
}




/* Signup Form ----------------------------------------------------- */

.signup-form {
    max-width: 660px;
}

.signup-form > .box {
    padding: 58px 90px 61px 90px;
}

.check label {
    display:inline;
    font-family: Titillium Web;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #484848;
}

.middle-border {
    border-top:1px #d2d2d2 solid;
    line-height:0;
}

.middle-border p {
    line-height:1.4;
    margin:-1em auto -1em auto;
    background-color:#e6e6e6;
    display:inline-block;
    padding:0 25px;
}


.more-questions {
    max-width:800px;
    margin:65px auto 0 auto;
    
}

/* Selected Plan */

.box.selected-plan {
    width:280px;
    padding:40px 20px 28px;
    text-align:center;
    margin-bottom:60px;
}

#target-plan-features {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

#target-plan-features p {
    text-align: left;
    padding-left: 30px;
    margin: 10px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    background: url("/images/Sucuri_icon_Green Check Mark_20x20.svg") no-repeat scroll 0 0 transparent;
    background-size: 20px;
}

.all-plan-features {
    display: flex;
    flex-direction: column;
}

.all-plan-features p {
    text-align: left;
    padding: 3px 32px 3px 84px;
    margin: 36px 0 0;
}

.all-plan-features p:nth-child(1) {
    background: url("/images/Sucuri_icon_30-day guarantee_20x20.svg") no-repeat scroll 40px 0 transparent;
}
.all-plan-features p:nth-child(2) {
    background: url("/images/Sucuri_icon_Platform agnostic_20x20.svg") no-repeat scroll 40px 0 transparent;
}
.all-plan-features p:nth-child(3) {
    background: url("/images/Sucuri_icon_24-7 support_20x20.svg") no-repeat scroll 40px 0 transparent;
}

h2.name {
    text-align:center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-bottom:18px;
    border:0;
    margin:0;
    background-repeat:no-repeat;
    background-position:center top;
}


/*
.box.selected-plan .plan.bundle h2.name {
    padding-top:60px;
    background-image:url(https://sucuri.net/images/i-website-bundle-new.png);
}

.box.selected-plan .plan.antivirus h2.name {
    padding-top:60px;
    background-image:url(https://sucuri.net/images/i-website-antivirus-new.png);
}

.box.selected-plan .plan.firewall h2.name {
    padding-top:60px;
    background-image:url(https://sucuri.net/images/i-website-firewall-new.png);
}
*/

h2.price {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 22px;
    color: #333333;
}

h2.price ins {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

h2.price+p {
    margin:0;
}

.plan p:last-child {
    margin-bottom:0;
}

.selected-plan a {
    font-size:15px;
    margin-top:15px;
    display:inline-block;
}

.left-side .selected-plan .middle-border {
    width:100%;
    margin:20px 0;
}

.left-side .selected-plan .middle-border p {
    font-size:13px;
    background-color:#fff;
    font-weight:bold;
}



.left-side h3 {
    margin:0;
    margin-bottom:3px;
}

.left-side h3 + p {
    margin:0;
}




.left-side .middle-border {
    margin:30px 40px;
}

.left-side .middle-border p {
    font-size:21px;
    font-weight:300;
}


/* Payment ----------------------------------------------------- */

.payment-page .selected-plan {
    opacity:.7;
}

.payment-page h1.name {
    color:#222;
}


.payment-page .selected-plan form {
    text-align:center;
    
}

.payment-page .selected-plan select {
    width:100%;
    font-size:17px;
    padding:10px;
    margin:10px 0 10px 0;
}

.payment-page .selected-plan input {
    background:0;
    cursor:pointer;
    color: #1e7d9d;
    text-decoration:underline;
    font-size:15px;
    margin-top:15px;
}

.payment-page .selected-plan input:hover {
    text-decoration:none;
}



/* Add Product to Plan*/

.add-product-to-plan {
    background-color: #eef5ec;
    width: 100%;
    padding: 20px 45px 45px 45px;
    margin: 35px 0 45px -45px;

}

.add-product-to-plan p.title {
    color:#559c42;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:30px;
    border-bottom:1px #d9d9d9 solid;
    font-size:14px;
}

.add-product-to-plan .product {
    padding-left:22px;
    position:relative;
    
}

.add-product-to-plan .product .logo {
    position:absolute;
    width:34px;
    height:40px;
    background:url(https://sucuri.net/images/i-website-firewall-new.png) 90% top no-repeat;
    background-size:contain;
    opacity:.25;
    right:5%;
    top:0;
}

.add-product-to-plan .product input:checked ~ .logo {
    opacity:1;
}

.add-product-to-plan .product input {
    margin-left:-22px;
    margin-right:5px;
}

.add-product-to-plan .product p {
    margin-top:4px;
    color:#606060;
}


/* Submit Payment */

/*.payment-page .submit-payment {
    padding-bottom:60px;
    background:url(images/payment.gif) center bottom no-repeat;
}*/



/* Also Included*/

.table-display.also-included {
    padding:0 40px;
    border-radius:1em 0 2em 0;
    margin-top:50px;
    margin-bottom:80px;
    position:relative;
    max-width:1300px;
}

.also-included div {
    max-width:350px;
}

i.special-corner {
    display:block;
    width:49px;
    height:29px;
    position:absolute;
    top:-15px;
    left:27%;
    background:url(images/special-corner.png) center center no-repeat;
}


/* Responsive /Payment Form ----------------------------------------------------- */

@media(max-width:1200px) {
    i.special-corner {
        left:21.5%;
    }
}

@media(max-width:1100px) {
    .signup-form {
        max-width: 520px;
    }
}

@media(max-width:980px) {

    .all-plan-features {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .all-plan-features p {
        margin: 36px 0;
    }

    .signup-page .notification {
        margin-top:0;
        min-width:0;
        width:100%;
        margin-bottom:0;
        text-align:center;
        border-left:0;
    }

    .signup-page .error-messages {
        margin-top:-53px;
        text-align:center;
        background-image:url(images/warning.png);
        background-position:center 20px;
        background-repeat:no-repeat;
        padding-top:50px;
    }

    .signup-page .error-messages p {
        padding-left:0;
        background:0;
    }

    .signup-page .box, .payment-page .box {
        padding-left: 12px;
        padding-right: 12px;
    }

    .left-side, .right-side, .box.selected-plan, .signup-form, .wrapper {
        float:none;
        max-width:100%;
        width:100%;
        display:block;
        
    }
    
    .signup-form.right-side {
        overflow: hidden;        
    }

    /*.left-side {
        margin-bottom:50px;
    }*/

    .box.selected-plan .plan, .box.selected-plan {
        border:0;
        background:#fff;
        margin-bottom:0;
    }

   .payment-page .box.selected-plan {
       opacity:1;
   }


    #selected-plan:target #target-plan-features {
        display:block !important;
    }

    #target-plan-features {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 25px;
    }

    #target-plan-features p {
        flex: 1;
        flex-basis: 40%;
    }

    .signup-form.box {
        padding-top:0;
    }

    .signup-form h1 {
        text-align:center;
        margin-bottom:50px;
    }

    .link-change-plan {
        margin-left:20px;
    }

    #selected-plan:target .link-change-plan {
        margin-left:0;
    }

    .signup-page header .table-display nav {
        display:none;
    }

    .signup-page header .text {
        text-align:right;
    }

    .signup-page .valign-middle {
        text-align:center;
    }

    .signup-page .button {
        float:none;
        display:block;
        margin:20px auto 0 auto;
    }


    /* Payment Page */

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

    .payment-page h1+p {
        display:none;
    }

    .add-product-to-plan {
        padding:45px;
        margin-left:-45px;
    }


    .add-product-to-plan .product {
        padding-left:0;
    }

    .add-product-to-plan p.title, .add-product-to-plan .logo {
        display:none;
    }

    .add-product-to-plan input[type=checkbox] {
        margin:auto;
    }

    .add-product-to-plan label {
        display:block;
        margin-top:10px;
        text-align:center;
    }

    .add-product-to-plan label:after {
        content:" (Recommended For Complete Website Security)";
        display:block;
        font-size:11px;
        font-weight:normal;
        margin:5px auto;
    }

    .wrap.submit-payment {
        display:inline-block;
    }

    .wrap.submit-payment form {
        margin-left:20px !important;
        
    }

    .wrap.submit-payment form:first-child {
        margin-left:0;
    }

    .payment-page .right-side hr.dashed {
        display:none;
    }

    .payment-page .testimonials {
        margin-top:45px;
    }
}

@media(max-width:768px) {

    .all-plan-features {
        flex-direction: column;
        align-items: center;
        margin-bottom: 36px;
    }
    
    .all-plan-features p {
        margin: 36px 0 0;
        width: 130px;
        overflow: visible;
        white-space: nowrap;
    }
    
    .signup-page header .text {
        text-align:center;
    }
}

@media(max-width:600px) {

    #target-plan-features {
        flex-direction: column;
    }

    #target-plan-features p {
        flex-basis: 90%;
    }
}

@media(max-width:520px) {

    .wrap.submit-payment {
        display:block;
        overflow:hidden;
    }

    .submit-payment .button {
        display:block;
        /*border-radius:0;*/
        width:100%;
        margin-bottom:0;
    }

    .wrap.submit-payment form {
        width:100%;
        margin-left:0 !important;
        margin-top:20px !important;
        overflow:hidden;
    }

    .wrap.submit-payment form:first-child {
        margin-top:0 !important;
    }
}

@media(max-width:490px) {

    .signup-page .info h2, .signup-page .info p {
        flex-basis: 100%;
        text-align: center;
    }

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

    .valign-middle .check [type=checkbox] {
        display:block;
        margin:auto;
    }

    .valign-middle .button {
        float:none;
        display:block;
        width:100%;
        /*border-radius:0;*/
        margin:20px auto;
    }

}




/* Footer ----------------------------------------------------- */

footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1C282E;
    color: #fff;
    padding: 0;
    width: 100%;
    display: table-row;
    height: 0;
}

footer .foot-hero {
    background: #FAFAFA;
    color: #222;
    text-align: center;
    padding: 39px 20px 49px;
}

footer .foot-hero h2 {
    margin: 0;
    font-size: 42px;
    line-height: 72px;
}

footer .foot-hero p {
    max-width: 542px;
    margin: 0 auto;
    padding-bottom: 44px;
}

footer .foot {
    padding: 0 20px;
    min-height: 90px;
}

footer .foot .wrap {
    display: flex;
    justify-content: space-between;
}

footer .foot .wrap .logo {
    align-self: flex-start;
    margin-top: 22px;
}

footer .foot .wrap .links {
    align-self: center;
    width: 542px;
    padding: 22px 0 18px;
}

footer .foot .wrap .links nav {
    display: flex;
    justify-content: space-between;
}

footer .foot .wrap .links p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

footer .foot .wrap .links nav a {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

footer .foot .wrap .links nav a:hover {
    text-decoration: underline;
}

footer .foot .wrap:after {
    content: " ";
    align-self: flex-end;
    width: 168px;
}


/* Responsive Footer ----------------------------------------------------- */

@media(max-width:1000px) {
    footer .foot .wrap {
        flex-direction: column-reverse;
        align-content: center;
    }

    footer .foot .wrap .logo {
        align-self: center;
        margin-bottom: 30px;
    }
}

@media(max-width:700px) {
    footer .foot .wrap .links {
        width: auto;
    }

    footer .foot .wrap .links nav {
        flex-direction: column-reverse;
        align-content: center;
        row-gap: 10px;
        text-align: center;
    }
}

/* Responsive Global ----------------------------------------------------- */

@media(max-width:980px) {
    .content h1 {
        font-size: 48px;
        line-height: 48px;
        padding: 0 12px;
    }

    footer .foot-hero h2 {
        margin: 0;
        font-size: 36px;
        line-height: 64px;
        padding: 0 12px;
    }
}

@media(max-width:768px) {

    .box, .more-shadow {
        /*box-shadow:none;*/
        padding-left:30px;
        padding-right:30px;
    }

    .add-product-to-plan {
        padding:45px 30px;
        margin-left:-30px;
    }

    header {
        padding-left:10px;
        padding-right:10px;
    }

    
    header .wrap {
        overflow:visible;
    }

    header .table-display div, header .table-display nav, header .text {
        display:block;
    }

    header h2.logo {
        float:none;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }

    header .text, header nav {
        clear: both;
        width: 100%;
        padding: 15px 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /*display:none !important;*/
    }

    /*header .text b {
        display:none;
    }*/

    header nav {
        /*position:absolute;
        right:20px;
        top:16px;*/
        padding-top:0;
        text-align:center;
    }



    .content {
        padding-left:0;
        padding-right:0;
        padding-bottom:50px;
    }

    p.info-text {
        margin-left:20px;
        margin-right:20px;
    }

    .middle-border {
        border:0;
    }

    #recaptcha_image  {
        width: 100% !important;
        height: auto !important;
    }
    
    #recaptcha_image img {
        width: 100%
    }

}

@media(max-width:380px) {

    .button, .button.long, .button-sm-only {
        float:none;
        width:100%;
        margin-bottom:20px;
        /*border-radius:0;*/
    }

    .submit {
        text-align:center;
    }

    .not-registered {
        text-align:center;
        background-position:center top !important;
    }

    .not-registered a {
        display:block;
        margin-top:10px;
    }

    .not-registered a + span {
        display:none;
    }

    br {
        display:none;
    }

    h1 {
        font-size:24px;
        font-weight:900;
    }

    mark {
        display:block;
    }

    .error-messages {
        margin-top:-20px;
    }
}


/* 2FA ----------------------------------------------------- */

.no-background {
    background: 0 !important;
}

[name="2facode"] {
   padding-right: 50px;
   background: url("https://dashboard.sucuri.net/settings/images/2fa.jpg") right 5px center no-repeat;
   background-size:30px 30px;
   margin-bottom: 30px;
}


.flash-messages {
    position: fixed;
    z-index: 10001;
    right: 35px;
    top: 95px;
    opacity: .95;
    z-index: 9999;
}

.flash-messages.position-bottom-right {
    top:auto;
    bottom:65px;
}

.flash-messages.position-bottom-left {
    top:auto;
    bottom:65px;
    right: auto;
    left: 35px;
}

.flash-messages.position-top-left {
    right: auto;
    left: 35px;
}

[data-input="flash"] {
    padding: 10px;
    padding-left:15px;
    padding-right: 40px;
    margin-bottom: 15px;
    border-radius:10px;
    color: #fff;
    
    position:relative;
    float:right;
    clear:right;
    display:table;

    max-width:500px;

}

[data-input="flash"] p {
    margin: 0;
}

[data-input="flash"].warning {
    background-color: #CE3030;
}

[data-input="flash"].warning-yellow {
    background-color: #F7BE17;
}

[data-input="flash"].success {
    background-color: #008673;
}

[data-input="flash"].info {
    background-color: #676767;
}

[data-input="flash"].info-blue {
    background-color:#4F6CB5;
}

[data-input="flash"].notice {
    background-color:#E9E7E7;
    color: #222;
}

[data-input="flash"].info-custom {
    padding:35px;
}

[data-input="flash"].info-custom i.close {
    height: 50px;
}

[data-input="flash"].info-custom i.close:before {
    height: 50px;
    width: 50px;
    right: 0;
}

[data-input="flash"] i.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    cursor: pointer;
}

[data-input="flash"] i.close:before {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAdCAYAAAC5UQwxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVdJREFUeNq0V4sNgjAQrU5wG8gIjMAIjtARcAJGcIS6ASPgBrgBOgFucB6mJKS2vWull7zEcPhe2vtyQESVYRXhmfPHo5C8JQwEtJic34ZwFikuJwygIhhMs4lwjnAGBTVhxnzrCSAVNLiPjYSaE9xLbHvFEBLUWMYGnyAwMRv/9LeuYOwqtX2nDpAaxo/2OayCsdO1ToxdUsP4f7i42PmyeCU1AX8XuXYlvU5fU/A9B5uZIQNllTFD1CfGcTVKmNp6B7Evz1HY5Jfm3ET8PaEW8JykgjfCPeK/EN4CnpckhkYYw1rQ8L8x7DPEIFO0UrYgU+pwTRCdWIfTttNIs9PNRp2QrV1qLw2RaWFpwFawEoyYmfHHOkznm4dtoXk4bpOs9MSf3TWj5E4zS3aaFdcSC1RMcEFjkyH1VF3OXuoKGyYLB1sewPEdEr8twJkKS8N+pBB8BBgA8oOPTYNRTfkAAAAASUVORK5CYII=') /*../images/delete-white.png*/ center center no-repeat;
    background-size: 12px 12px;
}

[data-input="flash"].notice i.close:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAdCAYAAAC5UQwxAAABW0lEQVRIib2WXRGDMBCEIyESdk9BJSChEpCAAyRUQiRUAhKQgAQktC/AZEIuuUCnmbkXDvbL/eSCcxcWAFz5ziwOYCA5icgnNZKLiAQAz9sgEQk5iGYkl0tgAD3JtQWW2BuAN8FaoypEOwN4/AWWpDgfKYD+l7AIOuVgvlQzkvMdP4DBnEoA/baphyIaKv4PyfVIbSm6dGcZ0VDxn7VKtVNqvYsGxT9qaTenMyMK5bnfJo+m5x3JudRlGlSB1bQ6Z2ntGtQCO3Ss5wlApwG1wZ7RGK3AbINEEardeYrQkIoirAW61/DdCtPmYw0KAA7A0HgO/XYT9IpfO4fLIWDtzrQba/5Tw+xLbLM0K1bzR+/5eGcoFZvkVLktpsqEGV26SrW8Y1u985dwKbUXYevffjNMsAj6+kEabbCopp11RiZRnRukFSwiodSFJCcAvflftAHuAXSRtaXNOfcFYzGlAsmDEp8AAAAASUVORK5CYII=');
}

@media(max-width:550px) {
    .flash-messages {
        width:100%;
        max-width:100%;
        right:0;
        top:0;
        z-index:10001;
    }

    [data-input="flash"] {
        display:block;
        margin-bottom:0;
        border-radius:0;
        width:100%;
        float:none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin:0;
        padding-top:15px;
        padding-bottom:15px;
    }

    [data-input="flash"] i.close:after {
        border-radius:0;
    }
}

