/*!
Theme Name: Alucent
Theme URI: http://brizerconsulting.com
Author: BrizerConsulting
Author URI: http://brizerconsulting.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alucent
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
		-webkit-transition: color 0.4s ease-out;
		-moz-transition: color 0.4s ease-out;
		-o-transition: color 0.4s ease-out;
		transition: color 0.4s ease-out;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: none;
}
.sticky .custom-logo-link {
	display: inline-block;
}
.logo-top{
	display: inline-block;
}
.sticky .logo-top{
	display:none;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header{
	width:100%;
	position: fixed;
	top:0px;
	left:0px;
	z-index:10000;
	background:transparent;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}
header.sticky{
	background: #ffffff url('images/bk-header.jpg') no-repeat center left;
	background-size: cover;
}
header .site-branding {
	padding-left: 0px;
}
header .site-branding img{
	width:100%;
	max-width: 210px;
}
.main-navigation{
	padding-top:14px;
}
#primary-menu{
	float:right;
}
#primary-menu > li{
	font-size:15px;
	line-height: 45px;
	padding-right:30px;
}
#primary-menu > li a{
	font-weight: 600;
	color:#ffffff;
	text-transform: uppercase;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}
#primary-menu > li a:hover{
	color:#ffffff;
	text-decoration: none;
}
.sticky #primary-menu > li a{
	font-weight: 600;
	color:#003170;
	text-transform: uppercase;
}
.sticky #primary-menu > li a:hover{
	color:#ffffff;
	text-decoration: none;
}
#primary-menu li.social{
	padding-left:20px;
}
#primary-menu li.social a{
	font-size:0px !important;
	background: url('images/icon-ln-w.png') no-repeat center center;
	padding:0px 15px 15px;
	line-height: 30px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.sticky #primary-menu li.social a{
	background: url('images/icon-ln.png') no-repeat center center;
}
#primary-menu li.current-menu-item a{
	color:#ffffff;
	text-decoration: none;
}
.sticky #primary-menu li.current-menu-item a{
	color:#ffffff;
	text-decoration: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer{
	background-color:#ffffff;
}
footer .left{

	padding-left: 0px;
}
footer .left img{
	width:100%;
	max-width: 180px;
}
footer .center{
	padding-top:24px;
	font-size:11px;
	color:#404040;
}
footer .center .copyrights{
	text-align: center;
}
footer .right ul{
	margin:0px;
	padding:16px 0px 0px;
	list-style: none;
}
footer .right ul > li{
	line-height: 30px;
	float: left;
}
footer .right ul > li:first-of-type{
	padding-right:30px;
}
footer .right ul > li a{
	font-size:15px;
	font-weight: 600;
	color:#003170;
	text-transform: uppercase;
}
footer .right ul > li a:hover{
	text-decoration: none;
}
footer .right ul > li img{
	width:30px;
}

/*--------------------------------------------------------------
## Generic
--------------------------------------------------------------*/
.site-content{
	padding-top:0px;
}

/*--------------------------------------------------------------
## Home Template
--------------------------------------------------------------*/
.entry-content-page{
	position:relative;
	background-size:cover !important;
	background-position: right center !important;
	padding: 120px 0px 160px;
}
.home-container{
	position:relative;
	margin: auto 0px;
	width:80%;
	max-width: 760px;
	background-color:rgba(255,255,255,0.5);
	padding:35px 30px 20px 120px;
}
.home h1{
	font-size:65px;
	line-height: 75px;
	color:#ffffff;
	margin:0px;
	padding:80px 0px 0px;
	font-weight: 600;
}
.home-container .post-title{
	font-size:23px;
	color:#003170;
	margin:0px 0px 18px;
}
.home-container .text{
	font-size:17px;
	color:#404040;
	line-height: 25px;
	margin:0px 0px 20px;
}
.home-container .link{
	margin:0px;
}
.home-container .link a{
	position:relative;
	color:#003170;
	font-size:25px;
	line-height: 38px;
	font-style: italic;
	padding-right:52px;
	padding-top:5px;
}
.home-container .link a::after{
	content:' ';
	position: absolute;
	right:0px;
	top:0px;
	width:38px;
	height: 38px;
	background: url('images/btn-play.png') no-repeat center center;
}
.home-footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	padding:30px 60px;
	background-color:rgba(72,72,72,0.4);
	color:#ffffff;
}
.home-footer p{
	color:#ffffff;
	font-size: 24px;
  line-height: 32px;
	padding:0px;
	margin:0px;
}
.video{
	display:none;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
		background-color:#000000;
    z-index: 1000000000;
}
.video .close-video{
	position:absolute;
	top:60px;
	right: 60px;
	width: 30px;
	height: 30px;
	z-index:10000000;
}
.video .close-video a{
	font-size:30px;
	color:#ffffff;
}
.video .close-video a:hover{
	text-decoration: none;
}
.video iframe{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
}
/*--------------------------------------------------------------
## PAD-NVS Template
--------------------------------------------------------------*/
.page-template-template-pad-nvs .site-content{
	padding-top:0px;
}
.page-template-template-pad-nvs .hero{
	padding:165px 0px;
	background-size: cover !important;
	background-position:top right !important;
	background-repeat: no-repeat !important;
}

