/*!
Theme Name: vastfederal
Theme URI: https://vastfederal.com/
Author: vastfederal
Author URI: https://vastfederal.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vastfederal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vastfederal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.blog-section .blog-sidebar .sidebar-box .tag-list li a {
    font-size: 14px !important;
}

.contact-section .flex .colmn-form fieldset textarea {
    resize: none;
    height: 15px;
    overflow: hidden;
}

.data-section .application-section .application-box:first-of-type ul {
    align-items: center;
}

a:focus {
    outline: none;
}

.news-body .detail-hidden-text {
    display: none;
}


/*
.navigation {
    position: relative;
}
*/

.support-popup {
    position: absolute;
    top: calc(100% - 20px);
    right: 0;
    display: none;
}

.techVideo-bg video {
    width: auto !important;
}

.blogSingle-section .blog-content figure {
    max-width: 100%;
}

.blogSingle-section .blog-content figure img {
    height: auto;
}

.news-section.blog-section {
    padding-bottom: 0;
}


/* career page */

.workingSection .colmn-box:last-child {
    padding-left: 40px;
}

.available-job a.colmn-box h3 {
    font-size: 22px;
}

.benifit-section .colmn-box p {
    font-size: 16px;
}

div.career-about .text-box p {
    font-size: 17px;
}

.career-about .text-box span a {
    font-size: 17px;
}


/*-------Table-------*/

.table_wrapper {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0;
}

.table_wrapper table {
    border: solid 2px #f2f3f4 !important;
}

.table_wrapper table.table-class {
    border: none !important;
}

.table_wrapper table tbody tr td {
    font-size: 14px;
    padding: 0.8em 1em !important;
    border: solid 3px #f2f3f4 !important;
    font-family: 'fibra-regular';
}

.blogSingle-section .blog-content .table_wrapper table tbody tr td {
    font-size: 16px;
    line-height: 2;
    font-family: 'fibra-light';
}

.blogSingle-section .blog-content ol li { 
    line-height: 2; 
    padding-left: 7px;
}

.table_wrapper table tbody tr:first-child td {
    font-family: 'fibra-bold';
}

.table_wrapper table tbody tr:first-child td {
    border-top: none !important;
}

.table_wrapper table tbody tr:last-child td {
    border-bottom: none !important;
}

.table_wrapper table tbody tr td:first-child {
    border-left: none !important;
}

.table_wrapper table tbody tr td:last-child {
    border-right: none !important;
}

iframe#launcher {
    margin-bottom: 16px !important;
    display: none;
}

iframe#launcher,
iframe#webWidget {
    right: auto !important;
    left: 0;
}

@media (max-width: 1440px) {
    .thanks-section .box-section p {
        font-size: 17px !important;
    }
}

