/*
	Theme Name: Beautiful Pro Theme
	Theme URI: http://my.studiopress.com/themes/beautiful/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Tags: black, orange, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Welcome Message
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	/* Added position tag on February 28, 2017 by Warren H. to correct carousel overlapping menu hover */
 	position: relative;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #555;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #ff5800;
	color: #fff;
}

::selection {
	background-color: #ff5800;
	color: #fff;
}

a {
	color: #ff5800;
	/*text-decoration: none;*/
}

a:hover {
	color: #ccc;
}

.content a.more-link {
	background-color: #eee;
	border-radius: 3px;
	clear: both;
	color: #333;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 32px;
	padding: 10px;
	text-align: center;
}

.content a.more-link:hover {
	background-color: #ff5800;
	color: #fff;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ff5800;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	color: #04244d;
	font-size: 18px;
	font-weight: 100;
}

h4 {
	font-size: 17px;
	font-weight: 100;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	padding: 4px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ff5800;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #d04943;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #04244d;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.beautiful-landing .site-inner {
	max-width: 800px;
}

.site-inner {
	clear: both;
	padding-top: 45px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	border-right: 1px solid #e2e2e2;
	float: right;
	padding: 15px 35px 15px 15px;
	width: 855px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Sidebar */

.sidebar {
	float: left;
    margin-left: 15px;
    width: 260px;
}

.sidebar-content .sidebar {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #000;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: -30px;
	padding-bottom: 10px;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #ccc;
}

.archive-description,
.author-box {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: 60px;
	padding: 40px 0;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	border: solid 1px #ff5800;
	border-left: solid 15px #ff5800;
}

.search-form input {
    font-size: 14px;
    font-weight: 100;
    padding: 5px;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.widget .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.header-widget-area .widget-title {
	text-align: left;
}

.entry-title {
	margin-bottom: 32px;
}

.entry-title,
.welcome-message .widget-title {
	font-size: 28px;
	font-weight: 600;
}

.after-entry .widget-title {
	font-size: 24px;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 80px;
	margin-right: 30px;
	width: 80px;
}

.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

.entry-content .wp-caption-text {
	color: #777;
    font-size: 10px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 40px;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	box-shadow: none;
	margin-bottom: 15px;
	margin-right: -4px;
	padding: 14px 24px 15px;
	width: 100%;
}

.after-entry .enews-widget input {
	border: none;
}

.sidebar .enews-widget input {
	margin-right: 0;
	padding: 12px 20px 15px;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	margin: 0;
	padding: 16px 24px 15px;
}

.enews form + p {
	margin-top: 24px;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.latest-tweets .tweet-details a,
.latest-tweets .tweet-details a:visited {
	color: #999;
	font-size: 16px;
	text-decoration: none;
}

.latest-tweets .tweet-details a:hover {
	color: #333;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	line-height: 1;
	text-align: center;
}

.before-header .wrap {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
}

.before-header p {
	line-height: 1.625;
}

.before-header p:last-child {
	margin-bottom: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff;
	border-bottom: 2px solid #ff5800;
    -moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;	
	max-height: 118px;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.site-header .wrap {
	padding: 40px 0;
}

.beautiful .site-header-banner {
	height: 55px;
}

.custom-background .site-header-banner {
    background: url("http://wiab.marketmechanics.ca/wp-content/uploads/2015/05/default_ban.jpg") no-repeat scroll center center #ff5800 !important;
    border-bottom: 2px solid #04244d;
    position: relative;
    z-index: 1;
    margin-top: 118px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 320px;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 20px 0;
}

.header-image .site-title a {
	float: left;
	min-height: 82px;
	width: 100%;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	position: relative;
	top: -21px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 22px;
    position: relative;
    text-decoration: none;
}

.genesis-nav-menu a:hover,
/*.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li.current_page_parent,*/
.genesis-nav-menu li.stay-active > a  {
	background-color: #fff7f2;	
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a {
	background: none;
	border: none
	border-top: none;
	border-radius: 0px;
	color: #04244d;
	font-size: 14px;
	font-weight: 100;
	padding: 5px 8px;
	position: relative;
	width: 255px;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	background-color: #fff7f2;	
    	border-bottom-left-radius: 10px;
   	box-shadow: 1px 1px 1px #333;
    	font-family: Arial;
    	font-weight: normal;
    	min-width: 270px;
    	padding: 8px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #ff5800;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	letter-spacing: 4px;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 40px;
}

.genesis-nav-menu > .search {
	padding: 4px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	/*border-top: 1px solid #eee;*/
}

.site-header .sub-menu .sub-menu {
	background: none repeat scroll 0 0 #ff5800;
    border-radius: 0 10px 10px 0;
    color: #fff;
    margin-left: 250px;
    margin-top: -39px;
}

.site-header .sub-menu .sub-menu a {
	color: #fff;
	font-size: 12px;
}

.site-header .sub-menu .sub-menu a:hover {
	background: #fff;
	color: #ff5800;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f5f5f5;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Welcome Message
--------------------------------------------- */

.welcome-message {
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.welcome-message .widget {
	margin-bottom: 40px;
}

.welcome-message .widget:last-child {
	margin-bottom: 0;
}

.welcome-message .widget-title {
	text-align: left;
	text-transform: none;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
	border: medium none;
	margin: 0;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 40px;
	padding: 0;
}

.page.beautiful-landing .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 18px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 16px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "/";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	text-align: left;
	text-transform: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	overflow: hidden;
	padding: 20px 0;
}

.archive-pagination {
	margin-bottom: 80px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #ff5800;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-comments .comment,
.entry-comments .comment-reply,
.ping-list {
	margin-bottom: 40px;
}

.entry-comments .comment,
.ping-list {
	border-bottom: 1px dotted #ddd;
}

.ping-list {
	padding-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

p.comment-meta,
p.form-submit {
	margin-bottom: 20px;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 10px;
}

.sidebar .simple-social-icons ul li a {
	padding: 15px !important;
}

/* Split Sidebars
--------------------------------------------- */

.split-sidebars .aligncenter {
	margin: 0 auto 12px;
}

.split-sidebars .widget li li {
	margin: 0 0 0 20px;
}

.split-sidebar-left,
.split-sidebar-right {
	width: 160px;
}

.split-sidebar-left {
	float: left;
}

.split-sidebar-right {
	float: right;
}

/* Bottom Sidebar
--------------------------------------------- */

.bottom-sidebar {
	clear: both;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-image: url(/wp-content/uploads/2015/05/dropshadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f1f1f1;
	clear: both;
	color: #bbb;
	font-size: 14px;
	padding: 45px 0 0;
}

.footer-widgets a {
	color: #999;
	font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

.footer-widgets a:hover {
	color: #ff5800;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 228px;
}

.footer-widgets-1 {
	/*margin-right: 60px;*/
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets-5 {
    float: right;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.footer-widgets li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #f1f1f1;
	color: #b7b7b7;
	font-size: 12px;
	padding: 0 0 15px;
	text-align: right;
}

.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #ff5800;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Customizations
---------------------------------------------------------------------------------------------------- */

#caption-name {
	color: #04244d;
    font-size: 12px;
}

.light-orange-text {
	color: #ff5800;
	font-weight: 100;
}

.bold-orange-text {
	color: #ff5800;
    font-size: 16px;
    font-weight: 500;
}

.light-orange-text {
    color: #ff5800;
    font-family: "Open Sans",Arial;
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
}

.light-text {
	font-weight: lighter;
}

.dark-header {
	color: #04244d;
	font-weight: 600;
}

#customer-login {
    font-family: "Open Sans",Arial;
    font-weight: 100;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    top: -5px;
}

.img-tlbr {
	border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 15px 15px 5px;
}

.large-top-bullets {
	color: #777;
    font-family: "Open Sans",Arial;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
    margin-top: -25px;
}

.large-blue-text {
	color: #04244d;
    font-family: "Open Sans",Arial;
    font-size: 25px;
    font-weight: 100;
    line-height: 36px;
}

.large-orange-text {
	color: #ff5800;
    font-family: "Open Sans",Arial;
    font-size: 25px;
    font-weight: 100;
    line-height: 36px;
}

.fat-button {
	background-color: #ff5800;
    color: #fff;
    font-family: "open sans",arial;
    font-size: 14px;
    font-weight: 100;
    padding: 15px 25px;
    text-decoration: none;
}

.page-sub-title {
	color: #04244d;
    font-size: 18px;
    font-weight: 100;
}


#cold-storage-bottom-bullets {
	line-height: 25px;
}

.orange-sub-head-light {
	color: #ff5800;
	font-family: "Open Sans",Arial;
	font-size: 16px;
    font-weight: 100;
    margin-top: 10px;
}

.orange-sub-head {
	color: #ff5800;
	font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.bullets-2-col {
	-moz-column-count: 2;
    -moz-column-gap: 90px;
    -webkit-column-count: 2;
    -webkit-column-gap: 90px;
    column-count: 2;
    column-gap: 90px;
    line-height: 25px;
}

.cloud-img {
	border-bottom: 6px solid #ff5800;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    float: right;
    margin: 15px;
}

/* Custom Header styles */

#contact-header {
	background-color: #ff5800;
    color: #fff;
    display: block;
    float: right;
    font-family: "Open Sans",Arial;
    font-size: 16px;
    margin: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    top: -30px;
    width: 240px;
}

.contact-header-text {
	position: relative;
	top: -4px;
}

/* Slider Styles */

#outter-slide-container {
	background: #ff5800;
	border-bottom: 3px solid #333;
	height: 450px;
	margin-top: 118px;
	width: 100%;
}

#inner-slide-container {
	width: 1151px;
	margin: 0 auto;
	z-index: 1;
}

/* Welcome/Home Bottom */

.welcome-message h1,
#home-quote {
	color: #04244d;
    font-family: "Open Sans",Arial;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: -1px;
    margin: 0;
    padding-bottom: 0;
}

.welcome-message h1 {
	margin-top: 20px;
}

#home-top-img {
	border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    float: left;
    margin: 0 20px 8px 0;
}

#home-bullets {
	font-family: "Open Sans",Arial;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
}

#history-box {
	background-color: #04244d;
    border: 2px solid #2963b0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 15px;
    padding: 20px 20px 10px;
    width: 350px;
}

#history-box h2 {
	color: #fff;
    font-family: "open sans",arial;
    font-size: 24px;
    font-weight: 100;
    text-align: left;
}

#history-box-line {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    color: #ff5800;
    margin-bottom: 20px;
    margin-left: -22px;
}

