﻿@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham_book.eot'),
        url('../fonts/gotham_book.ttf') format('truetype'),
        url('../fonts/gotham_book.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham_medium.eot'),
        url('../fonts/gotham_medium.ttf') format('truetype'),
        url('../fonts/gotham_medium.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham_book.eot');
    font-weight: bolder;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham_light.eot'),
        url('../fonts/gotham_light.ttf') format('truetype'),
        url('../fonts/gotham_light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham_thin.eot'),
        url('../fonts/gotham_thin.ttf') format('truetype'),
        url('../fonts/gotham_thin.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'ZapfDingbatsITC';
    src: url('../fonts/ZapfDingbatsITC.eot');
    src: url('../fonts/ZapfDingbatsITC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ZapfDingbatsITC.woff') format('woff'),
    url('../fonts/ZapfDingbatsITC.ttf') format('truetype'),
    url('../fonts/ZapfDingbatsITC.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Common*/
* {
    margin: 0;
    padding: 0;
}


fieldset{
    border: 0;
}

.clear
{
	clear: both;
}

input:invalid{
    box-shadow: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a img {
    border: 0 none;
}

h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding: 0.9em 1.5em;
    text-decoration: none;
    border: 0;
    font-family: "Gotham";
    cursor: pointer;
}

    .btn.mac {
        padding: 1.1em 1.3em 0.8em;
    }

.signup .btn {
    font-family: "Open Sans",Arial,sans-serif;
}

.blueBtn, .darkBlueBtn, .blueExchBtn, .orngBtn, .orngAhsayBtn, .loginBtn, .signUpBtn, .whiteBtn, .downloadBtn, .greenBtn, .darkBtn, .pinkBtn, .login-btn, .blackBtn {
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    color: #fafafa;
    font-weight: bold;
}

.blackBtn {
    color: #fff;
}


.darkBtn {
    background-color: #1f2228;
}

    .darkBtn:hover {
        background: #2d373d;
        text-decoration: none;
    }

.blueBtn:hover, .darkBlueBtn:hover {
    color: #fff;
    text-decoration: none;
}

.greenBtn {
    background-color: #4c9760;
}
.greenBtnWR {
    background-color: #96D602;
    color: white;
}
.right-features .greenBtnWR,
.service-price .greenBtnWR {
    width: 200px;
}
.orngBtnCBL {
    background-color: #fa6c1c;
    border: 2px solid #fa6c1c;
    color: white;
    width: 180px;
}
    .orngBtnCBL:hover {
        background-color: white;
        border: 2px solid #fa6c1c;
        color: #fa6c1c;
    }
.cloudberry .orngBtnCBLOutline {
    background-color: white;
    border: 2px solid #fa6c1c;
    color: #fa6c1c;
    width: 180px;
}
    .cloudberry .orngBtnCBLOutline:hover {
        background-color: #fa6c1c;
        color: white;
    }

    .greenBtn:hover {
        text-decoration: none;
        background-color: #4f9d64;
    }

.downloadBtn {
    background-color: #3c4851;
}

    .downloadBtn:hover {
        text-decoration: none;
        background-color: #37424a;
    }

.loginBtn {
    background-color: #1f2228;
}

    .loginBtn:hover {
        background: #2d373d;
    }

.signUpBtn {
    background-color: #3c484f;
    padding: 14px 46px;
    border: 0;
}

    .signUpBtn:hover {
        background-color: #2d373d;
    }

.whiteBtn {
    background-color: #ffffff;
    color: #3c4851;
}

    .whiteBtn:hover {
        text-decoration: none;
    }

.blueBtn {
    background: #0a8dc6;
    color: white;
}

    .blueBtn:hover {
        background: #0682b7;
    }

.blueExchBtn {
    background: #1d97dc;
}

    .blueExchBtn :hover {
        background: #1290d2;
    }

.orngBtn {
    background: #ffbb3f;
    color: #333333;
}

    .orngBtn :hover {
        background: #f4b034;
    }
.fcBtn{
    background: #1f2228;
    color: #ffffff;
}
    .fcBtn:hover{
        background: #2f3238;
    }

.orngAhsayBtn {
    background: #fea83c;
    color: #333333;
}
    .orngAhsayBtn:hover {
        background: #ee982c;
    }

.darkBlueBtn {
    background: #3c484f;
}

    .darkBlueBtn:hover {
        background: #2d373d;
    }

.pinkBtn {
    background: #e84f4a;
}

    .pinkBtn:hover {
        background: #d84540;
    }

.blackBtn {
    background-color: #1f2228;
    color: #fff;
}

    .blackBtn:hover {
        background: #2f3238;
    }
        
.obm-plan .blackBtn, .exchange-prices .blueExchBtn, .service-price .orngBtn, .content-contact .blueBtn, .mplatformwrap .blueBtn {
    font-weight: bold;
}


.line {
    border-bottom: 1px solid #d9d9d9;
}

.line-smaller {
    border-bottom: 3px solid #efefef;
}

.white-line {
    border-top: 2px solid #ffffff;
}

/**/
#wrapper{
    /*padding-top: 78px;*/
}
#wrapper.signup-page{
    padding-top: 0;
}

body {
    background: #fff;
    color: #777;
    font-family: 'Gotham', 'Open Sans', Arial, sans-serif;
    font-size: 14px;
	min-width:1090px;
}

body.obm{
    padding: 0;
}

    body .signup {
        font-family: "Open Sans",Arial,sans-serif;
    }

.pre-header {
    color: #FFF;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 58px;
    text-align: center;
    width: 859px;
}

    .pre-header .top-logo {
        margin-bottom: 30px;
    }

    .pre-header h1 {
        font-size: 60px;
        font-weight: 300;
        margin-bottom: 9px;
        color: #FFF;
    }

    .pre-header h3 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 41px;
        color: #FFF;
    }

.mobile .pre-header {
    padding-top: 138px;
}

#header {
    /*position: fixed;
    top: 0;*/
    width: 100%;
    z-index: 999;
    position: relative;
    /*-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);*/
    color: white;
}

.home #header{
    /*border-bottom: 1px solid #dedede;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

.mobile.home #header {
    background: none;
}

.header {
    padding: 10px 0 4px 0;
}

    .header .header-center {
        margin: 0 auto;
        width: 1000px;
    }

    .header .header-logo {
        display: block;
        float: left;
        margin: 14px 0 20px;
        background: url("/images/solutionunion.png?_=20201022v1") no-repeat 0 0;
        background-size: 200px;
        width: 200px;
        height: 30px;
        text-indent: -999999px;
        overflow: hidden;
    }

    .home .header .header-logo,
    .exchange .header .header-logo{
        background-position: 0 0;
    }

    /*.ahsay .header .header-logo
    {
        background-position: 0 -60.5px;
    }

	.symantec .header .header-logo
	{
		background-position: 0 -90.5px;
	}
    
	.reseller .header .header-logo
	{
		background-position: 0 -120.5px;
	}*/

    .header .darkBlueBtn {
        font-size: 14px;
        margin-top: 17px;
        padding: 6px 16px;
    }

    .header .phone-number {
        background: url('../images/phone-icon.png?_=20201022v1') 0 3px no-repeat;
        background-size: 11px auto;
        color: #fff;
        float: right;
        font-size: 16px;
        line-height: 20px;
        margin: 21px 20px 0 0;
        padding: 2px 0 2px 28px;
    }

    .mac .header .phone-number {
        padding: 4px 0 2px 28px;
    }

.error .header .phone-number {
    color: #666666;
}

    .header .login-btn{
        border: 1px solid #0a8dc6;
        font-size: 14px;
        margin-top: 17px;
        padding: 5px 15px;
        color: #0a8dc6;
        font-size: 14px;
        line-height: 17px;
        float: right;
        /*background: #0a8dc6;*/
        margin-right: 10px;
        text-decoration: none;
    }

        .header .login-btn.mac {
            padding: 8px 16px 5px;
        }

        .header .login-btn:hover {
            color: #ddd;
        }

    .home .header .login-btn, .exchange .header .login-btn{
        /*background: #0a8dc6;*/
    }

    .ahsay .header .login-btn{
        /*background: #fea83b;*/
    }

    .symantec .header .login-btn{
        /*background: #FFBB3F;*/
    }

    .reseller .header .login-btn{
        /*background: #076f23;*/
    }


.mac .header .main-nav {
    margin-top: 24px;
}
.header .main-nav {
        float: right;
        margin-top: 23px;
        margin-right: 47px;
    }

        .header .main-nav ul {
            list-style: none;
            position: relative;
        }

            .header .main-nav ul:after {
                content: "";
                clear: both;
                display: block;
            }

            .header .main-nav ul li {
                float: left;
                margin-left: 30px;
                position: relative;
            }

                .header .main-nav ul li a {
                    color: #f7f7f7;
                    display: block;
                    text-decoration: none;
                    font-size: 15px;
                    line-height: 19px;
                }

                    .header .main-nav ul li a.active {
                        color: #444;
                    }

                    .header .main-nav ul li a:hover {
                        color: #ddd;
                    }

.error .header .main-nav ul li a {
    color: #666666;
}

    .error .header .main-nav ul li a:hover {
        color: #999;
    }

.error .header .main-nav ul li ul li a {
    color: #f7f7f7;
}

            .header .main-nav ul li:hover > ul {
                /*display: block;*/
            }

            .header .main-nav ul ul.platform-apps li:first-child {
                width: 130px;
            }
            
                .header .main-nav ul ul.platform-apps li:first-child a {
                    width: 132px;
                }

            .header .main-nav ul ul.services li:first-child {
                width: 85px;
            }
            
                .header .main-nav ul ul.services li:first-child a {
                    width: 85px;
                }

                                
                .header .main-nav ul ul li:first-child a:hover {
                    background-color: #0e0e0e;
                }



            .header .main-nav ul ul {
                /*background: none repeat scroll 0 0 #0e0e0e;
                box-shadow: 0 0 6px rgba(0, 2, 3, 0.16);*/
                filter: opacity(0.92);
                left: -12px;
                padding: 0;
                position: absolute;
                top: -12px;
                z-index: 10;
                display: none;
            }
            .mac .header .main-nav ul ul {
                top: -12px;
            }

                .header .main-nav ul ul li {
                    background: none repeat scroll 0 0 #0e0e0e;
                    /*filter: opacity(0.8);*/
                    float: none;
                    margin-left: 0;
                    line-height: 1;
                    position: relative;                    
                }

                    .header .main-nav ul ul li:hover {
                        background-color: #444444;
                    }

                    .header .main-nav ul ul li a {
                        color: #fff;
                        padding: 12px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        width: 215px; /*180px;*/
                    }

                        .header .main-nav ul ul li a:hover {
                            color: #fff;
                            background: #3c4850;
                        }

                        .header .main-nav ul ul li a.top-nav-elem,
                        .header .main-nav ul ul li a.top-nav-elem:hover {
                            /*color: #444;
                            background: #fff;
                            border-bottom: 1px solid #ccc;
                            margin-bottom: 13px;*/
                        }

                    .header .main-nav ul ul li:last-of-type a {
                        margin-bottom: 13px;
                    }

                    .header .main-nav ul ul li a span {
                        background: #3c4850;
                        display: inline-block;
                        height: 10px;
                        margin-right: 10px;
                        width: 10px;
                    }

                    .header .main-nav ul ul li a.nav-elem-blue span {
                        background: #1797e1;
                    }

                    .header .main-nav ul ul li a.nav-elem-black span {
                        background: #222222;
                    }

                    .header .main-nav ul ul li a.nav-elem-yellow span {
                        background: #feaa00;
                    }
					
					.header .main-nav ul ul li a.nav-elem-gold span {
                        background: #FFBB3F;
                    }

                    .header .main-nav ul ul li a.nav-elem-red span {
                        background: #ca5248;
                    }

                    .header .main-nav ul ul li a:hover span {
                        background: #fff;
                        display: inline-block;
                        height: 10px;
                        width: 10px;
                    }

                    .header .main-nav ul ul li a.nav-elem-blue:hover {
                        background: #1797e1;
                    }

                    .header .main-nav ul ul li a.nav-elem-black:hover {
                        background: #222222;
                    }

                    .header .main-nav ul ul li a.nav-elem-yellow:hover {
                        background: #feaa00;
                    }
					
					.header .main-nav ul ul li a.nav-elem-gold:hover {
                        background: #FFBB3F;
                    }

                    .header .main-nav ul ul li a.nav-elem-red:hover {
                        background: #ca5248;
                    }

                .header .main-nav ul ul ul {
                    position: absolute;
                    left: 100%;
                    top: 0;
                }

                .nav-logo-container {
                    background-image: url("/images/logos-sprite.png?_=20201022v1?");
                    background-repeat: no-repeat;
                    background-size: 213px auto;
                    display: inline-block;
                    float: left;
                    height: 28px;
                    margin-left: 15px;
                    margin-right: 10px;
                    margin-top: 8px;
                    width: 25px;
                    box-sizing: content-box;
                }

                .nav-filcloud-logo-container {
                    background-image: url("/images/filecloud_icon.png?_=20201022v1");
                    background-repeat: no-repeat;
                    background-position: 0, 2px;
                    
                    display: inline-block;
                    float: left;
                    height: 27px;
                    margin-left: 15px;
                    margin-right: 10px;
                    margin-top: 8px;
                    width: 25px;
                }

.nav-elem-exchange .nav-logo-container {
    background-position: 3px 4px;
}

.nav-elem-symantec .nav-logo-container {
    background-position: -46px 0;
}

.nav-elem-webroot .nav-logo-container {
    background-position: -160px 2px;
}

.nav-elem-obm .nav-logo-container {
    background-position: -22px 5px;
}

.nav-elem-ahsay .nav-logo-container {
    background-position: -74px 1px;
}
.nav-elem-cbs .nav-logo-container {
    background-position: -102px 3px;
    margin-left: 12px;
    margin-right: 7px;
    padding: 0 3px 0 3px;
}
.nav-elem-o365 .nav-logo-container {
    background-position: -135px 2px;
}
.nav-elem-cloudberry .nav-logo-container {
    background-position: -188px 2px;
}
.login-wrapper {
    padding: 40px 0 0 0;
    z-index:1000;
}
.login-wrapper


.login-box{
    margin-left: 29px;
}

.login-box label{
    font-size: 26px;
    color: #fff;
    float: left;
    padding-right: 22px;
    line-height: 38px;
    vertical-align: top;
}

.login-wrapper .field-cell{
    float: left;
    margin-bottom: 13px;
}

.login-wrapper .field-cell input{
}

.field-row:after{
    display: block;
    clear: both;
    content: '';
}

.field-row .error, .field-cell .error{
    display: block;
    color: #ff0000;
    padding: 5px 0 0 2px;
}

.login-input {
    background-color: #f7f7f7;
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
    color: #999999;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.5px;
    height: 40px;
    padding: 5px 19px;
    width: 100%;
}