@media (max-width: 992px) {
    /*header .toggle-btn {
        width: 70px !important;
        padding: 14px 21px !important;
        }*/
        header .navigation.active ul {
            -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
        }
        .workingSection .colmn-box:last-child {
            padding-left: 0px;
        }
        .news-section.blog-section .pagination {
            margin: 40px 0;
        }
    }

    @media (max-width: 800px) {
        body.page-template-page-technology.page-template-page-templatespage-technology-php #hubspot-messages-iframe-container {
            display: none !important;
        }
        body #hubspot-messages-iframe-container.widget-align-right {
            display: initial !important;
        }
        body.page-template-page-technology.page-template-page-templatespage-technology-php #launcher {
            display: none !important;
        }
    }

    @media (max-width: 768px) {
        .tax-resourcecategory .popular-section,
        .tax-newscategory .popular-section {
            display: none!important;
        }
        .tax-resourcecategory .inner-banner,
        .tax-newscategory .inner-banner {
            margin-bottom: 0!important;
            height: 200px!important;
        }
    }

    @media (max-width: 767px) {
        .blogSingle-section .blog-content figure {
            width: 100% !important;
        }
        .blogSingle-section .blog-content {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .blogSingle-section .blog-content table td {
            display: block;
            width: 100%;
            padding-left: 0 !important;
        }
        /*Table*/
        .table_wrapper table {
            border: none !important;
        }
        .table_wrapper table tbody tr td {
            width: 100% !important;
            height: auto !important;
            border: solid 2px #f2f3f4 !important;
        }
        .blogSingle-section .blog-content table td {
            padding-left: 1em !important;
        }
        .table_wrapper table tbody tr:first-child td {
            border-top: solid 2px #f2f3f4 !important;
        }
        .table_wrapper table tbody tr:last-child td {
            border-bottom: solid 2px #f2f3f4 !important;
        }
        .table_wrapper table tbody tr td:first-child {
            border-left: solid 2px #f2f3f4 !important;
        }
        .table_wrapper table tbody tr td:last-child {
            border-right: solid 2px #f2f3f4 !important;
        }
        .table_wrapper table tr:nth-of-type(2) td:first-child,
        .table_wrapper table tr:nth-of-type(2) th:first-child {
            border-top: solid 2px #f2f3f4 !important;
        }
        .blogSingle-section .blog-content table td {
            display: table-cell !important;
        }
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    .no-flexbox .Rtable {
        display: block;
    }

    .no-flexbox .Rtable>.Rtable-cell {
        width: 100%;
    }

    .no-flexbox .Rtable>.Rtable-cell--foot {
        margin-bottom: 1em;
    }


    /*new responsive table*/

    .responsiveTable {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .tbleCol {
        flex-basis: 25%;
    }

    .blogSingle-section .blog-content .tbleCol ul,
    .blogSingle-section .blog-content .tbleCol li {
        list-style: none;
        padding-left: 0px;
        margin-left: 0px;
    }

    .tbleCol li,
    .tbleCol .colTitle {
        margin-bottom: 30px;
    }

    .colTitle span {
        text-decoration: underline;
    }

    .blogSingle-section img {
        height: auto !important;
    }

    .career-about .text-box p,
    .career-about .text-box span {
        font-size: 17px;
    }

    .career-about {
        padding: 80px 0;
    }

    @media only screen and (max-width: 420px) {
        .responsiveTable {
            flex-direction: column;
        }
    }


    /* 29-04-2019 */

    .page-id-991 .inner-banner .banner-content h3 {
        font-family: fibra-bold;
    }

    .career-about p a {
        color: #000;
        font-size: 24px;
    }

    p {
        line-height: 1.7rem;
    }

    .blogSingle-section .blog-content ul,
    .singleNews-section .news-body ul {
        margin-bottom: 14px;
        margin-top: 15px;
    }

    li {
        margin-bottom: 14px;
        margin-top: 14px;
        line-height: 1.7rem;
    }

    .Rtable {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .Rtable-cell {
        box-sizing: border-box;
        flex-grow: 1;
        width: 100%;
        padding: 0.8em 1em;
        overflow: hidden;
        list-style: none;
        border: solid 2px grey;
        border-color: #f2f3f4;
        margin: -3px 0 0 -3px;
        font-size: 14px;
    }

    .Rtable--6cols>.Rtable-cell {
        width: 16.6%;
    }

    @media all and (max-width: 580px) {
        .Rtable--collapse {
            display: block;
        }
        .Rtable--collapse>.Rtable-cell {
            width: 100% !important;
        }
        .Rtable--collapse>.Rtable-cell--foot {
            margin-bottom: 1em;
        }
    }

    .no-flexbox .Rtable {
        display: block;
    }

    .no-flexbox .Rtable>.Rtable-cell {
        width: 100%;
    }

    .no-flexbox .Rtable>.Rtable-cell--foot {
        margin-bottom: 1em;
    }

    .paragraph-24 {
        line-height: 2 !important;
    }

    .home-quote {
        line-height: 1.5 !important;
    }

    strong {
        font-family: fibra-bold;
        display: inline !important;
    }

    .singleNews-section .news-body {
        margin-top: 0px !important;
        display: unset !important;
    }

    .singleNews-section .news-head {
        width: 100% !important;
        text-align: left;
    }

    .zero-comp-body {
        text-align: center;
        max-width: 61%;
        margin: 0 auto 2rem;
        font-size: 17px !important;
        letter-spacing: 0px !important;
    }

    .grey-box {
        text-align: left;
        width: 75%;
        margin: 5rem auto 0px;
        padding: 70px 70px 70px 100px;
        border: 1px solid #3D3D3D;
        border-radius: 5px;
        overflow: auto;
    }

    .grey-box-body {
        font-size: 17px !important;
        letter-spacing: 0px !important;
    }

    #grey-left-column {
        float: left;
        width: 45%;
        height: inherit;
        padding-right: 3rem;
    }

    #grey-right-column {
        float: left;
        width: 40%;
        display: block;
        height: inherit;
        padding-right: 3rem;
    }

    .grey-divider {
        margin-top: 3rem;
        margin-bottom: 3rem;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 1px #3d3d3d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dash-heading-black p {
        font-family: fibra-regular !important;
        position: relative;
        color: #000;
        text-align: left;
        font-size: 14px;
        padding-left: 65px;
    }

    .dash-heading-black p::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 55px;
        height: 1px;
        background-color: #000;
        content: "";
    }

    .dash-heading-white p {
        font-family: fibra-regular !important;
        position: relative;
        color: #fff;
        text-align: left;
        font-size: 14px;
        padding-left: 65px;
    }

    .dash-heading-white p::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 55px;
        height: 1px;
        background-color: #fff;
        content: "";
    }

    .zero-column {
        float: left;
        width: 50%;
        padding: 4%;
    }

    .zero-column-2 {
        float: left;
        width: 50%;
        padding: 4%;
        margin-top: 7%;
    }


    /* Clear floats after the columns */

    .zero-row:after {
        content: "";
        display: table;
        clear: both;
    }


