/*# Genesis Child Theme
Theme Name: ForeScout Theme
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This theme was created for ForeScout.
Author: WEBDOGS
Author URI: http://webdogs.com/
Version: 1.0
Template: genesis
Template Version: 2.2.4
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}.gecko abbr[title]{border-bottom:0px none}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	/*background-color: #f5f5f5;*/
	/*color: #333;*/
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #00adef;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 2.8rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: .1rem solid #ddd;
	clear: both;
	margin: 1.4rem 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: normal;
}

blockquote {
	margin: 40px;
}

/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*color: #333;*/
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	/*background-color: #00adef;*/
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #00adef;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	/*max-width: 1200px;*/
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: left;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title,
.gch-header h1.archive-title {
	/*font-size: 20px;
	font-size: 2rem;*/
	margin: 0;
}

.entry-title, {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a,
h1.archive-title {
	/*color: #333*/;
}
.search .entry-title a {
	color: inherit;
}

.entry-title a:hover,
.entry-title a:focus,
h1.archive-title a:hover,
h1.archive-title a:focus {
	color: #00adef;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #00adef;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(/forescout-logo.svg) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #00adef;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	top: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	top: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/*.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}*/

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #00adef;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: inherit;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #245467;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #f37720;
	/*text-decoration: underline;*/
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	/*padding: 40px 40px 16px;*/
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #B5B5B5;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Imported blob */

.loading .site-container { opacity: 0; }
.site-container { opacity: 1; transition: opacity 0.3s ease-out; }
.wf-active { visibility: visible; }
html { font-family:'proxima-nova', sans-serif; }
body { margin: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0px; }
[hidden], template { display: none; }
a { background: 0px 0px; }
a:active, a:hover { outline: 0px; }
abbr[title] { border-bottom-width: 1px; border-bottom-style: dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0px; }
mark { color: rgb(51, 51, 51); background: rgb(255, 255, 0); }
/*small { font-size: 80%; }*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0px; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid silver; margin: 0px 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0px; padding: 0px; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0px; }
td, th { padding: 0px; }
*, input[type="search"] { box-sizing: border-box; }
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .wrap::before { content: " "; display: table; }
.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .wrap::after { clear: both; content: " "; display: table; }
/*[class^="forescout-"], [class*=" forescout-"] { font-family: ForeScout; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-feature-settings: 'liga' 1; -webkit-font-smoothing: antialiased; }*/
/*.search-form *::-webkit-input-placeholder { font-family: ForeScout; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 14px; line-height: 1; -webkit-font-feature-settings: 'liga' 1; -webkit-font-smoothing: antialiased; }*/
body { color: #fff; font-family: 'proxima-nova', sans-serif; font-size: 16px; font-weight: 400; line-height: 20px; margin: 0px; text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; background-color: #fff }
/*a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img { transition: all 0.1s ease-in-out; }*/
::selection { color: rgb(255, 255, 255); background-color: rgb(51, 51, 51); }
a { color: rgb(163, 163, 163); text-decoration: none; }
a:hover { color: rgb(51, 51, 51); }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
p { margin: 0px 0px 12px; padding: 0px; font-weight: 300; font-size: 16px; line-height: 25px; }
ol, ul { margin: 0px; padding: 0px; }
li { list-style-type: none; }
b, strong { font-weight: 700; }
em, i { font-style: italic; }
blockquote { margin: 0px auto 28px; color: rgb(153, 153, 153); font-size: 21px; line-height: 25px; max-width: 1110px; }
blockquote p { margin-bottom: 10px; font-weight: 400; letter-spacing: 0.25px; font-size: 21px; line-height: 25px; }
blockquote p:first-child::before { }
blockquote cite { font-size: 14px; line-height: 22px; font-style: normal; }
figcaption, .small { font-size: 12px; line-height: 18px; font-weight: 400; display: inline-table; }
figcaption { color: rgb(153, 153, 153); }
small.tiny { font-size: 10px; line-height: 14px; font-weight: 400; }
hr { border: 1px solid rgb(245, 245, 245); outline: rgb(245, 245, 245) solid 1px; margin-top: 24px; }
/*h1, h2, h3, h4, h5, h6 { color: rgb(51, 51, 51); font-family: 'proxima-nova', sans-serif; font-weight: 400; line-height: 1.2; margin: 4px 0px 13px; }
h1 { font-size: 48px; line-height: 58px; color: rgb(5, 64, 89); letter-spacing: -1px; font-weight: 300; margin: 3px auto 30px 0px; }
h2 { font-size: 36px; line-height: 43px; color: rgb(5, 64, 89); margin-top: 16px; margin-left: 0px; letter-spacing: -0.01em; }
h3 { font-size: 30px; line-height: 36px; color: rgb(135, 189, 62); font-weight: 400; margin-bottom: 8px; }
h4 { font-size: 25px; line-height: 25px; color: rgb(5, 64, 89); font-weight: 700; margin-top: 26px; margin-bottom: 8px; letter-spacing: -0.01em; }
h5, h6 { font-size: 16px; line-height: 25px; color: rgb(64, 64, 64); font-weight: 500; display: block; margin: 0px auto; }*/
.entry-content ul a, .entry-content ol a, p a { color: rgb(8, 140, 199); font-weight: 400; transition: all 0.2s ease-out; }
.entry-content ul a:hover, .entry-content ol a:hover, p a:hover { color: rgb(5, 91, 128); text-decoration: underline; }
.border-title { display: block; margin: 9px auto 12px; padding: 0px 0px 14px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); text-align: center; }
.border-title > * { position: relative; bottom: -1px; padding-bottom: 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(5, 64, 89); display: inline-block; margin-bottom: -14px; }
img { height: auto; }
input, select, textarea { border: 1px solid rgb(221, 221, 221); color: rgb(51, 51, 51); font-size: 18px; font-weight: 300; padding: 16px; width: 100%; background-color: rgb(255, 255, 255); }
input:focus, textarea:focus { border: 1px solid rgb(153, 153, 153); outline: none; }
input[type="checkbox"], input[type="image"], input[type="radio"] { width: auto; }
*::-webkit-input-placeholder { color: rgb(190, 190, 190); font-weight: 300; }
/*button, input[type="button"], input[type="reset"], input[type="submit"], .button { border: none; color: rgb(255, 255, 255); cursor: pointer; font-weight: 500; text-transform: uppercase; width: auto; background-color: rgb(51, 51, 51); }*/
/*.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"] .footer-widgets .button { color: rgb(255, 255, 255); background-color: rgb(163, 163, 163); }*/
/*button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(163, 163, 163); }*/
/*.entry-content .button:hover { color: rgb(255, 255, 255); }*/
/*.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"] { color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); }*/
/*.button { display: inline-block; }*/
/*input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button { display: none; }*/
/*.search-form input[type="search"] { padding: 3px 2px 2px; font-size: 12px; line-height: 12px; border-color: rgb(190, 190, 190); margin-top: 8px; width: 120px; height: 20px; color: rgb(85, 85, 85); }*/
/*.entry-content input[type="search"] { height: 30px; vertical-align: top; margin: 0px 0px 9px; font-size: 14px; padding-right: 6px; }*/
table { border-collapse: collapse; border-spacing: 0px; line-height: 2; margin-bottom: 40px; width: 100%; }
tbody { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); }
td, th { text-align: left; }
td { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(221, 221, 221); padding: 6px 0px; }
th { font-weight: 400; }
.site-container { /*max-width: 1200px;*/ margin: 0px auto; z-index: 0; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: none solid solid; border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); padding-top: 100px; background-color: rgb(255, 255, 255); }
.site-inner, .wrap { margin: 0px auto; max-width: 1110px; }
.site-inner, .gch-header .wrap, .site-inner .wrap { }
.gch-header-inner.wrap { padding: 0px; max-width: none; }
.site-inner { clear: both; padding-top: 0px; }
.site-inner { margin: auto; float: none; display: table; }
.gch-caption { 
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 275px;
    overflow: hidden;
    display: table;
    margin: 0;
    vertical-align: middle;
}
.gch-caption-inner { 
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 275px;
    overflow: hidden;
    display: table;
    margin: 0;
    vertical-align: middle;
    background-color: transparent !important;
    background: none;
}
.gch-caption-inner p { }
section { margin: 0px auto; width: 100%; }
section.maximum { max-width: 1110px; padding: 0px; }
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { width: 980px; }
.content-sidebar-sidebar .content-sidebar-wrap { }
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { float: right; }
/*.content { float: right; width: 800px; }*/
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content { float: left; }
.sidebar-content-sidebar .content, .sidebar-sidebar-content .content { width: 580px; }
.full-width-content .content { width: 100%; }
/*[class*="blog"] .content article:first-child { padding-top: 0px; }*/
/*.content-sidebar-wrap .sidebar-primary, .content-sidebar-sidebar .sidebar-secondary { float: left; width: 28%; margin-top: 18px; position: relative;}*/
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: left; margin-left: 2.5641%; }
.one-third, .two-sixths { width: 31.6239%; }
.first { clear: left; margin-left: 0px; }
.alignright .avatar { margin-left: 24px; }
.search-form { overflow: hidden; }
.entry-content .search-form { width: 50%; }
.search-form *::-webkit-input-placeholder { text-align: right !important; }
.one_fifth.last_column h4.widgettitle:first-child { margin-top: 12px; }
.image-tabs .widget:first-child h4.widgettitle { margin-top: 8px; }
.footer-widgets h4.widgettitle, .footer-widgets .widget-title { color: rgb(135, 189, 62); margin: 0px; }
.footer-widgets h4.widgettitle { font-size: 12px; line-height: 14px; margin-bottom: 5px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }
a.aligncenter img { display: block; margin: 0px auto; }
.alignright { float: right; text-align: right; }
a.alignleft, a.alignnone, a.alignright { max-width: 100%; }
img.centered, .aligncenter { display: block; margin: 0px auto 24px; }
a.alignright, img.alignright, .wp-caption.alignright { margin: 0px 0px 24px 24px; }
.entry-content p.wp-caption-text { margin-bottom: 0px; }
.widget { word-wrap: break-word; }
.widget ol > li { list-style-position: inside; list-style-type: decimal; padding-left: 20px; text-indent: -20px; }
.widget li li { border: none; margin: 0px 0px 0px 30px; padding: 0px; }
#social-links { display: table; width: auto; padding: 0px; margin: auto; table-layout: fixed; }
.footer-widgets #social-links li { display: table-cell; text-align: center; }
.footer-widgets #social-links li a { display: block; color: rgb(255, 255, 255); font-size: 27px; margin: 0px 2px 18px; padding: 0px 2px; line-height: 1; height: auto; width: auto !important; background-color: rgb(204, 204, 204); }
.footer-widgets #social-links li a:hover, .footer-widgets #social-links li a:active { background-color: rgb(161, 161, 161); }
.footer-widgets #social-links li:first-child a { margin-left: 0px; }
.footer-widgets #social-links li:last-child a { margin-right: 0px; }
.featured-content .entry { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: rgb(245, 245, 245); margin-bottom: 20px; padding: 0px 0px 24px; }
.footer-widgets .entry { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(102, 102, 102); }
.image-tabs .entry { padding-left: 0px; padding-right: 0px; }
p a { color: rgb(8, 140, 199); font-weight: 400; transition: all 0.2s ease-out; }
p a:hover { color: rgb(5, 91, 128); text-decoration: underline; }
/*[class*="blog"] article { max-width: 1064px; margin: auto; }
[class*="blog"] .site-inner { max-width: 975px; }
[class*="blog"] main.content { margin: auto -30px auto auto; display: block; float: none; max-width: 770px !important; }
[class*="blog"] main.content article.post:first-child::before { content: "Blog"; position: relative; display: block; font-family: 'proxima-nova', sans-serif; font-weight: 300; font-size: 60px; margin-top: 5px; margin-bottom: 62px; margin-left: -2px; letter-spacing: -0.03em; color: rgb(135, 189, 62); }*/
.entry { padding: 36px 0px 28px 35px; }
.content .entry { background-color: rgb(255, 255, 255); }
.entry-content ol, .entry-content ul:not(.menu):not(.responsive-tabs__list) { margin-bottom: 28px; margin-left: 16px; margin-top: 15px; font-size: 16px; line-height: 20px; font-weight: 300; }
.entry-content ol:not(.menu):not(.responsive-tabs__list) > li { list-style-type: decimal; }
.entry-content ul:not(.menu):not(.responsive-tabs__list) > li { list-style-type: none; margin-bottom: 15px; }
.entry-content ul:not(.menu):not(.responsive-tabs__list) > li::before { content: url(/wp-content/themes/forescout/images/forescout-bullet.svg) !important;
    font-weight: 700 !important;
    position: absolute !important;
    margin-left: -30px !important;
    line-height: 1.7em !important;
    width: 16px !important;
    height: 16px !important;
    color: #B5B5B5 !important;
    /*font-size: 3rem !important;*/
    font-family: 'proxima-nova'  !important; }
