.page h1, .page h2 { font-family: 'Bariol Regular', Arial, Helvetica, san-serif; color: #414349; text-align: center; font-size: 2em }
.page h2, .page h2 { text-align: left; font-size: 1.8em; margin: 10px 0px; }
.page .intro { text-align: center; font-size: 1.1em; }
.page p { font-family: 'Mulish', sans-serif; color: #84878c; line-height: 1.8em; font-size: 1em; }
.page a.button {
    background: #0b8cfe; color: white; border-radius: 30px; padding: 8px 30px; text-decoration: none;
    font-size: 1em; font-family: 'Mulish', sans-serif; font-weight: 500; width: 200px; text-transform: none;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2); cursor: pointer; display: block; margin: 30px auto;
}
.tagline {
    color: #929ca4; margin-bottom: 40px; font-size: 1.8em; font-family: 'Bariol Regular', Arial, Helvetica, san-serif;
    text-align: center; border-bottom: 2px rgb(221, 221, 221) solid; padding-bottom: 10px; transform: scale(0.8);
}
.tagline img { margin-bottom: -11px; display: inline-block; }
#body1 .shortcuts a, #body1 .shortcuts a:visited {
    font-family: 'Mulish', sans-serif; border-bottom: 2px rgba(0,0,0,0.1) solid; display: inline-block; width: calc(25% - 20px); text-align: center;
    margin: 10px; padding: 18px 0px 18px 15px; border-radius: 4px; font-weight: 500; font-size: 0.9em; color: #414349; cursor: pointer; text-decoration: none;
    background-repeat: no-repeat; background-size: 32px auto; background-position: left 10px center; box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#body1 .shortcuts .performance { background-image: url(../images/cloud-sync-icon.svg);  }
.solutions { background-image: url(../images/solutions-icon.svg); }
.secure { background-image: url(../images/security-icon.svg); }
.save { background-image: url(../images/pricing-icon.svg); }
.body-img { width: 75px; }
.content-block { display: table; width: 100%; }
#body1 .section { max-width: 450px; width: 100%; text-align: left; padding: 0px; margin: 0px; }
#body1 .link, #body1 .link:visited {
    color: #0b8cfe; font-family: 'Mulish', sans-serif; font-weight: 400; cursor: pointer; font-size: 1.05em; display: block;
    margin: 10px 0px; white-space: nowrap; text-decoration: none;
}
#body1 .link:not(.inline){
    background-image: url(../images/link-arrow.svg); background-repeat: no-repeat; background-size: 12px auto;
    background-position: right center; width: 110px;
}
#body1 .link.inline { display: initial; font-size: inherit; }
.wrap { display: table-cell; width: 50%; padding-right: 40px; }
#body1 .wrap.w-right { padding-right: 0px; padding-left: 40px; }
.side-content { 
    display: table-cell; width: calc(50% - 40px); background: rgba(0,0,0,0.05); border-radius: 20px;
    text-align: center; font-size: 1.3em; color: rgba(0,0,0,0.3); min-height: 240px; box-shadow: 0px 0px 20px rgba(0,0,50,0.1);
}
.shortcut-spacer { display: block; height: 80px; }
#body1 .blog a, #body1 .blog a:visited {
    font-family: 'Mulish', sans-serif; color: #414349; border-bottom: 1px rgb(221, 221, 221) solid; text-decoration: none;
    padding: 20px 0px 30px; font-size: 1.2em; margin: 10px 0px; transition: 0.3s; cursor: pointer; display: block;
}
#body1 .blog a:hover { color: #0b8cfe }
#body1 .blog a:last-child { border-bottom: none; }
#testimonials {
    background: white; text-align: left; font-size: 1em; box-shadow: 0px 0px 20px rgba(0,0,50,0.1); padding: 30px; vertical-align: top;
    background-image: url(../images/reviews.svg?ver=1); background-size: 50px auto; background-repeat: no-repeat; background-position: 20px 20px;
    margin: 5px 0px 22px;
}
#testimonials h2 { font-size: 1.3em; color: #696c75; text-align: center; margin: 5px 0px 22px; }
#testimonials .quote {
    font-family: 'Mulish', sans-serif; line-height: 1.7em; color: rgb(144, 150, 163); height: 250px; width: 100%;
    transition: 0.6s; transition-timing-function: ease-in-out; overflow: hidden;
    background-repeat: no-repeat; background-position: bottom 10px left; background-size: auto 40px;
}
#testimonials .quote.medium { font-size: 0.92em }
#testimonials .quote.large { font-size: 0.8em }
#testimonials .quote a { display: block; text-align: right; font-family: 'Mulish', sans-serif; font-weight: 500;  }
#testimonials .quote a:not(:first-of-type) { font-weight: 300; }
#testimonials .r-logo {
    background-size: auto 40px; background-repeat: no-repeat; background-position: left center;
    height: 50px; width: 100%; display: block; margin: -50px 0px 0px;
}
.quote-scroller {
    display: block; width: 60px; height: 30px; background-color: rgba(199, 214, 224, 0.9); margin: -20px auto; border-radius: 10px; z-index: 1;
    background-repeat: no-repeat; background-size: 20px auto; background-position: center; position: relative; bottom: 0px;
    background-image: url('../images/dd-arrow.svg'); opacity: 0.4; cursor: pointer;
}
.quote-scroller:first-of-type { transform: rotate(180deg); margin: -20px auto 0px; opacity: 0; transition: 0.3s; }
.side-content:not(.q-scroll-0) .quote-scroller:first-of-type { opacity: 0.4; }
.q-scroll-1 .quote { transform: translateY(-250px); } .q-scroll-2 .quote { transform: translateY(-500px); }
.q-scroll-3 .quote { transform: translateY(-750px); } .q-scroll-4 .quote { transform: translateY(-1000px); }
.q-scroll-5 .quote { transform: translateY(-1250px); } .q-scroll-6 .quote { transform: translateY(-1500px); }
.q-scroll-7 .quote { transform: translateY(-1750px); } .q-scroll-8 .quote { transform: translateY(-2000px); }
.q-scroll-9 .quote { transform: translateY(-2250px); } .q-scroll-10 .quote { transform: translateY(-2500px); }
#quotes-wrap { width: 100%; height: 250px; overflow: hidden; }
#sc-performance { background-color: white; background-image: url(../images/virtualized.svg); background-size: cover; background-repeat: no-repeat; background-position: center; }
#sc-security { background-color: white; background-image: url(../images/safe.svg?ver=1); background-size: cover; background-repeat: no-repeat; background-position: center; }
#sc-pricing { background: white; background-image: url(../images/savings.svg?ver=1); background-size: cover; background-repeat: no-repeat; background-position: center; }

