/*
	Theme Name: Works Progress Issuetrak
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme based on Centric, built for the Genesis Framework, and customized for Issuetrak.
	Author: Works Progress Design
	Author URI: http://works-progress.com/

	Version: 1.1

	Tags: responsive-layout, 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.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Display Posts Shortcode
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
		- Testimonials Widget
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Legal Menu (Footer)
		- Responsive Menu
	- Content Area
		- Home Page
		- Above Post Hero
		- About Page
		- Careers Page
		- Contact Page
		- Demo Pages
		- Pricing Pages
		- Security Page
		- Sitemap Page
		- Support Page
		- Terms of Service Page
		- What's New Page
		- Portfolio / Customers Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:600}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clearfix {
	clear: both;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #2366ad;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-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: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #00b5e2;
	text-decoration: none;
}

.content a, .home-widgets a {
	font-weight: 600;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2366ad;
}

.no-hover:hover {
	color: #00b5e2 !important;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

cite,
em,
i {
	font-style: italic;
}

figcaption {
	line-height: 1.2;
}

hr {
	border-color: rgba(0,0,0,0.2);
	border-top-style: solid;
	clear: both;
	margin: 30px 0;
}

blockquote {
	color: #1f1e35;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1.4;
	margin: 80px;
	text-align: center;
}

.credit {
	color: #2366ad;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 80px;
	text-align: center !important;
	text-transform: uppercase;
}
.credit .author {
	color: #1f1e35;
}

.disclaimer {
	font-size: 14px;
	font-style: italic;
}

.notes { /* system reqs page */
	font-size: 12px;
}

.smaller {
	font-size: 85%;
}
.smaller h5 {
	font-size: 95%;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	margin: 0 0 15px;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
	text-transform: lowercase;
}

h1 {
	font-size: 46px;
	font-weight: 300;
	line-height: 1;
}
h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.1;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	color: #2366ad;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	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;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #00b5e2;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
button:active,
button:focus,
input:hover[type="button"],
input:active[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:active[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:active[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:active,
.button:focus {
	background-color: #2366ad;
	color: #fff;
}

.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}

.site-header .widget-area button:hover,
.site-header .widget-area button:active,
.site-header .widget-area button:focus,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:active[type="button"],
.site-header .widget-area input:focus[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:active[type="reset"],
.site-header .widget-area input:focus[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area input:active[type="submit"],
.site-header .widget-area input:focus[type="submit"],
.site-header .widget-area .button:hover,
.site-header .widget-area .button:active,
.site-header .widget-area .button:focus {
	background-color: #2e2f33;
	color: #fff;
}

.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets button:active,
.footer-widgets button:focus,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:active[type="button"],
.footer-widgets .wrap input:focus[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:active[type="reset"],
.footer-widgets .wrap input:focus[type="reset"],
.footer-widgets .wrap .button:hover,
.footer-widgets .wrap .button:active,
.footer-widgets .wrap .button:focus {
	background-color: #eee;
	color: #2e2f33;
}

.content .button:hover,
.content .button:active,
.content .button:focus,
.sidebar .button:hover,
.sidebar .button:active,
.sidebar .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}
.button a {
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #00b5e2;
	color: #fff;
}

.ghost-button,
.above-post-hero .ghost-button {
	background-color: transparent;
	border: solid 2px #fff;
	color: #fff;
  display: inline-block;
	font-weight: 600;
	letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.ghost-button {
	font-size: 16px;
  padding: 14px 22px;
	line-height: 1;
}
.above-post-hero .ghost-button {
  padding: 18px 24px;
}
.ghost-button:hover,
.ghost-button:active,
.ghost-button:focus {
	border-color: #2366ad;
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background: #00b5e2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: #fff;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.page-api .intro .ghost-button,
.page-demo-confirmation .intro .ghost-button,
.page-current-pricing .intro .ghost-button,
.page-pricing .intro .ghost-button {
	color: #fff;
	margin-top: -2px;
}
.page-api .intro .ghost-button:hover,
.page-api .intro .ghost-button:active,
.page-api .intro .ghost-button:focus,
.page-demo-confirmation .intro .ghost-button:hover,
.page-demo-confirmation .intro .ghost-button:active,
.page-demo-confirmation .intro .ghost-button:focus,
.page-current-pricing .intro .ghost-button:hover,
.page-current-pricing .intro .ghost-button:active,
.page-current-pricing .intro .ghost-button:focus,
.page-pricing .intro .ghost-button:hover,
.page-pricing .intro .ghost-button:active,
.page-pricing .intro .ghost-button:focus {
	border-color: #fedb00;
	color: #2366ad;
}
.page-api .intro .hvr-sweep-to-top:before,
.page-api .intro .button,
.page-demo-confirmation .intro .hvr-sweep-to-top:before,
.page-demo-confirmation .intro .button,
.page-current-pricing .intro .hvr-sweep-to-top:before,
.page-current-pricing .intro .button,
.page-pricing .intro .hvr-sweep-to-top:before,
.page-pricing .intro .button {
	color: #2366ad;
	background: #fedb00;
}
.page-api .intro .button,
.page-api .intro .hvr-sweep-to-top:nth-child(2),
.page-demo-confirmation .intro .button,
.page-current-pricing .intro .button,
.page-pricing .intro .button {
	margin-left: 10px;
}
.page-api .intro .button:hover,
.page-api .intro .button:active,
.page-api .intro .button:focus,
.page-demo-confirmation .intro .button:hover,
.page-demo-confirmation .intro .button:active,
.page-demo-confirmation .intro .button:focus,
.page-current-pricing .intro .button:hover,
.page-current-pricing .intro .button:active,
.page-current-pricing .intro .button:focus,
.page-pricing .intro .button:hover,
.page-pricing .intro .button:active,
.page-pricing .intro .button:focus {
	color: #2366ad;
}

.page-addons .above-post-hero .ghost-button:hover,
.page-addons .above-post-hero .ghost-button:active,
.page-addons .above-post-hero .ghost-button:focus,
.page-automation .above-post-hero .ghost-button:hover,
.page-automation .above-post-hero .ghost-button:active,
.page-automation .above-post-hero .ghost-button:focus,
.page-contact .above-post-hero .ghost-button:hover,
.page-contact .above-post-hero .ghost-button:active,
.page-contact .above-post-hero .ghost-button:focus,
.page-customization .above-post-hero .ghost-button:hover,
.page-customization .above-post-hero .ghost-button:active,
.page-customization .above-post-hero .ghost-button:focus,
.page-features .above-post-hero .ghost-button:hover,
.page-features .above-post-hero .ghost-button:active,
.page-features .above-post-hero .ghost-button:focus,
.page-issue-tracking .above-post-hero .ghost-button:hover,
.page-issue-tracking .above-post-hero .ghost-button:active,
.page-issue-tracking .above-post-hero .ghost-button:focus,
.page-customer-support .above-post-hero .ghost-button:hover,
.page-customer-support .above-post-hero .ghost-button:active,
.page-customer-support .above-post-hero .ghost-button:focus,
.page-education .above-post-hero .ghost-button:hover,
.page-education .above-post-hero .ghost-button:active,
.page-education .above-post-hero .ghost-button:focus,
.page-finance .above-post-hero .ghost-button:hover,
.page-finance .above-post-hero .ghost-button:active,
.page-finance .above-post-hero .ghost-button:focus,
.page-govt .above-post-hero .ghost-button:hover,
.page-govt .above-post-hero .ghost-button:active,
.page-govt .above-post-hero .ghost-button:focus,
.page-healthcare .above-post-hero .ghost-button:hover,
.page-healthcare .above-post-hero .ghost-button:active,
.page-healthcare .above-post-hero .ghost-button:focus,
.page-manufacturing .above-post-hero .ghost-button:hover,
.page-manufacturing .above-post-hero .ghost-button:active,
.page-manufacturing .above-post-hero .ghost-button:focus,
.page-real-estate .above-post-hero .ghost-button:hover,
.page-real-estate .above-post-hero .ghost-button:active,
.page-real-estate .above-post-hero .ghost-button:focus,
.page-retail .above-post-hero .ghost-button:hover,
.page-retail .above-post-hero .ghost-button:active,
.page-retail .above-post-hero .ghost-button:focus,
.page-technology .above-post-hero .ghost-button:hover,
.page-technology .above-post-hero .ghost-button:active,
.page-technology .above-post-hero .ghost-button:focus,
.page-transportation .above-post-hero .ghost-button:hover,
.page-transportation .above-post-hero .ghost-button:active,
.page-transportation .above-post-hero .ghost-button:focus,
.page-workflow .above-post-hero .ghost-button:hover,
.page-workflow .above-post-hero .ghost-button:active,
.page-workflow .above-post-hero .ghost-button:focus { /* tolopea */
	border-color: #2c2949;
}
.page-addons .above-post-hero .hvr-sweep-to-top:before,
.page-automation .above-post-hero .hvr-sweep-to-top:before,
.page-contact .above-post-hero .hvr-sweep-to-top:before,
.page-customer-support .above-post-hero .hvr-sweep-to-top:before,
.page-customization .above-post-hero .hvr-sweep-to-top:before,
.page-features .above-post-hero .hvr-sweep-to-top:before,
.page-issue-tracking .above-post-hero .hvr-sweep-to-top:before,
.page-education .above-post-hero .hvr-sweep-to-top:before,
.page-finance .above-post-hero .hvr-sweep-to-top:before,
.page-govt .above-post-hero .hvr-sweep-to-top:before,
.page-healthcare .above-post-hero .hvr-sweep-to-top:before,
.page-manufacturing .above-post-hero .hvr-sweep-to-top:before,
.page-real-estate .above-post-hero .hvr-sweep-to-top:before,
.page-retail .above-post-hero .hvr-sweep-to-top:before,
.page-technology .above-post-hero .hvr-sweep-to-top:before,
.page-transportation .above-post-hero .hvr-sweep-to-top:before,
.page-workflow .above-post-hero .hvr-sweep-to-top:before {
	background: #2c2949;
}

.page-help-desk .above-post-hero .ghost-button:hover,
.page-help-desk .above-post-hero .ghost-button:active,
.page-help-desk .above-post-hero .ghost-button:focus {
	border-color: #f26c57;
}
.page-help-desk .above-post-hero .hvr-sweep-to-top:before {
	background: #f26c57;
}

#custom_post_widget-4 .hvr-sweep-to-top:before { /* service types */
	background: #2366ad;
}

/* Demo Page Form */
#pardot-form {
	margin: 50px auto 0;
	max-width: 450px;
}
#pardot-form input,
#pardot-form textarea {
	border: 1px solid #ccc;
}
#pardot-form input[type="submit"] {
	border: none;
}
#pardot-form input:required {
	background-image: url(images/required.png);
	background-position: 97% 10px;
	background-repeat: no-repeat;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}

td,
th {
	font-size: 14px;
	line-height: 1.4;
	padding: 10px;
}

td {
	border: 1px solid #eaeaea;
	text-align: center;
}
td:first-child {
	border-left: none;
	text-align: left;
}
td:last-child {
	border-right: none;
}
#custom_post_widget-502 .pricing-table td:first-child {
	border-top: none;
}
#custom_post_widget-502 .pricing-table td:last-child {
	border-right: 1px solid #eaeaea;
}