.ie .entry-content ul:not(.menu):not(.responsive-tabs__list) > li::before {/*transform: scale(2);*/}
.entry-content ol ol, .entry-content ul:not(.menu):not(.responsive-tabs__list) ul { margin-bottom: 0px; }
.entry-content .bx-viewport ul > li::before { content: "" !important; }
.entry-content code { color: rgb(221, 221, 221); background-color: rgb(51, 51, 51); }
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > p { max-width: 1110px; /*width: 100%; margin-left: auto !important; margin-right: auto !important;*/ }
.entry .entry-header, .entry h5, .entry h6, .entry p { max-width: 1110px; margin-right: auto; margin-left: auto; }
.entry .entry-header .entry-title, .error404 .entry .entry-header .entry-title, .archive .entry .entry-header .entry-title, .single .entry .entry-header .entry-title { margin-left: 0px; margin-right: 0px; }
.error404 .entry .entry-header .entry-title { display: none; }
.border-title h2, .border-title h1 { padding-right: 0px !important; max-width: 100% !important; }
.error404 .content-sidebar-wrap, .archive .content-sidebar-wrap, .single .content-sidebar-wrap { margin: auto; display: block; max-width: 1110px; }
.entry, .error404 .entry, .archive .entry, .single .entry { position: relative; }
.error404 .entry-content, .archive .entry-content, .single .entry-content { padding: 0px; }
.error404 h1.uber.color-green, .single-post h1.uber.color-green, .page-template-page_blog h1.uber.color-green { margin-top: 0px; margin-bottom: 22px; }
/*.callout { position: relative; margin: 0; padding: 20px 40px; transition: background 0.7s ease-out; background: rgba(237, 237, 237, 0.247059); }*/
/*.callout:hover { background: rgba(237, 237, 237, 0.34902); }*/
.sidebar .widget { padding: 28px 0px 20px; margin-left: 0px; }
.sidebar .widget .menu li, .sidebar .widget .menu li a { border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(221, 221, 221); margin-bottom: 0px; padding-bottom: 0px; font-size: 14px; line-height: 1.75; font-weight: 500; color: rgb(83, 88, 95); }
.footer-widgets { clear: both; padding: 0px 30px; }
.site-footer, .footer-widgets { background-color: rgb(255, 255, 255); }
.footer-widgets .wrap { position: relative; padding: 30px 0px; margin: auto; }
/*.footer-widgets, .footer-widgets a {font-size: 12px; line-height: 14px; margin: 4px 0px; display: block; white-space: nowrap; }*/
.footer-widgets input { border: 1px solid rgb(51, 51, 51); }
.footer-widgets a:hover { color: rgb(199, 199, 199); text-decoration: none !important; }
/*.footer-widgets a.button { display: block; line-height: 1; text-align: center; font-size: 14px; margin-bottom: 3px; color: rgb(255, 255, 255); }*/
.footer-widgets li { }
.footer-widgets .widget { margin-bottom: 10px; }
.footer-widgets p:last-child { margin-bottom: 0px; }
.footer-widgets [class^="footer-widgets-"] { min-width: 150px; width: 24.006923%; float: left; margin-right: 1.66666% !important; }
.footer-widgets [class^="footer-widgets-1"] { margin-right: 0px; }
.footer-widgets [class^="footer-widgets-1"] { position: absolute; right: 0px; top: 30px; margin-right: 0px !important; width: auto !important; }
/*.footer-widgets .widget-area:not(:first-child) .menu > li > a, .footer-widgets .widget-area:not(:first-child) .menu > li.menu-item-has-children > a { font-size: 12px; line-height: 14px; margin-bottom: 5px; margin-left: 0px; color: rgb(135, 189, 62); }
.footer-widgets .widget-area:not(:first-child) .menu > li > a:hover, .footer-widgets .widget-area:not(:first-child) .menu > li.menu-item-has-children > a:hover { font-size: 12px; line-height: 14px; margin-bottom: 5px; margin-left: 0px; color: rgb(90, 90, 90); }
.footer-widgets .widget-area:not(:first-child) li li, .footer-widgets .widget-area:not(:first-child) ul.menu li a, .footer-widgets .widget-area:not(:first-child) ul.menu li ul.sub-menu, .footer-widgets .widget-area:not(:first-child) ul.menu li ul.sub-menu li { display: block; list-style-type: none; margin-left: 0px; padding-left: 0px; text-indent: 0px; }
.footer-widgets .widget-area:not(:first-child) ul.menu > li { display: table-cell; padding-right: 0px; }
*//*.footer-widgets .widget-area:first-child ul.menu > li.button, .footer-widgets .widget-area:not(:first-child) .menu li .sub-menu li.button, .footer-widgets .widget-area:not(:first-child) .sub-menu > li.menu-item-has-children > a { display: none; }*/
.site-footer { font-size: 12px; font-weight: 400; line-height: 1; padding: 20px 0px 30px; text-align: center; position: relative; background: none; }
.site-footer p, .site-footer p small { color:#99ABB4; font-size: 12px; font-weight: 400; line-height: 1; padding: 0px; margin-bottom: 0px; top: 0px; text-align: center; background: none; }
.site-footer .wrap { padding: 0px 30px; margin: 0px auto; position: relative; }
.site-footer p { margin-bottom: 0px; }
.featured-resource img.wp-post-image { height: 150px; min-height: 150px; width: auto; max-width: 100%; margin: 18px auto 5px; }
.featured-resource .color-green a { color: rgb(135, 189, 62); line-height: 1.2em; display: inline-block; vertical-align: top; }
.featured-resource .one_third .color-green a { }
/*.resources .site-inner { padding-top: 0px; }*/
.resources h1.uber.color-green { margin-bottom: 0px; }
.resources .featured-resource .border-title { margin-top: 60px; }
.resources .featured-resource .border-title:first-of-type { margin-top: 10px; }
.featured-resource .content-column.one_half .alignleft img.wp-post-image { min-height: 120px; margin-right: 12px; height: 120px !important; }
.featured-resource .content-column h3 { font-size: 21px; margin: 0px auto; line-height: 1; display: table; width: 78%; }
.content iframe[src^="http://www.youtube.com"], .content iframe[src^="https://www.youtube.com"], .content iframe[src^="http://youtube.com"], .content iframe[src^="https://youtube.com"], .content iframe[src*="vimeo.com"] { max-width: 100% !important; }
html { font-family: sans-serif; }
body { margin: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0px; }
[hidden], template { display: none; }
a { background: 0px 0px; }
a:active, a:hover { outline: 0px; }
abbr[title] { border-bottom-width: 1px; border-bottom-style: dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0px; }
mark { color: rgb(51, 51, 51); background: rgb(255, 255, 0); }
/*small { font-size: 80%; }*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0px; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid silver; margin: 0px 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0px; padding: 0px; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0px; }
td, th { padding: 0px; }
*, input[type="search"] { box-sizing: border-box; }
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .wrap::before { content: " "; display: table; }
.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .wrap::after { clear: both; content: " "; display: table; }
.clearfix { clear: both; }
a { color: rgb(163, 163, 163); text-decoration: none; }
a:hover { color: rgb(51, 51, 51); }
p { margin: 0px 0px 12px; padding: 0px; font-weight: 300; font-size: 16px; line-height: 25px; }
ol, ul { margin: 0px; padding: 0px; }
ul, li { list-style-type: none; }
b, strong { font-weight: 700; }
em, i { font-style: italic; }
blockquote { margin: 0px auto 28px; color: rgb(153, 153, 153); font-size: 21px; line-height: 25px; max-width: 1110px; }
blockquote p { margin-bottom: 10px; font-weight: 400; letter-spacing: 0.25px; font-size: 21px; line-height: 25px; }
blockquote p:first-child::before { }
.one_fifth blockquote p, .one_fifth blockquote p:first-child::before, .one_fifth blockquote p:first-child::after { font-size: 18px; line-height: 20px; }
blockquote cite { font-size: 14px; line-height: 20px; font-style: normal; }
small.tiny { font-size: 10px; line-height: 14px; font-weight: 400; }
/*h1, h2, h3, h4, h5, h6 { color: rgb(51, 51, 51); font-family: 'proxima-nova', sans-serif; font-weight: 400; line-height: 1.2; margin: 4px 0px 13px; }*/
/*h1 { font-size: 48px; line-height: 58px; color: rgb(5, 64, 89); letter-spacing: -1px; font-weight: 300; margin: 3px auto 30px 0px; max-width: 100%; padding-right: 10%; }
h2 { font-size: 36px; line-height: 43px; color: rgb(5, 64, 89); letter-spacing: -0.01em; max-width: 95%; padding-right: 5%; }
h3 { font-size: 30px; line-height: 36px; color: rgb(135, 189, 62); font-weight: 400; margin-bottom: 8px; }
h4 { font-size: 24px; line-height: 25px; color: rgb(5, 64, 89); font-weight: 700; margin-top: 26px; margin-bottom: 8px; letter-spacing: -0.01em; }
h5, h6 { font-size: 16px; line-height: 25px; color: rgb(64, 64, 64); font-weight: 500; display: block; margin: 0px auto; }*/
p a { color: rgb(8, 140, 199); font-weight: 400; transition: all 0.2s ease-out; }
p a:hover { color: rgb(5, 91, 128); text-decoration: underline; }
.border-title { display: block; margin: 9px auto 12px; padding: 0px 0px 14px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); text-align: center; line-height: 0.6em; }
.border-title > * { position: relative; bottom: -1px; padding-bottom: 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(5, 64, 89); display: inline-block; margin-bottom: -14px; }
.uber { font-family: 'proxima-nova', sans-serif; font-weight: 300; font-size: 60px; margin-top: 60px; margin-bottom: 14px; letter-spacing: -0.03em; }
.extra { font-family: 'proxima-nova', sans-serif; font-weight: 900; }
.extra.uber { font-size: 72px; }
/*.reversed { width: 100%; background-color: rgb(5, 64, 89); }*/
/*.reversed > * { font-family: 'proxima-nova', sans-serif; color: rgb(255, 255, 255) !important; padding-top: 39px !important; padding-bottom: 43px !important; margin: 0px auto !important; background-color: rgb(5, 64, 89); }*/
/*.color-light { color: rgb(255, 255, 255); }
.color-dark { color: rgb(83, 88, 95); }
.color-navy { color: rgb(5, 91, 128); }
.color-green { color: rgb(135, 189, 62); }
.color-orange { color: rgb(240, 136, 68); }
.background-grey { background-color: rgb(237, 237, 237); }*/
input[name="Company_News__c"] { width: 12px !important; }
label[for="UserType"] { height: 0px; overflow: hidden; }
/*.entry-content .mktoForm .mktoButtonWrap.mktoRound button.mktoButton { font-family: 'proxima-nova', sans-serif !important; border: 0px !important; border-radius: 0px !important; margin-left: 0px !important; background-color: rgb(135, 189, 62) !important; }*/
/*.entry-content .mktoForm .mktoButtonWrap.mktoRound button.mktoButton:hover { border: 0px !important; border-radius: 0px !important; background-color: rgb(161, 161, 161) !important; }*/
/*.entry-content .mktoForm .mktoButtonWrap.mktoRound button.mktoButton, .entry-content .mktoButton, .button*/ { height: auto; line-height: 14px; font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 7px 13px; display: inline-block; vertical-align: middle; color: rgb(255, 255, 255); letter-spacing: 0.5px; margin-bottom: 9px; border-radius: 0px; }
/*.full_width.button { text-align: center; }*/
.entry-content label.mktoLabel.mktoHasWidth { /*font-size: 14px; margin-top: 14px; line-height: 25px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; margin-bottom: 0px !important; */}
/*.small.button, small .button { height: 18px; line-height: 12px; font-size: 12px; padding: 2px 9px; }*/
.entry-content .mktoForm .mktoRequiredField label.mktoLabel, .entry-content label.mktoLabel.mktoHasWidth { /*font-size: 14px; line-height: 25px; margin-bottom: 15px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400;*/ }
.entry-content .mktoForm .mktoFieldWrap, .entry-content .mktoForm .mktoFormCol { float: none; }
/*.button.color-light { color: rgb(5, 64, 89); border: 1px solid currentcolor !important; background-color: rgb(255, 255, 255); }
.button.color-light:hover { background-color: rgba(255, 255, 255, 0.6); }
.button.color-light:active { background-color: rgb(255, 255, 255); }
.button.color-dark { background-color: rgb(5, 64, 89); }
.button.color-navy { background-color: rgb(5, 91, 128); }
.entry-content .mktoButton, .button.color-green { background-color: rgb(135, 189, 62); }
.button.color-orange { background-color: rgb(240, 136, 68); }
ul > li::before, ol > li::before { color: rgb(135, 189, 62); }
ul.color-dark > li::before, ol.color-dark > li::before { color: rgb(5, 64, 89); }
ul.color-navy > li::before, ol.color-navy > li::before { color: rgb(5, 91, 128); }
ul.color-green > li::before, ol.color-green > li::before { color: rgb(135, 189, 62); }
ul.color-orange > li::before, ol.color-orange > li::before { color: rgb(240, 136, 68); }
ul.color-dark > li, ol.color-dark > li, ul.color-grey > li, ol.color-grey > li, ul.color-navy > li, ol.color-navy > li, ul.color-green > li, ol.color-green > li, ul.color-orange > li, ol.color-orange > li { color: rgb(26, 26, 26) !important; }
section { margin: 0px auto; width: 100%; }
.light { font-style: normal; font-weight: 300 !important; }
.medium { font-style: normal; font-weight: 500 !important; }*/
.full-width-wrapfull-width-wrap { margin: 0px -29px; display: block; padding: 30px 60px; }
/*.gch-caption-inner a.button { font-weight: 600; outline: solid 1px; border-width: 1px !important; border-style: groove !important; background: rgba(255, 255, 255, 0.4); }
.button:hover { background: rgb(161, 161, 161); }*/
img { height: auto; }
table { border-collapse: collapse; border-spacing: 0px; line-height: 2; margin-bottom: 40px; width: 100%; }
tbody { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); }
td, th { text-align: left; }
td { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(221, 221, 221); padding: 6px 0px; }
th { font-weight: 400; }
.site-inner, .wrap { }
.site-inner { clear: both; padding-top: 40px; display: block; }
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { width: 980px; }
.content-sidebar-sidebar .content-sidebar-wrap { float: left; }
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { float: right; }
/*.content { float: right; width: 800px; }*/
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content { float: left; }
.content-sidebar .content-sidebar-wrap .content, .content-sidebar .content { }
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content { width: 580px; }
.full-width-content .content { max-width: 1199px; width: auto; float: none; margin: auto; }
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: left; margin-left: 2.5641%; }
.one-third, .two-sixths { width: 31.6239%; }
.first { clear: left; margin-left: 0px; }
.alignright .avatar { margin-left: 24px; }
.footer-widgets .widget-title { color: rgb(255, 255, 255); }
a.aligncenter img { display: block; margin: 0px auto; }
.alignright { float: right; text-align: right; }
a.alignleft, a.alignnone, a.alignright { max-width: 100%; }
img.centered, .aligncenter { display: block; margin: 0px auto 24px; }
a.alignright, img.alignright, .wp-caption.alignright { margin: 0px 0px 24px 24px; }
.entry-content p.wp-caption-text { margin-bottom: 0px; }
.widget { word-wrap: break-word; }
.widget ol > li { list-style-position: inside; list-style-type: decimal; padding-left: 20px; text-indent: -20px; }
.widget li li { border: none; margin: 0px 0px 0px 30px; padding: 0px; }
.featured-content .entry { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: rgb(245, 245, 245); margin-bottom: 20px; padding: 0px 0px 24px; }
.footer-widgets .entry { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(102, 102, 102); }
.site-header .widget-area { float: right; text-align: right; width: 800px; }
.entry { margin-bottom: 40px; padding: 0px 30px; }
.page .entry { margin-bottom: 20px; }
.home .entry { margin-bottom: 20px; padding: 0px 45px 20px; }
.content .entry { background-color: rgb(255, 255, 255); }
.entry-content ol, .entry-content ul:not(.menu) { margin-bottom: 28px; }
.entry-content ol > li { list-style-type: decimal; }
.entry-content ul > li { list-style-type: none; }
.entry-content ol ol, .entry-content ul:not(.menu) ul { margin-bottom: 0px; }
.entry-content code { color: rgb(221, 221, 221); background-color: rgb(51, 51, 51); }
.search-results .content { max-width: 1005px; padding: 25px; width: 100%; margin-left: auto; margin-right: auto; }
.search-results .content img.entry-image { display: none; }
.parent-products section.maximum { padding: 0px; }
.gch-header-content img[class*="size-"] { width: 48%; height: auto; margin: -48px 24px -24px 28px; float: right; }
.parent-products .gch-header { /*min-height: 320px;*/ }
/*.gch-header-inner.wrap img { max-height: 320px; */}
#top_group { position: fixed; overflow: visible; top: 0px; left: 0px; right: 0px; z-index: 40000; -webkit-user-select: none; }
#top_group > .relative { position: relative; height: 100px; width: 100%; max-width:100%; margin-right: auto; margin-left: auto; }
.logged-in #top_group { margin-top: 32px; }
.site-header { min-height: 100px; position: static; padding-top: 0px; background-color: rgb(255, 255, 255); }
.site-header .wrap { padding: 0px; min-height: 92px; }
#hamburger { width: 75px; height: 50px; position: relative; right: 0px; bottom: 0px; cursor: pointer; display: none; }
#menu-primary-navigation-menu { margin: 0px 28px; z-index: 10000; display: inline-block; position: relative; }
#menu-secondary-navigation-menu { margin: 0px 29px; z-index: 10000; }
#breadcrumbs { margin: 0px 30px; }
.title-area { float: left; padding: 0px; width: 360px; }
.header-full-width .title-area { width: 100%; padding: 0px; }
.site-title { font-size: 32px; font-weight: 400; line-height: 1.2; margin:0!important; }
.site-title a, .site-title a:hover { color: rgb(51, 51, 51); }
.header-image .site-title > a {float: left; height: 100px;
    width: 162px; margin-left: 10px; position: relative; z-index: 1000; background: url(/forescout-logo.svg) 0px -3px no-repeat; }
