/* common body css */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
}

html {
	scroll-behavior: smooth;
}

::-moz-selection {
	background: #00a5b5;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #00a5b5;
	color: #fff;
	text-shadow: none;
}

body {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #777779;
	margin: 0;
}

input::-ms-clear {
	display: none;
}

body {
	background-color: #F4F6F8 !important
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.row.no-border.title.title-whitepaper, header[role=banner] {
	display: none;
}

section.hero-section .right-side .mktoForm .mktoFormRow option {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #777779;
}

section.row.no-border {
	padding-top: 0;
}

.mktoForm * {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
}

section.row.no-border>.container {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
main#tenable-io-page{
	max-width: 1440px;
    width: 100%;
    margin: 0 auto;
	background-image: url("https://www.tenable.com/lp/campaigns/20/whitepapers/adhering-to-the-nist-framework-with-tenable-ot/img/desktop-bg.webp");
    background-size:94%;
    background-repeat: no-repeat;
    background-position:top -210px right -572px;
}

.hero-section .row {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 40px;
}

.logo img {
	max-width: 286px;
}

section.hero-section .onethird.lightgray.last {
	max-width: 536px;
	width: 100%;
	border-top: none;
	padding: 32px 40px 40px;
	border: none;
	margin-left: 0;
	border-radius: 5px;
	background: -o-linear-gradient(top, #FFF 50.32%, rgba(255, 255, 255, 0.96) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50.32%, #FFF), to(rgba(255, 255, 255, 0.96)));
	background: linear-gradient(180deg, #FFF 50.32%, rgba(255, 255, 255, 0.96) 100%);
	-webkit-box-shadow: 0px 42px 84px 0px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 42px 84px 0px rgba(0, 0, 0, 0.08);
}

.col-sm-6{
	padding-right: 0px;
    padding-left: 0px;
}
.col-sm-6.left-side {
    max-width: 524px;
}
.col-sm-6.right-side {
	position: relative;
	max-width: 536px;
}

section.hero-section h6 {
    font-family: 'Barlow Condensed', sans-serif;
	margin-top: 54px;
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1px;
	font-size: 16px;
	text-transform: uppercase;
	color: #96A1B0;
	letter-spacing: 0.32px;
	margin-bottom: 16px;
}

section.hero-section h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	font-size: 40px;
	color: #041E42;
	margin-bottom: 14px;
	margin-top: 0;
}

section.hero-section .left-side p {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	font-size: 16px;
	color: #385168;
	text-transform: none;
}

.full-section {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.section-half {
	max-width: 510px;
	margin-top: 6px;
    margin-left: 5px;
}

.section-half p {
	margin-bottom: 25px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #385168;
	line-height: 150%;
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	display: block;
	text-transform: none;
}

.section-half p:first-child{
	margin-bottom:24px;
}

.section-half strong {
	font-weight: 600;
}

.section-half img {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	display: block;
}

.section-half img+p {
	margin-top: 21px;
}

.section-half ul {
	list-style: none;
    margin-top: -17px;
    margin-bottom: 99px;
}

.section-half li {
	margin-bottom: 0;
	margin-right: 10px;
	position: relative;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width:100%;
	width: 100%;
	font-size: 16px;
	color: #385168;
	font-style: normal;
	padding: 8px 16px 0 11px;
	font-weight: 400;
	line-height: 150%;
	border-radius: 36px;
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
}

.section-half li::before {
	position: absolute;
	top: 19px;
    left: 0px;
    width: 4px;
    height: 4px;
	background-image: url("https://www.tenable.com/lp/campaigns/20/whitepapers/adhering-to-the-nist-framework-with-tenable-ot/img/list-checkmark.svg");
	content: "";
	border-radius: 50%;
	background-color: #0079DD;
}

.col-sm-6.right-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 89px;
}

section.hero-section .right-side h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	font-size: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-transform: capitalize;
	max-width: 444px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #041E42;
}

section.hero-section .right-side form {
	max-width: 100% !important;
	width: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

section.hero-section .right-side .mktoForm .mktoFormRow {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

section.hero-section .right-side .mktoForm .mktoFormRow input {
	width: 100% !important;
}

.mktoFieldWrap.mktoRequiredField, .mktoForm .mktoFormCol {
	width: 100% !important
}

.mktoForm .mktoRequiredField label.mktoLabel {
	display: none;
}

.mktoForm .mktoGutter, .mktoForm .mktoOffset {
	display: none !important;
}

section.hero-section .right-side .mktoForm .mktoFormRow input,
section.hero-section .right-side .mktoForm .mktoFormRow select {
	width: 100% !important;
	background: #FFFFFF;
	border: 1px solid #C7CCD5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	height: 56px;
	padding: 14px;
	background-color: transparent !important;
	z-index: 1;
	position: relative;
}

.mktoFieldWrap.mktoRequiredField, .mktoForm .mktoFormCol {
	position: relative;
}

section.hero-section .right-side .mktoForm .mktoFormRow input::-webkit-input-placeholder {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	font-size: 18px !important;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #777779;
}


section.hero-section .right-side .mktoForm .mktoFormRow input::-moz-placeholder {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 18px !important;
	display: flex;
	align-items: center;
	color: #777779;
}


section.hero-section .right-side .mktoForm .mktoFormRow input:-ms-input-placeholder {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 18px !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #777779;
}


section.hero-section .right-side .mktoForm .mktoFormRow input::-ms-input-placeholder {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 18px !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #777779;
}


section.hero-section .right-side .mktoForm .mktoFormRow input::placeholder {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 18px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #777779;
}

section.hero-section .right-side .mktoForm .mktoFormRow input {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 18px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #041E42;
}
section.hero-section .ot-checkbox-wrap{
	padding-left: 20px;
	margin-bottom: 35px;
	width: 100%;
}
section.hero-section .ot-checkbox-wrap input {
    width: 0 !important;
}
section.hero-section #Tenable-ot-label, section.hero-section .mktoFormRow[input-name="parent-triggerGDPR"] label{
	color: #54606C;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
    margin: 0;
    cursor: pointer;
	position: unset;
	pointer-events: all;
}
section.hero-section [input-name="parent-triggerGDPR"] div.mktoLogicalField.mktoCheckboxList {
    border: none !important;
}
section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(even) {
	padding-right: 10px;
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(odd) {
	padding-left: 8px;
}

.mktoForm .mktoFormCol {
	margin-bottom: 20px !important
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(8) {
	width: 100%;
	padding-right: 0;
}

section.hero-section .right-side .mktoForm .mktoFormRow select {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #768693;
	padding: 10px 15px;
	background-image: url("https://www.tenable.com/lp/campaigns/20/whitepapers/adhering-to-the-nist-framework-with-tenable-ot/img/drop-down.svg");
	opacity: 1;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: calc(100% - 14px) center;
}

section.hero-section .right-side .mktoForm .mktoFormRow select.mktoValid {
	color: #041E42;
}

body .mktoForm#mktoForm_10153 .mktoButtonWrap button.mktoButton {
	width: 220px !important;
	height: 56px;
	left: 125px;
	top: 362px;
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 56px;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0;
	border-radius: 3px;
	background: #0079DD;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
	        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
body .mktoForm#mktoForm_10153 .mktoButtonWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body a.demo-cta {
    width: 220px !important;
    height: 56px;
    color: #0079DD;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 3px;
    border: 1.5px solid var(--accents-saber-blue, #0079DD);
    background: rgba(255, 255, 255, 0.04);
    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;
	margin-left: 16px;
}
body a.demo-cta:hover,
body a.demo-cta:focus,
body a.demo-cta:active{
	background: #006BC4;
    text-decoration: none;
    color: #fff;
}
body .mktoForm#mktoForm_10153 .mktoButtonWrap button.mktoButton:hover,
body .mktoForm#mktoForm_10153 .mktoButtonWrap button.mktoButton:active,
body .mktoForm#mktoForm_10153 .mktoButtonWrap button.mktoButton:focus {
	background: #006BC4 !important;
}

.mktoButtonRow {
	width: 100%;
}

.hero-section .row {
	border-bottom: none;
	height: 342px !important;
	padding:17px 5px 0px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.row.no-border.title.title-whitepaper+section.row.no-border {
	padding-bottom: 80px;
}

section.hero-section .sidefixed .onethird.lightgray.last {
    position: fixed;
}

.mobile-download-button {
	display: none;
}
section.hero-section [name="triggerGDPR"],section.hero-section [input-name="parent-Comments__c"]{
	display: none !important;
}
section.hero-section [input-name="parent-triggerGDPR"] ,section.hero-section [input-name="parent-noinput"]{
	width: 100% !important; 
	padding-left: 0 !important;
}
section.hero-section [input-name="parent-triggerGDPR"] .mktoCheckboxList{
	padding: 0;
}
section.hero-section .mktoForm input[type=checkbox] + label:before{
	width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-left: -24px;
}
section.hero-section .mktoForm .mktoCheckboxList > label{
	margin: 0;
	padding-left: 23px;
}
/* form state */
.hero-section .mktoForm input {
    border: 1px solid #C7CCD5 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.hero-section .mktoForm .field-wrap {
    position: relative;
    width: 100%;
}
.hero-section .mktoForm select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.hero-section .mktoRequiredField.focused .mktoLabel {
    color: #0079DD !important;
}

.hero-section .mktoRequiredField.filled .mktoLabel {
    color: #65758C;
}
.hero-section .mktoForm .mktoError .mktoErrorArrow {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
    width: 12px;
    height: 12px;
    position: relative;
    top: -2px;
}

.hero-section .mktoForm .mktoError .mktoErrorMsg {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: none !important;
    width: 190px;
    height: 48px;
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 3px;
    margin-top: 5px;
    padding: 6px;
    outline: none;
}
.hero-section .mktoForm .mktoFormCol {
    margin-bottom: 20px !important;
}

.hero-section .mktoForm .mktoButtonRow {
    width: 100%;
}
.hero-section .mktoForm .mktoError {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 190px;
    z-index: 9999;
    bottom: inherit !important;
    top: 100%;
}

.hero-section .mktoForm .focused input.mktoField,
.hero-section .mktoForm .focused select.mktoField,
.hero-section .mktoForm .focused textarea.mktoField {
    color: #041E42 !important;
    border: 1px solid #0079DD !important;
}

.hero-section .mktoForm .mktoFieldWrap input.mktoField:focus {
    border: 1px solid #0079DD !important;
}

.hero-section .mktoForm .mktoFieldWrap.error input.mktoField:focus {
    border: 1px solid #FF0000 !important;
}

.hero-section .mktoForm .error input.mktoField,
.hero-section .mktoForm .error select.mktoField,
.hero-section .mktoForm .error textarea.mktoField {
    border: 1px solid #FF0000 !important;
    position: relative;
}
.hero-section .mktoForm label {
    font-family: 'barlow';
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #65758C;
    text-transform: none;
    padding: 0 5px;
    position: absolute;
    top: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block !important;
    left: 13px;
    z-index: 2;
    padding-bottom: 0 !important;
    cursor: text;
    pointer-events: none;
    width: auto !important;
    display: block !important;
}
.hero-section .mktoForm .focused label,
.hero-section .mktoForm .error.focused label,
.hero-section .mktoForm .filled label {
    background-color: rgb(255, 255, 255) !important;
    z-index: 3;
    font-size: 14px;
    line-height: 21px;
    left: 11px;
    top: -10px;
}

.hero-section .mktoForm .focused label {
    color: #0079DD;
}
.hero-section .mktoForm textarea.mktoField:focus:focus {
    border: 1px solid #0079DD !important;
}

.hero-section .mktoFieldWrap.mktoRequiredField.error.focused label {
    color: #FF0000 !important;
}
.hero-section .mktoForm input.mktoField,
.hero-section .mktoForm select.mktoField,
.hero-section .mktoForm textarea.mktoField,
.hero-section .mktoForm div.mktoLogicalField,
.hero-section .mktoForm input.mktoField.mktoInvalid,
.hero-section .mktoForm select.mktoField.mktoInvalid,
.hero-section .mktoForm textarea.mktoField.mktoInvalid,
.hero-section .mktoForm div.mktoLogicalField.mktoInvalid {
    border: 1px solid #C7CCD5 !important;
}

.hero-section .mktoForm .focused input.mktoField,
.hero-section .mktoForm .focused select.mktoField,
.hero-section .mktoForm .focused textarea.mktoField,
.hero-section .mktoForm .focused div.mktoLogicalField {
    border: 1px solid #0079DD !important;
}

.hero-section .mktoForm .error input.mktoField,
.hero-section .mktoForm .error select.mktoField,
.hero-section .mktoForm .error textarea.mktoField,
.hero-section .mktoForm .error div.mktoLogicalField,
.hero-section .mktoForm .filled.error input.mktoField,
.hero-section .mktoForm .filled.error select.mktoField,
.hero-section .mktoForm .filled.error textarea.mktoField,
.hero-section .mktoForm .filled.error div.mktoLogicalField {
    border: 1px solid #FF0000 !important;
}

.hero-section .mktoForm .filled input.mktoField,
.hero-section .mktoForm .filled select.mktoField,
.hero-section .mktoForm .filled textarea.mktoField,
.hero-section .mktoForm .filled div.mktoLogicalField {
    border: 1px solid #C7CCD5 !important;
}

.hero-section .mktoForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-transition: background-color 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #2B405A !important;
}

.hero-section .mktoForm .mktoError .mktoErrorArrowWrap {
    top: 0 !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px !important;
    height: 5px !important;
}
::-webkit-input-placeholder {
	color:transparent !important;
}
:-moz-placeholder { 
	color:transparent !important;; 
}
::-moz-placeholder {  
	color:transparent !important;; 
}
 
:-ms-input-placeholder {  
	color:transparent !important;;
}

/* Demo CTA Update CSS */
body .mktoForm#mktoForm_10153 .mktoButtonWrap button.mktoButton {
	width: 100% !important;
}
body a.demo-cta {
	display: none;
}
.demo-cta-section {
	background-image: url("https://www.tenable.com/lp/campaigns/20/whitepapers/adhering-to-the-nist-framework-with-tenable-ot/img/demo-cta-banner-desktop.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 56px 0 64px;
	margin-bottom: 90px;
}
.demo-cta-section h2 {
	color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 554px;
    margin: 0 auto 32px;
    font-family: 'Barlow Condensed', sans-serif;
}

.demo-cta-section a {
	color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
	text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 193px;
    height: 56px;
    margin: 0 auto;
	border-radius: 3px;
	border: 1.5px solid #FFF;
	background: rgba(255, 255, 255, 0.04);
    font-family: "Barlow", sans-serif;
}
.demo-cta-section a:hover,
.demo-cta-section a:active {
	background: #006BC4;
	border-color: #006BC4;
}
.footer-demo-cta-section {
	background: linear-gradient(90deg, #005CB9 0%, #041C3C 100%);
	box-shadow: 0px -24px 24px 0px rgba(0, 0, 0, 0.03);
	padding: 24px 0;
	overflow-x: clip;
}
.footer-demo-cta-section .footer-demo-cta-wrapper {
	max-width: 1272px;
	padding: 0 16px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-demo-cta-section .footer-demo-cta-wrapper::after {
	content: '';
	position: absolute;
	right: -159px;
    top: -24px;
    width: 336px;
    height: 104px;
	background-image: url("https://www.tenable.com/lp/campaigns/20/whitepapers/adhering-to-the-nist-framework-with-tenable-ot/img/footer-graphics-desktop.svg");
}
.footer-demo-cta-section .footer-demo-cta-wrapper .footer-interface {
	position: relative;
	width: 214px;
}
.footer-demo-cta-section .footer-demo-cta-wrapper .footer-interface img {
	position: absolute;
    width: 278px;
    bottom: -52px;
    left: -60px;
}
.footer-demo-cta-section .footer-demo-cta-wrapper p {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	font-family: "Barlow", sans-serif;
}
.footer-demo-cta-section .footer-demo-cta-wrapper a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    z-index: 1;
	width: 193px;
	height: 56px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	border-radius: 3px;
	background: #0079DD;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
.footer-demo-cta-section .footer-demo-cta-wrapper a:hover,
.footer-demo-cta-section .footer-demo-cta-wrapper a:active {
	background: #006BC4;
}
/* end */
@media(max-width:1400px) {
	.footer-demo-cta-section .footer-demo-cta-wrapper p {
		max-width: 390px;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper .footer-interface img {
		left: 0;
	}
}
@media(max-width:1200px) and (min-width: 992px) {
	.hero-section .row, .full-section {
		max-width: 1000px;
	}
	.col-sm-6.right-side{
		max-width: 472px;
	}
	.section-half {
		max-width: 482px;
		padding-left: 10px;
	}

	.hero-section .row, section.hero-section {
		height: 404px !important;
		padding-left:15px;
		padding-right:15px;
	}

	section.hero-section .onethird.lightgray.last {
		max-width: 472px;
		margin-left: 0;
	}

	.view-related-industries .views-row h3, .view-product-resources .views-row h3 {
		font-size: 0.8750em;
	}
}
@media (max-width: 1100px){
	.col-sm-6.left-side,.field-item .section-half{
		max-width:450px;
	}
}
@media (max-width: 1023.98px){
	main#tenable-io-page{
		background-image: none;
	}
	.hero-section .left-side h6{
		margin-bottom: 16px;
	}
	.hero-section:before{
		background: transparent;
	}
	.hero-section .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hero-section .logo{
		margin: 0;
	}
	.hero-section .left-side h1,.hero-section .left-side p{
		text-align: left;
	}
	.field-item.even.full-section{
		max-width: 1180px;
		padding-left:30px;
    	padding-right: 30px;
	}
	.hero-section .col-sm-6.left-side{
		max-width: 344px;
	}
	.col-sm-6.left-side, .field-item .section-half{
		max-width: 344px;
	}
	.hero-section{
		height: 420px !important;
	}
	.hero-section .col-sm-6.right-side{
		padding-top:84px;
	}
	.hero-section .onethird.lightgray.last{
		padding: 24px 22px 44px;
	}
	.hero-section .right-side h3{
		margin: 0px 0px 24px 0px !important;
	}
	.hero-section .right-side .mktoForm .mktoFormRow{
		width: 100% !important;
	}
	.hero-section .right-side .mktoForm .mktoFormRow:nth-child(odd){
		padding-right:0 !important;
	}
	.hero-section .right-side .mktoForm .mktoFormRow:nth-child(even){
		padding-right:0 !important;
	}
	.hero-section .right-side .mktoForm .mktoFormRow:nth-child(odd){
		padding-left:0 !important;
	}
	.field-item .section-half{
		margin-top: 16px;
		padding-left: 0;
		margin-left: 0;
	}
	.field-item .section-half p ~ ul{
		margin-bottom:57px;
	}
	.ot-checkbox-wrap {
	    padding-left: 23px;
	}
	.demo-cta-section {
		background-image: url("https://www.tenable.com/lp/campaigns/20/whitepapers/adhering-to-the-nist-framework-with-tenable-ot/img/demo-cta-banner-tablet.webp");
		padding: 56px 0;
		margin-bottom: 56px;
	}
	.demo-cta-section h2 {
		font-size: 32px;
		max-width: 500px;
	}
	.footer-demo-cta-section {
		padding: 14px 0;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper {
		padding: 0 30px;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper::after {
		background-image: url("https://www.tenable.com/lp/campaigns/20/whitepapers/adhering-to-the-nist-framework-with-tenable-ot/img/footer-graphics-tablet.svg");
		width: 287px;
		height: 79px;
		right: 1px;
		top: -14px;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper .footer-interface {
		width: 182px;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper .footer-interface img {
		width: 181px;
		bottom: -38px;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper p {
		max-width: 320px;
		font-size: 16px;
		line-height: 120%;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper a {
		width: 177px;
		height: 51px;
	}
}
@media(max-width: 991.98px) {
	.hero-section .row, .full-section {
		max-width: 714px;
	}

	.hero-section .row {
		padding-top: 16px;
	}

	section.hero-section .onethird.lightgray.last {
		background-color: #fff;
		margin-left: 25px;
		max-width: 328px;
		padding: 24px 24px 40px;
		margin-top: 8px;
	}

	section.hero-section h6 {
		margin-top: 57px;
		margin-bottom: 24px;
	}

	.col-sm-6.left-side {
		padding-right: 0
	}
	.col-sm-6.right-side {
		padding-top: 84px;
	}

	section.hero-section .right-side h3 br {
		display: none;
	}

	.hero-section .row, section.hero-section {
		height: 414px !important;
	}

	section.hero-section .right-side .mktoForm .mktoFormRow {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.section-half {
		max-width: 380px;
		margin-top: 45px;
		padding-left: 15px;
	}

	.section-half img {
		margin-bottom: -25px;
	}

	.row.no-border.title.title-whitepaper+section.row.no-border {
		padding-bottom: 66px;
	}

	body .mktoForm#mktoForm_10153 .mktoButtonWrap button.mktoButton {
		width: 100% !important;
	}
	body .mktoForm#mktoForm_10153 .mktoButtonWrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 100%;
    	width: 100%;
		margin: 0 auto !important;
	}
	body a.demo-cta{
		margin: 16px 0 0;
		width: 100% !important;
	}
	section.hero-section .ot-checkbox-wrap {
		margin-bottom: 31px;
	}
	.section-half img+p {
		margin-top: 47px;
	}
	.field-item.even.full-section{
		max-width: 714px;
		padding-left:5px;
    	padding-right: 5px;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper,
	.footer .footer-content {
		padding: 0 16px;
	}
}

@media(max-width: 767.98px) {
	main#tenable-io-page{
		background: transparent;
	}

	.logo img {
		margin-left: 0;
		width: 255.04px;
	}

	section.hero-section {
		height: auto !important;
	}

	section.hero-section .sidefixed .onethird.lightgray.last, section.hero-section .onethird.lightgray.last {
		margin-left: 0 !important
	}

	.hero-section .col-sm-6.right-side {
		padding-top: 16px;
		padding-right: 0;
		padding-left: 0;
	}

	section.hero-section .left-side p {
		max-width: 100%;
	}

	section.hero-section .sidefixed .onethird.lightgray.last,
	section.hero-section .onethird.lightgray.last {
		position: relative !important;
		top: 0 !important;
		margin-bottom: 0;
	}
	
	.col-sm-6.left-side {
		max-width: 360px;
	    padding: 0;
	}

	.logo {
		margin-bottom: 57px;
	}

	.hero-section .row, section.hero-section {
		height: 100% !important;
		max-height: 100% !important;
		padding-bottom: 1px;
	}

	section.hero-section .onethird.lightgray.last {
		max-width: 100%;
		padding: 25px 24px 40px;
	}

	section.hero-section h6 {
		margin-top: 64px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	section.hero-section .left-side p {
		margin-bottom: 26px;
	}

	section.hero-section .right-side form {
		padding: 0 !important;
	}

	.full-section {
		margin-top: 0;
		max-width: 360px;
		padding-left: 16px;
	    padding-right: 16px;
	}

	.field-item .section-half {
		margin-top: 37px;
	}
	.section-half p {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 8px;
	}

	.field-item .section-half p ~ ul{
		margin: 0 0 34px;
	}


	.mobile-download-button {
		width: 100%;
		max-width: 220px;
		height: 56px;
		font-style: normal;
		font-weight: 600;
		line-height: 56px;
		font-size: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		margin-left: auto;
		margin-bottom: 72px;
		color: #FFFFFF;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 9px;
		border-radius: 3px;
		background: #0079DD;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.12);
	}

	.section-half .mobile-download-button img {
		display: none !important;
	}

	.row.no-border.title.title-whitepaper+section.row.no-border {
		padding-bottom: 47px;
	}
	.hero-section .row{
		display: block;
		height: auto !important;
		max-width: 360px;
		padding: 17px 16px 0px;
	}
	.section-half img {
		margin-top: 26px;
		margin-bottom: 21px;
		padding: 0;
	}

	section.hero-section .right-side h3 {
	    font-size: 24px;
	    line-height: 150%;
		width: 280px;
	}
	.field-item.even.full-section{
	    padding-left: 16px;
	    padding-right: 16px;
		max-width: 360px;
	}
	.mktoForm .mktoButtonWrap button.mktoButton{
		max-width:220px !important;	
	}
	.section-half img+p {
		margin-top: 21px;
		margin-bottom: 24px;
	}
	.demo-cta-section {
		background-image: url("https://www.tenable.com/lp/campaigns/20/whitepapers/adhering-to-the-nist-framework-with-tenable-ot/img/demo-cta-banner-mobile.webp");
	}
	.footer-demo-cta-section {
		padding: 12px 0 16px;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper .footer-interface {
		display: none;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper {
		flex-direction: column;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper::after {
		background-image: url("https://res.cloudinary.com/spiralyze/image/upload/v1701271782/tenable/302/graphics-mob.svg");
		width: 143px;
		height: 116px;
		right: 0;
		top: -12px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper p {
		font-size: 14px;
		margin-bottom: 12px;
		max-width: 280px;
		position: relative;
    	z-index: 1;
	}
	.footer-demo-cta-section .footer-demo-cta-wrapper a {
		max-width: 328px;
		width: 100%;
		height: 43px;
	}
}

@media(max-width: 359px) {
	.logo img {
		width: 129px;
	}

	.col-sm-6.left-side {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-6.right-side {
		padding-right: 15px;
		padding-left: 15px;
	}

	.section-half p {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mobile-download-button {
		width: calc(100% - 30px);
	}

	.section-half ul {
		margin-left: 15px;
		margin-right: 15px;
	}

	section.hero-section::before {
		height: 574px !important;
	}
}

body .mktoForm#mktoForm_10153 .mktoButtonWrap button.mktoButton {
	outline: none;
}

.mktoForm input:-webkit-autofill,
.mktoForm input[type="text"]:-webkit-autofill,
.mktoForm input[type="email"]:-webkit-autofill,
.mktoForm input[type="tel"]:-webkit-autofill,
.mktoForm input[type=number]:-webkit-autofill,
.mktoForm input[type=date]:-webkit-autofill,
.mktoForm textarea:-webkit-autofill,
.mktoForm select.mktoField:-webkit-autofill,
.mktoForm input[type=text]:-webkit-autofill:focus,
.mktoForm input[type=url]:-webkit-autofill:focus,
.mktoForm input[type=email]:-webkit-autofill:focus,
.mktoForm input[type=tel]:-webkit-autofill:focus,
.mktoForm input[type=number]:-webkit-autofill:focus,
.mktoForm input[type=date]:-webkit-autofill:focus,
.mktoForm select.mktoField:-webkit-autofill:focus,
.mktoForm textarea.mktoField:-webkit-autofill:focus,
.mktoForm input.mktoField.mktoInvalid:-webkit-autofill,
.mktoForm textarea.mktoField.mktoInvalid:-webkit-autofill,
.mktoForm select.mktoField.mktoInvalid:-webkit-autofill,
.mktoForm .mktoLogicalField.mktoInvalid:-webkit-autofill {
	outline: none;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-text-fill-color: #041E42;
	font-size: 1em !important
}

.mktoForm input:-webkit-autofill::selection,
.mktoForm input[type="text"]:-webkit-autofill::selection,
.mktoForm input[type="email"]:-webkit-autofill::selection,
.mktoForm input[type="tel"]:-webkit-autofill::selection,
.mktoForm input[type=number]:-webkit-autofill::selection,
.mktoForm input[type=date]:-webkit-autofill::selection,
.mktoForm textarea:-webkit-autofill::selection,
.mktoForm select.mktoField:-webkit-autofill::selection,
.mktoForm input[type=text]:-webkit-autofill:focus::selection,
.mktoForm input[type=url]:-webkit-autofill:focus::selection,
.mktoForm input[type=email]:-webkit-autofill:focus::selection,
.mktoForm input[type=tel]:-webkit-autofill:focus::selection,
.mktoForm input[type=number]:-webkit-autofill:focus::selection,
.mktoForm input[type=date]:-webkit-autofill:focus::selection,
.mktoForm select.mktoField:-webkit-autofill:focus::selection,
.mktoForm textarea.mktoField:-webkit-autofill:focus::selection,
.mktoForm input.mktoField.mktoInvalid:-webkit-autofill::selection,
.mktoForm textarea.mktoField.mktoInvalid:-webkit-autofill::selection,
.mktoForm select.mktoField.mktoInvalid:-webkit-autofill::selection,
.mktoForm .mktoLogicalField.mktoInvalid:-webkit-autofill::selection {
	-webkit-text-fill-color: #ffffff !important;
}

.mktoTemplateBox {
	width: 100%;
	text-align: center;
}

.mktoTemplateBox strong {
	width: 100%;
	display: block;
}

.mktoTemplateBox a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 64px;
}

.mobile-download-button {
	outline: none !important;
	text-decoration: none !important;
}

.mobile-download-button:hover, .mobile-download-button:focus {
	background-color: #006BC4 !important;
	color: #FFFFFF;
}


.mktoForm .mktoRequiredField .mktoAsterix {
	display: none !important;
}

.mktoForm .mktoError .mktoErrorMsg:focus {
	outline: none;
}

#LblEmployee_Range__c {
	opacity: 0;
}

section.hero-section .right-side .mktoForm .mktoFormRow.typing #LblEmployee_Range__c, section.hero-section .right-side .mktoForm .mktoFormRow.filled #LblEmployee_Range__c {
	opacity: 1
}

#tenable-ot-page form.mktoForm .has-placeholder select.mktoField::-ms-value {
    color: #777779;
}

#tenable-ot-page form.mktoForm .has-placeholder select.mktoField {
    color: #65758C !important;
}

/* Remove FF Dotted outline */
@-moz-document url-prefix() {
    #tenable-ot-page form.mktoForm .has-placeholder select.mktoField {
        color: transparent !important;
        text-shadow: 0 0 0 #777779 !important;
    }

    #tenable-ot-page form.mktoForm select.mktoField {
        color: transparent !important;
        text-shadow: 0 0 0 #000 !important;
    }
}

section.hero-section .right-side .mktoForm .mktoFormRow.has-error label {
	color: #ff6b35 !important;
}

.mktoForm .mktoError {
	z-index: 999999 !important;
}

.mktoTemplateBox a {
	padding: 0 !important
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9),
section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(10) {
	width: 100% !important
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9),
section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9) .mktoLabel,
section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9) div.mktoLogicalField {
	padding: 0;
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9) div.mktoLogicalField input {
	height: 0;
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9) .mktoCheckboxList>label {
	margin: 0;
	padding-left: 20px;
	width: 100% !important;
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #777779;
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9) input[type=checkbox]+label:before {
	cursor: pointer;
	top: 4px;
}

.gdpr-text {
	max-width: 100% !important;
	cursor: pointer;
}

.gdpr-text small {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	line-height: 21px;
	color: #777779;
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9) div.mktoLogicalField #LbltriggerGDPR {
	width: 16px !important;
	margin-left: 0;
}

section.hero-section .right-side .mktoForm .mktoFormRow:nth-child(9) div.mktoLogicalField #LbltriggerGDPR::before {
	border: 1px solid #777779 !important;
	border-radius: 2px;
}

select::-ms-value {
	background: none !important;
	color: #777779
}

section.hero-section .right-side .mktoForm .mktoFormRow.has-error select::-ms-value {
	color: #ff6b35 !important;
}

.mktoForm br {
	display: none;
}

body.form-submited section.hero-section .right-side h3 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	margin-left: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

body.form-submited .mktoTemplateBox strong {
	text-align: left;
	margin-bottom: 20px;
	padding: 0;
}

body.form-submited .mktoForm a.mktoNotYou {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	margin-bottom: 30px;
	width: 70px;
}

body.form-submited .mktoForm#mktoForm_10153 .mktoButtonWrap button.mktoButton {
	margin-left: 0;
}

section.hero-section .right-side form {
	font-size: 1em !important
}

::-moz-selection {
	color: #fff !important;
}

::selection {
	color: #fff !important;
}

.textcenter {
	text-align: center;
}

body, main {
	overflow-x: hidden;
}

.fonts-loaded body {
	font-family: barlow, system-ui, -apple-system, roboto, segoe ui, sans-serif;
}

.gdpr-text small a {
	padding: 0 !important;
}


@media(max-width: 991.98px) {	
	.logo img {
		max-width: 223px;
	}
}


@media(max-width: 435px) {
	.gdpr-text {
		margin-bottom: 0;
	}
}