.login-input:-webkit-input-placeholder {color: #ccc;}
.login-input:-moz-placeholder {color: #ccc;}
.login-input::-moz-placeholder {color: #ccc;}
.login-input:-ms-input-placeholder {color: #ccc;}

.input-block {
    padding: 0 0 15px 0;
}

.loginBtn {
    padding: 12px 28px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 46px;
}

.forgot-password-wrap{
    background: #0573a6;
    padding: 25px 0 22px 0;
    margin-top: -27px;
    display: none;
}

.forgot-password-label {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.footer {
    background: #1f2228;
}

    .footer .content-center {
        padding: 70px 0 20px 0;
        position: relative;
    }

.footer-info {
}

    .footer-info .block-left {
        float: left;
        width: 74%;
    }

    .footer-info .block-right {
        float: right;
        width: 24%;
    }

.company, .solutions, .resources, .social {
    width: 25%;
    float: left;
}

.social-facebook, .social-twitter, .social-linkedin, .social-google
{
	background-image: url("/images/icons/social-icons.png?_=20201022v1");
    background-size: 130px auto;
    display: inline-block;
    height: 33px;
    width: 33px;
}

.social-facebook {
    background-position: 1px -1px;
    margin-right: 4px;
    
}

.social-twitter {
    background-position: 98px center;
}

.social-linkedin {
    background-position: 65px center;
    margin-right: 4px;
}

.social-google {
    background-position: 33px center;
}

.footer-info ul {
    list-style: none;
}

    .footer-info ul li {
        padding-bottom: 9px;
    }
    
    .footer-info ul.social li {
        padding-bottom: 6px;
    }

    .footer-info ul a {
        color: #888888;
        text-decoration: none;
    }

        .footer-info ul a:hover {
            text-decoration: underline;
        }

ul li.hd {
    padding-bottom: 10px;
}

    ul li.hd a, ul li.hd {
        color: #fff;
        font-size: 18px;
    }

        ul li.hd a:hover {
            text-decoration: none;
        }

.blog {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 78%;
    font-size: 15px;
}

.blog-p {
    color: #666666;
    padding: 14px 0;
}

.blog-button {
    background-color: #dddddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12pt;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: inherit;
}

    .blog-button:hover {
        text-decoration: none;
        background-color: #dedede;
    }

.darkLink{
    color: #212121;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-left: 1.5em;
}

.darkLink:hover{
    text-decoration: underline;
}

.whiteLink
{    
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

.copyright {
    padding-top: 72px;
}

    .copyright a {
        color: #888888;
        text-decoration: none;
    }

.copyright-logo {
    float: left;
    width: 15%;
}

.copyright-text {
    float: right;
    line-height: 18px;
    width: 94%;
}

.copyright-text a {
    text-decoration: underline;
}

.goTop {
    background-color: #000000;
    color: #cccccc;
    padding: 10px 21px 12px 21px;
    float: right;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bg-red {
    background: #e84e4e;
}

.bg-dark {
    background: #1f2228;
}

.bg-grayed {
    background: #eeeeee;
}

.bg-dark-grayed {
    background: #3c484f;
}

.bg-white {
    background-color: transparent;
}

.bg-blue {
    background: #008bd1;
}

.bg-blue-alt {
    /*background: #1f98d6;*/
}

.bg-blue-slider {
    background: #1d97dc;
}

.bg-orange {
    background: #fea83b;
}

.bg-green {
    background: #076f23;
}

.bg-greenWR {
    background: #96D602;
}

.bg-fuchsia {
    background: #b63c6c;
}

.bg-spruce {
    background: #324550;
}

.bg-dark-spruce {
    background: #223139;
}

.bg-pink {
    background: #e84f4a;
}

.text-blue {
    color: #008bd1;
}

.content-center {
    margin: 0 auto;
    width: 1000px;
}

.ibp .content-headline {
    padding: 83px 0 102px 0;
    width: 999px;
}

    .ibp .content-headline h3 {
        margin-bottom: 16px;
    }

    .ibp .content-headline p {
        padding-right: 5px;
    }

.content-headline {
    padding: 60px 0 70px;
}

.hipaa .content-headline-h {
    padding: 9em 0 10.3em 0;
}

.content-headline-h {
    padding: 11em 0;
}

h1, h3 {
    color: #4d4d4d;
}

h1 {    
    font-family: 'Gotham';
    font-weight: 300;
}

h3 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: .5em;
    text-align: center;
}

.content-contact {
    padding: 5em 0 5.6em 0;
}

    .content-contact.blueBtn {
        padding: 0.9em 3em;
    }

    .content-contact .darkBlueBtn {
        padding: 1em 3.5em;
    }

.content-contact{ 
    background: url("/images/shadow-bg.png?_=20201022v1") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 58px 0 60px;
}

p.subtitle {
    font-size: 18px;
}

.content-slider {
    padding: 30px 0 70px 0;
}

.content-resellers {
    padding: 64px 0 70px 0;
}

.home .reasons-list {
    padding-top: 10px;
}


.reasons-list {
    display: inline-block;
    text-align: center;
	padding-top: 0.4em;
}

.content-reasons {
    padding: 4em 0 3.8em 0;
}

.content-reasons h3
{
	margin-bottom: 0.2em;
}

    .content-reasons ul.reasons-list li {
        color: #666666;
        display: inline-block;
        font-size: 13px;
        margin: 1.6% 1.8% 0;
        text-align: center;
        vertical-align: top;
        width: 21%;
    }

        .content-reasons ul.reasons-list li .reason-title {
            color: #3c484f;
            font-size: 20px;
            margin-bottom: 0.2em;
            font-weight: normal;
        }

        .content-reasons ul.reasons-list li .reason-text {
            font-size: 14px;            
            line-height: 18px;
            padding: 0 8px;
        }

        .content-reasons ul.reasons-list li .reason-icon {
            background: url('../images/cloud-technology-sprite.png?_=20201022v1') 0 0 no-repeat;
            background-size: 369px auto;
            display: block;
            margin: 1em auto 2em;
            height: 114px;
            width: 92px;
        }

        .content-reasons ul.reasons-list li .reason-icon-1 {
            background-position: 8px 41px;
        }
        .content-reasons ul.reasons-list li .reason-icon-2 {
            background-position: -79px 38px;
        }
        .content-reasons ul.reasons-list li .reason-icon-3 {
            background-position: -176px 46px;
        }
        .content-reasons ul.reasons-list li .reason-icon-4 {
            background-position: -267px 33px;
        }
        .content-reasons ul.reasons-list li .reason-icon-5 {
            background-position: 5px -91px;
        }
        .content-reasons ul.reasons-list li .reason-icon-6 {
            background-position: -81px -73px;
        }
        .content-reasons ul.reasons-list li .reason-icon-7 {
            background-position: -165px -74px;
        }
        .content-reasons ul.reasons-list li .reason-icon-8 {
            background-position: -272px -85px;
        }

.border-sep {
    border-top: 3px solid #eeeeee;
}

.content-resellers h3 {
    margin-bottom: 16px;
}

.content-resellers p.subtitle {
    margin-bottom: 2em;
}

.resellers-block {
    color: #c1c4c5;
    font-size: 15px;
    margin-bottom: 0.9em;
}

    .resellers-block h4 {
        color: #fff;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0.2em;
    }

    .resellers-block p {
        margin-bottom: 1.6em;
    }

    .resellers-block .blueBtn {
        padding: 0.6em 1.3em;
    }

    .resellers-block .left-block,
    .resellers-block .right-block {
        padding: 30px 30px;
        text-align: center;
        width: 420px;
    }

    .resellers-block .left-block {
        border-right: 20px solid #fff;
        float: left;
    }

    .resellers-block .right-block {
        border-left: 20px solid #fff;
        float: right;
    }

.content-contact p.subtitle {
    margin-bottom: 2em;
}

.footer-contacts {
    background: #262626;    
    background-image: url("/images/dark-grayed-arrow.png?_=20201022v1");
    background-repeat: no-repeat;
    background-size: 100% 110px;
}

.footer-contacts .content-suport {
    background: url('../images/dark-grayed-arrow.png?_=20201022v1') no-repeat 50% 0;
    background-size: 320px 110px;
}

.home .footer-contacts,
.exchange .footer-contacts{
    background:#008bd1;
}
.home .footer-contacts .content-suport,
.exchange .footer-contacts .content-suport {
    background-image: url('../images/home-arrow.png?_=20201022v1');
}

.ahsay .footer-contacts{
    background: url("/images/ahsay-arrow.png?_=20201022v1") no-repeat scroll 0 0 #fea83b;
    background-size: 100% 110px;
}

.symantec .footer-contacts {
    background-image: url("/Images/orange-arrow.png?_=20201022v1");
    background-repeat: no-repeat;
    background-size: 100% 110px;
}

.symantec .webroot.footer-contacts {
    background-image: url("/Images/green-arrow-wr.png?_=20201022v1");
    background-repeat: no-repeat;
    background-size: 100% 110px;
}

.ahsay .footer-contacts .content-suport{
    background-image: url('../images/ahsay-arrow.png?_=20201022v1');
}

.symantec .footer-contacts .content-suport {
    background-image: url("/images/orange-arrow.png?_=20201022v1");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 320px 110px;
}

.symantec .webroot.footer-contacts .content-suport {
    background-image: url("/images/green-arrow-wr.png?_=20201022v1");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 320px 110px;
}

.reseller .footer-contacts{
    background: #076f23;
}
.reseller .footer-contacts .content-suport {
    background-image: url('../images/green-arrow.png?_=20201022v1');
}

.partner .footer-contacts{
    background: #b63c6c;
}
.partner .footer-contacts .content-suport {
    background-image: url('../images/fuchsia-arrow.png?_=20201022v1');
}

.nova .footer-contacts{
    background: #e84e4e;
}
.nova .footer-contacts .content-suport {
    background-image: url('../images/red-arrow.png?_=20201022v1');
}

.content-suport .left-block,
.content-suport .right-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    width: 50%;
}

.symantec .content-suport .left-block,
.symantec .content-suport .right-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    width: 50%;
}

.content-suport .left-block {
    float: left;
}

.content-suport .right-block {
    float: right;
}

.content-suport .left-block .left-block-1,
.content-suport .right-block .right-block-1{
    float: left;
    font-size: 15px;
    line-height: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.content-suport .left-block .left-block-1 {
    width: 32%;
}

.content-suport .left-block .left-block-2 {
    float: right;
    font-size: 38px;
    font-weight: 300;
    padding-top: 0.9em;
    padding-right: 3%;
    width: 65%;
}

.mac .content-suport .left-block .left-block-2 {
    padding-top: 1em;
}

.content-suport .right-block .right-block-1 {
    width: 35%;
    padding-left: 10%;
}

.content-suport .right-block .right-block-2 {
    float: right;
    font-size: 15px;
    padding-top: 2.5em;
    width: 55%;
}

.content-suport .right-block .contact-email {
    background: url('../images/btn-email.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
    display: inline-block;
    height: 37px;
    margin-left: 30px;
    width: 114px;
}

.obm .content-suport .right-block .contact-email {
    background: url('../images/btn-email-obm.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}

.exchange .content-suport .right-block .contact-email {
    background: url('../images/btn-email-exchange.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}

.symantec .content-suport .right-block .contact-email {
    background: url('../images/btn-email-symantec.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}

.webroot .content-suport .right-block .contact-email {
    background: url('../images/btn-email-webroot.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}
.ahsay .content-suport .right-block .contact-email {
    background: url('../images/btn-email-ahsay.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}

.obm .content-suport .right-block .contact-skype {
    background: url('../images/btn-skype-obm.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}

.exchange .content-suport .right-block .contact-skype {
    background: url('../images/btn-skype-exchange.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}

.symantec .content-suport .right-block .contact-skype {
    background: url('../images/btn-skype-symantec.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}

.ahsay .content-suport .right-block .contact-skype {
    background: url('../images/btn-skype-ahsay.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
}

.content-suport .right-block .contact-skype {
    background: url('../images/btn-skype.png?_=20201022v1') 0 0 no-repeat;
    background-size: 90%;
    display: inline-block;
    height: 37px;
    margin-left: 10px;
    width: 114px;
}

/*SigIn*/
.signup {
    background: #474747 url("../images/bg/signin.jpg?_=20201022v1") no-repeat 50% 0;
}

.signup .headline{
    text-align:center;
    padding:51px 0 28px 0;
}

.signup .headline h3, .signup .headline h4{
    background:rgba(0,0,0, 0.5);
    display:inline-block;
    color: #fff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    font-weight: normal;
}

.signup .headline h3 {
    font-size: 48px;
    line-height:65px;
    padding:0 34px 0 29px;
    margin:0 0 19px 0;
}

.signup .headline h4 {
    font-size: 18px;
    line-height:37px;
    padding:0 15px;
}

.signup h4 a{
    color:#fff;
}
.signup h4 a:hover{
    text-decoration:none;
}

.signup .show-password{
    float:right;
    color:#068ccb;
    font-size:13px;
    text-decoration:none;
}

.signup .field-cell{
    width: 168px;
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
}

.signup .field-row .field-cell:first-child{
    margin-left: 0;
}

.signup .field-row{
    padding: 0 0 16px 0;
}

.signup .check-row{
    padding-top: 6px;
}

.signup .submit-row{
    padding-top: 15px;
    text-align: right;
}

.signup .field-row select{
    width: 100%;
}

.content-signup {
    padding-bottom: 70px;
    margin: 0 auto 0 auto;
    width: 880px;
}

.signup-block{
    background: #fff url("../images/watermark.png?_=20201022v1") no-repeat 100% 100%;
}

.signup-wrapper {
    background: #fff url("../images/bg/signup-bg-delimeter.png?_=20201022v1") repeat-y 464px 0;
    padding: 0 0 25px 52px;
}

.signup-form-col {
    float: left;
    width: 357px;
    padding: 27px 0 0 0;
}

.signup-content-col {
    float: right;
    width: 370px;
    padding: 30px 0 0 44px;
}

.signup-form-col label {
    font-size: 13px;
    color: #666;
    display: block;
    padding-bottom: 6px;
}

.signup-form-col .check-row label{
    display:inline;
}
.signup-form-col .check-row a{
    color:#666;
}
.signup-form-col .check-field{
    vertical-align:top;
    margin:2px 3px 0 0;
}

.mac .signup-form-col .check-field{
    vertical-align:top;
    margin:0 3px 0 0;
}

.signup-form-col .text-field {
    background-color: #eeeeee;
    border: 0 none;
    padding: 12px 18px;
    font-size: 15px;
    color: #666;
    width: 100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.signup .field-row-3-cell .field-cell{
    margin: 0 0 0 20px;
    width: 121px;
}

.signup .field-row-3-cell .expires-cell{
    width: 98px;
}

.signup .field-row-3-cell .expires-cell:first-child{
    margin-left: 0;
}

.signup-info {
    padding-right: 50px;
}

.signup-info h2 {
    color: #333333;
    font-size: 24px;
    padding: 0 0 13px 0;
}

.signup-info h3 {
    font-size: 16px;
    color: #000;
    text-align:left;
    margin:0;
}

.signup-info p {
    font-size: 14px;
    color: #999;
    padding-bottom: 20px;
}

.signup-info .description
{
	font-size: 12px;
}

.signup-info .description h4 {
    color: #3c484f;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0.5em;
}

.signup-form-col input.password {
    margin-bottom: 10px;
}

.signup-breadcrumbs {
    background:#3c484f;
    overflow:hidden;
    padding:23px 0 19px 31px;
    color: #777;
}

.signup-breadcrumbs a{
    background:#3c484f;
    text-decoration: none;
    color: #777;
}

.signup-breadcrumbs ul{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    background:url("../images/bg/signup-breadcrumbs-delimeter.png?_=20201022v1") repeat-x 0 62%;
    float:left;
}

.signup-breadcrumbs li{
    float:left;
    font-size:20px;
    margin:0 32px;
    padding:0 20px 0 46px;
    background:#3c484f url("../images/icons/breadcumb-inactive.png?_=20201022v1") no-repeat 22px 50%;
}

.signup-breadcrumbs li.last{
    margin-right:0;
}

.signup-breadcrumbs ul li:first-child{
    margin-left:0;
}

.signup-breadcrumbs .active{
    background:#3c484f url("../images/icons/breadcumb-active.png?_=20201022v1") no-repeat 22px 50%;
}

.signup-breadcrumbs .active, .signup-breadcrumbs .active a{
    color:#fff;
    text-decoration:none;
}

.signup-breadcrumbs li.checked{
    background: #3c484f url("../images/icons/checked.png?_=20201022v1") no-repeat 22px 50%;
}

.amount-charged h2{
    margin:0;
    padding:0;
}

.amount-charged .price-amount{
    font-size:71px;
    color:#333;
    line-height:88px;
    margin:0 0 10px 0;
}

.signup-complete{
    background: none;
    padding-left: 0;
}

.signup-complete-content{
    text-align: center;
    padding: 83px 0 150px 0;
    color: #3c484f;
}

.signup-complete-content h1{
    font-size: 38px;
    font-weight: normal;
    margin: 0 0 24px 0;
}

.signup-complete-content h2{
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 30px 0;
}

.signup-complete-content p, .success-purchase p, .purchase-failed p{
    font-size: 18px;
    color: #000;
    width: 547px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
}


.signup-back-btn{
    padding: 7px 20px 9px 20px;
    font-size: 18px;
    margin: 60px 0 0 0;
}

/*Hippa*/

.page-content-left-block {
    float: left;
    width: 20%;
    padding: 40px 30px 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-content-right-block {
    float: right;
    width: 80%;
    border-left: 2px solid #eeeeee;
    padding: 40px 40px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.page-content-left-block ul {
    list-style: none;
    color: #999999;
    font-size: 16px;
}

    .page-content-left-block ul li {
        height: 1.35em;
        padding: 8px 0;
        text-align: right;
    }

        .page-content-left-block ul li a {
            color: #999999;
            text-decoration: none;
        }

            .page-content-left-block ul li a:hover,
            .page-content-left-block ul li.active a {
                color: #303440;
            }

        .page-content-left-block ul li.active {
            position: relative;
        }

            .page-content-left-block ul li.active a {
                border-bottom: 1px solid #3c4851;
                margin-right: 30px;
                padding-bottom: 2px;
                position: absolute;
                right: -32px;
            }

.page-content-right-block h1 {
    font-size: 40px;
    padding-bottom: 0.5em;
    font-weight: 400;
    color: #666666;
}

.hipaa .page-content-right-block h2 {
    padding-bottom: .5em;
}

.page-content-right-block h2 {
    color: #0a85b4;
    font-size: 20px;
    padding-bottom: 1em;
    font-weight: 600;
}

.page-content-right-block .title {
    color: #0a85b3;
    font-size: 18px;
    font-family: Arial,sans-serif;
    padding-bottom: 1em;
    padding-top: 2em;
}

.hipaa.page-content-right-block p {
    padding-bottom: 29px;
}

.page-content-right-block p {
    color: #777777;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
}

p.dark {
    color: #444444;
    padding-bottom: 2em;
}

.dark {
    color: #444444;
}

.requirements {
    width: 57%;
    padding: 0 20px 20px 20px;
}

ul.requirements {
    color: #777777;
}

    ul.requirements li {
        padding: 4px 0;
        font-size: 16px;
    }

ul.rules {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    list-style-position: inside;
    color: #212121;
}

    ul.rules li {
        padding: 0.7em 0;
    }

        ul.rules li > div {
            color: #777;
            text-indent: 1em;
        }

p.hipaa-text {
    color: #333333;
}

    p.hipaa-text.indent {
        padding-bottom: 5em;
    }

span.hipaa-text {
    color: #333333;
}

.hipaa-content-contact, .reseller-content-contact {
    border-top: 3px solid #efefef;
    padding: 70px 0;
}

.page-content-right-block .subcontent-left {
    float: left;
    width: 70%;
    margin-bottom: 3em;
}

.page-content-right-block .subcontent-right {
    float: right;
    width: 29%;
    margin-top: 2.6em;
}

.page-content-right-block .aboutus-reasons {
    /*border-top: 3px solid #eee;*/
    padding-top: 22px;
}

    .page-content-right-block .aboutus-reasons ul {
        list-style: none;
    }

        .page-content-right-block .aboutus-reasons ul li {
            color: #3c484f;
            display: inline-block;
            font-size: 16px;
            text-align: center;
            width: 160px;
            margin-right: 20px;
        }

            .page-content-right-block .aboutus-reasons ul li .bg {
                background-image: url("/images/aboutus-reasons.png?_=20201022v1");
                background-size: 340px auto;                
                background-repeat: no-repeat;
                display: inline-block;
                height: 60px;
                margin-bottom: 10px;
                overflow: hidden;
                padding-top: 1.5em;
                width: 80px;
            }

            .page-content-right-block .aboutus-reasons ul li img {
                padding-right: 10px;
                float: left;
            }

.aboutus-reasons .bg1 {
    background-position: 2px 3px;
}

.aboutus-reasons .bg2 {
    background-position: -122px 3px;
}

.aboutus-reasons .bg3 {
    background-position: -256px 3px;
}

.abouthd {
    font-size: 20px;
    color: #777;
    padding: 20px 18px;
    margin: 5px 0;
    text-align: center;
    font-weight: 700;
}

    .subcontent-right .abouthd h2 {
        color: #777777;
        font-size: 38px;
        padding-bottom: 0;
    }

    .subcontent-right .abouthd > p {
        font-size: 25px;
        font-weight: normal;
    }

.about .subcontent-left p {
    font-size: 16px;
}

/*Ahsay*/
.ahsay-services-wrap {
    margin: 10px auto 14px auto;
    border-bottom: 1px solid #eee;
    padding: 0 0 36px 0;
}

.ahsay-service-box {
    width: 900px;
    overflow: hidden;
    margin: 0 auto;
    padding: 55px 0 50px 0;
    border-bottom: 11px solid #e0e0e0;
}

.ahsay-service-box .reseller-list li {
    color: #555555;
    font-size: 18px;
    line-height: 28px;
}

.ahsay-service-box .reseller-list li .tick{
    color: #fea83b;
}

.ahsay-service-box .service-features{
    float: left;
    margin: 0;
    width: 450px;
}

.ahsay-service-box .service-features h3{
    font-size: 35px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 300;
}

.ahsay-service-box .service-features h4{
    font-size: 22px;
    font-weight: 400;
    color: #666;
    text-align: left;
    font-weight: normal;
    margin: 0 0 18px;
}

.ahsay-service-box .service-price{
    float: right;
    margin: 0;
    width: 421px;
    overflow: hidden;
}

.ahsay-service-box .service-price li{
    list-style: none;
    line-height: 34px;
    font-size: 17px;
    font-weight: 700;
}

.ahsay-service-box .service-price .column-title{
    font-size: 40px;
    font-weight: 700;
    padding: 10px 0 8px 0;
}
.ahsay-service-box .service-price .subtitle{
    display: block;
    color: #ffdebf;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    margin: -2px 0 0 0;
}

.ahsay-service-box .service-price .service-price-col{
    background: #fea83b;
    height: 256px;
    float: left;
    margin: 14px 0 0 4px;
    width: 90px;
    text-align: center;
    color: #fff;
}

.hosted-rps-box{
    border-bottom: 0;
}

.hosted-rps-box .service-price .service-price-col {
    height: 250px;
}

.ahsay-service-box .service-price .storage-col{
    margin-left: 0;
}

.ahsay-service-box .service-price .action-col{
    width: 233px;
}

.ahsay-service-box .action-col .price-per-user{
    display: inline-block;
}

.ahsay-service-box .action-col .price-per-user .label {
    font-size: 18px;
    padding: 14px 0 15px;
    text-align: center;
}

.ahsay-service-box .action-col .price-per-user .price{
    font-size: 100px;
    font-weight: 300;
    line-height: 108px;
    margin: -13px 0 0 0;
}

.ahsay-service-box .action-col .price-per-user .per-user{
    color: #ffdebf;
    font-size: 18px;
    margin: 10px 0 8px;
}

.ahsay-action-btn{
    font-size: 20px;
    font-weight: 700;
    padding: 10px 43px;
}

.managed-obs-box .service-features h3{
    margin-top: -10px;
}

.managed-obs-box .service-price{
    width: 470px;
    background: #fea83b;
    float: left;
    margin: 0;
    height: 235px;
}
.managed-obs-box .service-features{
    width: 365px;
    float: right;
    margin: 0;
}


.managed-obs-box .service-price .action-col{
    width: 100%;
}

.managed-obs-box .service-price .action-col .price{
    font-size: 90px;
}

.managed-obs-box .service-price .action-col .price .measure{
    font-size: 50px;
}

.managed-obs-box .service-price .button-set {
    margin-top: -7px;
}
.managed-obs-box .service-price .button-set .ahsay-action-btn{
    width: 169px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px 0 10px;
}

.content-hosted-ahsay {
    padding: 38px 0 25px;
}

    .content-hosted-ahsay .ahsay-top-icons {
        float: right;
        padding-right: 30px;
        padding-top: 10px;
    }

    .content-hosted-ahsay .block-left {
        color: #fff;
        float: left;
        width: 45%;
    }

        .content-hosted-ahsay .block-left h1 {
            color: #fff;
            font-size: 48px;
            font-weight: 400;
            margin-bottom: 0.3em;
        }

            .content-hosted-ahsay .block-left h1 img {
                padding-bottom: 10px;
                padding-right: 0.25em;
                vertical-align: middle;
            }

        .content-hosted-ahsay .block-left p {
            font-size: 18px;
            line-height: 1.45em;
        }

        .content-hosted-ahsay .block-left .links-block {
            background: #fff;
            border-radius: 3px;
            float: left;
            font-size: 16px;
            margin-top: 44px;
            padding: 16px 25px;
        }

            .content-hosted-ahsay .block-left .links-block a.view-prices {
                color: #f29100;
                margin-left: 18px;
                text-decoration: none;
            }

.content-ahsay-prices {
    padding: 56px 0;
}

    .content-ahsay-prices h3 {
        font-size: 44px;
        padding-top: 13px;
        margin-bottom: 15px;
    }

    .content-ahsay-prices p.subtitle {
        color: #666;
        font-size: 20px;
        margin-bottom: 2em;
    }

    .content-ahsay-prices .pricePerGb {
        background: #ff8100;
        color: #fff;
        float: left;
        font-family: Arial,sans-serif;
        font-size: 80px;
        text-align: center;
        padding: .1em .2em .25em .2em;
        width: 2em;
    }

        .content-ahsay-prices .pricePerGb .pricePerGbSmall {
            font-size: 16px;
            padding-top: .2em;
        }

    .content-ahsay-prices .unbeatablePricingList {
        color: #555;
        float: left;
        font-size: 16px;
        line-height: 1.8em;
        list-style: none;
        margin: 0.5em 0 0 1.5em;
        width: 21em;
    }

        .content-ahsay-prices .unbeatablePricingList li {
            margin-top: 0.2em;
            vertical-align: top;
        }

        
    .unbeatablePricingList .tick {
        color: #fea83b;
        margin-right: 5px;
    }

    .content-ahsay-prices .pricePerTb {
        background: #ffa74c;
        color: #fff;
        float: right;
        font-family: Arial,sans-serif;
        font-size: 50px;
        margin-left: .2em;
        text-align: center;
        padding: .5em .25em .8em .25em;
        width: 2em;
    }

        .content-ahsay-prices .pricePerTb .pricePerTbSmall {
            font-size: 16px;
            padding-top: .7em;
            text-transform: uppercase;
        }

    .content-ahsay-prices .pricePerTbDark {
        background: #ff9a33;
    }

    .content-ahsay-prices .pricePerTbLight {
        background: #ffb366;
    }

.content-providers {
    padding: 4em 0 3.8em 0;
}

    .content-providers h3 {
        font-size: 34px;
    }

.providers-list .providers-description {
    color: #888;
    font-size: 14px;
    line-height: 18px;
}

    .content-providers ul.providers-list li {
        color: #666666;
        display: inline-block;
        font-size: 13px;
        margin: 2.1% 2.5% 2.5% 2.5%;
        text-align: center;
        vertical-align: top;
        width: 19%;
    }

        .content-providers ul.providers-list li .providers-title {
            color: #3c484f;
            font-size: 20px;
            margin-bottom: 0.4em;
            font-weight: 400;
        }

        .content-providers ul.providers-list li .providers-icon {
            background: url('../images/ahsay-reasons-sprite.png?_=20201022v1') 0 0 no-repeat;
            display: block;
            margin: 1em auto;
            height: 112px;
            width: 112px;
        }

        .content-providers ul.providers-list li .providers-icon-1 {
            background-position: 0 0;
        }

        .content-providers ul.providers-list li .providers-icon-2 {
            background-position: -113px 0;
        }

        .content-providers ul.providers-list li .providers-icon-3 {
            background-position: -226px 0;
        }

        .content-providers ul.providers-list li .providers-icon-4 {
            background-position: -338px 0;
        }

.content-ahsay-pick {
    padding: 50px 0;
}

    .content-ahsay-pick h3 {
        color: #fff;
        font-size: 48px;
        margin-bottom: 0;
        padding: 6px 6px 9px 6px;
    }

    .content-ahsay-pick p.subtitle {
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding-left: 60px;
    }

    .content-ahsay-pick img.pick-one {
        float: right;
    }
/*Tabs*/
.tabsHostingType {
    padding: 0;
    clear: both;
}

    .tabsHostingType li {
        display: inline;
    }

        .tabsHostingType li a {
            background: #fff;
            color: #000;
            float: left;
            font-size: 20px;
            padding: 21px 0;
            text-align: center;
            text-decoration: none;
            width: 320px;
        }

        .tabsHostingType li.tabPrivateOBS a,
        .tabsHostingType li.tabPrivateOBS.active a,
        #pnlPrivateOBS {
            background: #fea83b;
            color: #fff;
            font-size: 20px;
        }

.mailbox-content #pnlPrivateOBS {
    background-color: #1d97dc;
    color: #fff;
}

.tabsHostingType li.tabManagedOBS a,
.tabsHostingType li.tabManagedOBS.active a,
#pnlManagedOBS {
    background: #ff941d;
    color: #fff;
}

.tabsHostingType li.tabHostedRPS a,
.tabsHostingType li.tabHostedRPS.active a,
#pnlHostedRPS {
    background: #ff8000;
    color: #fff;
}

.tabsHostingType li.tabPrivateOBS.active a,
.tabsHostingType li.tabManagedOBS.active a,
.tabsHostingType li.tabHostedRPS.active a {
    font-size: 24px;
}

#pnlPrivateOBS,
#pnlManagedOBS,
#pnlHostedRPS {
    background: url('../images/ahsay-drag-me.png?_=20201022v1') no-repeat 0 25px;
}

.sliderPanel {
    padding: 22px 0;
}

#pnlPrivateOBS,
#pnlManagedOBS,
#pnlHostedRPS {
    padding: 20px 110px 50px 143px;
}

    #pnlPrivateOBS .sliderWrapper,
    #pnlManagedOBS .sliderWrapper,
    #pnlHostedRPS .sliderWrapper {
        float: left;
        padding-top: 15px;
        width: 435px;
    }

    #pnlPrivateOBS .sliderValueWrapper,
    #pnlManagedOBS .sliderValueWrapper,
    #pnlHostedRPS .sliderValueWrapper {
        float: left;
        font-size: 15px;
        margin-left: 25px;
        position: relative;
        text-align: center;
        width: 70px;
    }

        #pnlPrivateOBS .sliderValueWrapper span.sliderbefore,
        #pnlManagedOBS .sliderValueWrapper span.sliderbefore,
        #pnlHostedRPS .sliderValueWrapper span.sliderbefore {
            background: url(../images/jslider.png?_=20201022v1) repeat-x 0 -20px;
            height: 9px;
            position: absolute;
            font-size: 0;
            top: 25px;
            width: 40px;
            left: -40px;
        }

        #pnlPrivateOBS .sliderValueWrapper > div,
        #pnlManagedOBS .sliderValueWrapper > div,
        #pnlHostedRPS .sliderValueWrapper > div {
            background: #fff;
            border-radius: 4px;
            color: #222;
            font-size: 20px;
            margin-bottom: 5px;
            padding: 15px 0;
        }

.sliderPart {
    float: left;
    width: 530px;
}

#pnlPrivateOBS .calculatedValue,
#pnlManagedOBS .calculatedValue,
#pnlHostedRPS .calculatedValue {
    background: #fff;
    border-radius: 3px;
    float: right;
    font-size: 14px;
    padding: .5em 1.7em 1.7em 1.7em;
    text-align: center;
    text-transform: uppercase;
}

    #pnlPrivateOBS .calculatedValue span,
    #pnlManagedOBS .calculatedValue span,
    #pnlHostedRPS .calculatedValue span {
        color: #222;
        display: block;
        font-size: 66px;
        padding-bottom: 0.1em;
    }

#pnlPrivateOBS .calculatedValue {
    color: #fea902;
    margin-top: 6em;
}

#pnlManagedOBS .calculatedValue {
    color: #fea902;
    margin-top: 11em;
}

#pnlHostedRPS .calculatedValue {
    color: #fea902;
    margin-top: 0;
    margin-bottom: 2em;
}

#pnlPrivateOBS .pnlTabInfo,
#pnlManagedOBS .pnlTabInfo,
#pnlHostedRPS .pnlTabInfo {
    border-top: #ff9e1b 4px solid;
    padding-top: 1em;
    margin-top: .9em;
}

#pnlManagedOBS .pnlTabInfo {
    border-top-color: #ff8000;
}

#pnlHostedRPS .pnlTabInfo {
    border-top-color: #ff6c00;
}

    #pnlPrivateOBS .pnlTabInfo ul,
    #pnlManagedOBS .pnlTabInfo ul,
    #pnlHostedRPS .pnlTabInfo ul {
        font-size: 14px;
        line-height: 2em;
        list-style: none inside url('../images/ashay-tab-tick.png?_=20201022v1');
        margin: 1em 1em 0 0;
    }

#pnlPrivateOBS .pnlTabInfo ul {
    width: 235px;
}

    #pnlPrivateOBS .pnlTabInfo ul.lastlist {
        margin-right: 0;
    }

#pnlManagedOBS .pnlTabInfo ul {
    width: 280px;
}

#pnlHostedRPS .pnlTabInfo ul {
    width: 235px;
}

    #pnlHostedRPS .pnlTabInfo ul.lastlist {
        margin-right: 0;
    }

#pnlPrivateOBS .contactus,
#pnlManagedOBS .contactus,
#pnlHostedRPS .contactus {
    color: #3c4850;
    font-size: 14px;
    text-align: center;
    margin-top: 0.4em;
}

    #pnlPrivateOBS .contactus a,
    #pnlManagedOBS .contactus a,
    #pnlHostedRPS .contactus a {
        color: #3c4850;
        font-size: 14px;
        text-decoration: none;
    }

        #pnlPrivateOBS .contactus a:hover,
        #pnlManagedOBS .contactus a:hover,
        #pnlHostedRPS .contactus a:hover {
            color: #12171a;
            text-decoration: underline;
        }


