/*!
Theme Name: Eclypsium
Theme URI: http://underscores.me/
Author: Eclypsium
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eclypsium
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.

Eclypsium 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
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## 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: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.55em;
}

/* 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: #4d4d4d;
	font-family: sans-serif;
	font-size: 18px;
	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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f7931e;
}

a:visited {
}

a:hover, a:focus, a:active {
	color: #02528a;
}

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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}





















body, html{
	width:100%;
	height:100%;
	font-family: 'Roboto', sans-serif;
	color:#444444 !important;
	font-weight:300;
	font-size:18px;
	line-height:21px;	

}

b, strong{
	font-weight:700;
}

a{
	cursor: pointer !important;
}

/*Color Classes*/

.orange{
	color:#f7931e !important;
}

.white{
	color:#FFFFFF !important;
}

.navy{
	color:#02528a !important;
}
.blue{
  color:#3c8dbc !important;
}
.grey{
	color:#c4c4c4;
}
.grey-text{
	color:#444444;
}
.red{
	color:#dd4b39;
}
.bold{
	font-weight:700;
}

.semi-bold{
	font-weight:500;

}
.bkgd-orange{
	background-color:#f7931e;
}
.bkgd-orangegrad{
	background: #ba6308; /* Old browsers */
background: -moz-linear-gradient(top, #ba6308 0%, #f7941d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ba6308 0%,#f7941d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ba6308 0%,#f7941d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba6308', endColorstr='#f7941d',GradientType=0 ); /* IE6-9 */
}
.bkgd-ltgrey{
	background-color:#eeeeee;
}

.bkgd-ltgrey-alt{
	background-color:#f1f1f1;
}

.bkgd-grey{
	background-color:#2d2d2d;
}
.bkgd-black{
	background-color:#000000;
}

.bkgd-dkblue{
	background-color:#000c1c;
}

.bkgd-navy{
	background-color:#02528a;
}
.bkgd-navygrad{
	background: #02528a; /* Old browsers */
	background: -moz-linear-gradient(left, #02528a 0%, #012136 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #02528a 0%,#012136 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #02528a 0%,#012136 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02528a', endColorstr='#012136',GradientType=1 ); /* IE6-9 */	
}
.bkgd-white{
	background-color:#ffffff;
}

.bkgd-bluegrad{
	background: rgba(2,81,138,1);
	background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(78,179,215,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(100%, rgba(78,179,215,1)));
	background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(78,179,215,1) 100%);
	background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(78,179,215,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(78,179,215,1) 100%);
	background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(78,179,215,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#4eb3d7', GradientType=1 );
}

.bkgd-pattern{
	background-image:url('img/bkgd-pattern.png');
	background-repeat: repeat;
}
.bkgd-pattern-lt{
	background-image:url('img/bkgd-pattern-lt.png');
	background-repeat: repeat;
}
.bkgd-arcs{
	background-image:url('img/bkgd-arcs.svg');
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size:33%;
}

.bkgd-circuit{
	background-image:url('img/circuit-bkgd.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
}


.uppercase{
	text-transform: uppercase;
	
}

.no-pm{
	padding:0px;
	margin:0px;
}
.no-p{
	padding:0px;
}
.wrapper-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;

}
.wrapper-center-vert{
	display:block;
	margin:auto;
	text-align: center;
	vertical-align: middle;

}
.section{
	margin-top:100px;
}
.divider-10{
	margin-top:10px;
}
.divider-20{
	margin-top:20px;
}

.divider-30{
	margin-top:30px;
}
.divider-40{
	margin-top:40px;
}
.divider-50{
	margin-top:50px;
}
.divider-60{
	margin-top:60px;
}
.pad-10{
	padding-top:10px;
}
.pad-20{
	padding-top:20px;
}

.pad-30{
	padding-top:30px;
}
.pad-40{
	padding-top:40px;
}
.pad-50{
	padding-top:50px;
}
.pad-60{
	padding-top:60px;
}

.hidden{
	display:none;
    padding: 1px 0;	
}

.right{
	float:right;
}
.left{
	float:left;
}

.subhead{
	font-weight:700;
	font-size:1.2em;
	line-height:1em;
	margin-bottom:10px;
	text-transform: uppercase;
}

.side-image{
	border:solid 2px #e4e2e2;
}

.hz-divider-40{
	margin-left:40px;
}

#fourohfour{
	width:100%;
	min-height:100vh;;
	background-image:url('img/404.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
}

#fourohfour > div{
	padding-top:250px;
}

.fourohfour-headline{
	font-weight:100;
	font-size:100px;
}

.fourohfour-body{
	font-weight:300;
	font-size:1.1em;
	line-height:1.4em;
}






#hero-container{
	width:100%;
	height:500px;
  background-position:center top;
  background-repeat:no-repeat;
  background-color:#00080e;
  background-size: auto 100%;
}



.carousel-inner, .carousel-item, .carousel-image{
	width:100%;
	height:100%;
}
.carousel-image{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
}



.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
	background-color:transparent;
	border:2px solid #FFFFFF;
	z-index:1000;
}

.carousel-indicators .active{
	background-color:rgba(255,255,255,1);
}

#hero-container .header-logo{
	margin-top:35px;
}

.slide-title{
	margin-top:50px;
	font-size:1.75em;
	line-height:1.2em;
	font-weight:300;
	text-transform: uppercase;
}

.slide-desc{
	margin-top:25px;
	font-size:1em;
	line-height:1.2em;
}

.button-orange{
	display:inline-block;
	padding:14px 60px;
	border:2px solid #f7931e;
	text-transform: uppercase;
	color:#f7931e !important;
	cursor: pointer;
	font-weight:400;
}
.button-navy{
	display:inline-block;
	padding:14px 60px;
	border:2px solid #02528a;
	text-transform: uppercase;
	color:#02528a !important;
	cursor: pointer;
	font-weight:400;
}
.hs-button{
	display:inline-block !important;
	padding:14px 60px !important;
	border:2px solid #f7931e !important;
	text-transform: uppercase !important;
	color:#f7931e !important;
	cursor: pointer !important;
	font-weight:400 !important;

}


.button-white{
	display:inline-block;
	padding:14px 20px;
	border:2px solid #FFFFFF;
	text-transform: uppercase;
	color:#FFFFFF !important;
	cursor: pointer;
	font-weight:400;
	
}


.button-orange:hover{
	background-color:#f7931e;
	color:#FFFFFF !important;
	text-decoration: none;
}
.button-navy:hover{
	background-color:#02528a;
	color:#FFFFFF !important;
	text-decoration: none;
}
.button-white:hover{
	background-color:#FFFFFF;
	color:#000000 !important;
	text-decoration: none;
}



#header-nav, #header-nav-mobile{
	position: absolute;
	bottom:0;
}

.sticky-nav{
	position:fixed !important;
	top:0;
	z-index:1000000;
}

.nav-bkgd{
	background-image:url('img/nav-bkgd.png');	
	background-size:100% 100%;
}

.header-nav-menu{
	display:inline-block;
	padding:0px 12px 0px 12px;
	margin:auto;
	z-index:500;
}

.header-nav-menu a{
	display:inline-block;
	font-weight:500;
	color:#FFFFFF !important;
	font-size:20px;
	padding:20px 12px 20px 12px;
	text-transform: uppercase;
	cursor: pointer;
}

.header-nav-menu a:hover{
	background-color:#ba6308;
	text-decoration: none;
}

.header-nav-mobile-dropdown{
	position:absolute;
	top:60;
	z-index:1000;
	width:100%;
	padding:20px 0px;
}

.header-nav-mobile-dropdown a{
	display:block;
	color:#FFFFFF !important;
	font-size:1.5em;
	padding:20px 0px;
	text-transform: uppercase;
}



.icons{
	font-weight:400;
	padding:50px 0px;
	overflow:auto;
}

.icons p{
	margin:30px 0px 0px 0px;
	padding:0px 15px 40px 15px;
}


.icons img{
	padding-top:40px;
}


.icon-divider-right{
	width:2px;
	height:100%;
	background-color:#ffffff;
	position:absolute;
	top:0px;
	right:0px;
	padding-bottom:50px;
}


.big-headline{
	font-weight:300;
	font-size:2.6em;
	line-height:1.2em;
	text-transform: uppercase;
}

.cta-navy{
	padding:10px 14px;
	cursor: pointer;
	display:inline-block;
	
}




.chart-header{
	font-size:1.2em;
	font-weight:700;
	margin:0;
	padding:30px;
}


.chart-copy{
	margin:0;
	padding:30px;
}

.chart-arrow{
	padding:30px;
}













.site-footer{
	border-top: 1px solid #f7931e;
	padding-top:12px;
	margin-top:50px;
}

.footer{
	text-align: center;
	padding:30px 0px 50px 0px;
}



.footer-link{
	display:inline-block;
	padding:0px 12px 25px 12px;
}

.footer-link:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#copyright{
	color:#c4c4c4;	
	font-size:75%;
}

.footer-logo{
	width:175px;
	height:auto;
	padding-top:40px;
}



footer a{
	text-decoration: none !important;
}

#backtotop{
	cursor: pointer;
}


.icon-social{
	width:50px;
	height:50px;
}

.icon-social-container{
	margin:0px 3px;
}


.static-header{
	width:100%;
	height:350px;
	position:relative;

	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;

}

.static-header-sm{
	width:100%;
	height:200px;
	position:relative;

	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 150%;

}

#blog .static-header{
		background-image:url('img/header-blog.jpg');

}

.static-header-sm{
		background-image:url('img/header-blog.jpg');

}


.career-header-wrapper{
  
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );
}

.static-header-sm-career{
  
  background-image:url('img/header-careers.jpg');

	width:100%;
	height:200px;
	position:relative;

	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;

}

#travel .static-header{

background:url('img/header-travel.jpg') top center no-repeat;

}



#remote .static-header{

background:url('img/header-remote.jpg') center center no-repeat;

}

#remote .static-header-wrapper{
background: rgba(2,81,137,1);
background: -moz-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,137,1)), color-stop(49%, rgba(2,81,137,1)), color-stop(51%, rgba(79,183,218,1)), color-stop(100%, rgba(79,183,218,1)));
background: -webkit-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
background: linear-gradient(to right, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025189', endColorstr='#4fb7da', GradientType=1 );
}



#financial .static-header{

background:url('img/header-financial.jpg') center center no-repeat;

}

#financial .static-header-wrapper{
background: rgba(2,81,137,1);
background: -moz-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,137,1)), color-stop(49%, rgba(2,81,137,1)), color-stop(51%, rgba(79,183,218,1)), color-stop(100%, rgba(79,183,218,1)));
background: -webkit-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
background: linear-gradient(to right, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(79,183,218,1) 51%, rgba(79,183,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025189', endColorstr='#4fb7da', GradientType=1 );
}


#federal .static-header{

background:url('img/header-federal.jpg') center center no-repeat;

}

#federal .static-header-wrapper{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}

#integrations .static-header{

background:url('img/header-integrations.jpg') center center no-repeat;

}

#integrations .static-header-wrapper{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}



#healthcare .static-header{

background:url('img/header-healthcare.jpg') center center no-repeat;

}

#healthcare .static-header-wrapper{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );
}



#research .static-header-wrapper, #blog .static-header-wrapper, #company .static-header-wrapper, #product .static-header-wrapper, #resources .static-header-wrapper{
	background-color:#000c1c;

}

#travel .static-header-wrapper{
background: rgba(0,36,60,1);
background: -moz-linear-gradient(left, rgba(0,36,60,1) 0%, rgba(0,36,60,1) 49%, rgba(169,206,225,1) 51%, rgba(169,206,225,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,36,60,1)), color-stop(49%, rgba(0,36,60,1)), color-stop(51%, rgba(169,206,225,1)), color-stop(100%, rgba(169,206,225,1)));
background: -webkit-linear-gradient(left, rgba(0,36,60,1) 0%, rgba(0,36,60,1) 49%, rgba(169,206,225,1) 51%, rgba(169,206,225,1) 100%);
background: -o-linear-gradient(left, rgba(0,36,60,1) 0%, rgba(0,36,60,1) 49%, rgba(169,206,225,1) 51%, rgba(169,206,225,1) 100%);
background: -ms-linear-gradient(left, rgba(0,36,60,1) 0%, rgba(0,36,60,1) 49%, rgba(169,206,225,1) 51%, rgba(169,206,225,1) 100%);
background: linear-gradient(to right, rgba(0,36,60,1) 0%, rgba(0,36,60,1) 49%, rgba(169,206,225,1) 51%, rgba(169,206,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00243c', endColorstr='#a9cee1', GradientType=1 );
}


#supply .static-header{
background:url('img/header-supply.jpg') top center no-repeat;

}
#supply .static-header-wrapper{
background: rgba(2,81,137,1);
background: -moz-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(81,181,217,1) 51%, rgba(81,181,217,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,137,1)), color-stop(49%, rgba(2,81,137,1)), color-stop(51%, rgba(81,181,217,1)), color-stop(100%, rgba(81,181,217,1)));
background: -webkit-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(81,181,217,1) 51%, rgba(81,181,217,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(81,181,217,1) 51%, rgba(81,181,217,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(81,181,217,1) 51%, rgba(81,181,217,1) 100%);
background: linear-gradient(to right, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 49%, rgba(81,181,217,1) 51%, rgba(81,181,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025189', endColorstr='#51b5d9', GradientType=1 );
}

#solutions .static-header{
background:url('img/header-solutions.jpg') top center no-repeat;

}


#solutions .static-header-wrapper{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}

#threat-report .static-header{
background:url('img/header-threat-report.jpg') top center no-repeat;

}


#threat-report .static-header-wrapper{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}



#cm .static-header{
background:url('img/header-cm.jpg') top center no-repeat;

}

#cm .static-header-wrapper{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(60,141,188,1)), color-stop(100%, rgba(60,141,188,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#3c8dbc', GradientType=1 );
}