th {
	background-color: #3975b5;
	border: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}

.pricing-table {
	overflow: hidden;
}

/* Customer by Industry Page */

#industry {
	float:left;
	height:700px;
	position:fixed;
	overflow:auto;
}

#industry li {
	list-style-type:none;
	background-color: #3975b5;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
        font-size: 14px;
	line-height: 1.4;
	padding: 10px;
}

#industry li a {
	color:#eee;
}

#industry li a:visited {
	color:#eee;
}

#industry li a:hover {
	background-color:#FFFF66;
	color:#000000;
}

#industry li a:focus {
	background-color:#330066;
	color:#FF99CC;
}

#industry li a:active {
	background-color:#330066;
	color:#FF99CC;
}

#custbyindustry {
	float:right;
}

.custbyindustry table {
	background-color: #fff;
}
.custbyindustry th {
	background-color: #fff;
	border-bottom: 1px solid #000;
	color: #222;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	text-transform: lowercase;
}
.custbyindustry td {
	background-color: #fff;
	border: 0;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-align: left;
}

/* Compare Page */

#Tabs ul {
	padding: 0px;
	margin: 0px;
	margin-left: 400px;
	list-style-type: none;
}
#Tabs ul li {
	display: inline-block;
	clear: none;
	float: left;
	height: 24px;
}
#Tabs ul li a {
	position: relative;
	margin-top: 16px;
	display: block;
	margin-left: 6px;
	line-height: 24px;
	padding-left: 10px;
	background: #f6f6f6;
	z-index: 600;
	border: 1px solid #ccc;
	border-bottom: 0px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	width: 110px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#Tabs ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#Tabs #Content_Area {
	padding: 0 15px;
	clear:both;
	overflow:hidden;
	line-height: 19px;
	position: relative;
	top: 20px;
	z-index: 5;
	height: 100%;
	overflow: hidden;
}

.page-compare .pricing-table td {
	width: 16%;
}
.page-compare .pricing-table td:first-child {
	width: 20%;
}
.page-compare .pricing-table th + tr td {
	border-top: none;
}