/**/
.content-ahsay-manage {
    padding-top: 60px;
}

    .content-ahsay-manage img {
        display: block;
        margin: 0 auto;
    }

    .content-ahsay-manage h3 {
        font-size: 34px;
    }

    .content-ahsay-manage p {
        font-size: 16px;
        color: #999999;
        margin: 19px 0 52px 0;
    }
/*OBM*/
.nb {
    padding: 5em 0;
}

.bg-dark.obm {    
    background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/obm-bg.jpg?_=20201022v1");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/obm-bg.jpg?_=20201022v1");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/obm-bg.jpg?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-repeat: no-repeat;
    margin-top: -78px;
    padding: 0 0 60px 0;
}

.bg-dark.cbs {    
    background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/cbs-bg.png?_=20201022v1");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/cbs-bg.png?_=20201022v1");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/cbs-bg.png?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-repeat: no-repeat;
    margin-top: -78px;
    padding: 0 0 60px 0;
    height: 440px;
}

.obm-left, .nb-left {
    float: left;
    margin-top: 1em;
}

.obm-right, .nb-right {
    float: right;
    width: 84%;
}

.nb-right {
    width: 70%;
}

.bg-dark.obm .obm-right h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    line-height: 54px;
    padding-top: 6px;
}

.nb .nb-right h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    padding-top: 0.3em;
}

.nb .pull-left p {
    color: #ffffff;
    text-align: left;
    padding: 1.5em 0 3.3em 0;
}

.bg-dark.obm .pull-left p {
    color: #ffffff;
    text-align: left;
    padding: 1em 0 2.1em 0;
}


.nb .pull-left {
    width: 41%;
}

.bg-dark.obm .pull-left {
    width: 440px;
    padding-left: 23px;
}

.nb .pull-right {
    width: 43%;
    padding-top: 1.7em;
}

.bg-dark.obm .pull-right {
    width: 420px;
    padding-top: 18px;
    padding-right: 15px;
}

.bg-dark .button-block {
    padding: 1.2em;
}

.button-block {
    background: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1.6em;
    width: 87%;
}

    .button-block span {
        padding-left: 2em;
        color: #212121;
        font-size: 16px;
    }

.content-recovery {
    padding: 4em 0 2.6em 0;
}

    .content-recovery h3 {
        font-size: 35px;
        margin: 0;
    }

    .content-recovery p, .content-compare p, .content-platform p {
        color: #666666;
        font-size: 20px;
        text-align: center;
    }

    .content-recovery ul.recovery-list{
        display: inline-block;
        text-align: center;
    }

    .content-recovery ul.recovery-list li {
        color: #868686;
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        margin: 3.6% 0 3.6% 3.2%;
        text-align: center;
        vertical-align: top;
        width: 28%;
    }

    .content-recovery ul.recovery-list li:first-child{
        margin-left: 0;
    }

.content-recovery ul.recovery-list li .recovery-title {
            color: #4d4d4d;
            font-size: 18px;
            margin-bottom: 0.4em;
            font-weight: 400;
            margin-top: 1.3em;
        }

        .content-recovery ul.recovery-list li .recovery-icon {
            background: url('/images/recovery-slide.png?_=20201022v1') 0 0 no-repeat;
            background-size: 860px 138px;
            display: block;
            margin: 1em auto;
            height: 158px;
            width: 276px;
        }

        .content-recovery ul.recovery-list li .recovery-icon-1 {
            background-position: 0 0;
        }

        .content-recovery ul.recovery-list li .recovery-icon-2 {
            background-position: -292px 0;
        }

        .content-recovery ul.recovery-list li .recovery-icon-3 {
            background-position: -584px 0;
        }

.recovery-list .content {
    display: inline-block;
    width: 88%;
}


.obm-services {
    float: left;
    padding: 0;
}

    .obm-services > div {
        line-height: 2em;
    }

    .obm-services h2 {
        background-image: url("/images/obm.png?_=20201022v1");
        background-repeat: no-repeat;
        background-size: 40px 40px;
        color: #4d4d4d;
        font-family: "Gotham";
        font-size: 35px;
        font-weight: 300;
        height: 37px;
        margin: -5px 0 8px;
        padding: 0 0 0 55px;
    }

    .obm-services .subtitle{
        color: #8d8d8d;
        font-size: 18px;
        margin: 0 0 15px 3px;
    }

    .obm-services span {
        color: #5f5f5f;
        font-size: 18px;
        /*padding-left: 10px;*/
    }

    .obm-services p.subtitle {
        font-size: 21px;
    }

.text-1 {
    color: #000000;
    font-size: 21px;
}

.text-2 {
    color: #ffffff;
    font-size: 140px;
    font-weight: 600;
    line-height: 150px;
    padding: 0 0 5px 0;
}

.text-3 {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 1em;
}

.content-services {
    padding: 4em 0 0 0;
    width: 900px;
    margin: 0 auto;
}

.obm .content-services {
    padding-bottom: 60px;
}

.obm .obm-plan {
    width: 370px;
    padding: 10px 0 20px;
}

.obm-plan {
    float: right;
    text-align: center;
    padding: 30px 0;
    width: 320px;
    border-left: 1px solid;
}

    .obm-plan .whiteBtn {
        color: #1d97dc;
        font-size: 18px;
        width: 180px;
        margin-top: 10px;
        padding: 0.8em 1.3em;
    }

.whiteBtn.small {
    padding: 4px;
    font-size: 14px;
}

.obm-plan .check-out {
    padding-top: 25px;
}

    .obm-plan .check-out a, .cbs-services .check-out a {
        color: #000000;
        font-size: 15px;
        padding-right: 5px;
    }

    .obm-plan .check-out a:hover{
        text-decoration: underline;
    }

.cbs-services .check-out{
    padding-top: 20px;
}

#symantec-endpoint .price-per-computer .check-out a.n-link{
    color: #333333;
}

.content-compare {
    padding: 2em 0;
}

    .content-compare h3 {
        font-size: 34px;
        line-height: 29px;
    }

.compare-list {
    padding-top: 2em;
}


ul.compare-list {
    width: 100%;
}

    ul.compare-list li {
        display: inline-block;
        list-style: none;
        vertical-align: top;
        width: 15.4%;
        text-align: center;
    }

        ul.compare-list li:first-of-type {
            width: 21%;
            padding-top: 17px;
        }

.compare-list-title {
    font-size: 20px;
    color: #3c484f;
}

    .compare-list-title span {
        border-bottom: 4px solid #3c4850;
    }

.compare-list p {
    color: #000000;
    font-size: 12px;
    margin-top: 2px;
}

.compare-indent {
    margin-top: 72px;
}

.content-compare .white-line {
    margin-top: 2.5em;
    width: 96.3%;
}

.compare-features-table {
    color: #444444;
    font-size: 15px;
    width: 100%;
    padding: 1em 0;
}

    .compare-features-table tr td:first-of-type {
        width: 13%;
        text-align: left;
    }

    .compare-features-table tr td {
        padding: 0.2em 0;
        width: 9.5%;
        text-align: center;
    }

    .compare-features-table span.support {
        background: url('../images/tick.png?_=20201022v1') no-repeat 0 0;
        display: block;
        height: 13px;
        margin: 0 auto;
        width: 14px;
    }

    .compare-features-table span.no-support {
        background: url('../images/no-tick.png?_=20201022v1') no-repeat 0 0;
        display: block;
        height: 12px;
        margin: 0 auto;
        width: 16px;
    }

.cost-table {
    color: #666666;
    font-size: 15px;
    width: 100%;
    padding: 1.6em 0 0.5em 0;
}

    .cost-table tr td {
        padding: 0.2em 0;
        width: 9.5%;
        text-align: center;
    }

        .cost-table tr td:first-of-type {
            width: 13%;
            color: #333333;
            text-align: left;
        }

        .cost-table tr td:nth-child(2) {
            color: #333333;
            font-size: 18px;
        }

    .cost-table .blueBtn {
        background: #1d97dc;
        padding: 6px 11px;
        margin: 6px 0;
    }

    .cost-table .check-out{
        text-decoration: none;
        color: #555;
    }

.content-platform {
    margin: 0 auto;
    width: 938px;
    padding: 5em 0 2em 0;
}

    .content-platform h3 {
        font-size: 34px;
    }

    .content-platform p {
        padding-bottom: 1em;
    }

.platform-block {
    padding: 3em 0;
}

.support-text {
    float: left;
    width: 50%;
}

    .support-text p, .platform-block.last p {
        font-size: 20px;
        color: #3c484f;
        text-align: left;
    }

.support-icons {
    float: right;
    width: 50%;
    text-align: right;
}

.platform-block.last .support-icons {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 3em;
}

.content-encrypt {
    padding: 2em 0 2.6em 0;
    text-align: center;
}

    .content-encrypt h3 {
        font-size: 24px;
        font-weight: lighter;
        color: #ffffff;
        padding: 0 0 2em 0;
    }

    .content-encrypt ul {
        list-style: none;
        color: #ffffff;
        width: 95%;
        margin: 20px auto 0;
        font-size: 16px;
        text-align: left;
    }

        .content-encrypt li {
            display: inline-block;
        }
    .content-encrypt li.first{width: 258px;}
    .content-encrypt li.second{width: 273px;}
    .content-encrypt li.third{width: 168px;}
    .content-encrypt li.fourth{}
/*SLA*/
.downloadBtn {
    background: #3c4851 url('../images/pdf.png?_=20201022v1') no-repeat 19px 13px;
    padding-left: 3.5em;
}

.sla-content {
    /*padding-bottom: 7.5em;*/
}

.line-list {
    margin: 0;
    font-size: 16px;
    color: #777;
    list-style-image: url('../images/line-list-icon.png?_=20201022v1');
    list-style-position: outside;
    list-style-type: none;
}

ul.line-list li {
    line-height: 9px;
}

.sla-list {
    margin-bottom: 3em;
}

.white-gradient-wrap {
    position: relative;
}

.white-gradient {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.9)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eeffffff',GradientType=0 );
}

    .white-gradient.sla-list-gradient {
        left: -30px;
        padding-left: 30px;
    }

.bg-exchange-blue {
    background: #1f98d6;
    overflow: hidden;
}

.bg-exchange-gray {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/exch-banner.jpg?_=20201022v1");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/exch-banner.jpg?_=20201022v1");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/exch-banner.jpg?_=20201022v1");
    background-color: #3c4148;
    background-position: 0 0%, 50% 50%;
    background-size: auto auto, cover;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    margin-top: -78px;
    /*overflow: hidden;*/
}