/* html, body { 
	overflow-x: hidden
    } */

    @media screen and (max-width: 600px) {
        .zero-column {
            width: 100%;
        }
        .zero-column-2 {
            margin-top: 0px;
        }
    }

    .zero-features-headlines {
        margin-bottom: .5rem !important;
        font-size: 32px;
        text-align: left;
        text-transform: uppercase;
    }

    .zero-features-body {
        font-family: fibra-regular !important;
        text-align: left;
        margin-bottom: 1.8rem;
    }

    body {
        margin: 0 auto;
        padding: 0 auto;
    }

    .pointer-bar-tardi {
        margin: 0 auto;
        color: 979797;
        font-size: 16px;
        line-height: 1.8;
        position: relative;
        width: 390px;
        margin-bottom: 35px;
    }

    .tardi-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        height: 105px;
        border-radius: 5px;
        background-color: #1f1f1f;
        border: 1px solid #00ebd0;
    }

    .tardi-button img {
        width: 75px;
        padding-right: 30px;
    }

    .tardi-button-inside img {
        width: 75px;
        padding-right: 30px;
    }

    .pointer-bar-tardi .tardi-button p {
        margin: 0;
    }


    /** ------ **/

    .info-text-tardi {
        visibility: hidden;
        opacity: 0;
        display: inline-block;
        width: 700px;
        padding: 38px 30px 30px 30px;
        border-radius: 5px;
        background-color: #1f1f1f;
        border: 1px solid #00ebd0;
        margin-left: -39.8%;
        margin-top: -106px;
        z-index: 99;
        position: absolute;
        transition: opacity .5s;
    }

    .tardi-button-inside {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #1f1f1f;
        background-color: #1f1f1f;
    }

    .pointer-bar-tardi .info-text-tardi .tardi-button-inside p {
        margin: 0;
    }

    .tardi-text {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .tardi-text img {
        width: 250px;
        border: 0px;
    }

    .pointer-bar-tardi:hover .info-text-tardi {
        visibility: visible;
        opacity: 1;
    }

    @media (max-width: 600px) {
        .pointer-bar-tardi {
            width: 340px;
        }
        .info-text-tardi {
            width: 340px;
            margin: 0 auto;
            margin-top: -106px;
        }
        .tardi-text {
            flex-direction: column;
        }
        .tardi-text img {
            margin-bottom: 20px;
        }
    }

    .zero-box {
        width: 50%;
        border: 1px solid #3d3d3d;
        margin-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        text-align: center;
    }

    .zero-hero-copy {
        text-align: center;
        font-size: 45px;
        text-transform: uppercase;
        font-family: fibra-ultralight;
        letter-spacing: 10px;
    }

    .zero-headline {
        text-align: center;
        color: #00b7f1;
        font-family: fibra-light;
        font-size: 5rem;
        text-transform: uppercase;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .zero-all-access {
        margin-top: -25%;
        margin-bottom: 0px;
        margin-left: 48%;
        position: absolute;
        width: 100%;
    }

    .question-boxes {
        display: grid;
        grid-template-columns: auto auto auto;
        align-items: center;
        color: white;
        margin-top: 2%;
    }

    .question-text {
        font-size: 20px;
    }

    .question-text span {
        border-bottom: 3px solid #db30fc;
        display: inline-block;
        font-weight: 800;
    }

    .question-is .question-text span {
        border-bottom: 3px solid #00ebd0;
        display: inline-block;
        font-weight: 800;
    }

    .question-is {
        text-align: center;
        padding: 30px;
        margin: 30px;
        border-radius: 5px;
        border: 1px solid #3d3d3d;
        height: 80%;
    }

    .question-title {
        text-transform: uppercase;
        margin: 5px 0 20px 0;
        font-family: fibra-ultralight;
        color: #999;
        font-weight: 200;
        letter-spacing: 4px;
    }

    .question-is-not {
        text-align: center;
        padding: 30px;
        margin: 30px;
        border-radius: 5px;
        border: 1px solid #3d3d3d;
        height: 80%;
    }

    .question-x {
        margin-top: -60px;
        margin-bottom: 15px;
    }

    .question-check {
        margin-top: -60px;
        margin-bottom: 15px;
    }

    .question-arrow {
        visibility: block;
        width: 90px;
    }


    /** ------------ **/

    .question-buttons {
        text-align: center;
        margin: 0 auto;
    }

    .button-download {
        display: inline-block;
        margin: 20px;
        padding: 20px 50px;
        font-family: fibra-regular;
        border: 1px solid #00b7f1;
        background: transparent;
        color: #00b7f1;
        font-size: 20px;
        border-radius: 5px;
        outline: none;
    }

    .button-contact {
        margin: 20px;
        padding: 20px 50px;
        font-family: fibra-regular;
        display: inline-block;
        background: #00b7f1;
        font-size: 20px;
        border-radius: 5px;
        color: white;
        outline: none;
        border: none;
    }

    button a {
        text-decoration: none;
        color: inherit;
    }

    button {
        cursor: pointer;
    }


    /** ------------ **/

    .rwd-line {
        display: inline;
    }


    /**** new popup html 12/06/2019 ***/

    .zero-data-popup {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .8);
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        transition: all 1s;
        -o-transition: all 1s;
        -ms-transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
    }


    /* 10-12 */

    .zero-data-popup .popup-box {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 650px;
        width: 100%;
        height: 360px;
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: -1;
        padding: 0 15px;
    }


    /* 10-12 */

    .zero-data-popup .popup-box.active {
        opacity: 1;
        z-index: 99;
    }

    .zero-data-popup.active {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }

    .zero-data-popup .popup-box iframe {
        width: 100%;
        height: 100%;
    }

    .zero-data-popup .popup-box .main-btn-close {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        right: -18px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #00b7f1;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        cursor: pointer;
        z-index: 999;
    }

    .zero-data-content {
        width: 100%;
        height: 100%;
        background: #ffffff;
    }

    .zero-data-content .zero-data-img {
        width: 100%;
        height: 100%;
        background-repeat: repeat;
    }

    .zero-data-content .zero-data-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        padding: 40px 53px 30px;
    }

    .zero-data-content .zero-data-inner .new-btn {
        font-size: 13.21px;
        line-height: 17.21px;
        color: #000;
        font-family: fibra-regular;
        font-weight: 400;
        background: #00ebd0;
        border-radius: 3px;
        padding: 3px 9px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 23px;
    }

    .zero-data-content .zero-data-inner h2 {
        font-size: 20px;
        line-height: 33.3px;
        letter-spacing: 16px;
        color: #ffffff;
        font-family: fibra-ultralight;
        font-weight: 300;
        margin-bottom: 11px;
        text-transform: uppercase;
    }

    .zero-data-content .zero-data-inner p {
        font-size: 16px;
        line-height: 20px;
        color: #999999;
        font-family: fibra-regular;
        font-weight: 400;
        margin-bottom: 24px;
    }


    /* 10-12 */

    .zero-data-content .zero-data-inner h1 {
        font-size: 45px;
        line-height: 72.49px;
        color: #00b7f1;
        font-family: fibra-light;
        font-weight: 300;
        margin: 0 auto 30px;
        text-transform: uppercase;
        max-width: 60%;
    }

    .white_modalbox h2 {
        display: none;
    }

    .white_modalbox.zero-data-popup {
        transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
    }

    .white_modalbox .popup-box {
        overflow-y: hidden;
    }

    .white_modalbox .popup-box .main-btn-close {
        display: none;
    }

    .white_modalbox .popup-box .zero-data-content {
        background-color: #171717;
        color: #fff;
        font-family: fibra-regular;
        border-radius: 15px;
    }

    .white_modalbox .popup-box .zero-data-inner {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .white_modalbox .popup-box .zero-data-inner::-webkit-scrollbar {
        display: none;
    }

    .white_modalbox .gform_wrapper form {
        max-width: 500px;
        padding: 0 5px;
    }

    .white_modalbox .gform_wrapper ul.gform_fields li.gfield {
        padding: 0;
        line-height: normal;
    }

    .white_modalbox form .gform_heading {
        text-align: center;
    }

    .white_modalbox h3 {
        font-family: fibra-bold;
    }

    .white_modalbox .gform_wrapper .top_label input.medium,
    .white_modalbox .gform_wrapper.gform_validation_error .top_label input.medium,
    .white_modalbox .gform_wrapper.gform_validation_error .top_label select.medium {
        background-color: transparent;
        border: none;
        border-bottom: solid 2px #00b7f1 !important;
        width: 100%;
        margin-right: 0;
        outline: 0;
        color: #979797;
        padding: 0 !important;
    }

    .white_modalbox .gform_wrapper .gform_footer {
        text-align: center;
        padding: 0;
    }

    .white_modalbox .gform_wrapper label.gfield_label,
    .white_modalbox .gform_wrapper legend.gfield_label {
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .white_modalbox .gform_wrapper .gform_footer input.gform_button {
        font-size: 16px;
        line-height: 1.2 !important;
        color: #fff;
        display: inline-block;
        padding: 10px 15px;
        letter-spacing: 1px;
        border: 1px solid #00b7f1;
        border-radius: 5px;
        background-color: #00b7f1;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        width: auto;
        cursor: pointer;
        margin: 0;
    }

    .white_modalbox .gform_wrapper .gform_footer input.gform_button:hover {
        color: #00b7f1;
        background-color: #fff;
    }

    .white_modalbox .gform_wrapper .gform_footer input.gform_button:focus {
        outline: none;
    }

    .white_modalbox .gform_wrapper div.validation_error {
        color: #fff !important;
        border: none;
    }

    .white_modalbox .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100%;
    }

    .white_modalbox .gform_wrapper .top_label .gfield_error {
        width: 100%;
    }

    .white_modalbox .gform_wrapper li.gfield.gfield_error,
    .white_modalbox .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        background-color: transparent;
        border: none;
    }

    .white_modalbox .gform_wrapper .gfield_error .gfield_label,
    .white_modalbox .gform_wrapper .validation_message {
        color: #fff;
    }

    .white_modalbox .gform_wrapper .validation_message {
        font-size: 12px;
        font-weight: normal;
        margin-top: 5px;
    }

    .white_modalbox .gform_wrapper .field_description_below .gfield_description,
    .white_modalbox .gform_wrapper .gfield_description {
        padding: 0;
    }

    .white_modalbox .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .white_modalbox .gform_wrapper li.gfield_error textarea {
        border: none;
    }


    /* 10-12 */

    .zero-data-content .zero-data-inner .learn-more-btn {
        height: 50px;
        max-width: 250px;
        width: 100%;
        font-size: 22px;
        line-height: 50px;
        background: #00b7f1;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        margin: 0 auto;
        border-radius: 4px;
        letter-spacing: 2px;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        font-family: fibra-ultralight;
        font-weight: 300;
    }

    .zero-data-content .zero-data-inner .learn-more-btn:hover {
        background: #ffffff;
        color: #00b7f1;
    }

    @media (max-width: 650px) {
        .question-arrow {
            transform: rotate(90deg);
            text-align: center;
            margin: 30px auto;
        }
        .question-boxes {
            display: grid;
            grid-template-columns: auto;
            align-items: center;
            margin-top: 2%;
        }
        .button-download {
            margin: 30px auto !important;
            display: block !important;
            width: 100% !important;
        }
        .button-contact {
            display: block !important;
            margin: 30px auto !important;
            width: 100% !important;
        }
        button a {
            text-decoration: none;
            color: inherit;
        }
        .zero-headline {
            font-size: 3rem;
        }
        .zero-hero-copy {
            font-size: 20px;
            line-height: 2;
        }
        .zero-comp-body {
            max-width: 95%;
        }
        .grey-box {
            width: 100%;
            padding: 40px 60px 140px 40px;
        }
        .zero-all-access {
            margin-left: 120px !important;
            width: 85% !important;
            margin-top: 125px !important;
        }
        #grey-left-column {
            width: 100%;
            padding-right: 0px;
        }
        #grey-right-column {
            width: 100%;
            padding-right: 0px;
        }
        .rwd-line {
            display: block;
        }
        .zero-column-2 {
            width: 100%;
        }
    }

    @media screen and (max-width: 1800px) {
        .zero-column {
            font-size: 38px;
        }
        .zero-headline {
            font-size: 4.5rem;
        }
        .zero-hero-copy {
            font-size: 38px;
        }
        .zero-comp-body {
            max-width: 80%;
        }
        .grey-box {
            width: 85%;
        }
        .zero-all-access {
            margin-top: -30%;
            margin-bottom: 0px;
            margin-left: 60%;
            position: absolute;
            width: 100%;
        }
    }

    @media screen and (max-width: 1200px) {
        .zero-headline {
            font-size: 3.5rem !important;
        }
        .zero-comp-body {
            max-width: 80% !important;
        }
        .grey-box {
            width: 100% !important;
        }
    }

    @media screen and (max-width: 1440px) {
        .grey-box {
            width: 90%;
        }
        .zero-headline {
            font-size: 4rem;
        }
        .zero-hero-copy {
            font-size: 28px;
        }
    }

    @media screen and (max-width: 1023px) {
        /**** new popup html 12/06/2019 ***/
        .zero-data-content .zero-data-inner p {
            margin-bottom: 19px;
        }
        .zero-data-content .zero-data-inner h1 {
            font-size: 48px;
            line-height: 66px;
            margin-bottom: 33px;
        }
    }

    @media screen and (max-width: 991px) {
        /**** new popup html 12/06/2019 ***/
        .zero-data-content .zero-data-inner h1 {
            font-size: 42px;
            line-height: 57px;
        }
        .zero-data-content .zero-data-inner h2 {
            font-size: 18px;
            letter-spacing: 8px;
        }
        .zero-data-popup .popup-box {
            height: 480px;
        }
        .white_modalbox .popup-box {
            max-height: 480px;
            height: 100% !important;
        }
    }

    @media screen and (max-width: 767px) {
        /**** new popup html 12/06/2019 ***/
        /* 10-12 */
        .zero-data-content .zero-data-inner h1 {
            font-size: 36px;
            line-height: 49px;
            max-width: 80%;
        }
        /* 10-12 */
        .zero-data-content .zero-data-inner h2 {
            font-size: 16px;
            letter-spacing: 8px;
        }
        .zero-data-content .zero-data-inner .learn-more-btn {
            height: 50px;
            line-height: 50px;
            font-size: 22px;
        }
        .zero-data-popup .popup-box {
            height: 470px;
        }
    }

    @media screen and (max-width: 575px) {
        /**** new popup html 12/06/2019 ***/
    /*	.zero-data-popup .popup-box{
		height: 440px;
       }*/
       .zero-data-content .zero-data-inner .new-btn {
        margin-bottom: 15px;
    }
    .zero-data-content .zero-data-inner h2 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 7px;
    }
    .zero-data-content .zero-data-inner p {
        margin-bottom: 19px;
        font-size: 12px;
    }
    .zero-data-content .zero-data-inner h1 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .zero-data-content .zero-data-inner .learn-more-btn {
        height: 44px;
        line-height: 45px;
        font-size: 16px;
        max-width: 200px;
    }
    .zero-data-popup .popup-box {
        max-height: 360px;
    }
}