.site-description, .site-title { margin-bottom: 0px; }
.header-image .site-description, .header-image .site-title { display: block; text-indent: -9999px; }
#home_link_sticky { display: none; }
.site-header .widget-area { float: right; text-align: right; width: 800px; }
/*nav ul.genesis-nav-menu li.menu-item { display: inline-block; text-align: left; float: none; }
nav ul.genesis-nav-menu a { color: rgb(51, 51, 51); display: block; padding: 12px 14px; }
nav ul.genesis-nav-menu a:hover, nav ul.genesis-nav-menu .current-menu-item > a, nav ul.genesis-nav-menu .sub-menu .current-menu-item > a:hover { color: rgb(163, 163, 163); text-decoration: none !important; }
nav ul.genesis-nav-menu .sub-menu { top: -9999px; opacity: 0; position: absolute; transition: opacity 0.4s ease-in-out; width: 200px; z-index: 99; }
nav ul.genesis-nav-menu .sub-menu a { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: none solid solid; border-right-color: rgb(238, 238, 238); border-bottom-color: rgb(238, 238, 238); border-left-color: rgb(238, 238, 238); font-size: 14px; padding: 9px 16px; position: relative; width: 200px; background-color: rgb(255, 255, 255); }
nav ul.genesis-nav-menu .sub-menu .sub-menu { margin: -39px 0px 0px 199px; }
nav ul.genesis-nav-menu li.menu-item:hover { position: static; }
nav ul.genesis-nav-menu li.menu-item:hover > .sub-menu { top: auto; opacity: 1; }
nav ul.genesis-nav-menu > .first > a { padding-left: 0px; }
nav ul.genesis-nav-menu > .last > a { padding-right: 0px; }
nav ul.genesis-nav-menu > .right { color: rgb(255, 255, 255); float: right; list-style-type: none; padding: 30px 0px; }
nav ul.genesis-nav-menu > .right > a { display: inline; padding: 0px; }
nav ul.genesis-nav-menu > .rss > a { margin-left: 48px; }
nav ul.genesis-nav-menu > .search { display: inline-table; }*/
input[type="search"] { }
/*.search-form input[type="search"] { width: 120px; }*/
/*nav ul.genesis-nav-menu li.menu-item.button a { padding: 0px 7.3px; font-weight: 500; height: auto; letter-spacing: 0em; color: rgb(255, 255, 255) !important; }*/
nav ul.genesis-nav-menu > .search { display: inline-table; padding: 0px 0px 0px 10px; position: static; right: auto; top: auto; margin-top: auto; }
input[type="search"] { }
.search-form input[type="search"] { width: 120px; }
/*nav ul.genesis-nav-menu li.menu-item.button { padding: 3px 0px; height: auto; margin: 9px 1.1px 0px; }
nav ul.genesis-nav-menu li.menu-item.button.menu-item { margin-left: 9px; }
nav ul.genesis-nav-menu li.menu-item.button.menu-item:last-child { margin-left: 1.1px; }
nav ul.genesis-nav-menu li.menu-item .sub-menu li.menu-item-has-children > a::after { content: "+"; float: right; color: rgb(255, 255, 255); height: auto; width: auto; line-height: 8px; font-size: 16px; text-align: center; font-weight: 400; margin-top: 3px; padding: 3px; border-radius: 50%; background: rgb(204, 204, 204); }
*/
.site-header .sub-menu { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(238, 238, 238); }
.site-header .sub-menu .sub-menu { margin-top: -56px; }
.site-header nav ul.genesis-nav-menu li.menu-item li.menu-item { margin-left: 0px; }
nav.nav-primary { position: absolute; right: 0px; left: 0px; text-align: right; min-height: 32px; }
nav.nav-primary ul.genesis-nav-menu > li.menu-item > a { 
    color: #00AdEf;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 20px 16px;
    letter-spacing: 0;
    margin-right: 0;
}
nav.nav-primary ul.genesis-nav-menu .sub-menu a { color: rgb(51, 51, 51); }
nav.nav-primary ul.genesis-nav-menu a:hover, nav.nav-primary ul.genesis-nav-menu .current-menu-item > a, nav.nav-primary ul.genesis-nav-menu .sub-menu .current-menu-item > a:hover { color: inherit; }
nav.nav-secondary { position: absolute; top: 0; right: 0px; left: 0px; text-align: right; min-height: 24px; font-size: 14px; }
nav ul.genesis-nav-menu.menu-secondary a { font-size: 14px; line-height: 14px; margin:1px 12px;padding: 3px 16px; text-transform: uppercase; color: #1d374b; font-weight: 400; }

#top_group { transition: background-color 1s ease-in-out; background-color: transparent; }
#top_group, #top_group .relative, header.site-header, nav.nav-primary, nav.nav-secondary { transition: margin 0s ease-in-out; }
.breadcrumbs { min-height: 30px; color: rgb(174, 174, 174); font-size: 12px; line-height: 20px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(199, 199, 199); padding: 4px 0px; text-transform: uppercase; background-color: rgb(243, 243, 243); }
.site-header .search-form { float: right; margin-top: 18px; width: 50%; overflow: hidden; }
.search-form *::-webkit-input-placeholder { text-align: right !important; }
nav ul.genesis-nav-menu .search input[type="submit"] { border: 0px; clip: rect(0px 0px 0px 0px); height: 1px; margin: -1px; padding: 0px; position: absolute; width: 1px; color: rgb(85, 85, 85); }
.gch-header-image { margin: 0px auto; text-align: center; max-width: 100%; }
.gch-header-image-inner { display: inline-block; position: relative;max-width: 100%; max-width: 100%; }
.gch-header-image-inner img { vertical-align: top; }
.gch-caption { 
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 275px;
    overflow: hidden;
    display: table;
    margin: 0;
    vertical-align: middle;
 }
.gch-caption-inner { 
    color: #fff !important;
    height: auto;
    min-height: 100%;
    display: table-cell;
    padding: 0 !important;
    background: transparent;
    color: #fff;
    vertical-align: middle;
    position: relative;
}
* { font-family: 'proxima-nova', sans-serif; }
/*.callout { border: 0px none rgb(237, 237, 237); margin: 0px; padding: 1em 1em 0.5em; background: rgb(237, 237, 237); }*/
/*.callout p { margin: 0px 0px 0.5em; }*/
.right { float: right !important; }
a { color: rgb(163, 163, 163); text-decoration: none; }
a:hover { color: rgb(51, 51, 51); }
p { margin: 0px 0px 12px; padding: 0px; font-weight: 300; font-size: 16px; line-height: 25px; }
ol, ul { margin: 0px; padding: 0px; }
li { list-style-type: none; }
b, strong { font-weight: 700; }
em, i { font-style: italic; }
blockquote { margin: 0px auto 28px; color: rgb(153, 153, 153); font-size: 21px; line-height: 25px; max-width: 1110px; }
blockquote p { margin-bottom: 10px; font-weight: 300; letter-spacing: 0.25px; font-size: 24px; line-height: 1.5em; }
blockquote p:first-child::before { content: "“"; margin-left: -.5ex; position: absolute; font-family: 'proxima-nova', sans-serif; }
blockquote p:first-child::after { content: "”"; margin-left: 0ex; position: absolute; font-family: 'proxima-nova', sans-serif; }
.one_fifth blockquote p, .one_fifth blockquote p:first-child::before, .one_fifth blockquote p:first-child::after { font-size: 18px; }
blockquote cite { font-size: 14px; line-height: 22px; font-style: normal; display: block; }
small.tiny { font-size: 10px; line-height: 14px; font-weight: 400; }
/*h1, h2, h3, h4, h5, h6 { color: rgb(51, 51, 51); font-family: 'proxima-nova', sans-serif; font-weight: 400; line-height: 1.2; margin: 4px 0px 13px; }
h1 { font-size: 48px; line-height: 58px; color: rgb(5, 64, 89); letter-spacing: -1px; font-weight: 300; margin: 3px auto 30px 0px; max-width: 90%; }
h2 { font-size: 36px; line-height: 43px; color: rgb(5, 64, 89); letter-spacing: -0.01em; max-width: 95%; margin-left: 0px; }
h3 { font-size: 30px; line-height: 36px; color: rgb(135, 189, 62); font-weight: 400; margin-bottom: 8px; }
h4 { font-size: 24px; line-height: 25px; color: rgb(5, 64, 89); font-weight: 700; margin-top: 26px; margin-bottom: 8px; letter-spacing: -0.01em; }
h5, h6 { font-size: 16px; line-height: 25px; color: rgb(64, 64, 64); font-weight: 500; display: block; margin: 0px auto; }
p a { color: rgb(8, 140, 199); font-weight: 400; transition: all 0.2s ease-out; }
p a:hover { color: rgb(5, 91, 128); text-decoration: underline; }*/
.border-title { display: block; margin: 9px auto 12px; padding: 0px 0px 14px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); text-align: center; }
.border-title > * { position: relative; bottom: -1px; padding-bottom: 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(5, 64, 89); display: inline-block; margin-bottom: -14px; }
.uber { font-family: 'proxima-nova', sans-serif; font-weight: 300; font-size: 60px; margin-top: 60px; margin-bottom: 14px; letter-spacing: -0.03em; }
.extra { font-family: 'proxima-nova', sans-serif; font-weight: 900; }
.extra.uber { font-size: 72px; }
/*.reversed { width: 100%; background-color: rgb(5, 64, 89); }*/
/*.reversed > * { font-family: 'proxima-nova', sans-serif; color: rgb(255, 255, 255) !important; padding-top: 39px !important; padding-bottom: 43px !important; margin: 0px auto !important; font-weight: 500 !important; background-color: rgb(5, 64, 89); }*/
/*.reversed h2 { padding: 40px; }*/
/*.color-light { color: rgb(255, 255, 255); }
.color-dark { color: rgb(83, 88, 95); }
.color-navy { color: rgb(5, 91, 128); }
.color-green { color: rgb(135, 189, 62); }
.color-orange { color: rgb(240, 136, 68); }
button, input[type="button"], input[type="reset"], input[type="submit"], .button { height: 30px; line-height: 14px; font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 7px 13px; display: inline-block; vertical-align: middle; color: rgb(255, 255, 255); letter-spacing: 0.5px; margin-bottom: 9px; background-color: rgb(161, 161, 161); }
button.small, input.small[type="button"], input.small[type="reset"], input.small[type="submit"], .small.button, small .button { height: 18px; line-height: 12px; font-size: 12px; padding: 2px 9px; }
label { font-size: 14px; line-height: 25px; margin-bottom: 15px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; }
button.color-light, input.color-light[type="button"], input.color-light[type="reset"], input.color-light[type="submit"], .button.color-light { color: rgb(5, 64, 89); border: 1px solid rgb(5, 64, 89); background-color: rgb(255, 255, 255); }
button.color-light:hover, input.color-light[type="button"]:hover, input.color-light[type="reset"]:hover, input.color-light[type="submit"]:hover, .entry-content .button.color-light:hover, .button.color-light:hover { color: rgb(161, 161, 161); border: 1px solid rgb(161, 161, 161); }
button.color-dark, input.color-dark[type="button"], input.color-dark[type="reset"], input.color-dark[type="submit"], .button.color-dark { background-color: rgb(5, 64, 89); }
button.color-navy, input.color-navy[type="button"], input.color-navy[type="reset"], input.color-navy[type="submit"], .button.color-navy { background-color: rgb(5, 91, 128); }
button.color-green, input.color-green[type="button"], input.color-green[type="reset"], input.color-green[type="submit"], .button.color-green { background-color: rgb(135, 189, 62); }
button.color-orange, input.color-orange[type="button"], input.color-orange[type="reset"], input.color-orange[type="submit"], .button.color-orange { background-color: rgb(240, 136, 68); }
ul > li::before, ol > li::before { color: rgb(135, 189, 62); }
ul.color-dark > li::before, ol.color-dark > li::before { color: rgb(5, 64, 89); }
ul.color-navy > li::before, ol.color-navy > li::before { color: rgb(5, 91, 128); }
ul.color-green > li::before, ol.color-green > li::before { color: rgb(135, 189, 62); }
ul.color-orange > li::before, ol.color-orange > li::before { color: rgb(240, 136, 68); }
ul.color-dark > li, ol.color-dark > li, ul.color-grey > li, ol.color-grey > li, ul.color-navy > li, ol.color-navy > li, ul.color-green > li, ol.color-green > li, ul.color-orange > li, ol.color-orange > li { color: rgb(26, 26, 26) !important; }
li.double, .double li::before, li.double::before { padding-bottom: 1%; }
section { margin: 0px auto; width: 100%; }
section.maximum { max-width: 1005px; padding: 0px 30px; }
.loose { letter-spacing: 0.0139em; }
.double, .double li::before, li.double::before { line-height: 157% !important; }
.light { font-weight: 300; font-style: normal; }
.medium { font-weight: 500; font-style: normal; }
.wf-active { visibility: visible; }
*/
html { font-family: sans-serif; }
body { margin: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0px; }
[hidden], template { display: none; }
a { background: 0px 0px; }
a:active, a:hover { outline: 0px; }
abbr[title] { border-bottom-width: 1px; border-bottom-style: dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0px; }
mark { color: rgb(51, 51, 51); background: rgb(255, 255, 0); }
/*small { font-size: 80%; }*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0px; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid silver; margin: 0px 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0px; padding: 0px; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0px; }
td, th { padding: 0px; }
*, input[type="search"] { box-sizing: border-box; }
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .wrap::before { content: " "; display: table; }
.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .wrap::after { clear: both; content: " "; display: table; }
/*[class^="forescout-"], [class*=" forescout-"] { font-family: ForeScout; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-feature-settings: 'liga' 1; -webkit-font-smoothing: antialiased; }*/
/*.search-form *::-webkit-input-placeholder { font-family: ForeScout; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 14px; line-height: 1; -webkit-font-feature-settings: 'liga' 1; -webkit-font-smoothing: antialiased; }*/
body { color: rgb(26, 26, 26); font-family: 'proxima-nova', sans-serif; font-size: 16px; font-weight: 400; line-height: 20px; margin: 0px; text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; background-color: #fff }
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img { transition: all 0.1s ease-in-out; }
::selection { color: rgb(255, 255, 255); background-color: rgb(51, 51, 51); }
a { color: rgb(163, 163, 163); text-decoration: none; }
a:hover { color: rgb(51, 51, 51); }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
p { margin: 0px 0px 12px; padding: 0px; font-weight: 300; font-size: 16px; line-height: 25px; }
ol, ul { margin: 0px; padding: 0px; }
li { list-style-type: none; }
b, strong { font-weight: 700; }
em, i { font-style: italic; }
blockquote { margin: 0px auto 28px; color: rgb(153, 153, 153); font-size: 21px; line-height: 25px; max-width: 1110px; }
blockquote p { margin-bottom: 10px; font-weight: 400; letter-spacing: 0.25px; font-size: 21px; line-height: 25px; }
blockquote p:first-child::before { }
blockquote cite { font-size: 14px; line-height: 22px; font-style: normal; }
figcaption, .small { font-size: 12px; line-height: 18px; font-weight: 400; display: inline-table; }
figcaption { color: rgb(153, 153, 153); }
small.tiny { font-size: 10px; line-height: 14px; font-weight: 400; }
hr { border: 1px solid rgb(245, 245, 245); outline: rgb(245, 245, 245) solid 1px; margin-top: 24px; }
/*h1, h2, h3, h4, h5, h6 { color: rgb(51, 51, 51); font-family: 'proxima-nova', sans-serif; font-weight: 400; line-height: 1.2; margin: 4px 0px 13px; }
h1 { font-size: 48px; line-height: 58px; color: rgb(5, 64, 89); letter-spacing: -1px; font-weight: 300; margin: 3px auto 30px 0px; }
h2 { font-size: 36px; line-height: 43px; color: rgb(5, 64, 89); margin-top: 16px; margin-left: 0px; letter-spacing: -0.01em; }
h3 { font-size: 30px; line-height: 36px; color: rgb(135, 189, 62); font-weight: 400; margin-bottom: 8px; }
h4 { font-size: 25px; line-height: 25px; color: rgb(5, 64, 89); font-weight: 700; margin-top: 26px; margin-bottom: 8px; letter-spacing: -0.01em; }
h5, h6 { font-size: 16px; line-height: 25px; color: rgb(64, 64, 64); font-weight: 500; display: block; margin: 0px auto; }
.entry-content ul a, .entry-content ol a, p a { color: rgb(8, 140, 199); font-weight: 400; transition: all 0.2s ease-out; }
.entry-content ul a:hover, .entry-content ol a:hover, p a:hover { color: rgb(5, 91, 128); text-decoration: underline; }
.border-title { display: block; margin: 9px auto 12px; padding: 0px 0px 14px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); text-align: center; }
.border-title > * { position: relative; bottom: -1px; padding-bottom: 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(5, 64, 89); display: inline-block; margin-bottom: -14px; }
*/
img { height: auto; }
input, select, textarea { border: 1px solid rgb(221, 221, 221); color: rgb(51, 51, 51); font-size: 18px; font-weight: 300; padding: 16px; width: 100%; background-color: rgb(255, 255, 255); }
input:focus, textarea:focus { border: 1px solid rgb(153, 153, 153); outline: none; }
input[type="checkbox"], input[type="image"], input[type="radio"] { width: auto; }
*::-webkit-input-placeholder { color: rgb(190, 190, 190); font-weight: 300; }
/*button, input[type="button"], input[type="reset"], input[type="submit"], .button { border: none; color: rgb(255, 255, 255); cursor: pointer; font-weight: 500; text-transform: uppercase; width: auto; background-color: rgb(51, 51, 51); }
.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"] .footer-widgets .button { color: rgb(255, 255, 255); background-color: rgb(163, 163, 163); }
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(163, 163, 163); }
.entry-content .button:hover { color: rgb(255, 255, 255); }
.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"] { color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); }
.button { display: inline-block; }*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button { display: none; }
.search-form input[type="search"] { padding: 3px 2px 2px; font-size: 12px; line-height: 12px; border-color: rgb(190, 190, 190); margin-top: 8px; width: 120px; height: 20px; color: rgb(85, 85, 85); }
.entry-content input[type="search"] { height: 30px; vertical-align: top; margin: 0px 0px 9px; font-size: 14px; padding-right: 6px; }
table { border-collapse: collapse; border-spacing: 0px; line-height: 2; margin-bottom: 40px; width: 100%; }
tbody { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); }
td, th { text-align: left; }
td { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(221, 221, 221); padding: 6px 0px; }
th { font-weight: 400; }
.site-container { /*max-width: 1200px;*/ margin: 0px auto; z-index: 0; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: none solid solid; border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); padding-top: 100px; background-color: rgb(255, 255, 255); }
.site-inner, .wrap { margin: 0px auto; /*max-width: 1200px;*/ }
.site-inner, .gch-header .wrap, .site-inner .wrap { }
.gch-header-inner.wrap { padding: 0px; max-width: none; }
.site-inner { clear: both; padding-top: 0px; }
.site-inner { margin: auto; float: none; display: table; }
.gch-caption { 
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    min-height: 275px;
    overflow: hidden;
    display: table;
    margin: 0;
    vertical-align: middle;
}
.gch-caption-inner { 
    color: #fff !important;
    height: auto;
    min-height: 100%;
    display: table-cell;
    padding: 0 !important;
    background: transparent;
    color: #fff;
    vertical-align: middle;
    position: relative;
}