#body2 a.button { display: inline-block; margin: 20px; font-size: 1.05em; padding: 12px; }
#body2 .page-content { text-align: center; }

/*
section {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 70%;
    opacity: 0.8;
    top: -60px;
    margin-bottom: -60px;
}
*/
#header .cell {text-align: center;min-width: 268px;padding-left: 10px;display: table-cell;}
#body1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: white;
}
.page-content { 
    max-width: 1000px;
    margin: 0px auto;
    padding: 30px;
}
#contactform {
    height: auto;
    display: block;
    background: rgba(10, 10, 10, 0.6);
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#contact { width: 100%; height: auto; padding: 0px 0px 10px 0px; }
.contactinput { width: 300px; height: 40px; font-size: 1.4em; font-weight: 300; margin-bottom: 5px; }

#changingtext {
    font-weight: 100; vertical-align: middle;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#clouds-video-bg{
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#video_box{
    float:none;
}
#video_overlays {
    position:absolute;
    float:left;
    max-width:650px;
    width: 90%;
    min-height:150px;
    max-height:150px;
    background: rgba(0,0,0,0.60);
    z-index:300000;
    margin: 0px auto;
    left: 50%;
    right: 50%;
    top: calc(50% + 30px);
    transform: translate(-50%, -50%);
    color: white;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.15);
    margin-top:30px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#upgrades { width: 100%; display: block; margin: 0px auto; padding: 15px; max-width: 1030px; }
.upgrade-block { display: inline-table;  width: calc(50% - 30px); margin: 0px 15px; }
.upgrade-block table { width: 100%; }
.upgrade-block2 { display: table;width: calc(50% - 30px);margin: 0px auto; }
.upgrade-block2 table { width: 100%; }

hr { width: 150px;}

body:not(.logged-in) #logout, body:not(.logged-in) #logout_mobile, body.logged-in #login, body.logged-in #login_mobile, body:not(.logged-in) #maintenance_mobile, body:not(.logged-in) #maintenance {
    display: none;
}
body.logged-in #logout, body:not(.logged-in) #login, body.logged-in #maintenance {
    display: block;
}

/* 
#demo-notification h3 { margin: 0px 0px 10px; }
#demo-notification p { text-align: left; font-size: 0.9em; color: rgba(0,0,0,0.8); }
#demo-notification input[type=text], #demo-notification textarea { background: rgba(20,10,0,0.1); font-size: 0.9em; width: 100%; margin: 5px 0px; }
#demo-notification #comments { height: 60px; }
*/
#demo-notification input[type=button] { border-radius: 20px }
#demo-notification input[type=button]:not(.gray) { background: #0b8cfe; color: white; }
#demo-notification input[type=button].gray { background: white; color: rgba(0,0,0,0.5); }
#demo-notification.modal { background: white; padding: 25px; }
/* 
#demo-notification input[type=text]:first-of-type, #demo-notification input[type=text]:nth-of-type(2) { width: calc(50% - 5px) }
#demo-notification input[type=text]:first-of-type { margin-right: 10px; }
#demo-notification.modal textarea { margin-bottom: 20px; }
*/