@media (max-width: 450px) {
    .zero-headline {
        font-size: 2.5rem !important;
    }
    .zero-hero-copy {
        font-size: 20px !important;
        line-height: 2;
    }
    .zero-comp-body {
        max-width: 95% !important;
    }
    .grey-box {
        width: 100%;
        padding: 40px 60px 140px 40px;
    }
    .zero-all-access {
        margin-left: 20% !important;
        width: 85% !important;
        margin-top: 50% !important;
    }
    /**** new popup html 12/06/2019 ***/
    .zero-data-popup .popup-box {
        height: 480px;
    }
    .zero-data-content .zero-data-inner h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .zero-data-content .zero-data-inner {
        padding: 40px 30px;
    }
}

@media (max-width: 435px) {
    .zero-all-access {
        margin-left: 20% !important;
        width: 85% !important;
        margin-top: 75% !important;
    }
}

@media (max-width: 375px) {
    .zero-all-access {
        margin-left: 20% !important;
        width: 85% !important;
        margin-top: 100% !important;
    }
}

@media (max-width: 359px) {
    .zero-all-access {
        margin-left: 0% !important;
        width: 100% !important;
        margin-top: 165% !important;
    }
}

.banner-announcement {
    position: fixed;
    top: 0;
    background: #00ebd0;
    background-position: center;
    background-repeat: no-repeat;
    height: 32px;
    font-size: 15px;
    width: 100%;
    z-index: 1000;
    color: #171717!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .05) inset;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: fibra-light;
}