.gch-caption {top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);} /**!!! CENTER HEADER CAPTION VERTICALLY !!!*/


.blog #comment {border: 1px solid #aeb0b6}


section { margin: 0px auto; width: 100%; }
section.maximum { max-width: 1110px; padding: 0px; }
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { width: 980px; }
.content-sidebar-sidebar .content-sidebar-wrap { }
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { float: right; }
/*.content { float: right; width: 800px; }*/
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content { float: left; }
.sidebar-content-sidebar .content, .sidebar-sidebar-content .content { width: 580px; }
.full-width-content .content { width: 100%; }
/*[class*="blog"] .content article:first-child { padding-top: 0px; }*/
/*.content-sidebar-wrap .sidebar-primary, .content-sidebar-sidebar .sidebar-secondary { float: left; width: 24%; margin-top: 18px; position: relative; margin-left: 4%; }*/
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: left; margin-left: 2.5641%; }
.one-third, .two-sixths { width: 31.6239%; }
.first { clear: left; margin-left: 0px; }
.alignright .avatar { margin-left: 24px; }
.search-form { overflow: hidden; }
.entry-content .search-form { width: 50%; }
.search-form *::-webkit-input-placeholder { text-align: right !important; }
.one_fifth.last_column h4.widgettitle:first-child { margin-top: 12px; }
.image-tabs .widget:first-child h4.widgettitle { margin-top: 8px; }
.footer-widgets h4.widgettitle, .footer-widgets .widget-title { color: rgb(135, 189, 62); margin: 0px; }
.footer-widgets h4.widgettitle { font-size: 12px; line-height: 14px; margin-bottom: 5px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }
a.aligncenter img { display: block; margin: 0px auto; }
.alignright { float: right; text-align: right; }
a.alignleft, a.alignnone, a.alignright { max-width: 100%; }
img.centered, .aligncenter { display: block; margin: 0px auto 24px; }
a.alignright, img.alignright, .wp-caption.alignright { margin: 0px 0px 24px 24px; }
.entry-content p.wp-caption-text { margin-bottom: 0px; }
.widget { word-wrap: break-word; }
.widget ol > li { list-style-position: inside; list-style-type: decimal; padding-left: 20px; text-indent: -20px; }
.widget li li { border: none; margin: 0px 0px 0px 30px; padding: 0px; }
#social-links { display: table; width: auto; padding: 0px; margin: auto; table-layout: fixed; }
.footer-widgets #social-links li { display: table-cell; text-align: center; }
.footer-widgets #social-links li a { display: block; color: rgb(255, 255, 255); font-size: 27px; margin: 0px 2px 18px; padding: 0px 2px; line-height: 1; height: auto; width: auto !important; background-color: rgb(204, 204, 204); }
.footer-widgets #social-links li a:hover, .footer-widgets #social-links li a:active { background-color: rgb(161, 161, 161); }
.footer-widgets #social-links li:first-child a { margin-left: 0px; }
.footer-widgets #social-links li:last-child a { margin-right: 0px; }
.featured-content .entry { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: rgb(245, 245, 245); margin-bottom: 20px; padding: 0px 0px 24px; }
.footer-widgets .entry { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(102, 102, 102); }
.image-tabs .entry { padding-left: 0px; padding-right: 0px; }
p a { color: rgb(8, 140, 199); font-weight: 400; transition: all 0.2s ease-out; }
p a:hover { color: rgb(5, 91, 128); text-decoration: underline; }
/*[class*="blog"] article { max-width: 1064px; margin: auto; }
[class*="blog"] .site-inner { max-width: 975px; }
[class*="blog"] main.content { margin: auto -30px auto auto; display: block; float: none; max-width: 770px !important; }
[class*="blog"] main.content article.post:first-child::before { content: "Blog"; position: relative; display: block; font-family: 'proxima-nova', sans-serif; font-weight: 300; font-size: 60px; margin-top: 5px; margin-bottom: 62px; margin-left: -2px; letter-spacing: -0.03em; color: rgb(135, 189, 62); }*/
.entry { padding: 36px 0px 28px 35px; }
.content .entry { background-color: rgb(255, 255, 255); }
.entry-content ol, .entry-content ul:not(.menu):not(.responsive-tabs__list) { margin-bottom: 28px; margin-left: 16px;margin-left: 0px; margin-top: 15px; font-size: 16px; line-height: 1.3em; font-weight: 400; }
.entry-content ol {margin-left: 30px;}
.entry-content ol:not(.menu):not(.responsive-tabs__list) > li { list-style-type: decimal; margin-bottom: 20px;  }
.entry-content ul:not(.menu):not(.responsive-tabs__list) > li { list-style-type: none; margin-bottom: 20px; padding-left: 30px;}
.entry-content ul:not(.menu):not(.responsive-tabs__list) > li::before {     content: "◉";
    font-weight: 700;
    position: absolute;
    margin-left: -30px;
    line-height: 1.3em;
    width: 16px;
    height: 16px;
    color: #B5B5B5;
    font-size: inherit;
}
.entry-content ol ol, .entry-content ul:not(.menu):not(.responsive-tabs__list) ul { margin-bottom: 0px; }
.entry-content .bx-viewport ul > li::before { content: "" !important; display: none; }
.entry-content .bx-viewport ul, .entry-content .bx-viewport ul > li { margin-top: 0px !important; margin-bottom: 0px !important; }
.entry-content code { color: rgb(221, 221, 221); background-color: rgb(51, 51, 51); }
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > p { max-width: 1110px; /*width: 100%; margin-left: auto !important; margin-right: auto !important;*/ }
.entry .entry-header, .entry h5, .entry h6, .entry p { max-width: 1110px; margin-right: auto; margin-left: auto; }
.entry .entry-header .entry-title, .error404 .entry .entry-header .entry-title, .archive .entry .entry-header .entry-title, .single .entry .entry-header .entry-title { margin-left: 0px; margin-right: 0px; }
.entry .entry-thumbnail { text-align: center; max-height: 400px; overflow: hidden; }
.error404 .entry .entry-header .entry-title { display: none; }
.border-title h2, .border-title h1 { padding-right: 0px !important; max-width: 100% !important; }
.error404 .content-sidebar-wrap, .archive .content-sidebar-wrap, .single .content-sidebar-wrap { margin: auto; display: block; max-width: 1110px; }
.entry, .error404 .entry, .archive .entry, .single .entry { position: relative; }
.error404 .entry-content, .archive .entry-content, .single .entry-content { padding: 0px; }
.error404 h1.uber.color-green, .single-post h1.uber.color-green, .page-template-page_blog h1.uber.color-green { margin-top: 0px; margin-bottom: 22px; }
/*.callout { position: relative; margin: -20px 0px 20px; padding: 20px 40px; transition: background 0.7s ease-out; background: rgba(237, 237, 237, 0.247059); }*/
/*.callout:hover { background: rgba(237, 237, 237, 0.34902); }*/
.sidebar .widget { padding: 0; margin-left: 0px; }
.sidebar .widget .menu li, .sidebar .widget .menu li a { border-bottom-width: 0px; border-bottom-style: dotted; border-bottom-color: rgb(221, 221, 221); margin-bottom: 0px; padding-bottom: 0px; font-size: 14px; line-height: 1.75; font-weight: 500; color: rgb(83, 88, 95); }
.footer-widgets { clear: both; padding: 0px 30px; }
.site-footer, .footer-widgets { background-color: rgb(255, 255, 255); }
.footer-widgets .wrap { position: relative; padding: 30px 0px; margin: auto; }
/*.footer-widgets, .footer-widgets a { color: rgb(83, 88, 95); font-size: 12px; line-height: 14px; margin: 4px 0px; display: block; white-space: nowrap; }*/
.footer-widgets input { border: 1px solid rgb(51, 51, 51); }
.footer-widgets a:hover { color: rgb(199, 199, 199); text-decoration: none !important; }
/*.footer-widgets a.button { display: block; line-height: 1; text-align: center; font-size: 14px; margin-bottom: 3px; color: rgb(255, 255, 255); }*/
.footer-widgets li { }
.footer-widgets .widget { margin-bottom: 10px; }
.footer-widgets p:last-child { margin-bottom: 0px; }
.footer-widgets [class^="footer-widgets-"] { min-width: 150px; width: 24.006923%; float: left; margin-right: 1.66666% !important; }
.footer-widgets [class^="footer-widgets-1"] { margin-right: 0px; }
.footer-widgets [class^="footer-widgets-1"] { position: absolute; right: 0px; top: 30px; margin-right: 0px !important; width: auto !important; }
/*.footer-widgets .widget-area:not(:first-child) .menu > li > a, .footer-widgets .widget-area:not(:first-child) .menu > li.menu-item-has-children > a { font-size: 12px; line-height: 14px; margin-bottom: 5px; margin-left: 0px; color: rgb(135, 189, 62); }
.footer-widgets .widget-area:not(:first-child) .menu > li > a:hover, .footer-widgets .widget-area:not(:first-child) .menu > li.menu-item-has-children > a:hover { font-size: 12px; line-height: 14px; margin-bottom: 5px; margin-left: 0px; color: rgb(90, 90, 90); }
.footer-widgets .widget-area:not(:first-child) li li, .footer-widgets .widget-area:not(:first-child) ul.menu li a, .footer-widgets .widget-area:not(:first-child) ul.menu li ul.sub-menu, .footer-widgets .widget-area:not(:first-child) ul.menu li ul.sub-menu li { display: block; list-style-type: none; margin-left: 0px; padding-left: 0px; text-indent: 0px; }*/
/*.footer-widgets .widget-area:not(:first-child) ul.menu > li { display: table-cell; padding-right: 0px; }*/
/*.footer-widgets .widget-area:first-child ul.menu > li.button, .footer-widgets .widget-area:not(:first-child) .menu li .sub-menu li.button, .footer-widgets .widget-area:not(:first-child) .sub-menu > li.menu-item-has-children > a { display: none; }*/
/*.site-footer { font-size: 12px; font-weight: 400; line-height: 1; padding: 20px 0px 30px; text-align: right; position: relative; background: none; }
.site-footer p, .site-footer p small { color: rgb(83, 88, 95); font-size: 12px; font-weight: 400; line-height: 1; padding: 0px; margin-bottom: 0px; top: 0px; text-align: right; background: none; }*/
.site-footer .wrap { padding: 0px 30px; margin: 0px auto; position: relative; }
.site-footer p { margin-bottom: 0px; }
/*#hp-stats_v2 { display: table; margin-bottom: 20px; }
#hp-stats_v2 .content-column { display: inline-block; float: none; vertical-align: top; text-align: center !important; }
#hp-stats_v2 h2 { white-space: nowrap; padding-right: 0px !important; max-width: 100% !important; text-align: center !important; }
#hp-stats_v2 label { max-width: 90%; margin: auto; display: block; line-height: 1.2; text-align: center !important; }*/
.featured-resource img.wp-post-image { height: 150px; min-height: 150px; width: auto; max-width: 100%; margin: 18px auto 5px; }
.featured-resource .color-green a { color: rgb(135, 189, 62); line-height: 1.2em; display: inline-block; vertical-align: top; }
.featured-resource .one_third .color-green a { }
/*.resources .site-inner { padding-top: 0px; }*/
.resources h1.uber.color-green { margin-bottom: 0px; }
.resources .featured-resource .border-title { margin-top: 60px; }
.resources .featured-resource .border-title:first-of-type { margin-top: 10px; }
.featured-resource .content-column.one_half .alignleft img.wp-post-image { min-height: 120px; margin-right: 12px; height: 120px !important; }
.featured-resource .content-column h3 { font-size: 21px; margin: 0px auto; line-height: 1; display: table; width: 78%; }
.content iframe[src^="http://www.youtube.com"], .content iframe[src^="https://www.youtube.com"], .content iframe[src^="http://youtube.com"], .content iframe[src^="https://youtube.com"], .content iframe[src*="vimeo.com"] { max-width: 100% !important; }
html { font-family: sans-serif; }
body { margin: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0px; }
[hidden], template { display: none; }
a { background: 0px 0px; }
a:active, a:hover { outline: 0px; }
abbr[title] { border-bottom-width: 1px; border-bottom-style: dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0px; }
mark { color: rgb(51, 51, 51); background: rgb(255, 255, 0); }
/*small { font-size: 80%; }*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0px; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid silver; margin: 0px 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0px; padding: 0px; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0px; }
td, th { padding: 0px; }
*, input[type="search"] { box-sizing: border-box; }
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .wrap::before { content: " "; display: table; }
.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .wrap::after { clear: both; content: " "; display: table; }
.clearfix { clear: both; }
a { color: rgb(163, 163, 163); text-decoration: none; }
a:hover { color: rgb(51, 51, 51); }
p { margin: 0px 0px 12px; padding: 0px; font-weight: 300; font-size: 16px; line-height: 25px; }
ol, ul { margin: 0px; padding: 0px; }
ul, li { list-style-type: none; }
b, strong { font-weight: 700; }
em, i { font-style: italic; }
.one_fifth blockquote p, .one_fifth blockquote p:first-child::before, .one_fifth blockquote p:first-child::after { font-size: 18px; line-height: 20px; }
blockquote cite { font-size: 14px; line-height: 20px; font-style: normal; }
small.tiny { font-size: 10px; line-height: 14px; font-weight: 400; }
/*h1, h2, h3, h4, h5, h6 { color: rgb(51, 51, 51); font-family: 'proxima-nova', sans-serif; font-weight: 400; line-height: 1.2; margin: 4px 0px 13px; }*/
/*h1 { font-size: 48px; line-height: 58px; color: rgb(5, 64, 89); letter-spacing: -1px; font-weight: 300; margin: 3px auto 30px 0px; max-width: 100%; padding-right: 10%; }
h2 { font-size: 36px; line-height: 43px; color: rgb(5, 64, 89); letter-spacing: -0.01em; max-width: 95%; padding-right: 5%; }
h3 { font-size: 30px; line-height: 36px; color: rgb(135, 189, 62); font-weight: 400; margin-bottom: 8px; }
h4 { font-size: 24px; line-height: 25px; color: rgb(5, 64, 89); font-weight: 700; margin-top: 26px; margin-bottom: 8px; letter-spacing: -0.01em; }
h5, h6 { font-size: 16px; line-height: 25px; color: rgb(64, 64, 64); font-weight: 500; display: block; margin: 0px auto; }*/
/*p a { color: rgb(8, 140, 199); font-weight: 400; transition: all 0.2s ease-out; }*/
/*p a:hover { color: rgb(5, 91, 128); text-decoration: underline; }*/
/*.border-title { display: block; margin: 9px auto 12px; padding: 0px 0px 14px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); text-align: center; line-height: 0.6em; }*/
/*.border-title > * { position: relative; bottom: -1px; padding-bottom: 6px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(5, 64, 89); display: inline-block; margin-bottom: -14px; }*/
/*.uber { font-family: 'proxima-nova', sans-serif; font-weight: 300; font-size: 60px; margin-top: 60px; margin-bottom: 14px; letter-spacing: -0.03em; }*/
/*.extra { font-family: 'proxima-nova', sans-serif; font-weight: 900; }*/
/*.extra.uber { font-size: 72px; }*/
/*.reversed { width: 100%; background-color: rgb(5, 64, 89); }*/
/*.reversed > * { font-family: 'proxima-nova', sans-serif; color: rgb(255, 255, 255) !important; padding-top: 39px !important; padding-bottom: 43px !important; margin: 0px auto !important; background-color: rgb(5, 64, 89); }*/
/*.color-light { color: rgb(255, 255, 255); }
.color-dark { color: rgb(83, 88, 95); }
.color-navy { color: rgb(5, 91, 128); }
.color-green { color: rgb(135, 189, 62); }
.color-orange { color: rgb(240, 136, 68); }*/
.background-grey { background-color: rgb(237, 237, 237); }
input[name="Company_News__c"] { width: 12px !important; }
label[for="UserType"] { height: 0px; overflow: hidden; }
/*.entry-content .mktoForm .mktoButtonWrap.mktoRound button.mktoButton { font-family: 'proxima-nova', sans-serif !important; border: 0px !important; border-radius: 0px !important; margin-left: 0px !important; background-color: rgb(135, 189, 62) !important; }*/
/*.entry-content .mktoForm .mktoButtonWrap.mktoRound button.mktoButton:hover { border: 0px !important; border-radius: 0px !important; background-color: rgb(161, 161, 161) !important; }*/
/*.entry-content .mktoForm .mktoButtonWrap.mktoRound button.mktoButton, .entry-content .mktoButton, .button*/ { height: auto; line-height: 14px; font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 7px 13px; display: inline-block; vertical-align: middle; color: rgb(255, 255, 255); letter-spacing: 0.5px; margin-bottom: 9px; border-radius: 0px; }
.full_width.button { text-align: center; }
.entry-content label.mktoLabel.mktoHasWidth { /*font-size: 14px; margin-top: 14px; line-height: 25px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; margin-bottom: 0px !important;*/ }
/*.small.button, small .button { height: 18px; line-height: 12px; font-size: 12px; padding: 2px 9px; }*/
.entry-content .mktoForm .mktoRequiredField label.mktoLabel, .entry-content label.mktoLabel.mktoHasWidth { /*font-size: 14px; line-height: 25px; margin-bottom: 15px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400;*/ }
.entry-content .mktoForm .mktoFieldWrap, .entry-content .mktoForm .mktoFormCol { float: none; }
/*.button.color-light { color: rgb(5, 64, 89); border: 1px solid currentcolor !important; background-color: rgb(255, 255, 255); }
.button.color-light:hover { background-color: rgba(255, 255, 255, 0.6); }
.button.color-light:active { background-color: rgb(255, 255, 255); }
.button.color-dark { background-color: rgb(5, 64, 89); }
.button.color-navy { background-color: rgb(5, 91, 128); }
.entry-content .mktoButton, .button.color-green { background-color: rgb(135, 189, 62); }
.button.color-orange { background-color: rgb(240, 136, 68); }*/
/*ul > li::before, ol > li::before { color: rgb(135, 189, 62); }
ul.color-dark > li::before, ol.color-dark > li::before { color: rgb(5, 64, 89); }
ul.color-navy > li::before, ol.color-navy > li::before { color: rgb(5, 91, 128); }
ul.color-green > li::before, ol.color-green > li::before { color: rgb(135, 189, 62); }
ul.color-orange > li::before, ol.color-orange > li::before { color: rgb(240, 136, 68); }
ul.color-dark > li, ol.color-dark > li, ul.color-grey > li, ol.color-grey > li, ul.color-navy > li, ol.color-navy > li, ul.color-green > li, ol.color-green > li, ul.color-orange > li, ol.color-orange > li { color: rgb(26, 26, 26) !important; }
section { margin: 0px auto; width: 100%; }
.loose { letter-spacing: 0.0139em; }
.light { font-style: normal; font-weight: 300 !important; }
.medium { font-style: normal; font-weight: 500 !important; }
.full-width-wrapfull-width-wrap { margin: 0px -29px; display: block; padding: 30px 60px; }
.gch-caption-inner a.button { font-weight: 600; outline: solid 1px; border-width: 1px !important; border-style: groove !important; background: rgba(255, 255, 255, 0.4); }
.button:hover { background: rgb(161, 161, 161); }*/
img { height: auto; }
table { border-collapse: collapse; border-spacing: 0px; line-height: 2; margin-bottom: 40px; width: 100%; }
tbody { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); }
td, th { text-align: left; }
td { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(221, 221, 221); padding: 6px 0px; }
th { font-weight: 400; }
.site-inner, .wrap { }
.site-inner { clear: both; padding-top: 40px; display: block; }
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { width: 980px; }
.content-sidebar-sidebar .content-sidebar-wrap { float: left; }
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap { float: right; }
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content { float: left; }
.content-sidebar .content-sidebar-wrap .content, .content-sidebar .content { }
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content { width: 580px; }
.full-width-content .content { max-width: 1199px; width: auto; float: none; margin: auto; }
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: left; margin-left: 2.5641%; }
.one-third, .two-sixths { width: 31.6239%; }
.first { clear: left; margin-left: 0px; }
.alignright .avatar { margin-left: 24px; }
.footer-widgets .widget-title { color: rgb(255, 255, 255); }
a.aligncenter img { display: block; margin: 0px auto; }
.alignright { float: right; text-align: right; }
a.alignleft, a.alignnone, a.alignright { max-width: 100%; }
img.centered, .aligncenter { display: block; margin: 0px auto 24px; }
a.alignright, img.alignright, .wp-caption.alignright { margin: 0px 0px 24px 24px; }
.entry-content p.wp-caption-text { margin-bottom: 0px; }
.widget { word-wrap: break-word; }
.widget ol > li { list-style-position: inside; list-style-type: decimal; padding-left: 20px; text-indent: -20px; }
.widget li li { border: none; margin: 0px 0px 0px 30px; padding: 0px; }
.featured-content .entry { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: rgb(245, 245, 245); margin-bottom: 20px; padding: 0px 0px 24px; }
.footer-widgets .entry { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(102, 102, 102); }
.site-header .widget-area { float: right; text-align: right; width: 800px; }
.entry { margin-bottom: 40px; padding: 0px 0px; }
.page .entry { margin-bottom: 20px; }
.home .entry { margin-bottom: 20px; padding: 0px 0px 20px; }
.content .entry { background-color: rgb(255, 255, 255); }
.entry-content ol, .entry-content ul:not(.menu) { margin-bottom: 28px; }
.entry-content ol > li { list-style-type: decimal; }
.entry-content ul > li { list-style-type: none; }
.entry-content ol ol, .entry-content ul:not(.menu) ul { margin-bottom: 0px; }
.entry-content code { color: rgb(221, 221, 221); background-color: rgb(51, 51, 51); }
.search-results .content { max-width: 1005px; padding: 25px; width: 100%; margin-left: auto; margin-right: auto; }
.search-results .content img.entry-image { display: none; }
.parent-products section.maximum { padding: 0px; }
/*.gch-header-content img[class*="size-"] { width: 48%; height: auto; margin: -48px 24px -24px 28px; float: right; }*/
.parent-products .gch-header { /*min-height: 320px;*/ }
.gch-header-inner.wrap img { /*max-height: 320px;*/ }
#top_group { position: fixed; overflow: visible; top: 0px; left: 0px; right: 0px; z-index: 40000; -webkit-user-select: none; }
#top_group > .relative { position: relative; height: 100px; width: 100%; max-width:100%; margin-right: auto; margin-left: auto; }
.logged-in #top_group { margin-top: 32px; }
.site-header { min-height: 100px; position: static; padding-top: 0px; background-color: rgb(255, 255, 255); }
.site-header .wrap { padding: 0px; min-height: 92px; }
#hamburger { width: 75px; height: 50px; position: relative; right: 0px; bottom: 0px; cursor: pointer; display: none; }
#menu-primary-navigation-menu { margin: 0px 28px; z-index: 10000; display: inline-block; position: relative; }
#menu-secondary-navigation-menu { margin: 0px 29px; z-index: 10000; }
#breadcrumbs { margin: 0px 30px; }
.title-area { float: left; padding: 0px; width: 360px; }
.header-full-width .title-area { width: 100%; padding: 0px; }
.site-title { font-size: 32px; font-weight: 400; line-height: 1.2; }
.site-title a, .site-title a:hover { color: rgb(51, 51, 51); }
.header-image .site-title > a {float: left; height: 100px; width: 180px; position: relative; z-index: 1000; background: url(/forescout-logo.svg) 0px -3px no-repeat; }
.site-description, .site-title { margin-bottom: 0px; }
.header-image .site-description, .header-image .site-title { display: block; text-indent: -9999px; }
#home_link_sticky { display: none; }
.site-header .widget-area { float: right; text-align: right; width: 800px; }
nav ul.genesis-nav-menu li.menu-item { display: inline-block; text-align: left; float: none; vertical-align: middle; }
nav ul.genesis-nav-menu a { color: rgb(51, 51, 51); display: block; padding: 12px 14px; }
nav ul.genesis-nav-menu a:hover, nav ul.genesis-nav-menu .current-menu-item > a, nav ul.genesis-nav-menu .sub-menu .current-menu-item > a:hover { color: rgb(163, 163, 163); text-decoration: none !important; }
nav ul.genesis-nav-menu .sub-menu { top: -9999px; opacity: 0; position: absolute; transition: opacity 0.4s ease-in-out; width: 200px; z-index: 99; }
nav ul.genesis-nav-menu .sub-menu a { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-style: none solid solid; border-right-color: rgb(238, 238, 238); border-bottom-color: rgb(238, 238, 238); border-left-color: rgb(238, 238, 238); font-size: 14px; padding: 9px 16px; position: relative; width: 200px; background-color: rgb(255, 255, 255); }
nav ul.genesis-nav-menu .sub-menu .sub-menu { margin: -39px 0px 0px 199px; }
nav ul.genesis-nav-menu li.menu-item:hover { position: static; }
nav ul.genesis-nav-menu li.menu-item:hover > .sub-menu { top: auto; opacity: 1; }
nav ul.genesis-nav-menu > .first > a { padding-left: 0px; }
nav ul.genesis-nav-menu > .last > a { padding-right: 0px; }
/*nav ul.genesis-nav-menu > .right { color: rgb(255, 255, 255); float: right; list-style-type: none; padding: 30px 0px; }*/
/*nav ul.genesis-nav-menu > .right > a { display: inline; padding: 0px; }*/
nav ul.genesis-nav-menu > .rss > a { margin-left: 48px; }
nav ul.genesis-nav-menu > .search { display: inline-table; }
input[type="search"] { }
.search-form input[type="search"] { width: 120px; }
/*nav ul.genesis-nav-menu li.menu-item.button a { padding: 0px 7.3px; font-weight: 500; height: auto; letter-spacing: 0em; color: rgb(255, 255, 255) !important; }*/
/*nav ul.genesis-nav-menu > .search { display: inline-table; padding: 0px 0px 0px 10px; position: static; right: auto; top: auto; margin-top: auto; }*/
input[type="search"] { }
.search-form input[type="search"] { width: 120px; }
/*nav ul.genesis-nav-menu li.menu-item.button { padding: 3px 0px; height: auto; margin: 9px 1.1px 0px; }
nav ul.genesis-nav-menu li.menu-item.button.menu-item { margin-left: 9px; }
nav ul.genesis-nav-menu li.menu-item.button.menu-item:last-child { margin-left: 1.1px; }
nav ul.genesis-nav-menu li.menu-item .sub-menu li.menu-item-has-children > a::after { content: "+"; float: right; color: rgb(255, 255, 255); height: auto; width: auto; line-height: 8px; font-size: 16px; text-align: center; font-weight: 400; margin-top: 3px; padding: 3px; border-radius: 50%; background: rgb(204, 204, 204); }*/
.site-header .sub-menu { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(238, 238, 238); }
.site-header .sub-menu .sub-menu { margin-top: -56px; }
.site-header nav ul.genesis-nav-menu li.menu-item li.menu-item { margin-left: 0px; }
nav.nav-primary { position: absolute; right: 0px; left: 0px; text-align: right; min-height: 24px; }
nav.nav-primary ul.genesis-nav-menu .sub-menu a { color: rgb(51, 51, 51); }
nav.nav-primary ul.genesis-nav-menu a:hover, nav.nav-primary ul.genesis-nav-menu .current-menu-item > a, nav.nav-primary ul.genesis-nav-menu .sub-menu .current-menu-item > a:hover { color: inherit; }
nav.nav-secondary { position: absolute; top: 10px; right: 0px; left: 0px; text-align: right; min-height: 24px; font-size: 14px; }
nav ul.genesis-nav-menu.menu-secondary a { 
	font-size: 13px;
    line-height: 24px;
    margin: 0px 0;
    padding: 3px 11.8px;
    text-transform: uppercase;
    color: #1d374b;
    font-weight: 400;
}