.read-more-history a {
	color: #ff5800;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

#motorola-pdf {
    border-top: 2px solid #2963b0;
    float: left;
    padding-top: 10px;
    width: 52%;
}

/* Sidebar Styles */

.sidebar-btn {
	background-color: #ff5800;
    color: #fff !important;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 264px;
}

#client-connect {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e2e2e2;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-top-right-radius: 10px;
    color: #666;
    float: left;
    font-size: 11px;
    left: -15px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 10px;
    position: relative;
    width: 280px;
}

#client-connect-number {
	color: #ff5800;
    font-family: "open sans",Arial;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    top: -6px;
}

/* Systems Logic Overview/Company Page Styles */

.company-img-right {
	position: relative;
	top: -50px;
}

.company-half {
    float: left;
    margin: 1% 1% 45px;
    padding-top: 4px;
    width: 46%;
}

.company-btn {
	background-color: #ff5800;
    color: #fff !important;
    font-size: 14px;
    margin: 10px 10px 10px 0;
    padding: 22px;
    text-align: center;
    text-decoration: none;
}

/* Company History Page Styles */

#history-image {
	border-bottom-right-radius: 10px;
    border-right: 2px solid #ff5800;
    border-top-left-radius: 10px;
}

/* Our Partnerships Page Styles */