.simple-cta {
    transition: .3s ease opacity;
    opacity: .5;
}

.table-class {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0.8em 1em;
    overflow: hidden;
    list-style: none;
    border: solid 2px grey;
    border-color: #f2f3f4;
    margin: -3px 0 0 -3px;
    font-size: 14px;
}

.left-align-img {
    float: left;
}

.type-list li {
    margin: 0px !important;
}

.table_wrapper table tbody tr:first-child td {
    font-family: 'fibra-regular';
}

.table_wrapper table tbody tr td {
    vertical-align: top;
}

.wp-caption-text {
    text-align: center;
    font-style: italic !important;
    font-family: fibra-ultralight !important;
}

.blogSingle-section .blog-content ul,
.singleNews-section .news-body ul {
    margin-bottom: 30px;
}


/* ROCE - 2020 */

.data-rise .banner-image img {
    max-width: 100%;
}

.data-rise .form-wrapper .colmn-form {
    padding: 0 0 30px 0 !important;
}

.data-rise {
    margin-bottom: 60px;
}

.data-rise p {
    font-size: 16px;
    letter-spacing: -0.15px;
    line-height: 1.7 !important;
    font-family: fibra-samibold;
    margin-bottom: 25px;
    max-width: 1000px;
}

.form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px 0;
}