.content-exchange-top {
    padding: 75px 0 60px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .content-exchange-top .block-left {
        color: #fff;
        float: left;
        padding-left: 23px;
        width: 47%;
    }

        .content-exchange-top .block-left h1 {
            color: #fff;
            font-size: 48px;
            font-weight: 400;
            margin-bottom: 16px;
            line-height: 1.7em;
        }

            .content-exchange-top .block-left h1 img {
                padding-bottom: 10px;
                padding-right: 19px;
                vertical-align: middle;
            }

        .content-exchange-top .block-left p {
            font-size: 18px;
            line-height: 1.45em;
        }

        .content-exchange-top .block-left .links-block {
            background: #fff;
            border-radius: 3px;
            float: left;
            font-size: 16px;
            margin-top: 54px;
            padding: 17px 25px;
        }

            .content-exchange-top .block-left .links-block .darkBlueBtn {
                font-family: Arial,sans-serif;
                font-size: 20px;
                padding: 0.7em 1.8em;
            }

            .content-exchange-top .block-left .links-block a.technical-details {
                color: #008bd1;
                margin-left: 18px;
                text-decoration: none;
            }

    .content-exchange-top .block-top-icons {
        background: url('../images/exchange-top-icons.png?_=20201022v1') 0 0 no-repeat;
        position: absolute;
        right: -137px;
        top: 0;
        height: 459px;
        width: 600px;
    }

        .content-exchange-top .block-top-icons .per-mailbox-value,
        .content-exchange-top .block-top-icons .per-mailbox-text,
        .content-exchange-top .block-top-icons .per-gb-value,
        .content-exchange-top .block-top-icons .per-gb-text {
            color: #fff;
            position: absolute;
        }

        .content-exchange-top .block-top-icons .per-mailbox-value {
            font-size: 140px;
            font-weight: 600;
            left: 70px;
            letter-spacing: -2px;
            top: 100px;
        }

        .content-exchange-top .block-top-icons .per-mailbox-text {
            color: #9dcbea;
            font-size: 22px;
            left: 115px;
            top: 270px;
        }

        .content-exchange-top .block-top-icons .per-gb-value {
            font-size: 70px;
            font-weight: 600;
            left: 314px;
            letter-spacing: -4px;
            top: 336px;
        }

        .content-exchange-top .block-top-icons .per-gb-text {
            font-size: 22px;
            top: 385px;
            left: 393px;
            letter-spacing: -1px;
        }

.content-exchange-share {
    padding: 56px 0 56px 0;
}

    .content-exchange-share h1 {
        font-size: 44px;
        margin-bottom: 15px;
    }

    .content-exchange-share p.subtitle {
        color: #666666;
        font-size: 20px;
    }

    .content-exchange-share ul.share-list {
        font-size: 15px;
        color: #888;
        width: 911px;
        margin: 0 auto;
    }

        
        .content-exchange-share ul.share-list li {
            color: #888;
            display: inline-block;
            font-size: 14px;
            line-height: 1.5em;
            margin: 40px 20px 0;
            text-align: center;
            vertical-align: top;
            width: 260px;
        }

            .content-exchange-share ul.share-list li .shareitem-title {
                color: #4d4d4d;
                font-size: 18px;
                margin-bottom: 3px;
                font-weight: 400;
                line-height: 1.3em;
            }

            .content-exchange-share ul.share-list li .shareitem-icon {
                background-image: url("../images/exchange-share-sprite.png?_=20201022v1");
                background-repeat: no-repeat;
                background-size: 848px 138px;
                display: block;
                height: 155px;
                width: 260px;
                /*margin-bottom: 25px;*/
            }

            .content-exchange-share ul.share-list li .shareitem-icon-1 {
                background-position: -9px 0;
            }

            .content-exchange-share ul.share-list li .shareitem-icon-2 {
                background-position: -295px 0;
            }

            .content-exchange-share ul.share-list li .shareitem-icon-3 {
                background-position: -568px 0;
            }

.box .cost {
    float: left;
    font-size: 14px;
    color: #222222;
    width: 45%;
    text-align: center;
    text-transform: uppercase;
}

    .box .cost > div {
        padding-top: 12px;
    }

    .box .cost span {
        font-family: Arial, sans-serif;
        font-size: 80px;
        line-height: 68px;
    }

.box .buyNow {
    float: left;
    width: 55%;
    text-align: center;
    color: #008bd1;
    font-size: 14px;
    padding-top: 10px;
}

    .box .buyNow .contactus a {
        color: #008bd1;
        text-decoration: none;
    }

.contactus {
    padding-top: 10px;
}

.buyNow .darkBlueBtn {
    font-size: 20px;
    padding: 0.7em 1.7em;
}

.content-connected h3 {
    font-size: 34px;
    margin-bottom: 12px;
}

.content-connected p.subtitle {
    color: #666;
    font-size: 20px;
}

.content-connected {
    padding: 46px 0 56px 0;
}

.content-connected ul.reasons-list {
    padding-top: 35px;
    padding-bottom: 5px;
}

    .content-connected ul.reasons-list li {
        color: #878787;
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        margin: 10px 0;
        text-align: left;
        vertical-align: top;
        width: 32%;
    }

        .content-connected ul.reasons-list li:nth-of-type(4),
        .content-connected ul.reasons-list li:nth-of-type(5),
        .content-connected ul.reasons-list li:nth-of-type(6) {
            margin-top: 4px;
            margin-bottom: 0;
        }


        /*.content-connected ul.reasons-list li:nth-of-type(7),
        .content-connected ul.reasons-list li:nth-of-type(8),
        .content-connected ul.reasons-list li:nth-of-type(9){
            margin-top: 33px;
            margin-bottom: 0;
        }*/

        .content-connected ul.reasons-list li .reason-title {
            color: #3c484f;
            font-size: 16px;
            margin-bottom: 0.4em;
            padding-left: 15px;
            font-weight: normal;
        }

        .content-connected ul.reasons-list li .reason-text {
            padding: 0 15px;
        }

        .content-connected ul.reasons-list li .reason-icon {
            background: url('../images/hosted-sprite.png?_=20201022v1') 0 0 no-repeat;
            background-size: 261px 229px;
            display: block;
            margin: 1em auto;
            height: 81px;
            width: 81px;
        }

.content-connected .reason-data {
    width: 73%;
    float: left;
    margin: 1em 0;
}

.content-connected ul.reasons-list li .reason-icon-1 {
    background-position: 10px 23px;
}

.content-connected ul.reasons-list li .reason-icon-2 {
    background-position: -86px 16px;
}

.content-connected ul.reasons-list li .reason-icon-3 {
    background-position: -181px 25px;
}

.content-connected ul.reasons-list li .reason-icon-4 {
    background-position: 6px -64px;
}

.content-connected ul.reasons-list li .reason-icon-5 {
    background-position: -92px -58px;
}

.content-connected ul.reasons-list li .reason-icon-6 {
    background-position: -175px -73px;
}

.content-connected ul.reasons-list li .reason-icon-7 {
    background-position: 22px -150px;
}

.content-connected ul.reasons-list li .reason-icon-8 {
    background-position: -76px -153px;
}

.content-connected ul.reasons-list li .reason-icon-9 {
    background-position: -182px -148px;
}

.content-contact-exchange {
    padding: 57px 0 86px 0;
}

    .content-contact-exchange h3 {
        margin-bottom: 20px;
    }

    .content-contact-exchange p.subtitle {
        line-height: 1.5em;
        margin-bottom: 33px;
    }

    .content-contact-exchange .blueBtn {
        padding: 1em 2.95em;
    }
/*Reseller*/
.private-label-box{
    background: #076f23 url("../images/bg/private-lable-bg-green.jpg?_=20201022v1") no-repeat 50% 0;
    height: 388px;
}

.private-label-content {
    padding: 78px 0 0 0;
}

    .private-label-content h1 {
        font-size: 60px;
        color: #ffffff;
        font-weight: normal;
    }

    .private-label-content p {
        color: #ffffff;
        padding: 0.8em 0 0.9em 0;
    }

    .private-label-content .button-block {
        background: #ffffff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 1.3em 1.6em;
        width: 30%;
        margin: 1.5em auto 0 auto;
    }

.private-label-content .button-block span, .private-label-content .button-block a.p-link  {
    padding-left: 2em;
    color: #4c9759;
    font-size: 16px;
    text-decoration: none;
}

.learn-more-obm, .learn-more-exchange, .learn-more-sym
{
	color: #ffffff;
	/*text-decoration: none;*/
	font-size: 16px;
	display: block;
}

.learn-more-obm
{
	margin-bottom: 10px;
	margin-top: 25px;
}

.learn-more-exchange
{
	margin: 10px 0 22px 0;
	display: block;
}

.learn-more-sym
{
	margin-top:10px;
} 

.pl-text {
    text-align: center;
    width: 77%;
    margin: 0 auto;
}

.home .content-reasons {
    padding: 0 0 90px 0;
}

    .home .content-reasons h3 {
        font-size: 48px;
        margin-bottom: 10px;
        margin-top: 7px;
        padding-right: 5px;
        font-weight: 300;
    }

    .home .content-reasons p {
        line-height: 1.5em;
        padding-left: 3px;
    }

.private-label-content .content-reasons h3 {
    font-size: 35px;
    margin-bottom: 25px;
}

.content-reasons h3 {
    font-size: 35px;
}

.content-modeling h3 {
    font-size: 35px;
    color: #ffffff;
}

.content-modeling p {
    font-size: 16px;
    color: #ffffff;
}

.content-modeling {
    padding: 3.2em 0;
    width: 650px;
    text-align: center;
}

.become-reseller {
    padding: 1em 0;
}

    .become-reseller.content-center {
        width: 800px;
        margin: 0 auto;
    }

    .become-reseller p {
        /*color: #545454;*/
        font-size: 20px;
        margin: 2px 0 10px 0;
    }

    .become-reseller .block-become-1, .become-reseller .block-become-2{
        padding: 3.1em 0;
        border-bottom: 9px solid #dddddd;
    }

    .become-reseller .block-become-2 {
        border: 0 none;
    }


.br-info {
    display: inline-block;
    margin-top: -4px;
}

    .br-info img {
        padding-top: 4px;
    }

    .br-info h1 {
        font-size: 35px;
        font-weight: normal;
        display: inline-block;
        padding-left: 0.6em;
        vertical-align: top;
    }

.become-reseller .left {
    float: left;
    width: 60%;
}

.become-reseller .right {
    float: right;
    width: 40%;
}

.become-reseller .block-become-2 .left {
    width: 60%;
}

.become-reseller .block-become-2 .right {
    width: 40%;
}

ul.reseller-list {
    margin: 0;
    list-style: none;
}

    ul.reseller-list li {
        list-style: none;
        padding: 0;
        color: #545454;
        font-size: 18px;
        line-height: 28px;
    }

    ul.reseller-list li a{
        color: #545454;
        text-decoration:none;
    }
    ul.reseller-list li a .name{
        text-decoration:underline;
    }
    ul.reseller-list li a:hover .name{
        text-decoration:none;
    }

    .block-become-1 .reseller-list li {
        line-height: 29px;
    }

    ul.reseller-list li .tick{
        padding-right: 10px;
        color: #545454;
    }

    ul.exchange-2013-list li .tick {
        color: #1996e2;
    }

.tick{
    font-family: 'ZapfDingbatsITC',sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.become-reseller ul.block-reseller-prices {
    list-style: none;
}

.become-reseller .block-become-1 ul.block-reseller-prices {
    float: left;

}

.reseller-obm-price
{
    width: 240px;
}

.become-reseller ul.block-reseller-prices li {
    background: #1f2228;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 1.5em 0 1.5em;
    font-size: 16px;
}

    .become-reseller ul.block-reseller-prices li:last-of-type {
        padding: 0 2em;
    }

    .become-reseller ul.block-reseller-prices li .prices-img-wrapper {
        height: 1.2em;
        font-size: 36px;
        font-weight: 600;
        vertical-align: middle;
        padding-top: .5em;
    }

    .become-reseller ul.block-reseller-prices li .prices-text-type {
        color: #999;
        font-size: 13px;
    }

.become-reseller .block-become-3 ul.block-reseller-prices li p {
    color: #fff;
    margin: 0.5em 0;
}

.become-reseller ul.block-reseller-prices li p {
    color: #fff;
    margin: 0.75em 0;
}

.become-reseller ul.block-reseller-prices li .price-note{
    font-size: 14px;
    font-style:italic;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

.block-become-1 ul.block-reseller-prices .price-per-elem,
.obm-plan .price-per-gigabyte {
    color: #000000;
}

.block-become-1 ul.block-reseller-prices .backup-size{
    padding: 25px 0 0 0;
    font-size: 20px;
}

.become-reseller ul.block-reseller-prices .price-per-elem,
.obm-plan .price-per-elem,
.cbs-services .price-per-elem,
.cbl-services .price-per-elem
{
    font-size: 140px;
    line-height: 1;
    padding: 15px 0 0 0;
    font-weight: 300;
}

.mac .become-reseller ul.block-reseller-prices .price-per-elem,
.mac .obm-plan .price-per-elem
{    
    padding: 20px 0 0 0;
}


.become-reseller ul.block-reseller-prices .price-elem-text,
.obm-plan .price-elem-text,
.cbs-services .price-elem-text,
.cbl-services .price-elem-text {
    font-size: 20px;
	margin-top: 10px;
    margin-bottom: 1.7em;
}

.mac .become-reseller ul.block-reseller-prices .price-elem-text,
.mac .obm-plan .price-elem-text {
	margin-top: 0;
}

.become-reseller .block-become-2 ul.block-reseller-prices li {
    background: #1996e2;
    padding: 0;
}

    .become-reseller .block-become-2 .exchange-prices{
        overflow: hidden;
        padding: 44px 0 34px 0;
    }

    .become-reseller .block-become-2 .exchange-prices .price-per-mailbox{
        float: left;
        width: 210px;
        text-align: center;
    }

    .become-reseller .block-become-2 .exchange-prices .price-per-gigabyte{
        float: right;
        border-left: 2px solid #6ab8e1;
        padding: 0 0 20px 0;
        width: 210px;
        text-align: center;
    }

    .become-reseller .block-become-1 .reseller-obm-price .price-per-gigabyte
    {
        padding: 0 0 15px 0;
        text-align: center;
        margin: 0 auto;
    }

    .become-reseller .block-become-2 .exchange-prices .price-elem-text {
        margin: 13px 0 0 0;
    }

    .become-reseller .block-become-2 .exchange-prices .price-per-elem{
        padding-bottom: 0;
    }

    .become-reseller .block-become-1 .reseller-obm-price .price-per-elem .cent,
    .become-reseller .block-become-2 .exchange-prices .price-per-elem .cent{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin-top: -8px;
        display: inline-block;
        vertical-align: top;
    }

.cbl-services .price-per-elem * {
    color: #ff7527;
}
.obm-plan .price-per-elem .cent,
.cbs-services .price-per-elem .cent,
.cbl-services .price-per-elem .cent {
    font-family: 'Gotham',Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin-top: -8px;
    display: inline-block;
    vertical-align: top;
}


.become-reseller .block-become-1 ul.block-reseller-prices li .whiteBtn {
    color: #1f2228;
}

.become-reseller .block-become-2 ul.block-reseller-prices li .whiteBtn {
    color: #1d97dc;
}

    .become-reseller .block-become-2 ul.block-reseller-prices li:not(:last-of-type) {
        padding: 0 1em;
    }

    .become-reseller .block-become-2 ul.block-reseller-prices li .prices-text-type {
        color: #fff;
    }

.content-reseller-get-started {
    padding: 50px 0;
    text-align: center;
}

    .content-reseller-get-started h1 {
        color: #fff;
        font-size: 48px;
        margin-bottom: .75em;
    }

    .content-reseller-get-started .whiteBtn {
        color: #0a8dc6;
        font-size: 20px;
        padding: 0.7em 0.9em;
    }

        .content-reseller-get-started .whiteBtn.mac {
            padding: 0.8em 0.9em 0.6em 0.9em;
        }

    .content-reseller-get-started .block-contact {
        color: #fff;
        font-size: 14px;
        margin-top: 1.1em;
    }

        .content-reseller-get-started .block-contact a {
            color: #fff;
            text-decoration: none;
        }

            .content-reseller-get-started .block-contact a:hover {
                text-decoration: underline;
            }

.content-resellers-manage {
    padding-top: 70px;
    text-align: center;
}

    .content-resellers-manage h3 {
        font-size: 46px;
        margin-bottom: 12px;
    }

    .content-resellers-manage p.subtitle {
        color: #999;
        font-size: 16px;
        margin: 0 auto 3em;
        width: 80%;
    }

    .content-resellers-manage img {
        display: block;
        margin: 0 auto;
    }

.content-resellers-watch {
    padding: 45px 0;
    width: 800px;
}

    .content-resellers-watch h3 {
        color: #fff;
        font-size: 35px;
        margin-bottom: 1em;
    }

    .content-resellers-watch .play-me {
        background: url("../images/play-me.png?_=20201022v1") no-repeat scroll 460px 31px / 80px auto rgba(0, 0, 0, 0);
    }

    
    
.content-unfamiliar {    
    background: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/unfamiliar-bg.jpg?_=20201022v1");
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/unfamiliar-bg.jpg?_=20201022v1");
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/unfamiliar-bg.jpg?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-color: #333333;
}

.content-unfamiliar .content-resellers-watch h3 {
    font-size: 48px;
}

.playBtn {
    background: url(../images/play-btn.png?_=20201022v1) 0 0 no-repeat;
    background-size: 74px 74px;
    display: block;
    height: 74px;
    margin: 0 auto;
    width: 74px;
}

.content-resellers-questions {
    padding: 75px 0 45px;
}

    .content-resellers-questions h3 {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .content-resellers-questions p.subtitle {
        color: #999;
        font-size: 16px;
        text-align: center;
    }

    .content-resellers-questions ul {
        list-style: none;
        margin: 4.5em auto 0;
        width: 95%;
    }

        .content-resellers-questions ul li {
            display: inline-block;
            color: #666;
            font-size: 13px;
            padding: 0;
            vertical-align: top;
            width: 33%;
        }

            .content-resellers-questions ul li > div {
                background: url('../images/resellers-blue-line.png?_=20201022v1') 0 2px no-repeat;
                background-size: 9px 40px;
                padding: 0 0 30px 23px;
                line-height: 18px;
            }

            .content-resellers-questions ul li h4 {
                color: #222222;
                font-size: 18px;
                font-weight: 400;
                margin-bottom: 8px;
                line-height: 20px;
            }

.content-resellers-questions span {
    display: inline-block;
    margin: 0 55px 0 0;
}

/*Partner*/
.content-partner-top {
    margin: 0 auto;
    padding-top: 80px;
    width: 1022px;
}

    .content-partner-top h3 {
        color: #fff;
        font-size: 48px;
    }

    .content-partner-top .subtitle {
        color: #fff;
        font-size: 18px;
    }

    .content-partner-top img {
        display: block;
        margin: 0 auto;
    }

.content-partner-benefit {
}

.content-contact-partner {
    padding: 4.5em 0;
}
 
    .content-contact-partner h3 {
        font-size: 28px;
        margin-bottom: 1.25em;
    }

.content-contact.content-contact-partner p.subtitle {
    color: #878787;
    font-size: 15px;
    margin-top: 3em;
    margin-bottom: 1em;
}

.content-contact h3 {
    margin-bottom: 10px;
}

.mac .content-contact h3 {
    margin-bottom: 20px;
}

.content-contact p.subtitle {
    font-size: 21px;
    font-weight: 400;
}

.content-partner-benefit {
    border-top: 1px solid #eeeeee;
    padding: 70px 0;
}

    .content-partner-benefit .partner-benefit-block {
        padding-top: 55px;
    }

    .content-partner-benefit .image-first .block-left {
        float: left;
        width: 50%;
    }

    .content-partner-benefit .image-first .block-right {
        float: right;
        width: 40%;
    }

    .content-partner-benefit .text-first .block-left {
        float: left;
        width: 40%;
    }

    .content-partner-benefit .text-first .block-right {
        float: right;
        width: 50%;
    }

    .content-partner-benefit .text-first .block-right {
        margin-right: 20px;
        text-align: right;
    }

    .content-partner-benefit h3 {
        font-size: 35px;
        text-align: left;
        margin-top: .75em;
    }

    .content-partner-benefit p.subtitle {
        color: #777;
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 2em;
    }

    .content-partner-benefit .darkBlueBtn {
        background:url('../images/btn-arrow-ne.png?_=20201022v1') no-repeat 120px 50%;
        color: #aaa;
        padding-right: 45px;
    }

.content-partner-geek {
    padding: 60px 0 0 0;
}

    .content-partner-geek h3 {
        font-size: 35px;
    }

    .content-partner-geek ul.geek-list {
        list-style: none;
        margin-top: 50px;
        padding-bottom: 20px;
    }

        .content-partner-geek ul.geek-list li {
            display: inline-block;
            margin-bottom: 55px;
            vertical-align: top;
            width: 33%;
        }

            .content-partner-geek ul.geek-list li span.geek-pic {
                background: url('../images/partner-fake-elem.png?_=20201022v1') 0 0 no-repeat;
                float: left;
                display: block;
                height: 81px;
                width: 81px;
                margin-right: 20px;
            }

            .content-partner-geek ul.geek-list li h5 {
                color: #222222;
                font-size: 16px;
                margin-bottom: .3em;
            }

            .content-partner-geek ul.geek-list li p {
                color: #666;
                font-size: 13px;
                margin: 0;
            }

            .content-partner-geek ul.geek-list li h5,
            .content-partner-geek ul.geek-list li p {
                width: 97%;
            }

/*Nova*/
.nb .button-block {
    background: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1.6em;
    width: 87%;
}

    .nb .button-block span {
        padding-left: 2em;
        color: #ca504c;
        font-size: 16px;
    }

.content-allinone {
    padding: 60px 0;
}

    .content-allinone h3 {
        text-align: center;
        color: #333333;
        font-size: 34px;
        margin-bottom: .8em;
    }

    .content-allinone ul.allinone-list li {
        color: #666666;
        display: inline-block;
        font-size: 13px;
        margin: 1% 3% 0;
        text-align: center;
        vertical-align: top;
        width: 18%;
    }

        .content-allinone ul.allinone-list li:nth-child(8) {
            margin: 1% 2.5% 0;
            width: 20%;
        }

        .content-allinone ul.allinone-list li .allinone-title {
            color: #1f1f1f;
            font-size: 20px;
            margin-bottom: 0.4em;
            font-weight: 600;
        }

        .content-allinone ul.allinone-list li .allinone-icon {
            background: url('../images/allinone-sprite.png?_=20201022v1') 0 0 no-repeat;
            display: block;
            margin: 1em auto;
            height: 112px;
            width: 112px;
        }

        .content-allinone ul.allinone-list li .allinone-icon-1 {
            background-position: 0 0;
        }

        .content-allinone ul.allinone-list li .allinone-icon-2 {
            background-position: -115px 0;
        }

        .content-allinone ul.allinone-list li .allinone-icon-3 {
            background-position: -229px 0;
        }

        .content-allinone ul.allinone-list li .allinone-icon-4 {
            background-position: -344px 0;
        }

        .content-allinone ul.allinone-list li .allinone-icon-5 {
            background-position: 0 -115px;
        }

        .content-allinone ul.allinone-list li .allinone-icon-6 {
            background-position: -115px -115px;
        }

        .content-allinone ul.allinone-list li .allinone-icon-7 {
            background-position: -229px -115px;
        }

        .content-allinone ul.allinone-list li .allinone-icon-8 {
            background-position: -344px -115px;
        }

.content-nova-business {
    padding: 50px 0 35px 0;
}

    .content-nova-business h3 {
        color: #fff;
        font-size: 44px;
    }

    .content-nova-business p.subtitle {
        color: #fff;
        font-size: 22px;
        text-align: center;
    }

.content-nova-transmit {
    padding: 30px 0 50px 0;
    text-align: center;
    width: 800px;
}

    .content-nova-transmit p.subtitle {
        color: #fff;
        font-size: 20px;
        margin-bottom: 2em;
    }

    .content-nova-transmit ul {
        color: #fff;
        font-size: 16px;
        list-style: none;
        padding-top: 1em;
        text-align: left;
    }

        .content-nova-transmit ul li {
            display: inline-block;
        }

            .content-nova-transmit ul li:nth-child(1) {
                width: 25%;
            }

            .content-nova-transmit ul li:nth-child(2) {
                width: 28%;
            }

            .content-nova-transmit ul li:nth-child(3) {
                width: 20%;
            }

.content-nova-rates {
    padding: 50px 0;
    width: 820px;
}

    .content-nova-rates .block-left {
        float: left;
        width: 75%;
    }

    .content-nova-rates .block-right {
        float: right;
        width: 25%;
    }

    .content-nova-rates h3 {
        color: #fff;
        font-size: 30px;
        text-align: left;
    }

    .content-nova-rates ul.nova-best-rates {
        color: #fff;
        font-size: 16px;
        list-style: none;
    }

        .content-nova-rates ul.nova-best-rates li {
            background: url('../images/tick.png?_=20201022v1') no-repeat 0 5px;
            display: inline-block;
            padding-left: 30px;
            width: 44%;
        }

            .content-nova-rates ul.nova-best-rates li:nth-child(2n + 1) {
                width: 40%;
            }

    .content-nova-rates .nova-prices {
        background: #fff;
        color: #3a4652;
        float: right;
        font-size: 13px;
        height: 120px;
        text-align: center;
        margin-left: 2px;
        width: 100px;
    }

        .content-nova-rates .nova-prices .nova-rate-price {
            font-size: 48px;
            letter-spacing: -1px;
            padding-top: 5px;
        }

            .content-nova-rates .nova-prices .nova-rate-price.nova-server-price {
                padding-bottom: 9px;
            }

.nova-prices-buttons {
    padding-top: 55px;
    text-align: center;
}

    .nova-prices-buttons .pinkBtn,
    .nova-prices-buttons .darkBtn {
        padding-left: 2em;
        padding-right: 2em;
        margin: 0 0.1em;
    }

.content-nova-datacloud {
    padding: 70px 0 55px 0;
}

    .content-nova-datacloud h3 {
        color: #fff;
        font-size: 34px;
    }

    .content-nova-datacloud ul.nova-datacloud-list li {
        color: #fff;
        display: inline-block;
        font-size: 13px;
        margin: 1% 1.25% 0;
        text-align: center;
        vertical-align: top;
        width: 22%;
    }

        .content-nova-datacloud ul.nova-datacloud-list li .nova-datacloud-title {
            color: #fff;
            font-size: 20px;
            margin-bottom: 0.4em;
            font-weight: 600;
        }

        .content-nova-datacloud ul.nova-datacloud-list li .nova-datacloud-icon {
            background: url('../images/nova-data-cloud-sprite.png?_=20201022v1') 0 0 no-repeat;
            display: block;
            margin: 1em auto;
            height: 112px;
            width: 112px;
        }

        .content-nova-datacloud ul.nova-datacloud-list li .nova-datacloud-icon-1 {
            background-position: 0 0;
        }

        .content-nova-datacloud ul.nova-datacloud-list li .nova-datacloud-icon-2 {
            background-position: -114px 0;
        }

        .content-nova-datacloud ul.nova-datacloud-list li .nova-datacloud-icon-3 {
            background-position: -228px 0;
        }

        .content-nova-datacloud ul.nova-datacloud-list li .nova-datacloud-icon-4 {
            background-position: -342px 0;
        }

.content-nova-itproviders {
    padding: 60px 0;
}

    .content-nova-itproviders h3 {
        color: #333;
        font-size: 34px;
    }

    .content-nova-itproviders p.subtitle {
        color: #666666;
        font-size: 20px;
        text-align: center;
    }

    .content-nova-itproviders ul.share-list {
        font-size: 15px;
        color: #888;
        width: 910px;
        margin: 0 auto;
    }

        .content-nova-itproviders ul.share-list li {
            color: #868686;
            display: inline-block;
            font-size: 15px;
            margin: 50px 20px 0 20px;
            vertical-align: top;
            width: 260px;
        }

            .content-nova-itproviders ul.share-list li .shareitem-title {
                color: #222;
                font-size: 20px;
                margin-bottom: 10px;
                font-weight: 600;
            }

            .content-nova-itproviders ul.share-list li .shareitem-icon {
                background: url('../images/nova-itproviders-sprite.png?_=20201022v1') 0 0 no-repeat;
                display: block;
                height: 159px;
                width: 260px;
                margin-bottom: 25px;
            }

            .content-nova-itproviders ul.share-list li .shareitem-icon-1 {
                background-position: 0 0;
            }

            .content-nova-itproviders ul.share-list li .shareitem-icon-2 {
                background-position: -270px 0;
            }

            .content-nova-itproviders ul.share-list li .shareitem-icon-3 {
                background-position: -540px 0;
            }

.content-nova-service-providers {
    color: #fff;
    padding: 50px 0 60px 0;
    width: 735px;
}

    .content-nova-service-providers h3 {
        color: #fff;
        font-size: 44px;
    }

    .content-nova-service-providers p.subtitle {
        font-size: 22px;
        margin-bottom: 45px;
        text-align: center;
    }

    .content-nova-service-providers .block-left {
        float: left;
        width: 65%;
    }

        .content-nova-service-providers .block-left h4 {
            font-size: 30px;
            font-weight: 400;
            margin-bottom: 25px;
        }

        .content-nova-service-providers .block-left ul li {
            background: url('../images/tick.png?_=20201022v1') no-repeat 0 8px;
            font-size: 16px;
            line-height: 2.2;
            list-style: none;
            padding-left: 30px;
        }

    .content-nova-service-providers .block-right {
        float: right;
        width: 30%;
    }

.become-reseller ul.block-reseller-prices {
    list-style: none;
}

.content-nova-service-providers ul.block-reseller-prices {
    float: right;
}

    .content-nova-service-providers ul.block-reseller-prices li {
        background: #fff;
        color: #3b4751;
        display: inline-block;
        height: 260px;
        text-align: center;
        line-height: 1.5em;
        vertical-align: top;
        padding: 1em;
        font-size: 16px;
    }

        .content-nova-service-providers ul.block-reseller-prices li .prices-img-wrapper {
            height: .9em;
            font-size: 36px;
            font-weight: 600;
            vertical-align: middle;
        }

        .content-nova-service-providers ul.block-reseller-prices li .prices-text-type {
            font-size: 13px;
        }

        .content-nova-service-providers ul.block-reseller-prices li p {
            margin: 0.6em 0;
        }

    .content-nova-service-providers ul.block-reseller-prices .price-per-elem {
        font-size: 140px;
        font-weight: 600;
        line-height: 1;
        padding: 0.1em 0 0.15em 0;
    }    

    .content-nova-service-providers ul.block-reseller-prices .price-elem-text {
        font-size: 20px;
        margin-bottom: 1.5em;
    }

.content-nova-trusted {
    padding: 50px 0;
}

    .content-nova-trusted h3 {
        color: #333;
        font-size: 34px;
    }

    .content-nova-trusted img {
        display: block;
        margin: 50px auto 20px auto;
    }
/*popups*/

.popup-content {
    padding: 20px 30px;
}

    .popup-content .pull-left {
        width: 10%;
    }

    .popup-content .pull-right {
        width: 90%;
    }

    .popup-content h3, .popup-content p {
        text-align: left;
    }

    .popup-content h3 {
        font-size: 30px;
        color: #333333;
        margin: 0;
    }

    .popup-content p {
        font-size: 12px;
        color: #bbbbbb;
        width: 80%;
    }

.backup-support-block {
    padding: 30px 0 14px 0;
}

    .backup-support-block p {
        font-size: 18px;
        color: #222222;
    }

    .backup-support-block img {
        padding: 14px 0 4px 0;
    }

    .backup-support-block ul li {
        display: inline-block;
        padding: 0 4px;
        color: #666;
        font-size: 9px;
        list-style: none;
        text-align: center;
        line-height: 11px;
        width: 6.4em;
        vertical-align: top;
    }

    .backup-support-block.left {
        float: left;
        width: 70%;
    }

    .backup-support-block.right {
        float: right;
        width: 30%;
        text-align: right;
    }

        .backup-support-block.right p {
            text-align: right;
            width: 91%;
        }

#obm-popup-content .dst-block {
    height: 173px;
    padding-bottom: 5em;
}
#ex-popup-content .dst-block {
    height: 230px;
}

#ex-popup-content .dst-block .spinner-wrap{
    margin: 0;
    padding: 20px 0 12px 0;
}

#ex-popup-content  .storage .spinner_input.spinner-cp{
    width: 20% ;
}

.mailbox-note{
    margin: 14px 0 10px 2px;
    line-height: 20px;
}

.mailbox-note .red{
    float: left;
}
.mailbox-note p{
    margin: 0 0 0 10px;
    color: #3c4850;
    font-size: 12px;
}

.popup-content span.red {
    font-size: 12px;
    color: #ca504c;
}

.popup-content span {
    color: #b9b9b9;
    font-size: 12px;
}

.duration, .storage {
    border-right: solid 3px #ffffff;
}

.totalcost {
    width: 26%;
    float: right;
}

.duration, .storage {
    width: 25.4%;
    float: left;
}

.duration, .storage, .totalcost {
    padding: 1.86em;
    background: #eeeeee;
    height: inherit;
}

    .duration h3, .storage h3, .totalcost h3 {
        font-size: 12px;
        color: #333333;
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .duration span {
        font-size: 18px;
        color: #222222;
        margin-left: 0.7em;
    }

        .duration span.red {
            font-size: 11px;
            color: #ca504c;
            font-weight: 600;
        }

    .duration > div {
        margin: 0.7em 0;
    }

    .storage span.storage-spinner-label {
        font-size: 12px;
        color: #3a4650;
        font-weight: 600;
        padding-left: 1em;
        line-height: 40px;
    }

    .storage .spinner_input{
        position: relative;
    }

    .storage .spinner_input.gb {
        margin-bottom: 2em;
    }

    .storage .spinner_input .included-message{
        position: absolute;
        right: 38px;
        top: 9px;
        color: #666;
        font-style: italic;
        font-size: 16px;
    }

    .storage .spinner_input.spinner-cp {
        float: left;
        width: 40%;
    }

.spinner_input .ui-spinner {
    border: 1px solid #ccc;
    font-size: 18px;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
}

.spinner_input .ui-spinner-input {
    padding: 0 10px;
    height: 39px;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .spinner_input .ui-spinner-input:focus {
        outline: 0 none;
    }

.spinner_input .ui-spinner-button.ui-state-default {
    background: #3c484f;
    border-radius: 2px;
}

.spinner_input .ui-spinner-button.ui-state-hover {
    background: #2d373d;
}

.spinner_input .ui-spinner-button {
    height: 16px;
    right: 3px;
    width: 24px;
}

.spinner_input .ui-spinner-up {
    top: 3px;
}

.spinner_input .ui-spinner-down {
    bottom: 3px;
}

.spinner_input .ui-spinner .ui-icon {
    background: url('../images/spinner-icons-slice.png?_=20201022v1') 0 0 no-repeat;
}

    .spinner_input .ui-spinner .ui-icon.ui-icon-triangle-1-n {
        background-position: 0 0;
    }

    .spinner_input .ui-spinner .ui-icon.ui-icon-triangle-1-s {
        background-position: 0 -18px;
    }

.totalcost {
    text-align: center;
}

    .totalcost h2 {
        font-size: 46px;
        color: #333;
        font-weight: 600;
        letter-spacing: -2px;
        display: inline;
    }

    .totalcost span {
        font-size: 14px;
        color: #222222;
        line-height: 6em;
    }

    .totalcost .darkBlueBtn {
        padding: 10px 58px 12px;
    }
    #ex-popup-content #buy-step-1 .totalcost .darkBlueBtn {
        padding: 10px 58px 12px;
        font-size: 14px;
    }

/*OBM popup*/
#obm-popup-content .backup-support-block.left {
    width: 50%;
}

#obm-popup-content .backup-support-block.right {
    width: 50%;
}

    #obm-popup-content .backup-support-block.right p {
        text-align: left;
        padding-left: 10px;
    }

#obm-popup-content .storage .size {
    font-size: 46px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
}

#obm-popup-content .totalcost .darkBlueBtn {
    padding: 10px 58px 12px 58px;
    font-size: 14px;
}
/*Ex popup*/
#ex-popup-content .backup-support-block.left {
    width: 50%;
}

#ex-popup-content .backup-support-block.right {
    width: 50%;
}

    #ex-popup-content .backup-support-block.right p {
        text-align: left;
        padding-left: 10px;
    }