#product .static-header-wrapper{
background: rgba(2,81,137,1);
background: -moz-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 50%, rgba(81,181,217,1) 50%, rgba(81,181,217,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,137,1)), color-stop(50%, rgba(2,81,137,1)), color-stop(50%, rgba(81,181,217,1)), color-stop(100%, rgba(81,181,217,1)));
background: -webkit-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 50%, rgba(81,181,217,1) 50%, rgba(81,181,217,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 50%, rgba(81,181,217,1) 50%, rgba(81,181,217,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 50%, rgba(81,181,217,1) 50%, rgba(81,181,217,1) 100%);
background: linear-gradient(to right, rgba(2,81,137,1) 0%, rgba(2,81,137,1) 50%, rgba(81,181,217,1) 50%, rgba(81,181,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025189', endColorstr='#51b5d9', GradientType=1 );
}




.category-page .static-header-sm{
		background-image:url('img/header-blog.jpg');

}



.header-logo{
	width:180px;
	height:auto;
	margin-top:110px;
	clear:both;
}


.static-header-sm .header-logo{
	width:180px;
	height:auto;
	margin-top:30px;
	clear:both;

}

.category-page .header-logo{
	width:180px;
	height:auto;
	margin-top:30px;
	clear:both;

}



.page-title{
	display:inline-block;
	padding:20px 15px 22px 0px;
	font-size:2.66em;
	margin-top:50px;
	clear:both;
	text-transform: uppercase;
	font-weight:200;
	line-height:1.1em;	

}


.page-desc{
	margin-top:0px;
	font-size:1.2em;
	line-height:1.75em;
}




#single-post h1{
	font-weight:300;
}

#single-post h2{
	display:block;
	font-weight:700;
	font-size:115%;
	color:#02528a;
	text-transform: uppercase;
	margin-bottom:.5em;
	margin-top:1.75em;
	
}
#single-post h3{
	font-weight:700;
	margin-bottom:20px;
	text-transform:none;
	font-size:115%;
	
}

#single-post ul, #single-post ol{
	margin-left:20px;
	
}

#single-post li{
	margin-bottom:8px;
	
}


#single-post pre{
	border-left:4px solid #02528a;
	
}


#single-post td{
	border:1px solid #2d2d2d;
	padding:12px;
	
}

#single-post tr:nth-child(odd){

	background-color:#f0f0f0;
}




.blog-nav-menu a{
	display:inline-block;
	font-weight:400;
	color:#02528a;
	font-size:18px;
	padding:20px 12px 20px 12px;
	text-transform: uppercase;

}
.blog-nav-menu a:hover{
	background-color:#d7d7d7;
	text-decoration:none;
}
.blog-post{
	margin-bottom:60px;
}

.blog-post a{
	display:block;
	width:100%;
	height:100%;
	color:#f7931e;
	background-color:#f0f0f0;
	text-align:center;
	text-decoration:none;
	cursor: pointer;
}

.blog-post a:hover{
	background-color:#f7931e;
	color:#FFFFFF;
}

.blog-post a:hover img{
	opacity:.5;

}

.blog-post-title{
	display:block;
	padding:20px 15px;
	font-weight:400;
	font-size:1em;
}


.entry-title{
	font-size:2em;
	margin:35px auto 0px auto;
}

.entry-meta{
	font-size:.75em;
  padding-bottom:25px;

}

.wrapper-thumbnail{
	margin-top:0px;
}

.entry-content{
	margin-top:50px;
}

#single-post #main .container{
	width:760px;
}

.post-nav{
	padding:20px;
}

.post-nav a{
	font-weight:700;
	color:#02528a !important;
}

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

.prev.page-numbers{
	padding-right:15px;
}



.next.page-numbers{
	padding-left:15px;
}


.page-numbers{
	padding-left:5px;
	padding-right:5px;
	font-weight:400;
	font-size:1.1em;
}



#product .static-header{
		background-image:url('img/header-product.jpg');

}

#video-intro{
		background-image:url('img/product-about-tn-new.jpg');
		background-size:100% auto;
		background-position:top center;
		cursor:pointer;
	width:100%;
	height:100%;
}

#video-intro:hover{
		background-position:bottom center;
}


.video{
	cursor:pointer;
}
#single-post .video{
	position:relative;
	min-height:412px;
}


#single-post .video iframe{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.icon-desc-top{
	background-image:url('img/bkgd-pattern-dk.png');
	background-repeat: repeat;

}

.icon-desc-img{
	padding:20px;
}
.icon-desc-bottom div{
	padding:20px 20px 20px 20px;
	min-height: 250px;
}
.icon-desc-bottom p{
	padding-bottom:10px;	
	margin:0px;
}
.colorbk-padding{
	padding:50px 0px 50px 0px;
}

.icon-hz{
    display: table;
	
}
.icon-hz img{
	display:block;
	float:left;
	padding:20px 25px 20px 25px;
	min-height:91px;
	min-width:91px;
}

.icon-hz p{
	height:inherit;
	padding:0px;
	margin:0px;
    display: table-cell;
    vertical-align: middle;
	
}

.bar-padding-50{
	padding-top:50px;
	padding-bottom:50px;
}


.img-white-border{
	border:2px solid #FFFFFF;
}







#research .static-header{
		background-image:url('img/header-research.jpg');

}



#resources .static-header{
		background-image:url('img/header-resources.jpg');

}

.datasheet-row:nth-child(odd) {
	background-color:#f0f0f0;
}


.datasheet-title a, .datasheet-excerpt p{
	margin:20px 0px 20px 0px;
	display:block;
}


.resources-row:nth-child(odd) {
	background-color:#f0f0f0;
}




.career-row{
	background-color:#f0f0f0;
  padding-top:20px;
  padding-bottom:20px;
  cursor: pointer;
  margin-bottom:12px;
}

.career-row:hover{
  background-color:#e2e2e2;
}

.career-row a{
  text-decoration: none;
}

.career-row a{
  
}

.career-link{
  margin-bottom:12px;
}



.whitepaper-row:nth-child(odd) {
	background-image:url('img/bkgd-pattern-lt.png');
	background-repeat:repeat;
}


.video-title{
	display:block;
	padding-top:20px;
}


.news-about-us .row{
	padding:10px 0px;
	
}

.news-about-us a{
	color:#4d4d4d;
}
.news-about-us .row :nth-child(odd){
}

.news-article-date{
	font-size:75%;
}


#company .static-header{
		background-image:url('img/header-company.jpg');

}

#careers .static-header{
		background-image:url('img/header-careers.jpg');

}

#careers .static-header-wrapper{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}




#news .static-header{
		background-image:url('img/header-news.jpg');

}


#news .static-header-wrapper{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}



#events .static-header{
		background-image:url('img/header-events.jpg');

}


#events .static-header-wrapper{
background: rgba(2,81,138,1);
	background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
	background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}

#visibility .static-header{
		background-image:url('img/header-visibility.jpg');

}

#visibility .static-header-wrapper{
	background: rgba(2,81,138,1);
	background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
	background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}

.big-paragraph{
	font-size:1.2em;
	line-height: 1.2em;
}


.bio-name{
	font-weight:300;
	text-transform:uppercase;
	font-size:1.4em;
	line-height:1em;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.bio-title{
	font-weight:500;
	text-transform:uppercase;
	font-size:.85em;
	line-height:1em;
	margin:0px;
	padding:0px 0px 10px 0px;
}


.photo-container, .photo{
	width:260px;
	height:310px;
	background-position:center top;
	background-size:312px 410px;
	background-repeat:no-repeat;	
	cursor:pointer;	
	overflow:hidden;
}

.photo-container{
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
	font-size:0;	
}

.photo-container{
	position:relative;
}

.photo-name{
	display:block;
	position: absolute;
	width:100%;
	overflow:auto;
	bottom:-65px;
	background-color:#02528a;
	color:#ffffff;
	z-index: 23000;
	height:65px;
	font-size:20px;
	line-height:18px;
	padding:10px;
	font-weight:300;
	opacity:.75;
	transition: 0.4s;

}

.job-title{
	font-weight:500;
	font-size:12px;
	color:#f7931e;

}
.photo{
	opacity:1;
	transition: 0.4s;

}

.photo-container:hover > .photo-name{
	transition: 0.8s;
  	transform: translateY(-65px);

}


.photo-container:hover > .photo{
	transition: 0.8s;
	opacity:0;

}



#company .container{
	padding-left:15px !important;
	padding-right:15px !important;
}
.company-photos{
	text-align: left;
}
.photo-container:nth-child(5){

}


.photo-center{
		display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

@media screen and (min-width: 991px){
  .photo-center{
    max-width:100%;
  }
}

.photo-container.photo-yuriy, .bio-photo.photo-yuriy, .photo-container-tn.photo-yuriy{
	background-image:url('img/photo-yuriy-1.jpg');
}
.photo.photo-yuriy, .photo-tn.photo-yuriy{
	background-image:url('img/photo-yuriy-2.jpg');
}

.photo-container.photo-alex, .bio-photo.photo-alex, .photo-container-tn.photo-alex{
	background-image:url('img/photo-alex-1.jpg');
}
.photo.photo-alex, .photo-tn.photo-alex{
	background-image:url('img/photo-alex-2.jpg');
}


.photo-container.photo-john, .bio-photo.photo-john, .photo-container-tn.photo-john{
	background-image:url('img/photo-john-1.jpg');
}
.photo.photo-john, .photo-tn.photo-john{
	background-image:url('img/photo-john-2.jpg');
}

.photo-container.photo-mark, .bio-photo.photo-mark, .photo-container-tn.photo-mark{
	background-image:url('img/photo-mark-1.jpg');
}
.photo.photo-mark, .photo-tn.photo-mark{
	background-image:url('img/photo-mark-2.jpg');
}



.photo-container.photo-doug, .bio-photo.photo-doug, .photo-container-tn.photo-doug{
	background-image:url('img/photo-doug-1.jpg');
}
.photo.photo-doug, .photo-tn.photo-doug{
	background-image:url('img/photo-doug-2.jpg');
}


.photo-container.photo-daniel, .bio-photo.photo-daniel, .photo-container-tn.photo-daniel{
	background-image:url('img/photo-daniel-1.jpg');
}
.photo.photo-daniel, .photo-tn.photo-daniel{
	background-image:url('img/photo-daniel-2.jpg');
}

.photo-container.photo-suzanne, .bio-photo.photo-suzanne, .photo-container-tn.photo-suzanne{
	background-image:url('img/photo-suzanne-1.jpg');
}
.photo.photo-suzanne, .photo-tn.photo-suzanne{
	background-image:url('img/photo-suzanne-2.jpg');
}

.photo-container.photo-alexi, .bio-photo.photo-alexi, .photo-container-tn.photo-alexi{
	background-image:url('img/photo-alexi-1.jpg');
}
.photo.photo-alexi, .photo-tn.photo-alexi{
	background-image:url('img/photo-alexi-2.jpg');
}
.photo-container.photo-steve, .bio-photo.photo-steve, .photo-container-tn.photo-steve{
	background-image:url('img/photo-steve-1.jpg');
}
.photo.photo-steve, .photo-tn.photo-steve{
	background-image:url('img/photo-steve-2.jpg');
}

.photo-container.photo-yoav, .bio-photo.photo-yoav, .photo-container-tn.photo-yoav{
	background-image:url('img/photo-yoav-1.jpg');
}
.photo.photo-yoav, .photo-tn.photo-yoav{
	background-image:url('img/photo-yoav-2.jpg');
}

.photo-container.photo-erin, .bio-photo.photo-erin, .photo-container-tn.photo-erin{
	background-image:url('img/photo-erin-1.jpg');
}
.photo.photo-erin, .photo-tn.photo-erin{
	background-image:url('img/photo-erin-2.jpg');
}








.company-bio-container{

	padding-bottom:100px;
}
.bio-photo{
	width:100%;
	height:250px;
	background-size:cover;
	border:4px solid #FFFFFF;
}

.photo-container-tn, .photo-tn{
	width:60px;
	height:60px;
	background-position:center top;
	background-size:75px auto;
	background-repeat:no-repeat;	
	cursor:pointer;	
}

.photo-container-tn{
	margin-right:2px;
	display:inline-block;
	font-size:0;
}
.photo-all{
	background-image:url('img/photo-all.svg');
	background-size:contain;
}

.investors{
	text-align: center;
}

.investor-logo{
	margin-right:60px;
}

.investor-logo, .investor-logo > div{
  background-size: contain;
  height:150px !important;
  background-position: center center;
  background-repeat: no-repeat;

}

.investor-logo:last-child{
	margin-right:0px;
	margin-bottom:0px;
}

.investor-container{
	display:inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.investor-madrona{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-madrona-1.png');
}
.investor-logo.investor-madrona{
	width:199px;
	height:100px;
	background-image:url('img/investor-madrona-2.png');
}

.investor-ah{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-a16z-1.png');
}
.investor-logo.investor-ah{
	width:203px;
	height:55px;
	background-image:url('img/investor-a16z-2.png');
}

.investor-intel{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-intel-1.png');
}
.investor-logo.investor-intel{
	width:105px;
	height:112px;
	background-image:url('img/investor-intel-2.png');
}

.investor-ubiquity{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-ubiquity-1.png');
}
.investor-logo.investor-ubiquity{
	width:291px;
	height:67px;
	background-image:url('img/investor-ubiquity-2.png');
}

.partner-fsisac{
	width:inherit;
	height:inherit;
	background-image:url('img/partner-fsisac-1.png');
}
.investor-logo.partner-fsisac{
	width:260px;
	height:64px;
	background-image:url('img/partner-fsisac-2.png');
}
.partner-sinet{
	width:inherit;
	height:inherit;
	background-image:url('img/partner-sinet-1.png');
  background-repeat: none;
  background-position: center center;
}
.investor-logo.partner-sinet{
	width:87px;
	height:92px;
	background-image:url('img/partner-sinet-2.png');
}
.partner-oregon{
	width:inherit;
	height:inherit;
	background-image:url('img/partner-oregon-1.png');
}
.investor-logo.partner-oregon{
	width:214px;
	height:110px;
	background-image:url('img/partner-oregon-2.png');
}


.investor-translink{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-translink-1.svg');
}
.investor-logo.investor-translink{
  width:214.2669px;
  height:55px;
	background-image:url('img/investor-translink-2.svg');
}


.investor-av8{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-av8-1.png');
}

.investor-logo.investor-av8{
  width:219px;
  height:55px;
	background-image:url('img/investor-av8-2.png');
}


.investor-mindset{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-mindset-1.svg');
}
.investor-logo.investor-mindset{
  width:217.574px;
  height:70px;
	background-image:url('img/investor-mindset-2.svg');
}


.investor-avg{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-avg-1.svg');
}
.investor-logo.investor-avg{
  width:207.3072px;
  height:75px;
	background-image:url('img/investor-avg-2.svg');
}

.investor-rp{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-rp-1.svg');
}
.investor-logo.investor-rp{
  width:132.835px;
  height:80px;
	background-image:url('img/investor-rp-2.svg');
}

.investor-ovf{
	width:inherit;
	height:inherit;
	background-image:url('img/investor-ovf-1.svg');
}
.investor-logo.investor-ovf{
  width:192.844px;
  height:70px;
	background-image:url('img/investor-ovf-2.svg');
}



#homepage-news{
	width:100%;
	background-color:#eeeeee;
	color:#6b6b6b;
    text-align:center;
	padding:10px 0px;
	text-transform: uppercase;
	font-size:.77em;
}

#homepage-news div{
	display:inline-block;
}