#top_group { transition: background-color 1s ease-in-out; background-color: transparent; }
#top_group, #top_group .relative, header.site-header, nav.nav-primary, nav.nav-secondary { transition: margin 0s ease-in-out; }
.breadcrumbs { min-height: 30px; color: rgb(174, 174, 174); font-size: 12px; line-height: 20px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(199, 199, 199); padding: 4px 0px; text-transform: uppercase; background-color: rgb(243, 243, 243); }
.site-header .search-form { float: right; margin-top: 18px; width: 50%; overflow: hidden; }
.search-form *::-webkit-input-placeholder { text-align: right !important; }
nav ul.genesis-nav-menu .search input[type="submit"] { border: 0px; clip: rect(0px 0px 0px 0px); height: 1px; margin: -1px; padding: 0px; position: absolute; width: 1px; color: rgb(85, 85, 85); }
.woocommerce.single-product.details-full-width div.product div.summary, .woocommerce-page.single-product.details-full-width div.product div.summary, .woocommerce.single-product.details-full-width #content div.product div.summary, .woocommerce-page.single-product.details-full-width #content div.product div.summary { width: 100%; float: none; }
.woocommerce #content div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product div.thumbnails a.first, .woocommerce #content div.product div.thumbnails::after, .woocommerce .cart-collaterals::after, .woocommerce .col2-set::after, .woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails::after, .woocommerce ul.products, .woocommerce ul.products li.first, .woocommerce ul.products::after, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page .cart-collaterals::after, .woocommerce-page .col2-set::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails::after, .woocommerce-page ul.products, .woocommerce-page ul.products li.first, .woocommerce-page ul.products::after { clear: both; }
/*.woocommerce table.my_account_orders tr td.order-actions .button, .woocommerce-page table.my_account_orders tr td.order-actions .button { float: none; margin: 0.125em 0.25em 0.125em 0px; }*/
/*.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input { width: 48%; box-sizing: border-box; }
.woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button { float: right; }
.woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden { visibility: hidden; }
.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before { height: 1em; width: 1em; position: absolute; top: 50%; left: 50%; margin-left: -0.5em; margin-top: -0.5em; display: block; content: ""; animation: spin 1s ease-in-out infinite; line-height: 1; text-align: center; font-size: 2em; color: rgba(0, 0, 0, 0.74902); background: url(https://www.forescout.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) 50% 50% / cover; }
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { float: right; }
.woocommerce div.product form.cart .button { vertical-align: middle; float: left; }
.woocommerce ul.products li.product .button { margin-top: 1em; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { font-size: 100%; margin: 0px; line-height: 1; cursor: pointer; position: relative; font-family: inherit; text-decoration: none; overflow: visible; padding: 0.618em 1em; font-weight: 700; border-radius: 3px; left: auto; color: rgb(81, 81, 81); border: 0px; white-space: nowrap; display: inline-block; box-shadow: none; text-shadow: none; background-image: none; background-color: rgb(235, 233, 235); }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { text-decoration: none; color: rgb(81, 81, 81); background-image: none; background-color: rgb(218, 216, 218); }
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] { color: inherit; cursor: not-allowed; opacity: 0.5; }
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover { color: inherit; background-color: rgb(235, 233, 235); }
.woocommerce .cart .button, .woocommerce .cart input.button { float: none; }
.woocommerce table.my_account_orders .button { white-space: nowrap; }
.woocommerce table.my_account_orders .order-actions .button { margin: 0.125em 0px 0.125em 0.25em; }
.woocommerce .widget_price_filter .price_slider_amount .button { font-size: 1.15em; float: left; }
.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count { float: right; }
.woocommerce-cart .cart-collaterals .shipping_calculator .button { width: 100%; float: none; display: block; }*/
.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { float: left; }
.clear_column { clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow: hidden; }
.one_fourth { width: 25%; }
.three_fourth { width: 75%; }
.one_fifth { width: 20%; }
.two_fifth { width: 40%; }
.three_fifth { width: 60%; }
.gch-header h1 { max-width: none; }
.wf-active { visibility: visible; }
body { margin: 0px; background-image: none !important; background-color: #fff !important; }
html { font-family: sans-serif; }
body { margin: 0px; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0px; }
[hidden], template { display: none; }
a { background: 0px 0px; }
a:active, a:hover { outline: 0px; }
abbr[title] { border-bottom-width: 1px; border-bottom-style: dotted; }
dfn { font-style: italic; }
mark { color: rgb(51, 51, 51); background: rgb(255, 255, 0); }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0px; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid silver; margin: 0px 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0px; padding: 0px; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
td, th { padding: 0px; }
#top_group{ font-family: sans-serif; backface-visibility: hidden; }
, *, input[type="search"] { font-family: 'proxima-nova', sans-serif; box-sizing: border-box; }
.site-container::before, .wrap::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .site-footer::before, .site-header::before { content: " "; display: table; }
.site-container::after, .wrap::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .site-footer::after, .site-header::after { clear: both; content: " "; display: table; }

.site-container > { color: rgb(26, 26, 26); font-family: 'proxima-nova', sans-serif; font-size: 16px; font-weight: 400; line-height: 20px; margin: 0px; text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; }
form { margin-top: 0px; }

a { color: rgb(163, 163, 163); text-decoration: none; }
a:hover { color: rgb(51, 51, 51); }
p { margin: 0px 0px 12px; padding: 0px; font-weight: 300; font-size: 16px; line-height: 25px; }
ol, ul { margin: 0px; padding: 0px; }
b, strong { font-weight: 700; }
em, i { font-style: italic; }
blockquote { margin: 0px auto 28px; color: rgb(153, 153, 153); font-size: 24px; line-height: 1.5em; max-width: 1110px; }
blockquote p { margin-bottom: 10px; font-weight: 300; letter-spacing: 0.25px; font-size: 24px; line-height: 1.5em; }
blockquote p:first-child::before { content: "“"; margin-left: -0.75ex; position: relative!important; font-family: 'proxima-nova', sans-serif; line-height: 1.15em;  }
blockquote p:first-child::after { content: "“"; margin-left: 0px; position: absolute; font-family: 'proxima-nova', sans-serif; }
blockquote cite { font-size: 14px; line-height: 22px; font-style: normal; }
hr { border: 1px solid rgb(245, 245, 245); outline: rgb(245, 245, 245) solid 1px; margin-top: 24px; }

h5, h6 { font-size: 16px; line-height: 25px; color: rgb(64, 64, 64); font-weight: 500; display: block; margin: 0px auto; }
.wp-caption, embed, iframe, img, object, video { max-width: 100%; height: auto; }
img { height: auto; }
input, select, textarea { font-family: 'proxima-nova', sans-serif; border: 1px solid rgb(221, 221, 221); color: rgb(51, 51, 51); font-size: 18px; font-weight: 300; padding: 16px; width: 100%; background-color: rgb(255, 255, 255); }
input:focus, textarea:focus { border: 1px solid rgb(153, 153, 153); outline: 0px; }
input[type="checkbox"], input[type="image"], input[type="radio"] { width: auto; }
::-webkit-input-placeholder { color: rgb(190, 190, 190); font-weight: 300; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button { display: none; }
.search-form input[type="search"] { padding: 3px 2px 2px; font-size: 12px; line-height: 12px; border-color: rgb(190, 190, 190); margin-top: 8px; width: 196px; height: 20px; color: rgb(85, 85, 85); }
table { border-collapse: collapse; border-spacing: 0px; line-height: 2; margin-bottom: 40px; width: 100%; }
tbody { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); }
td, th { text-align: left; }
td { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(221, 221, 221); padding: 6px 0px; }
th { font-weight: 400; }
.site-container { margin: 0px auto; z-index: 0; border: none; padding-top: 92px; background-color: rgb(255, 255, 255); }
.wrap { margin: 0px auto; max-width: 1110px; }
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: left; margin-left: 2.5641%; }
.one-half, .three-sixths, .two-fourths { width: 48.7179%; }
.one-third, .two-sixths { width: 31.6239%; }
.four-sixths, .two-thirds { width: 65.812%; }
.one-fourth { width: 23.0769%; }
.three-fourths { width: 74.359%; }
.one-sixth { width: 14.5299%; }
.five-sixths { width: 82.906%; }
.first { clear: left; margin-left: 0px; }
#breadcrumbs{ margin: 0px 30px; }
.breadcrumbs { min-height: 30px; color: rgb(174, 174, 174); font-size: 12px; line-height: 20px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(199, 199, 199); padding: 4px 0px; text-transform: uppercase; background-color: rgb(243, 243, 243); }
.search-form { overflow: hidden; }
header.site-header.search-form { float: right; margin-top: 18px; width: 50%; overflow: hidden; }
.search-form::-webkit-input-placeholder { text-align: right !important; }
nav ul.genesis-nav-menu .search input[type="submit"] { border: 0px; clip: rect(0px 0px 0px 0px); height: 1px; margin: -1px; padding: 0px; position: absolute; width: 1px; color: rgb(85, 85, 85); }
h4.widgettitle {  }
.footer-widgets .widget-title, .footer-widgets h4.widgettitle { color: rgb(135, 189, 62); margin: 0px; }
.footer-widgets h4.widgettitle { font-size: 12px; line-height: 14px; margin-bottom: 5px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }
a.aligncenter img { display: block; margin: 0px auto; }
a.alignnone { display: inline-block; }
.alignleft { float: left; text-align: left; }
.alignright { float: right; text-align: right; }
a.alignleft, a.alignnone, a.alignright { max-width: 100%; }
.aligncenter, img.centered { display: block; margin: 0px auto 24px; }
.alignnone, img.alignnone { margin-bottom: 12px; }
a.alignleft, img.alignleft { margin: 0px 24px 24px 0px; }
a.alignright, img.alignright { margin: 0px 0px 24px 24px; }
.left { float: left !important; }
.right { float: right !important; }
#social-links { display: table; width: auto; padding: 0px; margin: auto; table-layout: fixed; }
.footer-widgets #social-links li { display: table-cell; text-align: center; }
.footer-widgets #social-links li a { display: block; color: rgb(255, 255, 255); font-size: 27px !important; margin: 0px 2px 18px !important; padding: 0px 2px !important; line-height: 1 !important; height: auto !important; width: auto !important; background-color: rgb(204, 204, 204); }
.footer-widgets #social-links li a:active, .footer-widgets #social-links li a:hover { background-color: rgb(161, 161, 161); }
.footer-widgets #social-links li:first-child a { margin-left: 0px; }
.footer-widgets #social-links li:last-child a { margin-right: 0px; }
#top_group{ position: fixed; overflow: visible; top: 0px; left: 0px; right: 0px; z-index: 40000; -webkit-user-select: none; }
#top_group> .relative { position: relative; height: 92px; width: 100%; max-width:100%; margin-right: auto; margin-left: auto; }
header.site-header { min-height: 92px; position: relative; padding-top: 0px; background-color: rgb(255, 255, 255); }
header.site-header .wrap { padding: 0px; min-height: 92px; max-width: 1165px;}
#hamburger { width: 75px; height: 50px; position: static; right: 0px; bottom: 0px; cursor: pointer; display: none; }
#menu-primary-navigation-menu { margin: 0px 28px; z-index: 10000; display: inline-block; position: relative; }
#menu-secondary-navigation-menu { margin: 0px 29px; z-index: 10000; }
.title-area { float: left; width: 100%; padding: 0px 9px; }
.site-title { font-size: 32px; font-weight: 400; line-height: 1.2; }
.entry-title a:hover, .site-title a, .site-title a:hover { color: rgb(51, 51, 51); }
.header-image .site-title > a { 
	float: left;  
	height: 92px;
    min-height: 92px; 
    margin-left: 10px; 
    position: relative; 
    z-index: 1000;
    background: url(/forescout-logo.svg) center no-repeat !important;
    background-size: contain !important;
    width: 260px; 
}
.site-description { font-size: 16px; font-weight: 300; line-height: 1.5; }
.site-description, .site-title { margin-bottom: 0px; }
.header-image .site-description, .header-image .site-title { display: block; text-indent: -9999px; }
header.site-header.widget-area { float: right; text-align: right; width: 800px; }
nav ul.genesis-nav-menu li.menu-item { display: inline-block; text-align: left;float: none; }
nav ul.genesis-nav-menu a { color: rgb(51, 51, 51); display: block; padding: 12px 14px; -webkit-user-select: none; }
nav ul.genesis-nav-menu .current-menu-item > a, nav ul.genesis-nav-menu .sub-menu .current-menu-item > a:hover, nav ul.genesis-nav-menu a:hover { color: rgb(163, 163, 163); text-decoration: none !important; }
nav ul.genesis-nav-menu .sub-menu { top: -9999px; opacity: 0; position: absolute; transition: opacity 0.4s ease-in-out; width: 200px; z-index: 99; }
nav ul.genesis-nav-menu .sub-menu a { border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: none solid solid;
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
    font-size: 14px;
    padding: 9px 16px;
    position: relative;
    width: 200px;
    background-color: #fff;
    line-height: 20px;
}
nav ul.genesis-nav-menu .sub-menu .sub-menu { margin: -39px 0px 0px 199px; }
nav ul.genesis-nav-menu li.menu-item:hover { position: static; }
nav ul.genesis-nav-menu li.menu-item:hover > .sub-menu { top: auto; opacity: 1; }
nav ul.genesis-nav-menu > .first > a { padding-left: 0px; }
nav ul.genesis-nav-menu > .last > a { padding-right: 0px; }

