@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700,900|Fira+Sans+Condensed:400,700&display=swap");
*:focus {
    outline: 0;
}
.no-scroll{
    overflow: hidden;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/* Header Section */
.try_nessus_pg header {
    background: #ffffff;
}
.try_nessus_pg header:after {
    display: none !important;
}
.try_nessus_pg header .container {
    max-width: 100%;
}
.try_nessus_pg header .sitelogo {
    padding-left: 80px;
    margin-top: 29px;
}
.try_nessus_pg header .sitelogo img {
    max-width: 137px;
}
.try_nessus_pg .header-form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.try_nessus_pg .form-content {
    padding: 0;
}
.try_nessus_pg .form-box-div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 800px;
    padding: 0;
    position: relative;
}

.try_nessus_pg .hv-client .clienttele_logo img {
    display: none;
}
.try_nessus_pg .header-content {
    max-width: 800px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 151px;
    width: 100%;
    float: none;
}
.try_nessus_pg .header-content h3 {
    font-stretch: normal;
    letter-spacing: normal;
    max-width: 640px;
    margin: 36px 0 27px 0;
}
.try_nessus_pg .header-content .list-true {
    list-style-type: none;
    margin: 0;
    max-width: 639px;
    padding-left: 0;
}
.try_nessus_pg .header-content .list-true li {
    background-image: url("https://www.tenable.com/lp/log4j/images/checkmark.svg");
    background-repeat: no-repeat;
}
.try_nessus_pg .form-box {
    background: transparent;
    box-shadow: none;
    float: none;
    min-height: inherit;
    max-width: 800px;
    margin: 0 auto 0 0;
    padding: 0 0 0 160px;
    width: 100%;
}
.try_nessus_pg .wrap-steps h2 {
    width: 100%;
}
.try_nessus_pg .wrap-steps h4 {
    margin: 0 auto;
}
.try_nessus_pg .form-items-wrap-1 h4 {
    max-width: 455px;
}
.try_nessus_pg .form-items-wrap-2 h2 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 13px;
}
.try_nessus_pg .form-items-wrap-2 h4 {
    max-width: 576px;
    color: #fff
}
.try_nessus_pg .form-box form {
    margin: 0 auto;
}
.try_nessus_pg .form-box form .form-items-wrap-1 .clearfix {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.try_nessus_pg .form-box form .form-items-wrap-1 .clearfix::before,
.try_nessus_pg .form-box form .form-items-wrap-1 .clearfix::after {
    display: none;
}
.try_nessus_pg .form-box form .form-items-wrap-1 .clearfix .onehalf {
    margin: inherit;
}
.try_nessus_pg .form-box form .form-items-wrap-1 .clearfix .onehalf .form-item,
.try_nessus_pg .form-box form .form-items-wrap-2 .clearfix .onehalf .form-item {
    width: 100%;
}

.try_nessus_pg .form-box form .form-item {
    max-width: 100%;
    width: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.try_nessus_pg .form-box form .form-item .eval-error {
    display: none;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.try_nessus_pg .form-box form .form-item.invalid .eval-error {
    background-image: url("https://www.tenable.com/lp/log4j/images/icon_error.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 17px;
    display: block;
    color: #ff7d7d;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    padding-left: 22px;
    position: absolute;
    left: 0;
    top: 68px;
    text-align: left;
}
.try_nessus_pg .form-box form .form-item.invalid input,
.try_nessus_pg .form-box form .form-item.invalid select {
    border-color: #ff7d7d;
}
.try_nessus_pg .wrap-steps {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.try_nessus_pg .step2 .form-items-wrap-1 {
    display: block;
    width: 100%;
}
.try_nessus_pg .wrap-steps.step1 .form-items-wrap-2 {
    display: none;
}
.try_nessus_pg .wrap-steps .form-items-wrap-1,
.try_nessus_pg .wrap-steps .form-items-wrap-2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
    padding: 0 1px;
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit]) {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-family: 'Fira Sans Condensed', sans-serif;
    letter-spacing: normal;
    max-width: 100%;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
    z-index: 1;
    height: 60px;
    padding: 10px 20px
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit]):focus,
.try_nessus_pg [id^=t-eval-] .focused + input {
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}
.try_nessus_pg [id^=t-eval-] .form-item.invalid input:not([type=submit]) {
    margin-bottom: 30px;
}
.try_nessus_pg [id^=t-eval-] .invalid input:not([type=submit]),
.try_nessus_pg [id^=t-eval-] .invalid select {
    background-color: transparent;
    border-color: #ff7d7d;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #00839B inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
input::-ms-clear {
    display: none;
}
select::-ms-value {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
[id^=t-eval-] .invalid {
    border-color: #FF7D7D !important;
}
.try_nessus_pg [id^=t-eval-] .form-item {
    padding: 5px 0 0 0;
}
.try_nessus_pg [id^=t-eval-] label {
    display: block;
    background: transparent;
    font-family: 'Fira Sans Condensed', sans-serif;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 0;
}
.try_nessus_pg [id^=t-eval-] label[for="t-eval-nessus-eval-header-company-size"] {
    opacity: 1;
    color: rgba(255, 255, 255, 0.7);
}
.try_nessus_pg [id^=t-eval-] .focused input, .try_nessus_pg [id^=t-eval-] .focused select {
    background-color: transparent;
}
.try_nessus_pg [id^=t-eval-] .focused input, .try_nessus_pg .form-box .focused select {
    color: #fff !important;
}
.try_nessus_pg [id^=t-eval-] label.focused {
    background: #007f9b;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    left: 16px;
    top: -1px;
    z-index: 2;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.try_nessus_pg [id^=t-eval-] .form-item.invalid label {
    color: #ff7d7d;
}
.try_nessus_pg [id^=t-eval-] .error-msg {
    background: #ff671b;
    border-radius: 0;
    text-align: left;
}
.try_nessus_pg [id^=t-eval-] .error-msg .white-text {
    color: #fff;
}
.try_nessus_pg .form-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(255, 255, 255, 0.04);
    background-image: url("https://www.tenable.com/lp/log4j/images/icon_select.svg");
    background-repeat: no-repeat;
    background-position: center right 14px;
    background-size: 10px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
    margin-bottom: 0;
    max-width: 100%;
    padding: 10px 38px 10px 20px;
    height: 60px;
    width: 100%;
}
.try_nessus_pg .form-box select:focus,
.try_nessus_pg .form-box .focused + select {
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}
.try_nessus_pg .form-box select option {
    color: #000;
}
.try_nessus_pg .form-box select::-ms-expand {
    display: none;
}
.try_nessus_pg [id^=t-eval-] .focused label {
    background-color: transparent;
    top: 0;
    left: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    z-index: 3;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.try_nessus_pg [id^=t-eval-] .focused label:before {
    background-color: #00839B;
    position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    height: 2px;
    width: 100%;
    z-index: -1;
}
.try_nessus_pg [id^=t-eval-] .focused.typing label {
    color: #fff;
}
.try_nessus_pg [id^=t-eval-] .focused input, .try_nessus_pg .form-box .focused select {
    box-shadow: none;
    color: #fff;
}
.try_nessus_pg [id^=t-eval-] .invalid.focused.typing label {
    color: #ff7d7d;
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit]):focus::-moz-placeholder {
    opacity: 0;
    transition: .3s;
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit]):focus:-moz-placeholder {
    opacity: 0;
    transition: .3s;
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit]):focus::-webkit-input-placeholder {
    opacity: 0;
    transition: .3s;
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit]):focus:-ms-input-placeholder {
    opacity: 0;
    transition: .3s;
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit])::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.7);
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit]):-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit])::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.try_nessus_pg [id^=t-eval-] input:not([type=submit]):-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.try_nessus_pg [id^=t-eval-] .invalid input::-moz-placeholder {
    color: #ff7d7d;
}
.try_nessus_pg [id^=t-eval-] .invalid input:-moz-placeholder {
    color: #ff7d7d;
}
.try_nessus_pg [id^=t-eval-] .invalid input::-webkit-input-placeholder {
    color: #ff7d7d;
}
.try_nessus_pg [id^=t-eval-] .invalid input:-ms-input-placeholder {
    color: #ff7d7d;
}
.try_nessus_pg header .wrap-btn {
    margin: 24px 0 16px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.try_nessus_pg header .form-items-wrap-2 > .wrap-btn {
    margin-top: 24px;
}
.try_nessus_pg .formBtn {
    border-radius: 4px;
    letter-spacing: normal;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
}
.try_nessus_pg .formBtn img {
    margin-left: 8px;
    cursor: pointer;
}
.try_nessus_pg .formBtn.go-back-1 img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 7px;
}
.try_nessus_pg input[type=submit]:hover,
.try_nessus_pg input[type=submit].disabled,
.try_nessus_pg input[type=submit][disabled],
.try_nessus_pg .formBtn:hover,
.try_nessus_pg .formBtn:focus {
    background-color: #E67600;
    text-decoration: none;
}
.try_nessus_pg [id^=t-eval-] input[type=submit] {
    margin: 0 0 0 16px;
}
.try_nessus_pg .formBtn.go-back-1 {
    background-color: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
}
.try_nessus_pg .formBtn.go-back-1:hover,
.try_nessus_pg .formBtn.go-back-1:focus {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}
.try_nessus_pg .formBtn.go-back-1:hover img,
.try_nessus_pg .formBtn.go-back-1:focus img {
    opacity: 1;
}
.try_nessus_pg [id^=t-eval-] .form-item.consent {
    font-family: 'Fira Sans Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
    max-width: 576px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
    width: 100%;
}
.try_nessus_pg [id^=t-eval-] .form-item.consent p {
    display: inline;
    margin-bottom: 0;
}
.try_nessus_pg [id^=t-eval-] .form-item.consent small{
    font-size: 100%;
}
.try_nessus_pg [id^=t-eval-] .form-item.consent a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.try_nessus_pg [id^=t-eval-] .form-item.consent a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.try_nessus_pg header .step-status {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    display: none;
}
.buy-now-link-wrapper {
    font-weight: normal;
    text-align: center;
}
.buy-now-link-wrapper > a {
    color: #ffffff;
}
.try_nessus_pg .form-box .form__buy-now {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    margin: 0 auto;
    text-align: center;
}
.try_nessus_pg .form-box .form__buy-now a {
    color: #fff;
}
.try_nessus_pg .form-box .nessus-pro-buy-vat {
    margin-bottom: 0;
}
.try_nessus_pg .confirmation-box img {
    margin-bottom: 46px;
    position: relative;
    left: 8px;
}
.try_nessus_pg .confirmation-box h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 41px;
    margin: 0 0 12px;
}
.try_nessus_pg .confirmation-box p {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    margin: 0 auto;
    max-width: 398px;
}

/* Client Section */
.try_nessus_pg .hv-client {
    text-align: center;
}
.try_nessus_pg .hv-client h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: normal;
    color: #575757;
    margin: 0 0 12px 0;
}

