/*
	Theme Name: icompass
	
	Version: 1.0.0

	Template: genesis
	Template Version: 2.4.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

@charset "UTF-8";

/* # 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:none;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,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

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


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

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 15px;
	font-size: 1.5rem;
}

body {
	background-color: #fff;
	color: #58595b;
	font-family: 'Cantarell', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	min-height: 100%;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #cc4f30;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #58595b;
	text-decoration: none;
}

a, a:active, a:focus {
	border: none;
	outline: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #58595b;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

h1 {
	font-family: 'Fjalla One', sans-serif;
	color: #05084d;
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-family: 'Fjalla One', sans-serif;
	color: #05084d;
	font-size: 23px;
	font-size: 2.3rem;
}

h3 {
	font-family: 'Cantarell', sans-serif;
	color: #05084d;
	font-size: 23px;
	font-size: 2.3rem;
}

h4 {
	font-family: 'Cantarell', sans-serif;
	color: #05084d;
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	color: #339938;
    font-family: 'Cantarell', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

h6 {
	color: #58595b;
    font-family: 'Cantarell', sans-serif;
    font-size: 18px;
	font-size: 1.8rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	color: #58595b;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #58595b;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #58595b;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #cc4f30;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 24px;
    text-decoration: none;
	text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-radius: 5px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #af412c;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.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 {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Gravity Forms */

.gform_wrapper label.gfield_label {
    font-weight: 400!important;
}

.gform_wrapper .gfield_required {
    color: #cc4f30!important;
}

.gform_wrapper {
    margin: 0!important;
}

.gform_wrapper ul li.gfield:first-child {
    margin-top: 0!important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px!important;
	width: 100%!important;
}

.gform_wrapper.gf_browser_chrome select {
    padding: 6px 5px!important;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.gform_wrapper.gf_browser_chrome select.gfield_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/themes/icompass/images/white-triangle.png),	linear-gradient(to right, #cc4f30, #cc4f30);
    background-position: right;
    background-size: 45px 100%;
    background-repeat: no-repeat;
}

.aftersubmithtml {
	font-size: 15px;
	font-style: italic;
}

.gform_wrapper .name_first label,
.gform_wrapper .name_last label {
	display: none;
}

.gform_wrapper .name_first {
	margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.gform_wrapper input,
 .gform_wrapper select {
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
	padding: 8px 4px!important;
}

.gform_footer {
	margin-top: 20px;
}

h3.popup-title {
	word-break: normal;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #58595b;
	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 {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-inner {
	clear: both;
}

/*.nav-primary .wrap, .site-header .wrap, .site-footer {*/
.wrap {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}

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

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	background-color: #fff;
	color: #cc4f30;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 1px;
	padding: 10px 20px;
	max-width: 1100px;
    margin: 0 auto;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	width: 100%;
	max-width: 170px;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	width: 85%;
	font-size: 12px;
    float: left;
    padding: 0 10px;
	border-radius: 0;
    border-width: 0;
    height: 20px;
}

.search-form input[type="submit"] {
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    content: "\f179";
	color: #004c3a;
    -webkit-font-smoothing: antialiased;
	font-family: 'dashicons';
    font-size: 20px;
	font-weight: normal;
    vertical-align: middle;
    background-color: #fff;
    border: none;
	border-radius: 0;
    width: 15%;
	float: left;
	padding: 0;
	border-radius: 0;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #58595b;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

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

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

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

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #58595b;
}

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

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #58595b;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #58595b;
	outline: 0;
}


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

.site-header {
	background-color: #fff;
	z-index: 99;
    position: relative;
}

.site-header.stick-header-nav {
	position: fixed;
	width: 100%;
	top: 0;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(88,89,91,1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(88,89,91,1);
    box-shadow: 2px 2px 10px 0px rgba(88,89,91,1);
}

.admin-bar .site-header.stick-header-nav {
	position: fixed;
	width: 100%;
	top: 32px;
}

.site-header > .wrap {
	padding: 4px 20px;
}

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

.title-area {
	float: left;
	padding: 11px 0;
	max-width: 250px;
	margin: 0 auto;
	width: 100%;
	-webkit-transition: .2s ease-in-out;
	-moz-transition:    .2s ease-in-out;
	-ms-transition:     .2s ease-in-out;
	-o-transition:      .2s ease-in-out;
	transition:         .2s ease-in-out;
}

.site-header.stick-header-nav .title-area {
	max-width: 200px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #58595b;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 55px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	/*width: 75%;*/
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow:none;
	text-rendering: optimizeLegibility;
}

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

#menu-main-nav > li {
	border-left: 1px solid #05074c;
	margin: 20px 0 19px;
	position: relative;
	-webkit-transition: margin .2s ease-in-out;
	-moz-transition:    margin .2s ease-in-out;
	-ms-transition:     margin .2s ease-in-out;
	-o-transition:      margin .2s ease-in-out;
	transition:         margin .2s ease-in-out;
}

.site-header.stick-header-nav #menu-main-nav > li {
	margin: 8px 0 19px;
}

#menu-main-nav > li:first-child {
	border-left: none;
}

#menu-main-nav > li > a {
	text-transform: uppercase;
	padding: 0 10px;
}

.genesis-nav-menu a {
	color: #05084d;
	display: block;
	text-decoration: none;
}

.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	color: #19519a;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #cc4530;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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: auto;
	z-index: 99;
	border-top: solid 34px transparent;
	float: left;
}

.site-header.stick-header-nav .genesis-nav-menu .sub-menu {
    border-top: solid 24px transparent;
}

.genesis-nav-menu .sub-menu li {
	background-color: rgba(25,81,154,0.75);
	width: 100%;
}

.genesis-nav-menu .sub-menu li:first-child {
	padding-top: 14.5px;
}

.genesis-nav-menu .sub-menu li:last-child {
	padding-bottom: 5px;
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
    border-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 15px 10px 15px;
    position: relative;
    width: auto;
    white-space: nowrap;
}

.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item a {
	color: #05084d;
}

.genesis-nav-menu li.menu-item-has-children > a:after {
	content:"";
    display: block;
    border: 12px solid transparent;
    border-bottom-color: #195199;
    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;
    bottom: 0;
	left: calc(50% - 12px);
	opacity: 0;
	top: 26px;
}

.site-header.stick-header-nav .genesis-nav-menu li.menu-item-has-children > a:after {
	top: 16px;
}

.genesis-nav-menu li.menu-item-has-children:hover > a:after  {
	opacity: 0.75;
}

.genesis-nav-menu li.menu-item-has-children > a:after + .sub-menu a:hover {
	content:"";
    display: block;
    border: 12px solid transparent;
    border-bottom-color: #195199;
    position: absolute;
    bottom: 0;
	left: calc(50% - 12px);
	opacity: 0.75;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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 {
	float: right;
}

li.get-started-button {
	border-left: none!important;
    margin: 0 0 0 10px;
}

li.get-started-button a {
    background-color: #339938;
	color: #fff!important;
	padding: 10px 20px!important;
    border: 1px solid #339938;
    border-radius: 8px;
	text-transform: none!important;
}

li.get-started-button a:hover, li.get-started-button a:focus{
	background-color: #339538;
	color: #fff;
}
	
/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background: #004c3a; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #004c3a, #339938); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #004c3a, #339938); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #004c3a, #339938); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right, #004c3a, #339938); /* Standard syntax */
	padding: 5px 0;
	z-index: 99;
    position: relative;
}