nav ul.genesis-nav-menu > .rss > a { margin-left: 48px; }
nav ul.genesis-nav-menu > .search { display: inline-table; padding: 0px 0px 0px 10px; position: static; right: auto; top: auto; margin-top: auto; float: none; }
nav ul.genesis-nav-menu > .search .search-form input[type="search"] { width: 120px; border-radius: 0px !important; background-image: none; }

nav ul.genesis-nav-menu li.menu-item .sub-menu li.menu-item-has-children > a::after { content: "+"; float: right; color: rgb(255, 255, 255); height: auto; width: auto; line-height: 8px; font-size: 16px; text-align: center; font-weight: 400; margin-top: 3px; padding: 3px; border-radius: 50%; background: rgb(204, 204, 204); }
.site-header .sub-menu { border-top-width: 1px; border-top-style: solid; border-top-color: rgb(238, 238, 238); }
.site-header .sub-menu .sub-menu { margin-top: -56px; }
.site-header nav ul.genesis-nav-menu li.menu-item li.menu-item { margin-left: 0px; }
nav.nav-primary{ position: absolute; bottom: 0; top: auto; right: 0px; left: 0px; text-align: right; min-height: auto; }
nav.nav-primary ul.genesis-nav-menu .sub-menu a { color: rgb(51, 51, 51); }
nav.nav-primary ul.genesis-nav-menu .current-menu-item > a, nav.nav-primary ul.genesis-nav-menu .sub-menu .current-menu-item > a:hover, nav.nav-primary ul.genesis-nav-menu a:hover { color: inherit; }
nav.nav-secondary{ position: absolute; top: 12px; right: 0px; left: 0px; text-align: right; min-height: 24px; font-size: 14px; background-color: transparent; }