#partner-image {
	border-bottom: 10px solid #ff5800;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    float: right;
    margin: 15px 0 15px 15px;
}

.partner-img-top-right {
	position: relative;
	top: -50px;
}

.partner-container {
    border-top: 1px dashed #e2e2e2;
    float: left;
    margin-bottom: 15px;
    padding: 15px 15px 0;
    position: relative;
    top: -25px;
    width: 98%;
}

.partner-container h4 {
	font-size: 24px;
	font-weight: 500;
}

.partner-info-box {
	border: 1px solid #e2e2e2;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 5px;
    padding: 15px 15px 15px 2px;
    width: 48%;
}

.partner-info-box img {
    float: left;
    height: auto;
    margin-right: 8px;
    width: 158px;
}

/* Careers Page Styles */

.careers-box {
	background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #ddd;
    float: left;
    height: 168px;
    margin-top: 15px;
    padding: 20px;
    width: 370px;
}

.career-box-title {
	color: #888;
    font-family: "Open Sans",Arial;
    font-size: 20px;
    font-weight: 100;
    padding: 0 0 20px;
    width: 330px;
}

.career-box-error {
	color: #ccc;
}

.career-box-jobs {
	color: #aaa;
}

#careers-left-half {
	float: left;
	width: 48%;
}

#careers-right-half {
	float: right;
	width: 48%;
	position: relative;
	top: -28px;
}

.careers-btn {
	background: none repeat scroll 0 0 #ff5800;
    color: #fff !important;
    font-family: "Open Sans",Arial;
    font-size: 12px;
    padding: 30px 50px;
    text-decoration: none;
}