#demo-notification img { width: 50%; height: auto; margin: 0px auto; }
#demo-notification .text {
    width: 100%; text-align: left; font-family: 'Mulish', sans-serif; font-weight: 300; font-size: 1.05em;
}

/** Detail pages **/

#banner { position: static; z-index: -1; height: 220px; width: 100%; display: block; margin-top: 60px; padding-top: 30px; }
#banner .img {
    width: 160px; height: 160px; background-position: center; background-color: white; border-radius: 100px; display: block;
    background-repeat: no-repeat; background-size: 140px auto; margin: 0px auto;
}
.detail-page h1 { margin-top: 0px; }
.detail-page .intro { max-width: 750px; margin: 0px auto; }
.detail-page .shortcut-spacer { height: 50px; }
.detail-page #body1 { padding-top: 60px; }
.detail-page .tagline { border: 0px; }

.servers #banner { background: linear-gradient(#8f85f8, #81c4ff); }
.servers #banner .img { background-image: url("../images/cloud-sync-1.svg"); }
.servers.detail-page .intro { max-width: 775px; }
.servers #upsize-performance { padding-bottom: 50px; }
.servers #sc-understanding { overflow: hidden; height: 300px; }
.servers #sc-understanding iframe { margin-bottom: -400px; }

.custom-solutions #banner { background: linear-gradient(#fb6a6c, rgba(255, 135, 135, 0.78)); }
.custom-solutions #banner .img { background-image: url("../images/solutions.svg"); }
.custom-solutions video { width: 100%; height: auto; margin: -20px 0px 40px; }

.security #banner { background: linear-gradient(#1ce796, #92fed7); }
.security #banner .img { background-image: url("../images/security.svg?ver=1"); }
.security #secure-and-safe { padding-bottom: 50px; }
.security video { width: 100%; margin-top: 10px; border-radius: 20px; }