.news-title{
	padding-right:15px;
}

.news-link, .news-more{
	color:#6b6b6b;	
	font-weight:700;
}

.news-link:hover, .news-more:hover{
	color:#f7931e;
	text-decoration:none;
}

.news-link a{
	cursor: pointer;
	font-size:1em;	
	color:#6b6b6b;
}

#rsa-logo{
	margin-top:65px;
}

#rsa-headline{
	margin-top:25px;
}

.upstart-lockup{
	padding-top:40px;
	max-height:260px;
}

#rsa-headline{
	margin-top:25px;
}
.slide-desc-beta{
	margin-top:390px;
}


.slide-desc-invest-1{
	font-size:1.7em;
	line-height:1.1em;
}
.slide-desc-invest-2{
	font-size:1.44em;
	line-height:1.1em;
	color:#bfbfbf;
	margin-top:8px;
}

.slide-desc-vector-1{
	font-size:1.6em;
	line-height:1.2em;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.slide-desc-vector-3{
	width:450px;
	margin-left:auto;
	margin-right:auto;
}


.carousel-invest{
	display:block;
	margin:auto;
	margin-top:40px;
}

.header-logo-invest{
	width:150px;
	margin:auto;
	margin-top:30px;
}

.header-logo-vector{
	width:150px;
	margin:auto;
	margin-top:30px;
}

.slide-img-vector{
	width:100%;
	height:94px;
	background-position:center center;
	background-repeat:no-repeat;
}

.sb-title{
	font-size:2em;
	line-height:1.1em;
	text-transform:uppercase;
	
}

.kyd-carousel-title{
	font-size:3em;
	line-height:1em;
	text-transform:uppercase;
	
}

.kyd-carousel-subtitle{
	font-size:2.36em;
	line-height:1em;
	text-transform:uppercase;

}

.sb-desc{
	font-size:1em;
}
@media screen and (min-width: 0px) and (max-width: 767px){
	.rsa-lockup{
		padding-top:40px !important;
	}
	
	.sb-title{
		font-size:1.1em;
		line-height:1.0em;
		margin-top:40px !important;
	
	}

.sb-desc{
	font-size:1em;
	}

	
	
.kyd-carousel-title{
	font-size:2em;
	line-height:1.2em;
	text-transform:uppercase;
	
}

.kyd-carousel-subtitle{
	font-size:1.2em;
	line-height:1.2em;
	text-transform:uppercase;

}	
	

}


.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  background-color: rgba(0,0,0,0.75);
  cursor:pointer;
}


.video-overlay{
	cursor: pointer;
}

.video-overlay:hover{
	text-decoration:underline;
}

.video-container{
	width:65vw;
	height:36.5625vw;
	margin:auto;
	position:relative;
	top:50%;
	transform:translateY(-50%);

}

.video{
	width:100%;
	height:100%;
-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.5);
box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.5);
	
}

.close-video{
	color:#FFFFFF;
	float:right;
	cursor: pointer;
	display:block;
	padding-bottom:5px;
	font-size:75%;
	font-weight:bold;
}


.card-header{
	border-bottom-color:#FFFFFF;
	border-bottom-width:2px;
}

.card{
	border:none;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.photo-container, .photo{
		width:165px;
		height:230px;
		background-size:243px 320px;
	}

	.photo-container{
		margin-right:10px;
	}
	.company-bio-container{
		min-height:500px;
	}
	.bio-photo{
		height:200px !important;
	}
	.investor-logo{
		margin-right:60px;
		margin-bottom:30px;
	}

	
.photo-name{
	height:55px;
	font-size:15px;
	line-height:15px;
	padding:10px;
}

.job-title{
	font-size:10px;
	color:#f7931e;

}	
	
	
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	

	.photo-container, .photo{
		width:175px;
		height:220px;
		background-size:228px 300px;
	}

	.photo-container{
		margin-right:8px;
		margin-bottom:10px;
	}
	.company-bio-container{
		min-height:500px;
	}
	.bio-photo{
		width:100%;
		height:130px;
	}
	.photo-container-tn{
		margin-bottom:10px;
	}

	.investor-logo{
		display:inline-block;
		margin-right:40px;
	}
	.investor-logo{
		margin-right:60px;
		margin-bottom:40px;
	}
}



@media screen and (min-width: 576px) and (max-width: 767px){

	.photo-container, .photo{
		width:140px;
		height:190px;
		background-size:228px 300px;
	}

	.photo-container{
		margin-right:8px;
		margin-bottom:25px;
	}
	.company-bio-container{
		min-height:500px;
	}
	.bio-photo{
		width:100%;
		height:100px;
	}
	.photo-container-tn{
		margin-bottom:10px;
	}

	.investor-logo{
		margin-right:60px;
		margin-bottom:50px;
	}
}

@media screen and (min-width: 0) and (max-width: 991px){
	.photo-center{
		display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;

		
	}
	.photo-name{
		display:none;
	}
	.company-photos-tn{
	text-align: center;
}

	.upstart-lockup{
	padding-top:30px;
		max-height:150px;
}


#visibility .static-header > .row{
		background:rgba(2,82,138,.55);
	}
	

}
@media screen and (min-width: 0) and (max-width: 575px){
	
	.buttons-cta{
		display:block;
		clear:both;
		margin-left:auto;
		margin-right:auto;
	}
	.photo-container, .photo{
		width:100px;
		height:190px;
		background-size:200px 263px;
	}

	.photo-container{
		margin-right:4px;
		margin-bottom:10px;
	}
	.company-bio-container{
		min-height:500px;
	}
	.photo-container-tn{
		margin-bottom:10px;
	}
	
	
	.bio-photo{
		width:60% !important;
		height:250px;
		min-width:270px;
		margin:auto;
		margin-bottom:25px;
	}

	.investor-logo{
		display:block !important;
		margin-right:auto !important;
		margin-left:auto !important;
		margin-bottom:50px;
	}

	.video-container{
		width:90vw;
		height:50.625vw;

	}

	
	
}


/*Form Styles*/


.demo input, textarea{
	margin-top:15px !important;
	border:solid #f7931e 1px !important;
	border-radius: 4px !important;
	padding:8px;
}

.demo .width-50{
	width:50%;
}


.demo .width-66{
	width:66%;
}

.demo .width-100{
	width:100%;
}


.demo .send-button{
	background-color:#FFFFFF;
	border:solid #f7931e 1px !important;
	border-radius: 4px !important;
	padding:8px 32px !important;
	color:#f7931e !important;
	margin-top:40px !important;
	
	
}

.send-button:hover{
	background-color:#f7931e;
	color:#FFFFFF !important;
	
	
}

.demo .button-orange{
	background-color:#FFFFFF;
	
}

.demo .button-orange:hover{
	background-color:#f7931e;
	border-color:#f7931e;
}


fieldset{
	padding:0px;
}


.show-on-mobile{
  display:none;
}











@media screen and (min-width: 0) and (max-width: 991px){
 
	.hide-on-mobile{
		display:none !important;
	}
	
	.show-on-mobile{
		display:block !important;
	}
	  
	.section{
		margin-top:60px;
	}
	
	
	.header-logo-container{
		display:block;
		width:100% !important;
		text-align:center;
	}	

	.header-logo-container img{
		width:40%;
		height:auto;
	}	
	
#hero-container .header-logo{
	margin-top:20px;
}
	
	.carousel-overlay{
		width:100%;
		height:100%;
		background:rgba(0,0,0,.70)
	}
	
	.carousel-overlay-white{
		width:100%;
		height:100%;
		background:rgba(255,255,255,.70)
	}
	  
  
	.carousel-overlay-navy{
		width:100%;
		height:100%;
		background:rgba(0,54,90,.80)
  
	}  
  
	.carousel-overlay-navy .slide-desc{
    font-weight:400;
  }
  
  
.padding-on-mobile{
   padding-top:50px !important;
  }
	
.slide-title{
	margin-top:25px;
	font-size:1.5em;
	line-height:1em;
	font-weight:300;
	text-transform: uppercase;
}

.slide-desc{
	margin-top:15px;
	font-size:1em;
	line-height:1.2em;
}

.carousel-indicators{
  bottom:0px;
	opacity:.5;
}


.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
	background-color:transparent;
	border:1px solid #FFFFFF;
	z-index:1000;
}	
	
	
	
#hero-container, #hero-carousel{
	width:100%;
	height:480px;
	position:relative;
}

	

.static-header{
	width:100%;
	height:auto;
	min-height:200px;
	text-align: center;

}
	 
.header-logo{
	width:45%;
	height:auto;
	margin-top:30px;
	clear:both;
}
	.page-title{
		width:100%;
		margin-left:auto;
		font-size:2.4em;
		margin-bottom:50px;
	}
	
.header-nav-menu a:hover{
	background-color:#f7931e !important;
	text-decoration: none;
}
	

.footer-logo{
	width:35%;
}

#single-post #main .container{
	width:100%;
}

.icons .bottom-border{
	border-bottom:2px solid #FFFFFF;

}

.big-headline{
	font-size:2em;
	line-height:1em;
}

.icon-desc-bottom div{
	padding:20px 20px 20px 20px;
	min-height: 10px;
}
	
.icon-hz p{
    display: block;
	
}
.icon-hz img{
    display: inline;
	float:none;
	
}

.icon-hz{
	text-align: center;
}

	.text-center-mobile{
		text-align: center;
	}	
	
.slide-desc-beta{
	margin-top:300px;
}

.beta-button{
	margin-top:20px;
}


	
	.img-top{
		margin-bottom:40px;
		width:60%;
	}
	
	
	

.datasheet-title a{
	margin:20px 0px 5px 0px;
	display:block;
}



.datasheet-excerpt p{
	margin:5px 0px 20px 0px;
	display:block;
}

	
	
	

.slide-desc-invest-1{
	font-size:1.4em;
	line-height:1.1em;
	display:inline-block;
}
.slide-desc-invest-2{
	font-size:1em;
	line-height:1.1em;
	color:#bfbfbf;
	margin-top:8px;
	display:inline-block;
	
}
	
	

.slide-desc-vector-1{
	font-size:1.3em;
	line-height:1.1em;
	display:inline-block;
	width:auto;
}
.slide-desc-vector-3{
	font-size:1em;
	line-height:1.1em;
	display:inline-block;
	width:auto;
	
}
	
	
	

.carousel-invest{
	display:block;
	margin:auto;
	margin-top:40px;
	margin-bottom:20px;
}

.header-logo-invest{
	width:120px !important;
	margin:auto;
	margin-top:30px;
}
	
.header-logo-vector{
	width:120px !important;
	margin:auto;
	margin-top:30px;
}
	
.slide-img-vector{
	height:auto !important;
	background-image: none !important;
	background-color:#39383a;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:0px 20px;
}

	
	
	
	
	
	
	
	
}

@media screen and (min-width: 0) and (max-width: 991px){

	.chart-arrow-parent{
	background: #ffffff; 
	}
	
	.chart-arrow{
		margin: auto 40px;
		    transform: rotate(90deg);
	}
	
	.bkgd-pattern-lt-mobile	{
		background:url('img/bkgd-pattern-lt.png');
		background-repeat:repeat;
	}
	.chart-header{
		padding:10px 20px;
		
	}
	.chart-copy{
		padding:20px 20px;
		
	}

	
.demo .width-50{
	width: 100%;
}

.demo .width-66{
	width:100%;
}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){

	.icon-desc-bottom div{
		min-height:285px;
	}

}
@media (min-width: 768px) { 

	.hide-on-tablet{
		display:none;
	}

}

@media (min-width: 992px) { 
	.hide-on-tablet{
		display:block;
	}

}

@media (min-width: 1200px) { 


body, html{
	width:100%;
	height:100%;
	font-family: 'Roboto', sans-serif;
	color:#4d4d4d !important;
	font-weight:300;
	font-size:18px;
	line-height:25px;	

}

	.hide-on-tablet{
		display:block;
	}

.container{
/*	padding-left:50px;
	padding-right:50px;   */
}
	
	
}



.whitepaper-abstract{
	font-size:1.2em;
	line-height:1.5em;	
}
.blog-image-20{
	margin-top:20px;
	margin-bottom:20px;
}
.blog-image-40{
	margin-top:40px;
	margin-bottom:40px;
}

.blog-image-40-top{
	margin-top:40px;
	margin-bottom:10px;
}

.blog-callout-border{
	border: solid 8px #f0f0f0;
	padding:5%;
	margin-bottom:3em;
}

.blog-callout-border-2{
	border: solid 8px #f0f0f0;
	padding:2.5%;
	margin-bottom:3em;
}

.blog-callout-italic{
	padding-left:5%;
	padding-right:5%;
	margin-bottom:1.5em;
	font-style:italic;

}

.slide-title-bmc{
	margin-top:50px;
	font-size:1.6em;
	line-height:1.2em;
	font-weight:300;
	text-transform: uppercase;
}


.blog-image-thick-border{
	border: solid 8px #f0f0f0;
	margin-bottom:3em;
}


.blog-image-1000px{
	margin-left:-133.5px;
	width:1000px !important;
	max-width:none !important;
	height:auto;
		
}

.padding-left-10{
	padding-left:10%;
}

.padding-left-20{
	padding-left:20%;
}

.padding-left-30{
	padding-left:30%;
}


code{
	color:#02528a;
}

@media screen and (min-width: 0px) and (max-width: 1200px){

	.blog-image-1000px{
		margin-left:auto;
		margin-right:auto;
		width:100% !important;
		max-width:100% !important;
		height:auto;	
	}
}





#main-nav{
	position:fixed;
	top:0px;
	z-index:100000;
	border-bottom:1px solid #c4c4c4;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}



