/*
Theme Name: Halo Business Intelligence Theme
Description: The Official Halo Theme
Author: Tiny Frog Technologies, Inc.
Author URI: https://tinyfrog.com/
Version: 1.0.4
Template: genesis
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

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

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

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

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

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


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

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

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

body:after
{
content: url('https://halobi.com/wp-content/themes/halo/images/halo-solution-business-hover.png') url('https://halobi.com/wp-content/themes/halo/images/supply-chain-before-hover.png') url('https://halobi.com/wp-content/themes/halo/images/business-process-before-hover.png') url('https://halobi.com/wp-content/themes/halo/images/clock-hover.png') url('https://halobi.com/wp-content/themes/halo/images/business-functions.png') url('https://halobi.com/wp-content/themes/halo/images/business-functions-hover.png');
display: none;
}

body {
	color: #21303e;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

::-moz-selection {
	background-color: #30647e;
	color: #fff;
}

::selection {
	background-color: #30647e;
	color: #fff;
}

a {
	color: #30647e;
	font-weight: 400;
	text-decoration:none;
}

a:hover {
	color: #D25400;
}

.entry-content a{
	font-weight: bold;
}

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

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

blockquote {
	margin: 40px;
	margin: 4rem;
}

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

.entry-content code {
	overflow-wrap: break-word;
	background-color: #333;
}

cite {
	font-style: normal;
}



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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 15px 0 15px;
	margin: 1.5rem 0 1.5rem;
}

.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	color: #21303e;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
    height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #333;
	outline: none;
	box-shadow: 0 0 5px #333;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #d35400;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 1em 2em;
	text-transform: none;
	width: auto;
	font-family: "Open Sans",sans-serif;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #E65D03;
}

.emodal-content input:hover[type="submit"]
{
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(249, 101, 3) 0%, rgb(209, 86, 3) 100%) repeat scroll 0 0
}

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

a.ow-button-hover {
	padding: 1em 2em !important;
	transition: 0.3s;
	border-width: 2px !important;
}

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

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

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

th,
td {
	text-align: left;
}

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

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

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

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

.wrap {
	margin: 0 auto;
	max-width: 1080px;
}

.site-container {
	overflow: hidden;
}

.site-inner {
	clear: both;
	padding-top: 0px;
	padding-top: 0rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

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

body.blog main .entry-content,
body.news main .entry-content,
body.case-studies main .entry-content,
body.whitepapers main .entry-content,
body.product-sheets main .entry-content,
body.webinars main .entry-content,
body.video-testimonials main .entry-content {
	margin-top: 0px;
}

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

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

.avatar {
	float: left;
}

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

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

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

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

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

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

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

.page-template-page_solutions a.alignleft,
.page-template-page_solutions img.alignleft {
	margin: 0 14px 10px 0;
}

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

a.alignleft,
a.alignright {
	border: none;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin: 5px 0;
	padding: 0;
}

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

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

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

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	color:#30647e;
	font-weight:bold;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;

}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

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

.site-header {
	z-index: 9998;
	width: 100%;
	min-height:100px;
	background:rgba(33, 48, 62, 0.95);
}

.site-header .wrap {
	position: relative;
}

.site-header .title-area {
	display: inline-block;
	width: 25%;
	padding-top: 16px;
	padding-left: 8px;
	text-align: left;
	vertical-align: top;
}

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

.title-area {
	display: inline-block;
	padding: 30px 5px 5px;
}

.title-area #logo {
	display: inline-block;
	max-width: 120px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

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


/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	display: inline-block;
	text-align: right;
	width: 75%;
	font-size:14px;
	color:#fff;
	vertical-align: top;
	padding-top: 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	padding: 2rem;
	position: relative;
}

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

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


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

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


.c-hamburger {
  	display: none;
  	position: relative;
  	overflow: hidden;
  	margin: 0;
  	padding: 0;
  	width: 60px;
  	height: 50px;
  	font-size: 0;
  	text-indent: -9999px;
  	appearance: none;
  	box-shadow: none;
  	border-radius: none;
  	border: none;
  	cursor: pointer;
  	transition: background 0.3s;
  	float: right;
}	

.c-hamburger:focus {
  	outline: none;
}

.c-hamburger span {
  	display: block;
  	position: absolute;
  	top: 23px;
  	left: 14px;
  	right: 14px;
  	height: 5px;
  	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  	position: absolute;
  	display: block;
  	left: 0;
  	width: 100%;
  	height: 5px;
  	background-color: #fff;
  	content: "";
}

.c-hamburger span::before {
  	top: -10px;
}

.c-hamburger span::after {
  	bottom: -10px;
}

.c-hamburger--htx {
  	background-color: #FF0000;
}

.c-hamburger--htx span {
  	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  	transition-duration: 0.3s, 0.3s;
  	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  	transition-property: top, transform;
}

.c-hamburger--htx span::after {
  	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  	background-color: #cb0032;
}

.c-hamburger--htx.is-active span {
  	background: none;
}

.c-hamburger--htx.is-active span::before {
  	top: 0;
  	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  	bottom: 0;
  	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  	transition-delay: 0s, 0.3s;
}

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

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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-header .entry-meta {
	font-size: 14px;
    	margin-bottom: 0.5rem;
    	padding-left: 10px;
}

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

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

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

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

.archive-pagination {
    margin: 20px 0;
    overflow: hidden;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 275px;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #333;	
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

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

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

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

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

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.site-footer {
	background-color: #253746;
	padding: 0px 0 30px;
	padding: 0rem 0 3rem;
	text-align: left;
}

.site-footer a, .site-footer p{
	color:#fff;
	font-size: 12px;
}

/*
CUSTOM CSS
----------------------------------------------------------------------------------------------------*/
.site-header .widget-area a{
	color:#fff;
	font-size:14px;
	text-transform:none;
}

.site-header .widget-area a:hover{
	color:#d35400;
}

.site-header .widget-area .genesis-nav-menu .current-menu-item > a,
.site-header .widget-area .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #d35400;
}

#header-top{
	margin-bottom:7px;
	text-transform:uppercase;
	font-size: 12px;
}

#header-top a{
	background: rgba(0, 0, 0, 0) url("images/divider.jpg") no-repeat scroll right center;
    	display: inline-block;
	margin: 0;
	padding: 0 10px 0 4px;
	text-transform:uppercase;
	font-size: 12px;
}

#header-top a:last-child {
	background: none;
}

#header-top a.phone-number{
	margin-right:0px;
	padding:0 0 0 19px;
	margin-left:15px;
	background:url("images/header-phone.png") left center no-repeat;
	color:#d35400;
	font-weight:bold;
	font-size:14px;
}

.nav-header ul li:last-child a{
	padding-right:0px;
}

.nav-header ul li:first-child a{
	padding-left:0px;
}

.nav-header ul li a{
	padding:20px 22px;
}

#footer-container{
	background-color: #253746;
	padding-top: 30px;
}

#footer-left{
	width:667px;
	float:left;
	color:#fff;
}

#footer-left .widget{
	margin-bottom:30px;
}

#footer-left .menu a{
	display:inline-block;
	color:#fff;
	list-style-type:none;
	font-size:14px;
}

#footer-left .menu li{
	display:inline-block;
	margin-right:48px;
}

#footer-left .menu li:last-child{
	margin-right:0px;
}

#footer-left .widget_text a{
	margin-right:7px;
}

#footer-right{
	width:345px;
	float:right;
}

#footer-right .widget-title{
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

#footer-right .gform_body{
	width:206px;
	float:left;
}

#footer-right .gform_wrapper .top_label input.medium,#footer-right .gform_wrapper .top_label select.medium {
    	background: #2c4153 none repeat scroll 0 0;
    	border: 0 none;
    	border-radius: 0;
    	color: #fff;
    	padding: 13px 15px;
	width:100%;
	border-right:1px solid #253746;
	font-size:16px;
}

#footer-right .gform_wrapper .top_label .gfield_label{
	display:none;
}

#footer-right .gform_wrapper .gform_footer {
    	clear: none;
    	float: left;
    	margin: 0;
    	padding: 0;
    	width: 132px;
	background: #2c4153 none repeat scroll 0 0;
	border-radius:0px;
}

#footer-right div.gform_wrapper li,#footer-right div.gform_wrapper form li,body #footer-right .gform_wrapper label.gfield_label + div.ginput_container {
    	margin: 0rem 0 0;
}

#footer-right .gform_wrapper .gform_footer input[type="submit"] {
    	background: #2c4153 none repeat scroll 0 0;
    	font-size: 14px;
    	font-weight: bold;
    	width: 100%;
	color:#d35400;
	height:50px;
	border-radius:0px;
	max-height:48px;
}

#footer-right .gform_wrapper .gform_footer input[type="submit"]:hover{
	background: #2c4153 none repeat scroll 0 0;
}

::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder {
   color: #fff;
}


