/*
================================================================================

  Reset

================================================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
================================================================================

  Base

================================================================================
*/

/* Typography */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-family: "Ubuntu", sans-serif; font-size: 16px; line-height: 1em; color: #706f6f; font-weight: 400; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.2em;}
h1 { font-size: 60px; }
h2 { font-size: 45px; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1em; }
p { line-height: 1.3em; margin-bottom: 1.3em; }
p:last-child { margin-bottom: 0; }
b, strong { font-weight: 700; }
i, em { font-style: italic; }
small { font-size: 0.8em; }
.light { font-weight: 300; }

/* Lists */
ul { list-style-type: disc; margin: 0 0 1.3em 2em; }
ol { list-style-type: decimal; margin: 0 0 1.3em 2em; }
ul li, ol li { margin-bottom: 0.5em; line-height: 1.3em; }
ul.no-list, ol.no-list, nav ul, ul.gform_fields { list-style-type: none; margin: 0px; padding: 0px; }
ul.no-list li, ol.no-list li, nav ul li, ul.gform_fields li { margin: 0px; padding: 0px; }

/* Navigation */
a { outline: none; text-decoration: none; transition: 0.3s; color: #1aa8e1; }
p a:after{display: none;}

/* Forms */
input[type=email] { font-family: inherit; font-size: inherit; -webkit-appearance: none; outline: none; display: block; background: #fff; padding: 12px; width: 100%; border: none; }
input[type=email]::placeholder { color: #ccc; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
label { cursor: pointer; }

/* Buttons */
.button { cursor: pointer; font-family: inherit; font-size: inherit; -webkit-appearance: none; outline: none; border: none; border-radius: 25px; height: 50px; color: #fff; padding: 12px 25px; background: #706f6f; display: inline-block; font-size: 24px; line-height: 1em; font-weight: bold; -webkit-font-smoothing: antialiased; letter-spacing: -0.01em; transition: 0.3s; }
.button:hover { background: #444 !important; color: #fff !important; }

/* Text Selection */
::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

/* Misc */
img { max-width: 100%; height: auto; border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Enable Box Sizing */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*
================================================================================

  Landing Page

================================================================================
*/

.wrapper { max-width: 1440px; margin: 0 auto; padding: 0 125px; }

.section-hero { background: #2F2A83; background: linear-gradient(-25deg, rgba(47, 42, 131, 1) 0%, rgba(26, 168, 225, 1) 100%);}
.section-hero .section-inner { position: relative; padding: 70px 0 40px; }
.section-hero .site-logo { width: 240px; position: absolute; top: 25px; right: -70px; z-index: 2; }
.hero-image { position: relative; z-index: 1; }
.hero-content { position: absolute; top: 70%; left: 0; z-index: 2; color: #fff; -webkit-font-smoothing: antialiased; max-width: 425px; }
.hero-content p { font-weight: 700; font-size: 28px; line-height: 1.2em; }

.section-intro { position: relative; }
.section-intro .section-inner { padding: 110px 0; display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 50px; }
.intro-content { text-align: left; margin: 0; }
.intro-content h2 { color: #1aa8e1; }
.intro-content p { font-size: 18px; }
.intro-content p.large { font-size: 20px; }
.intro-image { position: absolute; bottom: 30px; right: 0; max-width: 280px; }
.intro-video { padding-top: 10px; }
.intro-video video { width: 100%; height: auto; }

.section-stats { background: #f2f2f2; padding: 60px; color: #2f2a83; }
ul.stats-list { display: flex; gap: 30px; justify-content: center; align-items: flex-start; }
ul.stats-list li { text-align: center; }
ul.stats-list p { margin: 0; }
.stat-icon { height: 50px; margin: 0 auto 15px; display: flex; justify-content: center; align-items: flex-end; }
.icon-boxes img { width: 50px; }
.icon-van img { width: 65px; }
.icon-microscope { width: 45px; }
.icon-equine img { width: 60px; }
.icon-consultant img { width: 55px; }
.icon-support img { width: 50px; }
p.stat-num { font-size: 40px; font-weight: 700; -webkit-font-smoothing: antialiased; }

.section-service { background: #C45E16; background: linear-gradient(270deg, rgba(196, 94, 22, 1) 0%, rgba(244, 153, 33, 1) 100%); color: #fff; position: relative; }
.section-service .section-inner { padding: 110px 0; }
.service-image { position: absolute; bottom: 0; left: 0; z-index: 1; width: 25%; max-height: 675px; overflow: hidden; }
.service-content { position: relative; z-index: 2; margin-left: auto; width: 70%; padding-right: 100px; min-height: 500px; }
.service-intro { margin-bottom: 60px; }
.service-intro h2 { margin-bottom: 0.25em; color: white;}
.service-intro p { font-size: 20px; }
.service-cols { max-width: 1100px; }
.service-cols h3 { -webkit-font-smoothing: antialiased; margin-bottom: 0.1em; color: white; }
ul.service-list { columns: 2; column-gap: 100px; }
ul.service-list li { margin-bottom: 30px; position: relative; }
ul.service-list li:last-child { margin-bottom: 0; }
.service-icon { width: 50px; height: 50px; position: absolute; top: 5px; left: -65px; }

.cta { border: solid 2px #706f6f; padding: 20px; border-radius: 40px; margin: 30px 0 50px; }
.cta h4 { font-size: 20px; margin-bottom: 0.1em; color: #7fbc4f;}
.cta p { font-size: 18px; }

.section-needs { position: relative; }
.section-needs .wrapper { position: relative; }
.section-needs .section-inner { width: 50%; padding: 95px 0 110px; }
.needs-intro { margin-bottom: 60px; }
.needs-intro p { font-weight: 700; font-size: 20px; -webkit-font-smoothing: antialiased; text-wrap: balance; }
.section-needs h2, .section-needs h3, .section-needs .cta { color: #7fbc4f; }
.needs-content h3 { margin-bottom: 0.2em; }
.section-needs .cta { border-color: #7fbc4f; background: url(../images/icon-dog.svg) 20px 40px no-repeat; background-size: 100px auto; padding-left: 140px; }
.section-needs .button { background: #7fbc4f; }

.needs-callout { position: absolute; top: 100px; right: 100px; z-index: 3; color: #fff; width: 400px; }
.needs-callout h4 { font-size: 20px; margin-bottom: 0.25em; color: white; }
.needs-callout ul { margin-left: 1.2em; padding-left: 0; }
.needs-callout ul li { margin-bottom: 0.25em; font-size: 18px; }

.shape-green { position: absolute; top: 0; right: 0; width: 50%; height: 65%; z-index: 1; background: url(../images/shape-green.svg) left bottom no-repeat; background-size: 100% auto; }
.shape-vanman { position: absolute; bottom: 0; right: 0; width: 50%; height: 65%; z-index: 2; background: url(../images/shape-vanman.png) left top no-repeat; background-size: cover; }

.section-lab, .section-footer { background: #2F2A83; background: linear-gradient(-90deg, rgba(47, 42, 131, 1) 0%, rgba(26, 168, 225, 1) 100%); color: #fff; padding: 110px 0; position: relative; }
.labtech { position: absolute; bottom: 0; left: 0; z-index: 1; width: calc(50% - 25px); max-width: 700px; height: 70%; background: url(../images/nvs-labtech.png) right top no-repeat; background-size: cover; }
.labmicro { position: absolute; top: 50px; right: 60%; width: 280px; height: 280px; z-index: 2; background: url(../images/nvs-labmicro.png) 0 0 no-repeat; background-size: 100% auto; }
.section-lab .section-inner { width: calc(50% - 25px); margin-left: auto; }
.lab-content { position: relative; z-index: 2; }
.lab-content h2 { margin-bottom: 50px; color: white;}
.lab-content p.readmore { margin: 50px 0; }
.lab-content .button { background: #fff; color: #2f2a83; }

ul.lab-icons, ul.soft-icons { display: flex; align-items: flex-start; justify-content: space-evenly; gap: 20px; flex-wrap: wrap; }
ul.lab-icons li, ul.soft-icons li { text-align: center; max-width: 90px; }
ul.lab-icons p, ul.soft-icons p { font-size: 14px; }
.lab-icon, .soft-icon { width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; margin: 0 auto 10px; }
.lab-icon img, .soft-icon img { width: auto; max-height: 100%; }

.section-software { position: relative; }
.section-software h2 { white-space: nowrap; }
.section-software h2, ul.soft-icons p { color: #f59921; }
.section-software .section-inner { padding: 110px 0; }
.software-content { width: 55%; }
.software-content p.readmore { margin: 60px 0 80px; }
.software-content .button { background: #f59921; }
.software-content .button:hover { background: #444; }
ul.soft-icons p { font-weight: 700; }
.software-image { position: absolute; top: 0; right: 0; width: 38%; height: 100%; background: url(../images/nvs-software.png) right 100px no-repeat; background-size: 100% auto; }

.section-delivery { position: relative; background: #382B7F; background: linear-gradient(270deg, rgba(56, 43, 127, 1) 0%, rgba(72, 45, 119, 1) 100%); color: #fff; }
.section-delivery .section-inner { padding: 110px 0; }
.delivery-content { margin-left: auto; width: 50%; }
.delivery-content h2 {color: white;}
.delivery-content p.large { font-size: 20px; font-weight: 700; text-wrap: balance; margin-bottom: 40px; }
.delivery-content p.readmore { margin: 75px 0 0; }
.delivery-content .button { background: #fff; color: #472c76; }

.delivery-image-wrap { overflow: hidden; position: absolute; top: 0; bottom: 0; left: 0; width: 45%; }
.delivery-image-wrap::after { content: ''; display: block; width: 1000px; height: 1000px; transform: rotate(20deg); background: #fff; position: absolute; top: 0; right: 0; z-index: 1; transform-origin: top right; }
.delivery-image { width: 70%; max-width: 450px; height: 500px; position: absolute; top: 0; left: 0; background: url(../images/nvs-delivery.png) 0 0 no-repeat; background-size: contain; z-index: 2; }

.section-blog { background: #f2f2f2; padding: 110px 0; }
.section-blog h2 { text-align: center; color: #1aa8e1; }

/* bxSlider */
.bx-wrapper { position: relative; margin-bottom: 0; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y; }
.bx-wrapper img { max-width: 100%; display: block; }
.bxslider { margin: 0; padding: 0; -webkit-perspective: 1000; }
.bx-viewport { -webkit-transform: translateZ(0); }
.bx-controls a { display: block; width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -25px; background-color: #ddd !important; background-size: 20px auto; border-radius: 50%; }
.bx-prev { left: -75px; background: url(../images/arrow-left-blue.svg) center center no-repeat; }
.bx-next { right: -75px; background: url(../images/arrow-right-blue.svg) center center no-repeat; }

ul.blog-list li { background: #fff; min-height: 300px !important; }
ul.blog-list h3 { color: #444; font-size: 18px; line-height: 1.35em; padding: 15px 10px; margin: 0; font-weight: 400; }
.blog-thumb { overflow: hidden; position: relative; height: 150px; }
.blog-thumb img { transition: transform 0.6s; width: 100%; height: 100%; object-fit: cover; }
ul.blog-list a { color: #444; position: relative; display: block; height: 300px; padding: 5px; overflow: hidden; }
ul.blog-list a:hover img { transform: scale(1.1); }
.arrow-link { position: absolute; bottom: 0; right: 0; background: #5c2e91; display: block; transition: 0.3s; width: 80px; height: 40px; clip-path: polygon(40px 0, 100% 0, 100% 100%, 0% 100%); }
.arrow-link::after { content: ''; display: block; width: 22px; height: 40px; position: absolute; top: 0; right: 12px; background: url(../images/arrow-right-white.svg) right center no-repeat; background-size: 100% auto; }
ul.blog-list a:hover .arrow-link { background: #1aa8e1; }

.section-footer .site-logo { width: 220px; margin: 0 auto; }
.footer-content { text-align: center; margin: 0 auto; max-width: 700px; position: relative; z-index: 2; -webkit-font-smoothing: antialiased; }
.footer-content h3 { color:white; }
.footer-content h2 { color:white; }
.footer-content h4 { font-size: 25px; margin-bottom: 0.25em; color:white; }
.footer-content p { font-size: 20px; text-wrap: balance;}
.footer-content p.contact { font-size: 25px; }
.footer-content p.tel { margin-bottom: 0; }
.footer-content p.email { margin-bottom: 75px; }
.footer-content a { color: #fff; font-weight: 700; -webkit-font-smoothing: antialiased; }
.footer-content a:hover { opacity: 0.65; }
.footer-image { width: 30%; height: 100%; max-height: 600px; position: absolute; bottom: 0; right: 0; background: url(../images/nvs-customer-support.png) right bottom no-repeat; background-size: contain; z-index: 1; }

.footer-form { margin-bottom: 75px; }
.footer-form form { max-width: 300px; margin: 0 auto; }
.footer-form .button { background: #1aa8e1; color: #fff; min-width: 170px; }
.footer-form .field { margin-bottom: 40px; }
.footer-form .field:last-child { margin-bottom: 0; }

p.backlink { font-size: 18px; }
p.backlink a { color: #fff; opacity: 0.5; }
p.backlink a:hover { opacity: 1; }

footer .footer-top .footer-menu ul li a { color: #191818; }

/*
================================================================================

  Responsive

================================================================================
*/

@media only screen and (max-width:1400px) {
	.section-stats .wrapper { padding: 0; }
}

@media only screen and (max-width:1300px) {
	.section-hero .section-inner { padding: 100px 0 30px; }
	.intro-content { margin: 0; }
	.section-service .section-inner { padding: 80px 0; }
	.shape-green { height: 55%; }
}

@media only screen and (max-width:1200px) {
	.wrapper { padding: 0 75px; }
	.section-hero .site-logo { right: -50px; }
	ul.stats-list { display: grid; grid-template-columns: repeat(3,1fr); grid-column-gap: 25px; grid-row-gap: 50px; }
	.needs-callout { right: 50px; }
	.shape-green { background-size: 600px auto; }
	.labtech { height: 500px; }
	.bx-controls { position: absolute; bottom: -70px; left: 50%; transform: translateX(-50%); }
	.bx-controls-direction { display: flex; gap: 10px; }
	.bx-controls a { position: relative; top: auto; bottom: auto; left: auto; right: auto; }
}

@media only screen and (max-width:1100px) {
	.intro-content { max-width: 58vw; }
	.needs-callout { right: 25px; }
	.needs-content h3 { text-wrap: balance; }
	ul.lab-icons { grid-template-columns: repeat(3,1fr); }
	ul.lab-icons li:last-child { grid-column: 2; }
	.section-lab, .section-footer { padding: 80px 0; }
	.section-lab .section-inner { width: 65%; padding-bottom: 100px; }
	.labmicro { right: auto; left: 75px; width: 250px; height: 250px; }
	.section-software h2 { white-space: normal; }
	.section-software .section-inner { padding: 80px 0; }
	ul.soft-icons { width: 600px; }
	.section-delivery .section-inner { padding: 80px 0; }
	.section-blog { padding-top: 80px; }
	.section-blog .wrapper { padding: 0 25px; }
	.blog-carousel { width: 700px; margin: 0 auto; }
	ul.blog-list li { width: 218px !important; }
}

@media only screen and (max-width:1023px) {
	.wrapper { padding: 0 50px; }
	.section-hero .site-logo { right: 0; }
	.hero-content { max-width: 38vw; }
	.hero-content p { font-size: 2.7vw; }
	.section-intro .section-inner { padding: 80px 0; }
	.intro-content { max-width: 55vw; }
	.section-service .section-inner { padding: 50px 0; }
	.service-content { width: 60%; }
	.service-image { width: 30%; }
	ul.service-list { columns: 1; column-gap: 0; }
	.section-needs .section-inner { padding: 80px 0; }
	.needs-callout { width: 35%; right: 50px; }
	.labmicro { left: 25px; }
	.section-software .section-inner { padding: 50px 0; }
	.section-blog { padding-top: 50px; }
	.section-footer { padding-top: 50px; }
	.section-intro .section-inner { display: block; }
	.section-intro .intro-content { margin-bottom: 50px; }
}

@media only screen and (max-width:900px) {
	.section-needs .section-inner { width: 100%; padding-bottom: 0; }
	.needs-content { margin-bottom: 50px; }
	.needs-callout { background: #2A8137; background: linear-gradient(270deg, rgba(42, 129, 55, 1) 0%, rgba(126, 188, 79, 1) 100%); position: relative; top: auto; bottom: auto; left: auto; right: auto; width: 100%; margin-left: -50px; padding: 50px 50% 50px 50px; }
	.needs-callout ul, .needs-callout ul li:last-child { margin-bottom: 0; }
	.shape-green { display: none; }
	.shape-vanman { height: 550px; background-size: auto 100%; z-index: 3; }
	.labmicro { left: auto; right: 50px; }
	.labtech { width: 100%; height: 600px; }
	.section-lab .section-inner { width: 100%; padding-bottom: 500px; }
	ul.lab-icons { grid-template-columns: repeat(5,1fr); }
	ul.lab-icons li:last-child { grid-column: auto; }
	.lab-content h2, .lab-content p { padding-right: 300px; }
	.lab-content ul.lab-icons p { padding-right: 0; }
	.lab-content .button { white-space: nowrap; }
	.delivery-content { width: 55%; }
}

@media only screen and (max-width:767px) {
	h2 { font-size: 35px; }
	.button { font-size: 18px; padding: 15px 25px; }
	.wrapper { padding: 0 25px; }
	.section-hero .section-inner { padding-top: 80px; }
	.site-logo { width: 200px !important; }
	.section-hero .site-logo { right: auto; left: 0; }
	.section-intro .section-inner { padding: 50px 0; }
	.intro-content { max-width: 100%; margin-bottom: 25px; }
	.intro-image { position: relative; bottom: auto; right: -25px; margin-left: auto; }
	ul.stats-list { display: block; }
	ul.stats-list li { margin-bottom: 30px; }
	ul.stats-list li:last-child { margin-bottom: 0; }
	ul.stats-list br { display: none; }
	.stat-icon { margin-bottom: 5px; }
	.stat-label { text-wrap: balance; }
	.service-content { padding: 0 25px; margin-left: 0; width: 100%; }
	.service-cols { padding-left: 65px; }
	.service-image { position: relative; bottom: auto; left: auto; width: 65%; }
	.section-lab .section-inner { padding-bottom: 70vw; }
	.labmicro { display: none; }
	.labtech { width: 90%; height: 80vw; }
	ul.lab-icons { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); grid-column-gap: 50px; }
	.lab-content h2, .lab-content p { padding-right: 0; }
	ul.soft-icons { width: 100%; }
	.software-content { width: 100%; }
	.software-intro h2 { padding-right: 200px; }
	.software-intro .button { white-space: nowrap; }
	.section-needs .section-inner, .section-lab, .section-footer { padding-top: 50px; }
	.software-image { display: none; }
	.section-delivery .section-inner { padding: 50px 0; }
	.delivery-image-wrap { width: 100%; position: relative; top: auto; bottom: auto; left: auto; height: 300px; }
	.delivery-image-wrap::after { width: 150%; height: 300px; transform: rotate(-10deg); transform-origin: right bottom; left: -25%; top: auto; right: auto; bottom: 0; background: #f2f2f2; }
	.delivery-image { height: 250px; width: 250px; }
	.delivery-content { width: 100%; }
	.delivery-content p.large { margin-bottom: 25px; }
	.delivery-content p.readmore { margin-top: 30px; }
	.section-blog { padding: 0 0 110px; }
	.blog-carousel { width: 420px; margin: 0 auto; }
	ul.blog-list li { width: 200px !important; }
	.section-footer { padding-bottom: 270px; }
	.footer-content p { font-size: 16px; }
	.footer-content p.contact { font-size: 20px; }
	.footer-image { width: 250px; height: 250px; }
	.footer-content p.email, .footer-form { margin-bottom: 40px; }
	.lab-content h2 { margin-bottom: 30px; }
	.intro-video { padding-top: 0; }
}

@media only screen and (max-width: 700px) {
	.needs-callout { padding-right: 60%; width: calc(100% + 75px); }
	.shape-vanman { height: 400px; }
}

@media only screen and (max-width: 500px) {
	h2 { font-size: 30px; }
	.section-hero .section-inner { padding-bottom: 65px; }
	.hero-content { top: auto; bottom: 25px; }
	.hero-content p { font-size: 14px; }
	.intro-content p.large { font-size: 18px; }
	.intro-content p { font-size: 16px; }
	p.stat-num { font-size: 35px; }
	.service-cols { padding-left: 0; }
	ul.service-list li { padding-top: 65px; }
	.service-icon { left: 0; top: 0; }
	.service-image { width: 75%; }
	.section-needs .cta { padding: 100px 20px 20px; background-position: 20px 20px; background-size: auto 65px; }
	.button { font-size: 14px; height: 44px; border-radius: 22px; padding: 14px 20px; }
	ul.soft-icons { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); grid-column-gap: 25px; }
	.blog-carousel, ul.blog-list li { width: 250px !important; }
	.needs-callout { padding-right: 50px; padding-bottom: 200px; }
	.shape-vanman { height: 250px; }
	.needs-callout ul li { font-size: 16px; }
	.needs-callout ul li:last-child { padding-right: 30%; }
}