#menu-top{
	padding-top:20px;
	padding-bottom:15px;
}


#nav-logo-container, #nav-links-container{
	display:block;
	float:left;
}

#nav-logo{
	width:140px;
	height:auto;
	margin-right:35px;
  margin-top:-2px;
}

#nav-links-container{
	margin-top:9px;
}

.nav-link-small{
	font-size:.666em;
	font-weight:400;
	color:#02528a;
}
.nav-link-small{
	padding-right:10px;
}
.nav-link-bottom{
	display:block;
	float:left;
	margin-right:30px;
}
.nav-link-big{
	font-size:1em;
	font-weight:400;
	color:#5c5e60;
}
.nav-link-big:hover, .nav-link-small:hover, .nav-link-sub:hover{
	text-decoration:none;
	color:#f7931e;
}
.nav-sub-pages{
	margin-top:10px;
	display:none;
}
.nav-link-sub{
	display:block;
	font-size:.666em;
	line-height:1.1em;
	font-weight:400;
	margin-bottom:8px;
	color:#5c5e60;	
}

.nav-padding{
	width:100%;
	height:117px;
}

.nav-search-container{
	float:right;
}

#search-icon{
	width:auto;
	height:18px;
	margin-top:38px;
	cursor: pointer;
	float:right;
}
#search-icon:hover{
	opacity:.6;
}
#search-input{
	display:none;
	width:120px;
	height:22px;
	margin-top:36px;
	margin-right:15px;
	font-size:.666em;
	float:right;
	border:none;
	background-color:#eeeeee;
	padding:4px 8px;
}


#mobile-nav{
	display:none;
}

@media screen and (min-width: 0px) and (max-width: 1199px){

	#main-nav{
		display:none !important;
	}

	#mobile-nav{
		display:block !important;
	position:fixed;
	top:0px;
	z-index:100000;
	border-bottom:2px solid #eeeeee;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
		    overflow-y:scroll !important;

	}
  
	
	.height100{
		height:100%;
	}
	
	
	#nav-logo-mobile{
		height:60px;
		width:auto;
		margin:15px 0px;
		
	}
	
.mobile-nav-dot-container{
	}
	
.mobile-dots{
	height:30px;
	width:30px;
	margin:30px 20px 30px 0px;
	background:url("img/menudots.svg");
	background-size:contain;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float:right;
}
	
.mobile-dots:focus{
outline:none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
-webkit-tap-highlight-color: transparent;
	}
	
	
	
	
.mobile-nav-expand{
	cursor: pointer !important;
	}
	
.nav-link-big-container{
	padding-bottom:60px;

}
	
.nav-link-big-mobile{
	font-size:1.2em;
	line-height:1.1em;
	font-weight:400;
	color:#5c5e60;
	
	}
	
.nav-link-sub{
	font-size:.75em;
	line-height:1.1em;
	margin-bottom:12px;
}
	
	
.nav-sub-pages{
	margin-top:10px;
	display:block;
}
	
.nav-link-small{
	font-size:.75em;
	}
	
	
.mobile-nav-bottom{
	display:none;
	
}
	
.nav-padding{
	height:90px;
	}
	
	
	
}

@media (min-width: 1200px) { 
#search-input{
	width:180px;
	}

}







.rule{
	width:100%;
	height:1px;
	margin:16px 0px;
}


.animated{
	position:relative;
	opacity:0;
}

.inline{
	display:inline !important;
	float:none;
}













#kyd .static-header{
	height:auto !important;
	background-image:url('img/header-blog.jpg');
	background: rgba(2,34,56,1);
	background: -moz-linear-gradient(-45deg, rgba(2,34,56,1) 0%, rgba(2,81,138,1) 50%, rgba(57,137,184,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(2,34,56,1)), color-stop(50%, rgba(2,81,138,1)), color-stop(100%, rgba(57,137,184,1)));
	background: -webkit-linear-gradient(-45deg, rgba(2,34,56,1) 0%, rgba(2,81,138,1) 50%, rgba(57,137,184,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(2,34,56,1) 0%, rgba(2,81,138,1) 50%, rgba(57,137,184,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(2,34,56,1) 0%, rgba(2,81,138,1) 50%, rgba(57,137,184,1) 100%);
	background: linear-gradient(135deg, rgba(2,34,56,1) 0%, rgba(2,81,138,1) 50%, rgba(57,137,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022238', endColorstr='#3989b8', GradientType=1 );	
}


.kyd-main-title{
	font-weight:100;
	font-size:3.22em;
	line-height:1.7em;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	display:inline-block;
	padding:0px 40px 0px ;
	margin-top: 80px;
}


.kyd-device-container{
	width:100%;
	text-align: center;
	background-image:url('img/pixel-white.png');
	background-position:top center;
	background-repeat:repeat-y;
}

.kyd-device{
	width:100%;
	height:auto;
	padding:60px 40px 20px 40px;
}


#kyd #main > .container{
	background-image:url('img/kyd-white-grad.png'), url('img/pixel-c4c4c4.png');
	background-position:bottom center, top center;
	background-repeat:no-repeat, repeat-y;
	min-height:100vh;
	padding-bottom:150px;

}



.kyd-title-left-container, .kyd-title-right-container{
	background-image:url('img/pixel-c4c4c4.png');
	background-position:center center;
	background-repeat:repeat-x;
	width:75%;
}

.kyd-title-left-container, .kyd-title-right-container .kyd-title{
	float:right;
}
.kyd-title-right-container{
	float:left;
}

#kyd p{
	font-size:.83em;
	padding:0px 20px;
	clear:both;
}

#kyd ul{
	margin-left:2em !important;
	padding:0px 20px;
}
#kyd li{
	font-size:.83em;
	
}

.kyd-title{
	font-weight:300;
	color:#02528a;
	font-size:1.66em;
	line-height:1em;
	text-transform: uppercase;
	background-color:#FFFFFF;
	display:inline-block;
	padding:16px 20px;
	border:solid 1px #02528a;
	margin-bottom:30px;
	margin-top:30px;
}


#kyd .device-image{
	width:30%;
	display:block;
	height:auto;
	margin:30px auto !important;
}


.kyd-toc{
	margin-top:-350px;
}


.kyd-icon{
	width:128px;
	height:128px;
	display:block;
	border-radius: 100%;
	cursor: pointer;
    transition: 0.3s;
	background-size: contain;
	
}
.kyd-icon-left-container .kyd-icon{
	margin-right:16px;
}
.kyd-icon-right-container .kyd-icon{
	margin-left:16px;
}


.kyd-icon:hover{
	-webkit-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.54);
	box-shadow: 0px 0px 22px -8px rgba(0,0,0,0.54);	
  transition: 0.3s;

}


.kyd-icon.bios{
	background-image:url('img/icon-comp-bios-orange-128.svg');
}
.kyd-icon.proc{
	background-image:url('img/icon-comp-proc-orange-128.svg');
}
.kyd-icon.pci{
	background-image:url('img/icon-comp-pci-orange-128.svg');
}
.kyd-icon.bmc{
	background-image:url('img/icon-comp-bmc-orange-128.svg');
}
.kyd-icon.amt{
	background-image:url('img/icon-comp-amt-orange-128.svg');
}
.kyd-icon.nic{
	background-image:url('img/icon-comp-net-orange-128.svg');
}
.kyd-icon.net{
	background-image:url('img/icon-comp-netcon-orange-128.svg');
}
.kyd-icon.tpm{
	background-image:url('img/icon-comp-tpm-orange-128.svg');
}
.kyd-icon.mbr{
	background-image:url('img/icon-comp-mbr-orange-128.svg');
}
.kyd-icon.hdd{
	background-image:url('img/icon-comp-hdd-orange-128.svg');
}
.kyd-icon.usb{
	background-image:url('img/icon-comp-usb-orange-128.svg');
}
.kyd-icon.tbt{
	background-image:url('img/icon-comp-tbt-orange-128.svg');
}
.kyd-icon.ram{
	background-image:url('img/icon-comp-ram-orange-128.svg');
}

.kyd-icon.otr{
	background-image:url('img/icon-comp-otr-orange-128.svg');
}
.kyd-icon.run{
	background-image:url('img/icon-comp-run-orange-128.svg');
}

.kyd-icon-left-container{
	float:right;
}

.kyd-icon-right-container{
	float:left;
}


.kyd-device-name-container{
	width:100%;
	height:94px;
	border-bottom:1px solid #c4c4c4;
	position:relative;
	margin-top:-30px;
}

.kyd-device-name-right, .kyd-device-name-left {
	position:absolute;
	bottom:8px;
	left:16px; 
	font-size:30px;
	line-height:34px;
	font-weight:300;
	color:#02528a;
}

b{
	font-weight:700;
}


.kyd-device-img-container{
	background-image:url('img/pixel-c4c4c4.png');
	background-position:center center;
	background-repeat:repeat-x;
	overflow: auto;
	z-index:-100;
}
.kyd-device-img-left, .kyd-device-img-right {
	background-color:#FFFFFF;
	display:inline;
	cursor: pointer;
}

.kyd-device-img-left{
	padding-left:33%;
}

.kyd-device-img-right{
	float:right;
	padding-right:33%;
	overflow: auto;
}




@media screen and (min-width: 0) and (max-width: 991px){

.animated{
	position:relative;
	opacity:1;
}
	
	.circle{
		margin-left:auto !important;
		margin-right:auto !important;
		left:0 !important;
		right:0 !important;
	}

.kyd-main-title{

	font-size:2em;
	line-height:1.2em;
	padding:4%;
	border:solid 1px #FFFFFF;
	margin: 10% 10% 0% 10%;
}
	
.kyd-title-left-container, .kyd-title-right-container{
	float:none;
	width:100%;
	text-align: center;
	}
.kyd-title{
	margin:auto;
	float:none !important;
	}
#kyd #main > .container{
	background-image:url('img/kyd-bkgd.svg');
;
	background-position:top center;
	background-repeat:no-repeat;
	min-height:100vh;
	padding-bottom:150px;

}
.kyd-toc{
	margin-top:60px;
	text-align: center;
	line-height:1.5em;
	font-size:1.2em;
	}

	
.kyd-icon-left-container, .kyd-icon-right-container{
	float:none;
	margin:auto;
}

.kyd-icon{
	margin:auto !important;	
}

.kyd-device-img-container{
	display:none !important;
	}
	
.kyd-device-name-container{
	display:block !important;
	height:auto;
	padding-bottom:15px;
	overflow: auto;
	margin-top:0px;
	}
.kyd-device-name-right, .kyd-device-name-left{
	width:90%;
	margin:auto !important;
	text-align: center !important;
	padding-top:20px;
	margin-top:20px;
	position:static;
	}


.solutions-divider{
	margin:10px auto !important;
	display:block;
	
}	
	
}


.comp-icon-75{
	display:inline-block;
	width:75px;
	height:75px;
	margin:12px;
}

.large-text{
	font-weight:100;
	font-size:3.66em;
	line-height:1.2em;
	text-transform: uppercase;
	margin:0px;
}

h1{
	display:inline-block;
	padding:20px 15px 10px 0px;
	font-size:2.66em;
	margin-top:20px;
	margin-bottom:0px;
	clear:both;
	text-transform: uppercase;
	font-weight:200;
	line-height:1.1em;	

}

h2{
	font-weight:100;
	font-size:2.66em;
	text-transform: uppercase;
	margin:0px;

}

h3{
	font-weight:300;
	font-size:1.66em;
	text-transform: uppercase;
	margin:0px;

}
.e{
	width:75px;
	height:75px;
}


@media screen and (min-width: 0) and (max-width: 991px){

body, html{
	font-size:17px;
	}
	.large-text{
	font-weight:100;
	font-size:2em;
	text-transform: uppercase;
	margin:0px;
}
h1{
	display:inline-block;
	margin-top:20px;
	margin-bottom:40px;

}
	
h2, .demo h2{
	font-weight:300;
	font-size:1.6em;
	text-transform: uppercase;
	margin:0px;

}
h3{
	font-weight:300;
	font-size:1.2em;
	text-transform: uppercase;
	margin:0px;

}

.chipsec-container{
	display:block;
	width:100%;
	height:100%;
	padding:5% 5% 0% 5% !important;
	min-height:200px;
}
	

.solutions-lg-img{
	width:100%;
	height:auto;
	display:block;
	

}	
	
}

.chipsec-container{
	display:block;
	width:100%;
	height:100%;
	padding:30px;
}

.chipsec{
	width:100%;
	height:100%;
	display:block;
	background:url('img/research-chipsec.svg');
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;

}


.anchor{
	display:block;
	position:relative;
	top:-120px;
	visibility: hidden;
}

.pull-quote{
	font-size:1.55em !important;
	line-height:1.4em !important;	
	font-family: 'Roboto Slab', serif;
	max-width:1300px;
	padding:0px 40px;
	margin:auto;
	font-size:1.5em;
	line-height:1.2em;
}

.icon-75{
	width:75px;
	height:75px;
	display:block;
	margin:auto;
}

.device-icon-row{
  height:75px;
  width:auto;
  margin-bottom:75px;
  margin-top:25px;
}

.padding-20{
	padding:20px;
}

.font-bump-125{
	font-size:125%;
}
.lh-bump-125{
	line-height:125%;
}
.lh-bump-150{
	line-height:150%;
}
.lh-bump-200{
	line-height:200%;
}
.solutions-divider{
	margin:40px auto;
	display:block;
	
}

.solutions-lg-img{
	max-width:1300px;
	height:auto;
	display:block;
	margin:0px auto;
	

}

.kyd-icon-right-container > .circle{
	margin-left:16px;
}

.circle{
	position:absolute;
  border-radius: 50%;
	border:solid 1px #c4c4c4;
	width: 128px;
	height: 128px;
	opacity: 0;
	z-index:-10000;
}

.an-circle{

	animation: scaleIn 1.5s infinite cubic-bezier(.36, .11, .89, .32);	
}

@keyframes scaleIn {
  from {
    transform: scale(.9, .9);
    opacity: .5;
  }
  to {
    transform: scale(1.65, 1.65);
    opacity: 0;
  }
}


#hs-eu-cookie-confirmation{
	top:auto !important;
	bottom:0 !important;
}



.featured-coverage{
	padding-top:50px;
	padding-bottom:50px;
}