.form-left .form-wrapper .colmn-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.form-left .form-wrapper .details-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.data-rise h3,
.data-rise h1,
.data-rise.form-right h1 {
    font-size: 24px !important;
    margin-bottom: 20px;
    letter-spacing: -0.25px;
}

.details-form address {
    font-style: normal;
    font-family: fibra-samibold;
    max-width: 250px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.7px;
    margin-bottom: 11px;
}

.data-rise.form-left .form-wrapper .colmn-form {
    padding: 0px 110px 50px 0 !important;
}

.form-wrapper .colmn-form .form-group .hbspt-form fieldset {
    margin-top: 29px;
    max-width: 100% !important;
}

.form-wrapper .colmn-form .form-group .hbspt-form fieldset:last-child {
    margin-bottom: 30px;
}

.form-wrapper .colmn-form fieldset.form-columns-2 .field {
    display: inline-block;
    width: 48% !important;
    margin-right: 4%;
    background-color: transparent;
}

.form-wrapper .colmn-form fieldset.form-columns-2 .field:last-of-type {
    margin-right: 0;
}

.form-wrapper .colmn-form fieldset .field label {
    color: #000;
    font-size: 14px;
    font-family: fibra-samibold;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

.form-wrapper .colmn-form fieldset .field .input {
    margin-right: 0;
    margin-top: 5px;
}

.form-wrapper .colmn-form fieldset .field input {
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #00b7f1;
    width: 100% !important;
    border-radius: 0;
    margin-right: 0;
    outline: 0;
    color: #000;
    padding-left: 0 !important;
}

.form-wrapper .colmn-form fieldset select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 100% !important;
    border-radius: 0;
    border: none;
    outline: 0;
    border-radius: 0;
    border-bottom: solid 2px #00b7f1;
    color: #000;
}