.no {
	background-image: url(images/feature-unavailable-marker.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}
.yes {
	background-image: url(images/feature-marker.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}

.page-compare .pricing-table h2 {
	font-size: 30px;
}

.cloud-price,
.premise-price,
.lease-price {
	font-size: 33px;
	font-weight: 600;
	text-transform: uppercase;
}
.cloud-price:before,
.premise-price:before,
.lease-price:before {
	content: "$";
}
.cloud-price:after {
	content: "/agent/mo";
	font-size: 14px;
}
.premise-price:after {
	content: "/agent";
	font-size: 14px;
}
.lease-price:after {
	content: "/agent/yr";
	font-size: 14px;
}

.tooltip {
   display: inline;
   position: relative;
}
.tooltip:hover:after {
   background: #002d72;
   bottom: 26px;
   color: #fff;
   content: attr(title);
   left: 10px;
   padding: 10px 15px;
   position: absolute;
   width: 220px;
   z-index: 98;
}

/* Current Pricing Page */

.page-current-pricing th {
	background-color: #1a4b80;
}

.page-current-pricing td {
	border-color: #73a1d2;
	border-top: 0;
	text-align: left;
	width: 28%;
}
.page-current-pricing td:first-child {
	width: 16%;
}

/* System Reqs Page */
.reqs-table td {
	text-align: left;
}
.reqs-table tr td:first-child {
	width: 25%;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
}
.single-post .site-inner .wrap,
.single-portfolio .site-inner .wrap,
.page-demo .intro + .wrap {
	max-width: 880px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-bottom: 50px;
}

.centric-pro-landing .site-inner {
	margin: 50px auto 0;
	/* max-width: 1050px; */
}

.home-widgets .widget,
.page .site-inner > .wrap,
.post-type-archive-portfolio .site-inner > .wrap {
	width: 100%;
	max-width: 100%;
}
.spacer { margin-bottom: 100px; }
.buffer {
	padding-top: 120px;
}
.buffer-bottom,
.page-blog .site-inner {
	padding-bottom: 120px;
}

/* Page Intros */

.intro {
	position: relative;  /* needed for angle */
}

.intro:after { /* creates angle */
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 70px;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
	z-index: 100;
}

.page-about .intro,
.page-about .intro:after,
.page-about .wrapper,
.page-api .intro,
.page-api .intro:after,
.page-api .wrapper,
.page-careers .intro,
.page-careers .intro:after,
.page-careers .wrapper,
.page-compare .intro,
.page-compare .intro:after,
.page-compare .wrapper,
.page-current-pricing .intro,
.page-current-pricing .intro:after,
.page-current-pricing .wrapper,
.page-customers .wrapper,
.page-demo .intro:after,
.page-demo .wrapper,
.page-demo-confirmation .intro,
.page-demo-confirmation .intro:after,
.page-demo-confirmation .wrapper,
.page-demo-instructions .intro,
.page-demo-instructions .intro:after,
.page-demo-instructions .wrapper,
.page-pricing .intro,
.page-pricing .intro:after,
.page-pricing .wrapper,
.page-privacy .intro,
.page-privacy .intro:after,
.page-privacy .wrapper,
.page-security .intro,
.page-security .intro:after,
.page-security .wrapper,
.page-support .intro,
.page-support .intro:after,
.page-support .wrapper,
.page-system-reqs .intro,
.page-system-reqs .intro:after,
.page-system-reqs .wrapper,
.page-terms .intro,
.page-terms .intro:after,
.page-terms .wrapper,
.page-whats-new .intro,
.page-whats-new .intro:after,
.page-whats-new .wrapper {
	background-color: #2366ad;
}

.page-demo .intro {
	background: #2366ad url(images/bg-demo.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 514px 323px;
	padding-bottom: 130px;
}
.page-demo .intro h1 {
	padding-top: 84px;
}

.page-api .intro,
.page-careers .intro,
.page-compare .intro,
.page-current-pricing .intro,
.page-demo .intro,
.page-demo-instructions .intro,
.page-pricing .intro,
.page-privacy .intro,
.page-security .intro,
.page-support .intro,
.page-system-reqs .intro,
.page-terms .intro,
.page-whats-new .intro {
	text-align: center;
}

.page-api .intro .wrap,
.page-careers .intro .wrap,
.page-compare .intro .wrap,
.page-demo .intro .wrap,
.page-privacy .intro .wrap,
.page-security .intro .wrap,
.page-demo-instructions .intro .wrap,
.page-system-reqs .intro .wrap,
.page-terms .intro .wrap,
.page-whats-new .intro .wrap {
	padding-left: 5%;
	padding-right: 5%;
}

.page-addons .intro,
.page-addons .intro:after,
.page-addons .wrapper {
	background-color: #c5c218;
}

.page-automation .intro,
.page-automation .intro:after,
.page-automation .wrapper {
	background-color: #e9eaeb;
}

.page-customer-support .intro,
.page-customer-support .intro:after,
.page-customer-support .wrapper {
	background-color: #8e8e8e;
}

.page-contact .intro,
.page-contact .intro:after,
.page-contact .wrapper {
	background-color: #a2b427;
}

.page-customization .intro,
.page-customization .intro:after,
.page-customization .wrapper {
	background-color: #78952c;
}

.page-features .intro,
.page-features .intro:after,
.page-features .wrapper {
	background-color: #1f1e35;
}
.page-features .intro h2 {
	margin-bottom: 25px;
}

.page-help-desk .intro,
.page-help-desk .intro:after,
.page-help-desk .wrapper {
	background-color: #fddf8c;
}

.page-issue-tracking .intro,
.page-issue-tracking .intro:after,
.page-issue-tracking .wrapper {
	background-color: #09265e;
}

.page-workflow .intro,
.page-workflow .intro:after,
.page-workflow .wrapper {
	background-color: #e8c89e;
}
.page-workflow .intro ul {
	font-size: 16px;
}

.page-education .intro,
.page-education .intro:after,
.page-education .wrapper,
.page-finance .intro,
.page-finance .intro:after,
.page-finance .wrapper,
.page-govt .intro,
.page-govt .intro:after,
.page-govt .wrapper,
.page-healthcare .intro,
.page-healthcare .intro:after,
.page-healthcare .wrapper,
.page-manufacturing .intro,
.page-manufacturing .intro:after,
.page-manufacturing .wrapper,
.page-real-estate .intro,
.page-real-estate .intro:after,
.page-real-estate .wrapper,
.page-retail .intro,
.page-retail .intro:after,
.page-retail .wrapper,
.page-technology .intro,
.page-technology .intro:after,
.page-technology .wrapper,
.page-transportation .intro,
.page-transportation .intro:after,
.page-transportation .wrapper {
	background-color: #fede93;
}

.intro.dark,
.intro.dark h1,
.intro.dark h2,
.intro.dark h3,
.intro.dark h4,
.intro.dark h5,
.intro.dark h6 { /* for dark backgrounds */
	color: #fff;
}
.intro.dark h1,
.intro.dark h2,
.intro.dark h3 {
	font-weight: 300;
}
.intro.dark p {
	color: rgba(255,255,255,0.7);
}
.intro.light { /* for light backgrounds */
	color: #333;
}

.intro .wrap {
	padding-bottom: 40px;
}

.intro h2 {
	margin-bottom: 10px;
	max-width: 85%;
}
.intro h3,
.intro h4 {
	max-width: 80%;
}

.page-issue-tracking .intro ul,
.page-help-desk .intro ul,
.page-customer-support .intro ul,
.page-education .intro ul,
.page-finance .intro ul,
.page-govt .intro ul,
.page-healthcare .intro ul,
.page-manufacturing .intro ul,
.page-real-estate .intro ul,
.page-retail .intro ul,
.page-technology .intro ul,
.page-transportation .intro ul {
	-moz-column-count: 2;
	-moz-column-gap: 80px;
	-webkit-column-count: 2;
	-webkit-column-gap: 80px;
	column-count: 2;
	column-gap: 80px;
	margin: 40px 0 40px 20px;
}
.page-issue-tracking .intro ul li,
.page-help-desk .intro ul li,
.page-customer-support .intro ul li,
.page-education .intro ul li,
.page-finance .intro ul li,
.page-govt .intro ul li,
.page-healthcare .intro ul li,
.page-manufacturing .intro ul li,
.page-real-estate .intro ul li,
.page-retail .intro ul li,
.page-technology .intro ul li,
.page-transportation .intro ul li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.page-issue-tracking .intro ul,
.page-help-desk .intro ul,
.page-customer-support .intro ul,
.page-pricing .intro ul { /* remove margin for lists without bullets */
	margin-left: 0;
}

.page-issue-tracking .intro ul li,
.page-help-desk .intro ul li,
.page-customer-support .intro ul li,
.page-pricing .intro ul li {
	list-style-type: none;
}

/* Content Blocks */

.content_block {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 50%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 50%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 50%,#eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 50%,#eee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 50%,#eee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
}
.page-compare .content_block {
	background: none;
}

.content_block .wrap {
	padding: 90px 0;
}
.page-compare .intro + .content_block .wrap {
	padding-bottom: 0;
}

.content_block .one-third {
	font-size: 16px;
	text-align: center;
}

.content_block h2 {
	font-size: 52px;
	line-height: 1;
}
.content_block h3 {
	margin-bottom: 10px;
}

.content_block ul {
	font-size: 16px;
}
.content_block ul li {
	margin-bottom: 5px;
}

#custom_post_widget-127 ul,
#custom_post_widget-137 ul,
#custom_post_widget-139 ul,
#custom_post_widget-143 ul,
#custom_post_widget-144 ul,
#custom_post_widget-157 ul,
#custom_post_widget-357 ul {
	-moz-column-count: 2;
	-moz-column-gap: 80px;
	-webkit-column-count: 2;
	-webkit-column-gap: 80px;
	column-count: 2;
	column-gap: 80px;
}
#custom_post_widget-127 ul li,
#custom_post_widget-137 ul li,
#custom_post_widget-139 ul li,
#custom_post_widget-143 ul li,
#custom_post_widget-144 ul li,
#custom_post_widget-157 ul li,
#custom_post_widget-357 ul li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

#custom_post_widget-1 { /* 4 solutions */
	font-size: 16px;
	text-align: center;
}
#custom_post_widget-1 h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
#custom_post_widget-1 h3 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 40px;
}