/* Solutions Page Styles */

#solutions-box {
	border: 1px solid #e2e2e2;
    float: left;
    font-family: Arial;
    margin: 15px 0;
    padding: 2% 3%;
    position: relative;
    width: 98%;
}

#solutions-sms-img {
	margin-bottom: 20px;
}

#solutions-box-left {
	float: left;
	width: 30%;
}

#solutions-box-right {
    float: right;
    margin-top: 12px;
    width: 66%;
}

#solutions-btn {
	background-color: #ff5800;
    color: #fff !important;
    float: left;
    font-size: 12px;
    font-weight: 600;
    padding: 28px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#pioneers-box {
	background-color: #fff2eb;
    float: left;
    font-size: 14px;
    margin: 20px 0 15px 5px;
    padding: 27px;
    width: 48%;
}

#pioneers-box a {
	text-decoration: none;
}

#pioneers-box-title {
	color: #ff5800;
    font-family: "Open Sans",Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px 0 0;
}

#language-box {
	background-color: #f2f8ff;
    float: left;
    margin: 20px 0 0 20px;
    padding: 27px;
    width: 48%;
}

#language-box a {
	color: #04244d;
	text-decoration: none;
}

#language-box-title {
	color: #04244d;
    font-family: "Open Sans",Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px 0 0;
}

#solutions-connected-img {
	border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    float: left;
    margin: 10px 15px 25px 10px;
}

#solutions-connect-title {
	color: #04244d;
    font-family: "Open Sans Light",Arial;
    font-size: 30px;
    font-weight: 100;
    letter-spacing: -2px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 0;
}

#solutions-connect-sub {
    color: #ff5800;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    padding: 0;
}

.solutions-img-links {
	width: 100%;
}

#solutions-more-btn {
	font-size: 12px;
    margin-top: 28px;
}

#implementation-title {
	color: #04244d;
    font-family: "Open Sans",Arial;
    font-size: 24px;
    font-weight: 100;
    line-height: normal;
}

#implementation-bullets {
	color: #04244d;
    line-height: 20px;
    margin-left: 15px;
}

#implementation-orange {
	color: #ff5800;
	font-family: "Open Sans",Arial;
	font-size: 16px;
    font-weight: 100;
}

#chart-img {
	border-bottom-right-radius: 10px;
    border-left: 8px solid #ff5800;
    border-top-left-radius: 10px;
    float: right;
    margin: 55px 10px 10px;
}

/* Industry Verticals */

#vertical-bullets {
	color: #ff5800;
    font-family: "Open Sans",Arial;
    font-size: 17px;
    font-weight: 100;
    line-height: 25px;
}

#vertical-bullets a {
	text-decoration: none;
	margin-left: 10px;
}

#vertical-left {
	width: 48%;
	float: left;
}

#vertical-right {
	width: 48%;
	float: left;
	margin-left: 4%;
}

#industry-type-header {
	color: #04244d;
    font-family: "Open Sans",arial;
    font-size: 16px;
    font-weight: 100;
    padding: 5px;
}

.vertical-industry-type {
    border: 1px solid #e2e2e2;
    color: #999;
    display: block;
    float: left;
    height: 55px;
    margin: 0 0 10px;
    padding: 2%;
    width: 96%;
}

.industry-type-text {
	float: left; 
	width: 70%;
}

.industry-type-desc {
	color: #aaa;
    font-family: arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.industry-type-arrow {
	position: relative;
	top: 8px;
}

#we-can-help-box {
    background-color: #04244d;
    float: left;
    height: 200px;
    line-height: 1;
    padding: 25px;
    width: 250px;
}

#we-can-help-box p {
	margin-bottom: 15px;
}

#we-can-help-header {
	color: #fff;
    font-family: "Open Sans",Arial;
    font-size: 24px;
    font-weight: 100;
    margin: 0;
    padding: 0 0 10px;
}

#we-can-help-text {
	color: #ddd;
    font-size: 11px;
    line-height: 0;
}

#we-can-help-right {
    border: 1px solid #ff5800;
    float: left;
    font-size: 12px;
    height: 200px;
    width: 68%;
}

#customer-value-box {
	border-right: 1px dashed #e2e2e2;
    float: left;
    font-size: 12px;
    height: 130px;
    line-height: 15px;
    margin: -8px 0;
    padding: 20px 10px;
    vertical-align: middle;
    width: 220px;
}

#customer-value-box p {
	margin-top: -10px;
}

#customer-value-header {
	color: #ff5800;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
}

