body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #48565e;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-weight: 100; */
    font-family: 'Roboto', sans-serif;
    /* color: #48565E; */
}
div#hero-header.certcentral-landing-page {
    box-shadow: 0 2px 4px rgba(0,0,0,.10);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.15);
    width: 1230px;
    /*width:1140px;*/
    margin-top:70px;
}
div#hero-header.certcentral-landing-page .hero-text h1 {
    color: #fff;
    padding: 16px 0 0 0;
}
div#hero-header.certcentral-landing-page .hero-text h2 {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#hero-header.certcentral-landing-page .hero-text p {
    margin-top: 10px;
    margin-bottom: 0;
}
.align-top{padding-top:0px;}
header#masthead {
    box-shadow: none;
}
header#masthead .relative-fix .container {
    padding: 0;
    width: 1230px;
}
header#masthead .account-nav {
    padding: 18px 0 15px 0px;
}
header#masthead ul#account-menu li > a > span {
    padding: 0;
}
.tabbing-blade {
    background: #f4f6f8;
    margin-top: -60px;
    padding-top: 110px;
}
div#customers.key-feature-blade .tile-wrapper.feature-wrapper {
    margin: 0 !important;
    padding: 60px 0 0 !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
div#customers.key-feature-blade {
    background: #fff;
    position: relative;
    padding-bottom: 0;
    padding-top: 73px;
}
div#customers.key-feature-blade:before {
    content: "";
    background: #f4f6f8;
    height: 865px;
    width: 100%;
    left: 0;
    top: 0px;
    position: absolute;
}
.tabs-module.vertical .content-container span.vdemo {
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #48565e;
}
.tabs-module.vertical .content-container span.vtime {
    position: absolute;
    bottom: -50px;
    right: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 9;
    color: #48565e;
}
div#customers.key-feature-blade .customer-wrapper {
    position: relative;
}
div#customers.key-feature-blade .tile-wrapper .tile.feature {
    border: none;
    width: 32%;
}
.tabs-module.vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-content {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
}
.tabs-module.vertical .content-container {
    display: block;
    position: relative;
    width: 793px;
    margin-right: 0px;
}
.tabs-module [data-tab-content] {
    opacity: 0;
    pointer-events: none;
    animation: tab-content-out .75s ease forwards;
}
.tabs-module [data-tab-content].active {
    pointer-events: auto;
    animation: tab-content-in 1s .75s ease forwards;
}
.tabs-module.vertical .content-container [data-tab-content] {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);
}
.tabs-module.vertical .content-container [data-tab-content].align-top {
    top: 0;
    transform: none;
    width: 100%;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,.10);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.10);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.10);
}
.tabs-module.vertical .content-container [data-tab-content].align-top:before {
    content: "";
    position: absolute;
    background: rgba(0,0, 0, 0.3);
    top: 0;
    bottom: 0;
    height: 106%;
    width: 100%;
    left: 0;
    right: 0;
}
.tabs-module.vertical .content-container [data-tab-content].align-top span.icon-PlayButton_Filled {
    position: absolute;
    top: 50%;
    left: calc(50% - 51px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 102px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.tabs-module.vertical .content-container [data-tab-content].align-top.active{
    opacity: 1;
}
video {
    display: inline-block;
}
.tabs-module [data-tab-content] video {
    max-width: 100%;
    width: 100%;
}
.tabs-module.vertical .tabs-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 303px;
    height: 420px;
    margin-right:92px;
}
.tabs-module.vertical [data-tab] {
    position: relative;
    padding: 25px;
    margin: 0;
    border-left: 3px solid transparent;
    transition: background-color 800ms,border-color 800ms,box-shadow 800ms,padding 400ms 400ms,margin 400ms 400ms;
}
.tabs-module.vertical [data-tab], .tabs-module.vertical [data-tab]:focus, .tabs-module.vertical [data-tab].active {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.10);
    border-color: transparent;
    margin-bottom: 30px;
}
.tabs-module.vertical [data-tab].active, .tabs-module.vertical [data-tab]:active {
    box-shadow: 0 1px 4px rgba(0,0,0,.10);
    margin: 0px 0 30px;
    transition: background-color 800ms 400ms,border-color 800ms 400ms,box-shadow 800ms 400ms,padding 400ms,margin 400ms;
}
.tabs-module.vertical [data-tab].active:first-child {
    margin-top: 0;
}
.tabs-module.vertical [data-tab]:hover[data-tab=support], .tabs-module.vertical [data-tab]:focus[data-tab=support], .tabs-module.vertical [data-tab].active[data-tab=support] {
    border-color: #78a300;
}
.tabs-module.vertical [data-tab] h4 {
    font-size: 20px;
}
.tabs-module.vertical [data-tab] .tab-trigger {
    margin: 0;
}
.tabs-module.vertical .content-container [data-tab-content].align-top iframe.featherlight-inner {
    max-width: 100%;
    min-height: 450px;
    margin-top: 0px;
    position: relative;
    z-index: 9;
}
.tabs-module.vertical [data-tab] .tab-trigger.with-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}
.tabs-module .tab-trigger {
    cursor: pointer;
}
.tabs-module.vertical [data-tab] .tab-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 400ms,max-height 800ms,padding-top 400ms 200ms;
}
.tabs-module.vertical [data-tab].active .tab-details, .tabs-module.vertical [data-tab]:active .tab-details {
    max-height: 500px;
    opacity: 1;
    padding: 1em 0 0;
    transition: opacity 800ms 200ms,max-height 800ms,padding-top 400ms;
}
.tabs-module.vertical [data-tab] .tab-details p {
    margin-bottom: 0;
    margin-top: 0;
}
.tabs-module.vertical [data-tab] .tab-details p:last-child {
    margin-bottom: 0;
}
.tabs-module.vertical [data-tab].active:nth-child(1) {
    border-color: #0174c3
}
.tabs-module.vertical [data-tab].active:nth-child(2) {
    border-color: #0174c3;
}
.tabs-module.vertical [data-tab].active:nth-child(3) {
    border-color: #0174c3;
    margin-bottom: 0;
}
.tabbing-blade .col-max-section {
    max-width: 100%;
}
.tab-container {
    margin-top: 52px;
}
.certcentral-landing-page .cc-banner-content {
    text-align: left;
}
div#hero-header.certcentral-landing-page .hero-text h2.large-font {
    text-align: left;
    margin-top: 20px;
}
div#hero-header.certcentral-landing-page .hero-text {
    text-align: left;
}
div#hero-header.certcentral-landing-page .hero-text a.button {
    margin-top: 25px;
}
footer#colophon {
    background: #48565e;
}
.mktoForm .mktoFieldDescriptor.mktoFormCol select#Country {
    margin-top: 23px !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    margin-top: 30px !important;
}
div#customers.certcentral-landing-page .tile-wrapper .tile.feature .tile-desc p {
    font-size: 17px;
    margin: 0;
}
ul#account-menu li.busness-address div#contact-hover .bussiness-address-bottom {
    background: #0f9dff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 12px;
    text-align: center;
}
.certupgrade ul#account-menu li.busness-address div#contact-hover h4 {
    font-size: 16px;
    margin-bottom: 12px;
}
.certupgrade ul#account-menu div#phonenumer-box {
    min-width: 250px !important;
    padding: 20px;
}
.certupgrade ul#account-menu .hover-box h4 {
    font-size: 18px;
    color: #fff !important;
}
header#masthead ul#account-menu .hover-box h4 {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header#masthead ul#account-menu .hover-box h4 span {
    font-size: 16px;
    width: 70%;
}
/******Resourses block******/
.CS-shadow {
    -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.4);
}
.related-resource-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-resource-block .cloudfare-CS-block {
    /* width: 63%; */
    width: 50.5%;
    position: relative;
    z-index: 9;
}
.related-resource-block .CS-imageblock {
    width: auto;
    position: absolute;
    right: 0;
}
.cs-box-block h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.cs-box-block p {
    font-size: 20px;
}
.CS-download-btn a.download-button {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px;
    border: 2px solid #fff;
    border-radius: 100px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.CS-download-btn a.download-button:hover {
    background: #fff;
    color: #0f9dff !important;
}

.bg-medium-blue {
    background: #0789e1;
}
.mB30 {
    margin-bottom: 35px;
}
.mT30 {
    margin-top: 30px;
}

.pL60 {
    padding-right: 60px;
}
.pL60 {
    padding-left: 60px;
}
.pB50 {
    padding-bottom: 50px;
}
.pT50 {
    padding-top: 25px;
}
.white-text {
    color: #fff;
}
.featherlight-iframe{display:none !important;}

.cert-central {
    padding-top: 9px;
}

.related-resource-heading h2 {
    padding-bottom: 116px;
}

.section-custom {
    padding-bottom: 86px;
}

/********media css start**********/

@media(max-width:1024px){
    .tabs-module.vertical [data-tab] {
        padding: 20px;
    }
    div#hero-header.certcentral-landing-page {
        background: url(/wp-content/uploads/2018/11/cc-THerobanner.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
        box-shadow: none;
    }
    header#masthead .account-nav {
        margin-right: 0;
    }
    header#masthead .relative-fix .container {
        width: 100%;
    }
}
@media(max-width:991px){
    div#customers.certcentral-landing-page .tile-wrapper.feature-wrapper.owl-mobile .tile.feature {
        min-height: 365px;
    }
    .container {
        max-width: 92%;
    }
    .account-nav {
        margin-right: 0;
    }
    header#masthead ul#account-menu li:not(:nth-child(2)) {
        display: inline-block;
    }
    .account-nav li a span.phone {
        padding-right: 0;
    }
    div#customers.key-feature-blade .tile-wrapper.feature-wrapper {
        margin: 0 auto !important;
        display: flex;
    }
    div#customers.key-feature-blade .tile-wrapper .tile.feature {
        /*width: 50%;*/
    }
    /* div#customers + .content-flex.section { */
    /* display: none; */
    /* } */
    .tabs-module.vertical .content-container [data-tab-content].align-top span.icon-PlayButton_Filled{
        left: 41%;
    }
    .tabs-module.vertical .content-container{
        display: table;
        position: relative;
        margin-right: 40px;
        background: #000;
        min-height: 450px;
        width: 100%;
    }
    div#customers.key-feature-blade:before{height: 225px;}
    .tabs-module.vertical .content-container .align-top{
        display: table-cell;vertical-align: middle;top: 50% !important;transform: translateY(-50%) !important;
    }
}