#top_group{ background-color: transparent; }
#top_group, #top_group.relative, header.site-header, nav.nav-primary, nav.nav-secondary{ transition: margin 0s ease-in-out; }

.footer-widgets { clear: both; padding: 0px 30px; }
.footer-widgets, .site-footer { background-color: rgb(255, 255, 255); }
.footer-widgets .wrap { position: relative; padding: 30px 0px; margin: auto; }
.footer-widgets, .footer-widgets a { font-size: 14px; line-height: 14px; display: block; white-space: nowrap; margin: 11px 0px !important; }
.footer-widgets input { border: 1px solid rgb(51, 51, 51); }
.footer-widgets a:hover { color: rgb(199, 199, 199); text-decoration: none !important; }

.footer-widgets .widget, .footer-widgets p:last-child { margin-bottom: 10px; }
.footer-widgets [class^="footer-widgets-"] { min-width: 150px; width: 24.006923%; float: left; margin-right: 1.66666% !important; }
.footer-widgets [class^="footer-widgets-1"] { position: absolute; right: 0px; top: 30px; margin-right: 0px !important; width: auto !important; }
.footer-widgets .widget-area:not(:first-child) .menu > li.menu-item-has-children > a, .footer-widgets .widget-area:not(:first-child) .menu > li > a { font-size: 14px; line-height: 1; margin-left: 0px; font-weight: 700; }
.footer-widgets .widget-area:not(:first-child) .menu > li.menu-item-has-children > a:hover, .footer-widgets .widget-area:not(:first-child) .menu > li > a:hover { font-size: 14px; line-height: 14px; margin-bottom: 5px; margin-left: 0px; }
.footer-widgets .widget-area:not(:first-child) .menu > li { padding-bottom: 14px; }
.footer-widgets .widget-area:not(:first-child) li li, .footer-widgets .widget-area:not(:first-child) ul.menu li a, .footer-widgets .widget-area:not(:first-child) ul.menu li ul.sub-menu, .footer-widgets .widget-area:not(:first-child) ul.menu li ul.sub-menu li { display: block; list-style-type: none; margin-left: 0px; padding-left: 0px; text-indent: 0px; }

.site-footer .wrap { padding: 0px 30px; margin: 0px auto; position: relative; }
.site-footer p { margin-bottom: 0px; }

#home_link_sticky { display: none; }

.micro { font-size: 32px !important; line-height: normal !important; }
.logged-in #top_group{ margin-top: 32px; }

#content .search-form input[type="search"] { font-size: 14px; vertical-align: bottom; margin-bottom: 9px; height: 30px; padding: 0px 14px !important; }
ul.page-numbers .button:not(.current) { border: none !important; }
.hidden, .rdp-gcs-search-scope-button { display: none !important; }
.full_width.button { margin: 4px 0px !important; }

.error404 .entry-content input.rdp-gcs-search-term { width: 800px; min-width: 200px; max-width: 70%; margin-right: 1%; height: 34px; }
.error404 .entry-content .search-form { margin: 2em auto; display: block; text-align: center; max-width: 100%; width: 728px; }
.error404 .entry-content input.rdp-gcs-search-button.color-navy { width: 20%; min-width: 100px; height: 34px; }
input, option, select { -webkit-appearance: none !important; border-radius: 0px; }
input[type="checkbox"], input[type="radio"] { width: 12px; height: 12px; }
input[type="checkbox"]:checked, input[type="radio"]:checked { background-color: rgb(8, 140, 199); }

.faq.entry .entry-header .entry-title { margin-top: auto; }

.widget .blog-subscription input[type="text"] { padding: 2px 3px; line-height: 1.2em; margin: 0px; }
.registered-user .widget .blog-subscription p.intro { display: none; }
.filter-ui { cursor: pointer; }

#training_content p,   .entry-content #training_content ul > li { font-weight: 400; }
.filter_results .entry section.maximum .resource_content h5.bold, .single-training h5.bold { font-size: 19px; margin: 5px auto !important; }
.entry-content ul:not(.menu):not(.responsive-tabs__list) > li > ul:not(.menu):not(.responsive-tabs__list) > li:first-child { padding-top: 4px; }
.entry-content ul.circle:not(.menu):not(.responsive-tabs__list) > li::before { content: "⚬"; transform: scale(0.666); margin-left: -17px; }
.entry-content ul.square:not(.menu):not(.responsive-tabs__list) > li::before { content: "▪"; transform: scale(0.666); margin-left: -17px; }
.entry-content ul.diamond:not(.menu):not(.responsive-tabs__list) > li::before { content: "⬩"; transform: scale(0.666); margin-left: -17px; }
.entry-content ul.pointer:not(.menu):not(.responsive-tabs__list) > li::before { content: "›"; margin-top: -2px; }
.content .wp-geshi-highlight pre, .content .wp-geshi-highlight span { overflow: visible; margin: 0px; padding: 0px; border: none; box-shadow: none; font-size: 14px; line-height: 1.4em; font-family: Menlo, 'Courier New', Courier, monospace; word-wrap: normal; white-space: pre; background: none; }
.content .wp-geshi-highlight ol { margin: 0px; padding: 0px; }
.content .wp-geshi-highlight ol > li { position: relative; margin: 0px 0px 0px 40px; }
.content .wp-geshi-highlight li { padding-left: 2px; font-size: 14px; font-family: Menlo, 'Courier New', Courier, monospace; }
.content .wp-geshi-highlight { padding: 10px 15px; border: 1px solid rgb(232, 232, 232); margin: 2px 0px 30px; overflow-x: auto; box-shadow: rgb(204, 204, 204) 0px 8px 7px -10px, rgb(204, 204, 204) 0px -8px 7px -10px; background-color: rgb(253, 253, 253); }
code, p code, .entry-content code { padding: 3px !important; color: rgb(49, 78, 100) !important; font-family: Menlo, 'Courier New', Courier, monospace !important; font-size: 14px !important; background-color: rgb(245, 245, 245) !important; }
.entry { padding-bottom: 0px; }
.header-slides .gch-header, .header-slides .gch-header-inner.wrap { max-width: 1110px; display: block; position: relative; overflow-y: hidden; }
.header-slides .gch-header-inner.wrap > .slide { position: absolute; display: block; width: 100%; height: 100%; max-width: 1200px; max-height: 400px; top: 0px; bottom: 0px; left: 0px; right: 0px; overflow: hidden; }
.header-slides .slider-nav-bottom { display: none; }
.header-slides .slider a[class*="nav-dot-"] { position: absolute; font-size: 62px; line-height: 5; height: 100%; top: 0px; display: inline; color: rgb(255, 255, 255); }
.header-slides .slider a[class*="-left"] { left: 1%; }
.header-slides .slider a[class*="-right"] { right: 1%; }
.gch-header-inner > img { width: 100%; overflow: visible; height: 320px; }
.gch-header-image-inner img { 
	overflow: hidden;
    max-width: none;
    display: block;
    float: none;
    position: relative;
    min-width: 100%;
    width: auto;
    min-height: 275px;
}
/*.gch-header-image-inner { max-width:100%;min-width: 100%; max-height: 275px; overflow: hidden; }
.full-width-wrapfull-width-wrap .slider { position: relative; display: block; height: auto; overflow: visible; max-height: 100%; padding: 0px; min-height: 160px; vertical-align: middle; }
.full-width-wrapfull-width-wrap .slides { position: relative; overflow: hidden; max-height: 480px; transition: all 0.4s ease-in-out; }
.full-width-wrapfull-width-wrap .slide { overflow: hidden; display: none; width: 100%; }
.full-width-wrapfull-width-wrap .slide section.maximum { display: block; vertical-align: middle; margin: auto; }
.full-width-wrapfull-width-wrap .content-column { vertical-align: middle; padding: 11px 0px 11px 30px !important; display: table-cell !important; float: none !important; }
.full-width-wrapfull-width-wrap .testimonials .content-column.one_fourth { min-width: 200px; }
.full-width-wrapfull-width-wrap .content-column.four_fifth.last_column { width: auto; }
.full-width-wrapfull-width-wrap .slider blockquote { margin: 0px 0px -20px; color: rgb(85, 85, 85); }
.full-width-wrapfull-width-wrap .slider blockquote p { font-size: 24px; line-height: 1.2; }
.gch-header-content img[class*="size-"], .full-width-wrapfull-width-wrap .slider img { padding: 0px; display: block; width: auto; max-height: 200px; margin: 0px auto; text-align: center; float: none; }
.full-width-wrapfull-width-wrap .slider .content-column.one_fifth { width: auto; text-align: center; padding: 0px !important; }
.header-slides .full-width-wrapfull-width-wrap .slider a[class*="nav-dot-"] { position: absolute; font-size: 62px; line-height: 62px; height: 62px; max-height: 100%; top: 30%; display: block; margin-top: auto; color: rgb(204, 204, 204); }
.header-slides .full-width-wrapfull-width-wrap .slider a[class*="-left"] { left: -40px; }
.header-slides .full-width-wrapfull-width-wrap .slider a[class*="-right"] { right: -40px; }*/
/*.home .gch-header h1 { left: -3px; position: relative; }*/
/*.gch-header .slide section.maximum { width: 1110px; padding: 0px; max-width: 87%; }
.gch-header-inner.wrap .bx-wrapper { display: table; margin: 0px; text-align: center; width: 100%; min-height: 100px; overflow: hidden; padding: 10px 0px; }
.gch-header-inner.wrap .bx-wrapper .column { display: table-cell; vertical-align: middle; padding: 0px 23px !important; margin: 0px auto !important; }
.gch-header-inner.wrap .bx-wrapper .helper { height: auto !important; text-align: center !important; margin: auto !important; float: none !important; display: block !important; vertical-align: middle !important; }
.gch-header-inner.wrap .bx-wrapper img { margin: 0px auto; display: block; }
.gch-header-inner.wrap .bx-wrapper { display: block; }
.gch-header-inner.wrap .bx-wrapper > .column { display: inline-block !important; width: auto !important; padding: 0px 0.25vw !important; }
.gch-header-inner.wrap .bx-wrapper .helper > img { max-width: 125px; margin: 12px auto !important; max-height: 40px !important; }
.gch-header-inner.wrap .bx-wrapper .helper > img.boeing { min-width: 70px !important; max-height: 50px !important; }
.gch-header-inner.wrap .bx-wrapper .helper > img.cisco { min-width: 60px !important; max-height: 50px !important; }
.gch-header-inner.wrap .bx-wrapper .helper > img.trinet { max-height: 94px !important; margin: -15px auto !important; }
.gch-header-inner.wrap .bx-wrapper .helper > img.fico { max-height: 30px !important; }
.gch-header-inner.wrap .bx-wrapper .helper { width: 133px !important; }*/
/*.gch-caption-inner a.button { outline: none; }*/