.button-more,.button-more-mobile {
	display: inline-block;
	font-size: 16px;
	padding: 1em 2em;
	text-transform: none;
	background:#d35400;
	background: -webkit-linear-gradient(top, #d35400, #d35400);
	background: -o-linear-gradient(top, #d35400, #d35400);
	background: -ms-linear-gradient(top, #d35400, #d35400);
	background: -moz-linear-gradient(top, #d35400, #d35400);
	background: linear-gradient(to bottom, #d35400, #d35400);
	font-weight:bold;
	color:#fff;
}

.button-more:hover, .button-more-mobile:hover{
	background: -webkit-linear-gradient(top, rgb(249, 101, 3) 0%, rgb(209, 86, 3) 100%);
	background: -o-linear-gradient(top, rgb(249, 101, 3) 0%, rgb(209, 86, 3) 100%);
	background: -ms-linear-gradient(top, rgb(249, 101, 3) 0%, rgb(209, 86, 3) 100%);
	background: -moz-linear-gradient(top, rgb(249, 101, 3) 0%, rgb(209, 86, 3) 100%);
	background: linear-gradient(to bottom, rgb(249, 101, 3) 0%, rgb(209, 86, 3) 100%);
	color:#fff;
}

/*
HOME PAGE PANELS STYLING
*/

.home-page-panel-one-inner{
	padding:147px 0;
	text-align:center;
	color:#fff;
	position: relative;
}

.home-page-panel-one-inner .button-more {
	margin-top:13px;
}

.home-page-panel-one-inner h1{
	font-size:40px;
}

.home-page-panel-one-inner p{
	letter-spacing: 1px;
}

.home-page-panel-one-inner::after{
	/*background: rgba(0, 0, 0, 0) url("images/home-blue-triangle.png") repeat scroll 0 0;*/
    	bottom: -33px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 33px;
    	left: 27%;
    	position: absolute;
    	width: 38px;
	z-index: 1000;
}

.home-page-panel-two{
	color:#21303e;
	position: relative;
	padding-top:69px;
	padding-bottom: 52px;
	overflow:hidden;
}

.home-page-panel-three-inner::before{
	/*background: rgba(0, 0, 0, 0) url("images/product-panel-one-triangle.png") no-repeat scroll 0 0;*/
    	top: -5px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 33px;
    	right: 27%;
    	position: absolute;
    	width: 33px;
	z-index: 1000;
}

.home-page-panel-two h2{
	font-size:30px;
	color:#21303e;
}

.home-page-panel-two-inner-row-one{
	text-align:center;
	font-size:21px;
}

.home-page-panel-two-inner-row-two .widget-title{
	font-size:21px;
	font-weight:bold;
	margin-bottom:3px;
}

.home-page-panel-two-inner-row-two .orange .widget-title
{
	color:#d35400;
}


.home-page-panel-two-inner-row-two .blue .widget-title{
	color:#21303e;
}

.home-page-panel-two-inner-row-two-services{
	margin-top:35px;
}

.home-page-panel-two .button-more {
    margin-top: 40px;
}

.home-page-panel-three{
	position:relative;
	padding:50px 0;
}

.home-page-panel-three-inner{
}

.home-page-panel-three-inner-row-one{
	text-align:center;
}

.home-page-panel-three-inner-row-one h2{
	color:#21303e;
	font-size:3rem;
}

.home-services {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.home-services .normal {
	position: relative;
	width: 100%;
	z-index: 100;
	color: #fff;
}

.home-services .inner {
	height: 100%;
	left: 0;
	padding: 30px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.home-services .inner p,
.home-services .inner h2::after {
	opacity: 0;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition:opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.home-services .inner h2{
	transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px); /* IE 9 */
	-webkit-transform: translate3d(0px, 100%, 0px); /* Chrome, Safari, Opera */
	transition: transform 0.35s ease 0s;
	-webkit-transition:-webkit-transform 0.35s ease 0s;
	margin: 0;
	padding: 5px 0;
	font-size: 1.3em;
}

.home-services .inner h2::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 100%;
	transform: translate3d(0px, 40px, 0px);
	-ms-transform: translate3d(0px, 40px, 0px); /* IE 9 */
	-webkit-transform: translate3d(0px, 40px, 0px); /* Chrome, Safari, Opera */
	width: 100%;
}

.home-services .inner p {
	line-height: 1.5;
	transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px); /* IE 9 */
	-webkit-transform: translate3d(0px, 100%, 0px); /* Chrome, Safari, Opera */
	padding: 5px;
}

.home-services:hover h2::after {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px); /* IE 9 */
	-webkit-transform: translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */
}

.home-services:hover p{
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px); /* IE 9 */
	-webkit-transform: translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */
}

.home-services:hover h2 {
	transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px); /* IE 9 */
	-webkit-transform: translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */
}

.home-services h3{
	margin-bottom:0px;
	font-size: 1.1em;
	font-weight:400;
}

.home-services p{
	color:#fff;
}

.home-services .on-hover {
	height: 222px;
	margin-top: 0;
	position: relative;
	transition: all 300ms ease-in-out 0s;
	width: 100%;
}

.home-services .on-hover .inner {
	right: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.home-services:hover .normal h3 {
	display:none;
}

.home-services:hover .on-hover {
	height: 222px;
	margin-top: -222px;
	width: 100%;
	z-index: 1000;
}

.service-btn{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 150px;
	border-radius:1px;
	border:2px solid #fff;
	padding: 1em 2em;
	font-size:14px;
	background:transparent;
	color:#fff;
	text-decoration:none !important;
	transition:all 300ms ease;
}

.service-btn:hover{
	background:#d35400;
	border:2px solid #d35400;
	color:#fff;
}

.home-page-panel-three-inner::after {
    	/*background: rgba(0, 0, 0, 0) url("images/shaded-white-triangle.png") repeat scroll 0 0;*/
    	bottom: -33px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 33px;
    	left: 27%;
    	position: absolute;
    	width: 38px;
    	z-index: 1000;
}

.home-page-panel-four{
	position: relative;
    	padding: 50px 0 29px;
}

.home-page-panel-four h2{
	color:#21303e;
	font-size:3rem;
}

.home-page-panel-four a{
	color:#30647e;
	text-decoration:underline;
	font-size:18px;
	font-weight:bold;
}

.home-page-panel-four a:hover{
	color:#30647e;
}

.home-page-panel-five{
	position: relative;
    	padding: 50px 0 29px;
	color:#fff;
	font-size:20px;
	line-height:1.4;
}

.home-page-panel-five-inner ul{
	margin-left:0px;
}

.entry-content .home-page-panel-five ul li{
	background: rgba(0, 0, 0, 0) url("images/list-style-icon.png") no-repeat scroll left 3px;
    	font-size: 17px;
    	line-height: 1.3;
    	list-style-type: none;
    	padding-bottom: 15px;
    	padding-left: 28px;
}

.home-page-panel-five .small{
	font-size:13px;
}

.home-page-panel-five .button-more{
	background:transparent;
	border:2px solid #fff;
}

.home-page-panel-five .button-more:hover,.product-row-two-inner .button-more:hover{
	background: #d35400 none repeat scroll 0 0;
  border: 2px solid #d35400;
}

.home-page-panel-six{
	position: relative;
    	padding: 50px 0 29px;
}

.home-page-panel-six-inner h2{
	color: #21303e;
	font-weight:300;
	font-size:3rem;
}

.home-page-panel-four h2,.home-page-panel-five h2{
	font-size:3rem;
}

.home-page-panel-six a {
    color: #30647e;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.home-page-panel-six a:hover,.home-page-panel-four a:hover,.supply-chain-contact-form #footer-email:hover,.supply-chain-contact-form #footer-phone:hover,.supply-chain-row-two-inner-row-two a:hover,#footer-phone:hover,#footer-email:hover{
	color:#d25400;
}

.home-page-panel-five-inner::after {
    /*background: rgba(0, 0, 0, 0) url("images/home-green-triangle.png") repeat scroll 0 0;*/
    bottom: -34px;
    color: #fff;
    content: "";
    display: block;
    height: 34px;
    right: 27%;
    position: absolute;
    width: 38px;
    z-index: 1000;
}

.home-page-panel-seven h2{
	margin-bottom:0px;
	padding:25px 0;
	font-size:3rem;
}


.home-page-panel-seven .panel-grid-cell:nth-of-type(1) {
    	padding-left: 40px !important;
}

.home-page-panel-seven .panel-grid-cell:nth-child(2){
	padding-left: 70px !important;
}


.blog_class{
	border-bottom: 1px solid #d3dbd9;
    	clear: both;
    	font-size: 14px;
    	margin-bottom: 25px;
    	margin-left: 56px;
    	max-width: 420px;
	overflow:hidden;
}

.blog_class p{
	line-height:1.3;
	margin-bottom:2px;
}

.blog_class:last-child{
	border-bottom:0px;
}

.blog_class h1{
	font-size:20px;
	line-height: 1.2;
}

.blog_class h1 a{
	color:#009373;
	font-weight:normal;
}

.blog_class .read-more{
	display: inline-block;
    	margin-top: 0px;
    	overflow: hidden;
    	text-decoration: underline;
	
}

.footer-blog{
	padding-top:24px;
	font-size: 14px;
	text-align: left;
}

.footer-recent-news{
	margin-top:25px;
	overflow: hidden;
	border-right: 1px solid #d3dbd9;
	text-align: left;
}

.footer-recent-news .execphpwidget{
	max-width:490px;
	padding-right:20px;
}

.footer-recent-news ul{
	margin-left:3rem;
	margin-top:16px;
}

.footer-recent-news li{
	border-bottom: 1px solid #d3dbd9;
	margin-bottom:12px;
	padding-bottom:24px;
	list-style-type:none !important;
	font-size:14px;
}

.footer-recent-news li span
{
	color:#d35400;
	display:block;
	margin-bottom:9px;
	font-weight:400;
}

.footer-recent-news li span strong a{
	color:#d35400;
}

.footer-recent-news .read-more{
	text-decoration:underline;
	margin-top:5px;
	display:block;
}

.footer-recent-news li:last-child{
	border-bottom: 0px;
}

.home-page-panel-eight .widget-title{
	display:none;
}

.home .entry-footer{
	display:none;
}

body .recent-post-image{
	width:179px;
	margin-right:13px;
}

/*
SUPPLY CHAIN SOLUTIONS STYLING
*/

.supply-chain-row-one{
	padding:79px 0;
	color:#fff;
	font-size:18px;
	position:relative;
}

.supply-chain-row-one h1{
	font-weight:bold;
	font-size:40px;
}

.supply-chain-row-one strong{
	font-size:21px;
}

.supply-chain-row-one-inner:after{
	/*background: rgba(0, 0, 0, 0) url("images/solution-blue-panel-triangle.png") repeat scroll 0 0;*/
    	bottom: -32px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 33px;
    	left: 27%;
    	position: absolute;
    	width: 38px;
    	z-index: 1000;
}

.supply-chain-tabs .tabs_item{
	padding:0px !important;
}

.supply-chain-tabs .tabs_item > p {
    	display: none;
}

.supply-chain-tabs .tabs_item .su-column-size-3-5,.wp-tab-content .su-column-size-3-5,.supply-chain-tabs .tabs_item .su-column-size-1-2, .wp-tab-content .su-column-size-1-2,.supply-chain-tabs .tabs_item .su-column-size-1-1{
	padding:40px 35px;
	background:rgba(0, 0, 0, 0) url("images/tab-left-bg.png") repeat-y scroll 0 0 / cover ;
	min-height:400px;
	border-radius:5px;
	width:60%;
}

.wp-tab-content .su-column-size-1-1{
	padding:40px 35px;
	background:rgba(0, 0, 0, 0) url("images/tab-left-bg.png") repeat-y scroll 0 0 / cover ;
	min-height:400px;
	border-radius:5px;
	width:100%;
}

.wp-tab-content .su-column-size-1-1 iframe{
	float:right;
	width:60%;
}

.supply-chain-tabs .tabs_item .su-column-size-2-5,.wp-tab-content .su-column-size-2-5{
	padding:44px 30px;
	min-height:400px;
	background:#21303e;
	color:#fff;
	width:40%;
	margin:0px !important;
	border-bottom-right-radius: 5px;
    	border-top-right-radius: 5px;
}

.supply-chain-tabs .tabs_item .su-column-size-2-5 li,.wp-tab-content .su-column-size-2-5 li{
	background: rgba(0, 0, 0, 0) url("images/list-style-icon.png") no-repeat scroll left top;
    	font-size: 13px;
    	line-height: 1.3;
    	padding-left: 32px;
	padding-bottom:10px;
	list-style-type:none;
}

.entry-content .supply-chain-tabs .tabs_item .su-column-size-2-5 ul,.wp-tab-content .su-column-size-2-5 ul {
    	margin-left: 0.5rem;
}

.supply-chain-tabs .tabs_item .su-column-size-2-5 h4,.wp-tab-content .su-column-size-2-5 h4{
	font-size:14px;
	font-weight:bold;
}

.supply-chain-tabs .tabs_item .button-more,.wp-tab-content .button-more{
	font-size:19px;
	font-weight:bold;
	padding:10px 13px;
	margin-top:15px;
}


body .wp-tabs div.wpui-tabs-nav-holder{
	display:none;
}

.supply-chain-row-two{
	padding:50px 0 70px;
	color:#21303e;
	font-size:21px;
	position:relative;
}

.supply-chain-row-two-inner:after{
	/*background: rgba(0, 0, 0, 0) url("images/grey-triangle.png") repeat scroll 0 0;*/
    	bottom: -29px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 29px;
    	position: absolute;
    	right: 27%;
    	width: 34px;
    	z-index: 1000;
}

.supply-chain-row-two-inner-row-one{
	font-size:21px;
	color:#21303e;
	text-align:center;
	margin-bottom:15px;
}

.supply-chain-row-two-inner-row-one h2{
	font-weight:bold;
	color:#21303e;
	font-size:3rem;
}

.supply-chain-row-two-inner-row-two{
	font-size:17px;	
}

.supply-chain-row-two-inner-row-two .widget-title{
	font-size:20px;
	font-weight:bold;
}

.supply-chain-platform-one .widget-title{
	color:#d35400;
}

.supply-chain-platform-two .widget-title{
	color:#21303e;
}

.supply-chain-platform-three .widget-title{
	color:#00646b;
}

.supply-chain-row-two-inner-row-two a{
	display:inline-block;
	color:#30647e;
	font-size:18px;
	text-decoration: underline;
}

.supply-chain-platform-one .panel-grid .panel-grid-cell:first-child,.supply-chain-platform-two .panel-grid .panel-grid-cell:first-child,.supply-chain-platform-three .panel-grid .panel-grid-cell:first-child{
	text-align:right;
	padding:0 !important;
}

.supply-chain-platform-one .panel-grid .panel-grid-cell:first-child img,.supply-chain-platform-two .panel-grid .panel-grid-cell:first-child img,.supply-chain-platform-three .panel-grid .panel-grid-cell:first-child img{
	float:right;
}

.supply-chain-row-three{
	padding: 50px 0;
    	position: relative;
	text-align:center;
}

.supply-chain-row-three .meeting-heading h2{
	color: #21303e;
	margin-bottom: 32px;
}

.supply-chain-row-three-inner::before {
    	/*background: rgba(0, 0, 0, 0) url("images/shaded-white-triangle.png") repeat scroll 0 0;*/
    	bottom: -33px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 33px;
    	left: 27%;
    	position: absolute;
    	width: 38px;
    	z-index: 1000;
}

.supply-chain-row-four{
	padding: 50px 0 10px;
    	position: relative;
	text-align:center;
}

.supply-chain-row-four a{
	text-decoration:underline;
}

.supply-chain-row-four h2{
	color: #21303e;
	font-size:3rem;
}

.supply-chain-row-five{
	padding:50px 0 24px;
	text-align:center;
	color:#fff;
}

.supply-chain-row-five a{
	margin-top:21px;
}

.footer-phone-widget{
	padding-right:25px;
	background:rgba(0, 0, 0, 0) url("images/footer-divider.jpg") no-repeat scroll right center
}


#footer-phone{
	background: rgba(0, 0, 0, 0) url("images/footer-phone-icon.png") no-repeat scroll left center;
    	color: #fff;
    	font-size: 24px;
    	font-weight: normal;
    	line-height: 1;
    	margin: 0;
    	padding-left: 30px;
}

#footer-email{
	background:url("images/footer-email-icon.png") left center no-repeat;
	padding-left:33px;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	margin: 0;
}

/*
SUPPLY CHAIN ANALYSIS STYLING
*/

.supply-chain-analysis-row-one,.product-row-one-title{
	color: #fff;
    	font-size: 18px;
    	padding: 74px 0 96px;
    	position: relative;
}

.supply-chain-analysis-row-one-inner::after {
    	/*background: rgba(0, 0, 0, 0) url("images/solution-blue-panel-triangle.png") repeat scroll 0 0;*/
    	bottom: -32px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 33px;
    	left: 27%;
    	position: absolute;
    	width: 38px;
    	z-index: 1000;
}

.supply-chain-analysis-row-one h1,.product-row-one-title h1 {
    	font-size: 40px;
    	font-weight: bold;
	margin-bottom:7px;
}


.supply-chain-analysis-row-two{
	padding:50px 0 0;
	position:relative;
	font-size:21px;
}


body .soua-tab{
	padding:0 !important;
	background-color: transparent !important;
}

body .soua-tab li a, body .wpui-light ul.ui-tabs-nav li a{
	font-size:14px !important;
	font-weight:bold !important;
	padding: 0 15px !important;
	line-height: 3.6;
	color: #173763;
	text-shadow: 0 0 0 transparent;
}

body ul.soua-tabs li:last-child a{
	padding-right:0 !important;
}

body ul.soua-tabs,body .wpui-light ul.ui-tabs-nav{
	background:url("images/tab-bg.jpg") repeat;
	border:1px solid #e5e6e6;
	margin-bottom:5px !important;
	padding: 0;
	box-shadow: 0 0 0 transparent inset;
}

body .wp-tabs .ui-tabs-panel .wp-tab-content {
    	margin-bottom: 0;
    	margin-top: 0;
    	padding: 0;
}

body .wpui-light .ui-tabs-panel {
    	background: transparent none repeat scroll 0 0;
    	border-radius: 5px;
    	text-shadow: 0 0 0 transparent;
	padding:0px;
}

body .wpui-light .ui-tabs {
    	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    	border: 0 none;
    	border-radius: 0;
}

body ul.soua-tabs li{
	background:url("images/line.png") right top no-repeat;
}

body .wpui-light ul.ui-tabs-nav li {
    	background: rgba(0, 0, 0, 0) url("images/line.png") no-repeat scroll right top;
    	border-color: transparent;
    	border-style: none;
    	border-width: 0;
    	margin-right: 0;
    	padding: 0;
}

body ul.soua-tabs li:last-child{
	background:none;
}

body .soua-tab li.current a,body .wpui-light ul.ui-tabs-nav li.ui-state-active a{
	background:url("images/tab-active-bg.jpg") repeat-x;
	min-height: inherit;
	max-height: 52px;
	color:#fff;
	border-radius: 0;
	text-shadow: 0 0 0 transparent;
}

body .wpui-light ul.ui-tabs-nav li.ui-state-active {
    	background: transparent none repeat scroll 0 0;
    	border: 0 none;
}

body .tab_content,body .wp-tab-content{
	border-radius:5px;
	font-size:13px;
	color:#21303e;
	background: -webkit-linear-gradient(357deg, rgb(218, 218, 216) 0%, rgb(238, 238, 238) 100%) !important;
	background: -o-linear-gradient(357deg, rgb(218, 218, 216) 0%, rgb(238, 238, 238) 100%) !important;
	background: -ms-linear-gradient(357deg, rgb(218, 218, 216) 0%, rgb(238, 238, 238) 100%) !important;
	background: -moz-linear-gradient(357deg, rgb(218, 218, 216) 0%, rgb(238, 238, 238) 100%) !important;
	background: linear-gradient(93deg, rgb(218, 218, 216) 0%, rgb(238, 238, 238) 100%);
}

body .tab_content h3,body .wp-tab-content h3{
	font-size:19px;
	color:#21303e;
	font-weight:bold;
	line-height:1.3;
}

.halo-solutions{
	border-top:2px solid #04476b;
	padding:40px 0 5px;
}

.halo-solutions.no-border{
	border:0px;
}

.halo-solutions h2{
	font-weight:bold;
	color:#21303e;
	font-size:30px;
}

.halo-solutions a{
	width:253px;
	height:142px;
	margin:0 auto;
	display:block;
	text-align:center;
	font-size:18px;
	position:relative;
}

.halo-solutions a strong{
	position:absolute;
	top:50%;
	transform:translate(0%,-50%);
	-ms-transform: translate(0%,-50%); /* IE 9 */
    	-webkit-transform: translate(0%,-50%); /* Chrome, Safari, Opera */
	width:100%;
	text-align:center;
	display:block;
	line-height:1.2;
}

.halo-solutions .business-intelligence a{
	border:1px solid #04476b;
	color:#04476b;
	background:#fff;
}

.halo-solutions .business-intelligence a strong:before{
	background: rgba(0, 0, 0, 0) url("images/supply-page-business-intelligence-icon.png") repeat scroll center top;
    	content: "";
    	display: block;
    	height: 17px;
    	margin-bottom: 20px;
    	margin-left: auto;
    	margin-right: auto;
    	width: 23px;
}

.halo-solutions .business-intelligence a:hover{
	background:#04476b;
	color:#fff;
}

.halo-solutions .business-intelligence a:hover strong:before{
	background: rgba(0, 0, 0, 0) url("images/halo-solution-business-hover.png") repeat scroll center top;
}

.halo-solutions .supply-chain a{
	border:1px solid #d35400;
	color: #d35400;
	background:#fff;
}

.halo-solutions .supply-chain a strong:before{
	background: rgba(0, 0, 0, 0) url("images/supply-chain-before.png") repeat scroll center top;
    	content: "";
    	display: block;
    	height: 19px;
    	margin-bottom: 20px;
    	margin-left: auto;
    	margin-right: auto;
    	width: 19px;
}

.halo-solutions .supply-chain a:hover{
	background:#d35400;
	color:#fff;
}

.halo-solutions .supply-chain a:hover strong:before{
	background: rgba(0, 0, 0, 0) url("images/supply-chain-before-hover.png") repeat scroll center top;
}

.halo-solutions .business-process a{
	border:1px solid #428b8b;
	color:#428b8b;
	background:#fff;
}

.halo-solutions .business-process a strong:before{
	background: rgba(0, 0, 0, 0) url("images/business-process-before.png") repeat scroll center top;
    	content: "";
    	display: block;
    	height: 19px;
    	margin-bottom: 20px;
    	margin-left: auto;
    	margin-right: auto;
    	width: 22px;
}

.halo-solutions .business-process a:hover{
	background:#428b8b;
	color:#fff;
}

.halo-solutions .business-process a:hover strong:before{
	background: rgba(0, 0, 0, 0) url("images/business-process-before-hover.png") repeat scroll center top;
}

.halo-solutions .business-functions a{
	border:1px solid #21303e;
	color:#21303e;
	background:#fff;
}

.halo-solutions .business-functions a strong:before{
	background: rgba(0, 0, 0, 0) url("images/business-functions.png") repeat scroll center top;
    	content: "";
    	display: block;
    	height: 19px;
    	margin-bottom: 20px;
    	margin-left: auto;
    	margin-right: auto;
    	width: 22px;
}

.halo-solutions .business-functions a:hover{
	background:#21303e;
	color:#fff;
}

.halo-solutions .business-functions a:hover strong:before{
	background: rgba(0, 0, 0, 0) url("images/business-functions-hover.png") repeat scroll center top;
}


.orange-full-border{
	height:43px;
}

.supply-chain-analysis-last-row{
	padding:50px 0 45px;
}

.supply-chain-analysis-last-row .left-coulmn .button-more{
	font-size: 17px;
  margin-top: 15px;
	padding: 1em 2em;
}

.supply-chain-analysis-last-row .left-coulmn{
	border-right:1px solid #bebbbb;
	font-size:24px;
	padding-bottom: 35px;
  padding-top: 34px;
}

.supply-chain-contact-form{
	padding-left:20px;
	text-align:center;
	color:#253746;
}

.supply-chain-contact-form h1{
	font-size:24px;
	font-weight:bold;
	color:#253746;
	margin-bottom:3px;
}

.supply-chain-contact-form h3{
	font-size:24px;
	color:#253746;
	margin-bottom:15px;
	font-weight: 400;
}

.supply-chain-contact-form .gform_wrapper {
    	margin: 0 auto;
    	max-width: 97%;
}

body .supply-chain-contact-form .gform_wrapper label.gfield_label + div.ginput_container {
    	margin-top: 0;
}

.supply-chain-contact-form input{
	font-size:14px !important;
	border-radius: 0;
    padding: 6px 10px !important;
	color:#253746;
	font-weight:600;
	border:0px;
}

.supply-chain-contact-form .gform_wrapper .top_label .gfield_label{
	display:none;
}

.supply-chain-contact-form .gform_wrapper .top_label li.gfield.gf_right_half,.supply-chain-contact-form .gform_wrapper .top_label li.gfield.gf_left_half {
    	margin: 0 0 20px;
    	width: 48.5%;
}

.supply-chain-contact-form .gform_wrapper .top_label li#field_2_5{
	margin:0px !important;
}