#we-can-help-img {
	float: left;
	height: 199px;
}

#industry-type-box {
	float: left;
	padding: 28px 32px 0 25px;
	margin-top: -18px;
}

#industry-type-bullets-right {
    color: #ff5800;
    position: relative;
    top: -10px;
}

/* Third Party Logistics Page Styles */

#third-party-sub-title {
	color: #04244d;
    font-size: 18px;
    font-weight: 100;
}

.third-party-sub-head {
	color: #ff5800;
	font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

#third-party-bullets {
	line-height: 24px;
}

.third-party-bullet {
	color: #ff5800;
}

#tp-bottom-bullets {
	-moz-column-count: 2;
    -moz-column-gap: 90px;
    -webkit-column-count: 2;
    -webkit-column-gap: 90px;
    column-count: 2;
    column-gap: 90px;
    line-height: 25px;
}

/* Cold Storage Page Styles */

#cold-storage-top-bullets {
	color: #777;
    font-family: "Open Sans",Arial;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
    margin-top: -25px;
}

#cold-storage-large-text {
	color: #04244d;
    font-family: "Open Sans",Arial;
    font-size: 25px;
    font-weight: 100;
    line-height: 36px;
}

#cold-storage-bottom-bullets {
	line-height: 25px;
}

/* Warehouse Managenent System Page Styles */

#wms-blue-sub-title {
	color: #04244d;
    font-size: 25px;
    font-weight: 100;
}

#wms-orange-sub-title {
	color: #ff5800;
    font-family: "open sans",arial;
    font-size: 16px;
    font-weight: 100;
}

#wms-top-left {
	border-right: 1px dashed #e2e2e2;
	float: left;
	width: 48%;
}

#wms-top-right {
	
    float: left;
    padding-left: 20px;
    width: 48%;
}

#wms-real-time {
	color: #04244d;
	font-family: "open sans",arial;
    font-size: 20px;
    font-weight: 600;
}

#wms-percent {
    color: #ff5800;
    font-size: 110px;
    font-weight: bold;
    letter-spacing: -10px;
    line-height: 135px;
    text-shadow: 1px 1px 1px #333;
}

#wms-bullet-box-title {
	font-size: 16px;
}

#wms-bullet-box {
	background-color: #f5f5f5;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 15px;
    width: 97%;
}

#wms-grey-text {
	color: #777;
    font-size: 14px;
}

/* Order Entry & Visibility in the Cloud Page Styles */

.cloud-td-left,
.cloud-td-right {
	border-top: none;
	border-bottom: 2px solid #04244d;
    color: #04244d;
    font-family: "Open Sans",arial;
    font-size: 20px;
    font-weight: 100;
}

.cloud-td-left {
	width: 50%;
}

.cloud-td-right {
	padding-left: 50px;
    width: 40%;
}

.cloud-td-big {
	line-height: 18px;
}

.cloud-td-small {
    font-size: 12px;
    line-height: 15px;
    padding: 20px 0 20px 50px;
}

#select-to-connect {
	background-color: #ff5800;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0 8px 15px;
    width: 800px;
}

#select-to-connect-box {
	border: 1px solid #ff5800;
    float: left;
    padding: 12px;
    text-align: center;
    width: 800px;
}

#select-to-connect-box img {
	margin: 0 20px;
}

/* WMS Integration with QuickBooks & WMS Integration with NetSuite Page Styles */

.quickbooks-benefits,
.netsuite-benefits {
	border-bottom: 1px solid #ff5800;
    border-left: 5px solid #ff5800;
    float: left;
    padding: 10px;
    width: 95%;
}

.quickbooks-benefits-small-text,
.netsuite-benefits-small-text {
	color: #999;
	font-size: 12px;
}

/* Consulting Page Styles */

#consulting-box {
	border: 3px solid #ff5800;
    float: left;
    margin-bottom: 15px;
    padding: 4%;
    width: 92%;
}

/* Contact Page Styles */

#contact-left {
	width: 45%;
	float: left;
	margin-right: 5%;
}

#contact-right {
	width: 48%;
	float: left;
}

.contact-right-left,
.contact-right-right {
	float: left;
    width: 25%;
}

.contact-right-right {

}

#contact-phone {
	background-color: #ff5800;
    color: #fff;
    float: left;
    font-family: "Open Sans",Arial;
    font-size: 25px;
    font-weight: 100;
    margin: 15px 2px 15px 0;
    padding: 15px;
    text-align: center;
    width: 350px;
}

#contact-content-box {
	border-bottom: 1px solid #e2e2e2;
}