/*#newsletterForm .mktoAsterix { display: none !important; }
#newsletterForm .mktoGutter { display: none !important; }
#newsletterForm .mktoOffset { width: 0px !important; }
#newsletterForm .mktoForm .mktoButtonWrap.mktoRound button.mktoButton { margin-left: 0px !important; }
#newsletterForm .mktoForm .mktoButtonWrap { margin-left: 0px !important; }*/
/*.mktoForm .mktoButtonWrap.mktoRound button.mktoButton { font-family: klavika-web, Helvetica, sans-serif !important; border: 0px !important; border-radius: 3px !important; }
.mktoForm .mktoButtonWrap.mktoRound button.mktoButton:hover { border: 0px !important; border-radius: 3px !important; background-color: rgb(131, 187, 56) !important; }*/
.loader { display: none; }
.loader-item { display: inline-block; width: 12px; height: 12px; margin-left: 2px; color: rgba(126, 126, 126, 0.247059); animation-duration: 2600ms; animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); animation-iteration-count: infinite; animation-name: flipDelay; animation-direction: reverse; transform-style: preserve-3d; perspective: 800px; opacity: 0; background-color: rgba(126, 126, 126, 0.247059); }
.loading .loader-item:nth-child(1) { animation-delay: 100ms; }
.loading .loader-item:nth-child(2) { animation-delay: 200ms; }
.loading .loader-item:nth-child(3) { animation-delay: 300ms; }
.loading .loader-item:nth-child(4) { animation-delay: 400ms; }
.loading .loader-item:nth-child(5) { animation-delay: 500ms; }
.loading .loader-item:nth-child(6) { animation-delay: 600ms; }
.loading .loader-item:nth-child(7) { animation-delay: 700ms; }
.loading .loader-item:nth-child(8) { animation-delay: 800ms; }
.loading .loader-item:nth-child(9) { animation-delay: 900ms; }
.loading .loader-item:nth-child(10) { animation-delay: 1000ms; }
.loading .loader { width: 50vw; height: 50vh; margin: 35vh 25vw 0px; overflow: hidden; font-size: 0px; position: fixed; text-align: center; display: block; }
.slide_7639 h1, .slidepost_7639 h1 { white-space: nowrap; }
h5#newsletterFormMessage { color: rgb(5, 91, 128); }
div#forescout_newsletter_form, div#forescout_newsletter_form * { box-sizing: border-box !important; }
/*form#mktoForm_202 * { }
form#mktoForm_202 { display: block; overflow: visible !important; width: 200px !important; position: static !important; font-size: 16px !important; padding: 0px !important; }
form#mktoForm_202.mktoForm .mktoClear { clear: both !important; float: none !important; }
form#mktoForm_202.mktoFormRow { display: table !important; width: 200px !important; position: static !important; clear: both !important; }
form#mktoForm_202 .mktoGutter, form#mktoForm_202 .mktoOffset { float: left !important; height: 1.2em !important; display: none !important; }
form#mktoForm_202 .mktoFieldWrap.mktoRequiredField { display: inline !important; position: static !important; float: left !important; }
form#mktoForm_202 .entry-content .mktoForm .mktoRequiredField label.mktoLabel, form#mktoForm_202 .entry-content label.mktoLabel.mktoHasWidth { display: none !important; position: static !important; width: auto !important; margin: 0px !important; vertical-align: baseline !important; }
form#mktoForm_202.mktoForm input[type="date"], form#mktoForm_202.mktoForm input[type="email"], form#mktoForm_202.mktoForm input[type="number"], form#mktoForm_202.mktoForm input[type="tel"], form#mktoForm_202.mktoForm input[type="text"], form#mktoForm_202.mktoForm input[type="url"], form#mktoForm_202.mktoForm select.mktoField, form#mktoForm_202.mktoForm textarea.mktoField { display: inline-block !important; vertical-align: middle !important; width: 200px !important; padding: 2px 3px !important; }
form#mktoForm_202 .entry-content .mktoForm .mktoFieldWrap, form#mktoForm_202 .entry-content .mktoForm .mktoFormCol { display: block !important; }
form#mktoForm_202 label.mktoLabel.mktoHasWidth[for="UserType"] { display: none !important; }
form#mktoForm_202 textarea#Comments__c { float: right !important; }
form#mktoForm_202 .mktoAsterix { display: none !important; position: static !important; width: auto !important; float: right !important; color: rgb(191, 0, 0) !important; padding-left: 5px !important; padding-right: 0px !important; }
form#mktoForm_202 .mktoGutter.mktoHasWidth { display: none !important; float: left !important; height: 1.2em !important; }
form#mktoForm_202 span.mktoButtonWrap.mktoRound { margin: 0px !important; padding: 0px !important; }
form#mktoForm_202 button.mktoButton { min-width: 200px !important; margin: 0px 0px 9px !important; font-family: 'proxima-nova', sans-serif !important; text-align: center !important; height: auto !important; line-height: 14px !important; font-size: 14px !important; text-transform: uppercase !important; font-weight: 500 !important; padding: 7px 13px !important; display: inline-block !important; vertical-align: middle !important; color: rgb(255, 255, 255) !important; letter-spacing: 0.5px !important; border-radius: 0px !important; background-color: rgb(135, 189, 62) !important; }
form#mktoForm_202 button.mktoButton:hover { background-color: rgb(161, 161, 161) !important; }
form#mktoForm_202 label.mktoLabel.mktoHasWidth { min-width: initial !important; height: 100% !important; float: left !important; position: absolute !important; display: none !important; width: 10px !important; left: -15px !important; line-height: 20px !important; padding-top: 0px !important; }
form#mktoForm_202 label.mktoLabel.mktoHasWidth[for="State"] { position: relative !important; width: 60px !important; display: none !important; line-height: 1.9em !important; margin-top: 0px !important; left: -5px !important; float: left !important; }
form#mktoForm_202 label.mktoLabel.mktoHasWidth[for="State"] .mktoAsterix { left: -23px !important; position: absolute !important; padding-right: 0px !important; }
form#mktoForm_202 select#State { width: 200px !important; position: static !important; margin: 0px !important; }
div#forescout_newsletter_form { display: none; box-shadow: rgb(85, 85, 85) 0px 145px 75px -15px; overflow: hidden !important; width: 280px !important; padding-bottom: 150px !important; padding-top: 1em !important; position: fixed !important; left: 50% !important; bottom: -60px !important; margin-left: -140px !important; z-index: 100000 !important; text-align: center !important; margin-bottom: 0px !important; background: rgb(241, 243, 245) !important; }
div#forescout_newsletter_form a.close { font-size: 16px !important; position: absolute !important; top: 10px !important; right: 30px !important; }
body.ie8 form.mktoForm .mktoRequiredField label.mktoLabel, body.ie8 .entry-content form.mktoForm label.mktoLabel.mktoHasWidth, body.ie9 form.mktoForm .mktoRequiredField label.mktoLabel, body.ie9 .entry-content form.mktoForm label.mktoLabel.mktoHasWidth { display: inline !important; text-transform: none !important; padding: 0px !important; left: 0px !important; margin: 0px !important; position: absolute !important; width: auto !important; }
body.ie8 form.mktoForm .mktoRequiredField label.mktoLabel[for="State"], body.ie8 .entry-content form.mktoForm label.mktoLabel.mktoHasWidth[for="State"], body.ie9 form.mktoForm .mktoRequiredField label.mktoLabel[for="State"], body.ie9 .entry-content form.mktoForm label.mktoLabel.mktoHasWidth[for="State"] { display: none !important; }*/
/*nav ul.genesis-nav-menu li.menu-item.nav-icon a > span {
    position: absolute;
}*/

#fancybox-content > div {
	max-width: 100%;
}

#om-lightbox-target-optin #om-lightbox-target-optin-title {
	font-family: Lato;
}

#om-lightbox-target-optin #om-lightbox-target-optin-email {
	background-color: #fff!important;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 6px -3px inset!important;
}

#om-lightbox-target-optin #om-lightbox-target-optin-submit {
	min-width: 0;
}

.mktoForm .mktoCheckboxList > label {
	line-height: 0.7em!important;
	margin-top: 1em!important;
}

/* webdogs - blog category title with pagination*/
.archive .archive-title label.color-grey.medium{font-size:18px; text-transform:uppercase; font-weight:500;}

/* webdogs - location areas for training calendar*/
.training-calendar .one-third p.location_field{font-variant:small-caps; font-size:14px; color:#8B99A6; margin-bottom:7px !important; line-height:16px; margin-top:-2px !important;}

/* webdogs - styles for new resource page*/
	.resources .featured.resource-entry{width:53%; float:left; height:270px; background-image:url('/wp-content/uploads/2016/07/smartphone-and-computer.jpg'); display:inline-block; padding-left:5%; padding-right:20px;}
	.resources .featured.resource-entry .resource_thumbnail, .resources .featured.resource-entry .resource_content{vertical-align:top;}
	.resources .featured.resource-entry .resource_thumbnail{text-align:right;}
	.resources .featured.resource-entry .resource_thumbnail .icon{font-size:200px; color:#FFFFFF;}
	.resources .featured.resource-entry .resource_content.text-left{padding-top:10px; color:#FFFFFF;}
	.resources .featured.resource-entry .resource_content.text-left p{color:#FFFFFF;}
	.resources .featured.resource-entry .resource_content .resource_meta p:first-child{font-size:34px; font-weight:800; margin-bottom:0px; color:#FFFFFF;}
	.resources .featured.resource-entry .resource_content .resource_meta p:last-child{font-size:34px; margin-bottom:30px; color:#FFFFFF; line-height:32px;}
	.resources .featured.resource-entry .resource_content .media-link{display:inline-block; background:#FFFFFF; padding:1px 20px;}
	.resource_button_group{width:40%; display:inline-block; margin-left:7%;}
	.custom_button{margin-bottom:15px; padding:30px 20px; font-size:24px; color:#FFFFFF; white-space:nowrap; display:block; text-align:center; text-transform:uppercase; font-weight:800; border:none;}
	.custom_button:hover{background-color:rgba(0,0,0,0.5); color:#FFFFFF;}
	.custom_button:visited, .custom_button:active{color:#FFFFFF;}
	.news_button{background-image:url('/wp-content/uploads/2016/07/news-globe.jpg');}
	.technical_button{background-image:url('/wp-content/uploads/2016/07/technical-gears-caliper.jpg');}
	.support_button{background-image:url('/wp-content/uploads/2016/07/support-headphones-keyboard.jpg');}
	.resources .column-loop > .resource-entry.one_fourth{width:24%;}

/*webdogs - styles for three column featured resellers & distributors */
	.column-loop.featured-logos.featured-resellers img, .column-loop.featured-logos.featured-distributors img{max-width:200px !important; max-height:80px !important; padding:0px; width:auto !important;}

/*webdogs - styles for adjusted orchestrate page*/
	.orchestrate_partners{display:inline-block; width:100%;}
	.button.one_sixth.orchestrate_button{width:15.28%; min-width:initial; margin-left:1.66%;}
	.button.one_sixth.orchestrate_button.orchestrate_button_first{margin-left:0%;}
	.one_sixth.orchestrate_partners_column{width:15.28%; min-width:auto; margin-left:1.66%; text-align:center;}
	.one_sixth.orchestrate_partners_column.orchestrate_partners_column_first{margin-left:0%;}
	.button.one_sixth.orchestrate_button a{color:#FFFFFF;}
	.orchestrate_partners_column .partner_thumbnail{height:55px;}
	.orchestrate_partners_column .partner_thumbnail a{line-height:55px;}
	.orchestrate_partners_column .partner_thumbnail img{max-width:60%; margin-top:5px; margin-bottom:5px; max-height:50px; vertical-align:middle;}

/*webdogs - styles for customers page*/
	#customers_success_stories img{max-height:80px !important; max-width:200px !important; width:auto !important; padding:0px 20px;}
	#success_stories .featured-logo{height:10rem;}
	#success_stories img{max-height:90px !important; max-width:230px !important; width:auto !important;}
	#success_stories blockquote p.subhead{font-size:30px; margin:0.3em 0 0.26em;}
	#join-reference-program{padding:10px;}

/*webdogs - media queries for new resource page, training calendar, and orchestrate graphic*/
	@media screen and (max-width:1200px){
	  .custom_button{font-size:22px;}
	}
	@media screen and (max-width:1025px){
	/*remove padding on elements when responding to screen size*/
	  .remove-padding-responsive{padding:0px !important;}
	}
	@media screen and (max-width:1000px){
	  /* .resources .featured.resource-entry{padding-left:20px !important;} */
	  /* .resources .featured.resource-entry .resource_thumbnail {vertical-align: baseline !important;} */
	  .resources .featured.resource-entry .resource_thumbnail .icon{font-size:125px !important;/*  margin-left:20px !important; margin-top:20px !important; */ color:#FFFFFF;}

	  .resource_button_group{width:45%; margin-left:2%;}
	  .custom_button{font-size:20px;}
	}
	@media screen and (max-width:960px){
	/*orchestrate page*/
	.button.one_sixth.orchestrate_button{padding:8px 5px;}
	.orchestrate_eye_graphic img{margin-top:15px;}
	.orchestrate_partners_column .gca-vertical-spacer{display:none;}
	}
	@media screen and (max-width:850px){
	  .resources .column-loop > .resource-entry.one_fourth{width:49%;}
	}
	@media screen and (max-width:800px){
		/*training calendar for mobile response*/
	  .training-calendar .one-third.first{text-align:center;}
	  .training-calendar .one-third.first img{float:none;}
	  .training-calendar .one-third p.one_third.flat.nowrap.loose, .training-calendar .one-third p.two_fifth.flat.nowrap.loose{display:inline-block; width:auto; min-width:115px; float:left !important;}
	  .training-calendar .one-third p.flat.center.one_fifth.tight{display:inline-block; float:left !important;}
		/*certified admin image*/
  		.one-third.certified-badge-image{width:50%;}
  		/*customers page*/
  		#success_stories .one_fourth{width:100%; display:block;}
	}
	@media screen and (max-width:750px){
	  .custom_button{white-space:normal; font-size:17px; padding-left:5px; padding-right:5px;}
	  .news_button, .technical_button, .support_button{background-size:100% 100%;}
	  .resources .featured.resource-entry .resource_content .resource_meta p:last-child{margin-bottom:20px;}
	/*orchestrate page*/
	.orchestrate_partners_column .partner_thumbnail{height:50px;}
	.orchestrate_partners_column .partner_thumbnail a{line-height:50px;}
	.orchestrate_partners_column .partner_thumbnail img{max-width:70%; margin-top:0px; margin-bottom:0px;}
	.button.one_sixth.orchestrate_button{font-size:15px;}
	.orchestrate_eye_graphic.three_fourth{width:85%;}
	}
	@media screen and (max-width:600px){
	  .resources .featured.resource-entry .resource_thumbnail .icon{font-size:30vw !important;/*  margin-left:20px !important; margin-top:20px !important; */ color:#FFFFFF;}
	  .resources .featured.resource-entry{width:auto !important; margin-bottom:15px; height:auto; min-height:270px; float: none !important; padding-left: 10% !important;}
	  .resource_button_group{width:100%; margin-bottom:30px; margin-left:0%; margin-right:0%;}
	  .resource_button_group a:last-child{margin-bottom:0px;}
	  /*training calendar*/
	  .training-calendar .table{display:inline-block;}
	  .training-calendar .one-third p.two_fifth.flat.nowrap.loose{clear:none;}
	  .training-calendar .one-third p.flat.center.one_fifth.tight{width:20% !important; clear:none;}
	/*orchestrate page graphic*/
	  .one_sixth.orchestrate_partners_column{clear:none;}
	  .orchestrate_partners_column .partner_thumbnail{height:45px;}
	  .orchestrate_partners_column .partner_thumbnail a{line-height:45px;}
	  .orchestrate_partners_column .partner_thumbnail img{max-width:80%;}
	  .button.one_sixth.orchestrate_button{clear:none; font-size:13px;}
	}
	@media screen and (max-width:480px){
	/*orchestrate page graphic*/
	  .orchestrate_partners_column .partner_thumbnail{height:40px;}
	  .orchestrate_partners_column .partner_thumbnail a{line-height:40px;}
	  .button.one_sixth.orchestrate_button{font-size:11px;}
	}
	@media screen and (max-width:400px){
	/*training calendar*/
  	  .training-calendar .one-third p.flat.center.one_fifth.tight{width:40px !important;}
  	/*orchestrate page graphic*/
	  .orchestrate_partners_column .partner_thumbnail{height:30px;}
	  .orchestrate_partners_column .partner_thumbnail a{line-height:30px;}
	  .button.one_sixth.orchestrate_button{padding:8px 2px; font-size:9px;}
	}

/*SEE THE WP-STYLES.css