@charset "UTF-8";
/*
	Theme Name: Executive Pro Theme
	Theme URI: http://my.studiopress.com/themes/executive/
	Description: Executive is designed with the understanding that your most important projects need to be front and center, strategically and expertly displayed. 
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1.7

	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	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
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button:-moz-focus-inner,input:-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/*-----------------------------------------------*
 *												 
 *				   Barracuda css					 
 *				 ----------------- 				 
 *
 * - Barracuda Blue: #0088ce
 * - dark text: #4d4d4d
 * - light text: #7f7f7f7
 * - grey bg: #666;
 * - darker grey bg: #4d4d4d;
 * - darkest grey bg: #333;
 * - dark stroke: #4d4d4d;
 *
 * - header font: museo-slab;
 * - text font: proxima-nova;
 * - font weights: 300, 400, 600
 *
 *-----------------------------------------------*/

@font-face {
	font-family: "proxima-nova";
	src: url(fonts/proxima-nova300.woff2) format("woff2"),
		url(fonts/proxima-nova300.woff) format("woff"),
		url(fonts/proxima-nova300.otf) format("opentype");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "proxima-nova";
	src: url(fonts/proxima-nova400.woff2) format("woff2"),
		url(fonts/proxima-nova400.woff) format("woff"),
		url(fonts/proxima-nova400.otf) format("opentype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "proxima-nova";
	src: url(fonts/proxima-nova500.woff2) format("woff2"),
		url(fonts/proxima-nova500.woff) format("woff"),
		url(fonts/proxima-nova500.otf) format("opentype");
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "proxima-nova";
	src: url(fonts/proxima-nova600.woff2) format("woff2"),
		url(fonts/proxima-nova600.woff) format("woff"),
		url(fonts/proxima-nova600.otf) format("opentype");
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: "museo-slab";
	src: url(fonts/museo-slab300.woff2) format("woff2"),
		url(fonts/museo-slab300.woff) format("woff"),
		url(fonts/museo-slab300.otf) format("opentype");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "museo-slab";
	src: url(fonts/museo-slab500.woff2) format("woff2"),
		url(fonts/museo-slab500.woff) format("woff"),
		url(fonts/museo-slab500.otf) format("opentype");
	font-style: normal;
	font-weight: 500;
}

body {
	background-color: #fff;
	color: #4d4d4d;
	font-family: "proxima-nova", "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

:-moz-selection {
	background-color: #222;
	color: #fff;
}

:selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #64c9ea;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote:before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 42px;
	font-family: "museo-slab", "Sanchez", serif !important;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font-size: 20px;
	font-family: "museo-slab", "Sanchez", serif !important;
	-webkit-font-smoothing: antialiased;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

@media all and (min-width:768px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: 300;
	}
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/*.featured-content img,
.gallery img {
	width:auto; /* IE8 */
/*}*/

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	box-shadow: none;
	background-color: transparent;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

:-moz-placeholder {
	color: #999;
	opacity: 1;
}

:-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #00B098;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #00B098;
	box-shadow: inset 0 0 1000px rgba(255, 255, 255, 0.5);
	border: none;
	text-decoration: none;
}

.button {
	border-radius: 5px;
	display: inline-block;
}

input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-results-button {
	display: none;
}

.home-cta a.button {
	display: inline-block;
	margin-top: -30px;
	text-align: center;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 1240px;
}

.executive-pro-landing .site-container {
	max-width: 800px;
}

.site-inner {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	background-color: #fff;
	box-shadow: 0 0 0 1px #fff;
	clear: both;
	overflow: hidden;
	max-width: 1240px;
	margin: 1px auto 0;
	padding-top: 40px;
}

.home .site-inner {
	max-width: none;
	padding-top: 0;
}

.executive-pro-home .site-inner {
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 800px;
	padding: 40px 20px 10px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.executive-pro-home .content {
	padding: 0;
}

.executive-pro-portfolio .content {
	padding: 40px 30px 0;
}

/* Primary Sidebar */

.sidebar-primary {
	background-color: #f8f8f8;
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* 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: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

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

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	margin-bottom: 10px;
	padding: 12px;
	width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.executive-pro-home .breadcrumb {
	margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.search .archive-description {
	padding: 16px 0;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #64c9ea;
	text-decoration: none;
}

.archive-title,
.widget-title,
.executive-pro-portfolio .entry-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.executive-pro-home .home-cta .widget-title {
	font-size: 24px;
	margin-bottom: 6px;
	text-transform: none;
}

.executive-pro-home .home-cta .entry-title a,
.executive-pro-home .home-cta .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #fff;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
}

.executive-pro-home .featured-content .entry {
	margin-bottom: 36px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #64c9ea;
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form+p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #222;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget {
	color: #ddd;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	background-color: #222;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 4% 5.5%;
	opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.content .genesis_responsive_slider p {
	color: #ddd;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
}

.content .genesis_responsive_slider .flex-direction-nav {
	position: relative;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -20px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides>li {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 0;
	padding-left: 60px;
	text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li {
	margin: 0 0 0 5px;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 120px;
	width: 100%;
	background-color: #263146;
}

.site-header:after {
	display: block;
	content: '';
	margin: 0 auto;
	width: 100%;
	height: 16px;
	background: linear-gradient(to right, #1ba991, #0075b7);
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	/*width:320px;*/
	width: 270px;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 5px;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 28px 0 0;
	text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area {
	float: left;
	margin: 25px;
	min-height: 100px;
	padding: 0;
	min-width: 260px;
}

.title-area .site-title a {
	width: 260px;
	height: 100px;
	background-size: 260px auto !important;
	background-position: 0 100% !important;
	text-indent: -9999px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
}

.site-header .widget {
	padding: 28px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	background-color: #f2f2f2;
	clear: both;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #666;
	display: block;
	padding: 16px 20px;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item>a {
	background-color: #64c9ea;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 148px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	padding: 10px 18px;
	position: relative;
	width: 148px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu>.right>a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu>.rss>a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu>.twitter>a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu>.search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 38px 18px 40px;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu li:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li.current-menu-item a:hover {
	background-color: transparent;
	color: #666;
}

.nav-secondary .genesis-nav-menu .current-menu-item>a {
	background-color: transparent;
	color: #64c9ea;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background-color: #f2f2f2;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon:before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle,
.home-top {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 60px 30px 0;
}

.home-middle .widget,
.home-top .widget {
	float: left;
	padding: 0 2.8%;
	width: 33.33333333333%;
}

.home-middle .widget:nth-of-type(3n+1),
.home-top .widget:nth-of-type(3n+1) {
	clear: left;
}

.executive-pro-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
}

.executive-pro-home .home-cta {
	background-color: #222;
	color: #ddd;
	float: left;
	padding: 60px;
	width: 100%
}

.executive-pro-home .home-cta p {
	color: #ddd;
}

/* Portfolio
--------------------------------------------- */

.executive-pro-portfolio .portfolio {
	float: left;
	padding: 0 30px 30px;
	width: 33.33333333%;
}

.executive-pro-portfolio .portfolio:nth-of-type(3n+1) {
	clear: left;
}

.single-portfolio .content {
	text-align: center;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.page-template-newspage .entry {
	margin-bottom: 0;
}

.executive-pro-portfolio .entry,
.single-portfolio .entry {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	list-style-position: inside;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 0px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #64c9ea;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	margin: 0 0 24px 0;
	padding-top: 10px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Post Navigation
--------------------------------------------- */

.single-post .navigation .alignleft,
.single-post .navigation .alignright {
	font-size: 15px;
	margin-bottom: 15px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin: 50px 0 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol>li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul>li {
	text-indent: 0;
}

.widget ul>li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol>li:last-child,
.widget ul>li:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 40px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar-primary input:not([type=checkbox]):not([type=radio]),
.sidebar-primary select,
.sidebar-primary textarea {
	border-color: #ccc;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #273148;
	color: #eee;
	clear: both;
	font-size: 14px;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 2.8%;
	width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets-2.widget-area,
.footer-widgets-1.widget-area,
.footer-widgets-3.widget-area {
	width: 100%;
	padding: 0;
}

.footer-widgets-2 .widget_nav_menu,
.footer-widgets-2 .widget_custom_html {
	display: inline-block;
	vertical-align: top;
	width: 19%;
}

#nav_menu-9-custom {
	width: 100%;
}

@media all and (min-width:921px) {
	#nav_menu-5 {
		width: 13%;
	}

	#nav_menu-3 {
		width: 17%;
	}

	#custom_html-2 {
		width: 10%;
	}
}

.footer-widgets li {
	margin: 7px 0;
}

.footer-widgets .widget_nav_menu li a {
	color: #eee;
	font-size: 12px;
}

.footer-widgets .widget_nav_menu ul.menu>li:first-child>a {
	font-size: 16px;
	padding-bottom: 5px;
	display: inline-block;
}

#nav_menu-9-custom ul.menu>li:first-child>a {
	font-size: 12px;
	padding-bottom: 0;
}

#nav_menu-9-custom .widget-title {
	margin: 6px 0;
	text-transform: none;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 5px;
	display: inline-block;
}

.widget ul>li {
	padding: 0;
}

.widget.widget_recent_entries ul>li {
	padding-left: 16px
}

.footer-widgets .widget_nav_menu li a:hover {
	text-decoration: none;
}

.footer-widgets .heading {
	color: #fff;
	font-size: 22px;
	margin: 20px 0 10px;
}

.try-hdng {
	color: #00B098;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}

.try-btn-div {
	display: inline-block;
	text-align: right;
	padding: 10px 0;
	vertical-align: top;
	width: 33%;
}

.try-para {
	color: #fff;
	display: inline-block;
	font-size: 17px;
	width: 65%;
}

.try-btn-div .a-button {
	background: #00B098;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 43px;
	text-transform: uppercase;
}

.try-btn-div .a-button:hover {
	background: #ff9e1b;
	text-decoration: none;
}

.footer-widgets .social-icons li {
	display: inline-block;
	padding: 0 5px 0 0;
}

.footer-widgets .social-icons ul li a {
	background-image: url("images/footer-sprite.png");
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	text-indent: -9999px;
	width: 34px;
}

.footer-widgets .social-icons ul li a.facebook {
	background-position: -38px 0;
}

.footer-widgets .social-icons ul li a.gplus {
	background-position: -76px 0;
}

.footer-widgets .social-icons ul li a.feed {
	background-position: 0 -38px;
}

.footer-widgets .social-icons ul li a.linkedin {
	background-position: -38px -38px;
}

.footer-widgets .social-icons ul li a.youtube {
	background-position: -76px -38px;
}

#menu-connect-menu-custom li a {
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
}

#menu-connect-menu-custom li:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 100px;
	background: url('images/social-icons-sprite.png') 0 0 no-repeat;
	background-size: 100px 20px;
}

#menu-connect-menu-custom li.twitter:before {
	background-color: #7bc6e8;
	background-position: 0 0;
}

#menu-connect-menu-custom li.facebook:before {
	background-color: #567cb5;
	background-position: -20px 0;
}

#menu-connect-menu-custom li.rss:before {
	background-color: orange;
	background-position: -40px 0;
}

#menu-connect-menu-custom li.linkedin:before {
	background-color: #1e81bf;
	background-position: -60px 0;
}

#menu-connect-menu-custom li.youtube:before {
	background-color: #e2654f;
	background-position: -80px 0;
}

.footer-widgets-3 .widget_text {
	margin-bottom: 0;
}

.footer-content .footer-logo {
	float: left;
	width: 245px;
	height: 85px;
	margin-left: 20px;
	margin-right: 100px;
}

.footer-content .footer-logo a {
	display: block;
	text-indent: -9999px;
	width: 245px;
	height: 85px;
	background: url(images/logo_barracuda-msp.min.png) left top no-repeat;
	background-size: contain;
}

.call-us-div {
	display: inline-block;
	vertical-align: top;
}

.call-us-div .bold {
	font-weight: bold;
}

.copyrt-div {
	display: block;
	text-align: left;
	margin-top: 43px;
	vertical-align: top;
	float: left;
}

.footer-links,
.footer-links li {
	display: inline-block;
	vertical-align: top;
}

.widget .footer-links>li:before {
	content: "|";
	font-size: 11px;
	margin-right: 4px;
}

.widget .footer-links>li:first-child:before {
	content: "";
	margin-right: 0;
}

.widget .footer-links>li {
	margin: 0 0 0 3px;
}

.widget .footer-links>li:first-child {
	margin-left: 0;
}

.get-started-widget {
	background: #f2f2f3;
	text-align: center;
	display: inline-block;
	width: 100%;
}

#menu-item-6461 a,
#menu-item-6462 a {
	display: inline-block;
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-top: 5px;
	max-width: 80%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #273148;
	color: #eee;
	font-size: 12px;
	padding: 0 0 40px;
	text-align: center;
}

.site-footer a {
	color: #eee;
	font-size: 11px;
}

.site-footer p {
	margin: 0;
}

body.page-template-5pecial_Full-Width_2Step-Trial .site-footer,
body.page-template-5pecial_Full-Width_2Step-Trial-Apollo .site-footer,
body.page-template-5pecial_Full-Width_2Step-Trial-s3 .site-footer,
body.page-template-5pecial_Landing-Page .site-footer {
	padding-top:40px;
}






/*
Other / Custom
---------------------------------------------------------------------------------------------------- */

.headline-font,
.headline-font a {
	font-family: "museo-slab", "Sanchez", serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-size: 32px !important;
}

.content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
}

.home .content-sidebar-wrap {
	max-width: 100%;
	margin-top: -1px;
}

.button.free-trial-home {
	width: 30%;
	min-width: 250px;
	font-size: 20px !important;
}

p img {
	float: right;
	margin: 18px 0 0 18px;
}

.col.span-4 {
	/* 26-sep-2016*/
	float: left;
	height: auto;
	margin-right: 10px;
	margin-top: 10px;
	width: 150px;
}

.col.span-11.last {
	/* 26-sep-2016*/
	float: left;
	width: 71%;
}

.box2.resources-box #resource-list {
	/* 26-sep-2016*/
	padding: 20px 0;
}

.resources-box #resource-list h4 {
	/* 26-sep-2016*/
	font-size: 18px;
	padding: 0 20px;
}

#resource-list li {
	/* 26-sep-2016*/
	border-top: 1px solid #efefef;
	padding: 12px 20px;
}

div.post-date {
	clear: both;
	float: left;
	height: 85px;
	width: 70px;
	border-radius: 5px;
	background: #0088ce;
	color: #fff;
}

div.post-date p.year {
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}

div.post-date p {
	margin: 0;
	text-align: center;
}

div.post-date p.day {
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
}

div.post-date p.month {
	font-size: 15px;
	font-weight: 700;
	line-height: 12px;
	margin: 12px 0 0;
	text-transform: uppercase;
}

.single-post .entry h2 {
	margin-top: 0;
}

@media all and (min-width:1024px) {
	.single-post.content-sidebar .single-post-datainner {
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.single-post.content-sidebar .single-post-datainner .container {
		width: calc(100% - 300px);
		margin-top: 30px;
	}
}

.single-post.content-sidebar .single-post-datainner .container .post {
	float: left;
	width: calc(100% - 100px);
}

hr.postspacer {
	clear: both;
	display: none;
}

.narrowcolumn .post .entry {
	margin-bottom: 0;
}

.narrowcolumn .post .postmetadata {
	margin-bottom: 0;
}

.postmetadata {
	border-bottom: 1px solid #ccc;
	padding: 15px;
}

.post-date p {
	margin: 4px;
	text-align: center;
}

.awards-entry .col.span-6 {
	float: left;
	width: 230px;
}

.awards-entry .col.span-9.last {
	float: left;
	padding: 0 35px !important;
	width: auto;
}

.awards-entry .col.span-6 img {
	height: auto !important;
	max-height: 173px;
}

.entry-content ul li.thispage {
	font-size: 20px;
	list-style: outside none square;
	margin-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.container.Partner-Support .col.span-7.last,
.container.Partner-Support .col.span-7 {
	float: left;
	width: 45% !important;
}

.lpStaticButton tr td,
.lpStaticButton tbody {
	border-top: none;
}

.lpStaticButton tr td {
	padding: 0;
}

.lpPoweredByDiv {
	text-align: center;
}

.article-preview .col.span-5 {
	float: left;
	width: 180px !important;
}

.page-id-2478 .col.span-3,
.page-id-741 .col.span-3,
.page-id-1710 .col.span-3,
.page-id-1712 .col.span-3 {
	float: left;
	width: 18%;
}

.page-id-2478 .col.span-12.last,
.page-id-741 .col.span-12.last,
.page-id-1710 .col.span-12.last,
.page-id-1712 .col.span-12.last {
	float: left;
	margin: 20px 0;
	width: 80%;
}

.entry-content .column.p20px>p {
	font-size: 20px;
}

.entry-content p.intro {
	font-size: 20px;
}

h2 {
	margin: 20px 0;
}

.content .column .col>ul {
	list-style-position: inside;
}

.twoEqualColumns .column.total-pricing-control {
	margin-right: 120px;
	width: 350px;
}

#content-area.step-trail {
	padding: 35px 0 20px 20px;
}

.page-id-238 .col.span-6 {
	width: 28%;
	float: left;
	padding-right: 40px;
}

.page-id-238 .col.span-8.prepend-1.last.requirements {
	width: 36%;
	float: left;
	padding-right: 40px;
}

.page-id-238 .col.span-7.last {
	width: 32%;
	float: left;
	padding-right: 40px;
}

h2.formTitle {
	text-align: center;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

img.mobile-only {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 150px;
}

.dp_outer .colortitles h1 {
	margin-bottom: 24px;
}

.dp_outer .blurb {
	color: #fff;
	font-size: 15px;
	padding: 20px 20px 29px 10px;
	text-align: justify;
	width: 480px !important;
}

.dp_outer .talk {
	background: rgba(0, 0, 0, 0) url("//45xpzn2mckas18kbo717oqvgmzn.wpengine.netdna-cdn.com/images/SMB/talkbubble.png") no-repeat scroll 0 0;
	margin-left: 445px;
}

.entry-content .dp_outer ul li.thispage {
	font-size: 15px;
	list-style: outside none square;
	margin-left: 16px;
	padding-bottom: 0;
	padding-top: 0;
}

.next {
	background-image: url("//45xpzn2mckas18kbo717oqvgmzn.wpengine.netdna-cdn.com/images/SMB/nextbox3.png");
	background-repeat: no-repeat;
	height: 153px !important;
	margin-left: -20px;
	padding: 20px 20px 10px 10px !important;
	width: 321px !important;
}

.page-id-3078 .alignnone.size-full {
	margin: 0;
}

.page-id-739 h2.colorh.partner_portal {
	margin-top: 20px;
	color: #0088ce !important;
	font-weight: 700 !important;
}

.page-id-739 .entry-content p.intro-2 {
	font-size: 17px;
	margin-bottom: 25px;
}

.page-id-739 .col.span-6 {
	margin-bottom: 10px;
	vertical-align: top;
	width: 230px;
}

.page-id-739 .col.span-6.feature_summary h3 {
	font-size: 14px;
}

.page-id-739 div.feature-list>div {
	margin-top: 20px;
}

.page-id-739 .slider-navigation {
	margin-left: 23px;
}

.page-id-739 div.feature-list {
	background-image: url("/images/shell/feature-menu-bkgd.png");
	background-position: -37px 0;
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 420px;
}

.page-id-739 .col.span-14.last.prepend-1 {
	display: inline-block;
	width: 520px;
}

.page-id-739 h4 {
	margin-left: 45px;
}

.page-id-739 div.feature-list>div ul.slider-navigation {
	margin-left: 23px;
	width: 300px;
}

.page-id-739 div.feature-list>div ul.slider-navigation li {
	border: 1px solid #efefef;
	display: block;
	height: 39px;
	list-style-type: none;
	padding: 6px 0 6px 18px;
}

.page-id-739 div.feature-list>div ul.slider-navigation li a {
	background: transparent url("/images/icons/features-grey-circle-pointer.png") no-repeat scroll 95% 3px;
	color: #8c8c8c;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
}

.page-id-739 div.feature-list>div ul.slider-navigation li a:hover {
	background: transparent url("/images/icons/features-blue-circle-pointer.png") no-repeat scroll 95% 3px;
	color: #0088cc;
}

.page-id-739 .trialbutton {
	border-top: 2px solid #356f99;
	position: relative;
	text-align: left !important;
	width: 100%;
}

.page-id-739 .trialbutton h1 {
	font-size: 42px !important;
	font-weight: 700 !important;
	line-height: 74px;
}

.gridarea {
	background: rgba(0, 0, 0, 0) url("/images/buttons/Intronis_Resources_Page.png") no-repeat scroll 0 0;
	height: 550px;
	width: 650px;
}

.gridrow {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.gridtitle {
	height: 78px;
	width: 650px;
	padding-left: 95px;
	padding-top: 55px;
}

.gridtitle>p {
	font-size: 18px !important;
}

.titleleft p {
	font-size: 16px !important;
}

/* 404 Page */
body.error404 .entry-content .section {
	margin-top: 60px;
}

body.error404 .entry-content form.searchform label .sidebar-title,
body.error404 .entry-content form.search-form label .sidebar-title {
	display: none;
}

body.error404 .entry-content form.searchform input.s,
body.error404 .entry-content form.search-form input.s {
	max-width: 75%;
	float: left;
}

body.error404 .entry-content form.searchform input.searchsubmit,
body.error404 .entry-content form.search-form input.searchsubmit {
	background-color: #0088ce;
	padding: 13px 16px 14px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.product-list img.alignleft {
	margin-right: 40px;
}

.section {
	margin: 50px 0;
}

.section:before {
	content: " ";
	display: table;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio:1.5) {
	.search-form input[type="search"] {
		background-image: url(images/icon-search@2x.png);
	}

	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}

	.sidebar li {
		background-image: url(images/icon-li@2x.png);
	}
}

@media only screen and (max-width:1200px) {
	.site-container {
		max-width: 960px;
	}

	.content {
		width: 660px;
	}

	.title-area {
		width: 260px;
	}

	.breadcrumb {
		margin: -30px -40px 30px;
	}

	.content {
		padding: 30px 20px 10px;
	}

	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
	}
}

@media only screen and (max-width:1080px) {
	.vs_right {
		font-size: 18px !important;
		width: 76% !important;
	}

	.vs_left {
		width: 21% !important;
	}
}

@media only screen and (max-width:1023px) {
	.site-container {
		max-width: 768px;
	}

	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		float: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu>.first>a,
	.genesis-nav-menu>.last>a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}

	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}
}



@media only screen and (max-width:800px) {
	.site-container {
		max-width: 630px;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle .widget,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.executive-pro-portfolio .portfolio,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 16px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children>a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 16px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item>a,
	.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}

	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}

	.home-middle,
	.home-top,
	.executive-pro-portfolio .portfolio {
		text-align: center;
	}

	.executive-pro-portfolio .portfolio {
		padding: 0 0 30px;
	}

	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.nav-secondary .genesis-nav-menu>.first>a,
	.nav-secondary .genesis-nav-menu>.last>a,
	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
		padding: 12px;
	}

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
}