.pricing #banner { background: linear-gradient(#fac74e, rgba(255, 234, 101, 0.88)); }
.pricing #banner .img { background-image: url("../images/pricing-1.svg"); }
.pricing.detail-page .intro { max-width: initial; }
.pricing #sc-pricing { display: table-cell; box-shadow: 0px 0px 20px rgba(0,0,50,0.1); }
.pricing #affordable-pricing { padding-bottom: 55px; }
#pricing-footer { background: #4f6074; color: white; font-family: 'Mulish', sans-serif; }
#pricing-footer h1, #pricing-footer p { color: white; }
#pricing-footer p { line-height: 2.4em; }
.pricing .side-content { display: table; width: 100%; background: #eff5f9; box-shadow: none; }
.pricing .side-content .row:not(:last-of-type) .cell { border-bottom: 1px rgba(0,0,0,0.05) solid; }
.pricing .side-content .row:not(.header-row) .cell {
    color: rgba(0,0,0,0.4); font-size: 0.7em; font-weight: 400; padding: 12px 12px; 
}
.pricing .side-content .header-row .cell {
    font-weight: 400; padding: 8px 12px; white-space: nowrap; color: rgba(0,0,0,0.5); font-size: 0.8em;
}
.pricing .side-content:not(#sc-pricing) { min-height: 140px; }
.pricing .side-content .row .cell:not(:last-of-type) { border-right: 1px rgba(0,0,0,0.05) solid; }
.pricing .side-content .row:last-of-type { height: 100%; }
.pricing #average-cost { width: 100%; text-align: center; padding: 20px 0px 15px; margin-top: 30px; border: 2px #e3eaee solid; border-left: 0px; border-right: 0px; }
.pricing #average-cost h2 { font-size: 1.2em; font-family: 'Nunito', sans-serif; font-weight: 700; text-align: center; margin: 0px; line-height: 1.3em; }
.pricing #average-cost p { font-size: 1.1em; margin: 0px; color: #9ea4ad; }

#up-block .wrap { width: 65%; }
#up-block .section { max-width: initial; }
#sp-block .wrap { width: 35%; }
#bp-block .cell:first-of-type { width: 40%; }
#sp-block .cell { width: calc(100% / 3); font-family: 'Mulish', sans-serif; }
#sp-block .cell:first-of-type { width: 42%; }

/** Pricing Calculator **/
#pricing h1, #pricing2 h1 { margin: 0px; }
#pricing { max-width: 1000px; padding: 10px 10px 30px; margin: 0px auto; }
#pricing_container, #pricing_container2 {
    height: auto; display: table; width: 100%; margin: 0 auto; padding-bottom: 30px;
}
#show_leg {margin-top: 25px;}
#cost_calc, #cost_result {
    height: auto; display: table-cell; background: white; padding: 20px; height: 380px;
    -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); border-radius: 5px;
}
#cost_calc {
    width: calc(100% - 300px); transition: height 0.3s; transition-timing-function: ease-in-out; border-radius: 8px 0px 0px 8px;
    background: linear-gradient(#ffffff 60%, #edf1f8);
}
#cost_result{
    width: 300px; font-size: 20px; text-align: center; margin-top: -12px; background: linear-gradient(#4cf3b7, #02d07e);
    border-radius: 0px 8px 8px 0px; color: rgba(0,0,0,0.3);
}
#cost_calc input, #cost_calc select { background-color: #d7e1ed; }
.calc_info { text-align: left; margin: 0px 12px 0px -8px; float: right; cursor: pointer; font-size: 0.9em; transition: 0.3s; text-decoration: none; position: relative; top: -3px; }
.calc_info:hover { color: #98c8f8; }
#result_cost { margin-top: 20px; background: black; /*color: #67eb97;*/ font-weight: 200; color: white; background: none; }
.section-title { color: rgba(0,10,60,0.4); font-weight: 400; font-size: 0.85em; width: 80%; margin-left: 5%; text-align: center; }
.section-title:not(:first-of-type) { border-top: 1px rgba(0,0,0,0.1) solid; padding-top: 10px }

#cost_container {
    margin: 0px auto 20px; width: 750px; display: table; max-width: calc(100% - 40px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); border-radius: 8px; text-align: left;
}
#cost_calc.expand {height:450px;}
.calc_label { font-size: 20px; color: #6e848b; }
#cost_calc input, #cost_calc select {margin: 4px 0px 4px 0px; width: 100%; }
#cost_calc input[type=radio]:first-of-type + label { margin-right: 3px; }
#calc_labels { width: 100%; display: table; height: auto; margin-right: 14px; }
#calc_inputs { height: auto; }
#cost_calc input[type="radio"]:checked + label { background-color: #40b5f7; }
.calc_label { text-align: left; }
.calc_field { display: table-cell; }
.calc_field:nth-of-type(2) { width: 45%; }
#calc_details { width:100%; display: inline-block; font-size: 14px; text-align: left; margin-top: 12px; }
#cost_result input:first-of-type { width: 205px; max-width: 205px; height: 120px; }
input.cost_num_a {font-size:50px;}
input.cost_num_b {font-size:43px;}
input.cost_num_c {font-size:38px;}
input.cost_num_d {font-size:34px;}
input.cost_num_e {font-size:30px;}
#result_email { background: rgba(0,0,0,0.2); color: white; width: calc(100% - 10px); max-width: 300px; }
#result_email::placeholder { color: rgba(0,0,0,0.4); }
#send_quote {
    width: calc(100% - 10px); font-size: 0.9em; background: rgba(255,255,255,0.6);
    margin: 17px auto; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); max-width: 300px;
    padding: 7px; transition: 0.3s; border-radius: 4px; cursor: pointer;
}
#send_quote a {text-decoration: none; color: rgba(0,0,0,0.6); }
#send_quote:hover { background: rgba(255,255,255,0.8); }

/************ New banner updates 8/26/2020 *************/
section { background: white; opacity: 1; width: 100%; max-width: 1000px; margin: 0px auto; padding: 30px; top: 0px; box-sizing: border-box; display: table; }
#vs-intro { margin-top: 65px; width: 50%; padding-top: 40px; display: table-cell; float: left; }
#vs-intro h1 { color: #929ca4; font-size: 1.5em; margin: 20px 0px 0px 0px; text-align: left; color: #414349; }
#vs-intro p { font-size: 1.05em; line-height: 2.3em; }
#dv-wrap {
    width: 50%; height: 350px; margin-top: 65px; overflow: hidden; display: table-cell; float: right;
    background-color: rgb(240, 243, 255); border-radius: 20px; cursor: pointer; box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}