/* Features Section */
.try_nessus_pg .hv-features h2 {
    text-align: center;
}
.try_nessus_pg .hv-features h3 {
    letter-spacing: normal;
    text-align: center;
    margin-top: 0;
}
.try_nessus_pg .feature_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 0 25px;
    margin: 0px auto -35px 0;
}
.try_nessus_pg .feature_list li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
}
.try_nessus_pg .feature_list li:nth-child(even) {
    margin-left: 68px;
}
.try_nessus_pg .feature_list li .colIcon img {
    width: 100%;
    max-width: 36px;
}
.try_nessus_pg .feature_list li .colContent {
    width: 424px;
}
/* About Section */
.try_nessus_pg .hv-about .watch_the_video_section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.try_nessus_pg .hv-about .watch_the_video_section .col_left {
    width: 50%;
    background: transparent;
}
.try_nessus_pg .hv-about .watch_the_video_section .hv-about-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.try_nessus_pg .hv-about .watch_the_video_section .hv-about-list li {
    background-image: url("https://www.tenable.com/lp/log4j/images/checkmark.svg");
    background-repeat: no-repeat;
    background-position: top 12px left;
}
.try_nessus_pg .hv-about .watch_the_video_section .hv-about-list li:last-child {
    margin-bottom: 0;
    margin-top: 0px;
    min-height: auto;
}
.try_nessus_pg .hv-about .watch_the_video_section .col_right .playBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.try_nessus_pg .hv-about .watch_the_video_section .col_right .playBtn:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.try_nessus_pg .hv-about .watch_the_video_section .col_right .playBtn img {
    width: 100%;
    height: auto;
}
.try_nessus_pg .hv-about .watch_the_video_section .col_right .lightLogo {
    position: absolute;
}
.try_nessus_pg > .vidyard_tinner {
    display: none;
}