.supply-chain-contact-form .gform_wrapper textarea.medium {
	height: 80px;
	width: 96.5%;
	border-radius: 0px;
	padding: 10px 15px;
	font-size:14px;
	font-weight:600;
	border:0px;
}

.supply-chain-contact-form ::-webkit-input-placeholder {
   color: #253746;
}

.supply-chain-contact-form ::-moz-placeholder{
   	color: #253746;	
}

.supply-chain-contact-form :-ms-input-placeholder{
   	color: #253746;
}

.send-button{
	color:#d35400;
	border:1px solid #d35400;
	padding:10px;
	width:195px;
	background:transparent;
	font-weight:bold;
}

.send-button:hover{
	background:#d35400 none repeat scroll 0 0;
	color:#fff;
}

.supply-chain-contact-form .gform_wrapper .gform_footer p {
    	display: none;
}

.supply-chain-contact-form .gform_wrapper .gform_footer{
	text-align:center;
	margin-top:4px;
}

.supply-chain-contact-form ul#analysis-footer-contact{
	max-width:320px;
	margin: 0 auto;
}

.supply-chain-contact-form ul#analysis-footer-contact li{
	display: inline-block;
	list-style-type:none !important;
}

.supply-chain-contact-form ul#analysis-footer-contact li:first-child{
	background: rgba(0, 0, 0, 0) url("images/footer-divider.jpg") no-repeat scroll right center;
	padding-right: 10px;
}