#demo-video { opacity: 0; }
#dv-wrap a {
    background-image: url(../images/play-button.svg?ver=0); background-repeat: no-repeat; background-position: center;
    height: 160px; width: 160px; border-radius: 80px; background-color: rgba(255,255,255,0.6); display: block;
    margin: 100px auto 0px; background-size: 80px; box-shadow: 0px 0px 20px rgba(0,0,0,0.05); transition: 0.3s;
    position: relative; top: -1400px;
}
#dv-wrap a:hover { background-color: rgba(255,255,255,1); }
#video-viewer { background: rgba(0,0,0,0.75); z-index: -1; display: none; }
.vv-wrap { width: 80%; margin: 100px auto 0px; max-width: 1080px; }
.dv-img {
    display: block; position: relative; top: 0px; background-repeat: no-repeat;
    height: 350px; width: 500px; transition: transform 3s;
}
#dvi-1 { top: -1050px; background-image: url('../images/vt-1.svg'); }
#dvi-2 { top: -700px; background-image: url('../images/vt-2.svg'); }
#dvi-4 { top: -350px; background-image: url('../images/vt-4b.svg?ver=2'); }
#dvi-3 { top: 0px; background-image: url('../images/vt-3.svg');  }
#dv-wrap:hover #dvi-1, #dv-wrap.hover #dvi-1 { transform: translateX(-90px); }
#dv-wrap:hover #dvi-2, #dv-wrap.hover #dvi-2 { transform: translateX(45px); }
#dv-wrap:hover #dvi-3, #dv-wrap.hover #dvi-3 { transform: translateX(-20px); }
#dv-wrap:hover #dvi-4, #dv-wrap.hover #dvi-4 { transform: translateX(-500px); background-image: url('../images/vt-4.svg'); }

/*************************/

@media (min-width: 951px) {
    #mobile-display{display: none;}
    #users.table { width: 220px; }
    #menu-list-mobile {display: none;}
    #menu-list a.mobile {display: none;}
    #storage_upgrade { display: table-cell;}
    #backup_upgrade { display: table-cell;}
    #contactform, #contactform2 {width: 50%;}
    }   
    #contactform2 {
        height: auto;
        display: block;
        background: rgba(10, 10, 10, 0.6);
        box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.25);
        margin: 0 auto;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
	#result_email {margin-top: 40px; }
    #show_leg a {text-decoration: underline; color: #979797;}
    #contact2 { width: 100%; height: auto; padding: 0px 0px 10px 0px; }
    .contactinput { width: 300px; height: 40px; font-size: 1.4em; font-weight: 300; margin-bottom: 5px; }
    #side1 {float: left; width: 45%; margin-left: 5%; }
    #side2 {float: right; width: 45%; margin-right: 5%;}