.outlook {
    padding: 1em 0;
}

#ex-popup-content .storage span.storage-spinner-label {
    line-height: 39px;
    display: block;
    padding-left: 10px;
    float: left;
    font-size: 14px;
    font-weight: normal;
}

#ex-popup-content .storage div:first-of-type span.storage-spinner-label {
    font-style: italic;
}

.storage .storage-optione-esd input {
    display: block;
    float: left;
    margin-top: 3px;
    width: 13px;
}

.storage .storage-optione-esd label {
    font-size: 13px;
    font-weight: normal;
    margin-left: 20px;
    display: block;
}

#ex-popup-content .duration {
    width: 24%;
}


#ex-popup-content .storage {
    padding: 26px;
    width: 440px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#ex-popup-content .totalcost{
    width: 260px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*Ahsay popup*/
#ahsay-popup-content.popup-content .pull-left {
    padding-top: 1em;
    width: 12%;
}

#ahsay-popup-content.popup-content .pull-right {
    width: 88%;
}

#ahsay-popup-content.popup-content {
    padding: 0;
}

    #ahsay-popup-content.popup-content .popup-block-top {
        padding: 2em 2.5em 1.5em 2.5em;
    }

    #ahsay-popup-content.popup-content .popup-block-bottom {
        padding: 1em 2.5em 2.5em 2.5em;
    }

.tabsHostingTypePopup {
    padding: 0;
    clear: both;
}

    .tabsHostingTypePopup li {
        display: inline;
    }

        .tabsHostingTypePopup li a {
            color: #222;
            float: left;
            font-size: 18px;
            padding: 18px 0;
            text-align: center;
            text-decoration: none;
            margin-right: 2px;
            width: 254px;
        }

        .tabsHostingTypePopup li.tabPrivateOBS a {
            background: #f8f8f8;
            border-top: 1px solid #f8f8f8;
            padding-left: 34px;
            width: 220px;
        }

        .tabsHostingTypePopup li.tabManagedOBS a {
            background: #eee;
            border-top: 1px solid #eee;
        }

        .tabsHostingTypePopup li.tabHostedRPS a {
            background: #ddd;
            border-top: 1px solid #ddd;
            margin-right: 0;
            padding-right: 34px;
            width: 224px;
        }

        .tabsHostingTypePopup li.tabPrivateOBS.active a,
        .tabsHostingTypePopup li.tabManagedOBS.active a,
        .tabsHostingTypePopup li.tabHostedRPS.active a {
            background: #fff;
            border-top: 1px solid #ddd;
        }

#pnlPrivateOBSPopup .backup-support-block.left,
#pnlManagedOBSPopup .backup-support-block.left,
#pnlHostedRPSPopup .backup-support-block.left {
    width: 50%;
}

#pnlPrivateOBSPopup .backup-support-block.right,
#pnlManagedOBSPopup .backup-support-block.right,
#pnlHostedRPSPopup .backup-support-block.right {
    width: 50%;
}

    #pnlPrivateOBSPopup .backup-support-block.right p,
    #pnlManagedOBSPopup .backup-support-block.right p,
    #pnlHostedRPSPopup .backup-support-block.right p {
        text-align: left;
        padding-left: 10px;
    }

#pnlPrivateOBSPopup .storage h2,
#pnlManagedOBSPopup .storage h2,
#pnlHostedRPSPopup .storage h2 {
    font-size: 46px;
    color: #333333;
    line-height: 30px;
}

#pnlPrivateOBSPopup .duration > div,
#pnlManagedOBSPopup .duration > div,
#pnlHostedRPSPopup .duration > div {
    margin: 1.7em 0;
}
/*----------*/

#obm-popup-content.popup-content .obm-logo {
    padding-top: 0.8em;
    width: 9%;
}
/*payment popup*/
.pay-info-content {
    padding: 21px 21px 32px 21px;
    background: #eeeeee;
    margin: 2em 0 1em 0;
}

    .pay-info-content h2 {
        color: #222222;
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 26px 0;
    }

.payment-block {
    float: left;
    width: 60%;
}

    .payment-block .field-row{
        padding: 0 0 12px 0;
    }

    .payment-block label {
        color: #333;
        font-size: 12px;
        display: block;
    }

    .payment-block input, .payment-block select{
        padding: 8px 9px 8px 9px;
        margin: 4px 0 0 0;
        color: #888;
        font-size: 14px;
        font-family: 'Open Sans',Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 0 none;
    }

    .payment-block .custom-select-wrap{
        float: left;
        position: relative;
    }
    .payment-block .customSelect{
        background-color: #fff;
        margin: 4px 0 0 0;
    }
    .payment-block .customSelect .customSelectInner{
        color: #888;
        font-size: 14px;
    }
    .payment-block select{
        padding: 7px 9px;
    }

    .payment-block input {
        width: 100%;
    }

    .payment-block .field-row  .custom-select-columns{
        white-space: nowrap;
    }

    .payment-block .field-row  select.custom-select {
        left: 0;
    }
    .payment-block .field-row .field-cell {
        margin-left: 8%;
        width: 46%;
        float: left;
    }
    .payment-block .field-row .field-cell .custom-select{
        width: 85px !important;
        height: 36px !important;
        float: left;
    }
    .payment-block .field-row .custom-select-wrap{
        display: block;
        position: relative;
        float: left;
        width: 86px;
    }
    .payment-block .field-row .custom-select-wrap .error{
        display: block;
        clear: both;
        width: auto;
        white-space: normal;
    }
    .payment-block .field-row .custom-select-wrap select{
        height: 36px !important;
        width: 100% !important;
    }
    .payment-block .field-row .field-cell .custom-select-wrap{
        margin-left: 8px;
    }
    .payment-block .field-row .field-cell .custom-select-wrap.first{
        margin-left: 0;
    }

    .payment-block .field-row .field-cell:first-child{
        margin-left: 0;
    }

#buy-step-3 .safe-block{
    margin-top: -41px;
}

select.state, select.country {
    height: 36px !important;
}
select.state{
    width: 100px !important;
}
select.country {
    width: 158px !important;
}





.payment-block .pull-left {
    width: 50%;
}

.payment-block .pull-right {
    width: 46%;
}

.scz-block .pull-left {
    margin-right: 5%;
    width: 25%;
}

.scz-block .pull-right {
    width: 40%;
}

.last-step {
    float: right;
    width: 40%;
}

.last-step .check-row{
    margin: 10px 0 0 75px;
}

.last-step .check-row input{
    float: left;
    margin: 3px 0 0 0;
}
.last-step .check-row .label{
    display: block;
    margin: 0 0 0 20px;
    line-height: 18px;
    color: #666;
    font-size: 13px;
}
.last-step .check-row a{
    color: #666;
    font-size: 13px;
}

.safe-block {
    background: #ffffff;
    padding: 29px 0 19px 0;
    text-align: center;
    margin: 9px 14px 14px 70px;
}

    .safe-block p {
        color: #333333;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        width: 145px;
        margin: 17px auto 0 auto;
    }

.action-block {
    margin: 1.9em 1em 1em 0;
    text-align: right;
}

    .action-block a.back-action {
        color: #3c4850;
        font-size: 14px;
        display: inline-block;
        padding: 12px 10px;
        margin: 0 10px;
        line-height: 21px;
        text-decoration: none;
    }

    .action-block a.darkBlueBtn {
        font-size: 14px;
        padding: .9em 2.5em;
    }

.icheckbox_minimal-grey {
    float: left;
}

.success-purchase, .purchase-failed{
    text-align: center;
    padding: 90px 0;
    margin: 30px 0 0 0;
    background: #eee;
}

.success-purchase h3, .purchase-failed h3{
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 23px 0;
    text-align: center;
}

.success-purchase h4{
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 37px 0;
}

.success-purchase p, .purchase-failed p{
    font-size: 16px;
    color: #000;
    text-align: center;
}


/*Tootltip popups*/
.tooltip_arrow_container {
    position: relative;
}

    .tooltip_arrow_container .tooltip_element {
        display: block;
        height: 30px;
        position: absolute;
        width: 30px;
        cursor: pointer;
    }

.arrow_box {
    display: none;
    position: absolute;
    bottom: 54px;
    left: -66px;
    background: #ffffff;
    border: 4px solid #fea903;
    border-radius: 2px;
    padding: 18px 10px;
    width: 136px;
    font-size: 13px;
    color: #444;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

    .arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border:10px rgba(255, 255, 255, 0);
        border-top-color:#fff;
        margin-left: -10px;
    }

    .arrow_box:before {
        border:16px rgba(254, 169, 3, 0);
        border-top-color:#fea903;
        margin-left: -16px;
    }

.ahsay_tooltip_arrow_container {
    margin: 0 auto;
    width: 700px;
}

.tooltip_arrow_container #ahsay_tooltip_1 {
    top: 40px;
    left: 100px;
}

.tooltip_arrow_container #ahsay_tooltip_2 {
    top: 250px;
    left: 335px;
}
#ahsay_tooltip_2 .arrow_box {
    padding: 24px 10px 29px 10px;
}
.tooltip_arrow_container #ahsay_tooltip_3 {
    top: 62px;
    left: 558px;
}

.exchange-prices-box-wrap{
    border-top: 3px solid #efefef;
    overflow: hidden;
    padding: 70px 0 0 0;
}

.exchange-prices-box{
    width: 950px;
    margin: 0 auto;
}

.exchange-prices-box .exchange-features{
    float: right;
    width: 376px;
    display: inline-block;
}

.exchange-prices-box .exchange-features .title{
    background: url("../images/exchange.png?_=20201022v1") no-repeat 0 50%;
    background-size: 40px 40px;
    padding: 0 0 0 57px;
    line-height: 40px;
    margin: 0 0 7px 0;
    font-size: 32px;
	font-weight: 300;
}
.exchange-prices-box .exchange-features p{
    font-size: 21px;
    margin: 0 0 10px 0;
}

.exchange-prices-box .exchange-prices{
    float: left;
    width: 430px;
    /*background: #1996E2;*/
}

.exchange-prices-box .exchange-prices{
    overflow: hidden;
    border-right: 1px solid #1d97dc;
    /*text-align: center;*/
    padding: 0 0 40px 0;
}

.exchange-prices-box .exchange-prices .price-columns{
    overflow: hidden;
    color: #1d97dc;
}

.exchange-prices-box .exchange-prices .price-per-mailbox {
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 65px;
}

.mac .exchange-prices-box .exchange-prices .price-per-mailbox {
    padding-bottom: 5px;
}

.exchange-prices-box .exchange-prices .price-per-gigabyte {
    padding: 15px 0 50px;
    text-align: left;
}

.mac .exchange-prices-box .exchange-prices .price-per-gigabyte {
    padding: 20px 0 50px;
    text-align: left;
}

.exchange-prices-box .exchange-prices .price-elem-text {
    font-size: 20px;
    font-weight: bold;
    margin-left: 13px;
}

.exchange-prices-box .exchange-prices .price-per-elem {
    float: left;
    font-size: 140px;
    line-height: 1;
    margin-top: -7px;
    font-weight: 300;
}

.exchange-prices-box .exchange-prices .price-per-elem .cent{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: -8px;
    display: inline-block;
    vertical-align: top;
}

.exchange-prices-box .exchange-prices .whiteBtn{
    color: #1d97dc;
    /*width: 130px;*/
}

.home .exchange-prices {
    padding-right: 40px;
}

.price-per-add {
    float: left;
    font-size: 66px;
}

.for-gb {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 8px;
}

.resellers-manage-screen{
    position: relative;
}

.per-1gb {
    font-size: 42px;
    line-height: 34px;
    margin-top: 11px;
    font-weight: 700;
    text-align: left;
    float: left;
}

.tooltip_arrow_container {
    margin: 0 auto;
    width: 700px;
}

.tooltip_arrow_container #tooltip_1 {
    top: 45px;
    left: 120px;
}

.tooltip_arrow_container #tooltip_2 {
    top: 340px;
    left: 335px;
}

.tooltip_arrow_container #tooltip_3 {
    top: 69px;
    left: 491px;
}


.reseller_tooltip_arrow_container .arrow_box {border-color: #50975c;}
.reseller_tooltip_arrow_container .arrow_box:before {border-top-color: #50975c;}

#youtube-video{
    text-align: center;
    display:none;
}

#youtubePlayer{
    display:block;
    width:560px;
    margin:0 auto;
}

.p-window .content-center{
    padding:0 2.5em;
}

.p-window .content-compare{
    padding-bottom:2em;
}

.fancybox-close{
    font-family: 'ZapfDingbatsITC',sans-serif;
    text-decoration:none;
    text-align:center;
    line-height:36px;
    font-size:20px;
    color:#555;
    font-weight:bold;
}

.reg{
    font-size:11px;
    vertical-align:top;
    display:inline-block;
    margin:-3px 0 0 1px;
}

.p-window{
    background-color: #fff;
    -moz-box-shadow: 0 2px 12px rgba(27,28,30,.75);
    -webkit-box-shadow: 0 2px 12px rgba(27,28,30,.75);
    box-shadow: 0 2px 12px rgba(27,28,30,.75);
}


.p-title{
    background: #3c484f;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 13px 10px 12px 10px;
}

.p-window-close{
    position: absolute;
    right: 10px;
    top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-align:center;
    line-height:36px;
    font-size:18px;
    color:#fff;
    font-weight: bold;
}

.p-window-content{
    padding: 25px 35px;
}

.p-window .field-row{
    padding: 0 0 15px 0;
}

.p-window .field-row label{
    color: #666;
    font-size: 13px;
}

.p-window .field-row .text-field, .p-window .field-row .textarea-field{
    border: 0;
    display: block;
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    padding: 13px 10px 12px 10px;
    margin: 5px 0 0 0;
    width: 350px;
    color: #555;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #ededed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.p-window .field-row .textarea-field{
    height: 120px;
    line-height: normal;
    padding: 10px;
    resize: none;
}

.p-window .submit-row{
    text-align: right;
    padding-top: 9px;
}

.submit-row .cancel-link{
    color: #3b474f;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    margin: 0 15px;
    text-decoration: none;
}

.p-window .submit-row .submit-btn{
    background: #3c484f;
    color: #fff;
    font-size: 16px;
    /*line-height: 50px;*/
    height: 50px;
    padding: 0 43px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.p-window .submit-row .submit-btn:hover{
    background: #4E5C63;
}

.page-collage{
    background: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/bg/collage.jpg?_=20201022v1") #474747;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/bg/collage.jpg?_=20201022v1") #474747;
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/bg/collage.jpg?_=20201022v1") #474747;
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    height: 200px;
    margin-top: -78px;
    padding-top: 190px;
    text-align: center;
}

.page-collage .collage-text{
    text-align: center;
    color: #fff;
    font-size: 32px;
    position: relative;
    display: inline-block;
}

.static-pages .subtitle{
    font-size: 18px;
    color: #333;
}

.static-pages p{
    font-size: 14px;
    line-height: normal;
}

.static-pages a{
    color: #777;
    text-decoration: underline;
}
.static-pages a:hover{
    text-decoration: none;
}

.static-pages ul{
    list-style: disc;
    font-size: 14px;
    line-height: normal;
    margin: 10px 0 20px 40px;
}

.static-pages ul li{
    padding: 2px 0 0 0;
}

.network .static-pages ul {
    margin-left: 0;
}

.network .static-pages ul li {
    list-style-type: none;
}

.static-pages .latin{
    list-style: lower-latin;
}
.static-pages .roman{
    list-style: lower-roman;
}

.static-pages h2{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 18px;
    color: #666666;
}

.static-pages .first-text{
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}
.static-pages .highlight{
    font-style: italic;
    font-weight: bold;
}

.safe-note, p.safe-note{
    background: url("../images/bg/lock.png?_=20201022v1") no-repeat 0 3px;
    padding: 0 0 0 73px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
}

.signup-info .safe-note{
    top: 21px;
    position: relative;
}

