/*
	Theme Name: Altitude Pro
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1.2

	Tags: one-column, two-columns, custom-header, custom-menu, e-commerce, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: altitude-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content: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
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
}

body > div {
	font-size: 14px;
	font-size: 1.4rem;
}
body {
	background-color: #fff;
	color: #1e2663;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #b0ad1a;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #000;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 400;
}

cite,
em,
i {
	font-style: italic;
}

.image-section .widget:first-of-type cite {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
    color: #1e2663;
    font-weight: 300;
    padding: 40px;
    font-size: 2rem;
    line-height: 1.7em;
    background-color:#eff2f6;
        width: 74%;
    margin: 50px auto;
}

blockquote p:last-child { text-align:right; }

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 8rem;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #e7e9ec;
	clear: both;
	margin: 30px 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;

	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 3px;
	font-size: 3rem;
	font-weight: 100;
}

h1.entry-title { }
body.page-template-default h1.entry-title { }
body.contact h1.entry-title { }
a h1, h1 a { color:#1d3d62; }


h2 {	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 1rem;
	letter-spacing: .02rem;
	font-weight:400; }

h3 {
	font-size: 14px; font-size:1.4rem; font-weight:800; text-transform: uppercase; border-bottom:solid 1px #e7e9ec; padding-bottom:10px; margin:0px auto 20px; text-align:center; 
}

/*h3.widget-title { font-size: 20px; font-size: 2rem; text-transform:none; letter-spacing:0; margin:0 0 5px; } */
h3.section-head { } 
h3.widget-title { font-size: 14px; font-size:1.4rem; font-weight:400; text-transform: uppercase; border-bottom:solid 1px #e7e9ec; padding-bottom:5px; margin:0 auto 10px; text-align:left; } 




.persona-page .content-row-3 h3 { font-size:30px; font-size: 3rem; font-weight:300; }



h4 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 1rem;
	letter-spacing: .02rem;
	font-weight:400;
} 
a h4, h4 a { color:#1d3d62; }
h5 {	
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight:400;
}


.home .news-events h4 { font-size: 20px; font-size: 1.8rem; font-weight: 400; text-transform:none; }
.persona-page h4 { font-size: 20px; font-size: 2rem; font-weight:400; text-transform:none; margin:0 0 10px; }
.persona-page .footer-widgets h4 { font-size:11px; font-size: 1.1rem; text-transform:uppercase; font-weight:700; }

.slick-slider .headline { font-size: 30px; font-size:3rem; font-weight:300; }
.slick-slider .subheadline { font-size: 20px; font-size:2rem; font-weight:300; }

h6 {
	font-size: 24px;
	font-size: 2.4rem;
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	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: 100px;
	width:auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 200;
	padding: 20px;
	width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #b0ad1a;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: rgba(255,255,255,.5) !important;
    line-height: 1rem;
	border: 1px solid #1d3d62 !important;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;

}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* Buttons
--------------------------------------------- */

button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	background-color: #1d3d62 !important;
	border: 1px solid #1d3d62 !important;
	color: #fff !important;
}


.button {
	display: inline-block;
}


.button::after {
    font-family: FontAwesome;
    font-size: 10px;  
	margin-left:3px;
    content: "\f061";
    color: #b0ad1a;
    -webkit-font-smoothing: antialiased;
}
.button:hover::after {
    color: #b0ad1a;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section  .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input:focus[type="button"],
.image-section input:focus[type="reset"],
.image-section input:focus[type="submit"],
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	  table-layout: fixed;
}

tbody {
	
}

th,
td {
	text-align: left;
}

th {
	font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    border-left: solid 1px #e7e9ec; 
    padding: 10px 10px 0 10px;
}

td {
    padding: 10px 20px 10px 10px;
    vertical-align: top;
    line-height: 1.4em;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    border-left: solid 1px #e7e9ec; 
    border-top: 1px solid #e7e9ec;
}
th:first-child {border-left:none; padding-left:0px; }
td:first-child {border-left:none; padding-left:0px; }
/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 0;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.persona-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}
.full-width-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.narrow-content .site-container .site-inner {
	margin-top: 0;
	width:890px;
}
.simple-header .site-container .site-inner {
	margin-top: 20px;

}