@media (max-width: 950px) {
    #mobile-display{ display: none; }
    #menu-list #d_list{ display: none;}
    #storage_upgrade.table {width: 100%;}
    #backup_upgrade.table {width: 100%;}
    #users.table {width: 100%;}
    #menu-list-desktop, #menu-list-desktop.open { display: none; }
    #menu-list {
        display: table; background: rgba(255, 255, 255, 0.9);
        position: absolute; top: 60px; left: auto; right: -100%;
        -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
        width: 100%; z-index: 99;
    }
    #menu-list {
        background: rgba(255,255,255,0.9); position: fixed; left: auto; width: auto; right: 0px; width: 220px; display: none;
        -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
        animation-duration: 0.3s; animation-fill-mode: forwards; border-radius: 0px 0px 4px 4px;
    }
    #menu-list.open { display: table; animation-name: menuOpen; }

    #menu-list.open:not([class="headerlink"]) { right: 0; top: 60px; opacity: 1; }
    #menu-list a {
        display: block; padding: 14px 30px 11px; color: gray; font-size: 1.1em;
        border-top: 1px rgba(128, 128, 128, 0.25) solid; cursor: pointer; border-bottom: 0px; height: auto;
    }
    #menu-list a:hover { background: white; }
    #menu-list a.headerlink:hover { border-bottom: 0px; }
    #menu-list a:last-of-type, body:not(.logged-in) #login_mobile { border-bottom: 0px; border-radius: 0px 0px 4px 4px; }
    body:not(.logged-in) #login_mobile, body.logged-in #maintenance_mobile, body.logged-in #logout_mobile {
        display: block;
    }
    .page h1 { font-size: 1.4em; }
    .page h2 { font-size: 1.3em; }
    .body-img { width: 60px; }
	#show_leg {margin-top: 0px;}
	#cost_calc { width: 100%; display: block; margin: 0px; background: white; border-radius: 8px 8px 0px 0px; }
	#cost_result { width: 100%; margin-left: 0px; float: none; display: block; margin: 0px; border-radius: 0px 0px 8px 8px; }
	#cost_container {width: auto;}
    #body3 h1 {font-size: 1.5em;margin-bottom: 25px;} 
    #body3 {height: auto;}
    #side1 {float:none; width: auto; margin-left: auto; }
    #side2 {float:none; width: auto; margin-right: auto;}
    
    .page-content { margin: 15px; padding: 10px; }
    #table_space { display: hidden; }
    #storage_upgrade { display: block;}
    #backup_upgrade { display: block;}
    #contactform, #contactform2 {width: 95%;}
    #contact_table {display: block;}
    #contact_table .row {display: block;}
    #contact_table .cell {display: block;}
    .contactinput {width: 100%;}
    #contact, #contact2 {padding: 10px 0px 10px 0px;}
    #footer {display: none;}

    .page .intro { font-size: 1em; }
    .tagline { transform: scale(0.6); margin: -10px 0px; }
    #body1 .shortcuts a { width: calc(50% - 20px); }
    .side-content.left { margin-right: 40px; }
    .page p { font-size: 0.92em; }
    #body1 .blog a { font-size: 0.9em; }

    #vs-intro img { width: 220px; }
    #vs-intro p { font-size: 0.9em; font-weight: 400;  }
    #vs-intro h1 { font-size: 1.3em; }
}
@media (max-width: 800px) {
    #video-section{display: none;}
    #mobile-display{display: inherit;}
    #mobile-display {
        background-image: url("../images/cloudsmobile.jpg");
        height: 300px;
        font-size: 1.0em;
    }
    #mobile-display h1 { margin-top: 47px; }
    .tagline { display: none; }

    section { display: block; }
    #vs-intro { margin-top: 10px; }
    section, #vs-intro h1 { text-align: center; }
    #vs-intro img, #vs-intro .link, #dv-wrap { margin: 0px auto; }
    #vs-intro, #dv-wrap { width: 100%; float: none; display: block; }
    #dv-wrap { max-width: 500px; }
}
@media (max-width: 700px) {
    .upgrade-block { width: calc(100% - 30px); }
    .content-block, .wrap, .side-content { display: block; width: 100%; }
    #body1 .wrap.w-right { padding-left: 0px; }
    .wrap { padding-right: 0px; }

    .pricing #sc-pricing { display: block;}

    .shortcut-spacer { height: 40px; }
    #testimonials { margin-bottom: 0px; }

    #up-block .wrap, #sp-block .wrap, #bp-block .wrap { width: 100%; }
    .pricing #body1 .section { max-width: initial; }
    #sp-block .side-content { margin: 20px 0px 0px; }
    #bp-block .side-content, #up-block .side-content { margin: 0px 0px 30px; }
    .pricing .shortcut-spacer { height: 30px; }
    #quotes-wrap, #testimonials .quote { height: 400px; }
    .q-scroll-1 .quote { transform: translateY(-400px); } .q-scroll-2 .quote { transform: translateY(-800px); }
    .q-scroll-3 .quote { transform: translateY(-1200px); } .q-scroll-4 .quote { transform: translateY(-1600px); }
    .q-scroll-5 .quote { transform: translateY(-2000px); } .q-scroll-6 .quote { transform: translateY(-2400px); }
    .q-scroll-7 .quote { transform: translateY(-2800px); } .q-scroll-8 .quote { transform: translateY(-3200px); }
    .q-scroll-9 .quote { transform: translateY(-3600px); } .q-scroll-10 .quote { transform: translateY(-4000px); }
    .q-scroll-11 .quote { transform: translateY(-4400px); }
    #testimonials h2 { font-size: 1.2em; margin: 30px 0px 12px; }
    #testimonials { background-size: 40px auto }
    #testimonials .quote { font-weight: 400; }

    #dv-wrap { height: 250px; max-width: 350px; }
    #dv-wrap a { height: 120px; width: 120px; background-size: 50px; top: -1035px; }
    .dv-img { height: 250px; }
    #dvi-1 { top: -750px; }
    #dvi-2 { top: -500px; }
    #dvi-4 { top: -250px; } 
    body:not(.detail-page) #expert-help, body:not(.detail-page) #cb-pricing { display: table; }
    body:not(.detail-page) #expert-help .wrap, body:not(.detail-page) #cb-pricing .wrap { display: table-header-group; }
    body:not(.detail-page) .content-block:not(#expert-help) .wrap p { padding-bottom: 20px; }
    .pricing #average-cost { font-size: 0.9em }
}
@media (max-width: 500px) {
    #changingtext { font-size: 1.5em; margin-top: 47px;}
    .calc_field, .calc_field:nth-of-type(2) { display: block; width: 100%; }
    .calc_label { font-size: 1em; margin-bottom: 6px; }
    .row { display:block; margin-bottom:8px; }
    .pricing .row { display: table-row; }
	#cost_calc { height: auto; }
    #cost_calc.expand { height:auto; }
    .switch { margin: 8px 0px; }
    #body1 .shortcuts a, #body1 .shortcuts a:visited { padding: 18px 30px 18px 45px; font-size: 0.8em; }
    .pricing .side-content .row:not(.header-row) .cell { font-size: 0.6em; }
    #vs-intro p, #vs-intro img { display: none; }
    #vs-intro h1 { margin-bottom: 20px; }
    section { padding-bottom: 0px; }
    #vs-intro { margin-top: 0px; }
    #testimonials .r-logo { background-position: right center; margin: 0px; }
}  
@media (max-width: 400px) {
    #menu-list { width: 100%; }
}
@media (max-width: 330px) {
    #menu-list { width: 100%; }
    #mobile-display h1 {margin-top: 30px;}
}

.left {max-width:700px; margin-top:20px;float:left }
.right {max-width:700px; margin-top:20px;float:right }
#body2b, #body4 {display: none;z-index: 0;}
#body-main.showOptions #body2b, #body-main.showOptions #body4 {display: inherit;}
#body4 {background: none;}
#body4 #pricing_container {background: rgba(21, 20, 21, 0);}
#body4 h2 { color: #555; font-size: 1.0em; text-align: center; line-height: 1.6; margin-top: 10px; padding: 0 10px 0 10px;}
#body4 a.gotobody3 {font-size: 1.3em;color: #555;}
#body2 a.gotobody3 {font-size: 1.3em;color: #ffffff;}
a.gotobody3 {cursor: pointer;text-decoration: underline;}
#body2b, #body5b {background: #354354;}
#body2b h1,#body2b h3, #body5b {color:white;}
#pricing2 { padding-top: 30px; padding-bottom: 30px; margin: 0px auto; }
#show_leg {display: inline-block; text-align: center; width: 100%; color: #979797;}
.modal-div {
    padding: 0px 20px;
}
.section {
    background-color: rgba(96, 96, 108, 0);
    box-shadow: none;
}
#user-login .row {
    padding: 12px 10px 10px;
    display: inherit;
}
#user-login .row a {
    color: #555;
    display: block;
    font-size: 1.3em;
    margin-bottom: 25px;
}
#user-login .row a.subtext {
    margin-bottom: 8px;
    font-size: 0.95em;
}
#user-login .link, #user-login .link:visited { color: rgb(95, 181, 241); text-decoration: none; margin-bottom: 10px; display: block; }
#user-login .row input {
    -webkit-appearance: none;
    width: 100%; border: 0px; margin-bottom: 15px; color: #444; border-radius: 3px;
    background-repeat: no-repeat; background-position: center right 10px;
    padding: 5px 10px; height: 40px;
    font-size: 1.2em; font-weight: 300;
}
#user-login .button, .modal-box #bttn-row input {
    font-size: 1em;
    border: 0px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 25px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    width: 150px;
    display: block;
    margin: 0px auto 0px auto;
}
#user-login #cancel{
    background-color: #c0c0c0;
    color: #555;
    margin-left: 15px;
}
#user-login .button {
    color: #ffffff;
    background-color: rgba(95, 181, 241, 1);
    margin-bottom: 15px;
    display: inline-block;
}
.modal-box #bttn-row input{
    margin-bottom: 25px;
}
div#bttn-row.row {
    display: none;
}
#user-login .subtext:first-of-type { padding-top: 20px; border-top: 1px #BBB solid; }
#pricingbox{
    margin-top: 25px;
}
.pricingbox{
    width: calc(16.6666666%);
    height: 400px;
    float: left;
    border: solid black;
    border-radius: 2px;
    border-width: 2px;
    margin: 0px 0px 10px 0px;
    border-bottom: solid black 3px;
    border-top: solid black 3px;
}
.info_parent{
    position: relative;
    width: 100%;
    height: calc(100% - 70px);
}
.info_overlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
}
.info_overlay a {text-decoration: none; color: black;}
#body2 .info_overlay h1 {color: gray;}
#body2 .center h2 a {color: inherit;text-decoration: none;}
.overlay_text{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
    font-size: 1.3em;
    font-weight: 500;
}
.pricingbox:hover .info_overlay {
    opacity: 1;
}
.pricingbox img {
    display: block;
    margin: 0 auto;
}
#pricingbox1{background-image: linear-gradient(to bottom, #ffffcd, #d4d279);}
#pricingbox2{background-image: linear-gradient(to bottom, #d6fdd0, #94ca7c);}
#pricingbox3{background-image: linear-gradient(to bottom, #bde4fc, #759ebe);}
#pricingbox4{background-image: linear-gradient(to bottom, #60b5f1, #4c88bf);}
#pricingbox5{background-image: linear-gradient(to bottom, #f2d35d, #d2b139);}
#pricingbox6{background-image: linear-gradient(to bottom, #f9d749, #60b5f1);}
.tier{
    width: 100%;
    border-bottom: none;
    background-color: #dfdfdf;
    height: 40px;
    text-align: center;
    font-size: 1.55em;
    font-family: 'Helvetica Neue', 'Roboto', Arial, sans-serif;
    padding: 4px;
}
.tier a, .tierpricing a {font-weight: 400;}
.tierpricing {
    width: 100%;
    border-bottom: solid black 2px;
    height: 30px;
    text-align: center;
    font-size: 1.05em;
    font-family: 'Helvetica Neue', 'Roboto', Arial, sans-serif;
    background-color: #dfdfdf;
}
.tierinfo{
    display: block;
    padding: 12px;
    font-weight: 400;
    line-height: 1.7;
    margin: auto 0;
}
ul {font-size: 1.1em;margin-left: -18px;}
.pricingbox a img {height:130;}
@media (max-width: 1396px) {
    .overlay_text {padding-top:100px;}
    .pricingbox{
        width: calc(33.3333333%);
        height: 330px;
    }
    #box1 .pricingbox {            
        margin: 0px 0px 0px 0px;
    }
    #box2 .pricingbox {            
        border-top: none;
    }
    #body2 .info_overlay h1 {font-size: 1.1em;}
    .logo_pricing img {margin: -30 auto;}
}
@media (max-width: 692px) {
    .info_overlay {
        opacity: 1;background: none;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .overlay_text {padding-top: 65px;}
    .logo_pricing img {display: none;}
    #body2 .info_overlay h1 {color: white;}
    .pricingbox ul {display: none;}
    .logo_pricing {display: inherit;}
    .tier {font-size: 1.05em;height: 30px;}
    .tierpricing {font-size: 0.8em;height: 25px;}
    .pricingbox {height: 250px;}
    #open_options {margin-top: 20px;}
    #open_options {margin: 30px auto;}
    div #advanced_options img {float: none; margin: 10px auto;}
    div #advanced_options, a.spacing {float: none; margin: 0 auto;text-align: center;}
}
@media (max-width: 375px) {
    .tier {font-size: 0.9em;height: 25px;}
    .tierpricing{font-size: 0.7em;height: 20px;}
    .pricingbox a img {height:100;}
    .pricingbox{height: 200px;}
    .overlay_text {padding-top: 40px;}
    #body2 .info_overlay h1 {font-size: 0.85em;}
}
@media (max-width: 320px) {
    .tier {font-size: 0.75em;height: 20px;}
    .tierpricing{font-size: 0.55em;height: 17px;}
    .overlay_text {padding-top: 35px;}
    #body2 .info_overlay h1 {font-size: 0.75em;}
    .pricingbox{height: 165px;}
}
#open_options{
    height: 45px;
}
#advanced_options{
    color: white;
    float: right;
    width: 165px;
    margin: 0px 15px 15px 0px;
    font-size: 0.95em;
    cursor: pointer;
}
#advanced_options img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 10px;
    width: 13px;
    float: right;
    margin-top: 5px;
}
#body-main.showOptions #advanced_options img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.spacing {padding: 0px;margin: 0px;display: block;float: left;}
.click_link {text-decoration:underline; cursor: pointer;}