.supply-chain-contact-form #footer-phone{
	color:#253746;
	font-size:19px;
	background: rgba(0, 0, 0, 0) url("images/colored-footer-phone-icon.png") no-repeat scroll left center;
	background-size:17px;
	padding-left: 24px;
}

.supply-chain-contact-form #footer-email{
	color:#253746;
	font-size:14px;
	background: rgba(0, 0, 0, 0) url("images/colored-footer-email-icon.png") no-repeat scroll left center;
	background-size:17px;
	margin: 0 0 0 6px;
    	padding-left: 23px;
}

/*
PRODUCTS PAGE STYLING
*/

.product-row-one{
	padding:50px 0 20px;
	position:relative;
	font-size:21px;
}

.product-row-one h2
{
	color:#21303e;
}

.product-row-one-inner::after {
    	/*background: rgba(0, 0, 0, 0) url("images/product-panel-one-triangle.png") repeat scroll 0 0;*/
    	bottom: -29px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 29px;
    	position: absolute;
    	right: 27%;
    	width: 34px;
    	z-index: 1000;
}

.product-row-one-inner-row-one{
	font-size:21px;
	text-align:center;
}

.product-row-one-inner-row-one h1{
	font-size:30px;
	color:#21303e;
	margin-bottom:10px;
}

.product-row-one .soua-tab.vertical a, body .product-row-one .wpui-light ul.ui-tabs-nav li a {
    	background: url("images/vertical-tab-bg.jpg") no-repeat;
	min-height:56px;
	padding: 8px 20px 8px 13px !important;
	font-size:11px !important;
	color:#fff;
	border-radius:0px;
}

.product-row-one .wp-tabs.wpui-tabs-vertical ul.ui-tabs-nav li{
	box-shadow: 0 0 0 transparent inset;
	border: 0 none;
	background: transparent none repeat scroll 0 0;
}

.product-row-one .soua-tab.vertical .current a, body .product-row-one .wpui-light ul.ui-tabs-nav li.ui-state-active a {
    	background: url("images/active-tab-poligon.png") no-repeat;
}

.wpui-light .ui-tabs-vertical ul.ui-tabs-nav li {
    	box-shadow: 0 0 0 transparent inset;
}


.product-row-one .vertical .soua-tabs,.product-row-one .wpui-light .ui-tabs-vertical ul.ui-tabs-nav {
	width:32.5% !important;
	border: medium none;
	background: transparent none repeat scroll 0 0;
	border-radius:0px;
}

.product-row-one .wpui-light .ui-tabs-vertical ul.ui-tabs-nav li.ui-state-active {
    	background: transparent none repeat scroll 0 0;
    	box-shadow: 0 0 0 transparent inset;
}