.form-wrapper .colmn-form fieldset textarea {
    width: 100% !important;
    resize: none !important;
    border: none;
    border-radius: 0;
    border-bottom: solid 2px #00b7f1;
    color: #979797;
    background-color: transparent;
    outline: 0;
    resize: none;
}

.form-wrapper .colmn-form form .hs-button {
    padding: 10px 20px;
    background-color: #00b7f1;
    color: #fff;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 30px;
}

.form-wrapper .hs-error-msgs {
    list-style: none;
}

.form-wrapper .hs-error-msgs li label {
    font-size: 10px;
    color: #f10000 !important;
}

.data-rise {
    margin-top: 70px;
}

.data-rise.form-left .main-event-wrapper {
    display: flex;
}

.data-rise.form-left .main-event-wrapper .banner-image {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0px 110px 50px 0;
}

.data-rise {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.data-rise.form-right,
.data-rise.no-form {
    margin-left: 0px;
    margin-right: 0px;
}

.data-rise>div {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    padding: 0 15px;
    display: block;
}

.data-rise>div.singleNews-section {
    max-width: 940px;
}

.data-rise>div.singleNews-section p,
.data-rise>div.singleNews-section ul li {
    text-align: left;
}

.data-rise>div.singleNews-section p,
.data-rise>div.singleNews-section a {
    word-break: break-word;
}

.data-rise.form-right .event-text-center {
    flex: 0 0 70%;
    max-width: 70%;
}

.data-rise.form-right .main-event-wrapper,
.data-rise.no-form .main-event-wrapper {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 110px 50px 0;
}

.data-rise.form-right .form-wrapper,
.data-rise.no-form .form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0;
}

.data-rise.no-form .main-event-wrapper .data-rise-detail {
    display: none;
}

.data-rise.no-form p {
    margin-right: 0;
    max-width: 100%;
}

.form-left.data-rise>div {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    display: flex;
}

.data-rise .form-wrapper .colmn-form {
    padding: 0
}

.data-rise .form-wrapper>div,
.data-rise .main-event-wrapper .banner-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
}

.data-rise .main-event-wrapper .banner-image iframe {
    width: 100%;
    padding-bottom: 30px;
}

.data-rise .main-event-wrapper .banner-image iframe,
.data-rise .main-event-wrapper .banner-image,
.data-rise .form-wrapper .colmn-form {
    min-height: 470px;
}

.data-rise .form-wrapper .colmn-form iframe {
    width: 100% !important;
}