.custom-select{
    color: #666;
    background: #eee;
    font-size: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.customSelect {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee url("../images/icons/select-arrow.png?_=20201022v1") no-repeat 100% 50%;
}

.customSelectInner {
    display: block;
    padding: 0 0 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cent{
    font-family: Arial, Helvetica, sans-serif;
}

.sitemap-content{
    padding: 50px 0 50px 100px;
}

.sitemap-content .sitemap-list{
    list-style: none;
    font-size: 16px;
    color: #333;
    margin: 20px 0 0 20px;
}

.sitemap-content .sitemap-list > li > a{
    font-weight: bold;
}

.sitemap-content .sitemap-list a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.bg-symantec{
    background: #ffbb3f;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/symantec-bg.jpg?_=20201022v1");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/symantec-bg.jpg?_=20201022v1");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/symantec-bg.jpg?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-repeat: no-repeat;    
    margin-top: -78px;
}
.bg-cloudberry {
    background: #f7f7f7;
    height: 580px;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/cloudberry/cloudberry_banner.png?_=20201022v1");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/cloudberry/cloudberry_banner.png?_=20201022v1");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/cloudberry/cloudberry_banner.png?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-repeat: no-repeat;*/
    margin-top: -78px;
}
.cloudberry .header,
.cloudberry .header .main-nav ul ul li a {
    background-color: #2a4f6f;
}
.cloudberry .header .main-nav ul ul li a:hover {
    color: #fff;
    background: #3c4850;
}
.header .main-nav ul ul li:first-child a:hover {
    background: #3c4850;
}

.bg-symantec h1 {
}
.bg-cloudberry h1{
    color: #2a4f6f;
    font-size: 60px;
    margin-top: 30px;
}
.bg-symantec p {
    color: white;
    margin-bottom: 50px;
    margin-top: 13px;
}
.bg-cloudberry p {
    color: #000;
    margin-bottom: 50px;
    margin-top: 13px;
}
.links-block {
    margin-top: 30px;
}

.content-symantec-top {
    padding: 148px 0 60px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-cbl-top {
    padding: 100px 0 60px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .content-cbl-top.content-center {
        /*width: 1200px;*/
    }
.content-symantec-top .block-left {
    color: #fff;
    float: left;
    width: 50%;
    padding-left:17px;
}

.content-symantec-top .block-left h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    line-height: 1em;
    /* width: 400px; */
    margin: 0 0 13px 0;
}

.content-symantec-top .block-left img {
    margin-bottom: 15px;
}

.content-symantec-top .block-left p {
    font-size:18px;
    line-height: 26px;
}

.content-symantec-top .block-left .links-block {
    background: #fff;
    border-radius: 3px;
    float: left;
    font-size: 16px;
    margin-top: 21px;
    padding: 17px 25px;
}

.content-symantec-top .block-left .links-block .darkBlueBtn {
    font-family: Arial,sans-serif;
    font-size: 16px;
    padding: 0.9em 1.3em;
}

.content-symantec-top .block-left .links-block a.technical-details {
    color: #333;
    margin-left: 18px;
    text-decoration: none;
}

.content-symantec-top .block-top-icons {
    background: url('../images/symantec-top-icons.png?_=20201022v1') 0 0 no-repeat;
    position: absolute;
    right: -110px;
    top: 0;
    height: 460px;
    width: 615px;
}

.content-symantec-top .block-top-icons .per-computer-value,
.content-symantec-top .block-top-icons .per-computer-text {
    color: #fff;
    position: absolute;
}

.content-symantec-top .block-top-icons .per-computer-value {
    font-size: 140px;
    font-weight: 600;
    left: 70px;
    letter-spacing: -2px;
    top: 100px;
}

.content-symantec-top .block-top-icons .per-computer-text {
    font-size: 24px;
    left:226px;
    top: 270px;
}


.content-symantec-protection {
    padding: 70px 0 60px 0;
}

.content-symantec-protection h3 {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 300;
}

.content-symantec-protection p.subtitle {
    color: #666666;
    font-size: 20px;
}

.symantec .content-symantec-protection .protection-list p {
    font-size: 13px;
    line-height: 20px;
}

.content-symantec-protection .protection-list {
    color: #888;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}

.content-symantec-protection .protection-list li {
    color: #424242;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 20px;
    vertical-align: top;
    width: 260px;
    text-align: center;
}

.content-symantec-protection .protection-list li .protection-title {
    color: #3c484f;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: normal;
    line-height: 1.3em;
}

.content-symantec-protection .protection-list li .protection-icon {
    background: url('../images/symantec-protection-sprite.png?_=20201022v1') 0 0 no-repeat;
    background-size: 864px auto;
    display: block;
    height: 160px;
    width: 100%;
    margin-bottom: 25px;
}

.content-symantec-protection .protection-list li .protection-icon-1 {
    background-position: 6px 0;
}

.content-symantec-protection .protection-list li .protection-icon-2 {
    background-position: -284px 0;
}

.content-symantec-protection .protection-list li .protection-icon-3 {
    background-position: -581px 0;
}

.symantec-services-wrap {
    margin: 0 auto;
    /*border-bottom: 1px solid #ccc;*/
    border-top: 3px solid #efefef;
    padding: 70px 0 0;
}

.symantec .symantec-services-wrap {
    border-bottom: 1px solid #ccc;
}

.reseller .symantec-services-wrap
{
	padding: 0px 0 90px;
}

.symantec-service-box {
    width: 900px;
    overflow: hidden;
    margin: 0 auto;
    /*padding: 25px 0 50px 0;*/
}

.symantec-service-box .symantec-list{
   /*margin:0 0 0 36px;*/ 
    list-style: none;
}

.symantec-service-box .symantec-list li{
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    list-style: none outside none;
    padding: 0;
}

.symantec-service-box .symantec-list li .tick{
    color: #ffbb3f;
    padding-right: 7px;
}
.webroot.symantec-service-box{
    padding-bottom: 50px;
}
.webroot.symantec-service-box .symantec-list li .tick {
    color: #96D602;
    padding-right: 7px;
}

.symantec-service-box .service-features{
    float: left;
    margin: 0;
    width: 435px;
}

.symantec-service-box .service-features h1{
    font-size: 35px;
	font-weight: 300;
    text-align: left;
    background:url("../images/symantec-small-logo.png?_=20201022v1") no-repeat 0 0;
    background-size: 40px 40px;
    padding:0 0 0 52px;
    line-height:40px;
	min-height: 50px;
}

.webroot.symantec-service-box .service-features h1{
    font-size: 35px;
	font-weight: 300;
    text-align: left;
    background:url("../images/webroot-small-logo.png?_=20201022v1") no-repeat 0 0;
    background-size: 40px 40px;
    padding:0 0 0 52px;
    line-height:40px;
	min-height: 50px;
}

.symantec-service-box .service-features h4{
    font-size: 18px;
    color: #666;
    text-align: left;
    font-weight: normal;
    margin: -4px 0 18px 4px;
}

.symantec-service-box .service-price{
    float: right;
    /*margin: 0 10px 0 0;*/
    width: 375px;
    overflow: hidden;
}

.symantec-service-box .service-price li{
    list-style: none;
    line-height: 34px;
    font-size: 17px;
    font-weight: 700;
}

.symantec-service-box .service-price .column-title{
    font-size: 40px;
    font-weight: 700;
    padding: 3px 0 8px 0;
}
.symantec-service-box .service-price .subtitle{
    display: block;
    color: #ffdebf;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    margin: -2px 0 0 0;
}

.symantec-service-box .service-price .service-price-col{
    /*background: #FFBB3F;*/
    height: 340px;
    float: left;
    /*margin: 14px 0 0 4px;*/
    width: 418px;
    text-align: center;
    color: #fff;
    border-left: 1px solid #ffbb3f;
}

.webroot.symantec-service-box .service-price .service-price-col {
    border-left-color: #96D602;
    height: 410px;
}

.symantec-service-box .service-price .price-per-computer{
    position:relative;
}

.symantec-service-box .service-price .only{
    position:absolute;
    font-size:24px;
    left:60px;
    top:24px;
}

.symantec-service-box .service-price .price{
    font-size:140px;
    font-weight: 300;
    padding: 20px 0 0 0;
    color:#ffbb3f;
    /*margin-top: -10px;*/
}

    .mac .symantec-service-box .service-price .price {
        padding: 30px 0 0 0;
    }

.webroot.symantec-service-box .service-price .price {
    color: #96D602;
}
.symantec-service-box .service-price .per-computer{
    font-size:20px;
    margin: 0 0 40px 0;
    color: #333333;
}

.symantec .symantec-service-box .service-price .whiteBtn{
    /*font-size: 24px;
    padding:10px 30px;*/
	width: 130px;
	color: #FFBB3F;
}

.symantec-enterprise-protection-wrap{
    /*background:url("../images/symantec-big-logo.png?_=20201022v1") no-repeat 75% 0;*/
    padding:72px 0 80px 0;
}

.symantec-enterprise-protection {
    margin: 40px auto 0;
    overflow: hidden;
    width: 1000px;
}

.symantec-enterprise-protection:after{
    display:block;
    content:'';
    clear:both;
    height:0;
}

.symantec-enterprise-protection-wrap h3{
    font-size: 34px;
    text-align:center;
    font-weight: 300;
}

.symantec-enterprise-protection .os-list-box {
    position:relative;
    width:490px;
    /*-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border:5px solid #ffbb40;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;*/
    /*float:left;*/
    margin:0;
}

.symantec-enterprise-protection .os-list-box .windows-icon{
    background:url("../images/icons/windows.png?_=20201022v1") no-repeat 0 0;
    width:41px;
    height:40px;
    display:block;
    position:absolute;
    left:-19px;
    top:-14px;
}

.symantec-enterprise-protection .os-list-box .systems-title{
    color:#4d4d4d;
    /*background:#ffbb40;*/
    font-weight:bold;
    font-size:26px;
    text-align:left;
    padding:0 0 0 27px;
    line-height:40px;
    min-height:54px;
    margin-bottom: 30px;
}

.symantec-enterprise-protection .os-list-box ul{
    margin:0 0 0 11px;
    min-height:360px;
}

.symantec-enterprise-protection .os-list-box li{
    list-style:none;
    color:#4c4c4c;
    font-size: 18px;
    /*background:url("../images/icons/yellow-tick.png?_=20201022v1") no-repeat 0 7px;*/
    padding:0 0 10px 10px;
}

.symantec-enterprise-protection .os-list-box .system-name{
    font-weight:700;
}

.symantec-enterprise-protection .os-list-box .system-name span{
    font-weight:400;
    line-height:20px;
}

.symantec-enterprise-protection .os-list-box .system-name span.bits{
    display:block;
    margin:-2px 0 3px 0;
}

.symantec-enterprise-protection .os-list-box .system-description {
    font-size: 14px;
    line-height: 18px;
    margin: -8px 25px 0;
}

.services-wrap {
    margin: 0 auto;
    /*border-bottom: 1px solid #ccc;*/
    border-top: 3px solid #efefef;
    padding: 70px 0 0;
}

.service-box{
    width: 900px;
    overflow: hidden;
    margin: 0 auto;
}

.filecloud-service-box .service-features h1{
    font-size: 35px;
	font-weight: 300;
    color: #4d4d4d;
    text-align: left;
    background:url("../images/filecloud_icon_black.png?_=20201022v1") no-repeat 0 0;
    background-size: 40px 40px;
    padding:0 0 0 52px;
    line-height:40px;
	min-height: 50px;
}
.filecloud-service-box .service-features p{
    color: #808080;
    font-size: 20px;
}
.filecloud-service-box .filecloud-list li .tick{
    padding-right: 7px;
}
.filecloud-service-box .filecloud-list li {
    color: #555555;
    font-size: 18px;
    line-height: 28px;
}

.filecloud-service-box .service-features {
    float: left;
    margin: 0;
    width: 465px;
}
.filecloud-service-box .service-price {
    float: right;
    width: 375px;
    overflow: hidden;
}
.filecloud-service-box .service-price .service-price-col {
    height: 340px;
    float: left;
    width: 418px;
    text-align: center;
    color: #fff;
    border-left: 1px solid #1f2228;
}
.filecloud-service-box .service-price .price {
    font-size: 140px;
    font-weight: 300;
    padding: 20px 0 0 0;
    color: #1f2228;
}
.filecloud-service-box .service-price .per-computer {
    font-size: 20px;
    margin: 0 0 40px 0;
    color: #333333;
}
.filecloud-service-box .price-per-computer .check-out{
    margin-top: 20px;
    color: #555555;
}
.filecloud-service-box .price-per-computer .check-out a{
    color: #555555;
}
.price-container span.per {
    font-size: 26px;
    color: #1f2228;
    position: absolute;
    top: 46px;
    left: 305px;
    font-weight: bold;
}
.mg-bt-40{
    margin-bottom: 40px;
}
.os-list-box.desktop-systems {
    background-color: #ffad15;
    float: left;
}
.webroot.os-list-box.desktop-systems {
    background-color: #96D602;
}

.os-list-box.server-systems-list {
    background-color: #ffc253;
    float: right;
}

.webroot.os-list-box.server-systems-list {
    background-color: #a6F652;
}

.os-list-box li h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #4c4c4c;
}

.os-list-box li h3 span.tick {
    color: #b55900;
    font-size: 25px;
    line-height: 22px;
    margin-right: 5px;
}

.os-list-box.desktop-systems .systems-title > img {
    margin-bottom: -15px;
    margin-left: 45px;
    margin-top: 15px;
}

.os-list-box.server-systems-list .systems-title > img {
    margin-bottom: -26px;
    margin-left: 75px;
    margin-top: 15px;
}

.os-list-box sup {
    font-size: 11px;
}

.symantec-enterprise-protection .server-systems-list li {
    padding-bottom:9px;
}

.symantec-enterprise-protection .server-systems-list .system-name span {
    display:block;
    margin:-2px 0 0 0;
}

.reseller .symantec-services-wrap{
    border:0;
}
.reseller .symantec-service-box{
    border-top:9px solid #ddd;
    padding-top:3.1em;
}
.reseller .symantec-service-box .service-features h3{
    padding-bottom:5px;
    line-height:44px;
}
.reseller .symantec-service-box .service-price .price{
    padding-top:30px;
}
.reseller .symantec-service-box .service-price .per-computer{
    margin-bottom:25px;
}
.reseller .symantec-service-box .service-features h1{
    font-size: 35px;
    font-weight: normal;
    vertical-align: top;
}
.reseller .symantec-service-box .service-features h1 strong{
    font-weight:600;
}

.symantec-service-box p {
    font-size: 21px;
    margin: 2px 0 10px;
}

.mplatformwrap
{
	margin: -32px 0 30px 0;
}

.mplatformwrap .btn {
    font-size: 18px;
}

a.mplatform
{
	color: #3C484F;
	font-size: 28px;
}

.ad-info p
{
	color:#FFFFFF;
	font-size: 16px;
    font-weight: 600;
    padding-bottom: 43px;
}

.weight600
{
	font-weight: 600;
}

.section-name
{
	margin-top: 40px;
}

.section-name fieldset
{
	border-top: 1px solid #dddddd;
	border-right: none;
	border-left: none;
	border-bottom: none;
	font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.section-name fieldset legend
{
	margin-top: -2px;
}

.obm .div-gallery-imgs .gallery-img {
    margin-right: 20px;
}

.obm .gallery-img:last-child {
    margin-right: 0;
}

.exchange .div-gallery-imgs .gallery-img {
    /*margin-right: 15.2px;*/
}

.exchange .gallery-img:last-child {
    margin-right: 0;
}
.obm .div-gallery-imgs .gallery-img {
    float: none;
}

.div-gallery-imgs .gallery-img {
    margin-right: 45px;
    float:left;
}
.gallery-img:last-child
{
	margin-right: 0;
}

.gallery-img-sym {
    margin-right: 45px;
}

.gallery-img-sym:last-child {
    margin-right: 0;
}

.div-gallery-imgs
{
	display: inline-block;
    margin: 30px auto;
}

.div-gallery-imgs > div {
    margin-bottom: 20px;
}

.obm .div-gallery-imgs {
    width: 320px;
    margin: 0 auto 35px;
    float: right;
    text-align: right;
}

label.addInfo {
    font-size: 8px;
    margin: 0 0 0 5px;
}

.video-box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    position: relative;
}

    .mobile .video-box {
        background: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/home-banner.jpg?_=20201022v1");
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/home-banner.jpg?_=20201022v1");
        background: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/home-banner.jpg?_=20201022v1");
        background-position: 0 0%, 50% 50%;
        background-repeat: no-repeat;
        background-size: auto auto, cover;
        margin-top: -78px;
    }

#video-collage {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    width: auto;
    z-index: -100;
}

.dark-edge {
    background: url("/images/dark-edge.png?_=20201022v1") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 551px;
    margin-top: -78px;
    position: absolute;
    width: 100%;
}

.first-box {
    margin-top: -78px;
}

.text-white {
    color: white;
}

    .text-white h1, .text-white h3 {
        color: white;
        font-weight: 300;
    }

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.content-industry-beating {    
    background: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/industry-beating-bg.jpg?_=20201022v1");
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/industry-beating-bg.jpg?_=20201022v1");
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/industry-beating-bg.jpg?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-color: #0a8dc6;
}

.content-center > h1, .content-center > p {
    text-align: center;
}

.exchange .content-center p, .ahsay .content-center p, .symantec .content-center p{
    font-size: 20px;
    line-height: 22px;
}

.content-center p {
    font-size: 18px;
    line-height: 26px;
}

.obm .content-center p {
    font-size: 20px;
}

.obm .content-center .div-gallery-imgs p {
    margin-bottom: 35px;
    text-align: center;
}

.content-center .blog p {
    font-size: 16px;
}

.content-center p.subtitle {
    font-size: 21px;
}

.obm .content-center p.subtitle {
    font-size: 21px;
}

.content-industry-beating .content-center {
    padding: 45px 0;
}

.obm-small-logo {
    float: left;
    margin-right: 15px;
    margin-top: -7px;
}

.n-link {
    font-size: 15px;
    padding-right: 5px;
}

.exchange-prices .n-link {
    color: #1d97dc;
    margin-left: 20px;
}

.content-ready-to-start {
    background: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/get-started-bg.jpg?_=20201022v1");
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/get-started-bg.jpg?_=20201022v1");
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/get-started-bg.jpg?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-color: #0a8dc6;
}


    .content-ready-to-start .block-contact, .content-ready-to-start .n-link {
        font-size: 18px;
        font-weight: bold;
    }

.login-dialog {
    background: none repeat scroll 0 0 white;
    display: inline-block;
    position: absolute;
    width: 340px;
    z-index: 100;
}

.login-dialog .inner-content {
    padding: 17px 25px 15px 28px;
}

.login-dialog h3 {
    font-size: 16px;
}

.login-box .n-link, #forgot-password .n-link{
    color: #0a8dc6;
    float: right;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 11px;
}

.mac .login-box .n-link, #forgot-password .n-link {
    margin-top: 13px;
}

#forgot-password .n-link.forgotPass {
    margin-top: 15px;
}

.mac #forgot-password .n-link.forgotPass {
    margin-top: 17px;
}

.field-cell {
    margin-bottom: 13px;
}

.register-line {
    background-color: #0caaed;
    padding: 13px 0 13px 28px;
}

.register-line .n-link {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.login-dialog .arrow-up {
    background-image: url("/Images/icons/arrow-up-white.png?_=20201022v1");
    display: block;
    height: 20px;
    left: 285px;
    position: absolute;
    top: -10px;
    width: 35px;
}

.login-dialog p, .login-dialog h1, .login-dialog h3 {
    color: #666666;
    text-align: left;
    margin-bottom: 15px;
}

.login-dialog p {
    font-size: 14px;
    width: 260px;
    margin-bottom: 19px;
}

.login-dialog #login-email {
    background-image: url("/images/icons/username.png?_=20201022v1");
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-size: 19px auto;
}

.login-dialog #login-password {
    background-image: url("/images/icons/password.png?_=20201022v1");
    background-repeat: no-repeat;
    background-position: 9px 7px;
    background-size: 18px auto;
}

.login-dialog #forgot-email {
    background-image: url("/images/icons/email.png?_=20201022v1");
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: 9px 10px;
}


#btn_login, #btn_forgot {
    background-image: url("/Images/icons/arrow-btn-right.png?_=20201022v1");
    background-repeat: no-repeat;
    background-size: 7px  auto;
    font-size: 14px;
    padding: 5px 25px 5px 10px;
}

#btn_login.mac, #btn_forgot.mac {
    padding: 6px 28px 4px 10px;
}

#btn_login {
    background-position: 65px 12px;
    margin-top: 5px;
}

    #btn_login.mac {
        background-position: 64px 11px;
    }

#btn_forgot {
    background-position: 60px 12px;
    margin-top: 9px;
}

#btn_forgot.mac {
    background-position: 59px 11px;
}

#forgot-password {
    background-color: #f2f2f2;
}

#forgot-password input[type=text], #forgot-password input[type=email] {
    background-color: #fff;
}

.login-dialog input[type=text], .login-dialog input[type=email], .login-dialog input[type=password] {
    padding-left: 43px;
}

.bg-exchange-gray h1{
    color: white;
    font-size: 60px;
    margin-top: 10px;
}

.bg-exchange-gray p {
    color:white;
}

.text-center.head-block p {
    margin-bottom: 40px;
    line-height: 22px;
}

.obm .text-center.head-block p {
    margin-bottom: 48px;
}

.text-center.head-block h1 {
    padding: 0px 0 15px;
}

.bg-exchange-gray .content-center {
    padding-top: 90px;
}

.cbs .text-center.head-block{
    padding-top: 150px;
}
.cbs .text-center.head-block h1{
    margin-top: 60px;
    padding-bottom: 15px;
}

.block-center {
    margin: 0 auto;
}

.home .block-center a.p-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 2em;
    padding-top: 0.7em;
    position: absolute;
}

.mac .home .block-center a.p-link {
    padding-top: 0.9em;
}

.block-center .n-link {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-left: 2em;
    margin-top: 0.7em;
    position: absolute;
}

.mac .block-center .n-link {    
    margin-top: 0.9em;
}

.exchange .exchange-prices-box .exchange-prices {
    width: 375px;
}

.exchange .exchange-prices-box .exchange-prices {
    border-left: 1px solid #1d97dc;
    border-right: medium none;
    padding-left: 110px;
}

.exchange .exchange-prices-box .exchange-prices {
    float: right;
}

.exchange .exchange-prices-box .exchange-features {
    float: left;
}

.content-obm-top, .content-obm-top h1 {
    color: white;
}

.obm .content-obm-top .head-block {
    padding-top: 148px;
}

.content-obm-top .head-block > img {
    padding-bottom: 50px;
}

.content-obm-top h1 {
    font-size: 60px;
}
.content-obm-top, .content-obm-top h1, .content-cbs-top * {
    color: white;
}
.content-cbs-top h1 {
    font-size: 60px;
}
.content-cbs-top p {
    font-size: 20px;
}
.obm .content-encrypt {    
    background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/obm-encrypt-bg.jpg?_=20201022v1");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/obm-encrypt-bg.jpg?_=20201022v1");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/obm-encrypt-bg.jpg?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
}

.obm .btn-keeper {
    padding: 30px 0 0 0px;
}

.cost-comparison {    
    background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/price-diff-bg.jpg?_=20201022v1");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/price-diff-bg.jpg?_=20201022v1");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/images/price-diff-bg.jpg?_=20201022v1");
    background-position: 0 0%, 50% 35%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    color: white;
    padding: 80px 0 80px;
}

.cost-comparison h1 {
    color: white;
    font-size: 34px;
    margin-bottom: 12px;
}

.cost-comparison .content-center > p {
    margin-bottom: 50px;
    font-size: 21px;
}

.obm-prices-fixed .price-columns {
    background-color: #057aa8;
    padding: 32px 66px 0 55px;
}

.obm-prices-fixed h3 {
    color: white;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.mac .obm-prices-fixed h3 {
    margin-bottom: 30px;
}

.obm-prices-fixed .price {
    float: left;
    font-size: 120px;
    font-weight: 300;
}

.obm-prices-fixed .per {
    display: block;
    float: left;
    font-size: 32px;
    font-weight: 400;
    margin-left: 5px;
    margin-top: 20px;
}

.price-per-mailbox .mailbox {
    font-weight: bold; 
    display: block; 
    margin-left: 26px; 
    font-size: 19px;
}

.wrapper-1 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
}

.obm-prices-fixed .wrapper-2 .per {
    font-size: 25px;
    margin-top: 15px;
}

.wrapper-2 .price-elem-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}

.wrapper-2 .price-elem-text, .price-per-add, .wrapper-2 .info {
    margin-left: 10px;
}

.wrapper-2 {
    padding: 10px 0;
}

.mac .wrapper-2 {
    padding: 20px 0;
}

.obm .wrapper-2 .info {
    font-size: 15px;
    margin-top: 30px;
}

.cost-comparison .details {
    background-color: #046286;
    padding: 22px 20px;
}

.mac .cost-comparison .details {
    padding-bottom: 17px;
}

.cost-comparison ul li {
    font-size: 15px;
    list-style-position: inside;
    list-style-type: none;
}

.mac .cost-comparison ul li {
    margin-bottom: 5px;
}

.obm-prices-fixed .for-gb, .per obm-prices-grow .for-gb {
    font-size: 25px;
}

.obm-prices-grow .per {
    font-size: 32px;
    font-weight: 400;
}

.obm-prices-grow .price-columns {
    background-color: #085675;
    padding: 32px 101px 0 66px;
}

.obm-prices-grow .details {
    background-color: #06455e;
}

.or {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;    
    margin: 200px 0 0 17px;
    text-align: center;
}

.c-header {
    background-color: #262626;
}

.c-header > h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
}

.comparison-table {
    margin-top: 60px;
}

    .comparison-table .c-desc p {
        font-size: 21px;
        line-height: 26px;
    }


.c-desc div:nth-child(1) {
    width: 40%;
}

.c-desc div:nth-child(2) {
    width: 60%;
}

.c-desc div {
    background-color: #404040;
    float: left;
    padding: 22px 0;
    text-align: center;
}

.c-desc {
    font-weight: bold;
}

.c-desc p {
    font-size: 18px;
    line-height: 22px;
}

.c-desc div:first-child {
    background-color: #057aa8;
}

table.prices {
    background: none repeat scroll 0 0 #262626;
    width: 100%;
}

table.prices tr:nth-child(1) td, table.prices tr:nth-child(2) td {
    border-right: 2px solid #404040;
}

    table.prices tr:nth-child(1) td:last-child, table.prices tr:nth-child(2) td:last-child{
        border-right: none;
    }

table.prices tr:nth-child(1) td {
    border-bottom: 2px solid #404040;
}

table.prices td {
    height: 65px;
    text-align: center;
    vertical-align: middle;
}

.obm table.prices p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}

span.major {
    font-size: 31px;
}

span.minor {
    font-size: 15px;
}

p.minor {
    font-size: 9px;
}

.cc {
    background-color: #057aa8;
}

table.prices tr td:first-child {
    background-color: #085675;
    border-right: none;
    height: 92px;
    color: #a9e7ff;
}

table.prices tr:first-child td:first-child {
    border-bottom: 2px solid #057aa8;
}

table.prices tr:nth-child(2) td span {
    font-weight: bold;
}

.content-features {
    padding: 60px 0;
}

.head-part {
    margin-bottom: 60px;
}

.content-features h1 {
    font-size: 48px;
    padding-bottom: 15px;
    text-align: center;
}

.content-features p {
    text-align: center;
    color: #4d4d4d;
}

.content-features .horizontal-line {
    margin-top: 10px;
}
.horizontal-line {
    border-bottom: 1px solid gray;
    margin: 0 auto;
    width: 90%;
}

.feature-grid {
    overflow: hidden;
}

.feature-row {
    overflow: hidden;
    padding-top: 20px;
}

.feature {
    float: left;
    height: 145px;
    padding-right: 5px;
    text-align: center;
    width: 119px;
}

.obm .feature p {
    font-size: 12px;
    color: #4c4c4c;
    line-break: 14px;
    line-height: 14px;
}

.feature-bg {
    background-image: url("/Images/platform-sprite-all.png?_=20201022v1");
    background-repeat: no-repeat;
    background-size: 900px auto;
    display: inline-block;
    height: 100px;
    width: 90px;
}

.feature-bg.bg1 {
    background-position: -8px 15px;
}
.feature-bg.bg2, .feature-bg.bg16 {
    background-position: -115px 21px;
}
.feature-bg.bg3 {
    background-position: -176px 40px;
    background-size: 750px auto;
}
.feature-bg.bg4 {
    background-position: -321px 16px;
}
.feature-bg.bg5 {
    background-position: -428px -273px;
}
.feature-bg.bg6 {
    background-position: -428px -273px;
}
.feature-bg.bg7 {
    background-position: -539px -266px;
}
.feature-bg.bg8, .feature-bg.bg9, .feature-bg.bg10, .feature-bg.bg11 {
    background-position: -642px -278px;
}
.feature-bg.bg13 {
    background-position: -5px -372px;
}
.feature-bg.bg14 {
    background-position: -96px -319px;
    background-size: 800px auto;
}
.feature-bg.bg12 {
    background-position: -631px -219px;
    background-size: 750px auto;
    height: 80px;
    margin-top: 20px;
}
.feature-bg.bg15 {
    background-position: -220px -364px;
}

.feature-bg.bg17 {
    background-position: -429px 22px;
}
.feature-bg.bg18 {
    background-position: -538px 25px;
}
.feature-bg.bg19 {
    background-position: -642px 20px;
}
.feature-bg.bg20 {
    background-position: -748px 25px;
}
.feature-bg.bg21 {
    background-position: -8px -77px;
}
.feature-bg.bg22 {
    background-position: -116px -77px;
}
.feature-bg.bg23 {
    background-position: -219px -80px;
}
.feature-bg.bg24 {
    background-position: -323px -71px;
}
.feature-bg.bg25 {
    background-position: -430px -75px;
}
.feature-bg.bg26 {
    background-position: -537px -78px;
}
.feature-bg.bg27 {
    background-position: -551px -56px;
    background-size: 780px auto;
}
.feature-bg.bg28 {
    background-position: -643px -55px;
    background-size: 760px auto;
}
.feature-bg.bg29 {
    background-position: -10px -176px;
}
.feature-bg.bg30 {
    background-position: -113px -171px;
}
.feature-bg.bg31 {
    background-position: -218px -178px;
}
.feature-bg.bg32 {
    background-position: -325px -169px;
}
.feature-bg.bg33 {
    background-position: -429px -182px;
}
.feature-bg.bg34 {
    background-position: -506px -153px;
    background-size: 850px auto;
}
.feature-bg.bg35 {
    background-position: -643px -174px;
}
.feature-bg.bg36 {
    background-position: -748px -171px;
}
.feature-bg.bg37 {
    background-position: -6px -269px;
}
.feature-bg.bg38 {
    background-position: -115px -266px;
}
.feature-bg.bg39 {
    background-position: -221px -270px;
}
.feature-bg.bg40 {
    background-position: -279px -235px;
    background-size: 790px auto;
}

.adtl {
    border-top: 1px solid #d9d9d9;
    display: inline-block;
    margin-top: 120px;
    padding: 8px 10px 0;
}

.adtl > p {
    color: #000;
    font-size: 13px;
}

.feature-grid.left-bordered {
    border-left: 1px solid;
    padding-left: 5px;
}

.bg-ahsay {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/ahsay-banner.jpg?_=20201022v1");
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/ahsay-banner.jpg?_=20201022v1");
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url("/Images/ahsay-banner.jpg?_=20201022v1");
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-repeat: no-repeat;
    margin-top: -78px;
    padding: 80px 0 50px;
}
.bg-ahsay .head-block {
    color: white;
}
.bg-ahsay .head-block h1 {
    font-size: 70px;
}
.bg-ahsay .head-block h1 img {
    margin-bottom: -21px;
    margin-left: 3px;
}
.bg-ahsay .head-block p {
    padding: 0 110px 14px;
}
.bg-ahsay .head-block h1 {
    color: white;
    padding: 60px 0 45px;
}

.us-map {
    width: 98%;
    margin-bottom: 30px;
}

.static-pages p {
    font-size: 16px;
}

.network .tick {
    color: #0a8dc6;
    padding-right: 7px;
}

.global_overlay {
    background-color: rgba(0, 0, 0, 0.53);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    display: none;
}