body .product-row-one ul.soua-tabs li {
    	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.product-row-one .vertical .tabs_item img {
    	float: right !important;
    	margin-right: 0 !important;
    	width: inherit !important;
}

body .product-row-one .vertical .tab_content, body .product-row-one .wpui-light .ui-tabs-vertical .ui-tabs-panel {
    	background: transparent !important;
    	border-radius: 0px;
	font-size:16px;
	box-shadow: 0 0 transparent inset;
	padding: 0 15px;
}

body .product-row-one .tab_content, body .product-row-one .wp-tab-content {
    	background: transparent !important;
    	border-radius: 0;
    	font-size: inherit;
}

body .product-row-one .vertical .tab_content h3,body .product-row-one .wp-tab-content h3{
	font-size:20px;
	color:#d35400;
}

.schedule-demo .button-more{
	margin-top: -34px;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	width: 159px;
}

.product-row-two{
	padding:60px 0 40px;
	position:relative;
}

.product-row-two-inner::before {
	/*background: rgba(0, 0, 0, 0) url("images/product-page-green-triangle.PNG") no-repeat scroll 0 0;*/
	bottom: -33px;
	color: #fff;
	content: "";
	display: block;
	height: 33px;
	left: 27%;
	position: absolute;
	width: 38px;
	z-index: 1000;
}

.product-row-two h2{
	font-size:30px;
	font-weight:500;
	color:#fff;
	margin-bottom:0px;
}

.product-row-two h3{
	color:#d35400;
	font-size:30px;
}

.product-row-two-inner{
	font-size:18px;
	color:#fff;
}

.product-row-two-inner .right-row{
	padding-left:25px;
}

.entry-content .product-row-two-inner ul {
    	margin-left:0rem;
}

.product-row-two-inner ul li{
	background: rgba(0, 0, 0, 0) url("images/list-style-icon.png") no-repeat scroll left center;
    	font-size: 17px;
    	line-height: 2.5;
    	list-style-type: none;
    	padding-left: 28px;
}

.product-row-two-inner .button-more {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
}

.product-row-three{
	padding:50px 0 20px;
	position:relative;
}

.product-row-three h2{
	color: #21303e;
   	font-size: 30px;
    	font-weight: 500;
    	margin-bottom: 0;
}

.product-row-three h3{
	color: #d35400;
    	font-size: 30px
}

.product-row-three-inner{
	font-size:17px;
	line-height:1.3;
}
.product-row-three-inner strong span {
	font-size:21px;
}

.product-row-three-inner::after {
    	/*background: rgba(0, 0, 0, 0) url("images/product-white-triangle.png") repeat scroll 0 0;*/
    	bottom: -29px;
    	color: #fff;
    	content: "";
    	display: block;
    	height: 29px;
    	position: absolute;
    	right: 27%;
    	width: 34px;
    	z-index: 1000;
}

.entry-content .product-row-three-inner ul {
    	margin-left:0rem;
}

.product-row-three-inner ul li{
	background: rgba(0, 0, 0, 0) url("images/list-style-orange.png") no-repeat scroll left center;
    	font-size: 16px;
    	line-height: 2.5;
    	list-style-type: none;
    	padding-left: 28px;
}

.product-row-three-inner .left-column{
	padding-left: 60px;
    	padding-right: 52px
}

.product-row-four{
	padding:60px 0 20px;
	position:relative;
}

.site-inner{
	position:relative;
	z-index:900;
}

.featured-image {
	float: none;
	margin-right:0px;
	width: 100%;
	max-height:224px;
	overflow:hidden;
}

.featured-image img{
	width:100%;
}

.entry-title{
	color:#30647e;
}

.entry-footer .entry-meta {
    	border-top: medium none;
    	bottom: 10px;
    	left: 10px;
    	margin-bottom: 0;
    	padding-top: 0;
    	position: absolute;
}

.page-template-page_blog-php .site-inner,
.archive .site-inner {
	padding-top:3rem;
}

.archive-description{
	display:none;
}

body .emodal{
	z-index:9999 !important;
	width: 600px !important;
}

body .emodal .gform_wrapper .top_label input.medium, body .emodal .gform_wrapper .top_label select.medium, body .emodal .gform_wrapper textarea.medium {
    	width: 100%;
	padding: 10px;
	font-family: "Open Sans",sans-serif;
	font-size:14px;
	border: 1px solid #ccc;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

body .emodal .gform_wrapper select.medium {
	padding: 8px 10px !important;
}

body .emodal .gform_wrapper{
	max-width:100%;
}

body .emodal .gform_wrapper h3.gform_title {
    	color: #21303e;
    	font-size: 30px;
    	padding-bottom: 15px;
    	border-bottom: 1px solid #e5e5e5;
	font-weight: 400;
	margin: 0;
}

body .emodal .gform_wrapper .top_label .gfield_label {
    	font-family: "Open Sans",sans-serif !important;
    	font-weight: 400;
    	margin: 0 5px !important;
	font-size:15px;
}

body .emodal .gform_wrapper .gfield_checkbox li label,body .emodal .gform_wrapper .gfield_radio li label{
	font-family: "Open Sans",sans-serif !important;
    	font-weight: 400;
	font-size:15px;
}

body .gform_wrapper select option {
	font-family: "Open Sans",sans-serif !important;
}

body .emodal div.gform_wrapper li, body .emodal div.gform_wrapper form li {
    	margin: 0.5rem 0 1rem;
}

body .emodal textarea {
	height: 72px !important;
}

body .emodal select[multiple] {
	height: 45px !important;
	padding: 0 5px !important;
}

body .emodal > .emodal-close {
	font-family: "Open Sans",sans-serif !important;
	font-size: 20px !important;
    	font-weight: 700;
}

body .emodal > .emodal-close:hover {
	color: #7F7F7F !important;
}

body .emodal .gform_wrapper {
	margin: 0;
}

body .emodal .gform_wrapper.gf_browser_chrome select[multiple=multiple] {
    	height: 55px !important;
}

.contact-office-btn::before {
	background: transparent url(images/colored-footer-phone-icon.png) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 18px;
	left: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 18px;
	margin: auto;
	z-index: 1000;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.contact-office-btn {
	border: 2px solid;
	display: block;
	font-family: open sans;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 1em 1em 1em 2em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	max-width: 200px;
}

.button-white-hover-orange {
	background: transparent !important;
	background-color: rgba(255,255,255,0) !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	transition: 0.3s !important;
}
.button-white-hover-orange:hover {
	background-color: #D25400 !important;
	border: 2px solid #E65D03 !important;
}

/*
 BLOG PAGE STYLING
*/

.archive article.type-post{
	display: inline-block;
	vertical-align: top;
	width:33.25%;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	height: 400px;
	background-color: #fff;
	color: #30647e;
	transition: background-color 0.8s ease-out 0s,
		color 0.4s ease-out 0s;
}
.archive article.type-post:hover {
	background-color: #20303e;
	color: #fff;
}

body.category main.content {
	padding-bottom: 30px;
}

body.archive article.type-post,
body.category article.type-post {
	overflow: hidden;
}

article.type-post .featured-image{
	width:97%;
	margin:0 auto;
	padding-top:5px;
	transition: transform 0.4s ease-out 0s;
}

article.type-post:nth-child(3n+3){
	border-right:0px;
}

article .entry-title{
	font-size:1.8rem;
	padding-left:10px;
	padding-right:5px;
}

article.type-post .entry-header > a {
    line-height: 0;
}

.entry-time{
	background: rgba(0, 0, 0, 0) url("images/079-clock.png") no-repeat scroll left center;
	padding-left: 24px;
}

article.type-post .post-content {
	background:transparent;
	padding-top:15px;
	transition: color 0.4s ease-out 0s,
		margin-top 0.4s ease-out 0s;
}
article.type-post .post-content a {
	transition: color 0.4s ease-out 0s
}

.post-content .category-excerpt{
	padding-left: 10px;
  padding-right: 5px;
	font-size:15px;
}

.entry-footer .entry-meta{
	display:none;
}

.entry-footer .entry-meta a{
	color:#fff;
}

article.type-post:hover .entry-footer .entry-meta{
	display:block;
}

article.type-post:hover .featured-image{
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
	z-index:100;
}

article.type-post:hover .post-content {
	margin-top: -15px;
	z-index:1000;
	position: relative;
	color:#fff;
}

article.type-post:hover .post-content a {
	color:#fff;
}

article.type-post:hover .entry-time{
	background: rgba(0, 0, 0, 0) url("images/clock-hover.png") no-repeat scroll left center;
}



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

.archive .category-header .entry-title{
	text-align:center;
	color:#2F637D;
	padding-top:30px;
	font-weight:bold;
}

.category-icon{
	margin:0 auto;
}

.single article.type-post {
	border: 0 none;
	float: none;
	height: auto;
	transition: all 0.4s ease-out 0s;
	width: 100%;
}

.single article.type-post:hover{
	background:transparent;
	color:#21303e;
}

.single article .entry-title {
	font-size: 2.8rem;
	padding-left: 0;
	padding-right: 0;
}

.single .entry-header,
.category .entry-header {
	margin: 0 -4000px;
	padding: 100px 4000px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

main.content article header.entry-header {
	padding-top: 0;
	padding-bottom: 0;
}

main.content article header.entry-header.hero {
	padding-top: 100px;
	padding-bottom: 100px;
}

.single .entry-header h1,
.category .entry-header h1 {
	font-weight: bold;
  font-size: 40px;
	text-align: center;
}

.category .entry-header .subtitle {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}

.single .entry-header .entry-meta {
    	font-size: 14px;
    	margin-bottom: 1.5rem;
    	padding-left: 0;
}

header.cf-hero {
	min-height: 286px;
	margin: 0 -4000px;
	padding: 0 4000px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
header.cf-hero h1 {
	padding-top: 80px;
  font-size: 40px;
}

.single article.type-post:hover .entry-time{
	background: rgba(0, 0, 0, 0) url("images/079-clock.png") no-repeat scroll left center;
}

.single .entry-footer .entry-meta {
    	display: block;
    	left: 0;
    	position: relative;
}

.single .entry-footer .entry-meta a{
	color:#21303e;
}

.related_post_title{
	color:#2F637D;
	font-weight:bold;
}

body .wp_rp_wrap .related_post_title{
	margin-top: 19px !important;
	margin-bottom: 10px !important;
}

#blog-header-featured-image {
	position: relative;
  padding: 100px 0;
}

#blog-header-featured-image img {
	width:100%;
}

#categories-title-container {
	position: relative;
	width: 100%;
	text-align: center;
}
#categories-title-container h1,
#categories-title-container h2,
#categories-title-container h3,
#categories-title-container h4,
#categories-title-container h5,
#categories-title-container h6 {
	color: #fff;
}

#blog-header-featured-image h1{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	text-align: center;	
}

.page-template-page_blog #blog-header-featured-image h1{
	position: absolute;
	width:100%;
	left: 0;
	top: 25%;
}

#blog-header-featured-image span{
    	color: #fff;
    	display: block;
    	font-size: 20px;
    	font-weight: 400;
    	text-align: center;
    	width: 100%;
	margin-top:5px;
}

/*
NEW TABS STYLING
------------------------------------------------------------------------------------------*/
/*
body.page-template-page_products .product-row-one .wpui-light ul.ui-tabs-nav li {
    	background: rgba(0, 0, 0, 0) url("images/vertical-tab-bg.jpg") no-repeat scroll 0 0;
    	border-radius: 0;
    	color: #fff;
    	font-size: 11px !important;
    	min-height: 56px;
    	padding: 8px 35px 8px 15px !important;
}

.page-template-page_products .product-row-one .soua-tab.vertical .current a, body.page-template-page_products .product-row-one .wpui-light ul.ui-tabs-nav li.ui-state-active a{
	
}

.page-template-page_products .product-row-one .soua-tab.vertical a, body.page-template-page_products .product-row-one .wpui-light ul.ui-tabs-nav li a {
    	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    	border-radius: 0;
    	color: #fff;
    	font-size: 11px !important;
    	min-height: 10px;
    	
}

.page-template-page_products .product-row-one .wpui-light .ui-tabs-vertical ul.ui-tabs-nav li.ui-state-active {
    	background: rgba(0, 0, 0, 0) url("images/active-tab-poligon.png") no-repeat scroll 0 0;
}

*/

body.page-template-page_products .product-row-one .wpui-light ul.ui-tabs-nav li a span{
	padding: 0 20% 0 0 !important;
	line-height:1.2;
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	display:block;
}

.resource-panel-one .sow-headline h1{
	padding-top: 20px;
}

.resource-panel-one .sow-headline h4{
	font-size: 1.6rem;
}

.resource-panel-two h4{
	border-right:1px solid #21303e;
	font-size: 1.6rem;
}

.resource-panel-two .panel-grid-cell:last-child h4{
	border-right:0px;
}

.resources-divider{

}

.resources-divider h4{
	border-top: 2px solid #21303e;
    	color: #d35400;
    	font-weight: bold;
    	padding-bottom: 15px;
    	padding-top: 35px;
}

.single #blog-header-featured-image{
	max-height:320px;
	overflow: hidden;
}

.schedule-demo-contact form{
	width:50%;
	margin:0 auto;
}

body .schedule-demo-contact form input {
    	margin: 0;
    	padding: 5px !important;
    	width: 100% !important;
}

.schedule-demo-contact .gform_wrapper .top_label select.medium,.schedule-demo-contact .gform_wrapper textarea.medium{
	height:auto;
	width: 100% !important;
}

.schedule-demo-contact .gform_wrapper textarea.medium{
	height:130px;
}

.schedule-demo-contact .gform_wrapper .top_label .gfield_label{
	margin: 0.25em 0 0;
}

body .schedule-demo-contact form input[type="submit"]{
	margin: 0 auto !important;
    	padding: 10px 25px !important;
    	width: auto !important;
}

.schedule-demo-contact .gform_wrapper .gform_footer{
	text-align:center;
}

.schedule-demo-contact .gform_title{
	color:#30647e;
	font-size: 2.4rem;
}

.category-title{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:60px;
}

body .contact-tabs ul.soua-tabs li:last-child a{
	padding-right:13px !important;
}

.emodal-content .gfield_checkbox {
	overflow: hidden;
}

.emodal-content .gfield_checkbox li {
	width: 50%;
	float: left;
}

body .gform_confirmation_message{
	color: #d35400;
    	font-size: 14px;
    	font-weight: 600;
}

.resources-divider.resources-categories .border-bottom{
	border-top: 2px solid #21303e;
	padding-bottom:25px;
}

.ressource-categories a{
	font-weight:bold;
}

.thank-you p a.read-more{
	display:none;
}

.authorbox {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px solid #888;
    margin: 12px 0 24px;
    padding: 12px;
}

.authorbox .authimg {
    float: left;
    height: 95px;
    width: 95px;
}

.authorbox .authbio {
    margin-left: 100px;
}

body .resources-carousel .soliloquy-container .soliloquy-image,body .current-opening-carousel .soliloquy-container .soliloquy-image{
	display:none;
}

body .resources-carousel .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom,body .current-opening-carousel .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    bottom: inherit;
    position: relative;
    width: 100%;
}

body .resources-carousel .soliloquy-container .soliloquy-caption .soliloquy-caption-inside,body .current-opening-carousel .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: transparent none repeat scroll 0 0;
    color: #474747;
    display: block;
    font-size: 1em;
    line-height: 1.25;
    padding: 0;
    text-align: center;
    text-shadow: inherit;
}