@media screen and (max-width: 1200px) {
    .data-rise.form-right .event-text-center {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .data-rise>div.singleNews-section {
        padding: 0;
    }
    .form-wrapper .colmn-form {
        padding-right: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .form-wrapper .details-form,
    .form-left .form-wrapper .details-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-event-wrapper {
        flex-wrap: wrap;
    }
    .data-rise.form-left .main-event-wrapper .banner-image,
    .form-left .form-wrapper .colmn-form,
    .data-rise .main-event-wrapper .banner-image {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0px 50px 0;
    }
    .form-wrapper,
    .form-left.data-rise>div,
    .data-rise.form-left .main-event-wrapper {
        flex-wrap: wrap !important;
    }
    .data-rise.form-left .form-wrapper .colmn-form {
        padding: 0 0 30px 0 !important;
    }
    .data-rise.form-right h1 {
        font-size: 40px;
    }
    .data-rise>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .data-rise .main-event-wrapper .banner-image,
    .data-rise .form-wrapper .colmn-form {
        min-height: auto;
        height: auto
    }
    .data-rise.form-right .main-event-wrapper,
    .data-rise.no-form .main-event-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .data-rise.form-right .form-wrapper,
    .data-rise.no-form .form-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .data-rise .main-event-wrapper .banner-image iframe {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 970px) {
    .data-rise.no-form>div {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .data-rise {
        margin-top: 40px;
    }
    .data-rise.form-left .main-event-wrapper .banner-image,
    .data-rise .main-event-wrapper .banner-image {
        height: auto;
        padding-bottom: 20px;
        width: 100%;
    }
    .data-rise p {
        font-size: 14px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    .form-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0 0;
    }
    .form-wrapper .colmn-form {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .form-left .form-wrapper .colmn-form,
    .data-rise.form-left .form-wrapper .colmn-form,
    .form-wrapper .colmn-form,
    .form-left .form-wrapper .details-form,
    .form-wrapper .details-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .form-wrapper .colmn-form fieldset.form-columns-2 .field {
        width: 100% !important;
        margin-right: 0;
    }
    .form-wrapper .colmn-form .form-group .hbspt-form fieldset,
    .form-wrapper .colmn-form form .hs-button {
        margin-top: 20px;
    }
    .form-wrapper .colmn-form fieldset.form-columns-2 .field:last-of-type {
        margin-top: 20px;
    }
    .form-wrapper .colmn-form {
        padding-bottom: 40px;
    }
    .form-wrapper .details-form {
        padding-bottom: 35px;
    }
    .data-rise .main-event-wrapper .banner-image iframe {
        min-height: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .blog-section.section-lg {
        padding: 0px 0 50px;
    }
    .news-section.blog-section {
        padding-bottom: 0;
    }
    .data-rise .main-event-wrapper .banner-image iframe {
        min-height: 200px;
    }
}


/* ROCE - 2020 */

.hytPlayerWrap {
    position: relative!important;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: block!important;
}

.hytPlayerWrap iframe,
.hytPlayerWrap object,
.hytPlayerWrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%;
}

.data-rise p {
    font-family: fibra-regular;
}


/****** press release page newsletter css(15-04-202) *******/

.blogSingle-section .news-letter {
    margin-top: 30px;
}

.blogSingle-section .news-letter p {
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
}

.blogSingle-section .news-letter .hbspt-form {
    position: relative;
    max-width: 350px;
}

.blogSingle-section .news-letter .hbspt-form .hs_email>label {
    display: none;
}

.blogSingle-section .news-letter .hbspt-form .hs-error-msgs {
    padding: 0;
    margin: 0;
}

.blogSingle-section .news-letter .hbspt-form .hs-error-msgs li {
    margin: 0;
    list-style: none;
}

.blogSingle-section .news-letter .hbspt-form .hs_error_rollup {
    display: none;
}

.blogSingle-section .news-letter .hbspt-form .hs-error-msgs li label {
    color: red;
    text-transform: capitalize;
    border: none;
    padding: 0;
}

.blogSingle-section .news-letter .hbspt-form .hs_submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
}

.blogSingle-section .news-letter .hbspt-form .hs_submit .actions,
.blogSingle-section .news-letter .hbspt-form .hs_submit .actions input {
    height: 100%;
}

.blogSingle-section .news-letter .hbspt-form .hs_submit .actions input {
    width: 50px;
    height: 52px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00B7F1;
    border: none;
    border-radius: 0 5px 5px 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    cursor: pointer;
    background-image: url(app/images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    font-size: 0;
}

.blogSingle-section .news-letter .input input {
    font-size: 14px;
    line-height: 1.2;
    font-family: fibra-light;
    letter-spacing: -0.4px;
    border-radius: 5px;
    color: #000;
    padding: 17px 70px 17px 19px;
    border: 1px solid #00B7F1;
    background-color: transparent;
    width: 100%;
    height: 52px;
}

.blogSingle-section .news-letter .input input:focus {
    outline: none;
}
