@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#main-container.basic, 
#main-container.homepage, 
#main-container.industry
{
	padding-top:0px!important;
}

#main-container.homepage.top-bar {
	padding-top:50px!important;
}


/*DROP DOWN*/

.drop-down
{
	font-size: 14px;
    text-decoration: none;
    color: #9DAFBD;
    border: 1px solid #D7DFE9;
    padding: 13px 20px;
    border-radius: 6px;
    position: relative;
    display: inline-block;	
}

.drop-down.light-grey {
	color: rgba(38, 39, 51, 0.55);
    border: 1.5px solid #E9E9E9;
}

.drop-down.open {
	box-shadow: 0 3px 25px 0 rgba(19,21,52,0.11);
}

.drop-down .selection {
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	white-space: nowrap;
}

.drop-down .selection > i {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	color: #1C2B74;
} 

.drop-down .items {
	visibility: collapse;
	position: absolute;
    top: calc(100% + 20px);
    left: 0px;
    width: 100%;
	opacity: 0;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 25px 0 rgba(19,21,52,0.11);
    padding: 15px;
	will-change: transform;
	-webkit-transform-origin: top;
	   -moz-transform-origin: top;
	    -ms-transform-origin: top;
	     -o-transform-origin: top;
	        transform-origin: top;
	-webkit-transform: rotateX(-25deg);
	   -moz-transform: rotateX(-25deg);
	    -ms-transform: rotateX(-25deg);
	     -o-transform: rotateX(-25deg);
	        transform: rotateX(-25deg);	
    -webkit-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    -moz-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    -o-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    z-index: 10;
}

.drop-down.open .items {
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	     -o-transform: rotateX(0deg);
	        transform: rotateX(0deg);
	opacity: 1;
}

.drop-down .items a {
    display: block;
    position: relative;
    text-decoration: none;
    line-height: normal;
    margin-bottom: 10px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	color: #293139
}

.drop-down .items a:last-child
{
	margin-bottom: 0px;
}


.drop-down .items a:hover {
	color: #00BDFD;
}

/*DROP DOWN END*/

/*NAV*/

ul.dots-nav {
    position: absolute;
	top:25%;
	left: 0;
    z-index: 5;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}


ul.dots-nav li{
	display: inline-block;
    background-color: #9DAFBD;
    width: 10px;
    height: 10px;
    border-radius: 10px;
	
    font-size: 0;
    font-weight: bold;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.1s ease-in;
}


ul.dots-nav li:last-of-type {
	margin-right: 0px;
}

ul.dots-nav li.active{
	background-color: #00BCFC;
}



/*NAV END*/


.section-header {
	height: 780px;
}

.section-header.centered {
	height: 600px;
}

.section-header article {
	position: relative;
    height: 100%;
    width: 80%;
    color: #ffffff;
    z-index: 3;
}

.section-header article header {
	position: absolute;
    top: 30%;
    left: 0;
    z-index: 3;
    opacity: 0;
    width: 40%;
    transition: all 1s ease-in;
}

.section-header.inner article header{
	width: 100%;
}

.section-header article header.upper {
	top:15%;
	text-align: center;
	width: 100%;
}


.section-header article header.active {
	opacity:1;
	z-index: 4;
	transition: all 1s ease-in;
	
}

.section-header.inner article header{
	padding-right: 58%;
	top:50%;
}