@media only screen and (max-width:872px) {
	.vs_right {
		font-size: 15px !important;
	}
}

@media only screen and (max-width:500px) {
	.entry-title {
		font-size: 24px;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
}

@media only screen and (max-width:479px) {
	img.mobile-only {
		max-width: 90px;
	}
}

@media only screen and (max-width:270px) {
	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 26px;
	}
}



/******************** Custom Css here ********************/
.material-icons {
	opacity: 0;
	transition: opacity 0.5s;
}

/************** header css here *************/
body {
	line-height: 1.5;
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0088ce;
	line-height: 1.1em;
}

h1 a,
h2 a,
h3 a {
	color: #0088ce;
}

p,
.entry li {
	font-size: 15px;
}

.entry li {
	margin-top: 24px;
	margin-bottom: 24px;
}

.single-portfolio main.content {
	text-align: left;
}

a {
	color: #0088ce;
	text-decoration: none;
}

strong a,
a strong {
	font-weight: 600;
}

a:focus {
	outline: none;
}

a img {
	margin-bottom: 0;
}

blockquote:before {
	content: "";
}

blockquote {
	color: #666;
	font-size: 18px;
	font-style: italic;
	padding: 18px;
}

.entry-content ul li {
	list-style-type: square;
	font-size: 18px;
}

iframe {
	border: medium none;
}

.wrap {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}

.top-menu {
	color: #666;
	font-size: 14px;
	display: inline-block;
	padding-right: 4px;
}

.header_top-right {
	text-align: right;
}

.top-menu a {
	font-weight: 300;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

a.top.freetrial,
a.top.freetrial:hover {
	background-color: #00B098;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	margin-right: 16px;
	margin-top: 1px;
	margin-left: 10px;
	padding: 10px 30px;
}

a.top.freetrial:hover {
	background-color: #00B098;
	box-shadow: inset 0 0 1000px rgba(255, 255, 255, 0.5);
}

body.page-id-1571 a.top.support {
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 4px 9px;
	margin: 0 5px;
}

.top-menu .sales-call-span {
	margin-left: 20px;
}

.header-widget-area .widget_text {
	padding: 32px 0 23px 10px;
}

@media all and (min-width:1031px) {
	.site-header .genesis-nav-menu {
		background-color: transparent;
	}

	.site-header .genesis-nav-menu a,
	.site-header .genesis-nav-menu a:active,
	.site-header .genesis-nav-menu a:focus {
		color: #000006;
		font-size: 18px;
		padding: 10px 20px 31px 20px;
		text-transform: uppercase;
	}

	.site-header .genesis-nav-menu .sub-menu a:active,
	.site-header .genesis-nav-menu .sub-menu a:focus {
		font-size: 14px;
		font-weight: 300;
		padding: 10px 22px;
		text-transform: none;
	}

	.site-header .genesis-nav-menu>li:hover {
		background: transparent;
		border-bottom: 2px solid #00B098;
	}

	.site-header .genesis-nav-menu>li>a,
	.site-header .genesis-nav-menu>li>a:hover {
		background: transparent;
		color: #fff !important;
	}

	.site-header .genesis-nav-menu .sub-menu {
		width: 210px;
		border-top: 2px solid #00B098;
	}

	.site-header .genesis-nav-menu li.menu-item-2067 .sub-menu {
		width: 240px;
	}

	.site-header .genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.site-header .genesis-nav-menu .sub-menu li a {
		background-color: #f4f4f4;
		color: #000006;
		border: 0;
		width: 100%;
		font-size: 14px;
		font-weight: 300;
		line-height: 16px;
		padding: 10px 22px;
		text-transform: none;
	}

	.site-header .genesis-nav-menu .sub-menu .sub-menu {
		margin: -38px 0 0 210px;
	}

	.site-header .genesis-nav-menu .sub-menu li>a:hover {
		background-color: #f4f4f4;
		color: #0088ce;
	}

	.site-header .genesis-nav-menu .current-menu-item>a,
	.site-header .genesis-nav-menu .current-menu-parent>a,
	.site-header .genesis-nav-menu .current_page_ancestor>a,
	.site-header .genesis-nav-menu .current-page-ancestor>a {
		background: none;
		color: #fff;
	}

	.site-header .genesis-nav-menu .current-menu-item:hover>a,
	.site-header .genesis-nav-menu .current-menu-parent:hover>a,
	.site-header .genesis-nav-menu .current_page_ancestor:hover>a,
	.site-header .genesis-nav-menu .current-page-ancestor:hover>a {
		color: #fff;
	}

	.site-header .genesis-nav-menu .sub-menu .current-menu-item>a,
	.site-header .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
	.site-header .genesis-nav-menu .sub-menu .current_page_ancestor>a,
	.site-header .genesis-nav-menu .sub-menu .current_page_ancestor>a:hover,
	.site-header .genesis-nav-menu .sub-menu .current-page-ancestor>a,
	.site-header .genesis-nav-menu .sub-menu .current-page-ancestor>a:hover {
		background-color: #f4f4f4;
		color: #0088ce;
	}

	.site-header .genesis-nav-menu .sub-menu .current_page_ancestor .current_page_item a,
	.site-header .genesis-nav-menu .sub-menu .current-page-ancestor .current_page_item a {
		background: #f4f4f4;
		color: #0088ce;
	}

	.site-header .genesis-nav-menu .sub-menu .menu-item-has-children>a:after {
		border-right: 1px solid #000006;
		border-top: 1px solid #000006;
		content: " ";
		display: inline-block;
		font-size: 14px;
		height: 6px;
		position: absolute;
		right: 13px;
		top: 17px;
		transform: rotate(46deg);
		width: 6px;
		-webkit-transform: rotate(46deg);
		-moz-transform: rotate(46deg);
		-o-transform: rotate(46deg);
	}

	.site-header .genesis-nav-menu .sub-menu .menu-item-has-children.current_page_ancestor>a:after {
		border-color: #0088ce;
	}

	/* Fix for duplicate menu highlight on https://barracudamsp.com/product-details/end-user-security-training/ */
	body.page-id-6199 .site-header .genesis-nav-menu .sub-menu .current_page_ancestor.menu-item-5378>a,
	body.page-id-6199 .site-header .genesis-nav-menu .sub-menu .current_page_ancestor.menu-item-5378 .current_page_item a {
		background: #f4f4f4 !important;
		color: #000006 !important;
	}

	body.page-id-6199 .site-header .genesis-nav-menu .sub-menu .current_page_ancestor.menu-item-5378>a:hover,
	body.page-id-6199 .site-header .genesis-nav-menu .sub-menu .current_page_ancestor.menu-item-5378 .current_page_item a:hover {
		background-color: #f4f4f4 !important;
		color: #0088ce !important;
	}

	body.page-id-6199 .site-header .genesis-nav-menu .sub-menu .menu-item-has-children.current_page_ancestor.menu-item-5378>a:after {
		border-color: #000006 !important;
	}
}

.site-header .call-us-div {
	margin-right: 33px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}

.site-header .call-us-div a {
	text-decoration: none !important;
	color: #fff !important;
}

.site-header .call-us .alignleft {
	padding-right: 10px;
}

/****************** body css here **********************/
.center-container {
	margin: auto;
	text-align: left;
	width: 986px;
}

.entry-content .flexslider ul li,
.entry-content .flexslider ol li {
	margin-left: 0;
}

.site-container {
	width: 100%;
	max-width: 100%;
}

.oneBigColumn.socialButtons {
	clear: both;
	margin: 0 auto 20px;
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
}

p:empty {
	display: none;
}

/****************** slider css here *******************/
.content .genesis_responsive_slider .flex-direction-nav li a,
.home-slider .flex-direction-nav li a {
	background: url("images/bg_direction_nav.png") no-repeat;
	width: 30px;
	height: 30px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background-size: cover;
}

.content .genesis_responsive_slider .flex-direction-nav li a.next,
.home-slider .flex-direction-nav li a.flex-next {
	background-position: -34px 0;
	right: -90px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev,
.home-slider .flex-direction-nav li a.flex-prev {
	left: -90px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev:hover,
.home-slider .flex-direction-nav li a.flex-prev:hover {
	background-position: 0 0;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -34px 0;
}

.entry-content .flex-direction-nav li {
	list-style-type: none;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: 20px 0 10px;
	padding: 0;
	text-align: center;
}

.content .genesis_responsive_slider .flex-control-nav li {
	margin: 0 6px;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
	display: block;
	height: 11px;
	width: 11px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background: rgba(0, 0, 0, 0.9);
}

/* HOMEPAGE SLIDER */
#metaslider_4473,
#metaslider_4473 .slides li {
	max-height: 600px !important;
	overflow: hidden;
	border-radius: 0;
}

#metaslider_4473 .flex-control-nav.flex-control-paging {
	bottom: 20px;
}

#metaslider_4473 .flex-control-nav.flex-control-paging li {
	padding: 0;
}

#metaslider_4473 .flex-control-nav.flex-control-paging li a {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.75);
	width: 15px;
	height: 15px;
	margin: 0 4px;
}

#metaslider_4473 .flex-control-nav.flex-control-paging li a.flex-active {
	background: #0088ce;
	border: 2px solid #0088ce;
}

#metaslider_4473 .flex-direction-nav li a {
	background-image: url('images/bg_direction_nav.rev.min.png') !important;
}

#metaslider_4473 .caption-wrap {
	left: 25px !important;
	top: 45% !important;
	bottom: auto !important;
	width: auto !important;
	max-width: 60% !important;
	min-width: 50% !important;
	background: transparent !important;
	opacity: 1 !important;
}

#metaslider_4473 .caption-wrap .caption {
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-radius: 0 0 50px 0;
	min-height: 300px;
	padding: 3.5rem 4rem 4rem 4rem;
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
}

#metaslider_4473 .caption-wrap .caption h2 {
	font-size: 46px !important;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
}

#metaslider_4473 .caption-wrap .caption .subhead {
	margin-top: 25px;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
}

#metaslider_4473 .caption-wrap .caption .slider-cta {
	margin-top: 45px;
	font-size: 20px;
	text-transform: uppercase;
}

#metaslider_4473 .caption-wrap .caption a {
	color: #fff;
}

#metaslider_4473 .caption-wrap .caption .slider-cta a {
	background: #00B098;
	padding: 12px 7px 12px 17px;
	border-radius: 4px;
	font-weight: 600;
}

#metaslider_4473 .caption-wrap .caption a:hover {
	text-decoration: none;
}

#metaslider_4473 .caption-wrap .caption .slider-cta .material-icons {
	color: #fff;
	font-weight: 700;
	font-size: 27px;
	vertical-align: top;
	transition: all 200ms ease-out;
}

/*
#metaslider_4473 .caption-wrap .caption .slider-cta .xxxxx:after{
	content:'\e5cc';

	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
*/
#metaslider_4473 .caption-wrap .caption .slider-cta a:hover .material-icons {
	margin-left: 6px;
}

#metaslider_4473 .caption-wrap .caption u {
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 4px solid #00B098;
}

@media all and (min-width:1280px) {
	#metaslider_4473 .caption-wrap {
		width: 1200px !important;
		max-width: 1200px !important;
		left: 50% !important;
		margin-left: -600px !important;
	}

	#metaslider_4473 .caption-wrap .caption {
		max-width: 758px;
	}
}

@media all and (max-width:1379px) {
	#metaslider_4473 .slides img {
		width: 110%;
	}
}

@media all and (max-width:1279px) {
	#metaslider_4473 .slides img {
		width: 125%;
	}
}

@media all and (max-width:1030px) {
	#metaslider_4473 .slides img {
		width: 150%;
		margin-left: -75px !important;
	}
}

@media all and (max-width:959px) {
	#metaslider_4473 .caption-wrap {
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		max-height: 100% !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
	}

	#metaslider_4473 .caption-wrap .caption {
		width: 100%;
		height: 100%;
		border-radius: 0 !important;
		transform: none;
	}
}

@media all and (max-width:767px) {
	#metaslider_4473 .caption-wrap .caption h2 {
		font-size: 36px !important;
	}

	#metaslider_4473 .caption-wrap .caption .subhead {
		font-size: 28px;
	}
}

@media all and (max-width:699px) {
	#metaslider_4473 .caption-wrap .caption {
		text-align: center;
		padding-top: 1.75rem;
	}
}

@media all and (max-width:599px) {
	#metaslider_4473 .caption-wrap .caption h2 {
		font-size: 30px !important;
	}

	#metaslider_4473 .slides img {
		width: 200%;
		margin-left: -150px !important;
	}
}

@media all and (max-width:479px) {
	#metaslider_4473 .caption-wrap .caption {
		padding: 1.75rem 1rem 2rem 1rem;
	}

	#metaslider_4473 .caption-wrap .caption .subhead {
		font-size: 24px;
	}
}

@media all and (max-width:419px) {
	#metaslider_4473 .caption-wrap .caption .slider-cta {
		margin-top: 25px;
	}
}

@media all and (max-width:399px) {
	#metaslider_4473 .slides img {
		margin-left: -100px !important;
	}

	#metaslider_4473 .caption-wrap .caption h2 {
		margin-top: 0;
	}

	#metaslider_4473 .caption-wrap .caption .subhead {
		display: none;
	}

	#metaslider_4473 .caption-wrap .caption .slider-cta {
		margin-top: 25px;
	}
}

/* END HOMEPAGE SLIDER */


/***************** page content css here *****************/
.row:after {
	display: block;
	content: '';
	clear: both;
}

.home-top.widget-area,
.home-top .featuredpage {
	padding: 0;
}

.home-top .entry-content {
	max-width: 100%;
	width: 100%;
}

.home-top.widget-area {
	overflow: visible;
}

.home-top .featuredpage {
	width: 100%;
}

.main-container-home-echo {
	border-top: 5px solid #0180c7;
	margin-bottom: 0px;
}

.home-top .center-container {
	width: 100%;
	text-align: center;
	margin: 0;
}

.free-trial-div {
	display: inline-block;
	margin-top: -40px;
}

.featurecontainer2 {
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
	text-align: center;
}

.home-top .featurecontainer2 .column {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	width: 49%;
	text-align: left;
}

.home-top .featurecontainer2 .column a,
.home-top .featurecontainer2 .column a:hover {
	color: inherit;
	text-decoration: none;
}

.push-right {
	float: right;
}

.push-left {
	float: left;
}

body.home .push-left p {
	margin-left: 20px;
}

.featured-content .fxd-prc-inner img {
	margin-top: -10px;
	padding: 10px 0 3px;
	width: 130px;
}

.fxd-prc-inner {
	text-align: center;
}

.total-partner {
	margin: 0 15px;
}

.home-top .headingFont {
	color: #204057;
	font-size: 22px;
	font-weight: 700;
}

.home-top .col-para {
	font-size: 20px;
	color: #666;
}

.intronis-features {
	margin-bottom: 15px;
}

.featurecontainer .column img {
	height: auto;
}

.tired-justify {
	background: #d0e6b5;
	padding: 30px 0 0;
}

.lrn-mr-btn {
	margin-top: 97px;
	padding: 0 0 10px;
	text-align: center;
}

.fixed-price-adv .lrn-mr-btn {
	margin-top: 34px;
}

.why-intronis-inner,
.ultimate-guide-inner,
.tired-justify-img {
	text-align: center;
}

.ultimate-guide {
	background: #e3ecf5;
}

.featurecontainer {
	padding: 0 20px;
}

.featurecontainer .column .lrn-mr-btn img {
	max-width: 111px;
}

.after-slider {
	padding: 60px 20px 0;
}

.after-slider img {
	max-width: 300px;
}

.why-intronis-div {
	padding: 20px 0 0;
}

.learn-more-abt {
	padding: 20px 0 50px;
}

.oneBigColumn .lrn-column p {
	font-size: 30px;
	margin-bottom: 10px;
}

.home-top .learn-more-abt .featurecontainer2 .column {
	padding: 0;
	text-align: center;
	width: 32.5%;
}

.learn-more-abt .threeEqualColumns .column p {
	font-size: 14px;
}

.crn-5star {
	margin-right: 0;
}

.coolest-cloud,
.talkin-cloud,
.busins-solns,
.inc-5000-div,
.crn-5star {
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}

.awards-hdng {
	background-image: url("images/award-heading.png");
	background-repeat: no-repeat;
	height: 21px;
	margin: 10px 0 40px;
	max-width: 1240px;
	text-indent: -99999px;
	width: 100%;
}

/* Managed Workplace (MW) Pages 2019 */
body.mw-page .site-inner,
body.mw-page .content-sidebar-wrap,
body.mw-page .entry-content {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

body.mw-page .featurecontainer:first-child {
	padding-top: 80px;
}

body.mw-page .content {
	padding: 0;
}

body.mw-page .entry-content h2 {
	font-size: 35px !important;
}

body.mw-page .blueBoxes h3 {
	color: #00B098;
}

body.mw-page .metaslider .caption {
	font-size: 14px;
}

body.mw-page .slider-container {
	margin-top: 20px;
	background-color: #f2f2f3;
	padding: 20px;
}

body.mw-page .services-available {
	margin-top: 100px;
	background-color: #f2f2f3;
	padding: 20px;
}

body.mw-page .mw-features .boxContent {
	padding: 20px 18px;
	max-width: 100%;
}

body.mw-page .mw-features .boxContent .boxColSet {
	margin: 0;
	padding-bottom: 0;
}

body.mw-page .mw-features .boxCol1 {
	float: left;
	display: inline-block;
	width: 60px;
}

body.mw-page .mw-features .boxCol2 {
	margin-left: 60px;
	padding-top: 3px;
}

body.mw-page .mw-features .material-icons {
	font-size: 40px;
	color: #425160;
}

body.mw-page .mw-features .boxContent h3 {
	margin-top: 0;
}

body.mw-page .mw-features .boxContent p {
	clear: none;
	font-size: 16px;
}

/* New icon set for MW pages: Aug. 2019 */

.icon90 img {
	display: block;
	width:90px;
	height:90px;
	max-width: 90px !important;
	max-height: 90px !important;
}
.icon40 img {
	display: block;
	width:40px;
	height:40px;
	max-width: 40px !important;
	max-height: 40px !important;
}
.blueBoxes .boxContent .icon40 img {
	margin: 0;
}
.blueBoxes.mw-footer .boxContent .boxColSet {
	margin: 15px 0;
}
.blueBoxes.mw-footer .boxContent h3,
.blueBoxes.mw-footer .boxContent p {
	text-align: center;
}
.blueBoxes.mw-footer .boxContent p {
	font-size: 20px;
	margin-top: 20px;
	min-height: 56px;
}
.blueBoxes.mw-footer .boxContent a {
	color: #425160;
}
@media all and (min-width: 921px) {
	.mw-features .row > .boxContent {
		padding: 20px 27px !important;
	}
	.blueBoxes.mw-footer {
		margin-top: 40px;
	}
	.blueBoxes.mw-footer .boxContent.last .boxColSet {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.blueBoxes.mw-footer .boxContent h3 {
		margin-top: 20px;
	}
	.twoEqualColumns.blueBoxes.mw-footer .column.first {
		width: 49%;
		border-right: 2px dashed #bbb;
	}
	.twoEqualColumns.blueBoxes.mw-footer .column.last {
		width: 47%;
	}
}

.material-icons.flipped {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#metaslider_6503 .slides>li {
	border-radius: 10px;
	overflow: hidden;
}

/* PRODUCT TREE */
.product-tree {
	width: 798px;
	margin: 60px auto;
	min-height: 340px;
	background: url("images/lines-4.png") no-repeat center 166px;
	text-align: center;
}

.product-tree .product p {
	font-weight: bold !important;
}

.product-tree .product-features {
	position: relative;
	top: 90px;
}

.product-tree .business-feature-icon {
	margin: 0px auto;
	color: #0088ce;
}

.product-tree .item-tree {
	width: 25%;
	float: left;
	text-align: center;
}

.product-tree .item-tree .business-feature-icon {
	margin: 0px auto 7px;
}

.product-tree a:hover {
	text-decoration: none;
}

.product-tree .product-highlight a,
.product-tree .item-tree a .feature-name {
	font-size: 20px;
	font-weight: bold;
	transition: all 0.2s ease;
	margin-top: 0;
	color: #0088ce;
}

.product-tree .item-tree:after {
	content: " ";
	clear: both;
	display: block;
}

.business-feature-icon {
	display: block;
	width: 85px;
	height: 75px;
}

.business-feature-icon .material-icons {
	font-size: 72px;
}

.product-tree .product-highlight.active a,
.product-tree .item-tree.active a .feature-name,
.product-tree .active .business-feature-icon {
	color: #00B098 !important;
}

@media all and (max-width:900px) {
	.product-tree {
		background: none;
		min-height: initial;
		width: 100%;
	}

	.product-tree .product-features {
		margin-left: 105px;
		top: 95px;
	}

	.product-tree .product-highlight {
		margin-left: -50px;
		width: 100%;
		position: relative;
	}

	.product-tree .product-highlight:after {
		background: url("images/lines-vertical-4.png") no-repeat center center;
		content: '';
		height: 659px;
		left: 10px;
		top: 160px;
		position: absolute;
		width: 100%;
	}

	.product-tree .item-tree {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.product-tree .product-highlight a,
	.product-tree .item-tree a .feature-name {
		font-size: 16px;
		padding-bottom: 35px;
	}
}

/************************ Footer Css here ***********************/
.get-started-content {
	padding: 60px 20px 50px;
}

.gt-hdng {
	color: #0088ce;
	font-size: 34px;
	font-family: "museo-slab", "Sanchez", serif !important;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto 10px;
}

.get-inner-cntnt,
.get-lunch-cntnt {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	padding: 30px;
}

.get-content,
.get-content p {
	font-size: 20px;
	text-align: center;
}

.get-content p {
	max-width: 250px;
	margin: 0 auto 28px;
}

.get-content a {
	color: #4d4d4d;
}

.get-content a.button {
	font-size: 18px;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
}

.get-icon {
	display: block;
	margin-bottom: 10px;
}

.get-icon i {
	font-size: 72px;
}

/********************************** Inner Pages Css here **********************************/
#page-top {
	display: block;
	background: #4d4d4d no-repeat 50% 50%;
	background-size: cover;
	color: white;
	margin: 0;
	padding: 25px;
	width: 100%;
	max-height: 600px;
	line-height: 1.4em;
}

#page-top .wrap {
	max-width: 1190px;
}

#page-top .page-top-content {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 50px 0;
	max-width: 776px;
	min-height: 374px;
	padding: 3.5rem 4rem 4rem 4rem;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

#page-top h1 {
	font-size: 46px !important;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
}

#page-top h2 {
	font-family: "proxima-nova", "Montserrat", Helvetica, Arial, sans-serif !important;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 300;
	color: #fff;
	margin-top: 25px;
}

#page-top a {
	color: #fff;
}

#page-top a:hover {
	text-decoration: none;
}

@media all and (max-width:767px) {
	#page-top h1 {
		font-size: 36px !important;
	}
}