@media(max-width:767px){
    div#hero-header.certcentral-landing-page.container {
        background: url(/wp-content/uploads/2018/11/cc-mHerobanner.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
        max-width: 100%;
    }
    .tabbing-blade {
        margin: 0;
        padding: 50px 0;
    }
    div#hero-header.certcentral-landing-page .hero-text h1 {
        font-size: 30px;
    }
    div#hero-header.certcentral-landing-page .hero-text h2 {
        font-size: 20px !important;
    }
    .tabs-module.vertical {
        display: block;
        flex-direction: unset;
    }
    .tabs-module.vertical .content-container {
        width: 100%;
        margin: 0 0 35px 0;
    }
    .tabs-module.vertical .tabs-container {
        width: 100%;
        height: auto;
    }
    .tabs-module.vertical .content-container [data-tab-content].align-top {
        position: static;
        display: none;
    }
    .tabs-module.vertical .content-container [data-tab-content].align-top.active {
        display: table-cell;
        transform: none !important;
        top: unset !important;
    }
    .tabs-module.vertical .content-container [data-tab-content].align-top iframe.featherlight-inner {
        /*height: auto;*/
        min-height: auto;
    }
    .container {
        max-width: 90%;
    }
    div#customers.key-feature-blade:before{
        content: none;
    }
    .site-branding {
        width: auto;
    }
    div#customers.key-feature-blade {
        padding: 50px 0;
    }
    .mktoForm .mktoField {
        border: 2px solid #bebeb8;
        height: 42px !important;
        padding: 6px 12px !important;
    }
    body .mktoFormCol {
        margin-left: 0 !important;
    }
    div#customers.key-feature-blade {
        background-color: #0789e1;
    }
    div#customers.key-feature-blade h2.inner-title {
        color: #fff;
    }
    div#customers.key-feature-blade .tile-wrapper.feature-wrapper.owl-mobile .owl-dots .owl-dot span {
        background: #fff;
    }
    div#customers.key-feature-blade .tile-wrapper.feature-wrapper.owl-mobile .owl-dots .owl-dot.active span {
        background: #fff;
        height: 7px;
        width: 7px;
    }
    header#masthead ul#account-menu li:not(:nth-child(2)) {
        /*display: none;*/
    }
    div#customers.key-feature-blade .tile-wrapper .tile.feature {
        width: 100%;
    }
    .tabs-module.vertical .content-container span.vtime {
        bottom: -20px;
    }
    div#customers.key-feature-blade .tile-wrapper.feature-wrapper{
        display: block;
    }
    div#customers .tile-wrapper.feature-wrapper.owl-mobile{
        max-width: none;
    }
    /* div#customers + .content-flex.section { */
    /* display: none; */
    /* } */
    .section-custom {
        padding-bottom: 0;
    }

    .related-resource-heading h2 {
        padding-bottom: 30px;
    }
    .related-resource-block .cloudfare-CS-block {
        width: 100%;
        margin-top: 50px;
    }
    .tabs-module.vertical .content-container [data-tab-content].align-top span.icon-PlayButton_Filled {
        font-size: 60px;
        left: 42%;
    }


}

/********media css********/

@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1230px;
        width: 100%;
        padding: 0;
    }
}
@media(max-width: 767px){
    .related-resource-block {
        align-items: start;
        justify-content: space-between;
        flex-direction: column-reverse;
        display: -webkit-flex;
        -webkit-flex-direction: column-reverse;
    }
    /* .related-resource-block .cloudfare-CS-block { */
    /* width: 85%; */
    /* } */
    .related-resource-block .CS-imageblock {
        width: 100%;
        position: static;
        top: 0;
    }
    .cloudfare-CS-block .cs-box-block {
        padding: 40px 25px;
    }
    .cs-box-block p {
        font-size: 16px;
    }
    .cloudfare-image {
        position: relative;
        top: 0px;
    }
}
@media(max-width: 480px){

    header#masthead ul#account-menu .hover-box h4 span {
        font-size: 14px;

    }

}
@media screen and (max-width: 768px){
    div#customers .tile-wrapper.feature-wrapper.owl-mobile {
        max-width: none;
    }
}