.section-header.centered article header {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.section-header article header.upper > *,
.section-header.centered article header > *
{text-align: center;}

.section-header article h1,
.section-header article h2,
.section-header article h3,
.section-header article h4,
.section-header article p
 {
	color: #ffffff;
	font-weight: normal;
	font-family: Soleil-Regular;
	text-align: left;
}

.section-header article .category {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	
	display: inline-block;
	border-radius: 6px;
	padding: 6px 10px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.section-header header.style_1 .category {background-color: #FFC793;}
.section-header header.style_2 .category {background-color: #FF9DE4;}
.section-header header.style_3 .category {background-color: #00E1A7;}
.section-header header.style_4 .category {background-color: #00BCFC;}
.section-header header.style_5 .category {background-color: #C3AEFF;}
.section-header header.style_6 .category {background-color: #FF9D9D;}
.section-header header.style_7 .category {background-color: #A9ECA3;}
.section-header header.style_8 .category {background-color: #B3F4DF;}
.section-header header.style_9 .category {background-color: #AFC1FF;}
.section-header header.style_10 .category {background-color: #FFC037;}

.section-header article h1{
	font-family: 'Soleil-Bold';
	font-size: 72px;
	line-height: 100px;
	color: #ffffff;
}

.section-header article header.upper h1{
	font-size: 62px;
	line-height: 70px;
}


.section-header article h3{
	font-weight:300;
	font-size: 24px;
	color: #ffffff;
}

.section-header article h2{
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 0;
}


.section-header article h4{
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}


.section-header article p{
	margin-top: 18px;
	font-size: 18px;
	line-height: 28px;
}

.section-header .action-form {
	margin-top: 25px;
}

.section-header > article > .action-form {
	position: absolute;
    top: 50%;
	opacity: 0;
}

.section-header > article > .action-form.active{
	opacity: 1;
}

.section-header .action-form .hbspt-form{
	width: 380px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 3px;
	margin: initial;
}


.section-header .action-form .hbspt-form .actions{
	margin-top: 0!important;
}

.section-header .action-form .hbspt-form .hs-fieldtype-text {
	width: 235px!important;
    margin-right: 19px;
}

.section-header.action-form .hbspt-form .hs-fieldtype-text input,
.section-header .action-form .hbspt-form .hs-button
{
	padding: 0.9em 2.6em!important;
	font-weight: 600!important;
	border-radius: 6px!important;
	font-size: 14px!important;
}

.section-header .action-form .hbspt-form .hs-fieldtype-text input{
	background-color: transparent;
	text-align: left;
	padding: 1em!important
}

.section-header .action-form .hbspt-form form > div.hs_error_rollup .hs-error-msgs {
	padding: 0;
}

.section-header .action-form .hbspt-form form > div.hs_error_rollup .hs-error-msgs li:before{
	content: none;
}
.section-header .action-form .hbspt-form form > div.hs_error_rollup .hs-error-msgs label {
    margin-left: 0;
    color: #ffffff!important;
}

.section-header .action-form .hbspt-form form .field > .hs-error-msgs{
	display: none!important;
}

.section-header figure {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 1;
	background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
	opacity:0;
	transition: all 0.5s ease-in;
}

.section-header figure.active {
	opacity:1;
	z-index: 2;
}

.section-content,
.section-paragraphs {
	padding-top: 100px;
	color: #1C2B74;
}

.section-content article,
.section-paragraphs .articles
{
	width: 80%;
	padding-bottom: 100px;
}

.section-paragraphs article
{
	padding-bottom: 100px;
}

.section-paragraphs.has-menu .articles {
	padding-left: 300px;
} 


.section-paragraphs article > * {line-height:28px; padding-bottom: 28px;}


.section-paragraphs article h3 {
	color: #1C2B74;
	font-weight: 700;
	line-height: 40px;
}

.section-paragraphs article ul,
.section-paragraphs article p
{
	font-size: 18px;
}

.section-paragraphs article p.aligncenter {
	text-align: center;
}

.section-paragraphs article ul {list-style-type: none; padding-bottom: 40px;}
.section-paragraphs article ul li{
	list-style-type: none;  
	line-height:36px; 
	padding-left: 26px; 
}

.section-paragraphs article ul li:before{
	content: " ";
    background: url(https://www.theneura.com/wp-content/uploads/2020/09/Path-408.png) no-repeat 0px 12px;
    width: 14px;
    height: 100%;
	position: absolute;
    left: 0px;
}

.section-paragraphs .articles nav {
	position: absolute;
	left: 0; 
	top: 0;
	width: 250px;
	transition: top 1s;
}

.section-paragraphs .articles nav span {
	display: block;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 14px;
	color: #00BCFC;	
}

.section-paragraphs .articles nav a {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #9DAFBD;	
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
}

.section-paragraphs .articles nav a:hover,
.section-paragraphs .articles nav a.active 

{
	color: #1C2B74;
	padding-bottom: 10px;
	
}

.section-paragraphs .articles nav a:hover::after,
.section-paragraphs .articles nav a.active::after{
	content: " ";
	position: absolute;
	top:100%;
	left: 0px;
	width: 60px;
	height: 2px;
	background: #00E1A7;
}


.section-paragraphs .dataTables_wrapper {
	box-shadow: 0px 2.95046px 26.5541px rgba(0, 0, 0, 0.06);
    border-radius: 4.42569px;
    padding: 15px 25px;	
}

.section-paragraphs .data-table {
	font-size: 11px;
	line-height: initial;
	text-align: center;
}

.section-paragraphs .data-table caption {
	border-bottom: 1px solid #F1F1F5;
	text-align: left;
	font-weight: 600;
	font-size: 11.8018px;
	
	letter-spacing: 0.0737615px;
	color: #171725;
	padding-bottom: 15px;
}

.section-paragraphs .data-table tbody tr td{
	border-top:1px solid #F1F1F5;
	height: 28px;
}

.section-paragraphs .data-table thead
{
	font-weight: 600;
	font-size: 8.85137px;
	height: 12px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;

	color: #7E858E;
}

.section-paragraphs .data-table thead tr td{
	height: 48px;
	padding: 0 12px 0 9px;
}

.section-paragraphs .data-table thead tr td.sorting,
.section-paragraphs .data-table thead tr td.sorting_asc,
.section-paragraphs .data-table thead tr td.sorting_desc
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}

.section-paragraphs .data-table thead tr td.sorting{
	background-image: url('https://www.theneura.com/wp-content/uploads/2020/11/sort_both.gif'); 
	
}

.section-paragraphs .data-table thead tr td.sorting_asc{
	background-image: url('https://www.theneura.com/wp-content/uploads/2020/11/sort_asc.gif'); 
	color:#00BCFC;
}

.section-paragraphs .data-table thead tr td.sorting_desc{
	background-image: url('https://www.theneura.com/wp-content/uploads/2020/11/sort_desc.gif'); 
	color:#00BCFC;
}


.section-paragraphs .data-table tbody tr td{
	border-top:1px solid #F1F1F5;
}

.section-paragraphs .data-table tr td:first-of-type {
	text-align: left;
	white-space: nowrap;
}

.section-paragraphs .data-table tbody tr td:first-of-type{
	padding-left: 11px;
	position: relative;
}


.section-paragraphs .data-table tr.blue td:first-of-type::before{
	content : " ";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 3px;
	height: 16px;
	background-color: #009AFF;
}

.section-paragraphs .data-table tr.red td:first-of-type::before{
	content : " ";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 3px;
	height: 16px;
	background-color: #EA3546;
}

.section-paragraphs .data-table tfoot tr td  {
	background: url('https://www.theneura.com/wp-content/uploads/2020/11/US-COVID-Report-Data-Logo.svg') no-repeat right bottom;
}

.section-paragraphs .data-table tfoot tr td img {
	vertical-align: top;
}

.section-logos {
	height:116px;
}

.section-logos.desktop{
	display: block;
}

.section-logos article {
    display: inline-block;

	position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
	width:80%;
    
	z-index: 10;

	background: #ffffff;
    box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    
    color: black;
    text-align: center;
    line-height: 116px;	
}

.section-logos article figure{
	display: inline-block;
    width: 150px;
    height: 40px;
    margin: 0 45px;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}


.section-feat {
	padding-bottom: 1em;
}


.section-feat.desktop {
	display: block;
}

.section-logos article {
	width: 80%;
}

.section-feat  ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display: table;
}

.section-feat ul li{
	list-style-type:none;
	margin:0px;
	font-weight:bold;
	width:25%;
	display: table-cell;
	text-align: center;
	color: #9DAFBD;
}

.section-feat ul li.style_1,
.section-feat ul li.style_2,
.section-feat ul li.style_3,
.section-feat ul li.style_4,
.section-feat ul li.style_5,
.section-feat ul li.style_6,
.section-feat ul li.style_7,
.section-feat ul li.style_8,
.section-feat ul li.style_9,
.section-feat ul li.style_10
{
	padding: 10em 0 9em 0;
}

.section-feat ul li.style_1 .img,
.section-feat ul li.style_2 .img,
.section-feat ul li.style_3 .img,
.section-feat ul li.style_4 .img,
.section-feat ul li.style_5 .img,
.section-feat ul li.style_6 .img,
.section-feat ul li.style_7 .img,
.section-feat ul li.style_8 .img,
.section-feat ul li.style_9 .img,
.section-feat ul li.style_10 .img
{
	width: 53px;
    height: 53px;
    line-height: 53px;
    padding: 15px;
    vertical-align: middle;
    border-radius: 53px;
    position: relative;
}

.section-feat ul li.style_1 .img::after,
.section-feat ul li.style_2 .img::after,
.section-feat ul li.style_3 .img::after,
.section-feat ul li.style_4 .img::after,
.section-feat ul li.style_5 .img::after,
.section-feat ul li.style_6 .img::after,
.section-feat ul li.style_7 .img::after,
.section-feat ul li.style_8 .img::after,
.section-feat ul li.style_9 .img::after,
.section-feat ul li.style_10 .img::after

{
	content: "";
    border: 13px solid rgba(255,0,0,0.5);
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    border-radius: 70px;
    display: block;
    transform: translate(-50%,-50%);
	
}

.section-feat ul li.style_1 .img{background-color: #FFC793}
.section-feat ul li.style_2 .img{background-color: #FF9DE4}
.section-feat ul li.style_3 .img{background-color: #00E1A7}
.section-feat ul li.style_4 .img{background-color: #00BCFC}
.section-feat ul li.style_5 .img{background-color: #C3AEFF}
.section-feat ul li.style_6 .img{background-color: #FF9D9D}
.section-feat ul li.style_7 .img{background-color: #A9ECA3}
.section-feat ul li.style_8 .img{background-color: #B3F4DF}
.section-feat ul li.style_9 .img{background-color: #AFC1FF}
.section-feat ul li.style_10 .img{background-color: #FFC037}



.section-feat ul li.style_1 .img::after{border-color: #FFC793}
.section-feat ul li.style_2 .img::after{border-color: #FF9DE4}
.section-feat ul li.style_3 .img::after{border-color: #00E1A7}
.section-feat ul li.style_4 .img::after{border-color: #00BCFC}
.section-feat ul li.style_5 .img::after{border-color: #C3AEFF}
.section-feat ul li.style_6 .img::after{border-color: #FF9D9D}
.section-feat ul li.style_7 .img::after{border-color: #A9ECA3}
.section-feat ul li.style_8 .img::after{border-color: #B3F4DF}
.section-feat ul li.style_9 .img::after{border-color: #AFC1FF}
.section-feat ul li.style_10 .img::after{border-color: #FFC037}

.section-feat ul li .img{
	height: 4.7em;
    width: 5em;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    margin: 0 auto 2.2em auto;
    background-size: contain;
}

.section-feat ul li .img img {
	vertical-align: top;
    width: 100%;
}


.section-feat ul li strong {
	color: #1C2B74;
	font-size: 1.4em;
	font-weight: 800;
}

.section-feat.style-2 ul li strong {
	color: inherit;
}


.section-feat ul li p{
	line-height: 1.4em;
    padding: 0.8em 2em;
    font-weight: normal;
    font-size: 1.1em;
}

.section-page {
	background-color: #F9FCFF;
	padding: 5em 0 4em 0;
	color: #1C2B74;
	
}

.section-page.desktop {
	display: block;
}

.section-page article {
	width: 80%;
}

.section-page article header,
.section-page article figure {
	display: table-cell;
}

.section-page article header {
	width: 39%;
	padding: 5em 0;
	padding-right: 10%;
}

.section-page article figure {
	width: 49%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 0;
}

.section-page h2 {font-size: 32px; font-weight: bold; line-height: 41px; text-align: left;}
.section-page p {font-size: 18px; line-height:28px; margin-bottom: 2.2em; color: #9DAFBD;}
.section-page .button {margin-top: 0; display: inline-block;}

.section-page ul.legend {
	width: 100%;
	text-align: left;
	padding: 10px 0 30px 0;
}


.section-page ul.legend li
{
	font-size: 1.1em;
	display: inline-block;
	margin: 18px 16px 18px 0;
	padding-left: 35px;
}


.section-page ul.legend li::before {
	content: "\2022";
    font-weight: bold;
    display: inline-block;
    font-size: 80px;
    transform: translate(0, -2px);
    line-height: 14px;
}

.section-page ul.legend li.blue::before {color:#2B63E3;}
.section-page ul.legend li.green::before {color: #31E5B6;}


.section-page .drop-down {
	width:100%;
}

.section-page ul.stats {
	width: 100%;
	display: block;
	text-align: left;
	padding: 4.4em 0 2em 0;
}

.section-page ul.stats li{
	display: inline-block;
    line-height: 18px;
    font-size: 12px;
    margin-right: 45px;
    margin-top: 2em;
    color: #9DAFBD;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.section-page ul.stats li:last-of-type {
	margin-right: 0em;
}

.section-page ul.stats li span {
	display: block;
	height: 2.5em;
	white-space: nowrap;
}

.section-page ul.stats li div {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	
}

.section-page ul.stats li div:first-of-type {
	color: #00BCFC;
	margin-right: 15px;
}

.section-page ul.stats li div:last-of-type {
	color: #00E1A7;
}

.section-page-slider {
	background-color: #ffffff;
	padding: 10em 0 6em 0;
	color: #4F5059;
	
}

.section-page-slider.side-nav {
	padding-bottom: 0;
}

.section-page-slider.gray {
	background: linear-gradient(180deg, #F9FCFF 0%, rgba(249, 252, 255, 0) 100%);
}

.section-page-slider.desktop {
	display: block;
}

.section-page-slider ul.top-nav {
	margin-bottom: 7em;
	border-bottom: 2px solid #EEF2F4;
	display: inline-block;
}

.section-page-slider ul.top-nav li{
	display: inline-block;
	margin-right: 25px;
	padding-bottom: 12px;
	font-size: 15px;
	line-height: 19px;
    color: #1C2B74;
	cursor: pointer;
	transition: all 0.3s ease-in;
}


.section-page-slider ul.top-nav li::after {
	content:"";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0,225,167,0);
	transition: all 0.3s ease-in;
}


.section-page-slider ul.top-nav li:last-of-type{
	margin-right: 0px;
}

.section-page-slider ul.top-nav li.active::after,
.section-page-slider ul.top-nav li:hover::after 
{background: rgba(0,225,167,1)}

/*
.section-page-slider ul.top-nav li:hover,
.section-page-slider ul.top-nav li.active{
	border-bottom: 2px solid rgba(28,43,116,1);
}*/

.section-page-slider ul.side-nav {
	position: absolute;
	top:90px;
	left:0;
	width: 35px;
}

.section-page-slider ul.side-nav li{
	background-color: rgba(38,39,51,0.07);
    color: #9DAFBD;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 50px;
	cursor: pointer;
	
	transition: all 0.3s ease-in;
}


.section-page-slider ul.side-nav li:last-of-type {
	margin-bottom: 0px;
}


.section-page-slider ul.side-nav li.past,
.section-page-slider ul.side-nav li.active{
	background-color: rgba(0,225,167, 0.6);
    color: white;
}

.section-page-slider ul.side-nav li::before {
	content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	background-color: rgba(38,39,51,0.05);
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-radius: calc(100% + 12px);
	border: 6px solid #ffffff;
	
	transition: all 0.3s ease-in;
}


.section-page-slider ul.side-nav li.past::before,
.section-page-slider ul.side-nav li.active::before {
    background-color: rgba(0, 225, 167, 0.2);
}

.section-page-slider ul.side-nav li::after {
	content: " ";
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translate(-50%, 0%);
	width: 2px;
	height: 28px;
	background-color: #E7EBEF;
	
	transition: all 0.3s ease-in;
}

.section-page-slider ul.side-nav li:last-of-type::after {
	content: none;
}

.section-page-slider ul.side-nav li.past::after,
.section-page-slider ul.side-nav li.active::after {
	background-color: #D9EBFF;
}

.section-page-slider.side-nav article {
	padding-left: 150px;
	padding-bottom: 6em;
	
}

.section-page-slider article header,
.section-page-slider article figure {
	display: none;
	transition: all 1s ease-in;
}


.section-page-slider article header.active,
.section-page-slider article figure.active {
	
	display: inline-block;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
	vertical-align: top;
	height:100%;
}

.section-page-slider.side-nav article figure.active{
	height: 550px;
}

.section-page-slider.top-nav article figure.active{
	height: 430px;
}

.section-page-slider article header {
	width: 49%;
	padding-right: 10%;
}

.section-page-slider article figure {
	width: 49%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 0;
}


.section-page-slider .category {
	color: #292A34;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5em;
	text-transform: uppercase;
}


.section-page-slider header.style_1 .category {color: #FFC793;}
.section-page-slider header.style_2 .category {color: #FF9DE4;}
.section-page-slider header.style_3 .category {color: #00E1A7;}
.section-page-slider header.style_4 .category {color: #00BCFC;}
.section-page-slider header.style_5 .category {color: #C3AEFF;}
.section-page-slider header.style_6 .category {color: #FF9D9D;}
.section-page-slider header.style_7 .category {color: #A9ECA3;}
.section-page-slider header.style_8 .category {color: #B3F4DF;}
.section-page-slider header.style_9 .category {color: #AFC1FF;}
.section-page-slider header.style_10 .category {color: #FFC037;}


.section-page-slider h2 {font-size: 32px; line-height: 41px; font-weight: bold; text-align: left; color: #1C2B74;}
.section-page-slider.side-nav h2 {margin-top: 16px;}
.section-page-slider.top-nav h2 {margin-top:0;}

.section-page-slider p {font-size: 18px; line-height:28px; margin-bottom: 1.8em; color: #9DAFBD;}
.section-page-slider .button {margin-top: 0;}

.section-page-slider header ul {list-style-type: none; color: #9DAFBD; padding-bottom: 20px;}
.section-page-slider header ul li{
	list-style-type: none;  
	font-size: 18px; 
	line-height:36px; 
	padding-left: 26px; 
	padding-bottom: 8px;
}

.section-page-slider header ul li:before{
	content: " ";
    background: url(https://www.theneura.com/wp-content/uploads/2020/09/Path-408.png) no-repeat 0px 12px;
    width: 14px;
    height: 100%;
}

.section-page-slider .prev-next 
{
    position: absolute;
    bottom: 8em;
    left: 150px;
}

.section-page-slider .prev-next a{
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #1C2B74;
	font-weight: bold;
}

.section-page-slider .prev-next a:first-of-type{
	margin-right: 25px;
}

.section-page-slider .prev-next a.hide{
	color: #9DAFBD;
	cursor: default;
}


.section-page-slider ul.dots-nav {
	position: initial;
    left: auto;
    transform: none;
    /*display: block;*/
    padding-top: 4em;
    padding-bottom: 3em;
}


.section-page-slider ul.dots-nav li:last-of-type {
    margin-right: 0px;
}


.section-page-slider.top-nav header > p {
	line-height: 28px;
	color: #1C2B74;
	margin-bottom: 18px;
}


.section-page-bulleted {
	background-color: #ffffff;
	color: #4F5059;
}

.section-page-bulleted.desktop {
	display: block;
}


.section-page-bulleted ul.side-nav {
	position: absolute;
	top:124px;
	left:0;
	width: 36px;
	height: 100%;
}

.section-page-bulleted ul.side-nav li{
    color: white;
    height: 36px;
    border-radius: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;
	
	transition: all 0.3s ease-in;
}

.section-page-bulleted ul.side-nav li::before {
	content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity: 0.4;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border-radius: calc(100% + 14px);
	border: 7px solid #ffffff;
	
	transition: all 0.3s ease-in;
}



.section-page-bulleted ul.side-nav::before {
	content: " ";
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translate(-50%, 0%);
	width: 2px;
	height: calc(100% - 59px);
	opacity: 0.2;
	transition: all 0.3s ease-in;
}

.section-page-bulleted article:last-of-type ul.side-nav::before {
	height: 50%;
}

.section-page-bulleted ul.side-nav li img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section-page-bulleted article.style_1 ul.side-nav::before,
.section-page-bulleted article.style_1 ul.side-nav li,
.section-page-bulleted article.style_1 ul.side-nav li::before
{background-color:#FFC793}

.section-page-bulleted article.style_2 ul.side-nav::before,
.section-page-bulleted article.style_2 ul.side-nav li,
.section-page-bulleted article.style_2 ul.side-nav li::before
{background-color:#FF9DE4}

.section-page-bulleted article.style_3 ul.side-nav::before,
.section-page-bulleted article.style_3 ul.side-nav li,
.section-page-bulleted article.style_3 ul.side-nav li::before
{background-color:#00E1A7}

.section-page-bulleted article.style_4 ul.side-nav::before,
.section-page-bulleted article.style_4 ul.side-nav li,
.section-page-bulleted article.style_4 ul.side-nav li::before
{background-color:#00BCFC}

.section-page-bulleted article.style_5 ul.side-nav::before,
.section-page-bulleted article.style_5 ul.side-nav li,
.section-page-bulleted article.style_5 ul.side-nav li::before
{background-color:#C3AEFF}

.section-page-bulleted article.style_6 ul.side-nav::before,
.section-page-bulleted article.style_6 ul.side-nav li,
.section-page-bulleted article.style_6 ul.side-nav li::before
{background-color:#FF9D9D}

.section-page-bulleted article.style_7 ul.side-nav::before,
.section-page-bulleted article.style_7 ul.side-nav li,
.section-page-bulleted article.style_7 ul.side-nav li::before
{background-color:#A9ECA3}

.section-page-bulleted article.style_8 ul.side-nav::before,
.section-page-bulleted article.style_8 ul.side-nav li,
.section-page-bulleted article.style_8 ul.side-nav li::before
{background-color:#B3F4DF}

.section-page-bulleted article.style_9 ul.side-nav::before,
.section-page-bulleted article.style_9 ul.side-nav li,
.section-page-bulleted article.style_9 ul.side-nav li::before
{background-color:#AFC1FF}

.section-page-bulleted article.style_10 ul.side-nav::before,
.section-page-bulleted article.style_10 ul.side-nav li,
.section-page-bulleted article.style_10 ul.side-nav li::before
{background-color:#FFC037}

.section-page-bulleted article.style_1 .category{color:#FFC793}
.section-page-bulleted article.style_2 .category{color:#FF9DE4}
.section-page-bulleted article.style_3 .category{color:#00E1A7}
.section-page-bulleted article.style_4 .category{color:#00BCFC}
.section-page-bulleted article.style_5 .category{color:#C3AEFF}
.section-page-bulleted article.style_6 .category{color:#FF9D9D}
.section-page-bulleted article.style_7 .category{color:#A9ECA3}
.section-page-bulleted article.style_8 .category{color:#B3F4DF}
.section-page-bulleted article.style_9 .category{color:#AFC1FF}
.section-page-bulleted article.style_10 .category{color:#FFC037}


.section-page-bulleted article {
	padding-left: 150px;
	padding-bottom: 100px;
	
}

.section-page-bulleted article:last-of-type ul::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(255,255,255,1),rgba(255,255,255,0));
}

.section-page-bulleted article header,
.section-page-bulleted article figure {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.section-page-bulleted article header {
	padding-right: 10%;
	padding-top: 120px;
}

.section-page-bulleted article figure {
	width: 49%;
	height: 550px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 0;
}


.section-page-bulleted .category {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}

.section-page-bulleted h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 41px;
	text-align: left;
	color: #1C2B74;
	margin-top: 15px;
}
	
.section-page-bulleted p {
	font-size: 18px;
	line-height: 28px;
	color: #9DAFBD;
	margin-bottom: 1.5em;
	font-weight: normal;
}
.section-page-bulleted .button {margin-top: 0;}


.section-page-list article
{
	width: 80%;
	margin-top: 5em;
}

.section-page-list article > h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: #1C2B74;
    margin: 0 auto;
}

.section-page-list article > p {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #1C2B74;
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-page-list article figure {
	display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    transition: all 2s;
    opacity: 0;
}

.section-page-list article li figure {
	height: 0px;
	width: 0px;
	opacity: 0;
	display: block!important;
}

.section-page-list article figure.active
{
	width: 45%;
	height: 550px;
	vertical-align: middle;
	opacity: 1;
}

.section-page-list article ul
{
	width: 44%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10%;
}

.section-page-list article ul li {
	margin-bottom: 27px;
	padding-left: 40px;
	cursor: pointer;
	border-left: 2px solid rgba(255,255,255,0);
	transition: all 0.3s ease-in;
}


.section-page-list article ul li * {
	transition: all 0.3s ease-in;
}

.section-page-list article ul li .category {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;

	text-transform: uppercase;

	color: rgba(28, 43, 116, 0.4);	
	
	padding-bottom: 8px;
}

.section-page-list article ul li h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 10px;
	color: rgb(28, 43, 116, 0.4);
}


.section-page-list article ul li.active, 
.section-page-list article ul li:hover 
{border-left-color: #00E1A7;}

.section-page-list article ul li.active .category,
.section-page-list article ul li:hover .category 
{color: #00E1A7}

.section-page-list article ul li:hover h2,
.section-page-list article ul li.active h2 
{color: #1C2B74}

.section-page-list article ul li:hover p,
.section-page-list article ul li.active p 
{color: #9DAFBD}



.section-page-cards {
	margin: 9em 0 6em 0;
}

.section-page-cards article {
	color: #1C2B74;
	width: 80%;
}

.section-page-cards article > h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 41px;

	text-align: center;

	color: inherit;
}

.section-page-cards article > p {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* identical to box height, or 156% */

	text-align: center;

	color: inherit;
}

.section-page-cards article .cards{
	display: inline-block;
    overflow-x: hidden;
    width: 100%;
	white-space: nowrap;
	padding-top: 60px;
	padding-bottom: 220px;	
}

.section-page-cards article ul {
	display: block;
	transition: all 0.5s ease;
	left:0px;
}


.section-page-cards article ul li {
	position: relative;
    display: inline-block;
    width: 322px;
    margin-right: 28px;
    padding: 35px 20px 128px 20px;
    background-color: #F5F5F7;
    border-radius: 6px;
    vertical-align: top;
}

.section-page-cards article ul li .category { 
	position: absolute;
    top: 0;
    transform: translateY(-50%);

    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    border-radius: 6px;
    padding: 6px 10px;
    text-transform: uppercase;
	color: #ffffff;
}

.section-page-cards article ul li.style_1 .category{background-color:#FFC793}
.section-page-cards article ul li.style_2 .category{background-color:#FF9DE4}
.section-page-cards article ul li.style_3 .category{background-color:#00E1A7}
.section-page-cards article ul li.style_4 .category{background-color:#00BCFC}
.section-page-cards article ul li.style_5 .category{background-color:#C3AEFF}
.section-page-cards article ul li.style_6 .category{background-color: #FF9D9D;}
.section-page-cards article ul li.style_7 .category{background-color: #A9ECA3;}
.section-page-cards article ul li.style_8 .category{background-color: #B3F4DF;}
.section-page-cards article ul li.style_9 .category{background-color: #AFC1FF;}
.section-page-cards article ul li.style_10 .category{background-color: #FFC037;}

.section-page-cards article ul li h3 {
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	
	color: inherit;
	white-space: normal;
}

.section-page-cards article ul li p {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	padding-top: 4px;
	
	color: inherit;
	white-space: normal;
}

.section-page-cards article ul li figure {
	position: absolute;
    top: calc(100% - 100px);	

	width: 280px;
	height:auto;
	
	background: #FFFFFF;
	box-shadow: 0px 3.01224px 27.1102px rgba(0, 0, 0, 0.06);
	border-radius: 5px;	
}

.section-page-cards article ul li figure img{
	width: 100%;
	border-radius: 5px;
}

.section-page-cards .prev-next {
	text-align: center;
}

.section-page-cards .prev-next a{
	font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1C2B74;
    font-weight: bold;
}

.section-page-cards .prev-next a:first-of-type{
	margin-right: 30px;
}

.section-page-cards .prev-next a.disabled{
	color: #9DAFBD;
	opacity: 0.5;
}

.section-page-cards .prev-next a.hide{
	display: none;
}


.section-page-cards-static {
	padding: 8em 0 6em 0;
	background: linear-gradient(180deg, rgba(249, 252, 255, 0) 0%, rgba(249, 252, 255, 1) 100%);
}

.section-page-cards-static article {
	color: #1C2B74;
	width: 80%;
}

.section-page-cards-static article > h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: inherit;
    margin: 0 auto;
}

.section-page-cards-static article .cards{
	display: inline-block;
    width: 100%;
	white-space: nowrap;
	padding-top: 60px;
}

.section-page-cards-static article ul {
	display: block;
	transition: all 0.5s ease;
	left:0px;
	text-align: center;
}


.section-page-cards-static article ul li {
	position: relative;
    display: inline-block;
    width: 260px;
    margin-right: 35px;
    vertical-align: top;
	border-top: 2px solid;
	padding-top: 14px;
	text-align: left;
}

.section-page-cards-static article ul li:last-of-type {margin-right:0}


.section-page-cards-static article ul li.style_1 {border-top-color:#FFC793}
.section-page-cards-static article ul li.style_2 {border-top-color:#FF9DE4}
.section-page-cards-static article ul li.style_3 {border-top-color:#00E1A7}
.section-page-cards-static article ul li.style_4 {border-top-color:#00BCFC}
.section-page-cards-static article ul li.style_5 {border-top-color:#C3AEFF}
.section-page-cards-static article ul li.style_6 {border-top-color: #FF9D9D;}
.section-page-cards-static article ul li.style_7 {border-top-color: #A9ECA3;}
.section-page-cards-static article ul li.style_8 {border-top-color: #B3F4DF;}
.section-page-cards-static article ul li.style_9 {border-top-color: #AFC1FF;}
.section-page-cards-static article ul li.style_10 {border-top-color: #FFC037;}

.section-page-cards-static article ul li h3 {
	font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: inherit;
    white-space: normal;
	padding-bottom: 8px;
}

.section-page-cards-static article ul li p {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	padding-top: 4px;
	
	color: inherit;
	white-space: normal;
}


.section-page-faq {
	background: rgba(249, 252, 255, 1);
	padding: 6em 0 6em 0;
}

.section-page-faq article {
	color: #1C2B74;
	width: 80%;
}

.section-page-faq article > h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: inherit;
    width: 60%;
    margin: 0 auto;
}


.section-page-faq article > p {
	font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: inherit;
    width: 40%;
    margin: 0 auto;
    padding-top: 12px;
}

.section-page-faq article .cards{
	display: inline-block;
    width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;	
}

.section-page-faq article ul {
	display: inline-block;
    transition: all 0.5s ease;
    left: 0px;
    width: 47.5%;
    margin-right: 4%;
    text-align: center;
    vertical-align: top;
}


.section-page-faq article ul li {
	position: relative;
    display: block;
    width: 100%;    
	margin-bottom: 16px;
    vertical-align: top;
    text-align: left;
}

.section-page-faq article ul li > * {
	transition: all 0.5s ease;
}
	
.section-page-faq article ul:nth-child(2n) {margin-right:0}

.section-page-faq article ul li h3 {
	font-size: 14px;
	line-height: 24px;
    color: inherit;
    white-space: normal;
	padding-bottom: 15px;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid #D7DFE9;
}

.section-page-faq article ul li i.fas 
{
	position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
	font-size: 15px;
}

.section-page-faq article ul li.open i.fas 
{
	transform: rotate(-180deg);
}

.section-page-faq article ul li p {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	
	color: #9DAFBD;
	white-space: normal;
	height: 0px;
	overflow: hidden;
}

.section-page-faq article ul li.open p{
	height: 100px;
	padding-top: 8px;
}


.section-page-embed {
	margin: 8em 0 0 0;
}

.section-page-embed article {
	color: #1C2B74;
	width: 100%;
}

.section-page-embed article > h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: inherit;
    width: 60%;
    margin: 0 auto;
}

.section-page-embed .demo iframe
{
	width: 100%;
    border: 0;
    height: 800px;
    margin-top: 45px;
}

.virusafe-search {
	position: absolute;
	top: 750px;
	left: -50%;
	transform: translateX(-50%);
	background: #00C995;
	box-sizing: border-box;
	border-radius: 11px;
	z-index: 30;
	color: white;
	font-size: 16px;
	font-weight: normal;
    padding: 8px;
	width: 550px;
	
	transition: left 0.5s;
}


.virusafe-search.green{background-color: #00C995; left: 50%;}
.virusafe-search.yellow{background-color: #F2C94C; left: 50%;}
.virusafe-search.red{background-color: #EB5757; left: 50%;}

.virusafe-search > *  {display: inline-block; line-height: 40px; vertical-align: middle;}

.virusafe-search .score {
	width: 370px;
	opacity: 1;
	transition: opacity 0.3s;
}

.virusafe-search.loading .score {
	opacity: 0;
}

.virusafe-search .score > *{vertical-align: middle;}

.virusafe-search .score i {font-size: 20px; width: 20px; height: 20px;}

.virusafe-search .score span {margin-left: 15px;}

.virusafe-search .search {
	height: 40px;
    background-color: #ffffff;
    border-radius: 11px;
    display: inline-block;
    width: 160px;
	color: #9DAFBD;
}

.virusafe-search .search input{
	position: relative;
	width: 100%;
	line-height: inherit;
	padding: 0px 33px 0px 8px;
	color: #9DAFBD; 
	border: 0px solid;
	outline: none;	
	background: transparent;
	vertical-align: top;	
}

.virusafe-search .search input::placeholder {color: #9DAFBD; }

.virusafe-search .search .icons {
	position:absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.virusafe-search .search i {
	position:absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	opacity: 0;
	transition: opacity 0.3s;
}

.virusafe-search .search i.spinner
{
	background-image: url(/wp-content/themes/neura/img/spinner.svg);
    background-repeat: no-repeat;
    background-size: 13px 16px;
    width: 13px;
    height: 16px;
    background-position: 50% 50%;
}


.virusafe-search.idle .search i.fa-search{
	top: 50%;
	opacity: 1;
}

.virusafe-search.searching .search i.fa-times-circle{
	top: 50%;
	opacity: 1;
}

.virusafe-search.loading .search i.spinner {
	top: 50%;
	opacity: 1;
}

.virusafe-search .search .fa-times-circle {
	cursor: pointer;
}

.virusafe-search .search .results {
	position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: #ffffff;
    border-radius: 11px;
    margin-top: 10px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
    padding: 10px 0;
	opacity: 0;
	transition: all 0.5s;
}

.virusafe-search .search .results.show {
	opacity: 1;
}

.virusafe-search .search .results a{
	display: block;
    padding: 5px 20px;
    color: inherit;
    text-decoration: none;
    line-height: initial;
    cursor: pointer;
	font-size: 14px;
}

.virusafe-search .search .results a:hover{
	font-weight: bold;
}


@media screen and (max-width: 1300px){
	.section-page .button 
	{
		margin-top: 1em;
	}
	
	.section-page ul.stats li {
		margin-right: 2.5em;
	}
	
	.section-page ul.stats {
		padding-top: 3em;
	}
	
	.section-logos article figure {
		width: 140px;
		margin: 0 20px;
	}
	
}

@media screen and (max-width: 1200px){ 
	.section-logos article figure {
		width: 130px;
		margin:0 10px;
	}

}


@media screen and (max-width: 1000px){
	.section-page .button 
	{
		margin-top: 1em;
	}
	
	.section-page ul.stats li {
		font-size: 0.8em;
	}

	.section-page ul.stats li div {
		font-size: 1.5em;
	}

	.section-page ul.stats {
		padding-top: 1em;
	}	
	
	
	.section-logos article figure {
		width: 80px;
	}
	
	.section-page-slider .prev-next  {
		bottom: 0;
	}
	
	
	.section-page-slider ul.top-nav {
		border-bottom: 0px solid;
	}
	
	.section-page-slider ul.top-nav li {
		font-size: 12px;
	}
}

@media screen and (max-width: 800px){
	ul.dots-nav {
		text-align: center;
		top: 15%;
	}
	
	ul.dots-nav.mobile {
		display: block;
	}

	.section-header {
		height: 600px;
	}
	
	
	.section-header article {
		width: 100%;
	}
	
	.section-header article header
	{
		padding-right: 0!important;
		text-align: center;
		top: 20%;
		width: 100%;
	}
	
	.section-header article header.upper {
		top: 25%;
	}
	
	.section-header.inner article {
		width: 90%;
		margin: 0 auto;
	}
	
	.section-header article header * {
		text-align: center;
	}
		
	.section-header article h1 {
		font-size: 58px;
	}
	
	.section-header article header.upper h1{
		font-size: 48px;
		line-height: 60px;
	}
	
	.section-header article header.upper p {
		margin-top: 0;
	}
	
	.section-header article h3 {
		font-size: 22px;
	}
	
	.section-header:not(.inner) article h2 {
		font-size: 30px;
		line-height: 37px;
	}
	.section-header:not(.inner) article p {
		font-size: 15px;
		line-height: 22px;
	}
	
	.section-header  header > .action-form {
		margin-top: 0;
	}	
	
	.section-header > article > .action-form {
		left: 50%;
		transform: translateX(-50%);
	}	

	.section-logos {
		height: 400px;
	}

	.section-logos article {
		top: -20%;
		padding: 10px;
		height: auto;
	}

	.section-logos article figure {
		margin: 30px auto;
		display: block;
	}
	
	.section-feat ul li {
		width: 100%;
		display: block;
		margin-top: 70px;
		padding: 0!important;
	}
	
	.section-feat ul li strong {
		font-size: 2em;
	}

	.section-feat ul li.style_1 .img,
	.section-feat ul li.style_2 .img,
	.section-feat ul li.style_3 .img,
	.section-feat ul li.style_4 .img
	{
		margin-bottom: 4em;
	}


	.section-feat ul li p {
		padding: 0.8em 1.3em;
		font-size: 1.5em;
	}	
		
	.section-feat ul li .img {
		height: 7em;
		width: 7em;	
	}

	.section-page article {
		width: 100%;
	}
	
	.section-page article header,
	.section-page article figure	
	{
		display: block;
		width: 100%;
	}

	.section-page article header
	{
		padding: 0 10%;
	}

	/*bad override of previous styles*/
	section:not(.section-eleven):not(.section-case-study).section-page article > figure{
		background-size: cover!important;
		
	}
	
	.section-page article > figure	
	{
		height: 500px;
		background-position: -20% 0;
	}
	
	.section-page h2 {
		font-size: 2.9em;	
	}
	
	.section-page p {
		font-size: 1.6em;
		line-height: 1.5em;
	}
	
	.section-page ul.stats {
		width: 70%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	
	.section-page ul.stats li {
		width: 37%;
		margin-right: 24%;
		margin-bottom: 50px;
	}
	
	.section-page ul.stats li:nth-child(2n) {
		margin-right: 0;
	}
	
	.section-page ul.stats li span {
		margin-bottom: 0.5em;
	}
	
	.section-page-slider {
		padding: 6em 0;
	}
	
	.section-page-slider.top-nav {
		padding: 5em 0;
	}
	
	.section-page-slider article {
		width: 100%;
	}
	
	.section-page-slider.side-nav article {
		padding-left: 0px;
		padding-top: 70px;
	}
	
	.section-page-slider article header.active,
	.section-page-slider article figure.active
	{
		display: block;
		width: 100%;
	}

	.section-page-slider.top-nav article header.active
	{
		padding-bottom: 2em;
	}
	
	.section-page-slider article header.active
	{
		padding: 0 10% 6em 10%;
		text-align: center;
	}
	
	.section-page-slider article header.active > *:not(.button){
		text-align: left;
	}
	
	.section-page-slider.side-nav article figure.active
	{
		height: 450px;
		background-position: -20% 0;
	}	

	.section-page-slider.top-nav article figure.active
	{
		height: 275px;
		background-size: contain;
		background-position: 50% 0;
	}

	section.section-page-slider.side-nav article > figure{
		background-size: cover!important;
	}
	
	.section-page-slider .category {
		font-size: 1.6em;
		margin-top: 1em;
	}
	
	.section-page-slider h2 {
		font-size: 2.7em;
	}
	
	
	.section-page-slider p {
		font-size: 1.7em;
		line-height: 1.4em;
	}
	
	
	.section-page-slider ul.side-nav li {
		display: inline-block;
		width: 35px;
		margin-bottom: 0px;
		margin-right: 50px;
	}
	
	.section-page-slider ul.side-nav li:last-of-type {
		margin-right: 0px;
	}
	
	.section-page-slider ul.side-nav {
		top: 0px;
		left: 0px;
		width: 100%;
		text-align: center;
	}
	
	.section-page-slider ul.side-nav li::before {
		border: 0px solid;
	}
	
	.section-page-slider ul.side-nav li::after {
		top: 50%;
		left: calc(100% + 12px);
		transform: translate(0%, -50%);
		width: 28px;
		height: 2px;
	}	
	
	.section-page-slider ul.top-nav {
		width: 250px;
		line-height: 38px;
		display: block;
		
		margin: 0 auto;
		padding: 0;

		text-align: center;
		vertical-align: middle;

		border: 2px solid #566397;
		border-radius: 38px;
	}
	
	.section-page-slider ul.top-nav li
	{
		padding: 0;
		vertical-align: middle;
		margin: auto 0;
		font-size: 1.3em;

		display: none;
		opacity: 0;
	}
	
	.section-page-slider ul.top-nav li::after {
		content: none;
	}
	
	.section-page-slider ul.top-nav i {
		color: #1C2B74;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}

	.section-page-slider ul.top-nav i[data-slider-prev] {left: 10%;}
	.section-page-slider ul.top-nav i[data-slider-next] {right: 10%;}

	
	.section-page-slider ul.top-nav li.active 
	{
		border-bottom: 0px;
		display: inline-block;
		opacity: 1;
	}
	
	.section-page-bulleted article {
		padding-left: 55px;
	}
	
	.section-page-bulleted article header, 
	.section-page-bulleted article figure
	{
		padding: 0;
		width:100%;
	}
	
	.section-page-bulleted article figure {
		height: 350px;
		background-position: 0 0;
	}
	
	.section-page-bulleted h2 {
		margin-top: 22px;
	}
	
	.section-page-bulleted ul.side-nav {
		top: -3px;
	}

	.section-page-list article {
		width: 90%;
	}

	.section-page-list article ul {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.section-page-list article ul li {
		padding-left: 20px;
	}
	
	.section-page-list article li.active figure {
		display: block;
		width: 100%;
		height: 300px;
		margin-top: 3em;
		opacity: 1;
	}
	
	.section-paragraphs.has-menu .articles {
		padding-left: 0;
	}
	
	.section-paragraphs .articles nav {
		display: none;
	}
	
	.section-paragraphs .articles p.aligncenter img:not(.noresize) {
		width: 100%;
		height: auto;
	}
	
	.section-page-embed {
		margin-top: 6em;
	}
	
	.section-page-embed article {
		width: 100%;
	}
	
	.section-page-embed article > h2 {
		width: 80%;
	}
	
	.section-page-cards-static {
		padding-bottom: 0;
	}
	
	.section-page-cards-static article .cards {
		padding-bottom: 30px;
	}
	
	.section-page-cards-static article > h2 {
		width: 100%;
	}
	
	.section-page-cards-static article ul li	
	{
		display: block;
		width: 100%;
		margin: 0 auto 45px auto;
		text-align: center;
	}
	
	.section-page-cards-static article ul li:last-of-type {
		margin: 0 auto;
	}
	
	.section-page-faq article ul {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	
	.virusafe-search {
		top: 550px;
		width: 90%;
	}
	
	.virusafe-search .score {
		display: block;
		width: 100%;
		padding-bottom: 5px;
	}
	
	.virusafe-search .search {
		display: block;
		width: 100%;
		text-align: left;
	}
	
	.virusafe-search .search .results {
		width: 100%;
	}
	
	
}


@media screen and (max-width: 600px){
	.section-header .action-form .hbspt-form {
		width: 280px;
		margin: 0 auto;
	}
	
	.section-header .action-form .hbspt-form .hs-fieldtype-text {
		width: 135px!important;
	}

	.section-header .action-form .hbspt-form .hs-fieldtype-text input{
		background-color: transparent;
	}
	
	.action-form .hbspt-form .hs-fieldtype-text {
		width: 140px!important;
		margin-right: 7px;
	}
}