/* 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: 50%;
	float: left;
}

.author-box .avatar {
	height: 200px;
	width: 200px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {

}

.author-box { background-color: #eff2f6; }

.archive-description,
.author-box {

	font-size: 15px;
	font-size: 1.5rem;
	font-weight:300;
	padding: 25px 20px;
	margin:22px 0 50px;
}

.author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 8px;
	padding-top: 44px;
	text-transform:uppercase;
}

.author-box p { line-height: 1.6em; }
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
.author-archive-description { display:none; }

.author-box-content a:last-child:after {
    font-family: FontAwesome;
    content: "\f09e";
    font-size: 20px; 
    margin-left:5px;
    
    }
    
    
/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #000;
	border-radius: 0;
    box-shadow: none;
	color: #fff;
	padding: 20px 23px;
    right: 0;
    top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	border-bottom:solid 1px #e7e9ec; 
	line-height: 2.5em;
	margin-bottom:1.5rem !important;
}


.sidebar .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: left;
}

.entry-title a {
	color: #000;

}

.entry-title a:focus,
.entry-title a:hover {
	color: #b0ad1a;
}

/* WordPress
--------------------------------------------- */

.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.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
		margin: 0 auto;

}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 0;
}

.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;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding:0px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
	width: 170px;
}
.simple-header .title-area { width: 172px; }

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}


.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 40px;
	text-indent: -9999px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;

}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #1e2663;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
    padding: 30px 0 5px;
    margin: 0 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	border-color: #1d3d62;
}
li.current-menu-item > a,
li.current_page_ancestor > a  { border-bottom:solid 2px #fff;  }


.genesis-nav-menu .sub-menu li.current-menu-item > a, .genesis-nav-menu .sub-menu li.current-menu-item > a:hover {
	border: none !important;
}
.genesis-nav-menu .sub-menu li.current_page_ancestor  > a, .genesis-nav-menu .sub-menu li.current_page_ancestor  > a:hover {
	border: none !important;
}




.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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;

	background-color: #eff2f6;
	
}

.genesis-nav-menu .sub-menu a {
	margin:0px; 
	outline: none;
	padding: 20px;
	position: relative;
	width: 200px;
	border-bottom:solid 1px #e7e9ec;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	background-color:#fff;
}

.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.genesis-nav-menu .sub-menu li { border:0px; }

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 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;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: left;
	margin-top:23px;
	float:left;
}

.nav-primary .genesis-nav-menu {
	float: left;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer { float:right; }
.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 0 0 48px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 30%,rgba(0,0,0,0.4) 80%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #b0ad1a;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: scrolling;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	font-family: 'Montserrat', sans-serif;
}


.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	
}

.secondary-nav .front-page-1 .image-section {

}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	font-size: 4rem;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 50px;
	padding-top: 50px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section  .widget:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Content
--------------------------------------------- */

.content {
	/* max-width:870px; */
}

.page .content {
	padding-bottom: 0px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0;
	width: 100%;
	margin:0 auto;

}

.full-width-content.front-page .content {
	padding: 0;
	width:100%; 
	max-width:none;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 100px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 0px;
	list-style: none;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-left:15px; 
}

.entry-content ul > li {

}
.entry-content ul li:before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 4px; 
    margin-right:5px;
    vertical-align:middle;
    
    }

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

.entry-content ul li {    
    padding-left: 10px;
  	text-indent: -10px;
}
/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	
}

.entry-header p.entry-meta {

	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}


.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #b0ad1a;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
	font-size: 2rem;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #1d3d62 !important;
	clear: both;
	color:#fff !important;;
	position: relative;
	z-index: 9;
	font-size:11px; font-size: 1.1rem;
}