.page-template-template-pad-nvs .hero-text{
    background-color: rgba(255,255,255,0.5);
    padding: 50px 30px 20px 190px;
		min-height:242px;
}
.page-template-template-pad-nvs.page-nvs-technology .hero-text{
	padding-top:35px;
}
.page-template-template-pad-nvs .hero-video{
	padding-left:15px;
}
.page-template-template-pad-nvs .hero-text h1{
		font-size: 33px;
    line-height: 45px;
    color: #003170;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.page-template-template-pad-nvs .col-70-30{
	padding:35px 0px 75px;
	background-color:#003170;
}
.page-template-template-pad-nvs .col-70-30 h2{
	font-size:33px;
	color:#ffffff;
	font-weight:600;
	margin-bottom:30px;
}
.page-template-template-pad-nvs .left{

}
.page-template-template-pad-nvs .right img, .page-template-template-pad-nvs .left img{
	border-radius: 12px;
}
.page-template-template-pad-nvs .col-70-30 p{
	color:#ffffff;
	font-size:17px;
	line-height: 25px;
	margin-right:5px;
}
.page-template-template-pad-nvs .text-w-bk{
	font-size:21px;
	line-height: 29px;
	padding:20px 55px;
	text-align: center;
}
.page-template-template-pad-nvs .text-w-bk.white{
		background-color:#ffffff;
		color:#003170;
		border-radius: 12px;
}
.page-template-template-pad-nvs .text-w-bk.blue{
		background-color:#003170;
		color:#ffffff;
		border-radius: 12px;
}
.page-template-template-pad-nvs .col-40-60{
	padding:45px 0px 35px;
	background-color:#ffffff;
}
.page-template-template-pad-nvs .col-40-60 h2{
	font-size:33px;
	color:#052f9c;
	font-weight:600;
	margin-bottom:30px;
}
.page-template-template-pad-nvs .col-40-60 p{
	font-size:17px;
	line-height: 25px;
	color:#404040;
}
.page-template-template-pad-nvs .col-40-60 .note p{
	font-size:12px;
	line-height: 14px;
}
.page-template-template-pad-nvs .one-col{
	padding:40px 0px;
}
.page-template-template-pad-nvs .one-col.bk-blue{
	padding:80px 0px;
}
.page-template-template-pad-nvs .one-col h2{
	font-size:33px;
	color:#052f9c;
	font-weight: 600;
	margin-bottom:30px;
}
.page-template-template-pad-nvs .one-col p{
	font-size:17px;
	line-height: 25px;
	color:#404040;
	margin-bottom:20px;
}
.page-template-template-pad-nvs .one-col p.text-w-bk{
		font-size:21px;
		line-height: 29px;
		font-weight: normal;
		border-radius: 8px;
}
.page-template-template-pad-nvs .one-col.bk-blue p{
	color:#ffffff;
	margin-bottom:0px;
	font-size:29px;
	line-height: 38px;
	font-weight: 600;
}
.bk-blue{
	background-color:#003170;
}
.page-template-template-pad-nvs  .col-50-50{
	background-color:#003170;
	padding:45px 0px 60px;
}
.page-template-template-pad-nvs  .col-50-50 h2{
	text-align: center;
	font-size:33px;
	color:#ffffff;
	font-weight: 600;
	margin-bottom:30px;
}
.page-template-template-pad-nvs  .col-50-50 .item{
	padding-bottom:65px;
}
.page-template-template-pad-nvs  .col-50-50 h3{
		color:#ffffff;
		font-size:25px;
		line-height: 50px;
		padding-left:80px;
		font-weight: 600;
		margin-bottom:25px;
		position: relative;
}
.page-template-template-pad-nvs  .col-50-50 h3::before{
	position:absolute;
	top: 0px;
	left:0px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:28px;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	background-color: #10bdff;
	border-radius: 25px;
}
.page-template-template-pad-nvs  .col-50-50 h3.item-1::before{
	content: '1';
}
.page-template-template-pad-nvs  .col-50-50 h3.item-2::before{
	content: '2';
}
.page-template-template-pad-nvs  .col-50-50 h3.item-3::before{
	content: '3';
}
.page-template-template-pad-nvs  .col-50-50 h3.item-4::before{
	content: '4';
}
.page-template-template-pad-nvs  .col-50-50 p{
	color:#ffffff;
	font-size:17px;
	line-height: 25px;
	margin-top:20px;
	margin-bottom:0px;
}
.page-template-template-pad-nvs .col-50-50 img{
	width: 100%;
	max-width: 517px;
	border-radius: 8px;
}
.page-template-template-pad-nvs  .col-50-50 p.more-info{
}
.page-template-template-pad-nvs  .col-50-50 p.more-info a{
	position:relative;
	padding-right:80px;
	font-size: 21px;
	line-height: 25px;
	color: #ffffff;
	font-style: italic;
	font-weight: 600;
}
.page-template-template-pad-nvs  .col-50-50 p.more-info a::after{
	content:' ';
	position:absolute;
	top:0px;
	right: 0px;
	width:62px;
	height: 48px;
	background: url('images/icon-nvs.png') no-repeat center center;
}