.featured-coverage-date{
	font-weight:300;
	text-transform: uppercase;
	color:#6b6b6b;
}

.featured-coverage-title{
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size:1.7em;
	line-height: 1.2em;
	
}
.featured-coverage-excerpt{
	font-family: 'Roboto Slab', serif;
	font-weight:300;
	font-size:1.2em;
	line-height: 1.2em;
	
}

.featured-coverage-logo img{
	max-height: 75px;
	width:auto;
}
.news-article-date:hover, .news-article-link:hover{
	text-decoration:none;
}
.news-article-title:hover{
	text-decoration:underline;
}

.featured-more-container{
	background-color:#FFFFFF;
	border-radius: 12px;
	padding:16px;
	
}

.news-article-container{
	margin:20px 0px;
}

.news-article-logo img{
	max-height:34px;
	width:auto;
	height:auto;
}

.featured-coverage-excerpt a{
	font-weight:700;
}


#single-post img[alt="news_logo"] {
	padding-top:40px;
	padding-bottom:40px;
}



.bkgd-server{
	background-image:url('img/product-server-25.png');
	background-position:center center;
	background-repeat: no-repeat;
}


.white-border-box{
	border:solid 2px #FFFFFF;
	padding:25px;
	height:100%;
}

.white-border-box h3{
	font-size:1.444em;
}

.button-full-wrapper-orange{
	background:url('img/pixel-orange.png');
	background-size: 2px 2px;
	background-repeat: repeat-x;
	background-position: center center;
}
.button-full-wrapper-navy{
	background:url('img/pixel-navy.png');
	background-size: 2px 2px;
	background-repeat: repeat-x;
	background-position: center center;
}
.container-lg{
  /*
	max-width:1300px;
	display:block;
	margin:auto;
	padding:0px 15px;
*/
}

.product-screen{
	display:block;
	margin:auto;
	cursor:pointer;
}


.product-uc-text{
	background-color:#FFFFFF;
	padding:32px;
	height:70%;
	margin-bottom:20px;
}


@media screen and (min-width: 0) and (max-width: 991px){

	.product-uc-text{
	padding:32px 16px;
	height:auto;
}

}

.product-uc-btn{
	cursor: pointer;
	background-color:#02528a;
	overflow:auto;
	display:block;
	
}
.product-uc-btn img{
	display:block;
}


.product-uc-btn img:hover {
	opacity:.65;
}

.product-protect-container{
	padding:32px 24px 12px 24px;
	height:300px;
	cursor: pointer;
}