#webex-img {
	position: relative;
	top: -15px;
}

.contact-center {
	font-size: 12px;
	text-align: center;
}

/* News and Articles Page Styles */

.news-excerpt-block {
	border: 1px solid #ffab7d;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #555;
    float: left;
    font-size: 14px;
    height: 270px;
    margin: 0 15px 15px 0;
    min-height: 270px;
    padding: 15px;
    vertical-align: middle;
    width: 250px;
}

.news-excerpt-title {
	color: #ff5800;
    font-size: 12px;
    font-weight: 600;
}

.news-excerpt-content {
	float: left;
    font-family: arial;
    font-size: 12px;
    padding: 5px 15px 15px;
}

.news-excerpt-link {
	font-weight: 100;
}

/* News Articles */

#top-security-box {
	background-color: #fff7f2;
    border: 2px solid #ff5800;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    float: left;
    margin-bottom: 5px;
    padding: 20px;
    width: 95%;
}

.top-security-percent {
	color: #000;
    float: left;
    font-size: 16px;
    line-height: 30px;
    width: 50%;
    font-weight: bold;
}

#cloud-vs {
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 15px;
}

#cloud-vs-head-blue {
	background-color: #04244d;
    border-top-left-radius: 10px;
    border: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.cloud-vs-head-blue-blank {
	background-color: #04244d;
	border: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#cloud-vs-tr {
	width: 25px;
}

#cloud-vs-head-orange {
	background-color: #ff5800;
    border-right: 1px solid #ff9100;
    color: #fff;
    font-size: 12px;
}

#cloud-vs-head-orange td {
	padding: 10px;
}

#cloud-vs td {
	border: 1px solid #ff5800;
    padding: 10px;
}

.check-x {
	position: relative;
	top: 12px;
}

#award-box,
#about-box {
	border: 1px solid #333;
    color: #333;
    font-size: 12px;
    margin: 5px;
    padding: 10px;
}

#letter-surround {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e2e2e2;
    float: left;
    margin: 10px;
    padding: 15px;
}

#letter-head {
    border: 1px solid #ff5800;
    font-family: "Trebuchet MS",Helvetica,Verdana;
    font-size: 14px;
    height: 80px;
    line-height: 16px;
    margin-bottom: 25px;
    padding: 10px;
}

#logistics-visual {
	background-color: #f5f5f5;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 15px;
    width: 97%;
}

.testimonial-job-pos {
	color: #04244d;
    font-size: 12px;
}

#video-pg-btn {
	background-color: #ff5800;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff !important;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
}

#industry-select {
    color: #ff5800;
    float: left;
    font-family: "Open Sans",Arial;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
}

#industry-select-form {
    border-color: #ff5800;
    font-size: 16px;
    font-weight: 100;
}

.privacy-header,
.terms-header {
	color: #04244d;
    font-family: "Open Sans",Arial;
    font-size: 20px;
    font-weight: 100;
}

#privacy-content {
	margin: 20px;
}

#more-about-us-header,
#warehouse-vertical-header,
#supply-chain-header,
#warehouse-software-header {
	border-bottom: 1px solid #e2e2e2;
    color: #ff5800;
    font-family: "Open Sans",Arial;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 15px;
    padding-bottom: 5px;
}

#more-about-us-list,
#warehouse-vertical-list,
#supply-chain-list,
#warehouse-software-list {
    list-style-image: url("/wp-content/uploads/2015/05/wms-tick.png");
    margin-left: 22px;
}

#more-about-us-list a,
#warehouse-vertical-list a,
#supply-chain-list a,
#warehouse-software-list a {
    color: #666;
    font-family: "Open Sans",Arial;
    font-size: 12px;
    font-weight: 100;
    line-height: 0;
    margin-left: -6px;
    position: relative;
    text-decoration: none;
    top: -4px;
}

#more-about-us-list li,
#warehouse-vertical-list li,
#supply-chain-list li,
#warehouse-software-list li {
	line-height: 0px;
}

.neg-margin-alt {
	margin-left: -15px;
}

.connect-imgs {
	float: left;
    margin-bottom: 22px;
    margin-right: 28px;
}

.orange-sidebar-text {
	color: #ff5800;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
}