body .resources-carousel .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title,body .current-opening-carousel .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin: 10px 0 0;
}

body .resources-carousel .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title a,body .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title a:hover,body .current-opening-carousel .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title a{
	color: #474747;
}

body .resources-carousel .fc-thumbnail-image,body .current-opening-carousel .fc-thumbnail-image {
    max-height: 169px;
    overflow: hidden;
}

body .resources-carousel .soliloquy-container .soliloquy-next,body .current-opening-carousel .soliloquy-container .soliloquy-next{
	right:0;
	top:0px;
	margin-top: -30px;
}

body .resources-carousel .soliloquy-container .soliloquy-prev,body .current-opening-carousel .soliloquy-container .soliloquy-prev{
	right:40px;
	top:0px;
	margin-top: -30px;
	left:inherit;
}


.six-directives .so-panel.widget {
    	float: left;
    	margin-right: 21px;
    	width: 32%;
}

.current-opening-carousel{
	padding-bottom:50px !important;
}

.current-opening-carousel .soliloquy-wrapper{
	margin:0px !important;
}

.six-directives .so-panel.widget:nth-of-type(3n+3) {
    	margin-right: 0;
}

body .product-row-three-inner-row .panel-grid-cell:first-child {
    float: right !important;
}

#products-computer-row .panel-grid-cell:first-child{
	float:right !important;
}

#gforms_confirmation_message_1 #ifrm{
	display:none;
}

#resources-categories-menu ul{
	margin-left:0px;
	text-align: center;
}

#resources-categories-menu li{
	display: inline-block;
	list-style-type: none;
	text-align: center;
	line-height: 1.2;
	border-right: 1px solid #21303e;
	margin: 10px 0;
	padding: 0 15px;
}

#resources-categories-menu li:last-child{
	border-right: 0px;
}

.resources-divider.resources-categories{
	padding-bottom: 35px;
    	padding-top: 15px;
}

body ul.related_post li{
	width: 185px !important;
}

body ul.related_post li img{
	width: 178px !important;
}

.menu-categories-menu-container .current-menu-item a,
.menu#menu-demo-categories .current-menu-item a,
.menu#menu-demo-categories .current-menu-parent a {
	color:#d35400;
}

.supply-chain-row-five-inner h2{
	font-size:3rem;
}

.error404 .entry-content{
    	text-align: center;
}
.error404 .entry-title {
    	font-size: 21.6em;
    	color: #3c3c3c;
	line-height:0.8;
	margin-bottom: 33px;
	text-align:center;
}

.error404 .entry-content h2{
	font-size:18px;
	color:#303030;
	font-style:italic;
	margin-bottom:10px;
	font-weight:600;
} 

.error404 .entry-content p {
      	color: #444;
    	font-weight: 400;
	font-size:15px;
}

.error404 .site-inner{
	padding:55px 0;
}

.error404 a.button-more {
    	display: inline-block;
       	display: block;
    	width: 80px;
    	margin: 15px auto;
}

.desktop-button-more {
	display:none;
}

.page-template-page_landing-php .header-widget-area,.page-template-page_landing-php #footer-left .widget_nav_menu,.page-template-page_landing-php #footer-right{
	display:none;
}

#footer-right .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.site-footer .wrap a {
    	color: #d35400;
}

.halo-connector {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 100%;
	margin: 0 auto;
	box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat !important;
	background-position: center center;
	background-size: 70%;
	transition: 0.5s;
}
.halo-connector:hover {
	transform: translateY(4px);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,0.1);
}
.halo-connector h3.widget-title {
	display: none;
}

.page-template-page_connectors-php .entry-content .connectors {
	position: relative;
	text-align: center;
}
.page-template-page_connectors-php .entry-content .connectors .connector {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 250px;
	margin: 0 5px;
	transition: 0.25s;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.35);
}
.page-template-page_connectors-php .entry-content .connectors .connector:hover {
	box-shadow: 0 10px 40px -15px rgba(0,0,0,0.35);
}
.page-template-page_connectors-php .entry-content .connectors .connector img {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 170px;
	max-height: 100px;
	margin: auto;
	transition: 0.2s;
}
.page-template-page_connectors-php .entry-content .connectors .connector:hover img {
	transform: translateZ(10px);
	max-width: 190px;
	max-height: 120px;
}

.dashboard-blocks-row {
	display: flex;
	margin: 0 -5px;
	align-items: normal !important;
}

.dashboard-blocks-row > .panel-grid-cell {
	flex: 1;
	margin: 0 5px 15px;
	padding: 0 !important;
	border: 1px solid #30647e;
	background-color: #fff;
	min-height: 180px;
}
.dashboard-blocks-row.orange > .panel-grid-cell {
	border: 1px solid #d35400;
}

.dashboard-blocks-row.grey > .panel-grid-cell {
	border: 1px solid #303030;
}

.dashboard-blocks-row > .panel-grid-cell h3 {
	display: block;
	margin: 0;
	padding: 10px 0;
	background-color: #30647e;
	color: #fff;
	font-size: 1em;
}
.dashboard-blocks-row.orange > .panel-grid-cell h3 {
	background-color: #d35400;
}

.dashboard-blocks-row.grey > .panel-grid-cell h3 {
	background-color: #303030;
}

.dashboard-blocks-row > .panel-grid-cell p {
	padding: 5px;
}

.su-tabs,
.su-tabs-vertical.products-tabs {
	background-color: transparent !important;
}

.su-tabs-vertical.products-tabs .su-tabs-nav {
	padding-top: 1em;
}

.su-tabs .su-tabs-nav span,
.su-tabs-vertical.products-tabs .su-tabs-nav span {
	margin: 0 0 4px;
	border-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-weight: bold;
	overflow: hidden;
	background-color: #20303f;
	color: #fff;
}

.su-tabs .su-tabs-nav span:hover {
	background-color: #04476b;
}

.su-tabs .su-tabs-nav span.su-tabs-current {
	background-color: #364e65;
}

.su-tabs-vertical.products-tabs .su-tabs-nav span.su-tabs-current {
	border-right: 5px solid #9eb5cc;
	background-color: #364e65;
}

.su-tabs .su-tabs-panes .su-tabs-pane,
.su-tabs-vertical.products-tabs .su-tabs-panes .su-tabs-pane {
	padding: 0 20px;
	background-color: transparent;
}

.products-tabs h3 {
	color: #d35400;
}

.products-tabs p {
	font-size: 1.1em;
}

.su-tabs-pane h3,
.su-tabs-pane h4 {
	color: #21303e;
}

/* Top Hero Sizing */

.hero-row-one {
	position: relative;
	min-height: 400px;
}

.hero-row-one-inner {
	text-align: center;
	color: #fff;
}

header.cf-hero {
	position: relative;
	min-height: 400px;
}

header.cf-hero .hero-content {
	position: absolute;
	display: block;
	height: fit-content;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	transform: translate(0, -50%);
}


.su-table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
}
.su-table-responsive::-webkit-scrollbar:vertical {
	width: 12px;
}
.su-table-responsive::-webkit-scrollbar:horizontal {
	height: 12px;
}
.su-table-responsive::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.7);
	border: 2px solid #ffffff;
}
.su-table-responsive::-webkit-scrollbar-track {
	background-color: #ffffff;
}


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

@media (min-width: 1025px) {

	.site-inner {
		padding: 0px 1%;
	}

	.halo-connector-row .panel-grid-cell {
		width: calc(25% - ( 0.75 * 10px ) ) !important;
	}
	
	.single .entry-header.hero .subtitle {
		font-size: 1.2em;
	}
	
	.demo #demo-desktop {
		display: block;
	}
	
	.demo #demo-mobile {
		display: none;
	}

}