@media all and (max-width:560px) {
	#page-top {
		padding: 0;
	}

	#page-top .page-top-content {
		width: 100%;
		height: 100%;
		min-height: 0;
		border-radius: 0;
		padding: 2rem;
	}

	#page-top h1 {
		font-size: 30px !important;
	}
}

#page-top .page-top-content .button {
	margin-top: 20px;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
}

.entry-content {
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
}

h1.colorh {
	color: #0088ce;
	margin: 0 2px 40px;
}

h2.colorh {
	color: #666;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 2px 12px;
}

.entry-content p {
	font-size: 20px;
	margin: 12px 0 5px;
}

h2.headingFont a {
	color: #0088ce;
}

h2.headingFont a:hover {
	text-decoration: none;
}

h2.headingFont {
	font-size: 26px;
	margin: 20px 0 20px;
}

.headingFont+.headingFont {
	margin: 25px 0 !important;
}

.entry-content p+.headingFont {
	margin-top: 30px;
}

.twoEqualColumns .column {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-left: 0px;
}

.twoEqualColumns .col-img {
	text-align: center;
}

/*.twoEqualColumns .column img{max-width:310px; width:100%; height:auto;}*/
.socialButtons .row {
	display: inline-block;
	width: 100%;
}

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

/************* Why Intronis **************/
.know-more {
	font-size: 20px;
	margin: 10px 0;
	padding: 15px;
	text-align: center;
}

.acc-revenue {
	margin: 40px 0 0;
}

.column.col-right.col-img {
	float: right;
}

.why-intronis-cols .row {
	display: inline-block;
	margin: 0 0 20px;
	width: 100%;
}

/*********************** MSP Cloud Backup Comparison **********************/
/*.oneBigColumn .column.p20px {text-align:center;}*/
.color-title-img {
	float: left;
}

.colr-title {
	padding-left: 110px;
	text-align: left;
}

.lmtd-virtual {
	font-size: 13px;
	margin: -17px 0 6px 29px;
	width: 240px;
}

.trialbutton {
	border-top: 2px solid #356f99;
	position: relative;
	text-align: center;
}

.trialbutton h3 {
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 30px;
}

/************************** Product Details ****************************/
div.home-box {
	background-image: url("images/home-box-320.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 172px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0 10px;
	text-align: left;
	vertical-align: top;
	width: 320px;
}

.page-id-211 div.home-box {
	width: 300px;
}

div.home-box-right {
	margin-right: 0;
}

.img-left {
	float: left;
}

.home-box-container {
	text-align: center;
}

.contnum-cntnt {
	font-size: 15px;
	display: block;
	padding-left: 90px;
}

.home-box h3 {
	font-size: 24px;
	margin-bottom: 14px;
	padding: 3px 5px 0;
}

.home-box-contents {
	padding: 0 12px;
}

div.home-box50 {
	background-image: url("images/home-box-480.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 172px;
	margin-bottom: 10px;
	margin-right: 7px;
	padding: 0 10px;
	text-align: left;
	vertical-align: top;
	width: 49%;
}

.home-box50 h3 {
	font-size: 24px;
	padding: 5px 0 10px 18px;
}

.home-box50 .contnum-cntnt {
	padding-left: 100px;
}

.home-box50 .home-box-contents {
	padding: 0px;
}

.product-detail h2.headingFont {
	font-size: 24px;
	margin: 30px 0 20px;
}

.twoEqualColumns .prdct-dtl-echo img {
	max-width: 400px;
}

.product-detail .prdct-dtl-echo h2.headingFont {
	font-size: 32px;
}

/******************* The Appliance Option *******************/
.key-feature-img {
	float: right;
	margin: 10px 0 10px 20px;
}

.entry-content .key-featrs-list li {
	font-size: 20px;
	line-height: 28px;
	list-style-type: square;
	margin-bottom: 5px;
	vertical-align: middle;
}

.entry-content .key-featrs-list {
	margin-left: 40px;
}

.request-demo-div {
	text-align: center;
}

.application-option hr,
.partner-success-cntnt hr,
.left-sidebar hr,
hr {
	background: #ddd;
	border: none;
	height: 1px;
}

.application-option hr,
.partner-success-cntnt hr {
	margin: 40px 0 45px;
}

.row.request-demo-div {
	margin-bottom: 25px;
}

.application-option {
	padding: 0 20px;
}

.entry-content .column .key-featrs-list {
	margin-left: -20px;
}

.application-option .twoEqualColumns .column img {
	margin-left: 20px;
	max-width: 450px;
}

.application-option .twoEqualColumns .column {
	width: 47%;
}

.application-option .twoEqualColumns .column:first-child {
	margin-right: 40px;
}

/*************************************************************/
.column.img-mrgn {
	margin-top: 35px;
}

.intronis-echo .twoEqualColumns {
	margin-bottom: 30px;
}

/******************** Resources page css *********************/
.resorces-images-div img {
	width: 100%;
	height: auto;
}

.pricing-data-img img {
	max-width: 460px;
}

.hotspot-container {
	margin: -60px 10px 0 0;
	text-align: right;
}

.hotspot-container img {
	max-width: 160px !important;
}

.resorces-images-div {
	display: inline-block;
	vertical-align: top;
}

.measure-success img,
.container.msp-complete img {
	max-width: 231px;
}

.start-free-img img {
	max-width: 228px;
}

.cold-calling img {
	max-width: 222px;
}

/**************************** Pages with sidebar ********************************/
.page-with-sidebar main.content,
.content-sidebar main.content {
	float: left;
	width: calc(100% - 300px);
	padding: 40px 20px 10px;
}
.page-template-5pecial_Contact-Us-Form-Apollo.page-with-sidebar main.content,
.page-template-5pecial_Contact-Us-Form-Apollo.content-sidebar main.content {
	padding-top: 0;
}
.left-sidebar {
	float: left;
	width: 300px;
	padding: 40px 20px 0 10px;
}

@media all and (min-width:801px) {
	.page-template-5pecial_Resources-Form-Apollo.page-with-sidebar main.content,
	.page-template-5pecial_Resources-Form-Apollo.content-sidebar main.content,
	.page-template-5pecial_Demo-Form-Apollo.page-with-sidebar main.content,
	.page-template-5pecial_Demo-Form-Apollo.content-sidebar main.content,
	.page-template-5pecial_Contact-Us-Form-Apollo.page-with-sidebar main.content,
	.page-template-5pecial_Contact-Us-Form-Apollo.content-sidebar main.content,
	.page-template-5pecial_Quote-Request-Type1-Apollo.page-with-sidebar main.content,
	.page-template-5pecial_Quote-Request-Type1-Apollo.content-sidebar main.content,
	.page-template-5pecial_Resources-Form-Mkto-Sandbox.page-with-sidebar main.content,
	.page-template-5pecial_Resources-Form-Mkto-Sandbox.content-sidebar main.content {
		width: calc(100% - 330px);
	}
	.page-template-5pecial_Resources-Form-Apollo .left-sidebar,
	.page-template-5pecial_Demo-Form-Apollo .left-sidebar,
	.page-template-5pecial_Contact-Us-Form-Apollo .left-sidebar,
	.page-template-5pecial_Quote-Request-Type1-Apollo .left-sidebar,
	.page-template-5pecial_Resources-Form-Mkto-Sandbox .left-sidebar {
		width: 330px;
		padding: 40px 10px 0 0;
	}
	.page-template-5pecial_Contact-Us-Form-Apollo .left-sidebar {
		padding-top: 0;
	}
}

.portfolio-with-sidebar {
	display: inline-block;
	padding: 0 20px 10px 0;
	width: 66%;
}
.left-sidebar.portfolio-sidebar {
	padding: 0 0 0 10px;
	text-align: right;
}

/********************** Marketo Forms 2.0 full-width *******************/
.page-template-5pecial_Quote-Request-Type2-Apollo .blue-bg #mFormContainer {
	background:#e2ecf0;
	max-width:861px;
	margin:0 auto;
}
.page-template-5pecial_Quote-Request-Type2-Apollo .side-panel {
	width:330px;
	margin:0 auto;
}
.page-template-5pecial_Quote-Request-Type2-Apollo .side-panel iframe {
	background:transparent;
}

/********************** YouTube header template *******************/
.youtube_header {
	margin-top: 20px;
}

.youtube_header .twoEqualColumns .row .column {
	padding: 20px;
}

@media all and (min-width:801px) {
	.youtube_header .twoEqualColumns .row .column {
		padding-right: 0;
	}

	.youtube_header .twoEqualColumns .row .column:first-child {
		width: 54%;
	}

	.youtube_header .twoEqualColumns .row .column:last-child {
		width: 44%;
	}
}

.page-template-5pecial_YouTube-Header.page-with-sidebar main.content,
.page-template-5pecial_YouTube-Header.content-sidebar main.content {
	padding-top: 0;
}

/********************** Capabilities page *******************/
.capabilities-icon img {
	margin-left: -25px;
	max-width: 370px;
}

.contact-us-links {
	margin-bottom: 60px;
}

.sidebar-page-content h2 {
	color: #0088ce;
	font-size: 20px;
	font-weight: 700;
}

.entry-content .sidebar-page-content .key-featrs-list {
	margin-left: 20px;
	margin-top: 20px;
}

p.intro {
	margin-top: 30px;
}

.left-img-text {
	display: block;
	font-size: 20px;
	margin: 0 0 11px;
	padding: 12px 0 10px;
}

/***************** Product Success *******************/
.article-preview {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	margin: 10px 0;
}

.sprt-box-img {
	margin: 10px 0 20px;
}

.partner-success-cntnt .col h2 {
	font-size: 20px;
}

.partner-success-cntnt .col p {
	margin-bottom: 12px;
}

.partner-success-cntnt .col .key-featrs-list {
	margin-bottom: 20px;
	margin-left: 0;
}

.col.span-6 {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	width: 40%;
}

.partner-success-cntnt hr {
	margin: 10px 0 18px;
}

.col.span-7 {
	display: inline-block;
	width: 48%;
}

.col.span-7.last {
	width: 990px;
}

.col.span-6 h2,
.col.span-7 h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 15px 0 10px;
}

.col.span-6 p,
.col.span-7 p {
	font-size: 15px;
}

.col.span-6 a,
.col.span-7 a {
	font-weight: 700;
	text-decoration: underline;
}

hr.prtnr-scs-hr {
	margin: -10px 0 40px;
}

/************************ Bare Metal page **********************/
.bare-mtl {
	margin-top: 14px;
}

.entry-content .business-client {
	font-size: 18px;
	margin-bottom: 150px;
}

.business-client img {
	float: right;
	margin: 0 0 10px 10px;
}

.bare-metal-col1 .article-preview img {
	float: left;
}

.bare-img-dtl {
	padding: 0 0 0 110px;
}

.entry-content .key-featrs-list li.thispage {
	font-size: 14px;
	list-style: outside none square;
	line-height: 1.5;
	margin-left: 30px;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.recover-to-physical {
	margin-top: 30px;
}

.intro1 {
	margin-left: 20px;
	margin-top: 10px;
}

/***************** Events page ******************/
.left-sidebar .column p.end-pt-security {
	margin-bottom: 0;
}

.awards-entry .col.span-6 {
	float: left;
	width: auto;
}

.page-id-459 .awards-entry .col.span-6 {
	margin-right: 0;
}

.awards-entry .col.span-9.last {
	padding: 0 0 0 240px;
}

.product_comparison .awards-entry {
	display: inline-block;
	width: 100%;
}

.product_comparison .awards-entry p.description {
	font-size: 14px;
}

.left-sidebar .column.bare-mtl hr {
	margin-bottom: 20px;
}

.product_comparison h2.awards-title {
	margin-top: 5px;
}

/********************** About Us ***********************/
.column.about-col-content {
	display: inline-block;
	padding: 0 20px 10px;
	width: 67%;
}

.about-us-cntnt .left-sidebar {
	padding: 10px 20px 30px 10px;
}

.about-us-cntnt .contact-us-links {
	margin-bottom: 30px;
}

.about-us-form .column.headingFont {
	background: #eaf6fd;
	border: 2px solid #e4e4e4;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	color: #000006;
	006;
	font-size: 42px;
	margin-left: 20px;
	max-width: 860px;
	text-align: center;
	width: 100%;
}

.about-us-form iframe {
	border: medium none;
	height: 190px;
	margin: 30px 0 0;
	width: 100%;
}

/************************* Contact Us css ****************************/
.cntct-us-sidebr .sidebr-cal-us {
	margin-bottom: 10px;
}

.cntct-side-para p {
	font-size: 12px;
}

.sidebr-cal-us {
	font-size: 16px;
}

.contact-us-cntnt .p20px p {
	margin: 20px 0 30px;
}

.contact-us-cntnt h1 {
	margin-bottom: 15px;
}

.product_comparison.contact-us-cntnt {
	width: 80%;
}

.left-sidebar.cntct-us-sidebr {
	padding: 40px 30px 0 0;
}

.cntct-us-sidebr hr {
	margin-bottom: 18px;
}

/**************************** Careers page ***************************/
.entry-content .careers-cntnt p {
	font-size: 15px;
	margin-bottom: 15px;
}

.careers-cntnt hr {
	background: #ddd;
	border: medium none;
	height: 1px;
	margin: -10px 0 0;
}

.box2 {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 28px;
}

.left-sidebar .org {
	color: #0088ce;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px;
}

.box2.vcard .siders {
	font-size: 13px;
}

.box2 .adr {
	margin-bottom: 20px;
}

.left-sidebar.career-sidbr {
	padding: 40px 0 0;
}

.product_comparison.careers-cntnt {
	width: 96%;
}

/***************************** VMWare Backup *****************************/
.entry-content .vmware-backup-cntnt .business-client {
	margin-bottom: 110px;
}

.bare-img-dtl p {
	font-size: 14px;
	margin-bottom: 0;
}

.entry-content .vmware-backup-cntnt .column .key-featrs-list {
	margin: 10px 0 0;
}

.vmware-backup-cntnt .bare-img-dtl {
	padding: 0 0 0 115px;
}

/*********************** Hyper-V Backup *************************/
.hyper-v-cntnt p {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.entry-content .vmware-backup-cntnt .column.hyper-v-cntnt .key-featrs-list {
	margin: 0;
}

.hyper-v-cntnt .article-preview img {
	margin-top: 20px;
}

/**************** Application Backup ***************/
.applctn-bckup hr {
	margin-bottom: 20px;
}

.sidebar-page-content .col.aplctn-col h2 {
	font-size: 20px;
	line-height: 1.5;
	width: 90%;
}

/**************** Integration Partners *****************/
.column.intgrtn-prtnr p {
	font-size: 18px;
}

div.integration-entry {
	border-bottom: 1px solid #efefef;
	margin-top: 12px;
	padding: 5px 0;
}

div.integration-entry {
	float: left;
	height: auto;
}

/*.integration-entry .col.span-6 {float:left;margin-right:0;width:auto;}*/
.integration-entry .col.span-6 {
	float: left;
	margin-right: 0;
	width: 230px;
}

.integration-entry .col.span-9.last {
	float: left;
	width: 350px;
}

.page-id-867 .integration-entry .col.span-6 {
	float: left;
	margin-right: 0;
	width: 30%;
}

.page-id-867 .integration-entry .col.span-9.last {
	float: left;
	margin: 0 1%;
	width: 68%;
}

.column.intgrtn-prtnr {
	width: 98%;
}

.intg-prtnr-dtl {
	padding: 0 0 0 250px;
}

.entry-content .intg-prtnr-dtl p {
	font-size: 15px;
	margin-bottom: 10px;
}

.intg-prtnr-dtl p img {
	margin: 0 10px;
}

.intgrtn-prtnr .integration-title {
	margin-top: 10px;
	clear: none;
}

.left-sidebar.our-intg-prtnr {
	padding: 40px 20px 0 0;
}

.our-intg-prtnr .box2.side-panel {
	margin-bottom: 40px;
}

.test-hdng {
	color: #0088ce;
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0;
}

.box2.side-panel a {
	color: #0088ce;
	font-size: 15px;
}

/************************* Request a Demo **************************/
.request-demo-cntnt p {
	margin-bottom: 15px;
	margin-top: 10px;
}

.urlForm9 {
	margin: 50px 0 0;
}

.column.spin-up-cloud p {
	margin-top: 20px;
}

.spin-up-cloud .col h2 {
	font-size: 20px;
}

/****************************** Request Free Appliance Demo ********************************/
.aplnc-demo-frame iframe,
.demo-frame iframe {
	height: 350px;
	width: 95%;
}

.request-appliance-demo {
	display: inline-block;
	vertical-align: top;
	width: 57%;
}

.aplnc-demo-frame,
.demo-frame {
	float: right;
	margin-top: 22px;
	text-align: right;
	width: 40%;
}

.request-appliance-demo p {
	margin-top: 0;
}

/********************************* Product Tour ********************************/
.product-tour h2.colorh {
	font-size: 26px;
	text-align: center;
}

.screenshot {
	margin-bottom: 120px;
}

/*********************** SQL backup **************************/
.central-restore {
	margin-top: 30px;
}

.entry-content .column.sql-backup .key-featrs-list {
	margin-bottom: 10px;
}

.column.sql-backup p {
	font-size: 18px;
}

/*********************** Plans **************************/
.plans-main-content {
	text-align: center;
}

.plans-cntnt h2 {
	color: #000006;
	font-size: 34px;
	margin: 10px 0 0;
}

.plans-main-content .inner-div {
	margin-bottom: 10px;
}

.column.basic-plans,
.column.prem-plans,
.column.elite-plans {
	background-image: url("images/basic-box-l.png");
	display: inline-block;
	height: 198px;
	margin: 2px;
	text-align: center;
	width: 283px;
}

.column.prem-plans {
	background-image: url("images/prem-box-m.png");
}

.column.elite-plans {
	background-image: url("images/elite-box-r.png");
}

.plans-cntnt .column.headingFont>p {
	color: #595959;
	line-height: 22px;
	margin-bottom: 0;
}

.plan-sub-hdng {
	color: #0088ce;
	font-weight: 700;
}

.column.all-plans {
	background-image: url("images/all-plan-box3.png");
	height: 246px;
	margin: 0 auto;
	padding: 1px 0 0;
	text-align: center;
	width: 860px;
}

.all-plans .headingFont {
	color: #606263;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

.all-plans .twoEqualColumns {
	margin: 0 auto;
	width: 600px;
}

.all-plans .all-plans-list {
	margin: 0;
	text-align: left;
}

.all-plans-list .plans {
	color: #0088ce;
	font-size: 18px;
	font-weight: 700;
	list-style-type: none;
	margin: 0;
}

.all-plans-list .plans:before {
	background: #d37050;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	margin-right: 10px;
	vertical-align: middle;
	width: 6px;
}

.all-plans .all-plans-list {
	margin: 0;
	text-align: left;
}

.all-plans .twoEqualColumns {
	margin: 0 auto;
	width: 550px;
}

.plans-cntnt .column.headingFont .basic-smb {
	color: #0088ce;
	font-size: 16px;
	font-weight: 700;
}

.rqst-quot-frm .headingFont {
	color: #000006;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}

.rqst-quot-frame {
	text-align: center;
}

.rqst-quot-frame iframe {
	height: 200px;
	padding: 10px 0 0;
	width: 800px;
}

.twoEqualColumns.wat-is-u {
	text-align: left;
}

.wat-is-u .column img {
	max-width: 220px;
}

.wat-is-u .column.img-col {
	text-align: center;
}

/* BEGIN AUG 2019 */
.new_plans .column{
  width: 32%;
  min-width: 250px;
  margin-right: 2%;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
  background: #f1f3f4;
  border-radius: 6px;
  border: 1px solid #e8e8e9;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 3px rgba(40, 40, 40, 0.25);
}
.column.last{
  margin-right: 0;
}
.new_plans .column p{
  margin: 0;
}
@media all and (max-width: 1167px) {
  .new_plans .column{
    float: none;
    width: 100%;
    max-width: 400px;
    margin:40px auto;
  }
}
.corner-ribbon{
  width: 175px;
  background: #e43;
  position: absolute;
  top: 23px;
  right: -42px;
  text-align: center;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #f0f0f0;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  box-shadow: 0 1px 3px rgba(0,0,150,.3);
}

.twoEqualColumns.plan_details,
.oneBigColumn.plan_details {
  margin: 0 auto 40px;
}
.twoEqualColumns.plan_details .column {
  float: left;
  border-radius: 6px;
  padding: 0 0 0 40px;
  text-align: left;
  position: relative;
}
.entry-content .twoEqualColumns.plan_details .column ul,
.entry-content .oneBigColumn.plan_details .column ul {
  margin-bottom: 0;
}
.entry .twoEqualColumns.plan_details .column li,
.entry .oneBigColumn.plan_details .column li {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: outside;
}
.plan_details .column ul,
.plan_details .column li {
	text-align: left;
}
/* END AUG 2019 */

/************** Cloud Pricing Data Protection in a Fixed Price World (Ebook) **************/
.left-sidebar.ebook-sidebr {
	padding: 40px 10px 0 0;
}

.dwnld-ebk-hdng {
	color: #0088ce;
	font-size: 19px;
	padding: 10px 20px 0;
	text-align: center;
	width: 300px;
}

.resource-title-bar {
	border-bottom: 1px solid #ccc;
	color: #0088ce;
	margin: 0 0 20px;
	padding-left: 10px;
}

.entry-content .ebook-cntent p {
	font-size: 18px;
	margin: 0 0 20px;
}

.entry-content .ebook-cntent .ebook-img {
	float: left;
	margin: 20px 15px 0;
}

.ebk-inner-hdng {
	font-size: 20px;
	font-weight: 400;
	margin: 30px 0 80px;
	padding-right: 80px;
}

.ebk-inner-hdng.msp-calling {
	margin-bottom: 50px;
}

.ebook-cntent h2.colorh {
	font-size: 22px;
}

/*********************** Technical Specifications ****************************/
.entry-content .tech-specs-content li {
	list-style-type: none;
	margin: 0;
}

.tech-specs-content {
	font-size: 13px;
}

.tech-specs-content h2.colorh {
	font-size: 22px;
	margin-top: 20px;
}

.tech-specs-content h2.techspec {
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
}

.web-prtl-rqmnts {
	display: inline-block;
	padding-right: 40px;
	vertical-align: top;
	width: 29%;
}

.tech-specs-content h4.techspec {
	color: #000006;
	font-size: 12px;
}

.backup-sft-rqmnts {
	border-left: 1px solid #ccc;
	display: inline-block;
	padding-left: 55px;
	width: 37%;
}

.get-started-rqmnts {
	display: inline-block;
	padding-left: 50px;
	padding-top: 110px;
	vertical-align: top;
	width: 33%;
}

.get-started-rqmnts h3 {
	color: #000006;
	font-size: 14px;
	font-weight: 700;
	margin: 14px 0 10px;
}

.grey-rounded-content.requirements p {
	font-size: 15px;
}

.grey-rounded-content {
	background: #e0e0e0;
	padding: 1px 20px;
}

.technical-specs {
	padding-left: 30px;
}

/***************** Partner Stories **********************/
.prtnr-strs-sdbr .contact-us-links {
	margin-bottom: 30px;
}

.partner-stories-cntnt h2.colorh {
	color: #0088ce;
	font-size: 20px;
	margin-bottom: 30px;
}

.partner-stories-cntnt .intg-prtnr-dtl {
	padding: 0 0 0 180px;
}

.prtnr-strs-sdbr h4 {
	font-size: 14px;
	text-align: center;
}

.prtnr-strs-sdbr a.voverlay {
	font-size: 13px;
}

.box2 .videogallery {
	line-height: 18px;
}

/********************* Privacy Policy **********************/
.intronis-private-policy,
.intronis-private-policy p {
	font-size: 15px;
}

.intronis-private-policy h2 {
	font-size: 14px;
	line-height: 1.2em;
	margin: 15px 0 10px;
}

.entry-content .intronis-private-policy ul li {
	font-size: 0.813em;
	list-style-type: square;
	margin: 0 15px;
}

.intronis-private-policy p {
	margin-bottom: 10px;
}

.intronis-private-policy blockquote:before {
	content: "";
}

.intronis-private-policy blockquote {
	color: #666;
	font-size: 18px;
	font-style: italic;
	padding: 18px;
}

/********************* Request Free Consultation **********************/
.product_comparison.free-consult {
	width: 90%;
}

/********************* Cookie Policy ************************/
.common-sidebar form.search-form {
	text-align: right;
}

.common-sidebar .search-form label .sidebar-title {
	font-size: 13px;
	font-weight: 700;
}

.common-sidebar .search-form input {
	background: none;
	border: 1px solid #bbb;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	margin-right: 5px;
	padding: 3px 3px 2px;
	width: 108px;
}

.common-sidebar .search-form input[type="submit"] {
	background: #dadada;
	border: 1px solid #bbb;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	color: #000006;
	font-size: 13px;
	height: auto;
	margin: 0;
	padding: 0 7px 1px;
	position: relative;
	width: auto;
}

.cookie-sidebar {
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 40px;
}

.cookie-sidebar li {
	list-style-type: square;
	margin-left: 12px;
	margin-bottom: 4px;
}

.cookie-sidebar h4 {
	font-size: 14px;
	line-height: 1.2em;
	margin: 15px 0 10px;
	text-transform: capitalize;
}

.cookie-sidebar a {
	font-size: 12px;
}

.cookie-policy-cntnt h1 {
	font-size: 18px;
	font-weight: 400;
}

.coockie-policy-cntnt p {
	font-size: 15px;
}

/****************** 12-Month IT Services Marketing Plan *******************/
.mrktng-plan-para {
	font-size: 15px;
	margin-top: 90px;
}

.entry-content .ebook-cntent .mrktng-plan-dtl {
	margin-top: 30px;
}

/****************** Tips for Running a More Productive IT Services Business *********************/
.tips-for-img img {
	margin-top: 15px;
}

.tips-for-running h3 {
	font-size: 20px;
	font-weight: 400;
}

.entry-content .tips-for-running li {
	margin-left: 15px;
}

/************************ Data Loss Gremlins Defense Kit *************************/
.orng-clr {
	color: #f15d22;
}

.data-loss-cntnt {
	font-size: 18px;
}

.data-loss-cntnt h1.colorh {
	color: #0d6da7;
	font-size: 38px;
	font-weight: 700;
}

.data-loss-cntnt h2.colorh {
	color: #6f7070;
	font-size: 30px;
	line-height: 40px;
}

h2.who-guys-hdng {
	font-size: 24px;
	font-weight: 400;
	margin: 30px 0 20px;
}

.data-loss-cntnt .iframe-div {
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
	width: 36%;
}

.who-ths-guys {
	display: inline-block;
	font-size: 13px;
	padding-right: 40px;
	vertical-align: top;
	width: 30%;
}

.ths-guys-container {
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
}

.ths-guys-dtl {
	padding: 0 0 0 120px;
}

.ths-guys-img {
	float: left;
}

.gremlin-iframe-hdng {
	color: #0d6da7;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 7px;
}

/********** Download:The Ultimate Guide to Selling Cloud Backup *********/
.sell-cloud-bkup>p {
	font-size: 15px;
	margin-bottom: 20px;
}

/********************* Frequently Asked Questions ***********************/
.freqnt-questns-cntnt h2 {
	font-size: 26px;
	font-weight: 400;
	margin: 30px 0 10px;
}

.frqnt-ques-links img {
	margin-left: -30px;
}

.frqnt-ques-links a {
	font-size: 18px;
}

.fqnt-quest-start-free {
	font-size: 13px;
	margin: 20px 0;
}

.resource-list h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 20px;
}

.resource-list a {
	color: #8c8c8c;
	display: block;
	font-size: 13px;
}

.resource-list a:hover {
	color: #0088cc;
	text-decoration: none;
}

.resource-list li {
	border-top: 1px solid #efefef;
	line-height: 25px;
	padding: 6px 20px;
}

.box2.resources-box {
	padding: 0;
}

.resource-list>ul {
	margin-bottom: 10px;
}

/********* How to Develop a High Performing Sales Team *******/
.high-prfrm-team .ebk-inner-hdng+p {
	font-size: 15px;
	margin: 55px 0 20px;
}

.high-prfrm-team h3 {
	margin: 30px 0 0;
}

.msp-mngmnt-cntnt p {
	font-size: 15px;
	margin-bottom: 10px;
}

.it-service-plan h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

.it-service-plan .ebook-img img.alignleft {
	margin-bottom: 20px;
}

.speed-virtual-machn h2,
.speed-virtual-machn h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0 10px;
}

.resourc-page .speed-virtual-machn p {
	font-size: 15px;
}

/******************* Intronis Press releases *******************/
.common-sidebar-container {
	margin: 0 auto;
	max-width: 1240px;
	padding: 40px 20px 80px;
	width: 100%;
}

.main-content-page {
	display: inline-block;
	padding: 0 20px;
	width: calc(100% - 300px);
}

/**************** White Label Cloud Backup | Rebrand Intronis *******************/
.entry-content .ebook-cntent .wen-u-prtnr {
	margin-top: 40px;
}

.entry-content .ebook-cntent .recast-our {
	font-size: 13px;
	margin-top: 130px;
}

/**************** Grow Your Revenue *****************/
.entry-content blockquote p {
	margin-bottom: 5px;
}

.entry-content .block-authr {
	font-size: 15px;
	font-style: normal;
	text-align: right;
}

.grow-revenue div.headingFont {
	color: #0088ce;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 50px;
}

.grow-revenue h2.headingfont {
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0 10px;
}

/********************* Increase Margins **********************/
.img-container {
	width: 100%;
	display: inline-block;
}

/**********Autotask k*********/
.side-panel .autotask,
.side-panel .avg,
.side-panel .connectWise-integration {
	margin: 0 0 20px;
}

.bare-metal-col1 .intro-img img {
	float: right;
	margin: 18px 0 18px 18px;
}

h2.integration-title {
	clear: left;
	color: #0088ce;
	font-size: 18px;
	font-weight: 400 !important;
	margin-bottom: 10px;
	margin-top: 20px;
}

/*************** Sitemap ******************/
.sitemap-cntnt h1 {
	color: #ed6c21;
	font-size: 32px;
}

.sitemap-cntnt h2 {
	font-size: 28px;
	font-weight: 400;
	margin: 20px 0;
}

.page-listing p {
	font-size: 13px;
}

.sitemap-pages {
	display: inline-block;
	font-size: 24px;
	vertical-align: top;
	width: 67%;
}

.site-map-img {
	display: inline-block;
	width: 30%;
}

.sitemap-pages a {
	margin-left: 10px;
}

.sitemap-pages>div {
	display: inline-block;
	margin-bottom: 10px;
	width: 49%;
}

.page-listing {
	margin: 40px 0 0;
}

/************ GFi Max **************/
.alignright.gfimax-rmm-img {
	margin-top: 10px;
}

/************* Reverse Incremental Backup **************/
.reverse-backup .article-preview {
	margin-bottom: 10px;
}

.iframe-video.article-preview {
	width: 94%;
}

.iframe-video iframe {
	max-width: 560px;
	width: 100%;
}

/****************** Virtual Server Backup *******************/
.virtual-bckup .article-preview {
	margin-bottom: 25px;
}

.hw-to-guide hr {
	margin: 0 0 10px;
}

.hw-to-guide a {
	font-size: 16px;
}

.bare-metal-col1 .article-preview .rapid-recovery img {
	float: none;
	max-width: 600px;
	width: 100%;
}

/********************** Back To Top Button ***********************/
/*.scrollToTop{width:40px; height:40px;text-decoration:none;position:fixed;bottom:110px;right:40px;display:none;background:#ff9e1b;}
.scrollToTop:hover{text-decoration:none;}
.scrollToTop:after {border-right:3px solid #fff;border-top:3px solid #fff;content:"";display:block;height:10px;left:13px;position:relative;top:-14px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);width:10px;}*/
/************** Social Share Icons ***************/
.g-plus-btn,
.twiter-share-btn,
.linkedin-share-btn,
.fb-like,
.redit-share-btn,
.stumble-share-btn {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 12px;
	vertical-align: top;
	width: auto;
}

.fb-like.fb_iframe_widget {
	top: -8px;
}

.redit-share-btn {
	margin-top: 2px;
}

/********************* Cookie Header **********************/
#cookie-bar {
	background: #111;
	height: auto;
	line-height: 24px;
	color: white;
	text-align: center;
	padding: 3px 0;
}

#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	margin: 0;
	padding: 0;
	color: white;
}