.black-sidebar-text {
	color: #000000;
    font-family: Arial;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.grey-sidebar-text {
	color: #888888;
    font-family: Arial;
    font-size: 10px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header {
		position: static;
	}

	.custom-background .site-header-banner {
	    margin-top: 0;
	    z-index: -1;
	}

	.content {
		width: 700px;
	}

	.sidebar,
	.sidebar-btn {
	    width: 245px;
	}

	#client-connect {
		width: 262px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
	    width: 240px;
	}

	.footer-widgets-4 {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0px;
	}

	.split-sidebar-left,
	.split-sidebar-right {
		width: 100%;
	}

	.genesis-nav-menu a {
    	padding: 8px 15px;
	}

	#history-box {
		width: 305px;
	}

	.partner-container {
		top: 8px;
	}

	.partner-info-box {
		width: 100%;
	}

	.partner-info-box img {
	    width: 105px;
	}

	.careers-box {
		width: 310px;
	}

	.careers-btn {
		padding: 30px 35px;
	}

	#pioneers-box {
		width: 46%;
	}

	.light-orange-text {
	    font-size: 17px;
	    line-height: 22px;
	}

	.connect-imgs {
	    margin-right: 10px;
	}

	#solutions-more-btn {
		margin-top: 0;
	}

	#chart-img {
		margin: 22px 10px 10px;
	}

	.vertical-industry-type img {
		margin: 0 5px 24px 0;
	}

	.industry-type-text {
	    width: 78%;
	}

	#we-can-help-right,
	#we-can-help-box {
		width: 100%;
	}

	#we-can-help-box {
		height: 158px;
	}

	#wms-top-left {
		display: none;
	}

	#wms-top-right {
		width: 100%
	}

	#attachment_326 {
		width: 48% !important;
	}

	/* Warehouse Software Components Images */
	.wp-image-341,
	.wp-image-364,
	.wp-image-368,
	.wp-image-372,
	.wp-image-376,
	.wp-image-359,
	.wp-image-380 {
		/* margin: 0 24px -8px 0 !important;*/
		width: 63%;
	}

	#select-to-connect,
	#select-to-connect-box {
		width: 100%;
	}

	#select-to-connect-box img {
	    margin: 0 9px;
	}

	.news-excerpt-block {
		width: 47%;
	}

	#contact-phone {
		width: 100%;
	}

	.solutions-img-spcr {
		clear: both;
	}

}

@media only screen and (max-width: 1023px) {

	.beautiful-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.header-image .site-title a {
		background-position: center !important;
		background-size: contain !important;
		margin: 0;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.content {
		border: none;
		padding: 15px;
	}

	.site-header {
		min-height: 145px;
	}

	.genesis-nav-menu {
		top: 4px;
	}

	#outter-slide-container {
	    margin-top: 0;
	    position: relative;
	    z-index: -1;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	#contact-header,
	#customer-login,
	#text-5,
	#text-15,
	#text-18,
	#text-22,
	#text-24,
	#text-26,
	#text-28,
	#text-30 {
		display: none;
	}

	#client-connect {
	    width: 100%;
	    left: 0;
	}

	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3,
	.footer-widgets-5 {
	    width: 48%;
	    text-align: center;
	    float: left;
	}

	.connect-imgs {
	    margin-right: 15px;
	}

	#select-to-connect-box img {
	    margin: 0 15px;
	}
	
	#consulting-box {
		width: 100%
	}
}

@media only screen and (max-width: 768px) {

	.footer-widgets,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.nav-header {
		background: #f1f1f1;
		position: relative;
		z-index: 60;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.site-header .sub-menu .sub-menu {
		background: none;
		color: #04244d;
		padding: 16px 20px;
	}

	.site-header .sub-menu .sub-menu a,
	.site-header .sub-menu .sub-menu a:hover {
		color: #ff5800;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu {
	    background-color: #fff;
	    border-bottom-left-radius: 0px;
	    box-shadow: none;
	}

	.genesis-nav-menu li.stay-active > a {
		background: none;
	}

	#outter-slide-container {
		height: 339px;
	}

	.connect-imgs {
	    margin-right: 10px;
	}

	.cloud-td-small {
		width: 60%;
	}

	#select-to-connect-box img {
	    margin: 0 10px;
	}

}


@media only screen and (max-width: 750px) {

	#outter-slide-container {
	    display: none;
	}

}

