.node-tnid-39327 .main-container-wrapper #mini-panel-product_menu {
    background: #ffffff;
}
.main-container-wrapper #mini-panel-product_menu {
    position: relative;
    top: -1px;
}
#block-system-main .features-banner-wrap, .bottom-cta-wrap, .two-col-features {
    margin: 0 15px;
}
.header-banner-wrap {
    text-align: left;
    color: #fff;
}

.header-banner-wrap .common {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.header-banner-wrap .wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.illustration img {
    max-width: 370px;
    display: block;
    margin: 0 auto;
}

.header-banner-wrap h1 span {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    display: block;
    font-size: 42px;
}

.header-banner-wrap h1 {
    font-size: 92px;
}

.header-banner-wrap p {
    font-size: 18px;
    margin-bottom: 40px;
}

.features-banner-wrap:before {
    content: '';
    background: #c0dfe3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.features-banner-wrap {
    padding-bottom: 100px;
    height: 530px;
}
.feature-section, .two-col-features, .two-col-banner-wrap {
    padding: 130px 0;
}
.feature-section .feature-common {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.feature-section .wrap {
    display: table;
    height: 100%;
}

.feature-section .feature-common:first-child {
    padding-right: 10%;
}

.feature-section .feature-common:last-child {
}

.feature-area h2 {
    font-size: 70px;
    font-family: "proxima_novaextrabold";
    letter-spacing: -3px;
    line-height: 1;
}

.feature-area h2 span {
   font-family: 'Roboto Slab', serif;
    font-weight: 300;
    display: block;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 1;
}

.media-left .box {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #dadada;
    margin-right: 35px;
    position: relative;
}

.media {
    display: table;
    margin-bottom: 50px;
}

.media .media-left {
    display: table-cell;
    vertical-align: top;
}

.media .media-body {
    display: table-cell;
    vertical-align: middle;
}

.media-left .box-1 {
    background: #5c6bc0;
}

.media-left .box-2 {
    background: #03a9f5;
}

.media-left .box-3 {
    background: #e25e5a;
}
.media-left .box:before {
    content: '';
}
.feature-area h2 b {
    position: relative;
}
.media:last-child {
    margin-bottom: 0;
}
.two-col-features {
    background: #f7f7f7;
    text-align: center;
    padding: 130px 0 50px 0;
}

.two-col-features h2 {
    font-size: 46px;
    font-family: "proxima_novaextrabold";
    text-align: center;
    margin-bottom: 20px !important;
}
.two-col-features h2, .two-col-features p {
    max-width: 700px;
    margin: 0 auto;
}

.two-col-features p {
    text-align: center;
}



.two-col-features .wrap {
    text-align: left;
    max-width: 960px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.two-col-features .wrap p {
    text-align: left;
    line-height: 34px;
}

.two-col-features .wrap h3 {
font-family: "proxima_novasemibold";
    max-width: 250px;
}

.two-col-features .blocks {
    width: 50%;
    padding: 0 8%;
    box-sizing: border-box;
    margin-bottom: 70px;
    float: left;
}

.two-col-banner-wrap {
    clear: both;
    color: #000;
}

.two-col-features .blocks:nth-child(odd) {
    clear: left;
}

.two-col-features .blocks .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    position: relative;
}
.two-col-banner-wrap h2 {
    font-size: 46px;
    font-family: "proxima_novaextrabold";
    line-height: initial;
    max-width: 410px;
}

.two-col-banner-wrap p {
    max-width: 470px;
}

.two-col-banner-wrap .illustration img {
    max-width: 500px;
    margin-left: 0;
}

.bottom-cta-wrap {
    background: -moz-linear-gradient(310deg, rgba(157,52,230,1) 0%, rgba(60,64,218,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(157,52,230,1)), color-stop(100%, rgba(60,64,218,1)));
    background: -webkit-linear-gradient(310deg, rgba(157,52,230,1) 0%, rgba(60,64,218,1) 100%);
    background: -o-linear-gradient(310deg, rgba(157,52,230,1) 0%, rgba(60,64,218,1) 100%);
    background: -ms-linear-gradient(310deg, rgba(157,52,230,1) 0%, rgba(60,64,218,1) 100%);
    background: linear-gradient(140deg, rgba(157,52,230,1) 0%, rgba(60,64,218,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d34e6', endColorstr='#3c40da',GradientType=0 );
}

.illustration.line-animated img {
    transform: translateX(0px);
}

.illustration img {
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}


.feature-list .media, .two-col-features .blocks{
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.feature-list .media.line-animated, .two-col-features .blocks.line-animated{
    transform: translateY(0px);
}
.features-ban-left h1 {
    font: 56px/1.2 proxima_nova_rgbold;
}
.small-medium-business-screen {
    margin-top: 50px;
}
.features-ban-left .act-btn.cta-btn {
    margin-top: 30px;
}
.features-ban-left h1 {
    color: #000;
}

.features-banner-content p {
    color: #000;
}

.main-container-wrapper #mini-panel-product_menu {
    background: #fff;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #000;
}


.bottom-cta-wrap {
    background: #c0dfe3;
}

.bottom-cta-wrap h2 {
    color: #000;
}
.feature-section-one {
    padding-top: 680px;
}
.media-left .box:before {
    content: '';
    background: url('/sites/default/files/teamdrive/teamdrive-sprite-icon.png');
    width: 50px;
    height: 50px;
    background-size: 600px auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15px;
}

.box.box-1:before {
    background-position: -100px 0;
}

.box.box-2:before {
    background-position: -550px 0;
}

.box.box-3:before {
    background-position: -950px 0;
    background-size: 600px auto;
    left: 6px;
    top: 14px;
}

.media-left .box-4 {
    background: #5c6bc0;
}
.box.box-4:before {
    background-position: -100px 0;
}
.media-left .box-5 {
    background: #03a9f5;
}
.box.box-5:before {
    background-position: -1099px 0;
}
.two-col-features .blocks .icon:before {
    content: '';
    background: url(/sites/default/files/teamdrive/teamdrive-sprite-icon.png);
    width: 50px;
    height: 50px;
    background-size: 600px auto;
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: 15px;
}
.two-col-features .blocks .icon1:before {
    background-position: 202px 0px;
    height: 50px;
}
.two-col-features .blocks .icon2:before {
    background-position: 150px -2px;
    height: 46px;
}

/*Responsive*/

@media only screen and (max-width: 1199px){
.feature-section-one {
    padding-top: 550px;
}
}
@media only screen and (max-width: 991px){
.features-banner-wrap {
    padding-bottom: 30px;
    height: auto;
}
.feature-section-one {
    padding-top: 100px;
}
.feature-section .feature-common:first-child {
    padding-right: 0%;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
.features-banner-content {
    margin: 0 auto;
    max-width: 100%;
}
}

@media only screen and (max-width: 991px){
.header-banner-wrap h1 {
    line-height: normal;
}

.header-banner-wrap h1 span {
    font-size: 28px;
}

.illustration img {
    max-width: 260px;
}

.header-banner-wrap p {
    font-size: 16px;
}

.feature-section .feature-common:first-child, .feature-section .feature-common:last-child {
    display: block;
    width: 100%;
    text-align: center;
}

.feature-section, .two-col-features, .two-col-banner-wrap {
    padding: 80px 0;
}

.feature-common {
    margin-bottom: 80px;
}

.feature-area p {
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 20px;
}

.media .media-left, .media .media-body {
    display: block;
    width: 100%;
}

.media-left .box {
    margin: 0 auto;
    margin-bottom: 20px;
}

.media .media-body p {
    max-width: 600px;
    margin: 0 auto;
}

.media {
    display: block;
}

.feature-section .feature-common:last-child {
    margin-bottom: 0;
}

.two-col-features .wrap p {
    line-height: 28px;
}

.two-col-banner-wrap h2 {
    font-size: 32px;
}

.two-col-banner-wrap .illustration img {
    max-width: 270px;
    margin: 0 auto;
}
#mini-panel-product_menu .product-nav-links .menu>li>a {
    padding: 20px 0 10px;
}
.feature-section .wrap {
    display: block;
    height: auto;
}
.node-type-features-landing-page {
    max-width: 100%;
    margin: 0 auto;
}
}


@media only screen and (max-width: 767px){
.header-banner-wrap .common {
    width: 100%;
    display: block;
}

.header-banner-wrap .wrap {
    display: block;
    text-align: center;
}

.header-banner-wrap h1 {
    font-size: 62px;
}

.header-banner-wrap .common.illustration {
    margin-top: 60px;
}

.features-banner-wrap {
    padding-bottom: 30px;
}

.feature-area h2 {
    font-size: 60px;
}

.media .media-body p {
    max-width: 400px;
}

.two-col-features h2 {
    font-size: 38px;
}

.two-col-features .blocks:nth-child(odd) {
    clear: none;
}

.two-col-features .blocks {
    width: 100%;
}

.two-col-features .blocks {
    width: 100%;
    padding: 0;
    text-align: center;
}

.two-col-features .blocks .icon {
    margin: 0 auto;
    margin-bottom: 30px;
}

.two-col-features .wrap p {
    text-align: center;
    max-width: 440px;
    padding: 0px 20px;
}

.two-col-features .wrap h3 {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.feature-section, .two-col-features, .two-col-banner-wrap {
    padding: 60px 0;
}

.two-col-banner-wrap h2 {
    margin: 0 auto;
    margin-bottom: 30px;
}

.two-col-banner-wrap p {
    margin: 0 auto;
}
.feature-area h2 {
    font-size: 46px;
}
.feature-area h2 {
    font-size: 38px;
}
.feature-area h2 span {
    font-size: 32px;
}
.features-ban-left h1 {
    font: 36px/1.2 proxima_nova_rgbold;
}
.features-banner-wrap .content-wrap {
    margin: 100px auto 20px;
}
#block-system-main .features-banner-wrap, .bottom-cta-wrap, .two-col-features {
    margin: 0 0px;
}
}