@media (min-width: 768px) {
  body {
        min-width:750px;
    }
}
@media (min-width: 992px) {
  body {
        min-width:980px;
    }
}
@media (min-width: 1200px) {
    body {
        min-width:1090px;
    }

    .content-cbl-top.content-center {
        width: 1200px;
    }
    .bg-cloudberry{
        height: 510px;
    }
}
@media (max-width: 1200px){
    .bu .div-gallery-imgs > .image-wrapper {
        margin-right: 25px;
    }
}


/*FileCloud Start */
.section {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 0;
}

    .section .sectionContent {
        margin: auto;
        max-width: 1000px;
        width: 100%;
        padding-bottom: 30px;
    }

.group {
}

    .group::before {
        content: " ";
        display: table;
    }

    .group::before, .group::after {
        content: " ";
        display: table;
    }

*::after, *::before {
    box-sizing: border-box;
}

.group::after {
    clear: both;
    content: " ";
    display: table;
}

.group::after {
    clear: both;
}

.group::before, .group::after {
    content: " ";
    display: table;
}

.filecloud-doubleColumns {
    margin: auto;
}

.filecloud-doubleColumns {
    margin: 0 auto 0px;
    max-width: 1100px;
    width: 100%;
}

    .filecloud-doubleColumns .filecloud-Screenshot {
        width: 545px;
    }

    .filecloud-doubleColumns .filecloud-Screenshot {
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
        width: 545px;
        text-align: left;
        line-height: 1.5em;
    }

.filecloud-Screenshot a {
    color: #777;
}

.contentBox1 a {
    color: #777;
}

.contentBox a {
    color: #777;
}

.filecloud-doubleColumns1 .filecloud-Screenshot {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 45%;
    text-align: left;
    line-height: 1.5em;
}

.filecloud-doubleColumns .contentBox.right {
    margin-left: 3%;
    margin-right: 0;
    text-align: left;
}

.filecloud-doubleColumns .contentBox1.right {
    margin-left: 3%;
    margin-right: 0;
    text-align: left;
}

.filecloud-doubleColumns .contentBox {
    margin: 0 3% 0 0;
    max-width: 1000px;
    width: 545px;
    text-align: left;
}

.filecloud-doubleColumns .contentBox {
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    max-width: 400px;
    padding-top: 0;
    width: 43%;
    text-align: left;
}

.section .contentBox:last-child {
    margin-right: 0;
}

.section .contentBox {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 8%;
    vertical-align: top;
    width: 44%;
    text-align: left;
}

.section .contentBox1 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    vertical-align: top;
    width: 495px;
    float: right;
    text-align: left;
}

.bg-filecloud {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/Filecloud-background.jpg?_=20201022v1);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/Filecloud-background.jpg?_=20201022v1);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/Filecloud-background.jpg?_=20201022v1);
    background-color: #3c4148;
    background-position: 0 0,50% 68%;
    background-size: auto auto,cover;
    background-repeat: no-repeat;
    margin-top: -78px;
}

.bg-filecloud-price-banner {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/Pricing-banner.jpg?_=20201022v1);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/Pricing-banner.jpg?_=20201022v1);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/Pricing-banner.jpg?_=20201022v1);
    background-color: #3c4148;
    background-position: 0 0,50% 50%;
    background-size: auto auto,cover;
    background-repeat: no-repeat;
    height: 450px;
}

.bg-filecloud-map-banner {
    background-color: #3c4148;
    background-position: 0 0,50% 50%;
    background-size: auto auto,cover;
    background-repeat: no-repeat;
    min-height: 650px;
}

.tokyo {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/tokyo.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/tokyo.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/tokyo.gif);
}

.usa {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/virginia.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/virginia.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/virginia.gif);
}

.frankfurt {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/frankfurt.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/frankfurt.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/frankfurt.gif);
}

.ireland {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/ireland.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/ireland.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/ireland.gif);
}

.mumbai {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/mumbai.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/mumbai.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/mumbai.gif);
}

.sao-paulo {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/sao-paulo.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/sao-paulo.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/sao-paulo.gif);
}

.seoul {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/seoul.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/seoul.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/seoul.gif);
}

.singapore {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/singapore.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/singapore.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/singapore.gif);
}

.sydney {
    background-image: linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/sydney.gif);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/sydney.gif);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 100%,#212b30 100%),url(/images/sydney.gif);
}

.content-connected .filecloud-more-features {
    float: left;
    margin: 1em 0;
    width: 100%;
}

.filecloud-more-features a {
    color: #777;
}


.content-connected ul.filecloud-more-features li {
    color: #878787;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
    text-align: left;
    vertical-align: top;
    width: 33%;
}

.filecloud-gray-bg {
    background: none !important;
    background-color: #F7F7F7 !important;
}


.filecloud-price-additional-info {
    position: relative;
    bottom: 200px;
    color: white;
    text-align: center;
}


/* custom code for modal popup background*/
.ui-widget-overlay {
    background: rgba(14, 1, 1, 0.68);
    opacity: 1;
}

.ui-widget {
    font-family: Gotham,'Open Sans',Arial,sans-serif !important;
    font-size: 14px !important;
}

.ui-dialog .ui-dialog-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: white;
}

.filecloud_modal {
    height: 600px;
    overflow: auto;
}

.ring-container {
    position: relative;
}