#cookie-bar a {
	color: white;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}

#cookie-bar .cb-enable {
	background: #ff9e1b;
}

#cookie-bar .cb-enable:hover {
	background: #00B098;
}

#cookie-bar .cb-disable {
	background: #990000;
}

#cookie-bar .cb-disable:hover {
	background: #bb0000;
}

#cookie-bar .cb-policy {
	background: #111;
}

#cookie-bar .cb-policy:hover {
	background: #111;
	text-decoration: underline;
}

/************************ Resources Page With Form **************************/
.resourc-page {
	float: left;
	width: 68%;
	padding: 0 20px;
}

.resource-form {
	float: right;
	width: 310px;
}

.clear,
.mrktng-plan-para {
	clear: both;
}

.ebook-cntent .ebook-img {
	float: left;
	margin: 20px 15px 10px;
}

.ebook-cntent .mrktng-plan-dtl {
	margin-top: 30px;
}

.resourc-page p {
	font-size: 18px;
}

.resourc-page .mrktng-plan-para {
	font-size: 15px;
	margin: 0;
}

.resourc-page ul li {
	font-size: 15px;
	list-style-type: square;
	margin-left: 15px;
}

.resourc-page ul {
	margin-bottom: 26px;
}

.resourc-page .socialButtons {
	padding: 30px 0 0;
}

body.page-template-5pecial_Resources-Form .left-sidebar {
	padding: 40px 0 10px;
}

body.page-template-5pecial_Resources-Form #downloadForm {
	display: block;
	width: 300px;
	margin: 0 auto;
}
body.page-template-5pecial_Resources-Form-Apollo #downloadForm,
body.page-template-5pecial_Demo-Form-Apollo #downloadForm,
body.page-template-5pecial_Contact-Us-Form-Apollo #downloadForm,
body.page-template-5pecial_Quote-Request-Type1-Apollo #downloadForm,
body.page-template-5pecial_Resources-Form-Mkto-Sandbox #downloadForm {
	display: block;
	width: 320px;
	margin: 0 auto;
}
body.page-template-5pecial_Contact-Us-Form-Apollo .left-sidebar {
	padding-top: 0;
	margin: 0 auto;
	float: none;
}
body.page-template-5pecial_Contact-Us-Form-Apollo .entry {
	margin-bottom: 0;
}

body.page-template-5pecial_Resources-Form .colorcontainer {
	margin-bottom: 30px !important;
}

/****************************************************************/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	text-indent: -99999px;
	left: 0px;
	top: 0px;
}

.entry-content h2 {
	margin: 20px 0px 10px 0px;
	color: #0088ce !important;
}

h2.colorh {
	color: #666 !important;
	font-size: 22px !important;
	font-weight: 400;
}

.page-id-243 #videogallery td {
	border: medium none;
	vertical-align: top;
}

.page-id-243 main.content {
	float: none !important;
	margin: 0 auto;
	width: 960px;
}

.page-id-243 #videogallery table {
	width: 700px;
}

.page-id-243 #videogallery div {
	font-size: 13px;
}

.page-id-243 #videogallery td h4 {
	font-size: 14px;
}

.page-id-4334 iframe {
	max-width: initial;
	width: 320px !important;
}

.page-id-1624 .content {
	width: 100%;
}

.cookie-sidebar {
	border: 1px solid #ccc;
	padding: 18px 35px;
}

.cookie-sidebar li {
	list-style-type: none;
	font-size: 14px;
	line-height: 1.4em;
	margin-left: 0px;
}

.cookie-sidebar li:before {
	content: ">> ";
	font-weight: 400;
	color: #0088ce;
}

.page-id-3375 main.content {
	width: 990px;
}

.page-id-3375 .featurecontainer2 {
	text-align: left;
}

.page-id-3375 .col.span-20 {
	float: left;
}

.page-id-3375 .col.span-6 {
	display: inline-block;
	float: left;
	margin-right: 0;
	vertical-align: top;
	width: 24%;
}

.page-id-3375 .col.span-20 .col.span-14.last {
	display: inline-block !important;
	width: 57% !important;
}

.page-id-3375 .entry-content p {

	font-size: 15px;

}

.page-id-3375 .entry-content h2 {

	font-size: 18px;

}

.page-id-3375 .col.span-6.last p {
	color: #666;
	font-size: 15px;
}

.page-id-3375 .article-preview {
	border-bottom: 1px solid #ccc;
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.page-id-1694 main.content {
	padding-top: 0;
}

.right_int {
	margin-top: 35px;
}

.left_int {
	margin-right: 20px;
	width: 500px !important;
}

.main_int>div {
	margin-left: 0 !important;
}

/* 14-oct */
.page-id-1701 .entry-content p {

	font-size: 15px;

}

.page-id-1701 .featurecontainer2 {
	text-align: left;
}

.page-id-550 .entry-content .colorh.headingFont {
	clear: both;
}

.page-id-452 .left-sidebar .box2 a {
	font-size: 14px;
}

.page-id-452 .side-panel div.resources-box li a,
.page-id-3817 .side-panel div.resources-box li a {
	background: url("/images/icons/features-grey-circle-pointer.png") no-repeat scroll 95% 4px transparent;
	color: #8c8c8c;
	display: block;
	height: 25px;
	line-height: 25px;
	position: relative;
	text-decoration: none;
	font-size: 18px;
}

.page-id-452 .side-panel div.resources-box li a:hover,
.page-id-3817 .side-panel div.resources-box li a:hover {
	background: url("/images/icons/features-blue-circle-pointer.png") no-repeat scroll 95% 4px transparent;
	color: #0088cc;
}

.page-id-459 .awards-entry .col.span-6 {
	width: 230px;
}

.left-sidebar .company-profile li {
	border-top: medium none;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: square;
}

.left-sidebar .side-panel td {
	font-size: 12px;
}

.left-sidebar .box2.company-profile a {
	font-size: 12px;
}

.box2.company-profile {
	font-size: 15px;
}

.single-post .navigation .alignleft,
.single-post .navigation .alignright {
	font-size: 15px;
	margin-bottom: 15px;
}

.single-post .navigation {
	display: none;
}

.single-post #content .post-date {
	margin-right: 15px;
}

.single-post .sidebar-primary {
	border: 1px solid #ccc;
	padding: 1.5em;
	width: 290px;
}

.single-post .sidebar-primary .widget {
	padding: 0px;
}

.single-post .sidebar-primary .widget-wrap li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.essential-setup {
	margin-bottom: 60px;
}
.essential-setup table {
	font-size: 16px;
	border: 0;
}
.essential-setup tbody {
	border-bottom: 0;
}
.essential-setup td {
	border: 0;
	padding: 5px 0;
	vertical-align: top;
}
.essential-setup td.form-section h2 {
	margin: 20px 0 10px;
}
.essential-setup td label {
	font-weight: 700;
}
.essential-setup label .required {
	color: #c00;
}
.essential-setup td input,
.essential-setup textarea {
	padding: 5px;
}
.essential-setup input[type="submit"] {
	font-size: 22px;
	font-weight: 500;
	padding: 12px 50px;
}
.essential-setup .button-container {
	margin-top: 40px;
}
#successMsg .material-icons {
	font-size: 200px;
	margin: 75px 50px 50px;
	background-color: #263146;
	color: #00B098;
	border-radius: 200px;
	box-shadow: 0 10px 6px;
}
@media screen and (max-width: 624px) {
	.essential-setup td {
		display: block;
	}
	.essential-setup td:first-child {
		padding-bottom: 0;
	}
	.essential-setup td:last-child {
		padding-top: 0;
}
}

.vmware-backup h2 b {
	font-size: 24px;
}

ul.page-list.imap2 li {
	background-image: url("/wp-content/themes/executive-pro//images/icons/sitemap-bullet.png");
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 28px;
}

.page-list.imap2 {
	padding-left: 20px;
}

.heading-wrap {
	float: left;
	width: 100%;
}

.heading-wrap-inner {
	float: left;
}

.page-id-238 .col.span-6 h2,
.page-id-238 .col.span-7 h2,
.page-id-238 .col.span-8 h2 {
	font-weight: 400;
}

.page-id-238 .col.span-8 h4.techspec {
	font-size: 14px;
}

.page-id-238 .col.span-8 ul li,
.page-id-238 .col.span-6 ul li,
.page-id-238 .col.span-7 ul li {
	font-size: 12px;
}

.left-sidebar .urlForm {
	text-align: center;
}

.page-id-4445 .entry-content .eewidget {
	height: 612px !important;
}

.page-id-3069 .col.span-8.last,
.page-id-3070 .col.span-8.last {
	float: left;
	width: 310px;
}

.page-id-3070 .left-sidebar img.aligncenter,
.page-id-3069 .left-sidebar img.aligncenter {
	margin: inherit;
}

.page-id-3070 .left-sidebar,
.page-id-3069 .left-sidebar {
	padding-right: 0;
	text-align: left;
}

.entry-content .meet_outer .col.span-14 p {
	font-size: 15px;
}

.meet_outer .col.span-6 {
	float: left;
	margin-right: 10px !important;
	width: 230px;
}

.meet_outer .col.span-14 {
	float: left;
}

.page-id-3069 .col.span-8.last,
.page-id-3070 .col.span-8.last,
.page-id-1601 .col.span-8.last {
	float: left;
	width: 310px;
}

.page-id-3279 .col.span-3,
.page-id-1777 .col.span-3,
.page-id-2462 .col.span-3,
.page-id-2530 .col.span-3,
.page-id-2568 .col.span-3,
.page-id-2563 .col.span-3,
.page-id-728 .col.span-3,
.page-id-2534 .col.span-3,
.page-id-2443 .col.span-3 {
	float: left;
	width: 110px;
}

.page-id-3279 .col.span-16.last {
	float: left;
	width: 630px;
}

.page-id-1777 .col.span-12.last,
.page-id-2462 .col.span-12.last,
.page-id-2530 .col.span-12.last,
.page-id-2568 .col.span-12.last,
.page-id-2563 .col.span-12.last,
.page-id-728 .col.span-12.last,
.page-id-2534 .col.span-12.last,
.page-id-2443 .col.span-12.last {
	float: left;
	width: 510px;
}

.page-id-739 div.feature-list {
	background-image: url("/images/shell/feature-menu-bkgd.png");
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 420px;
}

.page-id-3375 .col.span-20.gremlins_last {
	float: none;
}

.imap1 li.page_item>a {
	font-size: 28px;
	font-style: normal;
}

.page-list.imap2 {
	font-size: 20px;
	padding-left: 20px;
}

.page-id-2144 #quoteformbox,
.page-id-2437 #quoteformbox {
	background-image: url("/images/echoshare/plans/box5.png");
	color: #000006;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	width: 860px;
	background-repeat: no-repeat;
}

/* end 14-oct */
.heading_threat {
	clear: left;
	width: 100%;
}

.page-id-3913 #block .content {
	float: left;
	font-size: 16px;
	font-style: italic;
	margin-left: 50px;
	margin-top: 0;
	padding-top: 10px;
	width: 388px;
}

.page-id-3913 .photo-bg {
	max-height: 30px;
	max-width: 30px;
	overflow: hidden;
	position: absolute;
}

.page-id-3913 .sign {
	float: right;
	text-align: right;
}

.page-id-3913 .sign>p {
	font-size: 12px;
}

.page-id-4351 .entry-content li.plans {
	list-style-image: url(/images/echoshare/plans/bullet.png);
	color: #0088ce;
	font-size: 14px;
	font-weight: 700;
}

.page-id-4351 .entry-content .rwd-table {
	border-collapse: separate;
	border-spacing: 5px 5px;
	width: 100%;
	border: 1px solid #fff;
	font-size: 18px;
}

.page-id-4351 .entry-content .rwd-table td {
	padding: 10px;
}

.page-id-4343 .entry-content .rwd-table {
	font-size: 18px;
	width: 90%;
}

.page-id-4351 .entry-content th,
.page-id-4351 .entry-content td {
	border: none;
	text-align: left;
	padding: 12px;
	border: 1px solid #fff;
}

.learn_more li:before {
	content: "\00bb";
	font-size: 24px;
	font-weight: 700;
	margin-right: 10px;
}

.page-id-13 .entry-content .featured_section {
	font-size: 14px;
}

.page-id-13 .entry-content .learn_more li {
	font-size: 14px;
	line-height: 30px;
}

.page-id-13 .featured_section .featured_box1,
.page-id-13 .featured_section .featured_box2,
.page-id-13 .featured_section .featured_box3 {
	clear: both;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.column_left {
	float: left;
	width: 630px;
}

.column_right {
	float: left;
	width: 320px;
}

.page-id-2344 #resource-list a {
	font-size: 13px;
	line-height: 22px;
}

.page-id-2344 .box2.resources-box #resource-list {
	padding: 20px 0px 0px 0px;
}

.page-id-13 #resource-list a,
.page-id-3512 #resource-list a,
.page-id-803 #resource-list a,
.page-id-2659 #resource-list a,
.page-id-830 #resource-list a,
.page-id-3237 #resource-list a,
.page-id-2158 #resource-list a,
.page-id-2344 #resource-list a,
.page-id-481 #resource-list a {
	background: url("/images/icons/features-grey-circle-pointer.png") no-repeat scroll right center transparent;
	display: block;
	position: relative;
}

.page-id-13 #resource-list a:hover,
.page-id-2158 #resource-list a:hover,
.page-id-2344 #resource-list a:hover,
.page-id-481 #resource-list a:hover,
.page-id-3512 #resource-list a:hover,
.page-id-803 #resource-list a:hover,
.page-id-2659 #resource-list a:hover,
.page-id-830 #resource-list a:hover,
.page-id-3237 #resource-list a:hover {
	background: url("/images/icons/features-blue-circle-pointer.png") no-repeat scroll right center transparent;
	color: #0088cc;
}