#custom_post_widget-4,
.home-widgets-5 { /* service types */
	background: #00b5e2 !important;
	color: #fff;
	padding-bottom: 0;
	text-align: center;
}
#custom_post_widget-4 .one-half {
	padding: 0 20px;
}
#custom_post_widget-4 h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}
#service-cloud {
	background: url(images/service-cloud.png);
	background-size: 100%;
	margin: -90px 0 20px -60px;
	width: 600px;
	height: 130px;
}
#service-premise {
	background: url(images/service-premise.png);
	background-size: 100%;
	margin-left: -93px;
	width: 600px;
	height: 130px;
}

#custom_post_widget-128 img.wp-image-247 { /* reports */
	margin-top: -90px;
}

#custom_post_widget-135 { /* adv config */
	background: url(images/bg-advanced-configuration.jpg);
	background-size: cover;
	background-position: center bottom;
	max-width: 100%;
}
#custom_post_widget-135 .one-half {
	font-size: 16px;
}

#custom_post_widget-137 { /* kb */
	background: url(images/bg-knowledge-base.jpg);
	background-size: cover;
	background-position: center bottom;
	max-width: 100%;
}

#custom_post_widget-138 .one-half p { /* issue submissions */
	font-size: 16px;
}
.wp-image-488 {
    margin-top: -75px;
    margin-bottom: 10px;
}

#custom_post_widget-141 .list { /* active directory */
	-moz-column-count: 3;
	-moz-column-gap: 60px;
	-webkit-column-count: 3;
	-webkit-column-gap: 60px;
	column-count: 3;
	column-gap: 60px;
	margin-left: 0;
}
#custom_post_widget-141 .list li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	list-style-type: none;
}
#custom_post_widget-141 .list li h5 {
	font-size: 95%;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#custom_post_widget-142 .one-half p {
	font-size: 16px;
}

#custom_post_widget-154 { /* add-ons */
	background: url(images/bg-add-ons.jpg);
	background-size: cover;
	background-position: center center;
	max-width: 100%;
}

#custom_post_widget-154 .one-fourth {
	border: 1px solid #2767ab;
	height: 275px;
	margin-bottom: 20px;
	padding: 30px 20px;
	text-align: center;
}
#custom_post_widget-154 .one-fourth p {
	font-size: 16px;
}

#custom_post_widget-157 { /* alerts notifications */
	background: url(images/bg-alerts-notifications.jpg);
	background-size: cover;
	background-position: center bottom;
	max-width: 100%;
}

#custom_post_widget-357 { /* ultimate pricing tier */
	background: #cea758;
	color: #785b24;
}
#custom_post_widget-357 h2 {
	color: #fff;
}
#custom_post_widget-357 h2 + p {
	color: #fff;
	font-size: 18px;
}
#custom_post_widget-357 h5,
#custom_post_widget-357 h6 {
	color: #785b24;
}
#custom_post_widget-357 ul {
	font-size: 15px;
}
#custom_post_widget-357 a {
	color: #2366ad;
}
#custom_post_widget-473 {
	background: #00b5e2;
	font-size: 16px;
	text-align: center;
}
#custom_post_widget-473 h3,
#custom_post_widget-473 a,
#custom_post_widget-473 strong {
	color: #fff;
}
#custom_post_widget-473 p {
	color: rgba(255,255,255,0.9);
}


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding: 0 0 100px;
	width: 655px;
}