.product-protect-box:nth-child(1) .product-protect-container{
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(71,72,72,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(71,72,72,1)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(71,72,72,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(71,72,72,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(71,72,72,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(71,72,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#474848', GradientType=1 );
}


.product-protect-box:nth-child(2) .product-protect-container{
	background: rgba(75,74,74,1);
	background: -moz-linear-gradient(left, rgba(75,74,74,1) 0%, rgba(92,91,92,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(75,74,74,1)), color-stop(100%, rgba(92,91,92,1)));
	background: -webkit-linear-gradient(left, rgba(75,74,74,1) 0%, rgba(92,91,92,1) 100%);
	background: -o-linear-gradient(left, rgba(75,74,74,1) 0%, rgba(92,91,92,1) 100%);
	background: -ms-linear-gradient(left, rgba(75,74,74,1) 0%, rgba(92,91,92,1) 100%);
	background: linear-gradient(to right, rgba(75,74,74,1) 0%, rgba(92,91,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4a4a', endColorstr='#5c5b5c', GradientType=1 );
}


.product-protect-box:nth-child(3) .product-protect-container{
	background: rgba(94,94,95,1);
	background: -moz-linear-gradient(left, rgba(94,94,95,1) 0%, rgba(107,107,107,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(94,94,95,1)), color-stop(100%, rgba(107,107,107,1)));
	background: -webkit-linear-gradient(left, rgba(94,94,95,1) 0%, rgba(107,107,107,1) 100%);
	background: -o-linear-gradient(left, rgba(94,94,95,1) 0%, rgba(107,107,107,1) 100%);
	background: -ms-linear-gradient(left, rgba(94,94,95,1) 0%, rgba(107,107,107,1) 100%);
	background: linear-gradient(to right, rgba(94,94,95,1) 0%, rgba(107,107,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5f', endColorstr='#6b6b6b', GradientType=1 );
}


.protect-text{
	opacity:0;
	transition:.3s;
}
.protect-icon{
	margin-top:88px;
	transition:.3s;

}


.product-protect-container:hover .protect-text{
	opacity:1;
	transition:.3s;
}


.product-protect-container:hover .protect-icon{
	margin-top:0px;
	transition:.3s;
}


@media screen and (min-width: 0) and (max-width: 991px){
.protect-text{
	opacity:1;
}
.protect-icon{
	margin-top:0px;

}
	
.product-protect-container{
	height:auto;
	}
}


.components img{
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,40,68,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,40,68,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,40,68,0.4);
	
}



.product-threat-container{
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#f1f1f1;
	min-height:360px;
	cursor: pointer;
}

.product-threat-box:nth-child(1) .product-threat-container{
	background-image:url('img/product-threat-1.png');
}
.product-threat-box:nth-child(2) .product-threat-container{
	background-image:url('img/product-threat-2.png');
}
.product-threat-box:nth-child(3) .product-threat-container{
	background-image:url('img/product-threat-3.png');
}


.product-threat{
	padding:140px 32px 0px 32px;
	background-image:url('img/product-threat-blue.png');
	background-position: center center;
	background-repeat: no-repeat;
	min-height:360px;
	opacity:0;
	color:#FFFFFF;
	transition:0.3s;
}

.product-threat-container:hover .product-threat{
	opacity:1;
}



@media screen and (min-width: 0) and (max-width: 991px){

.product-threat{
	opacity:1;
	height:auto !important;
	background-image:none;
	color:#444444;
	padding-top:230px;
	}
.product-threat-container{
	background-position: top center;
	min-height:320px;
	
}


}

.screen-container{
	width:80vw;
	height:80vh;
	margin:auto;
	position:relative;
	top:50%;
	transform:translateY(-50%);

}

.overlay-img{
	display:block;
	height:auto;
	margin:auto;
	max-height:80vh;
	max-width:80vw;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	
}


.close-overlay{
	color:#FFFFFF;
	float:right;
	cursor: pointer;
	display:block;
	padding-bottom:5px;
	font-size:100%;
	font-weight:bold;
	margin-top:-40px;
}



.product-screen:focus{
outline:none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
-webkit-tap-highlight-color: transparent;
	}
		


.event-card-container{
	margin-top:40px;
	margin-bottom:40px;
}

.event-card{
	border:solid 8px #f1f1f1;
	height:100%;
	position: relative;
}

.event-card a{
	font-weight:700;
}

.events-row{
	padding-bottom:60px;
}

.event-feature-image-container{
	width:100%;
	height:140px;
	max-width:300px;
	padding:0px 16px;
	margin:50px auto 20px auto;
}

.event-feature-image{
	display:block;
	width:100%;
	height:100%;

	background-image:url('/wp-content/uploads/2019/10/osfc.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	
}

.event-card h3:nth-of-type(2){
	color:#FFFFFF !important;
	font-size:.83em;
	display:block;
	width:100%;
	background-color:#02528a;
	position:absolute;
	top:0px;
	margin:auto;
	text-align: center;
	padding: 6px 6px;
}


.event-card h3:nth-of-type(1){
	color:#02528a !important;
	font-size:1em;
	display:block;
	width:100%;
	padding: 0px 16px;
	font-weight:700;
}

.event-card h3:nth-of-type(3){
	color:#6b6b6b !important;
	font-size:.83em;
	display:block;
	width:100%;
	padding: 4px 8px 15px 16px;
	font-weight:300;
	font-style: italic;
	text-transform: none;
}

.event-card p{
	font-size:.83em;
	line-height:1.3em;
	padding: 0px 16px;	
	
}


.xl-h2{
	font-size:3.33em !important;
	line-height:1.1em !important;
}

.img-container-third{
	height:100%;
	width:100%;
	background-repeat: no-repeat;
}

.img-container-third.home-chip{
	background-image:url('img/home-chip.jpg');
	background-size: auto 250px;
	background-position:bottom center;
}


.img-container-third.home-visibility{
	background-image:url('img/home-visibility.svg');
	background-size: auto;
	background-position:center center;
}

.img-container-third.home-laptop{
	background-image:url('img/home-laptop.jpg');
	background-size: cover;
	background-position:center center;
}


.img-container-third.visibility-num{
	background-image:url('img/visibility-num.svg');
	background-size: auto;
	background-position:center center;
	width:100%;
	height:100%;
	border:solid 8px #f0f0f0;
	min-height:200px;
}
.img-container-third.visibility-reveal{
	background-image:url('img/visibility-reveal.jpg');
	background-size: auto;
	background-position:center center;
	
}


.img-learn{
  background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
  height:260px;
  padding:30px 20px;
  width:100%;
  display:block;
  text-decoration:none !important;
}

.img-learn:hover{
  opacity:.85;
}

.img-learn.bp{
	background-image:url('img/home-learn-1.jpg');
}
.img-learn.assess{
	background-image:url('img/home-learn-2.jpg');
}


.img-learn.detect{
	background-image:url('img/home-learn-3.jpg');
}

.img-learn.down{
	background-image:url('img/home-learn-4.jpg');
}

.img-learn.tb{
	background-image:url('img/home-learn-5.jpg');
}



.content-icon{
  display:block;
  height:35px;
  width:auto;
  margin-bottom:12px;
}
.content-title{
  font-size:.72em;
  font-weight:700;
  display:block;
  margin-bottom:4px;
}


.blue-border-box{
	border:solid 4px #a2cfe9;
	padding:25px;
	height:490px;
	display: table-cell;
	vertical-align:top;
}

.home-risk-icon-container{
	width:100%;
	padding:25px 0px;
}

.home-risk-icon-container .risk-icon{
	display:block;
	margin:auto;
	width:75px;
	height:75px;	
}

.home-risk-icon-container.server{
	background-image:url('img/icon-server-red.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.home-risk-icon-container.laptop{
	background-image:url('img/icon-laptop-red.svg');
	background-position: center center;
	background-repeat: no-repeat;
}
.home-risk-icon-container.network{
	background-image:url('img/icon-network-red.svg');
	background-position: center center;
	background-repeat: no-repeat;
}


.grey-border-box{
	border:solid 8px #eeeeee;
	padding:25px;
}


.home-comp-btn{
	background-color:#eeeeee;
	padding:25px;
	cursor: pointer;
	min-width: 600px;
}

.home-comp-btn:hover{
	background-color:#c4c4c4;
}


.big-quote{
  font-size:1.15em;
  line-height:1.4em;
	font-family: 'Roboto Slab', serif;
  font-weight:700;
}

.big-quote-author{
	margin-top:-20px;	
}


.bar-quote-orange{
  border-right:solid 24px #f7931e;
  border-left:solid 24px #f7931e;
  padding:0px 36px;
}

.bar-quote-navy{
  border-right:solid 24px #02528a;
  border-left:solid 24px #02528a;
  padding:0px 36px;
}


.width-80{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.bkgd-bluegradharsh{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(80,182,216,1)), color-stop(100%, rgba(80,182,216,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(80,182,216,1) 51%, rgba(80,182,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#50b6d8', GradientType=1 );

}


.bkgd-datacenter{
	background-image:url('img/home-datacenter.jpg');
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
}

.white-border-box-sm{
	border:solid 2px #FFFFFF;
	padding:15px;
	height:100%;
}

.white-border-box-sm p{
	margin-bottom:10px;
}


.home-chart h3{
	display:block;
	background-color:#2d2d2d;
	width:100%;
	padding:8px;
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	text-transform: none;
	text-align: center;
}



.home-chart-cell-red, .home-chart-cell-navy{
	border:solid 2px;
	padding:15px;
	height:100%;
	margin-top:15px;

}


.home-chart-cell-red{
	border-color:#dd4b39;
}
.home-chart-cell-navy{
	border-color:#02528a;
}





@keyframes fadeAn {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes fadeAn{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeAn{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeAn{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-fade, .animate-fade-2, .animate-fade-3 {
   -webkit-animation: fadeAn 3s infinite;
   -moz-animation: fadeAn 3s infinite;
   -o-animation: fadeAn 3s infinite;
    animation: fadeAn 3s infinite;
}


.animate-fade-2 {
	animation-delay: 1s;
}

.animate-fade-3 {
	animation-delay: 2s;
}


.bgkd-grey-grad-up{

	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(196,196,196,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(196,196,196,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4', GradientType=0 );
	
}

@media screen and (min-width: 0) and (max-width: 768px){

.bgkd-grey-grad-up{
	background:none !important;
	}
}
@media screen and (min-width: 0) and (max-width: 991px){

	.home-chart-cell-red, .home-chart-cell-navy{
		height:auto;
		margin-top:0px;
		border-top:none;
	}
	
	.home-comp-btn{
		min-width:100% !important;
		width:100% !important;
	}

	.blue-border-box{
		height:auto;
	}
	.xl-h2{
		font-size:1.85em !important;
		font-weight:300;	
	}
	
	.img-container-third{
		height:125px;
		background-position:center center !important;
		margin-top:30px;
	}
	
	.bkgd-ltgrey-mobile{
		background-color:#eeeeee;
	}


	.mobile-img-center-shrink{
		display:block;
		margin:auto;
		width:30%;
		height:auto;
		margin-top:0px;
		margin-bottom:20px
	}
}

.feature-image-ext{
	margin-top:-50px;
}

.news-grey-back{
	background-color:#eeeeee;
	width:100%;
	display:block;
}


.navy-to-blue{
background: rgba(2,81,138,1);
background: -moz-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,81,138,1)), color-stop(49%, rgba(2,81,138,1)), color-stop(51%, rgba(60,141,188,1)), color-stop(100%, rgba(60,141,188,1)));
background: -webkit-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
background: -o-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
background: -ms-linear-gradient(left, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
background: linear-gradient(to right, rgba(2,81,138,1) 0%, rgba(2,81,138,1) 49%, rgba(60,141,188,1) 51%, rgba(60,141,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02518a', endColorstr='#3c8dbc', GradientType=1 );
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}



.bkgd-ltgrey-p{
	background-color:#eeeeee;
	padding-bottom:20px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:0px;
}

.bkgd-ltgrey-p-last{
	background-color:#eeeeee;
	padding-bottom:36px;
	padding-left:5%;
	padding-right:5%;
	border-bottom:solid 2px #02528a;	
	margin-bottom:40px;
}


.bkgd-ltgrey-top-img{
	background-color:#eeeeee;
	padding-top:12px; 
	padding-bottom:6px; 
	margin-bottom:0px;
	margin-top:40px;
	text-align:center;
	border-top:solid 2px #02528a;
}


.bkgd-ltgrey-bottom-img{
	background-color:#eeeeee;
	padding-top:8px; 
	padding-bottom:12px; 
	margin-bottom:40px;
	text-align:center;
	border-bottom:solid 2px #02528a;	
}



.scale-image{
  background-position:center center;
  background-repeat:no-repeat;
  padding:20px;
  width:100%;
  height:140px;
  margin-bottom:24px;
  
}

.scale-image-health{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:auto 80px;
  padding:20px;
  width:100%;
  height:140px;
  margin-bottom:24px;
  
}

.margin-bottom-48px{
  margin-bottom:48px;
}


.awards-desktop{
  display:block;
  width:1100px;
  max-width:none;
}



@media screen and (min-width: 0px) and (max-width: 1366px){
  .awards-desktop{
    max-width:100%;
    margin:auto;
  }
}








.remote-laptop-coffee-img{
  background-color:#eeeeee;
  display:block;
  width:100%;
  height:100%;
	background-image:url('img/remote-laptop-coffee.svg');
	background-position:center center;
  background-repeat: no-repeat;
  min-height:175px;
}

.remote-router-img{
  display:block;
  width:100%;
  height:100%;
	background-image:url('img/remote-router.jpg');
	background-position:left center;
  background-size:100% auto;
  background-repeat: no-repeat;
  min-height:175px;
  
}


.fin-vis-img{
  display:block;
  width:100%;
  height:100%;
	background-image:url('img/icon-eye-w.svg');
	background-position:center center;
  background-repeat: no-repeat;
  min-height:100px;

}

.blue-grad-diagonal-bkgd{
  height:100%;
  width:100%;
  background: rgba(5,86,140,1);
  background: -moz-linear-gradient(-45deg, rgba(5,86,140,1) 0%, rgba(57,138,185,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,86,140,1)), color-stop(100%, rgba(57,138,185,1)));
  background: -webkit-linear-gradient(-45deg, rgba(5,86,140,1) 0%, rgba(57,138,185,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(5,86,140,1) 0%, rgba(57,138,185,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(5,86,140,1) 0%, rgba(57,138,185,1) 100%);
  background: linear-gradient(135deg, rgba(5,86,140,1) 0%, rgba(57,138,185,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05568c', endColorstr='#398ab9', GradientType=1 );
}


@media screen and (min-width: 0px) and (max-width: 991px){
  .remote-router-img{
    display:block;
    width:100%;
    height:100%;
    background-image:url('img/remote-router.jpg');
    background-position:left center;
    background-size:100% auto;
    background-repeat: no-repeat;
    min-height:175px;
    }
  .remote-router-img, .remote-laptop-coffee-img{
  margin-top:40px;
  }
  
}

.change-stuff{
	color:#FFFFFF;
}


#single-post li a{
	word-break:break-word !important; 
}


#single-post .post-thumbnail img{
  border-radius: 6px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);	
}

.blog-email-sub-container{
	font-family: 'Roboto Condensed', serif !important;
  text-align: left;
  padding:16px 0px;
  border-radius:6px;
  margin-top:-20px;
  margin-bottom:35px;
  overflow: auto;
}

.blog-email-sub-container span{
  display:block;
  font-size:.8em;
  padding-top:3px;  
}

.blog-email-sub-container label, .blog-email-sub-container .hs-error-msgs{
  display:none !important;
}

.blog-email-sub-container input{
	font-family: 'Roboto Condensed', serif !important;  
  border-radius:0px;
  border:1px solid #FFFFFF;
  color:#FFFFFF !important;
  background-color:transparent;
  display:block;
  float:left;
  line-height: 1em;
  height:32px !important;
  font-size:.8em;    
}

.blog-email-sub-container input[type="email"]{
  padding:5px 10px !important;
  width:70%;  
  color:#FFFFFF !important;
}

.blog-email-sub-container .hs-button{
  background-color:#FFFFFF !important;
  color:#02528a !important;
  padding:8px 12px !important;
  border: none !important;
  text-transform: capitalize !important;
  border-radius: 3px;
  float:right;
  height:32px !important;
  font-size:.8em;
  
}

.blog-email-wrapper{
  display:block;
  height:32px;
}

.blog-email-wrapper.cta{
  width:40%;
  float:left;
  padding-left:20px;
}

.blog-email-wrapper.subbtn{
  width:55%;
  float:right;
  padding-right:20px;
}


.blog-email-sub-container input:-webkit-autofill,
.blog-email-sub-container input:-webkit-autofill:hover, 
.blog-email-sub-container input:-webkit-autofill:focus, 
.blog-email-sub-container input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #02528a inset !important;
}

.blog-email-sub-container input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.blog-email-sub-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}



.blog-email-wrapper .submitted-message{
  
}


.blog-email-wrapper .submitted-message p{
  margin:0px !important;
  color:#FFFFFF;
  text-align:right;
}

@media screen and (min-width: 0px) and (max-width: 991px){
 
  
  .blog-email-sub-container{
    padding:8px 0px 16px 0px;
    margin-top:0px;
  }

  .blog-email-sub-container span{
    text-align: center !important;
    padding-top:0px;
  }
  
  .blog-email-wrapper{
    width:100% !important;
    float:none !important;
    padding:5px 20px 0px 20px;
  }

.blog-email-wrapper .submitted-message p{
  text-align:center;
}
}


@media screen and (min-width: 0px) and (max-width: 350px){
 
.blog-email-sub-container input[type="email"]{
  width:60%;  
}


  
}




.product-int-img-container{
  background-color:#FFFFFF;
  border-radius:6px;
  width:100%;
}


.nowrap{
  white-space: nowrap;
}

.product-uc-container{
  height:100%;
  border:solid 4px #eeeeee;
  padding:4px;
  cursor:pointer;
}


.product-uc-img-container{
  background-color:#eeeeee;
  width:100%;
}


.product-uc-desc{
  margin:auto;
  width:85%;
  padding-bottom:30px;
}

@media screen and (min-width: 0px) and (max-width: 1300px){
.product-uc-desc{
  width:90% !important;
}
}


.bkgd-blk{
	background-color:#000000;
}

.ltgrey-text{
  color:#c4c4c4;
}


.nav-request-btn{
  color:#FFFFFF;
  padding:6px 12px;
  background-color:#02528a;
  border-radius: 3px;
  font-weight:500;
  float:right;
  margin-top:27px;
  cursor: pointer;
}

.nav-request-btn:hover{
  color:#FFFFFF;
  background-color:#f7931e;
  text-decoration:none;
  cursor: pointer;
}


@media screen and (min-width: 0px) and (max-width: 1199px){
  .nav-request-btn {
    font-size:.6em;
    float:none;
    display:block;
    margin: 32.5px auto 0px auto;
    width:120px;  
    padding:3px 6px;
  }

}

.scale-image-product{
  background-position:center center;
  background-repeat:no-repeat;
  padding:20px;
  width:100%;
  height:66px;
  margin-bottom:24px;
  
}

.home-news{
  padding:30px 0px 50px 0px;
}

.home-news-logo{
  margin:15px 20px;
}


.uc-link:hover{
  text-decoration:none;
}


.product-uc-container:hover{
-webkit-box-shadow: 0px 0px 12px -1px rgba(2,81,138,1);
-moz-box-shadow: 0px 0px 12px -1px rgba(2,81,138,1);
box-shadow: 0px 0px 12px -1px rgba(2,81,138,1);
}



.rule-title{
  font-size:1.1em;
  font-weight:bold;
  text-transform: uppercase; 
  padding:0px 12px;
  margin-left:-12px;
}


.rule-title-container{
	background-image:url('img/pixel-navy.png');
	background-position:center center;
	background-repeat:repeat-X;
  background-size: 100% 2px;
  padding:12px 0px;
}



.home-page .blog-post a{
  background-color:#444444;
}

.home-page .blog-post a:hover{
  background-color:#f7931e;
}

.home-page .featured-coverage-title{
  font-size:1.4em;
}

.home-page .blog-post{
  margin-bottom:24px;
  margin-top:6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;    
}

.home-page .blog-post:nth-child(4){
  display:none;
}


@media screen and (min-width: 768px) and (max-width: 991px){
  .home-page .blog-post:nth-child(4){
    display:block;
  }
}

@media screen and (min-width: 0px) and (max-width: 991px){
 .rule-title-container{
    text-align: center;
  }
  
}

.home-page .blog-post img{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;  
}

.home-page .blog-post a{
  border-radius:6px;
  background-color:#
}

.home-page .blog-post-title{
	font-family: 'Roboto Condensed', serif !important;
  font-weight:400;
  color:#FFFFFF;  
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;  
	padding:12px 15px;
  border-top:solid 2px #FFFFFF;
  
}

.home-page .blog-post-title:hover{
  border-top:solid 2px #fbc98e;
  
}

.home-page .blog-post a:hover > .blog-post-title{
  border-top:solid 2px #fbc98e;
  
}

input:-internal-autofill-selected chrome,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 50000s;
  -webkit-text-fill-color: #fff !important;
}


input:-webkit-autofill,             
input:-webkit-autofill:hover,             
input:-webkit-autofill:focus {                 
	border: 1px solid $borderColor;                 
	-webkit-text-fill-color: $color;                 
	-webkit-box-shadow: 0 0 0 1000px rgba(15, 63, 81, .3) inset;                 
	transition: background-color 5000s ease-in-out 0s;             
}



.fed-intro{
	height:100%;
	width:100%;
	background-image:url('img/fed-intro-img.svg');
	background-size: contain;
	background-position:center center;
  background-repeat: no-repeat;

}


.healthcare-intro{
	height:85%;
	width:100%;
	background-image:url('img/healthcare-intro-img.svg');
	background-size: cover;
	background-position:center center;
  background-repeat: no-repeat;
  
}

@media screen and (min-width: 0) and (max-width: 991px){

	.fed-intro, .healthcare-intro{
		height:150px;
    background-size:auto 375px;
    margin-top:30px;

	}
}

.cap-hz-container{
  padding:24px 48px 24px 24px;
  overflow: auto;
  margin-bottom:12px;
}

.cap-hz-container p{
  margin-bottom:.375em;
}

.heatlh-cap-img{
	background-position:center center;
  background-repeat: no-repeat;
  min-height: 80px;
  max-width:112px;
}


.heatlh-cap-img.cloud{
	background-image:url('img/health-cap-1.svg');
}

.heatlh-cap-img.devices{
	background-image:url('img/health-cap-2.svg');
}

.heatlh-cap-img.components{
	background-image:url('img/health-cap-3.svg');
}

.heatlh-cap-img.threats{
	background-image:url('img/health-cap-4.svg');
}


@media screen and (min-width: 0) and (max-width: 991px){

.heatlh-cap-img{
    margin-bottom:24px;
	}
}




pre .kwd{
	color:#0000ff !important;
	}

pre .com{
	color:#41ad49 !important;
	}

pre .lit{
	color:#f7941d !important;
	}


.pre-no-color, .pre-no-color > span{
	color:#000000 !important;
}


.light-h2{
	font-weight:300 !important;
	font-size:150% !important;
	margin-top:1em !important;
	margin-bottom:1em !important;
	
}

.partner-tile{
  padding:24px 32px 48px 32px;
  height:100%;
}

.partner-rule{
  width:65%;
  height:4px;
  background-color:#02528a;
  margin:auto;
  display: block;
}

.partner-description{
	font-family: 'Roboto Condensed', serif !important;
  margin-top:32px;
  font-weight:300;
}

.partner-logo{
  width:80%;
  height:125px;
  display:block;
  margin:0px auto 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 0) and (max-width: 991px){

  .partner-logo{
    width:60%;
    height:100px;
  }
}

.partner-logo.airwatch{
	background-image:url('img/partner-vmairwatch.png');
}
.partner-logo.axonius{
	background-image:url('img/partner-axonius.svg');
}
.partner-logo.cisco{
	background-image:url('img/partner-cisco.svg');
}
.partner-logo.cloudflare{
	background-image:url('img/partner-cloudflare.svg');
}
.partner-logo.intel{
	background-image:url('img/partner-intel.svg');
}
.partner-logo.jamf{
	background-image:url('img/partner-jamf.svg');
}
.partner-logo.kenna{
	background-image:url('img/partner-kenna.png');
}
.partner-logo.msintune{
	background-image:url('img/partner-msintune.png');
}
.partner-logo.mssccm{
	background-image:url('img/partner-mssccm.png');
}
.partner-logo.okta{
	background-image:url('img/partner-okta.svg');
}
.partner-logo.osquery{
	background-image:url('img/partner-osquery.png');
}
.partner-logo.ping{
	background-image:url('img/partner-ping.png');
}
.partner-logo.splunk{
	background-image:url('img/partner-splunk.png');
}
.partner-logo.tanium{
	background-image:url('img/partner-tanium.svg');
}
.partner-logo.vmware{
	background-image:url('img/partner-vmware.svg');
}

.ol-type-lower-alpha{
	list-style-type:lower-alpha !important;
	
}

.int-cta{
	display:block;
	position:absolute;
	bottom:0px;
	padding-bottom:48px;
}




.text-post h1{
	display:block;
	text-align:center;
	color:#02528a;

}


.tr-toc{
	background-color:#eeeeee !important;
	background-image:url('img/bkgd-arcs.svg');
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size:50%;	
	padding:24px;
	margin-bottom:3em;
	margin-top:3em;
	border-radius:6px;
}

.tr-toc p{
	padding-bottom:0;
	margin-bottom:0;

}

.tr-toc-header{
	color:#02528a;
	padding-bottom:.5em !important;
	margin-bottom: .75em !important;
	font-size:1.5em;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:solid 1px #c4c4c4;
}


.blog-1000{
	margin-left:-133.5px;
	width:1000px !important;
	max-width:none !important;
	height:auto;
}

.blog-800{
	margin-left:-70px;
	width:800px !important;
	max-width:none !important;
	height:auto;
}

.tr-section-callout-navy{
	margin-left:-133.5px;
	width:1000px !important;
	max-width:none !important;
	height:auto;
	background-color:#02528a;
	padding:32px;
}


.tr-section-callout-grey{
	margin-left:-133.5px;
	width:1000px !important;
	max-width:none !important;
	height:auto;
	background-color:#eeeeee;
	padding:32px;
}

.tr-section-callout-navy-headline{
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:700;
	margin-bottom:1em !important;
	line-height:1.3em !important;
}


.tr-section-callout-navy-body{
	color:#cccccc;
	font-size:1.17em;
	font-weight:500;
	font-style:italic;
	line-height:1.5em;
}

.tr-section-callout-navy-cta{
	color:#f7931e;
	font-size:1.5em;
	font-weight:700;
	margin-bottom:0em !important;
}

.tr-section-callout-navy-cta a:hover{
	color:#FFFFFF !important;
}
.tr-section-callout-navy-cta a:visited{
	color:#f7931e !important;
}

.callout-icon{
	max-width:80%;
	margin:0px;
	padding:0px;

}

.tr-section-list ul{
	margin-left:0px !important;
}

@media screen and (min-width: 0px) and (max-width: 1200px){

	.tr-section-callout-navy, 	.tr-section-callout-grey{
		margin-left:auto;
		margin-right:auto;
		width:100% !important;
		max-width:100% !important;
		height:auto;
		
	}
	
	.callout-icon{
		max-width:65%;
		padding-bottom:16px;		
	}

	.blog-1000, .blog-800{
		margin-left:auto !important;;
		margin-right:auto !important;;
		width:100% !important;
		max-width:100% !important;
		height:auto;	
	}


}


.blog-table-style-1 table{
	border: solid 2px #c4c4c4 !important;
}

.blog-table-style-1 td{
	border:solid 1px #c4c4c4 !important;
	
}

.blog-table-style-1 tr:first-child{
	background-color:#02528a !important;
	color:#FFFFFF !important;
	font-weight:bold !important;
}

.blog-table-style-1 tr:first-child td{
	border:solid 1px #3c8dbc !important;
	
}

.nowrap-link a{
	white-space:nowrap !important;
}


.single-post ol{
	
}
.font-size-75{
		font-size:75% !important;
}

figcaption{
	font-size:75%;
	text-align:center;
}






/*HOME UPDATE*/
/*****************************************************************************/


a, a:visited{
  text-decoration: none;
}


.home {  
	font-family: 'Roboto', sans-serif;
	color:#444444 !important;
	font-weight:300;
	font-size:20px;
	line-height:27px;	
}

.home h2{
  font-size:2.55em;
  line-height:1.1em;
  text-transform:capitalize;
  font-weight:900;
  padding-bottom:12px;
}


.hide-overflow-x{
  overflow-x:hidden !important;
}

.hide-overflow{
  overflow:hidden !important;
}

.flip-card {
	font-family: 'Roboto Condensed', serif !important;  
  background-color: transparent;
  text-align: center;
  width: 100%;
  height: 375px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}


.flip-card-icon{
  width:50%; 
  margin-top:40px;
}

.flip-card-title{
  font-weight:700;
  font-size:1.2em;
  line-height:1.2em;
  display:block;
  padding:30px 20px 10px 20px;
}

.flip-card-title-back{
  font-weight:700;
  font-size:1.2em;
  padding-bottom:12px;
}


.flip-card-desc{
  text-align: left;
  font-weight:400;
  font-size:.9em;
  display:block;
  padding:7.5%;
}


.flip-card .d-flex{
  width:100%;
  height:100%;
}

.flip-card-front-content{
  width:90% !important;
  height:90% !important;
  margin:auto;

}

.flip-card-back-content{
  width:90% !important;
  height:90% !important;
  margin:auto;
}



.f1 .flip-card-front{
    background-color:#FFFFFF;
    border:solid 2px #c4c4c4;
    color:#02528a;
  }

.f1 .flip-card-back{
    background-color:#FFFFFF;
    border:solid 2px #c4c4c4;  
    color:#444444;
}

.f1 .flip-card-front-content, .f1 .flip-card-back-content{
  border:1px solid #3c8dbc;

}

.f2 .flip-card-front, .f2 .flip-card-back{
    background-color:#444444;
    color:#FFFFFF;
}

.f2 .flip-card-front-content, .f2 .flip-card-back-content{
  border:1px solid #f7931e;

}


.f3 .flip-card-front{
    background-color:#02528a;
    color:#FFFFFF;
  }

.f3 .flip-card-back{
    background-color:#02528a;
    color:#FFFFFF;
}

.f3 .flip-card-front-content, .f3 .flip-card-back-content{
  border:1px solid #FFFFFF;
}


.f4 .flip-card-front{
    background-color:#f1f1f1;
    color:#3c8dbc;
  }

.f4 .flip-card-back{
    background-color:#f1f1f1;
    color:#444444;
}

.f4 .flip-card-front-content, .f4 .flip-card-back-content{
  border:1px solid #3c8dbc;

}



.f5 .flip-card-front{
    background-color:#02528a;
    color:#FFFFFF;
  }

.f5 .flip-card-back{
    background-color:#02528a;
    color:#FFFFFF;
}

.f5 .flip-card-front-content, .f5 .flip-card-back-content{
  border:1px solid #3c8dbc;
}


.f6 .flip-card-front{
    background-color:#f1f1f1;
    color:#3c8dbc;
  }

.f6 .flip-card-back{
    background-color:#f1f1f1;
    color:#444444;
}

.f6 .flip-card-front-content, .f6 .flip-card-back-content{
  border:1px solid #3c8dbc;

}



.f7 .flip-card-front{
    background-color:#444444;
    color:#FFFFFF;
  }

.f7 .flip-card-back{
    background-color:#444444;
    color:#FFFFFF;
}

.f7 .flip-card-front-content, .f7 .flip-card-back-content{
  border:1px solid #f7931e;

}

.f8 .flip-card-front{
    background-color:#FFFFFF;
    border:solid 2px #c4c4c4;
    color:#02528a;
  }

.f8 .flip-card-back{
    background-color:#FFFFFF;
    border:solid 2px #c4c4c4;  
    color:#444444;
}

.f8 .flip-card-front-content, .f8 .flip-card-back-content{
  border:1px solid #3c8dbc;
}





.home-stat-box{
  width:100%;
  height:540px;
  border:1px solid #c4c4c4;
  padding:10%;
  text-align: center;
  transition: 1s;
}

.home-stat-box:hover{
-webkit-box-shadow: inset 0px 0px 50px 0px rgba(2,82,138,0.25); 
box-shadow: inset 0px 0px 50px 0px rgba(2,82,138,0.25);
}

.stat-icon{
  width:85%;

  height:auto;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25); 
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
  transition:1s;
}

.home-stat-box:hover .stat-icon{
transform: scale(1.1, 1.1);
}

.stat-title{
  font-size:1.85em;
  line-height:.9em;
  font-weight:900;
}

.stat-desc{
  font-weight:700;
}

.home-big-img{
  width:100%;
  height:100%;
  overflow-x: visible;
  background-color:#F1F1F1;
	background-image:url('img/rev/home-cracked.jpg');
  margin-right: -8000px !important;
  padding-right: 8000px !important;
  background-size: contain;
  background-repeat: no-repeat;
  border-left:solid 24px #FFFFFF;
}


.pillar-box{
  height: 290px;
  width:100%;
	background-image:url('img/rev/grad-dissolve.jpg');
  color:#FFFFFF;
  overflow: hidden;
}

.pillar-box.identify{
  background-position: left center;
}

.pillar-box.verify{
  background-position: center center;
}

.pillar-box.fortify{
  background-position: right center;
}


.pillar-top, .pillar-bottom{
  width:100%;
  height:inherit;
  transition:1s;
  
}

.pillar-interior{
  width:100%;
  height:100%;
}

.pillar-bottom .pillar-interior{
  padding:7.5%;
}

.pilar-title{
  font-size: 1.8em;
  padding-top:16px;
  display:block;
  margin: auto;
}


.pillar-bottom{
  width:100%;
  height:100%;
}


.pillar-box:hover .pillar-top{
  margin-top:-290px !important;
}


.blue-text-animation{
  animation-name: bluetxtgrad;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

@keyframes bluetxtgrad {
  0%   {color:#3c8dbc;}
  50%  {color:#02528a;}
  100%   {color:#3c8dbc;}  
}

.cd-box-wrapper{
  width:100%;
  height:100%;
  position:relative;
}

.cd-box{
  position:absolute;
  width:100%;
  height:100%;
	background-image:url('img/rev/home-cd-1.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position:center center;
  transition:1s;
  z-index:2;
    transform-style: preserve-3d;  

}


.cd-box-2{
  position:absolute;
  width:100%;  
  height:100%;
	background-image:url('img/rev/home-cd-2.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position:center center;
  transition:1s;
  z-index:1;
  transform-style: preserve-3d;  
}

.cd-spacer{
  width:100%;
  height:650px;
}

.cd-box{
  opacity:0;
  animation-name: cdtilt;
  animation-duration: 6s;
  animation-delay: .5s;
  animation-iteration-count: infinite;
}

.cd-box-2{

  animation-name: cdtilt;
  animation-duration: 6s;
  animation-delay: 2s;
  animation-iteration-count: infinite;

}


@keyframes cdtilt {
  0%   {  transform: rotateY(0deg); }
  50%  {  transform: rotateY(25deg); }
  
  100%   {  transform: rotateY(0deg)}


}






.blue-text-animation{
  animation-name: bluetxtgrad;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}





.overflow-auto{
  overflow:auto;
}

.c-logo{
   height:100px;
  width:auto;
}



.home-hero{
  width:100%;
  height:650px;
  background-color:#02528a;
  -webkit-box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.5); 
  box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.5);
}


.hero-overlay{
  position: absolute;
  top:0;
  width:100%;
  height:650px;
	background-image:url('img/rev/blue-grad-top.png');
  background-repeat: repeat-x;
  z-index:100;
}


.hero-bkgd{
  position: absolute;
  top:0;
  width:100%;
  height:650px;
  background-repeat:no-repeat;
  background-position: top center;
  overflow: hidden;
}


.hero-bkgd.active{
  width:100%;
  height:650px;
  background-repeat:no-repeat;
  background-position: top center;
}

.hero-bkgd.ransom{
	background-image:url('img/rev/home-bkgd-ransom.jpg');
}

.hero-bkgd.supply{
	background-image:url('img/rev/home-bkgd-supply.jpg');
}
.hero-bkgd.zero{
	background-image:url('img/rev/home-bkgd-zero.jpg');
}
.hero-bkgd.net{
	background-image:url('img/rev/home-bkgd-net.jpg');
}




.hero-an{
  animation-name: herorise;
  animation-duration: 17s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}







.hero-content{
  position:absolute;
  top:0;
}


@keyframes herorise {
  0%   {  background-position: top center; transform: scale(1, 1);}
  100%   {  background-position: bottom center; transform: scale(1.15, 1.15); }


}



.heronav-container{
  position: absolute;
  top:0;
  width:100%;
  height:650px;
  z-index:200;
}


.heronav{
  width:430px;
  float:right;
  position: relative;
  margin-top:210px;
  overflow:visible;
}



.hero-title-container{
  padding-top:320px;
}
.hero-title.top{
  padding-bottom:.65em;
}
.hero-title.top, .hero-title.bottom div{
  font-size:2.1em;
  font-weight:900;
  text-shadow:0px 0px 24px rgba(0,22,37,.75)
}

.hero-title.bottom{

}


.hero-title.inactive{
  display:none;
}


@media screen and (min-width: 1200px) and (max-width: 1399px){
  .hero-title.top, .hero-title.bottom div{
    font-size:1.75em;
  }

.flip-card-title{
    padding-top:55px;
  }
  
}


.hero-link{
  display:inline-block;
  font-weight:500;
  font-size:1.1em;
  color:#FFFFFF;
  padding:12px 20px;
  border:solid 2px #FFFFFF;
  border-radius: 50px;
  margin-top:32px;
}

.hero-link:hover{
  font-color:#02528a;
  background-color:#FFFFFF;
}

.heronav-main-container{
  position: absolute;
  width:320px;
  height:320px;
  top:18px;
}

.heronav-main{
  width:320px;
  height:320px;
  background-repeat: no-repeat;
  background-position:center center;
  background-size:contain;
}


.heronav-main.ransom{
	background-image:url('img/rev/heronav-main-ransom.svg');
}
.heronav-main.supply{
	background-image:url('img/rev/heronav-main-supply.svg');
}
.heronav-main.zero{
	background-image:url('img/rev/heronav-main-zero.svg');
}
.heronav-main.net{
	background-image:url('img/rev/heronav-main-net.svg');
}


.heronav-btns{
  position:absolute;
  width:320px;
  height:320px;
  top:0;

}



.heronav-btn{
  position:absolute;
  width:80px;
  height:80px;
  cursor: pointer;
  border-radius: 100%;
  transition: 1s;
}

.heronav-btn .interior{
  width:100%;
  height:100%;
  transition:1s;
}

.heronav-btn.active > .interior{
  opacity:0;
}


.heronav-btn:hover:not(.active){
  -webkit-box-shadow: 0px 0px 10px 9px rgba(255,255,255,.5);
  -moz-box-shadow: 0px 0px 10px 9px rgba(255,255,255,.5);
  box-shadow: 0px 0px 10px 9px rgba(255,255,255,.5);
}




.heronav-btn.ransom{
  left:310px;
	background-image:url('img/rev/heronav-hover-ransom.svg');
}
.heronav-btn.ransom .interior{
	background-image:url('img/rev/heronav-inactive-ransom.svg');
}

.heronav-btn.ransom > .interior:hover{
  opacity:0;
}
.heronav-btn.ransom.active{
	background-image:url('img/rev/heronav-active-ransom.svg');
}



.heronav-btn.supply{
  left:350px;
  top: 90px;  
	background-image:url('img/rev/heronav-hover-supply.svg');
}
.heronav-btn.supply .interior{
	background-image:url('img/rev/heronav-inactive-supply.svg');
}

.heronav-btn.supply > .interior:hover{
  opacity:0;
}
.heronav-btn.supply.active{
	background-image:url('img/rev/heronav-active-supply.svg');
}


.heronav-btn.zero{
  left:350px;
  top:190px;
	background-image:url('img/rev/heronav-hover-zero.svg');
}
.heronav-btn.zero .interior{
	background-image:url('img/rev/heronav-inactive-zero.svg');
}

.heronav-btn.zero > .interior:hover{
  opacity:0;
}
.heronav-btn.zero.active{
	background-image:url('img/rev/heronav-active-zero.svg');
}



.heronav-btn.net{
  left:310px;
  top:280px;
	background-image:url('img/rev/heronav-hover-net.svg');
}
.heronav-btn.net .interior{
	background-image:url('img/rev/heronav-inactive-net.svg');
}

.heronav-btn.net > .interior:hover{
  opacity:0;
}
.heronav-btn.net.active{
	background-image:url('img/rev/heronav-active-net.svg');
}

.mobile-indicator{
  display:none;
}

@media screen and (min-width: 1200px) and (max-width: 1399px){

  .flip-card{
    height:410px;
    line-height:1.1em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .home h2{
    font-size:2em;
  }
  
  .hero-title.top, .hero-title.bottom div{
    font-size:1.5em;
  }

  .hero-link{
    font-size:.8em;
    padding:6px 16px;
  }
  
  .hero-title.top{
    padding-bottom:.35em;
  }
  .heronav{
    transform:scale(.8);
    float:none;
  }
  .hero-title-container{
    padding-top:285px;
  }  

  .home-hero, .hero-overlay, .hero-bkgd, .hero-bkgd.active, .heronav-container{
    height:575px;
  }

  .c-logo{
    height:75px;
  }
  .cd-spacer{
    height:475px;
  }

  .home-stat-box{
    height:490px;
    width:100%;
  }


  .flip-card-title-back{
    font-size:1em;
    padding-bottom:12px;
  }


  .flip-card-desc{
    font-size:.8em;
    line-height:1.2em;
    display:block;
    padding:5%;
  }
  
  
}

@media screen and (min-width: 0px) and (max-width: 767px){
.stat-icon{
  max-width: 60%;
  }
.flip-card-icon{
  max-width: 45%;
  }
  
  
}

@media screen and (min-width: 0px) and (max-width: 991px){

  body, html{
    min-width: 375px !important;
  }
  
  .home {  
    font-size:18px;
    line-height:25px;	
  }  

  .home h2{
    font-size:1.65em;
  }
  .home-hero, .hero-overlay, .hero-bkgd, .hero-bkgd.active, .heronav-container{
    height:450px;
  }
  
  
  .hero-title-container  {
    padding-top:180px;
  }
  
  .hero-title.top, .hero-title.bottom div{
    font-size:1.5em;
    text-align: center;
  }
  
  .hero-title.bottom div{
    padding-bottom:24px;
  }
  .hero-title-container{
    text-align: center;
  }
  
  .hero-link{
    margin:auto;
  }

  .heronav-main-container{
    display:none;
  }
  


  .heronav{
    width:100%;
    margin-top:0px;
  }
  
  .heronav-btns{
    width:100%;
    height:auto;
    margin-top:24px;

    display:flex;
    justify-content:space-between !important;
    align-items: flex-end;
  }
  
  .heronav-btn{
    display:flex;  
    position: static;
    transform:scale(.85);
  }

  .c-logo{
    height:35px;
  }
  
  .cd-spacer{
    margin:20px auto;
    height:225px;
  	background-image:url('img/rev/home-cd-3.png');
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center center;
    transition:1s;
    transform-style: preserve-3d;  
  animation-name: cdtilt;
  animation-duration: 6s;
  animation-delay: .5s;
  animation-iteration-count: infinite;
    
    
  }

  .cd-box, .cd-box-2{
  display:none !important;
    
  }
  
  .mobile-indicator{
    display:inline-block;
    font-family: 'Roboto Condensed', serif !important;
    transform: scale(1,1.5);  
  }

  .home-stat-box{
    height:480px;
  }
  
  .bar-quote-orange{
    padding: 0px 7%;
    border-right: solid 16px #f7931e;
    border-left: solid 16px #f7931e;  
  }
  
  .big-quote{
    font-size:1em;
  }
  
  .flip-card-title {
      padding: 20px 20px 20px 10px;
  }
  
}



/*PRODUCT UPDATE*/
/*****************************************************************************/


#product {  
	font-family: 'Roboto', sans-serif;
	color:#444444 !important;
	font-weight:300;
	font-size:20px;
	line-height:27px;	
}

#product h3{
  font-size:1.8em;
  font-weight:900;
  text-transform: capitalize;
  line-height: 1.1em;
  padding-bottom:20px;
}

.product-hero{
  height:390px;
  width:100%;
  background-image:url('img/rev/product-hero.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color:#02528a;
  -webkit-box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.5); 
  box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.5);  
}

.section-hero-text{
  padding-top:180px;
}

.section-title-small{
  text-transform: uppercase;
}

#product h2{
  font-size:2.55em;
  line-height:1.1em;
  text-transform:capitalize;
  font-weight:900;
  padding-bottom:12px;
}

.product-dash{
  display:block;
  width:auto;
  height:auto;
  margin:auto;
  max-width:80%;
  
}


.bkgd-grad-1{
  background: linear-gradient(0deg, rgba(224,224,224,1) 0%, rgba(241,241,241,1) 6%, rgba(241,241,241,1) 39%, rgba(255,255,255,1) 73%);
}



.product-selector-link{
  background-color:#c4c4c4;
  display:inline-block;
  font-weight:500;
  font-size:.9em;
  color:#FFFFFF;
  padding:8px 16px;
  border-radius: 50px;
  cursor: pointer;
  transition: 1s;
}

.product-selector.active > .product-selector-link{
  background-color:#f7931e;
}


.product-selector.inactive:hover .product-selector-link{
  background-color:#3c8dbc;
  color:#FFFFFF;
}

.product-selector.inactive > .product-selector-arrow{
  opacity:0;
}



.product-selector-container{
  width:100%;
  height:100px}

.product-selector-arrow{
  background-image:url('img/rev/product-selector.png');
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center bottom;
  width:100%;
  height:35px;
  flex-shrink: 0;  
  transition: .5s;
  opacity:0;
}

.product-content-wrapper{
  min-height:600px;
}


.product-content-category{
  width:100%;
  padding:12px 24px;
  color:#02528a;
  font-weight:700;
  border-top:solid 1px #02528a;
  border-bottom:solid 1px #02528a;
  margin-top:-1px;
  cursor:pointer;
}

.product-content-category.active{
  color:#FFFFFF;
  border:none;
  background: rgb(2,82,138);
  background: linear-gradient(90deg, rgba(2,82,138,1) 0%, rgba(60,141,188,1) 100%);
}

.product-selector.active > .product-selector-arrow{
  opacity:1;
}

.product-content-category.active:hover{
   background:none;
  background-color:#02528a;
}

.product-content-category.active .toggleac{
  transform: rotate(-90deg);

}


.product-content-category:hover{
  background-color:#f1f1f1;  
}


.product-content.inactive{
  display:none;
}

.product-content-main.inactive{
  display:none;
}

.product-content-main{
  position:relative;
}

.pb-download{
  position: absolute;
  top:0px;
  right:0px;
}

.toggleac{
  transform: rotate(90deg) scale(1,1.2);
  transition:.5s;  

}


.product-icon{
  width:65px;
  height:100%;
  margin:0px 40px;
  background-image:url('img/rev/prod-icon-placeholder.svg');
  background-size:contain;
  background-position: center center;
  background-repeat:no-repeat;
  flex-shrink:0;
  
}


.product-icon.ransom{
  background-image:url('img/rev/prod-icon-ransom.svg');
}
.product-icon.cloudup{
  background-image:url('img/rev/prod-icon-cloudup.svg');
}
.product-icon.integrity{
  background-image:url('img/rev/prod-icon-integrity.svg');
}
.product-icon.supply{
  background-image:url('img/rev/prod-icon-supply.svg');
}
.product-icon.device{
  background-image:url('img/rev/prod-icon-device.svg');
}
.product-icon.eval{
  background-image:url('img/rev/prod-icon-eval.svg');
}
.product-icon.patch{
  background-image:url('img/rev/prod-icon-patch.svg');
}
.product-icon.fw{
  background-image:url('img/rev/prod-icon-fw.svg');
}
.product-icon.global{
  background-image:url('img/rev/prod-icon-global.svg');
}
.product-icon.assess{
  background-image:url('img/rev/prod-icon-assess.svg');
}
.product-icon.detect{
  background-image:url('img/rev/prod-icon-detect.svg');
}
.product-icon.risk{
  background-image:url('img/rev/prod-icon-risk.svg');
}
.product-icon.vis{
  background-image:url('img/rev/prod-icon-vis.svg');
}
.product-icon.config{
  background-image:url('img/rev/prod-icon-config.svg');
}
.product-icon.audit{
  background-image:url('img/rev/prod-icon-audit.svg');
}
.product-icon.update{
  background-image:url('img/rev/prod-icon-update.svg');
}
.product-icon.cloud{
  background-image:url('img/rev/prod-icon-cloud.svg');
}
.product-icon.servers{
  background-image:url('img/rev/prod-icon-servers.svg');
}
.product-icon.network{
  background-image:url('img/rev/prod-icon-network.svg');
}
.product-icon.discover{
  background-image:url('img/rev/prod-icon-discover.svg');
}
.product-icon.multi{
  background-image:url('img/rev/prod-icon-multi.svg');
}
.product-icon.ecl{
  background-image:url('img/rev/prod-icon-ecl.svg');
}
.product-icon.sso{
  background-image:url('img/rev/prod-icon-sso.svg');
}
.product-challenge-icon.ransom-b{
  background-image:url('img/rev/prod-icon-ransom-b.svg');
}
.product-challenge-icon.supply-b{
  background-image:url('img/rev/prod-icon-supply-b.svg');
}
.product-challenge-icon.global-b{
  background-image:url('img/rev/prod-icon-global-b.svg');
}
.product-challenge-icon.cut{
  background-image:url('img/rev/prod-icon-cut.svg');
}
.product-challenge-icon.travel{
  background-image:url('img/rev/prod-icon-travel.svg');
}
.product-challenge-icon.update-b{
  background-image:url('img/rev/prod-icon-update-b.svg');
}
.product-challenge-icon.shield{
  background-image:url('img/rev/prod-icon-shield.svg');
}
.product-challenge-icon.integrity-b{
  background-image:url('img/rev/prod-icon-integrity-b.svg');
}


.alt-greys .row:nth-child(even) > div{
  background-color:#f1f1f1;
}



.alt-greys-odd .row:nth-child(odd) > div{
  background-color:#f1f1f1;
}


#product ul, #product ol{
  margin: 0 0 1.5em 1em
}

#product li{
  margin-bottom:4px;
}


.product-challenge{
  background-color:#FFFFFF;
  padding:8%;
  border-radius: 6px;
  height:375px;

}

.product-challenge-icon{
  width:50px;
  height:50px;
  background-image:url('img/rev/prod-icon-placeholder.svg');  
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom:18px;
}

.product-integration{
  border:solid 4px #f1f1f1;
}

.prod-int-logo{
  width:150px;
  height:125px;
  padding:6px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position: center center;
}

.prod-int-logo.mssccm{
  background-image:url('img/partner-mssccm.png');  
}
.prod-int-logo.msintune{
  background-image:url('img/partner-msintune.png');  
}
.prod-int-logo.tanium{
  background-image:url('img/partner-tanium.svg');  
}
.prod-int-logo.vmairwatch{
  background-image:url('img/partner-vmairwatch.png');  
}
.prod-int-logo.jamf{
  background-image:url('img/partner-jamf.svg');  
}
.prod-int-logo.kenna{
  background-image:url('img/partner-kenna.png');  
}

.prod-int-logo.osquery{
  background-image:url('img/partner-osquery.png');  
}
.prod-int-logo.splunk{
  background-image:url('img/partner-splunk.png');  
}
.prod-int-logo.qradar{
  background-image:url('img/partner-qradar.png');  
}
.prod-int-logo.vmware{
  background-image:url('img/partner-vmware.svg');  
}
.prod-int-logo.cloudflare{
  background-image:url('img/partner-cloudflare.svg');  
}


.prod-int-logo.azure{
  background-image:url('img/int-azure.svg');  
}
.prod-int-logo.aws{
  background-image:url('img/int-aws.svg');  
}
.prod-int-logo.gcp{
  background-image:url('img/int-gcp.svg');  
}

@media screen and (min-width: 0px) and (max-width: 1200px){
  .pb-download{
    position: relative;
    display:block;
    padding-bottom:12px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px){

  .product-selector-link{
    font-size:.75em;
  }
  
  .product-challenge  {
    height:400px;
  }
  
}


@media screen and (min-width: 992px) and (max-width: 1199px){

  .product-selector-link{
    font-size:.75em;
    line-height:1.2em;
    border-radius:12px;
    margin:0px 10px;
  }
  
  .product-challenge  {
    height:320px;
  }
  
}


@media screen and (min-width: 0px) and (max-width: 991px){

  #product{
    font-size:18px;
    line-height:25px;	  
  }
  
  #product h2{
    font-size:1.85em !important;
  }
  
  .product-dash{
    width:100%;
    max-width:100%;
  }
  
.product-selector-arrow{
   display:none !important;
  }
  
.product-selector-container{
  display:block !important;
  width:100%;
  height:auto;
  padding-bottom:20px;
  overflow: auto;
  }
  
  .product-selector{
    display:inline-block !important;
    
    width:45%;
    margin:6px 2.5% 6px 2.5%;
    float:left;
    
  }
  
  .product-selector-link{
    display:block;
    width:100%;
  }
  
  .product-icon{
    display:block !important;
    width:100%;
    height:35px;
    margin:0px 0px 20px 0px;
    background-position: left center;
    
  }
  .product-desc{
    display:block !important;
  width:100%;
  }
  
  .product-content  .justify-content-start{
    flex-direction: column !important;
  
  }
  
  .product-challenge  {
    height:300px;
  }
  
  
}



@media screen and (min-width: 992px) and (max-width: 1199px){

  .product-selector-link{
    font-size:.75em;
    line-height:1.2em;
    border-radius:12px;
    margin:0px 10px;
  }
  
  .product-challenge  {
    height:320px;
  }
  
}

.link-on-blue:hover{
  color:#c4c4c4 !important;
}