.page-id-13 li {
	list-style-type: none !important;
}

.page-id-2158 #resource-list li {
	list-style-type: none !important;
}

.page-id-3635 .col.span-3 {
	float: left;
	width: 110px;
}

.page-id-3635 .col.span-16.last {
	float: left;
	width: 630px;
}

.page-id-397 .resourcegrid .gridcolumn {
	display: table-cell;
}

.company-profile tbody {
	border-bottom: medium none;
}

.company-profile tbody td {
	border-top: medium none;
}

.left-sidebar .side-panel .company-profile td {
	font-size: 15px;
	line-height: 18px;
}

.box2.company-profile {
	padding: 24px;
	text-align: left;
}

.single-post-datainner .widget-wrap li:before {
	color: #0088ce;
	content: "\00bb";
	font-size: 24px;
	margin-right: 7px;
}

.page-id-3897 #urlForm,
.page-id-6634 #urlForm {
	max-width: 400px;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.page-id-3897 #urlForm>iframe,
.page-id-6634 #urlForm>iframe {
	width: 100%;
}


/********************* media querries here **********************/


@media all and (max-width:1150px) {
	.page-id-4042 .urlForm {
		overflow-x: auto;
	}

	.page-id-4042 #urlForm iframe {
		max-width: 900px;

	}

}

@media all and (max-width:1080px) {
	#content-area2 .left_dld {
		display: inline-block;
		float: none !important;
		vertical-align: top;
		width: 20% !important;
	}

	.page-id-3361 #content-area2 {
		clear: both !important;
		display: block;
		float: none;
		margin: 0 auto !important;
		text-align: center !important;
		width: 851px !important;
	}

	.page-id-3361 #urlForm>iframe {
		margin-left: 0 !important;
	}

	.mid_dld {
		display: inline-block;
		float: none !important;
		width: 53% !important;
	}
}

@media all and (max-width:1030px) {
	.home-top .featurecontainer2 .column {
		width: 49%;
	}

	.headingFont {
		text-align: left;
	}

	.home-top .col-para {
		text-align: left;
	}

	.column.fixed-price-adv {
		margin-top: 40px;
	}

	.lrn-mr-btn {
		margin-top: 20px;
	}

	.tired-green {
		max-width: 820px;
		width: 100%;
		left: 10px;
		bottom: -15px;
	}

	div.home-box50 {
		background-size: contain;
		height: 162px;
	}

	h1.colorh,
	.data-loss-cntnt h1.colorh {
		font-size: 38px;
		line-height: 42px;
	}

	.entry-content p,
	.entry-content .key-featrs-list li {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.entry-content .sidebar-page-content .key-featrs-list li {
		margin-bottom: 5px;
	}

	.entry-content .sidebar-page-content .column .key-featrs-list {
		margin-top: 10px;
	}

	h2.headingFont {
		font-size: 30px;
	}

	.application-option {
		padding: 0;
	}

	.pricing-data-img img {
		max-width: 450px;
	}

	.measure-success img,
	.container.msp-complete img {
		max-width: 225px;
	}

	.start-free-img img {
		max-width: 224px;
	}

	.cold-calling img {
		max-width: 219px;
	}

	.col.span-7.last {
		width: 100%;
	}

	.about-us-form .column.headingFont {
		font-size: 36px;
	}

	.request-appliance-demo {
		width: 46%;
	}

	.aplnc-demo-frame,
	.demo-frame {
		width: 53%;
	}

	.screenshot {
		margin-bottom: 50px;
	}

	.rqst-quot-frm .headingFont {
		font-size: 32px;
	}

	.who-ths-guys {
		width: 49%;
	}

	.data-loss-cntnt .iframe-div {
		width: 100%;
	}

	.dwnld-ebk-hdng {
		padding: 10px 10px 0;
	}

	#menu-top-menu {
		display: none;
	}

	#menu-top-menu.responsive-menu-open {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #f7f7f7;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 16px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item>a,
	.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}

	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}

	.genesis-nav-menu.responsive-menu>.menu-item>.sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
		padding-left: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children>a {
		margin-right: 60px;
	}

	.site-header .genesis-nav-menu.responsive-menu li a,
	.site-header .genesis-nav-menu.responsive-menu li a:hover {
		border: medium none;
		display: block;
		line-height: 1;
		text-transform: none;
	}

	.genesis-nav-menu li:hover,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
		color: #000006;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu li:hover a,
	.site-header .genesis-nav-menu li:hover a:active,
	.site-header .genesis-nav-menu li:hover a:focus {
		color: #000006;
	}

	.site-header .genesis-nav-menu .current-menu-item>a,
	.site-header .genesis-nav-menu .current-menu-parent>a {
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu li {
		position: relative;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu li:before {
		background: #0088ce none repeat scroll 0 0;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		content: "";
		display: inline-block;
		height: 6px;
		position: absolute;
		top: 14px;
		left: 8px;
		width: 6px;
		z-index: 1;
	}

	.site-header .genesis-nav-menu .current-menu-parent:hover>a,
	.site-header .genesis-nav-menu .current-menu-item:hover>a {
		color: #000006;
	}

	.site-header .genesis-nav-menu a,
	.site-header .genesis-nav-menu a:active,
	.site-header .genesis-nav-menu a:focus {
		padding: 16px;
		text-transform: none;
	}

	.site-header .genesis-nav-menu .sub-menu .menu-item-has-children>a:after {
		display: none;
	}

	.site-header .genesis-nav-menu .sub-menu .current_page_parent.current_page_ancestor a {
		background-color: transparent;
		color: #666;
	}

	.site-header .genesis-nav-menu .sub-menu .current_page_parent.current_page_ancestor .current_page_item a,
	.site-header .genesis-nav-menu .sub-menu .current_page_parent.current_page_ancestor a:hover {
		background: transparent;
	}

	.site-header .genesis-nav-menu .sub-menu .current_page_parent.current_page_ancestor a:hover {
		color: #111;
	}

	.site-title a {
		margin: 0 !important;
	}

	.header-widget-area .widget_nav_menu {
		margin-top: -20px;
	}

	#cookie-bar+.site-container .responsive-menu-icon.menu-icon-toggle {
		top: 110px;
	}

	#cookie-bar+.site-container .responsive-menu-icon {
		top: 110px;
	}

	#cookie-bar+.site-container .genesis-nav-menu.responsive-menu.responsive-menu-open {
		top: 54px;
	}

	#cookie-bar+.site-container .genesis-nav-menu.responsive-menu {
		top: 54px;
	}

	widget ol>li:last-child,
	.widget ul>li:last-child {
		margin-bottom: 0px;
	}

	widget ol>li ol li:last-child,
	.widget ul>li ul li:last-child {
		margin-bottom: 5px;
	}

	.genesis-nav-menu.responsive-menu {
		background: #fff;
		border-left: 2px solid #0088ce;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		height: 100%;
		padding-top: 80px;
		position: fixed;
		right: 0;
		top: 0;
		margin-right: -295px;
		transition: all 0.4s ease-in 0s;
		-webkit-transition: all 0.4s ease-in 0s;
		-moz-transition: all 0.4s ease-in 0s;
		-o-transition: all 0.4s ease-in 0s;
		width: 275px;
		z-index: 1;
		overflow-y: auto !important;
	}

	.genesis-nav-menu.responsive-menu.responsive-menu-open {
		margin-right: 0;
	}

	.responsive-menu-icon {
		background-color: transparent;
		color: #fff;
		position: absolute;
		right: 20px;
		top: 55px;
		transition: all 0.4s ease-in 0s;
		-webkit-transition: all 0.4s ease-in 0s;
		-moz-transition: all 0.4s ease-in 0s;
		-o-transition: all 0.4s ease-in 0s;
		z-index: 99;
		width: 40px;
	}

	.responsive-menu-icon.menu-icon-toggle {
		position: fixed;
		top: 55px;
		transition: all 0.4s ease-in 0s;
		-webkit-transition: all 0.4s ease-in 0s;
		-moz-transition: all 0.4s ease-in 0s;
		-o-transition: all 0.4s ease-in 0s;
	}

	.responsive-menu-icon:before {
		font-size: 40px;
		padding: 0;
	}

	.responsive-menu-icon.menu-icon-toggle:before {
		border-left: 3px solid #666;
		content: "";
		cursor: pointer;
		display: inline-block;
		height: 32px;
		left: 17px;
		position: relative;
		top: 5px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		width: 0;
	}

	.responsive-menu-icon.menu-icon-toggle:after {
		border-left: 3px solid #666;
		content: "";
		cursor: pointer;
		display: inline-block;
		height: 32px;
		position: relative;
		right: -14px;
		top: 5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
	}

	.site-header .genesis-nav-menu.responsive-menu li a,
	.site-header .genesis-nav-menu.responsive-menu li a:hover {
		padding-left: 24px;
	}

	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.title-area .site-title a {
		height: 84px;
	}

	.header_top-right {
		text-align: center;
	}

	.header-image .title-area {
		max-width: none;
		min-height: 0;
		text-align: left;
	}

	.header-image .site-title,
	.header-image .site-title a {
		margin: 0;
	}

	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		float: none;
	}

	.header-image .site-title,
	.header-image .site-title a {
		margin: 0px;
	}

	.header-widget-area .widget_nav_menu {
		margin-top: 0;
	}

	.header-widget-area .widget_text {
		padding-top: 0;
	}

	.page-id-491 .col.span-11.last {
		float: left;
		width: 64%;
	}

	.page-id-491 .entry-content h2 {
		margin-top: 0px;
	}

	.firewall_content {
		margin-right: 4% !important;
		width: 51% !important;
	}

	.firewall_info>div {
		width: 100% !important;
	}

	.firewall_info {
		width: 100% !important;
	}

	.firewall_content .p20px>p {
		width: 100% !important;
	}

	.firewall_form {
		width: 296px !important;
	}

	.page-id-4313 main {
		overflow: auto;
	}

	.page-id-1777 .col.span-12.last,
	.page-id-2462 .col.span-12.last,
	.page-id-2530 .col.span-12.last,
	.page-id-2568 .col.span-12.last,
	.page-id-2563 .col.span-12.last,
	.page-id-728 .col.span-12.last,
	.page-id-2534 .col.span-12.last,
	.page-id-2443 .col.span-12.last {
		float: left;
		width: 450px;
	}
}

@media all and (max-width:1023px) {
	.header-widget-area .widget_nav_menu {
		margin-top: 0;
	}

	/*.row .column{width:100% !important;margin-left:0 !important;}*/
	/*.twoEqualColumns .row .column{margin-left:0 !important;}*/
	/*26-sep-2016*/
	.twoEqualColumns .row .column {
		margin-left: 0;
	}

	/*.twoEqualColumns .row .column:first-child{width:60% !important;}*/
	.page-id-1492 .post.type-post {
		width: 80% !important;
	}

	.page-id-1492 .post-date {
		margin-right: 10px !important;
	}

	p.intro {
		width: 100% !important;
	}

	.threeEqualColumns {
		width: 100% !important;
	}

	.row .column.headingFont {
		margin: 0 !important;
	}

	.fb_iframe_widget_fluid {
		display: inline-block !important;
	}

	.oneBigColumn {
		overflow-y: auto;
	}

	.single-post .single-post-datainner {
		width: 100% !important;
	}

	.single-post .single-post-datainner .narrowcolumn {
		float: left;
		padding: 25px;
	}

	.single-post .single-post-datainner post.type-post {
		width: 85% !important;
	}

	.single-post .sidebar-primary {
		border: 1px solid #ccc;
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 100%;
		padding: 1.5em;
		text-align: center;
		width: calc(100% - 50px);
	}

}

@media all and (max-width:1050px) {
	.infographic_text {
		overflow-y: auto;
	}
}

@media all and (max-width:991px) {
	.home-top .learn-more-abt .featurecontainer2 .column {
		width: 43%;
	}

	.home-top .learn-more-abt .featurecontainer2 .column:last-child {
		margin-top: 30px;
	}

	.oneBigColumn .lrn-column p {
		line-height: 40px;
	}

	div.home-box50 {
		height: 162px;
		padding: 0;
		width: 48%;
	}

	.home-box50 .img-left img {
		width: 60px;
	}

	.home-box50 .contnum-cntnt {
		padding-left: 80px;
	}

	.home-box50 .home-box-contents {
		padding: 0 12px;
	}

	.home-box50 h3 {
		padding: 10px 0 0 18px;
	}

	.page-id-3897 #urlForm iframe,
	.page-id-6634 #urlForm iframe {
		margin-left: 0 !important;
	}

	.left_app_trial {
		width: 48% !important;
	}

	.dp_outer .next {
		margin: 0 !important;
	}

	.page-id-3715 #urlForm9>iframe {
		margin-left: 10% !important;
	}

	.column.p20px>div.left_summ {
		width: 44% !important;
	}

	.left_summ li {
		width: 100% !important;
	}

	.full_summ {
		width: 100% !important;
	}

	.page-id-13 .column_left,
	.page-id-2158 .column_left {
		width: 56% !important;
	}

	.page-id-13 h1 {
		font-size: 28px !important;
		line-height: normal !important;
	}

	.page-id-2443 p.intro img,
	.page-id-2534 p.intro img {
		width: 43%;
	}

	.hand_cloud {
		width: 198px !important;
	}

	.page-id-739 .col.span-6 {
		margin-bottom: 10px;
		vertical-align: top;
		width: 162px;
		margin-right: 6px;
	}

	.page-id-739 .col.span-14 {
		width: 100% !important;
	}

	.page-id-739 .col.span-14.last.prepend-1 {
		display: inline-block;
		width: 340px !important;
	}

	.intronis_winter {
		width: 50% !important;
	}

	.page-id-3279 div.last {
		width: 76% !important;
	}

	.threat_single {
		width: 260px !important;
	}

	.essen_demo_left {
		width: 54% !important;
	}

	.page-id-2563 .intro img,
	.page-id-2530 .intro img,
	.page-id-2462 .intro img {
		display: block;
		float: none !important;
		margin: 0 auto !important;
	}

	.page-id-3361 #content-area2 {

		width: 664px !important;
	}

	.page-id-1647 .container {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.page-id-238 .container>div {
		width: 100% !important;
	}

	.new_int_demo {
		width: 50% !important;
	}

	.new_int_demo div {
		width: 100% !important;
	}

	.new_int {
		display: block;
		float: none !important;
		margin: 0 auto;
		width: 700px !important;
	}

	.new_int .container>div {
		width: 100% !important;
	}

	.new_int.new_int1 {
		height: 700px !important;
	}

	.new_int.new_int2 {
		height: 561px !important;
	}

	.judge_info {
		width: 33.3% !important;
	}

	.judge_info .container {
		margin-left: 0 !important;
	}

	.judge_info .container>div {
		width: 100% !important;
	}

	.msp_inner {
		float: none !important;
		width: 405px !important;
		margin: 0px auto;
	}

	.msp_outer .container ul {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.page-id-4180 .container p {
		width: 100% !important;
	}

	.resources-msp {
		text-align: center;
	}

	.resources-msp h2.colorh {
		text-align: left;
	}

	.capabilities-icon img {
		max-width: 280px;
	}

	.left-sidebar.career-sidbr,
	.left-sidebar.our-intg-prtnr {
		padding: 40px 10px 0;
	}

	.data-loss-cntnt h2.colorh {
		font-size: 27px;
		line-height: 35px;
	}

	.awards-hdng {
		background-position: 50% center;
		background-size: 100% auto;
	}

	.dwnld-ebk-hdng {
		width: 250px;
		margin: 0 auto;
	}

	.resourc-page {
		width: 61%;
	}

	.page-id-211 .home-box-container div.home-box50 {
		height: auto;
		background-position: left top;
	}

	.twoEqualColumns .column.total-pricing-control {
		margin-right: 70px;
		width: 350px;
	}

	.page-id-4180 .container p {
		width: 100% !important;
	}

	.msp_outer .container>div {
		width: 100% !important;
	}

	.page-id-643 .entry-content,
	.page-id-3518 .entry-content,
	.page-id-4395 .entry-content {
		text-align: center;
	}

	.page-id-4361 .threeEqualColumns {
		float: none;
		margin: 0 auto !important;
		max-width: 600px;
		width: 100% !important;
		text-align: center;
	}

	.contactform-columnB {
		width: 49% !important;
	}

	.contactform-columnA {
		width: 49% !important;
	}

	.contactform-columnB .call-us {
		margin-left: 0 !important;
	}

	.left_int {
		margin-right: 0;
		width: 45% !important;
	}

	.main_int {
		width: 100% !important;
	}

	.main_int>div {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.left_int .colorh.headingFont {
		font-size: 23px !important;
		line-height: normal !important;
	}

	.main_int .entry-content>p {
		font-size: 15px !important;
	}

	.page-id-243 main {
		width: 100% !important;
	}

	.page-id-1694 h1.colorh {
		font-size: 33px;
		line-height: 25px;
		margin-top: 10px;
	}

	.ele {
		display: inline-block;
		float: none !important;
		vertical-align: top;
	}

	.ele_image {
		clear: both !important;
		float: none !important;
	}

	.page-id-3595 .entry-content {
		text-align: center;
	}

	.page-id-3595 article {
		text-align: center;
	}

	.ele .container {
		margin-left: 0 !important;
	}

	.page-id-4361 .threeEqualColumns .row .column.headingFont {
		display: inline-block;
		float: none !important;
		margin: 0 !important;
		vertical-align: top;
		width: 295px !important;
	}

	.page-id-1492 .post.type-post {
		float: none !important;
		width: 100% !important;
	}

	.page-id-1492 .post-date {
		margin-right: 10px;
	}

	/*.page-with-sidebar main.content{width:100%;}*/
	.page-id-1694 .entry-content>div {
		width: 100% !important;
	}

	.gremlins {
		width: 57% !important;
	}

	.page-id-4419 .product_comparison .urlForm9 {
		/* 14-oct */
		float: none !important;
		margin: 0 auto;
		width: 370px;
	}

	.page-id-4380 .entry-content>div,
	.page-id-4381 .entry-content>div,
	.page-id-4332 .entry-content>div,
	.page-id-4445 .entry-content>div,
	.page-id-4332 .entry-content>div {
		margin-left: 0 !important;
	}

	.page-id-4380 .eewidget,
	.page-id-4381 .eewidget,
	.page-id-4332 .eewidget,
	.page-id-4445 .eewidget,
	.page-id-4332 .eewidget {
		margin: 0 auto !important;
	}

	.ipr-subheading {
		/* 14-oct */
		font-size: 28px;
		font-weight: 700;
	}

	.page-id-4329 .content .entry-content {
		overflow-y: auto;
	}

	.page-id-4321 .entry-content .inner-container img {
		float: none;
	}

	.page-id-4321 .entry-content .inner-container {
		width: 100%;
	}

	.page-id-4321 .content #urlForm9 {
		float: none !important;
		margin: 0 auto;
		width: 370px;
	}

	.page-id-635.page-with-sidebar main.content,
	.page-id-797.page-with-sidebar main.content,
	.page-id-799.page-with-sidebar main.content,
	.page-id-801.page-with-sidebar main.content,
	.page-id-808.page-with-sidebar main.content,
	.page-id-810.page-with-sidebar main.content,
	.page-id-812.page-with-sidebar main.content,
	.page-id-814.page-with-sidebar main.content,
	.page-id-818.page-with-sidebar main.content,
	.page-id-820.page-with-sidebar main.content,
	.page-id-824.page-with-sidebar main.content,
	.page-id-826.page-with-sidebar main.content,
	.page-id-1628.page-with-sidebar main.content,
	.page-id-1635.page-with-sidebar main.content,
	.page-id-1639.page-with-sidebar main.content,
	.page-id-1820.page-with-sidebar main.content,
	.page-id-1822.page-with-sidebar main.content,
	.page-id-1823.page-with-sidebar main.content,
	.page-id-1845.page-with-sidebar main.content,
	.page-id-1846.page-with-sidebar main.content,
	.page-id-1848.page-with-sidebar main.content,
	.page-id-1849.page-with-sidebar main.content,
	.page-id-1932.page-with-sidebar main.content,
	.page-id-1938.page-with-sidebar main.content,
	.page-id-2191.page-with-sidebar main.content,
	.page-id-2453.page-with-sidebar main.content,
	.page-id-2524.page-with-sidebar main.content,
	.page-id-2549.page-with-sidebar main.content,
	.page-id-3682.page-with-sidebar main.content,
	.page-id-3797.page-with-sidebar main.content {
		width: 60%;
	}

	.free_appliance_form {
		width: 50% !important;
	}

	.free_appliance_demo .urlForm9 {
		display: inline-block;
		float: right !important;
		width: 370px !important;
	}

	.wifi_ele {
		display: inline-block;
		float: none !important;
		margin: 10px 0;
		min-height: 151px;
		vertical-align: top;
	}

	.page-id-4314 .entry-content {
		text-align: center;
	}

	div#masthead {
		width: 100% !important;
	}

	.center-container {

		width: 100% !important;
	}

	.learn_more_aw_transp {
		width: 75% !important;
	}

	.learn_more_aw_transp .col2 {
		width: 100% !important;
	}

	#secondary .form-box input.input,
	.col2 .form-box input.input {

		width: 97%;
	}

	.featurecontainer {
		width: 100% !important;
	}

	.featurecontainer2>div {
		width: 100% !important;
	}

	.badge_bottom {

		width: 100% !important;

	}

	.iframe-video-section {
		width: 33% !important;
	}

	.content-wrapp {
		width: 60% !important;
	}

	.page-id-3375 main.content {
		padding: 10px;
		width: 100%;
	}

	.page-id-3375 .col.span-6 {
		margin-right: 2%;
	}

	.dp_outer>div {
		width: 100%;
	}

	.dp_outer .blurb {
		width: 500px;
	}

	.dp_outer .talk {
		margin-left: 34% !important;
	}

	.stv_width iframe {
		width: 46% !important;
	}

	.stv_width div {
		width: 100% !important;
	}

	.stv_width p img,
	.stv_width div a img {
		display: block;
		float: none !important;
		margin: 0 auto;
		width: 400px;
	}

	.stv_width div.testimonial_block {
		width: 50% !important;
	}

	.page-id-3913 .photo-bg {
		max-height: 30px;
		max-width: 30px;
		overflow: hidden;
		position: absolute;
	}

	.testimonial_block #block .content {
		font-size: 15px !important;
		margin-left: 88px;
		padding: 6px 0;
		width: 63% !important;
	}

	.wint_iframe {
		margin: 0 auto;
		max-width: 563px;
		padding: 0 !important;
	}

	.page-id-2144 .column.all_plans_include,
	.page-id-2437 .column.all_plans_include {
		background-size: 100% 100%;
	}

	.page-id-2144 .oneBigColumn,
	.page-id-2144 .threeEqualColumns,
	.page-id-2437 .oneBigColumn,
	.page-id-2437 .threeEqualColumns {
		margin-left: 0 !important;
	}

	.page-id-2144 .row .column.headingFont {
		margin-right: 10px !important;
	}

	.page-id-3913 .sign>p {
		width: 88%;
	}

	.content_text {
		width: 61% !important;
	}
}