.ringring_usa {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 368px;
    top: 316px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.ringring_ireland {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 573px;
    top: 248px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.ringring_frankfurt {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 666px;
    top: 270px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.ringring_mumbai {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 827px;
    top: 394px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.ringring_seoul {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 1000px;
    top: 311px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.ringring_tokyo {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 1066px;
    top: 315px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.ringring_singapore {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 970px;
    top: 440px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.ringring_sydney {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 1050px;
    top: 574px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.ringring_saopaulo {
    border: 3px solid #0A8Dc5;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 493px;
    top: 559px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.text-icon {
    position: relative;
    bottom: 6px;
    left: 8px;
}

.text-super-script {
    position: relative;
    bottom: 39px;
    left: 12px;
    color: white;
    font-size: 20px !important;
    font-weight: 600;
}

.text-sub-script {
    font-weight: 600;
    font-size: 30px !important;
    position: relative;
    top: -1px;
    right: 13px;
}

.plus-sign {
    position: relative;
    right: 215px;
    font-size: 42px;
    font-weight: 400;
    color: #cac3c3;
    top: -100px;
}

.sto-heading {
    color: white;
    position: relative;
    bottom: 31px;
    left: 15px;
    font-weight: 600 !important;
    font-size: 15px;
}

.text-numeric {
    font-size: 64px;
    font-weight: 600;
    color: white;
    position: relative;
    left: 11px;
    bottom: 10px;
}

.btn-more {
    position: relative;
    left: 680px;
    bottom: 275px;
    width: 139px;
    font-size: 18px;
}

.contentBox1 img {
    margin-top: 3px;
}

.filecloud-Screenshot img {
    margin-top: 3px;
}

.filecloud-persite {
    position: relative;
    right: 45px;
    top: -5px;
    border: solid 1px;
    font-size: small !important;
    padding: 2px 0 2px 0;
}

.bottom-30px {
    padding-bottom: 30px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


    .content-nested-div {
    background-color: #07435f;
    color: white;
    height: 80px;
    margin-left: 80px;
    margin-top: 50px;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 270px;
}

.content-price-banner-text > h1 > span {
    font-size: 20px;
    position: relative;
    bottom: 15px;
    color: white;
}

.content-price-banner-text > h1 {
    font-size: 64px;
    font-weight: 500;
    color: white;
}

.price-per-elem-minor {
    float: left;
    font-size: 34px;
    margin-top: 8px;
    font-weight: bold;
}
.center-block{
    margin: 0 auto;
    width: 950px;
    margin-top: 50px;
    overflow: hidden;
}
.cbs-features {
    float: left;
    font-size: 18px;
    line-height: 28px;
    width: 50%;
    border-right: 1px solid #797a7e;
    box-sizing: border-box;
    padding-left: 110px;
}
.cbs-features .tick{
    color: #0fabef;
    margin-right: 5px;
}
.cbs-features div span{
    color: #333;
}
.cbs-services .center-block{
    width: 1090px;
}
.cbs-services .right-features,
.cbl-services .right-features{
    text-align: center;
    padding-left: 60px;
    float: left;
    width: 50%;
    box-sizing: border-box
}
.right-features h3 {
    font-size: 20px;
}
.right-features *{
    color: #1f2228;
}
.right-features .big-price{
    font-size: 136px;
    font-weight: 300;
}
.right-features .small-price {
    font-size: 42px;
    font-weight: bold;
    position: relative;
    top: -60px;
}
a.button-black-outline {
    border: 2px solid #1f2228;
    min-width: 250px;
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
a.button-black-outline:hover{
    background-color: #eeeeee;
}
.calc-center {
    width: 1050px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0 0 10px 0;
}
.cbs-calculator {
    padding-top: 50px;
    background-color: #f7f7f7;
    padding-bottom: 20px;
}
.cbs-calculator > h2, .cbs-calculator > p{
    text-align: center;
}
.cbs-calculator > h2{
    font-size: 46px;
    font-weight: 300;
    color: #4c4c4c;
}
.cbs-calculator > p{
    font-size: 21px;
    margin-top: 13px;
}
.cbs-calculator .left-pane, .cbs-calculator .right-pane {
    width: 50%;
    box-sizing: border-box; 
}
.cbs-calculator .left-pane {
    padding: 0 30px 0 10px;
}

.cbs-calculator .right-pane {
    padding: 0 10px 0 30px;
}
.cbs-calculator .slider {
    margin-top: 10px;
}
.cbs-calculator .ui-corner-all{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.cbs-calculator .ui-slider {
    background: #e8e8e8;
}
.google .ui-widget.ui-widget-content {
    border: 1px solid #0a8dc6;
    background: #5ac0ed;
    background: -webkit-linear-gradient(#29a1d5, #6bcbf4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#29a1d5, #6bcbf4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#29a1d5, #6bcbf4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#29a1d5, #6bcbf4); /* Standard syntax */
}
.cbs-calculator .calc-option label {
    font-size: 20px;
}
.cbs-calculator .calc-option span.price {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.cbs-calculator .calc-option.total span.price{
    position: relative;
    top: -1px;
}
.cbs-calculator label, .cbs-calculator span {
    color: #808080;
}
.cbs-calculator .google label, .cbs-calculator .google span {
    color: #0a8dc6;
    font-weight: bold;
}
.calc-option {
    margin-top: 40px;
    height: 45px;
}
.cbs .ui-slider-horizontal{
    height: 0.5em;
}
.cbs .ui-slider .ui-slider-handle{
    width: 0.8em;
}
.cbs .ui-slider-horizontal .ui-slider-handle{
    top: -0.4em;
    background-color: #0b99d6;
    border: 1px solid #0882b7;
}
.cbs .ui-slider-horizontal .ui-slider-handle{
    margin-left: -0.3em;
}

.calc-option.total label, .calc-option.total span.price { 
    font-size: 30px;
}
.calc-option.total label, .calc-option.total span.price * {
    color: #4c4c4c;
}

.calc-option.total > spanprice {
    font-weight: bold;
}
.calc-option.total span.small {
    font-size: 14px;
}
.calc-option .hr.dashed{
    border-top: 1px dashed #4d4d4d;    
    margin-top: 7px;
}
.cbs-calculator .hints {
    font-size: 16px;    
    margin-top: 40px;
    line-height: 20px;
}
.cbs-calculator a.bulk-rate {
    text-decoration: none;
    font-size: 20px;
    color: #0a8dc6;
    position: relative;
    top: 4px;
    font-weight: bold;
}
.cbs-calculator img.infinity {
    position: relative;
    top: 9px;
    width: 26px;
}
.cbs .map {
    padding-top: 50px;
}
.cbs .map h2{
    font-size: 46px;
    font-weight: 300;
    text-align: center;
    color: #4c4c4c;
}
.cbs .map p{
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #808080;
}
.cbs .map-image{
    background: url("/images/gallery/cbs-map.jpg?_=20201022v1") center no-repeat;
    height: 525px;
    background-size: 974px 525px;
}
span.icon {
    background-image: url("/images/icons/bu-calc-sprite.png?_=20201022v1");
    background-repeat: no-repeat;
    background-size: 230px;
    width: 20px;
    height: 23px;
    display: inline-block;
}
span.icon.google {
    position: relative;
    top: 4px;
}
span.icon.server {
    background-position: -23px 0px;
    position:relative;
    top: 5px;
}

span.icon.exchange {
    background-position: -79px 0;
    position:relative;
    width: 22px;
    top: 2px;
}

span.icon.o365 {
    background-position: -131px 0;
    position:relative;
    top: 3px; 
}

span.icon.mobile {
    background-position: -184px 0;
    position:relative;
    height: 25px;
    top: 3px;
}

span.icon.computer {
    background-position: -49px 0;
    width: 26px;
    position:relative;
    top: 6px;
}

span.icon.hyper {
    background-position: -106px 0;
    position:relative;
    top: 6px;
}

span.icon.vmware {
    background-position: -155px 0;
    position:relative;
    width: 23px;
    top: 1px;
}

span.icon.cloud {
    background-position: -204px 0;
    position:relative;
    width: 26px;
    top: 3px;
}
.icon-cont {
    display: inline-block;
    width: 30px;
}
.recovery-cont {
    padding: 60px 0 40px 0;
    background: #f7f7f7;
}
.recovery{
    margin-top: 50px;
    width: 950px;
    margin: 0 auto;
    text-align: center;
}
.recovery > h2 {
    font-size: 46px;
    font-weight: 300;
    color: #4c4c4c;
}
.recovery > p {
    font-size: 21px;    
    line-height: 28px;
    margin-top: 15px;
    color: #808080;
}
.recovery .options div{
    display: inline-block;
    float: left;
    margin-right: 5px;
    box-sizing: border-box;
    width: 310px;
    height: 180px;
}
    .recovery .options div:last-child {
        margin-right: 0;
    }
.recovery .options {
    overflow: auto;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}
.recovery .options div p {
    position: relative;
    top: 147px;
    font-size: 18px;
    font-weight: normal;
    color: #4c4c4c;
}
.recovery .run{
    background: url("/images/bu-speedometer.png?_=20201022v1") no-repeat center top;
}
.recovery .gallery{
    background: url("/images/bu-gallery.png?_=20201022v1") no-repeat center top;
}
.recovery .run-sim{
    background: url("/images/bu-runsimultaneously.png?_=20201022v1") no-repeat center top;
}
.cloud-to-cloud{
    width: 950px;
    margin: 80px auto 60px;
    text-align: center;
}
.cloud-to-cloud > h2 {
    font-size: 46px;
    font-weight: 300;
    color: #4c4c4c;
}
.cloud-to-cloud > p {
    font-size: 21px;
    margin-top: 15px;
    color: #808080;
    line-height: 28px;
    margin-bottom: 25px;
}
.option-item {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    float: left;
    box-sizing: border-box;
    margin-right: 15px;
}
.option-item:last-child{
    margin-right: 0;
}

.cloud-to-cloud .options {
    text-align: center;
    display: inline-block;
    width: auto;
    margin-top: 15px;
}

.options .option-item p {
    position: relative;
    top: 80px;
    font-size: 10px;
    font-weight: normal;
    width: 100px;
    margin: 0 auto;
}

.options .option-item{
    background: url("/images/cloud-to-cloud-sprite.png?_=20201022v1") no-repeat;
}

.option-item.allyun {
    background-position: 32px 10px;
}

.option-item.amazon-s3 {
    background-position: -77px 7px;
}

.option-item.amazon-cloud {
    background-position: -207px 30px;
}

.option-item.ctyun {
    background-position: -329px 18px;
}

.option-item.dropbox {
    background-position: -450px 9px;
}

.option-item.google-cloud {
    background-position: 28px -106px;
}

.option-item.google-drive {
    background-position: -79px -105px;
}

.option-item.azure {
    background-position: -201px -108px;
}

.option-item.onedrive {
    background-position: -333px -107px;
}

.option-item.openstack {
    background-position: -455px -109px;
}

.option-item.rackspace {
    background-position: 33px -219px;
}

.option-item.network {
    background-position: -77px -224px;
}

.option-item.usb {
    background-position: -202px -225px;
}
.features-cont {
    padding-top: 50px;
    background: #f7f7f7;
}
.features{
    width: 950px;
    margin: 0 auto;
    text-align: center;
}
.features > h2 {
    font-size: 46px;
    font-weight: 300;
    color: #4c4c4c;
}
.half {
    display: inline-block;
    float: left;
    margin-right: 65px;
    width: 440px;
}
.half:last-child{
    margin-right: 0;
}
.features .features-center {
    display: inline-block;
    margin-top: 50px;
}

.features .title {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.half .item {
    text-align: left;
}

.half .item {
    padding: 8px 5px 9px 15px;
    border-top: 1px solid #d9d9d9;
}
.item > img {
    vertical-align: middle;
}
.half .item span {
    width: 377px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding-right: 15px;
}
.half .item.last {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
}
.cbs .content-resellers-manage h2{
    font-size: 46px;
    font-weight: 300;
    color: #4c4c4c;
}
.cbs .content-center p.subtitle {
    margin-top: 20px;
}
.arrows .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    cursor: pointer;
    position: relative;
    top: 7px;
}

.price-div .arrows {
    display: inline-block;
    margin-left: 10px;
}

.arrow.arrow-left {
    border-width: 10px 12px 10px 0;
    border-color: transparent #a8aeb3 transparent transparent;
}
.arrow.arrow-left:hover { 
    border-color: transparent #b8bec3 transparent transparent;
}

.arrow.arrow-right {
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #a8aeb3;
}
.arrow.arrow-right:hover {
    border-color: transparent transparent transparent #b8bec3;
}
.calc-option .price{ 
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.gallery a.vm-images {
    text-decoration: none;
    color: #0a8dc6;
}
.cbs-services .cbs-features > h2 {
    font-size: 35px;
    font-weight: 300;
    padding-left: 65px;
    margin-bottom: 7px;
    color: #4d4d4d;
}
.cbs-services .cbs-features > p {
    margin-bottom: 10px;
}
.home .cbs-services .right-features,
.home .cbl-services .right-features {
    padding-left: 0;
    width: 47%;
}
.cbs-features > img {
    width: 50px;
    float: left;
    position: relative;
    top: 1px;
}
.cbs-services p.subtitle {
    font-size: 17px;
}
.home .cbs-features{
    padding-left: 90px;
    padding-bottom: 10px;
}
.right-features .blackBtn{
    color: white;
    width: 200px;
}
.right-features .orngBtnCBL {
    color: white;
    width: 200px;
    font-weight: 600;
}
    .right-features .orngBtnCBL:hover{
        color: black;
    }

.div-gallery-imgs > .image-wrapper {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 45px;
    width: 144px;
}
.div-gallery-imgs > .image-wrapper:last-child{
    margin-right: 0;
}
.div-gallery-imgs > div .gallery-img{
    float: none;
}
.image-wrapper .subtitle {
    bottom: 4px;
    text-align: center;
    display: inline-block;
    padding: 8px 0;
    color: #fff;
    background: black;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
}
.close-btn {
    background: #3c484f;
    color: white;
}


/* O365 Start */
.bg-dark.o365 {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url(/Images/o365-bg.jpg?_=20201022v1);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url(/Images/o365-bg.jpg?_=20201022v1);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 100%, #212b30 100%), url(/Images/o365-bg.jpg?_=20201022v1);
    background-position: 0 0%, 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
    background-repeat: no-repeat;
    position: relative;
    top: -78px;
    padding: 0 0 60px 0;
    height: 440px;
}
.o365 .head-block h1 {
    font-size: 70px;
    color: #fff;
    position: relative;
    
    padding: 11px 35px 30px;
    border: 6px solid;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
}
.blur-div {
    display: inline-block;
    position: relative;
    top: 103px;
    z-index: 0;
}
.blur-div::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background-image: url(/Images/o365-bg.jpg?_=20201022v1);
    width: 100%;
    height: 100%;
    background-position: -309px -309px;
  
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.o365 .head-block h1 img {
    position: relative;
    top: 17px;
    margin-right: 25px;
}
.o365 .text-center.head-block h2 {
    position:  relative;
    font-size: 48px;
    color: #fff;
    top: 155px;
    font-weight: 300;
    padding:0px 0 15px;
}
.o365 .text-center.head-block p {
    position:  relative;
    top: 155px;
    color: #fff;
}

.product.o365{
    background: #eee;
}
.home-dashboard .overview-rates *, .home-dashboard .overview-details *, .home-dashboard .exchange-rates, .home-dashboard .mailbox-backup{
    font-family: Gotham, Arial, Sans-Serif !important;
}
.content .home-dashboard h1,
.content .home-dashboard h2,
.content .home-dashboard h3{
    font-family: Gotham, Arial, Sans-Serif !important;
}

.overview-details{
    background: #f2f2f2;
    padding-top: 40px;
}

.overview-menu {
    background: #eeeeee;
    box-sizing: border-box;
    text-align: center;
}

.overview-menu-item {
    display: inline-block;
    padding: 15px 0px;
    height: 100%;
}

.overview-menu-item span {
    font-size: 14px;
    font-weight: bold;
    color: #4c4c4c;
    padding: 6px 14px;
    border-right: 1px solid #d9d9d9;
    cursor: pointer;
}
.overview-menu-item:last-child span{
    border-right: none;
}
.home-dashboard .overview-rates,
.home-dashboard .exchange-rates,
.home-dashboard .mailbox-backup {
    padding-top: 60px;
    background: #f2f2f2;
}
table.rates-table{
    margin: 0 auto;
}
table.rates-table td.rates-table-black-cell {
    background: #4d4d4d;
}
table.rates-table th.rates-table-black-cell,
table.rates-table th.rates-table-others-cell,
table.rates-table td.rates-table-others-cell {
    background: #fff;
}
table.rates-table th.rates-table-black-cell {
    background: #f2f2f2;
}
table.rates-table th.rates-table-others-cell {
    background: #fafafa;
}
table.rates-table th,
table.rates-table td {
    border-bottom: 2px solid #d4dde1;
    border-right: 2px solid #d4dde1;
}
table.rates-table th.rates-table-others-cell.top-border{
    border-top: 2px solid #d4dde1;
}
.overview-rates table.rates-table td, table.rates-table th {
    height: 120px;
}
table.rates-table th.rates-table-su-cell,
table.rates-table td.rates-table-su-cell {
    background: #e4f7ff;
}

table.rates-table th.rates-table-su-cell,
table.rates-table td.rates-table-su-cell,
table.rates-table td.rates-table-others-cell{
    text-align: center;
}
table.rates-table td.rates-table-black-cell.dark{
    background: #1a1a1a;
}
.rates-table-black-cell span.bulk-rates {
    border: 4px solid #0e8ec1;
    font-size: 23px;
    color: #0e8ec1;
    padding: 14px 21px;
    font-weight: 900;
}
td.rates-table-black-cell p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    padding-left: 25px;
    padding-right: 70px;
    text-align: left;
}
td.rates-table-black-cell p:nth-child(2){
    font-weight: 400;
    line-height: 18px;
}
td.rates-table-black-cell p a {
    color: #abdeff;
}
td.rates-table-black-cell h3 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 25px;
    margin-top: 0px;
    color: #fff;
    text-align: left;
}
table.rates-table .image-holder {
    height: 50px;
}
table.rates-table span.company-title {
    position: relative;
    top: 35px;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 700;
}
table.rates-table th .keeper {
    width: 100%;
    height: 100%;
    display: block;
}
table.rates-table .image-holder.su {
    background-image: url(/images/overview-logos.png?_=20201022v1);
    width: 72px;
    display: inline-block;
    top: 10px;
    position: relative;
}
table.rates-table .image-holder.appriver {
    background-image: url(/images/overview-logos.png?_=20201022v1);
    background-position: -90px 0;
    width: 98px;
    display: inline-block;
    top: 32px;
    position: relative;
}

table.rates-table .image-holder.rackspace {
    background-image: url(/images/overview-logos.png?_=20201022v1);
    background-position: -194px 0;
    width: 65px;
    display: inline-block;
    top: 30px;
    position: relative;
}

table.rates-table .image-holder.microsoft {
    background-image: url(/images/overview-logos.png?_=20201022v1);
    background-position: -252px 0;
    width: 72px;
    display: inline-block;
    top: 35px;
    position: relative;
    background-repeat: no-repeat;
}
td.rates-table-su-cell h3 {
    color:  #04658b;
    font-size:  32px;
    text-align:  center;
    font-weight: bolder;
}
td.rates-table-others-cell h3 {
    color:  #666;
    font-size:  32px;
    text-align:  center;
    font-weight: 400;
    margin-top: 32px;
    margin-bottom: 4px;
}

td.rates-table-su-cell p {
    color:  #04658b;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 13px;
    font-weight: 600;
}
td.rates-table-others-cell p {
    color:  #666;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 13px;
    font-weight: 600;
}
td.rates-table-su-cell span {
    background: #04658b;
    color: #fff;
    padding: 6px 13px;
    position: relative;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
}
td.rates-table-others-cell span {
    background: #8c8c8c;
    color: #fff;
    padding: 6px 13px;
    position: relative;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
}
table.details-table tr:first-child td:first-child
{
    border-bottom: none;
}
table.details-table td{
    border-right: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
}
td.black-cell div {
    height: 190px;
    display: block;
    position: relative;
}
table.details-table .high-title h3 {
    font-size: 24px;
    color:  #fff;
    text-align:  center;
    font-weight: 600;
}
table.details-table .high-title p {
    font-size: 16px;
    color:  #fff;
    margin-top: 2px;
    text-align:  center;
    margin-bottom: 16px;
    margin-top: 2px;
}
table.details-table td.black-cell {
    background: #4d4d4d;
}

table.details-table td.black-cell.dark {
    background: #1a1a1a;
}
table.details-table .low-title h3 {
    color: #fff;
    top: 18px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    margin-top: 0;
}
table.details-table .low-title p {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    position: absolute;
    top: 60px;
    line-height: 19px;
    text-align: left;    
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: 400;
}

table.details-table {  
    border-collapse: collapse;
    margin: 0 auto;
}
table.details-table th, 
table.details-table td {
    padding: 0;
}
table.details-table .low-title td {
    height: 195px;
    padding: 0 30px 0 25px;
    box-sizing: border-box;
    vertical-align: top;
}
table.details-table td.other-cell {
    background: #fff;
    padding: 0 13px;
    text-align: center;
}

table.details-table td.other-cell p, table.details-table td.other-cell h3 {
    color:  #666666;
}

table.details-table tr td.other-cell:first-child p {
    font-size: 15px;
    text-align: left;
    margin: 14px 0;
    font-weight: 600;
    line-height: 19px;
}

table.details-table tr td.other-cell p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 22px;
    font-weight: 600;
}
table.details-table tr td.other-cell p.smaller{
    font-size: 14px;
}
table.details-table tr td.other-cell p.bold{
    font-weight: bold;
}

table.details-table tr td.other-cell h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 6px;
}

table.details-table tr td.other-cell:first-child {
    border-left: 2px solid #d2d2d2;
}
table.details-table tr td.other-cell p.align-middle {
    margin-top: 22px;
    margin-bottom: 22px;
}
table.details-table tr.plans td.other-cell p {
    font-size: 15px;
}
table.details-table td.other-cell.office1 p:first-child {
    margin-bottom: 5px;
}

table.details-table td.other-cell.office1 p:nth-child(2) {
    margin-top: 5px;
    font-size: 13px;
}
table.details-table .ms-icon,
.exchange-rates .rates-table .ms-icon {
    display:  inline-block;
    position: relative;
    top: 3px;
    width: 32px;
    background-image: url("/images/overview-icons.png?_=20201022v1");
    background-repeat:  no-repeat;
    height: 28px;
}

table.details-table .keeper {
    max-width: 120px;
    text-align: center;
    margin: 15px auto 8px;
}
table.details-table .keeper.size-4 {
    min-width: 145px;
}
.ms-icon.note-icon {
    background-position:  -41px 0;
}
.ms-icon.word-icon {
    background-position: -84px 0;
}

.ms-icon.point-icon {
    background-position: -125px 0;
}

.ms-icon.publisher-icon {
    background-position: -251px 0;
}

.ms-icon.excel-icon {
    background-position: -166px 0;
}

.ms-icon.access-icon {
    background-position: -209px 0;
}
.ms-icon.sharepoint-icon {
    background-position:  -41px -38px;
}

.ms-icon.exchange-icon {
    background-position: 0px -38px;
}

.ms-icon.drive-icon {
    background-position: -84px -33px;
}

.ms-icon.yammer-icon {
    background-position: -129px -36px;
}
table.details-table  .ms-icon.skype-icon {
    background-position: -167px -38px;
}
.ms-icon.team-icon {
    background-position: -205px -38px;
}
.ms-icon.accept-icon {
    background-position: -244px -29px;
}
.ms-icon.naccept-icon {
    background-position: -277px -29px;
}

.exchange-rates .rates-table .ms-icon.outlook.larger {
    width: 38px;
    height: 36px;
    background-image: url(/images/outlook-70.png?_=20201022v1);
    background-size: 35px;
}
.font-13, table.details-table tr td.other-cell p.font-13{
    font-size: 13px;
}
p.more{
    padding-right: 10px; 
    padding-left: 10px;
    margin-bottom: 5px;
}
table.rates-table tr.partial-hidden-cells th {
    border: none;
    height: 20px;
}
table.rates-table tr.partial-hidden-cells th.rates-table-su-cell {
    border-top: 2px solid #d4dde1;
    border-left: 2px solid #d4dde1;
    border-right: 2px solid #d4dde1;
}
table.rates-table th.rates-table-su-cell span.company-title {
    top: 30px;
}
.keeper a, .keeper a:hover, .keeper a:link, .keeper a:visited {
    text-decoration: none;
    color: #000;
}
.overview-details .caption.caption-bottom {
    bottom: -12px;
    left: 20px;
    z-index: 10;
}
.home-dashboard div.overview-menu ul.ui-tabs-nav {
    background: #eee;
    border-bottom: none;
    padding: 0;
    overflow: hidden;
}
.home-dashboard .ui-tabs .ui-tabs-panel {
    padding: 0;
}
.home-dashboard div.overview-menu ul.ui-tabs-nav li {
    float: none;
    border: none;
    background: none;
    vertical-align: middle;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
    font-size: 14px;
}
.home-dashboard div.overview-menu ul.ui-tabs-nav li a {
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    width: 250px;
    height: 24px;
    background: #0e8ec1;
    font-size: 21px;
}
.home-dashboard div.overview-menu ul.ui-tabs-nav li a:hover {
    color: #fff;
}
.home-dashboard div.overview-menu ul.ui-tabs-nav li:last-child a {
    border: none;
}
.home-dashboard div.overview-menu ul.ui-tabs-nav li.ui-tabs-active {
    background: none;
    border-radius: 0;
}
.home-dashboard .tab-separator {
    height: 7px;
    background: #eee;
}
.home-dashboard div.overview-menu ul.ui-tabs-nav li.ui-tabs-active a {
    border: none;
    color: #4c4c4c;
    background: #f2f2f2;
}

.exchange-rates .rates-table th {
    height: 180px;
    color: #fff;
}
.exchange-rates .rates-table th > div {
    height: 100%;
    position: relative;
}
.exchange-rates .rates-table th h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    padding: 0 15px 10px 20px;
    position: relative;
    top: 15px;
    color: #fff;
}
.exchange-rates .rates-table th p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 0 45px 15px 20px;
    margin-top: 16px;
    position: relative;
    top: 15px;
}
.exchange-rates .rates-table td{
    min-height: 100px;
}
.exchange-rates .rates-table td:first-child {
    border-left: 2px solid #d4dde1;
}
.exchange-rates .rates-table th:nth-child(2) {
    background: #0a8dc6;
    border-top: 2px solid #d4dde1;
}

.exchange-rates .rates-table th:nth-child(3) {
    background: #076a94;
    border-top: 2px solid #d4dde1;
}
.exchange-rates .rates-table td.other-cell {
    background: #fff;
    padding: 0 21px;
    text-align: center;
    color: #666;
}
.exchange-rates .rates-table td.other-cell p{
    font-weight: 600;
}
.exchange-rates .rates-table tr td.other-cell h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 3px;
    color: #666;
}
.exchange-rates .rates-table tr td.other-cell p.smaller {
    font-size: 14px;
    margin-top: 0;
    margin-bottom:14px;
}
.exchange-rates .rates-table tr td.other-cell:first-child p {
    font-size: 15px;
    text-align: left;
    margin: 5px 0;
    font-weight: 600;
}
table.details-table .caption-top,
.exchange-rates .rates-table .caption-top{
    top: -70%;
    left: 50%;
}
.exchange-rates .rates-table td.other-cell.head-title p:nth-child(2) {
    font-size: 13px;
    margin-top: 4px;
    line-height: 17px;
    margin-bottom: 20px;
}
.exchange-rates table.rates-table td{
    height: 80px;
}
.exchange-rates .rates-table td.other-cell.head-title p:nth-child(1){
    margin-top: 20px;
}
.exchange-rates .rates-table tr td:first-child{
    width: 425px;
}
.exchange-rates .rates-table tr td:nth-child(2){
    width: 350px;
}
.exchange-rates .rates-table tr td:nth-child(3){
    width: 350px;
}
.home-dashboard .mailbox-backup > h2 {
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    color: #666;
    margin-top: 0;
    margin-bottom: 40px;
}
.mailbox-backup .price-container .part {
    width: 530px;
    margin: 0;
    float: left;
}
.mailbox-backup .price-container .part:first-child{
    border-right: 1px solid #afafaf;
}
.part.price h2 {
    font-size: 82px;
    font-weight: 600;
    text-align: center;
    color: #666;
    margin-bottom: 15px;
    margin-top: 68px;
}
.price-container .part.price p {
    font-size: 34px;
    font-weight: 600;
    color:  #666;
    margin-bottom: 5px;
    margin-top: 9px;
}

.price-container .part.price p:last-child {
    margin-top: 0;
    margin-bottom: 95px;
}
.part.images > a > img {
    padding: 15px 11px;
    width: 185px;
    height: 139px;
}
.mailbox-backup .price-container{
    display: inline-block;
    padding-bottom: 10px;
}
div.overview-menu .ui-state-disabled.external {
    opacity: 1;
}

div.overview-menu .ui-state-disabled.external a.external {
    cursor: pointer;
}
.o354-container h2 {
    font-weight:  bold;
    font-size:  18px;
    color:  #000;
}

.o365-container table.info-table {
    width: 750px;
    border: none;
    margin-bottom: 60px;
}

.o365-container table.info-table tr td:first-child {
    background: #737373;
    color: #fff;
    font-weight:  bold;
    font-size: 12px;
    border-left: 2px solid #e1e1e1;
}

.o365-container table.info-table tr td {
    font-size: 12px;
    padding: 9px 18px;
    border-right: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}

.o365-container table.info-table tr:first-child td {
    border-top: 2px solid #e1e1e1;
}

.info-table a.change-password {
    color: #737373;
    font-size: 11px;
    font-weight:  bold;
    background:  #fff;
    border-radius: 4px;
    padding: 5px 7px 4px 7px;
    margin-left:  10px;
    cursor:  pointer;
    text-decoration: none;
}
.o365-container a.download {
    font-size: 11px;
    color: #737373;
    background: #fff;
    padding: 5px 10px 4px 10px;
    border-radius: 4px;
    position: relative;
    top: -1px;
    margin-left: 10px;
    text-decoration: none;
}
.o365-container a.download img {
    position: relative;
    top: 4px;
    left: -3px;
    margin-top: -3px;
}
.o365-container > h2 {
    font-size: 18px;
    font-weight: bold;
}
table.list-table {
    border: none;
}

table.list-table td {
    background: #fff;
    color: #666;
}
table.list-table td input {
    color: #666;
}

table.list-table tr.even td {
    background:  #ebebeb;
}

table.list-table tr td:first-child {
    font-weight:  bold;
}

table.list-table td, table.list-table th {
    padding: 8px 16px;
    text-align:  left;
    font-size: 12px;
}

table.list-table th {
    background: #737373;
    color:  #fff;
}
table.list-table input[type=text], input[type=password], textarea, select{
    padding: 1px;
    border: 1px solid #b3b3b3;
}
table.list-table input[type=text].mid-length{
    text-align: center;
    width: 50px
}
span.lic-toggle {
    background-image:  url("/images/icons/o365-admin-sprite.png?_=20201022v1");
    width: 16px;
    height: 16px;
    display:  inline-block;
    margin-top: -2px;
    position:  relative;
    top: 3px;
    cursor:  pointer;
}

span.lic-plus {
    background-position: -21px 0px;
    margin-left: 5px;
}

span.lic-minus {
    background-position:  0 0px;
    margin-right: 5px;
}
.o365-container a.cbs-cancel-button {
    height: 12px;
    color:  #fff;
    text-decoration:  none;
}
table.list-table td input.cbs-save-button{
    color: #fff;
}
table.list-table th.sorting::after {
    background: url(/images/icons/o365-admin-sprite.png?_=20201022v1);
    width: 8px;
    height: 8px;
    background-position: -41px 2px;
    content: "";
    display: inline-block;
    margin-left: 4px;
    position: relative;
    transform: rotate(180deg);
    top: 1px;
}
table.list-table th.sorting.desc::after {
    transform: none;
    top: -1px;
}
.overview-rates .outlook-included {
    margin-top: 40px;
}

.home-dashboard .overview-rates {
    padding-bottom: -13px;
}
.overview-rates .outlook-included h2 {
    margin-bottom: 0;
    color: #0e8ec1;
    font-size: 32px;
    font-weight: bold;
    border: 3px solid;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
}
table.details-table tr td.other-cell p.starting-at {
    position: relative;
    top: 18px;
    font-size: 14px;
}
table.rates-table p.as-low {
    position:  relative;
    top: 13px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
}

table.rates-table .rates-table-su-cell h3 {
    margin-top: 15px;
    margin-bottom: 4px;
}
table.mailbox-details{
    margin: 0 auto;
}
table.mailbox-details .inner p:first-child {
    font-size: 28px;
    position: relative;
    top: 10px;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 28px;
    margin-top: 28px;
}

table.mailbox-details .inner p {
    font-weight:  100;
}

table.mailbox-details .inner p:nth-child(2) {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
}

table.mailbox-details td {
    max-width: 500px;
    padding: 0 20px;
    text-align:  left;
    vertical-align: top;
}

table.mailbox-details div.inner {
    position:  relative;
}
.o365 table {
    border-collapse: collapse;
}
.o365 h3 {
    margin: 20px 0 5px 0;
    padding: 0;
    color: #000;
    text-align: left;
}
table.details-table p{
    font-weight: 600;
}


table.details-table .caption-top, .exchange-rates .rates-table .caption-top {
    top: -70%;
    left: 50%;
}
.caption {
    position: absolute;
    border: 1px #eeeeee inset;
    border-radius: 2px;
    padding: 3px 5px;
    white-space: nowrap;
    background-color: white;
    font-size: 12px;
    display: none;
    z-index: 10;
}
.exchange-rates .rates-table th p, .exchange-rates .rates-table td p {
    line-height: 20px;
}
.o365 .content-contact h3 {
    text-align: center;
}
.o365 .ui-corner-all{
    border-bottom: none;
    background: #f2f2f2;
    border: none;
}
.o365 .home-dashboard{
    background: #f2f2f2;
}
.o365 .content-contact{
    background: none;
}
ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    border-top: none;
    background: none;
    position: relative;
    top: -56px;
}
.o365 .content-contact {
    background: #fff;
    margin-top: 50px;
    padding-top: 40px;
}
.part.images a {
    text-decoration: none;
}
.o365-services .center-block h2 img {
    margin-right: 20px;
    top: 11px;
    position: relative;
}

.o365-services .center-block h2 {
    font-size: 42px;
    font-weight:  300;
    color:  #df3f19;
    margin-bottom: 25px;
    text-align:  center;
}

.o365-services .center-block p {
    text-align: center;
    font-size:  21px;
    color:  #808080;
    font-weight: 300;
}
.o365-services .o365-details {
    margin-top: 35px;
}

table.o365-details-table {
    margin: 0 auto;
}
table.o365-details-table tr.packages div {
    background: #000;
    color:  #fff;
    margin-right: 5px;
    width: 185px;
    height: 235px;
    text-align:  center;
    position: relative;
}
table.o365-details-table tr.packages div h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    top: 20px;
}

table.o365-details-table tr.packages div p.as-low {
    top: 80px;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.price-p span.dollar, .price-p span.reminder-price {
    font-size: 34px;
    font-weight: 400;
    position: relative;
    top: -26px;
}
.price-p span.main-price {
    font-size: 71px;
    font-weight:  300;
}
tr.packages p.price-p {
    position:  absolute;
    text-align:  center;
    width:  100%;
    top: 93px;
}

tr.packages p.user-month {
    font-size:  16px;
    font-weight:  400;
    position:  absolute;
    top: 164px;
    width:  100%;
}
tr.packages a.details {
    font-size: 11px;
    position:  absolute;
    top: 200px;
    left: 0;
    width:  100%;
    color:  #abdeff;
    font-weight:  400;
}
.rel-pos {
    position:  relative;
}

table.o365-details-table.details-table td {
    border: none;
}
table.o365-details-table.details-table .keeper.size-4{
    min-width: 155px;
    padding-left: 5px;
}
table.o365-details-table.details-table .ms-icon{
    height: 31px;
}
tr.apps .rel-pos {
    height: 140px;
}
table.o365-details-table .keeper {
    top: 23px;
    position: relative;
}
tr.apps p, tr.collaboration p {
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 17px;
}
table.o365-details-table tr.apps div.rel-pos {
    background: #e6e6e6;
    margin-right: 5px;
}
tr.collaboration .rel-pos{
    height: 155px;
}
table.o365-details-table tr.collaboration div.rel-pos {
    margin-right: 5px;
    background:  #f0f0f0;
}
tr.packages img.up-right {
    position: absolute;
    top: 10px;
    right: 10px;
}
table.ex-plans-inner {
    width: 100%;
    border: none;
}
table.ex-plans-inner {
    width:  100%;
    border: none;
}
.ex-plan-1 {
    margin-right: 5px;
}
.ex-packages .ex-plan-1, .ex-packages .ex-plan-2 {
    background:  #0b8dc6;
    color:  #fff;
    height: 205px;
    position: relative;
    margin-right: 5px;
}
.ex-packages div.o365-backup {
    height: 205px;
}
tr.ex-packages td {
    padding-top: 5px;
}
.ex-packages .ex-plans-inner td {
    padding: 0;
}
.ex-plan-1 img.up-right, .ex-plan-2 img.up-right {
    position: absolute;
    top: 0;
    right: 0;
}
.ex-plan-1 img.up-right, .ex-plan-2 img.up-right {
    position: absolute;
    top: 10px;
    right: 10px;
}
.ex-plan-1 h2, .ex-plan-2 h2 {
    font-size:  21px;
    font-weight: 400;
    text-align:  center;
}
.ex-plan-1, .ex-plan-2, .o365-backup {
    padding-top: 20px;
}
.ex-plans-inner p.price-p {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 80px;
    width: 100%;
}
.ex-plans-inner p.user-month {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 150px;
    width: 100%;
}
.ex-plans-inner .with-outlook {
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #0a73a1;
}
.with-outlook p {
    position:  relative;
    top: 5px;
}
.with-outlook p img {
    top: 4px;
    position:  relative;
    margin-right: 10px;
}
.ex-packages .o365-backup{
    background:#4d4d4d;
    color:#fff;
}
.ex-packages .o365-backup h2 {
    text-align:  center;
    font-size:  21px;
    font-weight:  400;
    margin-top: 10px;
}
.o365-backup p.price-p {
    text-align:  center;
    margin-top:5px;
}
.o365-backup p.ex-storage {
    text-align: center;
    margin-top: 15px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
}
.o365-services {
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
}

.exchange-prices-box .exchange-prices .price-block {
    display:inline-block; 
    margin-left: 25px;
}

.exchange-prices-box .exchange-prices .price-block .price-elem-text {
    font-size: 14px; 
    display: inline-block;
    position: relative; 
    top: -78px; 
    margin-left: 0;
}
.exchange-prices-box .exchange-prices .price-block .price-per-gigabyte {
    display: inline-block;
}
.ex-plans-inner .ex-plan-1 .as-low, 
.ex-plans-inner .ex-plan-2 .as-low{
    font-size: 13px;
    position: absolute;
    top: 70px;
    text-align: center;
    width: 100%;
}


/*  WebRoot Dashboard CSS  */

.webroot-pricing-container {
    /*margin-top: 20px;*/
    text-align: center;
    background: white;
    /*padding-top: 50px;*/
}

.wr-prod {
    display: inline-block;
    width: 372px;
    background: white;
    padding: 30px 20px 50px 20px;
    float: left;
    border-top: 4px #e6e6e6 solid;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
}

    .wr-prod.center {
        padding: 0 0 10px 0;
        border-top: none;
        border-left: 1px #e6e6e6 solid;
        border-right: 1px #e6e6e6 solid;
        position: relative;
        top: -23px;
        box-shadow: 0px 0px 12px 2px #e6e6e6;
        -moz-box-shadow: 0px 0px 12px 2px #e6e6e6;
        -webkit-box-shadow: 0px 0px 12px 2px #e6e6e6;
        box-shadow: 0px 0px 12px 2px #e6e6e6;
    }

        .wr-prod.center .wr-prod-content {
            padding: 14px 10px 50px 10px;
        }

.wr-features {
    padding-top: 10px;
}

.wr-prod.center .wr-features p {
    line-height: 14px;
}

.wr-pricing-title {
    font-size: 22px;
    font-weight: 900;
    color: white;
    background: #96D602;
    padding: 5px;
}

.price-container {
    margin-top: 25px;
}

.wr-prod.center .price-container {
    margin-top: 0;
}

.wr-prod.last {
    border-right: 1px #e6e6e6 solid;
    border-left: none;
}

span.bold-price {
    font-size: 45px;
    font-weight: 900;
    color: #96D602;
}

span.pr-mo {
    font-size: 35px;
    font-weight: 500;
    color: #96D602;
}

.wr-overview-menu {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background: white;
}

    .wr-overview-menu h3 {
        text-align: center;
        font-size: 20px;
    }

    .wr-overview-menu p {
        text-align: center;
        font-size: 15px;
        line-height: 20px;
    }

a.btn-outline.webroot {
    padding: 10px 30px;
    color: #96D602;
    border-color: #96D602;
    border: 1px #96D602 solid;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}

.wr-upper-ribbon {
    height: 35px;
    margin-bottom: 50px;
}

.dashobard_product_content .card {
    padding: 20px;
    max-width: 1240px;
}


.dashobard_product_content h5 {
    color: #008000c7;
}

.dashobard_product_content button {
    background-color: #008000c7;
    border-color: #008000c7;
    border-radius: 5px !important;
}

    .dashobard_product_content button:hover {
        background-color: #008000c7;
        border-color: #008000c7;
    }

.card-body .check-icon {
    color: #0d9a0c;
    font-weight: 500;
    font-size: 14px;
}
.pt-15 {
    padding-top: 15px;
}

.dashobard_product_content .card {
    box-shadow: none;
}
/* ------------------------------ */

.footer {
    line-height: 1.14;
}

.bg-gray {
    background: #f7f7f7 !important;
}

.dashobard_product_content {
    color: #4c4c4c;
}

.dashobard_product_content h2{
    font-weight: 300;
}
    .dashobard_product_content h3,
    .dashobard_product_content h4 {
        font-weight: 500;
    }
    .dashobard_product_content h2{
        font-size: 46px;
    }
    .dashobard_product_content h2 {
        font-size: 45px;
    }



    .dashobard_product_content p,
    .dashobard_product_content ul li {
        font-size: 15px;
    }

        .dashobard_product_content p.subtitle {
            font-size: 21px;
            color: #808080;
        }
.dashobard_product_content .row{
    margin: 0;
}
.dashobard_product_content .card-body{
    padding: 0.8rem;
}

.cbl-services.symantec-service-box .service-features h1 {
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    background: url("/images/cloudberry/cloudberry-icon-small.png?_=20201022v1");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    padding: 0 0 0 52px;
    line-height: 40px;
    min-height: 50px;
}

.cbl-services.symantec-service-box .symantec-list li .tick {
    color: #fa6c1c;
}
.cbl-services .service-features {
    border-right: 1px solid #fa6c1c;
    padding-bottom: 15px;
}