.centric-pro-home .content {
	padding: 0;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.page .content {
	padding-bottom: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-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
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 5%;
	float: left;
}

.single-post .gravatar-holder .avatar {
	float: none;
	border: 8px solid #fff;
}
.single-post .gravatar-holder {
	bottom: 170px;
	margin: 0 auto -80px;
	position: relative;
	width: 120px;
	z-index: 300;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #777;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	text-transform: uppercase;
}
.single-post .breadcrumb {
	display: none;
}

.page-customer-support .breadcrumb,
.page-customization .breadcrumb {
	color: #ccc;
}

.page-about .breadcrumb,
.page-api .breadcrumb,
.page-careers .breadcrumb,
.page-compare .breadcrumb,
.page-current-pricing .breadcrumb,
.page-customers .breadcrumb,
.page-demo .breadcrumb,
.page-demo-confirmation .breadcrumb,
.page-demo-instructions .breadcrumb,
.page-pricing .breadcrumb,
.page-privacy .breadcrumb,
.page-security .breadcrumb,
.page-support .breadcrumb,
.page-system-reqs .breadcrumb,
.page-terms .breadcrumb,
.page-whats-new .breadcrumb {
	color: #8cc4ff;
}
.page-about .breadcrumb a:hover,
.page-api .breadcrumb a:hover,
.page-careers .breadcrumb a:hover,
.page-compare .breadcrumb a:hover,
.page-current-pricing .breadcrumb a:hover,
.page-customers .breadcrumb a:hover,
.page-demo .breadcrumb a:hover,
.page-demo-confirmation .breadcrumb a:hover,
.page-demo-instructions .breadcrumb a:hover,
.page-pricing .breadcrumb a:hover,
.page-privacy .breadcrumb a:hover,
.page-security .breadcrumb a:hover,
.page-support .breadcrumb a:hover,
.page-system-reqs .breadcrumb a:hover,
.page-terms .breadcrumb a:hover,
.page-whats-new .breadcrumb a:hover {
	color: #00b5e2;
}

.page-addons .breadcrumb a,
.page-addons .intro a,
.page-help-desk .breadcrumb a,
.page-help-desk .intro a,
.page-workflow .breadcrumb a,
.page-workflow .intro a,
.page-customer-support .breadcrumb a,
.page-customer-support .intro a,
.page-contact .breadcrumb a,
.page-contact .intro a {
	color: #2366ad;
}

.page-customization .breadcrumb a,
.page-customization .intro a {
	color: #0033a0;
}

.archive-description {
	color: #fff;
	line-height: 1.4;
	padding-top: 90px;
	text-align: center;
}
.archive-description p {
	margin: 0 auto;
	max-width: 960px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.archive .page-title {
	display: none;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 300;
}

.entry-title {
	font-size: 36px;
}

.single-post .entry-title {
	color: #fff;
	font-size: 56px;
	padding-top: 90px;
	position: relative;
	z-index: 200;
}

.page-blog .entry-title {
	margin-bottom: 5px;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2366ad;
}
.content .entry-title a {
	font-weight: 300;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #00b5e2;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 20px;
}

.home-widgets .widget-title {
	display: none;
	/*font-family: 'Raleway', sans-serif;
	font-size: 52px;
	font-weight: 300;
	margin-bottom: 15px;
	text-transform: lowercase;*/
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	color: #153b65;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-widgets-4 .widget-title {
	color: #fff;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.center {
	text-align: center;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 50px 50px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 50px 50px;
}

.wp-caption-text {
	font-weight: 600;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.post-edit-link {
	display: none;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* CTA
--------------------------------------------- */

.cta-header {
	background: url(images/bg-cta.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 183px;
	margin-top: -130px;
	position: relative;
	z-index: 300;
}

.cta-wrap {
	background-color: #fcda00;
	padding-bottom: 20px;
	position: relative;
	z-index: 400;
}

.cta-widget {
	text-align: center;
}

.cta-widget h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 20px;
}

.cta-widget h5 {
	color: #a69000;
	letter-spacing: 1px;
	margin: 5px 0 0;
	text-transform: uppercase;
}

.cta-widget .one-third {
	color: #9a8500;
}

.cta-widget .one-third a {
	color: #a69000;
}

.cta-widget hr {
	border-color: rgba(166,144,0,0.2);
	border-top-style: solid;
}

.cta-widget .button:hover {
	background-color: #00b5e2;
}
.cta-widget .hvr-sweep-to-top:before {
	background: #2366ad;
}

.page-about .cta-header,
.page-about .cta-wrap,
.page-api .cta-header,
.page-api .cta-wrap,
.page-careers .cta-header,
.page-careers .cta-wrap,
.page-contact .cta-header,
.page-contact .cta-wrap,
.page-demo .cta-header,
.page-demo .cta-wrap,
.page-demo-confirmation .cta-header,
.page-demo-confirmation .cta-wrap,
.page-demo-instructions .cta-header,
.page-demo-instructions .cta-wrap,
.page-security .cta-header,
.page-security .cta-wrap,
.page-support .cta-header,
.page-support .cta-wrap,
.page-terms .cta-header,
.page-terms .cta-wrap {
	display: none;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #2366ad;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-title {
	font-size: 20px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Display Posts Shortcode
--------------------------------------------- */
/* displays posts from Updates category of blog on What's New page */

.listing-item {
	margin-bottom: 40px;
}
.display-posts-title {
	margin-bottom: 30px;
}
.listing-item .image {
	float: left;
	margin-right: 30px;
}
.listing-item .title {
	display: block;
}
.listing-item .date {
	color: #aaa;
}
.listing-item .excerpt-dash {
	display: none;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget form {
	position: relative;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	bottom: 0;
	border-radius: 0;
	height: 100%;
	margin: 0;
	padding: 16px 24px;
	right: 0;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget input {
	border: 1px solid #ccc;
	margin-bottom: 16px;
}

.sidebar .enews-widget input[type="submit"] {
	border: 0;
	width: 100%;
}

.footer-widgets .enews-widget input[type="submit"] {
	background-color: #fedb00;
	color: #1a4b80;
	position: absolute;
}

.footer-widgets .enews-widget input:hover[type="submit"],
.footer-widgets .enews-widget input:active[type="submit"] {
	background-color: #1f1e35;
	color: #fff;
}

.footer-widgets .enews p {
	color: rgba(255, 255, 255, .5);
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

/* Contact Form 7
--------------------------------------------- */

.wpcf7 {
	color: #fff;
	padding: 90px 0 !important;
}

.wpcf7 h2,
.wpcf7 h2 + p {
	color: #fff;
	line-height: 1.4;
	text-align: center;
}

.wpcf7 form {
	margin: 0 auto;
	max-width: 450px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	text-transform: lowercase;
}

.wpcf7-response-output {
	margin: 0;
}

.wpcf7-mail-sent-ok {
	color: #398f14
}

.page-api .wpcf7,
.page-contact .wpcf7,
.page-support .wpcf7 {
	background: url(images/bg-form-support.jpg);
	background-position: left top;
	background-size: cover;
	margin-bottom: -90px;
}

.page-api .wpcf7,
.page-contact .wpcf7 {
	margin-top: 20px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.simple-social-icons li a:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

/* Testimonials Widget
--------------------------------------------- */

.testimonials-widget-testimonials.listing {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 50%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 50%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 50%,#eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 50%,#eee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 50%,#eee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
}
.page .testimonials-widget-testimonials {
	background: #fff !important; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 50%, #eee 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fff), color-stop(100%,#eee)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 50%,#eee 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 50%,#eee 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 50%,#eee 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #fff 50%,#eee 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ) !important; /* IE6-9 */
}

.testimonials-widget-testimonial {
	margin: 0 auto;
	max-width: 1050px;
	padding-bottom: 40px;
	position: relative !important;
	text-align: center;
}

.testimonials-widget-testimonial .image {
	float: none;
	margin: 0 auto;
}
.testimonials-widget-testimonial img {
	border-radius: 50px;
	margin: 40px auto 0;
	width: 100px;
	height: 100px;
}

.testimonials-widget-testimonial blockquote {
	margin-top: 10px;
}

.testimonials-widget-testimonial cite::before,
.testimonials-widget-testimonial div.credit::before {
	content: "";
}

.credit .author + .join,
.credit .author + .join-title {
	color: #1f1e35;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #2366ad;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header .wrap {
	padding: 40px;
	max-width: 100%;
	min-height: 160px;
}

.bumper {
	min-height: 160px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}

.header-image .site-title > a {
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.site-header .title-area .site-title a {
	background-image: url(images/issuetrak-logo-retina.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	width: 360px;
	height: 80px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	padding-top: 10px;
	width: 700px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	color: #fff;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 22px 15px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	background-color: #002d72;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 15px 20px;
	position: relative;
	width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

/* Legal Menu (Footer)
--------------------------------------------- */

#nav_menu-2 {
	margin-bottom: 10px;
}

#menu-legal-menu li {
	display: inline-block;
}
#menu-legal-menu li + li {
	margin-left: 10px;
}
#menu-legal-menu li + li:before {
	color: #8cc4ff;
	content: " / ";
	margin-right: 10px;
	opacity: 0.5;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-widgets .widget-area {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 50%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 50%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 50%,#eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 50%,#eee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 50%,#eee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
}

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
.home-widgets .widget:first-child {
	padding-top: 90px;
}
.home-widgets .widget:last-child {
	padding-bottom: 90px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
	clear: both;
}

.home-widgets h2 {
	font-size: 52px;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}

.home-featured {
	background-image: url(images/hero-home-background.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
  position: relative;
}

.home-featured .wrap {
	color: #fff;
	margin-top: -160px;
	max-width: 960px;
	display: table;
	text-align: center;
}

.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 55%;
	padding: 200px 0;
	font-size: 19px;
}
.home-widgets-1 h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 10px;
}
.home-widgets-1 .last-msg h1 {
	font-size: 64px;
}

.arrow {
	margin: -20px 0 0;
	text-align: center;
	width: 100%;
}
.arrow a {
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
}
.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #2366ad;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}

.home-widgets-2 {
	position: relative;
	margin-top: -60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.home-widgets-2:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}

.home-widgets-3 {
	background: #fff19f !important;
}

.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}
.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 140px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

/* Above Post Hero
--------------------------------------------- */

.above-post-hero {
	background-size: cover;
	background-position: 50% 50%;
	max-width: 100%;
	text-align: center;
}

.page .above-post-hero {
	height: 500px;
}
.single .above-post-hero {
	height: 350px;
}

.single-post .above-post-hero:after {
	content: "";
	background-color: #000;
	height: 350px;
  opacity: 0.3;
  position: absolute;
  top: 160px;
  right: 0;
  bottom: 167px;
  left: 0;
  z-index: 100;
}

.page .above-post-hero h1 {
	display: none;
}
.above-post-hero h2 {
	color: #fff;
	font-size: 46px;
	padding-top: 20px;
}

.above-post-hero h1,
.above-post-hero h2,
.above-post-hero p {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
}

/* About Page
--------------------------------------------- */

.page-about img.alignnone {
	margin-bottom: 0;
}

.page-about .intro h1 {
	font-size: 100px;
}

.pitch {
	padding: 90px 100px;
	text-align: center;
}
.pitch p {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
}

#values {
	padding: 90px 0;
	font-size: 16px;
	text-align: center;
}
#values h6 {
	margin-bottom: 30px;
}
#values .count {
	color: #ddd;
	font-size: 84px;
	letter-spacing: -2px;
	line-height: 1;
}

.blue-ribbon {
	background-color: #00b5e2;
	color: #fff;
	padding: 90px 0;
	text-align: center;
}
.blue-ribbon h2,
.blue-ribbon h3,
.blue-ribbon p {
	color: #fff;
}
.blue-ribbon h6 {
	color: #007895;
	margin-bottom: 30px;
}

.page-about .blue-ribbon p {
	font-size: 16px;
}

#team {
	padding: 90px 0;
}
.team-member h3 {
	margin-bottom: 5px;
}
.team-member p {
	font-size: 15px;
}
.team-title {
	color: #aaa;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* Careers Page
--------------------------------------------- */

.page-careers .intro.dark strong {
	color: rgba(255,255,255,1);
}

.page-careers .pitch {
	padding: 30px 100px;
}
.page-careers .pitch:first-child {
	margin-top: -100px;
	padding-top: 0;
}

.perk {
	display: inline-block;
	width: 30%;
}
.perk img {
	margin-bottom: 0;
}

.page-careers figcaption {
	color: #007895;
}

#jobs {
	padding: 90px 0;
}

#jobs h2 {
	color: #ddd;
	font-size: 120px;
	letter-spacing: -8px;
	line-height: 1.2;
	margin: -20px 0 10px;
	text-align: center;
}

#jobs h3 {
	border-bottom: 1px solid #2366ad;
	color: #2366ad;
}

/* Contact Page
--------------------------------------------- */

.page-contact .one-half,
.page-contact .one-fourth {
	text-align: center;
}

.page-contact .one-fourth {
	font-size: 16px;
}

.map {
	margin: -30px 0 20px;
}

/* Demo - Applications-specific
--------------------------------------------- */

.page-demo-application .two-thirds h1,
.page-demo-application .two-thirds p {
	color: #fff;
	width: 80%;
}

.page-demo-application .site-inner {
	background: none;
	padding-bottom: 0;
}

.page-demo-application {
	background-color: #fff;
}

.page-demo-application h1 {
	font-size: 42px;
}
.page-demo-application h6 {
	color: #fedb00;
}

.page-demo-application #nav_menu-2 {
  display: none;
}