@media all and (max-width:920px) {

	.footer-widgets-2 .widget_nav_menu,
	.footer-widgets-2 .widget_custom_html {
		width: 32%;
	}

	#nav_menu-9-custom {
		width: 100%;
	}

	.get-inner-cntnt,
	.get-lunch-cntnt {
		width: 32%;
	}

	div.home-box50 {
		background: rgba(218, 218, 218, 0.5);
		border: 1px solid rgba(218, 218, 218, 0.7);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		height: 162px;
		padding: 0;
		width: 48%;
	}

	.key-feature-img {
		float: none;
		text-align: center;
	}

	.application-option .twoEqualColumns .column {
		width: 100%;
	}

	.about-us-form .column.headingFont {
		font-size: 32px;
		margin-left: 0;
	}

	.column.all-plans {
		background: #eaf1f4;
		border: 1px solid #eee;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-o-border-radius: 12px;
		padding: 0 10px 15px;
		height: auto;
		width: 100%;
	}

	.coolest-cloud,
	.talkin-cloud,
	.busins-solns,
	.inc-5000-div,
	.crn-5star {
		width: 26%;
	}

	.oneBigColumn .lrn-column p {
		font-size: 30px;
	}

	.home-slider .flex-direction-nav li a.flex-next {
		right: 0;
	}

	.home-slider .flex-direction-nav li a.flex-prev {
		left: 0;
	}

	.page-id-2144 .oneBigColumn,
	.page-id-2437 .oneBigColumn {
		width: 100% !important;
	}

	.content .home-slider:hover .flex-direction-nav li a.flex-prev {
		left: -10px;
	}

	.content .home-slider:hover .flex-direction-nav li a.flex-next {
		right: -10px;
	}

	.page-id-4328 p img {
		float: none;
		margin: 0;
		vertical-align: middle;
	}

	.page-id-3941 .video-COLUMN-A,
	.page-id-3941 .video-COLUMN-B,
	.page-id-4397 .video-COLUMN-A,
	.page-id-4397 .video-COLUMN-B {
		float: none !important;
		width: 100% !important;
	}

	.page-id-3941 .video-COLUMN-A .container,
	.page-id-3941 .video-COLUMN-B .container,
	.page-id-4397 .video-COLUMN-A .container,
	.page-id-4397 .video-COLUMN-B .container {
		width: auto !important;
	}

	.twoEqualColumns .column.total-pricing-control {
		margin-right: 33px;
		width: 350px;
	}

	.col.span-11.last {
		width: 68%;
	}

	.content-sidebar-wrap .sitemap-image {
		float: left;
		text-align: center;
		width: 100%;
	}

	.sitemap-image img {
		float: none;
		left: 0 !important;
		top: 0 !important;
	}

	.page-id-3941 .video-COLUMN-A,
	.page-id-3941 .video-COLUMN-B,
	.page-id-4397 .video-COLUMN-A,
	.page-id-4397 .video-COLUMN-B {
		float: none !important;
		width: 100% !important;
	}

	.left_int {
		margin-right: 0;
		width: 44% !important;
	}

	.page-id-3735 .left_int {
		width: 42% !important;
	}

	.page-id-3069 .col.span-8.last,
	.page-id-3070 .col.span-8.last {

		width: 254px;
	}

	.page-id-1777 .col.span-12.last,
	.page-id-2462 .col.span-12.last,
	.page-id-2530 .col.span-12.last,
	.page-id-2568 .col.span-12.last,
	.page-id-2563 .col.span-12.last,
	.page-id-728 .col.span-12.last,
	.page-id-2534 .col.span-12.last,
	.page-id-2443 .col.span-12.last {
		float: left;
		width: 390px;
	}

	.red_text,
	.blue_text {
		display: block;
		float: none !important;
		font-size: 28px !important;
		margin: 0 auto !important;
	}

	.baseline_text {
		font-size: 20px !important;
	}

	.align_plans {
		text-align: center;
	}

	.align_plans .column.headingFont {
		display: inline-block !important;
		float: none !important;
		margin: 0 auto !important;
	}

	.page-id-2144 .twoEqualColumns,
	.page-id-2437 .twoEqualColumns {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.remove_leftspace .column {
		padding-left: 70px !important;
	}

	.twoEqualColumns .row .column {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.twoEqualColumns .row .column li {
		text-align: left;
	}

}

@media all and (max-width:880px) {
	.intronis_winter {
		width: 100% !important;
	}

	.wint_inner {
		clear: both !important;
		height: auto !important;
		width: 100% !important;
	}

	.hand_cloud {
		float: none !important;
		margin: 0 auto !important;
		width: 198px !important;
	}

	.footer-content .footer-logo {
		float: none;
		margin: 0 auto;
	}

	.footer-content .copyrt-div {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

@media all and (max-width:872px) {
	.essen_demo_left {
		width: 100% !important;
	}

	.page-id-4246 .urlForm9 {
		width: 100% !important;
		overflow: auto;
	}

	.page-id-4246 #urlForm9>iframe {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 382px;
	}

	h1 {
		font-size: 35px !important;
		line-height: normal !important;
	}

	.threat_single .container div:nth-child(2) {
		width: 72% !important;
	}

	.threat_single .container div:first-child {
		width: 26% !important;
	}

	.threat_single {
		width: 220px !important;
	}

	.page-id-1601 .col.span-8.last {
		width: 52% !important;
	}

	.content_text {
		width: 54% !important;
	}
}

@media all and (min-width:768px) and (max-width:850px) {

	.page-id-4328 .Barracuda-COLUMN-A,
	.page-id-4328 .Barracuda-COLUMN-B,
	.page-id-3941 .COLUMN-A,
	.page-id-3941 .COLUMN-B,
	.page-id-4397 .COLUMN-A,
	.page-id-4397 .COLUMN-B {
		float: left !important;
		width: 50% !important;
	}

	.page-id-4328 .Barracuda-COLUMN-A .COLUMN-A-inner,
	.page-id-4328 .Barracuda-COLUMN-B .COLUMN-B-inner {
		float: left;
		padding-right: 10px;
		width: 100% !important;
	}

	.page-id-4328 .Barracuda-COLUMN-A .COLUMN-A-inner img,
	.page-id-4328 .Barracuda-COLUMN-B .COLUMN-B-inner img,
	.page-id-3941 .COLUMN-A img,
	.page-id-3941 .COLUMN-B img,
	.page-id-4397 .COLUMN-A img,
	.page-id-4397 .COLUMN-B img {
		margin-left: 0px !important;
	}
}

@media only screen and (max-width:872px) {
	.page-id-1586 .featurecontainer2 div {

		font-size: 16px;
	}

	.page-id-1586 .featurecontainer2 div:nth-child(1),
	.page-id-1586 .featurecontainer2 div:nth-child(2) {
		font-size: 30px !important;
	}

	.featurecontainer2 div.heading_threat {
		font-size: 25px !important;
	}
}

@media all and (max-width:800px) {
	.site-header .widget-area {
		width: 100%;
		float: none;
	}

	.free-trial-div img {
		height: auto;
		width: 100%;
	}

	.tired-green {
		display: none;
	}

	.footer-widgets .heading {
		margin: 0px;
		line-height: 30px;
	}

	.get-inner-cntnt,
	.get-lunch-cntnt {
		width: 45%;
	}

	.content {
		padding: 30px 20px 10px;
	}

	h1.colorh,
	.data-loss-cntnt h1.colorh {
		font-size: 32px;
		line-height: 40px;
	}

	h2.colorh {
		font-size: 21px;
		line-height: 40px;
		margin-bottom: 10px !important;
	}

	h2.headingFont {
		font-size: 28px;
	}

	.entry-content p,
	.entry-content .key-featrs-list li,
	.all-plans-list .plans,
	.data-loss-cntnt,
	.entry-content .ebook-cntent p,
	.left-img-text,
	.column.sql-backup p,
	.column.intgrtn-prtnr p,
	.resourc-page p {
		font-size: 16px;
	}

	.blueBoxes .one-third button,
	.blueBoxes .one-third .button {
		font-size: 20px;
	}

	div.home-box50 {
		width: 60%;
	}

	.page-id-1586 .featurecontainer2 div:nth-child(1),
	.page-id-1586 .featurecontainer2 div:nth-child(2) {
		font-size: 30px !important;
	}

	.page-id-3715 #urlForm9>iframe {
		margin-left: 6% !important;
	}

	.featurecontainer2 div.heading_threat {
		font-size: 25px !important;
	}

	.page-with-sidebar main.content,
	.content-sidebar main.content,
	.column.about-col-content,
	.product_comparison.contact-us-cntnt,
	.product_comparison.careers-cntnt,
	.sidebar-page-content .col.aplctn-col h2,
	.column.intgrtn-prtnr,
	.request-appliance-demo,
	.aplnc-demo-frame,
	.demo-frame,
	.aplnc-demo-frame iframe,
	.demo-frame iframe,
	.portfolio-with-sidebar,
	.product_comparison.free-consult,
	.main-content-page,
	.iframe-video.article-preview {
		width: 100%;
	}

	.left-sidebar,
	.left-sidebar.cntct-us-sidebr,
	.left-sidebar.career-sidbr,
	.left-sidebar.our-intg-prtnr,
	.left-sidebar.ebook-sidebr {
		padding: 0 0 50px;
		width: 100%;
	}

	#mFormContainer {
		clear: both;
	}

	.page-id-4321 .content #urlForm9 {
		float: none !important;
		margin: 0 auto;
		overflow: auto;
		text-align: center;
		width: 100% !important;
	}

	.page-id-4321 #urlForm9>iframe {
		width: 374px;
	}

	.threat_single {
		width: 50% !important;
	}

	.threat_form {

		padding-left: 0 !important;
		text-align: center;
		width: 100% !important;
	}

	#urlForm iframe {
		width: 297px;
		max-width: initial;
	}

	.page-id-4042 #urlForm iframe {
		width: 1100px !important;
	}

	.threat_form .container>div {
		float: none !important;

		overflow-x: auto;
		overflow-y: hidden;
		top: inherit !important;
		width: 100% !important;
	}

	.threat_form .container {
		top: inherit !important;
		width: 100% !important;
	}

	.threat_form .urlForm {
		margin-left: 0 !important;
		height: 320px;
	}

	.left-sidebar.cookie-sidebar {
		padding: 30px 0px 50px;
	}

	.left-sidebar.cookie-sidebar .common-sidebar.sdbr-frst:first-child {
		display: block;
		width: 100%;
	}

	.about-us-cntnt .left-sidebar {
		padding: 10px 0 30px;
	}

	.about-us-cntnt .left-sidebar .side-panel {
		margin: 0;
	}

	.capabilities-icon img {
		margin-left: 0;
	}

	.page-with-sidebar .entry {
		margin-bottom: 0;
	}

	.column.about-col-content,
	.ebk-inner-hdng {
		padding: 0;
	}

	.rqst-quot-frm .headingFont {
		font-size: 28px;
		margin-top: 20px;
	}

	.left-sidebar.portfolio-sidebar {
		text-align: left;
	}

	.get-started-rqmnts,
	.backup-sft-rqmnts,
	.web-prtl-rqmnts {
		width: 49%;
	}

	.technical-specs {
		padding-left: 0;
	}

	.get-started-rqmnts {
		padding-left: 0;
		padding-top: 50px;
	}

	.backup-sft-rqmnts {
		padding-left: 35px;
	}

	.web-prtl-rqmnts {
		padding-right: 20px;
	}

	.data-loss-cntnt h2.colorh {
		font-size: 23px;
		line-height: 30px;
	}

	.freqnt-questns-cntnt h2 {
		font-size: 22px;
		margin: 20px 0 6px;
	}

	.awards-hdng {
		background-size: 120% auto;
	}

	.oneBigColumn .lrn-column p {
		font-size: 26px;
		line-height: 30px;
	}

	.oneBigColumn.socialButtons {
		margin-top: 20px;
	}

	.home-top .featurecontainer2 .column {
		padding: 0;
	}

	.left-sidebar .sdbr-frst {
		display: inline-block;
		margin-bottom: 20px;
		margin-right: 15px;
		vertical-align: top;
		width: 48%;
	}

	.left-sidebar .sdbr-frst:nth-child(2n) {
		margin-right: 0;
	}

	.left-sidebar .side-panel {
		border-top: 1px solid #efefef;
		margin: 0 20px;
		padding-top: 30px;
	}
	body.page-template-5pecial_Contact-Us-Form-Apollo .left-sidebar .side-panel {
		border-top: 0;
		padding-top: 0;
	}

	.sidebar-images img {
		max-width: 305px;
		width: 100%;
	}

	.sprt-box-img {
		margin: 4px 0 20px;
	}

	.autotask {
		text-align: center;
	}

	.box2 {
		margin-top: 0;
		text-align: center;
	}

	.resource-form,
	.resourc-page {
		float: none;
		padding-left: 20px;
		width: 100%;
	}

	.dwnld-ebk-hdng {
		width: 300px;
	}

	.content .home-slider:hover .flex-direction-nav li a.flex-prev {
		left: 10px;
	}

	.content .home-slider:hover .flex-direction-nav li a.flex-next {
		right: 10px;
	}

	.aplnc-demo-frame iframe,
	.demo-frame iframe {
		left: -20px;
		position: relative;
	}

	.twoEqualColumns .column.total-pricing-control {
		margin-right: 0px;
		width: 100%;
	}

	.page-id-211 .twoEqualColumns .column:first-child {
		text-align: center !important;
	}

	.left_int {
		margin-right: 0;
		width: 100% !important;
	}

	.page-id-3735 .left_int {
		width: 100% !important;
	}

	.page-id-211 .twoEqualColumns .row .column {
		width: 100%;
		margin: 0;
	}

	.page-id-739 .col.span-6.feature_summary.append-1 {
		margin-bottom: 0 !important;
	}

	.page-id-739 .col.span-6 {
		margin-bottom: 10px;
		vertical-align: top;
		width: 46%;
	}

	.page-id-739 .col.span-14.last.prepend-1 {
		width: 100% !important;
	}

	.page-id-739 div.feature-list {
		background-image: url("/images/shell/feature-menu-bkgd.png");
		background-repeat: no-repeat;
		float: none;
		height: auto;
		margin: 9px auto;
		padding: 1px 0;
		width: 350px;
	}

	.page-id-739 .trialbutton h1 {
		font-size: 27px !important;
		padding-top: 10px;
	}

	/* .page-id-3719 .container > div, .page-id-3719 div {
	  width:100% !important;
	} */
	.page-id-3069 .col.span-8.last,
	.page-id-3070 .col.span-8.last {
		width: 55%;
	}

	/*.genesis-nav-menu.responsive-menu{display:block;}  
	.twoEqualColumns .row .column:first-child {  
	    text-align:center !important;
	    width:100% !important;
	}*/
	.genesis-nav-menu.responsive-menu {
		display: block;
	}

	/*.twoEqualColumns .row .column {  
	    margin:0 5%;
	    width:90%;
	}*/
	.twoEqualColumns .row .column {
		margin: 0;
		width: 100%;
	}

	.twoEqualColumns .row .column p {
		margin: 0 !important;
	}

	/*26-sep-2016*/
	.push-right {
		float: none;
	}

	.pull-right {
		float: none;
	}

	.center-align-container {
		float: none;
		margin: 0 auto !important;
		max-width: 300px;
		text-align: left;
	}

	.page-id-867 .integration-entry .col.span-6 {
		float: left;
		text-align: center;
		width: 100%;
	}

	.page-id-867 .integration-entry .col.span-9.last {
		float: left;
		margin: 0 1%;
		width: 98%;
	}

	.page-id-1492 .post.type-post {
		float: none !important;
		width: 100% !important;
	}

	.page-id-1492 .post-date {
		margin-right: 10px;
	}

	.page-id-1492 .left-sidebar.cookie-sidebar {
		text-align: left;
		width: 40%;
	}

	.page-id-1492 .left-sidebar .sdbr-frst {
		width: 100%;
	}

	/*26-sep-2016*/
	.trialbutton h1 {
		font-size: 30px;
	}

	.page-id-635.page-with-sidebar main.content,
	.page-id-797.page-with-sidebar main.content,
	.page-id-799.page-with-sidebar main.content,
	.page-id-801.page-with-sidebar main.content,
	.page-id-808.page-with-sidebar main.content,
	.page-id-810.page-with-sidebar main.content,
	.page-id-812.page-with-sidebar main.content,
	.page-id-814.page-with-sidebar main.content,
	.page-id-818.page-with-sidebar main.content,
	.page-id-820.page-with-sidebar main.content,
	.page-id-824.page-with-sidebar main.content,
	.page-id-826.page-with-sidebar main.content,
	.page-id-1628.page-with-sidebar main.content,
	.page-id-1635.page-with-sidebar main.content,
	.page-id-1639.page-with-sidebar main.content,
	.page-id-1820.page-with-sidebar main.content,
	.page-id-1822.page-with-sidebar main.content,
	.page-id-1823.page-with-sidebar main.content,
	.page-id-1845.page-with-sidebar main.content,
	.page-id-1846.page-with-sidebar main.content,
	.page-id-1848.page-with-sidebar main.content,
	.page-id-1849.page-with-sidebar main.content,
	.page-id-1932.page-with-sidebar main.content,
	.page-id-1938.page-with-sidebar main.content,
	.page-id-2191.page-with-sidebar main.content,
	.page-id-2453.page-with-sidebar main.content,
	.page-id-2524.page-with-sidebar main.content,
	.page-id-2549.page-with-sidebar main.content,
	.page-id-3682.page-with-sidebar main.content,
	.page-id-3797.page-with-sidebar main.content {
		width: 100%;
	}

	.free_appliance_form {
		width: 100% !important;
	}

	.free_appliance_demo .urlForm9,
	.page-id-3556 .urlForm9 {
		display: block;
		float: none !important;
		width: 100% !important;
		text-align: center;
		overflow: auto;
	}

	.free_appliance_demo #urlForm9>iframe,
	.page-id-3556 #urlForm9>iframe {
		max-width: initial;
		width: 365px !important;
	}

	.firewall_content {
		margin-right: 0 !important;
		width: 100% !important;
	}

	.firewall_form {
		margin-bottom: 10px;

	}

	.firewall_form {
		display: block;
		float: none !important;
		margin: 0 auto !important;
		text-align: center;
		width: 100% !important;
	}

	.firewall_form .colorh.headingFont {
		text-align: center;
		width: auto !important;
	}

	.wifi_ele {
		display: inline-block;
		float: none !important;
		margin: 10px 0;
		min-height: 151px;
		vertical-align: top;
	}

	.page-id-4314 .entry-content {
		text-align: center;
	}

	.page-id-4314 .entry-content>p {
		font-size: 20px !important;
	}

	.page-id-4314 .entry-content h1 {
		font-size: 30px !important;
		line-height: normal !important;
	}

	.free_appliance_demo {
		width: 100% !important;
	}

	.left-sidebar .pdf-download-link {
		text-align: center;
	}

	.firewall_info>div {
		margin-left: 0 !important;
		width: 100% !important;
		padding: 0 15px;
	}

	.firewall_content .p20px>img {
		display: block;
		margin: 0 auto !important;
		max-width: 250px;
	}

	.gremlins {
		width: 100% !important;
	}

	.trial_btn {
		margin-left: 0 !important;
	}

	.page-id-4313 #eewidget_p_574eee049bedf2399e0f8f7a>iframe {
		display: block;
		margin: 0 auto;
	}

	.page-id-4313 .eewidget {
		text-align: center !important;
		width: 100% !important;
	}

	.page-id-4313 .side-panel a {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 268px;
	}

	.left-sidebar .side-panel>div {
		margin-left: 0 !important;
	}

	.left-sidebar .side-panel .box2.company-profile {
		float: none !important;
		margin: 15px auto !important;
		width: 300px;
	}

	.main_int #urlForm>iframe {
		display: block;
		float: none;
		height: 247px !important;
		margin: 0 auto;
		width: 420px !important;
	}

	.page-id-3513 .main_int #urlForm>iframe,
	.page-id-3697 .main_int #urlForm>iframe,
	.page-id-3731 .main_int #urlForm>iframe,
	.page-id-3885 .main_int #urlForm>iframe,
	.page-id-3733 .main_int #urlForm>iframe,
	.page-id-3949 .main_int #urlForm>iframe,
	.page-id-3932 .main_int #urlForm>iframe,
	.page-id-3931 .main_int #urlForm>iframe {
		height: 590px !important;
	}

	.main_inner {
		WIDTH: 100% !important;
	}

	.main_inner img {
		max-width: 100% !important;
	}

	.main_int .colorcontainer {
		width: 100%;
	}

	.right_int {
		float: none !important;
		margin: 0 auto !important;
		overflow-y: auto;
		width: 100% !important;
	}

	.left_int .entry-content>h3 {
		float: left;
	}

	.right_int>h2 {
		float: left;
		margin: 0 !important;
		WIDTH: 100% !IMPORTANT;
	}

	.page-id-1777 .col.span-12.last,
	.page-id-2462 .col.span-12.last,
	.page-id-2530 .col.span-12.last,
	.page-id-2568 .col.span-12.last,
	.page-id-2563 .col.span-12.last,
	.page-id-728 .col.span-12.last,
	.page-id-2534 .col.span-12.last,
	.page-id-2443 .col.span-12.last {
		float: left;
		width: 78%;
	}

	.page-id-1601 .col.span-6 {
		clear: both;
		width: 21%;
	}

	.page-id-1601 .col.span-8.last {
		width: 72% !important;
	}

	.page-id-1601 .col.span-8.last>p {
		font-size: 15px;
	}

	.page-id-1601 .col.span-8.last>h2 {
		font-size: 20px !important;
		margin-bottom: 0 !important;
	}

	.mob-midside {
		text-align: center;
		float: none !important;
	}

	.left-sidebar .side-panel .box2.company-profile {
		float: none !important;
		margin: 15px auto !important;
		width: 300px;
	}

	.faq-sidetext {
		text-align: center;
	}
}