/*** Hamburger ***/
.hamburger span {
	border: 1px white solid; border-radius: 20px;
	margin: calc((100% - 6px)/4); margin-bottom: 0px; display: block;
	-webkit-transition:0.3s ease all; -moz-transition:0.3s ease all;
	-ms-transition:0.3s ease all; -o-transition:0.3s ease all; transition:0.3s ease all;
}
.hamburger {
	cursor: pointer; position: fixed; width: 50px; height: 50px;
	top: calc(( 45px/2) - (35px/2)); right: calc(( 45px/2) - (35px/2));
}
.hamburger.open span, .NB_Bttn.open .hamburger span { margin-top: -2px; }
.hamburger.open span:first-child, .NB_Bttn.open .hamburger span:first-child { margin-top: calc((100% - 2px)/2); position: relative; transform: rotate(135deg); }
.hamburger.open span:nth-child(2), .NB_Bttn.open .hamburger span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3), .NB_Bttn.open .hamburger span:nth-child(3) { transform: rotate(-135deg); }

/** CONTACT **/

#contact, #contact2 { text-align: center; }
#contact input:not([type="button"]), textarea { margin-bottom: 10px; width: 80%; }
#contact2 input:not([type="button"]), #contact2 textarea { margin-bottom: 10px; width: 95%; }
#submit {width: 200px; display: block; background-color:rgba(95,181,241,1); color:#ffffff;margin: 0px auto 0px auto; transition: 0.3s; cursor: pointer; }
#submit:hover { background-color:rgba(95,181,241,1); background-color: rgba(130, 196, 242, 1); }
.contact #contactform { margin-top: 20px; color: white; font-size: 1em; background: rgba(15,15,15,0.7); }
.contact #contact h1 { font-size: 1.5em; padding: 15px 0px 0px; }
.contact #contact h2 { font-size: 1em; text-align: left; }
.contact #contact h3 { font-size: 0.9em; }
.contact { height: 100%; }
.contact #content { height: calc(100% - 47px); min-height: 840px; }
.contact #submit { margin-top: 12px }
.contact #contactform input[type=text], .contact #contactform textarea { margin: 5px; }