.page-about-pad .hero-video{
	display:none;
}
/*--------------------------------------------------------------
## Free Form Template
--------------------------------------------------------------*/
.page-template-template-news .news{
	padding:50px 0px;
}
.page-template-template-news .news:first-of-type{
	padding-top:120px;
}
.page-template-template-news .news:last-of-type{
	border-bottom:75px solid #003170;
}
.page-template-template-news .news h2{
	font-size:33px;
	margin-bottom:0px;
	font-weight: 600;
	color:#003170;
}
.page-template-template-news .news.bk-blue h2{
	color:#ffffff;
}
.page-template-template-news .news .news-item{
	padding-top:30px;
	color:#404040;
}
.page-template-template-news .news.bk-blue .news-item{
	color:#ffffff;
}
.page-template-template-news .news .news-item p{
	margin-bottom:20px;
	font-size:17px;
	line-height: 33px;
}
.page-template-template-news .news .news-item p.title{
	font-size:25px;
	margin-bottom:10px;
}
.page-template-template-news .news .news-item p a{
	font-weight: 600;
	font-style: italic;
	color:#003170;
}
.page-template-template-news .news.bk-blue .news-item p a{
	color:#ffffff;
}

.page-template-template-free-form .page-container{
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.page-template-template-free-form.page-contact .page-container{
	background-size: cover !important;
	background-position: center bottom;
}
.page-template-template-free-form .contact{
	padding:120px 0px 160px;
}
.page-template-template-free-form .contact p{
	color:#ffffff;
	font-size:19px;
	line-height: 28px;
	margin-bottom:45px;
}
.page-template-template-free-form .contact .right p{
	margin-bottom:20px;
}
.page-template-template-free-form .contact h2{
	color:#ffffff;
	font-size:25px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom:12px;

}
.page-contact .left form input, .page-contact .left form textarea{
	width: 100%;
	max-width: 450px !important;
}
.page-contact .left form .wpforms-field-checkbox{
	padding-bottom:12px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label{
	font-size:17px;
	line-height: 20px;
	color:#ffffff;
	font-weight: normal;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
	font-size:15px;
	line-height: 45px;
	color:#ffffff;
	font-weight: normal;
}
.page-contact .left form .wpforms-required-label{
	display:none;
}
div.wpforms-container-full .wpforms-form .wpforms-field{
	padding: 0px 0px 20px;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
	background-color: #003170;
	padding: 10px 60px;
	font-size: 17px;
	color:#ffffff;
	border:0px;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background-color:#ffffff;
	color:#003170;
	border:0px;
}
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li{
	padding-right:10px !important;
	padding-bottom:0px !important;
}
#wpforms-62-field_12-container{
	display:none;
}
div.wpforms-container-full .wpforms-form label.wpforms-error{
	background-color: rgba(255,255,255,0.5);
  max-width: 450px;
  font-weight: 600;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){
	background-color:rgba(255,255,255,0.3);
  border: 0px;
}
/*--------------------------------------------------------------
## About Template
--------------------------------------------------------------*/
.page-about .about-text{
	padding-top:120px;
	padding-bottom:370px;
	background-repeat: no-repeat !important;
	background-position: center top;
	background-size: cover !important;
	background-color: #003170 !important;
}
.page-about .about-text h1{
	color:#ffffff;
	font-size:36px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom:55px;
}
.page-about .about-text p{
	color:#ffffff;
	font-size: 17px;
	line-height: 25px;
}

 .page-about .our-team{
	 padding:40px 0px 80px;
	 background-color: #003170;
 }
 .page-about .our-team.Hide{
	 display:none !important;
 }
 .page-about .our-team.advisory-board{
	 background-color: #ffffff;
 }
 .page-about .our-team h2{
	 color:#ffffff;
	 font-size:38px;
	 font-weight: 600;
	 margin:0px 0px 45px;
	 text-align: center;
 }
 .page-about .our-team.advisory-board h2{
	 color:#003170;
 }
.page-about .our-team .t-item{

}
.page-about .our-team .t-item a{
	text-decoration: none;
}
.page-about .our-team .t-item .post-thumbnail{
	text-align: center;
}
.page-about .our-team .t-item img{
	border-radius: 12px;
	border: 1px solid #8f8f90;
	max-width: 247px;
	width: 100%;
}
.page-about .our-team .t-item .t-name{
	font-size:19px;
	color:#ffffff;
	font-weight: 600;
	text-align: center;
	margin:20px 0px 0px;
}
.page-about .our-team .t-item .t-title{
	font-size:15px;
	color:#ffffff;
	text-align: center;
}

.page-about .our-team.advisory-board .t-item .t-name{
	color:#404040;
}
.page-about .our-team.advisory-board .t-item .t-title{
	color:#404040;
}
.single-our_team header{
	display:none !important;
}
.single-our_team footer{
	display: none !important;
}
.single-our_team article{
	padding:22px 40px;
}
.single-our_team article .img{
	padding-right:0px;
	max-width: 247px;
}
.single-our_team article h1{
	margin:0px 0px 0px 40px;
	font-size:25px;
	line-height: 35px;
	color:#404040;
}
.single-our_team article .entry-content{
	padding-top:30px;
}
.single-our_team article .entry-content p{
	font-size:17px;
	line-height: 25px;
	color:#404040;
}
#fancybox-outer{
	background: rgba(255,255,255,0.8) !important;
}
#fancybox-content{
	border:0px solid transparent !important;
	background: transparent !important;
}
.nav-links{
	display:none !important;
}
body.single-our_team {
	background: transparent !important;
}
.single-our_team .post-thumbnail img{
	max-width: 247px;
	border-radius: 12px;
}
.page-media-kit header{
	display:none !important;
}
.page-media-kit footer{
	display: none !important;
}
.page-media-kit section{
	padding-top:30px;
}
.page-media-kit div.wpforms-container-full .wpforms-form .wpforms-field-label{
	color:#003170 !important;
}
.page-media-kit div.wpforms-container-full .wpforms-form button[type="submit"]:hover{
	background-color: #003170 !important;
	color:#ffffff !important;
}
.row > .wp-block-group__inner-container{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}
.row > .wp-block-group__inner-container figure{
	margin:0px;
}
/*--------------------------------------------------------------
## Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 940px) {
	header .site-branding, footer .left{
		padding-left: 15px;
	}
	header .top-menu{
		position: static;
		text-align: right;
	}
	header .top-menu .menu-toggle{
		display:inline;
		color:#ffffff;
		font-size:20px;
		background: transparent;
    border: 0px;
	}
	header .top-menu .menu-menu-1-container{
		display:none;
		position:fixed;
		width:100%;
		top:70px;
		left:0px;
		background-color:#ffffff;
		padding:20px;
	}
	header .top-menu .toggled .menu-menu-1-container{
		display: block;
	}
	.main-navigation ul{
		width:100%;
	}
	.main-navigation li{
		float:none;
		text-align: left;
		padding-left:30px;
	}
	#primary-menu > li a{
		color:#003170;
		text-decoration: none;
	}
	#primary-menu li.current-menu-item a, #primary-menu li a:focus, #primary-menu li a:active{
		color:#003170;
		text-decoration: none;
	}
	.sticky #primary-menu li.current-menu-item a{
		color:#003170;
		text-decoration: none;
	}
	.entry-content-page{
		padding:120px 0px 0px;
		max-height: 100vh;
	}
	.home h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 40px 0px 60px;
	}
	.home-footer{
		padding:20px 15px;
	}
	.home-footer p{
		font-size: 20px;
		line-height: 25px;
	}
	.home-container{
		position:relative;
		width:100%;
		padding:80px 20px;
		background-color: rgba(255,255,255,0.3);
	}
	.home-container .link{
		padding-right: 20px;
    position: relative;
	}
	.home-container .link a{
		padding-right:0px;
		position: initial;
	}
	.home-container .link a::after{
		top:15px;
	}
	.video .close-video{
		top:20px;
		right:20px;
	}
	.video iframe{
		padding:60px 0px;
	}
.page-about-pad .one-col p{
	text-align: center;
}
.page-template-template-pad-nvs .left, .page-template-template-pad-nvs .col-40-60 .right{
		padding-top:20px;
}
.page-template-template-pad-nvs.page-about-pad .hero{
	background-image: url('images/about-pad.jpg') !important;
	background-color:#003170 !important;
	background-size:contain !important;
	padding: 140px 0px 80px;
}
.page-template-template-pad-nvs.page-nvs-technology .hero{
		background-image: url('images/nvs-technology-mobile.jpg') !important;
		background-color:#ffffff !important;
		background-size:contain !important;
		padding: 140px 0px 80px;
}
.page-template-template-pad-nvs.page-about-pad .hero-text h1{
	color:#ffffff;
}
.page-template-template-pad-nvs .hero-text{
	padding:40px 20px;
}
.page-template-template-pad-nvs .hero-text{
	background-color: transparent;
}
.page-about .about-text{
	padding-bottom:50px;
	background: #003170 url('images/about-bkg-mobile.jpg') no-repeat center top !important;
	background-size:contain !important;
}
.page-about .about-text p a{
	color:#ffffff;
	text-decoration: underline;
}
.page-about .post-thumbnail, .single-our_team .post-thumbnail{
	text-align: center;
}
#fancybox-wrap{
	width: 90% !important;
	left:0px !important;
}
#fancybox-content{
	width:100% !important;
}
.single-our_team article{
	padding:20px 1px !important;
}
.single-our_team .post-thumbnail{
	text-align:center !important;
}
.single-our_team article h1{
/*	margin:40px 15px 0px;*/
	padding: 0px;
}
.single-our_team article .img{
	padding-right: 15px;
}
.page-template-template-pad-nvs .hero-video{
	padding-top: 20px;
}
.page-template-template-pad-nvs .col-50-50 .item{
	 padding: 0px 25px 65px;
}
.page-template-template-pad-nvs .col-50-50 h3{
	line-height: 32px;
	margin-bottom:40px;
}
.page-template-template-pad-nvs .col-50-50 p.more-info a::after{
	top:30px;
}
@media only screen and (min-width: 681px) and (max-width: 991px){
	.single-our_team article h1{
		    margin: 40px 40px 0px;
	}
	.single-our_team .post-thumbnail img{
		width:100%;
	}
}
@media only screen and (max-width: 680px){
	.single-our_team article h1{
		    margin: 40px 15px 0px;
	}
}
