/*!
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: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #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;
}
.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-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('/wp-content/themes/eclypsium-01-30-2020/img/bkgd-pattern.png');
	background-repeat: repeat;
}
.bkgd-pattern-lt{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/bkgd-pattern-lt.png');
	background-repeat: repeat;
}
.bkgd-arcs{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/bkgd-arcs.svg');
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size:33%;
}

.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('/wp-content/themes/eclypsium-01-30-2020/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, #hero-carousel{
	width:100%;
	height:550px;
	position:relative;
}


.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('/wp-content/themes/eclypsium-01-30-2020/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;	
	padding-top:100px;
	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('/wp-content/themes/eclypsium-01-30-2020/img/header-blog.jpg');

}

.static-header-sm{
		background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/header-blog.jpg');

}


#travel .static-header{

background:url('/wp-content/themes/eclypsium-01-30-2020/img/header-travel.jpg') top center no-repeat;

}


#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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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;
	margin-bottom:20px;
}

#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:300;
	margin-bottom:20px;
	font-size:1.5rem;
}

#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-weight:200;
	font-size:2em;
	margin:50px auto 10px auto;
}

.entry-meta{
	font-size:.75em;

}

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

.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('/wp-content/themes/eclypsium-01-30-2020/img/header-product.jpg');

}

#video-intro{
		background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/product-about-tn.jpg');
		background-size:contain;
		cursor:pointer;
	width:100%;
	height:100%;

	

}
.video{
	cursor:pointer;
}
.video iframe{
}

.icon-desc-top{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/img/header-research.jpg');

}



#resources .static-header{
		background-image:url('/wp-content/themes/eclypsium-01-30-2020/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;
}



.whitepaper-row:nth-child(odd) {
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/img/header-company.jpg');

}


#news .static-header{
		background-image:url('/wp-content/uploads/2019/09/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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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:200px;
	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-container.photo-yuriy, .bio-photo.photo-yuriy, .photo-container-tn.photo-yuriy{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-yuriy-1.jpg');
}
.photo.photo-yuriy, .photo-tn.photo-yuriy{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-yuriy-2.jpg');
}

.photo-container.photo-alex, .bio-photo.photo-alex, .photo-container-tn.photo-alex{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-alex-1.jpg');
}
.photo.photo-alex, .photo-tn.photo-alex{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-alex-2.jpg');
}


.photo-container.photo-john, .bio-photo.photo-john, .photo-container-tn.photo-john{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-john-1.jpg');
}
.photo.photo-john, .photo-tn.photo-john{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-john-2.jpg');
}

.photo-container.photo-mark, .bio-photo.photo-mark, .photo-container-tn.photo-mark{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-mark-1.jpg');
}
.photo.photo-mark, .photo-tn.photo-mark{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-mark-2.jpg');
}

.photo-container.photo-ron, .bio-photo.photo-ron, .photo-container-tn.photo-ron{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-ron-1.jpg');
}
.photo.photo-ron, .photo-tn.photo-ron{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-ron-2.jpg');
}


.photo-container.photo-doug, .bio-photo.photo-doug, .photo-container-tn.photo-doug{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-doug-1.jpg');
}
.photo.photo-doug, .photo-tn.photo-doug{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-doug-2.jpg');
}


.photo-container.photo-daniel, .bio-photo.photo-daniel, .photo-container-tn.photo-daniel{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-daniel-1.jpg');
}
.photo.photo-daniel, .photo-tn.photo-daniel{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-daniel-2.jpg');
}

.photo-container.photo-suzanne, .bio-photo.photo-suzanne, .photo-container-tn.photo-suzanne{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-suzanne-1.jpg');
}
.photo.photo-suzanne, .photo-tn.photo-suzanne{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-suzanne-2.jpg');
}

.photo-container.photo-alexi, .bio-photo.photo-alexi, .photo-container-tn.photo-alexi{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-alexi-1.jpg');
}
.photo.photo-alexi, .photo-tn.photo-alexi{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-alexi-2.jpg');
}
.photo-container.photo-steve, .bio-photo.photo-steve, .photo-container-tn.photo-steve{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-steve-1.jpg');
}
.photo.photo-steve, .photo-tn.photo-steve{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/photo-steve-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('/wp-content/themes/eclypsium-01-30-2020/img/photo-all.svg');
	background-size:contain;
}

.investors{
	text-align: center;
}

.investor-logo{
	margin-right:60px;
}
.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('/wp-content/themes/eclypsium-01-30-2020/img/investor-madrona-1.png');
}
.investor-logo.investor-madrona{
	width:199px;
	height:100px;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/investor-madrona-2.png');
}

.investor-ah{
	width:inherit;
	height:inherit;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/investor-a16z-1.png');
}
.investor-logo.investor-ah{
	width:203px;
	height:55px;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/investor-a16z-2.png');
}

.investor-intel{
	width:inherit;
	height:inherit;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/investor-intel-1.png');
}
.investor-logo.investor-intel{
	width:105px;
	height:112px;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/investor-intel-2.png');
}

.investor-ubiquity{
	width:inherit;
	height:inherit;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/investor-ubiquity-1.png');
}
.investor-logo.investor-ubiquity{
	width:291px;
	height:67px;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/investor-ubiquity-2.png');
}

.partner-fsisac{
	width:inherit;
	height:inherit;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/partner-fsisac-1.png');
}
.investor-logo.partner-fsisac{
	width:260px;
	height:64px;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/partner-fsisac-2.png');
}
.partner-sinet{
	width:inherit;
	height:inherit;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/partner-sinet-1.png');
}
.investor-logo.partner-sinet{
	width:106px;
	height:112px;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/partner-sinet-2.png');
}
.partner-oregon{
	width:inherit;
	height:inherit;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/partner-oregon-1.png');
}
.investor-logo.partner-oregon{
	width:214px;
	height:110px;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/partner-oregon-2.png');
}





#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:80px;
	max-height:225px;
}

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














@media screen and (min-width: 0) and (max-width: 991px){
 
	.hide-on-mobile{
		display:none !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,.55)
	}
	
	
.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('/wp-content/themes/eclypsium-01-30-2020/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-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;
}










#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:129px;
	height:82px;
	margin-right:35px;
}

#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: 991px){

	#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("/wp-content/themes/eclypsium-01-30-2020/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:10px 0px;
}


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

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













#kyd .static-header{
	height:auto !important;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/img/kyd-white-grad.png'), url('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-bios-orange-128.svg');
}
.kyd-icon.proc{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-proc-orange-128.svg');
}
.kyd-icon.pci{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-pci-orange-128.svg');
}
.kyd-icon.bmc{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-bmc-orange-128.svg');
}
.kyd-icon.amt{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-amt-orange-128.svg');
}
.kyd-icon.nic{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-net-orange-128.svg');
}
.kyd-icon.net{
	background-image:url('/wp-content/uploads/2019/08/icon-comp-netcon-orange-128.svg');
}
.kyd-icon.tpm{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-tpm-orange-128.svg');
}
.kyd-icon.mbr{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-mbr-orange-128.svg');
}
.kyd-icon.hdd{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-hdd-orange-128.svg');
}
.kyd-icon.usb{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-usb-orange-128.svg');
}
.kyd-icon.tbt{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-tbt-orange-128.svg');
}
.kyd-icon.ram{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-ram-orange-128.svg');
}

.kyd-icon.otr{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-comp-otr-orange-128.svg');
}
.kyd-icon.run{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/img/research-chipsec.svg');
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center center;

}


.anchor{
	display:block;
	position:relative;
	top:-110px;
	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;
}


.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('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/img/pixel-orange.png');
	background-size: 2px 2px;
	background-repeat: repeat-x;
	background-position: center center;
}
.button-full-wrapper-navy{
	background:url('/wp-content/themes/eclypsium-01-30-2020/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{
	border:solid 8px #f3f3f3;
	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('/wp-content/themes/eclypsium-01-30-2020/img/product-threat-1.png');
}
.product-threat-box:nth-child(2) .product-threat-container{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/product-threat-2.png');
}
.product-threat-box:nth-child(3) .product-threat-container{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/product-threat-3.png');
}


.product-threat{
	padding:140px 32px 0px 32px;
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/img/home-chip.jpg');
	background-size: auto 250px;
	background-position:bottom center;
}

.img-container-third.home-visibility{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/home-visibility.svg');
	background-size: auto;
	background-position:center center;
}

.img-container-third.visibility-num{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/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('/wp-content/themes/eclypsium-01-30-2020/img/visibility-reveal.jpg');
	background-size: auto;
	background-position:center center;
	
}


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

.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('/wp-content/themes/eclypsium-01-30-2020/img/icon-server-red.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.home-risk-icon-container.laptop{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/img/icon-laptop-red.svg');
	background-position: center center;
	background-repeat: no-repeat;
}
.home-risk-icon-container.network{
	background-image:url('/wp-content/themes/eclypsium-01-30-2020/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;
}



.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('/wp-content/themes/eclypsium-01-30-2020/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: 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;
	}

.bgkd-grey-grad-up{
	background:none !important;
	}

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