.demo-bg {
  background-image: url(images/hero-demo-issue-tracking.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 475px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .8;
}
.demo-bg-overlay {
  background-color: #2C2949;
  background-attachment: fixed;
  height: 475px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#pardot-form {
  margin-top: 0;
}
.page-demo-application #pardot-form p {
  margin-bottom: 14px;
}
.page-demo-application .form-container {
  background-color: #2c2949;
  color: #fff;
  padding: 20px;
}
.page-demo-application .form-container h4 {
  color: #fedb00;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-demo-application .form-container label {
  font-size: 13px;
  margin-bottom: 5px;
}
.page-demo-application #pardot-form input[type="text"] {
  border-radius: 3px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  height: 35px;
  padding: 0 10px;
}
.page-demo-application #pardot-form textarea {
  border-radius: 3px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  height: 65px;
  padding: 10px;
}
.page-demo-application #pardot-form input[type="submit"] {
  padding: 15px;
  margin-top: 20px;
  width: 100%;
}
.page-demo-application #pardot-form p:last-child {
  margin-bottom: 0;
}

.demo-logo {
  margin-bottom: 20px;
}
.page-demo-application .one-third {
  float: left;
  margin-left: 3%;
  width: 30%;
}

.page-demo-application .content_block {
	background: #eef3f8;
}