/* Quote Section */
.try_nessus_pg .hv-quote-section .container {
    max-width: 1440px;
}
.try_nessus_pg .testimonial-slider {
    z-index: 2;
}
.try_nessus_pg .testimonial-slider .vidyard_wrapper {
    border: 1px solid #e0e0e0;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 240px;
    width: 240px;
}
.try_nessus_pg .testimonial-slider .vidyard_wrapper button:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.try_nessus_pg .testimonial-slider .vidyard_wrapper > img {
    width: 100%;
    height: 100%;
    border: solid 20px #FFF;
    border-radius: 50%;
    object-position: center;
}
.try_nessus_pg .testimonial-slider .vidyard_wrapper .play-btn {
    background-color: transparent;
    margin: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: 0;
    z-index: 1;
}
.try_nessus_pg .testimonial-slider .hv-quote-video-inner:hover .vidyard_wrapper .play-btn {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.try_nessus_pg .testimonial-slider .hv-quote-content-blockquote {
    color: #575757;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: normal;
    min-height: auto;
    margin: -4px 0 38px 0;
}
.try_nessus_pg .testimonial-slider .hv-quote-content-blockquote blockquote {
    margin: 0;
}
.try_nessus_pg .testimonial-slider .hv-quote-content-blockquote blockquote strong{
    color: #575757;
}
.try_nessus_pg .testimonial-slider .hv-quote-title-block {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.try_nessus_pg .testimonial-slider .hv-quote-bird-img {
    display: flex;
    align-items: center;
}
.try_nessus_pg .testimonial-slider .hv-quote-bird-img img {
    margin: 0 auto;
}
.try_nessus_pg .testimonial-slider .hv-quote-title-text > strong {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.55;
    letter-spacing: normal;
    color: #00a5b5;
}
.try_nessus_pg .vidyard_wrapper .play-btn .arrow {
    display: none;
}
.try_nessus_pg .vidyard_wrapper .play-btn .arrow-size {
    margin: 0;
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}
.try_nessus_pg .vidyard_wrapper .play-btn .arrow-size-ratio {
    background-image: url("https://www.tenable.com/lp/log4j/images/icon_play_round.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 38px;
    height: 43px;
    padding: 0;
}
.try_nessus_pg .company-networks-section {
    background-image: -moz-linear-gradient(bottom, #00a5b5, #00495c);
    background-image: -webkit-linear-gradient(bottom, #00a5b5, #00495c);
    background-image: linear-gradient(to top, #00a5b5, #00495c);
    margin-top: -110px;
    overflow: hidden;
    position: relative;
}
.try_nessus_pg .company-networks-section .bg_animation {
    max-width: 922px;
    position: absolute;
    width: 130%;
    bottom: -70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.03;
    z-index: 0;
}
.try_nessus_pg .company-networks-section .bg_animation svg {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.try_nessus_pg .company-networks-section .company-networks-bg {
    padding: 210px 0 168px;
    position: relative;
    z-index: 1;
}
.try_nessus_pg .company-networks-section .company-networks-wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
}
.try_nessus_pg .company-networks-section .company-networks-wrapper h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 799px;
    margin: 0 auto 39px auto;
}
.try_nessus_pg .company-networks-bg .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 394px;
    height: 80px;
    border-radius: 4px;
    background-color: #F87B1E;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.try_nessus_pg .company-networks-bg .btn:hover,
.try_nessus_pg .company-networks-bg .btn:active {
    background-color: #E67600;
}

/* Footer Section */
.try_nessus_pg .footer {
    padding: 0;
}
.try_nessus_pg .footer-copyright {
    padding: 66px 0 40px;
}
.try_nessus_pg .footer__info {
    color: #aaaaaa;
    font-size: 20px;
    font-stretch: condensed;
    line-height: 1.6;
    letter-spacing: normal;
    margin-top: 0;
    padding: 0;
}
.try_nessus_pg .footer__info a {
    color: #aaaaaa;
}
.try_nessus_pg .footer__info a:hover {
    color: #00839b;
    text-decoration: none;
}
.try_nessus_pg .footer .footer__info p {
    letter-spacing: normal;
    margin: 10px 0;
}
div[id^='__lpform'] {
    display: none !important;
}

@media screen and (min-width: 1728px) {
    .try_nessus_pg .testimonial-slider .hv-quote-title-text {
        letter-spacing: -0.5px;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-bird-img {
        height: 66px;
        width: 124px;
    }
    .tenable-v4-hero .form-box form .form-items-wrap-1 .clearfix .onehalf, .tenable-v4-hero .form-box form .form-items-wrap-1 .email-field, .tenable-v4-hero .form-box form .form-items-wrap-1 .email-field + .form-item{
        width: -webkit-calc(50% - 12px) !important;
        width: calc(50% - 12px) !important;
    }
    .try_nessus_pg [id^=t-eval-] .form-item.consent {
        margin-top: 21px;
    }
}

@media screen and (max-width: 1727.89px) {
    /* Header and Hero section */
    .try_nessus_pg header {
        min-height: 720px;
    }
    .try_nessus_pg header .sitelogo {
        padding-left: 0px;
        max-width: 647px;
    }
    .try_nessus_pg .header-content {
        margin-top: 125px;
    }
    .try_nessus_pg .header-content {
        max-width: 647px;
    }
    .try_nessus_pg .header-content .list-true li {
        background-position: top 5px left;
    }
    .try_nessus_pg .form-box form .form-item {
        width: 100%;
        padding-top: 0;
    }
    .try_nessus_pg .form-items-wrap-1 h4 {
        margin-bottom: 35px;
    }
    .try_nessus_pg .form-items-wrap-2 h2 {
        font-size: 28px;
        line-height: 37px;
    }

    .try_nessus_pg .form-items-wrap-2 .clearfix {
      width: 100%;
    }

    .try_nessus_pg [id^=t-eval-] .focused label {
        left: 11px;
        top: -6px;
    }
    .try_nessus_pg [id^=t-eval-] input:not([type=submit]),
    .try_nessus_pg .form-box select {
        padding: 5px 16px;
        height: 48px
    }
    .try_nessus_pg .form-box select {
        padding-right: 38px;
    }
    .try_nessus_pg [id^=t-eval-] label.focused {
        font-size: 14px;
        left: 11px;
    }
    .try_nessus_pg .form-box form .form-item.invalid .eval-error {
        top: 52px;
    }
    .try_nessus_pg .form-box form .form-item.invalid {
        margin-bottom: 4px;
    }
    .try_nessus_pg [id^=t-eval-] .form-item.consent {
        margin-top: 12px;
    }
    .try_nessus_pg header .form-items-wrap-2 > .wrap-btn {
        margin-top: 26px;
    }
    .try_nessus_pg header .step-status {
        font-size: 14px;
        line-height: 1.93;
    }
    .try_nessus_pg header .wrap-btn {
        margin-bottom: 15px;
    }
    .try_nessus_pg .confirmation-box img {
        margin-bottom: 48px;
    }
    .try_nessus_pg .confirmation-box h2 {
        font-size: 28px;
        line-height: 37px;
    }
    /* Over Clients */
    .try_nessus_pg .hv-client h3 {
        margin-bottom: 0;
    }
    .try_nessus_pg .hv-client h4 {
        font-size: 22px;
        line-height: 1.41;
        margin-bottom: 46px;
    }
    /* Vulnerabilities */
    .try_nessus_pg .feature_list li:nth-child(even) {
        margin-left: 68px;
        margin-right: 20px;
    }
    /* Watch the video how Nessus Professional */
    .try_nessus_pg .hv-about .watch_the_video_section .hv-about-list li {
        margin-bottom: 25px;
        background-position: top 8px left;
    }
    /* testimonial slider*/
    .try_nessus_pg .hv-quote-section .container {
        max-width: 1250px;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-content-blockquote {
        font-size: 22px;
        line-height: 1.41;
        margin-bottom: 29px;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-title-text > strong {
        font-size: 20px;
        line-height: 1.45;
    }
    .try_nessus_pg .company-networks-section .company-networks-wrapper h2 {
        font-size: 32px;
        line-height: 1.28;
        max-width: 630px;
        margin-bottom: 32px;
    }
    .try_nessus_pg .company-networks-bg .btn {
        max-width: 284px;
        height: 56px;
        line-height: 56px;
        font-size: 17px;
    }
    .try_nessus_pg .testimonial-slider .vidyard_wrapper {
        width: 215px;
        height: 215px;
    }
    .try_nessus_pg .vidyard_wrapper .play-btn .arrow-size-ratio {
        width: 36px;
        height: 42px;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-bird-img {
        height: 64px;
        width: 121px;
    }
    /* Company Networks Section */
    .try_nessus_pg .company-networks-section {
        margin-top: -102px;
    }
    .try_nessus_pg .company-networks-section .company-networks-bg {
        padding: 232px 0 191px;
    }
    /* Footer Section */
    .try_nessus_pg .footer {
        min-height: 100%;
    }
    .try_nessus_pg .footer-copyright {
        padding: 50px 0;
    }
    .try_nessus_pg .footer .footer__info p {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1440px) {
    .try_nessus_pg .hv-client .hv_client_logos.logos_desktop_large {
        display: block;
    }
}

@media screen and (max-width: 1330px) {
    /* Header and Hero section */
    .try_nessus_pg header .sitelogo {
        margin-left: auto;
    }
    .try_nessus_pg header .sitelogo,
    .try_nessus_pg .header-content,
    .try_nessus_pg .form-box {
        max-width: 540px;
    }
    .try_nessus_pg .wrap-steps .form-items-wrap-1,
    .try_nessus_pg .wrap-steps .form-items-wrap-2 {
        max-width: 488px;
    }
    .try_nessus_pg .form-box {
        padding: 0 0 0 52px;
    }
    .try_nessus_pg .wrap-steps {
        width: 976px;
    }
    .try_nessus_pg .header-content {
        padding-right: 52px;
    }
    /* Over Clients */
    .try_nessus_pg .hv-client .container {
        max-width: 1040px;
    }
    /* Watch the video Section */
    .try_nessus_pg .hv-about .watch_the_video_section .col_left .inner_cont {
        max-width: 560px;
    }
    /* Testimonial Slider */
    .try_nessus_pg .hv-quote-section .container {
        max-width: 1035px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1330px) {
    .try_nessus_pg .form-items-wrap-1 h2,
    .try_nessus_pg .form-items-wrap-2 h2 {
        font-size: 25px;
        line-height: normal;
    }
    .try_nessus_pg .form-items-wrap-1 h4 {
        font-size: 19px;
        line-height: normal;
    }
    .try_nessus_pg .form-items-wrap-2 h4 {
        font-size: 16px;
        line-height: normal;
    }
}

@media screen and (min-width: 1200px) {
    .try_nessus_pg .vidyard_wrapper .play-btn {
        width: 126px;
    }
}

@media screen and (max-width: 1199px) {
    /* Header and Hero section */
    .try_nessus_pg header .sitelogo,
    .try_nessus_pg .header-content,
    .try_nessus_pg .form-box {
        max-width: 470px;
    }
    .try_nessus_pg .wrap-steps .form-items-wrap-1,
    .try_nessus_pg .wrap-steps .form-items-wrap-2 {
        max-width: 418px;
    }
    .try_nessus_pg .wrap-steps {
        width: 836px;
    }
    /* Vulnerabilities */
    .try_nessus_pg .feature_list {
        padding: 0;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .try_nessus_pg .feature_list li {
        max-width: 400px;
    }
    /* Watch the video Section */
    .try_nessus_pg .hv-about .watch_the_video_section .col_left .inner_cont {
        max-width: 470px;
    }
    /* Testimonial Slider */
    .try_nessus_pg .hv-quote-section .container {
        max-width: 925px;
    }
    .try_nessus_pg .testimonial-slider .vidyard_wrapper {
        margin: 3px auto 0 0px;
    }
    .try_nessus_pg .vidyard_wrapper .play-btn {
        width: 102px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .try_nessus_pg .hv-client .hv_client_logos.logos_desktop {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    /* Header Form Section */
    .try_nessus_pg .form-box form {
        max-width: 614px;
    }
    .try_nessus_pg header .sitelogo {
        max-width: 100%;
    }
    .try_nessus_pg .header-content {
        padding-left: 0;
        margin: 45px auto 66px;
    }
    .try_nessus_pg .header-content h3 {
        max-width: 660px;
    }
    .try_nessus_pg .form-box {
        height: 100%;
        margin: 0 auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .try_nessus_pg .hv-client .clienttele_logo {
        margin: 0 auto;
    }
    .try_nessus_pg .hv-features {
        padding: 50px 24px 103px 24px;
    }
    /* About Section */
    .try_nessus_pg .hv-about .watch_the_video_section {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .try_nessus_pg .hv-about .watch_the_video_section .col_right {
        background: #222222;
        padding-bottom: 38px;
    }
    .try_nessus_pg .hv-about .watch_the_video_section .col_left .inner_cont {
        margin: 0 auto;
    }
    .try_nessus_pg .hv-about .watch_the_video_section .hv-about-list li {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        max-width: 100%;
    }
    .try_nessus_pg .hv-about .watch_the_video_section .hv-about-list p {
        padding-top: 3px;
    }
    .try_nessus_pg .hv-about .watch_the_video_section .col_right .inner_cont {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 4px;
        margin: 0 auto;
        position: relative;
        max-width: 692px;
        width: 100%;
    }
    /* Testimonial Slider */
    .try_nessus_pg .hv-quote-section .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .try_nessus_pg .testimonial-slider {
        margin: 0 auto;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-content-blockquote {
        margin-left: auto;
        margin-right: auto;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-content-blockquote blockquote {
        max-width: 100%;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-bird-img {
        height: 64px;
        width: 121px;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-bird-img img {
        display: block;
        margin: 0 auto;
    }
    .try_nessus_pg .testimonial-slider .vidyard_wrapper {
        margin: 0;
    }
    .try_nessus_pg .vidyard_wrapper .play-btn .arrow-size {
        width: 42px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.89px) {
    .try_nessus_pg .hv-client .hv_client_logos.logos_tablet {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .try_nessus_pg .wrap-steps.step2 .form-items-wrap-2 .form-item:nth-child(5),
    .try_nessus_pg .wrap-steps.step2 .form-items-wrap-2 .form-item:nth-child(6) {
        width: 100%;
    }
}

@media screen and (min-width: 360px) and (max-width: 767.89px) {
    .try_nessus_pg header .sitelogo,
    .try_nessus_pg .header-content,
    .try_nessus_pg .hv-client .container,
    .try_nessus_pg .hv-features .container,
    .try_nessus_pg .hv-about .watch_the_video_section .col_left .inner_cont,
    .try_nessus_pg .accordion_tab_section,
    .try_nessus_pg .hv-quote-section .container,
    .try_nessus_pg .company-networks-section .company-networks-bg .container,
    .try_nessus_pg .footer-copyright .container {
        max-width: 360px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 767.89px) {
    .try_nessus_pg .form-items-wrap-1 h4 {
        max-width: 100%;
    }
    .try_nessus_pg .form-items-wrap-2 h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .try_nessus_pg .form-items-wrap-2 {
        margin-bottom: -3px;
        margin-top: -3px;
    }
    .try_nessus_pg .header-content .list-true {
        margin-top: auto;
        padding-right: 0;
    }
    .try_nessus_pg .header-content .list-true li {
        padding-top: 0px;
        background-size: 18px;
        padding-bottom: 0px;
    }
    .try_nessus_pg .confirmation-box {
        margin-bottom: -4px;
        margin-top: -4px;
    }
    .try_nessus_pg .confirmation-box img {
        margin-bottom: 36px;
    }
    /* .hv-features */
    .try_nessus_pg .hv-features h3 {
        margin: 0 auto 44px;
    }
    .try_nessus_pg .feature_list li {
        width: 100%;
    }
    .try_nessus_pg .feature_list li:last-child {
        margin-top: 2px;
    }
    /* About Section */
    .try_nessus_pg .hv-about .watch_the_video_section .hv-about-list li {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-bottom: 6px;
    }
    .try_nessus_pg .hv-about .watch_the_video_section .hv-about-list p {
        padding-right: 0;
        padding-top: 0px;
    }
    .try_nessus_pg .hv-about .watch_the_video_section .col_right {
        padding-bottom: 18px;
    }
    .try_nessus_pg .hv-about .watch_the_video_section .col_right .inner_cont {
        max-width: 324px;
        border-radius: 8px;
    }
    .try_nessus_pg .testimonial-slider .vidyard_wrapper {
        margin: 0 auto;
    }
    .try_nessus_pg .vidyard_wrapper .play-btn .arrow-size {
        width: 29px;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-title-block {
        flex-direction: column;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-bird-img {
        order: 1;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-content-blockquote {
        margin: 0 0 33px 0;
    }
    .try_nessus_pg .testimonial-slider .hv-quote-content-blockquote blockquote {
        margin: 0 auto;
    }
    .try_nessus_pg .hv-client .hv_client_logos.logos_mobile {
        display: block;
    }
    .try_nessus_pg .company-networks-section .bg_animation {
        bottom: -60px;
        height: 100%;
        width: 550px;
    }
}

@media screen and (max-width: 359.89px) {
    .try_nessus_pg header .sitelogo,
    .try_nessus_pg .header-content,
    .try_nessus_pg .hv-about .watch_the_video_section .col_left .inner_cont,
    .try_nessus_pg .hv-about .watch_the_video_section .col_right,
    .try_nessus_pg .accordion_tab_section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .try_nessus_pg .form-box form {
        max-width: 288px;
    }
    .try_nessus_pg .wrap-steps {
        width: 576px;
    }
    .try_nessus_pg .wrap-steps .form-items-wrap-1,
    .try_nessus_pg .wrap-steps .form-items-wrap-2 {
        max-width: 288px;
    }
    .try_nessus_pg .hv-client h3 {
        padding: 0 15px;
    }
    .try_nessus_pg .testimonial-slider {
        width: auto;
    }
    .try_nessus_pg .testimonial-slider{
        margin-left: 0;
        margin-right: 0;
    }
}



/* Risks Section */
.risks-section .not-desktop,
.risks-section .desktop-only{
  display: none;
}
.risks-section{
    padding: 95px 0 69px;
    background-color: #fff;
}
.risks-section .container{
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}
.risks-section .risks-section-wrapper{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 17px;
    margin: auto -15px;
}
.risks-section .risks-section-wrapper .risks-img-wrapper,
.risks-section .risks-section-wrapper .risks-faq-wapper{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}
.risks-section .risks-img-wrapper{
    height: 100%;
    max-width: 550px;
    width: 100%;
    position: relative;
    margin-top: 3px;
}
.risks-section .risks-img-wrapper .open-lightbox-btn{
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: transparent;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
}
.risks-section .risks-img-wrapper .open-lightbox-btn img{
    position: relative;
    top: 0;
    left: 0;
    width: 27px;
}
.risks-section .risks-img-wrapper .faq-img{
    display: none;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.risks-section .risks-img-wrapper .faq-img.open{
    display: block;
}
.risks-section .risks-section-wrapper img.pre_built{
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    image-rendering: -webkit-optimize-contrast;
}
.risks-section-wrapper img.active{
    display: block;
}
.risks-section .risks-faq-wapper{
    width: calc(100% - 590px);
    width: -webkit-calc(100% - 590px);
    padding-left: 138px;
}
.risks-section .faq-title{
    position: relative;
    cursor: pointer;
}
.risks-section .faq-title:before{
    background-size: 20px 20px;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
}
.risks-section .faq-text{
    display: none;
}
.risks-section .faq-title.open,
.risks-section .faq-title.open:before{
    pointer-events: none;
}
.risks-section .faq-title.open:before{
    background-image: none;
    width: 20px;
    height: 2px;
    top: 13px;
    background-color: #575757;
}
@media screen and (max-width: 1250.89px){
    .risks-section .risks-section-wrapper{
        margin: auto;
    }
    .risks-section .risks-faq-wapper{
        padding-left: 105px;
    }
}
@media screen and (min-width: 992px){
  .risks-section .desktop-only{
      display: block;
  }
}
@media screen and (max-width: 991.89px){
  .risks-section .not-desktop{
    display: block;
  }
    .risks-section{
        padding-bottom: 61px;
    }
    .risks-section .container{
        width: 100%;
        max-width: 734px;
    }
    .risks-section .risks-section-wrapper .risks-img-wrapper,
    .risks-section .risks-section-wrapper .risks-faq-wapper{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .risks-section .risks-section-wrapper .risks-faq-wapper{
        margin-top: 46px;
        margin-left: 58px;
        max-width: 646px;
    }
    .risks-section .subtitle{
        margin: 23px auto 10px;
    }
    .risks-section .risks-section-wrapper{
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .risks-section .risks-img-wrapper{
        margin: auto;
        max-width: 100%;
    }
    .risks-section .risks-img-wrapper img.pre_built{
        min-height: 308px;
    }
    .risks-section .faq-title:before{
        top: 5px;
        left: -58px;
    }
    .risks-section .risks-faq-wapper{
        padding-left: 0;
        max-width: 645px;
        width: 100%;
        margin: 46px auto 0 57px;
    }
    .risks-section .risks-faq-wapper .faq-text .risks-img-wrapper{
        margin-top: 19px;
        margin-bottom: 9px;
    }
}
/* IE Specific Issue */
@media all and (max-width: 991.89px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
    /* Risk section */
    .risks-section .risks-section-wrapper .risks-img-wrapper,
    .risks-section .risks-section-wrapper .risks-faq-wapper{
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        height: 100%;
    }
}
@media screen and (max-width: 767.89px){
    .risks-section{
        padding: 62px 0 29px;
    }
    .risks-section .container{
        max-width: 360px;
    }
    .risks-section .heading{
        font-size: 28px;
        line-height: 37px;
    }
    .risks-section .subtitle{
        margin: 16px auto 36px;
        max-width: 324px;
        width: 100%;
    }
    .risks-section .risks-img-wrapper img.pre_built{
        min-height: inherit;
        height: auto;
    }
    .risks-section .risks-section-wrapper .risks-faq-wapper{
        padding-left: 36px;
        margin-top: 0;
        margin-left: 0;
    }
    .risks-section .risks-faq-wapper .faq-text .risks-img-wrapper{
        margin-top: 23px;
    }
    .risks-section .risks-img-wrapper .open-lightbox-btn{
        width: 56px;
        height: 56px;
    }
    .risks-section .risks-img-wrapper .open-lightbox-btn img{
        width: 21.5px;
        height: 21.5px;
    }
    .risks-section .faq-title:before{
        left: -36px;
        top: 4px;
    }
    .risks-section .faq-title.open:before{
        top: 13px;
        left: -36px;
    }
}

/* popup for image */
.lightbox-opened-mask.img{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.lightbox-opened.img{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: auto;
    top: 0px;
    left: 0px;
    padding: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}
.lightbox-opened.img .lightbox-content{
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}
.lightbox-opened.img .main-img{
    max-height: -o-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    max-width: 100%;
    width: auto;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.lightbox-opened.img .close{
    position: absolute;
    max-width: 48px;
    width: 100%;
    height: 48px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    right: -48px;
    padding: 0;
    top: -48px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
}
.lightbox-opened.img .close:hover{
    background-color: #00a5b5;
}
.lightbox-opened.img .close:focus{
    outline: none;
}
.lightbox-opened.img .close img{
    position: relative;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: auto;
    width: 14px;
    height: 14px;
}
@media screen and (max-width: 991.89px){
    .lightbox-opened.img .close{
        right: -41px;
    }
}
@media screen and (max-width: 767.89px){
    .lightbox-opened.img .close{
        max-width: 48px;
        max-height: 48px;
        right: 16px;
        top: 16px;
        position: fixed;
    }
    .lightbox-opened.img .close img{
        width: 14px;
        height: 14px;
    }
    .lightbox-opened.img{
        padding: 0 0 0 16px;
    }
    .lightbox-opened.img .lightbox-inner{
        overflow-x: scroll;
    }
    .lightbox-opened.img .lightbox-content{
        max-width: 824px;
    }
    .lightbox-opened.img .main-img{
        max-height: -o-calc(100vh - 172px);
        max-height: calc(100vh - 172px);
        max-width: none;
        margin-right: 16px;
    }

}
@media screen and (max-device-width: 767px) and (orientation: landscape){
    .lightbox-opened.img .lightbox-inner{
        overflow-x: initial;
    }
    .lightbox-opened.img .main-img{
        max-height: -o-calc(100vh - 100px);
        max-height: calc(100vh - 100px);
    }
    .lightbox-opened.img .close{
        position: absolute;
        top: -32px !important;
        right: 5px !important;
        max-width: 25px;
        max-height: 25px;
    }
    .lightbox-opened.img .close img{
        width: 9px;
        height: 9px;
    }
}
/* Risks Section END */
@font-face {
  font-family: 'FiraSans-Light';
  src: local("Fira Sans Light"), local("FiraSans-Light"), url("/lp/assets/fonts/firasans-light-webfont.woff2") format("woff2"), url("/lp/assets/fonts/firasans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: 'FiraSans-Semibold';
  src: local("Fira Sans Semibold"), local("FiraSans-Semibold"), url("/lp/assets/fonts/firasans-semibold-webfont.woff2") format("woff2"), url("/lp/assets/fonts/firasans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-book';
  src: local("Fira Sans book"), local("FiraSans-book"), url("/lp/assets/fonts/FiraSans-Book.woff2") format("woff2"), url("/lp/assets/fonts/FiraSans-Book.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
 header .container{
  padding-left:36px;
  padding-right:36px;
}
.tenable-v4-hero header .w-row {
  margin-left: 0;
  margin-right: 0;
}
.tenable-v4-hero .form-content, .tenable-v4-hero .form-box-div{
  background:transparent;
  position:relative;
  width: 52%;
  height: 638px;
}
.tenable-v4-hero header .sitelogo{
  margin-left: 0;
  margin-top: 24px;
  margin-bottom:25px;
}
.tenable-v4-hero .form-content::before {
  position: absolute;
  content: "";
  width:100%;
  background-image: url("https://www.tenable.com/lp/log4j/images/right_background.png");
  left: 0;
  top: 0;
  background-size: contain;
  height: 100%;
  background-position: top left;
  background-repeat:no-repeat;
  border-top-right-radius: 32px;
  display:block;
  border-bottom-right-radius: 32px;
}
.tenable-v4-hero .form-box-div::before {
  position: absolute;
  content: "";
  width:100%;
  background-image: url("https://www.tenable.com/lp/log4j/images/left_background_v2new.png");
  left: 0;
  top: 0;
  background-size: contain;
  height: 100%;
  background-position: top right;
  transform: none;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  display:block;
  background-repeat: no-repeat;
  z-index: 1
}
.tenable-v4-hero .header-content{
  z-index: 9999;
  position: relative;
}
.tenable-v4-hero .form-box{
  max-width: 100%;
  padding: 0;
  z-index:999;
}
.tenable-v4-hero div#t-eval-baz-error-msg{
  margin: 0 122px 30px 92px;
      width: calc(100% - 214px);
  }
.tenable-v4-hero .form-box form{
  padding: 0 122px 0 92px;
  max-width: 100%;
}
.tenable-v4-hero .wrap-steps {
    width: 100%;
}
.tenable-v4-hero .wrap-steps .form-items-wrap-1,
.tenable-v4-hero .wrap-steps .form-items-wrap-2 {
    max-width: 100%;
}
.tenable-v4-hero .form-content {
    margin-left: -29px;
    padding: 0 92px 0 124px;
    max-width: 700px;
  z-index:0;
}
.tenable-v4-hero .form-items-wrap-1 h2{
  max-width: 438px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
  letter-spacing: 0;
  font-family: 'FiraSans-Semibold', sans-serif;
}
.tenable-v4-hero .form-items-wrap-1 h4{
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0;
  font-family: 'FiraSans-Light', sans-serif;
}
.tenable-v4-hero .form-box form .form-items-wrap-1 .clearfix .onehalf{
  width: -webkit-calc(50% - 9px);
  width: calc(50% - 9px);
}
.tenable-v4-hero [id^=t-eval-] input:not([type=submit]),
.tenable-v4-hero .form-box select{
    margin-bottom: 21px;
}
.tenable-v4-hero header .wrap-btn{
  margin-top: 20px;
}
.tenable-v4-hero header .wrap-btn a{
  max-width: 200px;
  height: 64px;
  font-size: 20px;
  line-height: 24px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #FF8300;
  color: #fff;
  width: 100%;
}
.tenable-v4-hero header .buy-now-link-wrapper{
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0;
  font-family: "fira sans", system-ui, -apple-system, roboto, "segoe ui", sans-serif;
}
.tenable-v4-hero .header-content img{
  max-width: 370px;
  width: 100%;
}
.tenable-v4-hero .header-content h3{
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #425363;
  margin-top: 35px;
  margin-bottom: 26px;
}
.tenable-v4-hero .header-content .list-true li{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #263645;
    position: relative;
    padding-left: 56px;
    margin-top: 16px;
    letter-spacing: 0;
    font-family: 'FiraSans-Semibold', sans-serif;
    height:40px;
    width: 100;
    display: flex;
    align-items: center;
}
@media(min-width:1200px){
    .tenable-v4-hero .header-content .list-true li:nth-child(2){
        white-space: nowrap;
    }
}
.tenable-v4-hero .header-content .list-true li::before {
    content: "";
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #00839B;
    position: absolute;
    top: 0;
    opacity: 1;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}
.tenable-v4-hero .header-content .list-true li:nth-child(1)::before {
    background-image: url("https://www.tenable.com/lp/log4j/images/policy-assurance.svg");
}
.tenable-v4-hero .header-content .list-true li:nth-child(2)::before {
    background-image: url("https://www.tenable.com/lp/log4j/images/unlimited.svg");
}
.tenable-v4-hero .header-content .list-true li:nth-child(3)::before {
    background-image: url("https://www.tenable.com/lp/log4j/images/compliant.svg");
}
.tenable-v4-hero .logo-section .container {
  max-width: 1314px;
}
.tenable-v4-hero .logo-section .container .row{
  border-bottom: none !important;
  padding: 56px 0 55px;
}
.tenable-v4-hero .logo-section .col-md-2 img {
  max-width: 113px;
  margin-left: auto;
  display: block;
  margin-right: auto;
  margin-top: 57px;
  margin-bottom: 11px;
}
.tenable-v4-hero .hv-client h3{
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  color: #263645;
  letter-spacing:0;
  font-family: 'FiraSans-Semibold', sans-serif;
}
.tenable-v4-hero .hv-client {
  padding-top: 42px;
  padding-bottom: 97px;
}
.tenable-v4-hero .hv-client h4{
  font-family: 'FiraSans-Light', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #263645;
  margin-top: 18px;
  letter-spacing: 0;
}
.tenable-v4-hero .hv-client .container {
    max-width: 1400px;
}
.tenable-v4-hero .hv-features{
  margin-left: 36px;
  margin-right: 36px;
  max-width: calc(100% - 72px);
  background-color: #F8F8F8;
  border-radius: 32px;
  padding-top: 80px;
  padding-bottom: 88px;
  margin-bottom: 130px;
}
.tenable-v4-hero .hv-features h3{
  font-family: 'FiraSans-Light', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #263645;
  margin-bottom: 48px;
}
.tenable-v4-hero .feature_list{
  padding-left: 0
}
.tenable-v4-hero .feature_list li:nth-child(even) {
  margin-left: 0;
  margin-right: 70px;
}
.tenable-v4-hero .hv-features .container {
    max-width: 1215px;
}
.tenable-v4-hero .feature_list{
  max-width: 100%;
}
.tenable-v4-hero .feature_list li {
  max-width: calc(33.33% - 46.66px);
  margin-right: 70px;
  margin-bottom: 36px;
}
.tenable-v4-hero .feature_list li:nth-child(3n) {
    margin-right: 0;
}

.tenable-v4-hero .hv-features h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #263645;
    margin-bottom: 17px;
    font-family: 'FiraSans-Semibold', sans-serif;
}
.tenable-v4-hero .feature_list li .colContent h2{
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #263645;
  margin-bottom: 9px;
  font-family: 'FiraSans-Semibold', sans-serif;
  text-align: left;
}
.tenable-v4-hero .feature_list li .colContent p{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #425363;
  letter-spacing:0;
  font-family: 'Fira Sans', sans-serif;
  text-align: left;
}
.tenable-v4-hero .feature_list li .colIcon {
    width: 75px;
}
.tenable-v4-hero .feature_list li .colContent{
  margin-top: 3px;
}
.tenable-v4-hero section.hv-about{
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
}
.tenable-v4-hero .hv-about .watch_the_video_section .col_left h2{
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  color: #263645;
  max-width: 100%;
  margin-bottom: 33px;
  font-family: 'FiraSans-Semibold', sans-serif;
}
.tenable-v4-hero .hv-about .watch_the_video_section .hv-about-list span{
  font-weight: 600;
  font-family: 'FiraSans-Semibold', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #263645;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
.tenable-v4-hero .hv-about .watch_the_video_section .hv-about-list p{
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #263645;
  font-family: "fira sans", system-ui, -apple-system, roboto, "segoe ui", sans-serif;
  margin-bottom: 0
}

.tenable-v4-hero .hv-about .watch_the_video_section .hv-about-list li{
  padding-left: 34px;
}
.tenable-v4-hero .hv-about .watch_the_video_section .col_right{
  background-image: url("https://www.tenable.com/lp/log4j/images/video-placeholder.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  width: 47.4%;
  height: 365px;
  box-shadow:0px 30px 60px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-right: 2.6%
}
.tenable-v4-hero .hv-about .watch_the_video_section .col_right .playBtn {
    width: 110px;
    height: 79px;
}
.tenable-v4-hero .hv-about .watch_the_video_section .col_right .lightLogo{
  max-width: 134px;
  bottom: auto;
  right: auto;
  top: 19px;
  left: 20px;
}
.tenable-v4-hero .hv-about .watch_the_video_section .col_left .inner_cont {
    max-width: 561px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 31px;
    margin-right: 0;
}
.tenable-v4-hero .hv-about .watch_the_video_section .hv-about-list{
  max-width: 100%;
}
.tenable-v4-hero .risks-section{
  padding: 100px 0 23px
}
.tenable-v4-hero .risks-section .heading{
  font-weight: 600;
  font-size: 40px;
  line-height:48px;
  color: #263645;
  font-family: 'FiraSans-Semibold', sans-serif;
  text-align: center;
}
.tenable-v4-hero .risks-section .subtitle{
    font-family: 'FiraSans-Light', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #263645;
    letter-spacing:0;
    text-align: center;
    margin: 17px auto 56px;
    width: 100%;
}
.tenable-v4-hero .risks-section .risks-img-wrapper{
  margin-top: 0;
  max-width: 560px;
}
.tenable-v4-hero .risks-section .risks-faq-wapper{
  padding-left: 0;
  padding-right: 66px;
}

.tenable-v4-hero .risks-section .faq-title{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00839B;
  font-family: 'FiraSans-Semibold', sans-serif;
}
.tenable-v4-hero .risks-section .faq-title.open{
  font-weight: 600;
  font-size: 24px;
  line-height:29px;
  color: #263645;
  font-family: 'FiraSans-Semibold', sans-serif;
}
.tenable-v4-hero .risks-section .faq-text p{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #425363;
    margin-bottom: 0;
}

.tenable-v4-hero .risks-section .faq-text{
  margin-top: 21px;
}
.tenable-v4-hero .risks-section .faq-title:before{
    left: -45px;
    top: 3px;
    background-image: url("https://www.tenable.com/lp/log4j/images/plus.svg");
}
.tenable-v4-hero .risks-section .faq-title.open:before{
    left: -45px;
    width: 19px;
    height: 3px;
    top:13px;
    background-image: none;
}
.tenable-v4-hero .risks-section .faq-item{
  padding-bottom: 23px;
  padding-left: 43px;
  margin-bottom: 25px;
}
.tenable-v4-hero .risks-section .faq-item:last-child{
  border-bottom: none;
}
.risks-section .risks-section-wrapper img.pre_built{
  border-radius: 8px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.08);
}

.tenable-v4-hero .risks-section .risks-img-wrapper .open-lightbox-btn::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.tenable-v4-hero .risks-section .risks-img-wrapper .open-lightbox-btn:hover::before,
.tenable-v4-hero .risks-section .risks-img-wrapper .open-lightbox-btn:active::before,
.tenable-v4-hero .risks-section .risks-img-wrapper .open-lightbox-btn:focus::before{
  background-color: rgba(0, 0, 0, 0.38);
  height: 100px;
  width: 100px;
  top:-10px;
  left: -10px;
}
.tenable-v4-hero .testimonial-slider{
  display: flex;
  flex-wrap: wrap;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
}
.tenable-v4-hero .slider-hv-quote-wrapper {
  background-color: #f8f8f8;
  background: #F8F8F8;
  border-radius: 24px;
  width: calc(33.33% - 42.66px);
  margin-right: 64px;
  padding: 24px 24px 40px;
}
.tenable-v4-hero .testimonial-slider .vidyard_wrapper {
  width: 96px;
  height: 96px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
  border: none;
}
.tenable-v4-hero .testimonial-slider .vidyard_wrapper > img{
  border: none;
  border-radius: 16px;
}
.tenable-v4-hero .vidyard_wrapper .play-btn .arrow-size-ratio {
    width: 22.45px;
    height:24px;
    background-size: contain;
}
.tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote blockquote{
  font-weight: normal !important;
  font-size: 16px;
  line-height: 24px;
  color: #425363;
  margin-top: 26px;
}
.tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote blockquote strong,
.tenable-v4-hero .testimonial-slider .hv-quote-title-block .hv-quote-title-text p strong{
  font-weight: normal !important;
}
.tenable-v4-hero .slider-hv-quote-wrapper:nth-child(3){
  margin-right: 0
}
.tenable-v4-hero section.hv-quote-section{
    z-index: 99;
    position: relative;
}
.tenable-v4-hero .outer_vidyard_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tenable-v4-hero .hv-quote-title-text{
  max-width: calc(100% - 112px);
  margin-left: 16px;

}
.tenable-v4-hero .hv-quote-title-text p{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #263645;
  margin-top: 0;
  margin-bottom: 0;
}
.tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote{
  margin-bottom: 11px;
  height: 168px;
}
.tenable-v4-hero .hv-quote-title-text p strong{
  font-weight: bold;
  display: block;
  color: #263645;
}
.tenable-v4-hero .testimonial-slider .hv-quote-title-text > strong{
  display: none;
}
.tenable-v4-hero .company-networks-section {
  margin-top: -49px;
  margin-left: 36px;
  margin-right: 36px;
  max-width: calc(100% - 72px);
  border-radius: 32px;
  background-image: url("https://www.tenable.com/lp/log4j/images/blue-background.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.tenable-v4-hero .company-networks-section .company-networks-bg {
    padding: 165px 0 136px;
}
.tenable-v4-hero .company-networks-section .bg_animation{
  display: none;
}
.tenable-v4-hero .company-networks-section .company-networks-wrapper h2{
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-family: 'FiraSans-Semibold', sans-serif;
}
.tenable-v4-hero .company-networks-bg .btn{
  max-width: 332px;
  height: 72px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  line-height: 72px;
}
.tenable-v4-hero .company-networks-section .company-networks-wrapper p{
  font-family: 'FiraSans-Light', sans-serif;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing:0;
  margin-bottom: 39px;
}
.tenable-v4-hero .footer .footer__info p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
    color: #AAAAAA;
    font-family: 'fira sans', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
    margin-bottom: 0
}
.tenable-v4-hero .footer .footer__info p a{
  color: #00a5b5;
}
.tenable-v4-hero .testimonial-slider .vidyard_wrapper:hover:after{
  display: none;
}
@media(max-width:1439.98px){
  .tenable-v4-hero .form-box-div::before,.tenable-v4-hero .form-content::before{
    background-size: cover;
  }
}
@media(max-width: 1330.98px){
  .tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote{
    height: 238px;
  }
  .tenable-v4-hero .header-content {
    padding-right: 0;
  }
  .tenable-v4-hero .form-content{
    padding: 0 52px 0 122px;
  }
  .tenable-v4-hero .hv-client .container {
    max-width: 1040px;
  }
}
@media(max-width: 1256.98px){
  .tenable-v4-hero section.hv-about, .tenable-v4-hero .risks-section .container{
    max-width:calc(100% - 72px);
    margin-left: 36px;
    margin-right: 36px;
  }
  .tenable-v4-hero .header-content {
    margin-top: 75px;
  }
  .tenable-v4-hero .form-box form {
    padding: 0 74px 0 42px;
  }
}
@media(max-width: 1199.98px){
  .tenable-v4-hero .slider-hv-quote-wrapper{
    width: calc(33.33% - 29.33px);
    margin-right: 44px;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote {
    height: 238px;
  }
  .tenable-v4-hero .form-box form {
    padding: 0 64px 0 22px;
  }
}
@media(max-width: 1199.98px) and (min-width: 992px){
  .tenable-v4-hero .lightbox-opened.img .main-img{
    max-width: 900px;
  }
}

@media(max-width: 1100.98px){
  .tenable-v4-hero .feature_list li .colContent{
    padding-left: 10px;
  }
}
.tenable-v4-hero .tablet_img, .tenable-v4-hero .mobile_img{
  display: none;
}

@media(min-width: 1728px){
  .footer{
    min-height: auto;
  }
  .tenable-v4-hero .footer-copyright{
    padding: 50px 0;
  }
}
.tenable-v4-hero [id^=t-eval-] label{
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  top: 12px;
  left: 18px;
}
.tenable-v4-hero .formBtn img {
    height: 15px;
    width: 15px;
}
.tenable-v4-hero .company-networks-bg .btn{
    background-color: #FF8300;
}
.tenable-v4-hero .risks-section .faq-item{
  border-bottom:1px solid #e5e5e5;
}
.tenable-v4-hero .risks-section .risks-section-wrapper img.pre_built{
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
}
.tenable-v4-hero .lightbox-opened.img .main-img{
  border-radius: 16px;
}
.tenable-v4-hero .lightbox-opened.img{
  z-index: 9999;
}
.tenable-v4-hero .lightbox-opened-mask.img{
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.72);
}
.tenable-v4-hero .lightbox-opened.img .lightbox-content{
  position: inherit;
}
.tenable-v4-hero .lightbox-opened.img .close{
  right: 24px;
  top: 24px;
}
@media(min-width: 1728px){
  .tenable-v4-hero .lightbox-opened.img .main-img{
    max-width: 100%;
    width: auto;
  }
  .try_nessus_pg .confirmation-box p{
    font-size:20px !important;
    line-height:30px !important;
    max-width: 548px !important;
  }
  .tenable-v4-hero .lightbox-opened.img .lightbox-content{
    max-width: 1441px
  }
}
.tenable-v4-hero .lightbox-opened.img .close{
  background-color: rgba(0, 0, 0, 0.24);
}
.tenable-v4-hero .lightbox-opened.img .close:hover{
  background-color: rgba(0, 0, 0, 0.38);
}
.tenable-v4-hero .youtube_video{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9999;
}
.tenable-v4-hero.video_open .youtube_video{
  display: block;
}
.tenable-v4-hero.video_open .youtube_video iframe{
  height: calc(100vh - 200px);
  margin: 100px auto auto;
  display: block;
}
.tenable-v4-hero.video_open .youtube_video .close{
  right: 24px;
  top: 24px;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24);
  border: none;
}
.tenable-v4-hero.video_open .youtube_video .close:hover{
  background: rgba(0, 0, 0, 0.38);
}
.tenable-v4-hero .wrap-steps.step2 .form-items-wrap-1{
  display: none;
}
.tenable-v4-hero .wrap-steps.step2 {
    margin-left: 0;
}
.tenable-v4-hero .wrap-steps.step2 .form-items-wrap-2 h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    margin-bottom: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.tenable-v4-hero .wrap-steps.step2 .form-items-wrap-2 h4{
  font-size: 20px;
  line-height: 24px;
  font-family: 'FiraSans-Light', sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 34px;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p.line.hmb{
  display: none;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent{
  margin-top:19px;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p{
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'FiraSans-Light', sans-serif;
  letter-spacing: 0;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p span{
  text-decoration: underline;
  position: relative;
  padding-top: 10px;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p .popup_black {
    display: none;
    position: absolute;
    width: 372px;
    height: 194px;
    top: -198px;
    left: -168px;
    background: transparent;
    border-radius: 4px;
    z-index: 9;
    text-align: left;
    padding: 16px 24px;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-family: 'Fira Sans', sans-serif;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p span:hover .popup_black{
  display: block;
}
.tenable-v4-hero header .wrap-btn a.go-back-1 {
    max-width: 220px;
    height: 64px;
}
.tenable-v4-hero [id^=t-eval-] input[type=submit]#t-eval-baz-eval-submit{
  max-width: 220px;
  height: 64px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.tenable-v4-hero .form-box form{
  overflow: visible;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p .popup_black::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    content: "";
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    border-radius: 4px;
    z-index: -1;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p .popup_black::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(0,0,0,0.95);
    bottom: -11px;
    position: absolute;
    left: 175px;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p .popup_black a{
  color: #00839B;
}

.tenable-v4-hero [id^=t-eval-] .focused label{
  font-family: 'Fira Sans', sans-serif;
}
.tenable-v4-hero #t-eval-baz-confirmation h2{
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 21px;
}
.try_nessus_pg .confirmation-box p{
  font-family: 'FiraSans-book', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  max-width: 426px;
  font-weight:350;
}
.try_nessus_pg .form-box form .form-item.email-field.typing::after {
content: "";
position: absolute;
border-left: 11px solid transparent;
border-top: 11px solid rgba(0, 0, 0, 0.8);
border-right: 11px solid transparent;
top: -18px;
left: 147px;
}

.try_nessus_pg .form-box form .form-item.email-field .line{
    display: none;
}
.try_nessus_pg .form-box form .form-item.email-field.typing .line{
position: absolute;
max-width: 191px;
font-family: Fira Sans, sans-serif;
font-weight: normal;
font-size: 13px;
line-height: 18px;
padding: 8px 16px;
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(4px);
border-radius: 4px;
color: #fff;
top: -70px;
z-index: 9;
left: 60px;
text-align: center;
display: block;
}

.try_nessus_pg .form-box form .form-item.email-field.typing .line small{
    font-size: 13px;
}
@media(max-width: 1728.98px){
  .try_nessus_pg .form-box form .form-item.email-field.typing .line {
    left: auto;
    right: 0;
    width: 100%;
  }
 .try_nessus_pg .form-box form .form-item.email-field.typing::after {
    top:-18px;
  }
}
.try_nessus_pg .formBtn.go-back-1:hover, .try_nessus_pg .formBtn.go-back-1:focus {
    background-color: rgba(255, 255, 255, 0.16);
}
.tenable-v4-hero [id^=t-eval-] input[type=submit]#t-eval-baz-eval-submit,
.tenable-v4-hero [id^=t-eval-] input[type=submit]#t-eval-baz-eval-submit:focus,
.tenable-v4-hero [id^=t-eval-] input[type=submit]#t-eval-baz-eval-submit:hover{
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
  .tenable-v4-hero [id^=t-eval-] .focused label{
    left: 9px;
  }
  .tenable-v4-hero [id^=t-eval-] .form-item.consent p span{
  cursor:pointer;
  }
input, select, textarea{
  caret-color:#fff !important;
}
.tenable-v4-hero.video_open .vidyard_tbox,
.tenable-v4-hero.video_open .vidyard_tmask{
  display: none !important;
}
  .tenable-v4-hero .american_eagle_outfitters .hv-quote-bird-img img{
    max-width:74px;
  }
  .tenable-v4-hero .slider-hv-quote-wrapper:nth-child(3) .hv-quote-bird-img img,
  .tenable-v4-hero .slider-hv-quote-wrapper:nth-child(1) .hv-quote-bird-img img{
    max-width: 121px;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-bird-img img{
      image-rendering: -webkit-optimize-contrast;
      width: 100%;
  }
  @media (max-width: 1256.98px){
  .tenable-v4-hero div#t-eval-baz-error-msg {
       margin: 0 64px 30px 82px;
    width: calc(100% - 196px);
  }
  }
  @media (max-width: 1199.98px){
  .tenable-v4-hero div#t-eval-baz-error-msg {
    margin: 0 64px 30px 22px;
    width: calc(100% - 116px);
  }
  }
  .tenable-v4-hero .form-box form .form-item.invalid{
  margin-bottom:0 !important
  }
  .tenable-v4-hero .form-box form .form-items-wrap-1 .clearfix .onehalf .form-item,
  .tenable-v4-hero .form-box form .form-item{
  height:78px;
  }
  .tenable-v4-hero .form-box form .form-item input,.tenable-v4-hero .form-box select {
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
}
  @media(max-width:991px) and (min-width:768px){
  .tenable-v4-hero .form-box form .form-items-wrap-1 .clearfix .onehalf .form-item,
  .tenable-v4-hero .form-box form .form-item{
  height:95px;
  }
    .tenable-v4-hero .tablet_img{
    margin-top:-1px;
    }
  }
  @media(max-width:767px){
  .tenable-v4-hero .form-box form .form-items-wrap-1 .clearfix .onehalf .form-item,
  .tenable-v4-hero .form-box form .form-item{
  height:auto;
  }
  }
  @media(min-width:1728px){
  .tenable-v4-hero .form-box form .form-items-wrap-1 .clearfix .onehalf .form-item,
  .tenable-v4-hero .form-box form .form-item{
  height:95px;
  }
  }
  .tenable-v4-hero .form-box form .form-item.input-checkbox{
  height:auto !important;
    margin-top:0 !important;
  }
  .tenable-v4-hero .vidyard_tclose{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color:rgba(0, 0, 0, 0.24);
    border: none;
    background-image: url("https://res.cloudinary.com/spiralyze/image/upload/v1603716238/Tenable/Nessus-Pro-Promo-v3/close.svg") !important;
    text-align: center;
    line-height: 48px;
    background-position: center;
    right: 24px;
    top: 24px;
    position:fixed;
    left:auto;
  }
  .tenable-v4-hero .vidyard_tmask{
  background-color: rgba(0, 0, 0, 0.72) !important;
  }
  .tenable-v4-hero .vidyard_tclose:hover{
  background-color: rgba(0, 0, 0, 0.38) !important;
  background-position: center;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote blockquote{
       letter-spacing:-0.1px;
    }
}
  @media(min-width:1600px){
  .tenable-v4-hero .form-content, .tenable-v4-hero .form-box-div{
    height: 728px;
  }
  .tenable-v4-hero header .w-row{
    background-image: url("https://www.tenable.com/lp/log4j/images/hero_background_1920_v2.svg");
    background-size: cover;
    background-position: center;
    border-radius: 32px;
  }

  .tenable-v4-hero .form-box-div::before{
    display: none;
  }
  }
@media(min-width:1728px){
  .tenable-v4-hero header .container {
    padding-left: 64px;
    padding-right: 64px;
  }

.tenable-v4-hero .wrap-steps.step2 .form-items-wrap-2 h4{
    font-size: 24px;
    line-height: 29px;
}

  .tenable-v4-hero div#t-eval-baz-error-msg{
  margin:0 147px 30px 120px;
      width: calc(100% - 267px);
  }
  .tenable-v4-hero .wrap-steps.step2 .form-items-wrap-2 h2{
    font-size:34px;
    line-height:41px;
  }
  .tenable-v4-hero .risks-section .faq-item{
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .tenable-v4-hero header .sitelogo {
    padding-left: 0;
  }
  .tenable-v4-hero .form-content{
    max-width: 52%;
  }
  .tenable-v4-hero .header-content img {
    max-width: 412px;
  }
  .tenable-v4-hero .form-content{
    padding: 0 92px 0 155px;
  }
  .tenable-v4-hero .header-content{
    margin-top: 145px;
  }
  .tenable-v4-hero .form-items-wrap-1 h2{
    max-width: 100%;
  }
  .tenable-v4-hero .form-box form {
    padding: 0 147px 0 120px;
  }
  .tenable-v4-hero .form-items-wrap-1 h4{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 43px;
  }
  .tenable-v4-hero header .wrap-btn {
    margin-top: 33px;
  }
  .tenable-v4-hero .header-content h3{
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 36px;
  }
  .tenable-v4-hero .header-content .list-true li{
    font-size: 20px;
    line-height: 24px;
  }
  .tenable-v4-hero .logo-section .col-md-2 img {
    max-width: 138.6px;
  }
  .tenable-v4-hero .logo-section .container .row{
    padding: 58px 0 51px;
  }
  .tenable-v4-hero .logo-section .container {
    max-width: 1504px;
  }
  .tenable-v4-hero .hv-client {
    padding-top: 46px;
  }
  .tenable-v4-hero .hv-client h4{
    margin-bottom: 48px;
  }
 .tenable-v4-hero .hv-features{
    padding-top: 76px;
  }
  .tenable-v4-hero .hv-features .container {
    max-width: 100%;
    padding-left: 96px;
    padding-right: 96px;
  }
  .tenable-v4-hero .hv-features{
    margin-left: 64px;
    margin-right: 64px;
    max-width: calc(100% - 128px);
  }
  .tenable-v4-hero .hv-features h3{
    margin-bottom: 59px;
  }
  .tenable-v4-hero .feature_list li .colIcon {
    width: 56px;
  }

   .tenable-v4-hero .feature_list li .colContent {
        margin-top: 2px;
    }
  .tenable-v4-hero .feature_list li {
    max-width: calc(33.33% - 78.66px);
    margin-bottom: 44px;
  }
  .tenable-v4-hero .hv-features{
    padding-bottom: 80px;
    margin-bottom: 160px;
  }
  .tenable-v4-hero section.hv-about {
    max-width: 1600px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right{
    width: 46%;
    margin-right: 4%;
    height: 480px
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right .playBtn {
      width: 145px;
      height: 105px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left h2{
    font-size: 40px;
    line-height: 48px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .hv-about-list p,
  .tenable-v4-hero .hv-about .watch_the_video_section .hv-about-list span{
    font-size: 24px;
    line-height: 36px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .hv-about-list li{
    margin-bottom: 23px;
    padding-left: 38px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left .inner_cont{
    max-width: 100%;
    margin-left: 63px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right .lightLogo {
    max-width: 180.5px;
    bottom: auto;
    right: auto;
    top: 24px;
    left: 24px;
    width: 100%;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right .lightLogo img{
    width: 100%;
  }
  .tenable-v4-hero .risks-section {
    padding: 119px 0 80px;
  }
  .tenable-v4-hero .risks-section .container{
    max-width: 1600px;
  }
  .tenable-v4-hero .risks-section .risks-faq-wapper {
    width: calc(100% - 736px);
    width: -webkit-calc(100% - 736px);
  }
  .tenable-v4-hero .risks-section .risks-img-wrapper{
    max-width: 736px;
  }
  .tenable-v4-hero .risks-section .faq-text p{
    font-size: 20px;
    line-height: 30px;
  }
  .tenable-v4-hero .risks-section .risks-faq-wapper{
    padding-right: 137px;
  }
  .tenable-v4-hero .hv-quote-section .container {
    max-width: 1600px;
    padding: 0;
  }
  .tenable-v4-hero .testimonial-slider{
    max-width: 100%;
  }
  .tenable-v4-hero .slider-hv-quote-wrapper{
    width: calc(33.33% - 73.33px);
    margin-right: 110px;
    padding: 35px 40px 43px;
    border-radius:32px;
  }
  .tenable-v4-hero .testimonial-slider .vidyard_wrapper{
    width: 128px;
    height: 128px;
    border-radius: 16px;
  }
  .tenable-v4-hero .vidyard_wrapper .play-btn .arrow-size-ratio {
    width: 29px;
    height: 32px;
  }
  .tenable-v4-hero .hv-quote-title-text {
    max-width: calc(100% - 148px);
    margin-left: 20px;
  }
  .tenable-v4-hero .hv-quote-title-text p{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote blockquote{
    font-size: 20px;
    line-height: 32px;
    margin-top: 34px;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote{
    height: 223px;
  }
  .tenable-v4-hero .company-networks-section {
    margin-top: -48px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    border-radius: 0;
    background-image: url("https://www.tenable.com/lp/log4j/images/blue_background_larger_desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .tenable-v4-hero .company-networks-section .company-networks-bg {
    padding: 202px 0 202px;
  }
  .tenable-v4-hero .footer-copyright {
      padding: 50px 0 40px;
  }
  .try_nessus_pg .feature_list li .colContent{
    width: 400px;
  }
  .footer{
    min-height: auto;
  }
  .risks-section .risks-section-wrapper img.pre_built{
    border-radius: 16px;
  }
  .tenable-v4-hero [id^=t-eval-] label{
    font-size: 20px;
    line-height: 32px;
    top: 19px;
    left: 18px;
  }
}
@media(min-width:1441px) and (max-width:1727px){
   .tenable-v4-hero .form-box-div::after{
    position: absolute;
    content: "";
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    background-color: #00839B;
  }
  .tenable-v4-hero .form-content::after{
    position: absolute;
    content: "";
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    background-color: #f8f8f8;
  }
  .tenable-v4-hero .form-content{
    max-width: 50%;
  }
}

@media(min-width:1921px){
  .tenable-v4-hero  header{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .tenable-v4-hero .hv-features{
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1920px - 128px);
  }
}

@media(max-width: 1400.98px){
  .tenable-v4-hero .hv-client .container{
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media(min-width: 1921.98px){
  .tenable-v4-hero .company-networks-section {
    background-image: none;
    background-color: #01839d;
    position: relative;
  }
  .tenable-v4-hero .company-networks-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    right:0;
    background-size: 859px;
    width: 859px;
    height: 401px;
    background-image: url("https://www.tenable.com/lp/log4j/images/bottom_right_section.png");
  }
  .tenable-v4-hero .company-networks-section::before {
    content: "";
    position: absolute;
    top: 0;
    background-size: 918px;
    width: 918px;
    height:431px;
    background-image: url("https://www.tenable.com/lp/log4j/images/left_section_top.png");
  }
}
  @media(min-width:992px) and (max-width:1140px){
    .tenable-v4-hero .form-box form {
      padding: 0 78px 0 12px;
    }
    .tenable-v4-hero div#t-eval-baz-error-msg {
       width: calc(100% - 126px);
     }
 }
@media(max-width: 991.98px){
  .tenable-v4-hero header .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tenable-v4-hero .form-box-div::before, .tenable-v4-hero .form-box-div::after{
  width:100%;
  }
  .tenable-v4-hero .risks-section .not-desktop {
    display: block;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left {
    width: 100%;
}
  .tenable-v4-hero .header-content {
    max-width: 692px !important;
    width:100% !important;
  }
  .tenable-v4-hero .form-items-wrap-2 h4{
      max-width: 100%;
    width: 100%;
    display: block;
  }
  .tenable-v4-hero div#t-eval-baz-error-msg {
    margin: 0 40px;
    width: calc(100% - 80px);
    margin-bottom: 30px;
}
  .tenable-v4-hero .vidyard_wrapper .play-btn .arrow-size{
      -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }
  .tenable-v4-hero header .w-row{
    flex-wrap: wrap;
  }
  .tenable-v4-hero header .sitelogo{
    padding-left: 0;
  }
  .tenable-v4-hero header .wrap-btn {
    margin-top: 31px;
}
  .tenable-v4-hero .form-content, .tenable-v4-hero .form-box-div{
    width: 100%;
  }
  .tenable-v4-hero .form-box-div{
    height: auto;
    background-color: #00839B;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .tenable-v4-hero .risks-section .subtitle{
    margin: 17px auto 11px;
  }
  .tenable-v4-hero .form-content{
    max-width: 100%;
    margin-left: 0;
  }
  .tenable-v4-hero .form-box{
    align-items: flex-start;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 24px;
  }
  .tenable-v4-hero .form-box form {
    padding: 0 40px 0 40px;
  }
  .tenable-v4-hero .form-content{
    background-color: #F8F8F8;
    height: 544px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .tenable-v4-hero .form-items-wrap-1 h2 {
    max-width: 100%;
  }
  .tenable-v4-hero .form-items-wrap-1 h4{
    font-size: 24px;
    line-height: 29px;
    margin-bottom:48px
  }
.tenable-v4-hero .form-box form .form-items-wrap-1 .clearfix .onehalf, .tenable-v4-hero .form-box form .form-item{
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .try_nessus_pg [id^=t-eval-] input:not([type=submit]), .try_nessus_pg .form-box select{
      height: 60px;
  }
  .try_nessus_pg [id^=t-eval-] label{
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
    top: 14px;
    left: 21px;
  }
  .tenable-v4-hero [id^=t-eval-] input:not([type=submit]), .tenable-v4-hero .form-box select {
      margin-bottom: 25px;
  }
  .tenable-v4-hero header .wrap-btn a{
    margin-top: 11px;
  }.try_nessus_pg header .wrap-btn{
    margin-bottom: 17px
  }
  .tenable-v4-hero .header-content img {
    max-width: 412px;
  }
  .try_nessus_pg .header-content {
    margin-top: 30px;
  }
  .tenable-v4-hero .header-content h3{
    font-size: 20px;
    line-height: 30px;
    margin-top: 42px;
    margin-bottom: 36px;
  }
  .tenable-v4-hero .header-content .list-true li{
    font-size: 20px;
    line-height:24px;
  }
  .tenable-v4-hero .logo-section .container .row{
    display: flex;
    flex-wrap: wrap;
    padding-top: 57px;
  }

  .tenable-v4-hero .logo-section .container{
    padding-left: 61px;
    padding-right: 61px;
  }
  .tenable-v4-hero .logo-section .col-md-2 img{
    margin-top: 33px;
    max-width: 107px;
    margin-bottom: 10px;
  }
  .tenable-v4-hero .logo-section .col-md-2 {
        width: 33%;
    padding-left: 0;
    padding-right: 0;
  }
  .tenable-v4-hero .hv-client {
    padding-top: 27px;
    padding-bottom: 80px;
  }
  .try_nessus_pg .hv-client .clienttele_logo {
    max-width: 700px;
  }
  .tenable-v4-hero .hv-client h4{
    margin-bottom: 47px;
  }
  .tenable-v4-hero .hv-features {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    border-radius: 16px;
    padding-bottom: 66px;
    margin-bottom: 80px;
    padding-top: 82px;
  }
  .tenable-v4-hero .feature_list li {
      max-width: calc(50% - 10px);
      margin-right: 20px;
      margin-bottom: 34px;
  }
  .tenable-v4-hero .hv-features .container{
    padding-left: 0;
    padding-right: 0;
  }
  .tenable-v4-hero .feature_list li .colContent {
    padding-left: 0;
  }
  .tenable-v4-hero .feature_list li:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right{
    margin-left: 44px;
    margin-right: 44px;
    width: calc(100% - 88px);
  }
  .try_nessus_pg .hv-about .watch_the_video_section{
    flex-wrap: wrap;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left .inner_cont {
      max-width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: 0;
  }
  .try_nessus_pg .hv-about .watch_the_video_section .col_right .inner_cont {
    background-image: none;
  }
  .tenable-v4-hero section.hv-about{
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  .try_nessus_pg .hv-about .watch_the_video_section .col_right .inner_cont{
    height: 412px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right{
    height: 412px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left{
    margin-top: 37px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left h2{
    text-align: center;
    margin-bottom: 31px;
  }
  .try_nessus_pg .hv-about .watch_the_video_section .hv-about-list p{
    max-width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .hv-about-list span{
    width: auto;
    margin-right: 0;
  }
  .try_nessus_pg .hv-about .watch_the_video_section .hv-about-list li{
    min-height: auto !important;
    margin-bottom: 21px;
  }
  .tenable-v4-hero .risks-section .risks-faq-wapper{
    margin-top: 38px;
    margin-left: 0;
    max-width: 100%;
    padding-right: 0;
  }
  .tenable-v4-hero .risks-section .risks-img-wrapper{
    max-width: 632px;
    margin-left: 0;
    margin-top: 26px !important;
  }
  .tenable-v4-hero .risks-section .container {
    max-width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .tenable-v4-hero .slider-hv-quote-wrapper {
    width: 100%;
    margin-right: 0;
    padding: 38px 40px 41px;
    border-radius: 16px;
    margin-bottom: 22px;
  }
  .tenable-v4-hero .risks-section {
      padding: 100px 0 23px;
  }
  .tenable-v4-hero section.hv-quote-section{
    margin-left: 24px;
    margin-right: 24px;
  }
  .tenable-v4-hero .testimonial-slider .vidyard_wrapper {
    width: 128px;
    height: 128px;
  }
  .tenable-v4-hero .vidyard_wrapper .play-btn .arrow-size-ratio {
    width: 29px;
    height: 32px;
  }
  .tenable-v4-hero .hv-quote-title-text {
    max-width: calc(100% - 149px);
    margin-left: 21px;
  }
  .tenable-v4-hero .hv-quote-title-text p{
    font-size: 18px;
    line-height: 27px;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote blockquote{
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    margin-top: 32px;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote{
    height: auto;
  }
  .tenable-v4-hero .company-networks-section {
    margin-top: 96px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    border-radius: 16px;
    background-image: url("https://www.tenable.com/lp/log4j/images/blue-background_tablet.png")
  }
  .tenable-v4-hero .company-networks-section .company-networks-bg {
    padding: 116px 0 121px;
  }
 .tenable-v4-hero .tablet_img{
    display: block;
  }
  .tenable-v4-hero .risks-section .risks-section-wrapper img.pre_built{
    border-radius: 8px;
  }
  .tenable-v4-hero .company-networks-section .company-networks-wrapper p{
    margin-bottom: 41px;
  }
  .tenable-v4-hero .risks-section .faq-item{
    padding-bottom:25px;
    padding-left: 43px;
    margin-bottom: 23px;
  }
  .tenable-v4-hero .wrap-steps.step2 .form-items-wrap-2 h2{
    max-width: 438px;
    margin-left: auto;
    margin-right: auto;
  }
  .try_nessus_pg header .form-items-wrap-2 > .wrap-btn {
    margin-top: 16px;
  }
  .tenable-v4-hero [id^=t-eval-] .form-item.consent {
    margin-top: 16px;
  }
  .tenable-v4-hero header .wrap-btn a {
    margin-top: 0;
  }
}

@media(max-width: 991.98px) and (min-width: 768px){
  .tenable-v4-hero .lightbox-opened.img{
    padding:0;
  }
  .tenable-v4-hero .feature_list li .colContent p{
  padding-right:4px;
  }
  .tenable-v4-hero .lightbox-opened.img .main-img{
    max-height: auto;
    max-width: 650px;
    margin-right: 0;
    border-radius: 8px;
  }
  .try_nessus_pg .form-box form .form-item.invalid .eval-error {
    top: 66px;
  }
}
@media(max-width: 767.98px){
  .tenable-v4-hero header .sitelogo {
    padding-left: 24px;
  }
    .tenable-v4-hero div#t-eval-baz-error-msg {
    margin: 0 24px;
    width: calc(100% - 48px);
    margin-bottom: 30px;
}
  .tenable-v4-hero .header-content{
  max-width:100%;
  }
  .tenable-v4-hero .wrap-steps.step2 .form-items-wrap-2 h2{
    margin-bottom: 13px;
  }
  .tenable-v4-hero .confirmation-box p{
  padding-left:24px;
  padding-right:24px;
  }
  .tenable-v4-hero [id^=t-eval-] .form-item.consent {
    margin-top: 24px;
  }
  .tenable-v4-hero header .form-items-wrap-1 .wrap-btn{
    margin-top: 21px;
  }
  .tenable-v4-hero [id^=t-eval-] input[type=submit]#t-eval-baz-eval-submit{
    font-size: 16px;
    line-height: 24px;
    height: 56px;
  }
  .tenable-v4-hero .wrap-steps.step2{
    margin-top: 4px;
  }
  .tenable-v4-hero header .wrap-btn a{
    font-size: 14px;
  }
  .tenable-v4-hero .formBtn img {
    height: 13px;
    width: 12.73px;
  }
  .tenable-v4-hero header .wrap-btn a.go-back-1{
    height: 56px;
    margin-top: 0;
  }
  .tenable-v4-hero header .form-items-wrap-2 > .wrap-btn {
    margin-top: 15px;
    margin-bottom: 21px;
  }
  .tenable-v4-hero .confirmation-box img{
    height: 184px;
    width: 222px;
  }
  .tenable-v4-hero .wrap-steps.step2 .form-items-wrap-2 h2{
    margin-left: auto;
    margin-right: auto;
  }
  .tenable-v4-hero .wrap-steps.step2 .form-items-wrap-2 h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .tenable-v4-hero .lightbox-opened.img .close {
    right: 16px !important;
    top: 16px !important;
    max-width: 48px;
    max-height: 48px;
  }
  .tenable-v4-hero .lightbox-opened.img .close img {
    width: 14px;
    height: 14px;
  }
  .tenable-v4-hero .lightbox-opened.img .main-img {
    border-radius: 0;
  }
  .tenable-v4-hero header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .tenable-v4-hero .form-items-wrap-1 h2{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
  }
  .tenable-v4-hero .form-box-div{
  height:auto;
  }
  .tenable-v4-hero .form-box form {
    padding: 0 24px 0 24px;
  }
  .tenable-v4-hero .form-box{
    margin-top: 0;
    padding-top: 62px;
    padding-bottom: 49px;
  }

  .tenable-v4-hero #t-eval-baz-confirmation h2{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
  }
  .tenable-v4-hero .form-items-wrap-1 h4{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
  }
  .tenable-v4-hero .form-box form .form-items-wrap-1 .clearfix .onehalf,
  .tenable-v4-hero .form-box form .form-item {
    width: -webkit-calc(100%);
    width: 100%;
  }
  .try_nessus_pg [id^=t-eval-] input:not([type=submit]), .try_nessus_pg .form-box select {
    height: 48px;
  }
  .tenable-v4-hero [id^=t-eval-] input:not([type=submit]), .tenable-v4-hero .form-box select {
    margin-bottom: 16px;
  }
  .try_nessus_pg [id^=t-eval-] label {
    font-size: 16px;
    top: 11px;
    left: 15px;
    line-height: 24px;
  }
  .tenable-v4-hero header .wrap-btn a {
    margin-top: 3px;
    height: 56px;
    max-width: 204px;
    font-size: 16px;
  }
  .tenable-v4-hero .tablet_img{
    display: none;
  }
  .tenable-v4-hero .mobile_img{
    display: block;
    width: 100%;
  }
  .try_nessus_pg .header-content{
    padding-left: 0;
  }

  .tenable-v4-hero .form-content{
    padding-left: 24px;
    padding-right: 24px;
    height: auto;
  }
  .try_nessus_pg .header-content > h2 {
    max-width: 312px;
  }
  .try_nessus_pg .header-content {
    margin-top: 58px;
    margin-bottom: 86px;
  }
  .tenable-v4-hero .header-content h3{
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
    margin-bottom:29px;
  }
  .tenable-v4-hero .header-content .list-true li {
    font-size: 16px;
    margin-top: 24px;
    max-width: 100%;
  }
  .tenable-v4-hero .header-content .list-true li::before{
    top: 0;
  }
  .tenable-v4-hero .logo-section .col-md-2 {
    width: 49.8%;
  }
  .tenable-v4-hero .logo-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tenable-v4-hero .logo-section .col-md-2 img{
    max-width: 107.8px;
    margin-top: 26px;
  }
  .tenable-v4-hero .logo-section .container .row{
    padding-top: 59px;
    padding-bottom: 45px;
  }
  .tenable-v4-hero .hv-client h3{
    font-size: 24px;
    line-height: 29px;
    padding: 0;
  }
  .tenable-v4-hero .hv-client {
    padding-top: 22px;
  }
  .tenable-v4-hero .hv-client h4 {
      margin-bottom: 37px;
  }
  .tenable-v4-hero .hv-features h2{
    font-size: 34px;
    line-height: 41px;
  }
  .tenable-v4-hero .hv-features .container {
    padding-left: 0;
  }
  .tenable-v4-hero .hv-features{
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 80px;
    padding-bottom: 78px;
    border-radius: 12px;
  }
  .tenable-v4-hero .risks-section .risks-img-wrapper .open-lightbox-btn{
    top: 48%;
  }
  .try_nessus_pg .hv-features h3{
    max-width: 312px;
    margin-bottom: 38px;
  }
  .tenable-v4-hero .feature_list li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 21px;
  }
  .tenable-v4-hero .feature_list li .colContent {
    width: 100%;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
    padding-top: 0px;
    height: 204px;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
  }
  .tenable-v4-hero .feature_list li .colIcon {
    width: 63px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right .lightLogo{
    top: 12px;
    left: 13px;
    max-width: 71px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right .inner_cont {
    height: 204px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_right .playBtn {
    width: 66px;
    height: 48px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left h2{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 23px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left{
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 32px;
  }
  .tenable-v4-hero .hv-about .watch_the_video_section .col_left .inner_cont{
    padding-left: 0;
    padding-right: 0;
  }
  .try_nessus_pg .hv-about .watch_the_video_section .hv-about-list li{
    margin-bottom: 18px;
  }
  .tenable-v4-hero .risks-section .heading{
    font-size: 34px;
    line-height: 41px;
  }
  .tenable-v4-hero .risks-section {
    padding: 75px 0 23px;
  }
  .tenable-v4-hero .risks-section .subtitle{
    margin: 16px auto -3px;
  }
  .tenable-v4-hero .risks-section .faq-title{
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left: 46px;
  }
  .tenable-v4-hero .risks-section .faq-text {
    margin-top: 15px;
  }
  .tenable-v4-hero .risks-section .container {
    max-width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .tenable-v4-hero .risks-section .faq-item{
    padding-left: 0;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  .tenable-v4-hero .risks-section .faq-text p{
    padding-left: 46px;
  }
  .tenable-v4-hero .risks-section .faq-title.open:before{
    left: 0;
  }
  .tenable-v4-hero .risks-section .faq-title:before {
    left: 0;
  }
  .tenable-v4-hero .risks-section .risks-img-wrapper{
    margin-top: 17px !important;
    max-width: 100%;
  }
  .risks-section .risks-img-wrapper .open-lightbox-btn::before {
    width: 56px !important;
    height: 56px !important;
  }
  .risks-section .risks-section-wrapper img.pre_built{
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  }
  .tenable-v4-hero .risks-section .risks-section-wrapper img.pre_built{
    border-radius: 4px;
    margin-bottom: 12px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
  .tenable-v4-hero .testimonial-slider{
    max-width: 100%;
    margin-top: 22px;
  }
  .try_nessus_pg .hv-quote-section .container{
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .tenable-v4-hero section.hv-quote-section {
    margin-left: 0;
    margin-right: 0;
  }
  .tenable-v4-hero .testimonial-slider .vidyard_wrapper {
    width: 96px;
    height: 96px;
  }
  .tenable-v4-hero .vidyard_wrapper .play-btn .arrow-size-ratio {
    width: 22.45px;
    height: 24px;
  }
  .tenable-v4-hero .slider-hv-quote-wrapper{
    padding: 23px 24px 38px;
    margin-bottom:24px;
    border-radius: 12px;
  }
  .tenable-v4-hero .hv-quote-title-text {
    max-width: calc(100% - 112px);
    margin-left: 16px;
  }
  .tenable-v4-hero .hv-quote-title-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-content-blockquote blockquote{
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 23px;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-title-block{
    align-items: flex-start;
  }
  .tenable-v4-hero .testimonial-slider .hv-quote-bird-img{
    margin: 0;
  }
  .tenable-v4-hero .testimonial-slider{
    width: 100%;
  }
  .tenable-v4-hero .risks-section .subtitle, .tenable-v4-hero .hv-features h3{
    max-width: 100%;
    width: 100%;
  }

  .tenable-v4-hero .company-networks-section{
    border-radius: 12px;
    margin-top: 75px;
    background-image: url("https://www.tenable.com/lp/log4j/images/blue_background_mobile.png");
  }
  .tenable-v4-hero .company-networks-section .company-networks-wrapper h2{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .tenable-v4-hero .company-networks-section .company-networks-wrapper p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 27px;
  }
  .tenable-v4-hero .company-networks-bg .btn {
    max-width: 312px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    padding: 0;
  }
  .tenable-v4-hero .company-networks-section .company-networks-bg {
    padding: 79px 0 88px;
  }
  .try_nessus_pg .footer-copyright {
    padding: 30px 0 32px;
  }
  .tenable-v4-hero .hv-client .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lightbox-opened.img .lightbox-inner {
      overflow-x: scroll;
  }
  .lightbox-opened.img .main-img {
    max-height: -o-calc(100vh - 172px);
    max-height: calc(100vh - 172px);
  }
  .tenable-v4-hero.video_open .youtube_video iframe {
    height: calc(100vh - 400px);
    margin-top: 200px;
  }
  .try_nessus_pg .form-box form .form-items-wrap-2 .form-item:nth-child(5){
    margin-bottom: 20px !important;
}
}
@media(max-width:359.98px){
  .tenable-v4-hero [id^=t-eval-] .form-item.consent > p{
     max-width: 270px !important;
  }
  .tenable-v4-hero [id^=t-eval-] .form-item.consent p .popup_black{
    left: -180px;
  }
}
@media(max-width:1023.98px){
  .tenable-v4-hero.video_open .youtube_video iframe{
    max-width: 100%;
  }
}
@media(max-width: 1400.98px){
  .try_nessus_pg .form-box form .form-item.email-field.typing::after{
    left:120px;
    right: auto;
    z-index: 9;
  }
}
@media(max-width: 1400.98px){
  .try_nessus_pg .form-box form .form-item.email-field.typing::after{
    left:auto;
    right: 15px;
    z-index: 9;
  }
}
@media(max-width: 767.98px){
.tenable-v4-hero [id^=t-eval-] .form-item.consent > p{
    max-width: 282px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.tenable-v4-hero [id^=t-eval-] .form-item.consent p .popup_black::after{
  left: 134px;
}

.tenable-v4-hero [id^=t-eval-] .form-item.consent p .popup_black{
    width: 288px;
    height: 266px;
    top: -293px;
}
}
@media(width:992px){
  .try_nessus_pg .form-box form .form-item.email-field.typing .line{
    top: -88px;
  }
}
  @media(min-width:2100px){
    .tenable-v4-hero.video_open .youtube_video iframe{
        height: calc(100vh - 400px);
        margin-top: 200px;
    }
  }

@media(min-width: 992px){
    div#t-eval-baz-confirmation{
        padding-right: 23px;
    }
}

@media(max-width:1458px) and (min-width: 1441px){
    .tenable-v4-hero .form-content::before{
        background-size: cover;
    }
}