@media all and (max-width:767px) {

	/*.home-top .featurecontainer2 .column, .home-top .learn-more-abt .featurecontainer2 .column{width:60%;}*/
	.column.total-partner,
	.home-top .learn-more-abt .featurecontainer2 .column:nth-child(2) {
		margin: 30px 0 0;
	}

	.footer-widgets .wrap {
		padding: 30px 20px;
	}

	.footer-widgets-2.widget-area {
		padding: 20px 0 0;
	}

	.left-sidebar .side-panel {
		margin: 0 5px;
	}

	.page-id-1586 .featurecontainer {
		padding: 0;
	}

	.left_app_trial {
		width: 100% !important;
	}

	.page-id-4284 #urlForm9>iframe {
		display: block !important;
		margin: 0 auto !important;
	}

	.page-id-4284 .urlForm9 {
		display: block;
		overflow-y: auto;
		width: 100%;
		text-align: center;
	}

	.page-id-3715 #content p img {
		margin-left: 0;
	}

	.page-id-3715 #urlForm9>img {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.page-id-3715 #urlForm9>iframe {
		margin-left: 0 !important;
		max-width: initial !important;
	}

	.page-id-3715 .urlForm9 {
		text-align: center;
		overflow: auto;
	}

	.page-id-739 .col.span-14.last.prepend-1 {
		display: inline-block;
		width: 100% !important;
	}

	.column.p20px>div.left_summ {
		width: 100% !important;
	}

	.full_summ {
		height: auto !important;
		padding: 10px 0 !important;
		width: 100% !important;
	}

	.page-id-3635 .col.span-16.last {
		width: 75% !important;
	}

	.img_summ {
		float: none !important;
		margin: 0 auto !important;
		max-width: 295px !important;
	}

	.page-id-2443 p.intro img,
	.page-id-2534 p.intro img {
		display: block !important;
		float: none !important;
		margin: 0 auto !important;
		width: auto !important;
	}

	.page-list.imap2 {
		font-size: 18px;
	}

	.choose_backup>img {
		display: block;
		float: none !important;
		margin: 0 auto;
	}

	.page-id-13 .column_left,
	.page-id-2158 .column_left {
		width: 100% !important;
	}

	.page-id-2639 .next {

		background-position: center center;

	}

	.page-id-2639 .next>div {
		margin: 0 auto;
		padding-left: 0 !important;
		text-align: center;
	}

	.page-id-2158 .narrowcolumn {
		width: 100% !important;
	}

	.page-id-13 .column_right,
	.page-id-2158 .column_right {
		display: block;
		float: none !important;
		margin: 0 auto;
		width: 275px !important;
	}

	.page-id-13 h1 {
		font-size: 20px !important;
		line-height: normal !important;
	}

	.page-id-13 .action_button {
		margin: 0px !important;
		text-align: center;
	}

	.page-id-13 .learn_more>ul {
		padding: 0 0 0 8px !important;
	}

	.page-id-13 .featured_desc {
		float: left !important;
	}

	.page-id-13 .featured_button {
		float: left;
	}

	.stv_width img {
		display: block;
		float: none !important;
		margin: 0 auto !important;
		width: 355px;
	}

	.stv_width iframe {
		width: 100% !important;
	}

	.stv_width div.testimonial_block {
		width: 100% !important;
	}

	.testimonial_block>div {
		margin-left: 0 !important;
	}

	.page-id-1586 .featurecontainer2 div {
		display: block !important;
		line-height: normal !important;
		width: 100% !important;
		margin: 8px 0px;
		font-size: 16px;
	}

	.page-id-1586 .featurecontainer2 div:nth-child(1),
	.page-id-1586 .featurecontainer2 div:nth-child(2) {
		font-size: 30px !important;
	}

	.featurecontainer2 div.heading_threat {
		font-size: 25px !important;
	}

	.page-id-1849 .urlForm,
	.page-id-797 .urlForm,
	.page-id-824 .urlForm,
	.page-id-799 .urlForm {
		height: 328px;
		margin-bottom: 20px;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.page-id-3361 #urlForm>iframe {
		margin-left: 0 !important;
	}

	.entry-content ul li.thispage {
		font-size: 16px;

	}

	.page-id-4419 .product_comparison .urlForm9 {
		float: none !important;
		margin: 0 auto;
		text-align: center;
		width: 100% !important;
	}

	#urlForm9>iframe {
		width: 365px;
	}

	.page-id-3541 #urlForm9>iframe {
		width: 400px;
	}

	.firewall_form .urlForm9 {
		float: left;
		margin-bottom: 20px;
		overflow: auto;
		width: 100% !important;
	}

	.red_text,
	.blue_text {
		line-height: normal !important;
		font-size: 25px !important;

	}

	.page-id-4042 .featurecontainer {
		padding: 0 !important;
	}

	.baseline_text {
		font-size: 16px !important;
		line-height: normal !important;
	}

	.entry-content p.intro {
		font-size: 16px;
	}

	.vs_left {
		display: block;
		float: none !important;
		margin: 0 auto;
		width: 200px !important;
	}

	.vs_right {
		font-size: 15px !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	#content-area2 .left_dld {

		width: 6% !important;
	}

	.mid_dld {

		width: 84% !important;
	}

	.page-id-3361 #content-area2 {
		width: 100% !important;
	}

	.page-id-238 .requirements {
		border-bottom: 1px solid #ccc;
		display: block !important;
		height: auto !important;
		margin-right: 20px !important;
		padding-right: 0 !important;
		width: 100% !important;
		border-right: none !important;
	}

	.page-id-238 .col.span-7.last.grey-rounded-box {
		padding: 20px 0;
		width: 100% !important;
	}

	.page-id-238 .container>div {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.msp_inner .container:nth-child(2) div iframe {
		width: 371px;
	}

	.new_int_demo .container iframe {
		margin: 0 auto;
		width: 360px;
	}

	.new_int_demo .container>div {

		text-align: center;
	}

	.new_int {
		display: block !important;
		float: none !important;
		margin: 0 auto;
		width: 285px !important;
	}

	.new_int_demo {
		width: 100% !important;
	}

	.new_int_demo .container>div {
		margin-bottom: 20px !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		overflow: auto;
	}

	.new_int_demo h2 {
		margin: 0 !important;
	}

	.new_int.new_int1 {
		height: 215px !important;
	}

	.new_int.new_int2 {
		height: 224px !important;
	}

	.new_int .container>div {
		width: 100% !important;
		margin-top: -8px !important;
	}

	.judge_info {
		display: block !important;
		float: none !important;
		margin: 0 auto !important;
		text-align: left !important;
		width: 280px !important;
	}

	.msp_inner .container:nth-child(2)>div {
		margin-left: 0 !important;
		overflow: auto;
		width: 380px !important;
	}

	.meet_outer .col.span-6 {
		display: block;
		float: none !important;
		margin: 0 auto !important;
		width: 160px;
	}

	.page-id-3069 .col.span-8.last,
	.page-id-3070 .col.span-8.last {
		width: 100%;
	}

	.page-id-3070 .left-sidebar,
	.page-id-3069 .left-sidebar {
		padding-right: 0;
		text-align: center;
	}

	.next {
		margin-top: 0 !important;
	}

	.page-id-3070 .left-sidebar .side-panel a,
	.page-id-3069 .left-sidebar .side-panel a {
		margin: 10px auto 20px;
	}

	.dp_outer .talk {
		display: block;
		margin: 0 auto !important;
		width: 500px;
	}

	.page-id-3744 h1.headingFont .alignright {
		display: block;
		float: none;
		margin: 0 auto !important;
		text-align: center;
	}

	.page-id-3744 .headingFont {
		text-align: center !important;
		margin: 5px auto 10px !important;
		width: 100% !important;
	}

	.page-id-3744 .entry-content>div {
		float: none !important;
		text-align: center;
	}

	.page-id-1701 .featurecontainer2 a b {
		font-size: 13px;
	}

	.gremlins .col.span-7 {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.trial_btn {
		display: block;
		float: none !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}

	.trial_last {
		margin: 0px auto !important;
		padding: 0 !important;
		display: block !important;
		float: none !important;
	}

	.page-id-3375 .featurecontainer2>div {
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: 100% !important;
	}

	.page-id-3375 .featurecontainer {
		padding: 0px 0px;
	}

	.page-id-243 #videogallery table {
		width: 100%;
	}

	.page-id-3375 .col.span-20 .col.span-14.last {

		width: 72% !important;
	}

	.gremlins_last .col.span-6.last {
		display: block;
		margin-right: 0;
		width: 100%;
	}

	.gremlins_last .col.span-14 {
		float: none !important;
		text-align: center !important;
	}

	.top_head {
		font-size: 30px !important;
		height: auto !important;
		line-height: normal !important;
		margin: 0 !important;
	}

	.page-id-3375 .entry-content>div {
		margin-left: 0 !important;
	}

	.scnd_head {
		font-size: 19px !important;
		line-height: normal !important;
	}

	.page-id-243 #videogallery div {

		line-height: normal !important;
	}

	.urlForm9 {
		margin-left: 0 !important;
	}

	.footer-widgets .widget {
		margin-bottom: 0;
	}

	.footer-widgets-2 .widget {
		margin-bottom: 30px;
	}

	#custom_html-2 {
		margin-bottom: 0;
	}

	.twoEqualColumns .column {
		width: 100%;
	}

	.column.col-right.col-img {
		float: none;
	}

	.acc-revenue {
		margin: 0;
	}

	.pricing-data-img img {
		margin-bottom: 6px;
	}

	.product-tour h2.colorh {
		font-size: 24px;
	}

	.plans-cntnt h2 {
		font-size: 30px;
	}

	.sitemap-pages {
		width: 100%;
		margin-bottom: 20px;
	}

	.awards-hdng {
		background-size: 130% auto;
	}

	.page-id-3941 p img {
		float: none;
	}

	.page-id-867 .integration-entry .col.span-9.last {
		width: 100%;
	}

	/*.page-id-4361 .column.headingFont .view-plans{
	    margin-top:0px !important;
	}*/
	.page-id-459 .col.span-9 h2 {
		font-size: 20px !important;
	}

	.free_appliance_demo .urlForm9 {

		margin: 0 auto;

	}

	.page-id-491 .entry-content h2 {
		font-size: 20px !important;
	}

	.contactform-columnA {
		width: 100% !important;
		margin: 0 !important;
		padding-bottom: 0 !important;
	}

	.contactform-columnA .urlForm9 {
		margin: 0 auto;
		max-width: 340px;
	}

	.contactform-columnA .colorcontainer h1.headingFont {
		text-align: center;
	}

	.contactform-columnB {
		float: none !important;
		margin: 0 auto;
		max-width: 350px;
		width: 100% !important;
	}

	.local-lunch-cola,
	.local-lunch-colb,
	.local-lunch-colc {
		float: none !important;
		margin: 0 auto;
		max-width: 320px;
		width: 100% !important;
	}

	.local-lunch-map {
		float: none !important;
		margin: 0 auto;
		max-width: 320px;
		width: 100% !important;
	}

	.local-lunch-map img.alignright {
		width: 100%;
	}

	.page-id-4328 .Barracuda-COLUMN-A,
	.page-id-4328 .Barracuda-COLUMN-B {
		float: none !important;
		width: 100% !important;
	}

	.page-id-4328 .Barracuda-COLUMN-A .COLUMN-A-inner,
	.page-id-4328 .Barracuda-COLUMN-B .COLUMN-B-inner {
		float: left;
		padding-right: 10px;
		width: 100% !important;
	}

	.page-id-4328 .Barracuda-COLUMN-A .COLUMN-A-inner img,
	.page-id-4328 .Barracuda-COLUMN-B .COLUMN-B-inner img {
		margin-left: 0px !important;
	}

	.page-id-3941 .COLUMN-A,
	.page-id-3941 .COLUMN-B,
	.page-id-4397 .COLUMN-A,
	.page-id-4397 .COLUMN-B {
		float: none !important;
		width: 100% !important;
	}

	/*.video-COLUMN-A .container iframe {
	    height:auto;
	    width:auto !important;
	}*/
	.responeimage {
		float: none !important;
	}

	.page-id-4328 .Barracuda-COLUMN-A .COLUMN-A-inner img,
	.page-id-4328 .Barracuda-COLUMN-B .COLUMN-B-inner img,
	.page-id-3941 .COLUMN-A img,
	.page-id-3941 .COLUMN-B img,
	.page-id-4397 .COLUMN-A img,
	.page-id-4397 .COLUMN-B img {
		margin-left: 0px !important;
	}

	.learn_more_aw_transp {
		width: 96% !important;
	}

	select#numbercust {
		width: 100% !important;
	}

	.newformbuttonstyle2013 {
		margin-left: 0 !important;
	}

	.main-container-home-signup {
		height: auto;
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	.featurecontainer {
		height: auto !important;
		width: 100% !important;
	}

	.featurecontainer2>div {
		width: 100% !important;
		padding-bottom: 24px !important;
	}

	.page-id-3375 .featurecontainer2>div {
		padding-bottom: 0 !important;
	}

	.page-id-3375 .span-24.article-preview {
		margin-top: -22px !important;
	}

	#PortalForm span {
		display: inline-block;
		vertical-align: middle;
		width: 96px;
	}

	.firewall_info>div {
		margin-left: 8px !important;
		width: 97% !important;
		box-sizing: border-box !important;
	}

	.firewall_content .p20px>img {
		display: block;
		margin: 0 auto !important;
		max-width: 250px;
	}

	.page-id-4380 .eewidget,
	.page-id-4381 .eewidget,
	.page-id-4332 .eewidget,
	.page-id-4445 .eewidget {
		height: auto !important;
		margin: 0 auto !important;
		overflow: auto;
	}

	.page-id-4380 article,
	.page-id-4381 article,
	.page-id-4332 article,
	.page-id-4445 article {
		overflow: auto;
	}

	.iframe-video-section {
		width: 100% !important;
	}

	.iframe-video-section .urlForm iframe {
		width: 300px !important;
		height: 300px !important;
	}

	.content-wrapp {
		width: 100% !important;
	}

	.iframe-video-section .head-text {
		width: 100% !important;
		text-align: center;
		float: none !important;
	}

	.contactform-columnA.lp_left .urlForm9 {
		margin: 25px auto 0px !important;
	}

	.contactform-columnB.lp_right {
		float: left !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.contactform-columnA.lp_left .colorcontainer h1.headingFont {
		text-align: left;
	}

	.lp_right .lpContentsItem.richTextSpan>div {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.entry-content .dp_outer h2 {
		float: none;
		font-size: 22px !important;
	}

	.dp_outer img {
		margin-top: 0 !important;
		float: none !important;
		display: block;
		margin: 5px auto 10px !important;
	}

	.ele_dp {
		display: block;
		float: none !important;
		margin: 0 auto !important;
		width: 205px !important;
	}

	.dp_outer div {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	.dp_outer .blurb {
		padding-left: 15px !important;
	}

	.next {
		margin-top: 0 !important;
	}

	.page-id-245 .oneBigColumn .colorcontainer>.colortitles>div {
		float: left !important;
		margin: 0 auto;
		text-align: center !important;
		width: 100%;
	}

	.page-id-245 .oneBigColumn .colorcontainer>.colortitles>div img {
		display: block;
		float: none !important;
		margin: 0 auto;
	}

	.page-id-4180 .msp-market {
		text-align: center;
	}

	.testimonial_block #block .content {
		font-size: 15px !important;
		margin-left: 60px;
		padding: 6px 0;
		width: 86% !important;
	}

	/* hide menu links to product tour on small displays */
	#menu-item-4124,
	menu-item-4260 {
		display: none
	}

	.content-sidebar .content {
		float: none;
		margin: 0 auto;
	}

	.page-id-3361 .colortitles div {
		margin-right: 0 !important;
		margin-top: 20px;
	}

	.wint_iframe {
		padding: 0 !important;
		margin: 0px auto;
		max-width: 460px;
	}

	.wint_inner {
		clear: both !important;
		height: auto !important;
		width: 100% !important;
		padding-left: 0 !important;
	}
}

@media all and (max-width:740px) {
	.site-header .top-menu {
		display: block;
	}

	.site-header .call-us-div {
		margin-right: 0;
		margin-top: 4px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
	}

	a.top.freetrial,
	a.top.freetrial:hover {
		display: inline-block;
		padding: 5px 10px 4px;
		line-height: 18px;
		margin-right: 10px;
	}

	.sales-call-span {
		display: inline-block;
		width: 100px;
	}

	.top-menu>a {
		margin: 0;
		vertical-align: middle;
	}
}

@media all and (max-width:640px) {
	h1 {
		font-size: 28px !important;
		line-height: normal !important;
	}

	h2 {
		font-size: 24px !important;
		line-height: normal !important;
	}

	h2.colorh {
		font-size: 20px !important;
	}
}

@media all and (max-width:585px) {
	#cookie-bar+.site-container .responsive-menu-icon.menu-icon-toggle {
		top: 110px;
	}

	#cookie-bar+.site-container .responsive-menu-icon {
		top: 110px;
	}

	#cookie-bar+.site-container .genesis-nav-menu.responsive-menu.responsive-menu-open {
		top: 78px;
		height: 100%;
	}

	#cookie-bar+.site-container .genesis-nav-menu.responsive-menu {
		top: 78px;
		height: 80%;
	}

	.dp_outer .talk,
	.dp_outer .next {
		display: block;
		margin: 0 auto !important;
		max-width: 500px;
		overflow: auto;
		width: 100%;
		background-image: none;
	}

	.dp_outer .next {
		margin-top: 20px !important;
		background: #0088ce;
		border-radius: 10px;
	}

	.dp_outer .blurb {
		max-width: 95%;
		background: #0088ce;
		border-radius: 10px;
		padding: 20px;
		padding-right: 20px !important;
	}

	.dp_outer .colortitles h1 {
		font-size: 20px !important;
		margin-left: 0;
		margin-right: 0;
	}

	.wint_inner>p,
	.wint_inner div {
		padding-left: 0 !important;
	}

	.entry-content .dp_outer h2 {

		font-size: 18px !important;
	}

	.ele {
		width: 250px !important;
	}

	.ele .container>div {
		width: 250px !important;
	}

	.ele .container {
		margin-left: 0 !important;
	}

	.page-id-1777 .col.span-12.last,
	.page-id-2462 .col.span-12.last,
	.page-id-2530 .col.span-12.last,
	.page-id-2568 .col.span-12.last,
	.page-id-2563 .col.span-12.last,
	.page-id-728 .col.span-12.last,
	.page-id-2534 .col.span-12.last,
	.page-id-2443 .col.span-12.last {
		float: left;
		width: 100%;
	}

	.page-id-3279 .col.span-3 {
		float: none !important;
		margin: 0 auto;
		width: 120px !important;
	}

	.page-id-3279 div.last {
		width: 100% !important;
	}

	.page-id-3279 .col.span-3,
	.page-id-1777 .col.span-3,
	.page-id-2462 .col.span-3,
	.page-id-2530 .col.span-3,
	.page-id-2568 .col.span-3,
	.page-id-2563 .col.span-3,
	.page-id-728 .col.span-3,
	.page-id-2534 .col.span-3,
	.page-id-2443 .col.span-3 {
		float: none;
		margin: 0 auto;
		width: 110px;
	}

	.dp_outer .next {
		background: #0088ce none repeat scroll 0 0;
		border-radius: 10px;
		float: none !important;
		max-width: 286px !important;
		width: 100% !important;
	}

}

@media all and (max-width:600px) {

	widget ol>li:last-child,
	.widget ul>li:last-child {
		margin-bottom: 0px;
	}

	widget ol>li ol li:last-child,
	.widget ul>li ul li:last-child {
		margin-bottom: 5px;
	}

	.col.span-4 {
		/* 26-sep-2016 */
		float: none;
		text-align: center;
		width: 100%;
	}

	.col.span-11.last

	/* 26-sep-2016 */
		{
		width: 100%;
		float: none;
	}

	.page-id-491 .article-preview .col.span-5 {
		float: none;
		text-align: center;
		width: 100% !important;
	}

	.page-id-491 .col.span-11.last {
		width: 100%;
	}

	.trialbutton h1 {
		font-size: 22px;
	}
}

@media all and (max-width:640px) {

	.footer-widgets-2 .widget_nav_menu,
	.footer-widgets-2 .widget_custom_html {
		width: 49%;
	}

	#nav_menu-9-custom {
		width: 100%;
	}

	.get-inner-cntnt,
	.get-lunch-cntnt {
		width: 100%;
	}

	.try-para,
	.try-btn-div {
		width: 100%
	}

	.try-btn-div {
		text-align: left;
		padding: 20px 0;
	}

	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

	.home-box .home-box-contents {
		padding: 0 2px;
		width: 260px;
	}

	div.home-box {
		max-width: 320px;
		width: auto;
		height: 152px;
		background-size: contain;
		margin-right: 0;
	}

	.page-id-211 div.home-box {
		background-size: 100% auto !important;
		height: auto;
		margin-right: 0;
		max-width: 100%;
		width: 300px;
	}

	.img-left img {
		width: 50px;
	}

	.home-box .contnum-cntnt {
		padding-left: 60px;
	}

	div.home-box50 {
		width: 80%;
		height: auto;
	}

	.application-option .twoEqualColumns .column img {
		margin-left: 0;
	}

	.business-client img {
		display: block;
		float: none;
		margin: 20px auto;
	}

	.entry-content .business-client,
	.entry-content .vmware-backup-cntnt .business-client {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.about-us-form .column.headingFont,
	.gt-hdng {
		font-size: 28px;
	}

	.screenshot {
		margin-bottom: 30px;
	}

	.who-ths-guys {
		width: 65%;
		padding-right: 0;
	}

	.entry-content .ebook-cntent .recast-our {
		margin-top: 60px;
	}

	.awards-hdng {
		background-size: 140% auto;
	}

	.coolest-cloud,
	.talkin-cloud,
	.busins-solns,
	.inc-5000-div,
	.crn-5star {
		width: 36%;
	}

	.busins-solns,
	.talkin-cloud,
	.crn-5star {
		margin-right: 0;
	}

	.left-sidebar .sdbr-frst {
		width: 90%;
		margin-right: 0;
	}

	.left-sidebar {
		text-align: center;
	}

	.twoEqualColumns.why-intronis-cols .column img {
		max-width: 220px;
	}

	.left-sidebar,
	.left-sidebar.cntct-us-sidebr,
	.left-sidebar.career-sidbr,
	.left-sidebar.our-intg-prtnr,
	.left-sidebar.ebook-sidebr {
		padding: 0;
	}

	.left-sidebar.cntct-us-sidebr,
	.left-sidebar.frqnt-ques-sidebr {
		text-align: left;
	}

	.frqnt-ques-links img {
		margin-left: -20px;
	}

	.common-sidebar {
		text-align: left;
	}

	.page-id-4361 .threeEqualColumns {
		float: none;
		margin: 0 auto !important;
		max-width: 300px;
		width: 100% !important;
	}

	.page-id-4361 .row .column.headingFont {
		margin: -9px !important;
	}

	.client_base img {
		display: block !important;
		float: none !important;
		margin: 0 auto !important;
	}
}