.footer-widgets .wrap {
	padding-top:40px !important;
	padding-bottom:40px !important;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #b1c4d9 !important;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets h3, .footer-widgets h3.widget-title { font-size:11px; font-size: 1.1rem; color:#fff !important; border-bottom:0px; margin: 0 auto 5px; text-align:left; }

.footer-widgets ul li {
	margin-bottom: 10px;
	padding-bottom: 0px;
	
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	width: 16.52991452991453%;
	padding: 1%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
 	float: left;
}

.footer-widgets-6 {
 	float: right;
 	text-align:right;
 	color:#fff; 
}

.footer-widgets a { border:none !important; }
.footer-widgets .wrap  h3 a { color:#fff !important; }
.footer-widgets ul.social-icons li { list-style-type:none; display:inline-block; margin:10px auto;  }

.footer-widgets ul.social-icons li .fa-inverse { color:#1d3d62; }


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #1d3d62;
	padding: 20px;
	text-align: center;
	color:#fff;
	display:none; 
}


.site-footer a { color: #e7e9ec !important; }

.site-footer a:focus,
.site-footer a:hover {
	color: #b0ad1a;
}

.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}


.content-row .wrap { padding: 50px 3%; }

/* HOME */
body.home .content-row .wrap { max-width: 970px; }
body.home .breadcrumb-container { display:none; }
body.home .customer-stories { text-align:center; }

/* DEMO GALLERY */
body.demo-gallery .breadcrumb-container { display:none; }

/* SUPPORT */
body.support-lp .breadcrumb-container { display:none; }

/* 404 */
body.error404 .site-inner { margin-top: 0; }

body.solutions .content-row-2 .button { margin:0 auto; }

.news-item {margin:0 0 30px; }
.news-item h3 { margin:0px; font-size: 2.6rem;}
.news-item .date { font-size:.8em; text-transform:uppercase; font-weight:bold; }
.event-item {margin:0 0 30px; padding-bottom:30px;}
.event-item .date { font-size:.8em; text-transform:uppercase; font-weight:bold; }
.event-item h3 { margin:0px; font-size: 2.6rem;}
.featured-news-item .cat { font-weight:400; font-size:.7em; text-transform:uppercase; margin-bottom:10px; }
.featured-news-item .date { font-size:.8em; text-transform:uppercase; margin-bottom:10px;}
.featured-news-item .copy { line-height:1.3em}
.featured-news-item h3 { margin:0px; }
.featured-news-item a { font-size: .9em; }


.breadcrumb-container { background-color:#1d3d62; color:#fff; }
p#breadcrumbs { margin: 0; padding:2px 0; line-height:0; vertical-align: middle; font-weight:400; }
.breadcrumb-container img { padding: 0 10px; vertical-align: middle;}
.breadcrumb-container a:hover { color:#fff; }


.collapseomatic { color:#b0ad1a; font-weight:400; font-size: 1.1rem; text-transform:uppercase; cursor: pointer; }
.collapseomatic:before { content:'[ + ] '; }


.banner { background-size: cover; text-align:center; height:600px; position:relative;}
.banner.full { height:600px; }
.banner.partial { height:345px; }
.banner.short { height:125px; }
.banner .wrap, .video-banner .wrap { max-width: 940px;}
.banner .copy, .video-banner .copy { margin:0 auto !important; line-height: 6rem; width:100%; margin:0 auto !important; position: absolute;  transform: translateY(-50%);  -webkit-transform: translateY(-50%%);  -ms-transform: translateY(-50%%);top: 50%; left: 0; right: 0; padding:100px 0;  }


.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38.09%;
  overflow:hidden;

}

#vid{
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}

@media only screen and (max-width:960px) { 
	.video-container {
		height: 600px;
		background-image: url('https://www.int.com/wp-content/uploads/2017/05/banner-home.png');
		background-size:cover; 
		padding-bottom:0px;
		background-position: 50% 50%;
	}
	#vid{ background-size:cover; }
}

.banner .copy .title, .video-banner .copy .title { font-size: 40px; font-size: 4rem;  }
.banner .copy .description, .video-banner .copy .description { font-size: 20px; font-size: 2rem; line-height:2.8rem; }
.banner .copy .button, .video-banner .copy .button { margin-top:20px; background-color:rgba(255,255,255,.5); line-height: 1rem; border: solid 1px #1d3d62; }

.video-banner-txt { position: absolute; top:37%; bottom:50%;width:100%; text-align:center; }


.button-bar { width:100%; background-color:#1d3d62; color:#fff; text-align:center; padding:2px 0; }
.button-bar .wrap { max-width: 1190px; margin:0 auto; }
.button-bar .one-third { border-left: solid 1px rgba(255,255,255,.5); width:33.3%; margin:0; }
.button-bar .one-third:last-child  { border-right: solid 1px rgba(255,255,255,.5); }

.button-bar a { color: #fff; padding:20px 0; display:block;}
.button-bar .title { font-size:20px; font-size:2rem; font-weight:400; letter-spacing: .02rem; }
.button-bar .subtitle { font-size:11px; font-size: 1.1rem; text-transform:uppercase; font-weight:400; letter-spacing: .02rem; color:#b0ad1a; font-weight:800; }
.button-bar .subtitle::after {
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 3px;
    content: "\f061";
    color: #b0ad1a;
    -webkit-font-smoothing: antialiased;
}
a.customer-logo:last-child { margin-right: 0px !important; }

.slick-dots { position: absolute; bottom: 10px; left: 0px; right: 0px; text-align: center; }
.slick-dots li { display:inline-block; }

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent !important;
    border: 0 !important;
    outline: none;
    background: transparent !important;
}

.slick-dots li button::before {
    font-family: FontAwesome;
    font-size: 6px;
    line-height: 20px;    
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: 0.4;
    color: #1e2663;
    -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


.hidden 
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden; }


.content-block { position:relative; }
.content-block .button { position:relative; }
.content-block .button.bottom-aligned { position: absolute; bottom: 0; }
.content-block .copy { margin:0 0 10px; }
.content-block .btn-spacer { height:0; }
.content-block .btn-spacer.on { height:50px; }
.content-block .img-container { margin: 0 0 14px; }

.content-row-2 {  }



.customer-story { margin-bottom:50px; }

.customer-story.one-fourth { border-left: solid 1px #e7e9ec; padding-left:20px; margin-bottom:30px; padding-bottom:20px; }
.customer-story.first { clear:both; }

.customer-story h2 { font-weight:300; }
.customer-story .img-container { height:70px; margin-bottom:10px; position:relative; }
.customer-story img { height:40px; width:auto; max-width:80%; position:absolute; bottom:0; left:0; }
.customer-story .clear-line { }

.demo { margin-bottom:30px; }
.demo .img-container { height:166px; margin-bottom:6px; }
.demo .img-container img { height:166px; width:auto; border: solid 10px #eff2f6; }


.page-copy { margin-bottom:50px; }

.content-sidebar .content { float:left; width:70%; }

.sidebar-content .content { float:right; width:70%; }

.leader { margin-bottom:30px; }
.leader .one-fourth { text-align:center; }
.leader img { border-radius: 50%; width:100%; max-width:150px; margin:0 auto; }

.clear-line { clear:both; }


.iframe-container {
    position: relative;
    height: 100vh;
    overflow: scroll;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.simple-header { padding-top: 5px; }
ul.simple-header li { display:inline-block; padding-top:28px;  }
/*ul.simple-header li:first-child { width:60%;  }
ul.simple-header li:last-child { width:25%; text-align:left;} */

ul.simple-header li h1 { color:#1d3d62; border-left: solid 1px #ccc; padding-left: 16px; text-transform: uppercase; font-size:2.5rem;}

.simple-header .site-header { background-color:#eff2f6; }


.header-btn.button { border:0 !important; background-color:#1d3d62 !important; color:#fff;     position: absolute;
    right: 0;
    top: 0; }
    
.devcomm .header-btn.button::after { content:''; }
.devcomm .header-btn.button::before {
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 3px;
    content: "\f060 \0020 ";
    color: #949100;
    -webkit-font-smoothing: antialiased;
}

.site-header .wrap { position:relative; }


.support-lp .entry-content { padding:30px; background-color:#eff2f6;}
.support-lp .entry { margin-bottom:0px; }

.sidebar {
    float: right;
    width: 26%;
    margin: 20px 2%;
}

.sidebar .widget {
    margin-bottom: 40px;
    border-bottom: solid 1px #e7e9ec;
    padding-bottom: 40px;
}

body.single-demos .demo-nav .padding { padding:10px ; }
body.single-demos .demo-nav a.alignleft, body.single-demos .one-fourth img.alignleft { margin: 0 24px 12px 0; }
body.single-demos.full-width-page .site-container .site-inner { background-color:#1d3d62; }
body.single-demos .demo-nav { max-width:250px; color:#fff; background-color:#1d3d62; font-weight:300; letter-spacing:0px; }

body.single-demos .demo-body { width: 81.923077%; margin-left:0; }
body.single-demos .demo-nav ul { padding:0px; margin:0px; border-top:solid 1px #e7e9ec;}
body.single-demos .demo-nav li {  border-bottom:solid 1px #e7e9ec; margin:5px 0; padding-bottom:5px; }
body.single-demos .demo-nav li:last-child { border-bottom:0; }
body.single-demos .demo-nav h2 { font-weight:300;text-transform:uppercase;clear:both; padding-top:10px; }
body.single-demos .sub-menu a { padding:0 50px;  font-size:.8em; }

body.single-demos li.current-menu-item > a, .demo-gallery li.current_page_ancestor > a { border:none; }

body.single-demos li.current-menu-item > a:after, .demo-gallery li.current_page_ancestor > a:after {     

	font-family: FontAwesome;
    font-size: 18px;  
	margin-left:3px;
    content: "\f105";
    color: #fff;
    float:right;
    margin-right:5px;
    margin-top:1px;
    -webkit-font-smoothing: antialiased;
}



.blog-post:first-child { background-color:#eff2f6;}
body.author .blog-post:first-child { background-color:#fff; }
body.author .copy { font-weight:300; }

.blog-post { margin-bottom:30px; }
.author { font-weight:400; }
.post-meta { font-size: 16px; font-size:1.6rem; font-weight:400; }
body.author .post-meta { font-size: 14px; font-size:1.4rem; font-weight:400; }
.category { text-transform:uppercase; font-size:.8em; font-weight:400; }
.category a { color:#1d3d62; }
h4 { margin:.5rem 0; }
body.custom-blog.single header { margin-bottom:20px;}
body.custom-blog.single header h1 { margin-bottom:4px; }
body.custom-blog.single header .category { margin-top: 20px; }
.custom-blog { }
.custom-blog section { }
.custom-blog .sidebar { margin-top:0px; padding:0 20px; border-left: solid 1px #e7e9ec; }
.custom-blog .sidebar img,
.author .sidebar img { max-width: 200px; }
.blog-post a h4 { color:#1d3d62; }
.custom-blog .sidebar .widget { border-bottom:0px; }
.custom-blog .sidebar .widget:last-child { padding-bottom:0px; } 
#siq_search_widget-2 { float:right; margin-right: 39px; width: 287px; }
p.entry-meta { text-transform:uppercase; font-size:.9em; font-weight:400; }
.entry-footer::before {
    border-top: 0;
    margin: 0;
    padding-top: 60px;
}

/* Top 10 posts widget (plugin) */
.tptn_link { display: block; }
.widget ul.top-ten-widget li { margin-bottom:24px !important; }
.tptn_after_thumb { font-weight:bold; font-size:.9em; line-height: 1.2em; }

/* Top authors widget (plugin) */
img.wp-user-avatar { max-width: 75px; }
.widget_author_avatars .author-list .user .name { margin-top: 26px; font-size:12px; font-size: 1.2rem; font-weight:bold; text-transform:uppercase; }

.cat-list { font-weight:bold; }


.horizontal-content-block { margin:0 0 30px 0; }
.horizontal-content-block .button { margin-bottom:10px; display:block; }


.color-logo { border-bottom:solid 1px #efefef;margin:40px 0 20px; padding: 0 0 20px; }
.color-logo img { max-width:300px; }

body.products .content-row-1 { background-color:#fff; }
body.products .comparison-chart { background-color:#eff2f6; }
body.products .demos { background-color:#fff; }
body.products .content-row-2 { background-color:#eff2f6; }

body.resources .content-row-1 { background-color:#fff; }
body.resources .content-row-1 .content-block .img-container { height: 180px; overflow: hidden; }
body.resources .content-row-2 { background-color:#eff2f6;}
body.resources .content-row-2 .one-fourth { width: 22%; margin-left:4%; }
body.resources .content-row-2 .one-fourth:first-child { margin-left: 0; }
body.resources .content-row-2 .wrap { max-width: 970px; }
body.resources .content-row-3 { background-color:#fff; }
body.resources .content-row-4 { background-color:#eff2f6; }
body.resources .content-row-4 .wrap { padding: 50px 3% 30px; }
body.resources .content-row-5 { background-color:#eff2f6; }
body.resources .content-row-5 .wrap { padding: 0px 3% 50px; }
body.resources .content-row-6 { background-color:#fff;  text-align:center;}


body.persona-page .content-row-1 .one-third.content-block .img-container { height: 180px; overflow: hidden; }

body.error404 .error-image { margin-top:50px; float:left; margin-right:10px; width:700px; }
body.error404 .copy { width:100%; margin-top:50px; }

.category { display:none; }

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
	.site-inner { max-width: 100%; }
	.site-header .wrap { padding-left: 2%; padding-right: 2%; }
	.footer-widgets .wrap { padding:2%; }
	.content-row .wrap { padding: 30px 2%; }
	.nav-primary .wrap { padding:0; }
	.content-row.customer-stories .wrap { padding: 30px 2% 65px; }
	.breadcrumb-container .wrap { padding: 0 2%; }
	article { padding: 0 2%; }
	
	.sidebar .widget {  border-bottom: none;  margin-bottom: 40px; padding-bottom:0px; */ }
		#siq_search_widget-2 { margin-right: 0px; }
}

@media only screen and (max-width: 1023px) {


	.site-header {
		position: relative;
	}

	.narrow-content .site-container .site-inner {
		width:100%;
		padding:0 50px;
	}

	.site-inner {
		margin-top: 0px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.content-row .wrap { padding: 30px 5%; }
	.button-bar .title { font-size: 1.7rem; }

	body.error404 .error-image { margin-top:50px; float:none; margin-right:0; width:100%; }
	body.error404 .copy { width:100%; margin-top:50px; }			

	
}

@media only screen and (max-width:800px) {
	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0;
	}
	
	img.alignleft,
	img.alignright { float:none; margin:20px auto; display:block; }
	.wp-caption { float:none !Important; margin: 20px auto; display:block; width:100%;}
	.footer-widgets .wrap { padding: 2% !Important; }
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
    	width: 100%;
	    padding: 0;
    	margin: 0;
    	float:none;
    	
    }
     .footer-widgets-6 { margin-top: 30px; text-align:center;}

    .footer-widgets h3, .footer-widgets h3.widget-title { margin:0;  }
	.footer-widgets ul li { display:inline-block; margin-bottom:15px;}
	.footer-widgets ul li:after {
		font-family: FontAwesome;
		font-size: 4px;

		content: "\0020\f111\0020";
		text-align: center;
		color: #b1c4d9;
		padding:0 10px;
		-webkit-font-smoothing: antialiased; }
	.footer-widgets ul li:last-child:after { content: ''; }

	.footer-widgets ul.social-icons li:after { content:''; padding:0;  }
	.footer-widgets .widget { margin-bottom:0px; }
	
	.banner .wrap, .video-banner .wrap { padding:0 3%; }
	
	blockquote { background-color:#eff2f6; width: 100%; }

	.page-copy { margin-bottom: 30px; }

	
	body.home .button-bar .one-third {
		border-bottom: solid 1px rgba(255,255,255,.5);
		border-left: 0 !important;
		border-right: 0 !important; 
		width: 100%;
		
	}
	.button-bar .title { font-size:20px; font-size:2rem; }
	body.home .button-bar .one-third:last-child{ border-bottom:0; }
	body.home .button-bar .wrap { padding:0px; }


	body.home .content-row .three-fifths { padding:20px 0; }
	body.home .featured-news-item { border-bottom: solid 1px #e7e9ec; padding-bottom: 20px; margin-bottom: 20px; }
	body.home .featured-news-item:last-child { border-bottom:0px; padding-bottom:0px; }
	
	.customer-story.one-fourth {
		float: left;
		margin-left: 2.564102564102564%;
		width: 46.717948717948715%;
		margin-bottom: 20px;
	}
	.customer-story.one-fourth:nth-child(odd) { clear:both; }
	
	
	h4 { font-size: 1.9rem; }
	
	.customer-logo { max-width: 75px; padding-bottom: 20px; width:auto;}
	.customer-logo img { }
	
	.content-block { margin-bottom:30px !important; }
	.horizontal-content-block .button { display: inline-block; margin-right:20px; }
	
	.demo {margin-bottom:50px !important; }
	
	.custom-blog .sidebar { display:none; }
	body.author .sidebar { display: none; }
	.content-sidebar .content { float:none; width:100%; margin:0%; }
	.sidebar-content .content { float:none; width:100%; margin:0%; }
	
	
	body.single-demos .demo-nav { width:100%; text-align:center; float:none; }
	body.single-demos .demo-nav .padding { padding:20px 0 0 0; }
	body.single-demos .demo-body { width:100%; text-align:center; float:none; padding:20px 0 0 0; }
	body.single-demos .demo-nav img.alignleft { margin: 0 auto; }
	
	body.single-demos .demo-nav a { margin: 10px 0;  display:block;}
	
	.demos-container { padding:0 5%;}
	.one-third.demo.first { clear:none; }
	.one-third.demo { width:40%; float:left; margin-right: 10%; width: 45%; }

	.one-third.demo:nth-child(even) { clear:both;}
	.one-third.demo:nth-child(odd) { margin-right:0; }
	
	.comparison-chart { display:none; }
	
	body.products .demos { background-color:#eff2f6; }
	body.products .content-row-2 { background-color:#fff; }	
	

	
}


 
@media only screen and (max-width: 768px) {
	
	body.single-demos .demo-nav { max-width:100%; }
	.nav-primary { float:none; margin-top:10px; }
	.site-header .title-area { padding: 50px 0 0; float: none; margin: 0 auto; width:132px;}
	body.simple-header .site-header .title-area { padding: 50px 0 25px; float: left; width: 150px; }
	body.simple-header.custom-blog .site-header .title-area { padding: 25px 0; }
	ul.simple-header { padding-top: 30px; }
	ul.simple-header.search { padding-top: 0px; }
	
	.header-image .site-title > a { display:block;  }
	.header-btn.button { right: 0; left: 0; text-align: center; }
	
	.sidebar {
		float: none;
		width: 94%;
		margin: 3%;
	}
	.content-sidebar .content { float:none; width:100%; margin:0%; }
	.sidebar-content .content { float:none; width:100%; margin:0%; }
	
	
}
	
@media only screen and (max-width: 640px) {
	.narrow-content .site-container .site-inner {
		width:100%;
		padding:0 20px;
	}
	blockquote { font-size: 1.6rem; line-height: 2.3rem; margin:40px auto; padding:30px 30px 20px 30px; }
	.customer-logo { width:33% !important;  max-width: 80px; padding-bottom: 20px; }
	.banner.full { height: 400px; }
	.banner.partial { height: 150px; }
	.video-container { height:400px; background-position: 50% 50%;}
	.banner .copy, .video-banner .copy { line-height:4rem; padding:100px 0;}	
	.banner .copy .title, .video-banner .copy .title { font-size: 2.5rem; line-height: 2.7rem; }
	.banner .copy .description, .video-banner .copy .description {  font-size: 1.5rem; line-height: 2.3rem;}
	
	body.simple-header.custom-blog .site-header .title-area { float: none; }
	body.simple-header.custom-blog .header-widget-area { text-align:center; }
	body.simple-header.custom-blog ul.simple-header li h1 { border-left: 0; padding-left: 0; }
	body.simple-header.custom-blog ul.simple-header li { display:block; padding-top:0px; }
	body.simple-header.custom-blog #siq_search_widget-2 { float: none; margin: 0 auto 20px; text-align: center; }
	.demos-container {text-align:center; }
	.one-third.demo { width:100%; float:none; margin:0; }
	.one-third.demo:nth-child(even) { clear:none;}

}

@media only screen and (max-width: 450px) {
	.customer-story.one-fourth {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.horizontal-content-block .button { display: block; margin-right:0px; text-align:center; }
	.breadcrumb-container { font-size:11px; font-size:1.1rem; }
	
	
	
		
}


a.no-box-btn {     
	font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .02rem;
    color: #b0ad1a;
    font-weight: 800;
}

a.no-box-btn::after {
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 3px;
    content: "\f061";
    color: #b0ad1a;
    -webkit-font-smoothing: antialiased;
}








/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;

    padding: 10px 20px 10px 10px;
    vertical-align: top;
    line-height: 1.4em;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    border-left: solid 1px #fff; 
    border-top: 1px solid #fff;	
}
.divTableHead {
    font-size: 20px;
    font-size: 2rem;
    border-top: 0; 
}

.divTableCell:first-child, .divTableHead:first-child {border-left:none; padding-left:0px;  font-size: 14px;
    font-size: 1.4rem; text-transform:uppercase;}

.divTableHeading {
	font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    border-left: solid 1px #e7e9ec; 
    padding: 10px 10px 0 10px;
	display: table-header-group;

}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


.bctt-click-to-tweet {
    background-color: #eff2f6 !important;
    border: none !important;
    margin-bottom: 1em !important;
    margin-top: 1em !important;
    padding: 9px !important; 
}
    
.bctt-ctt-text a {
    padding: 15px 0;
    margin: 15px 0;
    position: relative;
    color: #000 !important;
   	font-family: 'times';
    font-size: 1.5em;
    line-height: 140%;
    font-weight: 100;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
}
.events-list .event-item:last-child { margin: 0 0 12px;  border-bottom:solid 1px #e7e9ec; }