@media (min-width: 737px) {
	
	body.page-scrolled .site-container {
		padding-top: 64px;
	}

	body.page-scrolled .site-header {
		position: fixed;
    	width: 100%;
    	min-height: auto;
    	margin-top: -64px;
    	z-index: 1001;
	}

	body.page-scrolled .site-header .title-area {
		padding-top: 4px;
	}

	body.page-scrolled .site-header #logo {
		max-width: 80px;
	}

	body.page-scrolled .site-header .widget-area {
		padding-top: 0;
	}

	body.page-scrolled .site-header section:first-child{
		display:none;
	}
	
}

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

	.site-header .widget-area {
    		width: 745px;
	}

	.content {
		width: 580px;
	}

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

	.home-page-panel-five{
		font-size:17px;
	}

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

	.entry-content .home-page-panel-five ul li{
		font-size:14px;
	}

	#footer-left {
    		width: 600px;
	}

	#footer-left .menu li {
    		margin-right: 30px;
	}

	#footer-right .gform_wrapper .gform_footer input[type="submit"]{
		height:45px;
	}

	.product-row-one .vertical .tabs_item img{
		width: 45% !important;
	}

	.product-row-one .soua-tab.vertical .current a {
    		background-size: contain;
    		min-height: 30px;
	}

	.product-row-one .soua-tab.vertical a {
       		min-height: 40px;
    		padding-left: 20px !important;
    		line-height: 3.5;
    		background-size: contain;
	}

	.schedule-demo .button-more{
		padding: 12px 5px;
    		width: 125px;
    		bottom: 5px;
    		font-size: 13px;
	}

	.product-row-two h3,.product-row-two h2,.product-row-three h2,.product-row-three h3,.product-row-one-inner-row-one h1 {
    		font-size: 25px;
	}

	.product-row-two-inner {
    		font-size: 15px;
	}

	.product-row-two-inner ul li {
    		background: rgba(0, 0, 0, 0) url("images/list-style-icon.png") no-repeat scroll left top;
    		font-size: 15px;
    		line-height: 1;
    		padding-bottom: 17px;
	}

	.product-row-three-inner ul li {
    		background: rgba(0, 0, 0, 0) url("images/list-style-orange.png") no-repeat scroll left top;
    		font-size: 15px;
    		line-height: 1;
    		padding-bottom: 15px;
	}

	h1 {
    		font-size: 25px;
    		font-size: 2.5rem;
	}

	body .product-row-one .vertical .tab_content{
		font-size:15px;
	}

	.supply-chain-analysis-row-one h1 {
    		font-size: 33px;
	}

	.supply-chain-analysis-row-one {
    		font-size: 16px;
	}

	body .soua-tab li a {
    		font-size: 12px !important;
	}

	.supply-chain-analysis-row-two{
		font-size: 16px;
	}

	.supply-chain-row-one h1{
		font-size:28px;
	}

	.supply-chain-row-one{
		font-size:15px;
	}

	.supply-chain-row-one strong {
    		font-size: 17px;
	}

	.supply-chain-row-one {
    		padding: 25px 0;
	}

	.supply-chain-row-two-inner-row-one {
    		font-size: 15px;
	}

	.supply-chain-row-two {
    		padding: 44px 0 20px;
	}

	body .supply-chain-row-two-inner-row-two > .panel-grid-cell {
    		width: 300px !important;
    		margin: 0 auto;
	}

	body .supply-chain-row-two-inner-row-two > .panel-grid-cell .panel-grid .panel-grid-cell:first-child {
    		float: left !important;
    		width: 18% !important;
    		padding-right: 10px !important;
	}

	body .supply-chain-row-two-inner-row-two > .panel-grid-cell .panel-grid .panel-grid-cell:last-child {
		float:left !important;
		width: 80% !important;
	}

	.supply-chain-row-two-inner-row-two .widget-title {
    		margin-bottom: 0px;
    		line-height: 1.8;
	}

	.supply-chain-row-two-inner-row-two {
    		font-size: 15px;
	}

	body #pg-w567a932422d17-1 .panel-grid-cell{
		float:left !important;
		width:16.5% !important;
		padding: 0px 8px !important;
	}

	body #pg-w5680df94751e4-1 .panel-grid-cell {
    		padding: 0;
    		float: left;
    		width: 50%;
	}

	/*.page-template-page_blog-php .content,.single .content,.archive .content {
    		width: 75%;
	}*/

	.page-template-page_blog-php .sidebar,.single .sidebar,.archive .sidebar{
    		width: 20%;
	}

	body.page-template-page_products .product-row-one .wp-tab-content-wrapper img{
		width:50%;
	}

	body.page-template-page_products .product-row-one .wpui-light .ui-tabs-vertical ul.ui-tabs-nav {
    		width: 35.3% !important;
	}

	.six-directives .so-panel.widget {
    		float: left;
    		margin-right: 33px;
    		width: 31%;
	}

	.resource-panel-two h4{
		font-size:1.4rem;
	}

	.first-category h4{
		text-align:left !important;
	}

	.homepage-video{
		text-align:center;
	}
	
	.home-page-panel-three-inner-row-one h1,.home-page-panel-six-inner h1,.home-page-panel-four h2,.home-page-panel-five h2,.home-page-panel-seven h1,.home-page-panel-six-inner h2,.home-page-panel-three-inner-row-one h2,.supply-chain-row-two-inner-row-one h2,.supply-chain-row-four h2,.halo-solutions h2,h2,.supply-chain-row-five-inner h2{
		font-size:22px;
	}

	#resources-categories-menu li{
		font-size:14px;
	}

	.demo #demo-desktop {
		display: none;
	}
	.demo #demo-mobile {
		display: block;
	}
	
	.so-panel .demoblock {
		min-height: auto;
	}

	.home-services {
		font-size: 0.8em;
	}

}

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

	.wrap {
		max-width: 705px;
	}

	.site-header {
		position: relative;
	}
	
	.site-header .search-form,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	#blog-header-featured-image h1 {
    background-image: none !important;
		padding: 0 !important;
	}

	.site-inner {
		padding: 0 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.title-area{
		width:105px;
	}

	.site-header .widget-area {
    		width: 580px;
	}

	.single .entry-content {
		padding-left: 5px;
		padding-right: 5px;
	}

	.home-page-panel-one-inner {
    		padding: 60px 0;
	}

	.home-page-panel-one-inner h1 {
    		font-size: 28px;
	}

	.service-btn {
    		padding: 7px;
    		font-size: 11px;
	}

	.home-page-panel-two h2 {
    		font-size: 21px;
	}

	.home-page-panel-two-inner-row-one{
		font-size:17px;
	}

	body #pl-w56751e42491d5 .panel-grid-cell {
    		padding: 0 15px !important;
    		float: left !important;
	}

	.home-page-panel-two-inner-row-two-services {
    		margin-top: 0;
    		padding: 0 10px !important;
				margin: 0 auto;
				text-align: center;
	}

	.home-page-panel-two-inner-row-two-services .textwidget

	#pl-w596ffac764c0f .panel-grid {
		margin: 0 0 30px 0;
	}
	

	h1 {
		font-size:2.5rem;
	}

	.service-btn {
    		padding: 6px 10px;
    		font-size: 11px;
	}

	.home-page-panel-four-inner #pl-w567a5453aa9f2 #pg-w567a5453aa9f2-1 .panel-grid-cell {
    		padding: 0 5px;
    		float: left;
		width: 16.667%;
	}

	.home-page-panel-five-inner #pgc-w567a94663b55e-1-1{
		text-align:center;
	}

	.home-page-panel-six-inner  #pl-w567a566a7f8d9 #pg-w567a566a7f8d9-1 .panel-grid-cell {
    		padding: 0 10px;
    		float: left;
		width: 16.667%;
	}

	.footer-recent-post .siteorigin-widget-tinymce {
    		max-width: 100%;
	}

	.footer-recent-post {
    		margin-top: 0;
    		border-right: 0px;
	}

	.blog_class {
    		margin-left: 0;
    		max-width: 100%;
    		overflow: hidden;
			text-align: left;
	}

	#footer-left {
    		width: 495px;
    		float: none;
    		margin: 0 auto;
		text-align:center;
	}
	
	#footer-right {
    		width: 345px;
    		float: none;
    		margin: 0 auto;
	}

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

	#footer-right .gform_wrapper .top_label input.medium{
		padding: 12px 15px;
	}

	.product-row-two h3, .product-row-two h2, .product-row-three h2, .product-row-three h3, .product-row-one-inner-row-one h1,h1 {
    		font-size: 20px;
	}

	.product-row-one-inner-row-one {
    		font-size: 17px;
	}

	.product-row-one .vertical .soua-tabs {
    		width: 18% !important;
	}

	#pgc-w5683801dd952d-1-0,.image-section{
		text-align:center;
	}

	body #pg-w568389b139db4-1 .panel-grid-cell {
    		padding: 0;
		float:left;
		width:50%;
	}

	#footer-email{
		margin:0 0 0 18px;
		font-size: 16px;
	}

	#footer-phone{
		font-size: 18px;
	}

	.supply-chain-analysis-last-row .left-coulmn {
    		border-right: 0px;
    		font-size: 22px;
    		padding-bottom: 0px;
    		padding-top: 0px;
	}

	.home-page-panel-seven{
		display:none;
	}

	.home-page-panel-eight .widget-title {
    		display: block;
    		padding-top: 20px;
    		font-size: 30px;
    		font-weight: bold;
    		color: #D25400;
	}

	.home-page-panel-eight .footer-blog .widget-title {
		display: block;
		padding-top: 20px;
		font-size: 30px;
		font-weight: bold;
		color: #009373;
	}

	.footer-recent-post .execphpwidget {
    		max-width: 100%;
	}

	body .supply-chain-tabs .soua-tab li.current a,body .supply-chain-tabs .soua-tab li a{
		min-height:50px;
	}
	
	.supply-chain-tabs .tabs_item .su-column-size-3-5{
		background:100%;
	}

	body.page-template-page_products .product-row-one .wpui-light ul.ui-tabs-nav li a span {
    		padding: 0 5px 0 0 !important;
	}

	.six-directives .so-panel.widget {
    		margin-right: 23px;
	}

	.six-logos .panel-grid-cell {
		float: none !important;
		width: auto !important;
		display: inline-block !important;
		padding: 30px !important;
	}

	.six-logos .panel-grid-cell:last-child {
		margin-right: 0px;
	}
	.six-logos.panel-row-style {
		display: block !important;
		text-align: center;
	}

	.call-to-action .panel-grid-cell{
		display: inline-block;
		text-align: center;
	}

	.resource-panel-two .panel-grid-cell {
		margin-bottom:0px !important;
	}

	#resources-categories-menu li{
		border:0px;
	}

	#resources-categories-menu li:nth-child(3){
		border:0px;
	}

	.resource-panel-two .panel-grid-cell:nth-of-type(3n+3) h4{
		border-right:0px;
	}

	body .home-page-panel-two-inner-row-two .panel-grid-cell#pgc-w56c1ca010f5c3-1-0{
		width:46% !important;
		float:left !important;
	}

	body .home-page-panel-two-inner-row-two .panel-grid-cell#pgc-w56c1ca010f5c3-1-1{
		width:54% !important;
		float:left !important;
		font-size:13px;
	}

	.button-more {
    		font-size: 11px;
    		padding: 0.8rem 1rem;
	}

	.footer-recent-news .execphpwidget {
    		max-width: 100%;
	}

	.footer-blog {
    		padding-top: 0;
	}

	body .product-row-three-inner-row .panel-grid-cell:first-child {
    		float: none !important;
	}

	.resource-image-widget img{
		margin:0 auto;
	}

	.first-category h4{
		text-align:center !important;
	}

	#products-computer-row .panel-grid-cell:first-child{
		width:30% !important;
	}

	#products-computer-row .panel-grid-cell:last-child{
		width:70% !important;
	}

	body.page-template-page_products .product-row-one .wpui-light .ui-tabs-vertical ul.ui-tabs-nav {
    		width: 31.3% !important;
	}

	#resource-image-widgets .panel-grid-cell .so-panel{
		width:49% !important;
		float:left !important;
		font-size: 15px;
	}

	#resource-image-widgets .panel-grid-cell .so-panel h2{
		font-size:2.2rem;
	}

	#resource-image-widgets .panel-grid-cell {
    		clear: both;
	}

	.footer-recent-news{
		border-right:0px;
	}

	.home-page-panel-three-inner-row-one h1,.home-page-panel-six-inner h1,.home-page-panel-four h2,.home-page-panel-five h2,.home-page-panel-seven h1,.home-page-panel-six-inner h2,.home-page-panel-three-inner-row-one h2,.supply-chain-row-two-inner-row-one h2,.supply-chain-row-four h2,.halo-solutions h2,h2,.supply-chain-row-five-inner h2{
		font-size:19px;
	}

	#footer-phone {
		font-size: 13px;
		padding-left: 24px;
	}

	.footer-phone-widget {
		padding: 0;
		text-align: center;
		background: none;
		font-size: 1.1em;
	}
	.footer-phone-widget p,
	.footer-email-widget p,
	.footer-email-widegt p {
		text-align: center !important;
	}
	.footer-phone-widget p a,
	.footer-email-widget p a,
	.footer-email-widegt p a {
		font-size: 1.3em !important;
	}

	#footer-email {
			font-size: 13px;
			margin: 0 0 0 10px;
			background-size: 14%;
			padding-left: 24px;
	}
	
	.site-header .title-area {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.site-header .title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		position: relative;
		float: none;
		display: block;
		width: auto;
	}

	.site-header .title-area,
	.site-header .widget-area {
		text-align: center;
	}
	
	/*
	body.page-scrolled .site-header .title-area {
		display: inline-block;
		width: 25%;
		padding-top: 16px;
		padding-left: 8px;
		text-align: left;
		vertical-align: top;
	}

	body.page-scrolled .site-header .widget-area {
		display: inline-block;
		text-align: right;
		width: 75%;
		font-size: 14px;
		color: #fff;
		vertical-align: top;
		padding-top: 5px;
		position: absolute;
		top: 0;
		right: 0;
	}
	*/

}