@media all and (max-width:550px) {

	/*.home-top .featurecontainer2 .column, .home-top .learn-more-abt .featurecontainer2 .column{width:100%;}*/
	.oneBigColumn .lrn-column p {
		line-height: 28px;
		font-size: 23px;
	}

	.try-hdng {
		line-height: 32px;
		margin: 0 0 5px;
	}

	.gt-hdng {
		font-size: 30px;
		line-height: 32px;
	}

	h2.headingFont,
	.gt-hdng {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 10px !important;
	}

	div.home-box50 {
		width: 100%;
	}

	.awards-entry .col.span-9.last {
		padding: 0 0 0 190px;
	}

	.integration-entry .col.span-6 {
		display: block;
		float: none;
		text-align: center;
	}

	.intg-prtnr-dtl,
	.partner-stories-cntnt .intg-prtnr-dtl {
		padding: 0;
	}

	.rqst-quot-frm .headingFont {
		font-size: 24px;
	}

	.entry-content .ebook-cntent .ebook-img {
		float: none;
	}

	.ebk-inner-hdng {
		margin: 10px 0;
	}

	.ebk-inner-hdng.msp-calling {
		margin-bottom: 20px;
	}

	.mrktng-plan-para,
	.ebook-cntent .mrktng-plan-dtl {
		margin-top: 10px;
	}

	.tips-for-img img {
		float: none;
		margin: 20px 0 0;
	}

	.who-ths-guys {
		width: 100%;
	}

	.data-loss-cntnt h2.colorh {
		font-size: 20px;
		line-height: 24px;
	}

	.high-prfrm-team .ebk-inner-hdng+p {
		margin: 20px 0;
	}

	.high-prfrm-team h3 {
		margin: 15px 0 0;
	}

	.speed-virtual-machn img.alignright {
		float: none;
		margin: 0;
	}

	.entry-content .ebook-cntent .wen-u-prtnr {
		margin-top: 10px;
	}

	.entry-content .ebook-cntent .recast-our {
		margin-top: 0;
	}

	.awards-hdng {
		background-size: 180% auto;
	}

	.scrollToTop {
		bottom: 150px;
		right: 30px;
	}

	.know-more {
		padding: 15px 0;
	}

	.box2.resources-box {
		text-align: left;
	}

	.ebook-cntent .ebook-img {
		float: none;
	}

	#cookie-bar+.site-container .responsive-menu-icon {
		top: 110px;
	}

	a.top.freetrial,
	a.top.freetrial:hover {
		margin-right: 10px;
	}

	.top-menu .sales-call-span {
		margin-left: 10px;
	}

	/*.twoEqualColumns .row .column img{width:100% !important;} */
	/*26-sep-2016*/
	.twoEqualColumns .row .column img {
		max-width: 100%;
	}

	.container.Partner-Support .col.span-7.last,
	.container.Partner-Support .col.span-7 {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.page-id-3361 main {
		padding: 0 8px;
	}

	.threat_single {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
	}

	.threat_single .container {
		display: block;
		float: left;
		height: inherit !important;
		margin-bottom: 16px !important;
	}

	.page-id-2144 .twoEqualColumns.remove_leftspace .row,
	.page-id-2137 .twoEqualColumns.remove_leftspace .row {
		margin-left: 0 !important;
	}

	.product-list img.alignleft,
	.product-list img.alignright {
		float: none;
		display: block;
		text-align: center;
		margin: 20px auto;
	}

	.after-slider .twoEqualColumns .row .column img {
		max-width: 300px;
	}
}

@media all and (max-width:512px) {
	.header_top-right {
		padding: 0px;
	}

	.top-menu .sales-call-span {
		display: inline-block;
		vertical-align: top;
		width: 112px;
		line-height: 18px;
		margin: -10px 0 5px;
	}

	.page-id-459 .awards-entry .col.span-6,
	.page-id-459 .awards-entry .col.span-9.last {
		float: left;
		width: 50%;
	}

}

@media all and (max-width:480px) {

	.header-image .title-area,
	.header-image .site-title,
	.header-image .site-title a {
		width: 200px;
		min-width: 0;
		min-height: 0;
	}

	.site-title a,
	.site-title a:hover {
		padding-top: 0;
	}

	.title-area .site-title a {
		height: 66px;
		background-size: 200px auto !important;
	}

	.responsive-menu-icon {
		top: 43px;
	}

	.header-widget-area .widget_text {
		padding-top: 0;
	}

	h1.colorh,
	.data-loss-cntnt h1.colorh,
	.it-service-plan h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px !important;
	}

	.entry-content p {
		margin-bottom: 10px;
	}

	.entry-content .key-featrs-list {
		margin-left: 0;
	}

	.col.span-6,
	.col.span-7 {
		width: 100%;
	}

	.bare-metal-col1 .article-preview img {
		display: block;
		float: none;
		margin: 20px auto;
	}

	.bare-img-dtl,
	.vmware-backup-cntnt .bare-img-dtl {
		padding: 0;
	}

	.awards-entry .col.span-6 {
		float: none;
		width: 100%;
	}

	.awards-entry .col.span-9.last {
		padding: 0;
	}

	.get-started-rqmnts,
	.backup-sft-rqmnts,
	.web-prtl-rqmnts,
	.sitemap-pages>div {
		width: 100%;
	}

	.backup-sft-rqmnts {
		border: none;
		padding-left: 0;
	}

	.get-started-rqmnts {
		padding-top: 10px;
	}

	.twoEqualColumns.remove_leftspace .row {
		margin-left: 0 !important;
	}

	.full_summ .col.span-3 {
		display: block;
		float: none;
		margin: 0 auto !important;
	}

	.page-id-3635 .col.span-16.last {
		width: 100% !important;
	}

	.freqnt-questns-cntnt h2 {
		font-size: 20px;
	}

	.coolest-cloud,
	.talkin-cloud,
	.busins-solns,
	.inc-5000-div,
	.crn-5star {
		width: 100%;
	}

	.coolest-cloud,
	.inc-5000-div {
		margin-right: 0;
	}

	.gt-hdng {
		font-size: 24px;
	}

	.free-trial-div img {
		max-width: none;
	}

	.left-sidebar .sdbr-frst {
		width: 100%;
		text-align: center;
	}

	.left-sidebar {
		text-align: left;
	}

	.top-menu .sales-call-span {
		margin: 2px 0 5px;
	}

	.page-id-1492 .left-sidebar.cookie-sidebar {
		width: 60%;
	}

	.page-id-4361 .threeEqualColumns .column.headingFont

	/*14-oct */
		{
		margin-left: -10px !important;
	}

	.page-id-4419 .product_comparison .urlForm9 {
		/*14-oct */
		overflow: auto;
	}

	.page-id-4419 .product_comparison .urlForm9 iframe {
		/*14-oct */
		max-width: initial;
	}

	.trialbutton h1 {
		font-size: 15px;
	}

	.limited_virtual_machine .lvm_inner {
		font-size: 15px;
	}

	.page-id-1601 .col.span-6 {
		display: block;
		float: none !important;
		margin: 0 auto;
		width: 177px !important;
	}

	.page-id-1601 .col.span-8.last {
		width: 100% !important;
	}

	.page-id-3744 .local-lunch-cola,
	.page-id-3744 .local-lunch-map,
	.page-id-3744 .local-lunch-colb,
	.page-id-3744 .local-lunch-colc {
		width: 100% !important;
		text-align: left !important;
	}

	.back_to_gremlins>b {
		font-size: 14px;
	}

	.mob-mid {
		clear: both;
		display: block !important;
		float: none !important;
		margin: 0 auto !important;
	}

	.remove_mobmargin {
		margin-left: 0px !important;
	}

	.page-id-4180 .msp_outer {
		width: 100%;
	}

	.faq-sidetext {
		text-align: left;
	}

	.testimonial_block #block .content {
		font-size: 15px !important;
		margin-left: 60px;
		padding: 6px 0;
		width: 79% !important;
	}
}

@media only screen and (max-width:456px) {

	.msp_inner .container:nth-child(2)>div {
		margin-left: 0 !important;
		overflow: auto;
		width: 285px !important;
	}

	.msp_inner {

		width: 286px !important;
	}

	.page-id-3361 .urlForm {
		margin: 0 !important;
		width: 296px;
	}

	.mid_dld {
		overflow: auto;
		width: 84% !important;
	}

	.page-id-13 .featured_button,
	.page-id-13 .featured_desc,
	.page-id-13 .featured_title {
		float: left;
		width: 100%;
	}

	.page-id-13 .featured_section>div {
		text-align: center;
	}

	.page-id-13 .featured_section div a img {
		float: none;
	}

	.page-id-3541 .urlForm9 {
		overflow-y: auto;
		width: 350px;
	}

	.resource-title-bar>h3,
	.resource-title-bar span>a {
		font-size: 12px;
		vertical-align: top;
	}

	.twoEqualColumns.plan_details,
	.oneBigColumn.plan_details {
		width: 100% !important;
	}
}

@media all and (max-width:430px) {
	.single-post-datainner .post.type-post {
		clear: both;
		margin-top: 30px;
	}
}

@media all and (max-width:399px) {

	.footer-widgets-2 .widget_nav_menu,
	.footer-widgets-2 .widget_custom_html {
		width: 100%;
	}

	#nav_menu-9-custom {
		width: 100%;
	}

	.home-top .col-para {
		font-size: 18px;
	}

	.product-tour h2.colorh {
		font-size: 22px;
	}

	.dwnld-ebk-hdng {
		padding: 0 10px;
	}

	.ths-guys-img {
		float: none;
	}

	.ths-guys-dtl {
		padding: 10px 0 0;
	}

	.ths-guys-container {
		margin-bottom: 20px;
	}

	h1.colorh,
	.data-loss-cntnt h1.colorh,
	.it-service-plan h1 {
		font-size: 25px;
		line-height: 40px;
	}

	.data-loss-cntnt h2.colorh {
		font-size: 19px;
	}

	.awards-hdng {
		background-size: 290% auto;
	}

	.top-menu a {
		padding: 6px;
	}

	.gt-hdng {
		font-size: 22px;
	}

	.capabilities-icon img {
		max-width: 220px;
	}

	.sprt-box-img img {
		width: 100%;
		max-width: 293px;
	}

	.our-intg-prtnr .box2.side-panel {
		margin: 0 0 40px;
	}

	.dwnld-ebk-hdng {
		padding: 0 20px;
		width: auto;
	}

	#cookie-bar+.site-container .responsive-menu-icon.menu-icon-toggle {
		top: 130px;
	}

	#cookie-bar+.site-container .responsive-menu-icon {
		top: 130px;
	}

	#cookie-bar+.site-container .genesis-nav-menu.responsive-menu.responsive-menu-open {
		top: 102px;
		height: 100%;
	}

	#cookie-bar+.site-container .genesis-nav-menu.responsive-menu {
		top: 102px;
		height: 78%;
	}

	widget ol>li:last-child,
	.widget ul>li:last-child {
		margin-bottom: 20px;
	}

	widget ol>li ol li:last-child,
	.widget ul>li ul li:last-child {
		margin-bottom: 5px;
	}

	.widget-area .social-icons ul li:last-child,
	.widget-area .social-icons ol li:last-child {
		margin-bottom: 0;
	}

	.top-menu .sales-call-span {
		margin: 3px 0 5px;
	}

	.page-id-459 .awards-entry .col.span-9.last,
	.page-id-459 .awards-entry .col.span-6 {
		float: left;
		padding: 0 !important;
		width: 50%;
	}

	.contactform-columnA .urlForm9 {
		overflow-y: auto;
	}

	.contactform-columnA .urlForm9 iframe {
		max-width: initial;
	}

	.trialbutton h1 {
		font-size: 13px;
	}

	.limited_virtual_machine .lvm_inner {
		font-size: 13px;
	}

	.page-id-739 div.feature-list {
		background-image: url("/images/shell/feature-menu-bkgd.png");
		background-repeat: no-repeat;
		float: none;
		height: auto;
		margin: 9px auto;
		padding: 1px 0;
		width: 276px;
		background-size: 128% 119%;
	}

	.page-id-739 div.feature-list>div ul.slider-navigation {
		margin-left: 14px;
		width: 253px;
	}

	.page-id-3897 #content-area2,
	.page-id-6634 #content-area2 {
		margin: 0 -8px;
	}

	#cookie-bar+.site-container .responsive-menu-icon {
		top: 130px;
	}

	.header_top-right {
		padding: 0;
	}

	.second-trial-button {
		margin-top: -36px !important;
	}

	.text-inline {
		width: 50px !important;
	}

	.next {
		overflow: auto;
	}

	.page-id-2144 .twoEqualColumns.remove_leftspace .column {
		padding-left: 30px !important;
	}

	.page-id-481 .entry-content div {
		width: 100%;
	}

	.page-id-4085 .container>p,
	.page-id-4084 .container>p {
		font-size: 14px !important;
		margin-left: 0 !important;
	}

	img.mob-mid,
	p img,
	img.alignLeft,
	img.alignRight {
		float: none !important;
		display: block !important;
		text-align: center !important;
		margin: 20px auto !important;
	}
}

@media all and (max-width:369px) {

	a.top.freetrial,
	a.top.freetrial:hover {
		display: block;
		margin-bottom: 10px;
	}

	.after-slider .twoEqualColumns .row .column img {
		max-width: 100%;
	}
}

/* New CSS Sept. 2017 */

body.error404 .entry-content h4 {
	margin-top: 30px;
	font-size: 26px;
}

body.error404 .entry-content ul li {
	list-style-position: outside;
	padding-left: 0;
	margin-left: 20px;
}

#menu-404>ul>li {
	margin-top: 30px;
	margin-left: 0;
	list-style-type: none;
}

#menu-404>ul>li>a {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
}

#menu-404>ul>li.menu-item-has-children>a {
	border-bottom: 1px solid #ccc;
}

#menu-404>ul>li>a:hover {
	text-decoration: none;
}

#menu-404>ul>li ul {
	margin-left: 10px;
}

.entry-content p.section-divider {
	position: relative;
	clear: both;
	margin: 2em auto;
	max-width: 1200px;
	width: 95%;
	height: 36px;
	line-height: 36px;
	font-family: "museo-slab", "Sanchez", serif;
	-webkit-font-smoothing: antialiased;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
}

.entry-content p.section-divider:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #ccc;
	border-radius: 4px;
}

.entry-content p.section-divider>span {
	display: inline-block;
	max-width: 80%;
	position: relative;
	padding: 0 11px 0 15px;
	background: #fff;
	color: #0088ce;
	font-weight: 400;
	letter-spacing: 6px;
}

.entry-content p.section-divider.trialButton {
	height: 71px;
	margin-top: 0;
}

.entry-content p.section-divider.awardsHeader {
	margin-bottom: 1em;
}

.entry-content p.section-divider.trialButton:before {
	background: #0088ce;
}

.entry-content p.section-divider.trialButton a {
	display: inline-block;
	position: relative;
}

.entry-content p.section-divider.trialButton img {
	margin: 0 auto !important;
	float: none;
}

.blueBoxes .boxHeader {
	padding: 10px 6px 0;
	margin-top: 15px;
}

.blueBoxes .boxHeader h2 {
	color: #0088ce !important;
	margin: 4px auto 10px;
	font-size: 36px !important;
	font-weight: 400;
	text-align: center;
}

.blueBoxes .boxHeader.orange h2 {
	color: #ff9e1b !important;
}

.blueBoxes .boxContent {
	padding: 20px 18px 10px;
	max-width: 400px;
	margin: 0 auto;
}

.blueBoxes .boxContent.orange {
	border-color: #ff9e1b;
}

.blueBoxes .boxContent>* {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
}

.boxContent .boxColSet {
	margin: 25px 0 50px;
	padding-bottom: 20px;
}

.boxContent .boxColSet:after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

.boxContent .boxColSet:last-child,
.boxContent .boxColSet.last {
	padding-bottom: 0 !important;
}

.boxContent .boxColSet img {
	display: block;
	width: 100%;
}

.blueBoxes .boxContent h3 {
	font-size: 28px;
	color: #0088ce;
	margin-top: 30px;
}

.blueBoxes .boxContent img {
	float: none;
	margin: 0 auto;
}

.blueBoxes button,
.blueBoxes .button {
	padding: 10px 40px;
	margin-top: 15px;
}

.blueBoxes .alignCenter {
	text-align: center;
}

.blueBoxes .one-third {
	width: 33.32%;
	margin-left: 0;
	margin-right: 0;
}

.one-third.alt {
	background-color: #f2f2f3;
	border: 0;
}

.blueBoxes .one-third .boxHeader {
	padding: 10px 15px 0;
}

.blueBoxes .one-third .boxHeader h2 {
	font-size: 32px !important;
}

.blueBoxes .one-third .boxContent {
	padding: 20px 32px 10px;
}

.blueBoxes .one-third button,
.blueBoxes .one-third .button {
	padding: 10px 20px;
	width: 100%;
}

.blueBoxes .material-icons {
	font-size: 96px;
	color: #425160;
	text-align: center;
}

.awards-section {
	margin-left: 0;
	margin-top: 60px;
	margin-bottom: 60px;
}

.awards-section:after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

.awards-section>div {
	display: inline-block;
	width: 14.26%;
	margin: 0;
	float: left;
}

.awards-section img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/* Hide tracking pixels */
iframe[name='google_conversion_frame'] {
	height: 0;
	display: none;
}

body>img {
	display: none;
}

@media all and (min-width:921px) {
	.twoEqualColumns.blueBoxes .column {
		width: 48%;
		margin-right: 1%;
	}

	.twoEqualColumns.blueBoxes .column:last-child {
		float: right;
		margin-right: 0;
	}
}

@media all and (max-width:920px) {
	.twoEqualColumns .twoEqualColumns .row .column {
		width: 49%;
	}

	.twoEqualColumns .twoEqualColumns .row .column img {
		max-width: 80%;
	}
}

@media all and (max-width:800px) {
	.awards-section>div {
		float: none;
		width: 24%;
	}

	.blueBoxes .boxContent {
		max-width: 100%;
	}

	.blueBoxes .one-third {
		width: 100%;
	}

	.blueBoxes .one-third .boxContent {
		padding-left: 20px;
		padding-right: 20px;
	}

	.blueBoxes .boxContent img {
		width: 330px;
	}
}

@media all and (max-width:700px) {
	.entry-content p.section-divider {
		font-size: 28px;
		height: 28px;
		line-height: 28px;
	}

	.home-top .featurecontainer2 .column a {
		font-size: 20px;
	}

	.home-top .featurecontainer2 .column .headline-font {
		margin-bottom: 15px !important;
	}

	.home-top .featurecontainer2 .column .headline-font a {
		font-size: 24px !important;
		font-weight: 400;
	}
}

@media all and (max-width:500px) {
	.twoEqualColumns .twoEqualColumns .row .column {
		width: 100%;
	}

	.entry-content p.section-divider>span {
		max-width: 90%;
		letter-spacing: 2px;
	}

	.entry-content p.section-divider.trialButton:before {
		display: none;
	}

	.blueBoxes button,
	.blueBoxes .button,
	body.page-id-5824 .blueBoxes button,
	body.page-id-5824 .blueBoxes .button {
		padding: 10px;
	}

	.awards-section>div {
		width: 49%;
	}
}
@media all and (max-width:370px) {
	.awards-section>div {
		width: 70%;
	}
}

/* Cookie Notification */
#cookie-notice {
	padding: 15px;
	background: #4d4d4d;
	color: #fff;
	font-size: 14px;
}

@media screen and (min-width:601px) {
	#cookie-notice .wrap .col1 {
		float: left;
		width: 60%;
	}

	#cookie-notice .wrap .col2 {
		float: left;
		width: 20%;
		min-width: 150px;
		margin-left: 5%;
		text-align: right;
	}
}

@media screen and (max-width:600px) {

	#cookie-notice .wrap .col1,
	#cookie-notice .wrap .col2 {
		max-width: 80%;
		margin-bottom: 10px;
	}
}

#cookie-notice a {
	color: #fff;
	text-decoration: underline;
}

#cookie-notice .button {
	background: #777;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#cookie-notice .button:hover {
	background: #ccc;
	color: #4d4d4d;
}



.plans_form.forms2-0 {
	background: url(https://campaign.barracudamsp.com/rs/877-LBL-349/images/blue-box-recentangle.png) no-repeat 0 0;
	padding: 33px 25px 0 25px;
	margin: -12px 0 0 0;
	position: relative;
	background-size: 100% 100%;
	height: 481px;
	max-width: 400px;
}

h3.form2-0_title {
	font-size: 30px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 25px;
	padding: 0;
	display: block;
	width: 100%;
}

.mktoForm .mktoRequiredField label.mktoLabel {
	font-weight: bold;
	width: 100px !important;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0c6ca4;
	display: block;
}

.mktoAsterix {
	display: none !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
	font-size: 15px;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #ffffff;
	width: 220px !important;
	height: 31px;
}

.mktoGutter.mktoHasWidth {
	display: none !important;
}

form#mktoForm_3018 {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
	float: left;
	width: 11% !important;
	text-align: center;
	position: relative;
	left: 10px;
	top: -9px;
}

label[for=emailPreferenceConfirmation] {
	float: right !important;
	width: 88% !important;
	color: #0c6ca4;
	margin-top: -13px !important;
}

button.mktoButton[type=submit] {
	background: url(https://barracudamsp.com/images/echoshare/plans/quotebutton.png) no-repeat !important;
	cursor: pointer !important;
	width: 175px !important;
	height: 40px !important;
	text-align: right !important;
	text-indent: 1000px !important;
	border: none !important;
	overflow: visible !important;
	padding-left: .25em !important;
	padding-right: .25em !important;
	position: relative;
	left: -13%;
}

form#mktoForm_3200 button.mktoButton[type=submit],
form#mktoForm_3201 button.mktoButton[type=submit] {
	background: -webkit-gradient(linear, left top, left bottom, from(#99c47c), to(#75ae4c)) !important;
	border: 1px solid #75ae4c !important;
	font-size: 1.3em;
	text-indent: 7px !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
}

.plans_form.demo_form.forms2-0 {
	height: 560px;
}

form#mktoForm_3200 label[for=emailPreferenceConfirmation],
form#mktoForm_3201 label[for=emailPreferenceConfirmation] {
	float: right !important;
}

form#mktoForm_3200,
form#mktoForm_3201 {
	width: 100% !important;
}

label.mktoLabel.mktoHasWidth {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #0c6ca4;
	display: block;
}

label.mktoLabel.mktoHasWidth[for=Comments__c] {
	font-weight: bold;
}

.plans_form.contact_form.demo_form.forms2-0 {
	height: 502px;
}

ul.box, ul.box2, ul.box3, ul.box4 {
	position: relative;
	z-index: 1; /* prevent shadows falling behind containers with backgrounds */
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	border: 0;
	background-color: transparent;
}


ul.box > li, ul.box2 > li, ul.box3 > li, ul.box4 > li {
	position: relative;
	width: 350px;
	border: 1px solid #e4eff2;
	border-radius: 6px;
	margin: 0 30px 30px 0;
	background: #e2ecf0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(255, 255, 255, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(255, 255, 255, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(255, 255, 255, 0.06) inset;
	list-style-type: none;
}


ul.box > li:before,
ul.box > li:after,
ul.box2 > li:after,
ul.box2 > li:before,
ul.box4 > li:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 23px;
	bottom: 10px;
	width: 90%;
	max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
	max-height: 150px;
	height: 55%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-webkit-transform: skew(-15deg) rotate(-4deg);
	-moz-transform: skew(-15deg) rotate(-4deg);
	-ms-transform: skew(-15deg) rotate(-4deg);
	-o-transform: skew(-15deg) rotate(-4deg);
	transform: skew(-15deg) rotate(-4deg);
}


ul.box > li:after,
ul.box4 > li:after {
	left: auto;
	right: 10px;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg);
}