.nav-primary ul#menu-header-menu li  {
	line-height: 20px;
    overflow: hidden;
	text-align: right;
	vertical-align: middle;
}

#menu-header-menu {
	text-align: right;
}

#menu-header-menu a {
	color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 10px;
}

#menu-header-menu a:hover, #menu-header-menu li.current-menu-item a {
	color: #004c3a;
}

#menu-header-menu li {
	border-left: 2px solid #fff;
}

#menu-header-menu li:first-child {
	border-left: none;
}


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

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

.entry {
	padding: 50px 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

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

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

.entry-content code {
	background-color: #58595b;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #58595b;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	color: #cc4f30;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

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

.comment-header p {
	margin-bottom: 0;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

/* MAIN CONTENT */

/* General */

.has-object-fit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}


.compat-object-fit img {
    opacity: 0;
}

.full-section-container {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}

.fixed-section-wrap {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6 {
	
}

.cols-1 {
	width: 100%;
	float: left;
}

.cols-2 {
	width: 50%;
	float: left;
}

.cols-3 {
	width: 33.33%;
	float: left;
}

.cols-4 {
	width: 25%;
	float: left;
}

.cols-5 {
	width: 20%;
	float: left;
}

.cols-6 {
	width: 16.6%;
	float: left;
}

.space-block {
	clear: both;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0; 
	padding: 0; 
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0; 
	padding: 0;
	width: 100%; 
}

.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	max-width: 100%;
    width: 100%;
    display: block;
}

.home-slider-container .flexslider .slides img {
	/*min-height: 500px;*/
	max-height: 400px;
    object-fit: cover;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	line-height: 0; 
	visibility: hidden;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative; 
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
	margin: 0 auto;
	text-align: center;
}

.flexslider .slides > li {
	position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1; 
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background:none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
}

.flex-caption {
	background: rgba(0,0,0,.3);
	bottom: 0; 
	color: #fff; 	 
	font-size: 15px;
	left: 0; 
	line-height: 18px;
	padding: 2%; 
	position: absolute;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 96%;
}

/* Direction Nav */

.flex-direction-nav {
	display: none;
}

/*.flex-direction-nav li a {
	width: 52px; 
	height: 52px; 
	margin: -20px 0 0; 
	display: block; 
	background: url(images/bg_direction_nav.png) no-repeat 0 0; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0; 
	right: -60px;
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px; 
}

.flex-direction-nav li .prev {
	left: -60px;
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px;
}

.flex-direction-nav li .disabled { 	 
	cursor: default;
	filter:alpha(opacity=30);
	opacity: .3;
}*/

/* Control Nav */
.flex-control-nav {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    bottom: 20px;
    line-height: 1;
}

.flex-control-nav li {
	display: inline;
	display: inline-block;
	margin: 0 0 0 5px;  
	zoom: 1;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {	 
	width: 18px;
    height: 18px;
    display: block;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 15px;
}

.flex-control-nav li a:hover {
	background: #fff;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}

/* vetical navigation */

.cd-scroll-down {
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	width: 38px;
	height: 44px;
	background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */

.cd-nav-trigger {
	display: none;
}

#cd-vertical-nav {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 30px;
	z-index: 10;
}
#cd-vertical-nav li {
	text-align: right;
	margin: 20px 0;
}
#cd-vertical-nav a {
	display: inline-block;
	/* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cd-vertical-nav a:after {
	content: "";
	display: table;
	clear: both;
}
#cd-vertical-nav a span {
	float: right;
	display: inline-block;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}
#cd-vertical-nav a:hover span {
	background-color: #58595b;
	border: 3px solid #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#cd-vertical-nav a:hover .cd-label {
	opacity: 1;
}

#cd-vertical-nav a.is-selected .cd-dot {
	background-color: #cc4f30;
	border: 3px solid #58595b;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#cd-vertical-nav .cd-dot {
	position: relative;
	/* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
	top: 8px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5);
	border: 2px solid #58595b;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
	-moz-transition: -moz-transform 0.2s, background-color 0.5s;
	transition: transform 0.2s, background-color 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
 #cd-vertical-nav .cd-label {
	background-color: rgba(255,255,255,0.5)!important;
    position: relative;
    margin-right: 10px;
    margin-top: 8px;
    padding: 5px 10px;
    color: #58595b;
    border: 1px solid #58595b!important;
    border-radius: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

/* Touch devices */
/*.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

/*WP Popup Maker*/
.popmake-remote-content {
	position: static !important;
}

/* mix-it-up filters */
/*.cd-filter-wrap {
    float: right;
    top: 0px;
    left: 80%;
    position: absolute;
}*/
/*.cd-filter {
	width: 100%;
	float: left;
	padding: 10px 10px 0 0;
}

.cd-filter-wrap {
   width: 100%;
   margin: 0;
   transition: width 0.3s;
   position: absolute;
   top: 0px;
   left: 0px;
   height: auto;
   z-index: 1;
}

.cd-filter-block {
	margin-bottom: 20px;
}

.cd-gallery {
	width: 80%;
	float: left;
	position: relative;
}

.cd-gallery.grid-view .mix {
	width: 25%;
	height: 250px;
	float: left;
	padding: 10px;
	margin: 0 !important;
}

.knowledge-item-wrapper {
	border: 1px solid #cacaca;
	height: 250px;
}

.cd-gallery.grid-view .mix p {
	font-family: 'proxima_nova_regular' , sans-serif;
    font-size: 12px;
    height: 70px;
    overflow: hidden;
    padding: 15px 15px 0;
}

.cd-gallery.grid-view .mix .read-more {
	font-family: 'proxima_nova_bold' , sans-serif;
    font-size: 12px;
    padding: 15px;
}

.cd-gallery.grid-view .mix h4 {
	font-family: 'klavika-regular' , sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    height: 118px;
    overflow: hidden;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #cacaca;
}

.cd-gallery.grid-view .mix.video h4 {
	height: auto;
}

.grid-view .mix.video .knowledge-item-wrapper {
	background-color: #cacaca;
}

.cd-gallery.list-view li {
	width: 100%;
	padding-left: 20px;
	display: none;
	height: 200px;
	vertical-align: top;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.cd-main-content.is-fixed .cd-filter {
	position: fixed;
	height: 100vh;
	overflow: hidden;
}

.cd-main-content.is-fixed {
	position: fixed;
}

.controls-pagination {
	float: left;
    width: 100%;
}*/

/* general */

.header-banner-container {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 350px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.header-banner-content h1, .header-banner-content h3 {
	margin-bottom: 0;
}

.header-banner-content {
	text-align: center;
	padding: 100px 20px;
}

.cta-white-banner-text ul, 
.landing-page-content ul, 
.wysiwyg-title-container ul {
	display: inline-block;
	text-indent: -35px;
    margin-left: 35px;
}

.cta-white-banner-text ul li, 
.wysiwyg-title-container ul li {
	text-align: left;
	margin-bottom: 20px;
}

.landing-page-content  ul li {
	text-align: left;
}

.wysiwyg-title-container li:before, 
.landing-page-content li:before, 
.cta-white-banner-text li:before {
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    content: "";
    background: url("/wp-content/themes/icompass/images/icompass-check.png") no-repeat 0 0;
    background-size: 100%;
}

.indent {
	margin-left: 25px;
}

/* Blog, custom search and 404 pages */

article {
	max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.blog-content-section {
	float: left;
    width: 100%;
    margin-top: 20px;
}

.archive-description.blog-template-description {
	display: none;
}

.search-results .archive-description {
	max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
	padding: 20px;
}

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

.entry-author-link, .entry-tags a {
	color: #58595b;
	pointer-events: none;
	cursor: default;
}

.page-template-page_blog .entry-footer {
	display: none;
}

.video-placeholder-image {
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-placeholder-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,77,58,0.6);
}

.video-download-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.video-download-link a {
	color: #fff;
	font-size: 18px;
    font-size: 1.8rem;
	font-weight: 800;
	text-transform: uppercase;
    text-align: center;
	text-shadow: 2px 2px 2px rgba(88, 89, 91, 0.75);
}

.video-download-link :after{
    position: absolute;
    height: 50px;
    width: 50px;
    content: "";
    background: url(/wp-content/themes/icompass/images/playbutton2x.png) no-repeat 0 0;
    background-size: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

/* home page */

/* slider */

.slider-text-container {
	top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    position: absolute;
    text-align: center;
    width: 100%;
	padding: 0 20px;
}

.slider-image-title {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(88, 89, 91, 0.75);
	margin-bottom: 0;
}

.slider-image-subtitle {
	color: #fff;
	font-style: italic;
	text-shadow: 2px 2px 2px rgba(88, 89, 91, 0.75);
	margin-top: 20px;
}

.slider-image-button-heading {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(88, 89, 91, 0.75);
	margin-top: 80px;
	margin-bottom: 20px;
}

.slider-button {
	background-color: #339938;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 15px;;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(88,89,91,1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(88,89,91,1);
	box-shadow: 2px 2px 10px 0px rgba(88,89,91,1);
	display: inline-block;
}

.slider-button:hover, .slider-button:focus {
	background-color: #339538;
	color: #fff;
}

.slider-button-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slider-button-wrapper{
	padding: 10px;
}

/* general banners */

.header-banner-title {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(88, 89, 91, 0.75);
	margin-bottom: 0;
}

.header-banner-subtitle {
	color: #fff;
	font-style: italic;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(88, 89, 91, 0.75);
	margin-top: 20px;
}

.banner-button.slider-button-wrapper {
	margin-top: 30px;
}

/* CTA */

.cta-banner-container .fixed-section-wrap {
	padding: 30px 20px 60px;
	text-align: center;
}

.cta-image-wrapper {
	margin-top: 30px;
}

.cta-banner-image-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cta-banner-title {
	color: #fff;
	margin-bottom: 0;
	/*margin-top: 30px;*/
	margin: 30px auto 0;
    max-width: 900px;
}

.cta-banner-text {
	color: #fff;
	margin-top: 30px;
}

.cta-banner-text p {
	margin-bottom: 0;
}

.cta-left-button-text {
	color: #fff;
	font-size: 24px;
    margin: 0 20px;
	font-style: italic;
}

.cta-banner-button-wrapper {
	margin-top: 30px;
}

.button-text-wrapper {
	margin-top: 30px;
}

a.cta-banner-button {
	color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
	margin: 0 10px;
    display: inline-block;
    min-width: 260px;
}

.cta-banner-button-wrapper.cols-2:nth-of-type(1) a.cta-banner-button {
	float: right;
}

.cta-banner-button-wrapper.cols-2:nth-of-type(2) a.cta-banner-button {
	float: left;
}

/* CTA banner green */
.cta-banner-container.green-background {
	background: #004c3a;
    background: -webkit-linear-gradient(left, #004c3a, #339938);
    background: -o-linear-gradient(right, #004c3a, #339938);
    background: -moz-linear-gradient(left, #004c3a, #339938);
    background: linear-gradient(right, #004c3a, #339938);
}

.cta-image-title {
	color: #fff;
	font-family: 'Cantarell', sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	width: 50%;
	margin: 0 auto;
}

/* CTA banner blue */
.cta-banner-container.blue-background {
	background: #195199;
}

.cta-banner-footer-text {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}

.cta-banner-button-block {
	overflow: hidden;
}

/* white banner */

.cta-white-banner-text {
	overflow: hidden;
	margin-top: 30px;
	font-size: 15px;
	font-size: 1.5rem;
}

.cta-white-banner-footer-text {
    color: #339938;
    font-weight: 600;
	text-transform: uppercase;
	overflow: hidden;
	margin-top: 30px;
}

/* cta footer */

.cta-banner-button-wrapper a {
	font-size: 18px;
	font-size: 1.8rem;
}

.cta-banner-button, .cta-footer-button {
	color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 0 10px;
    display: inline-block;
}

.green-background .cta-banner-button:hover, .cta-footer-button:hover, .green-background .cta-banner-button:focus, .cta-footer-button:focus {
	background-color: #fff;
	color: #004c3a;
}

.blue-background .cta-banner-button:hover, .blue-background .cta-banner-button:focus {
	background-color: #fff;
	color: #195199;
}

/* Image Grid */

.image-grid-container {
	text-align: center;
	padding: 60px 20px;
	width: 100%;
}

.image-grid-blocks-row {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.image-grid-item {
	padding: 20px;
}

h3.image-grid-title {
	color: #05084d;
	margin-bottom: 20px;
}

.image-grid-image-title {
	color: #339938;
	font-family: 'Cantarell', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1;
}

.image-grid-image-text {
	color: #58595b;
	font-family: 'Cantarell', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
}

.image-grid-button {
	color: #cc4f30;
	text-transform: uppercase;
    border: 1px solid #cc4f30;
    padding: 5px 20px;
    border-radius: 6px;
    display: inline-block;
}

.image-grid-button:hover, .image-grid-button:focus {
	background-color: #cc4f30;
	color: #fff;
}

/* Image and text grid */

/* Image Grid */

.image-text-grid-container {
	text-align: center;
	padding: 60px 20px;
	width: 100%;
}

.image-text-grid-blocks-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.image-text-grid-item {
	padding: 40px;
	/*height: 350px;*/
	position: relative;
}

.image-text-grid-button-wrapper {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	text-align: center;
}

.image-text-grid-button-wrapper .image-grid-button {
	min-width: 200px;
}

/* home blog block */

.featured-posts-block {
	background-color: #195199;
}

.featured-posts-block .fixed-section-wrap {
	padding: 50px 0 80px;
    overflow: hidden;
}

.home-blog-container {
	padding: 20px;
	min-width: 360px;
	max-width: 400px;
}

.home-blog-title {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.home-blog-blocks-row {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-blog-wrap {
	background-color: #fff;
	padding: 20px;
	height: 100%;
}

.home-blog-image {
	background-position: center;
	background-size: cover;
	height: 0;
    position: relative;
    padding-bottom: 40%;
}

.home-blog-text-area {
	text-align: center;
}

.home-blog-text-title {
	color: #339938;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 135px;
}

.home-blog-extract {
	font-size: 15px;
}

.blog-read-more {
	color: ##cc4f30;
	text-decoration: none;
	white-space: nowrap;
}

.indicator-tooltip {
  margin-top: 0;
  font-family: helvetica, sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}
.indicator {
  display: inline-block;
  right: 1em;
  padding: 0.3em;
  background: #000000;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.5s;
  z-index:1001;
}
.indicator--passed, .indicator--upcoming {
  position: fixed;
}
.indicator--passed { 
  top: 0 !important;
}
.indicator--upcoming { 
  bottom: 0 !important;
}
.indicator--active {
  position: absolute;
}
.indicator--viewing, .indicator:hover {
  opacity: 1;
}

.indicator-tooltip {
  position: absolute;
  right: 2em;
  width: 0;
  margin-top: -1em;
  background-color: #000000;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 3px;
  overflow: hidden;
  z-index: -1;
}
.indicator-tooltip:after {
  display: block;
  content: '';
  position: absolute;
  right: -0.9em;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -0.4em;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #000000;
}
.indicator:hover .indicator-tooltip {
  width: auto;
  padding: 0.5em;
  overflow: visible;
  z-index: 1;
}

/* testimonials block */

.testimonial-slider-container {
	background-position: center;
	background-size: cover;
	padding: 50px 20px;
	text-align: center;
}

.testimonial-slider-container:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
}

.testimonial-slider-container .flexslider {
	margin: 80px 0;
}

.testimonial-slider-container .flex-control-nav li a {
    border: 1px solid #58595b;
}

.testimonial-slider-container  .flex-control-paging li a.flex-active {
    background: #58595b;
}

.testimonial-slider-container .flexslider .slides {
	margin-bottom: 80px;
}

.testimonial-text-container {
	max-width: 560px;
    padding: 0 50px;
    margin: 0 auto;
}

.testimonial-slider-container .flex-control-nav {
    position: relative;
	bottom: 0;
}

.testimonial-slider-container .flexslider .slides li:before {
    content: url(/wp-content/themes/icompass/images/testimonial-left-quote.png);
	position: absolute;
	left: 0;
}

.testimonial-slider-container .flexslider .slides li:after {
    content: url(/wp-content/themes/icompass/images/testimonial-right-quote.png);
	position: absolute;
	right: 0;
}

.testimonial-main-title {
	color: #05084d;
}

.testimonial-tagline {
	color: #339938;
	font-weight: 600;
}

.image-grid-button-wrapper {
	margin-top: 30px;
}

/* contact and landing pages */

.contact-left-container.content-half, .contact-right-container.content-half {
	width: 50%;
	float: left;
}

.contact-left-container {
	padding-right: 30px;
	/*padding-top: 22px;*/
}

.contact-right-container {
	padding-left: 30px;
}

/* contact page */


/* landing page */

.landing-main-container {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 20px 250px 20px;
}

.landing-page-header {
	padding: 125px 20px;
	text-align: center;
}

.landing-page-content {
	overflow: hidden;
	background-color: rgba(255,255,255,0.8);
	padding: 40px;
}

/* people page */

.people-image {
	width: 33.33%;
	float: left;
}

.people-content {
	width: 66.67%;
    float: left;
    padding-left: 50px;
}

.people-content h2 {
	line-height: 1;
	margin-bottom: 0;
}

.people-container:nth-child(even) {
    background: #e6e7e8;
}

/* careers page */

.quote-banner-container.blue-background {
    background: #195199;
}

.quote-banner-container .fixed-section-wrap {
    padding: 60px 20px 60px;
}

.quote-banner-container .quote-container {
	position: relative;
}

.quote-banner-container .quote-container:before {
    content: url(/wp-content/themes/icompass/images/white-open-quote.png);
    position: absolute;
    left: 0;
    top: 0;
}

.quote-banner-container .quote-container:after {
    content: url(/wp-content/themes/icompass/images/white-close-quote.png);
    position: absolute;
    right: 0;
	bottom: 0
}

.quote-content-container .quote-container div {
	max-width: 560px;
    padding: 0 50px;
    margin: 0 auto;
}

.quote-banner-quote {
    color: #fff;
    margin-bottom: 0;
	text-align: center;
}

.quote-banner-author {
	color: #fff;
	font-size: 18px;
    margin-bottom: 0;
	text-align: right;
	max-width: 650px;
    margin: 0 auto;
}

/* solution page */

.solutions-block-container img {
    max-height: 120px;
	margin-bottom: 30px;
}

.solutions-block-container .fixed-section-wrap {
    padding: 60px 20px 0;
	text-align: center;
}

.solutions-block-container h6 {
    font-weight: 700;
	margin-bottom: 0;
}

.solutions-content-container {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.solution-block {
	float: left;
	width: 100%;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.solutions-item-wrapper {
	position: relative;
	padding: 30px 40px 70px;
}

.solutions-item-wrapper.cols-1 {
	max-width: 400px;
    margin: 0 auto;
	float: none;
}

.solutions-subtitle {
	max-width: 700px;
    margin: 0 auto;
}

.solution-block .cta-banner-button-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.blue-border-bottom {
	border-bottom: 2px solid #195199;
	clear: both;
	margin: 0 20px;
}

/* product page */

.fixed-section-wrap.icon-title-wrap {
	overflow: visible;
}

.image-title-container {
	padding: 60px 20px 0;
}

.wysiwyg-title-container h5 {
	font-weight: 400;
	margin: 0;
}	

.wysiwyg-title-container .cta-content-container {
	padding: 60px 20px;
	float: left;
	width: 100%;
}

.image-title-container img {
	max-height: 120px;
    position: absolute;
    top: 94px;
}

.image-title-title {
	margin-bottom: 0;
    margin-left: 150px;
	margin-top: 20px;
}

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

/* video */

.monitor-container {
	position: relative;
    overflow: hidden;
	max-width: 500px;
    margin: 0 auto;
}

.video-container { 
    position: absolute;
    top: 10%;
    left: 12.2%;
    overflow: hidden;
    width: 76%;
    height: 70%;
}

.fancybox-inner,
.vidyard_player { 
	position: relative!important; 
	padding-bottom: 56.25%!important;
	height: 0!important;
	overflow: hidden;
	max-width: 100%;
} 

.vidyard_player iframe,
.vidyard_player object,
.vidyard_player embed,
.fancybox-inner iframe,
.fancybox-inner object,
.fancybox-inner embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vidyard_player > span {
		max-width: 100%;
        width: 100% !important;
        height: 0 !important;
        margin: 0 auto !important;
		padding-bottom: 56.25%!important;
		overflow: hidden;
    }

.video-container p {
	margin: 0;
}

.vidyard_wrapper img {
    width: 100%;
}

.vidyard_wrapper .play-btn {
    top: 45%;
}

/* learn and support */

.cd-filter-wrap.fixed-section-wrap {
	padding: 60px 20px;
	width: 100%;
}

.cd-filter-wrap .controls {
	width: 100%;
	float: left;
}

.cd-filter-wrap .filter-container {
	display: flex;
	flex-wrap: wrap;
    margin-top: 30px;
}

.cd-gallery.grid-view {
	font-size: 14px;
	font-size: 1.4rem;
}

.reset-wrapper {
	width: 100%;
}

.cd-filter-wrap .filter-container fieldset .filter-wrapper {
    text-indent: -15px;
    margin-left: 15px;
}

.cd-filter-wrap fieldset .filter-wrapper {
	margin-bottom: 10px;
}

.cd-filter-wrap fieldset.filter-solution {
	width: 25%;
	border-right: 1px solid #58595b;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}

.cd-filter-wrap fieldset.filter-role {
	width: 25%;
	border-right: 1px solid #58595b;
	float: left;
	margin: 0;
	padding: 0 20px;
}

.cd-filter-wrap fieldset.filter-type {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 20px;
}

.cd-filter-wrap fieldset.filter-type ul {
	-webkit-column-count: 2;
   -moz-column-count: 2;
    column-count: 2;
}

.learn-suport-container {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.knowledge-item-wrapper {
	
}

/*.learn-support-main-container .cd-gallery.grid-view .learn-suport-container {
	-webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;

    -webkit-column-gap: 2em; 
    -moz-column-gap: 2em;
    column-gap: 2em;
}*/

.learn-support-icon {
	width: 50px;
    margin: 0 auto 20px;
}

.mix {
	position: relative;
	border: 1px solid #58595b;
    display: block;
    width: calc(33% - 20px);
	/*max-width: 338px;*/
	height: 360px;
    margin: 10px;
    float: left;
}

.mix.video {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mix.video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,77,58,0.6);
}

.mix.video:after {
    position: absolute;
    height: 50px;
    width: 50px;
    content: "";
    background: url(/wp-content/themes/icompass/images/playbutton2x.png) no-repeat 0 0;
    background-size: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

.mix.video:hover:after {
	height: 50px;
    width: 50px;
    content: "";
    background: url(/wp-content/themes/icompass/images/playbutton-hover2x.png) no-repeat 0 0;
	background-size: 50px;
}

.learn-suport-container .video-item-block {
	position: relative;
}

.learn-suport-container .video-item-block h4 {
	color: #fff;
	margin: 0;
}

.mix.webinar {
	background-color: #c8c9c9;
	color: #fff;
	text-align: center;
	
}

.mix.case-study  {
	background-color: #031160;
	color: #fff;
	text-align: center;
	
}

.mix.whitepaper  {
	background-color: #1e66aa;
	color: #fff;
	text-align: center;
	
}

.mix.faq {
	background-color: #005e4a;
	color: #fff;
}

.mix.leadon {
	background-color: #cc4f30;
	color: #fff;
}

.mix .knowledge-item-wrapper {
	width: 100%;
	padding: 40px 20px;
}

.mix.video .knowledge-item-wrapper {
	position: absolute;
	top: inherit;
	bottom: 10%;
	transform: none;
}


.mix h4 {
	text-transform: uppercase;
	text-align: center;
}

.mix.webinar h4, .mix.case-study h4, .mix.whitepaper h4, .mix.webinar h4 a, .mix.case-study h4 a, .mix.whitepaper h4 a {
	color: #fff;
}

.mix.success-story h4, .mix.success-story h4 a {
	color: #1e66aa;
}

.mix.ls-post h4, .mix.ls-post h4 a {
	color: #339938;
}

.mix .read-more {
	position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
	text-align: center;
}

.learn-support-main-container .controls-pagination {
	text-align: center;
    margin-top: 30px;
	margin-bottom: 30px;
	float: left;
    width: 100%;
}

.ls-leadon-container {
	color: #fff;
    text-align: center;
}

.ls-leadon-container a, .ls-leadon-container h4 {
	color: #fff;
}

.controls-pagination button.hide-load-more {
	display: none;
}

.mixitup-page-stats {
	display: none;
}

.controls-pagination button, .controls-pagination button:disabled {
	background-color: #fff;
	color: #58595b;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 8px 12px;
	text-decoration: none;
}

.controls-pagination button:focus,
.controls-pagination button:hover,
.controls-pagination button.mixitup-control-active {
	color: #cc4f30;
}

.pum-theme-272 .pum-container {
	padding: 40px!important;
}

.pum-theme-272 .pum-container .title {
	font-family: 'Fjalla One', sans-serif;
    color: #339938;
    font-size: 36px;
    font-size: 3.6rem;
	margin-bottom: 20px;
}

.pum-content {
	max-width: 100%!important;
}

.popupmeta, .postmeta {
	margin-bottom: 10px;
}

.addtoany_shortcode {
	float: left;
	margin-right: 10px;
}

.addtoany_list {
    line-height: inherit!important;
}

.addtoany_list a, .widget .addtoany_list a {
    padding: 0 2px!important;
}

.pum-content .image-grid-button {
    padding: 0px 10px;
}

.single-webinar .entry-content ul {
	display: inline-block;
    text-indent: -20px;
    margin-left: 20px;
}

.single-webinar .entry-content ul > li {
	list-style-type: none!important;
}

.single-webinar .entry-content ul > li:before {
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    content: "";
    background: url("/wp-content/themes/icompass/images/icompass-check.png") no-repeat 0 0;
    background-size: 100%;
}

/* Accordion */

.accordion-container .fixed-section-wrap {
	padding: 60px 20px 30px;
}

.accordion-container h2 {
	width: 100%;
	text-align: center;
}

.accordion-faq-block {
	margin-bottom: 20px;
	float: left;
	float: left;
    width: 100%;
}

.trigger-button .accordion-question-block:before {
	background-color: #339938;
    color: #fff;
    content: '+';
    font-size: 20px;
    font-weight: 100;
    border: 1px solid #339938;
    border-radius: 50%;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}

h5.accordion-question-block {
	font-weight: normal;
	line-height: 1;
}

.trigger-button.active .accordion-question-block:before {
	background-color: #fff;
    content: '-';
    color: #339938;
}

.accordion-answer-block {
    margin-left: 45px;
    float: left;
}

/* Page content slider */

.content-slider-container {
	background: #004c3a;
    background: -webkit-linear-gradient(left, #004c3a, #339938);
    background: -o-linear-gradient(right, #004c3a, #339938);
    background: -moz-linear-gradient(left, #004c3a, #339938);
    background: linear-gradient(right, #004c3a, #339938);
}

.content-slider-container .fixed-section-wrap {
	padding: 60px 20px 120px;
}

.content-slider-title-wrap {
	text-align: center;
    margin-bottom: 40px;
}

h2.content-slider-title {
	color: #fff;
    margin-bottom: 0;
    display: inline-block;
	vertical-align: text-bottom;
	padding: 0 20px;
}

.content-slider-title-wrap a.cta-banner-button {
    min-width: auto;
}

.content-slider-container .cta-banner-button-wrapper {
    margin-top: 0;
    display: inline-block;
	vertical-align: text-bottom;
}

.content-slider-container .flexslider .slides {
    max-width: 700px;
}

.content-slider-container .flex-control-nav {
	bottom: inherit;
    margin-top: 30px;
}

/* client Carousel */

.carousel-container {
	padding: 60px 90px;
    overflow: visible;
    position: relative;
    max-width: 1160px;
}

.carousel-main-title {
	text-align: center;
}

.carousel-container .flexslider .slides img {
    max-width: 33.33%;
    width: 33.33%;
    display: block;
    float: left;
	padding: 0 20px;
}

.carousel-container .flex-control-nav {
	display: none;
}

.carousel-container .flex-direction-nav {
    display: block;
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav {
  height: 0;
}

.carousel-container  ul.flex-direction-nav li .flex-prev:after {
    background-image: url(/wp-content/themes/icompass/css/back2x.png);
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 80px;
    content: "";
    background-repeat: no-repeat;
}

.carousel-container  ul.flex-direction-nav li .flex-next:after {
    background-image: url(/wp-content/themes/icompass/css/forward2x.png);
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 80px;
    content: "";
    background-repeat: no-repeat;
}

.carousel-container  .flex-direction-nav li a {
    color: #fff;
    margin-top: -20px;
    opacity: 0.6;
    text-indent: 0;
    visibility: hidden;
    width: 50px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    cursor: pointer;
    text-indent: 0;
    z-index: 100;
}

.carousel-container  ul.flex-direction-nav li a:after {
    /*font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    width: 20px;*/
    visibility: visible;
}

.carousel-container  .flex-direction-nav .flex-prev {
  left: -90px;
}

.carousel-container  .flex-direction-nav .flex-next {
  right: -90px;
  text-align: right;
}

.carousel-container  .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}

.carousel-container .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.carousel-container .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}

.carousel-container .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.carousel-container .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* pricing page */

.pricing-content-container {
	max-width: 1100px;
    margin: 0 auto;
    padding: 40px 10px;
    overflow: hidden;
}

.pricing-block-container {
	border-radius: 5px;
	padding: 10px;
}

.solution-block-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}

.pricing-block {
	color: #fff;
	font-size: 14px;
	font-size: 1.rem;
    padding: 50px 20px 80px;
    border-radius: 10px;
    position: relative;
	min-height: 820px;
}

.cols-5 .pricing-block {
	min-height: 980px;
}

.solutions-callout {
	position: absolute;
    top: 5px;
    right: 0;
    left: 0;
}

.pricing-block h2 {
	color: #fff;
	text-align: center;
}

.cols-5 .solutions-content {
	min-height: 190px;
}

.solutions-price {
	font-family: 'Cantarell', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

/* height based on 25% or 20% width */

.cols-4 .solutions-price {
    min-height: 70px;
}

.cols-4 .solutions-content {
	min-height: 180px;
}

.cols-4 .solutions-details-title {
	min-height: 70px;
}

.cols-4 .solutions-item-row {
	min-height: 270px;
}

.cols-5 .solutions-title {
	min-height: 60px;
}

.cols-5 .solutions-price {
    min-height: 70px;
}

.cols-5 .solutions-content {
	min-height: 240px;
}

.cols-5 .solutions-details-title {
	min-height: 90px;
}

.cols-5 .solutions-item-row {
	min-height: 340px;
}

.solutions-price, .solutions-details-title, .solutions-callout {
	text-align: center;
}

ul.solutions-item-row {
	display: inline-block;
    text-indent: -20px;
    margin-left: 20px;
}

.solutions-item-row li {
	text-align: left;
    line-height: 1.6;
}

.solutions-item-row li:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    content: "";
    background: url(/wp-content/themes/icompass/images/white-tick.png) no-repeat 0 0;
    background-size: 100%;
}

.pricing-button-wrapper {
	position: absolute;
    bottom: 30px;
    width: calc(100% - 40px);
}

.pricing-banner-button {
	color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
	display: inline-block;
	width: 100%;
    text-align: center;
}

.pricing-banner-button:hover {
    background-color: #fff;
}

.orange .pricing-button-wrapper a:hover {
	color: #cc4f30;
}

.light-green .pricing-button-wrapper a:hover {
	color: #339938;
}

.dark-green .pricing-button-wrapper a:hover {
	color: #004c3a;
}

.dark-blue .pricing-button-wrapper a:hover {
	color: #05074c;
}

.light-blue .pricing-button-wrapper a:hover {
	color: #1e66aa;
}

.grey .pricing-button-wrapper a:hover {
	color: #6b6c6e;
}

.turquoise .pricing-button-wrapper a:hover {
	color: #78a49b;
}

.mauve .pricing-button-wrapper a:hover {
	color: #7c80a5;
}

/* addons for priocing page */

.addons-container h2 {
	text-align: center;
}

.addons-block-container {
	border-radius: 5px;
	padding: 10px;
}

.addons-block-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}

.addons-block {
	background-color: #005e4a;
	color: #fff;
	font-size: 14px;
	font-size: 1.rem;
    padding: 50px 20px 80px;
    border-radius: 10px;
    position: relative;
}

.addons-block h2 {
	color: #fff;
	text-align: center;
}

.addons-container .image-grid-button-wrapper {
	text-align: center;
}

/* height based on 25% or 20% width */

.cols-4 .addons-item-row {
	min-height: 150px;
}

.cols-5 .addons-title {
	min-height: 60px;
}

.cols-5 .addons-item-row {
	min-height: 180px;
}


ul.addons-item-row {
	display: inline-block;
    text-indent: -20px;
    margin-left: 20px;
}

.addons-item-row li {
	text-align: left;
    line-height: 1.6;
}

.addons-item-row li:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    content: "";
    background: url(/wp-content/themes/icompass/images/white-tick.png) no-repeat 0 0;
    background-size: 100%;
}

/* Third party Software Block */

.third-party-block-container {
	border-radius: 5px;
	padding: 10px;
}

.third-party-block-wrap {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.third-party-block {
	background-color: #1e66aa;
	color: #fff;
	font-size: 14px;
	font-size: 1.rem;
    padding: 50px 20px 80px;
    border-radius: 10px;
    position: relative;
}

.cols-1 .third-party-block {
	min-height: 285px;
}

.cols-2 .third-party-block, .cols-3 .third-party-block, .cols-4 .third-party-block, .cols-5 .third-party-block {
	min-height: 820px;
}

.third-party-block h2 {
	color: #fff;
	text-align: center;
}

.third-party-container .image-grid-button-wrapper {
	text-align: center;
}

/* height based on 25% or 20% width */

.cols-1 .third-party-block {
	text-align: center;
}

.cols-1 .third-party-block .pricing-button-wrapper {
	max-width: 200px;
    right: 0;
    left: 0;
    margin: auto;
}

/* privacy page */

.page-id-35 .entry-title {
	display: none;
}

#iubenda_policy .iub_content {
    padding: 0!important;
}

.iub_container p {
	color: #58595b;
    font-family: 'Cantarell', sans-serif!important;
    font-size: 15px!important;
	font-size: 1.5rem!important;
}

.iub_container h1, .iub_container h2, .iub_container h3 {
	color: #58595b;
    font-family: 'Cantarell', sans-serif!important;
}

.iub_container h1 {
	font-size: 23x!important;
	font-size: 2.3rem!important;
}

.iub_container h2 {
	font-size: 18px!important;
	font-size: 1.8rem!important;
}

.iub_container h3 {
	font-size: 15px!important;
	font-size: 1.5rem!important;
}

/* Recommended Content Block */

.recommended-content-container {
	background-color: #f2f2f2;
	padding: 50px 20px;
}

.recommended-content-container .fixed-section-wrap {
	padding: 0 10px;
}

.recommended-content-main-title {
	text-align: center;
	margin-bottom: 30px;
}

.recommended-content-items-container.rec-col-count-1 {
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
}

.recommended-content-items-container.rec-col-count-2 {
	display: flex;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}

.recommended-content-items-container.rec-col-count-3 {
	display: flex;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.recommended-content-item-container.rec-col-count-1,
.recommended-content-item-container.rec-col-count-2,
.recommended-content-item-container.rec-col-count-3 {
	display: flex;
	max-width: 358px;
	width: 100%;
	margin: 0 auto;
}

.recommended-content-item-container {
	padding: 10px 10px;
}

.recommended-content-item-wrapper {
	background-color: #fff;
    padding: 20px;
}

.recommended-content-image {
	height: 150px;
	overflow: hidden;
}

.recommended-content-image img {
	display: block;
}

.recommended-content-title {
	color: #339938;    
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

/* Sticky Footer Buttons */

.sticky-footer-button-container {
	position: fixed;
    bottom: 0;
    text-align: center;
	z-index: 999;
	height: 0;
	-webkit-transition: height 1s; /* Safari */
	-moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.sticky-footer-button-container.show-footer-buttons {
	height: 32px;
}

.sticky-footer-button-wrapper {
	display: inline-block;
	margin: 0 2px 0;
	width: 170px;
}

.sticky-footer-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
	width: 100%;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
}

.sticky-footer-button-1 .sticky-footer-button {
	background-color: #cc4f30;
	color: #fff;
}

.sticky-footer-button-2 .sticky-footer-button {
	background-color: #cc4f30;
	color: #fff;
}

.sticky-footer-button-3 .sticky-footer-button {
	background-color: #cc4f30;
	color: #fff;
}

.sticky-footer-button:hover,
.sticky-footer-button:focus {
	background-color: #af412c;
	color: #fff;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

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

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


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

.site-footer {
	background-color: #fff;
	color: #58595b;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 25px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer #menu-footer-nav li {
	float: left;
	width: auto;
	padding: 0 5px;
	border-left: 1px solid #58595b;
}

.site-footer #menu-footer-nav li:first-child {
	padding-left: 0;
	border-left: none;
}

.site-footer #menu-footer-nav li {
	float: left;
	width: auto;
}

.site-footer #menu-footer-nav li a {
	color: #58595b;
	text-decoration: none;
}

.site-footer .footer-right-container {
	width: 50%;
	float: left;
	text-align: right;
}

.site-footer .footer-left-container {
	width: 50%;
	float: left;
	text-align: left;
}

.site-footer .footer-right-content a {
	color: #58595b;
	text-decoration: none;
}

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

@media only screen and (max-width: 1340px) {


}


@media only screen and (max-width: 1200px) {

	#cd-vertical-nav {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1100px) {
	
	.pricing-container .cols-4, 
	.pricing-container .cols-5, 
	.addons-container .cols-2,
	.addons-container .cols-3,
	.addons-container .cols-4,
	.addons-container .cols-5 {
		width: 270px;
	}
	
}

@media only screen and (max-width: 1023px) {

	.site-header.stick-header-nav,
	.admin-bar .site-header.stick-header-nav {
		position: relative;
		top: 0;
	}

	.site-header .title-area {
		max-width: 200px;
		padding: 0;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.genesis-responsive-menu .wrap {
		padding: 0 0 20px;
		margin-top: 63px;
	}

	.menu-toggle {
		background: transparent;
		border-width: 0;
		color: #58595b;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle {
		background: transparent;
		color: #05074c;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #c3251d;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus	{
		background-color: transparent;
		border-width: 0;
		color: #05074c;
	}
	
	.sub-menu-toggle.activated {
		background-color: transparent;
		border-width: 0;
		color: #cc4f30;
	}
	
	#menu-header-menu > li a:focus  {
		color: #cc4f30!important;
	}
 
	.menu-toggle {
		background-color: rgba(255,255,255,0.5);
		color: #05084d;
		border-radius: 0;
		position: fixed;
		width: 40px;
		z-index: 1000;
		right: 10px;
		top: 10px;
		padding: 5px;
		margin: 0;
	}

	.admin-bar .menu-toggle {
		top: 42px;
	}

	.menu-toggle:hover {
		color: #05084d;
	}
	
	.menu-toggle:focus {
		color: #05084d;
	}

	.dashicons-menu:before {
		color: #05084d;
		font-size: 30px!important;
		width: 30px!important;
		height: 30px!important;
		text-rendering: auto; 
		float: right;
	}

	.sub-menu-toggle {
		float: right;
		padding: 0 65px 0 10px;
		/*position: absolute;*/
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.nav-primary {
		background: #fff;
		/*background: -webkit-linear-gradient(left, #fff, #fff);
		background: -o-linear-gradient(right, #fff, #fff);
		background: -moz-linear-gradient(left, #fff, #fff);
		background: linear-gradient(right, #fff, #fff);*/
		position: fixed;
		width: 100%;
		top: 0;
		padding: 0;
		z-index: 99;
	}

	.admin-bar .nav-primary {
		top: 32px;
	}
	
	.menu-item {
		text-transform: uppercase;
	}
	
	.menu-toggle .dashicons-before:before {
		width: 30px;
		height: 30px;
	}
	
	.dashicons-menu.activated:before {
		content: "\f335";
	}
	
	li.mobile-green {
		background: #004c3a; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(left, #004c3a, #339938); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, #004c3a, #339938); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(left, #004c3a, #339938); /* For Firefox 3.6 to 15 */
		background: linear-gradient(right, #004c3a, #339938); /* Standard syntax */
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu li {
		background-color: rgba(255,255,255,1);
	}
	
	#menu-header-menu a {
		color: #05074c;
		white-space: pre-line;
	}
	
	#menu-header-menu a:hover {
		color: #1e66aa;
	}
	
	#menu-header-menu > li.mobile-green > a {
		color: #fff;
	}
	
	#menu-header-menu li.mobile-green a:hover, #menu-header-menu li.mobile-green.current-menu-item a {
		color: #05084d;
	}
	
	#menu-header-menu li.mobile-green a:focus {
		color: #fff!important;
	}
	
	.moved-item-nav-header > a {
		text-transform: uppercase!important;
	}
	
	.search-form {
		overflow: hidden;
		width: 100%;
		max-width: 400px;
		width: 100%;
		padding: 5px 65px;
		float: right;
		padding-bottom: 20px;
	}
	
	#menu-header-menu li {
		border-left: none;
		padding-top: 10px;
	}
	
	#menu-header-menu a {
		padding: 0 65px 0 10px;
	}
	
	#menu-header-menu .menu-item-has-children > a {
		padding: 0;
		display: inline;
	}
	
	li.get-started-button {
		float: right!important;
		right: 65px;
		margin-top: 10px;
	}
	
	li.get-started-button > a {
		color: #fff!important;
		padding: 10px 20px!important;
		border: 1px solid #339938!important;
		border-radius: 8px!important;
		text-transform: none!important;
		max-width: 200px;
		text-align: center;
	}
	
	li.get-started-button a:hover {
		color: #fff!important;
	}
	
	li.first-menu-item {
		margin-top: 20px;
	}
	
	.genesis-nav-menu .sub-menu li:first-child {
		padding-top: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

@media only screen and (max-width: 900px) {
	
	.mix {
		width: calc(50% - 20px);
		height: 360px;
		margin: 10px;
	}
	
}

@media only screen and (max-width: 860px) {

	.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%;
	}
	
	.cols-3, .cols-4, .cols-5, .cols-6  {
		width: 50%;
	}
	
	.pricing-container .cols-2, 
	.pricing-container .cols-3, 
	.pricing-container .cols-4, 
	.pricing-container .cols-5, 
	.addons-container .cols-2,
	.addons-container .cols-3,
	.addons-container .cols-4,
	.addons-container .cols-5 {
		/*max-width: 250px;*/
	}
	
	.vidyard_player > span {
		margin: 20px auto!important;
	}
	
	.contact-left-container.content-half, .contact-right-container.content-half {
		width: 100%;
	}
	
	.contact-left-container.content-half {
		margin-bottom: 30px;
	}
	
	.contact-left-container {
		padding-right: 0;
	}

	.contact-right-container {
		padding-left: 0;
	}
		
	.cta-image-wrapper {
		padding: 10px 0;
	}
	
	.recommended-content-item-container {
		width: 100%;
	}
	
	.recommended-content-item-wrapper {
		max-width: 350px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 782px) {

	.admin-bar .menu-toggle {
		top: 56px;
	}

	.admin-bar .nav-primary {
		top: 46px;
	}

}

@media only screen and (max-width: 768px) {
	
	.indent {
		margin-left: 0;
	}
	
	touch .cd-nav-trigger, .touch #cd-vertical-nav {
		bottom: 40px;
	}

/* contact page */
	
	/* learn and support */
	
	.cd-filter-wrap .filter-container {
		display: block;
	}
	
	.cd-filter-wrap fieldset.filter-solution {
		width: 50%;
		padding: 0 20px;
	}

	.cd-filter-wrap fieldset.filter-role {
		width: 50%;
		border-right: none;
		padding: 0 20px;
	}
	
	.cd-filter-wrap fieldset.filter-type {
		width: 100%;
		padding: 20px 20px 0;
	}

	/* solutions */
	.image-text-grid-button-wrapper .image-grid-button {
		min-width: 150px;
	}
	
	.carousel-container ul.flex-direction-nav li .flex-prev:after {
		width: 50px;
		height: 50px;
	}
	
	.carousel-container ul.flex-direction-nav li .flex-next:after {
		width: 50px;
		height: 50px;
	}
	
	.recommended-content-items-container.rec-col-count-3 {
		display: block;
	}
	
}

@media only screen and (max-width: 600px) {
	
	/* home */
	
	.cols-2, .cols-3 {
		width: 100%;
	}
	
	.cta-banner-button-wrapper.cols-2:first-child {
		margin-bottom: 20px;
	}
	
	a.cta-banner-button {
		min-width: 240px;
	}
	
	.cta-banner-button-wrapper.cols-2:nth-of-type(1) a.cta-banner-button {
		float: none;
	}
	
	.cta-banner-button-wrapper.cols-2:nth-of-type(2) a.cta-banner-button {
		float: none;
	}
	
	.cols-4, .cols-5, .cols-6  {
		width: 100%;
	}
	
	.cols-2, .cols-3, .cols-4, .cols-5, .cols-6 {
		margin-top: 0;
	}
	
	.cols-2:first-child, .cols-3:first-child {
		margin-top: 0;
	}
	
	.cols-4:nth-of-type(1,2), .cols-5:nth-of-type(1,2), .cols-6:nth-of-type(1,2) {
		margin-top: 0;
	}
	
	.people-image {
		width: 100%;
	}
	
	.people-image img {
		width: 100%;
	}
	
	.people-content {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	
	.solution-block {
		display: block;
	}
	
	.image-title-container {
		margin-bottom: -60px;
	}

	.image-title-container img {
		position: relative;
		top: 0;
	}

	.image-title-title {
		margin-bottom: 20px;
		margin-left: 0;
		margin-top: 20px;
	}
	
	.carousel-container .flexslider .slides img {
		max-width: 100%;
		width: 100%;
		padding: 20px 0;
	}
		
	.mix {
		width: calc(100% - 20px);
		height: 360px;
		margin: 10px;
	}
	
	.sticky-footer-button-container.show-footer-buttons {
		height: 36px;
	}

	.sticky-footer-button-wrapper {
		display: inline-block;
		margin: 0 1%;
		width: 31%;
	}

	.sticky-footer-button {
		padding: 10px 5px;
		font-size: 12px;
	}
	
	.recommended-content-items-container.rec-col-count-2 {
		display: block;
	}
	
}

@media only screen and (max-width: 530px) {
	


}

@media only screen and (max-width: 480px) {
	
	/* home */
	
	.slider-button-wrapper.button-two{
		display:none;
	}
	
	/* learn and support */
	
	.cd-filter-wrap fieldset.filter-type ul {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	
	#cd-vertical-nav .cd-label {
		display: none;
	}
	
	.cd-filter-wrap fieldset.filter-solution {
		width: 100%;
		padding: 0 20px;
		border-right: none;
	}

	.cd-filter-wrap fieldset.filter-role {
		width: 100%;
		border-right: none;
		padding: 20px 20px 0;
	}

	.site-footer .footer-right-container {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}

	.site-footer .footer-left-container {
		width: 100%;
	}
	
	.home-blog-container {
		min-width: auto;
	}
	
	.page-template-page_blog img {
		margin: 0;
		width: 100%;	
	}
	
	.sticky-footer-button-container.show-footer-buttons {
		height: 34px;
	}

	.sticky-footer-button {
		font-size: 10px;
	}
	
	.recommended-content-container .fixed-section-wrap {
		padding: 0;
	}
	
	.recommended-content-item-container {
		padding: 0;
		margin-bottom: 20px
	}
	
	.slider-image-subtitle{
		display:none;
	}
	
}

@media only screen and (max-width: 372px) {
	
	.sticky-footer-button-container.show-footer-buttons {
		height: 42px;
	}
	
	.sticky-footer-button {
		font-size: 10px;
		height: 42px;
		vertical-align: top;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