.feature-headline h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}
.feature h3 {
  text-align: left;
}
.feature img {
	display: block;
  height: auto;
  margin: 20px auto;
  max-width: 100%;
}
.feature ul {
  padding: 0;
  margin: 0;
}
.feature ul li {
  margin-left: 20px;
  text-align: left;
}

.start-my-demo {
	background-color: #fcda00;
	padding-bottom: 72px;
	padding-top: 100px;
	text-align: center;
}
.start-my-demo .wrap {
	width: 80%;
}
.start-my-demo .wrap a {
	color: #2366ad;
}

.page-demo-application .bx-wrapper,
.page-demo-application .bx-viewport {
	background-color: #efefef !important;
}

/* Pricing Pages
--------------------------------------------- */

.page-current-pricing .intro .wrap {
	padding-bottom: 90px;
}

.page-current-pricing .intro h3 {
	max-width: 100%;
}

.page-current-pricing .intro.dark p,
.page-pricing .intro.dark p {
	color: rgba(255,255,255,1);
}

.page-pricing .intro a,
.page-pricing .intro a:hover {
	color: #fedb00;
}

.page-current-pricing .disclaimer,
.page-pricing .disclaimer {
	color: #8cc4ff !important;
	text-align: left;
}

.page-current-pricing .intro h3 {
	color: #fedb00 !important;
}

.page-current-pricing .intro .one-third {
	padding: 0 20px;
}
.page-current-pricing .intro .one-third + .one-third {
	border-left: 1px solid #73a1d2;
	margin-left: 20px;
}

.one-half + .one-half .compare,
.one-third .compare {
	border-left: 1px solid #73a1d2;
}
.one-third .compare {
	margin-left: -13px;
}

.compare {
	line-height: 1.4;
}

.pricing-table p {
	font-size: 15px;
}
.pricing-table img {
	margin-bottom: 0;
}

.tier-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin: -10px 0 5px;
	text-transform: uppercase;
}

.price {
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
}
.price:before {
	content: "$";
}
.price:after {
	content: "/agent/mo";
	font-size: 15px;
}

.page-current-pricing .pricing-table,
.page-pricing .pricing-table {
	margin: 40px 0;
}
.pricing-table ul {
	margin-top: 50px;
}
.pricing-table li {
	color: #8cc4ff;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 20px;
}

#faqs {
	padding: 90px 0;
}

#endusers {
	padding: 50px 0 120px;
}
#endusers p {
	color: #999;
	font-size: 90%;
}
#endusers ul {
	font-size: 90%;
}

#faqs ul,
#endusers ul {
	-moz-column-count: 2;
	-moz-column-gap: 80px;
	-webkit-column-count: 2;
	-webkit-column-gap: 80px;
	column-count: 2;
	column-gap: 80px;
}
#faqs ul {
	margin: 40px 0 28px;
}

#faqs ul li,
#endusers {
	list-style-type: none;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

/* Security Page
--------------------------------------------- */

.page-security article ul {
	font-size: 16px;
}
.page-security ul ul li {
	list-style-type: circle;
}

/* Sitemap Page
--------------------------------------------- */

.sitemap ul:first-child {
	-moz-column-count: 2;
	-moz-column-gap: 80px;
	-webkit-column-count: 2;
	-webkit-column-gap: 80px;
	column-count: 2;
	column-gap: 80px;
	margin: 40px 0 140px 20px;
}