@media only screen and (min-width: 813px) {
	.su-tabs.flex .su-tabs-nav {
		display: flex;
		align-items: stretch;
		flex-direction: row;
	}

	.su-tabs.flex .su-tabs-nav span {
		flex: 1;
		margin: 0 1px 4px;
	}
}

/* mobile landscape (iphone x) */
@media only screen and (max-width: 812px) {

	.site-inner {
		padding: 0 20px;
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}

	#footer-left {
    		width: 100%;
	}

	#footer-left .menu li {
    		margin-right: 0;
    		display: block;
    		text-align: center;
	}

	#footer-left .widget{
		text-align:center;
	}

	.entry-content .home-page-panel-five ul li {
    		background: url("images/list-style-icon.png") left top no-repeat;
    		line-height: 1.4;
    		padding-bottom: 10px;
	}

	.entry-content .home-page-panel-five ul li {
    		font-size: 13px;
	}

	.home-page-panel-five,.home-page-panel-eight {
    		font-size: 15px;
		padding: 30px 15px 10px !important;
	}

	.footer-recent-post li:last-child {
    		padding-bottom: 0;
    		margin-bottom: 0;
	}

	#header-top a,#header-top{
		font-size: 10px;
	}

	#header-top a.phone-number{
		font-size:12px;
	}

	.product-row-one .soua-tab.vertical a,.product-row-one .soua-tab.vertical .current a{
		background-size: cover;
	}

	.product-row-one .soua-tab.vertical .current a{
		background:#364E65;
	}

	.product-row-one .vertical .soua-tabs {
    		width: 30% !important;
	}

	body .product-row-one .vertical .tab_content h3 {
    		font-size: 18px;
	}

	body .product-row-one .vertical .tab_content {
    		font-size: 14px;
	}

	.product-row-one .vertical .tabs_item img {
    		width: 100% !important;
    		float: none !important;
	}

	.product-row-two h2, .product-row-two h3, .product-row-three h2, .product-row-three h3, .product-row-one-inner-row-one h1, h1 {
    		font-size: 19px;
	}

	.product-row-one-inner-row-one {
    		font-size: 15px;
	}

	.product-row-one .soua-tab.vertical a {
    		padding-left: 8px !important;
		font-size: 13px !important;
		font-weight: 400 !important;
	}

	#footer-phone {
    		font-size: 15px;
	}

	#footer-email {
   		font-size: 13px;
	}

	.button-more {
    		font-size: 12px;
    		padding: 0.8rem 1.4rem;
	}

	.supply-chain-analysis-row-one h1 {
    		font-size: 22px;
	}

	.supply-chain-analysis-row-one {
    		font-size: 12px;
	}

	.supply-chain-analysis-row-one{
		padding: 30px 0 30px;
	}

	body #pg-w567a932422d17-1 .panel-grid-cell {
    		float: none !important;
    		width: 100% !important;
		margin: 0;
	}

	body #pg-w567a932422d17-1 .panel-grid-cell img{
		margin:0 auto;
	}

	.page-template-page_blog-php .content,.single .content,.archive .content {
    		width: 100%;
		float:none;
	}

	.page-template-page_blog-php .sidebar,.single .sidebar,.archive .sidebar{
    		width: 270px;
		float:none;
		margin:0 auto;
	}

	.entry-title a{
		font-weight:bold;
	}

	.entry-header .entry-meta,.entry-footer .entry-meta {
    		margin-bottom: 1rem;
    		font-size: 14px;
	}

	body {
		font-size:14px;
	}

	.home-page-panel-four-inner .so-widget-sow-image img,.home-page-panel-six-inner .so-widget-sow-image img{
		margin:0 auto;
	}

	#footer-left .widget {
    		margin-bottom: 30px;
	}

	body.page-template-page_products .product-row-one .wp-tab-content-wrapper img {
    		width: 100%;
	}

	#categories-title-container{
		width:100%;
	}

	body .emodal {
		max-width: 600px !important;
		width: auto !important;
	}

	.ressource-categories .panel-grid-cell{
		/*float:none !important;
		width:auto !important;*/
	}

	.resource-panel-two h4{
		border:0px;
	}

	body .lrshare_interfacehorizontal{
		display:none;
	}

	.six-directives .so-panel.widget {
    		width: 49%;
    		margin-right: 10px;
    		float: left;
	}

	.six-directives .so-panel.widget:nth-of-type(2n+2) {
    		margin-right:auto;
	}

	.six-directives .so-panel.widget:nth-of-type(3n+3) {
    		margin-right: 10px;
	}

	.service-btn {
    		padding: 10px 10px;
    		font-size: 13px;
	}

	.six-directives .so-panel.widget{
		margin-bottom:0px !important;
	}

	.six-directives .so-panel.widget:nth-child(6) {
    		margin-right: auto;
	}

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

	.six-logos .panel-grid-cell {
		display: inline-block !important;
		width: 44% !important;
		margin-bottom:2px !important;
	}

	.six-logos .panel-grid-cell:nth-of-type(2) {
    		margin-right: 0;
	}

	article.type-post {
    		width: 49.5%;
	}

	article.type-post:nth-child(2n+2) {
    		border-right: 0px;
	}

	article.type-post:nth-child(3n+3) {
    		border-right: 1px solid #bebebe;
	}

	article.type-post:nth-child(4n+4) {
    		clear: none;
	}

	.archive article.type-post {
		width: 50%;
	}

	#blog-header-featured-image img {
    		min-height: 60px;
	}

	.home-page-panel-two-inner-row-two .widget-title {
    		font-size: 17px;
	}

	#products-computer-row .panel-grid-cell:first-child,#products-computer-row .panel-grid-cell:last-child{
		width:100% !important;
		float:none !important;
	}

	.product-row-two-inner .button-more,
	.product-row-three-inner .button-more{
		margin: 0 auto;
		width: 210px;
		display: block;
		text-align:center;
	}

	#products-computer-row .panel-grid-cell:first-child{
		text-align:center;
	}

	#products-computer-row .panel-grid-cell:first-child img{
		width:80%;
		margin:0 auto;
	}

	body.page-template-page_products .product-row-one .wpui-light .ui-tabs-vertical ul.ui-tabs-nav {
    		width: 24.3% !important;
	}

	#resource-image-widgets .panel-grid-cell .so-panel{
		width:100% !important;
		float:none !important;
		font-size: 15px;
	}

	
	.button-more-mobile{
		display:block;
	}

	.desktop-button-more{
		display:none;
	}

	 .product-row-one-title h1{
		font-size:27px;
	}

		.supply-chain-contact-form .gform_wrapper .top_label li.gfield.gf_left_half,.supply-chain-contact-form .gform_wrapper .top_label li.gfield.gf_right_half,.supply-chain-contact-form .gform_wrapper textarea.medium {
    		width: 100%;
	}

	.supply-chain-contact-form {
    		padding-left: 0;
	}

	body .soua-tab li a, body .wpui-light ul.ui-tabs-nav li a {
    		font-size: 12px !important;
		line-height:4.1;
	}

	.wp-tab-content .su-column-size-1-1 {
    		padding: 20px 20px;
	}

	.wp-tab-content .su-column-size-1-1 iframe {
    		float: none;
    		width: 100%;
		margin-bottom: 15px;
	}
	
	.dashboard-blocks-row {
		display: none !important;
	}
	
	.su-tabs-pane ul {
		margin-left: 25px;
	}

}

/* mobile portrait */
@media only screen and (max-width: 420px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

	.product-row-one .soua-tab.vertical a{
		font-size:10px !important;
	}

	.emodal-content .gfield_checkbox li {
		width: 100%;
		float: none;
	}

	.six-logos .panel-grid-cell img{
		margin:0 auto;
	}

	#resources-categories-menu li {
    	border: 0px;
	}

	.quote-title h3{
		font-size:1.4rem;
	}

	.quote-title h1{
		font-size:1.6rem;
	}

	body .resources-carousel .soliloquy-container .soliloquy-prev,body .resources-carousel .soliloquy-container .soliloquy-next{
		top:8px;
	}

	body .resources-carousel .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title {
    		font-size: 12px;
	}

	.mobile-padding{
		padding:0 6px !important;
	}

	.six-directives .so-panel.widget {
    		width: 87%;
    		float: none;
		margin:0 auto;
	}


	.six-directives .so-panel.widget:nth-of-type(3n+3) {
    		margin-right: auto;;
	}

	body .home-page-panel-two-inner-row-two .panel-grid-cell#pgc-w56c1ca010f5c3-1-0,body .home-page-panel-two-inner-row-two .panel-grid-cell#pgc-w56c1ca010f5c3-1-1{
		width:99% !important;
		float:none !important;
	}

	.schedule-demo .button-more{
		bottom:14%;
	}

	div#business-functions-banners .siteorigin-panels-stretch {
    		background-position: 0 0 !important;
	}

	.home-page-panel-three {
		padding: 50 0 !important;
	}

	.error404 .entry-title {
    		font-size: 10.6em;
	}

	.button-more-mobile {
    		font-size: 11px;
    		width: auto !important;
	}

	.archive article.type-post {
		width: 100%;
		margin-bottom: 4em;
		border: 1px solid #bebebe;
	}

	.category article .featured-image {
		min-height: auto;
	}

	.home-services {
		font-size: 1em;
	}

}

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

	#footer-right {
		margin: 0 auto;
    		text-align: center;
	}

	.supply-chain-contact-form ul#analysis-footer-contact li {
    		width: 100%;
    		float: none;
	}

	.supply-chain-contact-form ul#analysis-footer-contact li:first-child {
    		background: none;
	}

	#footer-right .gform_body,#footer-right .gform_wrapper .gform_footer {
    		float: none;
    		margin: 8px auto;
	}

	.six-directives .so-panel.widget {
    		width: 98%;
    		margin: 0 auto;
	    	float: none;
	}

	.six-directives .so-panel.widget:nth-of-type(2n+2),.six-directives .so-panel.widget:nth-of-type(3n+3) {
    		margin-right: auto;
	}

	#footer-right {
    		width: 100%;
	}

	article.type-post {
    		width: 100%;
		float:none;
	}

	article.type-post:nth-child(2n+2) {
		border-right: 1px solid #bebebe;
	}

	#resources-categories-menu li {
    	width: 100% !important;
	}

	.schedule-demo .button-more{
		bottom:20%;
	}

	
}

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

	body #pl-w56751e42491d5 .panel-grid-cell {
    		padding: 0 4px !important;
	}

	.six-logos .panel-grid-cell {
    		width: 43% !important;
	}

	#blog-header-featured-image span {
    		font-size: 12px;
	}

}