@media only screen and (max-width: 600px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-5,
	#history-box,
	#motorola-pdf {
	    width: 100%;
	}

	#home-top-img {
	    max-height: 275px;
	    width: 100%;
	    height: auto;
	}

	.careers-box {
	    width: 100%;
	}

	#history-image,
	.company-half {
		width: 100%;
	}

	.company-half {
		margin: 0;
	}

	.company-btn {
	    background-color: #fff;
	    color: #ff5800 !important;
	    padding: 0;
	    text-align: left;
	    text-decoration: underline;
	}

	.alignright,
	.alignleft {
		display: block;
    	margin: 5px auto 5px auto;
	}
	
	.careers-btn {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    color: #ff5800 !important;
	    font-size: 14px;
	    padding: 0;
	    text-decoration: underline;
	}

	.wp-image-93,
	.wp-image-315,
	.wp-image-326,
	.wp-image-421 {
		float: none;
    	margin: 0 auto !important;
	}

	#solutions-box-left,
	#solutions-box-right,
	#vertical-left,
	#vertical-right,
	#attachment_326,
	.wp-image-421,
	#contact-left,
	#contact-right {
	    width: 100% !important;
	}

	.line-breaker {
		clear: both;
	}

	.connect-imgs {
	    margin-right: 10px;
	    width: 55px;
	}

	.vertical-industry-type img {
	    margin: 0 24px 24px 0;
	}

	#industry-type-box {
	    float: left;
	    padding: 28px 0 0 5px;
	}

	#wms-top-right {
	    padding-left: 0px;
	}

	#wms-percent {
	    float: left;
	    margin-right: 35px;
	}

	#select-to-connect-box img {
	    margin: 0 6px;
	    width: 55px;
	}

	.news-excerpt-block {
		height: 295px;
	}

	.wp-image-421  {
		margin-bottom: 15px !important;
	}

	.wp-image-408 {
		width: 100%;
	}
}

@media only screen and (max-width: 360px) {

	.entry-title, .welcome-message .widget-title {
	    font-size: 22px;
	}

	.light-orange-text {
	    font-size: 14px;
	    line-height: 18px;
	}

	.company-img-right {
	    position: relative;
	    top: 0px;
	    width: 100%;
	}	

	#attachment_31 {
	    float: none;
	    margin-bottom: 25px;
	    margin-left: auto !important;
	    margin-right: auto !important;
	    margin-top: 0 !important;
	}

	#partner-image {
	    border-bottom: 10px solid #ff5800;
	    border-bottom-right-radius: 10px;
	    border-top-left-radius: 10px;
	    float: right;
	    margin: 45px 0 0 15px;
	}

	.partner-info-box {
		padding: 10px;
	}

	.partner-info-box img {
		display: none;
	}

	#careers-left-half,
	#careers-right-half,
	#customer-value-box {
		width: 100%;
	}

	#careers-left-half {
		margin-bottom: 15px;
	}

	.wp-image-90,
	#solutions-connected-img,
	#chart-img {
		float: none;
    	margin: 25px auto !important;
	}

	#pioneers-box,
	#language-box {
	    width: 96%;
	    margin: 0 0 15px 5px;
	}

	.industry-type-text {
	    font-size: 14px;
	    width: 100%;
	}

	.vertical-industry-type img,
	#we-can-help-img {
		display: none;
	}

	#we-can-help-right,
	#we-can-help-box {
		height: auto;
	}

	#customer-value-box {
		border: none;
	}

	#industry-type-box {
	    float: left;
	    padding: 0 0 0 10px;
	}

	.wp-image-212,
	.wp-image-223,
	.wp-image-236,
	.wp-image-262,
	.wp-image-271,
	.wp-image-281,
	.wp-image-289,
	.wp-image-294,
	.wp-image-398 {
		float: none;
    	margin: 0 auto 15px !important;
    }

    .bullets-2-col {
		-moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}

	.large-blue-text {
	    font-size: 18px;
	    line-height: 22px;
	}

	.large-orange-text {
	    color: #ff5800;
	    font-family: "Open Sans",Arial;
	    font-size: 18px;
	    font-weight: 100;
	    line-height: 22px;
	}

	#wms-bullet-box,
	#logistics-visual {
	    line-height: 25px;
	}

	.wp-image-341,
	.wp-image-364,
	.wp-image-359,
	.wp-image-368,
	.wp-image-372,
	.wp-image-376,
	.wp-image-380 {
		float: none;
    	margin: 0 auto 15px !important;
    	width: 100%;
    }

    #news-header-text {
	    font-size: 16px;
	    top: -65px;
	    width: 82%;
	}

	.news-excerpt-block {
	    height: auto;
	    min-height: 0;
	    width: 100%;
	}

	.contact-right-left, .contact-right-right {
	    margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}

	#webex-img {
	    float: none;
	    margin: 0 auto;
	}

	#contact-right {
	    margin-top: -145px;
	}

	#industry-type-box {
    	margin-top: 18px;
	}

}