.sitemap ul li {
	list-style-type: none !important;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.sitemap li a {
	color: #2366ad;
}

.sitemap .children {
	margin-left: 20px;
}

.sitemap .children li a {
	color: #00b5e2;
	font-size: 16px;
}

.sitemap a:hover {
	text-decoration: underline;
}

/* Support Page
--------------------------------------------- */

.page-support .intro h3 {
	color: #2c2949 !important;
	max-width: 100%;
}

.page-support .intro .one-third {
	font-size: 15px;
	text-transform: lowercase;
}

.page-support .intro .answer,
.page-support .intro .interactions,
.page-support .intro .satisfaction {
	height: 415px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.page-support .intro .answer {
	background: url(images/bg-support-answer.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: 80%;
	color: #f8d832;
}
.page-support .intro .answer p {
	color: #f8d832;
}

.page-support .intro .interactions {
	background: url(images/bg-support-interactions.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: 80%;
	color: #2ab4e0;
}
.page-support .intro .interactions p {
	color: #2ab4e0;
}

.page-support .intro .satisfaction {
	background: url(images/bg-support-satisfaction.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: 80%;
	color: #fff;
}
.page-support .intro .satisfaction p {
	color: #fff;
}

.page-support .intro .speed,
.page-support .intro .interact,
.page-support .intro .satisfy {
	font-family: 'Raleway', sans-serif;
	font-size: 120px;
	letter-spacing: -8px;
	line-height: 2.2;
	margin-bottom: 40px;
}
.page-support .intro .satisfy:after {
	content: "%";
	font-size: 50px;
	margin-left: 15px;
	vertical-align: 35px;
}

.page-support .testimonials-widget-testimonials {
	background: #fff !important;
}

/* Terms of Service Page
--------------------------------------------- */

.page-terms .intro a:hover {
	color: #00b5e2;
}

#cloud {
	display: block;
}

.terms-submenu {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

.terms-submenu li {
	display: inline-block;
	list-style-type: none;
}

.terms-submenu li + li:before {
	content: " / ";
	margin-left: 10px;
	margin-right: 10px;
}

/* What's New Page
--------------------------------------------- */

.page-whats-new .intro .version {
	color: #f8d832;
	font-family: 'Raleway', sans-serif;
	font-size: 120px;
	letter-spacing: -8px;
	line-height: 1.2;
	margin: -40px 0 10px;
}
.page-whats-new .intro .version:before {
	content: "version";
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.page-whats-new .one-half {
	font-size: 16px;
}

/* Portfolio / Customers Page
--------------------------------------------- */

.cpt-archive-description {
	background: #2366ad url(images/bg-customers.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 640px 360px;
	padding-top: 0;
	padding-bottom: 150px;
	position: relative;  /* needed for angle */
}

.cpt-archive-description:after { /* creates angle */
	background-color: #2366ad;
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 70px;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
	z-index: 100;
}

.page-customers .cpt-archive-description h1 {
	color: #fff;
	margin: 0 auto;
	max-width: 960px;
	padding: 84px 0 28px;
}
.page-customers strong:first-child {
	color: #f8d832;
	font-weight: 400;
	letter-spacing: -1px;
}
.page-customers strong:last-child {
	color: #2ab4e0;
	font-weight: 400;
	letter-spacing: -1px;
}

.page-customers .archive-description.wrap {
	max-width: 1050px;
}

ul.filter {
	color: #999;
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.filter li {
	float: left;
	list-style-type: none;
}

ul.filter li:first-child {
	margin-left: 0;
}

ul.filter a {
	border-top: 4px solid #fff;
	border-bottom: none;
	color: #222;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 0.5rem 0.8rem;
	text-decoration: none;
	text-transform: lowercase;
}

ul.filter a:hover,
ul.filter a.active {
	border-top: 4px solid #2366ad;
}

.portfolio-item {
	float: left;
	margin: 0 10px 20px;
	position: relative;
}

.portfolio-item a img {
	display: block;
	margin-bottom: 0;
}

.portfolio-overlay {
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,45,114,0.7);
	padding: 20px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio-item img:hover + .portfolio-overlay,
.portfolio-overlay:hover {
	opacity: 1;
}

.portfolio-overlay h3 {
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 7px;
	text-transform: uppercase;
	width: 100%;
	font-size: 20px;
}

.portfolio-overlay p {
	font-size: 19px;
	font-weight: 300;
}

.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -ms-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }

.filterable-portfolio-page .content .entry-header {
	margin-bottom: 1rem;
	margin-bottom: 10px;
}

.filterable-portfolio-page .content .entry-title {
	margin-bottom: 3rem;
	margin-bottom: 30px;
}

.single-portfolio h1.entry-title {
	font-size: 60px;
	margin-bottom: 60px;
	text-align: center;
}

/* Portfolio Showcase */

.portfolio-showcase {
	background-color: #fff;
	padding: 40px 0 150px;
}

.portfolio-container {
	display: inline-block;
}

.portfolio-showcase .portfolio-item {
	margin-left: 0;
	width: 100%;
}

.showcase-excerpt,
.showcase-excerpt p:first-child {
	font-size: 16px;
}
.showcase-excerpt p:last-child { /* credit */
	color: #2366ad;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: -10px;
	text-transform: uppercase;
}

.archive-description p {
	display: none;
}

/* Demo Confirmation Page
--------------------------------------------- */

.page-demo-confirmation .breadcrumb,
.page-demo-confirmation .intro:after,
.page-demo-confirmation .footer-widgets,
.page-demo-confirmation .site-footer #nav_menu-2 {
	display: none;
}

.page-demo-confirmation .site-inner {
	padding-bottom: 0;
}

.page-demo-confirmation hr.spacer {
	margin-top: 0;
	visibility: hidden;
}

.page-demo-confirmation .intro img {
	margin-bottom: 0;
}

.role img {
	border-radius: 50%;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}

.page-blog article,
.category article {
	margin-top: 40px;
}
.page-blog article:nth-of-type(1),
.category article:nth-of-type(1) {
	margin-top: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}

.page-blog .entry-image,
.category .entry-image {
	margin-top: 10px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.entry-footer .entry-meta,
.above-post-hero .entry-meta {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.6;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}
.page-blog .entry-header .entry-meta,
.category .entry-header .entry-meta {
   margin-left: 65px;
   padding-top: 15px;
}

.entry-footer .entry-meta {
	padding-bottom: 40px;
}

.single-post .above-post-hero .entry-meta,
.single-post .above-post-hero .entry-meta a {
	color: #fff;
}

.single-post .entry-header .entry-meta {
	padding-top: 70px;
	text-align: center;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}
.page-blog .entry-time::before,
.category .entry-time::before {
	display: none;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #00b5e2;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	border: 1px solid #00b5e2;
	color: #fff;
	background-color: #00b5e2;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin: 40px 0;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2366ad;
}

.comment-header a:hover {
	color: #00b5e2;
}

.comment-author,
.comment-reply-link {
	font-weight: 600;
}

.comment-notes,
.logged-in-as {
	font-size: 16px;
	font-style: italic;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	border: 1px solid #ccc;
	width: 50%;
}
.comment-respond .comment-form-url {
	display: none;
}

.comment-respond label {
	display: block;
	font-size: 16px;
	margin-right: 12px;
	text-transform: lowercase;
}

.required {
	color: #2366ad;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	border-left: 1px solid #e5e5e5;
	font-size: 16px;
	margin-bottom: 0;
	padding: 90px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 40px;
}

.sidebar .widget-title {
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: lowercase;
}

.sidebar .featuredpost  a.alignleft {
	margin-right: 20px;
}
.sidebar .featuredpost img {
	margin-top: 0;
	width: 100px;
}

.widget_categories li {
	text-transform: lowercase;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2366ad;
	clear: both;
	padding-top: 40px;
	position: relative; /* needed for angle */
}

.footer-widgets:before { /* creates angle */
	content: '';
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
  height: 70px;
	background: #2366ad;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
	z-index: 100;
}

.footer-widgets,
.footer-widgets a {
	font-size: 16px;
}

.footer-widgets a {
	color: #fff;
	text-transform: lowercase;
}

.footer-widgets a:hover {
	color: rgba(255, 255, 255, .5);
}

.footer-widgets input {
	border-color: #fff;
}

.footer-widgets li {
	line-height: 1.4;
	margin-bottom: 15px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding-top: 20px;
	width: 140px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 60px;
}

.footer-widgets-4 {
	background-color: #1a4b80;
	float: right;
	margin-top: -60px;
	padding: 80px 40px 40px;
	position: relative; /* needed for angle */
	width: 510px;
	z-index: 200;
}
.footer-widgets-4:before { /* creates angle */
	content: '';
  position: absolute;
  left: 0;
  top: -27px;
  width: 100%;
  height: 70px;
	background: #1a4b80;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
	z-index: 100;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2366ad;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 5%;
	text-transform: uppercase;
}

.site-footer,
.site-footer a {
	color: #153b65;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.page-demo-application .site-footer,
.page-demo-confirmation .site-footer {
	height: 65px;
}
.page-demo-application .site-footer p,
.page-demo-confirmation .site-footer p {
	margin-bottom: 0;
	line-height: 65px;
}

